/*! This file was made by BrandCo. Any use of this code without written approval from BrandCo is prohibited.
*/
/*--------------------------------------------------------------
1 - Responsive Breakpoints
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2 - Gradients
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3 - Variable mapping
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4 - Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5 - Mobile Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6 - Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7 - Vertical Align call
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
html.bcorr .valign-children {
  font-size: 0rem; }
  html.bcorr .valign-children .col {
    font-size: 1rem;
    float: none !important;
    display: inline-block;
    vertical-align: middle; }

/*--------------------------------------------------------------
8 - Square social icons (Legacy??)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9 - Background Mixin
--------------------------------------------------------------*/
/*---------------------------------------------------------------
11 - Interior Mixin
---------------------------------------------------------------*/
/*---------------------------------------------------------------
11 - Proof Overlay Toggle
---------------------------------------------------------------*/
#bcorr-guide {
  z-index: 99999999999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  text-align: center; }

#bcorr-guide > img {
  border-left: 1px solid aqua;
  border-right: 1px solid aqua;
  max-width: 100%; }

#bcorr-guide > img:hover {
  cursor: not-allowed; }

#bcorr-guide.light {
  opacity: 0.4;
  mix-blend-mode: difference;
  -webkit-filter: grayscale(1); }

#bcorr-guide.hide {
  display: none; }

#bcorr-guide-toggle {
  z-index: 99999999999;
  position: fixed;
  left: 5px;
  top: 5px;
  background: red;
  width: 50px;
  height: 50px;
  cursor: pointer; }

/*
* > Setup
*/
/*
* >> Fonts
*/
p, h1, h2, h3, h4, h5, a, span, div {
  -webkit-font-smoothing: antialiased; }

