@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 26px;
}

/*BUTTON COLOUR */
.blockBtn {
	background-color: #1b8d5b;
}
a:hover {
	color: #1b8d5b;
}
/*BUTTON COLOUR */

/*PRIMARY COLOUR */
.primary,
.section.mobColourPrimary .overText,
.section.hero,
.mapKey li span {
	background-color: #166D47;
}
.filterList.active a,
.sightingListDate,
.sightingBlock a:hover .sightingBlockDate,
.sightingBlock a:hover .sightingMore,
.newsPageBlock a:hover .newsPageBlockTitle,
.newsPageBlock a:hover .newsPageBlockMore,
.peopleContent p {
	color: #166D47;
}
.filterList.show {
	border-color: #166D47;
}
/*PRIMARY COLOUR */

/*SECONDARY COLOUR */
.secondary,
.blockBtn:hover,
.section.mobColourSecondary .overText {
	background-color: #282828;
}
/*SECONDARY COLOUR */

/*LIGHT COLOUR */
.light,
.section.mobColourLight .overText {
	background-color: #EAEAEA;
}
/*LIGHT COLOUR */

/*EFFECT*/
a,
button,
span.newsMore,
.newsText,
.excerpt,
.sightingBlock a .sightingBlockDate,
.sightingBlock a .sightingMore,
.newsPageBlock a .newsPageBlockTitle,
.newsPageBlock a .newsPageBlockMore,
.landing li a .landingText,
.landing li a .landingTextTitle:after,
.formBlock .blockBtn {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
/*EFFECT*/

/*SLICK */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*SLICK*/

h1, h2, h3, h4, h5, h6 {
	font-size: 28px;
	letter-spacing: -1px;
}
p, ul, ol {
	font-size: 14px;
	line-height: 26px;
}
ul {
	padding-left: 14px;
}
a {
	color: #212529;
}
.section {
	padding: 90px 0px;
	position: relative;
}
.section.primary h1,
.section.primary h2,
.section.primary h3,
.section.primary h4,
.section.primary h5,
.section.primary h6,
.section.primary p,
.section.primary ul,
.section.primary ol,
.section.primary p a,
.section.secondary h1,
.section.secondary h2,
.section.secondary h3,
.section.secondary h4,
.section.secondary h5,
.section.secondary h6,
.section.secondary p,
.section.secondary ul,
.section.secondary ol,
.section.secondary p a {
	color: #FFFFFF;
}
.section.graphicTop {
	padding-top: 25%;
}
.section.graphicBottom {
	padding-bottom: 25%;
}
.section.graphicBottom.bgrImg, .section.bgrImg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom: 300px;
}
.overImgMax {
	padding-top: 90px;
	padding-bottom: 60px;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.section.noTop {
	padding-top: 0px;
}
.section.noBottom {
	padding-bottom: 0px;
}
.section.halfTop {
	padding-top: 45px;
}
.section.halfBottom {
	padding-bottom: 45px;
}
.paddingWrap {
	margin: 0px auto;
	padding: 0px 7%;
	max-width: 1440px;
}
.maxText {
	margin: 0px auto;
	max-width: 800px;
}
.blockBtn {
	border-radius: 100px;
	padding: 9px 25px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 20px;
}
.blockBtn:hover {
	color: #FFFFFF;
}
.section.primary .blockBtn, .section.secondary .blockBtn {
	color: #FFFFFF;
	background-color: rgba(255,255,255,0.25);
}
.section.primary .blockBtn:hover, .section.secondary .blockBtn:hover {
	background-color: rgba(255,255,255,1.00);
	color: #212529;
}
.hero {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.img-graphic {
	position: absolute;
	left: 0px;
	z-index: 1;
}
.section.graphicTop .img-graphic {
	top: 0px;
}
.section.graphicBottom .img-graphic {
	bottom: 0px;
}
.sightingsHead {
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 30px;
	margin-bottom: 40px;
	font-size: 0px;
}
.sightingsHead h2  {
	font-size: 55px;
	letter-spacing: -3px;
	line-height: 58px;
}
.sightingsHead p {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	color: #767676;
	font-weight: 300;
}
.sightingDate {
	color: #767676;
	font-weight: 300;
	font-size: 20px;
}
.section.sightings .blockBtn {
	margin-bottom: 10px;
	margin-top: 20px;
}
.mobSightings  {
	margin-bottom: 35px;
}
.sightingsBgr {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.sightingsMax {
	margin: 0px auto;
	max-width: 756px;
}
.sightingsContent {
	padding-top: 10px;
}
.sightingsContent p:first-child {
	color: #767676;
	font-size: 20px;
	line-height: 32px;
}
#sightingHome .carousel-item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#sightingHome {
	margin-bottom: 40px;
}
.section h3 {
	font-size: 35px;
	letter-spacing: -2px;
	line-height: 38px;
	margin-bottom: 40px;
}
.newsBlock {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
.newsBlock:hover {
	color: #FFFFFF;
}
.newsBlock span {
	display: block;
}
.newsHead {
	font-size: 20px;
	color: #FFFFFF;
}
.newsText {
	opacity: 0.6;
	margin-top: 20px;
	margin-bottom: 20px;
}
span.newsMore {
	display: inline-block;
	border-bottom: 1px solid rgba(255,255,255,0.00);
	padding-bottom: 7px;
	color: rgba(255,255,255,1.00);
}
.newsBlock:hover span.newsMore {
	border-bottom-color: rgba(255,255,255,1.00);
}
.newsBlock:hover .newsText {
	opacity: 1;
}
.overText {
	top: 0px;
	left: 0px;
	width: 100%;
}
.sectionImgWrap {
	overflow: hidden;
}
.sectionImgWrap img {
	width: 150%;
	margin-left: -50%;
}
.section.textRight .sectionImgWrap img {
	margin-left: 0px;
	margin-right: -50%;
}
.t {
	display: table;
	width: 100%;
	height: 100%;
}
.c {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.section.mobColourPrimary .overText,
.section.mobColourSecondary .overText {
	color: #FFFFFF;
}
.section.graphicTop .overImgMax {
	padding-top: 32%;
}
.section.hero {
	padding-top: 0px;
	background-position: center bottom;
	background-size: auto auto;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}
.heroContent {
	background-image: linear-gradient(to right, rgba(0,0,0,0.30), rgba(0,0,0,0.0));
	position: relative;
}
.heroText {
	padding-top: 200px;
	color: #FFFFFF;
	padding-bottom: 50px;
}
.heroText .blockBtn {
	margin-top: 25px;
}
.heroText h1 {
	font-size: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 38px;
	letter-spacing: -2px;
	width: 100%;
}
.heroText p {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.heroBottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.heroTextWrap {
	top: 0px;
	left: 0px;
}
.heroTopImg {
	overflow: hidden;
}
.heroTopImg img {
	width: 180%;
	margin-left: -70%;
}
.sightingsSlider {
	margin: 0px -20px;
	padding-top: 55px;
}
.newsPageWrap {
	margin: 0px -20px;
	padding-top: 55px;
	font-size: 0px;
}
.sightingBlock {
	padding: 0px 20px;
}
.sightingBlockDate {
	font-size: 20px;
}
.sightingBlockText {
	padding-top: 40px;
	padding-right: 10px;
}
.newsPageBlock {
	padding: 0px 20px;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 40px;
}
.newsPageBlockTitle {
	font-size: 20px;
}
.newsPageBlockText {
	padding-top: 40px;
	padding-right: 10px;
}
.slickControl {
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #212529;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 20px;
	top: 0px;
}
.slickControl.white {
	border-color: rgba(255,255,255,1.00);
}
.slickControl img {
	width: 10px;
	margin-top: -1px;
	margin-left: -3px;
}
.slickControl.next {
	left: 60px;
}
.slickControl.next img {
	margin-left: 2px;
}
.section h3.sightingListHead {
	margin-top: 30px;
	margin-bottom: 20px;
}

.newsSlider {
	margin: 0px -20px;
	padding-top: 55px;
}
.newsBlock {
	padding: 0px 20px;
}
.newsBlockTitle {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}
.newsBlockText {
	padding-right: 10px;
}
.newsBlock a {
	display: block;
	text-decoration: none;
}
.newsBlockDate {
	font-size: 13px;
	opacity: 0.5;
	font-weight: 300;
}
.newsTop {
	margin-bottom: 15px;
}
.excerpt {
	opacity: 0.6;
}
.newsBlock a:hover .excerpt {
	opacity: 1;
}
.sightingsMax img  {
	margin-bottom: 40px;
}
.adBlock {
	padding: 0px;
	margin: 0px auto;
	list-style-type: none;
	font-size: 0px;
	max-width: 538px;
	text-align: center;
}
.adBlock li {
	font-size: 14px;
	display: inline-block;
	padding: 10px;
	width: 100%;
}
footer {
	padding: 30px 0px;
}
.social {
	text-align: center;
	background-repeat: repeat-x;
	background-position: center center;
	background-image: url(../img/dot.jpg);
}
.social ul {
	padding: 0px 15px;
	margin: 0px;
	font-size: 0px;
	display: inline-block;
}
.social ul li {
	font-size: 14px;
	margin: 0px 2px;
	display: inline-block;
}
.social ul li a {
	display: block;
	opacity: 0.6;
}
.social ul li a:hover {
	opacity: 1;
}
.social ul li a img {
	width: 35px;
}
.supporters {
	padding-top: 30px;
}
.supporters ul {
	font-size: 0px;
	text-align: center;
	padding: 0px;
}
.supporters ul li {
	font-size: 14px;
	display: block;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
}
.supporters ul span {
	display: block;
	font-size: 12px;
	opacity: 0.4;
}
.supporters ul li img {
	max-width: 230px;
	width: 100%;
}
.supporters ul li img.fullwidth {
	width: 100%;
	max-width: none;
}
.copyright {
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	color: rgba(255,255,255,0.60);
	list-style-type: none;
}
.copyright li {
	font-size: 12px;
	display: inline-block;
}
.copyright li:after {
	margin: 0px 5px;
	content: ".";
}
.copyright li:last-child:after {
	content: "";
}
.copyright li a {
	color: rgba(255,255,255,0.60);
	text-decoration: none;
}
.copyright li a:hover {
	color: rgba(255,255,255,1.00);
}
.trip {
	margin-bottom: 20px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.tripLogo {
	width: 150px;
	margin-bottom: 15px;
}
.cdsROW.narrow {
	margin-left: auto;
	margin-right: auto;
	width: auto;
}
#CDSROWLOGO673 {
	display: none;
}
.cdsROW .cdsLocName a, .cdsROW .cdsRating span {
	color: #FFFFFF!important;
	text-decoration: none;
}
.cdsROW .cdsRating .ui_bubble_rating {
	margin-bottom: 10px!important;
}
.cdsROW.narrow {
	width: auto!important;
}
.cdsROW.gray {
	background-color: transparent!important;
}
.cdsROW.narrow.border {
	border-style: none!important;
}
.maxWidth {
	margin: 0px auto;
	max-width: 650px;
}
.heroText.page p {
	width: 70%;
}
.heroTopImg.page img {
	width: 220%;
	margin-left: -120%;
	margin-top: -80px;
}
.modal {
	z-index: 999999;
	background-color: rgba(0,0,0,0.50);
}
.modal-backdrop {
	z-index: 99999;
}
.modal-dialog {
	max-width: 750px;
}
.modal-content {
	border-radius: 0px;
	border-style: none;
	background-color: transparent;
}
.modal-header {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	border-style: none;
}
.modal-body {
	padding-top: 50px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	background-color: #FFFFFF;
}
.copyright li button {
	border-style: none;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	display: inline-block;
	color: rgba(255,255,255,0.60);
}
.copyright li button:hover {
	color: rgba(255,255,255,1.00);
}
.month {
	display: none;
	font-weight: 300;
}
.year {
	font-weight: 500;
}
.month.show {
	display: block;
}
.filterList  {
	border-left: 3px solid #E7E7E7;
	padding-left: 15px;
}
.filterList.show {
	border-left-style: solid;
	border-left-width: 3px;
}
.filterList a {
	padding: 4px 0px;
	display: block;
	text-decoration: none;
	font-size: 17px;
}
.filterList.month a {
	font-size: 16px;
}
.filterList.active a {
	background-repeat: no-repeat;
	background-image: url(../img/next-dark.svg);
	background-position: right center;
	background-size: 6px auto;
	font-weight: 500;
}
.filterListCols {
	font-size: 0px;
}
.filterListCol {
	display: inline-block;
	vertical-align: top;
}
.filterListCol.left {
	width: 100%;
	padding-bottom: 40px;
}
.filterListCol.right {
	width: 100%;
}
.sightingListDate {
	font-size: 22px;
}
.sightingListArchive {
	font-weight: 600;
}
.sightingItem {
	margin-bottom: 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid #D7D7D7;
}
.sightingItem:last-child {
	border-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.sliderThumb {
}
.carousel-indicators {
	margin-top: 1px;
	margin-right: -1px;
	margin-left: -1px;
	margin-bottom: 0px;
	padding: 0px;
	display: block;
	position: relative;
}
.carousel-indicators [data-bs-target] img {
	opacity: 0.8;
	transition: opacity .6s ease;
	border: 1px solid #FFFFFF;
}
.carousel-indicators [data-bs-target] {
	width: 20%;
	margin: 0px;
	padding: 0px;
	height: auto;
	border-style: none;
	opacity: 1;
	background-color: #FFFFFF;
	display: inline-block;
	vertical-align: top;
}
.carousel-indicators .active {
}
.carousel-indicators .active img {
	opacity: 1;
}
.sightingBlock .noImg {
	background-color: #F6F6F6;
	padding: 30px 40px;
	height: 100%;
}
.sightingBlock a {
	display: block;
	text-decoration: none;
	height: 100%;
}
.sightingBlock a:hover {
	color: #212529;
}
.sightingBlock a .sightingMore {
	display: inline-block;
	border-bottom: 1px solid rgba(22,109,71,0.00);
	padding-bottom: 7px;
}
.sightingBlock a:hover .sightingMore {
	border-bottom-color: rgba(22,109,71,1.00);
}

.newsPageBlock .noImg {
	background-color: #F6F6F6;
	padding: 30px 40px;
	height: 100%;
}
.newsPageBlock a {
	display: block;
	text-decoration: none;
	height: 100%;
}
.newsPageBlock a:hover {
	color: #212529;
}
.newsPageBlock a .newsPageBlockMore {
	display: inline-block;
	border-bottom: 1px solid rgba(22,109,71,0.00);
	padding-bottom: 7px;
	font-size: 14px;
}
.newsPageBlock a:hover .newsPageBlockMore {
	border-bottom-color: rgba(22,109,71,1.00);
}

.paging {
	font-size: 14px;
}
.paging a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #212529;
	display: inline-block;
	text-align: center;
	opacity: 0.6;
}
.paging a:hover {
	opacity: 1;
}
.paging a img {
	width: 10px;
	height: auto;
	margin-top: 3px;
}
.paging p {
	padding: 0px 9px;
	margin: 0px;
	display: inline-block;
}
.paging span {
	display: inline-block;
	width: 35px;
	border-radius: 50%;
	height: 35px;
	border: 1px solid #212529;
	text-align: center;
	opacity: 0.2;
}
.paging span img {
	width: 10px;
	margin-top: 3px;
}
.landing {
	margin: 0px -1px;
	list-style-type: none;
	padding: 0px;
	font-size: 0px;
}
.landing li {
	display: inline-block;
	vertical-align: top;
	padding: 1px;
	width: 100%;
}
.landing li a {
	display: block;
	position: relative;
	color: #ffffff;
}
.landing li a:hover .landingText {
	background-color: rgba(0,0,0,0.30);
}
.landing li a .landingText {
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 1;
	height: 100%;
	padding: 40px;
	background-image: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.50));
	bottom: 0px;
}
.landing li a .landingTextTitle {
	font-weight: 700;
	font-size: 22px;
	display: block;
}
.landing li a .landingTextTitle:after {
	content: "";
	width: 25px;
	height: 1px;
	background-color: rgba(255,255,255,0.00);
	display: block;
}
.landing li a:hover .landingTextTitle:after {
	background-color: rgba(255,255,255,1.00);
	margin-top: 10px;
}
.landing li a .landingTextIntro {
	font-size: 12px;
	display: block;
	line-height: 20px;
	margin-top: 8px;
	color: rgba(255,255,255,0.70);
}
table.showall {
	color: rgba(168,37,39,1.00);
	font-size: 12px;
}
.c.bottom {
	vertical-align: bottom;
}
.carousel-item p, .bigModal p {
	bottom: 0px;
	left: 0px;
	z-index: 1;
	padding: 6px 10px;
	margin: 0px;
	font-size: 11px;
	display: inline-block;
	color: rgba(255,255,255,0.85);
	line-height: 14px;
	position: absolute;
	background-color: rgba(0,0,0,0.50);
}
.listSectioItems {
	padding: 0px;
	margin: 0px -15px;
	font-size: 0px;
	list-style-type: none;
}
.listSectioItems li {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
}
.listSectioItems.two li,
.listSectioItems.three li,
.listSectioItems.four li,
.listSectioItems.five li,
.listSectioItems.six li{
	width: 100%;
}
.listSectioItems li h3 {
	font-size: 22px;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 24px;
}
.listSectioItems li p {
}
.listSectioItems li .icon {
	width: 50px;
	margin-bottom: 20px;
}
.listSectioItems li .itemImg {
	margin-bottom: 20px;
}
.listSectionHead {
}
.listSectionHead h3 {
	padding: 0px;
	margin: 0px;
}
.listSectionHead p {
	max-width: 600px;
	margin-top: 10px;
}
.listSectioItems.membership li {
	width: 100%;
}
.listSectioItems.membership li h3 {
	padding: 0px;
	margin: 0px;
}
.listSectioItems.membership li .blockBtn {
	margin-top: 15px;
}
.listSectioItems.membership li p {
	margin-top: 10px;
}
.bigModal .modal-body {
	padding: 0px;
}
.bigModal .nextModal {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 40px;
	border-radius: 50%;
	height: 40px;
	text-align: center;
	border: 1px solid #FFFFFF;
	background-color: transparent;
}
.bigModal .nextModal img {
	width: 10px;
	margin-top: -1px;
	margin-left: 1px;
}
.bigModal .modal-dialog {
	max-width: 800px;
}
.mapKey {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 13px;
}
.mapKey li {
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #C1C1C1;
}
.mapKey li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-style: none;
}
.mapKey li img {
	width: 20px;
	height: 20px;
}
.mapKey li span {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	color: #FFFFFF;
	margin-right: 5px;
}
.mapKey li.itemIcon span {
	width: 25px;
	height: 20px;
	background-color: transparent;
}
.subIcons {
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 0px;
	list-style-type: none;
}
.subIcons li {
	font-size: 13px;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 0px;
	margin-bottom: 3px;
	line-height: normal;
}
.zoom {
	margin-bottom: 40px;
}
.mathContainer {
	margin-bottom: 10px;
}
.underMember {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px dotted #AEAEAE;
}
.peopleSection {
	margin-bottom: 40px;
}
.peopleSection h2 {
	margin-bottom: 15px;
}
.peopleWrap {
	font-size: 0px;
}
.peopleItem {
	padding: 20px;
	font-size: 14px;
	position: relative;
	background-color: #F4F4F4;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
.peopleImg {
	width: 60px;
	border-radius: 50%;
	height: 60px;
	overflow: hidden;
	display: block;
}
.peopleContent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding-left: 95px;
}
.peopleContent.noImg {
	padding-left: 20px;
}
.peopleContent p {
	padding: 0px;
	margin: 0px;
	font-size: 17px;
	font-weight: 500;
	line-height: 20px;
}
.peopleWrap.multiple .peopleItem {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
p.peopleTitle {
	font-size: 13px;
	font-weight: 300;
	color: rgba(33,37,41,0.70);
}
.sightingItem table {
	font-size: 14px;
	width: 100%;
	margin-bottom: 20px;
}
.newsPageBlockPosted {
	font-size: 12px;
	color: rgba(185,185,185,1.00);
	line-height: 14px;
}
.heroTopImg.page.post {
	display: none;
}
.section.post {
	padding-top: 210px;
}
.section.post p {
	max-width: 750px;
}
.posted {
	border-top: 1px solid #D7D7D7;
	padding: 10px 0px;
	border-bottom: 1px solid #D7D7D7;
}
.posted p {
	padding: 0px;
	margin: 0px;
	color: #6D6D6D;
}
.posted a {
	display: block;
	text-decoration: none;
}
.carousel-item p.postCaption {
	font-size: 14px;
	line-height: 26px;
}
.sendSightings {
	padding-top: 30px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
}
.sendSightings .blockBtn {
	border-style: none;
}
.formBlock {
	margin-bottom: 10px;
}
.formBlock input {
	padding: 15px 20px;
	width: 100%;
	border: 1px solid #CACACA;
}
.formBlock label {
	margin-bottom: 3px;
	width: 100%;
}
.formBlock textarea {
	border: 1px solid #CACACA;
	padding: 15px 20px;
	width: 100%;
}
.formBlock .blockBtn {
	width: auto;
	padding: 9px 25px;
	border-style: none;
}
form h4 {
	margin-bottom: 20px;
}
.formThanks.hide {
	display: none;
}
.formContent.hide {
	display: none;
}
.formBlock.other {
	display: none;
}
.archiveButton {
	margin-top: 40px;
}

@media (min-width:420px){
}

@media (min-width:450px){
}

@media (min-width:520px){
.heroText h1 {
	font-size: 55px;
	line-height: 58px;
	letter-spacing: -3px;
}
.heroText h2 {
	font-size: 28px;
}
.section h3 {
	font-size: 55px;
	line-height: 58px;
	letter-spacing: -3px;
}
.mapKey {
	column-count: 2;
  	column-gap: 40px;
}
}

@media (min-width:550px){
}

@media (min-width:600px){
.heroText h1 {
	width: 55%;
}
.heroText p {
}
}



@media (min-width:650px){
.supporters ul li {
	display: inline-block;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
}
}



@media (min-width:670px){
.heroText {
	padding-top: 150px;
}
}

@media (min-width:700px){
.section.hero {
	background-size: cover;
	background-position: center bottom;
}
.heroBottom {
}
.heroText p {
	width: 50%;
}
.heroTextWrap {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-image: linear-gradient(to right, rgba(0,0,0,0.30), rgba(0,0,0,0.0));
}
.heroTopImg img {
	width: 150%;
	margin-left: -30%;
}
.heroText {
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.slickControl {
	left: auto;
	right: 60px;
	top: -35px;
}
.slickControl.next {
	right: 20px;
	left: auto;
}
.section h3.sightingListHead {
	margin-bottom: 0px;
}
.heroTopImg.page img {
	width: 170%;
	margin-left: -50%;
	margin-top: 0px;
}
.heroText.page {
	padding-top: 20px;
}
.landing li {
	width: 50%;
}
.listSectioItems.two li {
	width: 50%;
}
.listSectioItems.three li {
	width: 50%;
}
.listSectioItems.four li {
	width: 50%;
}
.listSectioItems.five li {
	width: 50%;
}
.listSectioItems.membership li {
	width: 50%;
}
.listSectioItems.six li {
	width: 50%;
}
.peopleWrap.multiple .peopleItem {
	width: 50%;
}
.heroTopImg.page.post {
	display: block;
}
}

@media (min-width:750px){
.newsPageBlock {
	width: 50%;
}
}

@media (min-width:768px){
.mobSightings  {
	display: none;
}
}

@media (min-width:800px){
.section.graphicTop {
	padding-top: 15%;
}
.section.graphicBottom {
	padding-bottom: 20%;
}
.section.imgSection.graphicTop {
	padding-top: 0px;
}
.section.imgSection.graphicBottom {
	padding-bottom: 0px;
}
.heroTopImg img {
	width: 130%;
	margin-left: -20%;
}
.heroText {
	padding-top: 20px;
}
.heroText.page {
	/* [disabled]padding-top: 60px; */
}
.heroTopImg.page img {
	width: 135%;
	margin-left: -30%;
}
}

@media (min-width:850px){
.listSectioItems.six li {
	width: 33.3333%;
}
}

@media (min-width:900px){
.section.post h1 {
	font-size: 40px;
	line-height: 48px;
}
}

@media (min-width:950px){
}

@media (min-width:992px){
#sightingHome .carousel-item img {
	display: none!important;
}
#sightingHome,
#sightingHome .carousel-inner,
#sightingHome .carousel-item {
	height: 100%;
}
#sightingHome {
	margin-bottom: 0px;
}
.sightingsMax {
	max-width: none;
}
.overText {
	position: absolute;
	height: 100%;
	background-image: linear-gradient(to right, rgba(0,0,0,0.50), rgba(0,0,0,0.0));
}
.section.textRight .overText {
	background-image: linear-gradient(to right, rgba(0,0,0,0.0), rgba(0,0,0,0.50));
}
.overImgMax {
	max-width: 550px;
	width: 50%;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: 0px;
}
.sectionImgWrap img {
	width: 100%;
	margin-left: 0px;
}
.section.graphicTop .overText {
	padding-top: 50px;
}
.section.graphicBottom .overText {
	padding-bottom: 50px;
}
.section.textRight .overImgMax {
	float: right;
}
.section.mobColourPrimary .overText,
.section.mobColourSecondary .overText,
.section.mobColourLight .overText {
	background-color: transparent;
}
.section.graphicTop .overImgMax {
	padding-top: 30px;
}
.heroTopImg img {
	width: 120%;
	margin-left: -15%;
}
.heroText {
	padding-top: 50px;
}
.sightingsMax img {
	margin-bottom: 0px;
}
.adBlock {
	margin: 0px -10px;
	max-width: none;
}
.adBlock li {
	width: 50%;
}
.maxWidth {
	max-width: 750px;
}
.heroTopImg.page img {
	width: 135%;
	margin-left: -30%;
}
.mapKey {
	column-count: 1;
  	column-gap: 0px;
}
.zoom {
	padding-right: 30px;
}

}

@media (min-width:1000px){
.filterListCol.left {
	width: 15%;
}
.filterListCol.right {
	width: 85%;
	padding-left: 50px;
}
.landing li {
	width: 33.3333%;
}
.listSectioItems.three li {
	width: 33.333333%;
}
.newsPageBlock {
	width: 33.3333%;
}
}

@media (min-width:1150px){
.heroTopImg img {
	margin-left: 0px;
	width: 100%;
}
.heroTopImg.page img {
	width: 120%;
	margin-left: -20%;
}
.listSectioItems.four li {
	width: 25%;
}
.listSectioItems.membership li {
	width: 25%;
}
.listSectioItems.five li {
	width: 20%;
}
}

@media (min-width:1250px){
.heroTopImg.page img {
	width: 100%;
	margin-left: 0px;
}
}

@media (min-width:1366px){
}

@media (min-width:1440px){
.paddingWrap {
	padding: 0px;
	width: 1235px;
}
}
