/* 1.5:1 ratio */
/* 1.5:1 ratio */
.giant-hero-banner {
  clear: both;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
@media (max-width: 767px) {
  .giant-hero-banner {
    height: 300px;
  }
}
.giant-hero-banner.about-us {
  background-image: url(/images/recos/1325/articles/about-us-1/hero.jpg);
}
.giant-hero-banner.contact-us {
  background-image: url(/images/recos/1325/articles/contact-us/hero.jpg);
}
.giant-hero-banner.background-anchor-top {
  background-position: center top;
}

.giant-banner-contents {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  clear: both;
}
.giant-banner-contents::before {
  clear: both;
  content: '';
  display: table;
}
.giant-banner-contents::after {
  clear: both;
  content: '';
  display: table;
}
.giant-banner-contents .header-subcontents {
  position: relative;
  clear: both;
  float: left;
  margin: 4.6rem 0 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 2rem;
  line-height: 3.4rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .giant-banner-contents .header-subcontents {
    margin-top: 2.5rem;
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
}
.giant-banner-contents .header-subcontents .link {
  color: #fff;
  text-decoration: none;
}
.giant-banner-contents .header-subcontents .link:hover {
  text-decoration: underline;
}

.giant-header {
  position: relative;
  margin: 0;
  font-size: 7rem;
  line-height: 8rem;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 767px) {
  .giant-header {
    font-size: 4rem;
    line-height: 4.6rem;
  }
}
.giant-header::after {
  display: block;
  content: '';
  position: absolute;
  height: 5px;
  width: 100px;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
}
@media (max-width: 767px) {
  .giant-header::after {
    height: 3px;
    bottom: -8px;
  }
}

.content-navigation {
  height: 70px;
  padding: 2.2rem 0 0;
  background-color: #f1f2f5;
  text-align: center;
}
@media (max-width: 767px) {
  .content-navigation {
    height: auto;
    padding: 1.2rem 0 1.1rem;
  }
}
.content-navigation .link {
  padding: 0 2rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  white-space: nowrap;
  color: #949494;
  text-decoration: none;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .content-navigation .link {
    padding: 0 0.6rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.content-navigation .link:hover {
  color: #666;
}
.content-navigation .link.active {
  color: #202226;
}

.hybrid-banner {
  clear: both;
  height: 400px;
  position: relative;
  background-color: #363d50;
}
@media (max-width: 767px) {
  .hybrid-banner {
    height: auto;
  }
}
.hybrid-banner .image-half {
  float: left;
  height: inherit;
  width: 50%;
  margin-left: -2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .hybrid-banner .image-half {
    clear: both;
    height: 250px;
    width: calc(100% + 40px);
  }
}
.hybrid-banner .image-half.refinancing {
  background-image: url(/images/recos/1325/articles/refinancing/hero.jpg);
  background-position: center bottom;
}
.hybrid-banner .copy-half {
  position: relative;
  float: right;
  height: inherit;
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  .hybrid-banner .copy-half {
    clear: both;
    height: auto;
    width: auto;
  }
}
.hybrid-banner .copy-container {
  position: relative;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .hybrid-banner .copy-container {
    margin-top: 0;
  }
}
.hybrid-banner .header {
  clear: both;
  margin: 0 0 1.5rem;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 500;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .hybrid-banner .header {
    margin: 2rem 0 1.2rem;
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.hybrid-banner .description {
  clear: both;
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #7ececf;
}
@media (max-width: 767px) {
  .hybrid-banner .description {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.main-banner {
  clear: both;
  position: relative;
  height: 240px;
  background-color: #3e4a57;
}
@media (max-width: 767px) {
  .main-banner {
    height: auto;
    padding: 1rem 0 2.5rem;
  }
}
.main-banner .introduction-copy {
  float: left;
  position: relative;
  top: 47%;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .main-banner .introduction-copy {
    top: auto;
    float: none;
    text-align: center;
    transform: translate(0, 0);
  }
}
.main-banner .introduction-copy .starting-icon-container {
  width: 88px;
  float: left;
  margin: 0 2rem 0 0;
}
@media (max-width: 767px) {
  .main-banner .introduction-copy .starting-icon-container {
    width: 40px;
    float: none;
    margin: 1rem auto;
  }
}
.main-banner .introduction-copy .starting-icon-container .starting-icon {
  position: relative;
  float: left;
  display: block;
}
@media (max-width: 767px) {
  .main-banner .introduction-copy .starting-icon-container .starting-icon {
    width: 100%;
    float: none;
  }
}
.main-banner .introduction-copy .starting-icon-container .starting-icon.circular-icon {
  top: 2px;
}
@media (max-width: 767px) {
  .main-banner .introduction-copy .starting-icon-container .starting-icon.circular-icon {
    top: auto;
  }
}
@media (max-width: 767px) {
  .main-banner .introduction-copy .starting-icon-container .starting-icon.optical-adjustment {
    right: -6px;
  }
}
.main-banner .introduction-copy .headers-container {
  float: left;
}
@media (max-width: 767px) {
  .main-banner .introduction-copy .headers-container {
    float: none;
  }
}
.main-banner .introduction-copy .main-header {
  clear: both;
  float: left;
  margin: 1.2rem 0 0.4rem -0.1rem;
  font-weight: 300;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .main-banner .introduction-copy .main-header {
    margin-left: 0;
    font-size: 2.6rem;
    line-height: 3.2rem;
    float: none;
  }
}
.main-banner .introduction-copy .main-header.only-header {
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .main-banner .introduction-copy .main-header.only-header {
    margin-top: 1.2rem;
    margin-bottom: -0.2rem;
  }
}
.main-banner .introduction-copy .sub-header {
  clear: both;
  float: left;
  margin: 0;
  color: #7ececf;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .main-banner .introduction-copy .sub-header {
    float: none;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin: 0 0 1.4rem;
  }
}
.main-banner .right-logo {
  float: right;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .main-banner .right-logo {
    width: 60px;
    float: none;
    clear: both;
    top: auto;
    margin: 0 auto;
    transform: translate(0, 0);
  }
}

.banner-section {
  clear: both;
  position: relative;
  height: auto;
  padding-bottom: 8.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
@media (max-width: 767px) {
  .banner-section {
    padding-bottom: 6.5rem;
  }
}
.banner-section.agent-broker {
  background-image: url(/images/recos/1325/articles/banner-agent.jpg);
}
.banner-section.agent-broker-tablet {
  background-image: url(/images/recos/1325/articles/broker-2/banner-agent-tablet.jpg);
}
.banner-section.no-other-content {
  height: 500px;
}
@media (max-width: 767px) {
  .banner-section.no-other-content {
    height: 280px;
  }
}
.banner-section.background-anchor-top {
  background-position: center top;
}
.banner-section .button-separator {
  padding: 0 3rem;
  color: #fff;
  font-size: 2.2rem;
  line-height: 2.6rem;
}
@media (max-width: 767px) {
  .banner-section .button-separator {
    display: block;
    clear: both;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.section-small-header {
  clear: both;
  margin: 0;
  padding: 8.5rem 0 2.6rem;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  .section-small-header {
    padding-top: 6.5rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 300;
  }
}

.generic-section {
  clear: both;
  position: relative;
  min-height: 150px;
  padding: 5rem 0 3.6rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .generic-section {
    padding: 4rem 0 2rem;
  }
}
.generic-section.larger-padding {
  padding: 7rem 0;
}
@media (max-width: 767px) {
  .generic-section.larger-padding {
    padding: 4rem 0;
  }
}
.generic-section.color-light {
  background-color: #f1f2f5;
}
.generic-section.color-medium-dark {
  background-color: #545c69;
}
.generic-section.color-very-dark {
  background-color: #3e4957;
}
.generic-section.color-primary {
  background-color: #ff5c39;
}
.generic-section.color-accent {
  background-color: #2dccd3;
}
.generic-section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.generic-section .section-main-header {
  clear: both;
  position: relative;
  text-align: center;
  margin: 0 0 5rem;
  color: #666;
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .generic-section .section-main-header {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.generic-section .section-main-header::before {
  display: block;
  content: '';
  position: absolute;
  height: 4px;
  width: 100px;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #666;
}
@media (max-width: 767px) {
  .generic-section .section-main-header::before {
    height: 2px;
    bottom: -8px;
  }
}
.generic-section .section-main-header.inverted {
  color: #fff;
}
.generic-section .section-main-header.inverted::before {
  background-color: #fff;
}
.generic-section .section-main-header.undecorated-header::before {
  display: none;
}
.generic-section .intermediate-header {
  position: relative;
  margin: 4rem 0 4.6rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .generic-section .intermediate-header {
    margin: 3rem 0 3.4rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.generic-section .blurb-description {
  clear: both;
  margin: 0 0 2.4rem;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .generic-section .blurb-description {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.generic-section .blurb-description.bolded {
  font-weight: 500;
}
.generic-section .blurb-description.large {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.2rem;
}
@media (max-width: 767px) {
  .generic-section .blurb-description.large {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.generic-section .blurb-description.highlighted {
  color: #ff5c39;
}
.generic-section .blurb-description.no-margin-bottom {
  margin-bottom: 0;
}
.generic-section .blurb-description.inverted {
  color: #fff;
}
.generic-section .blurb-description.centered {
  text-align: center;
}
@media (max-width: 767px) {
  .generic-section .blurb-description.mobile-centered {
    text-align: center;
  }
}
.generic-section .image-label {
  display: block;
  float: left;
  clear: both;
  margin: 0 0 1.6rem;
}
@media (max-width: 991px) {
  .generic-section .image-label {
    height: 18px;
  }
}
@media (max-width: 767px) {
  .generic-section .image-label {
    height: 16px;
    margin-bottom: 1.2rem;
  }
}
.generic-section .paragraph-header {
  margin: 0 0 1.2rem -0.1rem;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: #2dccd3;
}
@media (max-width: 767px) {
  .generic-section .paragraph-header {
    margin-bottom: 0.7rem;
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.generic-section .paragraph-header.standard {
  color: #3f4a58;
}
.generic-section .paragraph-header.inverted {
  color: #fff;
}
.generic-section .content-paragraph {
  margin: 0 0 3.6rem;
  clear: both;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media (max-width: 767px) {
  .generic-section .content-paragraph {
    margin-bottom: 2.8rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.generic-section .content-paragraph.large {
  font-size: 2rem;
  line-height: 2.6rem;
}
@media (max-width: 767px) {
  .generic-section .content-paragraph.large {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.generic-section .content-paragraph.small-margin-bottom {
  margin-bottom: 2.4rem;
}
.generic-section .content-paragraph.no-margin-bottom {
  margin-bottom: 0;
}
.generic-section .content-paragraph.inverted {
  color: #fff;
}
.generic-section .content-paragraph.horizontally-centered {
  text-align: center;
}
.generic-section .triple-columns {
  clear: both;
}
.generic-section .triple-columns .mini-column {
  width: 33.33%;
  float: left;
}
@media (max-width: 767px) {
  .generic-section .triple-columns .mini-column {
    width: auto;
    float: none;
  }
}
.generic-section .triple-columns .mini-column.left-column {
  padding-right: 1.5rem;
}
@media (max-width: 767px) {
  .generic-section .triple-columns .mini-column.left-column {
    padding-right: 0;
  }
}
.generic-section .triple-columns .mini-column.middle-column {
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .generic-section .triple-columns .mini-column.middle-column {
    padding: 0;
  }
}
.generic-section .triple-columns .mini-column.right-column {
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .generic-section .triple-columns .mini-column.right-column {
    padding-left: 0;
  }
}
.generic-section .double-columns {
  clear: both;
  margin: 6rem 0 0;
  clear: both;
}
.generic-section .double-columns::before {
  clear: both;
  content: '';
  display: table;
}
.generic-section .double-columns::after {
  clear: both;
  content: '';
  display: table;
}
@media (max-width: 767px) {
  .generic-section .double-columns {
    margin-top: 5rem;
  }
}
.generic-section .double-columns.small-top-margin {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .generic-section .double-columns.small-top-margin {
    margin-top: 0;
  }
}
.generic-section .double-columns.no-top-margin {
  margin-top: 0;
}
@media (max-width: 767px) {
  .generic-section .double-columns.mobile-top-spacing {
    margin-top: 1rem;
  }
}
.generic-section .double-columns .main-column {
  position: relative;
  float: left;
  width: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .generic-section .double-columns .main-column {
    float: none;
    width: auto;
  }
}
.generic-section .double-columns .main-column.overflow-allow {
  overflow: visible;
}
.generic-section .double-columns .main-column.full-height {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .generic-section .double-columns .main-column.full-height {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.generic-section .double-columns .left-column {
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .generic-section .double-columns .left-column {
    padding-right: 0;
  }
}
.generic-section .double-columns .right-column {
  float: right;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .generic-section .double-columns .right-column {
    float: none;
    padding-left: 0;
  }
}
.generic-section .double-columns .featured-image {
  display: block;
  clear: both;
  width: 100%;
}
@media (max-width: 767px) {
  .generic-section .double-columns .featured-image {
    margin-bottom: 3rem;
  }
}
.generic-section .double-columns .featured-image.margin-below {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .generic-section .double-columns .featured-image.margin-below {
    margin-bottom: 3rem;
  }
}
.generic-section .disclaimer {
  clear: both;
  margin: 2.4rem 0 0;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.generic-section .triple-image {
  clear: both;
  margin: 6rem 0 4.5rem;
  text-align: center;
  clear: both;
}
.generic-section .triple-image::before {
  clear: both;
  content: '';
  display: table;
}
.generic-section .triple-image::after {
  clear: both;
  content: '';
  display: table;
}
@media (max-width: 767px) {
  .generic-section .triple-image {
    margin: 5rem 0 3rem;
  }
}
.generic-section .triple-image .image {
  display: inline-block;
  width: 28%;
}
@media (max-width: 767px) {
  .generic-section .triple-image .image {
    width: 30%;
  }
}
.generic-section .triple-image .image-2 {
  margin: 0 7%;
}
@media (max-width: 767px) {
  .generic-section .triple-image .image-2 {
    margin: 0 4%;
  }
}
.generic-section .iframe-in-column {
  clear: both;
  border: 0;
  width: 100%;
  height: 980px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .generic-section .iframe-in-column {
    margin-bottom: 2rem;
  }
}

.icon-header-checklist {
  text-align: center;
  padding: 1rem 0 2.4rem;
}
.icon-header-checklist .icon {
  display: block;
  margin: 0 auto 3.6rem;
}
.icon-header-checklist .header {
  margin: 0 0 3rem;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .icon-header-checklist .header {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.checklist {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
.checklist .list-item {
  position: relative;
  margin: 0 0 1.6rem;
  padding: 0 0 0 2.6rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
@media (max-width: 767px) {
  .checklist .list-item {
    margin-bottom: 1.6rem;
    padding-left: 2.2rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.checklist .list-item::before {
  display: block;
  content: '';
  position: absolute;
  width: 6px;
  height: 12px;
  left: 4px;
  top: 2px;
  border-right: 4px solid #2dccd3;
  border-bottom: 4px solid #2dccd3;
  transform: rotate(45deg);
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .checklist .list-item::before {
    width: 5px;
    height: 10px;
    top: 1px;
    border-right-width: 3px;
    border-bottom-width: 3px;
  }
}
.checklist .list-item:last-child {
  margin-bottom: 0;
}
.checklist.more-spacing-between-list-items .list-item {
  margin-bottom: 3rem;
}

.widget-container {
  margin-bottom: 4rem;
  border: 1px solid #ccc;
  /* End: HACKY STYLES */
}
@media (max-width: 767px) {
  .widget-container {
    margin-bottom: 2rem;
  }
}
.widget-container.no-margin-bottom {
  margin-bottom: 0;
}
.widget-container .tooltip {
  font-size: 1.1rem;
}
.widget-container .widget-label {
  position: relative;
  margin: 0;
  padding: 1.1rem 1rem 1rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 300;
  border-bottom: 1px solid #ccc;
  z-index: 100;
}
.widget-container .widget-label .no-width {
  position: absolute;
}
.widget-container .ld-section {
  /* Start: HACKY STYLES - This section below applies to incoming 3rd party HTML, which is why you see a lot of weird selectors and other oddities. */
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.8rem;
  border: 0 !important;
  clear: both;
}
.widget-container .ld-section::before {
  clear: both;
  content: '';
  display: table;
}
.widget-container .ld-section::after {
  clear: both;
  content: '';
  display: table;
}
.widget-container .ld-section > div:nth-child(2) {
  margin-top: 0 !important;
}
.widget-container .ld-section > div:nth-child(2) .row-fluid {
  padding: 1rem;
  background-color: #fff;
}
.widget-container .ld-section > div:nth-child(2) .row-fluid div:nth-child(1) {
  text-align: left;
  float: left;
}
.widget-container .ld-section > div:nth-child(2) .row-fluid div:nth-child(2) {
  float: left;
  margin-bottom: 0.5rem;
}
.widget-container .ld-section > div:nth-child(2) .row-fluid div:nth-child(2) img {
  position: relative;
  top: -3px;
}
.widget-container .ld-section > div:nth-child(2) .row-fluid div:nth-child(3) {
  float: left;
  clear: both;
}
.widget-container .ld-section > div:nth-child(3) {
  float: left;
  clear: both;
  padding: 1rem;
  margin-top: 0 !important;
}
.widget-container .ld-section > div:nth-child(3) > div {
  font-size: 1.2rem !important;
  line-height: 1.8rem;
}
.widget-container .ld-section > div:nth-child(3) > div span {
  color: #3f4a58;
}
.widget-container .ld-section .span5 a {
  display: inline-block;
  height: 4.6rem;
  background-color: #ff5c39;
  border: 1px solid #ff5c39;
  padding: 1.4rem 3rem 0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  outline: 0;
  box-sizing: border-box;
  transition: 0.2s;
}
.widget-container .ld-section .span5 a:active, .widget-container .ld-section .span5 a:visited {
  color: #fff;
  text-decoration: none;
}
.widget-container .ld-section .span5 a:hover {
  background-color: #dc552c;
  border-color: #dc552c;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.widget-container .widget-rates {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  clear: both;
}
.widget-container .widget-rates::before {
  clear: both;
  content: '';
  display: table;
}
.widget-container .widget-rates::after {
  clear: both;
  content: '';
  display: table;
}
.widget-container .widget-rates .row-fluid {
  border: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .widget-container .widget-rates .row-fluid {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.widget-container .widget-rates .row-fluid:nth-child(even) {
  background-color: #f7f7f7;
}
.widget-container .widget-rates .row-fluid:nth-child(odd) {
  background-color: #fff;
}
.widget-container .widget-rates .row-fluid:hover {
  background-color: #eee;
}
.widget-container .widget-rates .row-fluid.header {
  font-weight: 500;
}
.widget-container .widget-rates .row-fluid .span3 {
  display: inline-block;
  width: 24%;
  padding: 1rem 1rem 0.8rem;
  text-align: left;
}
@media (max-width: 767px) {
  .widget-container .widget-rates .row-fluid .span3 {
    padding-top: 0.9rem;
    white-space: nowrap;
  }
}
.widget-container .standard-accordion {
  position: relative;
  clear: both;
  margin-top: -0.1rem;
}
.widget-container .standard-accordion .accordion-header {
  clear: both;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 300;
  padding: 1.4rem 2rem 1.3rem;
  border-top: 1px solid #ccc;
  color: #999;
  background-color: #f7f7f7;
  cursor: pointer;
  transition: 0.2s;
}
.widget-container .standard-accordion .accordion-header:hover {
  color: #3f4a58;
}
.widget-container .standard-accordion .accordion-header.active {
  cursor: default;
  color: #ff5c39;
  background-color: #fff;
}
.widget-container .standard-accordion .accordion-content {
  clear: both;
  display: none;
  border-top: 1px solid #ddd;
}
.widget-container .standard-accordion .accordion-content.active {
  display: block;
}
.widget-container .standard-accordion .accordion-content .accordion-paragraph {
  margin: 0;
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
}

.chunk-with-side-image {
  position: relative;
  clear: both;
}
.chunk-with-side-image::before {
  clear: both;
  content: '';
  display: table;
}
.chunk-with-side-image::after {
  clear: both;
  content: '';
  display: table;
}
.chunk-with-side-image .side-image {
  display: block;
  width: 258px;
  height: 258px;
  float: left;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  .chunk-with-side-image .side-image {
    width: 220px;
    height: 220px;
    float: none;
    clear: both;
    margin: 0 auto 2.4rem;
  }
}
.chunk-with-side-image .chunk {
  position: absolute;
  width: calc(100% - 258px);
  left: 258px;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0 0 0 4rem;
}
@media (max-width: 767px) {
  .chunk-with-side-image .chunk {
    position: relative;
    width: auto;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    padding-left: 0;
    text-align: center;
  }
}

.image-header-description-block {
  clear: both;
  padding: 1rem 0 3rem;
  text-align: center;
}
.image-header-description-block .image {
  display: inline-block;
  margin: 0 0 3rem;
}
@media (max-width: 767px) {
  .image-header-description-block .image {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .image-header-description-block .image.image-map-pin {
    width: 32px;
  }
}
.image-header-description-block .header {
  margin: 0 0 0.8rem;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .image-header-description-block .header {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.image-header-description-block .description {
  font-size: 1.6rem;
  line-height: 2rem;
}
@media (max-width: 767px) {
  .image-header-description-block .description {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.full-span-graphic {
  clear: both;
  width: 100%;
  display: block;
  margin: 0 auto 5rem;
}
@media (max-width: 767px) {
  .full-span-graphic {
    margin-bottom: 2.4rem;
  }
}

.section-arrow-mark::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-left: 26px solid rgba(0, 0, 0, 0);
  border-right: 26px solid rgba(0, 0, 0, 0);
  border-top: 26px solid #fff;
}
.section-arrow-mark.section-arrow-light::before {
  border-top-color: #f1f2f5;
}

.map-view {
  clear: both;
  position: relative;
  width: 570px;
  margin: 1rem auto;
  text-align: center;
}
@media (max-width: 767px) {
  .map-view {
    width: 100%;
  }
}
.map-view .map-offices {
  display: inline-block;
}
@media (max-width: 767px) {
  .map-view .map-offices {
    width: 100%;
    max-width: 570px;
  }
}
.map-view .pin-hit-area {
  position: absolute;
  width: 4%;
  height: 8%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
.map-view .pin-hit-area.pin-1 {
  left: 6%;
  top: 2%;
}
.map-view .pin-hit-area.pin-2 {
  left: 48%;
  top: 66%;
}
.map-view .pin-hit-area .map-hint-bubble {
  position: absolute;
  top: 0;
  left: calc(100% + 5px);
  padding: 1rem 1rem 0.9rem;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #333;
  box-shadow: 0 0 3px #333;
  font-size: 1.4rem;
  line-height: 1.8rem;
  white-space: nowrap;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .map-view .pin-hit-area .map-hint-bubble {
    left: calc(100% + 3px);
    padding: 0.6rem 0.6rem 0.5rem;
    border-width: 1px;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
.map-view .pin-hit-area:hover .map-hint-bubble {
  opacity: 1;
}

.tabbed-boxes {
  clear: both;
  margin: 0 0 8rem;
}
@media (max-width: 767px) {
  .tabbed-boxes {
    margin-bottom: 2rem;
  }
}
.tabbed-boxes .tabs-container {
  position: relative;
  clear: both;
  display: block;
  padding: 0;
  margin: 0;
  bottom: -1px;
  list-style: none;
  z-index: 100;
}
.tabbed-boxes .tabs-container .tab {
  position: relative;
  float: left;
  margin: 0 -0.1rem 0 0;
  padding: 1.1rem 2rem 1rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  color: #ff5c39;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .tabbed-boxes .tabs-container .tab {
    padding: 0.8rem 1.4rem 0.6rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.tabbed-boxes .tabs-container .tab:last-child {
  border-right: 1px solid #ccc;
}
.tabbed-boxes .tabs-container .tab.active {
  cursor: default;
  background-color: #fff;
  color: #3f4a58;
  border-bottom-color: #fff;
  z-index: 100;
}
.tabbed-boxes .boxes-container {
  clear: both;
  border: 1px solid #ccc;
}
.tabbed-boxes .boxes-container .box-item {
  display: none;
  padding: 2rem 2rem 1rem;
}
.tabbed-boxes .boxes-container .box-item.active {
  display: block;
}
.tabbed-boxes .boxes-container .box-item .box-header {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 300;
  margin: 0 0 1rem;
}
@media (max-width: 767px) {
  .tabbed-boxes .boxes-container .box-item .box-header {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.tabbed-boxes .boxes-container .box-item .box-header.not-first {
  margin-top: 2.6rem;
}
.tabbed-boxes .boxes-container .box-item .box-paragraph {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0 0 1.4rem;
}

/* START: hack for touch devices in LeadFusion calculator widget (using modernizr for detection) */
html.touchevents {
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
html.touchevents body {
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
html.touchevents .iframe-in-column {
  -webkit-overflow-scrolling: touch;
}

/* END: hack for touch devices */

/*# sourceMappingURL=style.css.map */
