body,html {
  font-family: Suisseintl,sans-serif;
  font-weight: 400;
  font-size: calc(0.625rem + 0.41666666666666663vw);
  line-height: 1.5;
  margin: 0;
  padding: 0;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #201f21;
}

img {
  width: 100%;
  height: auto;
}




/* Typography */
@font-face  {
  font-family:  'Basiercirclemono webfont';
  src:  url('https://assets.website-files.com/62d96b0e9ea60fd1c96a1b50/62d96b0e9ea60f42706a1c02_basiercirclemono-medium-webfont.woff') format('woff');
  font-weight:  500;
  font-style:  normal;
  font-display:  swap;
}
@font-face  {
  font-family:  'Basiercirclemono webfont';
  src:  url('https://assets.website-files.com/62d96b0e9ea60fd1c96a1b50/62d96b0e9ea60fc2bf6a1bfb_basiercirclemono-semibold-webfont.woff') format('woff');
  font-weight:  600;
  font-style:  normal;
  font-display:  swap;
}
@font-face  {
  font-family:  'Basiercirclemono webfont';
  src:  url('https://assets.website-files.com/62d96b0e9ea60fd1c96a1b50/62d96b0e9ea60f34c46a1bf5_basiercirclemono-regular-webfont.woff') format('woff');
  font-weight:  400;
  font-style:  normal;
  font-display:  swap;
}
@font-face  {
  font-family:  'Suisseintl'
  src:  url('https://assets.website-files.com/62d96b0e9ea60fd1c96a1b50/62d96b0e9ea60fea0a6a1be4_SuisseIntl-Medium.otf') format('opentype'),  url('https://assets.website-files.com/62d96b0e9ea60fd1c96a1b50/62d96b0e9ea60f77486a1bf4_SuisseIntl-Medium.otf') format('opentype');
  font-weight:  500;
  font-style:  normal;
  font-display:  swap;
}
@font-face  {
  font-family:  'Suisseintl';
  src:  url('https://assets.website-files.com/62d96b0e9ea60fd1c96a1b50/62d96b0e9ea60f8ed46a1be5_SuisseIntl-MediumItalic.otf') format('opentype');
  font-weight:  500;
  font-style:  italic;
  font-display:  swap;
}
@font-face  {
  font-family:  'Suisseintl';
  src:  url('https://assets.website-files.com/62d96b0e9ea60fd1c96a1b50/62d96b0e9ea60fa95b6a1bde_SuisseIntl-Regular.otf') format('opentype');
  font-weight:  400;
  font-style:  normal;
  font-display:  swap;
}
@font-face  {
  font-family:  'Suisseintl';
  src:  url('https://assets.website-files.com/62d96b0e9ea60fd1c96a1b50/62d96b0e9ea60f4f706a1bf3_SuisseIntl-RegularItalic.otf') format('opentype');
  font-weight:  400;
  font-style:  italic;
  font-display:  swap;
}
@font-face  {
  font-family:  'Suisseintl';
  src:  url('https://assets.website-files.com/62d96b0e9ea60fd1c96a1b50/62d96b0e9ea60fc7e36a1bec_SuisseIntl-SemiBold.otf') format('opentype');
  font-weight:  600;
  font-style:  normal;
  font-display:  swap;
}
@font-face  {
  font-family:  'Suisseintl';
  src:  url('https://assets.website-files.com/62d96b0e9ea60fd1c96a1b50/62d96b0e9ea60f1d386a1bed_SuisseIntl-SemiBoldItalic.otf') format('opentype');
  font-weight:  600;
  font-style:  italic;
  font-display:  swap;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
}

h1 {
  font-family: 'Suisseintl' ,sans-serif;
  font-weight: 600;
  font-size: 3.75rem;
  line-height: 1.2;
}

h1.x-large {
  font-size: 4.6875rem;
  line-height: 1.2;
}

h2 {
  font-family: 'Suisseintl' ,sans-serif;
  font-weight: 600;
  font-size: 3.025rem;
  line-height: 1.15;
}

  h2.large {
    font-size: 4rem;
  }

h3 {
  font-family: 'Suisseintl' ,sans-serif;
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 1.15;
}

h4 {
  font-family: 'Suisseintl' ,sans-serif;
  font-weight: 600;
  font-size: 1.4375rem;
  line-height: 1.4;
}

.blog-post h1 {
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
  color: #006883;
  margin-bottom: 5%;
}


.blog-post h2 {
  font-size: 1.4375rem;
  line-height: 1.4;
  margin-top: 5%;
}

.blog-post .article-header {
  text-align: center;
}

p {
  font-family: 'Suisseintl' ,sans-serif;
  font-size: .94rem;
  line-height: 1.75;
}

  p.large {
    font-size: 1.275rem;
  }

  p.location {
    font-size: 1rem;
    margin-top: 0;
  }

  p.quote {
    font-size: 2.125rem;
    line-height: 1.15;
    color: #fff;
  }

