* {
  box-sizing: border-box; }

/* Darkest Navy */
/* Cobalt Blue */
/* Navy */
/* Navy */
/* White Linen */
/* Pink Energy */
/* Green Verve */
/* Orange Zeal */
.panels-block {
  background-size: auto;
  background-position: left bottom;
  background-repeat: no-repeat; }
  .panels-block h1:empty, .panels-block h2:empty, .panels-block h3:empty,
  .panels-block h4:empty, .panels-block h5:empty, .panels-block h6:empty,
  .panels-block figure:empty {
    display: none; }
  .panels-block h2 {
    width: 100%;
    font-family: "proxima-nova", "Open Sans", sans-serif;
    font-size: 3.25rem;
    font-weight: 700; }
  .panels-block__desc {
    opacity: .9;
    margin-bottom: 2.5rem; }
  .panels-block__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
  .panels-block__accordion {
    list-style: none;
    padding: 0;
    margin: 0; }
  .panels-block__item-label {
    position: relative;
    width: 100%;
    background: none;
    color: inherit;
    text-align: left;
    transition: all 0.3s ease-in-out; }
  .panels-block__item-wrap {
    height: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden; }
  .panels-block__item-content {
    opacity: .9;
    font-weight: 400;
    line-height: 2rem; }
    .panels-block__item-content ul {
      list-style: none;
      padding-left: 0; }
      .panels-block__item-content ul li {
        position: relative;
        padding-left: 1.25rem;
        margin-bottom: 0.9375rem; }
        .panels-block__item-content ul li::before {
          content: '';
          position: absolute;
          top: 12px;
          left: 3px;
          display: inline-block;
          width: 7px;
          height: 7px;
          margin-right: 0.625rem;
          transform: rotate(45deg);
          background-color: #0B272D; }
  @media screen and (max-width: 991px) {
    .panels-block h2 {
      font-size: 2.1875rem; }
    .panels-block__item-label {
      padding: 0.625rem 3.375rem 0.625rem 1.25rem; }
      .panels-block__item-label i {
        top: 13px;
        right: 20px; }
    .panels-block__item-content {
      padding: 0.625rem 1.25rem 1.25rem; } }
  .panels-block.style-1 {
    padding: 6.25rem 0 9.375rem; }
    .panels-block.style-1 .panels-block__container {
      max-width: 77.1875rem; }
    .panels-block.style-1 h2 {
      padding: 0 2.5rem; }
    .panels-block.style-1 .panels-block__accordion li {
      margin-bottom: 0.5rem; }
    .panels-block.style-1 .panels-block__item-label {
      position: relative;
      width: 100%;
      padding: 1.25rem 4.625rem 1.25rem 2.5rem;
      background: none;
      color: #fff;
      font-family: "DM Serif Display", serif;
      font-size: 1.625rem;
      font-weight: 400;
      letter-spacing: 1px;
      line-height: 2.5rem;
      text-align: left; }
      .panels-block.style-1 .panels-block__item-label i {
        position: absolute;
        top: 23px;
        right: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 34px;
        height: 34px;
        padding-left: 2px;
        border-radius: 50%;
        font-size: 1.875rem;
        line-height: 2.5rem;
        transition: all 0.3s ease-in-out; }
      .panels-block.style-1 .panels-block__item-label:hover, .panels-block.style-1 .panels-block__item-label:focus, .panels-block.style-1 .panels-block__item-label:active, .panels-block.style-1 .panels-block__item-label.expand {
        background-color: #0075F2; }
      .panels-block.style-1 .panels-block__item-label:focus i, .panels-block.style-1 .panels-block__item-label:active i {
        background-color: #fff;
        color: #0075F2; }
      .panels-block.style-1 .panels-block__item-label.expand i {
        transform: rotate(90deg); }
    .panels-block.style-1 .panels-block__item-wrap {
      height: 0;
      transition: all 0.3s ease-in-out;
      overflow: hidden; }
      .panels-block.style-1 .panels-block__item-wrap.expand {
        background-color: #0075F2; }
    .panels-block.style-1 .panels-block__item-content {
      padding: 1.25rem 2.5rem 2.5rem;
      font-size: 1.25rem; }
    @media screen and (max-width: 991px) {
      .panels-block.style-1 {
        padding: 1.875rem 0; }
        .panels-block.style-1 h2 {
          padding: 0;
          font-size: 2.1875rem; }
        .panels-block.style-1 .panels-block__item-label {
          padding: 0.625rem 2.125rem 0.625rem 1.25rem; }
          .panels-block.style-1 .panels-block__item-label i {
            top: 13px;
            right: 1.25rem; }
        .panels-block.style-1 .panels-block__item-content {
          padding: 0.625rem 1.25rem 1.25rem; } }
  .panels-block.style-2 {
    padding: 6.09375rem 0; }
    .panels-block.style-2 .panels-block__item-label {
      position: relative;
      padding: 1.875rem 0;
      font-family: "proxima-nova", "Open Sans", sans-serif;
      font-size: 1.3125rem;
      font-weight: 700;
      line-height: 1.875rem;
      opacity: .7; }
      .panels-block.style-2 .panels-block__item-label::before {
        content: '';
        position: absolute;
        left: -30px;
        top: 38px;
        width: 13px;
        height: 13px;
        transform: rotate(45deg);
        background-color: transparent;
        transition: all 0.3s ease-in-out; }
      .panels-block.style-2 .panels-block__item-label:hover {
        opacity: 1; }
      .panels-block.style-2 .panels-block__item-label:focus, .panels-block.style-2 .panels-block__item-label.expand {
        opacity: 1; }
        .panels-block.style-2 .panels-block__item-label:focus::before, .panels-block.style-2 .panels-block__item-label.expand::before {
          background-color: #0075F2; }
    .panels-block.style-2 .panels-block__accordion > li:not(:last-child) {
      border-bottom: 2px solid rgba(227, 227, 227, 0.3); }
    .panels-block.style-2.panels-border-grey .panels-block__accordion > li:not(:last-child) {
      border-bottom: 2px solid #e3e3e3; }
    .panels-block.style-2 .panels-block__item-content {
      padding: 0 0 2.5rem;
      font-size: 1.125rem; }
    @media screen and (min-width: 992px) and (max-width: 1400px) {
      .panels-block.style-2 .panels-block__accordion {
        padding: 0 2.5rem; } }
    @media screen and (max-width: 991px) {
      .panels-block.style-2 {
        padding: 3.125rem 0; }
        .panels-block.style-2 .panels-block__text-wrap {
          padding-left: 2.5rem;
          padding-right: 2.5rem; }
        .panels-block.style-2 .panels-block__accordion {
          padding: 0 1.25rem; } }
  .panels-block.two-columns .panels-block__left-column {
    width: 50%; }
  .panels-block.two-columns .panels-block__content {
    width: 42%; }
  .panels-block.two-columns .panels-block__text-wrap {
    padding-left: 6.25rem; }
  @media screen and (max-width: 1199px) {
    .panels-block.two-columns .panels-block__text-wrap {
      padding-left: 3.125rem; } }
  @media screen and (max-width: 991px) {
    .panels-block.two-columns .panels-block__left-column {
      margin-bottom: 2.5rem; }
    .panels-block.two-columns .panels-block__left-column,
    .panels-block.two-columns .panels-block__content {
      width: 100%; }
    .panels-block.two-columns .panels-block__image-wrap {
      text-align: center; } }
  .panels-block.two-columns.column-40 .panels-block__left-column {
    width: 40%; }
  .panels-block.two-columns.column-40 .panels-block__content {
    width: 60%;
    padding-right: 6.25rem; }
  @media screen and (max-width: 991px) {
    .panels-block.two-columns.column-40 .panels-block__left-column,
    .panels-block.two-columns.column-40 .panels-block__content {
      width: 100%;
      padding: 0; } }
  .panels-block.color-white a {
    color: inherit; }
    .panels-block.color-white a:hover, .panels-block.color-white a:focus {
      opacity: 0.6; }
  .panels-block.gradient-blue.style-1 .panels-block__item-content ul li::before, .panels-block.background-cello.style-1 .panels-block__item-content ul li::before {
    background-color: #0B272D; }
  .panels-block.gradient-blue.style-2 .panels-block__item-content ul li::before, .panels-block.background-cello.style-2 .panels-block__item-content ul li::before {
    background-color: #0075F2; }
