/*! 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=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");
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: #C20E2E;
  color: #ffffff; }

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

html.bcorr body.dsidx .ui-dialog.dsidx-ui-widget {
  border-color: #C20E2E; }
  html.bcorr body.dsidx .ui-dialog.dsidx-ui-widget .ui-widget-header {
    background: #C20E2E; }
    html.bcorr body.dsidx .ui-dialog.dsidx-ui-widget .ui-widget-header button.ui-dialog-titlebar-close {
      background: #C20E2E;
      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: #C20E2E !important;
    color: #ffffff !important; }

/*
* >> Background placeholders
*/
html.bcorr .main #bcorr-section-7 {
  background-size: cover;
  background-position: 50% 50%; }

html.bcorr .main #bcorr-section-1 .container .row h3, html.bcorr .main #bcorr-section-2 .bcorr-el-paso .bcorr-col-1 .bcorr-content h3, html.bcorr .main #bcorr-section-3 .row .col .bcorr-cta h3, html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l7 .bcorr-content h3, html.bcorr .main #bcorr-section-5 .bcorr-featured-listings h3, html.bcorr .main #bcorr-section-7 .bcorr-contact-section .bcorr-content h3 {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  letter-spacing: 0.125rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #000; }
  html.bcorr .main #bcorr-section-1 .container .row h3 strong, html.bcorr .main #bcorr-section-2 .bcorr-el-paso .bcorr-col-1 .bcorr-content h3 strong, html.bcorr .main #bcorr-section-3 .row .col .bcorr-cta h3 strong, html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l7 .bcorr-content h3 strong, html.bcorr .main #bcorr-section-5 .bcorr-featured-listings h3 strong, html.bcorr .main #bcorr-section-7 .bcorr-contact-section .bcorr-content h3 strong {
    display: block;
    font-size: 2.1875rem;
    line-height: 2.375rem;
    letter-spacing: 0.3125rem;
    font-weight: 500; }

