body {
    background: #F5F5F5;
    color: #666;
}

.row {
    max-width: 100%;
}

h1, h2, h3, h4 {
    font-size: 1em;
    font-family: Georgia, serif;
    letter-spacing: 0.1em;
}

header h1 {
    background: #00006A;
    padding: 0.3em;
    margin: 0;
}

.content h1 {
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
    overflow: visible;
}

h2 {
    text-transform: uppercase;
}

/* ----- HEADER -----*/
header {
    background: #FFF;
}

header > div {
    padding: 0.2em;
}

nav ul {
    padding-top: 0.4em;
}

#branding img {
    display: block;
    float: left;
    padding-right: 0.3em;
}
#branding * {
    margin: 0;
    padding: 0;
}
#branding h2, header form {
    padding-top: 0.3em;
}

#search {
    position: relative;
}
#search input {
    margin-bottom: 0;
    padding-left: 2em;
}
#search::before {
    content: "\e900";
    font-family: 'icomoon';
    position: absolute;
    top: 25%;
    left: 1.5em;
}

nav a {
    color: #666;
}

.webharvest-menu {
    border-top: 1px solid #EBEBEB;
}
.webharvest-menu > .columns:first-child {
    border-right: 1px solid #EBEBEB;
}
.webharvest-menu .tabs {
    border: none;
    background-color: #FFF;
}
.webharvest-menu a {
    color: #666;
    font-size: 1em;
}
.webharvest-menu .tabs li::after {
    border-bottom: 1px solid #EBEBEB;
    display: block;
    content: '';
    margin: 0 3.5em;
}
.webharvest-menu > .columns, .webharvest-menu.row {
    margin: 0;
    padding: 0;
}
.webharvest-menu li span::after {
    content: "\25B8";
    float: right;
}
.tabs.vertical a {
    display: block;
    padding: 1rem 1.5rem;
    line-height: 1;
}

.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
    background: #EBEBEB;
}
.senate-house {
    padding: 1em 2em;
}
.sentate-house li {
    margin-bottom: 1em;
}
.senate-house li a {
    padding-left: 0;
}

#banner, #small-banner {
    background-position: center;
    background-size: cover;
    box-shadow: inset 0px 6px 10px -3px #666;
}
#banner {
    background-image: url('/nara_static/images/capitol.jpg');
    height: 25em;
}
#small-banner {
    background-image: url('/nara_static/images/capitol.jpg');
    height: 12em;
}

.breadcrumbs {
    margin: 0.5em 1em;
}
.breadcrumbs li {
    color: #666;
    text-transform: none;
}
.breadcrumbs a, .breadcrumbs a:hover {
    color: #A1A1A1;
}


/* ----- CONTENT ----- */

.content {
    max-width: 50em;
    margin: 0 auto;
}

.content h2 {
    text-align: center;
    font-size: 1.2em;
    padding-bottom: 1em;
}

.icon {
    color: #979482;
    font-size: 1.6em;
    vertical-align: middle;
}

.content a, .content a:hover {
    color: #AC572E;
    text-decoration: underline;
}

.button {
    border-radius: 10px;
}
.nav-buttons .button {
    padding: 1.3em 2em;
    margin-bottom: 1.5em;
    width: 100%;
}
.nav-buttons .button, .button:active, .button:hover {
    background: #4D788A;
}
a.button, a.button:hover {
    color: #EEE;
    text-decoration: none;
}

section::after {
    border-bottom: 1px solid #CCC;
    display: block;
    content: '';
    margin: 1em;
    margin-bottom: 2em;
}

section:last-child::after {
    border: none;
}

/* senate webharvest page */
.button-group {
    text-align: center;
}
.button-group .button {
    background-color: #F5F5F5;
    border: 1px solid #DDD;
    color: #666;
}
.button-group .button.is-active {
    background-color: #FFF;
    box-shadow: inset 2px 2px 3px #DDD;
}
.button-group .button:first-child {
    border-radius: 10px 0 0 10px;
    margin-right: 0;
}
.button-group .button:not(:last-child):not(:first-child) {
    border-radius: 0;
    margin-right: 0;
    margin-left: 0;
}
.button-group .button:last-child {
    border-radius: 0 10px 10px 0;
    margin-left: 0;
}

/* faq */
.accordion {
    background-color: #F5F5F5;
    border: 0;
}
a.accordion-title, a.accordion-title:hover {
    color: #666;
    border: 0;
    border-top: 1px solid #CCC;
    font-size: 1em;
    font-family: Georgia, serif;
    padding-left: 2rem;
    text-decoration: none;
    text-transform: uppercase;
}
.accordion-title::before {
    content: "\25B8";
    left: 1rem;
}
.accordion-content {
    background: inherit;
    border: 0;
    color: #666;
}

/* help */
.help h2, .paginated h2 {
    text-align: left;
    border-bottom: 1px solid #CCC;
    margin-top: 1.6em;
}

/* congress members */
.unsorted h3 {
    text-align: left;
    text-transform: uppercase;
    margin-top: 0.7em;
    margin-bottom: 0;
}
.alphabetical.menu {
    text-align: center;
}
.alphabetical li {
    display: inline;
}
.alphabetical.menu>li>a, .alphabetical.menu a:hover {
    display: inline;
    color: #666;
    text-decoration: none;
    font-family: Georgia, serif;
    padding: 0.5em;
    text-transform: uppercase;
}
.paginated {
    overflow: auto;
}
.paginated div {
    padding-bottom: 1.2em;
}
.paginated h3 {
    text-transform: uppercase;
    margin-bottom: 0;
}
.paginated a, .unsorted a {
    display: block;
    text-transform: lowercase;
}

h2 small {
    float: right;
    position: relative;
    top: 1em;
}

.content small a {
    text-decoration: none;
    text-transform: none;
    font-size: 0.8em;
}

/* ----- videos page ----- */
.video-sections {
    margin-bottom: 2em;
}
#videos-page .video-sections a.button.not-active {
    background: none;
    color: #666;
}
#videos-page .video-sections a.button.is-active {
    color: #FFF;
}

.video-links {
    margin-bottom: 1em;
}
.video-item {
    margin: 0;
}

.video-item li {
    list-style-type: none;
}
.video-item li a {
    display: inline;
}
.video-links h3 {
    text-transform: none;
}
.play {
    margin-bottom: 0.5em;
}

.video-links a.accordion-title, .video-links a.accordion-title:hover {
    border: 0;
    font-size: 1em;
    padding-left: 2rem;
    text-decoration: none;
    text-transform: uppercase;
    background: none;
}

.video-links .accordion-content {
    margin-left: 2em;
}

/* ----- pagination ----- */
.pagination li a {
    color: #666;
    text-decoration: none;
}
.pagination .current {
    background-color: #AC572E;
    color: #FFF;
}
li.pagination-previous, li.pagination-next {
    border-radius: 6px;
    border: 1px solid #CCC;
}
.pagination-previous a:before, .pagination-next a:after {
    margin: 0;
}
.pagination-previous.disabled:before, .pagination-next.disabled:after {
    margin: 0;
}

/* ----- child lists ------ */
.peth .accordion-title {
    border: 0;
}

.peth .accordion-title:hover {
    text-transform: none;
}

/* ----- FOOTER ----- */
footer {
    background: #EEE;
    border-top: 1px solid #CCC;
    font-size: 0.6em;
    border-bottom: 1.2em solid #3C3D69;
    padding: 0.5em 1em 1.5em 2.5em;
}

footer p {
    margin: 0.1em;
}
