/* cmsms stylesheet: cc-style modified: Saturday, June 14, 2025 8:18:19 PM */
@charset "utf-8";
/*------------------------------------------
Created:	25 October, 2017
Author:		Adam Alexander
Contact:	adam@coirecreative.co.uk
Website:	www.coirecreative.co.uk
-------------------------------------------*/

/***************************** Reset *************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul li p {
	padding: 0;
margin: 0;
}
:focus {
	outline: 0;
}
/***************************** Generic styles *************************************/

body {
	font-family: 'Lato',sans-serif;
	font-size:62.5%;
font-weight: 300;
	color:#444;
	margin:0px;
	padding:0px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
background-color: #FFF;
}
.holder {
	position: relative;
	z-index: 111;
clear: both;
}
.header, .head {
padding: 10px 0;
	z-index: 1112;
	width: 100%;
background-color:rgba(255, 255, 255, 0);
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
border-bottom: 2px rgba(82, 136, 104, 0) solid;
}
.logo {
    -webkit-transition: height 0.9s, width 0.9s;
    -moz-transition: height 0.9s, width 0.9s;
    transition: height 0.9s width 0.9s;
height: 155px;
width: 440px;
position: absolute;
top:5px;
left: 10px;
}
hr {
margin: 50px 0;
border: 0;
border-bottom: 1px #CCC solid;
}
.header.shrink, .head {
background-color:rgba(255, 255, 255, 1);
border-bottom: 2px rgba(82, 136, 104, 1) solid;
height: 50px;
}
.header.shrink .logo, .head .logo {
height: 60px;
width: 173px;
position: absolute;
top:5px;
left: 10px;
}
.galholder {
position: relative;
}
.logo-under {
position: absolute;
top: 0;
left: 0;
z-index: 11;
max-width: 100%;
}
.responsive, .wideimage img, .box img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
img {
	max-width: 100%;
	height: auto;
}
.cc-info {
text-align: center;
padding-top: 40px;
background: url(https://cairngormsconnect.org.uk/uploads/images/greenback.gif) no-repeat;
background-position: right 0px;
background-size: 50% 100%;
}
.greenborders {
border-top: 2px #528868 solid;
border-bottom: 2px #528868 solid;
}
.cc-info img {
	max-width: 100%;
	height: auto;
}

.achievements {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.achievement {
  background-color: #528767;
  border-radius: 15px;
  width: 31%;
  margin: 1%;
  display: flex;
  flex-wrap: wrap;
  color: #FFF;
}
.achievement img {
  width: 50%;
  height: auto;
}
.achievement .txt {
  width: 46%;
  font-size: 2.4em;
  line-height: 1.2em;
  padding: 40px 4% 0 0;
  font-weight: 400;
}
.achievement .stats {
  width: 90%;
  font-size: 2.6em;
  padding: 15px 5%;
  font-weight: 700;
}
.numscroller {
  font-size: 1.6em;
}
.greenbox {
  width: 96%;
  padding: 2%;
  background-color: #528868;
  color: #FFF;
  margin-bottom: 20px;
}
.greenbox h1, .greenbox h2 {
  color: #FFF;
}

.doublecolumns, .onecol, .twocol, .logocol, .leftnav, .halfcol, .threecolumns, .box {
	float: left;
}
.onecol { position: relative; }
.box {
text-align:center;
}
p {
	font-size: 1.7em;
	margin: 0;
	padding:0 0 15px;
	line-height: 1.4em;
}
sup {
color: #528767;
margin-top: -15px;
font-size: 0.8em;
line-height: 0.8em;
}
.footer p {
font-size: 1.5em;
line-height: 1.5em;
padding: 0 0 5px;
color: #FFF;
}
.footer a:link, .footer a:visited {
  color: #FFF;
}
.footer a:hover {
  color: #CCC;
}
strong { font-weight: 400; }
.clear {
	clear:both;
}
.foot {
width: 100%;
border-top: 2px #528868 solid;
border-bottom: 2px #528868 solid;
clear: both;
padding: 10px 0;
background-color: #528868;
z-index: 1111;
position: relative;
}
ul, ol { 
  padding: 0 0 30px 15px; 
  margin-left: 20px;
  font-size: 1.7em; 
}
ul p, ol p {
  font-size: 1em;
  padding: 5px 0;
}
ul li, ol li {
padding: 7px 0;
line-height: 1.5em;
}
.subfooter {
font-size: 1.2em;
}
.toppad {
margin-top: 70px;
}
.wideback, .miles {
border-top: 1px #E4E4E4 solid;
padding: 30px 0;
}
.widetop {
padding: 30px 0;
}
/*.wideback:before {
  display: block; 
  content: " "; 
  margin-top: -140px; 
  height: 140px; 
  visibility: hidden;
}*/

.holder {
 width: 1400px;
 margin: auto;
}
.header, .head {
position: fixed;
	top: 0;
left: 0;
}
h1 {
	font-size: 5em;
}
h2 {
	font-size: 3em;
}
.galmessage {
position: absolute;
left: 10px;
bottom: 50px;
padding: 10px 20px 15px;
background-color: #528868;
color: #FFF;
font-size: 4em;
line-height: 1em;
width: 40%;
}
.wideimage {
position: fixed; 
top: 0px; 
left: 0px; 
z-index: 1;
width: 100%;
height: 100vh;
}
#cont .wideimage { 
position: static;
height: 80vh;
border-bottom: 10px #528868 solid;
overflow: hidden;
}
.compimg {
width: 50%;
height: 600px;
}
.overtext {
width: 1000px;
margin: 100px auto;
z-index: 1111;
position: relative;
padding: 40px 10px;
background-color: #FFF;
}
.togglee {
 width: 100%;
 margin: 50px 0%;
 position: relative;
}
.toggler {
 width: 73%;
 margin: 10px 1%;
}
.togglin {
font-size: 1.6em;
position: absolute;
top: 10px;
right: 10px;
width: 50%;
}
.mapdetail {
position: absolute;
top: 100px;
right: 10px;
width: 40%;
}
.map {
  background:  url(https://cairngormsconnect.org.uk/uploads/images/map-01.png) no-repeat;
  background-size: cover;
  width: 60%;
}
.issues .toggler {
 width: 100%;
}
.issues .togglin {
top: 50%;
}
.pagepad {
min-height: 100vh;
}
.greenback {
background-color: #528767;
color: #FFF;
padding: 30px 0;
margin-top: 30px;
}
.litegreenback {
background-color: #D7E7DD;
padding: 30px 0;
margin-top: 30px;
}
.righttxt {
width: 62%;
padding: 10px 2%;
float: left;
}
.leftnavtxt {
width: 62%;
padding: 10px 2%;
float: left;
}
.lefttxt {
width: 62%;
padding: 10px 2%;
float: right;
}
.newscol {
display: inline-block;
vertical-align: top;
  font-size: 10px;
  width: 31%;
  padding: 0px 1% 20px;
}
.imgleft, .imgright { 
width: 31%;
padding: 20px 1%;
}
.imgleft {
float: left;
}
.imgright {
float: right;
}
#timelines .txt {
width: 62%;
padding: 10px 2%;
}
#timelines .img { 
width: 31%;
padding: 20px 1%;
}
#timelines:nth-child(even) .txt {
  float: right;
}
#timelines:nth-child(even) .img {
  float: left;
}
#timelines:nth-child(odd) .txt {
  float: left;
}
#timelines:nth-child(odd) .img {
  float: right;
}
.column {
 width: 80%;
 float: none;
 margin: 50px 10%;
}
.singlecol {
 width: 80%;
 margin: 20px 10%;
}
.widecol {
 width: 96%;
 margin: 50px 2%;
}
.halfcol {
 width: 48%;
 margin: 10px 1%;
}
.onecol, .narrownav {
width: 23%;
margin: 1%;
}
.widenav {
width: 31%;
margin: 1%;
}
.twocol {
 width: 71%;
 margin: 10px 2%;
}
.doublecolumns {
 width: 48%;
 margin: 10px 1%;
}
.threecolumns {
 width: 31%;
 margin: 30px 2%;
}
.box {
width: 31.3%;
margin: 20px 1%;
background-color: #D8E7DE;
}
.footer, .subfooter {
width: 1380px;
padding: 0;
margin: auto;
}
.footer .cols {
width: 50%;
float: left;
margin: 0;
}
.social {
padding: 2px;
}
.siteby {
 text-align: right;
}