/*
* >> Color Variables
*/
html.bcorr body:not(.home) .button-primary, html.bcorr body:not(.home) .button {
  background-color: #C3002F;
  color: #ffffff; }

html.bcorr body:not(.home) a {
  color: #C3002F; }
  html.bcorr body:not(.home) a.btn {
    color: #ffffff;
    background: #C3002F; }
    html.bcorr body:not(.home) a.btn.btn-default {
      color: #C3002F;
      background: #fff; }
    html.bcorr body:not(.home) a.btn.active {
      color: #C3002F;
      background: #fff; }

html.bcorr body.dsidx .ui-dialog.dsidx-ui-widget {
  border-color: #C3002F; }
  html.bcorr body.dsidx .ui-dialog.dsidx-ui-widget .ui-widget-header {
    background: #C3002F; }
    html.bcorr body.dsidx .ui-dialog.dsidx-ui-widget .ui-widget-header button.ui-dialog-titlebar-close {
      background: #C3002F;
      color: #ffffff; }
  html.bcorr body.dsidx .ui-dialog.dsidx-ui-widget #dsidx-login .dsix-auth-content .dsidx-auth-row .dsidx-auth-col form .dsidx-auth-buttons #dsidx-login-submit {
    background: #C3002F !important;
    color: #ffffff !important; }

/*
* >> Background placeholders
*/
html.bcorr .main #bcorr-section-4, html.bcorr .main #bcorr-section-2 .row .col .bcorr-cta:before {
  background-size: cover;
  background-position: 50% 50%; }

html.bcorr .main #bcorr-section-1 .bcorr-el-paso .bcorr-content h3, html.bcorr .main #bcorr-section-3 .bcorr-featured-listings h3, html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content h3, html.bcorr .main #bcorr-section-5 .bcorr-video-v1 .bcorr-content h3, html.bcorr body:not(.home) .bcorr-page-title h1 {
  letter-spacing: 0;
  font-size: 2.14286rem;
  line-height: 3.21429rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #000; }
  @media only screen and (min-width: 601px) {
    html.bcorr .main #bcorr-section-1 .bcorr-el-paso .bcorr-content h3, html.bcorr .main #bcorr-section-3 .bcorr-featured-listings h3, html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content h3, html.bcorr .main #bcorr-section-5 .bcorr-video-v1 .bcorr-content h3, html.bcorr body:not(.home) .bcorr-page-title h1 {
      font-size: 2.85714rem;
      line-height: 4.28571rem; } }
  html.bcorr .main #bcorr-section-1 .bcorr-el-paso .bcorr-content h3 strong, html.bcorr .main #bcorr-section-3 .bcorr-featured-listings h3 strong, html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content h3 strong, html.bcorr .main #bcorr-section-5 .bcorr-video-v1 .bcorr-content h3 strong, html.bcorr body:not(.home) .bcorr-page-title h1 strong {
    font-weight: 700;
    color: #C3002F; }

html.bcorr .main #bcorr-section-4 {
  background-image: url("https://d3sw26zf198lpl.cloudfront.net/2019/09/26/5d8ce7c0ec430.jpg"); }

/*
* > General Body & HTML
*/
body {
  display: block;
  margin: 0 auto;
  background: #ffffff;
  font-family: Poppins, sans-serif;
  color: #000000; }
  body .container {
    width: 90%; }
  body #content {
    background: #ffffff;
    padding: 10px 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, sans-serif;
  font-weight: 400; }

a,
a:visited,
a:hover,
a:focus,
a:active {
  color: #C3002F; }

p, h1, h2, h3, h4, h5, a, span, div {
  -webkit-font-smoothing: antialiased; }

/*
* > Header
*/
html.bcorr .container, html.bcorr body:not(.map-search) .map_search_map_view {
  max-width: 1260px;
  width: 90%;
  margin: 0 auto; }

html.bcorr #header {
  background: transparent;
  box-shadow: none;
  height: auto; }
  html.bcorr #header .nav-wrapper {
    display: none; }
  html.bcorr #header .row {
    margin-top: 0;
    margin-bottom: 0; }

html.bcorr #logo-container {
  left: 0;
  margin-top: 0;
  transform: none; }
  html.bcorr #logo-container img {
    padding-left: 0;
    height: auto;
    max-width: 100%;
    max-height: none; }

/*
	*> Virginia
*/
/*
	*>> Header
*/
html.bcorr #bcorr-header {
  background-color: #ffffff; }
  html.bcorr #bcorr-header .container {
    max-width: 1260px; }
  html.bcorr #bcorr-header .bcorr-logo {
    padding-top: 20px; }
    @media only screen and (min-width: 601px) {
      html.bcorr #bcorr-header .bcorr-logo {
        padding-bottom: 14px; } }
    html.bcorr #bcorr-header .bcorr-logo #logo-container {
      display: block;
      width: 100%;
      max-width: 189px;
      margin: 0 auto; }
      @media only screen and (min-width: 993px) {
        html.bcorr #bcorr-header .bcorr-logo #logo-container {
          margin-left: 0; } }

