*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
    font-size: 16px;
    font-family: "myriad-pro", "Myriad Pro Regular", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-weight: 300;
}
body.sticky {
    margin-top: 178px;
}
body.sticky #header {
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 1170px;
    height: 98px;
    z-index: 99999999;
}
body.sticky #header .header-top .header-utility {
    position: absolute;
    float: none;
    margin: 0;
    padding: 0;
    left: 261px;
    bottom: 27px;
}
body.sticky #header .header-top .header-utility a {
    color: #2B8638;
    font-size: 14px;
}
body.sticky #header .header-top .search,
body.sticky #header .header-top .social-media {
    display: none;
}
body.sticky #header .header-bottom .logo img {
    /* width: 170px; */
    height: 53px;
}
body.sticky #header .header-bottom {
    padding-top: 12px;
    padding-bottom: 0;
    padding-right: 0;
}
body.sticky #navbar > li > a,
body.sticky #header .header-bottom .donate a {
    font-size: 18px;
}
body.sticky #header .links {
    margin-top: 7px;
}
body.sticky #navbar {
    margin: 13px 0 0 0;
}
body.sticky #navbar > li > a {
    padding: 6px 16px;
}
a:hover {
    color: #df5f1e;
}
#wrapper {
    width: 1170px;
    overflow: hidden;
    margin: 0 auto;
}
.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.desktop .mobile {
    display: none;
}
img {
    max-width: 100%;
    height: auto;
}
/****************/
/**** HEADER ****/
#header {
    border-bottom: 6px solid #007BBD;
}
/*** Header Top ***/
#header .header-top {
    background-color: #2B8638;
    padding: 7px 3px 4px;
    overflow: hidden;
}
#header .header-top .row {
    float: right;
    overflow: hidden;
    margin: auto;
}
/* header utility */
#header .header-top .header-utility {
    margin: 0;
    padding: 4px 0 0;
    float: left;
    margin-right: 9px;
}
#header .header-top .header-utility li {
    display: inline-block;
    border-right: 1px solid #a5cf46;
    text-align: center;
    list-style: none;
}
#header .header-top .header-utility .language {
    padding: 0 13px;
}
#header .header-top .header-utility .media {
    padding: 0 12px;
}
#header .header-top .header-utility .blog {
    padding: 0 14px;
}
#header .header-top .header-utility li:last-child {
    border: 0;
}
#header .header-top .header-utility a {
    color: #fff;
    text-decoration: none;
}
#header .header-top .header-utility a:hover {
    color: #a5cf46;
}
/* search form */
#header .header-top .search {
    float: left;
    margin-right: 7px;
}
#header .header-top .search fieldset {
    background-color: #fff;
    width: 164px;
    height: 27px;
    display: inline-block;
    padding: 0;
}
#header .header-top .search input[type=text] {
    border: 0;
    height: 25px;
    padding: 0 8px;
    line-height: 25px;
    font-size: 14px;
    width: 111px;
}
#header .header-top .search input[type=submit] {
    height: 25px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    float: right;
    width: 36px;
    border: 0;
    background: url('../images/wrapper/icon-search.png') no-repeat center center transparent;
}

/*   */
#header .header-top .search input[type=text]:focus {
    outline:#FFF
}

 
/* social media */
#header .header-top .social-media {
    float: left;
    margin: 0;
    padding: 0;
}
#header .header-top .social-media li {
    list-style: none;
}
#header .header-top .social-media a {
    width: 26px;
    height: 27px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
#header .header-top .social-media .facebook {
    background: url('../images/wrapper/icons-social-media-1.png') no-repeat 0 center;
}
#header .header-top .social-media .twitter {
    background: url('../images/wrapper/icons-social-media-1.png') no-repeat -32px center;
}
#header .header-top .social-media .linkedin {
    background: url('../images/wrapper/icons-social-media-1.png') no-repeat -62px center;
}
#header .header-top .social-media .instagram {
    background: url('../images/wrapper/icons-social-media-1.png') no-repeat -92px center;
}
/*** Header Bottom ***/
#header .header-bottom {
    padding: 28px 42px 28px 23px;
}
#header .header-bottom .logo {
    float: left;
    position: relative;
    top: 2px;
}
/* navigation */
#header .links {
    float: right;
    margin: 12px 0 0;
}
#navbar {
    float: left;
    padding: 0;
}
#navbar > li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #a5cf46;
    position: relative;
}
#navbar li:last-child,
#navbar li.last {
    border-right: 0;
}
#navbar > li > a {
    text-decoration: none;
    color: #4d4d4f;
    font-size: 21px;
    letter-spacing: -1px;
    word-spacing: 3px;
    padding: 6px 25px;
}
#navbar > li > a:hover {
    color: #df5f1e;
}
#header .header-bottom .donate {
    float: right;
    margin: 1px 0 0 15px
}
#header .header-bottom  .donate a {
    background-color: #df5f1e;
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    padding: 11px 21px;
}
#header .header-bottom .donate a:hover {
    background-color: #ed6521;
}
#navbar ul {
    display: none;
    padding: 28px 0 15px;
    background: url('../images/wrapper/bg-subnav.png') no-repeat center top rgba(165,207,70,.95);
}
#navbar li:hover ul {
    display: block;
    position: absolute;
    right: -10px;
    z-index: 9999;
}
#navbar ul li {
    list-style: none;
}
#navbar ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px 15px;
    width: 100%;
}
#navbar ul li a:hover {
    background-color: #80a53d;
}
/**** HEADER ****/
/****************/

/*******************/
/**** SLIDESHOW ****/

#slider {
    position: relative;
}
#slider .nav .prev {
    display: block;
    position: absolute;
    top: 191px;
    left: 40px;
    width: 49px;
    height: 93px;
    background: url('../images/wrapper/icon-previous.png');
    z-index: 9999999;
}
#slider .nav .next {
    display: block;
    position: absolute;
    top: 191px;
    right: 40px;
    width: 49px;
    height: 93px;
    background: url('../images/wrapper/icon-next.png');
    z-index: 9999999;
}
#slider.province .nav .next,
#slider.province .nav .prev {
    top: 140px;
}
#slider #pager {
    position: absolute;
    bottom: 27px;
    left: 45.2%;
    z-index: 9999999;
}
#slider .nav .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #fff;
    border-radius: 50%;
}
#slider .nav .dot.activeSlide {
    background-color: #df5f1e;
}
#slides {
    padding: 0;
    margin: 0;
}
#slides li {
    position: relative;
    list-style: none;
    width: 1170px;
    height: 475px;
    overflow: hidden;
}
#slides.province li {
    height: 373px;
}
#slides img {
    width: auto;
    height: 475px;
    max-width: none;
}
#slides.province img {
    width: 1170px;
    height: auto;
}
#slides .slide-content {
    position: absolute;
    bottom: 86px;
    right: 132px;
    background-color: rgba(255, 255, 255, .92);
    max-width: 263px;
    padding: 18px 22px 22px;
}
#slides.province .slide-content {
    top: 20px;
    bottom: auto;
}
#slides .slide-content h2{
    margin-top: 0;
    color: #007BBD;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -.2px;
    border-bottom: 2px solid #00b6d1;
    display: block;
    padding-bottom: 9px;
    margin-bottom: 3px;
    line-height: 1.25em;
}
#slides .slide-content h2 a {
    text-decoration: none;
    color: #007BBD;
}
#slides .slide-content p {
    color: #4d4d4f;
    font-size: 21px;
    line-height: 1.5em;
    margin: 0px;
}
#slides .slide-content .read-more {
    margin-bottom: 0;
}
#slides .slide-content .read-more a {
    font-size: 16px;
    text-transform: uppercase;
    color: #007BBD;
    font-weight: bold;
    text-decoration: none;
}
#slides .slide-content .read-more a:hover {
    color: #14bbd4;
}
#slides .slide-content .read-more a span {
    width: 14px;
    height: 19px;
    display: inline-block;
    background: url('../images/wrapper/icon-raquo.png') no-repeat center center transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 3px;
    margin-left: 3px;
}
#slides .slide-info {
    position: absolute;
    bottom: 0;
    right: 0;
}
#slides .slide-info .toggle-info {
    display: block;
    float: right;
    width: 50px;
    height: 39px;
    background: url('../images/wrapper/icon-info-big.png') no-repeat center center rgba(255, 255, 255, .65);
}
#slides .slide-info p {
    float: left;
    margin: 0;
    padding: 0 24px;
    background-color: rgba(255, 255, 255, .85);
    font-size: 14px;
    height: 39px;
    line-height: 39px;
    color: #262626;
}
#slides .slide-info p{
    display: none;
}
#slides .slide-info:hover p {
    display: block;
}
/**** SLIDESHOW ****/

