/*********************************************************************************************************************************************************************
1. CSS Libraries
**********************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************
2. Base
**********************************************************************************************************************************************************************/
.max-width {
  max-width: 800px;
  margin: 0 auto; }

h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 45px;
  margin-top: 0; }

h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  margin-top: 0;
  margin-bottom: 20px; }

h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.1rem;
  line-height: 22px;
  text-transform: uppercase;
  margin-top: 0; }

html, p, span, blockquote, ul, ol, li {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.01rem;
  line-height: 24px;
  margin-top: 0; }

body.post-template-single-bootstraplanding #main-container .inner-container-wrap, body.post-template-single-bootstraplanding2 #main-container .inner-container-wrap, body.post-template-single-bootstraplanding-2020 #main-container .inner-container-wrap {
  background-color: #007dd1;
  padding-top: 100px;
  padding-bottom: 100px; }

/*********************************************************************************************************************************************************************
3. Modules
**********************************************************************************************************************************************************************/
.bootstrap-about {
  background-color: #007dd1;
  background-size: cover; }
  .bootstrap-about .max-width {
    max-width: 1170px;
    padding: 0 15px; }
    .bootstrap-about .max-width .about-content {
      padding: 100px 0;
      max-width: 500px; }
      .bootstrap-about .max-width .about-content.right {
        margin-left: auto; }
      .bootstrap-about .max-width .about-content.padding {
        padding-top: 0;
        padding-bottom: 0; }
      .bootstrap-about .max-width .about-content.backdrop {
        background: #007dd1; }
      .bootstrap-about .max-width .about-content h2.about-title {
        color: #fff; }
      .bootstrap-about .max-width .about-content span.about-copy {
        color: #fff; }

.bootstrap-alternating .bootstrap-alternating-single {
  display: flex;
  align-items: stretch; }
  .bootstrap-alternating .bootstrap-alternating-single:nth-child(odd) .alternating-single-background {
    order: 2; }
  .bootstrap-alternating .bootstrap-alternating-single:nth-child(odd) .alternating-single-content {
    background: #fff;
    order: 1; }
    .bootstrap-alternating .bootstrap-alternating-single:nth-child(odd) .alternating-single-content .alternating-content-svg path, .bootstrap-alternating .bootstrap-alternating-single:nth-child(odd) .alternating-single-content .alternating-content-svg rect {
      fill: #414141; }
    .bootstrap-alternating .bootstrap-alternating-single:nth-child(odd) .alternating-single-content h3.alternating-content-city {
      color: #414141; }
    .bootstrap-alternating .bootstrap-alternating-single:nth-child(odd) .alternating-single-content h2.alternating-content-title {
      color: #414141; }
    .bootstrap-alternating .bootstrap-alternating-single:nth-child(odd) .alternating-single-content span.alternating-content-copy {
      color: #414141; }
    .bootstrap-alternating .bootstrap-alternating-single:nth-child(odd) .alternating-single-content blockquote.alternating-content-quote {
      color: #414141; }
  .bootstrap-alternating .bootstrap-alternating-single:nth-child(even) .alternating-single-content {
    background-color: #007dd1; }
  .bootstrap-alternating .bootstrap-alternating-single:nth-child(even) .alternating-single-content .alternating-content-svg path, .bootstrap-alternating .bootstrap-alternating-single:nth-child(even) .alternating-single-content .alternating-content-svg rect {
    fill: #fff; }
  .bootstrap-alternating .bootstrap-alternating-single:nth-child(even) .alternating-single-content h3.alternating-content-city {
    color: #fff; }
  .bootstrap-alternating .bootstrap-alternating-single:nth-child(even) .alternating-single-content h2.alternating-content-title {
    color: #fff; }
  .bootstrap-alternating .bootstrap-alternating-single:nth-child(even) .alternating-single-content span.alternating-content-copy {
    color: #fff; }
  .bootstrap-alternating .bootstrap-alternating-single:nth-child(even) .alternating-single-content blockquote.alternating-content-quote {
    color: #fff; }
  .bootstrap-alternating .bootstrap-alternating-single .alternating-single-background {
    flex: auto;
    background-size: cover;
    background-position: center center; }
  .bootstrap-alternating .bootstrap-alternating-single .alternating-single-content {
    max-width: 600px;
    padding: 60px 100px; }
    @media (max-width: 600px) {
      .bootstrap-alternating .bootstrap-alternating-single .alternating-single-content {
        padding: 60px 28px; } }
    .bootstrap-alternating .bootstrap-alternating-single .alternating-single-content h3.alternating-content-city {
      font-size: 28px;
      display: inline-block; }
    .bootstrap-alternating .bootstrap-alternating-single .alternating-single-content blockquote.alternating-content-quote {
      padding: 30px 0 0;
      margin: 0; }

.bootstrap-graph {
  margin-bottom: 20px;
  padding: 0 28px; }
  .bootstrap-graph .max-width div#d3-graph-svg-container {
    position: relative; }
    @media (max-width: 500px) {
      .bootstrap-graph .max-width div#d3-graph-svg-container {
        display: none; } }
    .bootstrap-graph .max-width div#d3-graph-svg-container .backelements {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: 0.5; }
      .bootstrap-graph .max-width div#d3-graph-svg-container .backelements div.midline {
        position: absolute;
        width: 80%;
        border-bottom: 1px solid white;
        top: 44%;
        left: 50%;
        transform: translateX(-50%); }
      .bootstrap-graph .max-width div#d3-graph-svg-container .backelements div.vertline {
        position: absolute;
        height: 30.5%;
        border-left: 1px solid white;
        top: 70px;
        left: 50%;
        transform: translateX(-50%); }
      .bootstrap-graph .max-width div#d3-graph-svg-container .backelements span {
        position: absolute;
        font-family: "Oswald", sans-serif;
        color: #fff;
        font-weight: 700;
        letter-spacing: 0.1rem;
        text-transform: uppercase; }
      .bootstrap-graph .max-width div#d3-graph-svg-container .backelements span.lefttext {
        top: 60px;
        left: 70px; }
      .bootstrap-graph .max-width div#d3-graph-svg-container .backelements span.righttext {
        top: 60px;
        right: 70px; }
      .bootstrap-graph .max-width div#d3-graph-svg-container .backelements span.centertext {
        left: 50%;
        bottom: 100px;
        transform: translateX(-50%); }
    .bootstrap-graph .max-width div#d3-graph-svg-container div#hover-display {
      position: absolute;
      left: 50%;
      top: 50% !important;
      transform: translate(-50%, 50%);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: transparent;
      z-index: 999999999;
      opacity: 0;
      pointer-events: none;
      background: rgba(0, 0, 0, 0.8);
      padding: 20px;
      border-radius: 10px;
      transition: all 0.2s ease-out; }
      .bootstrap-graph .max-width div#d3-graph-svg-container div#hover-display h3.display-label {
        font-size: 18px;
        color: #fff;
        margin: 0px;
        padding: 5px 5px 0px;
        text-align: right; }
        .bootstrap-graph .max-width div#d3-graph-svg-container div#hover-display h3.display-label:first-of-type {
          font-size: 24px;
          margin-bottom: 20px; }
    .bootstrap-graph .max-width div#d3-graph-svg-container svg#d3-graph {
      position: relative;
      z-index: 2;
      width: 100%;
      height: 500px;
      background-color: transparent; }
      .bootstrap-graph .max-width div#d3-graph-svg-container svg#d3-graph .axis {
        color: #fff; }
        .bootstrap-graph .max-width div#d3-graph-svg-container svg#d3-graph .axis text.label {
          fill: #fff;
          font-family: "Oswald", sans-serif;
          text-transform: uppercase;
          font-size: 12px; }
        .bootstrap-graph .max-width div#d3-graph-svg-container svg#d3-graph .axis .tick text {
          fill: #fff;
          font-family: "Oswald", sans-serif;
          font-weight: 300; }
        .bootstrap-graph .max-width div#d3-graph-svg-container svg#d3-graph .axis path {
          display: none; }
        .bootstrap-graph .max-width div#d3-graph-svg-container svg#d3-graph .axis.x text.label {
          transform: translateY(50px); }
      .bootstrap-graph .max-width div#d3-graph-svg-container svg#d3-graph .circle-group circle {
        stroke: #fff;
        stroke-width: 3px;
        opacity: 0.8;
        transition: all 0.2s ease-out; }
        .bootstrap-graph .max-width div#d3-graph-svg-container svg#d3-graph .circle-group circle:hover {
          opacity: 1; }
      .bootstrap-graph .max-width div#d3-graph-svg-container svg#d3-graph .circle-group circle:nth-child(6n+6) {
        fill: #aee388; }
      .bootstrap-graph .max-width div#d3-graph-svg-container svg#d3-graph .circle-group circle:nth-child(6n+5) {
        fill: #fcff65; }
      .bootstrap-graph .max-width div#d3-graph-svg-container svg#d3-graph .circle-group circle:nth-child(6n+4) {
        fill: #3b8dc4; }
      .bootstrap-graph .max-width div#d3-graph-svg-container svg#d3-graph .circle-group circle:nth-child(6n+3) {
        fill: #20c3ef; }
      .bootstrap-graph .max-width div#d3-graph-svg-container svg#d3-graph .circle-group circle:nth-child(6n+2) {
        fill: #3fbf5e; }
      .bootstrap-graph .max-width div#d3-graph-svg-container svg#d3-graph .circle-group circle:nth-child(6n+1) {
        fill: #ffc934; }
      .bootstrap-graph .max-width div#d3-graph-svg-container svg#d3-graph .scale circle {
        fill: #fff; }
      .bootstrap-graph .max-width div#d3-graph-svg-container svg#d3-graph .scale text {
        fill: #000000;
        font-size: 15px; }