html.bcorr .main #bcorr-section-7 {
  background-image: url("https://d3sw26zf198lpl.cloudfront.net/2019/07/15/5d2ca03477b66.jpg"); }

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

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

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

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 {
  font-size: inherit; }
  html.bcorr #bcorr-header {
    background: #ffffff; }
    html.bcorr #bcorr-header .container {
      max-width: 1260px; }
      html.bcorr #bcorr-header .container .row {
        margin-bottom: 0; }
    html.bcorr #bcorr-header .bcorr-top {
      background: #C20E2E; }
      html.bcorr #bcorr-header .bcorr-top .bcorr-content {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 0.9375rem;
        letter-spacing: 0.125rem;
        font-weight: 500;
        text-transform: uppercase; }
        html.bcorr #bcorr-header .bcorr-top .bcorr-content a {
          color: #ffffff;
          display: inline-block;
          margin: 11px auto 10px; }
          html.bcorr #bcorr-header .bcorr-top .bcorr-content a .fa {
            margin-right: 6px; }
        html.bcorr #bcorr-header .bcorr-top .bcorr-content-left a {
          margin-bottom: 0; }
          @media only screen and (min-width: 601px) {
            html.bcorr #bcorr-header .bcorr-top .bcorr-content-left a {
              margin-bottom: 10px; } }
        html.bcorr #bcorr-header .bcorr-top .bcorr-content-right a {
          margin-top: 0; }
          @media only screen and (min-width: 601px) {
            html.bcorr #bcorr-header .bcorr-top .bcorr-content-right a {
              margin-top: 11px; } }
    html.bcorr #bcorr-header .bcorr-logo {
      padding-top: 33px; }
      @media only screen and (min-width: 601px) {
        html.bcorr #bcorr-header .bcorr-logo {
          padding-bottom: 28px; } }
      html.bcorr #bcorr-header .bcorr-logo #logo-container {
        display: block;
        max-width: 100%;
        width: 167px;
        margin: 0 auto; }
        @media only screen and (min-width: 601px) {
          html.bcorr #bcorr-header .bcorr-logo #logo-container {
            margin-left: 0; } }
    html.bcorr #bcorr-header .bcorr-content-bottom {
      margin-top: 16px;
      margin-right: -2px;
      margin-bottom: 30px;
      color: #000;
      font-size: 0.9375rem;
      line-height: 1.1875rem;
      letter-spacing: 0.125rem;
      font-weight: 500;
      text-transform: uppercase; }
      html.bcorr #bcorr-header .bcorr-content-bottom a {
        display: inline-block;
        color: #000; }
  html.bcorr body.bcorr-nav-follow #bcorr-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99; }

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: #C20E2E;
          font-size: 1.5rem;
          float: none !important;
          color: #C20E2E;
          text-transform: uppercase;
          line-height: 0;
          position: relative; }
          html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary .button-collapse:hover {
            background: transparent;
            color: #C20E2E; }
          html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary .button-collapse .fa {
            font-size: 1.5rem;
            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: 1rem;
          line-height: 1.1875rem;
          padding: 11px 10.5px;
          font-weight: 400; }
          html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary a:hover {
            color: #C20E2E;
            border: 0;
            background: transparent; }
          html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary a:hover {
            color: #C20E2E;
            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: #C20E2E; }
        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: #C20E2E;
            border: 0;
            background: transparent;
            padding: 11px 10.5px; }
        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: #C20E2E;
            border: 0;
            background: transparent;
            padding: 11px 10.5px; }
  html.bcorr #bcorr-navigation .bcorr-nav {
    padding: 0; }
    html.bcorr #bcorr-navigation .bcorr-nav #primary #menu-primary li.menu-item.bcorr-contact-btn a {
      margin-left: 10px;
      width: 150px;
      background: #C20E2E;
      color: #ffffff;
      text-align: center;
      font-size: 0.9375rem;
      letter-spacing: 0.125rem;
      font-weight: 500;
      padding: 10.5px 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: Montserrat, 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: Montserrat, sans-serif; }
    html.bcorr .bcorr-nav #slide-out.side-nav .bcorr-mobile-agent-info a {
      text-transform: uppercase;
      padding: 0;
      font-size: 1rem;
      color: #000; }
    html.bcorr .bcorr-nav #slide-out.side-nav .bcorr-mobile-agent-info .mobile-agent-name {
      color: #000;
      font-family: Montserrat, sans-serif;
      font-size: 1.125rem;
      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: 1rem;
      color: #000; }
      html.bcorr .bcorr-nav #slide-out.side-nav .bcorr-mobile-agent-info .bcorr-mobile-contact-links a .fa {
        color: #C20E2E;
        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: 0.9375rem;
          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
 */
#bcorr-parallax .parallax {
  opacity: 0; }

#index-banner {
  height: 350px; }
  @media only screen and (min-width: 601px) {
    #index-banner {
      padding-bottom: 33.3%;
      height: auto; } }
  #index-banner .row {
    margin-bottom: 0; }
  #index-banner #index-sublogo {
    position: absolute;
    top: 53.3%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
    #index-banner #index-sublogo .container {
      max-width: 1264px; }
    #index-banner #index-sublogo h1 {
      font-size: 1.25rem;
      line-height: 1.625rem;
      letter-spacing: 0.125rem;
      font-weight: 500;
      text-transform: uppercase;
      color: #ffffff;
      margin: 0 0 23px;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
      #index-banner #index-sublogo h1 strong {
        display: block;
        margin-top: 1px;
        font-size: 2.1875rem;
        line-height: 2.375rem;
        letter-spacing: 0.3125rem;
        font-weight: 500; }
    #index-banner #index-sublogo .bcorr-buttons {
      font-size: 0; }
      #index-banner #index-sublogo .bcorr-buttons .bcorr-button {
        display: block;
        width: 190px;
        max-width: 100%;
        margin: 15px auto;
        text-align: center;
        background: #C20E2E;
        color: #ffffff;
        font-size: 0.9375rem;
        line-height: 1.1875rem;
        letter-spacing: 0.125rem;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10.5px 0; }
        @media only screen and (min-width: 601px) {
          #index-banner #index-sublogo .bcorr-buttons .bcorr-button {
            display: inline-block;
            margin: 10px; } }
        @media only screen and (min-width: 993px) {
          #index-banner #index-sublogo .bcorr-buttons .bcorr-button {
            margin: 0 20px 20px 0; } }

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