/***************************** Navigation *************************************/

.nav {
	background-color: #000;
	width: 100%;
}
#menuwrapper {
  margin: auto;
  text-align: right;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index:111111;
  background-color: #FFF;
}
#menuwrapper ul { font-size: 1em; margin: 0; padding: 0; }
#menuwrapper ul li {
  display: inline-block;
  margin: 0px;
  padding: 0;
  position: relative;
  border-left: 1px #528868 solid;
}
#menuwrapper ul li a:link, #menuwrapper ul li a:visited {
	display: block;
	font-size: 2em;
	height: 20px;
  font-weight: 300;
	color: #528868;
	padding: 40px 15px 10px;
}
#menuwrapper ul li a:hover {
	color: #FFF;
	background-color: #528868;
}
#menuwrapper ul li a.menuactive:link, #menuwrapper ul li a.menuactive:visited {
  background-color: #528868;
  color: #FFF;
}
#menuwrapper ul ul {
  position: absolute;
  top: 70px;
  left: 0px;
  display: none;
  text-align: left;
  background: #FFF;
  border-top: 1px #E4E4E4 solid;
}
#menuwrapper ul ul li {
  padding: 0px;
  width: 250px;
  display: block;
  border-left: none;
  line-height: 2em;
}
#menuwrapper ul ul ul {
  position: absolute;
  top: 0px;
  left: 250px;
  display: none;
}
 #menuwrapper ul ul li a:link, #menuwrapper ul ul li a:visited {
  height: auto;
  border-bottom: 1px #E4E4E4 solid;
  border-left: none;
  padding: 15px;
}
 #menuwrapper ul li:hover ul ul, #menuwrapper ul li:hover ul ul ul, #menuwrapper ul li:hover ul ul ul ul {
  display:none;
}
 #menuwrapper ul li:hover ul, #menuwrapper ul li li:hover ul, #menuwrapper ul li li li:hover ul, #menuwrapper ul li li li li:hover ul {
  display:block;
}
a#pull {
	color: #FFF;
	font-size: 1.8em;
	text-align: center;
	width: 50px;
  padding-right: 7px;
  position: absolute;
  top: 10px;
  right: 0;
  display: none;
}
.subnav li {
	background-color: none;
	display: inline-block;
	text-align: center;
	vertical-align: top;
    position: relative;
}
.subnav li img { 
	max-width: 100%; 
	width: 100%; 
	height: auto; 
}
.leftnav ul {
	padding: 0;
list-style: none;
margin: 0px;
}
.leftnav ul li {
padding: 0;
}
.leftnav ul li a:link, .leftnav ul li a:visited {
	display: block;
	font-size: 1em;
	color: #333;
	padding: 6px 10px;
	border-bottom: 1px #E4E4E4 solid;
}
.leftnav ul li a:hover {
	color: #528767;
}
.footer ul, .footer ul li {
	padding: 0;
list-style: none;
}
.footer ul li a:link, .footer ul li a:visited {
	line-height: 1.2em;
	color: #FFF;
}
.footer ul li a:hover {
	color: #CCC;
}




