html.bcorr #bcorr-navigation {
  background: transparent;
  text-transform: uppercase;
  box-sizing: border-box;
  display: block; }
  html.bcorr #bcorr-navigation .bcorr-nav {
    vertical-align: top; }
    html.bcorr #bcorr-navigation .bcorr-nav #nav-main {
      margin: 0;
      height: auto;
      display: inline-block;
      background: transparent;
      box-shadow: none;
      line-height: 0; }
      html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary {
        width: 100%;
        max-width: 100%;
        display: block;
        float: none; }
        html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary .button-collapse {
          color: #C3002F;
          font-size: 1.71429rem;
          float: none !important;
          color: #C3002F;
          text-transform: uppercase;
          line-height: 0;
          position: relative; }
          html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary .button-collapse:hover {
            background: transparent;
            color: #C3002F; }
          html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary .button-collapse .fa {
            font-size: 1.71429rem;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary ul {
          font-size: 0; }
        html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary .menu-item {
          padding: 0;
          display: inline-block;
          float: none; }
        html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary a {
          color: #000;
          border: 0;
          font-size: 1.14286rem;
          line-height: 1.78571rem;
          padding: 11px 15px;
          font-weight: 400; }
          html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary a:hover {
            color: #C3002F;
            border: 0;
            background: transparent; }
          html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary a:hover {
            color: #C3002F;
            background: transparent; }
        html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary .dropdown-content {
          line-height: normal;
          padding: 0;
          background: #FFF; }
          html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary .dropdown-content li {
            min-height: 0; }
          html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary .dropdown-content a {
            color: #000;
            border: none;
            margin: 0;
            padding: 12px; }
            html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary .dropdown-content a:hover {
              color: #FFF;
              background: #C3002F; }
        html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary .menu-item-has-children {
          box-shadow: none;
          position: relative; }
          html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary .menu-item-has-children .dropdown-content {
            visibility: hidden;
            display: inline-block;
            left: 0; }
            html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary .menu-item-has-children .dropdown-content .menu-item {
              display: block;
              white-space: nowrap;
              text-transform: uppercase; }
              html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary .menu-item-has-children .dropdown-content .menu-item a {
                display: block; }
          html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary .menu-item-has-children > a:hover {
            transition: none;
            color: #C3002F;
            border: 0;
            background: transparent;
            padding: 11px 15px; }
        html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary .menu-item-has-children:hover {
          background: transparent; }
          html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary .menu-item-has-children:hover .dropdown-content {
            visibility: visible;
            opacity: 1; }
          html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary .menu-item-has-children:hover > a {
            color: #C3002F;
            border: 0;
            background: transparent;
            padding: 11px 15px; }
  html.bcorr #bcorr-navigation .bcorr-nav {
    padding: 0; }
    @media only screen and (min-width: 993px) {
      html.bcorr #bcorr-navigation .bcorr-nav {
        padding-top: 2px; } }
    html.bcorr #bcorr-navigation .bcorr-nav #primary #menu-primary > .menu-item:last-child a {
      padding-right: 0; }

html.bcorr body {
  padding-top: 0; }
  html.bcorr body.f-nav #header {
    position: relative; }
    html.bcorr body.f-nav #header .header_logo_row {
      display: block !important; }
    html.bcorr body.f-nav #header .header_bottom_row .nav_links {
      margin-top: 0; }

html.bcorr #header {
  position: relative; }

html.bcorr .bcorr-nav #slide-out.side-nav {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  text-align: left; }
  html.bcorr .bcorr-nav #slide-out.side-nav .bcorr-mobile-agent-info {
    border-bottom: 1px solid #555;
    padding: 16px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif; }
    html.bcorr .bcorr-nav #slide-out.side-nav .bcorr-mobile-agent-info a {
      text-transform: uppercase;
      padding: 0;
      font-size: 1.14286rem;
      color: #000; }
    html.bcorr .bcorr-nav #slide-out.side-nav .bcorr-mobile-agent-info .mobile-agent-name {
      color: #000;
      font-family: Poppins, sans-serif;
      font-size: 1.28571rem;
      margin: 12px auto; }
    html.bcorr .bcorr-nav #slide-out.side-nav .bcorr-mobile-agent-info .bcorr-mobile-contact-links a {
      vertical-align: middle;
      display: inline-block;
      text-transform: uppercase;
      padding: 0;
      font-size: 1.14286rem;
      color: #000; }
      html.bcorr .bcorr-nav #slide-out.side-nav .bcorr-mobile-agent-info .bcorr-mobile-contact-links a .fa {
        color: #C3002F;
        margin-right: 4px; }
    html.bcorr .bcorr-nav #slide-out.side-nav .bcorr-mobile-agent-info .bcorr-mobile-contact-links .bcorr-divider {
      display: inline-block;
      vertical-align: middle;
      width: 1px;
      height: 16px;
      background-color: #000000;
      margin: 0 8px; }
  html.bcorr .bcorr-nav #slide-out.side-nav ul.collapsible {
    border: 1px solid #000;
    border: none; }
    html.bcorr .bcorr-nav #slide-out.side-nav ul.collapsible .menu-item {
      border-bottom: 1px solid #000; }
      html.bcorr .bcorr-nav #slide-out.side-nav ul.collapsible .menu-item a {
        white-space: nowrap; }
        html.bcorr .bcorr-nav #slide-out.side-nav ul.collapsible .menu-item a.collapsible-header {
          padding: 0 32px; }
        html.bcorr .bcorr-nav #slide-out.side-nav ul.collapsible .menu-item a i.fa {
          float: right;
          font-size: 1.07143rem;
          color: #000;
          margin-right: 5px; }
      html.bcorr .bcorr-nav #slide-out.side-nav ul.collapsible .menu-item .collapsible-body li a {
        padding-left: 45px;
        background: #f5f5f5; }
      html.bcorr .bcorr-nav #slide-out.side-nav ul.collapsible .menu-item:last-child {
        border-bottom: none; }
  html.bcorr .bcorr-nav #slide-out.side-nav #bcorr-mobile-close {
    color: #000000; }
  html.bcorr .bcorr-nav #slide-out.side-nav .circle {
    display: none; }

