
/* Static Landing Page */
/* Hubspot form style https://designers.hubspot.com/docs/cos/hubspot-form-markup */
html {
    background-color: #fff !important;
}
.container-static {
    width: auto;
    max-width: 528px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}
.static-landing-page-logo {
    width: 400px;
    margin: auto;
}
.static-landing-page-section {
    /*font-size: 1.8rem;*/
    font-size: 20px;
    line-height: 2.8rem;
    color: #000;
    font-family: 'Fira Sans';
    font-weight: 400;
}
.static-landing-page-section .btn-static.pink {
    width: 141px;
    height: 37px;
    font-size: 15px;
    margin-top: 10px;
    color: #fff;
    font-family:'Oswald',sans-serif;
	font-weight: bold;
    background-color: #8733FF;
    border-radius: 6px;
    /* box-shadow: 1px 1px 2px #8733FF; */
    line-height: 2.8rem;
}
.static-landing-page-section .social-media-profiles {
    padding: 30px 0px;
}
.static-landing-page-section .social-media-profiles .icon-wrapper {
    padding: 0px 30px;
}
.static-landing-page-section .social-media-profiles svg {
    color: #005566;
    font-size:34px;
    height: 34px;
}
.static-landing-page-section hr {
    height:0.3px;
    background-color: #979797;
}
.static-landing-page-section .post-content {
    padding-bottom: 30px;
 	text-align: center;
}
.static-landing-page-subscribe-wrapper {
    padding: 47px 0px;
    background-color: rgba(0, 85, 102,0.05); /* Safari doesn't render opacity */
    height: 247px;
}
.static-landing-page-subscribe-wrapper h2 {
    font-size: 20px;
    line-height: 2.8rem;
    color: #000;
    font-family: 'Fira Sans';
    font-weight: 400;
    margin: 0;
    padding-bottom: 5px;
}
.static-landing-page-subscribe-wrapper .container-static .hs-form input[type="email"] {
    padding: 20px 10px;
    line-height: 28px;
    box-sizing: border-box;
    width: 80%;
    padding: 12px 20px;
}
.static-landing-page-subscribe-wrapper .container-static .hs-button.primary,
.static-landing-page-subscribe-wrapper .container-static input[type="submit"],
.static-landing-page-subscribe-wrapper .container-static input[type="button"] {
    width: 141px;
    height: 33px;
    padding: 4px;
    font-size: 15px;
    line-height: 2.8rem;
    color: #fff;
    font-family:'Oswald',sans-serif;
	font-weight: bold;
    background-color: #005566;
    border-radius: 6px;
    box-shadow: 1px 1px 2px #005566;
}
.static-landing-page-section .register {
    margin: 47px 0;
}
/* Error message (selector for validation messages) */
.static-landing-page-subscribe-wrapper .hs-form .hs-error-msgs label{
    font-size: 18px;
    line-height: 0px;
}
/*Rolled up error was duplicate from regular errors */
.static-landing-page-subscribe-wrapper .hs-form .hs_error_rollup {
    display: none;
}
.static-landing-page-subscribe-wrapper .hs-form .hs_submit.hs-submit .actions {
    margin: 0;
    padding: 0;
}
.static-landing-page-subscribe-wrapper .actions {
	padding-top: 0px;
}
.static-landing-page-section .privacy-notice-link {
    margin-top: 50px;
}
@media screen and (min-width: 1035px) {
    .container-static {
      width: auto;
      max-width: 528px;
      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;
      padding-left: 0;
      padding-right: 0;
    }
    .static-landing-page-subscribe-wrapper {
        max-width: 528px;
    }
}
@media screen and (max-width: 500px) {
    .container-static {
        max-width: 400px;
        font-size: 16px;
    }
    .static-landing-page-logo {
        width: 300px;
    }
    .static-landing-page-section .post-content {
        padding: 0px 10px 30px 10px;
    }
    .static-landing-page-section .social-media-profiles {
        padding: 30px 0px;
    }
    .static-landing-page-section .social-media-profiles .icon-wrapper {
        padding: 0px 25px;
    }
    .static-landing-page-section .social-media-profiles svg {
        height: 30px;
    }
    .static-landing-page-subscribe-wrapper h2 {
        font-size: 16px;
    }
    .static-landing-page-subscribe-wrapper .hs-button.primary,
    .static-landing-page-subscribe-wrapper input[type="submit"],
    .static-landing-page-subscribe-wrapper input[type="button"] {
        width: 120px;
        height: 24px;
        font-size: 14px;
        line-height: 0;
        cursor: pointer;
    }

    .static-landing-page-section .btn-static.pink {
        cursor: pointer;
    }
}