/**************************************************************************************************/
 
 @media all and (max-width: 1400px) {
   
.header .logo, .head .logo {
height: 88px;
width: 250px;
position: absolute;
top:5px;
left: 10px;
}
.holder, .footer, .subfooter {
 width: 100%;
 margin: auto;
}
.compimg {
width: 50%;
height: 600px;
}
.column {
 width: 90%;
 float: none;
 margin: 50px 5%;
}
.singlecol {
 width: 90%;
 margin: 20px 5%;
}
.righttxt {
width: 46%;
padding: 20px 2%;
float: left;
}
.lefttxt {
width: 46%;
padding: 20px 2%;
float: right;
}
.imgleft, .imgright { 
width: 48%;
padding: 1%;
}
#timelines .txt {
width: 46%;
padding: 20px 2%;
}
#timelines .img { 
width: 48%;
padding: 1%;
}
}

/**************************************************************************************************/
 
 @media all and (max-width: 1200px) {

.header .logo, .head .logo {
height: 60px;
width: 173px;
position: absolute;
top:5px;
left: 10px;
}
.togglin {
font-size: 1.5em;
}
.overtext {
width: 80%;
padding: 40px 5%;
}
#menuwrapper ul li a:link, #menuwrapper ul li a:visited {
	padding: 40px 10px 10px;
	font-size: 1.8em;
}
.achievement .txt {
  font-size: 2em;
}
}