/*
* > Hero
* >> Subheader
*/
/*
	*>> Wolverine Hero
 */
#index-banner {
  height: 450px; }
  @media only screen and (min-width: 601px) {
    #index-banner {
      height: 576px; } }
  #index-banner .row {
    margin-bottom: 0; }

html.bcorr body.home #search {
  display: none; }

#index-sublogo {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
  #index-sublogo .container h1 {
    font-size: 4.28571rem;
    line-height: 5.35714rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
    @media only screen and (min-width: 601px) {
      #index-sublogo .container h1 {
        font-size: 5.71429rem;
        line-height: 7.14286rem; } }
    @media only screen and (min-width: 993px) {
      #index-sublogo .container h1 {
        line-height: 8.57143rem; } }
    #index-sublogo .container h1 strong {
      font-weight: 700; }
  #index-sublogo .container .bcorr-btn {
    display: inline-block;
    width: 297px;
    max-width: 100%;
    margin: 0 auto;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    padding: 11.5px 0;
    font-size: 1.28571rem;
    font-weight: 500;
    letter-spacing: 0.07143rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: 0.4s all ease; }
    #index-sublogo .container .bcorr-btn:hover {
      background-color: #C3002F;
      border-color: #C3002F; }

/**
 * > Homepage
 */
html.bcorr body.home .main {
  background: #ffffff; }
  html.bcorr body.home .main .bcorr-button {
    display: inline-block;
    min-width: 192px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #000;
    color: #000;
    font-size: 1.07143rem;
    line-height: 1.64286rem;
    letter-spacing: 0.14286rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 7.5px 10px;
    transition: all 0.4s ease; }
    html.bcorr body.home .main .bcorr-button:hover {
      background-color: #C3002F;
      border-color: #C3002F;
      color: #ffffff; }

/**
 * >> Sections
 */
html.bcorr .main {
  /**
			*>>> Section 1
		*/
  /**
			*>>> Section 2
		*/
  /**
			*>>> Section 3
		*/
  /**
			*>>> Section 4
		*/
  /**
			*>>> Section 5
		*/ }
  html.bcorr .main #bcorr-section-1 {
    /*
				*> El Paso
			 */ }
    html.bcorr .main #bcorr-section-1 .bcorr-el-paso {
      padding: 65px 0 70px;
      max-width: 1260px; }
      html.bcorr .main #bcorr-section-1 .bcorr-el-paso .row {
        margin-bottom: 0; }
      html.bcorr .main #bcorr-section-1 .bcorr-el-paso .bcorr-content {
        width: 100%;
        max-width: 100%;
        margin: 0 auto; }
        html.bcorr .main #bcorr-section-1 .bcorr-el-paso .bcorr-content h3 {
          margin: 0 0 -14px; }
        html.bcorr .main #bcorr-section-1 .bcorr-el-paso .bcorr-content p {
          font-size: 1.28571rem;
          line-height: 2.39286rem;
          color: #000000; }
          @media only screen and (min-width: 993px) {
            html.bcorr .main #bcorr-section-1 .bcorr-el-paso .bcorr-content p {
              width: 1114px;
              max-width: 100%;
              margin: 1em auto; } }
          html.bcorr .main #bcorr-section-1 .bcorr-el-paso .bcorr-content p a {
            color: #000; }
        html.bcorr .main #bcorr-section-1 .bcorr-el-paso .bcorr-content .bcorr-buttons {
          margin: -8px 0 0;
          font-size: 0; }
          html.bcorr .main #bcorr-section-1 .bcorr-el-paso .bcorr-content .bcorr-buttons .bcorr-button {
            display: block;
            margin: 10px auto; }
            @media only screen and (min-width: 601px) {
              html.bcorr .main #bcorr-section-1 .bcorr-el-paso .bcorr-content .bcorr-buttons .bcorr-button {
                display: inline-block;
                margin: 10px; } }
  html.bcorr .main #bcorr-section-2 {
    overflow-x: hidden; }
    html.bcorr .main #bcorr-section-2 .row {
      margin: 0 -10px;
      border: 5px solid #ffffff; }
      html.bcorr .main #bcorr-section-2 .row .col {
        padding: 0; }
        html.bcorr .main #bcorr-section-2 .row .col .bcorr-cta {
          border: 5px solid #ffffff;
          display: block;
          width: 100%;
          height: 323px;
          vertical-align: top;
          position: relative;
          background-color: #000; }
          html.bcorr .main #bcorr-section-2 .row .col .bcorr-cta:before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            content: "";
            opacity: 0.5;
            transition: opacity 0.4s ease; }
          html.bcorr .main #bcorr-section-2 .row .col .bcorr-cta:hover:before {
            opacity: 0.7; }
          html.bcorr .main #bcorr-section-2 .row .col .bcorr-cta:hover .bcorr-text:after {
            opacity: 1; }
          html.bcorr .main #bcorr-section-2 .row .col .bcorr-cta-1:before {
            background-image: url("https://d3sw26zf198lpl.cloudfront.net/2019/09/26/5d8ce7bf4614a.jpg"); }
          html.bcorr .main #bcorr-section-2 .row .col .bcorr-cta-2:before {
            background-image: url("https://d3sw26zf198lpl.cloudfront.net/2019/09/26/5d8ce7bee6fc2.jpg"); }
          html.bcorr .main #bcorr-section-2 .row .col .bcorr-cta-3:before {
            background-image: url("https://d3sw26zf198lpl.cloudfront.net/2019/09/26/5d8ce7bfd26d9.jpg"); }
          html.bcorr .main #bcorr-section-2 .row .col .bcorr-cta-4:before {
            background-image: url("https://d3sw26zf198lpl.cloudfront.net/2019/09/26/5d8ce7c0364c2.jpg"); }
          html.bcorr .main #bcorr-section-2 .row .col .bcorr-cta-5:before {
            background-image: url("https://d3sw26zf198lpl.cloudfront.net/2019/09/26/5d8ce7c0949e0.jpg"); }
          html.bcorr .main #bcorr-section-2 .row .col .bcorr-cta .bcorr-text {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 90%;
            transform: translate(-50%, -50%);
            z-index: 5;
            font-size: 1.71429rem;
            line-height: 2.5rem;
            letter-spacing: 0.14286rem;
            font-weight: 500;
            text-transform: uppercase;
            color: #ffffff; }
            html.bcorr .main #bcorr-section-2 .row .col .bcorr-cta .bcorr-text:after {
              position: absolute;
              left: 0;
              right: 0;
              bottom: -6px;
              width: 200px;
              height: 2px;
              content: "";
              background: #C3002F;
              margin: 0 auto;
              opacity: 0;
              transition: opacity 0.4s ease; }
  html.bcorr .main #bcorr-section-3 {
    /*
				*> _featured
			 */ }
    html.bcorr .main #bcorr-section-3 .bcorr-featured-listings {
      padding: 55px 0 81px; }
      html.bcorr .main #bcorr-section-3 .bcorr-featured-listings .row {
        margin-bottom: 0; }
      html.bcorr .main #bcorr-section-3 .bcorr-featured-listings h3 {
        text-align: center;
        margin: 0 0 -2px; }
      html.bcorr .main #bcorr-section-3 .bcorr-featured-listings .bcorr-buttons {
        text-align: center;
        margin-top: 50px; }
  html.bcorr .main #bcorr-section-4 {
    /*
				*> _contact_v1
			 */ }
    html.bcorr .main #bcorr-section-4 .bcorr-contact-section {
      max-width: 1252px;
      padding: 80px 0; }
      html.bcorr .main #bcorr-section-4 .bcorr-contact-section .row {
        margin-bottom: 0; }
      html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content {
        box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 4;
        display: inline-block;
        width: 510px;
        max-width: 100%;
        margin: 0 auto;
        padding: 23px 20px 46px;
        background: #ffffff;
        text-align: center; }
        html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content h3 {
          margin: 0;
          letter-spacing: 0; }
        html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content h4 {
          margin: -12px 0 9px;
          color: #000;
          font-size: 2.14286rem;
          line-height: 3.28571rem;
          text-transform: uppercase; }
        html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content .gform_wrapper {
          margin: 0; }
          html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_body {
            text-align: center; }
            html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_body .gform_fields .gfield {
              margin: 0;
              padding: 0; }
              html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
                display: none; }
              html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
                margin: 0; }
                html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
                html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
                  width: 403px;
                  max-width: 100%;
                  margin: 10px auto;
                  border: 1px solid #D0D0D0;
                  background: #ffffff;
                  height: 40px;
                  font-size: 1.14286rem;
                  line-height: 1.35714rem;
                  color: #595959;
                  font-weight: 400;
                  font-family: Poppins, sans-serif;
                  text-indent: 7px; }
                  html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder,
                  html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {
                    font-size: 1.14286rem;
                    line-height: 1.35714rem;
                    color: #595959;
                    font-weight: 400;
                    font-family: Poppins, sans-serif; }
                  html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
                  html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
                    font-size: 1.14286rem;
                    line-height: 1.35714rem;
                    color: #595959;
                    font-weight: 400;
                    font-family: Poppins, sans-serif; }
                html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
                  height: 80px;
                  text-indent: 4px;
                  padding-top: 10px; }
          html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_footer {
            margin: 0 auto;
            padding: 0;
            text-align: center;
            width: 403px;
            max-width: 100%; }
            @media only screen and (min-width: 993px) {
              html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_footer {
                text-align: right; } }
            html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_footer .gform_button {
              margin: 5px 0 0;
              padding: 6.5px 0;
              border: 2px solid #000;
              color: #000;
              width: 191px;
              max-width: 100%;
              font-family: Poppins, sans-serif;
              font-size: 1.07143rem;
              line-height: 1.64286rem;
              letter-spacing: 0.14286rem;
              font-weight: 500;
              text-transform: uppercase;
              transition: all 0.4s ease; }
              html.bcorr .main #bcorr-section-4 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_footer .gform_button:hover {
                background-color: #C3002F;
                border-color: #C3002F;
                color: #ffffff; }
  html.bcorr .main #bcorr-section-5 {
    /*
				*> _bcorr_video_v1
			 */ }
    html.bcorr .main #bcorr-section-5 .bcorr-video-v1 {
      padding: 56px 0 45px; }
      html.bcorr .main #bcorr-section-5 .bcorr-video-v1 .row {
        margin-bottom: 0; }
      html.bcorr .main #bcorr-section-5 .bcorr-video-v1 .bcorr-content {
        max-width: 100%;
        margin: 30px auto;
        width: 534px; }
        html.bcorr .main #bcorr-section-5 .bcorr-video-v1 .bcorr-content h3 {
          letter-spacing: 0;
          margin: 0; }
          @media only screen and (min-width: 993px) {
            html.bcorr .main #bcorr-section-5 .bcorr-video-v1 .bcorr-content h3 {
              font-size: 3.57143rem;
              line-height: 5.42857rem; } }
        html.bcorr .main #bcorr-section-5 .bcorr-video-v1 .bcorr-content p {
          font-family: Lato, sans-serif;
          font-size: 1.28571rem;
          line-height: 2.39286rem;
          color: #000000;
          margin: 0 auto; }
        html.bcorr .main #bcorr-section-5 .bcorr-video-v1 .bcorr-content .bcorr-buttons {
          margin-top: 10px;
          font-size: 0; }
          html.bcorr .main #bcorr-section-5 .bcorr-video-v1 .bcorr-content .bcorr-buttons .bcorr-button {
            display: block;
            margin: 10px auto; }
            @media only screen and (min-width: 601px) {
              html.bcorr .main #bcorr-section-5 .bcorr-video-v1 .bcorr-content .bcorr-buttons .bcorr-button {
                display: inline-block;
                margin: 10px; } }
      html.bcorr .main #bcorr-section-5 .bcorr-video-v1 .bcorr-video {
        width: 512px;
        max-width: 100%;
        margin: 30px auto; }
        html.bcorr .main #bcorr-section-5 .bcorr-video-v1 .bcorr-video .video-container {
          padding-top: 0;
          padding-bottom: 56.2%; }