#home-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px 0; }
  #home-search .container #logo-container {
    margin: 0 auto; }
  #home-search .container h3 {
    font-size: 2.75rem;
    line-height: 3.125rem;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.075em; }
  #home-search .container .bcorr-button {
    display: inline-block;
    width: 230px;
    max-width: 100%;
    margin: 20px auto;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    padding: 10px 0; }
    #home-search .container .bcorr-button .fa {
      margin-right: 4px; }

/**
 * > Homepage
 */
html.bcorr body.home .main {
  background: #ffffff; }
  html.bcorr body.home .main .bcorr-button {
    display: inline-block;
    min-width: 190px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #C20E2E;
    color: #000;
    font-size: 0.9375rem;
    line-height: 1.21875rem;
    letter-spacing: 0.125rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8.5px 13px;
    transition: background-color 0.4s, color 0.4s ease; }
    html.bcorr body.home .main .bcorr-button:hover {
      background-color: #C20E2E;
      color: #ffffff; }

/**
 * >> Sections
 */
html.bcorr .main {
  /**
			*>>> Section 1
		*/
  /**
			*>>> Section 2
		*/
  /**
			*>>> Section 3
		*/
  /**
			*>>> Section 4
		*/
  /**
			*>>> Section 5
		*/
  /**
			*>>> Section 6
		*/
  /**
			*>>> Section 7
		*/ }
  html.bcorr .main #bcorr-section-1 {
    padding: 74px 0 30px; }
    html.bcorr .main #bcorr-section-1 .container .row {
      margin-bottom: 0; }
      html.bcorr .main #bcorr-section-1 .container .row h3 {
        margin: 0 0 3px; }
      html.bcorr .main #bcorr-section-1 .container .row .bcorr-cta {
        display: inline-block;
        width: 406px;
        max-width: 100%;
        margin: 20px auto;
        text-align: center;
        height: 128px;
        background: #C20E2E;
        color: #ffffff;
        position: relative;
        vertical-align: top;
        font-size: 1.25rem;
        line-height: 1.5625rem;
        letter-spacing: 0.125rem;
        font-weight: 500;
        text-transform: uppercase; }
        html.bcorr .main #bcorr-section-1 .container .row .bcorr-cta .bcorr-text {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 95%;
          transform: translate(-50%, -50%);
          padding-bottom: 16px; }
          html.bcorr .main #bcorr-section-1 .container .row .bcorr-cta .bcorr-text:after {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: 0 auto;
            width: 50px;
            height: 2px;
            background: #ffffff;
            transition: width 300ms ease;
            content: ""; }
        html.bcorr .main #bcorr-section-1 .container .row .bcorr-cta:hover .bcorr-text:after {
          width: 100px; }
  html.bcorr .main #bcorr-section-2 {
    /*
				*> El Paso
			 */
    overflow-x: hidden; }
    html.bcorr .main #bcorr-section-2 .bcorr-el-paso .row {
      margin: 0; }
      html.bcorr .main #bcorr-section-2 .bcorr-el-paso .row .col {
        padding: 0; }
    @media only screen and (min-width: 993px) {
      html.bcorr .main #bcorr-section-2 .bcorr-el-paso .bcorr-col-1 {
        left: 42.17%;
        width: 57.83%; } }
    html.bcorr .main #bcorr-section-2 .bcorr-el-paso .bcorr-col-1 .bcorr-content {
      display: inline-block;
      width: 688px;
      max-width: 90%;
      margin: 30px auto; }
      @media only screen and (min-width: 993px) {
        html.bcorr .main #bcorr-section-2 .bcorr-el-paso .bcorr-col-1 .bcorr-content {
          margin-left: 40px;
          margin-bottom: 8px; } }
      html.bcorr .main #bcorr-section-2 .bcorr-el-paso .bcorr-col-1 .bcorr-content h3 {
        text-align: center;
        color: #000;
        margin: 0 0 14px; }
      html.bcorr .main #bcorr-section-2 .bcorr-el-paso .bcorr-col-1 .bcorr-content p {
        font-size: 1.125rem;
        line-height: 2.09375rem;
        color: #000000;
        margin: 11px auto; }
      html.bcorr .main #bcorr-section-2 .bcorr-el-paso .bcorr-col-1 .bcorr-content .bcorr-buttons {
        margin: -2px 0 0;
        font-size: 0;
        text-align: center; }
        html.bcorr .main #bcorr-section-2 .bcorr-el-paso .bcorr-col-1 .bcorr-content .bcorr-buttons .bcorr-button {
          display: block;
          margin: 10px auto; }
          @media only screen and (min-width: 601px) {
            html.bcorr .main #bcorr-section-2 .bcorr-el-paso .bcorr-col-1 .bcorr-content .bcorr-buttons .bcorr-button {
              display: inline-block;
              margin: 10px; } }
    @media only screen and (min-width: 993px) {
      html.bcorr .main #bcorr-section-2 .bcorr-el-paso .bcorr-col-2 {
        right: 57.83%;
        width: 42.17%; } }
    html.bcorr .main #bcorr-section-2 .bcorr-el-paso .bcorr-col-2 .bcorr-welcome-wrapper {
      display: inline-block;
      margin: 30px auto;
      border: 2px solid #C20E2E;
      padding: 18px 18px 17px;
      max-width: 90%; }
      @media only screen and (min-width: 993px) {
        html.bcorr .main #bcorr-section-2 .bcorr-el-paso .bcorr-col-2 .bcorr-welcome-wrapper {
          width: 100%;
          max-width: 100%;
          padding-left: 0;
          border-left: none; } }
      html.bcorr .main #bcorr-section-2 .bcorr-el-paso .bcorr-col-2 .bcorr-welcome-wrapper img {
        vertical-align: top; }
        @media only screen and (min-width: 993px) {
          html.bcorr .main #bcorr-section-2 .bcorr-el-paso .bcorr-col-2 .bcorr-welcome-wrapper img {
            width: 100%; } }
  html.bcorr .main #bcorr-section-3 {
    margin-top: -10px; }
    html.bcorr .main #bcorr-section-3 .row {
      margin: 0; }
      html.bcorr .main #bcorr-section-3 .row .col {
        padding: 0; }
        html.bcorr .main #bcorr-section-3 .row .col .bcorr-img-wrapper {
          margin: 20px auto;
          border: 2px solid #C20E2E;
          padding: 18px 18px 17px;
          max-width: 90%; }
          @media only screen and (min-width: 601px) {
            html.bcorr .main #bcorr-section-3 .row .col .bcorr-img-wrapper {
              width: 100%;
              max-width: 100%; } }
          @media only screen and (min-width: 601px) {
            html.bcorr .main #bcorr-section-3 .row .col .bcorr-img-wrapper-1 {
              border-right: none;
              padding-right: 0; } }
          @media only screen and (min-width: 601px) {
            html.bcorr .main #bcorr-section-3 .row .col .bcorr-img-wrapper-2 {
              border-left: none;
              padding-left: 0; } }
          html.bcorr .main #bcorr-section-3 .row .col .bcorr-img-wrapper img {
            vertical-align: top; }
            @media only screen and (min-width: 601px) {
              html.bcorr .main #bcorr-section-3 .row .col .bcorr-img-wrapper img {
                width: 100%; } }
        html.bcorr .main #bcorr-section-3 .row .col .bcorr-cta {
          margin: 30px auto; }
          @media only screen and (min-width: 993px) {
            html.bcorr .main #bcorr-section-3 .row .col .bcorr-cta {
              margin-bottom: 16px; } }
          html.bcorr .main #bcorr-section-3 .row .col .bcorr-cta h3 {
            margin: 0 0 23px; }
  html.bcorr .main #bcorr-section-4 {
    /**
							*>>> Aurora
						*/ }
    html.bcorr .main #bcorr-section-4 .bcorr-aurora .row {
      margin: 0; }
      html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col {
        padding: 0; }
        @media only screen and (min-width: 993px) {
          html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l7 {
            width: 57.83%; } }
        html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l7 .bcorr-content {
          display: inline-block;
          width: 575px;
          max-width: 100%;
          margin: 30px auto; }
          @media only screen and (min-width: 993px) {
            html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l7 .bcorr-content {
              margin-bottom: 17px; } }
          html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l7 .bcorr-content h3 {
            color: #000;
            margin: 0 0 18px; }
          html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l7 .bcorr-content .bcorr-quote {
            width: 33px;
            max-width: 100%; }
          html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l7 .bcorr-content .testimonial-flexslider {
            position: relative;
            box-shadow: none;
            background: transparent;
            border-radius: 0;
            border: none;
            margin: 0 auto; }
            html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l7 .bcorr-content .testimonial-flexslider .bcorr-slide-content {
              display: inline-block; }
            html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l7 .bcorr-content .testimonial-flexslider .flex-active-slide {
              max-width: 100%; }
            html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l7 .bcorr-content .testimonial-flexslider .flex-control-nav {
              position: relative;
              text-align: center;
              padding: 0;
              margin-top: 20px;
              bottom: 0; }
              html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l7 .bcorr-content .testimonial-flexslider .flex-control-nav li {
                margin: 0 2.5px; }
              html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l7 .bcorr-content .testimonial-flexslider .flex-control-nav a {
                border: 1px solid #000;
                width: 11px;
                height: 11px;
                background: transparent;
                box-shadow: none; }
              html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l7 .bcorr-content .testimonial-flexslider .flex-control-nav a.flex-active {
                background: #C20E2E;
                border-color: #C20E2E; }
            html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l7 .bcorr-content .testimonial-flexslider .flex-direction-nav {
              display: none; }
            html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l7 .bcorr-content .testimonial-flexslider p {
              color: #000;
              font-family: Montserrat, sans-serif;
              text-align: center;
              font-size: 1rem;
              line-height: 1.46875rem;
              font-weight: 400;
              margin-top: 0;
              margin-bottom: 0; }
            html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l7 .bcorr-content .testimonial-flexslider .bcorr-testimonial-name {
              font-size: 1.125rem;
              line-height: 1.375rem;
              font-weight: 400;
              color: #000;
              display: none;
              margin: 25px 0 0; }
            html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l7 .bcorr-content .testimonial-flexslider .read-more {
              font-size: 1rem;
              line-height: 1.4375rem;
              display: inline-block;
              color: #000;
              font-style: italic;
              font-family: Montserrat, sans-serif;
              margin-top: 23px; }
          html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l7 .bcorr-content .bcorr-buttons {
            letter-spacing: 0;
            font-size: 0;
            margin-top: 21px; }
        @media only screen and (min-width: 993px) {
          html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l5 {
            width: 42.17%; } }
        html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l5 .bcorr-img-wrapper {
          display: inline-block;
          margin: 30px auto;
          border: 2px solid #C20E2E;
          padding: 18px 18px 17px;
          max-width: 90%; }
          @media only screen and (min-width: 993px) {
            html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l5 .bcorr-img-wrapper {
              width: 100%;
              max-width: 100%;
              margin: 20px auto;
              padding-right: 0;
              border-right: none; } }
          html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l5 .bcorr-img-wrapper img {
            vertical-align: top; }
            @media only screen and (min-width: 993px) {
              html.bcorr .main #bcorr-section-4 .bcorr-aurora .row .col.l5 .bcorr-img-wrapper img {
                width: 100%; } }
  html.bcorr .main #bcorr-section-5 {
    /*
				*> _featured
			 */
    padding: 54px 0 60px; }
    html.bcorr .main #bcorr-section-5 .bcorr-featured-listings h3 {
      text-align: center;
      color: #000;
      margin: 0 0 23px; }
    html.bcorr .main #bcorr-section-5 .bcorr-featured-listings .bcorr-buttons {
      text-align: center;
      margin-top: 49px; }
  html.bcorr .main #bcorr-section-6 {
    background: #C20E2E; }
    html.bcorr .main #bcorr-section-6 .container {
      padding: 20px 0; }
      html.bcorr .main #bcorr-section-6 .container .row {
        margin-bottom: 0;
        vertical-align: middle; }
        html.bcorr .main #bcorr-section-6 .container .row h3, html.bcorr .main #bcorr-section-6 .container .row .bcorr-button {
          vertical-align: middle;
          margin: 10px 18px; }
        html.bcorr .main #bcorr-section-6 .container .row h3 {
          display: inline-block;
          text-transform: uppercase;
          color: #ffffff;
          font-size: 1.875rem;
          line-height: 2.34375rem;
          letter-spacing: 0.1875rem;
          font-weight: 500; }
        html.bcorr .main #bcorr-section-6 .container .row .bcorr-button {
          border-color: #ffffff;
          color: #ffffff; }
          html.bcorr .main #bcorr-section-6 .container .row .bcorr-button:hover {
            background-color: #ffffff;
            color: #C20E2E; }
  html.bcorr .main #bcorr-section-7 {
    /*
				*> _contact_v1
			 */ }
    html.bcorr .main #bcorr-section-7 .bcorr-contact-section .row {
      margin-bottom: 0; }
    html.bcorr .main #bcorr-section-7 .bcorr-contact-section .bcorr-content {
      box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.1);
      width: 483px;
      max-width: 100%;
      margin: 80px auto;
      padding: 34px 20px 40px;
      background: #ffffff; }
      html.bcorr .main #bcorr-section-7 .bcorr-contact-section .bcorr-content h3 {
        color: #000;
        margin: 0 0 13px; }
      html.bcorr .main #bcorr-section-7 .bcorr-contact-section .bcorr-content .gform_wrapper {
        margin: 0; }
        html.bcorr .main #bcorr-section-7 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_body {
          text-align: center; }
          html.bcorr .main #bcorr-section-7 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_body .gform_fields .gfield {
            margin: 0;
            padding: 0; }
            html.bcorr .main #bcorr-section-7 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
              display: none; }
            html.bcorr .main #bcorr-section-7 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
              margin: 0; }
              html.bcorr .main #bcorr-section-7 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
              html.bcorr .main #bcorr-section-7 .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: 1rem;
                line-height: 1.1875rem;
                color: #595959;
                font-weight: 400;
                font-family: Montserrat, sans-serif;
                text-indent: 7px; }
                html.bcorr .main #bcorr-section-7 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder,
                html.bcorr .main #bcorr-section-7 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {
                  font-size: 1rem;
                  line-height: 1.1875rem;
                  color: #595959;
                  font-weight: 400;
                  font-family: Montserrat, sans-serif; }
                html.bcorr .main #bcorr-section-7 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
                html.bcorr .main #bcorr-section-7 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
                  font-size: 1rem;
                  line-height: 1.1875rem;
                  color: #595959;
                  font-weight: 400;
                  font-family: Montserrat, sans-serif; }
              html.bcorr .main #bcorr-section-7 .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-7 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_footer {
          margin: 0 auto;
          width: 403px;
          max-width: 100%;
          padding: 0;
          text-align: center; }
          @media only screen and (min-width: 993px) {
            html.bcorr .main #bcorr-section-7 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_footer {
              text-align: right; } }
          html.bcorr .main #bcorr-section-7 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_footer .gform_button {
            margin: 6px 0 0;
            padding: 8.5px 0;
            border: 2px solid #C20E2E;
            width: 190px;
            max-width: 100%;
            border-radius: 0;
            font-family: Montserrat, sans-serif;
            font-size: 0.9375rem;
            line-height: 1.21875rem;
            letter-spacing: 0.125rem;
            font-weight: 500;
            text-transform: uppercase;
            color: #000;
            transition: all 0.5s ease; }
            html.bcorr .main #bcorr-section-7 .bcorr-contact-section .bcorr-content .gform_wrapper form .gform_footer .gform_button:hover {
              background-color: #C20E2E;
              color: #ffffff; }
  html.bcorr .main #bcorr-section-8 {
    padding: 25px 0; }
    html.bcorr .main #bcorr-section-8 .container .row {
      margin-bottom: 0; }
      html.bcorr .main #bcorr-section-8 .container .row .bcorr-location {
        display: block;
        margin: 0 auto;
        padding: 15px 0;
        border-bottom: 1px solid #000;
        width: 300px;
        max-width: 100%;
        vertical-align: middle; }
        @media only screen and (min-width: 601px) {
          html.bcorr .main #bcorr-section-8 .container .row .bcorr-location {
            width: auto;
            border-bottom: none;
            display: inline-block;
            margin: 14px 0 13px;
            padding: 15px; } }
        @media only screen and (min-width: 993px) {
          html.bcorr .main #bcorr-section-8 .container .row .bcorr-location {
            border-right: 1px solid #000; } }
        @media only screen and (min-width: 1097px) {
          html.bcorr .main #bcorr-section-8 .container .row .bcorr-location {
            padding: 13px 40px; } }
        html.bcorr .main #bcorr-section-8 .container .row .bcorr-location h5 {
          margin: 0;
          font-size: 1.125rem;
          line-height: 1.40625rem;
          font-weight: 500; }
        html.bcorr .main #bcorr-section-8 .container .row .bcorr-location .bcorr-address {
          font-size: 1.125rem;
          line-height: 1.40625rem; }
          html.bcorr .main #bcorr-section-8 .container .row .bcorr-location .bcorr-address p {
            margin: 0; }
          html.bcorr .main #bcorr-section-8 .container .row .bcorr-location .bcorr-address a {
            display: block;
            color: #000; }
        @media only screen and (min-width: 993px) {
          html.bcorr .main #bcorr-section-8 .container .row .bcorr-location-1 {
            border-right: none; } }
        @media only screen and (min-width: 993px) {
          html.bcorr .main #bcorr-section-8 .container .row .bcorr-location-2 {
            border-left: 1px solid #000; } }
        @media only screen and (min-width: 1163px) {
          html.bcorr .main #bcorr-section-8 .container .row .bcorr-location-2 {
            padding: 13px 70px; } }
        @media only screen and (min-width: 1097px) {
          html.bcorr .main #bcorr-section-8 .container .row .bcorr-location-2 h5 {
            font-size: 1.375rem;
            line-height: 1.71875rem; } }
        @media only screen and (min-width: 1097px) {
          html.bcorr .main #bcorr-section-8 .container .row .bcorr-location-2 .bcorr-address {
            font-size: 1.375rem;
            line-height: 1.71875rem; } }
        @media only screen and (min-width: 993px) {
          html.bcorr .main #bcorr-section-8 .container .row .bcorr-location-3 {
            border-right: none; } }
        html.bcorr .main #bcorr-section-8 .container .row .bcorr-location-5 {
          border-right: none;
          border-bottom: none; }

/** 
 *> 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 {
  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: 1rem;
          line-height: 1.1875rem; }
          #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-agent-wrapper h5 {
            font-weight: 700;
            font-size: 1.125rem;
            line-height: 1.375rem;
            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: #C20E2E; }
              #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: #C20E2E;
              height: 25px;
              width: 25px;
              color: #C20E2E; }
              #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-social-wrapper a.bcorr-social svg image {
                fill: #C20E2E;
                color: #C20E2E; }
            #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-social-wrapper a.bcorr-social i.fa {
              display: block;
              color: #C20E2E;
              font-size: 1.5625rem; }
        #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-office-wrapper {
          font-size: 0.9375rem;
          line-height: 1.125rem;
          margin-top: 13px; }
          #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-office-wrapper h5 {
            font-size: 0.9375rem;
            line-height: 1.125rem;
            margin: 0;
            font-family: Montserrat, 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: 195px;
        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.75rem;
          line-height: 0.9375rem; }
  #footer.page-footer .footer-copyright {
    background-color: #C20E2E;
    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: 0.875rem;
      line-height: 1.3125rem;
      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: #C20E2E;
    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: #C20E2E; }
