html {}

header {
    padding: 50px 0 20px;
    background: #1d252c;
    width: 100%;
    max-width: 100%;
    clear: both;
}

.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.agenda-type {
    margin-right: 20px;
    display: inline-block;
    width: 50px;
}
.agenda-date {
    margin-right: 20px;
    display: inline-block;
    width: 140px;
}

.agenda-location {
    margin-right: 20px;
    display: inline-block;
    width: 140px;
}

h1 {
    display: inline-block;
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 0 0 25px;
    padding: 5px 0;
    font-weight: 600;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    color: white;
    letter-spacing: 1px;
}

h2 {
	font-size: 2em !important;
}

h5 {
    font-size: 2rem;
    border-right: 5px solid #e1e1e1;
}

header nav {
    box-sizing: border-box;
    display: inline-block;
    padding: 0;
    margin: 3px 0 0;
    width: 100%;
}

header nav ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
}

header nav ul li {
    padding: 0;
    margin: 0 0 0 30px;
    float: left;
    box-sizing: border-box;
    display: inline-block;
}

header nav ul li:first-child {
    margin: 0;
}

header nav ul li a {
    text-decoration: none;
    font-size: .9em;
    font-weight: bold;
    color: #7c868d;
    -o-transition:color .2s ease-out, background 1s ease-in;
    -ms-transition:color .2s ease-out, background 1s ease-in;
    -moz-transition:color .2s ease-out, background 1s ease-in;
    -webkit-transition:color .2s ease-out, background 1s ease-in;
    transition: color .2s ease-out, background 1s ease-in;
}

hr {
    border: 3px solid #eee;
}

header nav ul li a:hover {
    color: #e6e9ec;
}

#upcoming-events table tr:first-child {
    border-top: 1px solid #e1e1e1;
}

#upcoming-events table tr td:last-child {
    text-align: right;
}

.detail-button {
    text-transform: uppercase;
    border-radius: 4px;
    color: #798998;
    border: 1px solid #798998;
    padding: 6px 10px;
    background: white;
    font-weight: bold;
    text-decoration: none;
    font-size: .65em;
    display: inline-block;
}

.detail-button:hover {
    background: #798998;
    color: white;
}

.detail-button:active {
    background: #1d252c;
    border: 1px solid #1d252c;
}

#getting-involved div {
    background: #fbfbfb;
    padding: 20px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

#getting-involved .button {
    margin: 0;
}

#getting-involved .button:first-child {
    margin-bottom: 29px;
    margin-top: 8px;
}

#getting-involved .button:last-child {
    margin-bottom: 8px;
}

.teams {
	margin-bottom: 30px;
}

.teams img {
	height: 70px;
	margin: 0 auto 30px;
	padding: 0;
}

.teams ul {
	margin-left: 10px;
}