/**************************************************************************************************/
 
 @media all and (max-width: 1000px) {

#menuwrapper ul li a:link, #menuwrapper ul li a:visited {
	font-size: 1.6em;
}
.achievement {
  width: 31%;
}
}

/*********************************************************************************************/

 @media all and (max-width: 860px) {

.header, .head {
background-color: #FFF;
height: 50px;
padding: 10px 0;
position: static;
	top: 0;
left: 0;
border-bottom: 2px rgba(82, 136, 104, 1) solid;
}
.toppad {
margin-top: 0px;
}
.widetop {
padding: 0;
}
.logo-under {
display: none; 
}
.overtext {
width: 100%;
margin: 0px auto;
padding: 0px 0%;
}
.toggler {
 width: 98%;
 margin: 10px 1%;
}
.togglin {
font-size: 1.4em;
position: static;
margin: 0 5%;
width: 90%;
}
.mapdetail {
position: static;
margin: 0 5%;
width: 90%;
}
.map {
  background:  url(https://cairngormsconnect.org.uk/uploads/images/map-01.png) no-repeat;
  background-size: cover;
  width: 100%;
}
.galmessage {
font-size: 3em;
}
.pagepad {
min-height: auto;
}
.achievement {
  width: 48%;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 2.5em;
}
.wideback, .miles {
border-top: none;
padding: 5px 0;
}
.wideimage, #cont .wideimage {
position: static; 
height: 300px;
border-bottom: 10px #528868 solid;
}
.righttxt, .leftnavtxt {
width: 94%;
padding: 20px 3% 30px;
float: left;
}
.lefttxt {
width: 94%;
padding: 20px 3% 30px;
float: right;
}
.newscol {
  width: 48%;
  padding: 0px 1% 20px;
  margin-left: -4px;
}
.imgleft, .imgright { 
width: 100%;
padding: 0px;
float: none;
}
#timelines .txt {
width: 94%;
padding: 20px 3% 30px;
float: left;
}
#timelines .img { 
width: 100%;
padding: 0px;
float: none;
}
.column {
 width: 92%;
 float: none;
 margin: 50px 4%;
text-align: left;
}
.singlecol {
 width: 96%;
 margin: 20px 2%;
}
.halfcol {
 width: 98%;
 margin: 10px 1%;
}
.onecol, .twocol, .narrownav, .widenav {
 width: 94%;
 margin: 20px 3%;
}
.box {
width: 48%;
margin: 20px 1%;
background-color: #D8E7DE;
}
#menuwrapper {
 display: none;
top: 60px;
right: 0;
background-color: #528868;
border: 1px #6AA682 solid;
border-top: none;
}
#menuwrapper ul li {
 display: block;
 margin: 0px;
 position: relative;
 border-top: 1px #6AA682 solid;
text-align: right;
}
#menuwrapper ul li a:link, #menuwrapper ul li a:visited {
	color: #FFF;
	padding: 10px 15px 10px;
}
#menuwrapper ul li a:hover {
	color: #333;
}
#menuwrapper ul ul {
 display: none;
}
 #menuwrapper ul li:hover ul ul, #menuwrapper ul li:hover ul ul ul, #menuwrapper ul li:hover ul ul ul ul {
display:none;
}
 #menuwrapper ul li:hover ul, #menuwrapper ul li li:hover ul, #menuwrapper ul li li li:hover ul, #menuwrapper ul li li li li:hover ul {
 display:none;
}
a#pull {
 display: block;
}
}

/*********************************************************************************************/

 @media all and (max-width: 480px) {

.logo {
height: 78px;
width: 220px;
}
.galmessage {
position: absolute;
left: 5%;
bottom: 40px;
padding: 10px 5% 15px;
background-color: #528868;
color: #FFF;
font-size: 2.4em;
line-height: 1em;
width: 80%;
}
.togglin {
font-size: 1.2em;
}
.achievement {
  width: 94%;
  margin: 3%;
}
.achievement .txt {
  font-size: 2.4em;
}
.onecol, .twocol, .halfcol, .threecolumns, .doublecolumns, .newscol {
 width: 94%;
 padding: 10px 3%;
margin: 0;
}
h1 {
	font-size: 3.6em;
}
h2 {
	font-size: 2em;
}
.box {
width: 90%;
margin: 20px 5%;
background-color: #D8E7DE;
}
.leftnav {
 display: block;
 width: 96%;
 margin: 10px 2%;
float: none;
}
.threecol {
 width: 96%;
 margin: 10px 2%;
}
.siteby {
 text-align: left;
}
}



