/* @import url('http://example.com/example_style.css'); */
@font-face {
  font-family: 'TT-Norms-Pro';
  src: url('https://47004407.fs1.hubspotusercontent-na1.net/hubfs/47004407/Fonts/TT-Norms-Pro-Normal.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT-Norms-Pro';
  src: url(https://47004407.fs1.hubspotusercontent-na1.net/hubfs/47004407/Fonts/TT-Norms-Pro-Bold.otf) format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}




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

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



body {
  background-color: #f7f9fb;
  font-family: 'TT-Norms-Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a,
form label, form input,
form .legal-consent-container .hs-richtext{
  font-family: 'TT-Norms-Pro', sans-serif !important;
}

h1 {
    font-size: 3rem;
    line-height: 1.1;
}

p {
    margin-bottom: 0;
}


/* Registration form */
form, .submitted-message {
    background-color: #fff;
}

form label {
    font-weight: 700;
}

form input {
    border-radius: 4px !important;
    border: 1px solid #00000080 !important;
}

form input[type='submit'], form .hs-button {
    background-color: #17638a;
    border: none !important;
    border-radius: 50px !important;
    padding: 16px;
}

form input[type='submit']:hover {
  background-color: #15374c;
}

.dnd_area-row-1-force-full-width-section .row-fluid {
  position: relative;
}

.dnd_area-row-1-background-layers {
  position: relative;
}

.dnd_area-row-1-background-layers::before {
  content: '';
  position: absolute;
  inset: 0;
/*   background-color: rgba(0, 0, 0, 0.2); */
} 


/* Logo grid */
img.hs-logo-grid__logo {
    max-height: 60px;
}

.hs-logo-grid__logo-wrapper {
    flex: none;
    width: unset;
    margin: 0 16px;
}


/* Set max-width on section content (but keeps hero banner full width) */
.dnd_area-row-1-force-full-width-section .row-fluid,
.dnd_area-row-2-force-full-width-section .row-fluid {
    max-width: 1400px !important;
    margin: 0 auto;
}

/* Reduce padding on hero banner to keep above the fold */
.dnd_area-row-1-padding {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}



/* Make each column full-width on small/medium screens */
@media only screen and (max-width: 900px) {
  .span7.widget-span.widget-type-cell.dnd-column,
  .span5.widget-span.widget-type-cell.dnd-column {
    width: 100%;
  }
  
  form {
    margin-top: 40px;
}