/********************************/
/**** HOMEPAGE: MAIN CONTENT ****/
main {
    padding: 23px;
}
/* top promo */
main .top-promo {
    font-size: 21px;
    color: #262626;
    margin: 25px 0;
}
main .top-promo strong {
    color: #2B8638;
    font-weight: normal;
}
main .top-promo p {
    margin: 1px 250px 6px 30px;
    line-height: 1.8em;
}
main .top-promo .connect-btn{
    margin: 0;
}
main .top-promo .connect-btn a {
    display: block;
    float: right;
    width: 195px;
    height: 76px;
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    padding: 16px 60px 6px 16px;
    font-size: 18px;
    line-height: 1.25em;
    background: url('../images/wrapper/icon-arrow-green.png') no-repeat 138px center #a5cf46;
}
main .top-promo .connect-btn a:hover {
    background-color: #96c32f;
}
main .top-promo .connect-btn a span{
    font-size: 30px;
}
/* featured area */
main .featured-area {
    margin: 44px 0 77px 0;
}
main .featured-area .feature {
    width: 253px;
    margin: 0 18.5px;
    float: left;
}
main .featured-area .feature.first {
    margin-left: 0;
}
main .featured-area .feature.last {
    margin-right: 0;
}
main .featured-area .feature .photo-container {
    position: relative;
}
main .featured-area .feature .photo-container img {
    display: block;
    height: 180px;
    width: 253px;
}
main .featured-area .feature .photo-container .bottom {
    background: url('../images/wrapper/bg-featured.png') no-repeat center 0 transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    z-index: 999;
    display: block;
}
main .featured-area .feature .photo-container .photo-info {
    position: absolute;
    bottom: 20px;
    right: 0;
}
main .featured-area .feature .photo-container .photo-info p {
    display: none;
    float: left;
    margin: 0 30px 0 0;
    padding: 7px 15px;
    background-color: rgba(255, 255, 255, .85);
    font-size: 14px;
    line-height: 1em;
    color: #262626;
}
main .featured-area .feature .photo-container .photo-info:hover p {
    display: block;
}
main .featured-area .feature .photo-container .photo-info .info-icon {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 24px;
    background: url('../images/wrapper/icon-info-small.png') no-repeat center center rgba(255, 255, 255, .65);
}
main .featured-area .feature .feature-content {
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 11px 13px;
    min-height: 133px;
}
main .featured-area .feature.even .feature-content {
    border-bottom: 10px solid #a5cf46;
}
main .featured-area .feature.odd .feature-content {
    border-bottom: 10px solid #2B8638;
}
main .featured-area .feature .feature-content h2 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: normal;
    margin: 0;
}
main .featured-area .feature .feature-content h2 a:hover {
    color: #777;
}
main .featured-area .feature .feature-content p {
    font-size: 15.75px;
    line-height: 1.55em;
    margin-top: 2px;
}
main .featured-area .feature .feature-content p a,
main .featured-area .feature .feature-content h2 a {
    color: #000;
    text-decoration: none;
}
main .featured-area .feature .feature-content p a:hover {
    color: #999;
}
/* middle row */
main .middle.row {
    margin-bottom: 79px;
}
/* left column */
main .middle.row .col-left {
    float: left;
    width: 800px;
    margin-right: 50px;
}
/* from our blog */
main .middle.row .from-our-blog {
    margin-bottom: 77px;
}
main .middle.row .from-our-blog h2 {
    color: #2B8638;
    border-bottom: 3px solid #a5cf46;
    font-size: 22px;
    padding-bottom: 4px;
    margin: 0 0 17px;
}
main .middle.row .from-our-blog h2 a {
    color: #2B8638;
    text-decoration: none;
}
main .middle.row .from-our-blog .photo-container {
    float: left;
    position: relative;
    max-width: 248px;
}
main .middle.row .from-our-blog .photo-container img {
    display: block;
    margin-top: 8px;
}
main .middle.row .from-our-blog .photo-container .photo-info {
    position: absolute;
    bottom: 0;
    right: 0;
}
main .middle.row .from-our-blog .photo-container .photo-info p {
    display: none;
    float: left;
    margin: 0 30px 0 0;
    padding: 7px 15px;
    background-color: rgba(255, 255, 255, .85);
    font-size: 14px;
    line-height: 1em;
    color: #262626;
}
main .middle.row .from-our-blog .photo-container .photo-info:hover p {
    display: block;
}
main .middle.row .from-our-blog .photo-container .photo-info .info-icon {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 24px;
    background: url('../images/wrapper/icon-info-small.png') no-repeat center center rgba(255, 255, 255, .65);
}
main .middle.row .from-our-blog .blog-content {
    float: left;
    width: 532px;
    margin-left: 20px;;
}
main .middle.row .from-our-blog .blog-content h3 {
    font-weight: normal;
    font-size: 30px;
    margin: 0 0 8px;
}
main .middle.row .from-our-blog .blog-content h3 a {
    color: #007BBD;
    text-decoration: none;
}
main .middle.row .from-our-blog .blog-content .date {
    margin: 0;
    font-weight: bold;
    line-height: 1.25em;
}
main .middle.row .from-our-blog .blog-content p {
    margin: 5px 0 0;
    line-height: 2em;
}
main .middle.row .from-our-blog .blog-content .continue {
    font-size: 16px;
    text-transform: uppercase;
    color: #007BBD;
    font-weight: bold;
    text-decoration: none;
    margin-left: 12px;
}
main .middle.row .from-our-blog .blog-content .continue:hover {
    color: #14bbd4;
}
main .middle.row .from-our-blog .blog-content .continue span {
    width: 14px;
    height: 19px;
    display: inline-block;
    background: url('../images/wrapper/icon-raquo.png') no-repeat center center transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 3px;
    margin-left: 3px;
}
/* a glance at the numbers */
main .middle.row .the-numbers h2 {
    color: #2B8638;
    border-bottom: 3px solid #a5cf46;
    font-size: 22px;
    padding-bottom: 4px;
    margin: 0;
}
/* right column */
main .middle.row .col-right {
    float: right;
    width: 256px;
    margin-left: 18px;
}
main .middle.row .volunteer h2,
main .middle.row .newsletter h2,
main .middle.row .special-events h2 {
    color: #2B8638;
    border-bottom: 3px solid #a5cf46;
    font-size: 22px;
    padding-bottom: 4px;
    margin: 0 0 19px;
}
/* volunteer with us */
main .middle.row .volunteer {
    margin-bottom: 55px;
}
main .middle.row .volunteer a.btn {
    background-color: #2B8638;
    color: #fff;
    font-size: 20px;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 5px 0 0;
    padding: 12px 0;
    font-weight: bold;
}
main .middle.row .volunteer a.btn:hover {
    background-color: #39a349;
}
main .middle.row .volunteer a.btn span {
    width: 14px;
    height: 19px;
    display: inline-block;
    background: url('../images/wrapper/icon-raquo-white.png') no-repeat center center transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 2px;
    margin-left: 5px;
}
/* newsletter */
main .middle.row .newsletter {
    margin-bottom: 37px;
}
main .middle.row .newsletter h2 {
    margin: 0 0 10px;
}
main .middle.row .newsletter a.btn,
main .middle.row .newsletter button.btn,
.blog main.two-column > aside .newsletter .btn {
    background-color: #df5f1e;
    color: #fff;
    font-size: 20px;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 5px 0 0;
    padding: 12px 0;
    font-weight: bold;
    width: 100%;
    border: 0;
}

/* new */
.blog main.two-column li  {
    font-size: 18px;
    line-height: 1.50em;
}

