/* Small only */
@media screen and (max-width: 39.9375em) {
.heroContent h3 {
    font-size: 1em;
}
.heroCaption {
    padding: 0.5rem;
    bottom: 0;
}
.downBtn i {
    font-size: 1.4em;
}
.introSection p {
    color: #343434;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.25;
}
.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #00838f;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: '';
}
a.nextTopic {
    text-align: left;
    display: block;
}
.accordion-title {
    font-size: 1.15em;
}
.heroContent h2 {
    font-size: 0.85em;
}
.top-bar-right ul {
    padding:2em 0;
}
.top-bar-right .menu.vertical > li {
    display: block;
    border-top: 1px solid #525252;
}
.top-bar-right .menu.vertical > li:last-child {
    display: block;
    border-bottom: 1px solid #525252;
}
.introSection {
    padding: 2rem 1rem;
}
.accordionSection {
    padding: 2rem 1rem;
}
.copySection {
    padding: 2rem 1rem;
}
.footerSection {
    padding: 4rem 1em 1em;
}
.well {
    height:180px;
    min-height: 20px;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.well h5 {
    font-size:0.88em;
    font-weight:700;
}
.well p {
    font-size: 0.88em;
}
}

/* Medium and up */
@media screen and (min-width: 40em) {
.menu-icon::after {
    background: #00838f;
}
.introSection {
    padding: 2rem 1rem;
}
.accordionSection {
    padding: 2rem 1rem;
}
.copySection {
    padding: 2rem 1rem;
}
.footerSection {
    padding: 4rem 1em 1em;
}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

}

/* Large and up */
@media screen and (min-width: 64em) {

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}
