.clearfix {
    clear: both;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    color: #262626;
    max-width: 100%;
}

p {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 1rem;
}

h1,
h2,
h3 {
    margin-top: 24px;
    margin-top: 1.5rem;
    font-weight: 700;
    margin-bottom: 16px;
}

h4,
h5,
h6 {
    margin-top: 16px;
    margin-top: 1rem;
}

h1 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
}

h2 {
    font-size: 24px;
    font-size: 1.5rem;
}

h3 {
    font-size: 20px;
    font-size: 1.25rem;
}

h4 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
}

.container {
    padding: 0 24px;
}

.text-reset {
    color: inherit;
}

.text-bold {
    font-weight: 700;
}

.container {
    max-width: 840px;
    margin: auto;
}


.btn {
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem;
    padding: 8px 16px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.btn-dark {
    background-color: #0b0b0b;
}

.button-center,
.button-left,
.button-right {
    margin: 16px 0;
}

.button-center {
    text-align: center;
}

.button-left {
    text-align: left;
}

.button-right {
    text-align: right;
}

#header {
    padding: 8px 0;
    margin-bottom: 40px;
    background-color: #0b0b0b;
}

.header-inner img {
    max-width: 280px;
 color:#ffffff;
}

.top-section {
    margin-bottom: 32px;
    padding: 0;
    background-color: transparent;
}

/*.top-section input[type='checkbox'] {
    transform: scale(1.5);
    vertical-align: middle;
}*/

.section {
    padding: 8px 24px 24px;
    background-color: #ffffff;
    margin-bottom: 24px;
}

#PageWrapper .section, .page-content .section {
 background-color: #f5f5f5;
}

.layout-canvas-g > .section {
margin:0; padding:0;
}

.subsection {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 8px;
}

.section .subsection:last-child {
    border-bottom: none;
    padding-bottom: none;
}

.signup-item p:last-child,
.signup-item p:last-child {
    margin-bottom: 0;
}


.signup-item {
    display: flex;
    margin-bottom: 16px;
}

.checkbox-wrapper {
    margin-top: 1px;
}

.checkbox-label {
    margin-left: 8px;
}

.footer {
    margin-top: 48px;
    padding: 16px 0;
    text-align: center;
    background-color: #0b0b0b;
    color: #fff;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
}

/*
.footer .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.footer-logos,
.footer-links {
    display: flex;
}*/

.footer-links a {
    color: inherit;
    padding: 0px 8px;

}
.footer-logos a {
    padding: 1px 16px 4px;
}
.footer-links a, .footer-logos a {

    border-right: 1px solid #dbdbdb;

}

.footer-logos img {
    height: 24px;
 color:#ffffff;
}


.footer-links a:first-child,
.footer-logos a:first-child {
    padding-left: 0;
}

.footer-links a:last-child,
.footer-logos a:last-child {
    padding-right: 0;
    border-right: none;
}



/*not sure if this is used anywhere*/
.errorMessage {
    font-size: 13px; 
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
 border-bottom-left-radius:5px;
 border-bottom-right-radius: 5px;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
    background-color: #FF5050;
    background-repeat: repeat-x;
    border: 1px solid #B4CFDA;
    padding: 8px 0 10px 0;
}