main .middle.row .newsletter input[type="text"],
main .middle.row .newsletter select,
main .bottom-area .newsletter input[type="text"],
main .bottom-area .newsletter select,
.blog main.two-column > aside .newsletter input[type="text"],
.blog main.two-column > aside .newsletter select {
    width: 100%;
    background-color: #f5f5f5;
    margin-bottom: .75em;
    padding: 10px 16px;
    border: 0;
}
main .middle.row .newsletter .btn:hover,
.blog main.two-column > aside .newsletter .btn:hover {
    background-color: #ed6521;
}
main .middle.row .newsletter form,
main .middle.row .newsletter .hide,
main .bottom-area .newsletter form,
main .bottom-area .newsletter .hide,
.blog main.two-column > aside .newsletter form,
.blog main.two-column > aside .newsletter .hide {
    display: none !important;
}
main .middle.row .newsletter .visible,
main .bottom-area .newsletter .visible,
.blog main.two-column > aside .newsletter .visible {
    display: block !important;
}
/* special events */
main .middle.row .special-events {

}
main .middle.row .special-events h2 {
    margin: 0 0 28px;
}
main .middle.row .special-events .event {
    margin-bottom: 19px;
}
main .middle.row .special-events .event .date {
    border-radius: 50%;
    color: #fff;
    width: 60px;
    height: 60px;
    float: left;
    text-align: center;
    margin: 0 0 0 5px;
    padding: 8px 0 0 0;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
main .middle.row .special-events .event.even .date {
    background-color: #2B8638;
}
main .middle.row .special-events .event.odd .date {
    background-color: #a5cf46;
}
main .middle.row .special-events .event .day {
    display: block;
    font-size: 22px;
    margin-bottom: -6px;
}
main .middle.row .special-events .event .month,
main .middle.row .special-events .event .year {
    font-size: 12px;
}
main .middle.row .special-events .event .info {
    padding-top: 7px;
    margin: 0 0 0 92px;
}
main .middle.row .special-events .event .event-title {
    font-size: 18px;
    margin: 0 0 3px;
}
main .middle.row .special-events .event .event-title a {
    color: #000;
    text-decoration: none;
}
main .middle.row .special-events .event .event-location {
    font-size: 16px;
    margin: 0;
}
main .middle.row .special-events .see-all-events {
    text-align: center;
    margin: 31px 0 0 10px;
}
main .middle.row .special-events .see-all-events a {
    font-size: 16px;
    text-transform: uppercase;
    color: #007BBD;
    font-weight: bold;
    text-decoration: none;
}
main .middle.row .special-events .see-all-events a:hover {
    color: #14bbd4;
}
main .middle.row .special-events .see-all-events a span {
    width: 14px;
    height: 19px;
    display: inline-block;
    background: url('../images/wrapper/icon-raquo.png') no-repeat center center transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 3px;
    margin-left: 3px;
}
/* bottom row */
main .bottom.row {
    margin-bottom: 82px;
}
main .bottom.row .featured-species,
main .bottom.row .plan-legacy {
    background-color: #f5f5f5;
    float: left;
    width: 553px;
    padding: 16px 14px;
}
main .bottom.row .featured-species {
    margin-right: 9px;
}
main .bottom.row .featured-species img {
    float: left;
}
main .bottom.row .featured-species .content {
    margin: -5px 0 0 273px;
}
main .bottom.row .featured-species h2 {
    margin: 0 0 0 0;
    font-size: 30px;
    font-weight: normal;
}
main .bottom.row .featured-species h2 a {
    text-decoration: none;
    color: #007BBD;
}
main .bottom.row .featured-species p {
    margin: 9px 0 0 0;
    line-height: 1.95em;
}
main .bottom.row .featured-species .continue {
    font-size: 16px;
    text-transform: uppercase;
    color: #007BBD;
    font-weight: bold;
    text-decoration: none;
    margin-left: 7px;
}
main .bottom.row .featured-species .continue:hover {
    color: #14bbd4;
}
main .bottom.row .featured-species .continue span {
    width: 14px;
    height: 19px;
    display: inline-block;
    background: url('../images/wrapper/icon-raquo.png') no-repeat center center transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 3px;
    margin-left: 3px;
}
main .bottom.row .featured-species img {
    float: left;
    display: block;
}
main .bottom.row .plan-legacy {
    margin-left: 8px;
    position: relative;
}
main .bottom.row .plan-legacy img {
    display: block;
}
main .bottom.row .plan-legacy a {
    text-decoration: none;
    color: #fff;
}
main .bottom.row .plan-legacy h2 {
    margin: 0 0 18px 0;
    font-size: 22.5px;
}
main .bottom.row .plan-legacy p {
    margin: 0 0 0 0;
    line-height: 1.5em;
}
main .bottom.row .plan-legacy .overlay {
    position: absolute;
    bottom: 31px;
    left: 240px;
    width: 295px;
}
/* bottom area */
main .bottom-area  {
    margin: 0 0 28px;
    clear: both;
}
/* column 1 */
main .bottom-area .col-1 {
    float: left;
    width: 317px;
    margin-right: 12px;
}
main .bottom-area .col-2 {
    float: left;
    margin: 0 11px;
}
main .bottom-area .col-3 {
    float: left;
    margin-left: 10px;
    width: 320px;
}
main .bottom-area .col-1 .supporter-spotlight {
    background-color: #f5f5f5;
    padding: 19px 14px 12px;
}
main .bottom-area .col-1 .supporter-spotlight h2 {
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    color: #2B8638;
    margin: 0 0 17px 0;
}
main .bottom-area .col-1 .supporter-spotlight img {
    margin: 0 auto;
    max-width: 289px;
    max-height: 141px;
}
main .bottom-area .col-1 .supporter-spotlight .logo-container {
    width: 289px;
    height: 141px;
    background-color: #fff;
    display: table;
}
main .bottom-area .col-1 .supporter-spotlight a {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
main .bottom-area .newsletter {
    padding: 27px 33px 27px 27px;
}
main .bottom-area .col-3 .newsletter {
    padding: 0 0 27px 0;
}
main .bottom-area .newsletter h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 1px;
}
main .bottom-area .newsletter a.btn,
main .bottom-area .newsletter button.btn {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background-color: #df5f1e;
    padding: 12px 0;
    text-decoration: none;
    border: 0;
    width: 100%;
}
main .bottom-area .newsletter a.btn:hover,
main .bottom-area .newsletter button.btn:hover {
    background-color: #ed6521;
}
/* column 2 */
main .bottom-area .col-2 .ad {
    background: #f5f5f5;
    padding: 15px 15px 9px;
    margin-bottom: 18px;
    width: 442px;
    height: 225px;
}
main .bottom-area .logos img {
    display: block;
    margin: 0 auto;
    padding: 0 0 0 18px;
}
/**** HOMEPAGE: MAIN CONTENT ****/
/********************************/

/***********************/
/**** INTERIOR PAGE ****/
#head-image {
    position: relative;
}
#head-image img {
    display: block;
    width: 1170px;
}
#head-image .photo-info {
    position: absolute;
    bottom: 0;
    right: 0;
}
#head-image .photo-info p {
    display: none;
    float: left;
    margin: 0 50px 0 0;
    padding: 7px 15px;
    background-color: rgba(255, 255, 255, .85);
    font-size: 14px;
    height: 39px;
    line-height: 1.6em;
    color: #262626;
}
#head-image .photo-info:hover p {
    display: block;
}
#head-image .photo-info .info-icon {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 39px;
    background: url('../images/wrapper/icon-info-big.png') no-repeat center center rgba(255, 255, 255, .65);
}
main.two-column {
    padding: 0;
}
main.full-width > article {
    width: 100%;
    margin-bottom: 85px;
    padding: 20px 24px 0 24px;
    position: relative;
}
main.two-column > article {
    width: 890px;
    margin-bottom: 85px;
    padding: 20px 24px 0 24px;
    position: relative;
}
main.two-column > article .social-share {
    position: absolute;
    top: 30px;
    right: 30px;
}
main.two-column > article.column-right {
    float: right;
}
main.two-column > article.column-left {
    float: left;
}
main.two-column > aside {
    background-color: #f5f5f5;
    width: 280px;
    margin-bottom: 85px;
}
main.two-column > aside.column-right {
    float: right;
}
main.two-column > aside.column-left {
    float: left;
}
/*Breadcrumbs*/
main > article a {
    color: #007BBD;
}
main > article .breadcrumbs {
    margin: 0 0 40px -7px;
}
main > article .breadcrumbs a,
main > article .breadcrumbs .breadcrumbItem {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}
main > article .breadcrumbs .breadcrumbseparator {
    font-size: 11px;
    line-height: 12px;
}
main > article .intro h1 {
    font-weight: normal;
    font-size: 30px;
    color: #007BBD;
    margin-top: 18px;
}
main > article .intro p {
    font-size: 21px;
    line-height: 1.85em;
}
main > article .stories-from-the-field h2 {
    color: #2B8638;
    font-size: 22px;
    padding-bottom: 4px;
    margin: 22px 0 20px;
    border-bottom: 3px solid #a5cf46;
}
main > article .stories-from-the-field .photo-container,
main > article .province-features .feature .photo-container {
    float: left;
    position: relative;
}
main > article .stories-from-the-field .photo-container img,
main > article .province-features .feature .photo-container img {
    display: block;
    margin-top: 8px;
}
main > article .stories-from-the-field .photo-container img {
    width: 248px;
}
main > article .stories-from-the-field .photo-container .photo-info,
main > article .province-features .feature .photo-container .photo-info {
    position: absolute;
    bottom: 0;
    right: 0;
}
main > article .stories-from-the-field .photo-container .photo-info p,
main > article .province-features .feature .photo-container .photo-info p {
    display: none;
    float: left;
    margin: 0 30px 0 0;
    padding: 7px 15px;
    background-color: rgba(255, 255, 255, .85);
    font-size: 14px;
    line-height: 1.6em;
    color: #262626;
}
main > article .stories-from-the-field .photo-container .photo-info:hover p,
main > article .province-features .feature .photo-container .photo-info:hover p {
    display: block;
}
main > article .stories-from-the-field .photo-container .photo-info .info-icon,
main > article .province-features .feature .photo-container .photo-info .info-icon {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 24px;
    background: url('../images/wrapper/icon-info-small.png') no-repeat center center rgba(255, 255, 255, .65);
}
main > article .stories-from-the-field .story {
    margin-bottom: 50px;
}
main > article .stories-from-the-field .story .story-content {
    margin-left: 286px;
}
main > article .stories-from-the-field .story .story-content h3 {
    font-weight: normal;
    font-size: 30px;
    margin: 0;
}
main > article .stories-from-the-field .story .story-content h3 a {
    color: #007BBD;
    text-decoration: none;
}
main > article .stories-from-the-field .story .story-content h3 a:hover {
    color: #14bbd4;
}
main > article .stories-from-the-field .story .story-content p {
    margin: 5px 0 0;
    line-height: 2em;
}
main > article .stories-from-the-field .story .story-content .continue {
    font-size: 16px;
    text-transform: uppercase;
    color: #007BBD;
    font-weight: bold;
    text-decoration: none;
    margin-left: 12px;
}
main > article .stories-from-the-field .story .story-content .continue:hover {
    color: #14bbd4;
}
main > article .stories-from-the-field .story .story-content .continue span {
    width: 14px;
    height: 19px;
    display: inline-block;
    background: url('../images/wrapper/icon-raquo.png') no-repeat center center transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 3px;
    margin-left: 3px;
}
main > article .province-features .feature {
    width: 47%;
    float: left;
    margin: 0 3%;
}
main > article .province-features .feature-1,
main > article .province-features .feature-2 {
    margin-bottom: 60px;
}
main > article .province-features .feature.even {
    margin-left: 0;
}
main > article .province-features .feature.odd {
    margin-right: 0;
}
main > article .province-features .feature h2 {
    color: #2B8638;
    font-size: 22px;
    padding-bottom: 4px;
    margin: 2px 0 20px;
    border-bottom: 3px solid #a5cf46;
}
main > article .province-features .feature .feature-content {
    background-color: #f5f5f5;
    border-bottom: 9px solid #a5cf46;
    clear: both;
}
main > article .province-features .feature.odd .feature-content {
    border-bottom: 9px solid #2c903b;
}
main > article .province-features .feature .feature-content p {
    margin: 18px 20px 20px;
    line-height: 1.4em;
}
main > article .province-features .feature .bottom {
    background: url('../images/wrapper/bg-featured-big.png') no-repeat center 0 transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 31px;
    z-index: 999;
    display: block;
}
main > article .province-features .feature .photo-container img {
    margin: 0;
}
main > article .province-features .feature .photo-container .photo-info  {
    position: absolute;
    bottom: 31px;
}
main > article .province-features .feature .continue {
    font-size: 14px;
    text-transform: uppercase;
    color: #007BBD;
    font-weight: bold;
    text-decoration: none;
    /*margin-left: 12px;*/
}
main > article .province-features .feature .continue:hover {
    color: #14bbd4;
}
main > article .province-features .feature .continue span {
    width: 14px;
    height: 19px;
    display: inline-block;
    background: url('../images/wrapper/icon-raquo.png') no-repeat center center transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 3px;
    margin-left: 3px;
}
main > article .promos {
    margin-top: 60px;
}
main > article .promos .ad {
    width: 48%;
    margin: 0 2%;
    float: left;
    border: 14px solid #f5f5f5;
}
main > article .promos .ad p {
    line-height: 0;
    margin: 0;
}
main > article .promos .ad:first-child {
    margin-left: 0;
}
main > article .promos .ad:last-child {
    margin-right: 0;
}
/* Subnav */
main > aside {
    padding: 49px 38px 0;
}
main > aside #subnav,
main > aside ul {
    padding-left: 0;
}
main > aside #subnav .label,
main > aside #subnav > li:first-child a {
    font-size: 21px;
    color: #0074B3 !important;
}
main > aside #subnav li {
    list-style: none;
}
main > aside #subnav a {
    text-decoration: none;
    color: #4d4d4f;
    font-size: 18px;
    display: block;
}
main > aside #subnav a:hover,
main > aside #subnav li li.active a {
    color: #288037;
}
main > aside #subnav li {
    padding-bottom: 16px;
    border-bottom: 1px solid #a5cf46;
    margin-bottom: 17px;
}
main > aside #subnav li.last {
    border-bottom: 0;
}
main > aside #subnav > li.parentOfActive > a {
    color: #288037;
}
main > aside #subnav > li.parentOfActive.subMenu > a {
    color: #288037;
    margin-bottom: 10px;
}
main > aside #subnav ul li{
    margin-bottom: 0;
    border: 0;
    margin-left: 16px;
}
main > aside #subnav ul li a {
    color: #4d4d4f;
    font-size: 14px;
}
main > aside #subnav ul li {
    padding-bottom: 10px;
}
main > aside #subnav ul li.last {
    padding-bottom: 0;
}
main > aside #subnav > li.subMenu > a {
    margin-bottom: 10px;
}
/* /Subnav */
/* Interior */
main > article .featured-image.photo-container {
    position: relative;
    max-width: 276px;
    float: left;
    margin: 0 18px 35px 0;
}
main > article .featured-image.photo-container img {
    display: block;
}
main > article .featured-image.photo-container .photo-info {
    position: absolute;
    bottom: 0;
    right: 0;
}
main > article .featured-image.photo-container .photo-info p {
    display: none;
    float: left;
    margin: 0 30px 0 0;
    padding: 7px 15px;
    background-color: rgba(255, 255, 255, .85);
    font-size: 14px;
    line-height: 1.6em;
    color: #262626;
}
main > article .featured-image.photo-container .photo-info:hover p {
    display: block;
}
main > article .featured-image.photo-container .photo-info .info-icon {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 24px;
    background: url('../images/wrapper/icon-info-small.png') no-repeat center center rgba(255, 255, 255, .65);
}
main > article h1 {
    margin: 45px 0 20px;
    color: #007BBD;
    font-size: 30px;
    font-weight: normal
}
main > article h1.title {
    margin-top: 0;
}
main > article h2 {
    margin: 25px 0 15px;
    color: #2B8638;
    font-size: 22px;
}
main > article h3,
main > article h6 {
    margin: 25px 0 5px;
    color: #007BBD;
    font-size: 19px;
    font-weight: normal
}
main > article h6,
main > article h6 a {
    color: #2B8638;
}
main > article p {
    margin: 0 0 1em;
    font-size: 16px;
    line-height: 1.75em;
}
main > article ul {
    padding-left: 30px; /* was 16 */
    margin: 0 0 1em;
}
main > article p + ul {
    margin-top: -10px;
}
main > article li {
    font-size: 16px;
    margin-bottom: .75em;
}
/* Comments */
main > article #comments {
    margin: 55px 0 27px;
}
main > article #comments h3,
main > article #leave-comment h3{
    font-size: 28px;
    letter-spacing: 1px;
    margin: 0 0 11px 4px;
}
main > article #comments .left strong {
    display: block;
    font-size: 23px;
    font-weight: bold;
}
main > article #comments .left small {
    font-size: 17px;
    font-weight: bold;
}
main > article #comments .right {
    line-height: 1.75em;
    margin-top: 0.5em;
}
main > article #comments h2 {
    color: #007BBD;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 0.5em;
}
main > article #comments ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin-bottom: 1em;
}
main > article #comments li {
    background-color: #fafafa;
    margin: 0;
    display: block;
    float: left;
    clear: both;
    padding: 19px 30px;
    width: 100%;
}
main > article #comments li:nth-child(odd) {
    background-color: #f5f5f5;
}
main > article #comments .comments-meta h4 {
    margin: 0 0 0 0;
    font-size: 21px;
}
main > article #comments .comments-meta p {
    margin: 8px 0 8px;
    font-size: 16px;
    line-height: 1em;
}
main > article #comments p {
    line-height: 2em;
    font-size: 16px;
}
main > article #leave-comment input[type="text"],
main > article #leave-comment textarea {
    background-color: #f5f5f5;
    border: 0;
    padding: 0 10px;
    font-size: 18px;
}
main > article #leave-comment input[type="text"] {
    width: 275px;
}
main > article #leave-comment textarea {
    width: 100%;
    padding: 6px 10px;
}
main > article #supporter {
    margin-right: 10px;
}
main > article #leave-comment .captchaImages {
    margin-bottom: 25px;
}
main > article #leave-comment .button-publish {
    background-color: #007BBD;
    border: 0 none;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    height: 50px;
    margin-top: 50px;
}
main > article small#cmt-email,
main > article small#cmt-name {
    font-size: 16px;
}

