/*! 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:300,400,700,900,400italic,700italic");
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) .article-body p a {
  color: #0065B5; }
  html.bcorr body:not(.home) .article-body p a:hover {
    color: #0066b6; }
  html.bcorr body:not(.home) .article-body p a.blog-link-hp {
    color: #0065B5; }
    html.bcorr body:not(.home) .article-body p a.blog-link-hp:hover {
      color: #0066b6; }
  html.bcorr body:not(.home) .article-body p a.blog-header-link-hp:hover {
    color: #0065B5; }

html.bcorr body:not(.home) a {
  color: #0065B5; }
  html.bcorr body:not(.home) a:hover {
    color: #0066b6; }
  html.bcorr body:not(.home) a.blog-link-hp {
    color: #0065B5; }
    html.bcorr body:not(.home) a.blog-link-hp:hover {
      color: #0066b6; }
  html.bcorr body:not(.home) a.blog-header-link-hp:hover {
    color: #0065B5; }

html.bcorr body:not(.home) input[type=submit] {
  background-color: #0065B5; }

html.bcorr body:not(.home) button[type=submit] {
  background-color: #0065B5; }

html.bcorr body:not(.home) textarea:focus:not([readonly]) {
  border-bottom-color: #0065B5; }

html.bcorr body:not(.home) textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom-color: #0065B5; }

html.bcorr body:not(.home) .btn {
  background-color: #0065B5;
  color: #ffffff; }
  html.bcorr body:not(.home) .btn:hover {
    background-color: #A0CE67;
    color: #ffffff; }

html.bcorr body:not(.home) .image-gallery .flex-control-paging li a.flex-active {
  background: #0065B5; }

html.bcorr body:not(.home) .image-gallery .flex-control-paging li a:hover {
  background: #0065B5; }

html.bcorr body:not(.home) .pagination li.active {
  color: #0065B5; }
  html.bcorr body:not(.home) .pagination li.active a {
    font-weight: bold; }

html.bcorr body:not(.home) .pl_pagination li.active {
  color: #0065B5; }
  html.bcorr body:not(.home) .pl_pagination li.active a {
    font-weight: bold; }

html.bcorr body:not(.home) .primary-menu .menu-item-has-children .sub-menu li a {
  color: #0066b6; }
  html.bcorr body:not(.home) .primary-menu .menu-item-has-children .sub-menu li a:hover {
    color: #0065B5; }

html.bcorr body:not(.home) .primary-menu .menu-item-has-children:hover > a {
  color: #0066b6; }
  html.bcorr body:not(.home) .primary-menu .menu-item-has-children:hover > a:hover {
    color: #0065B5; }

html.bcorr body:not(.home) .content-section .title {
  color: #0065B5; }

html.bcorr body:not(.home) button:focus {
  background-color: #0065B5; }

html.bcorr body:not(.home) input[type=text]:focus:not([readonly]) {
  border-bottom-color: #0065B5; }

html.bcorr body:not(.home) input[type=password]:focus:not([readonly]) {
  border-bottom-color: #0065B5; }

html.bcorr body:not(.home) input[type=email]:focus:not([readonly]) {
  border-bottom-color: #0065B5; }

html.bcorr body:not(.home) input[type=url]:focus:not([readonly]) {
  border-bottom-color: #0065B5; }

html.bcorr body:not(.home) input[type=time]:focus:not([readonly]) {
  border-bottom-color: #0065B5; }

html.bcorr body:not(.home) input[type=date]:focus:not([readonly]) {
  border-bottom-color: #0065B5; }

html.bcorr body:not(.home) input[type=datetime-local]:focus:not([readonly]) {
  border-bottom-color: #0065B5; }

html.bcorr body:not(.home) input[type=tel]:focus:not([readonly]) {
  border-bottom-color: #0065B5; }

html.bcorr body:not(.home) input[type=number]:focus:not([readonly]) {
  border-bottom-color: #0065B5; }

html.bcorr body:not(.home) input[type=search]:focus:not([readonly]) {
  border-bottom-color: #0065B5; }

/*
* >> Background placeholders
*/
html.bcorr .bcorr-sections #bcorr-section-5, html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora, html.bcorr .bcorr-sections #bcorr-section-1 .row .col.bcorr-col-2 .bcorr-bg, html.bcorr .bcorr-sections #bcorr-section-3 .bcorr-columbus .bcorr-col {
  background-size: cover;
  background-position: 50% 50%; }

