body {
    font-family: 'Lato', sans-serif;
}
header { background: #4cc7ff; }

article h1 {
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 8px 0;
}
article h2 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 8px 0;
}
article h3 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 8px 0;
}

.clearfix { clear: both; }

.site-header {
    position: fixed;
    opacity: 0.9;
    width: 100%;
    z-index: 123;
}

.site-header .home-link { min-height: 0; padding: 0; }
.site-header .site-title:hover { text-decoration: none; }
.site-title {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    font-weight: 300;
    padding: 10px 0 0 0;
}
.navbar {
    max-width: 960px !important;
    padding: 5px 0;
}
.navbar { background-color: #4cc7ff; }
.nav-menu li {
    margin-right: 5px;
}
.nav-menu li a {
    color: #bbeaff;
    padding: 5px 10px 10px 0;
    font-size: 16px;
    -webkit-transition: color 0.2s ease-out, background-color 0.3s ease-out;
    -moz-transition: color 0.2s ease-out, background-color 0.3s ease-out;
    -o-transition: color 0.2s ease-out, background-color 0.3s ease-out;
    -ms-transition: color 0.2s ease-out, background-color 0.3s ease-out;
    transition: color 0.2s ease-out, background-color 0.3s ease-out;
}
.nav-menu li:hover > a,
.nav-menu li a:hover {
    background-color: transparent;
    color: #fff;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
    color: #fff;
    font-style: normal;
}

ul.nav-menu, div.nav-menu > ul { margin: 0; padding: 0; }

.main-navigation { min-height: 0; }

.main-image {
    padding: 0 10px;
}
.main-image img {
    width: 100%;
    max-width: 960px;
}
.main-image-spacer {
    height: 100px;
}

.overlap {
    background: #fff;
    position: relative;
    margin: -50px -10px 10px -10px;
    padding: 15px 20px 0 20px;
}

.site {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}

footer {
    border-top: 5px solid #6ed2ff;
    padding: 20px 0;
    margin: 0 10px;
}
.site-footer {
    background-color: #fafafa;
    color: #686758;
    font-size: 14px;
    text-align: left;
}
p.smallprint { font-style: italic; opacity: 0.8; }

p.caption {
    color: #666;
    font-size: 12px;
    font-style: italic;
    padding-top: 5px;
}

p a, p a:visited {
    color: #47b4e0;
    font-weight: 400;
    text-decoration: none;
}
p a:hover {
    color: #47b4e0;
    text-decoration: underline;
}
.sixtytwo {
    margin-left: 38%;
    width: 55%;
}

.sixtytwo.bio {
    padding: 15px 20px 0 20px;
}
.fiftyfifty {
    overflow: hidden;

}
.fiftyleft {
    float: left;
    text-align: right;
    width: 47.5%;
}
.fiftyleft img {
    max-width: 100%;
}
.fiftyright {
    float: right;
    width: 41%;
    margin-right: 9%;
}

.gutter {
    padding: 10px 20px 20px;
}
header .gutter { padding: 0 20px; }

/* isotope stuff */

#roster {
    /*position: relative;*/
    /*margin: 0 7% 20px;*/
    margin: 0 0 30px;
}
.grid-sizer { width: 25%; }

.item {
    float: left;
    width: 25%;
    /*position: relative;*/
    margin: 0;
}
.item.w2 {
    float: left;
    width: 50%;
}
.item.w3 {
    float: left;
    width: 75%;
}
.item img {
    width: 100%;
}
.item h2 {
    background: #000;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 200;
    opacity: 0.8;
    position: absolute;
    padding: 7px;
    margin: 0;
    max-width: 85%;
    max-width: calc(100% - 20px);
}

.item h2.label_nw { top: 10px; left: 10px; }
.item h2.label_ne { top: 10px; right: 10px; }
.item h2.label_se { bottom: 10px; right: 10px; }
.item h2.label_sw { bottom: 10px; left: 10px; }

.item .gutter {
    margin: 10px; padding: 0;
}

.item a h2 {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.item a:hover h2 {
    background: #4cc7ff;
    font-weight: 400;
}

.item_news h3 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 8px 0;
}
.item_news ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

/* misc */

table {
    font-size: 14px;
    line-height: 1.25;
    border-spacing: 1px;
}
table td {
    vertical-align: top;
}
table tr.tr_odd {
    background: #edfaff;
}

@media (max-width: 643px) {
    .site-header { position: static; }
    .sixtytwo { margin: 0 auto; width: 90%; }
    .sixtytwo.bio { padding: 0; }
    ul.nav-menu, div.nav-menu > ul { display: block; }
    header .gutter, .gutter { padding-left: 0; padding-right: 0; }
    .overlap { padding: 10px 0 0 0; }
    .nav-menu li a { font-size: 16px; }
    .main-image { padding: 0; }
    #roster { margin: 0 auto; width: 90%; margin-bottom: 20px; }
    .item { width: 49%; }
    .item.w2, .item.w3 { width: 100%; }
    .fiftyleft, .fiftyright { float: none; margin: 0; text-align: left; width: 100%; }
    .fiftyfifty { width: 90%; margin: 0 auto; }
}