/* volunteer with us */
main > article .volunteer {
    margin-bottom: 10px;
	width: 200px;
	margin-left: 15px;
}

main > article .volunteer a.btn {
    background-color: #2B8638;
    color: #fff;
    font-size: 16px;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 1px 0 0;
    padding: 5px 0;
    font-weight: bold;
}


/****************/
/**** FOOTER ****/

/* footer top */
#footer .footer-top {
    background-color: #2B8638;
    color: #fff;
    padding: 32px 0;
}
#footer .footer-top .col-1,
#footer .footer-top .col-2,
#footer .footer-top .col-3,
#footer .footer-top .col-4,
#footer .footer-top .col-5 {
    float: left;
}
#footer .footer-top .col-1 {
    width: 132px;
    margin: 0 33px 0 47px;
}
#footer .footer-top .col-2 {
    width: 184px;
    margin: 0 29px 0 34px;
}
#footer .footer-top .col-3 {
    width: 168px;
    margin: 0 29px;
}
#footer .footer-top .col-4 {
    width: 161px;
    margin: 0 29px;
}
#footer .footer-top .col-5 {
    width: 210px;
    margin: 0 20px 0 29px
}
#footer .footer-top a {
    color: #fff;
    text-decoration: none;
}
#footer .footer-top a:hover {
    text-decoration: underline;
}
#footer .footer-top h3 {
    margin: 0 0 12px 0;
    font-size: 20px;
}
#footer .footer-top ul {
    margin: 0;
    padding: 0;
}
#footer .footer-top li,
#footer .footer-top p {
    list-style: none;
    font-size: 14px;
    margin-bottom: 11px;
}
#footer .footer-top p {
    line-height: 1.9em;
    margin: 0 0 18px 0;
}
#footer .footer-top .col.first {
    margin-left: 0;
}
#footer .footer-top .col.last {
    margin-right: 0;
    width: 187px;
}
/* footer bottom */
#footer .footer-bottom {
    background-color: #a5cf46;
    padding: 34px 13px;
}
#footer .footer-bottom ul {
    margin: 0;
    padding: 0;
}
#footer .footer-bottom li {
    list-style: none;
    color: #1C5926;
    display: inline;
}
#footer .footer-bottom a {
    color: #1C5926;
    text-decoration: none;
    font-size: 14px;
}
#footer .footer-bottom a:hover {
    text-decoration: underline;
}
#footer .footer-bottom .footer-utility {
    float: left;
    margin: 7px 30px;
}
#footer .footer-bottom .footer-utility li a {
    border-right: 1px solid #1C5926;
    padding: 0 5px 0 0;
}
#footer .footer-bottom .footer-utility li:last-child a {
    border-right: 0;
}
#footer .footer-bottom .footer-utility div {
    display: inline;
}
#footer .footer-bottom .copyright {
    text-align: center;
    color: #1C5926;
    font-size: 14px;
    clear: both;
    position: relative;
    top: 12px;
}
/*#footer .footer-bottom .footer-ut*/
#footer .footer-bottom .social-media {
    float: right;
}
#footer .footer-bottom .social-media a {
    background: url('../images/wrapper/icons-social-media-2.png') no-repeat 0 0 transparent;
    display: inline-block;
    width: 39px;
    height: 40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 5px;
}
#footer .footer-bottom .social-media a.facebook {
    background-position: 0 0;
}
#footer .footer-bottom .social-media a.twitter {
    background-position: -47px 0;
}
#footer .footer-bottom .social-media a.youtube {
    background-position: -95px 0;
}
#footer .footer-bottom .social-media a.linkedin {
    background-position: -142px 0;
}
#footer .footer-bottom .social-media a.pinterest {
    background-position: -189px 0;
}
#footer .footer-bottom .social-media a.instagram {
    background-position: -237px 0;
}
/**************/
/**** BLOG ****/
.blog main.two-column > aside {
    background-color: transparent;
    width: 361px;
    padding: 67px 24px 0;
}
.blog main.two-column > article {
    width: 809px;
    margin-bottom: 85px;
    padding: 20px 24px 0 24px;
}
.blog main.two-column > aside .volunteer,
.blog main.two-column > aside .blogger-outreach,
.blog main.two-column > aside .newsletter {
    margin: 54px 0;
}
.blog main.two-column > aside .volunteer {
    margin-top: 0;
}
.blog main.two-column > aside .volunteer h2,
.blog main.two-column > aside .blogger-outreach h2,
.blog main.two-column > aside .newsletter h2 {
    color: #2B8638;
    border-bottom: 3px solid #a5cf46;
    font-size: 22px;
    padding-bottom: 4px;
    margin: 0 0 19px;
}
.blog main.two-column > aside .categories,
.blog main.two-column > aside .recent-posts,
.blog main.two-column > aside .blog-roll {
    background-color: #f5f5f5;
    padding: 18px 10px 27px 26px;
    margin: 43px 0 59px;
}
.blog main.two-column > aside .categories h1,
.blog main.two-column > aside .recent-posts h1,
.blog main.two-column > aside .blog-roll h1 {
    margin: 0 0 22px 0;
    font-size: 24px;
    font-weight: normal;
    color: #0074B3;
}
.blog main.two-column > aside .recent-posts h1 {
    margin-bottom: 13px;
}
.blog main.two-column > aside .blog-roll {
    margin-bottom: 22px;
}
.blog main.two-column > aside .awards img {
    display: block;
    margin: 0 auto;
}
.blog main.two-column > aside .volunteer a.btn {
    background-color: #2B8638;
    color: #fff;
    font-size: 20px;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 5px 0 0;
    padding: 12px 0;
    font-weight: bold;
}
.blog main.two-column > aside .blogger-outreach a.btn,
.blog main.two-column > aside .newsletter a.btn {
    color: #fff;
    font-size: 20px;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 5px 0 0;
    padding: 12px 0;
    font-weight: bold;
}
.blog main.two-column > aside .blogger-outreach a.btn {
    background-color: #007BBD;
}
.blog main.two-column > aside .newsletter a.btn {
    background-color: #ef692e;
}
.blog main.two-column > aside .read-more a,
.blog main.two-column > article .read-more a {
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #0074B3;
    font-weight: bold;
}
.blog main.two-column > aside .read-more span,
.blog main.two-column > article .read-more span {
    width: 14px;
    height: 19px;
    display: inline-block;
    background: url('../images/wrapper/icon-raquo.png') no-repeat center center transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 3px;
    margin-left: 3px;
}
.blog main.two-column > aside .recent-posts h2 {
    margin: 0;
    line-height: 1em;
}
.blog main.two-column > aside .recent-posts .date {
    margin-top: 0;
    font-size: 14px;
    font-weight: normal;
}
.blog main.two-column > aside .recent-posts h2 a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
}
.blog main.two-column > aside .blog-roll ul {
    list-style: none;
}
.blog main.two-column > aside .blog-roll ul a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
}
.blog main.two-column > aside .rss-feed a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding-left: 31px;
    display: block;
    height: 22px;
    line-height: 22px;
    background: url('../images/wrapper/icon-rss.gif') no-repeat center left transparent;
}
.blog main.two-column > aside .categories ul {
    list-style: none;
}
.blog main.two-column > aside .categories .left {
    float: left;
    width: 40%;
    margin: 0 10% 0 0;
}
.blog main.two-column > aside .categories .right {
    float: right;
    width: 50%;
    margin: 0;
}
.blog main.two-column > aside .categories li {
    font-size: 14px;
    margin-bottom: 10px;
}
.blog main.two-column > aside .categories li:last-child {
    margin-bottom: 0;
}
.blog main.two-column > aside .categories a {
    color: #000;
    text-decoration: none;
}
.blog #header {
    border-bottom: 0;
}
#blog-header {
    position: relative;
}
#blog-header .search_block {
    position: absolute;
    top: 90px;
    right: 40px;
}
#blog-header .search_block input[type="text"] {
    border: none;
    font-size: 19px;
    color: #3c3c3c;
    width: auto;
    height: auto;
    padding: 12px 0 12px 11px;
    margin-right: 50px;
    font-weight: normal;
}
#blog-header .search_block input[type="text"]:focus {
    outline:#FFF;
}
#blog-header .search_block input[type="image"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 11px 14px;
}
#blog-header .search_block fieldset {
    border-style: none;
    background-color: #fff;
    position: relative;
    margin: 0;
    padding: 0;
}
#blog-header a {
    width: 1170px;
    height: 238px;
    background: url('../images/wrapper/blog-header-1.jpg') no-repeat 0 0 transparent;
}
.blog main.two-column > article .photo-container {
    float: left;
    position: relative;
    max-width: 262px;
    margin-bottom: 1em;
}
.blog main.two-column > article.single-post .image-container {
    margin: 0 16px 16px 0;
    float: left;
    position: relative;
    max-width: 262px;
}
.blog main.two-column > article.single-post .image-container p {
    font-size: 90%;
    margin-bottom: 0;
}
.blog main.two-column > article .photo-container img {
    display: block;
    margin-top: 8px;
}
.blog main.two-column > article .photo-container .photo-info {
    position: absolute;
    bottom: 0;
    right: 0;
}
.blog main.two-column > article .photo-container .photo-info p {
    display: none;
    float: left;
    margin: 0 30px 0 0;
    padding: 7px 15px;
    background-color: rgba(255, 255, 255, .85);
    font-size: 14px;
    line-height: 1.6em;
    color: #262626;
}
.blog main.two-column > article .photo-container .photo-info:hover p {
    display: block;
}
.blog main.two-column > article .photo-container .photo-info .info-icon {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 24px;
    background: url('../images/wrapper/icon-info-small.png') no-repeat center center rgba(255, 255, 255, .65);
}
.blog main.two-column > article.single-post p {
    font-size: 18px;
}
.blog main.two-column > article.single-post a {
    color: #0074B3;
    text-decoration: none;
}
.blog main.two-column > article.single-post h1 {
    margin-bottom: 1em;
}
.blog main.two-column > article.single-post .blog-meta {
    font-size: 14px;
}
.blog main.two-column > article.single-post .blog-meta a {
    color: #000;
}
.blog main.two-column > article.single-post .blog-meta .comments a {
    text-decoration: none;
}
.blog main.two-column > article.single-post .related ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog main.two-column > article.single-post .author-box {
    background-color: #f5f5f5;
    padding: 30px;
}
.blog main.two-column > article.single-post .author-box h4 {
    font-size: 30px;
    font-weight: normal;
    color: #0074B3;
    margin: 0 0 26px;
}
.blog main.two-column > article.single-post .author-box img {
    float: left;
    margin-right: 23px;
    width: 180px;
}
.blog td.pg-items {
    display: none;
}
.blog-description {
    font-size: 21px;
    line-height:28px;
    color:#262626;
    margin: 35px 0;
    line-height: 2em;
}
.blog-description a {
    color: #2B8638;
    text-decoration: none;
}
#sidebar {
padding: 34px 20px 0 0;
width:295px;
}
#sidebar h3{
font-family: 'Lato', sans-serif;
font-weight: normal;}