.bootstrap-hero {
  margin-bottom: 60px;
  padding: 0 28px; }
  .bootstrap-hero .max-width {
    text-align: center; }
    .bootstrap-hero .max-width h3.hero-above-title {
      color: #fff; }
    .bootstrap-hero .max-width h1.hero-title {
      color: #fff; }

.bootstrap-rich-text {
  margin-bottom: 50px;
  padding: 0 28px; }
  .bootstrap-rich-text .max-width .rich-text-copy {
    color: #fff; }
    .bootstrap-rich-text .max-width .rich-text-copy h3 {
      margin-bottom: 30px;
      color: #fff;
      line-height: 26px; }
    .bootstrap-rich-text .max-width .rich-text-copy p {
      color: #fff;
      margin-bottom: 60px;
      font-size: 20px;
      line-height: 30px;
      font-weight: 300; }

.bootstrap-subscribe {
  background: #fff;
  padding: 50px 28px; }
  .bootstrap-subscribe .max-width {
    text-align: center; }
    .bootstrap-subscribe .max-width .subscribe-title {
      color: #414141; }
    .bootstrap-subscribe .max-width .subscribe-copy {
      color: #414141; }
    .bootstrap-subscribe .max-width .subscribe-form-embed {
      text-align: center;
      max-width: 390px;
      margin: 0 auto; }
      .bootstrap-subscribe .max-width .subscribe-form-embed .hbspt-form form .hs_email .hs-form-required {
        display: none; }
      .bootstrap-subscribe .max-width .subscribe-form-embed .hbspt-form form .hs_email .input input {
        text-align: center;
        font-size: 18px !important;
        color: #414141;
        border: 1px solid #414141;
        height: 55px;
        margin-top: 25px; }
      .bootstrap-subscribe .max-width .subscribe-form-embed .hbspt-form form .hs_submit .actions input {
        background: #ff812c;
        font-size: 18px !important;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 700;
        min-width: 180px;
        padding: 10px 22px;
        margin-top: 15px; }

.bootstrap-legal {
  background-color: #007dd1;
  padding: 60px 28px 0; }
  .bootstrap-legal .max-width {
    max-width: 1170px;
    padding: 0 15px; }
  .bootstrap-legal .max-width .legal-copy {
    color: #fff; }

.bootstrap-flex-section {
  background-color: white;
  padding: 50px 28px; }
  .bootstrap-flex-section .max-width {
    max-width: 1240px; }
    .bootstrap-flex-section .max-width section.section-title {
      margin-bottom: 100px;
      margin-top: 50px;
      max-width: 800px;
      margin: 50px auto 100px; }
      .bootstrap-flex-section .max-width section.section-title .max-width {
        max-width: 800px;
        text-align: center; }
    .bootstrap-flex-section .max-width section.bootstrap-section-intro {
      margin-bottom: 50px;
      max-width: 800px;
      margin: 0 auto 50px; }
      .bootstrap-flex-section .max-width section.bootstrap-section-intro h3.section-intro-title {
        font-weight: 400; }
      .bootstrap-flex-section .max-width section.bootstrap-section-intro span.section-intro-copy {
        font-size: 24px;
        line-height: 30px; }
        .bootstrap-flex-section .max-width section.bootstrap-section-intro span.section-intro-copy * {
          font-size: 24px;
          line-height: 30px; }
    .bootstrap-flex-section .max-width section.bootstrap-results-section .max-width {
      display: flex;
      margin-bottom: 0px;
      justify-content: space-between;
      flex-wrap: wrap;
      max-width: 1240px; }
      .bootstrap-flex-section .max-width section.bootstrap-results-section .max-width h3.results-section-title {
        width: 100%;
        text-align: center;
        font-weight: 400;
        margin-bottom: 50px; }
      .bootstrap-flex-section .max-width section.bootstrap-results-section .max-width .results-section-item {
        margin-bottom: 50px;
        width: calc(50% - 20px); }
        @media (max-width: 1240px) {
          .bootstrap-flex-section .max-width section.bootstrap-results-section .max-width .results-section-item {
            width: 100%; } }
        .bootstrap-flex-section .max-width section.bootstrap-results-section .max-width .results-section-item span.results-section-item-copy {
          text-align: center;
          margin-bottom: 30px;
          display: block; }
        .bootstrap-flex-section .max-width section.bootstrap-results-section .max-width .results-section-item img.results-section-item-image {
          width: 100%;
          height: auto; }
    .bootstrap-flex-section .max-width section.bootstrap-full-width-image {
      margin-bottom: 50px; }
      .bootstrap-flex-section .max-width section.bootstrap-full-width-image .max-width {
        max-width: 800px; }
    .bootstrap-flex-section .max-width section.bootstrap-section-numbers {
      margin-bottom: 100px; }
      .bootstrap-flex-section .max-width section.bootstrap-section-numbers .max-width {
        display: flex;
        margin-bottom: 100px;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        max-width: 800px;
        margin: 0 auto; }
        .bootstrap-flex-section .max-width section.bootstrap-section-numbers .max-width .section-number {
          text-align: center;
          width: calc(50% - 20px);
          margin-bottom: 50px; }
          @media (max-width: 600px) {
            .bootstrap-flex-section .max-width section.bootstrap-section-numbers .max-width .section-number {
              width: 100%; } }
          .bootstrap-flex-section .max-width section.bootstrap-section-numbers .max-width .section-number .section-number-question {
            max-width: 220px;
            margin: 0 auto 20px;
            display: block; }
          .bootstrap-flex-section .max-width section.bootstrap-section-numbers .max-width .section-number .section-color-number {
            font-size: 60px;
            font-weight: 800;
            margin-bottom: 20px;
            display: block; }
          .bootstrap-flex-section .max-width section.bootstrap-section-numbers .max-width .section-number .section-number-subhead {
            font-weight: 600;
            max-width: 220px;
            margin: 0 auto; }
    .bootstrap-flex-section .max-width section.bootstrap-section-side-by .max-width {
      max-width: 800px; }
      .bootstrap-flex-section .max-width section.bootstrap-section-side-by .max-width .side-by-item {
        display: flex;
        margin-bottom: 100px;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap; }
        @media (max-width: 600px) {
          .bootstrap-flex-section .max-width section.bootstrap-section-side-by .max-width .side-by-item {
            flex-direction: column;
            justify-content: center;
            text-align: center; } }
        .bootstrap-flex-section .max-width section.bootstrap-section-side-by .max-width .side-by-item:nth-of-type(even) .side-by-image-wrap {
          order: 2; }
          @media (max-width: 600px) {
            .bootstrap-flex-section .max-width section.bootstrap-section-side-by .max-width .side-by-item:nth-of-type(even) .side-by-image-wrap {
              order: 1; } }
        @media (max-width: 600px) {
          .bootstrap-flex-section .max-width section.bootstrap-section-side-by .max-width .side-by-item:nth-of-type(even) span.side-by-copy {
            order: 2; } }
        .bootstrap-flex-section .max-width section.bootstrap-section-side-by .max-width .side-by-item .side-by-image-wrap {
          width: calc(50% - 20px); }
          .bootstrap-flex-section .max-width section.bootstrap-section-side-by .max-width .side-by-item .side-by-image-wrap img.side-by-image {
            width: 100%;
            height: auto; }
            @media (max-width: 600px) {
              .bootstrap-flex-section .max-width section.bootstrap-section-side-by .max-width .side-by-item .side-by-image-wrap img.side-by-image {
                margin-bottom: 20px; } }
        .bootstrap-flex-section .max-width section.bootstrap-section-side-by .max-width .side-by-item span.side-by-copy {
          width: calc(50% - 20px); }

.bootstrap-anchor-nav {
  margin-bottom: 50px;
  text-align: center; }
  .bootstrap-anchor-nav .max-width h2.anchor-nav-title {
    color: #fff; }
  .bootstrap-anchor-nav .max-width .anchor-nav-links a {
    color: #fff;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 200;
    font-size: 18px; }

.post-template-single-casestudypost .inner-container-wrap {
  padding-left: 27px;
  padding-right: 27px; }

.post-template-single-casestudypost .max-width {
  max-width: 1024px;
  padding-top: 70px; }
  .post-template-single-casestudypost .max-width .case-study-hero {
    padding-bottom: 30px;
    border-bottom: 3px solid #5fc097; }
    .post-template-single-casestudypost .max-width .case-study-hero .case-study-hero-top {
      display: flex;
      align-items: center;
      padding-bottom: 20px; }
      @media (max-width: 612px) {
        .post-template-single-casestudypost .max-width .case-study-hero .case-study-hero-top {
          flex-direction: column; } }
      .post-template-single-casestudypost .max-width .case-study-hero .case-study-hero-top span.case-study-hero-tag {
        font-family: "Source Sans Pro", sans-serif;
        font-style: italic;
        display: block;
        font-weight: 900;
        font-size: 22px;
        color: #fff;
        background: #5fc097;
        padding: 16px 20px;
        margin-right: 20px; }
        @media (max-width: 612px) {
          .post-template-single-casestudypost .max-width .case-study-hero .case-study-hero-top span.case-study-hero-tag {
            margin-right: 0;
            margin-bottom: 10px; } }
      .post-template-single-casestudypost .max-width .case-study-hero .case-study-hero-top h1.case-study-hero-title {
        color: #4c9cd5;
        font-size: 63px;
        line-height: 65px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        margin-bottom: 0; }
        @media (max-width: 612px) {
          .post-template-single-casestudypost .max-width .case-study-hero .case-study-hero-top h1.case-study-hero-title {
            text-align: center; } }
    .post-template-single-casestudypost .max-width .case-study-hero h3.case-study-hero-headline {
      color: #4c9cd5;
      font-size: 27px;
      line-height: 32px;
      line-weight: 300;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: "Oswald", sans-serif;
      margin-bottom: 0; }
      @media (max-width: 612px) {
        .post-template-single-casestudypost .max-width .case-study-hero h3.case-study-hero-headline {
          text-align: center; } }
  .post-template-single-casestudypost .max-width .case-study-testimonial {
    display: flex;
    align-items: stretch;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (max-width: 612px) {
      .post-template-single-casestudypost .max-width .case-study-testimonial {
        flex-direction: column; } }
    .post-template-single-casestudypost .max-width .case-study-testimonial .case-study-testimonial-portrait {
      min-width: 218px;
      background-size: cover;
      background-position: center center;
      margin-right: 20px; }
      @media (max-width: 612px) {
        .post-template-single-casestudypost .max-width .case-study-testimonial .case-study-testimonial-portrait {
          height: 100vw;
          margin-right: 0; } }
    .post-template-single-casestudypost .max-width .case-study-testimonial .case-study-testimonial-content {
      background-color: #5fc097;
      padding: 30px 35px;
      position: relative; }
      .post-template-single-casestudypost .max-width .case-study-testimonial .case-study-testimonial-content:before {
        content: "";
        background-image: url("http://dev.mainsailpartners.com/wp-content/uploads/2018/03/Screen-Shot-2018-03-09-at-7.43.18-PM.png");
        position: absolute;
        left: 10px;
        top: 15px;
        width: 70px;
        height: 42px;
        background-size: cover;
        background-position: center center; }
      .post-template-single-casestudypost .max-width .case-study-testimonial .case-study-testimonial-content blockquote.case-study-testimonial-copy {
        color: #022436;
        font-style: italic;
        font-size: 21px;
        line-height: 28px;
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
        position: relative; }
      .post-template-single-casestudypost .max-width .case-study-testimonial .case-study-testimonial-content span.case-study-testimonial-attribution {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 1px;
        font-weight: 300;
        position: relative; }
  .post-template-single-casestudypost .max-width .case-study-overview {
    padding-bottom: 10px;
    border-bottom: 4px solid #5fc097; }
    .post-template-single-casestudypost .max-width .case-study-overview h2.case-study-overview-title {
      color: #4c9cd5;
      font-size: 30px;
      line-height: 36px;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 4px;
      font-family: "Oswald", sans-serif;
      position: relative;
      padding-left: 40px; }
      .post-template-single-casestudypost .max-width .case-study-overview h2.case-study-overview-title:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 24px 24px;
        border-color: transparent transparent #5fc097 transparent;
        position: absolute;
        top: 7px;
        left: 0; }
    .post-template-single-casestudypost .max-width .case-study-overview ul.case-study-overview-list {
      list-style: disc;
      padding-left: 10px;
      margin-left: 17px; }
      .post-template-single-casestudypost .max-width .case-study-overview ul.case-study-overview-list li.case-study-overview-list-item {
        font-size: 19px;
        line-height: 21px;
        font-weight: 600;
        color: #5fc097;
        padding-bottom: 7px; }
  .post-template-single-casestudypost .max-width .case-study-content {
    padding-top: 0px;
    padding-bottom: 20px;
    border-bottom: 4px solid #5fc097; }
    .post-template-single-casestudypost .max-width .case-study-content.legal-content {
      border-bottom: none;
      padding-bottom: 30px; }
    .post-template-single-casestudypost .max-width .case-study-content h3 {
      position: relative;
      padding-left: 40px;
      margin-top: 30px; }
      .post-template-single-casestudypost .max-width .case-study-content h3:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 24px 24px;
        border-color: transparent transparent #5fc097 transparent;
        position: absolute;
        top: 7px;
        left: 0; }
    .post-template-single-casestudypost .max-width .case-study-content h3, .post-template-single-casestudypost .max-width .case-study-content h3 span {
      color: #4c9cd5;
      font-size: 30px;
      line-height: 36px;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 4px;
      font-family: "Oswald", sans-serif; }
    .post-template-single-casestudypost .max-width .case-study-content p {
      margin-bottom: 10px; }
    .post-template-single-casestudypost .max-width .case-study-content p, .post-template-single-casestudypost .max-width .case-study-content p span {
      font-size: 18px;
      line-height: 26px; }
      .post-template-single-casestudypost .max-width .case-study-content p b, .post-template-single-casestudypost .max-width .case-study-content p span b {
        color: #007dd1; }
  .post-template-single-casestudypost .max-width .case-study-company-info {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 550px;
    margin: 0 auto;
    display: flex; }
    .post-template-single-casestudypost .max-width .case-study-company-info .case-study-company-info-left {
      width: 50%;
      padding-right: 20px; }
      .post-template-single-casestudypost .max-width .case-study-company-info .case-study-company-info-left span.case-study-company-info-subtext {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: -1px;
        color: #4c9cd5;
        font-weight: 700;
        font-style: italic;
        display: block;
        padding-top: 10px; }
    .post-template-single-casestudypost .max-width .case-study-company-info .case-study-company-info-right {
      width: 50%;
      padding-top: 6px;
      padding-left: 20px; }
      .post-template-single-casestudypost .max-width .case-study-company-info .case-study-company-info-right ul.case-study-company-info-list li.case-study-company-info-list-item {
        font-size: 14px;
        line-height: 15px;
        color: #007dd1;
        font-weight: 600;
        padding-bottom: 5px; }