/** 
 *> dropdown fixes
 */
html.bcorr #primary .menu-item-has-children {
  position: relative; }
  html.bcorr #primary .menu-item-has-children:hover .dropdown-content {
    visibility: visible;
    opacity: 1; }
  html.bcorr #primary .menu-item-has-children .dropdown-content {
    visibility: hidden;
    left: 0; }

/**
 * > Interior Pages
 */
/*
* > Footer
*/
/**
 * The footer object. It makes it easier to apply changes to the footer.
 * color: Set the color of the text
 * font-family: Set the font family of the text
 * font-weight: Set the font weight of the text
 * content-link(color, hover): Set the colors of the links
 */
#footer.page-footer {
  border-top: 2px solid #F6F6F6;
  background-color: #ffffff;
  color: #000;
  position: static;
  bottom: 0;
  padding: 0; }
  #footer.page-footer .wrapper {
    padding: 16px 0 17px; }
    #footer.page-footer .wrapper .container {
      max-width: 1260px; }
      #footer.page-footer .wrapper .container .row {
        margin-bottom: 0; }
      #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content {
        max-width: 100%;
        margin: 15px auto; }
        #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-agent-wrapper {
          font-size: 1.07143rem;
          line-height: 1.92857rem;
          font-weight: 500; }
          #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-agent-wrapper h5 {
            font-weight: 600;
            font-size: 1.28571rem;
            line-height: 1.92857rem;
            margin: 0; }
          #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-agent-wrapper a {
            color: #000; }
            #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-agent-wrapper a .fa {
              color: #C3002F; }
              #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-agent-wrapper a .fa.fa-phone {
                margin-right: 4px; }
        #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-social-wrapper {
          margin: 25px auto 0; }
          #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-social-wrapper a.bcorr-social {
            line-height: 0;
            display: inline-block;
            color: #000;
            margin: 4px 12px;
            position: relative;
            vertical-align: top;
            font-size: 0; }
            #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-social-wrapper a.bcorr-social:first-child {
              margin-left: 0; }
            #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-social-wrapper a.bcorr-social svg {
              fill: #C3002F;
              height: 25px;
              width: 25px;
              color: #C3002F; }
              #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-social-wrapper a.bcorr-social svg image {
                fill: #C3002F;
                color: #C3002F; }
            #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-social-wrapper a.bcorr-social i.fa {
              display: block;
              color: #C3002F;
              font-size: 1.78571rem; }
        #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-office-wrapper {
          font-size: 1.07143rem;
          line-height: 1.28571rem;
          margin-top: 13px; }
          #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-office-wrapper h5 {
            font-size: 1.07143rem;
            line-height: 1.28571rem;
            margin: 0;
            font-family: Poppins, sans-serif; }
          #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-office-wrapper p {
            margin: 0; }
          #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-office-wrapper a {
            color: #000; }
      #footer.page-footer .wrapper .container .bcorr-col-2 img.footer-logo {
        width: 238px;
        max-width: 100%;
        margin: 30px auto; }
      #footer.page-footer .wrapper .container .bcorr-col-3 #bcorr-compliance-logo-wrapper {
        margin-top: 15px; }
        #footer.page-footer .wrapper .container .bcorr-col-3 #bcorr-compliance-logo-wrapper img {
          display: inline-block;
          margin: 4px 8px; }
        #footer.page-footer .wrapper .container .bcorr-col-3 #bcorr-compliance-logo-wrapper img.bcorr-equal {
          width: 35px;
          max-width: 100%; }
        #footer.page-footer .wrapper .container .bcorr-col-3 #bcorr-compliance-logo-wrapper img.bcorr-realtor {
          width: 28px;
          max-width: 100%; }
          @media only screen and (min-width: 993px) {
            #footer.page-footer .wrapper .container .bcorr-col-3 #bcorr-compliance-logo-wrapper img.bcorr-realtor {
              margin-right: 0; } }
      #footer.page-footer .wrapper .container .bcorr-col-3 .bcorr-legal {
        display: inline-block;
        width: 315px;
        max-width: 100%;
        margin: 4px auto 0; }
        @media only screen and (min-width: 993px) {
          #footer.page-footer .wrapper .container .bcorr-col-3 .bcorr-legal {
            margin-right: 0; } }
        #footer.page-footer .wrapper .container .bcorr-col-3 .bcorr-legal p {
          margin: 0;
          font-size: 0.85714rem;
          line-height: 1.07143rem; }
  #footer.page-footer .footer-copyright {
    background-color: #000;
    color: #ffffff;
    padding: 0; }
    #footer.page-footer .footer-copyright .row {
      margin: 0 auto; }
    #footer.page-footer .footer-copyright .wrapper {
      padding: 16px 0 13px;
      display: block;
      margin: 0 auto;
      width: 100%;
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 400; }
      #footer.page-footer .footer-copyright .wrapper a {
        color: #ffffff;
        font-weight: 700;
        display: inline-block; }
      #footer.page-footer .footer-copyright .wrapper .bcorr-col-1 {
        font-size: 13px; }
      #footer.page-footer .footer-copyright .wrapper .bcorr-col-2 {
        font-size: 13px; }