#sidebar .donate {
padding: 0 0 25px;
width: 230px;
margin: 0 auto;
}

.blogbox {
background-color:#f8f7f5;
font: 15px 'Lato', sans-serif;
padding:10px;
margin-bottom:35px;
}
.blogbox p {margin-bottom:1.25em; line-height:18px;}
.blogbox li {line-height:24px; font: 14px 'Lato', sans-serif;}
.blogbox a {color:#00688b; text-decoration:none; font: 14px 'Lato', sans-serif;}
.sidebar-header {
    font: 22px 'Raleway', sans-serif;
    font-weight:600;
    text-transform:uppercase;
    text-align:center;
    color:#fff;
    background-color:#acae61;
    height:42px;
    line-height:42px;
    -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.blogbox ul.left, .blogbox ul.right {
    width:130px;
    margin-bottom: 15px;
}
.blogbox ul.left {float:left;}
.blogbox ul.right {float:right;}

.blogbox .date {
    font-size:12px;
    color:#636363;
    line-height:12px;
    margin-bottom:.25em;
}
.blogbox.blogroll p {margin-bottom:.25em;}
.blogbox p.small-link {margin-bottom:0;}
.blogbox p.small-link a {font: 14px 'Raleway', sans-serif; color:#737a20; text-align:right; display:block;}
.more-blogroll{display:none;}


p.more-link a, p.rss-link a{font: 600 18px 'Raleway', sans-serif; color:#028fbe; display:block; text-align:center; margin-bottom:35px; }
p.more-link a{background:url(/assets/images/wrpr/arrow-bg.png) 95% no-repeat; height:20px; padding-right:75px; text-align:right; margin-bottom: 15px;}
p.rss-link img{vertical-align: middle; padding-right: 5px;}

.sidebar > div#item-246110985 > div.section {padding:20px 30px 35px; border-top:1px solid #f8f7f5; border-bottom:1px solid #f8f7f5;}
.sidebar h3 {font: 18px 'Lato', sans-serif; color:#00688b;}
.sidebar  div.section p {font-size:14px; color:#666666; margin-bottom:1em;}
#sidebar .tab_content {margin:0 auto 15px auto;}
#sidebar .tabs {width:235px; margin:35px auto 0;}

/* Blog posts */
.blog-post {
    border-bottom: 3px solid #a4cf46;
    overflow: hidden;
}
.blog-post p.post-meta {
    font-size:14px;
    color:#262626;
    margin:0 !important;
}
.blog-post .post-meta .date {
    font-weight: bold;
}
.blog-post .post-meta .author a {
    color: #262626;
}
.blog-post .post-meta .comments a {
    color: #262626;
    text-decoration: none;
}
.blog-post h2 {
    font-size: 30px;
    font-weight: normal;
    color:#007BBD;
    margin:18px 0;
}
.blog-post h2 a, .blog-post h2 a:link, .blog-post h2 a:visited, #content .blog-post h2 a, #content .blog-post h2 a:link, #content .blog-post h2 a:visited{
    color:#007BBD !important;
    text-decoration:none
}

.blog-post h3 {font: bold 16px 'Lato', sans-serif; color:#333333; margin:18px 0 18px;}

.blog-post ul {
    color: #444444;
    font-family: 'Lato',sans-serif;
    font-size:16px;
    list-style: disc outside;
    padding-bottom: 10px;
}

.blog-post ol {
  color: #444444;
  font-family: 'Lato',sans-serif;
  font-size:16px;
  list-style: decimal outside;
  padding-bottom: 10px;
}

.blog-post li {
    margin:0 0 10px 20px;
    line-height: 20px;
}

.blog-post .image-container {float:left; width:275px;margin-right:20px;}
.blog-post .image {border:3px solid #f2f3ee;
  -moz-box-shadow:    0px 0px 10px 0px #ccc;
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
  box-shadow:         0px 0px 10px 0px #ccc;
  }
.blog-post .blog-post-container {
    margin-left: 279px;
}
.blog-post p {font-size:16px;}
.blog-post p.blog-caption {font: 10px Arial, Helvetica, sans-serif; color:#000; text-transform:uppercase;padding:8px 5px; margin-bottom: 5px;}
.blog-post p.more-link a {background-position:right; padding-right:65px;margin-top:35px;}
.blog-post-footer,
.blog-post-subfooter {
    margin: 0;
    padding: 10px 0;
}
.blog-post-footer {
    margin-bottom: 44px;
}
.blog-post-subfooter{padding: 30px;}

.blog-post-footer.single {
            -webkit-border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-bottomleft: 0px;
-moz-border-radius-bottomright: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border: 1px solid #e87d1e;
border-top:none;
}
.blog-post-footer p.blog-categories,
.blog-post-footer p.blog-tags {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0;
}
.blog-post-footer p.blog-categories a,
.blog-post-footer p.blog-tags a,
.blog-post-footer p.blog-categories .comma,
.blog-post-footer p.blog-tags .comma {
    font-weight: normal;
    color: #2B8638;
    font-size: 12px;
    text-decoration: none;
}

#pagination {font: 12px Arial, Helvetica, sans-serif; color:#000; text-align:center; margin:20px;}
#pagination span {margin:8px; display:inline-block;}

.single p {margin-bottom:20px;}
div.related { border-bottom:1px solid #f8f7f5; padding-bottom:15px;}
div.related h3 {
    margin-bottom: 10px;
    font-size: 22px;
}
.blog-post-subfooter {background-color:#fff; margin-bottom: 30px;}
.blog-post-subfooter h3, .blog-post-subfooter h4, h3.comments {font-face:'Raleway', sans-serif; font-weight:600;color:#acae61; text-transform:uppercase; font-size:22px; margin-bottom:15px;}
.blog-post-subfooter h4 {font-size:19px;}
.blog-post-subfooter li{font-size:15px; list-style:none; margin-bottom:15px;}
.blog-post-subfooter li a {color:#00688b;}
.blog-post-subfooter .author {border: 1px solid #acae61; padding:15px; width: 638px; margin-left: -17px;}
.blog-post-subfooter .author img {float:left;margin-right:10px; width: 180px;}
.blog-post-subfooter .author p {font-size:16px; margin-bottom:1em; }
.blog-post-subfooter .author .more-link a {padding-right:90px; margin-bottom:0;}
.addthis_toolbox {padding:25px;}

.blog-comment-list{margin-bottom: 25px;}
.blog-comment-list li{
background-color: #F8F7F5;
    color: #444444;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    padding: 20px;
    width: 655px;
    margin-bottom: 10px;}
.comments-meta{color: #3e8ca6; padding-top: 15px; }

h4.comments{font-face:'Raleway', sans-serif; font-weight:600;color:#acae61; font-size:21px; margin-bottom:15px;}

.newcomment-form input,  .newcomment-form textarea{border: 1px solid #00688b; font-size: 14px;}
.newcomment-form input[type='text']{width: 236px; height: 34px; padding: 0 10px;}
.newcomment-form textarea{width: 538px; height: 60px; padding: 10px;}
.button-publish{    background: none repeat scroll 0 0 #0294C5;
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 20px;
    padding: 10px 95px;}


.paginator{margin: 30px auto;}
.paginator td{padding: 0 8px;}
.paginator a {
    color: #00688B;
    font: 14px 'Lato',sans-serif;
    text-decoration: none;}

#twitter li a, #facebook li a {
    color: #00688B;
    line-height: 1.2em;
}

.tweetable {
    background:#F8F7F5;
    padding:1em;
	margin: 1em 2.5em 1em 1.5em;
    box-shadow:4px 4px 4px #a0a0a0;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    color: #444444;
    line-height: 20px;
}

/*POLL Formatting */

.respondantTotal {
font-weight: bold;
justify-content: center;
text-align: right;
padding-top: 40px;
padding-right: 18px;
}
.responseRate {
visibility: hidden;
}
.resultsTitle {
visibility: hidden;
}
.resultsHeaderCell {
/*visibility: hidden;*/
text-align: left;
padding-left: 50px;
padding-top: 10px;
}
.responseRateHeader{
visibility: hidden;
width: 175px;
line-height: 1px;
}
td.labelCell {
padding-left: 50px;
}

/* Pagination */
.paginator,
.paginator a {
    font-size: 18px;
    color: #007BBD;
    font-weight: bold;
}
.paginator a,
.paginator .pg-curr {
    padding: 0 23px;
}
.paginator a {
    color: #000;
    font-weight: normal;
}
.paginator .pg-page {
    padding: 0;
}
.paginator .pg-items {
    display: none;
}
.paginator .pg-prev a,
.paginator .pg-next a {
    width: 14px;
    height: 19px;
    text-indent: -999px;
    white-space: nowrap;
    overflow: hidden;
	display:block;
}
.paginator .pg-prev a {
    background: url('../images/wrapper/icon-laquo.png') no-repeat center center transparent;
}
.paginator .pg-next a {
    background: url('../images/wrapper/icon-raquo.png') no-repeat center center transparent;
}

/**** BLOG ****/
/**************/

main .tabs_small_content ul,
main .nobullet {
    margin: 0;
    padding: 0;
    list-style: none;
}
.anythingSlider .label {
    bottom: 28px;
    font-size: 12px;
    font-style: italic;
    position: relative;
    width: 486px;
}
.anythingSlider .landscape {
    width: 473px!important;
}
.carousel-tabs-content .landscape{
    width:535px!important
}
.photo .landscape span{
    display:none;
}
.photo:hover .landscape span{
    display:block;
    color:#fff;
    padding:3px 30px 0 0;
    text-align:right;
    font-size:13px;
}
.photo:hover .landscape{
    background:url(/assets/images/bgr_head_caption.png) repeat-x;
}
.photo .landscape img{
    padding:6px 0 0;
    float:right;
}
/*caption*/
.photo .landscape{
    position:relative;
    bottom:30px;
    background:url(/assets/images/bgr_head_caption.png) repeat-y;
    height:28px;
    padding:0 6px;
    overflow:hidden;
    width:535px;
    background-position:right;
    box-sizing: content-box;
    webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.text_content .photo .landscape{
width:473px;

}

.image .photocaption,.right_image .photocaption,.left_image .photocaption{
    position:relative;
    bottom:28px;
    right:0px;
    float:right;
    background:url(/assets/images/bgr_head_caption.png) repeat-x;
    height:28px;
    padding:4px;
    margin-bottom:-35px;
    overflow:hidden;
    width:20px;
}
.image .photocaption span,.right_image .photocaption span,.left_image .photocaption span{
    display:none;
}
.image:hover .photocaption,.right_image:hover .photocaption,.left_image:hover .photocaption{
    width:100%;
}
.image:hover .photocaption span,.right_image:hover .photocaption span,.left_image:hover .photocaption span{
    display:block;
    color:#fff;
    text-align:right;
    font-size:13px;
}
.image .photocaption img,.right_image .photocaption img,.left_image .photocaption img{
    padding:6px 0 0;
    float:right;
}
.right_image,
.left_image {
    font-size: 90%;
    font-style: italic;
    line-height: 15px;
}
.right_image {
    float: right;
    margin: 0 0 1em 1em;
}
.left_image {
    float: left;
    margin: 0 1em 1em 0;
}
.right_image img,
.left_image img {
    display: block;
    padding: 0 0 8px;
}
.right_image p,
.left_image p,
.image p {
    font-size: 90%;
    font-style: italic;
    line-height: 15px;
}
.image .photocaption,
.right_image .photocaption,
.left_image .photocaption{
    position:relative;
    bottom:28px;
    right:0px;
    float:right;
    background:url(/assets/images/bgr_head_caption.png) repeat-x;
    height:28px;
    padding:4px;
    margin-bottom:-35px;
    overflow:hidden;
    width:20px;
}
.image .photocaption span,
.right_image .photocaption span,
.left_image .photocaption span{
    display:none;
}
.image:hover .photocaption,
.right_image:hover .photocaption,
.left_image:hover .photocaption{
    width:100%;
}
.image:hover .photocaption span,
.right_image:hover .photocaption span,
.left_image:hover .photocaption span{
    display:block;
    color:#fff;
    text-align:right;
    font-size:13px;
}
.image .photocaption img,.right_image .photocaption img,.left_image .photocaption img{
    padding:6px 0 0;
    float:right;
}
/*slider*/
.tabs_small_content .js-slider-photos .photo a img {
    width:486px;
    height:228px;
}

.tabs_small_content #cvid.content .anythingSlider {
    width: 485px!important;
    height: 299px!important;
}

.tabs_small_content .anythingSlider{
    width:485px!important;
    height:256px!important;
    box-sizing: content-box;
    webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
main .tabs{
    overflow:hidden;
    margin:0 0 -4px;
    position:relative;
    z-index:9;
}
main .tabs li{
    margin:0 -3px 0 0;
    float:left;
}
main .tabs li a{
    float:left;
    background:url(/assets/images/bgr_tabs.png) no-repeat 0 -70px;
    height:35px;
    color:#728843;
    padding:0 0 0 10px;
}
main .tabs li a span{
    float:left;
    background:url(/assets/images/bgr_tabs.png) no-repeat 100% -70px;
    padding:13px 21px 0 7px;
    height:22px;
}
main .tabs li a:hover{
    text-decoration:none;
    background:url(/assets/images/bgr_tabs.png) no-repeat 0 -35px;
}
main .tabs li a:hover span{
    background:url(/assets/images/bgr_tabs.png) no-repeat 100% -35px;
}
main .tabs li.active a{
    color:#00688b;
    background:url(/assets/images/bgr_tabs.png) no-repeat 0 0;
}
main .tabs li.active a span{
    padding:13px 25px 0 7px;
    background:url(/assets/images/bgr_tabs.png) no-repeat 100% 0;
}
/*.content{
    width:716px;
    margin:0 0 23px;
    background:url(/assets/images/bgr_home_text_box.png) repeat-y -716px 0;
}*/
.content .top{
    background:url(/assets/images/bgr_home_text_box.png) no-repeat 0 0;
}
.content .bot{
    width:686px;
    padding:22px 15px;
    background:url(/assets/images/bgr_home_text_box.png) no-repeat -1432px 100%;
}
main .content h2{
    font-size:20px;
    color:#00688b;
    padding:0 0 12px;
}
main .content p{
    padding:0 0 7px;
}
main .yellow_bg{
    background:url(/assets/images/bgr_home_text_box_bot.png) no-repeat;
    height:29px;
    width:708px;
    margin:15px -11px -17px;
    color:#fff;
    line-height:29px;
}
main .yellow_bg a,main .yellow_sm a{
    color:#fff;
    float:left;
    margin:0 35px 0 10px;
}
main .yellow_sm{
    background:url(/assets/images/bgr_home_text_box_bot2.png) no-repeat;
    height:29px;
    width:578px;
    margin:15px -11px -17px;
    color:#fff;
    line-height:29px;
}
main .tabs_content .content_slider{
    width:716px;
    margin:0 0 23px;
    position:relative;
}
main .content_slider .big{
    margin:15px auto;
    width:624px;
    height:265px;
    position:relative;
}
main .content_slider .caption{
    position:absolute;
    bottom:0;
    left:0;
    font-size:13px;
    background:url(/assets/images/bgr_galelry_caption.png) repeat;
    padding:10px 5px 0;
    width:614px;
}
main .content_slider .caption h1{
    font-size:13px;
}
main .content_slider .arrows{
    position:absolute;
    top:150px;
    left:0;
    z-index:99;
    width:100%;
}
main .content_slider .arrows .prev{
    float:left;
    background:url(/assets/images/bgr_carusel_arrows.png) no-repeat;
    width:19px;
    margin:0 0 0 18px;
    height:38px;
}
main .content_slider .arrows .next{
    float:right;
    background:url(/assets/images/bgr_carusel_arrows.png) no-repeat 100% -38px;
    width:19px;
    margin:0 18px 0 18px;
    height:38px;
}
main .content_slider .arrows .prev:hover{
    background:url(/assets/images/bgr_carusel_arrows.png) no-repeat 0 -38px;
}
main .content_slider .arrows .next:hover{
    background:url(/assets/images/bgr_carusel_arrows.png) no-repeat 100% 0;
}
main .content_slider .scroller{
    overflow:hidden;
    margin:0 30px 4px;
}
main .content_slider .scroller ul{
    margin:0 -5000px 0 0;
    width:5000px;
}
main .content_slider .scroller li{
    float:left;
    padding:0 5px 0 0;
}
main .content_slider .scroller li img{
    float:left;
    border:3px solid #d3d6d9;
}
main .content_slider .scroller li a:hover img,
main .content_slider .scroller li.current img{
    border:3px solid #605f60;
}
main .content_slider .scroller_arrows{
    position:absolute;
    top:330px;
    left:0;
    z-index:99;
    width:100%;
}
main .content_slider .scroller_arrows .prev{
    float:left;
    background:url(/assets/images/bgr_carusel_arrows.png) no-repeat 0 -74px;
    width:10px;
    margin:0 0 0 25px;
    height:20px;
}
main .content_slider .scroller_arrows .next{
    float:right;
    background:url(/assets/images/bgr_carusel_arrows.png) no-repeat -10px -94px;
    width:10px;
    margin:0 25px 0 0;
    height:20px;
}
main .content_slider .scroller_arrows .prev:hover{
    background:url(/assets/images/bgr_carusel_arrows.png) no-repeat 0 -94px;
}
main .content_slider .scroller_arrows .next:hover{
    background:url(/assets/images/bgr_carusel_arrows.png) no-repeat -10px -74px;
}
main .content .map{
    display:block;
    margin:0 20px 15px;
}
main .text_content .content{
    width:586px;
    margin:0 0 30px -7px;
    background:url(/assets/images/bgr_inner_text_box.png) repeat-y -586px 0;
}
main .text_content .content .top{
    background:url(/assets/images/bgr_inner_text_box.png) no-repeat 0 0;
}
main .text_content .content .bot{
    width:556px;
    padding:22px 15px 10px;
    background:url(/assets/images/bgr_inner_text_box.png) no-repeat -1172px 100%;
}
main .text_content h1{
    color:#00688b;
    font-size:20px;
    line-height:24px;
    padding:0 0 20px;
    margin:-4px 0 0;
    width:350px;
}
main .text_content .metadata{
    padding:0 0 20px;
}
/* CAROUSEL TABS */
.carousel-tabs {
    overflow:hidden;
    margin:0 0 -4px;
    position:relative;
    z-index:9;
    list-style: none;
}
  .carousel-tabs li {
    float: left;
    margin:0 -3px 0 0;
}
    .carousel-tabs li a{
    float:left;
    background:url(/assets/images/bgr_tabs.png) no-repeat 0 -70px;
    height:35px;
    color:#728843;
    padding:0 0 0 10px;
    }

.carousel-tabs li a span{
    background:url(/assets/images/bgr_tabs.png) no-repeat 100% -70px;
    float:left;
    padding:13px 21px 0 7px;
    height:22px;
}

.carousel-tabs li a:hover{
    text-decoration:none;
    background:url(/assets/images/bgr_tabs.png) no-repeat 0 -35px;
}

.carousel-tabs li a:hover span{
    background:url(/assets/images/bgr_tabs.png) no-repeat 100% -35px;
}

.carousel-tabs a.selected, .carousel-tabs a.selected:hover{
    color:#00688b;
    background:url(/assets/images/bgr_tabs.png) no-repeat 0 0;
}

.carousel-tabs a.selected span, .carousel-tabs a.selected span:hover{
    float:left;
    padding:13px 25px 0 7px;
    background:url(/assets/images/bgr_tabs.png) no-repeat 100% 0;
}

  .carousel-tabs li.divider {
    display: inline-block;
    width: 5px;
    height: 36px;
    border-top: solid 4px #fbfbf6;
    background: url('/assets/images/wrpr/snippets/divider.png') center center no-repeat;
  }
  .carousel-tabs li.filter {
    float: right;
    margin-top: 12px;
    display: none;
  }
    .carousel-tabs li.filter.enabled {
      display: block;
    }
  /* sidebar */
  .sidebar .section ul.carousel-tabs {
    margin: 0;
  }
  .sidebar .carousel-tabs a,
  .sidebar .carousel-tabs span,
  .sidebar .carousel-tabs .selected {
    border-color: #fbfbf6;
    padding-left: 0px;
  }
  .sidebar .carousel-tabs li.divider {
    margin-right: 10px;
  }

/* CAROUSEL TABS CONTENT */
.carousel-tabs-content {
  display: none;
}
  .carousel-tabs-content.selected {
    display: block;
  }
  .carousel-tabs-content .padding {
    margin: 0 35px 30px 35px;
    overflow: auto;
  }
  .carousel-tabs-content li {
    position: relative;
  }
.carousel-tabs-content .image, .js-slider .image {
      float: left;
      max-width: 277px;
    }
.carousel-tabs-content .image img, .js-slider .image img {
        vertical-align: middle;
                border: solid 1px #acb186;
                max-width: 275px;
                max-height: 185px;
      }
.carousel-tabs-content .copy, .js-slider .copy{
      float: left;
      padding-left: 20px;
      width: 247px;
      padding-right: 10px;
    }
.carousel-tabs-content .copy p, .js-slider .copy p {
        margin: 0 0 7px 0;
      }
.js-slider .copy  {
max-width: 530px;
}
 /* photo slider */
    .carousel-tabs-content .photo {
      border: solid 1px #acb186;
      width: 547px;
      height: 257px;
      float: left;
    }
      .carousel-tabs-content .photo img {
        vertical-align: middle;
                max-width: 547px;
      max-height: 257px;
      }
    .carousel-tabs-content .label {
      position: absolute;
      bottom: 0px;
      left: 0px;
      font-size: 14px;
      font-weight: bold;
    }
    /* video slider */
    .carousel-tabs-content .video {
      width: 548px;
      height: 300px;
      float: left;
    }
    /* imagelist */
    .imagelist {
      margin: 0 0 20px -15px;
      overflow: hidden;
    }
 .imagelist li {
        float: left!important;
        width: 180px;
        margin: 0 0 15px 25px!important;
        width:145px;
        background-image:none!important;

      }
 .imagelist li.clear {
          width: 100%;
          margin: 0;
          height: 1px;
          overflow: hidden;
        }
 .imagelist img {
        border: solid 1px #acb186;
        vertical-align: middle;
        width:143px;
      }
 .imagelist .title {
        margin: 9px 0 -5px 0;
        font-weight: bold;
        display: block;
        font-size: 14px;
        text-decoration: none;
      }

  .text_content .content .imagelist p{
    margin-top:8px;
    font-size:12px;
      }
    /* imagelist-quad */
    .carousel-tabs-content .imagelist-quad {
      margin: 0 0 20px -15px;
      overflow: auto;
    }
      .carousel-tabs-content .imagelist-quad li {
        float: left;
        width: 111px;
        margin: 0 0 30px 45px;
      }
        .carousel-tabs-content .imagelist-quad li.clear {
          width: 100%;
          margin: 0;
          height: 1px;
          overflow: hidden;
        }
      .carousel-tabs-content .imagelist-quad img {
        border: solid 1px #acb186;
        vertical-align: middle;
      }
      .carousel-tabs-content .imagelist-quad .title {
        margin: 9px 0 -5px 0;
        font-weight: bold;
        display: block;
        font-size: 14px;
        text-decoration: none;
      }
    /* imagelist-dual */
    .carousel-tabs-content .imagelist-dual {
      margin: 0 0 20px 10px;
      overflow: auto;
    }
      .carousel-tabs-content .imagelist-dual li {
        float: left;
        width: 275px;
        margin: 0 0 30px 23px;
      }
        .carousel-tabs-content .imagelist-dual li.clear {
          width: 100%;
          margin: 0;
          height: 1px;
          overflow: hidden;
        }
      .carousel-tabs-content .imagelist-dual img {
        border: solid 1px #acb186;
        vertical-align: middle;
      }
      .carousel-tabs-content .imagelist-dual .title {
        margin: 9px 0 -5px 0;
        font-weight: bold;
        display: block;
        font-size: 14px;
        text-decoration: none;
      }

/* CAROUSEL TABS CONTENT SUb */
.carousel-tabs-content-sub {
  display: none;
}
  .carousel-tabs-content-sub.selected {
    display: block;
  }

/* SLIDER THUMBNAILS */
.slider-thumbs {
  margin: 20px 35px;
  overflow: hidden;
  position: relative;

}
  .slider-thumbs .wrapper {
    overflow: hidden;
    margin: 0 30px 0 28px;
  }
    .slider-thumbs ul {
      margin: 0;
      height: 75px;
      width: 10000px;
    }
    .slider-thumbs li {
      float: left;
      margin: 0 4px;
      height: 73px;
      width: 155px;
      border: solid 1px #d1c9ab;
    }

      .slider-thumbs li.selected {
        border: solid 5px #5d6817;
        height: 65px;
    width: 138px;
      }
            .slider-thumbs li img {height: 73px; width: 155px; }
            .slider-thumbs li.selected img { height: 65px; width: 138px;}
  .slider-thumbs .previous {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 75px;
    width: 21px;
    z-index: 10;
    background: url('/assets/images/wrpr/snippets/thumbs-arrows.png') 0px 0px no-repeat;
  }
    .slider-thumbs .previous:hover {
      background: url('/assets/images/wrpr/snippets/thumbs-arrows.png') -21px 0px no-repeat;
    }
  .slider-thumbs .next {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 75px;
    width: 21px;
    z-index: 11;
    background: url('/assets/images/wrpr/snippets/thumbs-arrows.png') 0px -75px no-repeat;
  }
    .slider-thumbs .next:hover {
      background: url('/assets/images/wrpr/snippets/thumbs-arrows.png') -21px -75px no-repeat;
    }
/******* SET DEFAULT DIMENSIONS HERE ********/
div.anythingSlider {
    width: 700px;
    height: 390px;
    margin: 0 auto;
    overflow: hidden; /* needed for Opera and Safari */
}

/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider .thumbNav a.cur,
div.anythingSlider .thumbNav a.cur:hover, div.anythingSlider .thumbNav a {
    background: url('/assets/images/wrpr/snippets/banner-nav.png') 0px -68px no-repeat;
    color: #f2f1de;
    text-transform: uppercase;
text-decoration: none;
}
div.anythingSlider .start-stop {
    background-color: #040;
    color: #fff;
}
div.anythingSlider .start-stop.playing {
    background-color: #800;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
    color: #ddd;
}

/* Active State */
div.anythingSlider .start-stop {
    background-color: #080;
    color: #fff;
    display: none;
}
div.anythingSlider .start-stop.playing {
    background-color: #d00;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
    color: #fff;
}

/**** DO NOT CHANGE BELOW THIS LINE ****/
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
/* wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
div.anythingSlider {
    position: relative;
    padding: 0 35px;
}
/* anythingSlider base UL */
ul.anythingBase {
    background: transparent;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
ul.anythingBase li.panel {
    background: transparent;
    display: block;
    overflow: hidden;
    float: left;
    padding: 0;
    margin: 0;
}

/* Navigation Arrows */
div.anythingSlider .arrow {
    top: 50%;
    position: absolute;
    display: block;
}
  #js-videohighlights div.anythingSlider .arrow {
    margin-top: -27px;
  }
div.anythingSlider .arrow a {
    display: block;
    height: 27px;
    margin: -14px 0 0 0;
    width: 27px;
    text-align: center;
    outline: 0;
    background: url("/assets/images/wrpr/snippets/carouselarrows.png");
    text-indent: -9999px;
}
div.anythingSlider .forward { right: 0; }
div.anythingSlider .back { left: 0; }
div.anythingSlider .forward a { background-position: 0 -27px; }
div.anythingSlider .back a { background-position: 0 0; }
div.anythingSlider .forward a:hover, div.anythingSlider .forward a.hover { background-position: -27px -27px; }
div.anythingSlider .back a:hover, div.anythingSlider .back a.hover { background-position: -27px 0; }
div.anythingSlider .forward.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
div.anythingSlider .back.disabled { display: none; }

/* Navigation Links */
div.anythingSlider .anythingControls {
  display: block;
  position: absolute;
  top: 245px;
  left: 0px;
  height: 34px;
}
div.anythingSlider .thumbNav { margin: 0; }
div.anythingSlider .thumbNav li {
  display: block;
  float: left;
  height: 34px;
  width: 34px;
  margin-right: 34px;
}
div.anythingSlider .thumbNav a {
    display: block;
    height: 34px;
    width: 34px;
    text-align: center;
    outline: 0;
    background: url('/assets/images/wrpr/snippets/banner-nav.png') 0px 0px no-repeat;
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    color: #5d6817;
}
div.anythingSlider .thumbNav a:hover {
    background: url('/assets/images/wrpr/snippets/banner-nav.png') 0px -34px no-repeat;
}

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider.rtl .thumbNav a { float: right; } /* reverse order of nav links */
div.anythingSlider.rtl .thumbNav { float: left; }    /* move nav link group to left */
div.anythingSlider.rtl .anythingWindow {
    direction: ltr;
    unicode-bidi: bidi-override;
}
/* div.anythingSlider.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
    background-image: url(/assets/images/wrpr/cellshade.png);
    background-repeat: repeat-x;
    background-position: center top;
    padding: 2px 5px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    float: right;
    z-index: 100;
    outline: 0;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover { background-image: none; }

div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .thumbNav a, div.anythingSlider .arrow a, div.anythingSlider .start-stop {
    transition-duration: 0;
    -o-transition-duration: 0;
    -moz-transition-duration: 0;
    -webkit-transition-duration: 0;
}
main .tabs_small_content .content{
    width:586px;
    margin:0 0 30px -7px;
    background:url(../images/bgr_inner_text_box2.png) repeat-y -586px 0;
}
main .tabs_small_content .content .top{
    background:url(../images/bgr_inner_text_box2.png) no-repeat 0 0;
}
main .tabs_small_content .content .bot{
    width:556px;
    padding:22px 15px 10px;
    background:url(../images/bgr_inner_text_box2.png) no-repeat -1172px 100%;
}
main .tabs_small_content h1{
    color:#00688b;
    font-size:20px;
    line-height:24px;
    padding:0 0 20px;
    margin:-4px 0 0;
    width:350px;
}
main .tabs_small_content .metadata{
    padding:0 0 20px;
}
main .tabs_small_content .social{
    float:right;
    padding:0 0 0 80px;
}
main .tabs_small_content .social li{
    float:left;
}
main .tabs_small_content .social li img{
    padding:0 2px 0 5px;
    float:left;
}
main .tabs_small_content .tabs{
    right:7px;
}
ul.archive li h6{
    padding:30px 0 10px 0;
}
ul.archive{
    margin-top:0px;
}

ul.archive li{
    margin-left:0!important;
    line-height: 18px;
}

ul.archive li h6{
    padding:30px 0 10px 0;
}
ul.archive li p{
    padding-bottom:4px!important;
}

.bot ul.archive li h2 {

}

ul.archive li img{
   float:left;
   clear:right;
   padding-right:10px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.expand {
    clear:both;
    margin:0;
    padding-bottom:.75em;
    text-indent:10px
}

.collapse {
    margin-bottom:0;
    display:none;
}

.collapse p {
    margin:0 10px 1em
}

.section .expand a {
    display:block;
    padding:3px;
    border:1px dotted #cdcfcf;
    border-width:0 0 1px;
    height:1em;
    overflow:hidden;
    font-size:12px;}

.section .expand a:link, #wrapper .expand a:visited {
    display:block;
    padding:3px 0 3px 10px;
    border-width:1px;
    background-image:url(/assets/images/plus.png);
    background-repeat:no-repeat;
    background-position:5px 50%;
}
.section .expand a:hover, .section .expand a:active, .section .expand a:focus {outline-color:#dedede}

.section .expand.open a:link, .section .expand.open a:visited {border-style:solid; background:#eee url(/assets/images/minus.png) no-repeat 5px 50%}

#slidingDiv .section img.thumb, #regionalNews .section img.thumb, #ourWork img.thumb, #currentProjects .section img.thumb,#currentNews .section img.thumb{
    max-width:180px;
    max-height:122px;
    float:left;
    padding:0 10px 10px 0;
}

#slidingDiv .section p, #regionalNews .section p, #ourWork p, #currentProjects .section p,{
    font-size:13px;
}

ul.archive img.thumb {
    width:230px;
}
main.small .content .entry ul.carousel-tabs{
    display:none;
}

main.small .content .entry .carousel-tabs-content .image img{
    float:left;
    width:206px;
}

main.small .content .entry .carousel-tabs-content .padding {
margin-left:0px;
}
.row {
    margin: 0 -15px;
    overflow: hidden;
}
.row.col-1 > div,
.row.col-2 > div,
.row.col-3 > div,
.row.col-4 > div,
.row.col-5 > div {
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0 15px;
}
.row.col-1 > div {
    width: 100%;
}
.row.col-2 > div {
    width: 50%;
}
.row.col-3 > div {
    width: 33.33%;
}
.row.col-4 > div {
    width: 25%;
}
.row.col-5 > div {
    width: 20%;
}
.single-post-footer {
    border-top: 3px solid #a5cf46;
    padding-top: 15px;
}
.blog main.two-column > article.single-post .single-post-footer .blog-categories,
.blog main.two-column > article.single-post .single-post-footer .blog-tags {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0;
}
.blog main.two-column > article.single-post .single-post-footer .blog-categories a,
.blog main.two-column > article.single-post .single-post-footer .blog-categories .comma,
.blog main.two-column > article.single-post .single-post-footer .blog-tags a,
.blog main.two-column > article.single-post .single-post-footer .blog-tags .comma {
    font-weight: normal;
    color: #2B8638;
}
/* Map feature */
/* MAP FEATURE */
.mapfeature {
  padding: 0 10px 10px 10px;
  overflow: hidden;
  position: relative;
}
.mapfeature .map-title {
position: absolute;
top: 40px;
left: 55px;
z-index: 10;
width: 220px;
color: #5D6817;
font-size: 28px;
line-height: 1em;
font-weight: bold;
font-style: normal;
text-shadow: 0px 0px 6px rgba(0,0,0,0.2);
}

  .mapfeature .map {
    width: 565px;
    height: 290px;
    background: #d1c9ab;
    margin: 15px;
        position: relative;
  }

.mapfeature .map#map_canvas{
 background: url('/assets/images/wrpr/whereweworkmap.jpg') no-repeat;
    width: 569px;
    height: 252px;
    margin: 0 0 0 17px;
    padding: 0 0 10px 0;
}
.fr .mapfeature .map#map_canvas{
 background: url('/assets/images/wrpr/whereweworkmap-fr.jpg') no-repeat;
}
  .mapfeature .left {
    float: left;
    width: 230px;
    padding: 5px 10px 30px 25px;
    font-weight: bold;
  }
  .mapfeature .right {
    float: left;
    padding: 0 0 30px 20px;
    border-left: solid 1px #dedece;
    width: 290px;
    font-weight: bold;
  }
    .mapfeature .right em {
      font-size: 1.3em;
      color: #5d6817;
    }
.mapfeature .right b, .mapfeature .right strong {
      font-size: 36px;
      color: #5d6817;
    }
  .mapfeature .sharemenu {
    right: 35px;
  }

#www_marker_info, #cv_marker_info {
    font-weight: bold;
}

.map_marker {
    position: absolute;
    margin: 0;
    padding: 0;
}

.map_marker, .map_marker a {
    height: 21px;
    display: block;
text-decoration: none;
}

#britishcolumbia {
    width: 104px;
    top: 117px;
    left: 47px;
}

#britishcolumbia a {
    background: url('/assets/images/wrpr/sprite_bc.png') 0 0 no-repeat;
}

#britishcolumbia a:hover {
    background: url('/assets/images/wrpr/sprite_bc.png') 0 -21px no-repeat;
}

#britishcolumbia_fr {
    width: 120px;
    top: 117px;
    left: 47px;
}

#britishcolumbia_fr a {
    background: url('/assets/images/wrpr/sprite_bc_fr.png') 0 0 no-repeat;
}

#britishcolumbia_fr a:hover {
    background: url('/assets/images/wrpr/sprite_bc_fr.png') 0 -21px no-repeat;
}

#alberta {
    width: 59px;
    top: 77px;
    left: 120px;
}

#alberta a {
    background: url('/assets/images/wrpr/sprite_alberta.png') 0 0 no-repeat;
}

#alberta a:hover {
    background: url('/assets/images/wrpr/sprite_alberta.png') 0 -21px no-repeat;
}

#saskatchewan {
    width: 90px;
    top: 117px;
    left: 167px;
}

#saskatchewan a {
    background: url('/assets/images/wrpr/sprite_saskatchewan.png') 0 0 no-repeat;
}

#saskatchewan a:hover {
    background: url('/assets/images/wrpr/sprite_saskatchewan.png') 0 -21px no-repeat;
}