html.bcorr .bcorr-sections #bcorr-section-5 {
  background-image: url("https://d3sw26zf198lpl.cloudfront.net/2017/10/23/59eded9852cac.jpg"); }

html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora {
  background-image: url("https://d3sw26zf198lpl.cloudfront.net/2017/10/23/59eded9919eca.jpg"); }

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

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

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

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: 1280px;
  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; }

/*
	*> Delaware
*/
/*
	*>> Header
*/
html.bcorr #bcorr-header .container {
  max-width: 1263px; }
  html.bcorr #bcorr-header .container .bcorr-logo {
    padding-top: 20px; }
    @media only screen and (min-width: 993px) {
      html.bcorr #bcorr-header .container .bcorr-logo {
        padding-top: 41px;
        padding-bottom: 27px; } }
    html.bcorr #bcorr-header .container .bcorr-logo .bcorr-sachi {
      width: 106px;
      display: inline-block;
      max-width: 27%;
      vertical-align: middle;
      margin: 10px; }
      @media only screen and (min-width: 993px) {
        html.bcorr #bcorr-header .container .bcorr-logo .bcorr-sachi {
          margin: 0 23px 0 0; } }
    html.bcorr #bcorr-header .container .bcorr-logo #logo-container {
      width: 228px;
      display: inline-block;
      vertical-align: middle;
      margin: 10px;
      max-width: 57%; }
      @media only screen and (min-width: 993px) {
        html.bcorr #bcorr-header .container .bcorr-logo #logo-container {
          margin: 0; } }
  html.bcorr #bcorr-header .container .bcorr-content {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #0065B5;
    margin-right: 2px; }
    html.bcorr #bcorr-header .container .bcorr-content a {
      margin-left: 10px;
      display: inline-block;
      color: #0065B5;
      background: #ffffff;
      width: 35px;
      height: 35px;
      position: relative;
      vertical-align: top; }
      html.bcorr #bcorr-header .container .bcorr-content a .fa {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  html.bcorr #bcorr-header .container .bcorr-title {
    font-size: 2.57143rem;
    line-height: 3.14286rem;
    letter-spacing: 0.39286rem;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-weight: 300;
    color: #ffffff;
    margin-top: 50px; }

html.bcorr #logo-container {
  display: block;
  width: 198px;
  max-width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 601px) {
    html.bcorr #logo-container {
      display: inline-block;
      vertical-align: middle;
      max-width: 40%; } }

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 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: #ffffff;
          border: 0;
          font-size: 1.14286rem;
          line-height: 1.35714rem;
          padding: 9px 7px;
          font-weight: 400; }
          html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary a:hover {
            color: #A0CE67;
            border: 0;
            font-weight: 700;
            background: transparent; }
          html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary a:hover {
            color: #A0CE67;
            font-weight: 700;
            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; }
            html.bcorr #bcorr-navigation .bcorr-nav #nav-main #primary .dropdown-content a:hover {
              color: #FFF;
              font-weight: 400;
              background: #0065B5; }
        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;
            right: 0;
            left: auto; }
            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: #A0CE67;
            border: 0;
            background: transparent;
            padding: 9px 7px; }
        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: #A0CE67;
            border: 0;
            background: transparent;
            padding: 9px 7px; }
  html.bcorr #bcorr-navigation .button-collapse {
    color: #ffffff;
    font-size: 1.71429rem;
    float: none !important;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 0;
    position: relative; }
    html.bcorr #bcorr-navigation .button-collapse:hover {
      background: transparent;
      color: #ffffff; }
    html.bcorr #bcorr-navigation .button-collapse .fa {
      font-size: 1.71429rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

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: Lato, 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: Lato, 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: #0065B5; }
    html.bcorr .bcorr-nav #slide-out.side-nav .bcorr-mobile-agent-info .mobile-agent-name {
      color: #000;
      font-family: Lato, 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: #0065B5; }
      html.bcorr .bcorr-nav #slide-out.side-nav .bcorr-mobile-agent-info .bcorr-mobile-contact-links a .fa {
        color: #000;
        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
*/
/*
	*>> Batman Hero
 */
#index-banner {
  height: 400px;
  position: relative; }
  @media only screen and (min-width: 601px) {
    #index-banner {
      height: 797px; } }
  #index-banner .row {
    margin-bottom: 0; }