blockquote {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-left-color: #026484;
    font-family: 'Basiercirclemono webfont',sans-serif;
    color: #026484;
    font-size: 1.1rem;
    line-height: 2;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0.75rem 1.25rem;
    border-left: 0.1575rem solid #000;
  }

.button {
  display: inline-block;
  margin-top: .5rem;
  margin-bottom: 2rem;
  padding: .75rem 3rem .75rem 1.6rem;
  border: 1px #000;
  border-radius: 50rem;
  background-color: #dcfe54;
  background-image: url(https://assets-global.website-files.com/62d96b0e9ea60fd1c96a1b50/62d96b0e9ea60f6d3d6a1cfc_arrow-right.svg);
  background-position: 82% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: .2s;
  transition: .2s;
  font-family: Suisseintl,sans-serif;
  color: #201f21;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.button:hover {
    border-color: transparent;
    background-color: transparent;
}

.button-secondary {
  display: inline-block;
  padding: 0.75rem 3.4rem 0.75rem 1.6rem;
  border: 1px solid #201f21;
  border-radius: 50rem;
  background-color: transparent;
  background-image: url('//26119259.fs1.hubspotusercontent-eu1.net/hubfs/26119259/raw_assets/public/CatchyMarketingTest/images/arrow-right.svg');
  background-position: 82% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #201f21;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
}

.button-secondary:hover {
    border-color: #ff684e;
    background-color: #ff684e;
}

.button-secondary.w-button {
  border: 1px solid #fff;
  background-image: url(https://assets-global.website-files.com/62d96b0e9ea60fd1c96a1b50/62d96b0e9ea60f117c6a1ba2_arrow-right-white.svg);
  color: #fff;
}

.button-secondary.orange-button {
  border: 1px solid #ff684e;
  background-color: #ff684e;
  background-image: url(https://assets-global.website-files.com/62d96b0e9ea60fd1c96a1b50/62d96b0e9ea60f117c6a1ba2_arrow-right-white.svg);
  color: #fff;
}

.button-tertiary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .2s;
  transition: .2s;
  color: #201f21;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}

.button-tertiary svg {
  padding-left: 6px;
}

.button-tertiary:hover {
  color: #ff684e;
}

.nav-breadcrumb {
  padding-top: 2%;
}

.nav-breadcrumb,
.nav-breadcrumb a {
  font-size: .75rem;
  line-height: 1.2;
  color: rgba(32,31,33,.64);
}

.nav-breadcrumb a {
  padding: 0;
  margin: 0;
}

.nav-breadcrumb a.active {
  color: rgba(32,31,33);
  text-decoration: underline;
}

footer p,
footer a {
  font-size: .765rem;
}

footer a {
  white-space: nowrap;
}


/* Header */

header {
  width: 100%;
  background-color: #fff;
}




/* Nav */

nav {
  width: 100%;
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}

  nav a {
    font-family: Suisseintl;
    color: #000;
    text-decoration: none;
    padding-right: 3%;
  }

  nav a:hover {
    text-decoration: underline;
  }

  .navbar.container {
    padding: 2%;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-left {
    width: 40%;
  }

  .navbar-right {
    width: 40%;
    text-align: right;
  }

  .navbar-center {
    width: 20%;
    text-align: center;
  }

    .navbar-center img {
      max-width: 158px;
    }




/* Main Content */

main {
  padding: 2%;
  background-image: url('//26119259.fs1.hubspotusercontent-eu1.net/hubfs/26119259/raw_assets/public/CatchyMarketingTest/images/bg-header.png');
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}

  .main-container {
    max-width: 80rem;
    margin: 0 auto;
  }

.container {
  display: flex;
}

  .container.center {
    justify-content: center;
  }

  .container.align-vertical {
    align-items: center;
  }

  .container .align-top {
    align-items: flex-start;
  }

.page-pad {
  display: block;
  padding-left: 5%;
  padding-right: 5%;
}

.interior-pad {
  padding: 5%;
}

.interior-pad-small {
  padding: 3%;
}

.interior-pad-large {
  padding: 10% 15%;
}

.pad-left {
  padding-left: 5%;
}

.pad-right {
  padding-right: 5%;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin: auto;
}

section {
  width: 100%;
  margin: 6% 0;
}

  .section-feature {
  }

  .section-carousel {
    margin-bottom: 10%;
  }

  .section-hero {
    margin-bottom: 0;
  }

  .section-list {
    position: relative;
    z-index: 2;
  }

  .section-list .list-icon {
    width: 10%;
    padding-right: 20px;
  }

  .section-list .list-text {
    width: 90%;
  }

  .section-list .list-left {
    width: 50%;
  }

    .section-list .list-text {
      max-width: 50%;
    }

    .section-list .list-text p {
      margin-top: 0;
    }

  .section-list .list-right {
    width: 50%;
  }

  .section-list .block {
    margin: 6% 0;
  }

  .feature-left {
    width: 60%;
  }

  .feature-right {
    width: 40%;
  }

  .featured-story .feature-left {
    width: 50%;
  }

  .featured-story .feature-right {
    width: 50%;
  }

  .cut-corners-yellow {
    background: linear-gradient( 45deg, rgba(255, 255, 255, 0) 4%, rgba(220, 254, 84, 1) 4%, rgba(220, 254, 84, 1) 96%, rgba(255, 255, 255, 0) 96% );
  }

  .cut-corners-blue {
    background: linear-gradient( 45deg, rgba(255, 255, 255, 0) 4%, rgba(0, 104, 131, 1) 4%, rgba(0, 104, 131, 1) 96%, rgba(255, 255, 255, 0) 96% );
  }

  .cut-corners-salmon {
    background: linear-gradient( 45deg, rgba(255, 255, 255, 0) 4%, rgba(255, 104, 78, 1) 4%, rgba(255, 104, 78, 1) 96%, rgba(255, 255, 255, 0) 96% );
  }

  .cut-corners-ltblue {
    background: linear-gradient( 45deg, rgba(255, 255, 255, 0) 4%, rgba(49, 216, 238, 1) 4%, rgba(49, 216, 238, 1) 96%, rgba(255, 255, 255, 0) 96% );
  }

  .cut-corner-gray {
    background: linear-gradient( 45deg, rgba(229, 229, 229, 1) 4%, rgba(229, 229, 229, 1) 4%, rgba(229, 229, 229, 1) 96%, rgba(255, 255, 255, 0) 96% );
  }

  .section-text {
    width: 75%;
    margin: 6% auto;
  }

.hero-left {
  width: 60%;
}

.hero-right {
  width: 40%;
}

.centered {
  text-align: center;
}

.white {
  color: #fff;
}

.green {
  color: #dcfe54;
}

article.story {
  margin: 0 0.5%;
}

article.story h3 {
  margin: 8% 0 0 0;
}

.featured-stories .container {
  justify-content: space-between;
}

  .featured-stories .story {
    width: 49%;
  }

  .featured-stories .button-secondary {
    margin-top: 5%;
  }

  .featured-quotes .interior-pad-large {
    background-image: url('//26119259.fs1.hubspotusercontent-eu1.net/hubfs/26119259/raw_assets/public/CatchyMarketingTest/images/bg-quote.png');
    background-repeat: no-repeat;
    background-position: 10% 10%;
  }

  .featured-quotes .source-left {
    margin-right: 5%;
  }

  .featured-quotes p {
    color: #fff;
  }

  .featured-quotes .source-right p {
    margin: 0;
  }

  .featured-quotes p.name {
    font-weight: 600;
  }

  .featured-quotes img {
    max-width: 194px;
  }

  .featured-quotes .divider {
    position: relative;
    width: 64px;
    height: 3px;
    margin-bottom: 8%;
    background-color: #fff;
  }

.gallery-cell {
  width: 89%;
  margin: 0 1%;
}




/* Footer */
footer {
  margin: 10% 0;
  padding-top: 1%;
  border-top: 2px solid rgb(32 31 33 / 8%)
}

  .footer-container {
    width: 100%;
  }

  .footer-content.container {
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .footer-nav.container {
    justify-content: space-between;
  }

  .footer-content .footer-left {
    padding-right: 5%;
  }

  .footer-content .footer-right {
    text-align: right;
  }



.blog-post article {
  padding-top: 10%;
}

.blog-post header {
  box-shadow: 0 4px 5px 4px rgb(32 31 33 / 8%)
}

.blog-post .cta {
  margin-top: 4%;
  text-align: center;
}

  .blog-post .cta .button-secondary {
    background-position: 92% 50%;
  }




/* Mobile styles */
@media only screen and (max-width: 767px) {
  p {
    font-size: 1.25rem;
    line-height: 2;
  }
  
  nav a {
    font-size: 1rem;
    line-height: 2;
  }
  
  nav a.button-secondary {
    padding: 0.3rem 2.8rem 0.3rem 1.4rem;
  }

  .interior-pad {
    padding: 8%;
  }

  .container {
    display: block;
  }

  .hero-left,
  .hero-right {
    width: 100%;
  }

  .feature-right {
    width: 100%;
  }

  .feature-right.pad-left {
    padding-left: 0;
  }

  .feature-left {
    width: 100%;
    margin-bottom: 5%;
  }

  .featured-stories .story {
    width: 100%;
    margin-bottom: 5%;
  }

  .featured-quotes .divider {
    margin: 5% 0;
  }

  .section-list .list-left {
    width: 100%;
  }

  .section-list .list-right {
    display: none;
  }

  .section-list .list-text {
    max-width: 100%;
  }

  .section-list .list-left .container {
    display: flex;
  }

  .footer-content.container {
    display: flex;
  }

  .navbar.container {
    display: flex;
  }
  
  .navbar-left {
    margin: 1% 0;
    text-align: center;
    order:2;
  }

  .navbar-center {
    order: 1;
  }

  .navbar-right {
    width: auto;
    margin-top: 0;
    text-align: center;
    order: 3;
  }

  .nav-breadcrumb {
    margin-top: 5%;
  }
  
  main {
    background-size: initial;
  }
}