@font-face {
    font-family: "icomoon";
    src: url("/css/fonts/icomoon/icomoon.eot?s279b6");
    src: url("/css/fonts/icomoon/icomoon.eot?s279b6#iefix") format("embedded-opentype"), url("/css/fonts/icomoon/icomoon.ttf?s279b6") format("truetype"), url("/css/fonts/icomoon/icomoon.woff?s279b6") format("woff"), url("/css/fonts/icomoon/icomoon.svg?s279b6#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*bootstrap overrides*/
body {
    color: #000000;
    font-family: 'Verdana', sans-serif;
}

a {
    color: #76AEE2;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #185fa1;
    }

.btn-link {
    color: #76AEE2;
}

    .btn-link:hover, .btn-link:focus {
        color: #C1CAD1;
    }

    .btn-link[disabled]:hover, .btn-link[disabled]:focus,
    fieldset[disabled] .btn-link:hover,
    fieldset[disabled] .btn-link:focus {
        color: #C1CAD1;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: #004200;
}

h1, h2 {
    font-family: 'Crimson Text', sans-serif;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
/*end of bootstrap overrides*/
[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-apps:before {
    content: "\e5c3";
}

.icon-close:before {
    content: "\e5cd";
}

.icon-play-circle-o:before {
    content: "\f01d";
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-info-circle:before {
    content: "\f05a";
}

.icon-camera-retro:before {
    content: "\f083";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-angle-right:before {
    content: "\f108";
}

.icon-angle-left:before {
    content: "\f109";
}

.icon-chevron-circle-right:before {
    content: "\f138";
}

.icon-long-arrow-left:before {
    content: "\f177";
}

.icon-long-arrow-right:before {
    content: "\f178";
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
    margin: -20px;
    width: 100% !important;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 0;
    padding: 0 !important;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    }

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
    width: 100% !important;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow-x: hidden;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, .8);
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #fff;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.navbar.navbar-default .navbar-nav,
.listing-section .list,
.select-list,
.heading .link-list,
.agenda-list,
.logo-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .clearfix:after,
    .footer .footer-top:after,
    .logo-list:after {
        content: "";
        display: block;
        clear: both;
    }

.ellipsis {
    white-space: nowrap; /* 1 */
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

body {
    min-width: 320px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.container-small {
    max-width: 780px;
}

h1,
.h1 {
    margin: 0 0 15px;
    line-height: 38px;
}

h2,
.h2 {
    line-height: 34px;
    margin: 0 0 12px;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 10px;
}

p {
    margin: 0 0 2em;
}

.navbar.navbar-default {
    background: none;
    border: 0;
    height: auto;
    margin: 0;
    border-radius: 0;
}

    .navbar.navbar-default .navbar-header {
        padding: 2px 15px;
        border-bottom: 1px solid #e0e0e0;
    }

    .navbar.navbar-default .navbar-brand {
        width: 194px;
        padding: 0;
        height: auto;
    }

        .navbar.navbar-default .navbar-brand img {
            width: 100%;
            max-width: none;
        }

    .navbar.navbar-default .container-fluid {
        position: relative;
        padding: 0;
    }

        .navbar.navbar-default .container-fluid > .navbar-header {
            margin: 0;
        }

    .navbar.navbar-default .navbar-toggle {
        width: 27px;
        height: 23px;
        padding: 0;
        border: 0;
        background: none;
        margin: 24px 0 0;
        border-radius: 0;
    }

        .navbar.navbar-default .navbar-toggle .icon-bar {
            background: #1a3464;
            width: 100%;
            height: 5px;
            border-radius: 1px;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

        .navbar.navbar-default .navbar-toggle:hover {
            background: none;
        }

            .navbar.navbar-default .navbar-toggle:hover .icon-bar {
                background: #004200;
            }

        .navbar.navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
            display: none;
        }

        .navbar.navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            margin: 0;
        }

        .navbar.navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
            margin: -5px 0 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .navbar.navbar-default .navbar-right {
        margin: 0;
    }

    .navbar.navbar-default .navbar-collapse {
        background: #e0e0e0;
        border: 0;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 9;
    }

    .navbar.navbar-default .navbar-nav {
        font: 600 16px/20px "Open Sans", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        padding: 3px 0;
    }

        .navbar.navbar-default .navbar-nav li {
            position: relative;
        }

            .navbar.navbar-default .navbar-nav li + li:before {
                content: "";
                position: absolute;
                left: 15px;
                right: 15px;
                top: 0;
                border-bottom: 1px solid #c3c3c3;
            }

            .navbar.navbar-default .navbar-nav li:hover a,
            .navbar.navbar-default .navbar-nav li.active a {
                background: #004200;
                color: #fff;
            }

        .navbar.navbar-default .navbar-nav a {
            color: #004200;
            text-decoration: none;
            -webkit-transition: color .3s, background .3s;
            -moz-transition: color .3s, background .3s;
            -o-transition: color .3s, background .3s;
            transition: color .3s, background .3s;
            padding: 10px 15px;
        }

.btn {
    display: inline-block;
    padding: 8px 20px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    cursor: pointer;
    margin-bottom: 1em;
    white-space: normal;
}

    .btn.island {
        background: #76AEE2;
        border-radius: 0;
    }

        .btn.island:hover {
            background: #185fa1;
            color: #fff;
        }

.banner {
    position: relative;
}

    .banner .img-holder {
        min-height: 236px;
        background-size: cover;
        background-position: center;
    }

    .banner .container {
        padding: 0;
    }

    .banner .text-holder {
        background: #a6d6d6;
        padding: 26px 17px 18px 15px;
        color: #1a3464;
    }

        .banner .text-holder:before {
            content: none;
            position: absolute;
            top: 0;
            left: -9999px;
            right: -9999px;
            bottom: 0;
            background: #000;
            z-index: -1;
        }

        .banner .text-holder a {
            color: #76AEE2;
            -webkit-transition: color .3s;
            -moz-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
        }

            .banner .text-holder a:hover {
                color: #185fa1;
                text-decoration: none;
            }

        .banner .text-holder p {
            margin: 0 0 26px;
        }

.photo-credit {
    font-size: 12px;
    display: block;
    text-align: center;
    text-transform: capitalize;
    line-height: 22px;
    padding: 0 10px;
}

h1 {
    /*text-transform: uppercase;*/
    font-size: 56px;
    line-height: 1;
    font-weight: 400;
}

.info-section {
    padding: 33px 0 17px;
    background: #000;
}

    .info-section .title {
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        margin: 0 0 4px;
        text-transform: uppercase;
    }

    .info-section .text {
        padding: 0 0 16px;
        color: #fff;
    }

    .info-section address {
        letter-spacing: 0;
        padding: 0;
        margin: 0;
        font-style: normal;
        display: inline;
        color: #76AEE2;
    }

    .info-section .btn-holder {
        text-align: center;
    }

    .info-section .btn {
        min-width: 263px;
        padding: 8px 10px;
        border-radius: 0;
        line-height: 27px;
        color: #fff;
    }

.section {
    text-align: center;
    position: relative;
}

    .section .section-holder {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 32px 0 70px;
        position: relative;
    }

        .section .section-holder:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 8px;
            background: -webkit-linear-gradient(top, rgba(252, 252, 252, 0) 0%, #eaebea 100%);
            background: linear-gradient(to bottom, rgba(252, 252, 252, 0) 0%, #eaebea 100%);
        }

    .section .text-holder {
        font-weight: 300;
        font-size: 18px;
        line-height: 28px;
        background: rgba(255, 255, 255, .5);
        padding: 15px 23px 11px;
        text-align: center;
    }

    .section p {
        margin: 0 0 19px;
    }

    .section .btn-holder {
        margin: 0 -8px;
    }

    .section .btn {
        padding: 9px 10px;
        letter-spacing: .04em;
        min-width: 260px;
        font-weight: 300;
        color: #fff;
    }

.article .two-columns {
    padding: 11px 0 9px;
    /*border-top: 1px solid #e0e0e0;*/
}

.article .img-holder {
    padding: 0;
}

    .article .img-holder img {
        width: 100%;
        height: auto;
    }

.article .text-holder {
    padding: 12px 0;
}

    .article .text-holder a {
        color: #76AEE2 ; /*#a6d6d6*/
    }

        .article .text-holder a:hover {
            color: #185fa1; /*#4dbdbd*/
            text-decoration: none;
        }

    .article .text-holder .btn {
        min-width: 144px;
        padding: 8px 26px;
        text-transform: capitalize;
            background: #76AEE2;
    color: #fff;
    border-radius: 0;
    }

        .article .text-holder .btn:hover {
            color: #fff;
        }

.article .photo-credit {
    border-bottom: 1px solid #e0e0e0;
}

.article p {
    margin: 0 0 26px;
}

.article .btn-holder {
    margin: -9px 0 0;
}

.article.marine .two-columns {
    padding: 42px 0 23px;
}

.article.marine .img-holder {
    margin: 0 0 0;
}

.article.marine .btn-holder {
    margin: 0;
}

h2 {
    color: #000;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

    h2 a {
        color: #76AEE2 !important;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

        h2 a:hover {
            color: #185fa1 !important;
            text-decoration: none;
        }

#four-columns {
    margin: 0 -15px -15px;
    font-size: 0;
}

    #four-columns .title {
        font: 700 16px/20px "Open Sans", Helvetica, Arial, sans-serif;
        color: #76AEE2;
        display: block;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

    #four-columns .mix {
        padding-bottom: 20px;
        display: none;
        float: none;
        vertical-align: top;
    }

        #four-columns .mix img {
            width: 100%;
            max-width: none;
        }

        #four-columns .mix a:hover .img-holder:before {
            opacity: 1;
            visibility: visible;
        }

        #four-columns .mix a:hover .title {
            color: #e0e0e0;
        }

    #four-columns .img-holder {
        margin: 0 0 4px;
        position: relative;
    }

        #four-columns .img-holder:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, .3);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity .3s;
            -moz-transition: opacity .3s;
            -o-transition: opacity .3s;
            transition: opacity .3s;
        }

.listing-section {
    padding: 37px 0 0;
}

    .listing-section.history {
        padding: 48px 0 0;
    }

    .listing-section h1 {
        margin: 0 0 12px;
    }

    .listing-section .text-hold {
        text-align: center;
        max-width: 745px;
        margin: 0 auto;
    }

    .listing-section h2 {
        text-align: center;
    }

    .listing-section p {
        margin: 0 0 25px;
    }

    .listing-section .list {
        font-size: 16px;
        line-height: 26px;
    }

        .listing-section .list li {
            padding: 0 0 0 14px;
            position: relative;
        }

            .listing-section .list li:before {
                width: 4px;
                height: 4px;
                content: "";
                position: absolute;
                left: 1px;
                top: 9px;
                border-radius: 50%;
                background: #031950;
            }

        .listing-section .list a {
            color: #76AEE2;
            -webkit-transition: color .3s;
            -moz-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
        }

            .listing-section .list a:hover {
                color: #185fa1;
                text-decoration: none;
            }

    .listing-section a {
        color: #76AEE2;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

        .listing-section a:hover {
            color: #185fa1;
            text-decoration: none;
        }

.open-close {
    margin: 0 0 36px;
}

    .open-close .select-opener {
        display: inline-block;
        border: 1px solid #a6d6d6;
        margin: 0;
        background: #fff;
        border-radius: 3px;
        width: 100%;
        min-height: 40px;
        position: relative;
        font-size: 14px;
        line-height: 20px;
        padding: 9px 60px 9px 10px;
        text-transform: uppercase;
        color: #a6d6d6;
        -webkit-transition: color .3s, background .3s;
        -moz-transition: color .3s, background .3s;
        -o-transition: color .3s, background .3s;
        transition: color .3s, background .3s;
    }

        .open-close .select-opener:before {
            position: absolute;
            right: 17px;
            content: "";
            width: 6px;
            height: 6px;
            position: absolute;
            top: 50%;
            border: 3px solid #14285c;
            border-width: 0 0 1px 1px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            margin-top: -4px;
            line-height: 0;
            z-index: 1;
            -webkit-transition: border .3s;
            -moz-transition: border .3s;
            -o-transition: border .3s;
            transition: border .3s;
        }

        .open-close .select-opener:hover {
            text-decoration: none;
            color: #fff;
            background: #a6d6d6;
        }

            .open-close .select-opener:hover:before {
                border-color: #fff;
            }

        .open-close .select-opener:focus {
            text-decoration: none;
        }

.select-list {
    text-transform: uppercase;
    color: #76AEE2;
    text-align: center;
    font-size: 0;
    margin: 0;
    border: 1px solid #e0e0e0;
}

    .select-list .filter {
        cursor: pointer;
        background: #fff;
        padding: 9px 7px;
        font-size: 12px;
        line-height: 20px;
        -webkit-transition: color .3s, background .3s;
        -moz-transition: color .3s, background .3s;
        -o-transition: color .3s, background .3s;
        transition: color .3s, background .3s;
    }

        .select-list .filter:hover,
        .select-list .filter.active {
            color: #fff;
            background: #76AEE2;
        }

.inner-banner {
    position: relative;
}

    .inner-banner .img-holder {
        min-height: 350px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .inner-banner .img-block img {
        width: 100%;
        max-width: none;
    }

    .inner-banner .photo-credit {
        text-transform: none;
        padding: 4px 10px;
        line-height: 16px;
    }

.heading {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}

    .heading .container {
        position: relative;
    }

    .heading .title {
        padding: 0 100px 0 0;
        display: block;
    }

    .heading .link-list {
        position: absolute;
        right: 15px;
        top: 0;
        font-size: 18px;
        line-height: 26px;
    }

        .heading .link-list li {
            display: inline-block;
            vertical-align: middle;
            margin: 1px 0 0 4px;
        }

        .heading .link-list a {
            color: #e0e0e0;
            -webkit-transition: color .3s;
            -moz-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
        }

            .heading .link-list a:hover {
                text-decoration: none;
                color: #76AEE2;
            }

        .heading .link-list .icon-apps {
            font-size: 22px;
            line-height: 26px;
        }

.msa-section {
    padding: 30px 0;
}

    .msa-section h1 {
        text-align: center;
    }

    .msa-section .sub-title {
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 26px;
		color: #e0e0e0;
    }

    .msa-section h2 {
        text-align: center;
        margin: 0 0 26px;
    }

    .msa-section a {
        color: #4dbdbd;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

        .msa-section a:hover {
            color: #000;
            text-decoration: none;
        }

.three-col {
    margin: 0 0 -30px;
}

    .three-col .img-holder {
        margin: 0 0 12px;
        position: relative;
    }

        .three-col .img-holder img {
            width: 100%;
            max-width: none;
        }

        .three-col .img-holder:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, .3);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity .3s;
            -moz-transition: opacity .3s;
            -o-transition: opacity .3s;
            transition: opacity .3s;
        }

    .three-col .title {
        display: block;
    }

    .three-col .col {
        padding-bottom: 30px;
        position: static;
    }

    .three-col a {
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

        .three-col a:hover {
            color: #e0e0e0;
            text-decoration: none;
        }

            .three-col a:hover .img-holder:before {
                opacity: 1;
                visibility: visible;
            }

.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}

div.lightbox {
    position: relative;
}

    div.lightbox .cross {
        width: 44px;
        height: 44px;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        background: #76AEE2;
        position: absolute;
        right: 15px;
        top: 11px;
        -webkit-transition: background .3s;
        -moz-transition: background .3s;
        -o-transition: background .3s;
        transition: background .3s;
        z-index: 1;
    }

        div.lightbox .cross:before,
        div.lightbox .cross:after {
            content: "";
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%) rotate(-45deg);
            -ms-transform: translateY(-50%) rotate(-45deg);
            -moz-transform: translateY(-50%) rotate(-45deg);
            -o-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
            height: 3px;
            background: #fff;
            left: 10px;
            right: 10px;
        }

        div.lightbox .cross:after {
            -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
            -moz-transform: translateY(-50%) rotate(45deg);
            -o-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
        }

        div.lightbox .cross:hover {
            background: #185fa1;
        }

    div.lightbox .msa-section {
        padding: 29px 0 20px;
    }

        div.lightbox .msa-section .img-holder {
            padding: 3px 0 43px;
            width: 100%;
            max-width: none;
        }

        div.lightbox .msa-section .container-small {
            padding: 0 15px;
            margin: 0 auto;
        }

        div.lightbox .msa-section .title {
            font-size: 36px;
            line-height: 40px;
            display: block;
            font-weight: 300;
            margin: 0 0 10px;
        }

        div.lightbox .msa-section .btn-holder {
            padding: 9px 0 0;
        }

        div.lightbox .msa-section .btn {
            padding: 9px 15px;
            min-height: 46px;
            min-width: 123px;
            line-height: 26px;
            color: #fff;
        }

    div.lightbox.committee .container-small {
        margin: 0 auto;
        padding: 0 15px;
    }

    div.lightbox.committee .two-col {
        padding: 81px 0;
    }

    div.lightbox.committee .details {
        font-size: 16px;
        line-height: 26px;
    }

        div.lightbox.committee .details .row-hold {
            margin: 0 0 10px;
        }

        div.lightbox.committee .details .title {
            display: block;
            font-weight: bold;
        }

    div.lightbox.committee .img-block {
        padding: 0 0 9px;
    }

        div.lightbox.committee .img-block img {
            width: 100%;
            height: auto;
        }

        div.lightbox.committee .img-block .img-holder {
            padding: 0 0 10px;
        }

    div.lightbox.committee .text-holder {
        border-top: 1px solid #e0e0e0;
        padding: 13px 0;
    }

        div.lightbox.committee .text-holder a {
            -webkit-transition: color .3s;
            -moz-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
        }

            div.lightbox.committee .text-holder a:hover {
                text-decoration: none;
                color: #67999a;
            }

        div.lightbox.committee .text-holder .btn-holder {
            padding: 11px 0 0;
        }

        div.lightbox.committee .text-holder .btn {
            min-width: 84px;
            padding: 8px 25px;
            color: #fff;
        }

            div.lightbox.committee .text-holder .btn:hover {
                color: #fff;
            }

    div.lightbox.committee .name {
        font-size: 36px;
        line-height: 38px;
        display: block;
        font-weight: 300;
    }

    div.lightbox.committee .post {
        font-weight: bold;
        display: block;
    }

    div.lightbox.committee .head {
        margin: 0 0 9px;
    }

.event-heading {
    padding: 26px 0 6px;
}

    .event-heading h1 {
        text-align: center;
        line-height: 40px;
        margin: 0 0 13px;
    }

    .event-heading.agenda {
        padding: 26px 0 2px;
        margin: 0 0 -14px;
    }

.link {
    font-size: 0;
    text-align: center;
    margin: 0 -10px;
}

    .link .btn {
        border: 1px solid #76AEE2;
        font-size: 14px;
        line-height: 21px;
        padding: 11px 5px;
        max-width: 147px;
        min-width: 145px;
        background: none;
        color: #76AEE2;
        -webkit-transition: background .3s, color .3s, border .3s;
        -moz-transition: background .3s, color .3s, border .3s;
        -o-transition: background .3s, color .3s, border .3s;
        transition: background .3s, color .3s, border .3s;
    }

        .link .btn.active,
        .link .btn:hover {
            background: #76AEE2;
            color: #fff;
            box-shadow: none;
            border-color: #76AEE2;
        }

.event-content {
    padding: 0 0 10px;
}

    .event-content .sidebar {
        padding-bottom: 10px;
    }

    .event-content h2 {
        font-size: 36px;
        line-height: 40px;
        margin: 0 0 9px;
        display: block;
    }

    .event-content.agenda {
        padding: 0 0 70px;
    }

        .event-content.agenda h2 {
            margin: 0 0 18px;
        }

        .event-content.agenda .event-section {
            padding: 24px 0 32px;
        }

            .event-content.agenda .event-section .row {
                margin: 0 -15px -30px;
            }

            .event-content.agenda .event-section + .event-section h2 {
                margin: 0 0 8px;
            }

        .event-content.agenda .four-columns {
            padding: 0;
        }

            .event-content.agenda .four-columns h3 {
                /*font-size: 30px;
                line-height: 32px;*/
                margin: 0 0 13px;
            }

            .event-content.agenda .four-columns .col {
                padding-bottom: 25px;
            }

            .event-content.agenda .four-columns .agenda-list {
                padding: 0 25px 0 0;
            }

                .event-content.agenda .four-columns .agenda-list li {
                    padding: 0 0 0 13px;
                }

.event-section {
    padding: 19px 0;
}

    .event-section + .event-section {
        border-top: 1px solid #e0e0e0;
    }

    .event-section .two-columns {
        margin: 0 0 -29px;
    }

        .event-section .two-columns .time-holder {
            font-size: 64px;
            line-height: 64px;
            font-weight: 300;
            display: block;
            padding: 0 0 17px;
        }

        .event-section .two-columns .time {
            font-size: 16px;
            line-height: 18px;
            display: block;
            font-weight: bold;
        }

    .event-section .row {
        padding: 0 0 32px;
        margin: 0;
    }

    .event-section .text-hold .title {
        font-weight: bold;
		text-transform: uppercase;
        font-size: 18px;
        line-height: 40px;
    }

        .event-section .text-hold .title a {
            color: #000;
            -webkit-transition: color .3s;
            -moz-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
        }

            .event-section .text-hold .title a:hover {
                color: #4dbdbd;
            }

    .event-section .text-hold p {
        margin: 0;
    }

    .event-section .text-hold a {
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

        .event-section .text-hold a:hover {
            color: #185fa1;
            text-decoration: none;
        }

    .event-section address {
        padding: 0;
        margin: 0;
        font-style: normal;
    }

    .event-section .location {
        display: inline-block;
        vertical-align: top;
    }

        .event-section .location:before {
            content: "\f041";
            display: inline-block;
            vertical-align: top;
            font: 16px/26px "icomoon";
            margin: 0 3px 0 0;
        }

.datepicker .table-condensed {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.datepicker .datepicker-switch {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    padding: 18px 0;
    font-weight: normal;
    pointer-events: none;
}

.datepicker .prev,
.datepicker .next {
    font-size: 19px;
    font-weight: normal;
    width: 20px;
    color: #76AEE2;
    font-family: icomoon;
    padding-left: 18px;
    cursor: pointer;
    vertical-align: bottom;
    padding: 4px 11px;
}

.datepicker .next {
    text-align: right;
    padding: 4px 12px;
}

.datepicker .dow {
    text-align: center;
    border: solid #e0e0e0;
    border-width: 1px 0;
    padding: 21px 0 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
}

.datepicker .day {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    height: 40px;
    cursor: pointer;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

    .datepicker .day.loaded {
        -webkit-animation: flip .3s forwards;
        -moz-animation: flip .3s forwards;
        -o-animation: flip .3s forwards;
        animation: flip .3s forwards;
    }

    .datepicker .day.active-event {
        background: #76AEE2;
        color: #fff;
        -webkit-transition: background .3s;
        -moz-transition: background .3s;
        -o-transition: background .3s;
        transition: background .3s;
    }

        .datepicker .day.active-event:hover {
            text-decoration: none;
            background: #185fa1;
        }

    .datepicker .day.old,
    .datepicker .day.new {
        color: #d5d5d5;
        background: none;
        pointer-events: none;
    }

    .datepicker .day:not(.active-event) {
        pointer-events: none;
    }

.calendar-widget {
    padding: 1px 8px;
    text-align: center;
}

.agenda-list {
    padding: 0 3px 0 0;
}

    .agenda-list li {
        padding: 0 0 0 15px;
        position: relative;
    }

        .agenda-list li:before {
            width: 4px;
            height: 4px;
            content: "";
            position: absolute;
            left: 0;
            top: 11px;
            background: #031950;
            border-radius: 50%;
        }

    .agenda-list .li {
        display: inline;
    }

    .agenda-list a {
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

        .agenda-list a:hover {
            text-decoration: none;
            color: #185fa1;
        }

    .agenda-list .title + a:before,
    .agenda-list .title + a:after,
    .agenda-list .title + .text:before,
    .agenda-list .title + .text:after {
        content: "\201C";
        display: inline-block;
        vertical-align: top;
        color: #031950;
    }

    .agenda-list .title + a:after,
    .agenda-list .title + .text:after {
        content: "\201D";
    }

    .agenda-list time {
        font-weight: bold;
    }

.info-block {
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    padding: 42px 1px 42px;
}

    .info-block .btn {
        background: #fff;
        color: #76AEE2;
        border-radius: 0;
        -webkit-transition: background .3s;
        -moz-transition: background .3s;
        -o-transition: background .3s;
        transition: background .3s;
        font-size: 16px;
        line-height: 26px;
        padding: 9px 20px;
        min-width: 225px;
        margin-bottom: 0;
    }

        .info-block .btn:hover {
            background: #185fa1;
            color: #fff;
        }

    .info-block p {
        margin: 0 0 23px;
    }

.about-section {
    padding: 34px 0 9px;
}

    .about-section h1 {
        text-align: center;
        margin: 0 0 42px;
    }

    .about-section h2 {
        text-align: center;
        margin: 0 0 29px;
    }

    .about-section .four-columns {
        font-size: 0;
    }

        .about-section .four-columns .col {
            font-size: 16px;
            line-height: 24px;
            display: inline-block;
            vertical-align: top;
            float: none;
            padding-bottom: 18px;
        }

        .about-section .four-columns a {
            -webkit-transition: color .3s;
            -moz-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
            display: block;
        }

            .about-section .four-columns a:hover {
                text-decoration: none;
                color: #e0e0e0;
            }

                .about-section .four-columns a:hover .img-holder:before {
                    opacity: 1;
                    visibility: visible;
                }

        .about-section .four-columns .name {
            font-weight: bold;
            text-transform: capitalize;
            display: block;
        }

        .about-section .four-columns .post {
            display: block;
        }

        .about-section .four-columns .img-holder {
            margin: 0 0 3px;
            position: relative;
        }

            .about-section .four-columns .img-holder img {
                width: 100%;
                max-width: none;
            }

            .about-section .four-columns .img-holder:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: rgba(255, 255, 255, .3);
                opacity: 0;
                visibility: hidden;
                -webkit-transition: opacity .3s;
                -moz-transition: opacity .3s;
                -o-transition: opacity .3s;
                transition: opacity .3s;
            }

    .about-section a {
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

        .about-section a:hover {
            text-decoration: none;
            color: #67999a;
        }

.committee-section {
    padding: 24px 0;
}

.terms {
    padding: 0 10px 0 0;
}

    .terms h2 {
        margin: 0 0 20px;
    }

.footer {
    border-top: 50px solid #75ADE1;
    padding: 10px 0 50px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    background: #DFDFDF;
}

    .footer .logo-holder {
        padding: 0 0 27px;
    }

    .footer .logo {
        width: 156px;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }

    .footer .address a {
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

        .footer .address a:hover {
            text-decoration: none;
            color: #185fa1;
        }

    .footer .address .phone {
        color: #000;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

        .footer .address .phone:hover {
            color: #4dbdbd;
        }

    .footer address {
        letter-spacing: 0;
        margin: 0;
        padding: 0;
        line-height: 24px;
        margin: 0 0 24px;
    }

    .footer .col {
        padding-bottom: 51px;
        border-bottom: 1px solid #c3c3c3;
    }

        .footer .col:last-child {
            padding-bottom: 0;
            border-bottom: 0;
        }

    .footer .footer-bottom {
        font-size: 12px;
    }

.logo-list {
    padding: 50px 0 29px;
}

    .logo-list li {
        display: block;
        padding: 0 0 40px;
    }

        .logo-list li.visible-lg {
            display: inline-block !important;
            vertical-align: middle;
        }

@media (min-width: 768px) {
    .fancybox-wrap {
        max-width: 700px !important;
        margin: 0;
    }

    .fancybox-skin {
        margin: 0 0 50px;
    }

    body {
        font-size: 16px;
        line-height: 26px;
    }

    .navbar.navbar-default .navbar-header {
        padding: 10px 30px;
    }

    .navbar.navbar-default .navbar-brand {
        width: 329px;
    }

    .navbar.navbar-default .navbar-toggle {
        width: 31px;
        height: 26px;
        margin: 56px 12px 0;
    }

        .navbar.navbar-default .navbar-toggle .icon-bar {
            margin: 0 0 5px;
        }

    .banner .img-block {
        position: relative;
    }

    .banner .img-holder {
        min-height: 580px;
    }

    .banner .text-holder {
        padding: 33px 15px 23px;
        position: relative;
    }

        .banner .text-holder:before {
            content: "";
        }

    .photo-credit {
        position: absolute;
        bottom: 20px;
        right: 0;
        background: rgba(255, 255, 255, .8);
        min-width: 140px;
        text-align: left;
        padding: 2px 30px 2px 8px;
    }

    h1 {
        font-size: 56px;
        line-height: 1;
    }

    .info-section {
        padding: 32px 0 23px;
    }

        .info-section .text {
            padding: 0;
        }

        .info-section .btn-holder {
            text-align: right;
            padding: 14px 0 0 20px;
        }

        .info-section .btn {
            text-align: center;
            min-width: auto;
            width: 100%;
        }

    .section .section-holder {
        padding: 85px 0 98px;
    }

    .section .text-holder {
        font-size: 26px;
        line-height: 36px;
        padding: 40px 30px 6px;
    }

    .section p {
        margin: 0 0 35px;
    }

    .section .btn {
        font-size: 22px;
        line-height: 31px;
        padding: 10px;
        letter-spacing: 0;
        min-width: 292px;
		margin-top: .7em;
    }

    .article {
        padding: 0 0 35px;
    }

        .article .two-columns {
            border-top: 0;
            padding: 48px 0 0;
        }

        .article .img-holder {
            padding: 8px 15px 0 0;
        }

            .article .img-holder .photo-credit {
                right: 15px;
                bottom: 9px;
            }

        .article .text-holder {
            padding: 0 0 0 16px;
        }

        .article p {
            margin: 0 0 25px;
        }

        .article .two-columns {
            overflow: hidden;
        }

        .article.marine .two-columns {
            /*border-top: 1px solid #e0e0e0;*/
            padding: 35px 0 21px;
        }

        .article.marine .img-holder {
            padding: 0 0 0 15px;
            float: right;
        }

        .article.marine .text-holder {
            padding: 0 17px 0 0;
            float: right;
        }

        .article.marine .btn-holder {
            margin: 2px 0 0;
        }

    h2 {
        line-height: 36px;
    }

    #four-columns {
        margin: 0 -13px -25px;
    }

        #four-columns .mix {
            padding: 0 13px 47px;
        }

    .listing-section {
        padding: 40px 0 0;
    }

        .listing-section.history {
            padding: 50px 0 0;
        }

        .listing-section .text-hold {
            padding: 0 0 33px;
        }

        .listing-section h2 {
            margin: 0 0 11px;
        }

        .listing-section p {
            margin: 0 0 26px;
        }

    .container .listing-section.report-section {
        padding: 15px 0 75px;
    }

    .open-close {
        margin: 0;
    }

        .open-close .select-opener {
            display: none;
        }

        .open-close .js-slide-hidden {
            display: block !important;
            position: static !important;
        }

    .select-list {
        border: 0;
        margin: 0 0 20px !important;
        height: auto !important;
    }

        .select-list li {
            display: inline-block;
            vertical-align: top;
            margin: 0 3px 10px;
        }

        .select-list .filter {
            border-radius: 3px;
            border: 1px solid #76AEE2;
        }

    .inner-banner .img-holder {
        min-height: 510px;
    }

    .inner-banner .photo-credit {
        max-width: none;
        bottom: 27px;
        line-height: 22px;
        padding: 2px 30px 2px 19px;
    }

    .inner-banner.about .photo-credit {
        padding: 2px 32px 2px 12px;
        bottom: 26px;
    }

    .heading {
        text-align: center;
        padding: 19px 0 16px;
    }

        .heading .title {
            padding: 0 150px;
        }

        .heading .link-list {
            right: 80px;
        }

    .msa-section {
        padding: 69px 0 32px;
    }

        .msa-section.stewardship {
            padding: 10px 0 76px;
        }

    div.lightbox .cross {
        top: 24px;
    }

    div.lightbox .msa-banner .img-holder {
        min-height: 480px;
    }

    div.lightbox .msa-banner .photo-credit {
        bottom: 30px;
        padding: 2px 30px 2px 13px;
    }

    div.lightbox.committee .container-small {
        padding: 0 50px;
    }

    div.lightbox.committee .two-col {
        padding: 93px 0;
        overflow: hidden;
    }

    div.lightbox.committee .img-block {
        width: 39%;
        float: left;
        padding: 6px 26px 0 0;
    }

        div.lightbox.committee .img-block .img-holder {
            padding: 0 0 6px;
        }

    div.lightbox.committee .text-holder {
        border-top: 0;
        width: 61%;
        float: left;
        padding: 0;
    }

        div.lightbox.committee .text-holder .btn-holder {
            padding: 30px 0 0;
        }

        div.lightbox.committee .text-holder .btn {
            padding: 8px 30px;
            min-width: 102px;
        }

    .event-heading {
        padding: 67px 0 9px;
    }

        .event-heading h1 {
            margin: 0 0 22px;
        }

        .event-heading.agenda {
            padding: 67px 0 30px;
            margin: 0 0 -16px;
        }

            .event-heading.agenda h1 {
                margin: 0 0 22px;
            }

    .link {
        margin: 0;
    }

        .link .btn {
            font-size: 16px;
            line-height: 21px;
            padding: 11px 5px;
            min-width: 165px;
            max-width: 300px;
        }

    .event-content .sidebar {
        float: right;
        padding: 23px 15px;
    }

    .event-content .content {
        float: left;
    }

    .event-content h2 {
        margin: 0 0 19px;
    }

    .event-content.agenda {
        padding: 0 0 47px;
    }

        .event-content.agenda .event-section {
            padding: 36px 0 68px;
        }

            .event-content.agenda .event-section .row {
                margin: 0 -15px -57px;
            }

            .event-content.agenda .event-section + .event-section h2 {
                margin: 0 0 16px;
            }

            .event-content.agenda .event-section:last-child {
                padding-bottom: 36px;
            }

        .event-content.agenda .four-columns {
            font-size: 0;
        }

            .event-content.agenda .four-columns h3 {
                /*font-size: 30px;
                line-height: 32px;*/
            }

            .event-content.agenda .four-columns .col {
                float: none;
                display: inline-block;
                vertical-align: top;
                font-size: 16px;
                line-height: 26px;
                padding-bottom: 57px;
            }

            .event-content.agenda .four-columns .agenda-list {
                padding: 0;
            }

    .event-section {
        padding: 32px 0 52px;
    }

        .event-section:last-child {
            padding-bottom: 117px;
        }

        .event-section .two-columns .time-holder {
            float: left;
            width: 150px;
            padding: 0 10px 0 0;
        }

        .event-section .row {
            padding: 0 0 15px;
        }

        .event-section .text-hold {
            overflow: hidden;
            padding: 23px 0 0;
        }

    .datepicker .datepicker-switch {
        padding: 17px 0;
    }

    .datepicker .prev,
    .datepicker .next {
        padding: 7px 11px;
    }

    .datepicker .next {
        padding: 7px 11px;
    }

    .datepicker .dow {
        padding: 19px 0 3px;
    }

    .datepicker .day {
        line-height: 17px;
        height: 39px;
    }

    .calendar-widget {
        padding: 0;
    }

    .agenda-list li {
        padding: 0 0 0 13px;
    }

    .agenda-list .li {
        display: block;
    }

    .info-block {
        padding: 23px 1px 26px;
    }

        .info-block p {
            margin: 0 0 12px;
        }

    .about-section {
        padding: 61px 0 80px;
    }

        .about-section h2 {
            margin: 0 0 44px;
        }

        .about-section .four-columns {
            margin: 0 -13px;
        }

            .about-section .four-columns .col {
                padding: 0 13px 36px;
            }

            .about-section .four-columns .img-holder {
                margin: 0 0 10px;
            }

    .committee-section {
        padding: 23px 0 85px;
    }

    .footer {
        text-align: left;
        padding: 47px 0;
    }

        .footer .logo {
            width: 105px;
            height: auto;
            padding: 0 10px 0 0;
        }

        .footer .col {
            padding: 9px 17px 9px 6px;
            border-bottom: 0;
        }

        .footer .footer-top {
            padding: 0 0 32px;
        }

    .logo-list {
        padding: 3px 31px 0 58px;
        text-align: center;
    }

        .logo-list li {
            padding: 0 0 24px;
        }

    .footer-bottom .copyright {
        float: right;
        padding: 0 6px;
    }
}

@media (min-width: 992px) {
    .fancybox-wrap {
        max-width: 900px !important;
    }

    .navbar.navbar-default {
        padding: 8px 0 5px;
        border-bottom: 1px solid #e0e0e0;
    }

        .navbar.navbar-default .navbar-header {
            padding: 0;
            border-bottom: 0;
        }

        .navbar.navbar-default .navbar-brand {
            margin: 0;
        }

            .navbar.navbar-default .navbar-brand img {
                width: auto;
                max-width: 100%;
            }

        .navbar.navbar-default .container-fluid {
            padding: 0 30px;
        }

        .navbar.navbar-default .navbar-collapse {
            background: none;
            margin: 0;
            position: static;
        }

        .navbar.navbar-default .navbar-nav {
            padding: 47px 0 0;
            margin: 0 -11px 0 0;
            width: 65%;
            text-align: right;
            font-size: 0;
        }

            .navbar.navbar-default .navbar-nav li {
                display: inline-block;
                vertical-align: top;
                float: none;
                margin: 0 0 0 3px;
                font-size: 16px;
            }

                .navbar.navbar-default .navbar-nav li + li:before {
                    content: none;
                }

                .navbar.navbar-default .navbar-nav li:hover a,
                .navbar.navbar-default .navbar-nav li.active a {
                    background: #004200;
                    color: #fff;
                }

            .navbar.navbar-default .navbar-nav a {
                padding: 8px 11px;
            }

    .banner {
        overflow: hidden;
    }

        .banner .img-block {
            position: absolute;
            top: 0;
            left: 0;
            width: 50%;
            bottom: 0;
        }

        .banner .img-holder {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }

        .banner .container {
            padding: 0 15px;
        }

        .banner .text-holder {
            float: right;
            position: relative;
            padding: 134px 13px 109px 53px;
        }

            .banner .text-holder:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: -9999px;
                background: #e0e0e0;
                z-index: -1;
            }

    .info-section {
        padding: 32px 0 24px;
    }

        .info-section .btn-holder {
            padding: 13px 0 0 50px;
        }

        .info-section .btn {
            max-width: 263px;
        }

    .section .section-holder {
        padding: 101px 0 113px;
    }

    .section .text-holder {
        padding: 43px 40px 10px;
    }

    .section p {
        margin: 0 0 32px;
    }

    .article {
        padding: 0 0 79px;
    }

        .article .two-columns {
            padding: 57px 0 0;
        }

        .article .img-holder .photo-credit {
            bottom: 19px;
        }

        .article .btn-holder {
            margin: 0;
            padding: 1px 0 0;
        }

        .article.marine .two-columns {
            padding: 79px 0 0;
        }

        .article.marine .text-holder {
            padding: 4px 17px 0 0;
        }

    div.lightbox.committee .container-small {
        padding: 0 15px;
    }

    .event-section .two-columns .time-holder {
        width: 195px;
    }

    .info-block {
        font-size: 22px;
        line-height: 32px;
    }

    .footer {
        padding: 44px 0;
    }

        .footer .logo {
            width: 145px;
        }

        .footer .col {
            padding: 21px 17px 9px 6px;
        }

        .footer .footer-top {
            padding: 0 0 28px;
        }

    .logo-list {
        padding: 14px 31px 0 58px;
    }

        .logo-list li {
            padding: 0 0 30px;
        }
}

@media only screen and (min-width: 992px) {
    a[href^=tel],
    a[href^=skype],
    a[href^=sms] {
        cursor: default;
        pointer-events: none;
        display: inline-block;
        vertical-align: top;
    }
}

@media (min-width: 1200px) {
    .fancybox-wrap {
        max-width: 1100px !important;
    }

    .navbar.navbar-default {
        padding: 10px 0 10px;
    }

        .navbar.navbar-default .navbar-nav {
            width: 65%;
        }

    .banner .text-holder {
        padding: 136px 10px 138px 58px;
    }

    h1 {
        font-size: 56px;
        line-height: 1;
        margin: 0 0 16px;
    }

    .info-section {
        padding: 32px 0 14px;
    }

        .info-section .btn-holder {
            padding: 3px 0 0 50px;
        }

    .section .section-holder {
        padding: 124px 0 132px;
    }

    .section .text-holder {
        max-width: 1005px;
        margin: 0 auto;
        padding: 36px 30px 5px;
    }

    .section p {
        margin: 0 0 34px;
    }

    .article {
        padding: 0 0 79px;
    }

        .article .two-columns {
            padding: 88px 0 0;
        }

        .article .img-holder {
            padding: 0 15px 0 0;
        }

        .article .text-holder {
            padding: 25px 0 0 15px;
        }

        .article .btn-holder {
            padding: 20px 0 0 3px;
        }

        .article.marine {
            /*padding: 0 0 132px;*/
        }

            .article.marine .text-holder {
                padding: 34px 17px 0 0;
            }

            .article.marine .btn-holder {
                padding: 9px 1px;
            }

    .select-list li {
        margin: 0 5px 10px;
    }

    .select-list .filter {
        font-size: 14px;
        padding: 9px 10px;
    }

    .footer {
        padding: 46px 0 30px;
    }

        .footer .logo {
            width: 176px;
        }

        .footer .col {
            padding: 21px 17px 9px 5px;
        }

        .footer .footer-top {
            padding: 0 0 2px;
        }

    .logo-list {
        padding: 20px 0 0;
        text-align: right;
    }

        .logo-list li {
            display: inline-block;
            vertical-align: middle;
            padding: 0 0 20px 10px;
        }

    .footer-bottom .copyright {
        padding: 0 5px;
    }
}

@media (min-width: 1500px) {
    .logo-list {
        margin: 0 -9px 0 -21px;
        padding: 20px 0 0 10px;
    }

        .logo-list li {
            padding: 0 0 30px 18px;
        }
}

@media (min-width: 1800px) {
    .fancybox-wrap {
        max-width: 1665px !important;
    }
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes flip {
    0% {
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

/* custom added */

.rte-block {
    max-width: 750px;
    margin: 0 auto;
}

    .rte-block ul, .rte-block ol {
        margin-bottom: 2em;
    }

.rte-block li  {
	margin-bottom: .5em;	
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}


.grid-image.full-width {
    height: 300px;
    background-size: cover;
}

.banner .btn {
    background: #76AEE2;
    color: #fff !important;
}

.grid-content {
}

    .grid-image-outer, .grid-content .quote, .grid-content .quote, .grid-content .video-block {
        margin-top: 1em;
        margin-bottom: 3em;
    }

    .grid-content .col-sm-6 .rte-block, .grid-content .col-sm-6 .video {
        float: right;
        width: 360px;
    }

    .grid-content .col-sm-6:last-child .rte-block, .grid-content .col-sm-6:last-child .video {
        float: left;
        width: 360px;
    }


.grid-image-outer {
    position: relative;
}

    .grid-image-outer .caption, .full-width .caption {
        font-size: 12px;
        line-height: 16px;
        text-align: right;
        padding: 5px 25px 5px 30px;
        position: absolute;
        bottom: 30px;
        right: 0px;
        background-color: rgba(255, 255, 255, 0.80);
        /*width: 100%;*/
        /*color: #fff;*/
    }

.col-sm-12 .grid-image-outer.last-control {
    margin-bottom: 0;
}

.col-sm-12 .grid-image-outer .caption, .full-width .caption, .col-sm-6 .grid-image-outer .caption {
    right: 0;
}

.full-width .caption {
}

/*.col-sm-6.grid-image-outer .caption {
    width: calc(100% - 22px);
}*/




.hero-banner {
    min-height: 515px;
}

    .hero-banner .text-holder {
        padding: 0;
        background: none;
        width: 100%;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

        .hero-banner .text-holder h2 {
            color: #fff;
        }

.hero-banner-left {
    min-height: 665px;
}

    .hero-banner-left .text-holder {
        background: rgba(255,255,255,.7);
        color: #000;
        padding: 30px;
        float: left;
        margin-top: 180px;
    }

        .hero-banner-left .text-holder h2 {
            color: #000;
        }

.hero-banner-overlay {
    min-height: 665px;
}

    .hero-banner-overlay .text-holder {
        background: rgba(255,255,255,.7);
        color: #000;
        padding: 30px;
        float: left;
        margin-top: 180px;
    }

        .hero-banner-overlay .text-holder h2 {
            color: #000;
        }

.video-block {
    margin-bottom: 26px;
}

    .video-block .caption {
        /*margin-bottom:26px;*/
        border-bottom: 1px solid #000;
        display: inline-block;
        width: 100%;
        font-size: 12px;
        line-height: 16px;
        padding: 6px 0;
    }

    .video-block a {
        position: relative;
        display: block;
    }

    .video-block span.icon-play-circle-o {
        top: 50%;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1000;
        width: 100%;
        text-align: center;
        color: #fff;
        font-weight: 100;
        font-size: 80px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .video-block a:hover span.icon-play-circle-o {
        color: #76AEE2;
    }

.fancybox-close {
    width: 44px;
    height: 44px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background: rgba(118, 174, 226, 1);
    position: absolute;
    right: -24px;
    top: -24px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    z-index: 1;
}

    .fancybox-close:before,
    .fancybox-close:after {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        -moz-transform: translateY(-50%) rotate(-45deg);
        -o-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
        height: 3px;
        background: #fff;
        left: 10px;
        right: 10px;
    }

    .fancybox-close:after {
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }

    .fancybox-close:hover {
        background: #185fa1;
    }


@media (max-width: 767px) {
    .hero-banner {
        min-height:unset;
        
    }

        .hero-banner .text-holder {
            position:relative;
            padding:0 15px;
        }

            .hero-banner .text-holder h1 {
                color: #000;
            }

            .hero-banner .text-holder h2 {
                color: #000;
            }

    .grid-content .col-sm-6 .rte-block {
        width: 100%;
    }

    .grid-content .col-sm-6:first-child .rte-block {
        /*margin-bottom:-26px;*/
    }

    .fancybox-close {
        right: 0;
        top: -42px;
    }
}

.rte-block {
}

    .rte-block a.btn {
        padding: 8px 26px;
        border-radius: 0;
        border: none;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        font-size: 16px;
        line-height: 1.625;
        white-space: nowrap;
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        outline: 0;
        background: #76AEE2;
        color: #fff;
        text-decoration: none;
    }

        .rte-block a.btn:hover {
            text-decoration: none;
            background: #185fa1;
            color: #fff;
        }

.article-border-bottom {
    border-bottom: 1px solid #e0e0e0;
}

.grid-popup {
    /*overflow-x: hidden;*/
    margin-bottom: 40px;
}

.image-to-popup {
    margin-bottom: 26px;
    display: block;
}

    .image-to-popup:hover {
        color: #000;
        text-decoration: none;
    }

    .image-to-popup .img-holder {
        margin: 0 0 4px;
        position: relative;
    }

        .image-to-popup .img-holder:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, .3);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity .3s;
            -moz-transition: opacity .3s;
            -o-transition: opacity .3s;
            transition: opacity .3s;
        }

    .image-to-popup:hover .img-holder:before {
        opacity: 1;
        visibility: visible;
    }

    .image-to-popup:hover .title {
        color: #e0e0e0;
    }

/*fit content in popups when in grid*/
@media (min-width: 1200px) {
    .grid-popup .grid-content .container {
        max-width: 1100px !important;
    }
}

@media (min-width: 992px) {
    .grid-popup .grid-content .container {
        max-width: 900px !important;
    }
}

@media (min-width: 768px) {
    .grid-popup .grid-content .container {
        max-width: 700px !important;
    }
}

.other-content {
    /*margin:40px 0;*/
}

.link-list .disabled span {
    color: #e0e0e0;
    opacity: 0.3;
    cursor: not-allowed;
}

.dark {
    background: #DFDFDF;
}

.footer {
    padding-top: 0;
    border: 0;
}

    .footer .footer-social {
        height: 50px;
        line-height: 50px;
        background: #75ADE1;
        margin-bottom: 46px;
        color: #fff;
        font-size: 20px;
        font-weight: 300;
    }

        .footer .footer-social span {
            display: inline-block;
            float: right;
        }

        .footer .footer-social ul {
            font-size: 0;
            text-align: right;
            margin-top: 6px;
            margin: 0;
            padding: 0;
            list-style: none;
            float: right;
            padding-top: 13px;
        }

            .footer .footer-social ul li {
                display: inline-block;
                vertical-align: top;
                font-size: 24px;
                margin-left: 24px;
            }

                .footer .footer-social ul li a {
                    color: #fff;
                }

@media (max-width: 767px) {
    .footer .footer-social > .container > span {
        display: none;
    }

    .footer .footer-social ul {
        text-align: center;
        margin: 0 auto;
        float: none;
    }

        .footer .footer-social ul li {
            margin: 0 12px;
        }
}
.banner.full-width {
    background-color: rgb(166, 214, 214);
}

audio {
    width: 100%;
    height: 30px;
}