section {
  position: relative;
  padding: 50px 0;
}
section[class*="clip-path-"] {
  padding: 125px 0;
}
section.clip-path-1 {
  padding: 140px 0 90px;
}
section.clip-path-2 {
  padding: 75px 0 125px;
}
.contained-section {
  padding: 1.25rem;
}
section.slim {
  padding: 35px 0;
}
section.slim-top {
  padding: 35px 0 75px;
}
@media (min-width: 768px) {
  section.clip-path-2 {
    padding: 75px 0 175px;
  }
}
@media (min-width: 992px) {
  section,
  section.clip-path-1,
  section.clip-path-2,
  section[class*="clip-path-"] {
    padding: 100px 0;
  }
  .bg-grad-background.clip-path-1 {
    padding: 150px 0;
  }
  .bg-grad-background.clip-path-2 {
    padding: 100px 0 165px;
  }
  section.slim {
    padding: 50px 0;
  }
  section.slim-top {
    padding: 50px 0 100px;
  }
  .contained-section {
    padding: 1.25rem;
  }
}
@media (min-width: 1500px) {
  .contained-section {
    padding: 4.375rem 4.063rem;
  }
}

.medium {
  font-weight: 600;
}
.semibold {
  font-weight: 600;
}
.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.skip-main {
  position: absolute;
  top: -40px;
  left: 0;
  background: #C10023;
  color: #fff !important;
  padding: 8px 16px;
  z-index: 1000;
  text-decoration: none;
}
.skip-main:focus {
  top: 0;
  outline: 2px solid #fff;
  color: #FFF !important;
}

.nav-item.current .nav-link {
  color: #f04169;
}



/*Mobile nav*/
.menu-wrapper .navbar-brand svg,
.menu-wrapper .navbar-brand svg path {
  fill: #FFF;
}
.mobileNav-item {
  display: inline-block;
  margin-left: .938rem;
}
.menu-wrapper {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: calc(100vh - 0px);
  overflow: hidden;
  background: #F4F4F4;
  z-index: 99999;
}
.menu-wrapper.is-visible {
  display: block;
}
.list-wrapper {
  height: 100%;
  padding: 1rem 2rem 1rem;
  overflow-y: auto;
  background: #17294B;
  color: #FFF;
}
.list-wrapper:nth-child(2),
.list-wrapper:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateX(100%);
  backface-visibility: hidden;
  transition: transform 0.5s;
}
.list-wrapper:nth-child(2).is-visible,
.list-wrapper:nth-child(3).is-visible {
  transform: none;
}
.list-wrapper:nth-child(1) > ul > li > .sub-menu {
  display: none;
}
.menu-wrapper li {
  padding-bottom: .938rem;
  color: #FFF
}
.menu-wrapper a:not(.mob-logo) {
  display: inline-block;
  position: relative;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  color: #FFF;
  padding: 0;
  white-space: break-spaces;
}
.menu-wrapper a.nested:after {
  display: inline-block;
  content:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='6.061' height='10.707' viewBox='0 0 7.061 12.707'%3e%3cpath d='M0,6,6,0l6,6' transform='translate(6.354 0.354) rotate(90)' fill='none' stroke='%23FFF' stroke-width='1'/%3e%3c/svg%3e");
  margin-left: 8px;
}
.menu-title {
  font-size: 26px;
  font-weight: 500;
  color: #AFAFAF;
}
.menu-wrapper .about-sub-menu {
  margin-top: .938rem;
  list-style: none;
}.menu-wrapper .about-sub-menu li {
  padding-bottom: 10px;
}
.menu-wrapper .about-sub-menu a {
  font-size: 16px;
  font-weight: 300;
}
.menu-wrapper .menu {
  padding-top: 40px;
}
.back-one-level {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  border: none;
  padding: 0;
  font-size: 20px;
  color: #FFF;
  background: none;
  font-weight: 500;
  margin-top: .938rem;
}
.back-one-level svg {
  fill: var(--white);
  margin-right: 10px;
}
.close-menu {
  float: right;
  margin-top: 12px;
  cursor: pointer;
}