/*
* > Helper Classes
*/
html.bcorr {
  /**
		.hide	Hidden for all Devices
		.hide-on-small-only	Hidden for Mobile Only
		.hide-on-med-only	Hidden for Tablet Only
		.hide-on-med-and-down	Hidden for Tablet and Below
		.hide-on-med-and-up	Hidden for Tablet and Above
		.hide-on-large-only	Hidden for Desktop Only
	*/ }
  html.bcorr .bcorr-top-tab {
    background: #C3002F;
    border-radius: 0 0 5px 5px;
    display: inline-block;
    padding: 5px 10px; }
    html.bcorr .bcorr-top-tab a {
      color: #FFF; }
      html.bcorr .bcorr-top-tab a:hover {
        color: #FFF; }
  @media only screen and (max-width: 600px) {
    html.bcorr .center-align-on-small-only {
      text-align: center; } }
  @media only screen and (max-width: 992px) and (min-width: 600px) {
    html.bcorr .center-align-on-med-only {
      text-align: center; } }
  @media only screen and (max-width: 992px) {
    html.bcorr .center-align-on-med-and-down {
      text-align: center; } }
  @media only screen and (min-width: 601px) {
    html.bcorr .center-align-on-med-and-up {
      text-align: center; } }
  @media only screen and (min-width: 993px) {
    html.bcorr .center-align-on-large-only {
      text-align: center; } }
  @media only screen and (min-width: s) {
    html.bcorr .left-align-on-small-only {
      text-align: left; } }
  @media only screen and (max-width: 992px) and (min-width: 600px) {
    html.bcorr .left-align-on-med-only {
      text-align: left; } }
  @media only screen and (max-width: 992px) {
    html.bcorr .left-align-on-med-and-down {
      text-align: left; } }
  @media only screen and (min-width: 601px) {
    html.bcorr .left-align-on-med-and-up {
      text-align: left; } }
  @media only screen and (min-width: 993px) {
    html.bcorr .left-align-on-large-only {
      text-align: left; } }
  @media only screen and (min-width: s) {
    html.bcorr .right-align-on-small-only {
      text-align: right; } }
  @media only screen and (max-width: 992px) and (min-width: 600px) {
    html.bcorr .right-align-on-med-only {
      text-align: right; } }
  @media only screen and (max-width: 992px) {
    html.bcorr .right-align-on-med-and-down {
      text-align: right; } }
  @media only screen and (min-width: 601px) {
    html.bcorr .right-align-on-med-and-up {
      text-align: right; } }
  @media only screen and (min-width: 993px) {
    html.bcorr .right-align-on-large-only {
      text-align: right; } }
  html.bcorr .valign-children .middle-valign {
    vertical-align: middle; }
  html.bcorr .valign-children .top-valign {
    vertical-align: top; }
  html.bcorr .valign-children .bottom-valign {
    vertical-align: bottom; }
  html.bcorr .middle-valign {
    vertical-align: middle; }
  html.bcorr .top-valign {
    vertical-align: top; }
  html.bcorr .bottom-valign {
    vertical-align: bottom; }
  html.bcorr body.page-template-page-areas #content .bcorr-page-content .bcorr-area {
    background-color: #C3002F; }
