/* ==-- Initial --== */
body {
    background-color:#f8f8f8;
    font-family: 'Open Sans', sans-serif;
    font-size:12px;
}
blockquote {
    border:none;
    font-size:100%;
}
th {
    font-weight:normal;
}
.mce-content-body  {
    padding:15px;
}
.maroonsubhead {
    font-weight:bold;
}
.noshade {
    display:none;
}
.container {
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
}
/* ==-- End of Initial --== */

/* ==-- Common Styles --== */
.relative {
    position:relative;
}
.no-padding {
    padding:0;
}
.padding-5px {
    padding: 0 5px;
}
.padding-10px {
    padding: 0 10px;
}
.padding-right-10px {
    padding: 0 10px 0 0;
}
.padding-left-10px {
    padding: 0 0 0 10px;
}
/* ==-- End of Common Styles --== */

/* ==-- Up-Wrap section --== */
.up-wrap {
    background-color:#ffffff;
}
.logo-wrap {
    min-height:120px;

}
.logo-wrap img {
    max-width:100%;
    /*height: 120px;*/
    margin-bottom: 11px;
    margin-top: 5px;
}


@media (max-width: 991px) {
    .logo-wrap {
        text-align: center;
    }
    .go-blue-back {
        width:250px;
        margin:0 auto;
    }
    .right-top-box {
        width:222px;
        margin:0 auto;
    }
    div.don_checkboxes {
        position: static !important;
        width: 100% !important;
        margin-left: 20% !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 500px) {
    .up-wrap .col-xs-6 {
        width:100%;
        clear:both;
        float:none;
    }
}

@media (min-width: 1200px) {

}

.go-blue-back {
    background: transparent url('/img/go-blue.png') top right no-repeat;
    text-align:right;
    position:relative;
    height:120px;
}
.go-blue-back .go-blue-button{
    position: absolute;
    bottom: 15px;
    right: 2px;
    background: #69ad38;
    width: 75px;
    height: 30px;
    display: block;
    border: none;
    border-radius: 3px;
    color: white;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
}

.footer-wrap .go-blue-button{
    position: absolute;
    top: 272px;
    left: 50%;
    background: #69ad38;
    width: 75px;
    height: 30px;
    display: block;
    border: none;
    border-radius: 3px;
    color: white;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
}

.right-top-box {
    padding-top:30px;
    height:120px;
}
.soc-images {
    text-align:right;
    white-space: nowrap;
}
.soc-images a {
    display:inline-block;
}
.soc-images img {
    padding-right: 2px;
    padding-left: 0;
    margin: 0;
}
.soc-images a:last-child img {
    padding-right:0;
}




@media (max-width: 1200px) {
	.soc-images img {
	    padding-right:0;
	}
}

.search-box {
    margin-top: 20px;
    position: relative;
    text-align: right;
    width: 95%;
    margin-left: auto;
}
.search-box .search-input {
    display: block;
    width: 100%;
    height:25px;
    line-height:25px;
    border-radius: 3px;
    border: 1px solid #0f5e9c;
    padding:3px 10px;
    font-size: 11px;
    color: #2389da;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
}
.search-box .search-button {
    position: absolute;
    bottom: 2px;
    right: 9px;
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url(/img/search-icon.png) bottom right no-repeat;
    border: none;
}
/* ==-- End of Up-Wrap section --== */

/* ==-- Slider section --== */
.slider {
    position:relative;
    width:100%;
    border-top: 5px solid #74ccf4;
    border-bottom: 5px solid #74ccf4;
    height: 100%;
    max-height:475px;
    overflow:hidden;
}
.slider-wrap {
    position:absolute;
    width:100%;
    height: 100%;
    z-index:10;
    top:0;
    left:0;
}
.cycle-slideshow {
    z-index:0;
}
.slide {
    display:none;
    z-index:0;
    width:100%;
    height:100%;
}
@media (max-width: 991px) {
    .slide {
        background-size: cover !important;
    }
}


.slider.inner {
    max-height:291px;
    height: 100%;
}
.slider.inner .slider-wrap {
    height:100%;
}
.slider.inner .slogan-wrap {
    /*display:none;*/
}
.slogan-wrap {
    height:100%;
}
.slogan {
    position: absolute;
    left: 100px;
    top: 110px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 3vw; /* 44px */
    color: white;
    font-weight: 700;
    line-height: 6vw
}
.slogan span {
    font-size: 7vw /* 106px */
}
a.slogan-button {
    position:absolute;
    top:320px;
    left: 200px;
    background: #69ad38;
    width:300px;
    height:50px;
    display:block;
    border:white solid 1px;
    border-radius: 3px;
    color: white;
    font-family: Tahoma, sans-serif;
    font-size:16px;
    text-transform: uppercase;
    line-height:50px;
    text-align: center;
}
.slider-left, .slider-right {
    position: absolute;
    left: 10px;
    top: 0;
    cursor: pointer;
    opacity: 1;
    z-index: 5000;
    color: #ccc;
    font-size: 10em;
    height: 100%;
    max-height:475px;
    line-height: 500px;
    width: 15%;
    text-align: left;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    text-shadow: 0 0 2px #333;
}

.slider-right {
    left: auto;
    right: 10px;
    text-align: right;
    background: transparent url('/img/arrow-right-grey.png') 95% 50% no-repeat;
}
.slider-right:hover {
    background-image: url('/img/arrow-right-white.png');
}
.slider-left {
    background: transparent url('/img/arrow-left-grey.png') 5% 50% no-repeat;
}
.slider-left:hover {
    background-image: url('/img/arrow-left-white.png');
}
.inner .slider-left, .inner .slider-right {
    height: 280px;
    line-height: 280px;
}
.inner .slider-left:hover, .inner .slider-right:hover {

}
.inner .slider-right {

}
.inner .slogan {
    line-height: 1.2;
}

/* ==-- End of Slider section --== */

/* ==-- Main-Menu section --== */
.main-menu-wrap {
    background: #0f5e9c;
    /*height:35px;*/
    width:100%;
}
.main-menu-wrap .col-md-2 {
    padding:0;
    position: relative;
    overflow: visible;
}
.main-menu-wrap .col-md-2 > a, .main-menu-wrap .col-md-2 > span {
    display:block;
    text-align:center;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 35px;
    padding:0;
    margin:0;
}
.main-menu-wrap .col-md-2 > span {
    cursor: default;
}
.main-menu-wrap .col-md-2:hover, .main-menu-wrap .col-md-2.activerow {
    background: #2389da;
}
.main-menu-wrap .col-md-2 > a:hover, .main-menu-wrap .col-md-2 > a.active {
    text-decoration: none;
}
.main-menu-wrap .col-md-2 > span:hover, .main-menu-wrap .col-md-2 > span.active {
    text-decoration: none;
}
.menu-arrow {
    margin-left:8px;
}
.main-menu-wrap .col-md-2 .submenu {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    min-width: 100%;
    height: auto;
    z-index: 9999;
    background: white;
    box-shadow: 2px 2px 8px #333333;
    padding: 0;
    margin: 0;
}
.main-menu-wrap .col-md-2 .submenu li {
    display: block;
    white-space: nowrap;
}
.main-menu-wrap .col-md-2 .submenu li a, .main-menu-wrap .col-md-2 .submenu li span {
    display: block;
    line-height:30px;
    border-bottom:1px solid #0f5e9c;
    color: #0f5e9c;
    padding-left:20px;
    padding-right:20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: normal;
}
.main-menu-wrap .col-md-2:hover > .submenu {
    display:block;
}
.main-menu-wrap .col-md-2 > .submenu > li {
    position:relative;
}
.main-menu-wrap .col-md-2 > .submenu > li .submenu {
    left:100%;
    top:0;
}
.main-menu-wrap .col-md-2 > .submenu > li:hover .submenu {
    display:block;
}
/* ==-- End of Main-Menu section --== */

/* ==-- Footer section --== */
.footer-wrap {
    min-height: 330px;
    width:100%;
    background: #0f5e9c url('/img/footer-back.jpg') top center no-repeat;
}
.footer-wrap p {
    text-align:center;
    color: white;
    font-weight:normal;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
}
.footer-wrap p.boldtext {
    font-weight: bold;
    padding-top: 225px;
    margin-bottom: 0;
}
.footer-wrap p.smalltext {
font-size:10px;
    margin-bottom:0;
}
a.footer-button {
    background: #2389da;
    color: white;
    position:absolute;
    top:250px;
    left:0;
    width: 100%;
    height: 33px;
    line-height: 33px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    border-top: 1px solid #1872b9;
    border-bottom: 1px solid #1872b9;
}
a.footer-button-2 {
    background: #69ad38;
    color: white;
    position:absolute;
    top:288px;
    left:0;
    width: 100%;
    height: 33px;
    line-height: 33px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    border-top: 1px solid #1872b9;
    border-bottom: 1px solid #1872b9;
}
@media (max-width: 991px) {

    a.footer-button {
        top:30px;
    }
    a.footer-button-2 {
        top:70px;
    }

}

/* ==-- End of Footer section --== */

/* ==-- Home Page styles --== */
.home-block {
    position: relative;
    min-height: 400px;
    padding-bottom:30px;
}
.home-block img {
    max-width:100%;
    margin-bottom:10px;
    height: auto;

}
.home-block p {
    font-size: 12px;
    font-family: Tahoma, sans-serif;
}
.home-block h2 {
    color: #2288d9;
    font-size:20px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    border-bottom: 1px solid #d4462a;
    line-height:22px;
    text-align:left;
    font-weight:bold;
}
.home-block .bottom-text {
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    color: #2288d9;
    font-size:12px;
    font-family:'Open Sans', sans-serif;
    font-weight: bold;
    border-top: 1px solid #d4462a;
    text-align:center;
    text-transform: uppercase;
    line-height: 30px;
}
@media (max-width: 991px) {

	.home-block {
		min-height: unset;
	}
	.home-block .bottom-text {
		position:relative;
		left:auto;
		bottom:auto;
	}

}
/* ==-- End of Home Page styles --== */

/* ==-- Columns Styles --== */
.left-menu {
    margin-top:20px;
}
@media (max-width: 991px) {

	.left-menu {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}
.left-menu ul {
    list-style: none;
    width:100%;
    margin:0;
    padding:0;
}

.left-menu ul > li {
    margin:0;
    padding:0;
}
.left-menu ul  > li > a {
    display:block;
    width: 100%;
    height: 30px;
    margin-bottom:5px;
    font-weight: bold;
    font-size: 12px;
    line-height:30px;
    text-align: center;
}
.left-menu > ul > li > a{
    background: transparent url('/img/button-blue-back.png') top center no-repeat;
    color: white;
}
.left-menu > ul  > li > a:hover, .left-menu > ul  > li > a.currentpage {
    background: #75baf1;
    color: #1264a5;
}
.left-menu > ul  > li > span {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-align:center;
    display:block;
    border-bottom: 1px solid #d4462a;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom:11px;
}
.left-menu span.for-ul-green {
    color: #588f2f;
}
.left-menu span.for-ul-light-blue {
    color: #1ca3ec;
}
.left-menu span.for-ul-blue {
    color: #2187d8;
}
.left-menu span.for-ul-light-green {
    color: #96c573;
}
.left-menu ul.green  > li > a
{
    background: transparent url('/img/button-green-back.png') top center no-repeat;
    color: white;
}
.left-menu ul.light-blue  > li > a
{
    background: transparent url('/img/button-lightblue-back.png') top center no-repeat;
    color: white;
}
.left-menu ul.blue  > li > a
{
    background: transparent url('/img/button-blue-back.png') top center no-repeat;
    color: white;
}
.left-menu ul.light-green  > li > a
{
    background: transparent url('/img/button-lightgreen-back.png') top center no-repeat;
    color: white;
}
.left-menu ul.green  > li > a:hover, .left-menu ul.green  > li > a.currentpage
{
    background: #bae997;
    color: #588f2f;
}
.left-menu ul.light-blue  > li > a:hover, .left-menu ul.light-blue  > li > a.currentpage
{
    background: #74ccf4;
    color: #157ec1;
}
.left-menu ul.blue  > li > a:hover, .left-menu ul.blue  > li > a.currentpage
{
    background: #75baf1;
    color: #1264a5;
}
.left-menu ul.light-green  > li > a:hover, .left-menu ul.light-green  > li > a.currentpage
{
    background: #bce89b;
    color: #679942;
}
.left-menu > ul ul ul {
    display:none;

}
.left-menu > ul ul ul a {
    line-height: 15px;
    height: auto;
    font-size: 12px;
    min-height: 20px;
}
.left-menu > ul ul.green ul a {
    color: #588f2f;
}
.left-menu > ul ul.light-blue ul a {
    color: #157ec1;
}
.left-menu > ul ul.blue ul a {
    color: #1264a5;
}
.left-menu > ul ul.light-green ul a {
    color: #679942;
}
.left-menu > ul ul li:hover > ul, .left-menu > ul ul li.activeparent > ul {
    display:block;
}
.left-menu > ul ul ul li.activeparent a, .left-menu > ul ul ul a.currentpage  {
    color: #333;
}
.right-block {
    padding-top:40px;
}
.right-block img {
    display:block;
    margin-bottom:20px;
    width:100%;
    height: auto;
    max-height:307px;
    object-fit: cover;
    overflow:hidden;
    object-position: top center;

}

/* ==-- End of Columns styles --== */

/* ==-- Content Block styles --== */
.content-block, .mce-content-body  {
    font-family: Tahoma,sans-serif;
    font-size: 13px;
}
.content-block p, .mce-content-body  p {
    margin-bottom: 20px;
}
.content-block img, .mce-content-body  img {
    max-width:100%;
    padding:15px;
}
.content-block h1:first-line, .mce-content-body  h1:first-line {
    line-height:45px;
}
.content-block h1, .mce-content-body  h1 {
    border-bottom: 1px solid #d4462a;
    color: #2187d8;
    font-size: 22px;
    font-family: 'Open Sans Condensed',sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
    text-align:left;
}
.content-block h2, .mce-content-body  h2 {
    color: #2187d8;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.content-block h3, .mce-content-body  h3 {
    color: #333;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.content-block img, .mce-content-body  img {
    width:auto;
    max-width:100%;
}
.content-block .home-block img, .mce-content-body  .home-block img, .content-block .staff-table img, .mce-content-body  .staff-table img  {
    height: auto;
}

.content-block table, .mce-content-body  table {
    max-width: 100%;
    /*width: 100%;*/
}

.content-block table td, .mce-content-body   table td {
    padding: 1% 0.3em;
}

a.siginup-button {
    margin:0 auto;
    background: #69ad38;
    width:300px;
    height:50px;
    display:block;
    border:white solid 1px;
    border-radius: 3px;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size:15px;
    font-weight:bold;
    text-transform: uppercase;
    line-height:50px;
    text-align: center;
}
.siginup-block {
    border-top: 1px solid #d4462a;
    border-bottom: 1px solid #d4462a;
    padding:15px 0;
    margin: 30px 0;
}
.submit {
    text-align:center;
}

.staff-table {
    margin:0;
    padding:0;
    border-collapse: collapse;
}
.staff-table th {
    font-weight:normal;
    text-align:center;
}
.staff-table td {
    padding-left: 20px;
    text-align: left;
}

td.maroonsubhead {
    text-align: center;
    padding: 25px;
    font-size: 14px;
    color: #2187d8;
}

.padding-left-30px {
    padding-left:30px;
}
.google-calendar {
    width:100%;
    height:450px;
    border:none;
    padding:0;
    margin:0;
}
.donate-table .maroonsubhead {
    font-weight:bold;
    font-size:14px;
}
.donate-table th:nth-child(1) {
    font-weight:normal;
}
.donate-table th:nth-child(1) form {
    text-align:center;
}
.donate-table th:nth-child(2) {
    padding-left:20px;
}
.donate-table th:nth-child(2) img{
    width:200px;
    height:217px;
    max-width:none;
    display:block;
    box-shadow: 0 0 8px #333;
}
.become-member-table {
    width:100%;
    border:none;
    padding:25px;
    border-collapse: collapse;
}
.become-member-table td {
    width:50%;
}
.become-member-table td:nth-child(1) {
    text-align: left;
}
.become-member-table td:nth-child(2) {
    text-align:center;
    padding-left:20px;

}
.become-member-table td:nth-child(2) a {
    font-size: 22px;
}
.red-attention {
    color: #800000;
    font-size:18px;
    line-height: 1.4;
}

.member-plans-table {
    width:100%;
    border-collapse: collapse;
    padding:0;
    border: 1px solid #75baf1;
    font-size: 14px;
}
.member-plans-table th {
    padding:10px 20px;
    text-align:center;
    font-size:16px;
    line-height:1.5;
    background-color: #75baf1;
    color:#333;
    font-weight:normal;
}
.member-plans-table th strong {
    font-weight: bold;
}
.member-plans-table th p {
    margin-bottom:0;
    padding-bottom:0;
}

.member-plans-table td {
    padding-left:10%;
}

.member-plans-table blockquote {
    padding:10px 20px;
    margin:0;
    font-size:100%;
    border:none;
}

.wildlife-cruises .maroonsubhead{
    padding:10px 20px;

}
.wildlife-cruises th {
    padding-left:20px;
}

.toxic-table td {
    width: 100%;
    padding:15px;
}

.content-block img.imagecenter, .mce-content-body  img.imagecenter {
    width: 100% !important;
    height: 260px;
    padding: 10px 0;
    object-fit: cover;
    overflow:hidden;

}
.content-block img.imagecenter-croptop, .mce-content-body  img.imagecenter-croptop {
    width: 100% !important;
    height: 260px;
    padding: 10px 0;
    object-fit: cover;
    overflow:hidden;
    object-position: top center;
}

.content-block img.full-size,.content-block .full-size img, .mce-content-body  img.full-size,.mce-content-body  .full-size img {
    width: 100% !important;
    height: auto;
    padding: 10px 0;
    overflow:hidden;

}



img.hidden-img {
    visibility:hidden;
}
.wrap-top-image
{
    height: 250px;
    background-size: 100%;
    margin: 10px 0;
    background-position: 50% 0;
    background-repeat: no-repeat;
}
.wrap-top-image2
{
    height: 250px;
    margin: 10px 0;
    background-position: 50% 37%;
    background-repeat: no-repeat;
}
.wrap-bottom-image
{
    height: 250px;
    margin: 10px 0;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.content-block img.imagecenter-croptop2, .mce-content-body  img.imagecenter-croptop2 {
    width: 100% !important;
    height: 260px;
    padding: 10px 0;
    object-fit: cover;
    overflow:hidden;
    object-position: 50% 37%;

}

.content-block img.imagecenter-cropbottom, .mce-content-body  img.imagecenter-cropbottom {
    width: 100% !important;
    height: 260px;
    padding: 10px 0;
    object-fit: cover;
    overflow:hidden;
    object-position: bottom center;

}
.frameImage {
    display: block;
    background-color: #fff;
    border: 1px solid #ddd;
}

.frameImage img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding:0;
}
.orca-menu-subpages .col-md-4 {
    text-align: center;
}
.orca-menu-subpages a {
    display:block;
    margin:0 auto;
    max-width: 300px;
    text-align:center;
    color: #333;
    cursor: pointer;
}
.orca-menu-subpages a:hover, .orca-menu-subpages a:visited, .orca-menu-subpages a:link {
    text-decoration: none;
}
.orca-menu-subpages a strong {
    color: #337ab7;
}
.orca-menu-subpages a:hover strong {
    text-decoration: underline;
    color: #23527c;
}

.yellow {
    background-color: #ffff00;
}

.NewsSummaryPostdate {
    font-weight: bold;
    margin-bottom:10px;
}

.NewsSummaryMorelink {
    text-align:right;
    font-weight:bold;
}
.NewsSummary {
    margin: 20px 10% 50px;
}
#NewsPostDetailDate {
    font-weight: bold;
}
#NewsPostDetailReturnLink {
    text-align: right;
    margin: 20px;
}
.slide-link {
    display:block;
    width:100%;
    height:100%;
}
.sharing-wrap {
    text-align: right;
    margin-top: 25px;
}
.col.checkbox_input > label{
    display: block;
    margin-left: 33px;
}
.checkbox_input {
    clear:both;
}
.checkbox_input input {
    display:block;
    float:left;
    margin:10px;
}

@media (max-width: 991px) {

    .footer-wrap p.boldtext {
        padding-top: 205px;
    }

    .static {
        position: static;
    }
    .footer-wrap .go-blue-button {
        top: auto;
        left: 67%;
        z-index: 1000;
        bottom: 30px;
    }

    .content-block img {
        height: auto;
    }
}