.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.mt0 {
  margin-top: 0rem;
}
.mt1 {
  margin-top: 1rem;
}
.mt1-5 {
  margin-top: 1.5rem;
}
.mt2 {
  margin-top: 2rem;
}
.mt-2 {
  margin-top: -2rem;
}
.mt2-5 {
  margin-top: 2.5rem;
}
.mt3 {
  margin-top: 3rem;
}
.mt4 {
  margin-top: 4rem;
}
.mt5 {
  margin-top: 5rem;
}
.mb0 {
  margin-bottom: 0rem;
}
.mb1 {
  margin-bottom: 1rem;
}
.mb1-5 {
  margin-bottom: 1.5rem;
}
.mb2 {
  margin-bottom: 2rem;
}
.mb2-5 {
  margin-bottom: 2.5rem;
}
.mb3 {
  margin-bottom: 3rem;
}
.mb3-5 {
  margin-bottom: 3.5rem;
}
.mb4 {
  margin-bottom: 4rem;
}
.mb5 {
  margin-bottom: 5rem;
}

@media (max-width: 1199px) {
  .mb0-sm {
    margin-bottom: 0rem;
  }
  .mb1-sm {
    margin-bottom: 1rem;
  }
  .mb1-5-sm {
    margin-bottom: 1.5rem;
  }
  .mb2-sm {
    margin-bottom: 2rem;
  }
  .mb4-sm {
    margin-bottom: 4rem;
  }
  .mb1-sm {
    margin-bottom: 1rem !important;
  }
  .mt0-sm {
    margin-top: 0;
  }
  .mt1-sm {
    margin-top: 1rem !important;
  }
  .mt2-sm {
    margin-top: 2rem;
  }
  .mt3-sm {
    margin-top: 3rem;
  }
  .pt0-sm {
    padding-top: 0 !important;
  }
  .pb0-sm {
    padding-bottom: 0 !important;
  }
}

.z10 {
  z-index: 10;
}

.prose {
  max-width: 65ch;
}

