
  /* ========================================================================== Global ========================================================================== */
  html, body { height: 100%; }
  
  body { background-color: #fff; font-family: 'Cabin', sans-serif; color: #484848; font-size: 16px; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; min-height: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -webkit-animation-name: initial; -webkit-box-flex: 1; flex: 1 1 auto; flex-shrink: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
  
  a, button { color: #1e3264; -webkit-transition: 0.1s; transition: 0.1s; }
  a:hover, button:hover { color: #455c6f; text-decoration: none; }
  
  .map-responsive { overflow: hidden; padding-bottom: 56.25%; position: relative; height: 0; }
  .map-responsive iframe { left: 0; top: 0; height: 100%; width: 100%; position: absolute; }
  
  /* Video Embed */
  .fluid-video { display: block; width: 100%; height: 0; padding-bottom: 56.25%; /* 16/9 format */ overflow: hidden; position: relative; margin-bottom: 10px; }
  .fluid-video iframe, .fluid-video embed, .fluid-video object { width: 100% !important; height: 100% !important; position: absolute; top: 0; left: 0; }
  
  /* Buttons ========================================================================== */
  .btn { font-weight: 700; }
  .btn.btn-lg { font-size: inherit; border-radius: 4px; }
  .btn.btn-primary { color: #fff; border-color: #1e3264; background: #1e3264; }
  .btn.btn-primary:hover, .btn.btn-primary:focus { color: #fff; border-color: #1e3264; background-color: #1e3264; }
  .btn.btn-primary svg { fill: #fff; }
  .btn.btn-secondary { color: #fff; border-color: #484848; background: #484848; }
  .btn.btn-secondary:hover, .btn.btn-secondary:focus { color: #fff; border-color: #363636; background-color: #363636; }
  .btn__primary { background: none; display: inline-block; color: #fff; border-color: #1e3264; border-width: 2px; background: #1e3264; }
  .btn__primary:hover, .btn__primary:focus { color: #fff; border-color: #1e3264; background-color: #1e3264; }
  .btn__primary__outline { background: none; display: inline-block; color: #1e3264; border-color: #1e3264; border-width: 2px; }
  .btn__primary__outline:hover, .btn__primary__outline:focus { color: #fff; background: #1e3264; }
  .btn__secondary__outline { background: none; display: inline-block; color: #484848; border-color: #484848; border-width: 2px; }
  .btn__secondary__outline:hover, .btn__secondary__outline:focus { color: #fff; background: #484848; }
  .btn__light__outline { background: none; display: inline-block; color: #fff; border-color: #fff; border-width: 2px; }
  .btn__light__outline:hover, .btn__light__outline:focus { color: #1e3264; background: #fff; }
  
  @media only screen and (max-width: 992px) { .btn.btn-lg { padding: 6px 12px; } }
  img { max-width: 100%; height: auto; }
  
  h1, h2, h3, h4, h5, h6 { font-family: 'Cabin', sans-serif; margin-bottom: 20px; color: #484848; }
  
  h1 { margin-top: 0; font-family: serif; font-weight: 800; }
  
  @media only screen and (max-width: 767px) { h1 { font-size: 16px; } .section__background h1, .section__background h2 { font-size: 16px; }
    h2 { font-size: 26px; }
    h3 { font-size: 20px; } }
  p.lead { font-size: 20px; }
  
  hr.big-spacer { margin: 40px 0; }
  
  .wrap-inner { position: relative; z-index: 1; }
  
  /* ========================================================================== Section ========================================================================== */
  .section__spacer { padding: 8% 0; }
  .section__spacer__medium { padding: 5% 0; }
  .section__spacer__large { padding: 7% 0; }
  .section__spacer__extralarge { padding: 9% 0; }
  @media only screen and (max-width: 767px) { .section__spacer { padding: 12% 0; } }
  @media only screen and (min-width: 1500px) { .section__spacer { padding: 40px 0; } }
  .section__spacer__slim { padding: 5% 0; }
  .section__center { text-align: center; }
  .section__background {background-size: cover; background-position: center center; color: #fff; position: relative; }
  @media only screen and (max-width: 992px) { .section__background { background-attachment: scroll; } }
  .section__background:after { background-color: rgba(72, 72, 72, 0.1); position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; }
  .section__background h1, .section__background h2 {font-size: 45px; color: #fff; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;  }
  .section__background p a { color: #9b8542; }
  .section__background__color__grey { background: #f8f8f8; }
  .section__links { list-style: none; padding: 0; margin: 0; text-align: center; }
  .section__links li { display: inline-block; margin: 5px; }
  .section__links li a { min-width: 100px; }
  .section__title { margin-bottom: 10px; }
  .section__title__link { float: right; margin-left: 5px; }
  .section__title h2 { position: relative; margin-top: 0; display: inline-block; }
  .section__slider-arrows { position: relative; }
  @media only screen and (max-width: 767px) { .section__slider-arrows { text-align: center; } }
  .section__slider-arrows button { margin-right: 5px; }
  .section__slider-arrows button:last-of-type { margin: 0; }
  .section__slider-dots { margin-top: 40px; }
  .section__slider-dots ul { list-style: none; margin: 0; padding: 0; text-align: center; }
  .section__slider-dots ul li { display: inline-block; margin: 3px; }
  .section__slider-dots ul li.slick-active button { opacity: 1; background: #1e3264; color: #1e3264; }
  .section__slider-dots button { opacity: 0.7; -webkit-transition: 0.2s; transition: 0.2s; display: block; outline: none; border: 0; margin: 0; padding: 0; height: 15px; width: 15px; background: none; color: #484848; border-radius: 50%; text-indent: -999px; overflow: hidden; border: 2px solid #1e3264; }
  .section__slider-dots button:hover { border-color: #1e3264; background: #1e3264; }
  
  .main-content { -webkit-box-flex: 1; flex: 1 1 auto; flex-shrink: 0; }
  .content-main .content-img { width: 100%; max-width: 300px; }
  @media only screen and (max-width: 767px) {
    .content-main .content-img { max-width: 400px; }
  }
  
  /* ========================================================================== Container ========================================================================== */
  .container-fluid-fixed { max-width: 1170px; }
  
  .container-tight-col .row { margin-right: -5px; margin-left: -5px; }
  .container-tight-col .row div[class*="col-"] { padding-left: 5px; padding-right: 5px; }
  
  .container-fluid-edge-space { margin-left: 3%; margin-right: 3%; }
  @media only screen and (max-width: 992px) { .container-fluid-edge-space { margin-left: 0; margin-right: 0; } }
  @media only screen and (min-width: 993px) and (max-width: 1199px) { .container-fluid-edge-space { margin-left: 0; margin-right: 0; } }
  
  /* ========================================================================== 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: 999; -webkit-tap-highlight-color: transparent; }
  .sm, .sm ul, .sm li { display: block; list-style: none; margin: 0; padding: 0; 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) {
    /* Switch to desktop layout ----------------------------------------------- These transform the menu tree from collapsible to desktop (navbar + dropdowns) -----------------------------------------------*/
    /* start... (it's not recommended editing these rules) */
    .sm-clean ul { position: absolute; width: 12em; }
    .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; }
    /* ...end */
    .sm-clean ul a.disabled { background: #fff; color: #ccc; }
    .sm-clean .scroll-up, .sm-clean .scroll-down { position: absolute; display: none; visibility: hidden; overflow: hidden; background: #fff; 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 #0c2244; }
    .sm-clean .scroll-down:hover .scroll-down-arrow { border-color: #1e3264 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 { float: left; }
    .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 ul { position: absolute; z-index: 999; width: 12em; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07); *zoom: 1; background: #fff; border-radius: 4px; }
    .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 { color: #484848; padding: 8px 12px; }
    .sm-clean ul li a:hover { opacity: 1; }
    .header__meta.headroom--not-top .sm-clean > li:hover > a { color: #1e3264; }
    .sm-clean ul > li > a { position: relative; }
    .sm-clean ul > li > a:before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: #f8f8f8; }
    .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 .sub-arrow:after { content: '\f104'; }
    .sm-clean li { position: relative; display: block; float: left; }
    .sm-clean li a { padding: 2px 8px; white-space: nowrap; font-size: 16px; }
    .sm-clean li a:hover { background-color: #1e3264; opacity: 0.7; }
    .sm-clean li a.has-submenu { padding-right: 30px; }
    .sm-clean ul li a:hover { color: #1e3264; }
    .sm-clean li a:hover .sub-arrow:after { content: '\f106'; }
    .sm-clean > li:hover > a { opacity: 0.7; }
    .header__meta.headroom--not-top .sm-clean > li:hover > a { opacity: 1; }
    .sm-clean > li:hover > a .sub-arrow:after { content: '\f106'; } }
  @media only screen and (max-width: 992px) { .sm-clean ul { padding-left: 10px; }
    .sm-clean li { float: none; }
    .sm-clean li a { text-decoration: none; padding: 10px 0; border-bottom: 2px solid rgba(0,0,0, 0.1); color: #484848; font-weight: 700; }
    .sm-clean li a .sub-arrow { border-left: 2px solid rgba(0,0,0, 0.1); font-size: 700; font-size: 20px; position: absolute; top: 0; right: 0; bottom: 0; text-align: center; width: 47px; line-height: 47px; color: #484848; }
    .sm-clean li a .sub-arrow:after { font-family: FontAwesome; content: '\f107'; }
    .sm-clean li a.highlighted .sub-arrow { background: rgba(0,0,0, 0.05); }
    .sm-clean li a.highlighted .sub-arrow:after { content: '\f106'; } }
  
  body.mobile-menu-open .header__meta { background: #fff; }
  body.mobile-menu-open .header__meta.headroom--not-top.headroom--unpinned { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
  
  .mobile-menu { position: fixed; z-index: 999; top: 50px; width: 100%; bottom: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); overflow: auto; background: #fff; 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 { background: rgba(12, 34, 68, 0.5); content: ''; top: 0; width: 100%; bottom: 0; left: 0; }
  .mobile-menu__menu-container { position: relative; }
  .mobile-menu__account ul { list-style: none; padding: 0; margin: 0 -3px 6px -3px; *zoom: 1; text-align: center; }
  .mobile-menu__account ul:before, .mobile-menu__account ul:after { content: " "; display: table; }
  .mobile-menu__account ul:after { clear: both; }
  .mobile-menu__account ul li { padding: 0 3px; display: block; float: left; }
  .mobile-menu__account ul li a { -webkit-box-pack: center; justify-content: center; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; font-size: 14px; display: flex; align-items: center; padding: 6px 12px; font-weight: 700; border-radius: 4px; border: 2px solid rgba(0,0,0, 0.1); line-height: inherit; color: #484848; }
  .mobile-menu__account ul li a img, .mobile-menu__account ul li a svg { display: inline-block; height: 18px; width: 18px; fill: #484848; margin-right: 8px; }
  .mobile-menu__account ul li a.account-login { border-color: #fff; }
  
  /* ========================================================================== Header ========================================================================== */
  @media only screen and (max-width: 992px) { .header { height: 50px; top: 0; left: 0; right: 0; z-index: 999; } }
  .header__wrap { padding: 10px 0; display: -webkit-box; display: flex; -webkit-box-pack: justify; justify-content: space-between; }
  @media only screen and (max-width: 992px) { .header__wrap { padding: 5px 0; } }
  .header__side { display: flex; align-items: center; padding-left: 20px; }
  .header__logo {display: contents;}
  .header__logo img { padding: 5px; max-height: 85px; background: rgba(255,255,255,0.80); }
  @media only screen and (max-width: 992px) { .header__logo img { padding: 5px; max-height: 45px; background: rgba(255,255,255,0.80);} }
  .header__meta { position:absolute; left: 0; right: 0; transition: 0.3s; *zoom: 1; z-index: 9; }
  .header__meta.headroom--not-top { position: fixed; }
  .header__meta.headroom--not-top.headroom--not-bottom { top: 0; }
  .header__meta:before, .header__meta:after { content: " "; display: table; }
  .header__meta:after { clear: both; }
  .header__meta a { text-decoration: none; color: #fff; }
  .header__meta a:hover {background-color: inherit; opacity: 0.7; }
  
  body.mobile-menu-open .header__meta .cole-logo-white,
  .header__meta .cole-logo-color,
  .header__meta.headroom--not-top .cole-logo-white,
  .header-alt .header__meta .cole-logo-white { display: none; }
  
  body.mobile-menu-open .header__meta .cole-logo-color,
  .header__meta.headroom--not-top .cole-logo-color,
  .header-alt .header__meta .cole-logo-color { display: block; }
  
  .header__meta.headroom--not-top, .header-alt .header__meta { background: #fff; }
  
  body.mobile-menu-open .header__meta a,
  .header__meta.headroom--not-top a,
  .header-alt .header__meta a { color: #484848; }
  
  body.mobile-menu-open .header__contact svg,
  .header-alt .header__meta .header__contact svg,
  .header__meta.headroom--not-top .header__contact svg { fill: #484848; }
  
  .header__meta.headroom--not-top a:hover,
  .header-alt .header__meta a:hover { opacity: 1; }
  
  .header__meta.headroom--not-top.headroom--unpinned { -webkit-transform: translateY(-100%); transform: translateY(-100%); opacity: 0; }
  .header__meta.headroom--not-top.headroom--pinned { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
  .header__meta.headroom--not-top .header__wrap, .header__meta.headroom--not-top.headroom--pinned .header__wrap, .header__meta.headroom--not-top.headroom--unpinned .header__wrap { padding: 10px 0; }
  @media only screen and (max-width: 992px) { .header__meta.headroom--not-top .header__wrap, .header__meta.headroom--not-top.headroom--pinned .header__wrap, .header__meta.headroom--not-top.headroom--unpinned .header__wrap { padding: 5px 0; } }
  .header__meta.headroom--not-top .header__logo img, .header__meta.headroom--not-top.headroom--pinned .header__logo img, .header__meta.headroom--not-top.headroom--unpinned .header__logo img { max-height: 60px; background: rgba(255,255,255,0.80); }
  @media only screen and (max-width: 992px) { .header__meta.headroom--not-top .header__logo img, .header__meta.headroom--not-top.headroom--pinned .header__logo img, .header__meta.headroom--not-top.headroom--unpinned .header__logo img { max-height: 40px; background: rgba(255,255,255,0.80); } }
  .header__contact ul { list-style: none; margin: 0; padding: 0; }
  .header__contact ul li { display: block; float: left; }
  .header__contact a { padding: 2px 8px; display: inline-block; white-space: nowrap; font-size: 14px; }
  .header__contact svg { fill: #fff; height: 16px; width: 16px; display: inline-block; vertical-align: middle; margin-top: -3px; }
  .header__contact span { margin-left: 8px; }
  @media only screen and (max-width: 767px) {
    .header__contact span { display: none; }
  }
  @media only screen and (max-width: 992px) {
    .header__contact a { padding:2px; font-size: 16px; }
    .header__contact li { margin-right: 8px; }
    .header__contact svg { height: 26px; width: 26px; }
    body.mobile-menu-open .header__contact svg,
    .header-alt .header__meta .header__contact svg,
    .header__meta.headroom--not-top .header__contact svg { fill: #1e3264; }
  }

  .header__meta.headroom--not-top .header__mobile-menu-btn .bar,
  .header__meta.headroom--not-top .header__mobile-menu-btn:before,
  .header__meta.headroom--not-top .header__mobile-menu-btn:after,
  .header__mobile-menu-btn.open .bar,
  .header__mobile-menu-btn.open:before,
  .header__mobile-menu-btn.open:after { background: #484848; }
  
  .header__mobile-menu-btn { display: block; position: relative; width: 26px; min-width: 26px; height: 26px; transition: 0.1s; margin-left: 15px; align-self: center; }
  .header__mobile-menu-btn .bar, .header__mobile-menu-btn:before, .header__mobile-menu-btn:after { transition: 0.1s; position: absolute; left: 0; right: 0; height: 2px; background: #fff; border-radius: 4px; }
  .header__mobile-menu-btn:before { width: 100%; top: 10%; -webkit-transform: translate(0, -10%); transform: translate(0, -10%); content: ''; }
  .header__mobile-menu-btn .bar { width: 65%; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
  .header__mobile-menu-btn:after { width: 80%; top: 90%; -webkit-transform: translate(0, -90%); transform: translate(0, -90%); content: ''; }
  .header__mobile-menu-btn.open .bar, .header__mobile-menu-btn.open:before, .header__mobile-menu-btn.open:after { width: 100%; }
  .header__mobile-menu-btn.open:before { top: 50%; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); }
  .header__mobile-menu-btn.open .bar { opacity: 0; height: 0; width: 0; }
  .header__mobile-menu-btn.open:after { top: 50%; -webkit-transform: translateY(-50%) rotate(-45deg); transform: translateY(-50%) rotate(-45deg); }
  
  /* ========================================================================== Homepage hero ========================================================================== */
  .hero { position: relative; }
  .hero__container { width: 100%; position: relative; }
  .hero__media { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; background-color: #484848; padding-top: 120px; }
  @media only screen and (max-width: 992px) { .hero__media { padding-top: 0; } }
  .hero__media__slider { display: none; overflow: hidden; height: 100%; }
  .hero__media__slider .slick-slider, .hero__media__slider .slick-list, .hero__media__slider .slick-track { height: 100%; }
  .hero__media__slider .item { background-size: cover; background-position: center center; height: 100%; }
  .hero__media__slider:after { background-color: rgba(72, 72, 72, 0.2); position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; }
  .hero__media__video { background-size: cover; background-position: top center; background-color: #333; position: absolute; top: 0; left: 0; bottom: 0; right: 0; overflow: hidden; }
  .hero__media__video:after { background-color: rgba(72, 72, 72, 0.2); position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; }
  .hero__media__video video { min-width: 100%; min-height: 100%; width: auto; height: auto; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .hero__media__video .inline-YTPlayer { height: 100% !important; max-width: 100% !important; }
  .hero__media__video .mb_YTPlayer { position: static !important; }
  .hero__content { padding: 150px 0 90px 0; position: relative; z-index: 2; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; min-height: 100vh; height: auto; }
  @media only screen and (max-width: 992px) { .hero__content { padding: 10px 0; } }
  .hero__content__wrap { position: relative; width: 100%; }
  .hero__content__text { text-shadow: 1px 1px 5px rgba(72, 72, 72, 0.3); color: #fff; margin-bottom: 30px; }
  .hero__content__text h3 { margin: 0; font-size: 72px; color: #fff; line-height: 1; font-family: 'Cabin', sans-serif; font-weight: 300; letter-spacing: -4px; }
  @media only screen and (max-width: 767px) { .hero__content__text h3 { font-size: 31px; letter-spacing: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .hero__content__text h3 { font-size: 60px; }
  }
  .hero__content__text h3 span { font-family: 'Cabin', sans-serif; font-weight: 500; }
  .hero__content__text p { font-size: 24px; letter-spacing: 7px; }
  @media only screen and (max-width: 767px) { .hero__content__text p { font-size: 15px; letter-spacing: 3px; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .hero__content__text p { font-size: 20px; letter-spacing: 5px; }
  }
  .hero__content__text p span { color: #9b8542; }
  .hero__content__text img { height: 160px; background:rgba(255,255,255,0.75); }
  @media only screen and (max-width: 767px) {
    .hero__content__text img { height: 120px; background:rgba(255,255,255,0.75); }
  }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .hero__content__text img { height: 140px; background:rgba(255,255,255,0.75); }
  }
  .hero__search__links { *zoom: 1; margin-top: 10px; }
  .hero__search__links:before, .hero__search__links:after { content: " "; display: table; }
  .hero__search__links:after { clear: both; }
  .hero__search__links ul { list-style: none; margin: 0; padding: 0; }
  .hero__search__links ul li { display: inline-block; margin-right: 20px; }
  @media only screen and (max-width: 767px) { .hero__search__links ul li { margin-right: 5px; } }
  .hero__search__links ul li a { text-shadow: 1px 1px 4px rgba(0,0,0,0.95), 0 0 12px rgba(0,0,0,0.8); display: block; font-size: 20px; font-weight: 700; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; padding: 10px 18px; color: #fff; background: rgba(0,0,0,0.6); border: 1px solid rgba(255,255,255,0.6); letter-spacing: .04em; }
  @media only screen and (max-width: 767px) { .hero__search__links ul li a { font-size: 18px; padding: 8px 12px; } }
  .hero__search__links ul li a svg { display: inline-block; height: 18px; width: 18px; fill: #fff; margin-right: 8px; -webkit-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.95)); filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.95)); }
  @media only screen and (max-width: 767px) { .hero__search__links ul li a svg { margin-right: 4px; height: 16px; width: 16px; } }
  .hero__search__links ul li a:hover { text-decoration: underline; }
  .hero__search__links ul li:last-of-type { margin-right: 0; }
  .hero .section__slider-arrows { position: absolute; bottom: -100px; }
  @media only screen and (min-width: 768px) and (max-width: 992px) { .hero .section__slider-arrows { text-align: left; position: relative; bottom: -20px; } }
  .hero .section__slider-arrows button { outline: none; background: none; padding: 0; border: 0; margin-right: 15px; }
  .hero .section__slider-arrows button:last-of-type { margin-right: 0; }
  .hero .section__slider-arrows button svg { fill: rgba(255, 255, 255, 0.7); height: 30px; width: 30px; }
  .hero .section__slider-arrows button svg:hover { fill: #fff; }
  .hero__callout { position: absolute; z-index: 2; bottom: 0; left: 0; right: 0; background: #1e3264; text-align: center; padding: 15px 0; color: #fff; }
  .hero__callout p { margin: 0; }
  .hero__callout p span { font-weight: 700; margin-right: 5px; }
  .hero__callout p .btn { margin-left: 20px; }
  .hero__link-buttons .btn { padding: 0 24px; min-height: 50px; line-height: 20px; display: -webkit-box; display: flex; font-size: 18px; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; text-align: center; border-radius: 4px; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07); margin-bottom: 10px; }
  
  @media only screen and (max-width: 992px) { .hero__quicksearch form .row { margin-right: -3px; margin-left: -3px; }
    .hero__quicksearch form div[class*="col-"] { padding-right: 3px; padding-left: 3px; }
    .hero__quicksearch form .form-group { margin: 0 0 6px 0; }
    .hero__quicksearch form input, .hero__quicksearch form select { font-size: 16px; } }
  .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: 767px) { .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: center; font-weight: 700; font-size: 18px; display: block; margin: 0 auto; padding: 9px 0; background: none; outline: none; color: #fff; text-shadow: 1px 1px 5px rgba(72, 72, 72, 0.5); border: 0; }
    .drop-tree.collapse-group > .collapse-link.collapsed { color: #fff; } }
  /* ========================================================================== Banner ========================================================================== */
  .banner { background-attachment: scroll; }
  .banner .section__title { margin-bottom: 0; }
  .banner h1 { margin: 0; }
  body.int .banner.section__spacer__large { padding: 12% 0 7% 0; }
  @media only screen and (max-width: 767px) {
    body.int .banner.section__spacer__large { padding: 15% 0 7% 0; }
  }
  
  /* Cole Homepage About */
  .agent-section{height:100vh;display:flex}
  @media only screen and (max-width: 767px) {
  .agent-section{height:auto;display:block}
  }
  .agent-section__item{display:flex;flex:1}
  .agent-section__text{display:flex;height:100%;justify-content:center;flex-direction:column;padding:10px 30px}
  @media only screen and (max-width: 767px) {
  .agent-section__text{padding:10px 15px 30px}
  }
  .agent-section__agent-pic{overflow:hidden;width:100%}
  .agent-section__agent-pic img{height:100vh;width:100%;object-fit:cover;object-position:top}
  @media only screen and (max-width: 767px) {
  .agent-section__agent-pic img{height:auto;width:auto;object-position:inherit;padding:20px 20px 0}
  }
  
  /* Cole Homepage Stats */
  .cole-stats { background: #f4f4f4; }
  .cole-stats__row{display:flex;flex-flow:row wrap;justify-content:center;margin-left:-10px;margin-right:-10px}
  .cole-stats__item{display:flex;flex-basis:20%;-ms-flex:auto;position:relative;padding:10px}
  @media only screen and (max-width: 992px) {
  .cole-stats__item{flex-basis:33.33333%}
  .cole-stats__item:nth-child(4), .cole-stats__item:nth-child(5) {flex-basis:50%}
  }
  @media only screen and (max-width: 767px) {
  .cole-stats__item{flex-basis:50%}
  .cole-stats__item:last-child {flex-basis:100%}
  }
  .cole-stats__text{box-shadow:0 15px 35px -10px rgba(0,0,0,.15);background:#fff;border-radius:4px;text-align:center;padding:40px 5px;width:100%;display:flex;flex-direction:column}
  .cole-stats__text svg{fill:#1e3264;display:block;height:60px;width:100px;margin:0 auto 30px}
  .cole-stats__text h3{margin:auto 0 0}
  .cole-stats__text h3 span.info{font-size:75%}
   
  /* Meet Cole */
  .meet-cole{background-size:cover;background-position:center;height:100vh}
  .meet-cole:after { background-color: rgba(72,72,72,0.1); }
  @media only screen and (max-width: 767px) {
  .meet-cole{height:auto}
  }
  .meet-cole__wrap{display:flex;align-items:center;justify-content:center;height:100%;position:relative;z-index:1}
  .meet-cole__row{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}
  @media only screen and (max-width: 767px) {
  .meet-cole__row{display:block}
  }
  .meet-cole__item{text-align:center;flex:1;color:#fff;padding:80px;display:flex;flex-direction:column;align-items:center;justify-content:center}
  @media only screen and (max-width: 767px) {
  .meet-cole__item{padding:40px}
  }
  .meet-cole__item:first-child{background:rgba(25,25,25,0.7);box-shadow:1px 1px 3px rgba(25,25,25,0.3)}
  .meet-cole__item:nth-child(2){background:rgba(135,210,231,0.7);margin:20px 20px 20px 0;border-style:solid;border-color:rgba(150,150,150,0.7);border-width:2px 2px 2px 0}
  @media only screen and (max-width: 767px) {
  .meet-cole__item:nth-child(2){margin:20px 0 0;border-width:2px}
  }
  .meet-cole__item .btn{margin-top:10px}
  .meet-cole__item h2{color:#fff}
   
  /* ========================================================================== Property slider ========================================================================== */
  .properties-slider .slick-slide { outline: none; }
  .properties-slider .item { outline: none; padding-left: 15px; padding-right: 15px; }
  .properties-slider .prop-wrap { box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07); margin: 0 0 30px 0; border-radius: 4px; overflow: hidden; background: #fff; }
  .properties-slider .slider-wrap { display: none; }
  .properties-slider .slider-wrap.slick-initialized { display: block; opacity: 1; -webkit-transition: opacity .3s ease-out; transition: opacity .3s ease-out; }
  .properties-slider .prop-pic { position: relative; overflow: hidden; background-color: #eee; }
  .properties-slider .prop-pic a { color: #484848; text-decoration: none; }
  .properties-slider .prop-pic a:before { font-weight: 700; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); content: ''; width: 50px; height: 50px; border: 3px solid rgba(72, 72, 72, 0.3); border-radius: 50%; border-top-color: #484848; -webkit-animation: spin 1s ease-in-out infinite; animation: spin 1s ease-in-out infinite; }
  @-webkit-keyframes spin { to { -webkit-transform: translate(-50%, -50%) rotate(360deg); } }
  @keyframes spin { to { -webkit-transform: translate(-50%, -50%) rotate(360deg); } }
  .properties-slider .prop-pic a:hover { color: #1e3264; }
  .properties-slider .prop-pic a:hover .prop-img { -webkit-transform: scale(1.05); transform: scale(1.05); }
  .properties-slider .prop-img { background-size: cover; background-position: center center; position: relative; padding-bottom: 70%; -webkit-transition: 0.3s; transition: 0.3s; }
  .properties-slider .prop-img:after { -webkit-transition: 0.2s; transition: 0.2s; content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75))); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.75) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.75) 100%); }
  .properties-slider .prop-meta { list-style: none; margin: 0; padding: 0; position: absolute; top: 20px; right: 20px; }
  .properties-slider .prop-meta li { border-radius: 20px; padding: 4px 12px 2px 12px; float: left; display: block; color: #fff; background: #484848; font-weight: 700; font-size: 12px; margin-right: 5px; }
  .properties-slider .prop-meta li:last-of-type { margin-right: 0; }
  .properties-slider .prop-meta li.prop-class { background: #1e3264; }
  .properties-slider .prop-meta li.prop-status { text-overflow: ellipsis; max-width: 120px; overflow: hidden; white-space: nowrap; -webkit-transition: 0.3s; transition: 0.3s; }
  .properties-slider .prop-meta li.prop-status-sold { background: #ff0000; }
  .properties-slider .prop-meta li.status-4 { background: #FFBF00; }
  .properties-slider .prop-meta li.prop-status:hover { max-width: none; }
  .properties-slider .prop-bottom { position: absolute; bottom: 20px; left: 20px; right: 20px; color: #fff; }
  .properties-slider .prop-bottom .prop-price { font-weight: 700; font-size: 22px; }
  .properties-slider .prop-content { padding: 20px; *zoom: 1; }
  .properties-slider .prop-content:before, .properties-slider .prop-content:after { content: " "; display: table; }
  .properties-slider .prop-content:after { clear: both; }
  .properties-slider .prop-content .prop-street { font-size: 18px; font-weight: 700; }
  .properties-slider .prop-content .prop-mls { display: inline-block; color: #999; font-weight: 700; font-size: 14px; line-height: 15px; }
  .properties-slider .prop-content ul { list-style: none; margin: 0; padding: 0; *zoom: 1; }
  .properties-slider .prop-content ul:before, .properties-slider .prop-content ul:after { content: " "; display: table; }
  .properties-slider .prop-content ul:after { clear: both; }
  .properties-slider .prop-content ul li { display: block; float: left; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; padding: 10px 10px 10px 0; }
  .properties-slider .prop-content ul li svg { display: inline-block; height: 18px; width: 18px; fill: #1e3264; margin-right: 8px; }
  .properties-slider .prop-content ul li:after { content: ''; margin: 0 8px; }
  .properties-slider .prop-content ul li:last-of-type:after { display: none; }
  .properties-slider .prop-content .btn { float: right; }
  
  /* ========================================================================== Quicksearch ========================================================================== */
  .form-quicksearch .row { margin-right: -5px; margin-left: -5px; }
  .form-quicksearch div[class*="col-"] { padding-right: 5px; padding-left: 5px; }
  .form-quicksearch input, .form-quicksearch select { border: 0; border-radius: 0; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; z-index: 1; }
  .form-quicksearch input:focus, .form-quicksearch select:focus { box-shadow: none; }
  .form-quicksearch select { padding-right: 26px; }
  .form-quicksearch select[multiple] { border-radius: 4px; }
  .form-quicksearch select::-ms-expand { display: none; }
  .form-quicksearch .form-group { position: relative; margin: 0 0 10px 0; background: #fff; border-radius: 4px; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07); font-weight: 700; }
  .form-quicksearch .form-group.form-select:after { position: absolute; right: 12px; top: calc(50% - 15px); -webkit-transform: translate(0, calc(-50% + 15px)); transform: translate(0, calc(-50% + 15px)); font-family: FontAwesome; content: '\f107'; font-size: 16px; }
  .form-quicksearch .form-group:hover { background: #f8f8f8; cursor: pointer; }
  .form-quicksearch .form-group.form-input:after { display: none; }
  .form-quicksearch .form-group .form-control { color: #484848; height: 50px; background: none; font-size: 16px; }
  .form-quicksearch .form-group .form-control:hover { cursor: pointer; }
  .form-quicksearch .btn { text-align: center; height: 50px; line-height: 35px; border-radius: 4px; width: 100%; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07); }
  .form-quicksearch .btn.more { padding: 6px 0; }
  .form-quicksearch .btn.more[aria-expanded="false"]:before { content: 'More'; }
  .form-quicksearch .btn.more[aria-expanded="false"]:after { margin-left: 8px; font-family: FontAwesome; content: '\f107'; font-size: 16px; }
  .form-quicksearch .btn.more[aria-expanded="true"]:before { content: 'Less'; }
  .form-quicksearch .btn.more[aria-expanded="true"]:after { margin-left: 8px; font-family: FontAwesome; content: '\f106'; font-size: 16px; }
  .form-quicksearch .qs-single-select .selectize-input { border: 0; background: none; box-shadow: none; min-height: 0; left: auto; right: auto; height: 50px; }
  .form-quicksearch .qs-single-select .selectize-input .item { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
  .form-quicksearch .qs-single-select .selectize-input input { position: absolute; color: #484848; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
  .form-quicksearch .qs-single-select .selectize-input.input-active { background: #f8f8f8; }
  .form-quicksearch .qs-single-select .selectize-input.input-active:after { content: '\f106'; }
  .form-quicksearch .qs-single-select .selectize-input:after { top: 50%; right: 27px; font-size: 16px; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); height: auto; border: 0; margin: 0 !important; font-family: FontAwesome; content: '\f107'; }
  .form-quicksearch .qs-single-select .selectize-dropdown, .form-quicksearch .qs-single-select .selectize-dropdown.form-control { margin: 0; border: 0; height: auto; width: 100% !important; }
  .form-quicksearch .qs-single-select .selectize-dropdown-content { background: #fff; border-radius: 0 0 5px 5px; margin-top: -3px; font-size: 14px; padding: 0; }
  .form-quicksearch .qs-single-select .selectize-dropdown-content .option { background: none; color: #484848; padding: 4px 12px; }
  .form-quicksearch .qs-single-select .selectize-dropdown-content .option:hover { color: #1e3264; }
  .form-quicksearch .multi-select.ms-parent { position: relative; border: 4px; border-radius: 4px; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100% !important; }
  .form-quicksearch .multi-select.ms-parent .ms-choice { position: relative; background: none; padding: 0 12px; }
  .form-quicksearch .multi-select.ms-parent .ms-choice span { padding: 0; top: calc(50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); left: 12px; right: 26px; }
  .form-quicksearch .multi-select.ms-parent .ms-choice span.placeholder { color: #484848; }
  .form-quicksearch .multi-select.ms-parent .ms-choice > div { top: calc(50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); right: 22px; width: auto; color: #484848; }
  .form-quicksearch .multi-select.ms-parent .ms-choice > div.open .caret:after { content: '\f106'; }
  .form-quicksearch .multi-select.ms-parent .ms-choice .caret { margin: 0; border: 0; }
  .form-quicksearch .multi-select.ms-parent .ms-choice .caret:after { position: absolute; z-index: 2; top: calc(50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); font-family: FontAwesome; content: '\f107'; font-size: 16px; }
  .form-quicksearch .multi-select .ms-drop { width: 100%; border-radius: 4px; background-color: #fff; border: 0; padding: 5px 0; border-radius: 0 0 5px 5px; margin-top: -3px; font-size: 14px; }
  .form-quicksearch .multi-select .ms-drop ul li { padding: 0 12px; }
  .form-quicksearch .multi-select .ms-drop ul li:hover { background: none; }
  .form-quicksearch .multi-select .ms-drop ul li:hover label { color: #1e3264; }
  .form-quicksearch .multi-select .ms-drop label { white-space: pre-wrap; padding: 4px 0; cursor: pointer; color: #484848; outline: none; font-weight: 700; }
  .form-quicksearch .multi-select .ms-drop label.disabled input { display: none; }
  .form-quicksearch .multi-select .ms-drop label.disabled span { padding-left: 0; color: #999 !important; cursor: default; }
  .form-quicksearch .multi-select .ms-drop input[type=checkbox] { cursor: pointer; outline: none; position: relative; -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 0; margin: -1px 5px 0 0; background: #fff; border: 2px solid #ddd; width: 18px; height: 18px; border-radius: 4px; overflow: hidden; }
  .form-quicksearch .multi-select .ms-drop input[type=checkbox]:checked { border-color: #1e3264; }
  .form-quicksearch .multi-select .ms-drop input[type=checkbox]:checked:after { font-family: fontAwesome; position: absolute; top: 0; left: 0; display: block; width: 16px; height: 16px; text-align: center; content: '\f00c'; font-size: 10px; line-height: 16px; color: #1e3264; }
  
  /* ========================================================================== Sidebar ========================================================================== */
  .sidebar img { margin-bottom: 10px; }
  .sidebar__widget { margin-bottom: 30px; }
  .sidebar__widget ul { list-style: none; padding: 0; margin: 0; }
  .sidebar__list ul li a { color: #484848; text-decoration: none; }
  .sidebar__list ul li a:hover { color: #1e3264; }
  .sidebar__list ul li a:before { content: '\f105'; font-family: fontAwesome; margin-right: 10px; color: #1e3264; }
  .sidebar__new-listings ul li a { display: block; }
  .sidebar__new-listings ul li a .badge { -webkit-transition: 0.2s; transition: 0.2s; border-radius: 4px; background-color: #1e3264; }
  .sidebar__new-listings ul li a:hover .badge { background-color: #484848; }
  .sidebar__agent-portal .agent-slider .agent-wrap { margin-bottom: 0; box-shadow: none; }
  .sidebar__agent-portal .agent-slider .slider-wrap { display: block; }
  .sidebar__agent-portal .agent-slider .agent-content { background: #f8f8f8; font-size: 14px; }
  .sidebar__agent-portal .agent-slider .agent-content ul li img, .sidebar__agent-portal .agent-slider .agent-content ul li svg { height: 16px; width: 16px; margin-right: 6px; }
  .sidebar__agent-portal .agent-slider .agent-content .btn { padding: 4px 10px; font-size: 12px; }
  .sidebar__agentid .agent-slider .agent-wrap, .sidebar__agents .agent-slider .agent-wrap { margin-bottom: 10px; }
  .sidebar__agentid .agent-slider .agent-content, .sidebar__agents .agent-slider .agent-content { font-size: 14px; background: #f8f8f8; }
  .sidebar__agentid .agent-slider .agent-content .btn, .sidebar__agents .agent-slider .agent-content .btn { padding: 3px 8px; }
  .sidebar__agentid .agent-slider .section__slider-arrows, .sidebar__agents .agent-slider .section__slider-arrows { margin-top: 20px; }
  .sidebar__featured-listing .properties-slider .prop-wrap { margin-bottom: 10px; }
  .sidebar__featured-listing .properties-slider .prop-pic .prop-status { display: none; }
  .sidebar__featured-listing .properties-slider .prop-pic .prop-price { font-size: 20px; }
  .sidebar__featured-listing .properties-slider .prop-content { font-size: 14px; background: #f8f8f8; }
  .sidebar__featured-listing .properties-slider .prop-content .prop-street { font-size: 16px; }
  .sidebar__featured-listing .properties-slider .prop-content .btn { padding: 3px 8px; }
  .sidebar__featured-listing .properties-slider .prop-content .prop-mls { font-size: 12px; }
  .sidebar__featured-listing .properties-slider .section__slider-arrows { margin-top: 20px; }
  .sidebar__menu-box { background: #1e3264; padding: 20px 20px 0 20px; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07); border-radius: 4px; overflow: hidden; }
  .sidebar__menu-box h4 { position: relative; display: block; color: #fff; margin: 0; padding-bottom: 15px; }
  .sidebar__multilevel .sm-vertical-list { z-index: 1; margin-left: -20px; margin-right: -20px; }
  .sidebar__multilevel .sm-vertical-list ul { background: rgba(255, 255, 255, 0.15); }
  .sidebar__multilevel .sm-vertical-list li { float: none; border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .sidebar__multilevel .sm-vertical-list li:last-of-type { border-bottom: 0; }
  .sidebar__multilevel .sm-vertical-list li a { text-decoration: none; padding: 8px 20px; color: #fff; outline: none; }
  .sidebar__multilevel .sm-vertical-list li a.has-submenu { padding: 8px 40px 8px 20px; }
  .sidebar__multilevel .sm-vertical-list li a:hover { background: rgba(255, 255, 255, 0.15); }
  .sidebar__multilevel .sm-vertical-list li a .sub-arrow { font-size: 20px; position: absolute; top: 0; right: 0; bottom: 0; text-align: center; padding: 0 20px; line-height: 42px; color: #fff; }
  .sidebar__multilevel .sm-vertical-list li a .sub-arrow:after { font-family: FontAwesome; content: '\f107'; }
  .sidebar__multilevel .sm-vertical-list li a.highlighted { background: rgba(255, 255, 255, 0.15); }
  .sidebar__multilevel .sm-vertical-list li a.highlighted .sub-arrow:after { content: '\f106'; }
  .sidebar__multilevel .sm-vertical-list li li { border-bottom: 0 !important; }
  .sidebar__multilevel .sm-vertical-list li li a { font-size: 14px; line-height: 22px; }
  .sidebar__multilevel .sm-vertical-list li li a .sub-arrow { font-size: 18px; line-height: 40px; }
  .sidebar__multilevelmenus-list { background: #484848; padding: 20px; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07); border-radius: 4px; overflow: hidden; }
  .sidebar__multilevelmenus-list .panel-group { margin: 0; }
  .sidebar__multilevelmenus-list .panel { border: 0; background: none; box-shadow: none; margin: 0 -20px !important; border-radius: 0; }
  .sidebar__multilevelmenus-list .panel:last-of-type .panel-heading .panel-title { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .sidebar__multilevelmenus-list .panel .panel-heading { border-radius: 0; border: 0; background: none; padding: 0; }
  .sidebar__multilevelmenus-list .panel .panel-heading .panel-title { border: 0; padding: 0; font-weight: 400; padding: 0; margin: 0; border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .sidebar__multilevelmenus-list .panel .panel-heading .panel-title a { position: relative; padding: 12px 30px 12px 20px; display: block; color: #fff; text-decoration: none; }
  .sidebar__multilevelmenus-list .panel .panel-heading .panel-title a:hover { background: rgba(255, 255, 255, 0.1); }
  .sidebar__multilevelmenus-list .panel .panel-heading .panel-title a[data-toggle="collapse"]:after { position: absolute; top: 0; right: 0; bottom: 0; padding: 0 20px; font-family: FontAwesome; content: '\f106'; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; font-size: 20px; }
  .sidebar__multilevelmenus-list .panel .panel-heading .panel-title a[data-toggle="collapse"][aria-expanded="true"] { background: rgba(255, 255, 255, 0.15); }
  .sidebar__multilevelmenus-list .panel .panel-heading .panel-title a[data-toggle="collapse"][aria-expanded="false"]:after { content: '\f107'; }
  .sidebar__multilevelmenus-list .panel .panel-body { border: 0 !important; padding: 0; background: rgba(255, 255, 255, 0.15); padding: 0 20px; }
  .sidebar__multilevelmenus-list .panel .panel-body li a { font-size: 14px; line-height: 22px; }
  .sidebar__multilevelmenus-list .panel .panel-body li a .sub-arrow { font-size: 18px; line-height: 40px; }
  .sidebar__no-title { padding: 0 20px; }
  .sidebar__no-title.sidebar__multilevelmenus-list .panel:first-of-type .panel-heading .panel-title { border-top: 0; }
  .sidebar__list-scroll h4 { padding-right: 70px; }
  .sidebar__list-scroll h4 .section__slider-arrows { position: absolute; top: -5px; right: 0; }
  .sidebar__list-scroll ul { margin: 0 -20px; display: none; }
  .sidebar__list-scroll ul.slick-initialized { display: block; opacity: 1; -webkit-transition: opacity .3s ease-out; transition: opacity .3s ease-out; }
  .sidebar__list-scroll ul li.slick-slide { border: 0; border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .sidebar__list-scroll ul li a { outline: none; display: block; padding: 8px 20px; color: #fff; }
  .sidebar__list-scroll ul li a:hover { background: rgba(255, 255, 255, 0.15); }
  .sidebar__list-scroll .section__slider-arrows button { border: 0; padding: 0 8px; font-size: 20px; }
  .sidebar__quicksearch .form-quicksearch .form-group { box-shadow: none; }
  .sidebar__quicksearch .form-quicksearch .form-group.form-select, .sidebar__quicksearch .form-quicksearch .form-group.form-input, .sidebar__quicksearch .form-quicksearch .form-group select.placeholder, .sidebar__quicksearch .form-quicksearch .form-group select[multiple], .sidebar__quicksearch .form-quicksearch .form-group .qs-single-select .selectize-input { border: 2px solid #ddd; }
  .sidebar__quicksearch .form-quicksearch .form-group .qs-single-select .selectize-dropdown-content, .sidebar__quicksearch .form-quicksearch .form-group .multi-select .ms-drop { border-style: solid; border-width: 0 2px 2px 2px; border-color: #ddd; }
  .sidebar__quicksearch .form-quicksearch .form-group .multi-select .ms-choice { border: 2px solid #ddd; }
  .sidebar__quicksearch .form-quicksearch .form-group .multi-select .ms-drop { margin-top: -2px; }
  
  @media only screen and (max-width: 767px) { .sidebar__featured-areas { margin-top: 40px; } }
  .agent-listing { box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07); margin: 0 0 30px 0; border-radius: 4px; overflow: hidden; background: #f4f4f4; position: relative; }
  .agent-listing__pic { width: 110px; background-size: cover; background-position: top center; position: absolute; top: 0; left: 0; bottom: 0; }
  .agent-listing__info { margin-left: 120px; padding: 20px; }
  .agent-listing__name { font-size: 20px; font-weight: 700; }
  .agent-listing__name small { font-weight: 400; font-size: 14px; }
  
  /* ========================================================================== Agent slider ========================================================================== */
  .agent-slider .agent { outline: none; padding-left: 15px; padding-right: 15px; }
  .agent-slider .slider-wrap { display: none; }
  .agent-slider .slider-wrap.slick-initialized { display: block; opacity: 1; -webkit-transition: opacity .3s ease-out; transition: opacity .3s ease-out; }
  .agent-slider .agent-wrap { box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07); margin: 0 0 30px 0; border-radius: 4px; overflow: hidden; background: #fff; }
  .agent-slider .agent-pic { position: relative; overflow: hidden; }
  .agent-slider .agent-pic a { text-decoration: none; color: #484848; }
  .agent-slider .agent-pic a:before { font-weight: 700; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); content: ''; width: 50px; height: 50px; border: 3px solid rgba(72, 72, 72, 0.3); border-radius: 50%; border-top-color: #484848; -webkit-animation: spin 1s ease-in-out infinite; animation: spin 1s ease-in-out infinite; }
  @-webkit-keyframes spin { to { -webkit-transform: translate(-50%, -50%) rotate(360deg); } }
  @keyframes spin { to { -webkit-transform: translate(-50%, -50%) rotate(360deg); } }
  .agent-slider .agent-pic a:hover { color: #1e3264; }
  .agent-slider .agent-pic a:hover .agent-img { -webkit-transform: scale(1.05); transform: scale(1.05); }
  .agent-slider .agent-img { padding-bottom: 110%; -webkit-transition: 0.3s; transition: 0.3s; background-size: cover; background-position: top center !important; position: relative; }
  .agent-slider .agent-img:after { -webkit-transition: 0.2s; transition: 0.2s; content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75))); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.75) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.75) 100%); }
  .agent-slider .agent-meta { position: absolute; bottom: 20px; left: 20px; color: #fff; }
  .agent-slider .agent-meta .agent-name { font-size: 20px; font-weight: 700; }
  .agent-slider .agent-content { padding: 20px; *zoom: 1; }
  .agent-slider .agent-content:before, .agent-slider .agent-content:after { content: " "; display: table; }
  .agent-slider .agent-content:after { clear: both; }
  .agent-slider .agent-content ul { list-style: none; margin: 0 0 10px 0; padding: 0; *zoom: 1; }
  .agent-slider .agent-content ul:before, .agent-slider .agent-content ul:after { content: " "; display: table; }
  .agent-slider .agent-content ul:after { clear: both; }
  .agent-slider .agent-content ul li a { color: #484848; text-decoration: none; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; padding: 4px 0; }
  .agent-slider .agent-content ul li a svg { display: inline-block; height: 18px; width: 18px; fill: #1e3264; margin-right: 8px; }
  .agent-slider .agent-content ul li a:hover { color: #1e3264; }
  
  /* ========================================================================== Testimonials ========================================================================== */
  .testimonials { text-align: center; }
  .testimonials .slider-wrap { display: none; }
  .testimonials .slider-wrap.slick-initialized { display: block; opacity: 1; -webkit-transition: opacity .3s ease-out; transition: opacity .3s ease-out; }
  .testimonials .section__slider-arrows { margin-top: 30px; }
  .testimonials blockquote { outline: none; border: 0; margin: 0; padding: 0; text-align: center; }
  .testimonials blockquote footer { font-weight: 700; }
  .testimonials blockquote footer:before { display: none; }
  .testimonials blockquote footer small { font-size: inherit; }
  .testimonials blockquote footer small:before { display: none; }
  .testimonials blockquote a { color: #1e3264; }
  
  /* ========================================================================== Services ========================================================================== */
  .services__item { padding: 6% 8%; }
  .services__icon { margin-bottom: 10px; }
  .services__icon svg { height: 50px; width: 50px; fill: #fff; }
  .services h3 { color: #fff; margin: 0 0 10px 0; }
  .services p { margin-bottom: 20px; font-size: 18px; }
  
  @media only screen and (max-width: 992px) { .services__item { padding: 6% 0; }
    .services__icon svg { height: 40px; width: 40px; }
    .services h3 { font-size: 18px; }
    .services p { font-size: 16px; line-height: 20px; } }
  @media only screen and (max-width: 767px) { .services__item { padding: 6% 8%; } }
  
  /* Custom Listings Squares */
  .our-listings{margin:0 -5px 20px -5px;padding:0;list-style:none; }
  .our-listings div[class*="col-"]{padding-left:5px;padding-right:5px;margin-top:5px;margin-bottom:5px}
  .our-listings__preview{position:relative;background-size:cover;background-position:center;overflow:hidden;box-shadow:0 15px 35px -10px rgba(0,0,0,.15);border-radius:5px}
  .our-listings__preview:hover:before{opacity:0}
  .our-listings__preview:before{transition:.2s;content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.3)}
  .our-listings__preview:after{display:block;content:'';padding-bottom:70%}
  .our-listings a{display:flex;color:#fff;text-shadow:1px 1px 3px rgba(72,72,72,0.4);font-size:18px;transition:.2s;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;align-items:center;justify-content:center;text-align:center;text-decoration:none}
  
  /* ========================================================================== Footer ========================================================================== */
  .footer { background-attachment: scroll; color: #fff; position: relative; }
  .footer:after { background-color: rgba(72, 72, 72, 0.9); }
    .footer h4 { color: #9b8542; margin: 10px 0 10px 0; display: inline-block; }
  .footer p { color: #fff; }
  .footer p:last-of-type { margin: 0; }
  .footer p a { color: #fff; }
  .footer p a:hover { color: #9b8542; }
  .footer a { color: #fff; }
  .footer a:hover { color: #9b8542; }
  .footer ul { list-style: none; margin: 0 0 30px 0; padding: 0; *zoom: 1; }
  .footer ul:before, .footer ul:after { content: " "; display: table; }
  .footer ul:after { clear: both; }
  .footer ul li { margin-bottom: 3px; }
  .footer ul li a svg { display: inline-block; height: 18px; width: 18px; fill: #1e3264; margin-right: 8px; }
  .footer dl dt { width: 35px; text-align: left; float: left; }
  .footer dl dt svg { position: relative; top: 2px; display: inline-block; height: 18px; width: 18px; fill: #9b8542; }
  .footer dl dd { margin-left: 35px; margin-bottom: 10px; }
  .footer .item { margin-top: 10px; }
  .footer .item.logo svg, .footer .item.logo img { max-width: 200px; height: auto; }
  .footer .item ul { list-style: none; padding: 0; }
  .footer .item p:last-of-type { margin-bottom: 0; }
  .footer .item address { margin: 0; }
  .footer .item address p span { margin-right: 8px; }
  .footer .item address p span:last-of-type { margin-right: 0; }
  .footer .item.social { text-align: right; }
  .footer .item.social a { border-radius: 4px; }
  .footer .item.social a:after { font-family: FontAwesome; margin-left: 10px; }
  .footer .item.social a:hover { color: #fff; padding: 3px 8px; }
  .footer .item.social a.social-facebook:after { content: '\f230'; }
  .footer .item.social a.social-facebook:hover { background: #3b5998; }
  .footer .item.social a.social-twitter:after { content: '\f099'; }
  .footer .item.social a.social-twitter:hover { background: #55acee; }
  .footer .item.social a.social-pinterest:after { content: '\f0d2'; }
  .footer .item.social a.social-pinterest:hover { background: #cb2027; }
  .footer .item.social a.social-youtube:after { content: '\f16a'; }
  .footer .item.social a.social-youtube:hover { background: #bb0000; }
  .footer .item.social a.social-linkedin:after { content: '\f0e1'; }
  .footer .item.social a.social-linkedin:hover { background: #007bb6; }
  .footer .item.social a.social-instagram:after { content: '\f16d'; }
  .footer .item.social a.social-instagram:hover { background: #517fa4; }
  .footer .item.social a.social-houzz:after { content: '\f27c'; }
  .footer .item.social a.social-houzz:hover { background: #7ac142; }
  .footer .item.quick-links ul { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; }
  .footer .item.quick-links ul li { -webkit-column-break-inside: avoid; page-break-inside: avoid; -moz-column-break-inside: avoid; break-inside: avoid-column; display: table; }
  .footer .item.new-listings li a { display: block; }
  .footer .item.quick-links ul li a.sold { background-color: rgb(255,69,67,0.5); padding: 2px;}
  .footer .item.new-listings li a:hover .badge { background: #9b8542; }
  .footer .item.new-listings li .badge { -webkit-transition: 0.1s; transition: 0.1s; float: right; display: block; border-radius: 25px; padding: 4px 8px; margin: 3px 0; }
  .footer .item.recent-posts .tooltip { font-family: inherit; font-weight: 700; left: auto !important; }
  .footer .item.recent-posts .tooltip .tooltip-arrow { border-top-color: #fff; }
  .footer .item.recent-posts .tooltip .tooltip-inner { color: #484848; background-color: #fff; }
  .footer .item.recent-posts li { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .footer .item.recent-posts li small { display: block; font-size: 14px; font-size: 80%; color: #bbb; }
  .footer .copyright { border-top: 2px solid rgba(255, 255, 255, 0.1); padding-top: 20px; margin-top: 20px; font-size: 14px; }
  .footer .copyright ul { list-style: none; margin: 0; padding: 0; }
  .footer .copyright ul.list-sep { float: right; }
  .footer .copyright ul.list-sep li { display: block; float: left; }
  .footer .copyright ul.list-sep li a { font-weight: 700; }
  .footer .copyright ul.list-sep li:after { content: '-'; margin: 0 8px; }
  .footer .copyright ul.list-sep li:last-of-type:after { display: none; }
  .footer .copyright ul.icons { margin-top: 5px; float: right; }
  .footer .copyright ul.icons li { display: block; float: left; margin: 5px 10px 0 0; }
  .footer .copyright ul.icons li svg { fill: #fff; height: 25px; width: 25px; }
  .footer .copyright ul.icons li svg#mls { width: 60px; }
  .footer .copyright ul.icons li:after { display: none; }
  .footer .copyright ul.icons li:last-of-type { margin-right: 0; }
  .footer .copyright.right-align { text-align: right; }
  .footer .copyright p { margin-bottom: 10px; line-height: 20px; }
  .footer .copyright .copy-item { display:inline-block; float:left; margin-right: 15px; margin-bottom: 10px; }
  .footer .copyright .copy-item:last-child { margin-right: 0;}
  .footer .copyright .copy-item img { max-height: 55px; display: block; }
  
  @media only screen and (max-width: 767px) { .footer .copyright ul { float: left !important; }
    .footer .copyright .copy-item { width:100%; }}
  @media only screen and (max-width: 992px) { .footer .item.social { text-align: left; } }
  /* ========================================================================== Login/Register Modal ========================================================================== */
  #login-modal .modal-dialog { max-width: 600px; margin-bottom: 50px; }
  #login-modal .modal-content { border: 0; }
  #login-modal .modal-content .modal-header { background: none; border-top-right-radius: 6px; border-top-left-radius: 6px; overflow: hidden; }
  #login-modal .modal-content .modal-header .close { display: none; }
  #login-modal .modal-content .modal-header h4 { display: block; float: left; width: 50%; font-size: 16px; background: none; line-height: 50px; }
  #login-modal .modal-content .modal-header h4.active a { background: #fff; color: #484848; }
  #login-modal .modal-content .modal-header h4 a { padding: 0; background: #1e3264; border: 0; text-transform: capitalize; font-weight: 700; color: #fff; }
  #login-modal .modal-content .modal-header h4 a .fa { display: none; }
  #login-modal .modal-content .modal-body { padding: 20px 20px 5px 20px; }
  #login-modal .modal-content .modal-body .row { margin-left: -5px; margin-right: -5px; }
  #login-modal .modal-content .modal-body .row div[class*='col-'] { padding-left: 5px; padding-right: 5px; }
  #login-modal .modal-content .modal-footer { padding: 0px 20px 10px 20px; border: 0; text-align: center; position: relative; }
  #login-modal .modal-content .modal-footer .btn { padding: 0; border: 0; }
  #login-modal .modal-content .modal-footer .btn[data-dismiss="modal"] { background: none; font-size: 16px; font-weight: 600; position: absolute; bottom: -45px; left: 0; right: 0; width: 100%; padding: 16px 0 8px 0; margin: 0 auto; color: #fff; }
  #login-modal .modal-content .modal-footer #login-reg-btns { width: 100%; float: none; }
  #login-modal .modal-content .modal-footer #login-reg-btns button { padding: 12px 20px; padding-top: 11px; padding-bottom: 11px; font-weight: 600; font-size: 16px; width: 100%; margin-bottom: 5px; border-color: #1e3264; background: #1e3264; }
  #login-modal .modal-content .modal-footer #login-reg-btns button:hover, #login-modal .modal-content .modal-footer #login-reg-btns button:focus { border-color: #1e3264; background-color: #1e3264; }
  #login-modal .modal-content .modal-footer #login-reg-btns a { background: none; float: none !important; margin-left: 0; padding: 6px 12px; color: #737373; font-size: 12px; }
  #login-modal .modal-content .modal-footer #login-reg-btns a:hover { color: #484848; }
  #login-modal .modal-content .modal-footer #login-reg-btns #loginSubmit .fa { display: none; }
  #login-modal .modal-content .col-btn { float: left; display: block; width: 50% !important; }
  #login-modal .modal-content .btn-social { position: relative; z-index: 1; text-align: center; border: 0; padding: 12px 20px; }
  #login-modal .modal-content .btn-social span { position: static; width: auto; border: 0; font-size: inherit; line-height: inherit; margin-right: 10px; }
  #login-modal .modal-content .social-splitter span { font-weight: 400; color: #999; font-size: 14px; }
  #login-modal .modal-content .input-group { border-radius: 4px !important; width: 100%; margin-bottom: 15px; }
  #login-modal .modal-content .input-group .input-group-addon { display: none; border: 0; }
  #login-modal .modal-content input[type=text], #login-modal .modal-content input[type=password] { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 2px solid #ddd; border-radius: 4px !important; box-shadow: none; height: 44px; font-size: 16px; }
  #login-modal .modal-content select { box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 2px solid #ddd; height: 44px; font-size: 16px; }
  #login-modal .modal-content #UserRegisterForm input[type=text], #login-modal .modal-content #UserRegisterForm input[type=password] { border-radius: 4px !important; width: 100%; margin-bottom: 15px; }
  #login-modal .modal-content label.checkbox-inline { padding: 0; }
  #login-modal .modal-content label.checkbox-inline input { outline: none; position: relative; top: 4px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; padding: 0; margin: 0 5px 0 0; background: #fff; border: 2px solid #ddd; width: 20px; height: 20px; border-radius: 4px; }
  #login-modal .modal-content label.checkbox-inline input:checked { border-color: #1e3264; }
  #login-modal .modal-content label.checkbox-inline input:checked:after { font-family: fontAwesome; position: absolute; top: 0; left: 0; display: block; width: 16px; height: 16px; text-align: center; content: '\f00c'; font-size: 10px; line-height: 16px; color: #1e3264; }
  #login-modal .modal-content .control-label { font-weight: 600; font-size: 14px; color: #333; }
  #login-modal .modal-content legend { display: none; border: 0; font-size: 18px; margin-bottom: 10px; font-weight: 600; }
  #login-modal .modal-content .help-block, #login-modal .modal-content p { font-size: 14px; color: #737373; line-height: 20px; }
  
  @media only screen and (max-width: 767px) { #login-modal .modal-dialog { max-width: 100%; }
    #login-modal .modal-content div[class*='col-'] { width: 100% !important; } }
  @media only screen and (max-width: 992px) { #login-modal .modal-dialog { margin-top: 50px; }
    #login-modal .modal-content .modal-header .close { display: block; position: absolute; top: -35px; width: 100%; margin: 0; text-shadow: none; font-weight: 600; font-size: 16px; overflow: hidden; opacity: 1; color: #fff; }
    #login-modal .modal-content .modal-header .close:after { content: 'Close'; margin-left: 3px; }
    #login-modal .modal-content .modal-footer .btn[data-dismiss="modal"] { display: none; } }
  /* ========================================================================== Plugins ========================================================================== */
  /* Slick Slider JS */
  .slick-list, .slick-slider, .slick-track { position: relative; display: block; }
  
  .slick-loading .slick-slide, .slick-loading .slick-track { visibility: hidden; }
  
  .slick-slider { 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; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
  
  .slick-list { overflow: hidden; margin: 0; padding: 0; }
  
  .slick-list:focus { outline: 0; }
  
  .slick-list.dragging { cursor: pointer; cursor: hand; }
  
  .slick-slider .slick-list, .slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  
  .slick-track { top: 0; left: 0; margin-left: auto; margin-right: auto; }
  
  .slick-track:after, .slick-track:before { display: table; content: ""; }
  
  .slick-track:after { clear: both; }
  
  .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-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
  
  .slick-arrow.slick-hidden { display: none; }
  
  /* jquery.mb.YTPlayer */
  @font-face { font-family: ytpregular; src: url(img/tm-07/mb-player/font/ytp-regular.eot); }
  @font-face { font-family: ytpregular; src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format("woff"), url(font/ytp-regular.ttf) format("truetype"); font-weight: 400; font-style: normal; }
  .mb_YTPlayer:focus { outline: 0; }
  
  .YTPWrapper { display: block; -webkit-transform: translateZ(0) translate3d(0, 0, 0); transform: translateZ(0) translate3d(0, 0, 0); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-perspective: 1000; perspective: 1000; -webkit-backface-visibility: hidden; backface-visibility: hidden; box-sizing: border-box; }
  
  .mb_YTPlayer .loading { position: absolute; top: 10px; right: 10px; font-size: 12px; color: #fff; background: rgba(0, 0, 0, 0.51); text-align: center; padding: 2px 4px; border-radius: 5px; font-family: "Droid Sans", sans-serif; -webkit-animation: fade .1s infinite alternate; animation: fade 0.1s infinite alternate; }
  
  @-webkit-keyframes fade { 0% { opacity: 0.5; }
    100% { opacity: 1; } }
  @keyframes fade { 0% { opacity: 0.5; }
    100% { opacity: 1; } }
  .YTPFullscreen { display: block !important; position: fixed !important; width: 100% !important; height: 100% !important; top: 0 !important; left: 0 !important; margin: 0 !important; border: none !important; opacity: 1 !important; background-color: #000 !important; padding: 0 !important; }
  
  .inlinePlayButton { font-family: ytpregular; font-size: 45px; color: #fff; text-align: center; border-radius: 100%; background-color: rgba(0, 0, 0, 0.4); position: absolute; width: 80px; height: 80px; line-height: 80px; top: 0; bottom: 0; left: 0; right: 0; margin: auto; cursor: pointer; opacity: .8; -webkit-transition: all .4s; transition: all .4s; -webkit-transform: scale(1.3); transform: scale(1.3); }
  
  .mb_YTPlayer:hover .inlinePlayButton { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
  
  .inlinePlayButton:hover { background-color: black; -webkit-transform: scale(1.3) !important; transform: scale(1.3) !important; }
  
  .mbYTP_wrapper iframe { max-width: 8000px !important; }
  
  .inline_YTPlayer { margin-bottom: 20px; vertical-align: top; position: relative; left: 0; overflow: hidden; border-radius: 4px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.7); background: rgba(0, 0, 0, 0.5); }
  
  .inline_YTPlayer img { border: none !important; margin: 0 !important; padding: 0 !important; -webkit-transform: none !important; transform: none !important; }
  
  .mb_YTPBar, .mb_YTPBar .buttonBar { box-sizing: border-box; left: 0; padding: 5px; width: 100%; }
  
  .mb_YTPBar .ytpicon { font-size: 20px; font-family: ytpregular; }
  
  .mb_YTPBar .mb_YTPUrl.ytpicon { font-size: 30px; }
  
  .mb_YTPBar { -webkit-transition: opacity .5s; transition: opacity .5s; display: block; height: 10px; background: #333; position: fixed; bottom: 0; text-align: left; z-index: 1000; font: 14px/16px sans-serif; color: #fff; opacity: 0.1; }
  
  .mb_YTPBar.visible, .mb_YTPBar:hover { opacity: 1; }
  
  .mb_YTPBar .buttonBar { -webkit-transition: all .5s; transition: all .5s; background: 0 0; font: 12px/14px san-serif; position: absolute; top: -30px; height: 40px; }
  
  .mb_YTPBar:hover .buttonBar { background: rgba(0, 0, 0, 0.4); }
  
  .mb_YTPBar span { display: inline-block; font: 16px/20px sans-serif; position: relative; width: 30px; height: 25px; vertical-align: middle; }
  
  .mb_YTPBar span.mb_YTPTime { width: 130px; }
  
  .mb_YTPBar span.mb_OnlyYT, .mb_YTPBar span.mb_YTPUrl { position: absolute; width: auto; display: block; top: 6px; right: 10px; cursor: pointer; }
  
  .mb_YTPBar span.mb_YTPUrl img { width: 60px; }
  
  .mb_YTPBar span.mb_OnlyYT { left: 300px; right: auto; }
  
  .mb_YTPBar span.mb_OnlyYT img { width: 25px; }
  
  .mb_YTPBar span.mb_YTPUrl a { color: #fff; }
  
  .mb_YTPBar .mb_YTPMuteUnmute, .mb_YTPBar .mb_YTPPlayPause, .mb_YTPlayer .mb_YTPBar .mb_YTPPlayPause img { cursor: pointer; }
  
  .mb_YTPBar .mb_YTPProgress { height: 10px; width: 100%; background: #222; bottom: 0; left: 0; }
  
  .mb_YTPBar .mb_YTPLoaded { height: 10px; width: 0; background: #444; left: 0; }
  
  .mb_YTPBar .mb_YTPseekbar { height: 10px; width: 0; background: #bb110e; bottom: 0; left: 0; box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px; }
  
  .mb_YTPBar .YTPOverlay { backface-visibility: hidden; -webkit-backface-visibility: hidden; -webkit-transform-style: "flat"; box-sizing: border-box; }
  
  .YTPOverlay.raster { background: url(img/tm-07/mb-player/images/raster.png); }
  
  .YTPOverlay.raster.retina { background: url(img/tm-07/mb-player/images/raster@2x.png); }
  
  .YTPOverlay.raster-dot { background: url(img/tm-07/mb-player/images/raster_dot.png); }
  
  .YTPOverlay.raster-dot.retina { background: url(img/tm-07/mb-player/images/raster_dot@2x.png); }
  
  .mb_YTPBar .simpleSlider { position: relative; width: 100px; height: 10px; border: 1px solid #fff; overflow: hidden; box-sizing: border-box; margin-right: 10px; cursor: pointer !important; border-radius: 3px; }
  
  .mb_YTPBar.compact .simpleSlider { width: 40px; }
  
  .mb_YTPBar.compact span.mb_OnlyYT { left: 260px; }
  
  .mb_YTPBar .simpleSlider.muted { opacity: 0.3; }
  
  .mb_YTPBar .level { position: absolute; left: 0; bottom: 0; background-color: #fff; box-sizing: border-box; }
  
  .mb_YTPBar .level.horizontal { height: 100%; width: 0; }
  
  .mb_YTPBar .level.vertical { height: auto; width: 100%; }
  
  /* ========================================================================== Dynamic IDX ========================================================================== */
  /* Listing Detail View */
  .listings_view .myrsol-idx-common span { font-size: 18px; }
  .listings_view .remarks p { color: #484848; }
  .listings_view .remarks strong { font-size: 18px; }
  .listings_view .details-onecol-grouped h4 { font-size: 18px; color: #484848; border-bottom: 0; }
  .listings_view .details-onecol-grouped p { font-size: 14px; }
  .listings_view .details-onecol-grouped p strong { color: #484848; }
  .listings_view .mortgage-embed h4.mortgage-title { border-bottom: 0; }
  
  .myrsol-sold-overlay { background: #ff0000; background-color: #ff0000; padding: 4px 12px 2px 12px; border-radius: 20px; top: 20px; right: 20px; left: auto; width: auto; font-weight: 700; font-size: 12px; z-index: 2; }
  .custom_listings .s-price:before,
  .custom_listings .myrsol-idx-price:before { content:'List Price'; display: block; font-size: 14px; }
  .custom_listings .s-cut.s-common,
  .custom_listings .myrsol-idx-cta-btns,
  .custom_listings .mortgage-embed,
  .custom_listings .share-btn-group,
  .custom_listings .col-md-12 .myrsol-view-list-a { display: none; }
  .custom_listings .myrsol-view-list-a li:last-child { display: none; }
  .custom_listings .remarks hr:last-child { display: none; }
  
  /* Map Search */
  .dynidx-map-container .map-view { width: calc(100% - 375px); }
  .dynidx-map-container .list-view { width: 375px; }
  @media only screen and (max-width: 767px) { .dynidx-map-container .list-view .dynidx-map-summary .marker-summary { margin-top: 30%; } }
  .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; }
  
  .dynidx-map-fullscreen { position: fixed; top: 0; left: 0; right: 0; bottom: 0; height: 100%; min-height: 100%; display: -webkit-box; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; padding-top: 0 !important; }
  .dynidx-map-fullscreen .dynidx-map-container { -webkit-box-flex: 1; flex: 1; min-height: 1px; }
  @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; } }
  .dynidx-map-fullscreen #prop_display { padding: 0; }
  .dynidx-map-fullscreen .header__meta { position: -webkit-sticky; position: sticky; }
  @media only screen and (max-width: 992px) { .dynidx-map-fullscreen .header { height: 90px; } }
    @media only screen and (max-width: 767px) { h1 { font-size: 16px; } .section__background h1, .section__background h2 { font-size: 16px; } }
  @media only screen and (max-width: 767px) { .hero__search__links ul li { margin-bottom: 10px; } .hero-tagline { font-size: 1.8rem !important; } }
