/* Space out content a bit */
body {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.marketing,
.footer {
    padding-right: 15px;
    padding-left: 15px;
}

/* Custom page header */
.header {
    padding-bottom: 0px;
}

/* Custom page footer */
.footer {
    padding-top: 20px;
    color: #777;
    text-align: center;
}

/* Customize container */
@media (min-width: 768px) {
    .container {
        max-width: 920px;
    }
}


/* Supporting marketing content */
.marketing {
    background-color: #f1f4f0;
}
.maintext {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.maintext h1{
    font-size: 28px;
    color: #000;
}
.maintext h2{
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 1.4;
}
.maintext h3{
    font-size: 20px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.maintext p{
    display: block;
    font-size: 1.071em;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }
    /* Space out the masthead */
    .header {
        margin-bottom: 10px;
    }
}
.CMS_NotCreated {
    color: #a8a8a8;
    text-decoration: underline;
}