#manitoba {
    width: 69px;
    top: 77px;
    left: 227px;
}

#manitoba a {
    background: url('/assets/images/wrpr/sprite_manitoba.png') 0 0 no-repeat;
}

#manitoba a:hover {
    background: url('/assets/images/wrpr/sprite_manitoba.png') 0 -21px no-repeat;
}

#ontario {
    width: 61px;
    top: 137px;
    left: 317px;
}

#ontario a {
    background: url('/assets/images/wrpr/sprite_ontario.png') 0 0 no-repeat;
}

#ontario a:hover {
    background: url('/assets/images/wrpr/sprite_ontario.png') 0 -21px no-repeat;
}

#quebec {
    width: 59px;
    top: 110px;
    left: 394px;
}

#quebec a {
    background: url('/assets/images/wrpr/sprite_quebec.png') 0 0 no-repeat;
}

#quebec a:hover {
    background: url('/assets/images/wrpr/sprite_quebec.png') 0 -21px no-repeat;
}

#quebec_fr {
    width: 59px;
    top: 110px;
    left: 394px;
}

#quebec_fr a {
    background: url('/assets/images/wrpr/sprite_quebec_fr.png') 0 0 no-repeat;
}

#quebec_fr a:hover {
    background: url('/assets/images/wrpr/sprite_quebec_fr.png') 0 -21px no-repeat;
}

