/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face {
    font-family: "proxima-nova";
    src: url("https://2364596.fs1.hubspotusercontent-na1.net/hubfs/2364596/Fonts/ProximaNova-RegWeb.woff") format('woff');
    font-weight: 400;
}

@font-face {
    font-family: "proxima-nova";
    src: url("https://2364596.fs1.hubspotusercontent-na1.net/hubfs/2364596/Fonts/ProximaNova-LightWeb.woff") format('woff');
    font-weight: 300;
}

@font-face {
    font-family: "proxima-nova";
    src: url("https://2364596.fs1.hubspotusercontent-na1.net/hubfs/2364596/Fonts/ProximaNova-SboldWeb.woff") format('woff');
    font-weight: 700;
}

.body-container > .row-fluid-wrapper.row-number-1:first-child {
  position: relative;
  background: #e7e8ea;
}


.banner-background-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #F7F8FA 0%, rgba(242, 242, 242, 0) 23.62%);
    z-index: 2;
    pointer-events: none;
}

.row-fluid .span12.section-content.banner {
  margin-top: 0;
  display: flex;
  flex-flow: row wrap;
}

.row-fluid .span12.section-content.banner > .row-fluid-wrapper.row-number-5 {
  align-self: center;
}
  
.row-fluid .span12.inner-section-content {
 max-width: 966px;
 margin-left: auto;
 margin-right: auto;
 float: none;
 padding-left: 8px;
 padding-right: 8px;
 font-family: 'proxima-nova';
 margin-top: 120px;
}
  
.row-fluid .span12.inner-section-content-2 {
 max-width: 636px;
 margin-left: auto;
 margin-right: auto;
 float: none;
 text-align: center;
 margin-top: 70px;
}

.row-fluid .span12.inner-section-content-2 h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 48px;
}
  
.row-fluid .span12.colored-inner-section-content {
 background: #e7e8ea;
 padding: 32px 32px 48px;
 font-family: 'proxima-nova';
 margin-top: 120px;
}

.row-fluid .span12.colored-inner-section-content .inner-section.search-tool {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
  float: unset;
}

.problem-item {
  margin-bottom: 60px;
  height: 290px;
  padding: 24px;
}
  
.btn {
  text-align: center;
  font-size: 20px;
  padding: 15px 32px;
  border-radius: 40px;
  text-decoration: none;
  font-family: 'proxima-nova';
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 130%;
  display: inline-block;
 }
  
.btn-secondary {
  border: 1px solid #000;
  color: #000;
  background: #fff;
}

.btn-danger {
  background: #C60E17;
  color: #ffffff;
  border: 1px solid #C60E17;
}
  
.btn-primary {
  background: #2a5ccf;
  color: #ffffff;
}

.banner-text {
  z-index: 3;
  padding: 32px 0;
}

.banner-text h1{
 font-family: 'proxima-nova';
 font-style: normal;
 font-weight: 500;
 font-size: 44px;
 line-height: 125%;
 color: #000000;
}

.banner-text h1 strong {
  color: #C60E17;
}
  
.banner-text h4 {
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
}

li {
  text-indent: 0 !important;
  position: relative !important;
}

li::before {
  color: red;
  position: absolute;
  left: 0;
}

.check-list li::before {
  content: '\2713' !important;
}

.check-list li {
  padding-left: 8px;
  padding-top: 12px;
}

.board-section-title h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  margin-bottom: 48px;
}

.board-member {
  padding-left: 55px;
  padding-right: 55px;
  font-family: 'proxima-nova';
  text-align: center;
}

.board-member img {
  border-radius: 200px;
  margin-bottom: 33px;
}

.board-member p:first-child {
  margin-bottom: 0;
}

.use-cases {
  font-family: 'proxima-nova';
}

.use-cases .use-case-item {
  margin-bottom: 70px;
}

.use-cases .row-fluid-wrapper:last-child .use-case-item {
  margin-bottom: 0;
}

.use-cases h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  color: #C51A1A;
  line-height: 135%;
}

.use-cases .check-list li {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

.row-fluid .content-card {
  min-height: 300px;
}

.row-fluid .span12.problem-solution-section {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
  float: unset;
  margin-top: 120px;
}

.problem-solution-section .inner-section {
  padding: 64px 40px;
}

.problem-solution-section .inner-section h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 'proxima-nova';
}

.problem-solution-section .inner-section p {
  font-weight: 500;
  font-size: 32px;
  line-height: 135%;
  margin-bottom: 24px;
}

.problem-solution-section .problem-section {
  background: #E7E8EA;
}

.problem-solution-section .solution-section {
  background: #1A1B1C;
  margin-left: 0;
}

