div.gs-list__wrapper {
  font-size: 12px; }
  @media screen and (min-width: 480px) {
    div.gs-list__wrapper {
      display: flex;
      justify-content: space-between; } }

#content div.gs-list--styled {
  flex-basis: 48%;
  font-size: 12px;
  padding: 1rem 0;
  margin-bottom: 3rem; }
  #content div.gs-list--styled ul {
    border: solid thin #e6e6e6;
    list-style: none;
    padding: 0;
    margin: 0; }
    #content div.gs-list--styled ul li {
      margin: 0;
      padding: 5px 10px; }
      #content div.gs-list--styled ul li:nth-child(odd) {
        background: #e6e6e6; }
  #content div.gs-list--styled h2 {
    font-family: sans-serif;
    background: black;
    color: white;
    padding: 0 10px;
    font-size: 14px; }

.page-template-page-ourwork .process {
  overflow-x: scroll;
  height: 700px; }
.page-template-page-ourwork hr {
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid #666; }
.page-template-page-ourwork h2,
.page-template-page-ourwork h3 {
  color: black;
  font-family: 'Arvo', serif;
  text-transform: uppercase; }
.page-template-page-ourwork #content {
  font-size: 14px;
  line-height: 20px; }

@media screen and (min-width: 480px) {
  #content div.gs-list--styled ul {
    margin: 0;
    padding: 0; } }
.accordion {
  margin-bottom: 6rem; }

.accordion__header {
  background: black;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1rem 0;
  font-size: 16px; }

#content .accordion__content {
  padding: 1rem 1rem 1rem 1rem;
  background: #e6e6e6;
  font-size: 13px; }
  #content .accordion__content > ul,
  #content .accordion__content > ol {
    padding: 0 1rem; }
    #content .accordion__content > ul li,
    #content .accordion__content > ol li {
      padding: 0 0 0.5rem; }
      #content .accordion__content > ul li > ul,
      #content .accordion__content > ul li > ol,
      #content .accordion__content > ol li > ul,
      #content .accordion__content > ol li > ol {
        list-style: upper-latin;
        margin: 0.5rem 2rem; }

.accordion__content::after {
  background-color: #fff;
  background-image: url("../images/gs-chart-arrow-down.jpg");
  background-repeat: no-repeat;
  background-size: 36px;
  width: 36px;
  height: 36px;
  content: ' ';
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #750809;
  font-size: 40px; }

#content .accordion__item:last-of-type .accordion__content::after {
  display: none; }

#content .styled-list-2 {
  background: #c6dfdf;
  padding: 1rem 2rem; }
  #content .styled-list-2 h2,
  #content .styled-list-2 h3 {
    color: black;
    font-family: 'Arvo', serif;
    text-transform: none;
    line-height: 1.4;
    margin-bottom: 2rem; }
  #content .styled-list-2 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #content .styled-list-2 ul li {
      background: #e0eced;
      padding: 1rem;
      margin-bottom: 1rem; }

.flowchart td {
  background: #c6dfdf;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: white;
  padding: 1.5rem 1rem; }
  .flowchart td.arrow {
    padding: 0.5rem;
    background-color: #fff;
    background-image: url("../images/gs-chart-arrow.jpg");
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: center center;
    color: #750809;
    font-size: 20px; }
    .flowchart td.arrow i {
      visibility: hidden; }
    .flowchart td.arrow.arrow--down {
      background-image: url("../images/gs-chart-arrow-down.jpg"); }
    .flowchart td.arrow.arrow--left {
      background-image: url("../images/gs-chart-arrow-left.jpg"); }
  .flowchart td.spacer {
    padding: 0.5rem;
    background: white;
    font-size: 20px; }
  .flowchart td.inverse {
    background: white; }

.flowchart__row {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-self: center; }
  .flowchart__row .flowchart__item {
    align-items: center;
    justify-content: center;
    width: 27%;
    background: #c5dfde;
    height: 100px;
    font-weight: bold;
    font-size: 16px;
    align-self: center; }