#newfoundland {
    width: 143px;
    top: 135px;
    left: 440px;
}

#newfoundland a {
    background: url('/assets/images/wrpr/sprite_nfld.png') 0 0 no-repeat;
}

#newfoundland a:hover {
    background: url('/assets/images/wrpr/sprite_nfld.png') 0 -21px no-repeat;
}

#newfoundland_fr {
    width: 133px;
    top: 135px;
    left: 440px;
}

#newfoundland_fr a {
    background: url('/assets/images/wrpr/sprite_nfld_fr.png') 0 0 no-repeat;
}

#newfoundland_fr a:hover {
    background: url('/assets/images/wrpr/sprite_nfld_fr.png') 0 -21px no-repeat;
}

#newbrunswick {
    width: 91px;
    top: 155px;
    left: 404px;
}

#newbrunswick a {
    background: url('/assets/images/wrpr/sprite_nb.png') 0 0 no-repeat;
}

#newbrunswick a:hover {
    background: url('/assets/images/wrpr/sprite_nb.png') 0 -21px no-repeat;
}

#newbrunswick_fr {
    width: 112px;
    top: 155px;
    left: 404px;
}

#newbrunswick_fr a {
    background: url('/assets/images/wrpr/sprite_nb_fr.png') 0 0 no-repeat;
}

