@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	overflow-x: hidden;
	color: #000;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a:focus,
button:focus {
	outline: none !important;
}

/*********************
Main
*********************/

.return-section {
    margin: 2rem auto 1.5em;
    max-width: 1350px;
    text-align: right;
}

.return-section button {
    color: #232F3E;
    border: none;
    background: none;
    font-size: 15px;
}

.return-section button:hover {
    cursor: pointer;
}

.notes-top-container {
    background: #232F3E;
}

.notes-wrap {
    max-width: 1350px;
    margin: 0 auto;
}

.notes_sign-up {
    display: flex;
    color: #fff;
    padding: 5em 0 6em;
}

.notes-top-container .inner-intro,
.notes-top-container .email-container {
    width: 100%;
}

.nav-container {
    background: #161D27;
    color: #fff;
}

.inner-intro h2 {
    font-size: 36px;
    margin: 0;
}

.inner-intro p {
    max-width: 400px;
    line-height: 27px;
    font-size: 22px;
    margin: 1em 0 0;
}

.email-container p {
    max-width: 400px;
    margin-bottom: 2.5em;
}

.email-container input.email-field {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    width: 100%;
}

.email-container form {
    width: 80%;
}

.email-container input.email-field::placeholder {
    font-size: 17px;
    color: #fff;
}