table.normal-table {
  width: 100%;
  border-collapse: collapse; }
  table.normal-table td {
    background: #f0f0f0;
    vertical-align: middle;
    padding: 15px; }
  table.normal-table tr {
    border-bottom: thin solid #dddddd; }
    table.normal-table tr td:first-child {
      width: 35%;
      vertical-align: top; }
    table.normal-table tr:last-of-type {
      border-bottom: none; }

.gs-table table {
  width: 100%;
  border-spacing: 4px;
  border-collapse: separate; }
  .gs-table table td {
    background: #e6e6e6;
    vertical-align: top;
    text-align: left;
    padding: 8px 8px; }

@media screen and (min-width: 768px) {
  #content .chart--detail {
    display: flex; } }
#content .chart--detail > div {
  flex-basis: 50%; }
#content .chart--detail .chart-aside {
  background: #e6e6e6;
  align-items: center;
  display: flex;
  padding: 20px 20px;
  text-align: center;
  margin-top: 20px;
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    #content .chart--detail .chart-aside {
      margin-top: 0;
      margin-left: 5px;
      padding: 0 20px; } }
#content .chart--detail .chart-header {
  background: #000;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px; }
#content .chart--detail .chart-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #content .chart--detail .chart-list ul li {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    padding: 10px;
    background: #e6e6e6;
    margin-bottom: 5px; }
    #content .chart--detail .chart-list ul li:before {
      background-image: url("../images/gs-chart-arrow.jpg");
      background-repeat: no-repeat;
      background-size: 18px;
      content: '';
      display: block;
      width: 18px;
      height: 18px;
      flex-basis: 18px;
      position: relative;
      left: -1rem; }
    #content .chart--detail .chart-list ul li span {
      flex-basis: 90%;
      display: block; }
    #content .chart--detail .chart-list ul li:last-child {
      margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none; } }

.desktop-only {
  display: none; }
  @media screen and (min-width: 768px) {
    .desktop-only {
      display: block; } }

