@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; font-size: 62.5%;}
@supports (font-variation-settings: normal) {
html { font-family: 'Inter var', sans-serif; font-size: 62.5%; }
}

body{
    background-color: #f8f8f6;
    text-rendering: optimizeLegibility;
     font-kerning: normal;
     font-variant-ligatures: common-ligatures;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    /* Extra small devices (phones, less than 768px) */
    font-size: 5rem;
    line-height: 7.7rem;
    letter-spacing: -0.04em;
    color: #312A36;
}

h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2.9rem;
    /* identical to box height */
    letter-spacing: -0.04em;
    color: #312A36;
}

h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2.4rem;
    /* identical to box height */
    letter-spacing: -0.04em;
}

.lead {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 2.9rem;
    padding-top: 5rem;
    color: #6B5A78;
    padding-left: .5rem;
}

small {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.5rem;
    /* identical to box height */
    margin-top: 8px; /* small words */
    color: #8B8B87;
}

p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #8B8B87;
}

footer {
    padding-top: 10rem !important;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

footer p {
    font-size: 1.2rem;
    line-height: 1.5rem;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BEBEB9;
  opacity: 1; /* Firefox */
}

.col-md-4 {
    max-width: 280px;
}

.form-control-lg {
    font-size: 1.6rem;
}

.btn {
    padding: 1rem;
    font-size: 1.6rem;
    font-weight: bold;
}

.header {
    padding:1rem 0rem;
}

.terms {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: .8rem;
    line-height: 1.0rem;
    text-align: center;
    color: #8B8B87;
    padding-top: 1rem;
}

.terms a {
    color: #8B8B87;
}

.terms a:active {
    color: #8B8B87;
}

/* Legal and Info Pages */
.content-section {
    line-height: 1.8;
}

.content-section h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.content-section h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #555;
}

.content-section ul,
.content-section ol {
    margin-bottom: 1.5rem;
}

.content-section li {
    margin-bottom: 0.5rem;
}

/* FAQ Accordion */
.accordion .card {
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 0.5rem;
}

.accordion .card-header {
    background-color: #f8f9fa;
    padding: 0;
}

.accordion .btn-link {
    color: #333;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem 1.25rem;
    font-size: 1.1rem;
}

.accordion .btn-link:hover {
    color: #0C7CBB;
    text-decoration: none;
}

.accordion .btn-link:focus {
    box-shadow: none;
}

.accordion .card-body {
    padding: 1.25rem;
    background-color: #fff;
}

.title {
    font-size: 2.0rem;
    line-height: 2.4rem;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
}

.blue {
    color: #0C7CBB; 
}

.green {
    color: #56A554;
    
}

.red {
    color: #D6532A;
}


.signup {
    background:#7A2FA8 !important;
    border-radius: 2px;
    color: #FFFFFF;
}

/* reset for screens */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .header {
        padding:6rem 1rem 6rem;
    }
    h1 {
        font-size: 6.4rem;
    }
    .lead {
        font-size: 2rem;
        line-height: 2rem;
        padding-top: 5rem;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .header {
        padding:6rem 1rem 6rem;
    }
    h1 {
        font-size: 6.4rem;
    }
    .lead {
        font-size: 2.4rem;
        line-height: 2.4rem;
        padding-top: 5rem;
    }
}
    
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .header {
        padding:6rem 1rem 6rem;
    }
    h1 {
        font-size: 6.4rem;
    }
    .lead {
        font-size: 2.4rem;
        line-height: 2.4rem;
        padding-top: 5rem;
    }
}