#index-sublogo {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  padding: 40px 0; }
  @media only screen and (min-width: 601px) {
    #index-sublogo {
      bottom: auto;
      top: 169px; } }
  #index-sublogo .container h1 {
    margin: 0;
    font-size: 1.71429rem;
    font-weight: 400;
    line-height: 2.07143rem;
    letter-spacing: 0.21429rem;
    color: #ffffff;
    padding-bottom: 9px;
    padding-right: 22px; }
  #index-sublogo .bcorr-home-search {
    display: inline-block;
    width: 621px;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    position: relative; }
    #index-sublogo .bcorr-home-search .wolfnet_smartSearch {
      margin: 0; }
      #index-sublogo .bcorr-home-search .wolfnet_smartSearch form fieldset {
        border: none;
        margin: 0;
        padding: 0; }
      #index-sublogo .bcorr-home-search .wolfnet_smartSearch .wnt-smartsearch {
        float: left;
        width: 100%;
        margin-bottom: 0; }
        @media only screen and (min-width: 601px) {
          #index-sublogo .bcorr-home-search .wolfnet_smartSearch .wnt-smartsearch {
            width: calc(100% - 154px);
            margin-bottom: 0; } }
        #index-sublogo .bcorr-home-search .wolfnet_smartSearch .wnt-smartsearch .wnt-smart-menu {
          left: 0; }
      #index-sublogo .bcorr-home-search .wolfnet_smartSearch span.wnt-smart-search {
        background-color: #fff;
        padding: 5px 10px !important;
        border: 1px solid #eee; }
        #index-sublogo .bcorr-home-search .wolfnet_smartSearch span.wnt-smart-search input {
          font-size: 14px !important; }
          #index-sublogo .bcorr-home-search .wolfnet_smartSearch span.wnt-smart-search input:-ms-input-placeholder {
            font-size: 1.14286rem;
            font-weight: 400;
            color: #9E9E9E; }
          #index-sublogo .bcorr-home-search .wolfnet_smartSearch span.wnt-smart-search input::placeholder {
            font-size: 1.14286rem;
            font-weight: 400;
            color: #9E9E9E; }
          @media only screen and (min-width: 993px) {
            #index-sublogo .bcorr-home-search .wolfnet_smartSearch span.wnt-smart-search input {
              padding: 0 !important; } }
        @media only screen and (min-width: 993px) {
          #index-sublogo .bcorr-home-search .wolfnet_smartSearch span.wnt-smart-search {
            padding: 10px 10px 10px !important; } }
      #index-sublogo .bcorr-home-search .wolfnet_smartSearch .wnt-smart-search-input {
        height: 38px; }
      #index-sublogo .bcorr-home-search .wolfnet_smartSearch .wolfnet_smartSubmit {
        margin: 0 !important;
        padding: 0 !important;
        float: none;
        height: auto !important;
        width: 100% !important; }
        #index-sublogo .bcorr-home-search .wolfnet_smartSearch .wolfnet_smartSubmit button {
          background-color: #0065B5;
          color: #fff;
          font-weight: 700;
          border: 0;
          height: 40px;
          width: 100%;
          font-size: 1.28571rem;
          line-height: 1.57143rem;
          letter-spacing: 0.08rem; }
          @media only screen and (min-width: 601px) {
            #index-sublogo .bcorr-home-search .wolfnet_smartSearch .wolfnet_smartSubmit button {
              height: 50px; } }
          @media only screen and (min-width: 993px) {
            #index-sublogo .bcorr-home-search .wolfnet_smartSearch .wolfnet_smartSubmit button {
              height: 60px; } }
      #index-sublogo .bcorr-home-search .wolfnet_smartSearch .wolfnet_smartHorizontalFields {
        float: right;
        width: 100%;
        padding: 0;
        margin: 0; }
        @media only screen and (min-width: 601px) {
          #index-sublogo .bcorr-home-search .wolfnet_smartSearch .wolfnet_smartHorizontalFields {
            width: 154px; } }
      #index-sublogo .bcorr-home-search .wolfnet_smartSearch .wolfnet_widgetTitle,
      #index-sublogo .bcorr-home-search .wolfnet_smartSearch .wolfnet_smartBedBathFields,
      #index-sublogo .bcorr-home-search .wolfnet_smartSearch .wolfnet_smartPriceFields {
        display: none; }

/**
 * > Homepage
 */