#newbrunswick_fr a:hover {
    background: url('/assets/images/wrpr/sprite_nb_fr.png') 0 -21px no-repeat;
}

#pei {
    width: 116px;
    top: 175px;
    left: 475px;
}

#pei a {
    background: url('/assets/images/wrpr/sprite_pei.png') 0 0 no-repeat;
}

#pei a:hover {
    background: url('/assets/images/wrpr/sprite_pei.png') 0 -21px no-repeat;
}

#pei_fr {
    width: 115px;
    top: 175px;
    left: 475px;
}

#pei_fr a {
    background: url('/assets/images/wrpr/sprite_pei_fr.png') 0 0 no-repeat;
}

#pei_fr a:hover {
    background: url('/assets/images/wrpr/sprite_pei_fr.png') 0 -21px no-repeat;
}

#novascotia {
    width: 75px;
    top: 206px;
    left: 440px;
}

#novascotia a {
    background: url('/assets/images/wrpr/sprite_ns.png') 0 0 no-repeat;
}

#novascotia a:hover {
    background: url('/assets/images/wrpr/sprite_ns.png') 0 -21px no-repeat;
}

#novascotia_fr {
    width: 88px;
    top: 206px;
    left: 440px;
}

#novascotia_fr a {
    background: url('/assets/images/wrpr/sprite_ns_fr.png') 0 0 no-repeat;
}

#novascotia_fr a:hover {
    background: url('/assets/images/wrpr/sprite_ns_fr.png') 0 -21px no-repeat;
}
.developed-by {
    text-align: right;
    clear: both;
    width: 1170px;
    margin: 0 auto;
}
.developed-by a {
    background: url('/assets/images/wrapper/firefly-logo.png') no-repeat left center;
    display: inline-block;
    padding: 10px 30px;
    text-align: right;
    text-decoration: none;
    font-size: 13px;
    line-height: 22px;
    color: #007BBD;
}
aside .nobullet .label {
    color: #007BBD;
    font-size: 24px;
    margin-bottom: 15px;
}
aside .nobullet li a {
    background: transparent url("../images/wrapper/icon-raquo.png") no-repeat scroll left 3px;
    color: #262626;
    display: block;
    font-size: 16px;
    margin-bottom: 26px;
    padding-left: 22px;
    text-decoration: none;
}
aside .nobullet li a:hover {
    color: #2B8638;
}
.single-column {
    padding: 20px 0 0 2px;
    max-width: 750px;
    clear: both;
}
/*lightbox*/
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}
#lightbox-nav-btnNext {
    right: 0;
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
    box-sizing: content-box;
    webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}
/*Research Priorities Search*/
.priorities .at-share-btn-elements {
    float: right;
}
.priorities .research_search form {
    border: 2px solid #2B8638;
    display: block;
    float: left;
    margin: 17px 4px 0 0;
    width: 220px;
}
.priorities .research_search.french form {
    width: 240px;
}
.priorities .research_search input.text {
    background:transparent;
    border: 0;
    height: 30px;
    padding: 0 0 3px 10px;
    vertical-align: top;
    width: 178px;
    font-size: 14px;
}
.priorities .research_search.french input.text {
    width: 202px;
}
.priorities .research_search input.submit {
    padding: 7px 6px 0 0;
    float: right; 
}
/*blockquote {
    box-sizing: content-box;
    width: 600px;
    padding: 15px 15px 2px 15px;
    border: 2px solid #a5cf46;
    align-content: center;
    margin: 30px;
}*/
blockquote {
    box-sizing: content-box;
    padding: 15px 15px 2px 15px;
    border: 2px solid #a5cf46;
    margin: 30px 8% 30px 8%;
}