.clip-path-1 {
  clip-path: url(#clip-path-1-sm);
}
.clip-path-2 {
  clip-path: url(#clip-path-2-sm);
}
.clip-path-3 {
  clip-path: url(#clip-path-3-sm);
}
.clip-path-4 {
  clip-path: url(#clip-path-4-sm);
}
.clip-path-5 {
  clip-path: url(#clip-path-5-sm);
}
.clip-path-colour {
  margin: -4rem 0;
  padding: 5rem 0;
}
.clip-path-double-bottom {
  padding-bottom: 18rem;
}
.clip-path-double-top {
  margin-top: -18rem;
  padding-top: 2rem;
}

@media (min-width: 992px) {
  .clip-path-1 {
    clip-path: url(#clip-path-1);
  }
  .clip-path-2 {
    clip-path: url(#clip-path-2);
  }
  .clip-path-3 {
    clip-path: url(#clip-path-3);
  }
  .clip-path-4 {
    clip-path: url(#clip-path-4);
  }
  .clip-path-5 {
    clip-path: url(#clip-path-5);
  }

  .clip-path-colour {
    margin: -8rem 0;
    padding: 10rem 0;
  }

  .clip-path-double-bottom {
    padding-bottom: 18rem;
  }
  .clip-path-double-top {
    margin-top: -20rem;
    padding-top: 6rem;
  }
}


.bg-grad-background {
  color: #FFF;
  position: relative;
  background: url(/../img/atdbio-grad-background.jpg) no-repeat center / cover;
  min-height: 315px;
}
@media (min-width: 768px) {
  .bg-grad-background {
    min-height: 265px;
  }
}
.bg-grad-background p a {
  color: #FFF;
}
.bg-grad-background.header .headerText {
  position: absolute;
  top: 35%;
  width: 100%;
}

.virus-background {
  background: url(/../img/virus-background.jpg) no-repeat center / cover;
  color: #FFF;
}

.pcr-background {
  color: #FFF;
  position: relative;
  background: url(/../img/content/pcr-background.jpg) no-repeat center / cover;
  min-height: 235px;
}

.topCurve {
  width: 100%;
  height: 0;
  padding-top: 4.72%;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: -2%;
  right: -2%;
  z-index: 100;
}
.topCurve svg {
  position: absolute;
  bottom: 0;
  left: 0;
}


.header {
  color: #FFF;
  min-height: 300px;
  position: relative;
}
.header.header-white {
  color: #1c3461;
}
.header .headerText {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  .header {
    min-height: 365px;
  }
}

.headerText-center {
  position: absolute;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.headerText-top {
  position: absolute;
  top: 10%;
}

.contentHeader {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 400px;
}
.contentHeader .headerText p {
  font-size: 1.25rem;
  line-height: 1.55rem;
}

@media (min-width: 1200px) {
  .contentHeader .headerText p {
    font-size: 1.675rem;
    line-height: 1.95rem;
  }
  .contentHeader {
    height: 450px;
  }
}

.caseStudyHeader {
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
}
.caseStudyHeader .headerText .container h1 {
  max-width: 640px;
}
.caseStudyHeader .headerText .container p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  max-width: 630px;
}

@media (min-width: 992px) {
  .caseStudyHeader {
    height: 600px;
  }
}

.about-header {
  background: url(/../img/content/about-header.jpg) no-repeat center / cover;
}
.history-header {
  background: url(/../img/content/history-header.jpg) no-repeat center / cover;
}

.light {
  background-color: #f3f4f6;
}

.white-bg {
  background-color: #FFF;
}


.white, .white:hover, .white:focus {
  color: #FFF;
}

svg.white-icon path {
  fill: #FFF
}

.rounded {
  border-radius: 1.5rem;
}
.light-bg {
  background: #ECECF5;
}
.text-blue {
  color: #1C63AD;
}

.text-link {
  position: relative;
  transition: .2s all;
  font-weight: 400;
  text-decoration: underline;
}

.text-link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.591' height='11.061' viewBox='0 0 6.591 11.061'%3E%3Cpath d='M10.707.707l-5,5-5-5' transform='translate(-0.177 11.238) rotate(-90)' fill='none' stroke='%23161616' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  content: "";
  width: 10px;
  height: 11px;
  margin-left: 7px;
  transition: .3s all;
}
.text-link.white:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.591' height='11.061' viewBox='0 0 6.591 11.061'%3E%3Cpath d='M10.707.707l-5,5-5-5' transform='translate(-0.177 11.238) rotate(-90)' fill='none' stroke='%23FFF' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/svg%3E");
}
.text-link:hover:after {
  margin-left: 12px;
}

.lgText {
  font-size: 1.25rem;
}

.header p {
  max-width: 1200px;
  line-height: 1.5;
}


.homeHeader {
  position: relative;
  background-image: url('/../img/helix-background.svg');
  background-position: 50% -120px;
  background-size: 1000px;
  background-repeat: no-repeat;
  height: 500px;
}
.homeHeader-h1 {
  background: rgba(255, 255, 255, .5);
/*  padding: .938rem;*/
  position: absolute;
  top: 175px;
  left: 0;
  right: 0;
  width: 100%;
}
.homeHeader h1 span.type {
  color: #f04169;
}
.homeHeader h1 span.cursor {
  display: inline-block;
  background-color: #F04169;
  width: 5px;
  height: 0.75em;
  vertical-align: middle;
  margin-right: 5px;
  animation: blink 1s step-start infinite;
  margin: -3px 0 0 0;
}

@keyframes blink {
  0%, 50% { opacity: 1; }
  50.01%, 100% { opacity: 0; }
}

.homeHeader h2 {
  position: absolute;
  bottom: 0%;
}



@media (min-width: 640px) {
  .homeHeader {
    background-position:50% -170px;
    background-size: 1200px
  }
}

@media (min-width: 768px) {
  .homeHeader {
    background-position:calc(50% + 125px) -225px;
    background-size: 1660px
  }
}

@media (min-width: 1024px) {
  .homeHeader {
    background-position:calc(50% + 100px) -240px;
    background-size: 2000px;
    height: 80vh;
  }
  .homeHeader h2 {
    bottom: 10%;
  }
  .homeHeader-h1 {
    padding: 0;
    background: none;
    width: unset;

  }
}

@media (min-width: 1366px) {
  .homeHeader {
    background-position:50% -300px;
    background-size: 2400px
  }
}

@media (min-width: 1600px) {
  .homeHeader {
    background-position:calc(50% + 120px) -380px;
    background-size: 3000px
  }
}

@media (min-width: 2000px) {
  .homeHeader {
    background-position:50% -580px;
    background-size: 3760px
  }
}




.block {
  position: relative;
  background: #FFF;
  padding: 1.25rem;
}
.block > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.block:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}

@media (min-width: 992px) {
  .block {
    padding: 2rem;
  }
}


.circleBlock {
  width: 355px;
  height: 355px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 50%;
  text-align: center;
  color: #FFF;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 auto;
}
.circleBlock p {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .circleBlock {
    width: 385px;
    height: 385px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}


.locationBlock {
  background: #f3f4f6;
  padding: 2rem;
}




.historySection {
  position: relative;
}
.historyDate {
  position: absolute;
  background: #FFF;
  border-radius: 50%;
  padding: 1.25rem 1rem;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
  width: 100px;
  height: 100px;
  color: #1c3461 !important;
}
.historyDate span {
  color: #f04169;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .historyDate {
    width: 145px;
    height: 145px;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: .05em;
    top: -70px;
  }
}

@media (max-width: 767.97px) {
  .historySection.slim {
    padding: 85px 0;
  }
}

.newsBlock {
  padding: 0;
  height: 100%;
}
.newsBlock .newsBlock-img {
  padding-top: 56%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.newsBlock .newsBlock-body {
  background: #FFF;
  padding: 1.25rem;
}
.newsBlock.newsBlock-dark,
.newsBlock.newsBlock-dark .newsBlock-body {
  background: #f3f4f6;
}
.newsBlock .newsBlock-meta {
  font-size: 0.75rem;
  margin-bottom: .5rem;
  text-transform: uppercase;
  font-weight: 300;
}


.newsBlock:hover p {
  color: #f04169;
  text-decoration: underline;
}


.newsPageBody {
  color: #111827;
  font-weight: 400;
  max-width: 768px;
}
.newsPageBody .newsIntro {
  max-width: 690px;
}
.newsPageBody .newsIntro-text {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
}


.newsPageBody .testimonialBlock {
  background: #f3f4f6;
  padding: 2.5rem 1.5rem 2rem;
  position: relative;
  border-left: 4px solid #1c3461;
  margin: 3rem 0 0 0rem;
  max-width: 100%;
}
.newsPageBody .testimonialBlock blockquote {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.newsPageBody .testimonialBlock .media-body {
  font-size: 0.813rem;
  line-height: 1.35;
}
.newsPageBody .testimonialBlock .testimonialBlock-img {
  margin-right: 1rem;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.newsPageBody .testimonialBlock .quoteMarks {
  background: #1c3461;
  color: #FFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -18px;
  text-align: center;
  padding: 5px;
}


.newsPageBody .caption {
  font-style: italic !important;
  font-size: 16px !important;
  color: #4b5563 !important;
}

.newsCta {
  margin-top: 4rem;
  padding: 1.5rem;
  background: url('/../img/waves-background-dark.svg') no-repeat top / cover;
  color: #FFF;
  justify-content: space-between;
}
.newsCta-title {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.newsCta-body {
  font-size: .875rem;
  line-height: 1.25rem;
  max-width: 315px;
}
.newsCta-divider {
  width: .25rem;
  height: 5rem;
  display: block;
  background: #FFF;
  margin: 0 1rem;
}
.newsCta svg {
  width: 128px;
  fill: #FFF;
}
.newsCta .btn {
  padding: 0.563rem 1.25rem 0.463rem;
  font-size: 1rem;
  line-height: 1.2;
  margin-left: .938rem;
  min-width: unset;
}

@media (min-width: 992px) {
  .newsPageBody .testimonialBlock {
    padding: 2.5rem 2rem 2rem;
    margin: 3rem 0 0 2rem;
  }
  .newsPageBody .testimonialBlock blockquote {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.contentsBlock {
  padding: 2rem;
}
.contentsBlock li {
  margin-bottom: .75rem;
  font-size: .938rem;
}

.bookBlock {
  background: rgba(255,255,255,.1);
  padding: 1rem;
  height: 100%;
  transition: .2s all;
}
.bookBlock:hover {
  color: #1c3461;
  background: rgba(255,255,255,1);
}
.bookBlock .bookChapter {
  text-transform: uppercase;
  letter-spacing: .025em;
  font-size: .75rem;
  line-height: 1rem;
}
.bookBlock .bookTitle {
  font-weight: 600;
  margin-bottom: 0;
}


.book-chapter .numbered-heading {
  scroll-margin-top: 64px
}
@media (min-width: 768px) {
  .bookBlock {
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .book-chapter .numbered-heading {
    scroll-margin-top:0
  }
}

.book-chapter h2 {
  padding-bottom: .5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #1c3461
}

@media (min-width: 768px) {
  .book-chapter h2 {
    padding-bottom:0
  }
}

.book-chapter h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #1c3461;
}

.book-chapter .figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem
}

.book-chapter .figure-caption {
  margin-top: 1rem;
  display: flex;
  gap: 1.5rem;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #1c3461;
}

.book-chapter .figure-number {
  flex: none;
  font-weight: 700;
  letter-spacing: -.025em
}

.book-chapter .figure-caption-text {
  letter-spacing: -.025em
}

.book-chapter .figure-caption-text strong {
  margin-right: .25rem;
  font-weight: 500
}

.book-chapter table {
  font-size: 0.938rem;
  margin-bottom: 2rem;
}

.book-chapter table thead th {
  font-weight: 600;
  text-align: left
}

.book-chapter tbody td:first-child, tfoot td:first-child {
  padding-inline-start: 0;
}

.book-chapter tbody td, tfoot td {
  padding-top: .5714286em;
  padding-inline-end: .5714286em;
  padding-bottom: .5714286em;
  padding-inline-start: .5714286em; 
}

.book-chapter tbody tr {
  border-bottom: 1px solid #e5e7eb;
}

.book-chapter a {
  text-decoration: underline;
  font-weight: 500;
}




.dark-cs .caseStudyHeader-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .6) 50%, rgba(0, 0, 0, .1) 100%);
}
.dark-cs .btn.btn-primary {
  background: #FFF;
  border-color: #FFF;
  color: #000;
}
.dark-cs .btn.btn-primary:hover {
  background: #000;
  color: #FFF;
  border-color: #FFF;
}
.dark-cs {
  background: #000;
  color: #FFF;
}
.dark-cs .ctaBackgroundOverlay {
  position:absolute;
  inset: 0;
  background-image:url('/../img/multiply-pattern.svg');
  opacity: 0.6;
  z-index: 0;
  animation: drift 10s linear infinite;
  top: -10%;
  -webkit-mask-image: linear-gradient(transparent -35%, #000 100%, transparent);
  mask-image: linear-gradient(transparent -35%, #000 100%, transparent);
}

.ctaBlock p.ctaText {
  max-width: 675px;
  margin: 0 auto 1rem;
}

.cs-historySection {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cs-historySection.cs-historyBackground {
  color: #FFF;
}
.cs-historySection .lgText {
  font-size: 1.125rem;
  line-height: 2rem;
  text-align: center;
  font-weight: 400;
}
.testimonialBlock.cs-testimonialBlock {
  margin: 0 auto;
}

@media (min-width: 992px) {
  .cs-historySection {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .cs-historySection .lgText {
    font-size: 1.5rem;
  }
}

@keyframes drift {
  0% {
    background-position: 0 0
  }

  to {
    background-position: 120px 120px;
  }
}

.animate-drift {
  animation: drift 10s linear infinite
}


.testimonialBlock {
  max-width: 565px;
  margin: 2rem auto;
  font-weight: 400;
}
.testimonialBlock .testimonialImage {
  width: 145px;
  height: 145px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin: 0 auto 1rem;
}




.textBlock-colour {
  padding: 1.25rem;
  border-radius: .5rem;
  height: 100%;
}
.ctaHasBackground .solution-ctaBlock {
  background: rgba(0, 0, 0, .5);
  padding: 2rem 1.25rem;
  border-radius: .5rem;
  color: #FFF;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
  backdrop-filter: blur(4px);
}
.textBlock li::marker {
  color: #f04169;
}

@media (min-width: 992px) {
  .textBlock-colour {
    padding: 2rem;
  }
  .ctaHasBackground .solution-ctaBlock {
    padding: 2rem;
    font-size: 1.25rem;
  }
}

.contentSection.textBlock + .contentSection.textBlock,
.contentSection.textBlockWrap + .contentSection.textBlockWrap,
.contentSection.textBlock + .contentSection.textBlockWrap,
.contentSection.textBlockWrap + .contentSection.textBlock {
  padding-top: 0;
}
.contentSection.textBlock:not(:first-child),
.contentSection.textBlockWrap:not(:first-child) {
  padding-bottom: 20px;
}
.contentSection.textBlock + .contentSection.textBlock + .contentSection.textBlock,
.contentSection.textBlockWrap + .contentSection.textBlockWrap + .contentSection.textBlockWrap,
.contentSection.textBlock + .contentSection.textBlockWrap + .contentSection.textBlockWrap,
.contentSection.textBlockWrap + .contentSection.textBlock + .contentSection.textBlockWrap,
.contentSection.textBlockWrap + .contentSection.textBlockWrap + .contentSection.textBlock {
  padding-top: 0px;
  padding-bottom: 50px;
}
.contentSection.textBlock[style*="background-color"] {
  padding: 50px 0 !important;
}
.contentSection.textBlock[style*="background-color: #1c3461"] {
  color: #FFF !important;
}

.clip-path-chevron-right {
  text-align: center;
  background:#e5e7eb;
  padding: 2.5rem 1.25rem .5rem;
  clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0, 0 0, 50% 10%);
}

@media (min-width: 1200px) {
  .contentSection.textBlock + .contentSection.textBlock,
  .contentSection.textBlockWrap + .contentSection.textBlockWrap,
  .contentSection.textBlock + .contentSection.textBlockWrap,
  .contentSection.textBlockWrap + .contentSection.textBlock {
    padding-top: 0;
  }
  .contentSection.textBlock:not(:first-child),
  .contentSection.textBlockWrap:not(:first-child) {
    padding-bottom: 30px;
  }
  .contentSection.textBlock + .contentSection.textBlock + .contentSection.textBlock,
  .contentSection.textBlockWrap + .contentSection.textBlockWrap + .contentSection.textBlockWrap,
  .contentSection.textBlock + .contentSection.textBlockWrap + .contentSection.textBlockWrap,
  .contentSection.textBlockWrap + .contentSection.textBlock + .contentSection.textBlockWrap,
  .contentSection.textBlockWrap + .contentSection.textBlockWrap + .contentSection.textBlock {
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .contentSection.textBlock[style*="background-color"] {
    padding: 100px 0 !important;
  }
}


.clip-path-chevron-right .semibold {
  margin-bottom: 1rem;
}
.clip-path-chevron-right .text-sm.medium {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .clip-path-chevron-right {
    padding: 1.25rem 1.25rem .5rem;
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%, 0 0);
  }
}


.gridBlockWrap {
  background: #f3f4f6;
}
.gridBlockWrap h3 {
  max-width: 700px;
  margin: 0 auto 4rem;
}
.gridBlockWrap .gridBlock {
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
  border-radius: .5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  height: 100%;
}
.gridBlockWrap .gridBlock .gridBlockTitle {
  color: #1c3461;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
}



.formWrapper label {
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 500;
  margin-bottom: 0;
}

.error-message {
  font-size: .75rem;
  line-height: 1rem;
  font-weight: 500;
  color: #f04169;
  margin-top: .5rem;
}

footer {
  background: #1c3461;
  color: #FFF;
  padding: 3rem 0;
}

footer .social svg {
  margin-right: .5rem;
}
footer .social a:hover {
  text-decoration: none;
}
footer a {
  color: #FFF;
}
footer a:hover {
  color: #FFF;
  text-decoration: underline;
}
footer .copyright {
  font-size: 0.813rem;
}

@media (min-width: 992px) {
  footer .copyright {
    font-size: 0.938rem;
  }
}


.admin{
  max-width: 450px;
  margin: 0 auto;
  border: 1px solid #FFF;
  padding: 1.563rem;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
}
.admin h1 {
  margin: 0 0 20px;
}
.admin .btn {
  margin-top: 15px
}