.form-submit {
    margin: 1em 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.opt-out {
    font-size: 11px;
    padding: 8px 0;
    display: inline-block;
}

.g-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.g-recaptcha > div {
    height: 60px !important;
}

.fbtn {
    color: #0066CC;
    background: none;
    border: 1px solid #0066CC;
    padding: 8px 30px;
    border-radius: 6px;
    font-size: 18px;
}

.fbtn:hover {
    color: #054e97;
    border: 1px solid #054e97;
}

.small-container p {
    color: #fff;
}

.small-container hr {
    margin: 15px 0;
    height: 1px;
    border-width: 0;
    background-color: #fff;
}

.small-section {
    color: #BFBFBF;
    display: flex;
    justify-content: space-between;
}

.small-container {
    padding-bottom: 1.5em;
}

.small-container p a {
    color: #fff;
    text-decoration: none;
}

.small-container p a:hover {
    text-decoration: underline;
}

.small-section small a {
    color: #BFBFBF;
    text-decoration: none;
}

.small-section small a:hover {
    text-decoration: underline;
}

.small-heading::after {
    content: ": ";
}

.notes-bottom-container {
    background: #F9F9FB;
    padding: 1em 0;
}

.inner-bottom-container {
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.legal-section a {
    color: #626A72;
    text-decoration: none;
}

.legal-section a:hover {
    text-decoration: underline;
}

.legal-section small:not(:nth-of-type(2)) a::after {
    content: " |";
    padding: 0 5px 0 10px;
    display: inline-block;
}

.tag-line {
    display: flex;
    align-items: center;
    color: #626A72;
}

.tag-line img {
    height: 30px;
    margin-right: 5px;
}

.nav-container {
    background: #161D27;
    color: #fff;
    padding-top: 3em;
}

.midsection-nav {
    display: flex;
    margin: 2em 0 3em;
}

.midsection-nav .notes-explanation {
    width: 35%;
}

.midsection-nav .nav-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 4em;
}

.nav-container hr {
    margin: 0 0 1em;
    height: 1px;
    border-width: 0;
    background-color: #fff;
}

.notes-explanation p {
    max-width: 280px;
    letter-spacing: 0.3px;
    line-height: 22px;
    margin: 0;
}

.notes-nav h4 {
    margin: 0
}

.notes-nav-items {
    padding: 0;
    list-style-type: none;
    line-height: 30px;
}

.notes-nav-items li a {
    text-decoration: none;
    color: #fff;
}

.notes-nav-items li a:hover {
    text-decoration: underline;
}

/*********************
Media
*********************/

@media only screen and (max-width: 1750px) {
    .return-section {
        margin: 1em auto;
    }
    .inner-intro h2 {
        font-size: 32px;
    }
    .inner-intro p {
        font-size: 20px;
    }
    .notes_sign-up {
        padding: 3em 0;
    }
    .nav-container {
        padding-top: 1.5em;
    }
    .midsection-nav {
        margin: 1.5em 0;
    }
}

@media only screen and (max-width: 1400px) {
    .notes-wrap,
    .inner-bottom-container {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1250px) {
    .notes-wrap,
    .inner-bottom-container {
        max-width: 1100px;
    }
    .top-container {
        padding: 2.5em 0 1.5em;
    }
}

@media only screen and (max-width: 1150px) {
    .notes-wrap,
    .inner-bottom-container {
        padding: 0 2em;
    }
    .email-container form {
        width: 90%;
    }
    .fbtn {
        font-size: 15px;
    }
    .midsection-nav .nav-wrapper {
        grid-gap: 2em;
    }
}

/* Large devices (laptops/desktops, 992px and smaller) */
@media only screen and (max-width: 992px) {
    .inner-intro h2 {
        font-size: 32px;
    }
    .email-container form {
        width: 100%;
    }
    .inner-intro p {
        font-size: 18px;
        max-width: 340px;
    }
}

@media only screen and (max-width: 950px) {
    .small-section {
        flex-direction: column;
    }
    .small-section > small:nth-of-type(2) {
        margin: 1em 0 0;
    }
    .midsection-nav .nav-wrapper {
        grid-gap: 1em;
    }
}

@media only screen and (max-width: 900px) {
    .midsection-nav {
        flex-direction: column;
        margin: 2em 0 4em;
    }
    .notes-explanation {
        width: 70%;
        margin-bottom: 2.5em;
    }
    .notes-explanation p {
        max-width: unset;
    }
}

/* Medium devices (landscape tablets, 768px and smaller) */
@media only screen and (max-width: 768px) {
    .email-container,
    .inner-intro {
        padding: 0;
    }
    .email-container form {
        width: 80%;
    }
    .notes_sign-up {
        flex-direction: column;
        padding: 3em 0;
    }
    .inner-intro h2 {
        font-size: 28px;
    }
    .inner-intro p {
        font-size: 15px;
        max-width: 340px;
        line-height: 22px;
        max-width: 70%;
    }
    .inner-intro {
        margin-bottom: 1.5em;
    }
}

@media only screen and (min-width: 600px) {
    .legal-section-mobile {
        display: none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and smaller) */
@media only screen and (max-width: 600px) {
    .midsection-nav .notes-explanation {
        width: 100%;
    }
    .midsection-nav .nav-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 1.5em;
    }
    .midsection-nav {
        margin: 2em 0;
    }
    .email-container form {
        width: 100%;
    }
    .inner-intro p {
        max-width: 100%;
    }
    .small-container p,
    .small-container hr {
        display: none;
    }
    .email-container input.email-field::placeholder {
        font-size: 15px;
    }
    .email-container p {
        margin-bottom: 2em;
    }
    .top-container {
        padding: 2.5em 0 2.5em;
    }
    .small-heading {
        display: block;
    }
    .small-heading::after {
        display: none;
    }
    .small-section > small:nth-of-type(1) .small-heading:nth-of-type(2) {
        margin-top: 1.5em;
    }
    .small-section > small:nth-of-type(2) {
        margin: 2.5em 0 0;
    }
    .small-section > small:nth-of-type(1) {
        margin: 0 0 3em;
    }
    .small-section small {
        font-size: 12px;
    }
    .bottom-container .legal-section {
        display: none;
    }
    .legal-section {
        display: none;
    }
    .legal-section-mobile {
        display: flex;
        flex-direction: column;
        line-height: 26px;
    }
    .bottom-container {
        padding: 1em 0;
    }
}

@media only screen and (max-width: 500px) {
    .form-submit {
        justify-content: left;
        align-items: baseline;
        flex-direction: column;
        grid-gap: 2em;
    }
}






