/***************************** Anchors *************************************/
	
a:link, a:visited, a:active {
	color: #B28500;
	text-decoration:none;
font-weight: 400;
}
a:hover {
	color: #666;
}
.targetDiv a:link, .targetDiv a:visited, a:active {
	color: #FFF;
	text-decoration:none;
font-weight: 700;
}
.targetDiv a:hover {
	color: #CCC;
}

a.blocklink:link, a.blocklink:visited, a.blocklink:active {
display: inline-block;
padding: 13px 18px;
margin-top: 20px;
text-align: center;
font-size: 1.2em;
font-weight: 300;
color: #FFF;
background-color: #528868;
text-transform: uppercase;
}
.greyback a.blocklink:link, .greyback a.blocklink:visited, .greyback a.blocklink:active {
color: #FFF;
border-color: #FFF;
}
a.boxlink:link, a.boxlink:visited, a.boxlink:active {
display: block;
padding: 15px;
text-align: center;
font-size: 2.6em;
font-weight: 400;
background-color: #083E75;
color: #FFF;
}
a.downlnk:link, a.downlnk:visited {
position: absolute;
left: 50%;
bottom: 20px;
margin-left: -29px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
a.downlnk:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

a.blocklink:hover, a.boxlink:hover {
background-color: #333;
}
.contact a:link, .contact a:visited {
color: #083E75;
font-size: 1.1em;
}

.contact a:hover {
	color: #333;
}
a.social:link, a.social:visited, .subnav a:link, .subnav a:visited {
opacity: 0.8;
filter: alpha(opacity=80);
color: #CCC;
}
a.social:hover, .subnav a:hover {
opacity: 1;
filter: alpha(opacity=100);
color: #333;
}
.anchor {
position: absolute;
top: -50px;
}

/***************************** Headers *************************************/

h1 {
	padding: 10px 0 30px;
	margin:0px;
	color: #528767;
	font-weight: 300;
}
.wideimage h1 {
position: absolute;
bottom: 100px;
left: 50%;
width: 980px;
margin-left: -490px;
color: #FFF;
}

h2 {
	padding: 10px 0px 20px;
	margin:0px;
	color: #528767;
	font-weight: 400;
}
.greenback h2 {
color: #FFF; 
}
.box h2 {
background-color: #528767;
	color: #FFF;
display: inline-block;
padding: 10px 20px;
margin: -2px 0 20px;
display: block;
}
.footer h2 { 
	padding: 0 0 10px 0px;
	margin:0px;
	color: #FFF;
	font-size: 2em;
	font-weight: 400;
}
h3 {
	padding: 10px 0px;
	margin:0px;
	color:#333;
	font-size: 1.8em;
	font-weight: 400;
}
h4 {
	padding: 10px 0 30px;
	margin:0px;
	color: #64605A;
	font-size: 3.6em;
	font-weight: 100;
text-align: center;
}


/***************************** Contact form *************************************/

label, .captchatext {
	width: 25%;
	color: #666;
	text-align: right;
	padding: 4px 1% 0px 0px;
	font-size: 1.5em;
	float: left;
}
.contactform {
	position: relative;
	padding: 10px 0 40px;
}
.contactform div {
	padding: 3px 0px;
	text-align: left;
	clear: both;
}
.contactform div div {
	display: inline-block;
}
.contactform div div label {
	width: 60px;
	text-align: right;
	padding-right: 0;
}
.contactform div div input {
	width: 20px;
	border: none;
}
.contactform input, .contactform textarea {
	background-color: #FFF;
	border: none;
	color: #64605a;
font-family: 'Roboto',sans-serif;
	font-size: 1.2em;
	width: 65%;
	padding: 8px 2%;
	border: 1px #CCC solid;
}
.contactform textarea {
	padding: 8px 2%;
	height: 120px;
}
.contactform .submit {
	text-align: left;
margin-left: 26%;
}
.contactform input.fbsubmit, .contactform input.fbsubmit_prev {
	width: 120px;
color: #FFF;
background-color: #64605a;
font-size: 1.5em;
	margin-right: 5px;
	cursor: pointer;
}
.contactform input.cms_checkbox {
	width: 5px!important;
}
.error_message {
	background-color: #FF2200;
	padding: 10px;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 1.2em;
}
.errror {
	color: #ff2200;
	padding: 2px 0 0 26%;
}
.errrror {
	background-color: #ff2200;
	color: #FFF;
	padding: 2px;
	width: 208px;
	display: block;
	margin-left: 205px;
}
.captcha img {
	padding: 0 0 5px;
}
.captcha input {
	margin: 0 0 0 105px;
	width: 145px;
	display: block;
}

#mc-embedded-subscribe-form .mc-field-group {
padding: 5px;
}
#mc-embedded-subscribe-form p {
padding: 0;
}
#mc-embedded-subscribe-form .mc-field-group input {
width: 60%;
border: 1px #CCC solid;
padding: 3px 0;
}
.av-checkbox {
width: 30px!important;
}
.mc_fieldset {
margin: 0 0 30px;
}

