section.studies-archive {
  padding: 90px 0;
  background-color: #f5f5f5; }
  section.studies-archive .container {
    max-width: 930px; }
  section.studies-archive .title {
    text-align: center;
    color: #562e60;
    font-weight: 500;
    margin-bottom: 70px; }
  section.studies-archive .studies .study {
    margin-top: 55px;
    background-color: white;
    border-radius: 4px;
    overflow: hidden; }
    @media (min-width: 1024px) {
      section.studies-archive .studies .study {
        display: flex;
        flex-wrap: wrap; }
        section.studies-archive .studies .study:nth-of-type(2n) .content {
          order: 2; }
        section.studies-archive .studies .study:nth-of-type(2n) .image {
          order: 1; } }
    section.studies-archive .studies .study:first-of-type {
      margin-top: 0; }
    section.studies-archive .studies .study .content {
      padding: 20px 30px;
      overflow: hidden; }
      @media (min-width: 1024px) {
        section.studies-archive .studies .study .content {
          width: calc(100% - 360px); } }
      section.studies-archive .studies .study .content .company-logo img {
        max-width: 340px;
        width: 100%;
        height: auto; }
      section.studies-archive .studies .study .content .text p.type {
        color: #562e60;
        font-weight: 500;
        font-size: 20px; }
      section.studies-archive .studies .study .content .text a {
        float: right;
        background-color: #562e60;
        color: white;
        padding: 10px 20px;
        font-weight: 500;
        border-radius: 5px; }
        section.studies-archive .studies .study .content .text a:hover {
          background-color: #753f82;
          text-decoration: none; }
    section.studies-archive .studies .study .image {
      width: 100%;
      height: 210px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-color: gainsboro; }
      @media (min-width: 1024px) {
        section.studies-archive .studies .study .image {
          width: 300px;
          height: auto; } }

section.studies-single {
  padding: 50px 0;
  background-color: #f5f5f5; }
  @media (min-width: 1024px) {
    section.studies-single {
      padding: 90px 0; } }
  section.studies-single .study-header {
    background-color: white;
    border-radius: 4px;
    position: relative;
    padding: 20px;
    overflow: hidden; }
    @media (min-width: 1024px) {
      section.studies-single .study-header {
        padding: 30px 50px; } }
    section.studies-single .study-header .company-logo {
      background-color: white;
      padding: 20px;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media (min-width: 1024px) {
        section.studies-single .study-header .company-logo {
          padding: 30px 40px; } }
      section.studies-single .study-header .company-logo img {
        max-width: 420px;
        width: 100%;
        height: auto; }
    section.studies-single .study-header .image {
      width: 100%;
      height: 290px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background-color: gainsboro;
      float: right;
      max-width: 880px; }
  section.studies-single .study-content {
    background-color: white;
    border-radius: 4px;
    padding: 40px 30px;
    margin-top: 50px; }
    @media (min-width: 1024px) {
      section.studies-single .study-content {
        padding: 40px 50px; } }
    section.studies-single .study-content .title {
      font-weight: 500;
      color: #562e60;
      margin-bottom: 30px; }
    section.studies-single .study-content p {
      font-size: 16px; }
      section.studies-single .study-content p strong {
        color: #562e60; }
    section.studies-single .study-content .quote {
      position: relative;
      overflow: hidden;
      padding-top: 40px; }
      @media (min-width: 1024px) {
        section.studies-single .study-content .quote {
          padding-left: 100px;
          padding-top: 0; } }
      section.studies-single .study-content .quote i {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 50px;
        color: #255e6f; }
      section.studies-single .study-content .quote h2.text {
        padding-top: 40px;
        color: #562e60;
        font-weight: 500;
        line-height: 130%; }
      section.studies-single .study-content .quote p.info {
        float: right;
        font-size: 18px;
        color: #255e6f;
        font-weight: 500;
        margin-top: 20px;
        text-align: right; }
  section.studies-single .back-to {
    text-align: center;
    margin-top: 50px; }
    section.studies-single .back-to a {
      display: inline-block;
      background-color: #562e60;
      color: white;
      padding: 10px 20px;
      font-weight: 500;
      border-radius: 5px; }
      section.studies-single .back-to a:hover {
        background-color: #753f82;
        text-decoration: none; }

.single-studies #Subheader, .post-type-archive-studies #Subheader {
  display: none; }

/*# sourceMappingURL=new-styles.css.map */