.problem-section h3 {
  color: #C60E17;
}

.problem-section p {
  color: #000000;
}

.solution-section p,
.solution-section h3 {
  color: #ffffff;
}

.list-type-tabs {
  border-right: 1px solid #E5E5E5;
}


.list-type-tabs ul.side-tabs li a {
  font-size: 18px;
  line-height: 125%;
  color: #939498;
  padding: 48px 55px 48px 64px;
}

.list-type-tabs ul.side-tabs li {
  width: 100%;
}

.side-tabs li a h4 {
  color: #000000;
  margin-bottom: 0;
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
}

.list-type-tabs ul.side-tabs li:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}

.row-fluid .span12.inner-section-content.coppa-list-tools {
  border: 1px solid #E5E5E5;
  margin-top: 120px;
  padding: 0;
  max-width: 1296px;
}

.tabs-content .tab-content h4,
.tabs-content .tab-content p {
  margin-bottom: 24px;
}

.tabs-cotnent .tab-content p {
  font-size: 20px;
  line-height: 150%;
}


.coppa-icon {
  display: inline-flex;
  align-items: center;
}

.coppa-icon .img-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  font-size: 32px;
  border-radius: 50%;
  box-shadow: 0 0 0 12px #e6ebf0;
  box-sizing: content-box;
  background: #d1dbe5;
  margin-right: 20px;
}

.coppa-icon .img-cont img {
  width: 80%;
  height: 80%;
}

.coppa-icon .coppa-label {
  padding: 2px 8px;
  height: 22px;
  font-weight: 500;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 11px;
  background-color: #d1dbe5;
  color: #2652b2;
}

.tabs-content .btn {
  padding: 12px 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
}

.methodology-section .btn {
  width: 100%;
  white-space: pre-wrap;
  max-width: 384px;
}

.coppa-list-tools .list-type-tabs ul li a:before {
    content: '';
    display: block;
    width: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    background-color: #c60e17;
    transition: .4s ease;
    left: unset;
    height: unset;
}

.tabs-container.responsive.styled .tab-link.mirror.active h4,
.tabs-container.md-responsive.styled .tab-link.mirror.active h4 {
  color: #fff;
}

.tabs-container.responsive.styled .tab-link.mirror,
.tabs-container.md-responsive.styled .tab-link.mirror {
  margin: 0;
  padding: 12px;
}

.tabs-container.responsive.styled .tab-link.mirror h4,
.tabs-container.md-responsive.styled .tab-link.mirror h4{
  margin-bottom: 0;
}

 .row-fluid .span12.section-content {
  margin-top: 120px;
 }

.use-case-item .row-fluid-wrapper.row-depth-1 > .row-fluid {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.row-fluid .section-content.banner .btn-secondary {
  margin-right: 12px;
}

@media (min-width: 1280px) {
 .row-fluid .span12.section-content {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-top: 120px;
 }
  
  .row-fluid .span6.banner-text,
  .row-fluid .span6.problem-section,
  .row-fluid .span6.solution-section,
  .row-fluid .span6.banner-image {
      width: 50%;
  }
  
  .row-fluid .span3.list-type-tabs {
    width: 25.735%;
  }
  
  .row-fluid .span9.tabs-content {
    margin-left: 0;
    width: 74.265%;
    padding-left: 24px;
    height: 402px;
    display: flex;
    align-items: center;
  }
  
  .row-fluid .span6.banner-image {
    margin-left: 0;
    z-index
  }
  
  .row-fluid .span5.tab-content-img {
    width: 36.287%;
    min-height: 320px;
    display: flex;
    align-items: center;
  }
  
  .row-fluid .span7.tab-content-details {
    width: 63.713%;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .row-fluid .span12.section-content {
   padding: 20px;
  }
  
  .row-fluid .span12.section-content.banner {
    padding: 0 20px;
  }
  
  .board-member {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .row-fluid .section-content.banner {
    display: flex;
    flex-flow: row wrap;
  }
  
  .row-fluid .section-content.banner > .row-fluid-wrapper.row-number-4,
  .row-fluid .section-content.banner > .row-fluid-wrapper.row-number-5{
    width: 50%;
    z-index: 1;
  }
  
   .row-fluid .section-content.banner > .row-fluid-wrapper.row-number-4 {
     order: 1;
  }
  
  .row-fluid .section-content.banner > .row-fluid-wrapper.row-number-5 {
    padding-right: 24px;
  }
  
  .row-fluid .span12.section-content.banner .row-fluid-wrapper.row-depth-1.row-number-4 > .row-fluid,
  {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
}
@media (max-width: 540px) {
  .use-case-img { order: 0; }
  .use-case-headline { order: 1; }
}