button, [type='button'], [type='submit'],
.button {
  appearance: none;
  -webkit-appearance: none;
  background-color: #00a6e4;
  border: 0;
  border-radius: 0.25em;
  color: #fff;
  display: inline-block;
  font-family: "filson-pro", "Arial", "Helvetica", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 2.3125;
  padding: 0 1.25em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none; }
  button:hover, [type='button']:hover, [type='submit']:hover,
  .button:hover {
    background-color: #007dab;
    color: #fff; }
  button:focus, [type='button']:focus, [type='submit']:focus,
  .button:focus {
    outline: #00a6e4 auto 5px; }
  button:focus, button:active, [type='button']:focus, [type='button']:active, [type='submit']:focus, [type='submit']:active,
  .button:focus,
  .button:active {
    background-color: #006a92;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='submit']:disabled,
  .button:disabled {
    cursor: default;
    opacity: 0.5; }

.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .button--success {
    background-color: #5cb85c; }
    .button--success:hover {
      background-color: #4a984a; }
    .button--success:focus, .button--success:active {
      background-color: #428742; }
  .button--info {
    background-color: #5bc0de; }
    .button--info:hover {
      background-color: #1cb3e0; }
    .button--info:focus, .button--info:active {
      background-color: #19a1c9; }
  .button--warning {
    background-color: #FF9800; }
    .button--warning:hover {
      background-color: #F57C00; }
    .button--warning:focus, .button--warning:active {
      background-color: #dc6f00; }
  .button--red {
    background-color: #F44336; }
    .button--red:hover {
      background-color: #D32F2F; }
    .button--red:focus, .button--red:active {
      background-color: #c02929; }
  .button--gray {
    background-color: #ddd;
    color: #464646; }
    .button--gray:hover {
      background-color: #d0d0d0;
      color: #464646; }
    .button--gray:focus, .button--gray:active {
      background-color: #c4c4c4;
      color: #464646; }
    .button--gray::before, .button--gray::after {
      color: #464646; }
  .button--big {
    font-size: 1.125em;
    line-height: 2.8125; }
    .button--big ~ .annotation {
      font-size: 1em; }
  .button--small {
    font-size: 0.875em;
    line-height: 2.3125;
    padding-left: 0.625em;
    padding-right: 0.625em; }
    .button--small ~ .annotation {
      font-size: 0.75em; }
  .button--tiny {
    font-size: 0.75rem;
    line-height: 2.3125;
    padding-left: 0.625em;
    padding-right: 0.625em; }
    .button--tiny ~ .annotation {
      font-size: 0.75em; }
  .button--full {
    width: 100%;
    max-width: 13em; }
  .button--bold {
    font-weight: 700; }
  .button--icon {
    background-repeat: no-repeat;
    background-position: 0.75em center;
    padding-left: 1.875em;
    background-size: 0.875em auto; }
  .button--left {
    float: left; }
  .button--right {
    float: right; }
  .button--shadow {
    box-shadow: 0 0.0625em 0.1875em rgba(0, 0, 0, 0.12), 0 0.0625em 0.125em rgba(0, 0, 0, 0.24); }
  .button--ghost {
    background-color: transparent;
    border: 1px solid #fff; }
    .button--ghost:hover
    .button--ghost:focus, .button--ghost:active {
      background-color: transparent; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.296875em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.296875em; }

input,
select {
  display: inline-block;
  font-family: "filson-pro", "Arial", "Helvetica", sans-serif; }
  input:focus,
  select:focus {
    outline: #00a6e4 auto 5px; }
  input:disabled:focus,
  select:disabled:focus {
    outline: none; }

[type='email'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], input:not([type]), textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "filson-pro", "Arial", "Helvetica", sans-serif;
  padding: 0.3958333333em;
  transition: border-color 150ms ease;
  width: auto;
  max-width: 100%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  [type='email']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='email']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, input:not([type]):focus, textarea:focus {
    border-color: #00a6e4;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 147, 203, 0.7); }
  [type='email']::-ms-clear, [type='number']::-ms-clear, [type='password']::-ms-clear, [type='search']::-ms-clear, [type='tel']::-ms-clear, [type='text']::-ms-clear, input:not([type])::-ms-clear, textarea::-ms-clear {
    width: 0;
    height: 0; }

[type='email'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], input:not([type]), textarea,
select {
  font-size: 16px; }
  [type='email']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, input:not([type]):disabled, textarea:disabled,
  select:disabled {
    background-color: #ddd;
    cursor: not-allowed; }
    [type='email']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical;
  width: 100%; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.296875em; }

[type="file"] {
  margin-bottom: 0.59375em;
  width: 100%; }

select {
  width: auto;
  max-width: 100%;
  background: #fff url("/assets/templates/bamboo/img/icons/icon-select-input.svg") no-repeat 100% 50%;
  padding: 0.39583em 2em 0.39583em 0.625em;
  background-size: 1.5em auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  margin-bottom: 0; }
  select:hover, select:active, select:focus {
    border-color: #b1b1b1; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }
  dl dt {
    font-weight: 700;
    margin-top: 1em; }
    dl dt:after {
      content: ':'; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  margin: 0.59375em 0;
  table-layout: auto;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.59375em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.59375em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  color: #464646;
  font-family: "filson-pro", "Arial", "Helvetica", sans-serif;
  font-size: 1em;
  line-height: 1.1875; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  line-height: 1.2;
  margin: 0;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700; }

p {
  margin: 1em 0;
  line-height: 1.6;
  font-size: 1.125em; }

strong, b {
  font-weight: 700; }

a {
  color: #00a6e4;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #007dab; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.1875em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.table {
  font-size: 10px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ddd;
  width: 100%;
  text-align: center;
  color: #666;
  margin: 0; }
  .table li {
    text-align: left; }
  .table td {
    border: 0; }
  .table__highlight {
    background-color: #f4f3f3; }
  .table a:not(.button),
  .table .link {
    text-decoration: underline; }
  .table th.table__sorter {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 1em;
    background-color: #1894c7; }
    .table th.table__sorter--sort-asc {
      background-image: url("/assets/templates/bamboo/img/icons/icon-chevron-up-white.svg"); }
    .table th.table__sorter--sort-desc {
      background-image: url("/assets/templates/bamboo/img/icons/icon-chevron-down-white.svg"); }
  .table tbody {
    background-color: #fff; }
    .table tbody tr:nth-child(even) {
      background-color: #f4f3f3; }
  .table thead th {
    background-color: #1ba5de;
    border-bottom: 0;
    padding: 1.5em 1em;
    color: #fff;
    text-align: center; }
  .table tbody {
    background-color: #fff; }
    .table tbody th {
      background-color: #dcdcdc;
      border-bottom: 0;
      padding: 1em 0.5em;
      color: inherit;
      text-align: center; }
    .table tbody td {
      padding: 1em 0.5em; }
  .table tfoot td {
    border-top: 1px solid #ddd;
    color: #999;
    font-size: 10px;
    text-align: left;
    padding: 1em; }
  .table-icon {
    width: 100%;
    max-width: 1em; }
  .table--alt a:not(.button) {
    color: inherit; }
  .table--alt th.table__sorter {
    background-color: #cfcfcf; }
    .table--alt th.table__sorter--sort-asc {
      background-image: url("/assets/templates/bamboo/img/icons/icon-chevron-up-gray.svg"); }
    .table--alt th.table__sorter--sort-desc {
      background-image: url("/assets/templates/bamboo/img/icons/icon-chevron-down-gray.svg"); }
  .table--alt thead th {
    color: inherit;
    background-color: #dcdcdc; }
  .table--alt tbody tr:nth-child(even) {
    background-color: #f8f8f8; }
  .table--vibrant thead th {
    background-color: #F44336; }
  .table__wrapper {
    position: relative;
    overflow-x: auto; }
  .table__overlay {
    position: absolute;
    background: url("/assets/templates/bamboo/img/covers/overlay-white.png") repeat;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 3%; }
  .table--sortable th {
    cursor: pointer; }
    .table--sortable th:hover {
      background-color: #1894c7; }
  .table--sortable.table--alt th:hover {
    background-color: #cfcfcf; }
  .table--expandable .table__expander {
    cursor: pointer; }
    .table--expandable .table__expander td:first-child {
      padding-left: 2.5em;
      background-image: url("/assets/templates/bamboo/img/icons/icon-chevron-right-gray.svg");
      background-repeat: no-repeat;
      background-position: 1em 50%;
      background-size: 0.75em 0.75em; }
    .table--expandable .table__expander ~ tr {
      display: none; }
      .table--expandable .table__expander ~ tr td:first-child {
        padding-left: 2.5em; }
    .table--expandable .table__expander--expanded ~ tr {
      display: table-row; }
    .table--expandable .table__expander--expanded td:first-child {
      background-image: url("/assets/templates/bamboo/img/icons/icon-chevron-down-gray.svg"); }
  .table--expandable tbody:nth-of-type(even) {
    background-color: #f4f3f3; }
  .table--expandable tbody tr:nth-of-type(even) {
    background-color: inherit; }
  .table--unstripe tr {
    background-color: transparent !important; }
  .table--unstripe tbody td {
    border-bottom: 1px solid #ddd; }
  .table--unstripe tfoot td {
    border: 0; }
  .table--unstripe .offer-table__featured {
    background-color: #F1F8E9 !important; }
    .table--unstripe .offer-table__featured .table__highlight {
      background-color: #DCEDC8; }
  .table--transposed td:first-of-type {
    text-align: left; }
    .table--transposed td:first-of-type ~ td {
      text-align: right; }
  .table--transposed.table--minimal tr:first-child td {
    border-top-width: 1px; }
  .table--transposed.table--minimal th {
    border-bottom: 0;
    border-top: 1px solid #ddd;
    background-color: #f3f3f3; }
  @media screen and (min-width: 768px) {
    .table {
      font-size: 14px; }
      .table tbody td {
        padding: 1em; }
      .table tfoot td {
        font-size: 12px; } }

.table--minimal {
  font-size: 0.875em;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0; }
  .table--minimal a:not(.button),
  .table--minimal .link {
    text-decoration: underline;
    color: inherit; }
  .table--minimal tbody tr:first-child td {
    border-top: 1px solid #ddd; }
  .table--minimal thead th {
    background-color: white;
    border-bottom: 1px solid #ddd;
    padding: 0.75em 1em;
    text-align: left; }
  .table--minimal tbody {
    background-color: #fff; }
    .table--minimal tbody td {
      border-bottom: 0px;
      border-top: 1px solid #ddd;
      line-height: 1.1875;
      padding: 0.75em 1em; }
      .table--minimal tbody td button {
        display: inline-block;
        font-size: .7em;
        line-height: 1.1875;
        margin-bottom: .3em;
        margin-right: 0.5em;
        outline: none;
        padding: .3em 1em;
        width: 100%; }
        @media screen and (min-width: 768px) {
          .table--minimal tbody td button {
            margin-bottom: 0;
            width: auto; } }
  .table--minimal tfoot td {
    border-top: 1px solid #ddd;
    border-bottom: 0;
    color: #999;
    font-size: 12px;
    text-align: left;
    padding: 1em; }

.badge {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.4em 1.2em;
  border-radius: 3.75em;
  background-color: #999;
  color: black; }
  .badge--alert {
    background-color: #fff6bf;
    color: #8c7800; }
  .badge--error {
    background-color: #FFCDD2;
    color: #9a000f; }
  .badge--notice {
    background-color: #e5edf8;
    color: #244e87; }
  .badge--success {
    background-color: #e6efc2;
    color: #56651a; }

.button-group::after {
  clear: both;
  content: "";
  display: table; }
.button-group input {
  display: none; }
.button-group label {
  margin-bottom: 0;
  font-size: 0.875em; }
  @media screen and (min-width: 940px) {
    .button-group label {
      float: left; } }
  .button-group label .button-group-item {
    background: #fff;
    border-left: 1px solid silver;
    border-radius: 0;
    border-right: 1px solid silver;
    border-top: 1px solid #eeeeee;
    color: #939393;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    padding: 0.75em 1em;
    width: 100%; }
    @media screen and (min-width: 940px) {
      .button-group label .button-group-item {
        border-bottom: 1px solid silver;
        border-left: 0;
        border-right: 1px solid #eeeeee;
        border-top: 1px solid silver;
        width: auto; } }
    .button-group label .button-group-item:focus, .button-group label .button-group-item:hover {
      background-color: #f7f7f7; }
  .button-group label:first-child .button-group-item {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top: 1px solid silver; }
    @media screen and (min-width: 940px) {
      .button-group label:first-child .button-group-item {
        border-bottom-left-radius: 3px;
        border-left: 1px solid silver;
        border-top-left-radius: 3px;
        border-top-right-radius: 0; } }
  .button-group label:last-child .button-group-item {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 1px solid silver; }
    @media screen and (min-width: 940px) {
      .button-group label:last-child .button-group-item {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 3px;
        border-right: 1px solid silver;
        border-top-right-radius: 3px; } }
  .button-group label input:checked + .button-group-item {
    background: #00a6e4;
    border: 1px solid #006e98;
    box-shadow: inset 0 1px 2px #0081b1;
    color: white; }
.button-group--inline {
  display: inline-block; }

.accordion-tabs-minimal {
  padding: 0; }
  .accordion-tabs-minimal::after {
    clear: both;
    content: "";
    display: table; }
  .accordion-tabs-minimal .tab-header-and-content {
    list-style: none; }
    @media screen and (min-width: 768px) {
      .accordion-tabs-minimal .tab-header-and-content {
        display: inline; } }
  .accordion-tabs-minimal .tab-link {
    background-color: #fff;
    border-top: 1px solid #ddd;
    display: block;
    padding: 0.59375em 3em;
    text-decoration: none;
    background-image: url("/assets/templates/bamboo/img/icons/icon-chevron-right-gray.svg");
    background-repeat: no-repeat;
    background-position: 1em center;
    background-size: 0.75em 0.75em; }
    @media screen and (min-width: 768px) {
      .accordion-tabs-minimal .tab-link {
        border-top: 0;
        display: inline-block;
        background-image: none; } }
    .accordion-tabs-minimal .tab-link:focus {
      outline: none; }
    .accordion-tabs-minimal .tab-link.is-active {
      border-bottom: 0;
      color: #464646;
      background-image: url("/assets/templates/bamboo/img/icons/icon-chevron-down-gray.svg"); }
      .accordion-tabs-minimal .tab-link.is-active + .tab-content {
        display: block; }
      @media screen and (min-width: 768px) {
        .accordion-tabs-minimal .tab-link.is-active {
          border: 1px solid #ddd;
          border-bottom-color: #fff;
          margin-bottom: -1px;
          background-image: none; } }
  .accordion-tabs-minimal .tab-content {
    display: none;
    padding-top: 1.1875em;
    width: 100%; }
    .accordion-tabs-minimal .tab-content__sidebar {
      margin: 1em 0; }
    @media screen and (min-width: 768px) {
      .accordion-tabs-minimal .tab-content {
        border-top: 1px solid #ddd;
        float: left; } }
    @media screen and (min-width: 768px) {
      .accordion-tabs-minimal .tab-content {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto; }
        .accordion-tabs-minimal .tab-content::after {
          clear: both;
          content: "";
          display: table; }
        .accordion-tabs-minimal .tab-content__primary {
          float: left;
          display: block;
          margin-right: 3.5786876674%;
          width: 65.4737707775%; }
          .accordion-tabs-minimal .tab-content__primary:last-child {
            margin-right: 0; }
        .accordion-tabs-minimal .tab-content__sidebar {
          float: left;
          display: block;
          margin-right: 3.5786876674%;
          width: 30.9475415551%;
          margin-top: 0; }
          .accordion-tabs-minimal .tab-content__sidebar:last-child {
            margin-right: 0; } }

.vertical-tabs-container {
  margin-bottom: 1.1875em;
  overflow: hidden;
  border-top: 1px solid #ddd; }
  .vertical-tabs-container::after {
    clear: both;
    content: "";
    display: table; }
  .vertical-tabs-container a {
    color: #00a6e4;
    text-decoration: none; }
  .vertical-tabs-container .vertical-tabs {
    display: none; }
    @media screen and (min-width: 768px) {
      .vertical-tabs-container .vertical-tabs {
        background-color: #fff;
        display: inline;
        float: left;
        width: 20%; } }
  @media screen and (min-width: 768px) {
    .vertical-tabs-container .vertical-tab {
      border-bottom: 1px solid #ddd;
      display: block;
      border-right: 1px solid #ddd;
      padding: 0.59375em 1em; }
      .vertical-tabs-container .vertical-tab.is-active {
        color: #464646;
        background-color: #fff;
        margin-right: -1px;
        border-right: 0; } }
  .vertical-tabs-container .vertical-tab:focus {
    outline: none; }
  .vertical-tabs-container .vertical-tab-content-container {
    display: block;
    margin: 0 auto; }
    .vertical-tabs-container .vertical-tab-content-container a:focus {
      outline: none; }
    @media screen and (min-width: 768px) {
      .vertical-tabs-container .vertical-tab-content-container {
        width: 80%;
        background-color: #fff;
        display: inline-block; } }
  .vertical-tabs-container .vertical-tab-content {
    background-color: #fff;
    padding: 1em;
    display: none; }
    .vertical-tabs-container .vertical-tab-content h3:first-child {
      margin-top: 0; }
    .vertical-tabs-container .vertical-tab-content .list li {
      font-size: 1em; }
    @media screen and (min-width: 768px) {
      .vertical-tabs-container .vertical-tab-content {
        border: none;
        display: none; }
        .vertical-tabs-container .vertical-tab-content p {
          font-size: 1em; } }
  .vertical-tabs-container .vertical-tab-accordion-heading {
    background-color: #fff;
    border-top: 1px solid #ddd;
    cursor: pointer;
    display: block;
    padding: 0.59375em 1.5em;
    color: #00a6e4;
    background-image: url("/assets/templates/bamboo/img/icons/icon-chevron-right-gray.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.75em 0.75em; }
    .vertical-tabs-container .vertical-tab-accordion-heading:focus, .vertical-tabs-container .vertical-tab-accordion-heading:hover {
      color: #00a6e4; }
    .vertical-tabs-container .vertical-tab-accordion-heading:first-child {
      border-top: none; }
    .vertical-tabs-container .vertical-tab-accordion-heading.is-active {
      color: #464646;
      background-color: #fff;
      border-bottom: none;
      background-image: url("/assets/templates/bamboo/img/icons/icon-chevron-down-gray.svg"); }
    @media screen and (min-width: 768px) {
      .vertical-tabs-container .vertical-tab-accordion-heading {
        display: none; } }

.progress-bar {
  background-color: #f2f2f2;
  border-radius: 2em;
  box-shadow: inset 0 0 3px 0 rgba(115, 115, 115, 0.15);
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  overflow: hidden; }
  .progress-bar__wrapper {
    max-width: 21.25rem;
    margin: 0 auto; }
  .progress-bar__meter {
    background-color: #5bc0de;
    box-sizing: border-box;
    height: 100%;
    width: 0px;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out; }
    .progress-bar__meter--alt {
      background-color: #5cb85c; }
  .progress-bar__indicator {
    color: white;
    line-height: 1.1875;
    margin: 0;
    padding: 0.25em 0.5em;
    text-align: right; }
  .progress-bar__icon {
    height: 1em;
    width: 1em;
    vertical-align: middle; }
  .progress-bar__label {
    font-size: 14px;
    margin-bottom: 0.5em;
    text-align: center; }

button[data-balloon] {
  overflow: visible; }

[data-balloon] {
  position: relative;
  outline: 0; }
  [data-balloon]:after {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none;
    -webkit-transition: all 0.18s ease-out 0.18s;
    -moz-transition: all 0.18s ease-out 0.18s;
    transition: all 0.18s ease-out 0.18s;
    background: rgba(17, 17, 17, 0.9);
    border-radius: 0.25em;
    color: #fff;
    content: attr(data-balloon);
    font-size: 12px;
    padding: 1em 1em;
    position: absolute;
    white-space: nowrap;
    z-index: 10;
    line-height: 1.4;
    text-transform: none;
    font-weight: normal; }
  [data-balloon]:before {
    display: none;
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none;
    -webkit-transition: all 0.18s ease-out 0.18s;
    -moz-transition: all 0.18s ease-out 0.18s;
    transition: all 0.18s ease-out 0.18s;
    content: '';
    position: absolute;
    z-index: 10; }
  [data-balloon]:hover:before, [data-balloon]:hover:after, [data-balloon][data-balloon-visible]:before, [data-balloon][data-balloon-visible]:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: auto;
    display: block; }
  [data-balloon][data-balloon-break]:after {
    white-space: normal; }
  [data-balloon][data-balloon-pos="up"]:after {
    bottom: 100%;
    left: 50%;
    margin-bottom: 11px;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up"]:before {
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up"]:hover:after, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos="up"]:hover:before, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos="down"]:after {
    left: 50%;
    margin-top: 11px;
    top: 100%;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    -o-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px); }
  [data-balloon][data-balloon-pos="down"]:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180, 18, 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    left: 50%;
    margin-top: 5px;
    top: 100%;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    -o-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px); }
  [data-balloon][data-balloon-pos="down"]:hover:after, [data-balloon][data-balloon-pos="down"][data-balloon-visible]:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos="down"]:hover:before, [data-balloon][data-balloon-pos="down"][data-balloon-visible]:before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos="left"]:after {
    margin-right: 11px;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    -o-transform: translate(10px, -50%);
    transform: translate(10px, -50%); }
  [data-balloon][data-balloon-pos="left"]:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(-90, 18, 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 6px;
    height: 18px;
    margin-right: 5px;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    -o-transform: translate(10px, -50%);
    transform: translate(10px, -50%); }
  [data-balloon][data-balloon-pos="left"]:hover:after, [data-balloon][data-balloon-pos="left"][data-balloon-visible]:after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-pos="left"]:hover:before, [data-balloon][data-balloon-pos="left"][data-balloon-visible]:before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-pos="right"]:after {
    left: 100%;
    margin-left: 11px;
    top: 50%;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    -o-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%); }
  [data-balloon][data-balloon-pos="right"]:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(90, 6, 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 6px;
    height: 18px;
    left: 100%;
    margin-left: 5px;
    top: 50%;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    -o-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%); }
  [data-balloon][data-balloon-pos="right"]:hover:after, [data-balloon][data-balloon-pos="right"][data-balloon-visible]:after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-pos="right"]:hover:before, [data-balloon][data-balloon-pos="right"][data-balloon-visible]:before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-length="small"]:after {
    white-space: normal;
    width: 80px; }
  [data-balloon][data-balloon-length="medium"]:after {
    white-space: normal;
    width: 150px; }
  [data-balloon][data-balloon-length="large"]:after {
    white-space: normal;
    width: 260px; }
  [data-balloon][data-balloon-length="xlarge"]:after {
    white-space: normal;
    width: 380px; }
    @media screen and (max-width: 768px) {
      [data-balloon][data-balloon-length="xlarge"]:after {
        white-space: normal;
        width: 90vw; } }
  [data-balloon][data-balloon-length="fit"]:after {
    white-space: normal;
    width: 100%; }

.rangeslider,
.rangeslider__fill {
  display: block;
  border-radius: 0.625em; }

.rangeslider {
  background: #dedede;
  position: relative; }

.rangeslider--horizontal {
  height: 1.25em;
  width: 100%; }

.rangeslider--vertical {
  width: 1.25em;
  min-height: 9.375em;
  max-height: 100%; }

.rangeslider--disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }

.rangeslider__fill {
  background: #5bc0de;
  position: absolute; }
  .rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%; }
  .rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%; }

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  position: absolute;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1)); }
  .rangeslider__handle:after {
    content: "";
    display: block;
    width: 1.125em;
    height: 1.125em;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%; }
  .rangeslider__handle:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12)); }
  .rangeslider--horizontal .rangeslider__handle {
    top: -0.375em;
    touch-action: pan-y;
    -ms-touch-action: pan-y; }
  .rangeslider--vertical .rangeslider__handle {
    left: -0.375em;
    touch-action: pan-x;
    -ms-touch-action: pan-x; }

.hero__omnitab .hero__content {
  display: none; }
  .hero__omnitab .hero__content.omnitab__pane--active {
    display: block; }

.flash-alert {
  background-color: #fff6bf;
  color: #8c7800;
  display: block;
  text-align: center;
  padding: 1em; }
  .flash-alert a:not(.button) {
    color: inherit;
    text-decoration: underline; }
    .flash-alert a:not(.button):focus, .flash-alert a:not(.button):hover {
      color: #8c7800; }

.flash-error {
  background-color: #FFCDD2;
  color: #9a000f;
  display: block;
  text-align: center;
  padding: 1em; }
  .flash-error a:not(.button) {
    color: inherit;
    text-decoration: underline; }
    .flash-error a:not(.button):focus, .flash-error a:not(.button):hover {
      color: #9a000f; }

.flash-notice {
  background-color: #e5edf8;
  color: #244e87;
  display: block;
  text-align: center;
  padding: 1em; }
  .flash-notice a:not(.button) {
    color: inherit;
    text-decoration: underline; }
    .flash-notice a:not(.button):focus, .flash-notice a:not(.button):hover {
      color: #244e87; }

.flash-success {
  background-color: #e6efc2;
  color: #56651a;
  display: block;
  text-align: center;
  padding: 1em; }
  .flash-success a:not(.button) {
    color: inherit;
    text-decoration: underline; }
    .flash-success a:not(.button):focus, .flash-success a:not(.button):hover {
      color: #56651a; }

.calculator {
  background-color: #f8f8f8;
  padding: 1em;
  border-top: 0.25em solid #00a6e4; }
  .calculator h2 {
    font-size: 1.25em;
    margin-top: 0; }
    .calculator h2.calculator__heading {
      font-size: 2em;
      margin: 0; }
  .calculator label:not(.control) {
    color: #747474; }
  .calculator__definitions {
    margin: 2em 0; }
  .calculator__icon {
    max-width: 4em;
    height: auto;
    float: right;
    margin-left: 1em; }
  .calculator__disclaimer {
    font-size: 14px; }
  .calculator-legacy {
    border: 0;
    width: 100%;
    height: 1220px; }
  @media screen and (min-width: 768px) {
    .calculator {
      padding: 2em; }
      .calculator--split {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto; }
        .calculator--split::after {
          clear: both;
          content: "";
          display: table; }
        .calculator--split__half {
          float: left;
          display: block;
          margin-right: 3.5786876674%;
          width: 48.2106561663%; }
          .calculator--split__half:last-child {
            margin-right: 0; }
          .calculator--split__half:first-of-type {
            border-right: 1px solid #ddd;
            padding-right: 2.35765%; } }

.stats li {
  margin: 1em 0; }
  .stats li > span {
    display: block; }
.stats__value {
  color: #1cb3e0;
  font-size: 1.5em; }
  .stats__value--large {
    font-size: 2em; }
  .stats__value--blended {
    color: inherit; }
@media screen and (min-width: 321px) {
  .stats--split {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }
    .stats--split::after {
      clear: both;
      content: "";
      display: table; }
    .stats--split .stats__section {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 48.2106561663%; }
      .stats--split .stats__section:last-child {
        margin-right: 0; }
      .stats--split .stats__section:first-of-type {
        border-right: 1px solid #ddd; } }
@media screen and (min-width: 768px) {
  .stats__value--nowrap {
    white-space: nowrap; } }

.field {
  margin: 1em 0;
  padding: 0 5px; }
  .field:first-of-type {
    margin-top: 0; }
  .field label {
    color: inherit; }
    .field label:not(.control) {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 0.06em;
      margin-bottom: 0.5em; }
  .field--error label:not(.control) {
    color: #F44336 !important; }
  .field--error input,
  .field--error select,
  .field--error textarea {
    border-color: #F44336; }
  .field--success {
    color: #5cb85c; }
    .field--success label:not(.control) {
      color: #5cb85c; }
    .field--success input,
    .field--success select,
    .field--success textarea {
      border-color: #5cb85c; }
  .field--centered {
    text-align: center; }
  .field__message--error {
    color: #F44336;
    font-size: 14px;
    margin: 0.5em 0;
    clear: both; }
  @media screen and (min-width: 414px) {
    .fields {
      max-width: 1170px;
      margin-left: auto;
      margin-right: auto; }
      .fields::after {
        clear: both;
        content: "";
        display: table; }
      .fields + .field {
        margin-top: 0; }
    .field--split {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 48.2106561663%;
      margin-top: 0; }
      .field--split:last-child {
        margin-right: 0; }
      .field--split:nth-child(2n) {
        margin-right: 0; }
      .field--split:nth-child(2n+1) {
        clear: left; } }

.header {
  border-bottom: 1px solid #ddd;
  padding: 0 3%; }
  .header + .waistband {
    border-top: 0; }
  .header__content {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }
    .header__content::after {
      clear: both;
      content: "";
      display: table; }
  .header__logo {
    float: left;
    margin-right: 2em;
    width: 100%;
    max-width: 8em;
    line-height: 3;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .header__logo {
        margin-right: 0; } }
    .header__logo img {
      width: 100%;
      vertical-align: middle; }
    .header__logo--holidays img {
      vertical-align: baseline; }
  .header__back-arrow {
    max-width: 1em;
    margin-right: 1.5em; }
    .header__back-arrow img path {
      fill: red; }
    @media screen and (min-width: 940px) {
      .header__back-arrow {
        display: none; } }
  .header__cta {
    margin: 3px 1em 3px 0;
    line-height: 3;
    float: right;
    display: none; }
  @media screen and (min-width: 768px) {
    .header__cta {
      display: block; } }

.sticky-header {
  border-bottom: 1px solid #ddd;
  padding: 0 3%;
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10000000;
  font-size: 1em;
  top: -5em;
  padding: .1em 3% .3em 3%;
  background: #eef5f9;
  border-bottom: 3px solid #e8e6e6;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  transition: top 0.3s ease; }
  .sticky-header .header__logo {
    max-width: 10em;
    line-height: 4;
    border-color: transparent; }
  .sticky-header__cta {
    float: right;
    padding: 0.5em 0 0 0; }
  .sticky-header .annotation {
    margin-top: 0;
    margin-bottom: .3em;
    color: #464646; }
    .sticky-header .annotation__icon {
      opacity: 1; }
    .sticky-header .annotation__icon--solar {
      position: relative;
      display: inline-block;
      opacity: 0;
      font-size: 1.4em; }
      @media (max-width: 939px) {
        .sticky-header .annotation__icon--solar {
          top: 3em;
          -webkit-transition: top 2s linear 1.7s, opacity 1.5s ease-in 1.7s;
          -moz-transition: top 2s linear 1.7s, opacity 1.5s ease-in 1.7s;
          transition: top 2s linear 1.7s, opacity 1.5s ease-in 1.7s; } }
      @media (min-width: 939px) {
        .sticky-header .annotation__icon--solar {
          top: 1.4em;
          margin-top: -.3em;
          left: -.8em;
          margin-left: -.2em;
          -webkit-transition: top 1.25s linear 0.3s, left 1.25s ease-in 0.3s, opacity 1.5s ease-in 0.3s;
          -moz-transition: top 1.25s linear 0.3s, left 1.25s ease-in 0.3s, opacity 1.5s ease-in 0.3s;
          transition: top 1.25s linear 0.3s, left 1.25s ease-in 0.3s, opacity 1.5s ease-in 0.3s; } }
    .sticky-header .annotation .inline-icon {
      display: none; }
  @media (min-width: 939px) {
    .sticky-header--visible {
      top: 0px; }
      .sticky-header--visible .annotation__icon--solar {
        opacity: 1;
        top: .1em;
        left: 0; } }
  @media (max-width: 939px) {
    .sticky-header--bottom {
      border-bottom: none;
      background: #fafafa;
      box-shadow: 2px -3px 11px 0px rgba(119, 116, 116, 0.4);
      box-shadow: 3px -3px 1.4rem 0px rgba(132, 130, 130, 0.65);
      font-size: 1.1rem;
      padding: 1em;
      background: #fff;
      top: auto;
      bottom: 0; }
      .sticky-header--bottom .header__logo {
        display: none; }
      .sticky-header--bottom .sticky-header__cta {
        float: none;
        padding: 0; }
        .sticky-header--bottom .sticky-header__cta .button-set {
          display: block; }
          .sticky-header--bottom .sticky-header__cta .button-set .annotation {
            display: inline-block;
            margin-right: 1em;
            margin-bottom: .5em; }
            .sticky-header--bottom .sticky-header__cta .button-set .annotation .inline-icon {
              display: none; }
          .sticky-header--bottom .sticky-header__cta .button-set .button {
            background-color: #FF9800; }
    .sticky-header--visible {
      bottom: 0; }
      .sticky-header--visible .annotation__icon--solar {
        opacity: 1;
        top: 0;
        left: 0; } }

.phone-number {
  display: inline-block;
  float: right;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  line-height: 3;
  margin-right: 2em; }
  .phone-number__digits {
    display: none; }
    .phone-number__digits--mobile {
      display: inline-block; }
  .phone-number--hidden {
    display: none; }
  @media screen and (min-width: 768px) {
    .phone-number__digits {
      display: none; }
      .phone-number__digits--desktop {
        display: inline-block; } }

.site-search {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  float: right;
  line-height: 3; }
  .site-search__form {
    display: none; }
    .site-search__form--visible {
      display: inline-block; }
  .site-search__input {
    font-size: 14px;
    box-shadow: none;
    outline: none;
    border: 0;
    border-radius: 0;
    outline: none;
    border-bottom: 3px solid #fff;
    border-color: #00a6e4;
    width: auto; }
    .site-search__input:hover {
      border-color: #00a6e4; }
    .site-search__input:focus {
      box-shadow: none; }
  .site-search__button {
    background: url("/assets/templates/bamboo/img/icons/icon-magnifying-glass.svg") no-repeat center center;
    background-size: contain;
    height: 1.25em;
    width: 1.25em;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer; }
    .site-search__button--close {
      background-image: url("/assets/templates/bamboo/img/icons/icon-x.svg");
      background-size: 1em auto; }

.nav {
  display: none;
  float: left; }
  .nav a {
    color: inherit; }
    .nav a:hover, .nav a:active, .nav a:focus {
      color: #00a6e4; }
  .nav__items > li {
    display: inline-block;
    float: left; }
    .nav__items > li:hover > a {
      color: #00a6e4;
      border-bottom-color: #00a6e4; }
    .nav__items > li:hover .nav__sub {
      display: block; }
  .nav__item {
    display: block;
    line-height: 3;
    padding: 0 1em;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transition: 300ms ease; }
    .nav__item--active {
      color: #00a6e4;
      border-bottom-color: #00a6e4; }
  .nav__sub {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    background: #f6f6f6;
    border-top: 1px solid #ddd;
    z-index: 1;
    box-shadow: 0 1px 3px rgba(102, 102, 102, 0.12), 0 1px 2px rgba(102, 102, 102, 0.24); }
    .nav__sub > ul {
      max-width: 1170px;
      margin-left: auto;
      margin-right: auto;
      padding: 2em 0; }
      .nav__sub > ul::after {
        clear: both;
        content: "";
        display: table; }
    .nav__sub-section {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 22.3159842495%; }
      .nav__sub-section:last-child {
        margin-right: 0; }
      .nav__sub-section:first-of-type {
        margin-left: 17.2631146112%; }
      .nav__sub-section a {
        display: block;
        padding: 0.25em 0; }
      .nav__sub-section__heading {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 0.5em; }
  .nav-mobile {
    display: block; }
    .nav-mobile__button {
      max-width: 1.5em;
      width: 100%;
      vertical-align: middle;
      display: inline-block;
      cursor: pointer; }
  @media screen and (min-width: 768px) {
    .nav {
      display: block; }
      .nav-mobile {
        display: none; } }

.sliding-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 300px;
  height: 100%;
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  z-index: 10000002; }
  .sliding-panel.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .sliding-panel__trigger {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    float: right;
    line-height: 3;
    margin-left: 1em; }
  .sliding-panel__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 10000001;
    cursor: pointer; }
    .sliding-panel__overlay.is-visible {
      opacity: 0.4;
      visibility: visible; }
  .sliding-panel__close {
    height: 1em;
    cursor: pointer;
    position: absolute;
    left: 1em;
    top: 1em; }
  .sliding-panel__header {
    text-align: center;
    padding: 1em 0; }
  .sliding-panel a {
    display: block;
    padding: 1em 1em;
    border-top: 1px solid #ddd;
    color: inherit; }
    .sliding-panel a:hover, .sliding-panel a:active, .sliding-panel a:focus {
      color: #00a6e4; }
  .sliding-panel__item {
    background: url("/assets/templates/bamboo/img/icons/icon-chevron-right-gray.svg") no-repeat 95% center;
    background-size: auto 1em; }
  .sliding-panel-sub {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 300px;
    height: 100%;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    z-index: 999999; }
    .sliding-panel-sub.is-visible {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    .sliding-panel-sub__close {
      height: 1em;
      cursor: pointer;
      position: absolute;
      left: 1em;
      top: 1em; }
    .sliding-panel-sub__heading {
      background: #fff;
      text-align: center;
      line-height: 2;
      font-size: 12px;
      text-transform: uppercase;
      border-top: 1px solid #dedede; }
    .sliding-panel-sub__section {
      background: #f4f4f4; }

.nav, p, h1, h2, h3, h4, h5, h6, button, .button, .breadcrumbs, .byline, .split-form__heading, .split-form__subheading, .checklist, .annotation, .nav-list {
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out; }

.wf-loading .nav, .wf-loading p, .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading button, .wf-loading .button, .wf-loading .breadcrumbs, .wf-loading .byline, .wf-loading .split-form__heading, .wf-loading .split-form__subheading, .wf-loading .checklist, .wf-loading .annotation, .wf-loading .nav-list {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out; }

html {
  font-size: 16px; }
  @media screen and (min-width: 321px) {
    html {
      font-size: 16px; } }
  @media screen and (min-width: 768px) {
    html {
      font-size: 16px; } }

body {
  margin: 0;
  font-weight: 400; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 1.875em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.375em; }

h5 {
  font-size: 1.25em; }

a img {
  border: none; }

u {
  text-decoration: none; }

hr {
  clear: both; }

ol {
  list-style-type: decimal;
  padding-left: 1em; }
  ol.list {
    list-style-type: decimal; }

img,
picture {
  width: auto;
  height: auto; }

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

.bulleted,
.list {
  list-style-type: disc;
  padding-left: 2em; }
  .bulleted li,
  .list li {
    margin: 0.5em 0;
    line-height: 1.6;
    font-size: 1.125rem; }

.stepper::after {
  clear: both;
  content: "";
  display: table; }
.stepper__button, .stepper__value {
  float: left;
  padding: 0 1em;
  line-height: 2.25; }
.stepper__button {
  border: 1px solid #ddd;
  font-weight: 700;
  outline: none; }
  .stepper__button:first-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .stepper__button:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
.stepper__value {
  text-align: center;
  width: auto;
  max-width: 7em;
  border-radius: 0;
  margin: 0;
  border-left: 0;
  border-right: 0; }

.slider .rangeslider {
  font-size: 14px;
  margin-bottom: 1em; }
.slider__value {
  text-align: center;
  color: #1cb3e0;
  font-size: 1.5em; }

.annotation {
  text-align: center;
  color: #999;
  font-size: 0.875em;
  margin-top: 0.25em; }
  .annotation--white {
    color: #fff; }
    .annotation--white a {
      color: #fff;
      text-decoration: underline; }

.button-set {
  display: inline-block;
  text-align: center;
  vertical-align: middle; }
  .button-set--full {
    display: block; }
  .button-set--left {
    text-align: left; }
    .button-set--left .annotation {
      text-align: left; }
  .button-set--right {
    text-align: right; }
    .button-set--right .annotation {
      text-align: right; }
  .button-set--center {
    display: block;
    text-align: center; }

.input-group input,
.input-group button,
.input-group select {
  display: inline-block; }
.input-group input {
  width: auto; }

.input--icon {
  background-repeat: no-repeat;
  background-position: 0.75em center;
  padding-left: 1.875em;
  background-size: 0.875em auto; }

.expander {
  text-align: left; }
  .expander p,
  .expander .list li {
    font-size: 1em; }
  .expander__trigger {
    display: block;
    cursor: pointer;
    background-image: url("/assets/templates/bamboo/img/icons/icon-chevron-down-gray.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.75em 0.75em;
    padding-left: 1.5em;
    font-size: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .expander__trigger:hover {
      color: #00a6e4;
      transition: 150ms ease; }
  .expander__content {
    padding-left: 1.5em; }
  .expander--hidden {
    background-image: url("/assets/templates/bamboo/img/icons/icon-chevron-right-gray.svg"); }
    .expander--hidden + .expander__content {
      display: none; }
  .expander--alt > li {
    border-bottom: 1px solid #ddd; }
    .expander--alt > li:first-of-type {
      border-top: 1px solid #ddd; }
  .expander--alt .expander__trigger {
    border-bottom: 1px solid #ddd;
    background-image: url("/assets/templates/bamboo/img/icons/icon-minus.svg");
    background-position: 97.5% 50%;
    padding: 0.5em 1.5em 0.5em 0.5em;
    background-size: 0.75em;
    margin: 0; }
    .expander--alt .expander__trigger.expander--hidden {
      border-bottom: 0;
      background-image: url("/assets/templates/bamboo/img/icons/icon-plus.svg"); }
  .expander--alt .expander__content {
    padding: 1em 0.5em;
    margin: 0;
    background-color: #f6f6f6; }

.card {
  background-color: #fff;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 1px;
  padding: 1em;
  width: 100%; }
  .card > div {
    margin: 1em 0; }
    .card > div:first-of-type {
      margin-top: 0; }
    .card > div:last-of-type {
      margin-bottom: 0; }
  .card__header, .card__footer {
    text-align: center; }
  .card--borderless {
    border: 0;
    padding: 0; }
  .card--restrict {
    max-width: 21.5em; }

.rating__heading {
  font-weight: 700; }
.rating__form {
  margin-top: 0.5em; }
.rating--stars {
  display: inline-block; }
  .rating--stars li {
    float: left; }
    .rating--stars li img {
      width: 100%;
      max-width: 1.25em;
      float: left; }
.rating--binary {
  text-align: center; }

.nav-grid {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  max-width: 936px;
  margin: 0 auto; }
  .nav-grid::after {
    clear: both;
    content: "";
    display: table; }
  .nav-grid__item {
    text-align: center;
    float: left;
    width: 50%;
    height: 6.875em; }
    .nav-grid__item a {
      display: block;
      height: 100%;
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: 50% 1.5em;
      background-size: auto 2.5em;
      padding-top: 4.5em;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      transition: 150ms ease; }
      .nav-grid__item a:hover {
        background-color: #00a6e4;
        color: #fff; }
        .nav-grid__item a:hover.icon--auto {
          background-image: url("/assets/templates/bamboo/img/icons/products/auto-white.svg"); }
        .nav-grid__item a:hover.icon--house {
          background-image: url("/assets/templates/bamboo/img/icons/icon-house-white.svg"); }
        .nav-grid__item a:hover.icon--rent {
          background-image: url("/assets/templates/bamboo/img/icons/icon-rent.svg"); }
        .nav-grid__item a:hover.icon--mortgage-refinance {
          background-image: url("/assets/templates/bamboo/img/icons/products/mortgage-refinance-white.svg"); }
        .nav-grid__item a:hover.icon--envelope {
          background-image: url("/assets/templates/bamboo/img/icons/icon-envelope-white.svg"); }
        .nav-grid__item a:hover.icon--person {
          background-image: url("/assets/templates/bamboo/img/icons/icon-person-white.svg"); }
        .nav-grid__item a:hover.icon--solar-color {
          background-image: url("/assets/templates/bamboo/img/icons/icon-solar.svg"); }
        .nav-grid__item a:hover.icon--chat-bubble {
          background-image: url("/assets/templates/bamboo/img/icons/icon-chat-bubble-white.svg"); }
        .nav-grid__item a:hover.icon--padlock-color {
          background-image: url("/assets/templates/bamboo/img/icons/icon-padlock-white.svg"); }
        .nav-grid__item a:hover.icon--help {
          background-image: url("/assets/templates/bamboo/img/icons/icon-help-white.svg"); }
        .nav-grid__item a:hover.icon--life-insurance {
          background-image: url("/assets/templates/bamboo/img/icons/icon-life-insurance-white.svg"); }
        .nav-grid__item a:hover.icon--paw-print {
          background-image: url("/assets/templates/bamboo/img/icons/icon-paw-print-white.svg"); }
        .nav-grid__item a:hover.icon--stethoscope {
          background-image: url("/assets/templates/bamboo/img/icons/icon-stethoscope-white.svg"); }
        .nav-grid__item a:hover.icon--airplane {
          background-image: url("/assets/templates/bamboo/img/icons/icon-airplane-white.svg"); }
  @media screen and (min-width: 768px) {
    .nav-grid__item {
      width: 25%;
      height: 10em; }
      .nav-grid__item a {
        background-position: 50% 3.25em;
        padding-top: 6em; } }

.nav-tile {
  text-align: center;
  max-width: 936px;
  margin: 0 auto; }
  .nav-tile::after {
    clear: both;
    content: "";
    display: table; }
  .nav-tile__item {
    text-align: center;
    float: left;
    display: block;
    margin-right: 3.5786876674%;
    width: 48.2106561663%;
    margin-bottom: 2.35765%; }
    .nav-tile__item:last-child {
      margin-right: 0; }
    .nav-tile__item:nth-child(2n) {
      margin-right: 0; }
    .nav-tile__item:nth-child(2n+1) {
      clear: left; }
  .nav-tile__link {
    height: 100%;
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block; }
    .nav-tile__link:hover {
      background-color: #f8f8f8;
      color: #00a6e4; }
  .nav-tile span {
    display: block; }
  .nav-tile__content {
    padding: 5em 1em 1em 1em;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    background: url("/assets/templates/bamboo/img/icons/icon-calendar.svg") no-repeat 50% 1.5em;
    background-size: auto 3em;
    min-height: 8.75em; }
  .nav-tile__description {
    color: #999;
    font-size: 14px;
    background: #f8f8f8;
    padding: 1em;
    min-height: 3.75em; }
  @media screen and (min-width: 768px) {
    .nav-tile__item {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 22.3159842495%; }
      .nav-tile__item:last-child {
        margin-right: 0; }
      .nav-tile__item:nth-child(2n) {
        margin-right: 3.5786876674%; }
      .nav-tile__item:nth-child(2n+1) {
        clear: none; }
      .nav-tile__item:nth-child(4n) {
        margin-right: 0; }
      .nav-tile__item:nth-child(4n+1) {
        clear: left; } }

.nav-list {
  margin: 2em 0; }
  .nav-list__heading {
    font-size: 1.375rem;
    font-weight: 700;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #ddd; }
  .nav-list li {
    font-size: inherit; }

.nav-ribbon {
  display: none;
  background-color: #006a92;
  transition: all 600ms ease;
  text-align: center;
  color: #fff; }
  .nav-ribbon ul {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }
    .nav-ribbon ul::after {
      clear: both;
      content: "";
      display: table; }
  .nav-ribbon li {
    float: left;
    display: block;
    margin-right: 3.5786876674%;
    width: 22.3159842495%; }
    .nav-ribbon li:last-child {
      margin-right: 0; }
  .nav-ribbon__item {
    display: block;
    padding: 1em 0;
    color: inherit;
    position: relative;
    opacity: 0.75;
    transition: 150ms ease;
    cursor: pointer; }
    .nav-ribbon__item--active, .nav-ribbon__item:hover, .nav-ribbon__item:active, .nav-ribbon__item:focus {
      color: inherit;
      opacity: 1; }
    .nav-ribbon__item--icon {
      background-repeat: no-repeat;
      padding-left: 2.25em;
      background-repeat: no-repeat;
      background-size: 1.25em auto;
      background-position: 0.5em center; }
    .nav-ribbon__item--condensed {
      text-align: left;
      padding: 0.75em 0.75em 0.75em 2em;
      background-size: auto 1em;
      display: inline-block; }
  .nav-ribbon--arrow {
    border-top: 1px solid #006185; }
    .nav-ribbon--arrow .nav-ribbon__item--active:after {
      content: '';
      display: block;
      height: 1.5em;
      width: 1.5em;
      background: #006a92;
      transition: background 600ms ease;
      border-top: 1px solid #006185;
      border-left: 1px solid #006185;
      position: absolute;
      top: -0.75em;
      left: 45%;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .nav-ribbon--auto {
    background-color: #4a984a; }
    .nav-ribbon--auto.nav-ribbon--arrow {
      border-color: #468f46; }
      .nav-ribbon--auto.nav-ribbon--arrow .nav-ribbon__item--active:after {
        background-color: #4a984a;
        border-color: #468f46; }
  .nav-ribbon--life {
    background-color: #F57C00; }
    .nav-ribbon--life.nav-ribbon--arrow {
      border-color: #e87600; }
      .nav-ribbon--life.nav-ribbon--arrow .nav-ribbon__item--active:after {
        background-color: #F57C00;
        border-color: #e87600; }
  .nav-ribbon--home {
    background-color: #AB47BC; }
    .nav-ribbon--home.nav-ribbon--arrow {
      border-color: #a442b5; }
      .nav-ribbon--home.nav-ribbon--arrow .nav-ribbon__item--active:after {
        background-color: #AB47BC;
        border-color: #a442b5; }
  .nav-ribbon--white {
    background-color: #fff; }
    .nav-ribbon--white .nav-ribbon__item {
      color: #464646; }
      .nav-ribbon--white .nav-ribbon__item--active, .nav-ribbon--white .nav-ribbon__item:hover, .nav-ribbon--white .nav-ribbon__item:active, .nav-ribbon--white .nav-ribbon__item:focus {
        color: #464646; }
    .nav-ribbon--white.nav-ribbon--arrow {
      border-color: #f9f9f9; }
      .nav-ribbon--white.nav-ribbon--arrow .nav-ribbon__item--active:after {
        background-color: #fff;
        border-color: #f9f9f9; }
  .nav-ribbon--vertical {
    text-align: left;
    overflow: hidden;
    border-bottom: 1px solid #dedede; }
    .nav-ribbon--vertical li {
      float: none;
      width: 100%;
      margin: 0; }
    .nav-ribbon--vertical .nav-ribbon__item {
      padding: 0.5em;
      opacity: 1;
      border: 1px solid #dedede;
      border-bottom: 0; }
      .nav-ribbon--vertical .nav-ribbon__item--icon {
        padding-left: 2.25em; }
      .nav-ribbon--vertical .nav-ribbon__item--active, .nav-ribbon--vertical .nav-ribbon__item:hover, .nav-ribbon--vertical .nav-ribbon__item:active, .nav-ribbon--vertical .nav-ribbon__item:focus {
        color: inherit;
        background-color: #00a6e4;
        border-color: #009dd7; }

.form {
  background-color: #f8f8f8;
  padding: 1em;
  border-top: 0.25em solid #00a6e4;
  position: relative; }
  .form__heading {
    font-size: 1.5rem;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ddd; }
  .form__overlay {
    position: absolute;
    background: url("/assets/templates/bamboo/img/covers/overlay-white.png") repeat;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 3%; }
  .form__loading {
    display: none; }
  .form__footer {
    padding-top: 1em;
    border-top: 1px solid #ddd;
    text-align: center; }
    .form__footer::after {
      clear: both;
      content: "";
      display: table; }
  .form__disclaimer {
    font-size: 12px;
    margin-bottom: 1rem; }
    .form__disclaimer--white {
      color: #fff; }
    .form__disclaimer a, .form__disclaimer .link {
      color: inherit;
      text-decoration: underline; }
  .form__disclosure {
    font-size: 12px;
    line-height: 1.4;
    border-left: 2px solid #ccc;
    padding-left: 0.75em; }
  .form label:not(.control) {
    color: #747474; }
  @media screen and (min-width: 768px) {
    .form__footer {
      text-align: left;
      padding-left: 2em;
      padding-right: 2em; }
    .form__disclaimer {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 65.4737707775%; }
      .form__disclaimer:last-child {
        margin-right: 0; }
    .form__trust {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 30.9475415551%;
      margin-bottom: 0; }
      .form__trust:last-child {
        margin-right: 0; } }

.step::after {
  clear: both;
  content: "";
  display: table; }
.step-content {
  margin-bottom: 2em; }
.step-sidebar {
  font-size: 14px;
  display: block; }
  .step-sidebar::after {
    clear: both;
    content: "";
    display: table; }
  .step-sidebar__item {
    margin: 1rem 0 1.5rem 0; }
  .step-sidebar__heading {
    font-weight: 700;
    margin-bottom: 0.5em; }
  .step-sidebar .progress-bar__wrapper {
    display: none; }
  .step-sidebar .progress-bar__label {
    font-weight: 700;
    text-align: left; }
  .step-sidebar .expander__trigger {
    color: #00a6e4; }
  .step-sidebar p {
    margin: 0.5em 0;
    font-size: 1em;
    line-height: 1.1875; }
@media screen and (min-width: 768px) {
  .step-content {
    float: left;
    display: block;
    margin-right: 3.5786876674%;
    width: 65.4737707775%;
    margin-bottom: 0;
    padding-right: 3.57869%;
    border-right: 1px solid #ddd; }
    .step-content:last-child {
      margin-right: 0; }
    .step-content .progress-bar__wrapper {
      display: none; }
  .step-sidebar {
    float: left;
    display: block;
    margin-right: 3.5786876674%;
    width: 30.9475415551%;
    margin-right: 0; }
    .step-sidebar:last-child {
      margin-right: 0; }
    .step-sidebar .progress-bar__wrapper {
      display: block; } }

.page-overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/templates/bamboo/img/covers/overlay.png") repeat;
  text-align: center;
  z-index: 99; }
  .page-overlay__close {
    cursor: pointer;
    height: 1em;
    width: 1em;
    position: absolute;
    top: -2em;
    right: 0.5em;
    background: url("/assets/templates/bamboo/img/icons/icon-x-white.svg") no-repeat center center;
    background-size: contain; }
    .page-overlay__close--white {
      background-image: url("/assets/templates/bamboo/img/icons/icon-x.svg"); }
  .page-overlay--white {
    background-image: url("/assets/templates/bamboo/img/covers/overlay-white.png"); }

label {
  font-weight: 400; }

.cta {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  .cta::after {
    clear: both;
    content: "";
    display: table; }
  .cta h3 {
    margin-bottom: .5em; }
  .cta__header {
    float: left;
    display: block;
    margin-right: 3.5786876674%;
    width: 30.9475415551%;
    text-align: center; }
    .cta__header:last-child {
      margin-right: 0; }
  .cta__content {
    float: left;
    display: block;
    margin-right: 3.5786876674%;
    width: 65.4737707775%; }
    .cta__content:last-child {
      margin-right: 0; }
    .cta__content--full {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 100%; }
      .cta__content--full:last-child {
        margin-right: 0; }
  .cta__image {
    width: 100%;
    max-width: 8em; }
  .cta--banner {
    background: #5bc0de;
    text-align: center;
    color: #fff;
    padding: 2em; }
    .cta--banner h4 {
      font-size: 3em; }
    .cta--banner h5 {
      font-size: 1.5em; }
    .cta--banner h4, .cta--banner h5, .cta--banner p {
      margin: 0 !important; }
    .cta--banner .button {
      margin-top: 1em;
      font-weight: 700; }
  .cta--inline {
    text-align: center;
    padding: 1em;
    border-top: 0.25em solid #00a6e4;
    background: #f8f8f8; }
  .cta .list li {
    font-size: inherit; }
  .cta .button, .cta button {
    margin-top: 0.5em; }

.control {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 1em;
  cursor: pointer;
  line-height: 1.25;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .control--large {
    padding-left: 2.5em; }
  .control input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .control input:focus ~ .control__indicator {
      background: #ccc;
      outline: #00a6e4 auto 5px; }
    .control input:checked ~ .control__indicator {
      background: #5bc0de;
      border-color: #5bc0de; }
      .control input:checked ~ .control__indicator:after {
        display: block; }
    .control input:checked:focus ~ .control__indicator {
      background: #31b0d5; }
    .control input:disabled ~ .control__indicator {
      background: #ddd;
      opacity: 0.5;
      pointer-events: none; }
  .control a {
    color: inherit;
    text-decoration: underline; }
  .control:hover input:not([disabled]):checked ~ .control__indicator {
    background: #31b0d5; }
  .control:hover input ~ .control__indicator {
    background: #ccc; }
  .control:last-of-type {
    margin-bottom: 0; }
  .control__indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    display: block;
    background: #fff;
    border: 1px solid #aaaaaa; }
    .control__indicator--large {
      width: 1.75em;
      height: 1.75em;
      border: 1px solid #a9a7a7;
      border: 1px solid #aaaaaa;
      border-radius: 3px;
      background: #fff;
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
    .control__indicator:after {
      content: '';
      position: absolute;
      display: none; }
  .control--radio .control__indicator {
    border-radius: 50%; }
    .control--radio .control__indicator:after {
      top: 6px;
      left: 6px;
      height: 6px;
      width: 6px;
      border-radius: 50%;
      background: #fff; }
  .control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b; }
  .control--checkbox .control__indicator:after {
    left: 9px;
    top: 5px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 0.125em 0.125em 0;
    transform: rotate(45deg); }
  .control--checkbox .control__indicator--large:after {
    top: .2em;
    left: .6em;
    width: .4em;
    height: 1em; }
  .control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b; }
  .control--padded {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
    margin-bottom: 1em; }
    .control--padded:last-of-type {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
  .control--disabled {
    color: #ddd;
    cursor: default;
    cursor: not-allowed; }
    .control--disabled input:disabled:hover ~ .control__indicator {
      background: #ddd; }

.hero {
  background-color: #007dab;
  transition: background-color 600ms ease;
  background-image: url("/assets/templates/bamboo/img/illustrations/hero-texture.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff; }
  .hero__overlay {
    background: url("/assets/templates/bamboo/img/covers/overlay-light.png") repeat; }
  .hero a:not(.button) {
    color: #fff;
    text-decoration: underline; }
  .hero__header--centered {
    text-align: center; }
  .hero__header--white {
    color: #fff; }
  .hero__content {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 9% 3%; }
    .hero__content::after {
      clear: both;
      content: "";
      display: table; }
    .hero__content--illustration {
      background-repeat: no-repeat;
      background-position: 95% center;
      background-size: 33.34% auto; }
    .hero__content--wide {
      max-width: 1170px; }
    .hero__content--compact {
      padding: 3%; }
  .hero__heading {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    font-size: 2.75rem;
    max-width: 40rem;
    line-height: 1.1; }
    .hero__heading--full {
      max-width: none; }
  .hero__subheading {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    font-size: 1.5rem;
    max-width: 40rem; }
    .hero__subheading--full {
      max-width: none; }
  .hero__actions {
    margin-top: 1em; }
  .hero--home {
    background-image: url("/assets/templates/bamboo/img/covers/cover-home.svg");
    background-color: #BA68C8; }
  .hero--auto {
    background-image: url("/assets/templates/bamboo/img/covers/cover-auto-hills.jpg"); }
  .hero--life {
    background-image: url("/assets/templates/bamboo/img/covers/cover-product-life-insurance.svg");
    background-color: #FF9800; }
  .hero--finance {
    background-color: #985644; }
  @media screen and (min-width: 768px) {
    .hero {
      padding-left: 0;
      padding-right: 0; }
      .hero__heading {
        font-size: 2.625rem; }
      .hero__subheading {
        font-size: 1.75rem; } }
  @media screen and (min-width: 940px) {
    .hero__content {
      padding: 6% 3%; }
      .hero__content--compact {
        padding: 3%; }
    .hero__heading {
      font-size: 3.25rem; }
    .hero__subheading {
      font-size: 1.875rem; } }

.layout {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-left: 3%;
  padding-right: 3%;
  margin-top: 2em;
  margin-bottom: 2em; }
  .layout::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 940px) {
    .layout {
      margin-top: 4em;
      margin-bottom: 4em; }
      .layout:nth-child(1) {
        margin-top: 2em;
        margin-bottom: 2em; } }
  .layout--narrow {
    max-width: 936px; }
  @media screen and (min-width: 768px) {
    .layout--2-column .layout-content {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 65.4737707775%; }
      .layout--2-column .layout-content:last-child {
        margin-right: 0; }
    .layout--2-column .sidebar {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 30.9475415551%; }
      .layout--2-column .sidebar:last-child {
        margin-right: 0; } }
  .layout--2-column--tablet .layout-content,
  .layout--2-column--tablet .sidebar {
    float: left;
    display: block;
    margin-right: 3.5786876674%;
    width: 100%; }
    .layout--2-column--tablet .layout-content:last-child,
    .layout--2-column--tablet .sidebar:last-child {
      margin-right: 0; }
  @media screen and (min-width: 768px) {
    .layout--2-column--tablet .layout-content {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 65.4737707775%; }
      .layout--2-column--tablet .layout-content:last-child {
        margin-right: 0; }
    .layout--2-column--tablet .sidebar {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 30.9475415551%; }
      .layout--2-column--tablet .sidebar:last-child {
        margin-right: 0; } }
  .layout--2-column--desktop .layout-content,
  .layout--2-column--desktop .sidebar {
    float: left;
    display: block;
    margin-right: 3.5786876674%;
    width: 100%; }
    .layout--2-column--desktop .layout-content:last-child,
    .layout--2-column--desktop .sidebar:last-child {
      margin-right: 0; }
  @media screen and (min-width: 940px) {
    .layout--2-column--desktop .layout-content {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 65.4737707775%; }
      .layout--2-column--desktop .layout-content:last-child {
        margin-right: 0; }
    .layout--2-column--desktop .sidebar {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 30.9475415551%; }
      .layout--2-column--desktop .sidebar:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1024px) {
    .layout--2-column--widescreen .sidebar {
      background: #f1fbf9;
      border-top: 0.2em solid #c9f0e8;
      padding: 1em; }
      .layout--2-column--widescreen .sidebar__item {
        padding: 0;
        margin: 0; }
        .layout--2-column--widescreen .sidebar__item--cta {
          display: none; } }
  @media screen and (min-width: 1025px) {
    .layout--2-column--widescreen .layout-content {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 65.4737707775%; }
      .layout--2-column--widescreen .layout-content:last-child {
        margin-right: 0; }
    .layout--2-column--widescreen .sidebar {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 30.9475415551%; }
      .layout--2-column--widescreen .sidebar:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .layout--2-column-split .layout-content {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 48.2106561663%; }
      .layout--2-column-split .layout-content:last-child {
        margin-right: 0; }
    .layout--2-column-split .sidebar {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 48.2106561663%; }
      .layout--2-column-split .sidebar:last-child {
        margin-right: 0; } }
  .layout--full {
    max-width: none; }
    @media screen and (min-width: 768px) {
      .layout--full.layout--2-column .layout-content {
        float: left;
        display: block;
        margin-right: 3.5786876674%;
        width: 74.1053280832%; }
        .layout--full.layout--2-column .layout-content:last-child {
          margin-right: 0; }
      .layout--full.layout--2-column .sidebar {
        float: left;
        display: block;
        margin-right: 3.5786876674%;
        width: 22.3159842495%;
        max-width: 271px; }
        .layout--full.layout--2-column .sidebar:last-child {
          margin-right: 0; } }
  .layout-content {
    margin-bottom: 3em; }
    .layout-content h1 {
      margin-bottom: 1em; }
    .layout-content h2:not(.layout-content__heading) {
      margin-bottom: 0.5em; }
    .layout-content__featured-image {
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      margin-bottom: 2em; }
    .layout-content__header {
      margin-bottom: 2em; }
      .layout-content__header p:first-of-type {
        margin-top: 0; }
      .layout-content__header--centered {
        text-align: center; }
    .layout-content__footer {
      margin-top: 4em; }
    .layout-content__item {
      margin: 2em 0; }
    .layout-content__heading {
      margin-bottom: 1em; }
      .layout-content__heading--centered {
        text-align: center; }
    .layout-content__body--article h2,
    .layout-content__body--article h3:not(.cta__content h3),
    .layout-content__body--article h4,
    .layout-content__body--article h5 {
      margin: 2em 0 0.5em; }
    .layout-content__body--article h2 + h3,
    .layout-content__body--article h3 + h4,
    .layout-content__body--article h3 + h5,
    .layout-content__body--article h4 + h5 {
      margin-top: 0; }
    .layout-content__body--article > h2:first-child {
      margin-top: 0; }
    .layout-content__body--article > .table__wrapper {
      margin-bottom: 3em; }
    .layout-content__body--article .flash-alert, .layout-content__body--article .flash-notice, .layout-content__body--article .flash-error, .layout-content__body--article .flash-success {
      margin: 1em 0; }
    .layout-content__body--wp .waistband {
      margin: 2em 0; }
    .layout-content__body--wp > h2 {
      margin-top: 2em; }
    .layout-content .interactive h2, .layout-content .interactive h3 {
      margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .layout {
      padding-left: 3%;
      padding-right: 3%; }
      .layout-content {
        margin-bottom: 0; }
        .layout-content__item {
          margin: 4em 0; }
          .layout-content__item:first-of-type {
            margin-top: 0; }
          .layout-content__item:last-of-type {
            margin-bottom: 0; }
      .layout--full {
        padding-left: 3%;
        padding-right: 3%; }
      .layout--article {
        padding-left: 60px;
        padding-right: 60px; } }

.sidebar__item {
  margin: 3em 0; }
  .sidebar__item:last-of-type {
    margin-bottom: 0; }
  .sidebar__item--cta {
    display: none; }
    @media screen and (min-width: 768px) {
      .sidebar__item--cta {
        display: inline-block; } }
.sidebar__heading {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  font-weight: 700; }
.sidebar p {
  font-size: 1em; }
.sidebar--desktop {
  display: none; }
@media screen and (min-width: 768px) {
  .sidebar__item:first-of-type {
    margin-top: 0; } }

.product-icon {
  max-width: 6em;
  float: right;
  margin: 0 3em; }

.footer {
  padding: 3em 3%;
  background: #005878;
  color: #cccccc;
  clear: both; }
  .footer a {
    color: #fff; }
  .footer p {
    font-size: 1em; }
  .footer__content {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }
    .footer__content::after {
      clear: both;
      content: "";
      display: table; }
  .footer__item {
    margin-bottom: 1em;
    font-size: 14px; }
    .footer__item:last-of-type {
      margin-bottom: 0; }
  .footer__logo {
    display: block;
    max-width: 10.75em;
    margin-bottom: 0.5em; }
  .footer__copyright {
    font-size: 14px;
    line-height: 1.5;
    margin: 1em 0;
    padding-top: 1em;
    border-top: 1px solid #ddd; }
    .footer__copyright a {
      text-decoration: underline; }
  .footer__disclaimer {
    font-size: 12px;
    margin-top: 1em; }
    .footer__disclaimer-image {
      max-width: 300px;
      margin: 1em 0; }
      .footer__disclaimer-image--tablet {
        max-width: 720px;
        display: none; }
  .footer--light {
    background: #fff;
    color: #464646; }
    .footer--light a {
      color: #464646; }
  .footer--sub {
    padding-top: 2em;
    padding-bottom: 2em; }
  @media screen and (min-width: 768px) {
    .footer__body {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 65.4737707775%; }
      .footer__body:last-child {
        margin-right: 0; }
    .footer__sidebar {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 30.9475415551%; }
      .footer__sidebar:last-child {
        margin-right: 0; }
    .footer__copyright {
      margin: 0;
      padding: 0;
      border: 0; }
    .footer__disclaimer-image {
      display: none; }
      .footer__disclaimer-image--tablet {
        display: block; } }

.nav-footer {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em; }
  .nav-footer::after {
    clear: both;
    content: "";
    display: table; }
  .nav-footer__section {
    float: left;
    display: block;
    margin-right: 3.5786876674%;
    width: 48.2106561663%;
    margin-bottom: 2em; }
    .nav-footer__section:last-child {
      margin-right: 0; }
    .nav-footer__section:nth-child(2n) {
      margin-right: 0; }
    .nav-footer__section:nth-child(2n+1) {
      clear: left; }
    .nav-footer__section li {
      margin: 1.5em 0; }
  .nav-footer__heading {
    margin-bottom: 0.5em; }
  @media screen and (min-width: 768px) {
    .nav-footer__section {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 30.9475415551%; }
      .nav-footer__section:last-child {
        margin-right: 0; }
      .nav-footer__section:nth-child(2n) {
        margin-right: 3.5786876674%; }
      .nav-footer__section:nth-child(2n+1) {
        clear: none; }
      .nav-footer__section:nth-child(3n) {
        margin-right: 0; }
      .nav-footer__section:nth-child(3n+1) {
        clear: left; }
      .nav-footer__section li {
        margin: 0.5em 0; } }

.social-links {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  .social-links::after {
    clear: both;
    content: "";
    display: table; }
  .social-links li {
    float: left; }
  .social-links__item {
    height: 2.625em;
    width: 2.625em;
    border-radius: 50%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.4383561644em;
    float: left;
    margin-right: 0.5em;
    margin-bottom: 0.5em; }
    .social-links__item--facebook {
      background-color: #3A5C99;
      background-image: url("/assets/templates/bamboo/img/logos/logo-facebook.svg"); }
    .social-links__item--twitter {
      background-color: #2B9AEE;
      background-image: url("/assets/templates/bamboo/img/logos/logo-twitter.svg"); }
    .social-links__item--pinterest {
      background-color: #C81E29;
      background-image: url("/assets/templates/bamboo/img/logos/logo-pinterest.svg"); }
    .social-links__item--youtube {
      background-color: #CC181E;
      background-image: url("/assets/templates/bamboo/img/logos/logo-youtube.svg"); }
    .social-links__item--google-plus {
      background-color: #d34836;
      background-image: url("/assets/templates/bamboo/img/logos/logo-google-plus.svg"); }
    .social-links__item--instagram {
      background-color: #c32aa3;
      background-image: url("/assets/templates/bamboo/img/logos/logo-instagram.svg"); }
.trust-icons__item {
  display: inline-block;
  padding: 0; }
.trust-icons__badge {
  max-height: 26px;
  width: auto;
  vertical-align: middle;
  margin-right: 0.25em; }
  .trust-icons__badge--forbes-tc {
    max-height: 5.625em;
    vertical-align: top;
    margin-top: -4px; }
  .trust-icons__badge--alt {
    max-height: 3rem;
    max-width: 6.875rem; }
  .trust-icons__badge--white {
    max-height: 3rem;
    max-width: 3.875rem; }

.app-links__badge {
  max-height: 32px;
  width: auto; }

.loader {
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  padding: 4em 1em 0.75em 1em;
  max-width: 29em;
  margin: 0 auto; }
  .loader__animation {
    width: auto !important; }
  .loader__message {
    font-size: 1.1875em;
    margin: 0 auto 3em auto;
    max-width: 16.75em; }
  .loader__logo {
    max-width: 8em; }

.modal {
  display: none;
  background-color: #fff;
  background-size: 4em;
  width: 95%;
  max-width: 54em;
  border-radius: 3px; }
  .modal__header {
    color: #fff;
    background: #00a6e4;
    padding: 1em 2em; }
  .modal__heading {
    font-size: 2em;
    font-weight: 700; }
  .modal__subheading {
    font-size: 1em; }
  .modal__body {
    padding: 2em; }
    .modal__body::after {
      clear: both;
      content: "";
      display: table; }
  .modal__badge {
    max-width: 3em; }
  .modal__footer {
    padding: 1em 2em;
    border-top: 1px solid #ddd;
    color: #999;
    background-color: #f6f6f6; }
    .modal__footer p {
      margin: 0;
      font-size: 1em; }
  .modal__close {
    position: absolute;
    background: url("/assets/templates/bamboo/img/icons/icon-x-white.svg") center center no-repeat;
    background-size: contain;
    height: 1.25em;
    width: 1.25em;
    top: 1em;
    right: 1em;
    cursor: pointer; }
  .modal__overlay {
    background: url("/assets/templates/bamboo/img/covers/overlay.png") repeat !important;
    opacity: 1 !important; }
  .modal__trigger--image {
    cursor: pointer;
    opacity: 0.9; }
    .modal__trigger--image:hover {
      opacity: 1;
      transition: opacity 150ms ease; }
  .modal iframe {
    border: 0;
    width: 100%; }
  .modal__iframe {
    border: 0;
    width: 100%;
    min-height: 40.625em; }
  .modal__column {
    margin-bottom: 1em; }
  .modal--2-column {
    max-width: 1170px; }
  @media screen and (min-width: 768px) {
    .modal__header {
      padding: 2em; }
    .modal__column {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 48.2106561663%;
      margin-bottom: 0; }
      .modal__column:last-child {
        margin-right: 0; } }
  .modal--compact {
    text-align: center;
    background: #00a6e4;
    color: #fff;
    width: 30em;
    max-width: 80%; }
    .modal--compact [type="text"],
    .modal--compact [type="tel"],
    .modal--compact [type="email"],
    .modal--compact select,
    .modal--compact .button {
      border-radius: 0;
      border: 0 none;
      width: 100%;
      max-width: 26em;
      padding: 1em;
      line-height: normal; }
      .modal--compact [type="text"]::placeholder,
      .modal--compact [type="tel"]::placeholder,
      .modal--compact [type="email"]::placeholder,
      .modal--compact select::placeholder,
      .modal--compact .button::placeholder {
        text-align: center;
        font-style: italic;
        color: #999; }
    .modal--compact .button {
      background: #444;
      transition: background-color 250ms;
      -webkit-transition: background-color 250ms;
      -moz-transition: background-color 250ms;
      font-size: 1.5em;
      padding: .5em; }
      .modal--compact .button:hover, .modal--compact .button:active {
        background: #007dab; }
    .modal--compact .modal__header {
      padding-bottom: 0;
      text-transform: uppercase;
      font-size: .825em; }
      .modal--compact .modal__header .logo {
        width: 75%;
        margin: 2em 0; }
      .modal--compact .modal__header .modal__subheading {
        text-transform: initial;
        font-size: 1.5em;
        padding: 1em 2em 0 2em; }
    .modal--compact .modal__body {
      padding-bottom: 1em; }
    .modal--compact .modal__footer {
      background: #00a6e4;
      border: 0 none;
      text-decoration: underline;
      padding: 0 2em 2em 2em; }

.loop {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  .loop::after {
    clear: both;
    content: "";
    display: table; }
  .loop__item {
    margin-bottom: 2em;
    position: relative; }
    .loop__item--centered {
      text-align: center; }
    .loop__item--vertical {
      border-bottom: 1px solid #ddd; }
      .loop__item--vertical .loop__image {
        float: left; }
  .loop__badge {
    display: none; }
  .loop__image {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    display: block;
    background: #dedede no-repeat center center;
    background-size: cover; }
    .loop__image[style*="animagraff"] ~ .loop__badge--animagraff {
      display: inline-block;
      position: absolute;
      background-image: url("/assets/articles/library/animagraff/assets-app/images/icon-3d-delayed.gif");
      background-repeat: no-repeat;
      background-size: cover;
      height: 2.75em;
      width: 2.75em;
      top: -0.9166666667em;
      right: -0.9166666667em;
      border-radius: 50%;
      border: 1px solid rgba(204, 208, 204, 0.75); }
  .loop__content {
    padding: 1em;
    border: 1px solid #ddd;
    border-top: 0; }
    .loop__content--full {
      padding-left: 0;
      padding-right: 0;
      border: 0; }
  .loop__heading {
    font-size: 1.5em;
    font-weight: 700; }
  .loop__excerpt {
    margin: 0.5em 0 0;
    font-size: 1em; }
  .loop__action {
    text-align: left;
    border-top: 1px solid #ddd;
    display: block;
    text-transform: uppercase;
    padding-top: 1em;
    margin-top: 1em; }
  @media screen and (min-width: 768px) {
    .loop__item {
      margin-bottom: 2.35765%; }
      .loop__item--half {
        float: left;
        display: block;
        margin-right: 3.5786876674%;
        width: 48.2106561663%; }
        .loop__item--half:last-child {
          margin-right: 0; }
        .loop__item--half:nth-child(2n) {
          margin-right: 0; }
        .loop__item--half:nth-child(2n+1) {
          clear: left; }
      .loop__item--third {
        float: left;
        display: block;
        margin-right: 3.5786876674%;
        width: 30.9475415551%;
        margin-bottom: 0; }
        .loop__item--third:last-child {
          margin-right: 0; }
        .loop__item--third:nth-child(3n) {
          margin-right: 0; }
        .loop__item--third:nth-child(3n+1) {
          clear: left; }
        .loop__item--third:nth-child(n+4) {
          margin-top: 2.35765%; }
        .loop__item--third .loop__heading {
          font-size: 1.25em; } }
  .loop-list__header {
    float: left;
    display: block;
    margin-right: 3.5786876674%;
    width: 22.3159842495%; }
    .loop-list__header:last-child {
      margin-right: 0; }
  .loop-list__body {
    float: left;
    display: block;
    margin-right: 3.5786876674%;
    width: 74.1053280832%; }
    .loop-list__body:last-child {
      margin-right: 0; }
  .loop-list__heading {
    font-weight: 700;
    color: inherit; }
  .loop-list__image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: block;
    background: #dedede no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    position: relative;
    overflow: hidden; }
    .loop-list__image:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
      border-radius: 50%; }
  .loop-list__item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1em;
    padding-bottom: 1em; }
    .loop-list__item::after {
      clear: both;
      content: "";
      display: table; }
    .loop-list__item:last-of-type {
      border-bottom: 0;
      margin: 0;
      padding: 0; }

.byline {
  margin: 0.5em 0; }
  .byline::after {
    clear: both;
    content: "";
    display: table; }
  .byline:before {
    content: '';
    display: block;
    width: 28%;
    height: 1px;
    background: #ddd;
    margin: 1em 0; }
  .byline__item {
    margin-right: 1.5em;
    background-position: left center;
    background-size: auto 1em;
    background-repeat: no-repeat;
    font-size: 12px;
    padding-left: 1.5em;
    font-weight: 700;
    float: left;
    line-height: 3; }
    .byline__item:first-of-type {
      padding-left: 0; }
    .byline__item--hidden {
      display: none; }
  .byline__avatar {
    height: 3em;
    width: 3em;
    border-radius: 50%;
    margin-right: 0.5em;
    float: left;
    background: #dedede no-repeat center center;
    background-size: contain; }

.offer-table__image {
  width: 100%;
  max-width: 8em; }
  .offer-table__image--rounded {
    border-radius: 5px; }
  .offer-table__image[data-modal-trigger] {
    cursor: pointer; }
.offer-table__item-name {
  font-size: 1.25em; }
.offer-table__button {
  margin-top: 0.5em; }
.offer-table__icon {
  max-width: 3.5em; }
.offer-table__loading {
  display: none; }
.offer-table__no-results {
  display: none;
  text-align: center; }
@media screen and (min-width: 768px) {
  .offer-table {
    table-layout: fixed; } }

.results-meta {
  margin: 1em 0; }

.advertiser-disclosure__link {
  float: right; }

.icon--padlock {
  background-image: url("/assets/templates/bamboo/img/icons/icon-lock-white.svg"); }
  .icon--padlock-gray {
    background-image: url("/assets/templates/bamboo/img/icons/icon-lock-gray.svg"); }
  .icon--padlock-color {
    background-image: url("/assets/templates/bamboo/img/icons/icon-lock.svg"); }
.icon--code {
  background-image: url("/assets/templates/bamboo/img/icons/icon-code.svg"); }
  .icon--code-color {
    background-image: url("/assets/templates/bamboo/img/icons/icon-code-color.svg"); }
.icon--help {
  background-image: url("/assets/templates/bamboo/img/icons/icon-help.svg"); }
  .icon--help-white {
    background-image: url("/assets/templates/bamboo/img/icons/icon-help-white.svg"); }
.icon--home-improvement {
  background-image: url("/assets/templates/bamboo/img/icons/icon-home-improvement.svg"); }
  .icon--home-improvement-white {
    background-image: url("/assets/templates/bamboo/img/icons/icon-home-improvement-white.svg"); }
.icon--calculator {
  background-image: url("/assets/templates/bamboo/img/icons/icon-calculator.svg"); }
.icon--person {
  background-image: url("/assets/templates/bamboo/img/icons/icon-person.svg"); }
  .icon--person-gray {
    background-image: url("/assets/templates/bamboo/img/icons/icon-person-gray.svg"); }
.icon--realtor {
  background-image: url("/assets/templates/bamboo/img/icons/products/realtor.svg"); }
.icon--envelope {
  background-image: url("/assets/templates/bamboo/img/icons/icon-envelope.svg"); }
.icon--envelope-check {
  background-image: url("/assets/templates/bamboo/img/icons/icon-envelope-check.svg"); }
.icon--thumbs-down {
  background-image: url("/assets/templates/bamboo/img/icons/icon-thumbs-down.svg"); }
.icon--thumbs-up {
  background-image: url("/assets/templates/bamboo/img/icons/icon-thumbs-up.svg"); }
.icon--auto {
  background-image: url("/assets/templates/bamboo/img/icons/products/auto.svg"); }
.icon--house {
  background-image: url("/assets/templates/bamboo/img/icons/icon-house.svg"); }
  .icon--house-color {
    background-image: url("/assets/templates/bamboo/img/icons/icon-house-white.svg"); }
.icon--rent {
  background-image: url("/assets/templates/bamboo/img/icons/icon-rent.svg"); }
  .icon--rent-color {
    background-image: url("/assets/templates/bamboo/img/icons/icon-rent-color.svg"); }
.icon--credit-monitoring {
  background-image: url("/assets/templates/bamboo/img/icons/products/credit-monitoring.svg"); }
.icon--credit-reports {
  background-image: url("/assets/templates/bamboo/img/icons/products/credit-reports.svg"); }
.icon--mortgage-refinance {
  background-image: url("/assets/templates/bamboo/img/icons/products/mortgage-refinance.svg"); }
  .icon--mortgage-refinance-calculator {
    background-image: url("/assets/templates/bamboo/img/icons/calculators/mortgage-refinance.svg"); }
.icon--loading {
  background-image: url("/assets/templates/bamboo/img/icons/icon-loading-white.svg"); }
.icon--calendar {
  background-image: url("/assets/templates/bamboo/img/icons/icon-calendar.svg"); }
  .icon--calendar-gray {
    background-image: url("/assets/templates/bamboo/img/icons/icon-calendar-gray.svg"); }
.icon--check {
  background-image: url("/assets/templates/bamboo/img/icons/icon-check.svg"); }
  .icon--check-white {
    background-image: url("/assets/templates/bamboo/img/icons/icon-check-white.svg"); }
.icon--chat-bubble {
  background-image: url("/assets/templates/bamboo/img/icons/icon-chat-bubble.svg"); }
.icon--phone {
  background-image: url("/assets/templates/bamboo/img/icons/icon-phone-blue.svg"); }
.icon--solar {
  background-image: url("/assets/templates/bamboo/img/icons/icon-solar.svg"); }
  .icon--solar-color {
    background-image: url("/assets/templates/bamboo/img/icons/icon-solar-color.svg"); }
.icon--pulse {
  background-color: #80c780;
  animation: pulse 2s infinite;
  border-radius: 1em; }
.icon--life-insurance {
  background-image: url("/assets/templates/bamboo/img/icons/icon-life-insurance.svg"); }
  .icon--life-insurance-white {
    background-image: url("/assets/templates/bamboo/img/icons/icon-life-insurance-white.svg"); }
.icon--paw-print {
  background-image: url("/assets/templates/bamboo/img/icons/icon-paw-print.svg"); }
  .icon--paw-print-white {
    background-image: url("/assets/templates/bamboo/img/icons/icon-paw-print-white.svg"); }
.icon--stethoscope {
  background-image: url("/assets/templates/bamboo/img/icons/icon-stethoscope.svg"); }
  .icon--stethoscope-white {
    background-image: url("/assets/templates/bamboo/img/icons/icon-stethoscope-white.svg"); }
.icon--airplane {
  background-image: url("/assets/templates/bamboo/img/icons/icon-airplane.svg"); }
  .icon--airplane-white {
    background-image: url("/assets/templates/bamboo/img/icons/icon-airplane-white.svg"); }
.icon--motorcycle {
  background-image: url("/assets/templates/bamboo/img/icons/icon-motorcycle.svg"); }
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(110, 192, 113, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(110, 192, 113, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(110, 192, 113, 0); } }
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(110, 192, 113, 0.4);
    box-shadow: 0 0 0 0 rgba(110, 192, 113, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(110, 192, 113, 0);
    box-shadow: 0 0 0 10px rgba(110, 192, 113, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(110, 192, 113, 0);
    box-shadow: 0 0 0 0 rgba(110, 192, 113, 0); } }
.illustration--credit-cards {
  background-image: url("/assets/templates/bamboo/img/illustrations/credit-cards-sketch.png"); }
.illustration--house {
  background-image: url("/assets/templates/bamboo/img/illustrations/house.svg"); }
.illustration--mortgage {
  background-image: url("/assets/templates/bamboo/img/illustrations/mortgage.png"); }
.illustration--car-keys {
  background-image: url("/assets/templates/bamboo/img/illustrations/car-keys.svg"); }
.illustration--auto-loans {
  background-image: url("/assets/templates/bamboo/img/illustrations/auto-loans.png"); }
.illustration--wallet {
  background-image: url("/assets/templates/bamboo/img/illustrations/wallet.svg"); }
.illustration--finance {
  background-image: url("/assets/templates/bamboo/img/illustrations/finance.png"); }
.illustration--calculator {
  background-image: url("/assets/templates/bamboo/img/illustrations/calculator.svg"); }
.illustration--money {
  background-image: url("/assets/templates/bamboo/img/illustrations/money-sketch.png"); }
.illustration--student-loans {
  background-image: url("/assets/templates/bamboo/img/illustrations/student-loans.png"); }
.illustration--magnifying-glass {
  background-image: url("/assets/templates/bamboo/img/illustrations/magnifying-glass.png"); }

.aso {
  color: #b4b4b4;
  text-align: center;
  padding: 1em 0; }
  .aso__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0.75em 0.25em;
    width: 100%;
    max-width: 120px; }
  .aso__logo {
    width: 100%;
    max-height: 20px;
    opacity: 0.5;
    float: left; }
  .aso__heading {
    vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .aso__heading {
      display: inline-block; } }

.step-list {
  list-style-type: none;
  counter-reset: step;
  padding-left: 0; }
  .step-list > li {
    padding-left: 3.5em;
    margin-bottom: 1.75em; }
    .step-list > li h3 {
      margin: 0;
      line-height: 1.75;
      font-size: 1.25em; }
    .step-list > li p:not(.expander__trigger) {
      margin-top: 0; }
    .step-list > li:before {
      position: absolute;
      margin-left: -3em;
      counter-increment: step;
      content: counter(step);
      width: 2em;
      height: 2em;
      line-height: 1.75;
      border: 2px solid #00a6e4;
      border-radius: 50%;
      text-align: center;
      font-size: 1.125em;
      color: #00a6e4; }
  .step-list__heading {
    font-weight: 700;
    margin: 0;
    line-height: 1.75; }

.youtube-global {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 1.875em;
  height: 0;
  overflow: hidden;
  margin: 1em 0; }
  .youtube-global iframe,
  .youtube-global object,
  .youtube-global embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.vimeo-global {
  width: 100%; }

.yt-preview,
.yt-play-overlay {
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.yt-preview {
  background-size: cover;
  position: relative; }

.yt-play-overlay {
  background-image: url("/assets/templates/bamboo/img/icons/icon-play.svg");
  background-color: #000;
  background-size: 4em;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s; }
  .yt-play-overlay:hover {
    opacity: 0.25; }

.yt-embed {
  width: 100%;
  height: 100%; }

.breadcrumbs {
  list-style-type: none;
  margin-bottom: 1em;
  padding-left: 0; }
  .breadcrumbs a {
    color: #aaa; }
  .breadcrumbs__item {
    display: inline; }
    .breadcrumbs__item:after {
      content: '\203A';
      color: #999; }
    .breadcrumbs__item:last-of-type:after {
      content: ''; }

.link {
  color: #00a6e4;
  cursor: pointer; }
  .link--white {
    color: #fff; }
  .link--underline {
    text-decoration: underline; }

.feature-grid {
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  .feature-grid::after {
    clear: both;
    content: "";
    display: table; }
  .feature-grid__image {
    display: inline-block;
    max-height: 6.25em; }
  .feature-grid__item {
    padding: 2em 2em 0; }
  .feature-grid__heading {
    font-size: 1.5em; }
  @media screen and (min-width: 768px) {
    .feature-grid__item {
      float: left;
      display: block;
      width: 34.5262292225%; }
      .feature-grid__item:last-child {
        width: 30.9475415551%; }
      .feature-grid__item:nth-child(3n) {
        margin-right: 0; }
      .feature-grid__item:nth-child(3n+1) {
        clear: left; } }

.reviews {
  font-size: 14px; }
  .reviews__heading {
    font-size: 1.5rem;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    font-weight: 700; }
  .reviews__subheading {
    margin-bottom: 1em; }
  .reviews__logo {
    max-width: 8em;
    width: 100%;
    float: right; }
  .reviews__page {
    display: none; }
    .reviews__page--shown {
      display: block; }
  .reviews__truncation + span {
    display: none; }
  .reviews__product-name {
    text-align: center;
    margin-bottom: 1em; }
  .reviews__actions {
    margin-top: 1em;
    text-align: center; }
  .reviews__footer {
    margin-top: 1em; }
  .reviews__aggregate {
    display: inline-block;
    text-align: center; }
  .reviews-item {
    padding: 1em 0;
    border-bottom: 1px solid #ddd; }
    .reviews-item__title {
      font-weight: 700;
      font-size: 16px; }
    .reviews-item__body {
      line-height: 1.6;
      margin: 0.5em 0; }
    .reviews-item__rating {
      display: inline-block; }
    .reviews-item__reviewer {
      float: right;
      padding-left: 1.25em;
      background: url("/assets/templates/bamboo/img/icons/icon-check.svg") no-repeat left center;
      background-size: 1em auto; }

.trustpilot-link {
  cursor: pointer; }

.checklist__item {
  padding: 0.5em 0 0.5em 1.5em;
  background: url("/assets/templates/bamboo/img/icons/icon-check.svg") no-repeat 0 0.625em;
  background-size: 1em auto; }

.bridge-bar {
  font-weight: 400;
  line-height: 1.2;
  border-bottom: 1px solid #31b0d5; }
  .bridge-bar .close {
    text-decoration: underline;
    cursor: pointer; }
  .bridge-bar--show-once {
    display: none; }

.split-form {
  border-top: 0;
  padding: 0; }
  .split-form__form {
    border-top: 0.25em solid #00a6e4;
    position: relative;
    padding: 1em;
    z-index: 100;
    background-color: #f8f8f8;
    -webkit-transform: translate3d(0, 0, 0);
    border-radius: 1px; }
  .split-form__heading {
    font-size: 1.875em;
    font-weight: 700;
    text-align: center; }
  .split-form__subheading {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 0.75em; }
  .split-form__prompt {
    font-size: 1.5rem;
    margin: 0.875em 0;
    text-align: center; }
    .split-form__prompt--left {
      text-align: left; }
  .split-form__actions {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 5px;
    text-align: center;
    margin-bottom: 0; }
    .split-form__actions::after {
      clear: both;
      content: "";
      display: table; }
  @media screen and (min-width: 768px) {
    .split-form__form {
      padding: 1.5em 2em; } }

.ie-9 img[src*=".svg"] {
  width: 100%; }
.ie-9 select {
  background-image: none;
  padding-right: 0.625em; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; }
    img[src$=".svg"].aso__logo, img[src$=".svg"].progress-bar__icon, img[src$=".svg"].sliding-panel__close {
      width: auto; }

  select::-ms-expand {
    display: none; } }
.waistband {
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 2em 0; }
  .waistband .layout {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1em;
    margin-bottom: 1em; }
    .waistband .layout-content {
      margin-bottom: 0; }
  .waistband--inline {
    border: 1px solid #ddd;
    padding: 2em;
    border-radius: 1px; }
  .waistband--centered {
    text-align: center; }
  .waistband--blue {
    background-color: #e5edf8; }
  .waistband--warning {
    background-color: #ffefd6; }

.inline-icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle; }

.image__caption {
  display: block;
  text-align: center; }

.pull-quote {
  background: url("/assets/templates/bamboo/img/icons/icon-pullquote.svg") no-repeat left top;
  background-size: 2.75em auto;
  padding-top: 3.5em;
  margin: 2em 0; }
  .pull-quote p {
    font-size: 1.75em;
    margin: 0; }
  .pull-quote footer {
    margin-top: 0.5em; }
  .pull-quote cite {
    font-style: normal; }
  .pull-quote--full {
    margin: 0; }
  @media screen and (min-width: 768px) {
    .pull-quote {
      max-width: 75%;
      float: right;
      margin: 2em 0 2em 2em; }
      .pull-quote--full {
        margin: 0;
        float: none;
        max-width: none;
        clear: both; } }

.compass {
  background: #fff; }
  .compass__content {
    position: relative; }
  .compass__item {
    max-height: 0px;
    overflow: hidden;
    position: relative;
    background: url("/assets/templates/bamboo/img/compass-progress.png") repeat-y center left;
    background-size: 0% 100%;
    -webkit-transition: max-height 0.25s ease-out;
    -moz-transition: max-height 0.25s ease-out;
    transition: max-height 0.25s ease-out; }
    .compass__item--read {
      background-size: 100% 100%; }
    .compass__item--active {
      max-height: 100px;
      font-weight: 700; }
  .compass__link {
    max-width: 936px;
    display: block;
    margin: 0 auto;
    padding: 1em 3em;
    color: inherit; }
  .compass__action {
    top: 0;
    position: absolute;
    padding: 1em; }
    .compass__action--expand {
      left: 0; }
      .compass__action--expand img {
        width: 1.375em;
        height: 1em; }
    .compass__action--top {
      right: 0; }
  .compass--hidden, .compass--expanded.compass--hidden {
    max-height: 0px;
    overflow: hidden; }
    .compass--hidden .compass__item, .compass--expanded.compass--hidden .compass__item {
      max-height: 0px; }
  .compass--fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000000;
    overflow: hidden;
    opacity: 0.98;
    box-shadow: 0 1px 3px rgba(102, 102, 102, 0.12), 0 1px 2px rgba(102, 102, 102, 0.24); }
  .compass--expanded .compass__item {
    max-height: 100px;
    border-bottom: 1px solid #dedede; }
    .compass--expanded .compass__item--read {
      border-color: #81D4FA; }
  @media screen and (min-width: 1000px) {
    .compass__link {
      padding: 1em; } }

@media screen and (min-width: 768px) {
  .layout--2-column + .compass--fixed {
    font-size: 14px;
    right: 1em;
    left: auto;
    width: 30%;
    top: 6em; }
    .layout--2-column + .compass--fixed .compass__link {
      padding: 1em 3.75em 1em 3em; } }

@media screen and (min-width: 414px) {
  .image-float--left {
    float: left;
    margin: 1em; }
  .image-float--right {
    float: right;
    margin: 1em; } }

.section-heading {
  clear: both;
  position: relative; }
  .section-heading__count {
    display: inline-block;
    margin-right: 0.5em;
    float: left;
    font-size: 1.875em; }
    .section-heading__count:after {
      content: '.'; }
  @media screen and (min-width: 768px) {
    .section-heading__count {
      position: absolute;
      left: -2em;
      width: 1.5em;
      text-align: right; } }

.graphic-list {
  margin: 5em 0;
  position: relative; }
  .graphic-list:before, .graphic-list:after {
    content: '';
    display: block;
    position: absolute;
    width: 10%;
    height: 0.5em;
    background: #ddd;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .graphic-list:before {
    top: -2.5em; }
  .graphic-list:after {
    bottom: -2.5em; }
  .graphic-list h2, .graphic-list h3, .graphic-list h4 {
    margin: 0; }
  .graphic-list__item {
    margin: 2.5em 0; }
  .graphic-list__image {
    text-align: center;
    margin: 0 auto 1em auto;
    max-width: 12.5em; }
  .graphic-list--single-item {
    margin: 3em 0; }
    .graphic-list--single-item:before, .graphic-list--single-item:after {
      display: none; }
  @media screen and (min-width: 414px) {
    .graphic-list__item::after {
      clear: both;
      content: "";
      display: table; }
    .graphic-list__image {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 22.3159842495%;
      margin-bottom: 0;
      text-align: left; }
      .graphic-list__image:last-child {
        margin-right: 0; }
      .graphic-list__image--right {
        float: right;
        margin-right: 0;
        text-align: right; }
    .graphic-list__content {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 74.1053280832%; }
      .graphic-list__content:last-child {
        margin-right: 0; } }

.link-stream {
  padding-left: 2em;
  margin: 1em 0; }
  .link-stream__item {
    position: relative;
    font-size: 1.125rem;
    padding: 9px 0; }
    .link-stream__item:before {
      content: '';
      position: absolute;
      background-color: #00a6e4;
      height: 12px;
      width: 12px;
      border-radius: 50%;
      left: -24px;
      top: 15px; }
    .link-stream__item:after {
      content: '';
      position: absolute;
      z-index: -1;
      border-left: 1px dotted #999;
      left: -18px;
      top: 0;
      bottom: 0; }

.formula {
  display: inline-block;
  background-color: #fff; }
  .formula {
    position: relative;
    padding-bottom: 1em; }
  .formula:after {
    bottom: 0px;
    background-position: left bottom;
    background: linear-gradient(-45deg, #dedede 0.5em, transparent 0), linear-gradient(45deg, #dedede 0.5em, #fff 0);
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1em;
    background-repeat: repeat-x;
    background-size: 1em 1em; }
  .formula__wrapper {
    text-align: center;
    margin: 2em 0;
    padding: 1em;
    font-size: 1.5em;
    background: #dedede; }
  .formula__contents {
    box-shadow: 0 1px 3px rgba(102, 102, 102, 0.12), 0 1px 2px rgba(102, 102, 102, 0.24); }
  .formula__heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background: #1cb3e0;
    padding: 0.75em 0.5em; }
  .formula__list {
    padding: 0.75em 0.5em 0.5em 0.75em; }
  .formula__value {
    color: #1cb3e0; }
  .formula__operator {
    color: #aaa;
    position: relative; }
    .formula__operator--result {
      margin-top: 0.75em;
      padding-top: 0.5em;
      border-top: 0.125em solid #ccc;
      color: #5cb85c; }
      .formula__operator--result + .formula__value {
        color: #5cb85c; }

.interstitial {
  background: #00a6e4;
  color: #fff;
  padding: 2em 1em;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 101;
  opacity: 0.95; }
  .interstitial__close {
    position: absolute;
    height: 2em;
    width: 2em;
    border-radius: 50%;
    border: 2px solid #fff;
    right: 1em;
    top: 1em;
    background: url("/assets/templates/bamboo/img/icons/icon-x-white.svg") center center no-repeat;
    background-size: 1em auto;
    cursor: pointer; }
  .interstitial__heading {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 0.25em;
    font-weight: 700; }
  .interstitial__content {
    margin-bottom: 1em; }
    .interstitial__content p {
      line-height: 1.1875;
      margin: 0.5em 0;
      font-size: 1.25em; }
  .interstitial__actions {
    margin: 1em 0; }
  .interstitial__footer {
    font-size: 0.875em;
    opacity: 0.75;
    margin-top: 2em; }
    .interstitial__footer:before {
      content: '';
      display: block;
      max-width: 5%;
      height: 2px;
      background: #fff;
      margin: 1em auto; }
  @media screen and (min-width: 768px) {
    .interstitial {
      padding-left: 6em;
      padding-right: 6em; }
      .interstitial__heading {
        font-size: 3em; } }

.whitepaper {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3em; }
  .whitepaper::after {
    clear: both;
    content: "";
    display: table; }
  .whitepaper .featured-image {
    width: 100%;
    height: 0;
    padding-bottom: 45.4545454545%;
    background-size: cover;
    background-position: center bottom;
    margin-bottom: 2em; }
    .whitepaper .featured-image h1 {
      font-size: 2em;
      padding: .5em;
      color: white;
      text-shadow: .05em .05em .05em #000; }
      @media screen and (min-width: 768px) {
        .whitepaper .featured-image h1 {
          font-size: 2.85em; } }
      .whitepaper .featured-image h1.featured-header--auto-insurance {
        background-color: rgba(0, 144, 85, 0.75);
        border-bottom: 1px solid #f3dbd1; }
      .whitepaper .featured-image h1.featured-header--motorcycle-insurance {
        background-color: rgba(28, 239, 253, 0.51);
        border-bottom: 1px solid #e4f307; }
      .whitepaper .featured-image h1.featured-header--health-insurance {
        background-color: rgba(4, 75, 80, 0.7);
        border-bottom: 2px solid #e4f307; }
      .whitepaper .featured-image h1.featured-header--home-insurance {
        background-color: rgba(5, 115, 59, 0.8);
        border-bottom: 2px solid #e8e7e7; }
      .whitepaper .featured-image h1.featured-header--renters-insurance {
        background-color: rgba(145, 198, 216, 0.64);
        border-bottom: 1px solid #ead49b; }
      .whitepaper .featured-image h1.featured-header--life-insurance {
        background-color: rgba(95, 80, 255, 0.58);
        border-bottom: 2px solid #92f3ec; }
      .whitepaper .featured-image h1.featured-header--pet-insurance {
        background-color: rgba(28, 239, 253, 0.51);
        border-bottom: 1px solid #e4f307; }
      .whitepaper .featured-image h1.featured-header--travel-insurance {
        background-color: rgba(70, 70, 70, 0.54);
        border-bottom: 2px solid #f30738; }
  .whitepaper h2, .whitepaper h3, .whitepaper h4, .whitepaper h5, .whitepaper h6 {
    font-weight: 600;
    color: #616161; }
  .whitepaper h2 {
    margin-bottom: .75em; }
  .whitepaper h3 {
    margin: 1em 0 0.25em 0; }
    .whitepaper h3.whitepaper__section-header {
      margin: 0 0 .25em 0;
      padding: .5em;
      font-size: 1.25em;
      font-weight: normal;
      text-align: left; }
      .whitepaper h3.whitepaper__section-header img {
        width: auto;
        max-height: .75em;
        margin-right: .5em; }
  @media screen and (min-width: 768px) {
    .whitepaper .content {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 65.4737707775%; }
      .whitepaper .content:last-child {
        margin-right: 0; } }
  .whitepaper .content ul {
    list-style-type: square;
    margin: 1em 0 1em 2em; }
    .whitepaper .content ul li {
      margin: 0.75em 0; }
  .whitepaper section {
    display: none;
    margin-bottom: 2em; }
    .whitepaper section.topic-active {
      display: block; }
  .whitepaper nav {
    display: none;
    position: sticky;
    top: 5.5em;
    clear: both; }
    @media screen and (min-width: 768px) {
      .whitepaper nav {
        clear: none;
        float: left;
        display: block;
        margin-right: 3.5786876674%;
        width: 30.9475415551%;
        margin-top: 1em; }
        .whitepaper nav:last-child {
          margin-right: 0; } }
    .whitepaper nav select {
      width: 100%;
      margin: 1em 0; }
      @media screen and (min-width: 768px) {
        .whitepaper nav select {
          display: none; } }
    .whitepaper nav ul {
      font-size: 0.875em;
      background-color: #f7f7f7;
      border-top: 1px solid #f7f7f7;
      display: none; }
      @media screen and (min-width: 768px) {
        .whitepaper nav ul {
          display: block; } }
    .whitepaper nav li {
      color: #00a6e4;
      padding: 0.875em 1em;
      border-right: 2px solid #f7f7f7;
      border-left: 3px solid #f7f7f7;
      border-bottom: 1px solid #fff;
      padding-right: 2em;
      position: relative; }
      .whitepaper nav li:hover {
        cursor: pointer; }
      .whitepaper nav li.active-tab {
        background-color: #e0f9dc;
        border-right-color: transparent;
        border-left-color: #8ace7f;
        color: initial;
        margin-left: -.5em; }
        .whitepaper nav li.active-tab.topic-read {
          color: #00a6e4;
          border-right-color: #00a6e4; }
      .whitepaper nav li #topic-count {
        display: block;
        margin-bottom: .5em; }
      .whitepaper nav li.topic-read {
        color: #5cb85c; }
      .whitepaper nav li.topic-show-all {
        background-color: #E4F3FE;
        color: #464646;
        text-align: center; }
        .whitepaper nav li.topic-show-all button {
          display: inline-block; }
        .whitepaper nav li.topic-show-all .show-all {
          color: #00a6e4;
          float: right; }
        .whitepaper nav li.topic-show-all button .show-all {
          color: white; }
      .whitepaper nav li .topic-action {
        background-image: url("/assets/templates/cosmos/img/icons/icon-check-green.svg");
        background-repeat: no-repeat;
        background-size: contain;
        height: 0.875em;
        width: 0.875em;
        margin-top: 0.25em;
        position: absolute;
        right: 1em; }
        .whitepaper nav li .topic-action:hover {
          background-image: url("/assets/templates/cosmos/img/icons/icon-close.svg"); }
      .whitepaper nav li.tab-hidden {
        display: none; }
  .whitepaper footer {
    font-size: 0.875em; }
  .whitepaper button:before, .whitepaper button:after {
    display: inline-block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat; }
  .whitepaper button.button-back {
    float: left; }
    .whitepaper button.button-back:before {
      background-image: url("/assets/templates/cosmos/img/icons/icon-arrow-left-gray.svg");
      background-position: center left;
      height: 0.625em;
      width: 0.625em; }
  .whitepaper button.button-forward {
    float: right; }
    .whitepaper button.button-forward:after {
      background-image: url("/assets/templates/cosmos/img/icons/icon-arrow-right.svg");
      background-position: center right;
      height: 0.625em;
      width: 0.625em; }
  .whitepaper .button-set--center button.button-forward {
    float: none; }
  .whitepaper .whitepaper-pane {
    display: none;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #5cb85c;
    color: #fff;
    padding: 1em; }
    .whitepaper .whitepaper-pane h5 {
      font-size: 1.5em;
      font-weight: bold;
      margin: 0.5em 0; }
      .whitepaper .whitepaper-pane h5:before {
        content: '';
        height: 2.5em;
        width: 2.5em;
        border-radius: 50%;
        margin: 0 auto;
        display: block;
        border: 2px solid #fff;
        background-image: url("/assets/templates/cosmos/img/icons/icon-check.svg");
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: center center; }
    .whitepaper .whitepaper-pane button {
      font-size: 0.875em;
      padding: 0.5em 0.625em;
      color: #fff;
      border: 1px solid #fff;
      background-color: transparent; }
      .whitepaper .whitepaper-pane button.focus {
        background-color: #fff;
        color: #5cb85c; }
    .whitepaper .whitepaper-pane em {
      display: block;
      text-decoration: italic;
      margin: 0.5em 0;
      font-size: 0.875em; }
    .whitepaper .whitepaper-pane p {
      text-align: left;
      line-height: 1.2; }
    .whitepaper .whitepaper-pane table {
      font-size: 14px; }
    .whitepaper .whitepaper-pane .close-pane {
      max-width: 1em;
      position: absolute;
      right: 1em;
      top: 1em;
      cursor: pointer; }

.omnitab {
  display: none; }
  .omnitab-pane, .omnitab-hidden {
    display: none; }
  .omnitab-active-pane {
    display: block; }

.interactive {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  .interactive::after {
    clear: both;
    content: "";
    display: table; }
  .interactive aside nav {
    text-align: right; }
    .interactive aside nav a {
      border-bottom: 1px solid #CAE2FC; }
  @media screen and (min-width: 768px) {
    .interactive .content, .interactive aside {
      float: left;
      display: block;
      margin-right: 3.5786876674%;
      width: 48.2106561663%; }
      .interactive .content:last-child, .interactive aside:last-child {
        margin-right: 0; } }
  .interactive h2, .interactive h3 {
    margin-bottom: 1em; }

.form-legal {
  font-size: 12px; }

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