/***************************** News section *************************************/

.tipsimg {
  width: 100%;
  height: 250px;
}
.newsimg {
  width: 100%;
  height: 200px;
}
.newsitem {
  padding: 20px 0 30px;
  border-bottom: 1px #CCC solid;
  margin-bottom: 30px;
}
h1.newsheading {
  font-size: 3em;
  font-weight: 400;
  text-align: left;
}
.NewsSummaryLink a:link, .NewsSummaryLink a:visited {
  display: block;
  font-size: 2em;
  color: #222;
  padding: 15px 0 5px;
  font-weight: 700;
}
.NewsDetailSummaryLink a:link, .NewsDetailSummaryLink a:visited {
  display: block;
  font-size: 3em;
  color: #666;
  padding: 0;
  text-transform: uppercase;
  font-weight: 400;
}
.latestsection .NewsSummaryLink a:link, .latestsection .NewsSummaryLink a:visited {
  font-size: 1.8em;
  color: #FFF;
  border: none;
  padding: 10px 0 15px;
}
.NewsSummaryLink a:hover {
  color: #528767;
}
.NewsSummaryPostdate, #NewsPostDetailDate, .CGBlogSummaryPostdate {
  color: #666;
  padding-bottom: 10px;
  font-size: 1.2em;
}
.NewsSummarySummary, #NewsPostDetailSummary {
  padding: 0;
}
#NewsPostDetailSummary p {
  padding-top: 15px;
  font-weight: 700;
}
.NewsSummary {
/*  padding: 0 0 10px;*/
}
.summarydetail {
  margin: 0 0 20px;
}
.FooterNewsSummary {
  padding: 3px 0 0;
}
.NewsSummaryMorelink a:link, .NewsSummaryMorelink a:visited {
  text-align: right;
  display: block;
  font-size: 1.4em;
  padding: 5px 0px;
  color: #528767;
}
.NewsSummaryMorelink a:hover {
  color: #222;
}
#NewsPostDetailTitle {
  padding: 10px 0 0 0;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 3em;
  color: #999058;
}
#NewsPostDetailSummary img, #NewsPostDetailContent img {
  max-width: 100%;
  height: auto;
  padding: 10px 0;
}
.newsimg {
  padding: 10px 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.pagination {
	padding: 10px 0;
	text-align: right;
}
.pagination {
	color: #333;
	font-size: 1.3em;
}
.google-maps {
	position: relative;
	padding-bottom: 0;
	overflow: hidden;
	margin-top: 0px!important;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	/*padding-top:30px;*/
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
iframe {
max-width: 100%;
}
.services { 
padding: 0;
margin: 0;
}
.services .owl-item { float: left; }
.services .owl-item .item { padding: 0px; text-align: center; font-size: 1em; text-transform: uppercase; position: relative; }
.services .owl-item .item img { height: auto!important; width: 100%; }
.darkpop {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(https://cairngormsconnect.org.uk/uploads/images/overlay.png);
}
.darkpoptxt {
position: absolute;
margin: auto;
color: #FFF;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: auto;
height: 30px;
font-size: 2.5em;
font-weight: 400;
}
a.group { display: block; margin-bottom: -1px; }
a.group:hover .darkpop { display: block; }

.gal {
margin-bottom: 0;
}


.newsimg, .NewsImage img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.NewsImage {
	position: relative;
	float: left;
}
.NewsImageLink {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.NewsImageLink p {
	padding: 0;
	font-size: 0.9em;
}
.category {
	color: #468C00;
}
.NewsImageLink p.date {
	color: #666;
	font-size: 0.8em;
}
a.NewsImageLink:link span, a.NewsImageLink:visited span {
font-weight: 400;
	color: #FFF;
	padding: 20% 3%;
margin: 1%;
	background-color: #CDC72B;
	position: absolute;
	left: 0;
	top: 0;
	width: 92%;
	height: 58%;
	opacity: 0;
	filter: alpha(opacity=0);
}
a.NewsImageLink:hover span {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
a.NewsImageLink:link span em {
	font-size: 0.8em;
	font-style: normal;
	text-align: right;
	display: block;
	padding: 5px 5px 0 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
a.NewsImageLink:hover span em {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*********************************** Big Ideas Section ************************************/

.toggler { position: relative; }
.togglin .targetDiv, .mapdetail .targetDiv { display: none; }
.togglin .targetDiv.first, .mapdetail .targetDiv.first { display: block; }

a.showSingle:link, a.showSingle:visited {
display: block;
width: 15px;
height: 15px;
background: url(https://cairngormsconnect.org.uk/uploads/images/greenbtn.png) no-repeat;
position: absolute;
}
a.active:link, a.active:visited {
background: url(https://cairngormsconnect.org.uk/uploads/images/redbtn.png) no-repeat;
}
.targetDiv {
font-size: 1.2em;
background-color: #528868;
border-radius: 15px;
padding: 20px;
color: #FFF;
}
.crosssection {
width: 100%;
max-width: 100%;
height: auto;
}
.flood .btn1 {
top: 45%;
left: 88%;
}
.flood .btn2 {
top: 47%;
left: 80%;
}
.flood .btn3 {
top: 23%;
left: 60%;
}
.flood .btn4 {
top: 60%;
left: 76%;
}
.flood .btn5 {
top: 66%;
left: 82%;
}
.flood .btn6 {
top: 45%;
left: 38%;
}
.flood .btn7 {
top: 48%;
left: 50%;
}

/***************************/

.carbon .btn1 {
top: 22%;
left: 58%;
}
.carbon .btn2 {
top: 23%;
left: 61%;
}
.carbon .btn3 {
top: 24%;
left: 64%;
}
.carbon .btn4 {
top: 50%;
left: 50%;
}
.carbon .btn5 {
top: 75%;
left: 50%;
}
.carbon .btn6 {
top: 35%;
left: 25%;
}
.carbon .btn7 {
top: 60%;
left: 40%;
}
.carbon .btn8 {
top: 28%;
left: 45%;
}

/***************************/

.nature .btn1 {
top: 15%;
left: 60%;
}
.nature .btn2 {
top: 28%;
left: 62%;
}
.nature .btn3 {
top: 60%;
left: 55%;
}
.nature .btn4 {
top: 70%;
left: 50%;
}
.nature .btn5 {
top: 50%;
left: 50%;
}
.nature .btn6 {
top: 30%;
left: 40%;
}
.nature .btn7 {
top: 5%;
left: 30%;
}

/************************/

.climate .btn1 {
top: 10%;
left: 55%;
}
.climate .btn2 {
top: 35%;
left: 70%;
}
.climate .btn3 {
top: 48%;
left: 77%;
}
.climate .btn4 {
top: 70%;
left: 60%;
}
.climate .btn5 {
top: 75%;
left: 70%;
}
.climate .btn6 {
top: 50%;
left: 50%;
}
.climate .btn7 {
top: 80%;
left: 55%;
}
.climate .btn8 {
top: 75%;
left: 50%;
}
.climate .btn9 {
top: 40%;
left: 30%;
}
.climate .btn10 {
top: 30%;
left: 30%;
}
.climate .btn11 {
top: 23%;
left: 60%;
}
.climate .btn12 {
top: 0%;
left: 20%;
}

/**************************************************************************************************/

.issues .btn1 {
top: 70%;
left: 18%;
}
.issues .btn2 {
top: 80%;
left: 37%;
}
.issues .btn3 {
top: 49%;
left: 39%;
}
.issues .btn4 {
top: 22%;
left: 53%;
}
.issues .btn5 {
top: 28%;
left: 80%;
}

.js-slidein {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.js-slidein-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}


/*********************************** holder **********************************************/

#holder { background-color: #FFF; }
#holder div {
width: 400px;
margin: 200px auto;
text-align: center;
color: #333;
}
#holder div img {
padding: 0 0 20px;
}