html.bcorr body.home .main {
  background: #ffffff; }

/**
 * >> Sections
 */
html.bcorr .bcorr-sections {
  /**
			*>>> Section 1
		*/
  /**
			*>>> Section 2
		*/
  /**
		*>>> Section 3
	*/
  /**
			*>>> Section 4
		*/
  /**
			*>>> Section 5
		*/ }
  html.bcorr .bcorr-sections #bcorr-section-1 .row {
    margin: 0; }
    html.bcorr .bcorr-sections #bcorr-section-1 .row .col {
      padding: 0; }
      @media only screen and (min-width: 993px) {
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col[class*="push-"], html.bcorr .bcorr-sections #bcorr-section-1 .row .col[class*="pull-"] {
          position: relative; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.offset-l1 {
          margin-left: 8.33333%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.pull-l1 {
          right: 8.33333%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.push-l1 {
          left: 8.33333%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.offset-l2 {
          margin-left: 16.66667%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.pull-l2 {
          right: 16.66667%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.push-l2 {
          left: 16.66667%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.offset-l3 {
          margin-left: 25%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.pull-l3 {
          right: 25%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.push-l3 {
          left: 25%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.offset-l4 {
          margin-left: 33.33333%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.pull-l4 {
          right: 33.33333%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.push-l4 {
          left: 33.33333%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.offset-l5 {
          margin-left: 41.66667%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.pull-l5 {
          right: 41.66667%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.push-l5 {
          left: 41.66667%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.offset-l6 {
          margin-left: 50%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.pull-l6 {
          right: 50%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.push-l6 {
          left: 50%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.offset-l7 {
          margin-left: 58.33333%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.pull-l7 {
          right: 58.33333%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.push-l7 {
          left: 58.33333%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.offset-l8 {
          margin-left: 66.66667%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.pull-l8 {
          right: 66.66667%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.push-l8 {
          left: 66.66667%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.offset-l9 {
          margin-left: 75%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.pull-l9 {
          right: 75%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.push-l9 {
          left: 75%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.offset-l10 {
          margin-left: 83.33333%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.pull-l10 {
          right: 83.33333%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.push-l10 {
          left: 83.33333%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.offset-l11 {
          margin-left: 91.66667%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.pull-l11 {
          right: 91.66667%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.push-l11 {
          left: 91.66667%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.offset-l12 {
          margin-left: 100%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.pull-l12 {
          right: 100%; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.push-l12 {
          left: 100%; } }
      @media only screen and (min-width: 993px) {
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.bcorr-col-1 {
          width: 66.1%; } }
      html.bcorr .bcorr-sections #bcorr-section-1 .row .col.bcorr-col-1 .bcorr-content {
        display: inline-block;
        width: 740px;
        max-width: 100%;
        margin: 50px auto;
        color: #000; }
        @media only screen and (min-width: 993px) {
          html.bcorr .bcorr-sections #bcorr-section-1 .row .col.bcorr-col-1 .bcorr-content {
            text-align: left;
            margin: 20px auto 20px; } }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.bcorr-col-1 .bcorr-content h2 {
          font-family: Lato, sans-serif;
          font-size: 2.57143rem;
          line-height: 3rem;
          letter-spacing: 0.68571rem;
          font-weight: 700;
          text-transform: uppercase;
          margin: 0 0 43px; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.bcorr-col-1 .bcorr-content p {
          font-size: 1.14286rem;
          line-height: 2.35714rem;
          margin: 33px 0; }
          html.bcorr .bcorr-sections #bcorr-section-1 .row .col.bcorr-col-1 .bcorr-content p.bcorr-bold {
            font-weight: 700; }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.bcorr-col-1 .bcorr-content .bcorr-buttons {
          margin: 43px 0 0 -1px; }
          html.bcorr .bcorr-sections #bcorr-section-1 .row .col.bcorr-col-1 .bcorr-content .bcorr-buttons .bcorr-button {
            display: inline-block;
            width: 217px;
            max-width: 100%;
            margin: 15px;
            text-align: center;
            border: 2px solid #000;
            font-family: Lato, sans-serif;
            font-size: 1.14286rem;
            line-height: 1.35714rem;
            text-transform: uppercase;
            padding: 9px 0 10px;
            color: #000; }
            @media only screen and (min-width: 993px) {
              html.bcorr .bcorr-sections #bcorr-section-1 .row .col.bcorr-col-1 .bcorr-content .bcorr-buttons .bcorr-button {
                margin: 0 34px 20px 0; } }
      html.bcorr .bcorr-sections #bcorr-section-1 .row .col.bcorr-col-2 {
        position: relative; }
        @media only screen and (min-width: 993px) {
          html.bcorr .bcorr-sections #bcorr-section-1 .row .col.bcorr-col-2 {
            width: 33.9%;
            padding: 291px 0; } }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.bcorr-col-2 .bcorr-bg {
          display: none; }
          @media only screen and (min-width: 993px) {
            html.bcorr .bcorr-sections #bcorr-section-1 .row .col.bcorr-col-2 .bcorr-bg {
              background-position: 50% 0%;
              position: absolute;
              display: block;
              left: 0;
              right: 0;
              bottom: 0;
              top: 0;
              content: ""; } }
        html.bcorr .bcorr-sections #bcorr-section-1 .row .col.bcorr-col-2 img {
          width: 500px;
          max-width: 100%; }
          @media only screen and (min-width: 993px) {
            html.bcorr .bcorr-sections #bcorr-section-1 .row .col.bcorr-col-2 img {
              display: none; } }
  html.bcorr .bcorr-sections #bcorr-section-2 {
    /**
				*>>> Aurora
			*/ }
    html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora {
      padding: 100px 0;
      margin-bottom: 1px; }
      @media only screen and (min-width: 993px) {
        html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora {
          padding: 232px 0 228px; } }
      html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora .container {
        max-width: 1260px; }
        html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora .container .row {
          margin-bottom: 0; }
          html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora .container .row .bcorr-content {
            display: inline-block;
            width: 1070px;
            max-width: 100%;
            margin: 0 auto; }
            html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora .container .row .bcorr-content h3 {
              text-align: center;
              font-size: 2.85714rem;
              line-height: 3.42857rem;
              letter-spacing: 0.4rem;
              margin: 0 0 64px;
              color: #FFF;
              text-transform: uppercase;
              font-weight: 300; }
              html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora .container .row .bcorr-content h3 strong {
                font-weight: 700; }
            html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora .container .row .bcorr-content .bcorr-quote {
              width: 33px;
              max-width: 100%; }
            html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora .container .row .bcorr-content .bcorr-buttons {
              margin-top: 21px; }
              html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora .container .row .bcorr-content .bcorr-buttons .bcorr-button {
                display: inline-block;
                text-transform: uppercase;
                width: 186px;
                max-width: 100%;
                margin: 0 auto;
                text-align: center;
                background: #A0CE67;
                color: #000;
                font-size: 1.07143rem;
                line-height: 1.28571rem;
                padding: 10px 0; }
          html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora .container .row .testimonial-flexslider {
            position: relative;
            box-shadow: none;
            background: transparent;
            border-radius: 0;
            border: none;
            margin: 0 auto; }
            html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora .container .row .testimonial-flexslider .col.s1 img {
              width: 33px;
              margin: 4px auto;
              max-width: 100%; }
            html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora .container .row .testimonial-flexslider .bcorr-slide-content {
              display: inline-block; }
            html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora .container .row .testimonial-flexslider .flex-active-slide {
              max-width: 100%; }
            html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora .container .row .testimonial-flexslider .flex-control-nav {
              position: relative;
              text-align: center;
              padding: 0;
              margin-top: 24px;
              bottom: 0; }
              html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora .container .row .testimonial-flexslider .flex-control-nav li {
                margin: 0 2px; }
              html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora .container .row .testimonial-flexslider .flex-control-nav a {
                border: 1px solid #cccccc;
                width: 10px;
                height: 10px;
                background: #FFF;
                box-shadow: none; }
              html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora .container .row .testimonial-flexslider .flex-control-nav a.flex-active {
                background: #0065B5; }
            html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora .container .row .testimonial-flexslider .flex-direction-nav {
              display: none; }
            html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora .container .row .testimonial-flexslider p {
              color: #ffffff;
              font-family: Lato, sans-serif;
              text-align: center;
              font-size: 1.35714rem;
              line-height: 1.67857rem;
              font-weight: 400;
              margin-top: 0;
              margin-bottom: 0; }
              html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora .container .row .testimonial-flexslider p i {
                font-style: normal; }
            html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora .container .row .testimonial-flexslider .bcorr-testimonial-name {
              font-size: 1.28571rem;
              line-height: 1.57143rem;
              font-weight: 400;
              color: #FFF;
              display: block;
              margin: 26px 0 0; }
            html.bcorr .bcorr-sections #bcorr-section-2 .bcorr-aurora .container .row .testimonial-flexslider .read-more {
              font-size: 1.28571rem;
              line-height: 1.57143rem;
              font-style: italic;
              display: inline-block;
              color: #9E9E9E;
              margin-top: 10px; }
  html.bcorr .bcorr-sections #bcorr-section-3 {
    /*
				*> Columbus
			*/ }
    html.bcorr .bcorr-sections #bcorr-section-3 .bcorr-columbus {
      margin-bottom: 0; }
      html.bcorr .bcorr-sections #bcorr-section-3 .bcorr-columbus .bcorr-col {
        position: relative;
        box-sizing: border-box; }
        html.bcorr .bcorr-sections #bcorr-section-3 .bcorr-columbus .bcorr-col-1 {
          background-image: url("https://d3sw26zf198lpl.cloudfront.net/2017/10/23/59eded99d383f.jpg"); }
        html.bcorr .bcorr-sections #bcorr-section-3 .bcorr-columbus .bcorr-col-2 {
          background-image: url("https://d3sw26zf198lpl.cloudfront.net/2017/10/23/59eded9a5ba98.jpg"); }
        html.bcorr .bcorr-sections #bcorr-section-3 .bcorr-columbus .bcorr-col-3 {
          background-image: url("https://d3sw26zf198lpl.cloudfront.net/2017/10/23/59eded9ad1646.jpg"); }
      html.bcorr .bcorr-sections #bcorr-section-3 .bcorr-columbus .bcorr-cta {
        display: block;
        height: 316px;
        color: #FFF;
        text-transform: uppercase; }
        html.bcorr .bcorr-sections #bcorr-section-3 .bcorr-columbus .bcorr-cta .bcorr-content {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 90%; }
        html.bcorr .bcorr-sections #bcorr-section-3 .bcorr-columbus .bcorr-cta h4 {
          font-family: Lato, sans-serif;
          font-size: 1.71429rem;
          line-height: 2.07143rem;
          letter-spacing: 0.19286rem;
          font-weight: 700;
          margin: 0 0 8px; }
        html.bcorr .bcorr-sections #bcorr-section-3 .bcorr-columbus .bcorr-cta h5 {
          font-family: Lato, sans-serif;
          font-size: 1.14286rem;
          line-height: 1.35714rem;
          margin: 0; }
  html.bcorr .bcorr-sections #bcorr-section-4 {
    background: #A0CE67;
    padding: 17px 0 12px; }
    html.bcorr .bcorr-sections #bcorr-section-4 .container .row {
      margin-bottom: 0; }
      html.bcorr .bcorr-sections #bcorr-section-4 .container .row h3 {
        margin: 20px;
        display: inline-block;
        font-family: Lato, sans-serif;
        font-size: 1.78571rem;
        line-height: 2.14286rem;
        letter-spacing: 0.05rem;
        font-weight: 300;
        color: #000;
        text-transform: uppercase;
        vertical-align: middle; }
        html.bcorr .bcorr-sections #bcorr-section-4 .container .row h3 strong {
          font-weight: 700; }
      html.bcorr .bcorr-sections #bcorr-section-4 .container .row .bcorr-newsletter-input {
        margin: 20px auto;
        font-size: 0;
        display: inline-block;
        width: 653px;
        max-width: 100%; }
        @media only screen and (min-width: 993px) {
          html.bcorr .bcorr-sections #bcorr-section-4 .container .row .bcorr-newsletter-input {
            margin: 20px; } }
        html.bcorr .bcorr-sections #bcorr-section-4 .container .row .bcorr-newsletter-input .mc-field-group {
          vertical-align: top; }
        html.bcorr .bcorr-sections #bcorr-section-4 .container .row .bcorr-newsletter-input #mce-EMAIL {
          vertical-align: top;
          padding: 0;
          display: block;
          width: 100%;
          margin: 0;
          height: 44px;
          line-height: 44;
          border: none;
          border-radius: 0;
          background: #ffffff; }
          @media only screen and (min-width: 601px) {
            html.bcorr .bcorr-sections #bcorr-section-4 .container .row .bcorr-newsletter-input #mce-EMAIL {
              display: inline-block;
              width: calc(100% - 128px); } }
          html.bcorr .bcorr-sections #bcorr-section-4 .container .row .bcorr-newsletter-input #mce-EMAIL:-ms-input-placeholder {
            font-size: 1.28571rem;
            line-height: 1.57143rem;
            color: #9D9D9D;
            font-weight: 400;
            text-indent: 15px; }
          html.bcorr .bcorr-sections #bcorr-section-4 .container .row .bcorr-newsletter-input #mce-EMAIL::placeholder {
            font-size: 1.28571rem;
            line-height: 1.57143rem;
            color: #9D9D9D;
            font-weight: 400;
            text-indent: 15px; }
        html.bcorr .bcorr-sections #bcorr-section-4 .container .row .bcorr-newsletter-input #mc-embedded-subscribe {
          padding: 0;
          display: block;
          width: 100%;
          border: none;
          box-shadow: none;
          border-radius: 0;
          height: 44px;
          vertical-align: middle;
          background: #0065B5;
          color: #ffffff;
          text-transform: uppercase;
          font-size: 1.28571rem;
          line-height: 1.57143rem;
          font-weight: 700; }
          @media only screen and (min-width: 601px) {
            html.bcorr .bcorr-sections #bcorr-section-4 .container .row .bcorr-newsletter-input #mc-embedded-subscribe {
              display: inline-block;
              width: 128px; } }
  html.bcorr .bcorr-sections #bcorr-section-5 {
    /*
				*> _featured
			 */
    padding: 55px 0 75px; }
    html.bcorr .bcorr-sections #bcorr-section-5 .bcorr-featured-listings h3 {
      text-align: center;
      font-size: 2.85714rem;
      line-height: 3.42857rem;
      letter-spacing: 0.4rem;
      font-weight: 300;
      margin: 0 0 26px;
      color: #FFF;
      text-transform: uppercase; }
      html.bcorr .bcorr-sections #bcorr-section-5 .bcorr-featured-listings h3 strong {
        font-weight: 700; }
    html.bcorr .bcorr-sections #bcorr-section-5 .bcorr-featured-listings .wolfnet_locationInfo {
      color: #ffffff; }
    html.bcorr .bcorr-sections #bcorr-section-5 .bcorr-featured-listings .bcorr-buttons {
      text-align: center;
      margin-top: 14px; }
      html.bcorr .bcorr-sections #bcorr-section-5 .bcorr-featured-listings .bcorr-buttons .bcorr-button {
        display: inline-block;
        text-transform: uppercase;
        width: 191px;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        background: #A0CE67;
        color: #000;
        font-size: 1.28571rem;
        line-height: 1.57143rem;
        padding: 9px 0; }
    html.bcorr .bcorr-sections #bcorr-section-5 .wolfnet_marketDisclaimer {
      color: #ffffff; }
      html.bcorr .bcorr-sections #bcorr-section-5 .wolfnet_marketDisclaimer a {
        color: #ffffff; }

/** 
 *> 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
 */
html.bcorr body:not(.home) #bcorr-header .container .bcorr-content a {
  background: #0065B5;
  color: #ffffff; }

html.bcorr body:not(.home) #bcorr-header .container .bcorr-title {
  color: #0065B5; }

html.bcorr body:not(.home) #bcorr-header #bcorr-navigation .bcorr-nav #nav-main #primary a {
  color: #0065B5; }
  html.bcorr body:not(.home) #bcorr-header #bcorr-navigation .bcorr-nav #nav-main #primary a:hover {
    color: #A0CE67; }

html.bcorr body:not(.home) .button-primary, html.bcorr body:not(.home) .gform_button {
  background-color: #0065B5 !important;
  color: #ffffff; }

html.bcorr body:not(.home) a {
  color: #0065B5; }

/*
* > 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: #A0CE67;
  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.14286rem;
          line-height: 1.35714rem; }
          #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-agent-wrapper h5 {
            font-weight: 700;
            font-size: 1.28571rem;
            line-height: 1.57143rem;
            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: #0065B5; }
              #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: #ffffff;
              height: 25px;
              width: 25px;
              color: #ffffff; }
              #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-social-wrapper a.bcorr-social svg image {
                fill: #ffffff;
                color: #ffffff; }
            #footer.page-footer .wrapper .container .bcorr-col-1 .bcorr-content .bcorr-social-wrapper a.bcorr-social i.fa {
              display: block;
              color: #ffffff;
              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: Lato, 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-2 img.footer-logo {
        width: 106px;
        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: #0065B5;
    color: #999999;
    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: #0065B5;
        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: #0065B5;
    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: #0065B5; }
