body {
    background-color: #fff;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-family: 'Source Sans Pro', "Trebuchet MS", Tahoma, sans-serif;
    color: #6a859c;
    font-size: 16px;
    line-height: 20px;
}
h1 {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}
h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-family: Vollkorn, serif;
    color: #0f538f;
    font-size: 40px;
    line-height: 44px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 2px;
    text-transform: none;
}
h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #676770;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Source Sans Pro', "Trebuchet MS", Tahoma, sans-serif;
    color: #676770;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    letter-spacing: normal;
    text-transform: uppercase;
}
h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Crimson Text', Times, serif;
    color: #2d3e4f;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}
p {
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: 'Source Sans Pro', "Trebuchet MS", Tahoma, sans-serif;
    color: #192024;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
a {
    color: #025eae;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}
a:hover {
    color: #2e9dff;
    text-decoration: none;
}
ul {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
    text-decoration: none;
    list-style-type: disc;
}
li {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Source Sans Pro', "Trebuchet MS", Tahoma, sans-serif;
    color: #192024;
    font-weight: 300;
}
img {
    display: inline-block;
    max-width: 100%;
}
strong {
    color: #686868;
    font-weight: 700;
}
blockquote {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 35px 0px;
    border-width: 0px;
    border-color: #676770 #000 #676770 #e2e2e2;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: 'Crimson Text', Times, serif;
    color: #0f538f;
    font-size: 27px;
    line-height: 34px;
    text-align: center;
}
.button {
    display: inline-block;
    margin-top: 45px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 12px 30px;
    border-radius: 0px;
    background-color: #0f538f;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-family: 'Source Sans Pro', "Trebuchet MS", Tahoma, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: none;
}
.button:hover {
    padding: 12px 36px;
    background-color: #025eae;
    color: #fff;
}
.button.w--current {
    background-color: #2e80b6;
}
.button.full-width {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}
.button.tab {
    margin-top: 15px;
    margin-right: 8px;
    margin-left: 8px;
    background-color: #263d51;
}
.button.tab:hover {
    padding-right: 30px;
    padding-left: 30px;
    background-color: #2e80b6;
}
.button.tab.w--current {
    background-color: #2e80b6;
}
.button.tab.link-block {
    margin-right: auto;
    margin-left: auto;
}
.button.profile-button {
    margin-top: 15px;
}
.button.offers-button {
    margin-top: 5px;
}
.button.form-button {
    margin-top: 5px;
    margin-left: 0px;
}
.button.link-block {
    margin-top: 20px;
    margin-bottom: 20px;
}
.navigation-bar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fcfcfc;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
}
.navigation-bar.navbar-home {
    position: fixed;
    top: 0px;
    background-color: transparent;
    box-shadow: none;
}
.navigation-menu {
    top: 0px;
    margin-bottom: 0px;
    padding: 37px 20px 17px 15px;
    font-family: 'Source Sans Pro', "Trebuchet MS", Tahoma, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: none;
}
.navigation-menu:hover {
    background-color: transparent;
    color: #fff;
}
.navigation-menu.w--current {
    color: #438fdb;
}
.navigation-menu.dropdown {
    position: relative;
    top: 0px;
    padding-top: 30px;
    padding-right: 37px;
    padding-bottom: 28px;
    font-family: 'Source Sans Pro', "Trebuchet MS", Tahoma, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}
.navigation-menu.dropdown:hover {
    color: #fff;
    background-color: rgb(15, 83, 143);
}
.navigation-menu.dropdown.no-drop {
    padding-right: 15px;
}

/*
.navigation-menu.dropdown.no-drop.w--current {
  color: #fff;
  text-decoration: none;
}
*/

.navigation-menu.rams {
    width: 140px;
    padding: 22px 1px 24px;
    background-color: #287cc6;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}
.navigation-menu.rams:hover {
    background-color: #0f538f;
}
.navigation-menu.rams.w--current {
    color: #fff;
}
.brand-text {
    display: inline-block;
    width: 230px;
    margin-top: 3px;
    margin-bottom: 0px;
    margin-left: 10px;
    font-family: 'Crimson Text', Times, serif;
    color: #fff;
    font-size: 22px;
    line-height: 23px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 2px;
    text-transform: none;
}
.brand-link {
    position: relative;
    top: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.brand-link.w--current {
    top: 11px;
}
.section {
    position: relative;
    padding: 80px 10px;
    border-left: 1px none #000;
    background-color: #fff;
    text-align: center;
}
.section.accent {
    background-color: #121f29;
}
.section.section-gray {
    background-color: #fafafa;
}
.section.subpage-content {
    border-width: 2px;
    border-radius: 10px;
    text-align: left;
    text-decoration: none;
}
.section.subpage-content.media {
    padding-top: 150px;
}
.section.subpage {
    border-bottom: 1px none #000;
    font-weight: 600;
    text-align: left;
}
.section.nopad {
    padding-top: 0px;
    padding-bottom: 0px;
}
.white-box {
    padding: 15px;
    border: 1px solid #dcebf7;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
}
.white-box.transparent {
    padding: 0px;
    border-style: none;
    background-color: transparent;
}
.hero-section {
    padding-top: 242px;
    padding-bottom: 242px;
}
.hero-section.centered {
    padding-top: 235px;
    padding-bottom: 235px;
    border-bottom: 10px solid #263d51;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 41, 78, .9), rgba(227, 166, 43, .3)), url('../images/header-img-haystack.jpg');
    background-image: linear-gradient(180deg, rgba(0, 41, 78, .9), rgba(227, 166, 43, .3)), url('../images/header-img-haystack.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    text-align: center;
}
.hero-section.centered.subpage {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    margin-top: 0px;
    padding-top: 130px;
    padding-bottom: 115px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 41, 78, .9), rgba(227, 166, 43, .3)), url('../images/header-img-haystack.jpg');
    background-image: linear-gradient(180deg, rgba(0, 41, 78, .9), rgba(227, 166, 43, .3)), url('../images/header-img-haystack.jpg');
    background-position: 0px 0px, 0% -8%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}
.hero-section.centered.subpage.map-hero {
    display: none;
    background-image: -webkit-linear-gradient(270deg, rgba(32, 157, 61, .8) 1%, rgba(239, 207, 19, .22));
    background-image: linear-gradient(180deg, rgba(32, 157, 61, .8) 1%, rgba(239, 207, 19, .22));
}
.hero-section.centered.subpage.contact {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 41, 78, .9), rgba(227, 166, 43, .3)), url('../images/HastingsTopoMap.jpg');
    background-image: linear-gradient(180deg, rgba(0, 41, 78, .9), rgba(227, 166, 43, .3)), url('../images/HastingsTopoMap.jpg');
    background-position: 0px 0px, 0% 31%;
}
.hero-section.subpage {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.hero-heading {
    position: relative;
    top: 21px;
    display: block;
    overflow: visible;
    margin-top: 25px;
    margin-bottom: 25px;
    direction: ltr;
    font-family: 'Crimson Text', Times, serif;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
    text-shadow: 1px 1px 14px #192024;
}
.hero-subheading {
    position: static;
    overflow: hidden;
    margin-top: 0px;
    padding-top: 10px;
    padding-right: 60px;
    padding-left: 60px;
    font-family: 'Source Sans Pro', "Trebuchet MS", Tahoma, sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: none;
    text-shadow: 1px 1px 6px #000;
}
.section-heading {
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: 'Crimson Text', Times, serif;
}
.section-heading.centered {
    margin-bottom: 0px;
    font-family: 'Crimson Text', Times, serif;
    color: #0f538f;
    font-size: 50px;
    line-height: 42px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    text-transform: none;
}
.section-heading.centered.white {
    margin-bottom: 5px;
    font-family: 'Crimson Text', Times, serif;
    color: #fff;
}
.section-heading.resources.centered {
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 38px;
}
.sectionsubhead {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #889c35;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0px;
}
.sectionsubhead.center {
    color: #8e8e9c;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.sectionsubhead.center.off-white {
    margin-bottom: 35px;
    padding-bottom: 0px;
    color: #e8e8e8;
}
.sectionsubhead.center.off-white.subpage {
    margin-bottom: 20px;
}
.sectionsubhead.center.subpage {
    margin-bottom: 20px;
}
.sectionsubhead.pt-30 {
    display: inline-block;
}
.section-title-group {
    margin-bottom: 0px;
}
.form-field {
    height: 45px;
    margin-bottom: 17px;
    border: 0px solid #000;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}
.form-field.text-area {
    height: 110px;
}
.footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
    color: #0f538f;
}
.footer.center {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #dbdbdb;
    background-color: #077c2c;
    text-align: center;
}
.footer.accent {
    max-height: none;
    padding-top: 60px;
    padding-bottom: 15px;
    border-top: 10px solid #263d51;
    background-color: #fff;
    font-family: 'Source Sans Pro', "Trebuchet MS", Tahoma, sans-serif;
    font-size: 14px;
    text-align: left;
}
.footer-text {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #668cad;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}
.footer-text.copyright {
    margin-top: 25px;
    font-size: 14px;
    text-align: center;
}
.info-icon {
    float: left;
}
.footer-link {
    display: block;
    margin-bottom: 6px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5e0;
    color: #668cad;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}
.footer-link:hover {
    color: rgba(0, 140, 255, .84);
}
.footer-link.with-icon {
    margin-left: 30px;
}
.footer-link.footer-contact-info {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #000;
    font-family: 'Source Sans Pro', "Trebuchet MS", Tahoma, sans-serif;
    color: #0f538f;
    text-align: left;
    letter-spacing: 1px;
}
.tab-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}
.tab-menu.species {
    margin-top: 30px;
    margin-bottom: 0px;
    border-bottom-style: none;
    border-bottom-color: #000;
}
.tab-menu.species.left-aligned {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.tabs-wrapper {
    text-align: center;
}
.fullwidth-image {
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
}
.fullwidth-image.lb-link {
    background-color: transparent;
}
.fullwidth-image.a-left {
    text-align: left;
}
.white-text {
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
}
.white-text.offers-paragraph {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: 'Source Sans Pro', "Trebuchet MS", Tahoma, sans-serif;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 1px;
}
.white-text.offers-paragraph.subpage {
    display: none;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
}
.white-text.subpage {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
}
.form {
    margin-top: 16px;
}
.spc {
    padding-right: 15px;
    padding-left: 15px;
}
.fw-container {
    width: 100%;
    max-height: 78px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 15px;
    background-color: #263d51;
}
.fw-container.fw-footer {
    max-height: none;
    padding-right: 25px;
    background-color: transparent;
}
.hr-div-top {
    width: 80%;
    height: 2px;
    margin: 35px auto 0px;
    background-color: #bec3c7;
}
.hr-div-bottom {
    width: 80%;
    height: 2px;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
    background-color: #bec3c7;
}
.intro-paragraph {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: 'Source Sans Pro', "Trebuchet MS", Tahoma, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}
.intro-paragraph.subpage {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
}
.intro-paragraph.subpage.description-block {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}
.profile-h4 {
    margin-top: 20px;
}
.profile-img {
    border-radius: 2px 40%;
}
.profile-div {
    display: block;
    padding: 10px;
}
.offers {
    padding-top: 20px;
    padding-bottom: 20px;
}
.map {
    max-height: none;
    max-width: none;
    margin-top: 7px;
    border: 2px solid #0f538f;
    font-size: 14px;
    line-height: 19px;
}
.field-label {
    font-family: 'Crimson Text', Times, serif;
    color: #0f538f;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1px;
    text-transform: none;
}
.footer-contact {
    margin-top: 2px;
    margin-bottom: 0px;
    padding-left: 15px;
    float: left;
    clear: none;
}
.footer-name {
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: 'Crimson Text', Times, serif;
    color: #0f538f;
    font-size: 18px;
    line-height: 16px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0px;
    text-transform: none;
}
.subpage {
    text-align: center;
}
.main-content-container {
    margin-top: 40px;
    margin-bottom: 40px;
}
.inline-link {
    display: inline-block;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: #025eae;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    list-style-type: none;
}
.inline-link:hover {
    color: #2e9dff;
}
.inline-link.link-block {
    padding-right: 10px;
    padding-left: 10px;
}
.inline-link.pb-20 {
    padding-bottom: 20px;
}
.description-block {
    text-align: center;
}
.description-block.link-block {
    margin-top: 20px;
    margin-bottom: 30px;
}
.dropdown-arrow {
    position: absolute;
    left: 0px;
    top: 33px;
    right: 0px;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 0px;
    color: hsla(0, 0%, 100%, .4);
}
.dropdown-toggle {
    padding: 0px;
}
.dropdown-toggle:hover {
    background-color: transparent;
}
.dropdown-list {
    background-color: rgba(4, 65, 23, .79);
}
.dropdown-list.w--open {
    position: absolute;
    background-color: rgba(46, 157, 255, .95);
    color: #fff;
}
.dropdown-link {
    right: 0px;
    bottom: 0px;
    display: block;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: #fff;
    font-size: 14px;
}
.dropdown-link:hover {
    background-color: #1992fc;
    color: #fff;
    text-decoration: none;
}
.dropdown-link.w--current {
    background-color: #0f538f;
    color: #fff;
}
.footer-title {
    padding-bottom: 3px;
    font-family: 'Source Sans Pro', "Trebuchet MS", Tahoma, sans-serif;
    color: #404047;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
}
.footer-image {
    width: 77px;
    float: left;
}
.footer-contact-block {
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 7px 10px 7px 0px;
    clear: both;
    border: 2px none #c5d0db;
    border-radius: 6px;
    background-color: transparent;
}
.social-block {
    display: none;
}
.mailchimp-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    border: 2px none #c5d0db;
    border-radius: 5px;
    background-color: transparent;
    color: #f0f0f0;
}
.text-field {
    background-color: #f0f0f0;
}
.affiliate-block {
    display: block;
    margin-top: 40px;
    margin-bottom: 10px;
}
.affiliate-logo {
    max-width: 60px;
    margin-right: 0px;
    margin-left: 0px;
}
.affiliate-logo.uoc-logo {
    max-width: 250px;
}
.image-link {
    margin: 10px 20px 10px 0px;
}
.accent {
    padding: 80px 0px;
    background-color: #121f29;
    color: #121f29;
}
.accent-h2 {
    font-family: 'Source Sans Pro', "Trebuchet MS", Tahoma, sans-serif;
    color: #f0f0f0;
    font-weight: 400;
}
.accent-p {
    color: #fcfcfc;
}
.brand-image {
    margin-top: 0px;
    float: left;
}
.resources-column {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
}
.resource-ul {
    margin-bottom: 5px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #69b9ff;
}
.centered {
    padding: 0px 8px;
    text-align: center;
}
.centered.accent-h2 {
    font-family: Vollkorn, serif;
}
.centered.detail {
    margin: 40px 0px 55px;
    padding: 30px 40px;
    border: 2px solid #8e8e9c;
    border-radius: 10px;
    background-color: #f8f9fa;
    font-size: 18px;
    text-align: left;
}
.centered.detail.sticky-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
}
.centered.pt-10 {
    padding-top: 10px;
}
.centered.underlined {
    margin-bottom: 5px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #8e8e9c;
    text-decoration: none;
}
.lightroomthumb {
    height: 210px;
    max-width: 95%;
    border: 1px solid #0f538f;
}
.tablabel {
    margin-top: 20px;
}
.tablabel.a-left {
    margin-top: 0px;
}
.firstof {
    margin-top: 20px;
}
.firstof.intro-paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 10px solid #e2a62b;
    font-size: 20px;
    line-height: 30px;
}
.terms {
    margin-bottom: 10px;
    color: #838383;
    font-size: 13px;
    line-height: 20px;
}
.pt-30 {
    display: block;
    padding-top: 30px;
}
.focusparagraph {
    margin-right: 50px;
    margin-left: 50px;
    padding: 15px 15px 15px 20px;
    border-left: 5px none #0f538f;
    background-color: #f7f7f7;
}
.lightboxrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
}
.lb-mc-thumb {
    max-height: 380px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.lb-mc-thumb:hover {
    opacity: 0.6;
}
.lb-link {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #e2a62b;
}
._1200wrap {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.p-descrip {
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.p-descrip.a-left {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
}
.p-descrip.record {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 20px;
}
.descrip-divider {
    width: 40px;
    height: 2px;
    margin: 10px auto;
    background-color: #e2a62b;
    text-align: left;
}
.descrip-divider.a-left {
    margin-left: 0px;
}
.a-left {
    text-align: left;
}
.casual {
    font-family: 'Crimson Text', Times, serif;
    color: #1a9484;
    font-weight: 700;
    text-transform: uppercase;
}
.rarevisitor {
    font-family: 'Crimson Text', Times, serif;
    color: #c52639;
    font-weight: 700;
    text-transform: uppercase;
}
.uncommonresident {
    font-family: 'Crimson Text', Times, serif;
    color: #e77325;
    font-weight: 700;
    text-transform: uppercase;
}
.common {
    font-family: 'Crimson Text', Times, serif;
    color: #68a212;
    font-weight: 700;
    text-transform: uppercase;
}
.birds-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #25ccbf;
    border-bottom: 1px none #25ccbf;
}
.birds-2.intro {
    background-color: #f8f9fa;
}
.birds-2.last {
    border-bottom-style: solid;
}
.spacer {
    margin-top: 45px;
    margin-bottom: 20px;
    padding: 50px 35px 27px;
    border-radius: 10px;
    background-color: #2d3e4f;
    color: #fff;
    text-align: left;
}
.white {
    border-bottom-color: #f0f0f0;
    color: #fff;
    text-decoration: none;
}
.pdf {
    padding-bottom: 6px;
}
.pdf-dowload {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.image-block {
    padding: 20px 30px;
    border: 1px solid #668cad;
    border-radius: 10px;
    background-color: hsla(0, 0%, 94%, .5);
    text-align: center;
}
.image-block.make-reservation {
    margin-top: 39px;
    margin-bottom: 39px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: hsla(0, 0%, 94%, .5);
}
.image-block.mt-20 {
    margin-top: 20px;
}
._2-3col {
    padding-right: 40px;
}
._1-3col {
    padding-right: 15px;
    padding-left: 15px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-10.spider-trigger {
    display: block;
}
.spider-list.pt-30 {
    display: block;
}
.spider-list.pt-30.pb-50 {
    padding-bottom: 50px;
}
.moth-list {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #8e8e9c;
    border-bottom: 1px none #000;
}
.moth-list.last {
    border-bottom-style: solid;
    border-bottom-color: #8e8e9c;
}
.fp-list {
    padding: 0px 30px;
}
.moss-list.pt-30.pb-30 {
    padding-bottom: 30px;
}
.moss-list.pt-30.pb-50 {
    padding-top: 15px;
    padding-bottom: 50px;
}
.liverworts-list.pt-30.pb-50 {
    padding-bottom: 50px;
}
.liverworts-list.pb-50 {
    padding-bottom: 50px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-60 {
    padding-top: 60px;
}
.copyright {
    padding-top: 5px;
    font-size: 10px;
    line-height: 12px;
}
.slider {
    overflow: visible;
    height: 100%;
    background-color: transparent;
}
.slider-mask {
    overflow: hidden;
    height: 100%;
    max-height: 520px;
}
.slider-slide {
    display: inline-block;
    overflow: visible;
    height: 100%;
}
.slider-right-arrow {
    background-color: transparent;
}
.slider-nav {
    color: #face6a;
    font-size: 11px;
}
.slider-icon {
    padding-left: 0px;
    border-style: none;
    border-color: transparent;
    background-color: transparent;
    font-size: 30px;
    line-height: 31px;
}
.i-pdf {
    width: 20px;
    margin-right: 3px;
    padding-right: 0px;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}
.download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}
.flex-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.tab-link {
    margin-right: 6px;
    margin-left: 0px;
    padding: 10px 27px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 0px;
    background-color: rgba(248, 199, 64, .5);
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
}
.tab-link:hover {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e2a62b;
    color: #fff;
}
.tab-link.w--current {
    margin-left: 0px;
    padding: 15px 27px;
    background-color: #263d51;
    color: #fff;
}
.tab-pane {
    padding-right: 15px;
    padding-left: 15px;
}
.table-of-contents {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #263d51;
}
.fixed-bottom {
    position: fixed;
    width: 50%;
}
.search-bar {
    position: absolute;
    top: 78px;
    right: 0px;
    width: 100%;
    max-width: 400px;
    float: right;
    background-color: #f0f0f0;
}
.video-thumb {
    margin-bottom: 10px;
}
.embed-wrapper {
    margin: 20px;
}
.click-thumb {
    background-color: transparent;
}
.click-thumb:hover {
    opacity: 0.7;
}
.feature-video {
    max-width: 800px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}
.mt-30 {
    margin-top: 30px;
}
._100perc {
    position: static;
    bottom: 0px;
    width: 100%;
}
.pb-30 {
    padding-bottom: 30px;
}
html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
}
html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
    opacity: 0;
    -webkit-transform: translate(-50px, 0px);
    -ms-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
}
html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
    opacity: 0;
    -webkit-transform: translate(50px, 0px);
    -ms-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
}
html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
    opacity: 0;
    -webkit-transform: translate(0px, -50px);
    -ms-transform: translate(0px, -50px);
    transform: translate(0px, -50px);
}
html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
}
html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
    opacity: 0;
    -webkit-transform: scale(0.6000000000000002, 0.6000000000000002);
    -ms-transform: scale(0.6000000000000002, 0.6000000000000002);
    transform: scale(0.6000000000000002, 0.6000000000000002);
}
html.w-mod-js *[data-ix="scale-on-scroll"] {
    opacity: 0;
    -webkit-transform: scale(0.01, 0.01);
    -ms-transform: scale(0.01, 0.01);
    transform: scale(0.01, 0.01);
}
html.w-mod-js *[data-ix="hide"] {
    display: none;
    opacity: 1;
    height: 0%;
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
}
@media (max-width: 1100px) {
    .navigation-menu {
        padding-left: 10px;
        font-size: 14px;
    }
    .navigation-menu.dropdown {
        padding-right: 26px;
        font-size: 12px;
    }
    .navigation-menu.dropdown.no-drop {
        padding-right: 12px;
    }
    .navigation-menu.rams {
        width: 120px;
        font-size: 12px;
        line-height: 1rem;
    }
    .dropdown-arrow {
        margin-right: 5px;
    }
}
@media (max-width: 991px) {
    li {
        font-size: 16px;
        line-height: 20px;
    }
    .navigation-menu {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #263d51;
    }
    .navigation-menu:hover {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navigation-menu.dropdown {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navigation-menu.rams {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 16px;
    }
    .navigation-menu.rams:hover {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .brand-text {
        width: 500px;
        margin-top: 8px;
        margin-left: 0px;
        font-size: 23px;
        line-height: 23px;
        letter-spacing: 2px;
    }
    .brand-link {
        width: 187px;
    }
    .brand-link.w--current {
        display: block;
        width: 101px;
    }
    .section.subpage-content {
        padding-top: 62px;
        padding-bottom: 62px;
    }
    .hero-section.centered {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .hero-section.centered.subpage {
        margin-top: 0px;
        padding-top: 120px;
        padding-bottom: 44px;
    }
    .hero-heading {
        font-size: 50px;
    }
    .footer.center {
        background-color: #077c2c;
    }
    .tab-menu.species.left-aligned {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .fullwidth-image.lb-link {
        margin-top: 10px;
    }
    .fullwidth-image.a-left {
        display: inline-block;
        float: left;
        clear: both;
        text-align: center;
    }
    .spc {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .profile-h4 {
        margin-top: 10px;
        font-size: 14px;
    }
    .dropdown-arrow {
        top: 16px;
    }
    .brand-image {
        display: none;
    }
    .centered {
        font-size: 14px;
        line-height: 16px;
    }
    .h2.centered {
        font-size: 40px;
        line-height: 44px;
    }
    .centered.detail.sticky-nav {
        padding: 15px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .tablabel {
        margin-bottom: 20px;
    }
    .tablabel.a-left {
        height: 290px;
        margin-top: 30px;
        padding-top: 0px;
        float: none;
        clear: none;
    }
    .lightboxrow {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .lb-mc-thumb {
        margin-top: 0px;
        padding-top: 0px;
        float: none;
        text-align: left;
    }
    ._1200wrap {
        width: 750px;
    }
    .spacer {
        margin-bottom: 0px;
    }
    .pdf-dowload {
        padding-right: 26px;
        padding-left: 26px;
    }
    ._80-perc-w {
        width: 80%;
    }
    .search-bar {
        position: relative;
        top: 0;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .button.full-width {
        margin-right: auto;
        margin-left: auto;
    }
    .button.tab {
        display: inline-block;
        margin-top: 6px;
        margin-right: 3px;
        margin-left: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 12px;
    }
    .button.tab.link-block {
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 14px;
    }
    .navigation-bar.navbar-home {
        max-height: 100px;
    }
    .navigation-menu.rams {
        font-size: 15px;
    }
    .brand-text {
        position: fixed;
        left: 10px;
        top: 7px;
        width: 200px;
        margin-top: 0px;
        margin-left: 0px;
        font-size: 20px;
    }
    .brand-link {
        display: inline-block;
    }
    .brand-link.w--current {
        position: relative;
        top: 0px;
        margin-top: 0px;
    }
    .section.subpage {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .white-box {
        margin-bottom: 30px;
    }
    .hero-section.centered {
        padding-top: 119px;
        padding-bottom: 119px;
    }
    .hero-section.centered.subpage {
        margin-top: 0px;
    }
    .hero-heading {
        margin-bottom: 15px;
        font-size: 40px;
    }
    .hero-subheading {
        font-size: 18px;
    }
    .form-field.text-area {
        display: block;
    }
    .tab-menu {
        margin-bottom: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .fullwidth-image.lb-link {
        width: auto;
    }
    .spc {
        margin-bottom: 10px;
        padding: 20px 0px;
    }
    .fw-container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .profile-img {
        max-width: 70%;
        margin-right: auto;
        margin-left: auto;
    }
    .main-content-container {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .accent.housing-tabs {
        display: block;
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .accent-p {
        padding-right: 20px;
        padding-left: 20px;
    }
    .centered {
        font-size: 12px;
        line-height: 14px;
    }
    .centered.accent-h2 {
        margin-bottom: 10px;
        font-size: 34px;
        line-height: 46px;
    }
    .centered.detail {
        padding: 20px;
    }
    .centered.detail.sticky-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .centered.anchor-link {
        max-width: auto;
    }
    .tablabel {
        margin-bottom: 20px;
    }
    .tablabel.a-left {
        height: auto;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .firstof.intro-paragraph {
        font-size: 18px;
        line-height: 30px;
    }
    .lightboxrow {
        max-width: 100%;
        float: none;
    }
    .lb-mc-thumb {
        display: inline-block;
        max-height: 100%;
    }
    ._1200wrap {
        width: auto;
        max-width: 100%;
    }
    .p-descrip.a-left {
        font-size: 16px;
        line-height: 22px;
    }
    .descrip-divider.a-left {
        margin-left: auto;
    }
    .a-left {
        text-align: center;
    }
    .birds-2 {
        text-align: center;
    }
    .spacer {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    ._1-3col {
        padding-right: 16px;
        padding-left: 16px;
    }
    ._80-perc-w {
        width: 80%;
        max-width: 100%;
    }
    .footer-text {
        margin-top: 0px;
        text-align: center;
    }
    .footer-text.copyright {
        padding-top:10px;
        line-height: 24px;
    }
}
@media (max-width: 479px) {
    h2 {
        margin-bottom: 0px;
        font-size: 28px;
        line-height: 36px;
    }
    blockquote {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 18px;
        line-height: 26px;
    }
    .button {
        margin-bottom: 25px;
    }
    .button.tab {
        margin: 2px;
    }
    .button.tab.link-block {
        margin-top: 12px;
    }
    .navigation-bar {
        padding-top: 16px;
        padding-bottom: 10px;
    }
    .navigation-bar.navbar-home {
        max-height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .brand-text {
        top: 7px;
        width: 230px;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 3px;
    }
    .brand-link {
        width: 230px;
        padding-top: 0px;
    }
    .section {
        padding: 60px 15px;
    }
    .section.subpage-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .white-box.transparent {
        margin-bottom: 10px;
    }
    .hero-section.centered {
        padding-top: 85px;
        padding-bottom: 40px;
    }
    .hero-section.centered.subpage {
        margin-top: 0px;
        padding-top: 44px;
    }
    .hero-heading {
        display: block;
        margin-top: 40px;
        font-size: 31px;
        line-height: 38px;
    }
    .hero-subheading {
        line-height: 26px;
        font-weight: 300;
        text-shadow: #000 1px 1px 0px;
    }
    .section-heading.centered {
        margin-bottom: 15px;
        font-size: 28px;
        line-height: 36px;
    }
    .section-heading.centered.white {
        font-size: 30px;
    }
    .sectionsubhead.center {
        line-height: 30px;
    }
    .sectionsubhead.center.off-white {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
    }
    .fullwidth-image {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .white-text.offers-paragraph {
        line-height: 20px;
        letter-spacing: 1px;
    }
    .spc {
        margin-bottom: 0px;
    }
    .fw-container {
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }
    .fw-container.fw-footer {
        padding-right: 15px;
        padding-left: 15px;
    }
    .hr-div-top {
        margin-top: 25px;
    }
    .hr-div-bottom {
        margin-bottom: 25px;
    }
    .intro-paragraph {
        padding-right: 10px;
        padding-left: 10px;
        line-height: 24px;
        text-align: left;
    }
    .profile-h4 {
        font-size: 17px;
    }
    .offers {
        padding-bottom: 0px;
    }
    .map {
        max-height: 300px;
    }
    .menu-icon {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer-contact {
        padding-left: 10px;
    }
    .main-content-container {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .inline-link.pdf-link {
        text-align: center;
    }
    .accent.housing-tabs {
        display: block;
    }
    .resources-column {
        padding-right: 10px;
        padding-left: 10px;
    }
    .centered {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
    .h2.centered {
        font-size: 28px;
        line-height: 36px;
    }
    .centered.accent-h2 {
        line-height: 38px;
    }
    .centered.detail {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-bottom: 51px;
    }
    .centered.detail.sticky-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
        margin-bottom: 15px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }
    .centered.anchor-link {
        max-width: 70px;
        padding-top: 9px;
        padding-bottom: 9px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .firstof.intro-paragraph {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .lightboxrow {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .p-descrip.a-left {
        font-size: 16px;
        line-height: 22px;
    }
    .spacer {
        padding-right: 20px;
        padding-left: 20px;
    }
    .pdf-dowload {
        padding-top: 11px;
        padding-bottom: 11px;
    }
    ._1-3col {
        padding-right: 0px;
        padding-left: 0px;
    }
}