.gs-accordion {
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .gs-accordion .accordion-section {
      display: flex; } }
  .gs-accordion .accordion-section .title {
    position: relative;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    background: #e6e6e6;
    flex-basis: 35%;
    padding: 0 30px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-grow: 1; }
    @media screen and (min-width: 768px) {
      .gs-accordion .accordion-section .title:after {
        z-index: 5;
        background-image: url("../images/gs-chart-arrow-down.jpg");
        background-repeat: no-repeat;
        background-size: 36px;
        width: 36px;
        height: 36px;
        content: ' ';
        display: block;
        text-align: center;
        margin: 0 auto;
        flex-shrink: 1;
        flex-basis: 36px;
        position: absolute;
        bottom: -18px;
        left: 86px; } }
  .gs-accordion .accordion-section .body {
    background: #f0f0f0;
    flex-basis: 65%;
    padding: 20px 30px;
    font-size: 12px; }
    .gs-accordion .accordion-section .body > ol {
      list-style: none;
      counter-reset: my-awesome-counter; }
      .gs-accordion .accordion-section .body > ol > li > ol {
        list-style: none;
        margin-left: 30px; }
        .gs-accordion .accordion-section .body > ol > li > ol > li::before {
          content: attr(data-letter);
          background: #d81921;
          color: white;
          text-align: center;
          font-weight: bold;
          padding: 0.5rem 0.5rem 0.5rem 0.5rem;
          margin-right: 10px;
          height: 30px;
          width: 30px; }
    .gs-accordion .accordion-section .body > ol > li {
      counter-increment: my-awesome-counter; }
    .gs-accordion .accordion-section .body > ol > li::before {
      content: counter(my-awesome-counter) " ";
      background: #d81921;
      color: white;
      text-align: center;
      font-weight: bold;
      padding: 0.5rem 0.5rem 0.5rem 0.7rem;
      margin-right: 10px; }
  .gs-accordion .accordion-section:nth-child(1) .title {
    background: #aba7a7; }
  .gs-accordion .accordion-section:nth-child(2) .title {
    background: #959192; }
  .gs-accordion .accordion-section:nth-child(3) .title {
    background: #8a7d7d; }
  .gs-accordion .accordion-section:nth-child(4) .title {
    background: #6f6b6b; }
  .gs-accordion .accordion-section:nth-child(5) .title {
    background: #323232; }
  .gs-accordion .accordion-section:nth-child(5) :after {
    display: none;
    content: ''; }

.gs-arrows {
  margin: 30px 0; }

.gs-arrow-row {
  position: relative;
  height: 68px; }
  .gs-arrow-row .gs-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    width: 150px;
    height: 68px;
    position: absolute;
    background: #aba7a7;
    border: 3px solid #d81921;
    margin: 0 47px 3px 3px;
    padding: 10px 0 10px 32px;
    left: 0;
    z-index: 5; }
    .gs-arrow-row .gs-arrow:nth-child(1) {
      padding-right: 0;
      width: 118px;
      padding-left: 16px; }
    .gs-arrow-row .gs-arrow:nth-child(2) {
      background: #959192;
      left: 118px;
      z-index: 4; }
      .gs-arrow-row .gs-arrow:nth-child(2):after {
        border-left-color: #959192; }
    .gs-arrow-row .gs-arrow:nth-child(3) {
      background: #8a7d7d;
      left: 268px;
      z-index: 3; }
      .gs-arrow-row .gs-arrow:nth-child(3):after {
        border-left-color: #8a7d7d; }
    .gs-arrow-row .gs-arrow:nth-child(4) {
      background: #6f6b6b;
      left: 418px;
      z-index: 2; }
      .gs-arrow-row .gs-arrow:nth-child(4):after {
        border-left-color: #6f6b6b; }
    .gs-arrow-row .gs-arrow:after, .gs-arrow-row .gs-arrow:before {
      left: 100%;
      top: 50%;
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .gs-arrow-row .gs-arrow:after {
      border-left-color: #aba7a7;
      border-width: 32px;
      margin-top: -32px; }
    .gs-arrow-row .gs-arrow:before {
      border-left-color: #d81921;
      border-width: 35px;
      margin-top: -35px; }
  .gs-arrow-row.gs-arrow-row--reverse {
    margin-left: 32px; }
    .gs-arrow-row.gs-arrow-row--reverse .gs-arrow {
      z-index: 1;
      background: #323232;
      padding: 10px 32px 10px 0;
      width: 150px; }
      .gs-arrow-row.gs-arrow-row--reverse .gs-arrow:after {
        border-right-color: #323232; }
      .gs-arrow-row.gs-arrow-row--reverse .gs-arrow:nth-child(4) {
        padding-left: 10px;
        width: 118px; }
      .gs-arrow-row.gs-arrow-row--reverse .gs-arrow:nth-child(2) {
        background: #3e3c3d;
        left: 150px;
        z-index: 2; }
        .gs-arrow-row.gs-arrow-row--reverse .gs-arrow:nth-child(2):after {
          border-right-color: #3e3c3d; }
      .gs-arrow-row.gs-arrow-row--reverse .gs-arrow:nth-child(3) {
        background: #474242;
        left: 300px;
        z-index: 3; }
        .gs-arrow-row.gs-arrow-row--reverse .gs-arrow:nth-child(3):after {
          border-right-color: #474242; }
      .gs-arrow-row.gs-arrow-row--reverse .gs-arrow:nth-child(4) {
        background: #5e5a5a;
        left: 450px;
        z-index: 4;
        padding-right: 10px; }
        .gs-arrow-row.gs-arrow-row--reverse .gs-arrow:nth-child(4):after {
          border-right-color: #5e5a5a; }
      .gs-arrow-row.gs-arrow-row--reverse .gs-arrow:after, .gs-arrow-row.gs-arrow-row--reverse .gs-arrow:before {
        left: -32px; }
      .gs-arrow-row.gs-arrow-row--reverse .gs-arrow:after {
        border-left: 0;
        border-right-color: #323232;
        border-width: 32px;
        margin-top: -32px; }
      .gs-arrow-row.gs-arrow-row--reverse .gs-arrow:before {
        border-left: 0;
        border-right-color: #d81921;
        border-width: 35px;
        margin-top: -35px;
        margin-left: -3px; }

.gs-double-arrow {
  position: relative;
  height: 32px; }
  .gs-double-arrow img {
    position: absolute;
    right: 32px; }

/*# sourceMappingURL=gs-updated.css.map */
