img.no-margin {
    margin: 0;
}

.grid {
    display: inline-block;
    height: 425px;
    width: 220px;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
    vertical-align: top;
}

.grid h3 {
    margin-bottom: 1em;
    font-weight: bold;
}

.grid img {
    margin-bottom: 1em;
}

nav#site-navigation {
    background-color: #0779BE;
    position: relative;
}

#site-navigation a:not([href]),
#site-navigation a:hover:not([href]) {
    color: #555 !important;
    cursor: default;
}

#site-navigation button.menu-toggle {
    background: none;
    margin: 0;
}

#site-navigation li.menu-item.page_item, 
#site-navigation li.menu-item.page_item:hover {
    background: none !important;
}

#site-navigation ul#menu-main-menu > li {
    position: static;
}

#site-navigation ul#menu-main-menu > li.current-menu-ancestor.menu-item-has-children {
    margin-bottom: 2em;
}

#site-navigation li.current-menu-ancestor ul.sub-menu,
#site-navigation li.current-menu-item ul.sub-menu {
    display: inline-block;
}

#site-navigation ul.sub-menu {
    display: none;
    background-color: #E8E0D8;
    width: 100%;
    position: absolute;
    top: 58px;
    left: 0;
}

#site-navigation ul.sub-menu > li {
    display: inline-block;
}

#site-navigation ul.sub-menu > li a {
    color: #333 !important;
    width: auto;
}

#masthead .site-branding {
    padding: 20px 2em;
}

#masthead .site-branding .left {
    float: left;
}

#masthead .site-branding .right {
    float: right;
}

#masthead .site-branding:after {
    content: ' ';
    display: table;
    width: 0;
    height: 0;
    clear: both;
}

p.more {
    display: none;
}

footer.site-footer {
    padding: 0 40px;
    font-family: "Roboto", san-serif;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    background-color: #0779BE;
}

footer.site-footer:after {
    display: table;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

footer.site-footer > div {
    line-height: 80px;
    font-size: 14px;
}

footer.site-footer .pull-left {
    float: left;
}

footer.site-footer .pull-right {
    float: right;
}

footer.site-footer a, footer.site-footer a:visited {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
}

footer.site-footer a:hover {
    text-decoration: underline;
}

footer.site-footer a img {
    vertical-align: middle;
    height: 20px;
    width: 20px;
    margin-bottom: 5px;
    margin-left: 2px;
}

span.disabled {
    color: #999;
    font-weight: bold;
}

.feedback .row {
    margin-bottom: 1em;
}

.feedback button {
    float: right;
}

p.invalid {
    color: #EA2212;
}

p.success {
    color: #4F8A10;
}

.feedback:after {
    content: '';
    display: table-cell;
    width: 0;
    height: 0;
    clear: both;
}

button {
    border-radius: 0 !important;
}

.link-row {
    width: 100%;
    background: #ccc;
    padding: 5px 10px;
    text-align: justify;
}

.link-row a {
    display: inline-block;
    font-weight: normal;
    width: 33%;
    text-align: center;
}

img.seafoodprint {
    width: 100%;
}

.pull-right {
    float: right;
}

.left-col {
    float: left;
    width: 49%;
}

.right-col {
    float: right;
    width: 49%;
}

.climate-change-tile {
    width: 200px;
    text-align: center;
    margin-bottom: 2em;
}

.right-col.climate-change-text {
    width: 35%;
    padding: 1.5em;
    margin: 0 1em 1em 1em;
    background: #B4D7EB;
}

span.psuedo-center {
    display: inline-block;
    margin-left: 6.5em;
}

a:hover span.psuedo-center {
    text-decoration: underline;
}

a.link-margin-top {
    display: inline-block;
    margin-top: 1.5em;
}

li.menu-item.menu-search {
    padding-left: 10px;
}

li.menu-item.menu-search input {
    border-radius: 0;
}

li.menu-item.menu-search:hover {
    background: none;
}

article.post {
    margin-top: 20px;
}

#main header.page-header {
    height: 2em;
    margin-bottom: 1em;
}

#faq .toc a {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 15px;
}

#faq .toc {
    margin-bottom: 25px;
}

#faq .answers .question {
    font-style: italic;
}

#faq .answers .question:before {
    content: 'Q: ';
}

#faq .answers .answer:before {
    content: 'A: ';
}

article header.entry-header {
    margin: 0 !important;
}

#copyright a, #copyright span {
    display: inline-block;
}

#copyright a {
    margin-right: 15px;
}

#copyright span {
    margin-right: 30px;
}

h1, h2, h3, h4, h5 {
    letter-spacing: 2px;
}

@media screen and (max-width: 700px) {
    #site-navigation ul#menu-main-menu > li.current-menu-ancestor.menu-item-has-children {
        margin-bottom: 0;
    }

    #site-navigation ul.sub-menu {
        position: relative;
        top: 0;
        margin: 0;
        padding: 5px 0;
    }

    #site-navigation ul.sub-menu > li {
        display: block;
    }

    #site-navigation ul.sub-menu > li a {
        padding: 0 5px;
    }
}
