@font-face {
  font-family: 'brandon_med-webfont';
  src: url("../../fonts/brandon_med-webfont.eot");
  src: url("../../fonts/brandon_med-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/brandon_med-webfont.woff") format("woff"), url("../../fonts/brandon_med-webfont.ttf") format("truetype"), url("../../fonts/brandon_med-webfont.svg#brandon_med-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'helvetica_neue_med';
  src: url("../../fonts/HelveticaNeue-Medium.eot");
  src: url("../../fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeue-Medium.woff") format("woff"), url("../../fonts/HelveticaNeue-Medium.ttf") format("truetype"), url("../../fonts/HelveticaNeue-Medium.svg#brandon_med-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'helvetica_neue_light';
  src: url("../../fonts/HelveticaNeue-Light.eot");
  src: url("../../fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeue-Light.woff") format("woff"), url("../../fonts/HelveticaNeue-Light.ttf") format("truetype"), url("../../fonts/HelveticaNeue-Light.svg#brandon_med-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'brandon_black';
  src: url("../../fonts/BrandonText-Black.eot");
  src: url("../../fonts/BrandonText-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/BrandonText-Black.woff") format("woff"), url("../../fonts/BrandonText-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'brandon_bold';
  src: url("../../fonts/BrandonText-Bold.eot");
  src: url("../../fonts/BrandonText-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/BrandonText-Bold.woff") format("woff"), url("../../fonts/BrandonText-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
html {
  scroll-behavior: smooth;
  font-size: 10px; }

.right {
  float: right; }

.purple-color {
  color: #D5C1FF; }

.yellow-color {
  color: #FBC702; }

.green-color {
  color: #50B196; }

.rose-color {
  color: #FA9D7E; }

.red-color {
  color: #f44336; }

.grey-color {
  color: #707070; }

.text-center {
  text-align: center; }

.white-color {
  color: #fff; }

.blue-color {
  color: #2273b8; }

.light-blue-color {
  color: #2BA7DE; }

.dark-blue-color {
  color: #004E74; }

.grey-blue-background {
  color: #dae6ee; }

.light-blue-background {
  background-color: #2BA7DE; }

.dark-blue-background {
  background-color: #004E74; }

.white-background {
  background-color: #fff; }

h1 {
  font-size: 5.5rem;
  line-height: 1.0; }

h2 {
  font-size: 5rem;
  line-height: 1.0; }

h3 {
  font-size: 4rem;
  line-height: 1.0; }

h4 {
  font-size: 3rem;
  line-height: 1.0; }

h5 {
  font-size: 2rem; }

h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-family: "brandon_bold", sans-serif;
  color: #2BA7DE; }
  h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #2BA7DE; }

img {
  max-width: 100%; }

i.show-password.active {
  color: #2BA7DE; }

.checkbox-container {
  display: inline;
  position: relative;
  padding-left: 4.5rem;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.9rem;
  color: #2BA7DE;
  font-weight: normal; }
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 2.5rem;
    width: 2.5rem;
    background-color: #fff;
    border: 1px solid #2BA7DE; }
  .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 0.8rem;
    top: 0.4rem;
    width: 0.8rem;
    height: 1.3rem;
    border: solid #2BA7DE;
    border-width: 0 0.2rem 0.2rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .checkbox-container input:checked ~ .checkmark {
    background-color: #fff; }
  .checkbox-container input:checked ~ .checkmark:after {
    display: block; }

.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc; }

.radio-container {
  display: inline;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 2.5rem;
  cursor: pointer;
  font-size: 2.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal; }
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 2.5rem;
    width: 2.5rem;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #2BA7DE; }
    .radio-container .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 0.8rem;
      top: 0.4rem;
      width: 0.8rem;
      height: 1.2rem;
      border: solid #2BA7DE;
      border-width: 0 0.3rem 0.3rem 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .radio-container:hover input ~ .checkmark {
    background-color: #ccc; }
  .radio-container input:checked ~ .checkmark {
    background-color: #fff; }
  .radio-container input:checked ~ .checkmark:after {
    display: block; }

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 6.0rem;
  height: 3.4rem;
  margin-bottom: 0; }
  .toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .toggle-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
    .toggle-switch .slider:before {
      position: absolute;
      content: "";
      height: 2.6rem;
      width: 2.6rem;
      left: 0.4rem;
      bottom: 0.4rem;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s; }
    .toggle-switch .slider.round {
      border-radius: 3.4rem; }
      .toggle-switch .slider.round:before {
        border-radius: 50%; }
  .toggle-switch input:checked + .slider {
    background-color: #2196F3; }
  .toggle-switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3; }
  .toggle-switch input:checked + .slider:before {
    -webkit-transform: translateX(2.6rem);
    -ms-transform: translateX(2.6rem);
    transform: translateX(2.6rem); }

@media only screen and (max-width: 1440px) {
  html {
    font-size: 9px; } }
@media only screen and (max-width: 1280px) {
  html {
    font-size: 8px; } }
@media only screen and (max-width: 1080px) {
  html {
    font-size: 7px; } }
.slider-container {
  position: relative;
  background: lightgrey; }
  .slider-container .slider-arrow {
    position: absolute;
    font-size: 5rem;
    top: 50%;
    transform: translateY(-50%);
    color: lightgrey;
    z-index: 20;
    cursor: pointer; }
  .slider-container .slider-arrow.slider-arrow-left {
    left: 3rem; }
  .slider-container .slider-arrow.slider-arrow-right {
    right: 3rem; }
  .slider-container .slider-arrow:hover i {
    text-shadow: 1px 0px 5px white; }
  .slider-container .slider-arrow i {
    transition: text-shadow 0.2s ease-in-out; }
  .slider-container .slide-single {
    height: auto;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex !important;
    justify-content: center;
    align-items: flex-start; }
  .slider-container .slick-slide {
    height: auto; }
  .slider-container .slide-single-content button {
    margin: 2rem 0.5rem; }
  .slider-container .slide-single {
    min-height: 600px !important; }
  .slider-container ul.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%); }
    .slider-container ul.slick-dots li {
      display: inline-block; }
      .slider-container ul.slick-dots li button {
        color: transparent;
        border-radius: 150px;
        padding: 0;
        width: 0.65rem;
        height: 0.65rem;
        margin: 0.25rem;
        border: 1px solid white;
        background: none; }
      .slider-container ul.slick-dots li.slick-active button {
        border: 1px solid lightgrey;
        background: lightgrey; }

.button-rectangle {
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 700;
  font-family: "helvetica_neue_med", sans-serif;
  transition: all .5s ease;
  border-width: 2px; }
  .button-rectangle a {
    color: inherit; }
    .button-rectangle a:hover {
      text-decoration: none;
      color: inherit; }
  .button-rectangle.button-rounded {
    font-size: 1.7rem;
    border-radius: 10rem;
    padding: 1.75rem 6rem; }

.blue-button-rectangle {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #2BA7DE; }
  .blue-button-rectangle:hover {
    background: #fff;
    color: #2BA7DE;
    border: 1px solid #2BA7DE; }

.dark-blue-button-rectangle {
  background: #004E74;
  color: #fff;
  border: 1px solid #004E74; }
  .dark-blue-button-rectangle:hover {
    background: #fff;
    color: #004E74;
    border: 1px solid #004E74; }

.white-transparent-button-rectangle {
  background: transparent;
  color: #fff;
  border: 1px solid #fff; }
  .white-transparent-button-rectangle:hover {
    background: #2BA7DE;
    color: #fff;
    border: 1px solid #2BA7DE; }

.blue-transparent-button-rectangle {
  background: transparent;
  color: #2BA7DE;
  border: 1px solid #2BA7DE; }
  .blue-transparent-button-rectangle:hover {
    background: #2BA7DE;
    color: #fff;
    border: 1px solid #2BA7DE; }
  .blue-transparent-button-rectangle.button-rounded {
    border-width: 2px; }

.darkblue-transparent-button-rectangle {
  background: transparent;
  color: #004E74;
  border: 1px solid #004E74; }
  .darkblue-transparent-button-rectangle:hover {
    background: #004E74;
    color: #fff;
    border: 1px solid #004E74; }
  .darkblue-transparent-button-rectangle.button-rounded {
    border-width: 2px; }

.mediumblue-transparent-button-rectangle {
  background: transparent;
  color: #2273b8;
  border: 1px solid #2273b8; }
  .mediumblue-transparent-button-rectangle:hover {
    background: #2273b8;
    color: #fff;
    border: 1px solid #2273b8; }
  .mediumblue-transparent-button-rectangle.button-rounded {
    border-width: 2px; }

.green-transparent-button-rectangle {
  background: transparent;
  color: #50B196;
  border: 1px solid #50B196; }
  .green-transparent-button-rectangle:hover {
    background: #50B196;
    color: #fff;
    border: 1px solid #50B196; }
  .green-transparent-button-rectangle.button-rounded {
    border-width: 2px; }

.white-button-rectangle {
  background: #fff;
  color: #004E74;
  border: 1px solid #fff; }
  .white-button-rectangle:hover {
    background: #2BA7DE;
    color: #fff;
    border: 1px solid #fff; }

.tabs-left {
  border-bottom: none !important;
  padding-top: 2px !important; }
  .tabs-left > li {
    float: none !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important; }
    .tabs-left > li > a {
      border-radius: 0 !important;
      margin-right: 0 !important;
      display: block !important;
      border: 1px solid #fff !important;
      border-bottom: 1px solid #D3D3D3 !important; }
      .tabs-left > li > a:hover {
        background-color: inherit !important; }
    .tabs-left > li.active > a {
      border-bottom: 1px solid #2BA7DE !important; }

@media print {
  html {
    font-size: 7px !important; }
    html body h1 {
      font-size: 3.5rem !important; }
    html body h2 {
      font-size: 3rem !important; }
    html body a[href]:after {
      content: none !important; }
    html body img[src]:after {
      content: none !important; }
    html body header {
      display: none; }
    html body footer {
      display: none; }
    html body table {
      table-layout: fixed !important;
      max-width: 100% !important; }
    html body ul {
      list-style: none !important; }
      html body ul li {
        list-style: disc !important; }
        html body ul li:before {
          content: "" !important;
          display: none !important; }
    html body .page-content {
      padding-bottom: 0 !important; }
      html body .page-content .content-wrapper {
        padding-bottom: 0 !important; }
    html body .header-content .header-image {
      display: none !important; }
    html body div.block-sidebar {
      display: none !important; }
    html body div.wistia_embed {
      display: none !important; }
    html body div.related-articles {
      display: none !important; }
    html body div.accordian-content,
    html body div.accordion-content {
      max-height: 1000rem !important; }
    html body .breadcrumbs {
      display: none !important; }
    html body ul.tabs-horizontal {
      display: none !important; }
    html body .stats-block.widget-block {
      display: none !important; }
    html body .tabs-container .tab-content .content-wrapper {
      max-width: 100% !important;
      padding-right: 0 !important; } }
body footer {
  width: 100%;
  color: #2BA7DE;
  padding: 2rem 0;
  position: relative;
  background: #fff; }
  body footer .footer-bg {
    background-image: url("/wp-content/themes/reBuilding_society/images/footer_bg.png");
    background-repeat: no-repeat;
    background-position: 100.5% 0%; }
  body footer p.footer-text {
    color: #004E74;
    font-size: 1.6rem;
    line-height: 1.25;
    margin: 1.5rem 0; }
    body footer p.footer-text a {
      color: #2BA7DE;
      line-height: 1.5;
      font-size: 1.8rem;
      margin: 1.5rem 0;
      padding: 0 1.25rem;
      border-right: 2px solid #004E74; }
    body footer p.footer-text a:last-child {
      border: none;
      padding-right: 0; }
  body footer h5 {
    color: #004E74;
    font-weight: bold;
    margin-bottom: 1.5rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem; }
  body footer hr {
    border-color: #2BA7DE; }
  body footer .footer-wrapper {
    max-width: 160rem;
    margin: 0 auto; }
    body footer .footer-wrapper .footer-menus {
      display: flex;
      justify-content: space-between;
      padding-right: 12.5rem; }
      body footer .footer-wrapper .footer-menus .menu-block {
        width: auto;
        max-width: 27.5rem; }
        body footer .footer-wrapper .footer-menus .menu-block ul {
          list-style: none;
          padding-left: 0; }
          body footer .footer-wrapper .footer-menus .menu-block ul li a {
            color: #2BA7DE;
            line-height: 1.5;
            font-size: 1.8rem; }
      body footer .footer-wrapper .footer-menus .menu-block.social-block .social-links-container {
        display: flex;
        justify-content: space-between; }
        body footer .footer-wrapper .footer-menus .menu-block.social-block .social-links-container .social-link i {
          font-size: 2.6rem;
          color: #2BA7DE;
          margin-right: 2rem; }
          body footer .footer-wrapper .footer-menus .menu-block.social-block .social-links-container .social-link i:hover {
            color: #004E74; }
        body footer .footer-wrapper .footer-menus .menu-block.social-block .social-links-container .social-link:hover {
          cursor: pointer;
          text-decoration: none; }
      body footer .footer-wrapper .footer-menus .twitter-block {
        max-width: 40rem; }
        body footer .footer-wrapper .footer-menus .twitter-block i.fa-twitter {
          font-size: 3rem;
          float: right;
          margin-top: -0.5rem; }
        body footer .footer-wrapper .footer-menus .twitter-block #tweet-container {
          width: auto;
          height: auto;
          padding: 0; }
          body footer .footer-wrapper .footer-menus .twitter-block #tweet-container span.twitter-message,
          body footer .footer-wrapper .footer-menus .twitter-block #tweet-container span.twitter-date {
            color: #004E74;
            font-size: 1.8rem;
            font-weight: normal;
            line-height: 1.5; }
            body footer .footer-wrapper .footer-menus .twitter-block #tweet-container span.twitter-message a,
            body footer .footer-wrapper .footer-menus .twitter-block #tweet-container span.twitter-date a {
              color: #004E74;
              text-decoration: underline; }
    body footer .footer-wrapper .footer-copyright {
      display: flex;
      justify-content: space-between; }
      body footer .footer-wrapper .footer-copyright .copyright-text {
        max-width: 90rem; }
        body footer .footer-wrapper .footer-copyright .copyright-text a {
          padding: 0;
          border: none;
          text-decoration: underline;
          font-size: 1.8rem; }
      body footer .footer-wrapper .footer-copyright .copyright-links p {
        text-align: right; }
        body footer .footer-wrapper .footer-copyright .copyright-links p.copyright-date {
          font-size: 1.6rem; }

@media (max-width: 1600px) {
  body footer .footer-wrapper {
    padding: 0 1.5rem; } }
@media (max-width: 1200px) {
  body footer .footer-wrapper .footer-menus {
    padding-right: 0; } }
@media (max-width: 1024px) {
  body footer .footer-wrapper .footer-menus,
  body footer .footer-wrapper .footer-copyright {
    flex-wrap: wrap;
    justify-content: space-around; }
  body footer .footer-wrapper .footer-copyright p.footer-text {
    text-align: center;
    font-size: 2rem; }
    body footer .footer-wrapper .footer-copyright p.footer-text a {
      font-size: 2rem; }
  body footer .footer-wrapper .footer-menus .menu-block {
    margin: 0 1rem 2rem 1rem;
    max-width: 75%; }
    body footer .footer-wrapper .footer-menus .menu-block ul li a {
      font-size: 2rem; }
  body footer .footer-wrapper .footer-menus .twitter-block #tweet-container span.twitter-message,
  body footer .footer-wrapper .footer-menus .twitter-block #tweet-container span.twitter-date {
    font-size: 2rem; }
  body footer h5 {
    font-size: 2.75rem; } }
@media (max-width: 480px) {
  body footer .footer-wrapper .footer-menus .twitter-block i.fa-twitter {
    float: none; }
  body footer .footer-wrapper .footer-menus .twitter-block span.twitter-date {
    float: right;
    padding-right: 10px; }
  body footer .footer-wrapper .footer-menus .menu-block {
    width: 100%;
    max-width: 100%;
    margin: 1rem 0; }
    body footer .footer-wrapper .footer-menus .menu-block h5 {
      text-align: center; }
    body footer .footer-wrapper .footer-menus .menu-block ul li {
      text-align: center; }
    body footer .footer-wrapper .footer-menus .menu-block.social-block {
      max-width: 40rem; }
      body footer .footer-wrapper .footer-menus .menu-block.social-block .social-links-container {
        justify-content: space-around; }
        body footer .footer-wrapper .footer-menus .menu-block.social-block .social-links-container .social-link i {
          font-size: 4rem;
          margin: 0; }
  body footer .footer-wrapper .footer-copyright p.footer-text.justify {
    text-align: justify; }
  body footer .risk-warning-banner {
    font-size: 2rem !important; }
  body .ccc-left .ccc-go #ccc-icon.ccc-triangle button {
    opacity: 0.75; } }

/*# sourceMappingURL=footer.css.map */
