/* Flexnav Base Styles */

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


html {
  line-height: 1;
}


ol, ul {
  list-style: none;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}


q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img,
  embed,
  object,
  video { 
    max-width: 100%;
	height: auto;
  } 


a img {
  border: none;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Feb 2018 */
.dform_element {clear:both;}


/* CALENDAR CSS ============================================ */
table.calendarBG {width:100%;margin-top:1em;}
.calendarBG {
 background-color: #4fb046; 
}
.calendarBG th {text-align:center;}
.calendarBlank { 
 background-color: #9DB7A7;
}

.calendarHeader { 
 font-weight: bold; 
 color: #fff; 
 text-align: center;
 background-color: #4fb046; 
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #fff; 
 background-color: #a5ba7c; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#ccc;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}
  
.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

/* FONTS =================================================== */

@font-face {
  font-family: 'shop-icons';
  src: url('../fonts/shop-icons.eot');
  src: url('../fonts/shop-icons.eot#iefix') format('embedded-opentype'),
       url('../fonts/shop-icons.woff') format('woff'),
       url('../fonts/shop-icons.ttf') format('truetype'),
       url('../fonts/shop-icons.svg#shop-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'extra-icons';
  src: url('../fonts/extra-icons.eot');
  src: url('../fonts/extra-icons.eot#iefix') format('embedded-opentype'),
       url('../fonts/extra-icons.woff') format('woff'),
       url('../fonts/extra-icons.ttf') format('truetype'),
       url('../fonts/extra-icons.svg#extra-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello-complete.eot');
  src: url('../fonts/fontello-complete.eot?#iefix') format('embedded-opentype'),
       url('../fonts/fontello-complete.woff') format('woff'),
       url('../fonts/fontello-complete.ttf') format('truetype'),
       url('../fonts/fontello-complete.svg#fontello') format('svg');
  font-weight: normal; font-style: normal;
}

@font-face {
  font-family: 'fontello linkedin';
  src: url('../fonts/fontello-linkedin.eot');
  src: url('../fonts/fontello-linkedin.eot?#iefix') format('embedded-opentype'),
       url('../fonts/fontello-linkedin.woff') format('woff'),
       url('../fonts/fontello-linkedin.ttf') format('truetype'),
       url('../fonts/fontello-linkedin.svg#fontello') format('svg');
  font-weight: normal; font-style: normal;
}

@font-face {
  font-family: 'fontello extra';
  src: url('../fonts/fontello-extra.eot');
  src: url('../fonts/fontello-extra.eot?#iefix') format('embedded-opentype'),
       url('../fonts/fontello-extra.woff') format('woff'),
       url('../fonts/fontello-extra.ttf') format('truetype'),
       url('../fonts/fontello-extra.svg#fontello') format('svg');
  font-weight: normal; font-style: normal;
}

[class*="icon-"] {
  font-family: 'fontello';
  font-style: normal;
  font-size: 1em;
  speak: none;
}

.icon-menu:after { content: '\2630'; } 
.icon-mail:after { content: '\2709'; } 
.icon-pencil:after { content: '\270e'; } 
.icon-pencil-alt:after { content: '\2710'; } 
.icon-feather:after  { content: '\2712'; } 
.icon-user-add:after  { content: '\e700'; } 
.icon-chat:after  { content: '\e720'; } 
.icon-chat-1:after  { content: '\e806'; } 
.icon-chat-2:after  { content: '\e80a'; } 
.icon-location:after  { content: '\e724'; } 
.icon-location-1:after  { content: '\e805'; } 
.icon-rss:after  { content: '\e73a'; } 
.icon-rss-1:after  { content: '\e809'; }
.icon-share:after  { content: '\e73c'; } 
.icon-chart-pie-2:after  { content: '\e751'; } 
.icon-down-open:after  { content: '\e75c'; } 
.icon-paper-plane:after  { content: '\e79b'; }
.icon-googleplus-rect:after  { content: '\f0d4'; } 
.icon-twitter:after  { content: '\f302'; } 
.icon-twitter-bird:after  { content: '\f309'; } 
.icon-facebook:after  { content: '\f30c'; } 
.icon-gplus-circled:after  { content: '\f310'; } 
.icon-globe:after  { content: '\1f30e'; } 
.icon-videocam-alt:after  { content: '\1f3f9'; } 
.icon-thumbs-up:after { content: '\1f44d'; } 
.icon-user:after  { content: '\1f464'; } 
.icon-user-1:after  { content: '\e801'; } 
.icon-user-2:after { content: '\e803'; }
.icon-users:after  { content: '\1f465'; } 
.icon-users-1:after  { content: '\e800'; } 
.icon-users-2:after  { content: '\e804'; } 
.icon-megaphone:after  { content: '\1f4e3'; } 
.icon-megaphone-1:after  { content: '\e802'; } 
.icon-bullhorn:after  { content: '\e808'; }
.icon-mobile:after  { content: '\1f4f1'; } 
.icon-search-1:after  { content: '\1f50d'; } 
.icon-search:after  { content: '\1f50e'; } 
.icon-key:after { content: '\1f511'; }
.icon-key-1:after  { content: '\e807'; } 

.icon-youtube:after {font-family: 'fontello extra'; content: '\e800'; font-size:1.2em; } 
.icon-vimeo:after {font-family: 'fontello extra'; content: '\e801';   } 
.icon-linkedin:after { font-family: 'fontello linkedin'; content: '\e888'; }

.icon-cancel:after { font-family: 'shop-icons'; content: '\e800'; }
.icon-barcode:after { font-family: 'shop-icons'; content: '\e802'; } 
.icon-basket:after { font-family: 'shop-icons'; content: '\e801'; }

.icon-flash:before { font-family: 'extra-icons'; content: '\e808'; }
.icon-picture:before { font-family: 'extra-icons'; content: '\e804'; }
.icon-video:before { font-family: 'extra-icons'; content: '\e803'; } 
.icon-calendar:before { font-family: 'extra-icons'; content: '\e807'; } 
.icon-book:before { font-family: 'extra-icons'; content: '\e806'; } 
.icon-newspaper:before { font-family: 'extra-icons'; content: '\e805'; } 

/* Page =================================================== */

html {
  font-size: 62.5%;
  /*-webkit-overflow-scrolling: touch;*/
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Open Sans', Arial, sans-serif; 
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color:#333;
  text-rendering: optimizelegibility;
}

/* Typography =================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
 /* color:#333;*/
}
h1 small,
h2 small {
  font-weight: normal;
  color: #bfbfbf;
}
h1,
.h1 {
  margin-bottom: 0.75em;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}
h2,
.h2 {
  margin-bottom: 0.75em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #6e5ba7;
}
h3,
.h3 {
  margin-bottom: 1em;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
 
}
h4,
.h4 {
  margin-bottom: 1.5em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
  
}
h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}
h6,
.h6 {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75em;
}
.entry h2, .entry h3 {margin-bottom:.5em;}
.entry a p {color:#000;}
.contact-details .entry a p {color:#fff;}
div.entry a:hover {text-decoration:none; color:#4c7100;}
p.date, div.entry a p.date {color:#666;font-size:12px;font-size:1.2rem;line-height:1.3em;font-style:italic;}
p.event-date {color:#333;font-size:13px;font-size:1.3rem;line-height:1.3em;font-style:italic;font-weight:bold;}

 .contact-details div.entry a p.date {color:#4c7100;}

div.entry a:hover, div.entry a:hover p {text-decoration:none; color:#4c7100;}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
ul,
ol {
  margin: 0 0 1.5em 1em;
  padding: 0 0 0 24px;
}

ul.member {
  margin: 0;
  padding: 0;
}

.ui-infowindow-content ul { 
	margin: 0;
  padding: 0;
}
/*.content-wrap ul li{list-style:none; }*/

.content-box ul.no-bullet { list-style:none;}
.content-box ul li, .join-wrap-right ul li{ background:url(../img/submenu-arrow.png) no-repeat top left; padding-left: 35px; background-position: 0px -10px;}
.content-box ul.building li{background:none; padding-left: 0px; background-position: 0px 0px; font-weight:bold; color:#4fb046; }
.content-box ul.building ul li{ font-weight:normal; list-style:disc;}
.content-box ol, .content-wrap ol {list-style: decimal;}
ul.thumbnails {list-style:none;}
.content-box ul li{ padding-bottom:10px; font-weight:normal;}


.content-box ul li ul li, .content-wrap ul li ul li{list-style:none; font-weight:normal;}

.content-box ul li ul li:before, .content-wrap ul li ul li {
    color: #6e5ba7; /* or whatever color you prefer */
}


nav ul,
nav ol {
  margin: 0 0 1.5em 1em;
  padding: 0 0 0 0px;
}


li ul,
li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.content-box li ul,
li ol {
  margin: 0;
  font-size:14px ;
  font-size:1.4rem ;
}
blockquote {
  margin: 0 0 1.5em 1em;
  padding-left: 24px;
  border-left: 2px solid #c7ced6;
  background:#eaeaea;
  font-family: Cambria, Georgia, Times, "Times New Roman";
  font-style: normal;
}
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
dl,
dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: bold;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 22.78%;
}
abbr[title] {
  border-bottom: 1px dotted #c7ced6;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #f3f5f6;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #f3f5f6;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/* Horizontal LINES HRS */
hr {clear:both; border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3);padding:15px 0; }

/* Colour =================================================== */
a {
  text-decoration: none;
  color: #4fb046;
  transition:all 0.25s linear;
}
.banner a {transition:none;}
a:visited {
  color: #4fb046;
}
a:hover {
  text-decoration: underline;
  color: #4c7100;
}
a:focus {
  outline: thin dotted;
  color: #4c7100;
}
a:hover,
a:active {
  outline: 0;
}
::-moz-selection {
  background-color: #4c7100;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #4c7100;
  color: #fff;
  text-shadow: none;
}

.required {color:#ff0000;}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	text-transform:
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}




/* 320
----------------------------------------------------------------------------------------------------*/




#site-header {
	width: 100%;
	height: auto;
	background: #e1cfe5 url(../img/top-bg.png) repeat;
  background-size: ;
  background-position: center center;

}

  .top-menu {
	display:none;
	
}

.header-holder {
	width:100%;
	max-width:960px;
	margin: 0 auto;
	
}

    .header-right {
		display:none;

  }
  
      .header-left {
		width:98%;
		margin: 0 auto;

  }

.logo {

	margin-top: 10px;
	z-index: -1;
	
	
}

.flexnav {
	z-index: -100;
  *zoom: 1;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  margin-top:0px;
  max-width:960px;
  max-height: 0;
}

.flexnav:after {
  content: "";
  display: table;
  clear: both;
}

.flexnav.show {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-height: 1000px;
}

.flexnav.one-page {
  position: fixed;
  top: 50px;
  right: 5%;
  max-width: 200px;
}

.flexnav li {
	background: #6e5ba7 url(../img/menu-bacsk.png) repeat-x;
  font-size: 1.5em;
  text-transform:none;
  position: relative;
 
}
.flexnav li:hover {
 
} 
.flexnav li a {
	
	 font-family:'Open Sans', Arial, Helvetica, sans-serif;
	 font-weight:800;
	text-align:right;
  position: relative;
  display: block;
 padding: .5em 1em;
  z-index: 2;
  overflow: hidden;
  text-decoration:none;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.flexnav li.current {color:#ca9ad3;}
.flexnav li a:hover, .flexnav li a.current {color:#ca9ad3;}
.flexnav li ul {
	margin-top: 0px;
	
  width: 100%;
  display: none;
}

.flexnav li ul li {
	background: #6e5ba7 url(../img/menu-bacwk.png) repeat;
  float: none;
   font-size: .75em;
  
  width: 100%;
}

.flexnav li ul li a {
  display: block;
   text-transform: none;
  background: #6e5ba7;
}

.flexnav ul li ul li a {
  background: #bfbfbc;
}

.flexnav ul li ul li ul li a {
  background: #6e5ba7;
}

.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;

  display: inline-block;
  text-align: center;
}

.flexnav .touch-button:hover {
  cursor: pointer;
}

.flexnav .touch-button .navicon {
  position: relative;
padding-left: 1em;
padding-right: 1em;
line-height: 5em;

  font-size: 12px;
  color: #fff;
}


.menu-button-back {
	width:100%;
	height: 3em;
	margin-top:0px;
	
  background: #6e5ba7 url(../img/menu-bac1k.png);

  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.search, .social-bttn {
	float:left;
	padding-top:.8em;
	height:3em;
	width:2em;
	line-height:1.5em;
	margin-bottom: -1em;
}

#search-pop {
	display:none;
	position:absolute;
	width: 50%;
	z-index:100;
	float:left;
	background: #6e5ba7 url(../img/menu-back.png);
	margin-top: -1.2em;
	 

	
}

#search-pop p {
		margin:0 0 ;
		text-align:center;
	padding:0 0 ;
	
}


#search-pop .searcher {
	width:90%;
    margin: 0 auto;
}


#search-pop .searcher .search-field {
    background: none repeat scroll 0 0 #ca9ad3;
    border: medium none;
    clear: both;
    color: #6e5ba7;
    display: block;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1em;
    font-style: italic;
    height: 30px;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.4em;
    width: 50%;
	-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}


#search-pop .search-bttn {
	margin-top:10px;
	margin-left: 10px;
    background: none repeat scroll 0 0 #C68D10;
    border: 3px solid #FFFFFF;
    -webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
    color: #fff;
	font-weight:800;
    cursor: pointer;
    display: block;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 1.125em;
    height: 43px;
    text-transform: uppercase;
    width: 5em;
	background: #4fb046; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #4fb046 0%, #8fd988 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4fb046), color-stop(100%,#8fd988)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* IE10+ */
background: linear-gradient(135deg,  #4fb046 0%,#8fd988 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb046', endColorstr='#8fd988',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}






.social-bttn {
	margin-left:1em;
}

.search a, .social-bttn a {
	color:#FFF;
	text-decoration:none;
	padding: 0 .9em;
	
	font-size:1.5em;
}



.menu-button {
	
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:right;
  position: relative;
  display: block;
  padding: .9em;
  padding-right:3em;

  color: #fff;
  cursor: pointer;
 
}

.menu-button.one-page {
  position: fixed;
  top: 0;
  right: 5%;
  padding-right: 45px;
}

.menu-button .touch-button {
  background: transparent;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
}

.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: 1em;
  color: #fff;
}

.over-banner {
	background:#6e5ba7;
	border-top: 1px solid #FFF;
	width: 100%;
	height:8px;
}

.banner {

	display:none;

}

.find-out-more, .ls-layer .find-out-more  {
	text-align:center;
	
    background: none repeat scroll 0 0 #C68D10;
    border: 4px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
	font-weight:800;
    cursor: pointer;
    display: block;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 1.125em;
    height: 46px;
    text-transform: uppercase;
    width: 11em;
	box-shadow: 0px 5px 5px #68018b;
background: #6e5ba7; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #6e5ba7 0%, #68018b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#6e5ba7), color-stop(100%,#68018b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #6e5ba7 0%,#68018b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #6e5ba7 0%,#68018b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #6e5ba7 0%,#68018b 100%); /* IE10+ */
background: linear-gradient(135deg,  #6e5ba7 0%,#68018b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e5ba7', endColorstr='#68018b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.act-button {
	text-align:center;
	
    background: none repeat scroll 0 0 #C68D10;
    border: 4px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
	font-weight:800;
    cursor: pointer;
    display: block;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 1.125em;
    height: auto;
    text-transform: uppercase;
    width: 5em;
	padding:.25em .75em;
	box-shadow: 0px 5px 5px #68018b;
background: #6e5ba7; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #6e5ba7 0%, #68018b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#6e5ba7), color-stop(100%,#68018b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #6e5ba7 0%,#68018b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #6e5ba7 0%,#68018b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #6e5ba7 0%,#68018b 100%); /* IE10+ */
background: linear-gradient(135deg,  #6e5ba7 0%,#68018b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e5ba7', endColorstr='#68018b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.petitions {
	width: 6em;

}

.petitions2 {
	width: auto;
	height:auto;

}

.act-button a{
	color:#FFF;
	
}

.act-button:hover {cursor:hover;background: #8fd988; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #8fd988 0%, #4fb046 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#8fd988), color-stop(100%,#4fb046)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #8fd988 0%,#4fb046 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #8fd988 0%,#4fb046 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #8fd988 0%,#4fb046 100%); /* IE10+ */
background: linear-gradient(135deg,  #8fd988 0%,#4fb046 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fd988', endColorstr='#4fb046',GradientType=1 );} /* IE6-9 fallback on horizontal gradient */


.ls-layer h3 {
	color:#4fb046;
	font-weight:800;
	line-height:1.2em;
	font-size: 32px;
	font-size: 3.2em;
	font-size: 3.2rem;
	text-transform:none;
	margin-bottom: 0;
	
}

 .ls-layer p {
	color:#666;
	font-size:20px;
	margin-bottom: .5em;
}

/**/

.action-block, .content {
	width: 100%;
	border-top: 1px solid #FFF;
height:auto;
	background:url(../img/white-arrow.png) bottom center no-repeat, url(../img/action-block-back.png) repeat;
}

body.page, body.pageTwo, .content, body.learn-page .content, body.act-page .content {

	background:url(../img/green-arrow.png) bottom center no-repeat, url(../img/action-block-back.png) repeat;
}

.sharethis {
	margin: 10px;
	
}

.no-back .content-box{
	margin-top:30px;
}

.title-strip {
	background: rgb(255, 255, 255); /* The Fallback */
   background: rgba(255, 255, 255, 0.4); 
	width: 100%;
	height:70px;
}

.title-strip h2{
	font-weight:800;
	color:#6e5ba7;
	text-transform:uppercase;
	font-size:1.25em;
	line-height:70px;
}

.title-strip h2 a{
	color:#cccbe9;
	text-decoration: none;
	
}

  .left-column {
	clear:both;
	margin-bottom:30px;
	
}

h4.submenu-title {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	display:block;
	color:#6e5ba7;
	font-weight:600;
	text-transform:uppercase;
	margin-top:10px;
	line-height:44px;
	font-size: 1.25em;
	border-top: 1px #7b7b7b solid;
	border-bottom: 1px #7b7b7b solid;
	margin-bottom:0;
}

.submenu-box ul {
	clear:both;margin:0;padding:0;
}

.submenu-box ul li {
	color:#4fb046;
	font-weight:700;
	text-transform:uppercase;
	line-height:44px;
	font-size: 1.25em;
	padding-left:0%;
	border-bottom: 1px #d8d8d8 solid;
	margin:0;
}
.submenu-box ul li ul,
.submenu-box ul li ol {
  margin: 0;padding:0;
}

.submenu-box ul li a{
	color:#4fb046;
	padding-left:0%;
	text-decoration:none;
}
.submenu-box ul li a:hover {color:#6e5ba7;}
.submenu-box ul li a.current, .submenu-box ul li.here a{
	color:#6e5ba7;
}
.submenu-box ul li.here ul li a {background:none;}

.submenu-box ul li ul li{
	color:#4c7100;
	text-transform:none;
	line-height:2.5em;
	font-size: .85em;
	border-bottom: 1px #c4c4c4 dotted;
	padding-left:2%;
	font-weight:400;
	
}

.submenu-box ul li ul li.last{

	border-bottom: 0px ;

	
}

.submenu-box ul li ul li ul li{
	color:#4c7100;
	text-transform: none;
	line-height:2.0em;
	font-size: .75em;
	border-bottom: 0px;
	padding-left:2%;
	font-weight:400;
	
}
.submenu-box ul li ul li:last-child{
	padding-bottom:1em;
	
}

.submenu-box ul li ul li a{
	color:#666;
	text-decoration:none;
}
.submenu-box ul li ul li a:hover, .submenu-box ul li ul li a.current, .submenu-box ul li ul li.here a {color:#8e00be;}



.submenu-box2-act h4.submenu-title {
	display:block;
	color:#fff;
	font-weight:800;
	border: 0px;
	border-bottom: 3px solid #fff;
	margin-top:10px;
	text-transform: none;
	padding-left:5%;
	line-height:56px;
	font-size: 1.25em;
	
}

 .submenu-box2-act ul {
	margin-top: 30px;
	clear:both;
    background: none repeat scroll 0 0 #C68D10;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
	font-weight:800;
    cursor: pointer;
    display: block;
    font-size: 1.125em;
	background: #4fb046; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #4fb046 0%, #8fd988 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4fb046), color-stop(100%,#8fd988)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* IE10+ */
background: linear-gradient(135deg,  #4fb046 0%,#8fd988 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb046', endColorstr='#8fd988',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
margin-left:0;
padding-left:0;
}


.submenu-box2-act ul li {
	list-style-type: none;
	color:#4c7100;
	font-weight:700;
	text-transform:uppercase;
	line-height:56px;
	font-size: 1.1em;
	text-indent:3.5em;
	border-bottom: 1px #fff dashed;
	width: 90%;
	margin: 0 auto;
}

.submenu-box2-act ul li a:hover {
color:#6e5ba7;
}

.submenu-box2-act ul li:last-child {

	border-bottom: 0px;

}

 .submenu-box2-act ul li a{
	color:#fff;
	text-decoration:none;
}

.join-sub {
	background:url(../img/act-submenu-join-back.png) left no-repeat;
}

.donate-sub {
	background:url(../img/act-submenu-donate-bk.png) left no-repeat;
}

.sign-sub {
	background: url(../img/act-submenu-signup-bk.png) left no-repeat;
}

.shop-sub {
	background: url(../img/act-submenu-shop-bk.png) left no-repeat;
}

.fundraise-sub {
	background:url(../img/act-submenu-fundraise-bk.png) left no-repeat;
}


body.act-page .right-column h2 {
	margin-top: .75em;
	
}

body.act-page h2.content-title {
	margin-left: 0;
	margin-top: 20px;
	padding-left: 0px;
	
}

.content-box img {
	margin: 15px 15px;
	
}


.whatwedo-icon-holder {
	
	float:left;
	width: 100%;
	margin: 20px auto;
	
}

.whatwedo-icon-holder img{
	display:block;
	width: 278px;
	margin: 0px auto;
	
}

.whatwedo-icon-holder img:hover {
zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	
}

.whatwedo-icon-holder a:hover, .whatwedo-icon-holder a:hover h3{
color: #6e5ba7;
text-decoration:none;
	
}


.learn-icon-holder a:hover, .learn-icon-holder a:hover h3{
color: #6e5ba7;
text-decoration:none;
	
}


h3.whatwedo-title {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	display:block;
	text-transform:none;
	background:#FFF;
	padding: 10px;
	line-height:30px;
	color: #4fb046;
	font-size: 1.2em;
	font-weight:800;
	text-align:center;
	border: 1px solid  #d8d8d8;
  	-webkit-border-radius: 3px; 
  	-moz-border-radius: 3px; 
  	border-radius: 3px; 
	width:85%;
	margin:0 auto;
	
}



.subtitle {
	color: #666;
	
}


.board-pic {
  display: block;
  text-indent: -9999px;
  width: 250px;
  height: 250px;
  position: relative;
  border-radius: 50%;
  border: #FFF 10px solid;
  margin-bottom: 20px;
box-shadow: 0px 1px 3px #999, inset 0px 1px 1px #fff;
}

body.pageTwo .content-box {
	display:inline;
 position: relative;
 float: left;
 width: 98%;
 height: auto;
 padding: 0;
 border: 0px solid #efefef;
 margin: 10px 1% 20px 1%;
 background: #fff;
 /*-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; 
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; */

}
 

body.pageTwo .content-box:before,
body.pageTwo .content-box:after 
{
 content: '';
 z-index: -1;
 position: absolute;
 left: 10px;
 bottom: 10px;
 width: 70%;
 max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */
 max-height: 100px;
 height: 55%;
 -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
 box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
 -webkit-transform: skew(-10deg) rotate(-4deg);
 -moz-transform: skew(-10deg) rotate(-4deg);
 -ms-transform: skew(-10deg) rotate(-4deg);
 -o-transform: skew(-10deg) rotate(-4deg);
 transform: skew(-10deg) rotate(-4deg); }
 

body.pageTwo .content-box:after {
 left: auto;
 right: 10px;
 -webkit-transform: skew(10deg) rotate(4deg);
 -moz-transform: skew(10deg) rotate(4deg);
 -ms-transform: skew(10deg) rotate(4deg);
 -o-transform: skew(10deg) rotate(4deg);
 transform: skew(10deg) rotate(4deg); 
 
 }
 
.content-box .gutter {padding:3%;}

h2.content-title {
	display:block;
	color:#4fb046;
	font-weight:800;
	padding: 0 1%;
	margin: 20px 2% 0 2%;
	line-height:44px;
	font-size: 1.75em;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

.publication-item {
	margin: 20px 2%;
	border-bottom: 1px #bfbfbf dashed;
	overflow:hidden;
	
}

.publication-pic-holder {
	
	width: 33%;
	margin: 0 auto;
	
	
}

body.act-page .publication-pic-holder {
	
	width: 70%;
	margin: 0 auto;
	
	
}



.publication-info {
	width: 90%;
	margin: 0 auto;
	
}

.publication-pic {
	-webkit-box-shadow:  2px 2px 3px 2px #ccc;
	box-shadow:  2px 2px 3px 2px #ccc;
	
}

.act-pic
{
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 15px 15px 30px;
    -webkit-box-shadow: 0 5px 5px #888888;
	box-shadow: 0 5px 5px #888888;
    margin: 0;
    padding: 0;
    transform: rotate(-2deg);
	margin-bottom: 15px;
}

.act-now {
	text-align:center;
	margin: 0 auto 20px auto;
    background: none repeat scroll 0 0 #C68D10;
    border: 4px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
	font-weight:800;
    cursor: pointer;
    display: block;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 1.125em;
    height: 40px;
    text-transform: uppercase;
    width: 7em;
	box-shadow: 0px 5px 5px #68018b;
background: #6e5ba7; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #6e5ba7 0%, #68018b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#6e5ba7), color-stop(100%,#68018b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #6e5ba7 0%,#68018b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #6e5ba7 0%,#68018b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #6e5ba7 0%,#68018b 100%); /* IE10+ */
background: linear-gradient(135deg,  #6e5ba7 0%,#68018b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e5ba7', endColorstr='#68018b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


.publication-info h3 {
	color:#4fb046;
	font-weight:800;
	line-height:1.5em;
	font-size: 1.5em;
	
}

.publication-info p {
	color:#666;

	
}

p.publication-info-footer {
	color:#6e5ba7;
	text-transform:uppercase;
	font-weight:800;

	
}



.join-wrap-left {
	width:96%;
	margin: 20px 2% 10px 2%;

}

.join-wrap-right {
	width:96%;
	margin: 20px 2% 10px 2%;
	
}




 .quote-box {
	margin-top: 10px;
	clear:both;
    background: none repeat scroll 0 0 #C68D10;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
	font-weight:800;
    cursor: pointer;
    display: block;
    font-size: 1.125em;
	background: #4fb046; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #4fb046 0%, #8fd988 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4fb046), color-stop(100%,#8fd988)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* IE10+ */
background: linear-gradient(135deg,  #4fb046 0%,#8fd988 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb046', endColorstr='#8fd988',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.quote-box p{
	text-align:left;
	padding: 5%;
	font-size:1em;
	line-height:1.25em;
	font-weight:400;
	font-style:italic;
	margin:0;
	
}

.quote-arrow {
	width:44px;
	display:block;
	margin:0 auto;
	float:none;
	
	
}

.board-pic-join {
  display: block;
  background:#010103;
  text-indent: -9999px;
  width: 200px;
  height: 200px;
  position: relative;
  border-radius: 50%;
  border: #FFF 10px solid;
  margin: 10px auto;
box-shadow: 0px 1px 3px #999, inset 0px 1px 1px #fff;
float:none;

}



.join-wrap-right .board-pic-join {

  width: 200px;
  height: 200px; 
margin: 10px auto;
float:none;

}

h4.board-title {
	display:block;
	background:#FFF;
	padding: 10px;
	line-height:30px;
	color: #4c7100;
	font-size: 1.2em;
	font-weight:800;
	text-align:center;
	border: 1px solid  #d8d8d8;
  	-webkit-border-radius: 3px; 
  	-moz-border-radius: 3px; 
  	border-radius: 3px; 
	width:95%;
	margin: 0 auto;
	clear:both;
	
}

h4.find-more {
	display:block;
	background: #4fb046 ; 
	padding: 5px;
	line-height:30px;
	color: #fff;
	text-align:left;
	width:95%;

	
}

.subtitle {
	color: #666;
	clear:both;
	
}

em {font-style: italic;}



.join-wrap  h3{
	font-size:2.25em;
	font-weight: 800;
	color:#6e5ba7;
	text-transform:none;
	margin-bottom:.5em;
	clear:both;
	
}

h3.quote-title {
	display:block;
	background:#FFF;
	padding: 10px;
	line-height:30px;
	color: #4c7100;
	font-size: 1em;
	font-weight:800;
	text-align:center;
	border: 1px solid  #d8d8d8;
  	-webkit-border-radius: 3px; 
  	-moz-border-radius: 3px; 
  	border-radius: 3px; 
	width:50%;
	margin: 0 auto;
	
}

.join-wrap-left  h4{
	font-size:1.33em;
	font-weight: 700;
	color:#4fb046;
	text-transform:uppercase;
	
}

.ire-map {
	width: 259px;
	display:block;
	margin: 0 auto;
}

 h4.individual, h4.group, h4.one-off, h4.recurring, h4.gift, h4.fundraise, h4.fundraise-principles, h4.tax, h4.rising {
	font-size:1em;
	font-weight: 800;
	color:#4fb046;
	height:50px;
	line-height:50px;
	text-transform:uppercase;
	width:80%;
	margin: 20px auto;
	padding: 5px 3%;
	border: 1px solid #d1e595;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

background: #FFF;
text-align:center;

	
}

.join-wrap a:hover, .join-wrap a:hover h4{
color: #6e5ba7;
text-decoration:none;
	
}

.news-scroller .entry a:hover, .news-scroller .entry a:hover p.date, .news-scroller .entry a:hover h3 {
color: #4fb046;
text-decoration:none;

	
}

.footer-2016 .news-scroller .entry a:hover h3 {
  color:#fff;
}

 

.iremap {
	width:259px;
	margin: 0 auto;
	
}

/* Learn Pages - Images*/
div.entry {clear:both;padding-bottom:.6em;margin-top:1.2em; }
.content-box div.entry {/*min-height:290px;*/height:auto;}
.contact-details div.entry {border-bottom:none;}

img.blogThumb {  float:none;margin:5px 20px 10px 0; border: 5px solid #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 5px 5px #8fd988;
    transform: rotate(-2deg);}

/* Polls Forms */    
div.entry form ul, div.entry form ul li {list-style:none; list-style-type:none;}
    
    
/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/


			
.action-block-container, .content-wrap, .title-strip-wrap {
	display:block;
	margin: 0 auto;
	max-width:960px;
	width: 92%;
	 position: relative;
 z-index: 1; /* prevent shadows falling behind containers with backgrounds */
 overflow: hidden;
	
}




.news-boxer, .poll-boxer {
	display:inline;
 position: relative;
 
 float: left;
 width: 98%;
 height: auto;
 padding: 0;
 border: 0px solid #efefef;
 margin: 30px 1%;
 background: #fff;
/* -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; 
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; */

}

.pub-boxer {
	display:inline;
 position: relative;
 
 float: left;
 width: 98%;
 height: auto;
 padding: 0;
 border: 0px solid #efefef;
 margin: 30px 1%;
 background: none;
 height:200px;

}

 .pub-boxer .news-scroller {
	margin: 1em auto;
	width: 95%;
	height: 150px;
	overflow: auto;
	}
	
	
 

.news-boxer:before,
.news-boxer:after,
.poll-boxer:before,
.poll-boxer:after 
{
 content: '';
 z-index: -1;
 position: absolute;
 left: 10px;
 bottom: 10px;
 width: 70%;
 max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */
 max-height: 100px;
 height: 55%;
 -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
 box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
 -webkit-transform: skew(-10deg) rotate(-4deg);
 -moz-transform: skew(-10deg) rotate(-4deg);
 -ms-transform: skew(-10deg) rotate(-4deg);
 -o-transform: skew(-10deg) rotate(-4deg);
 transform: skew(-10deg) rotate(-4deg); }
 

.action-block-container .poll-boxer:after, .action-block-container .news-boxer:after {
 left: auto;
 right: 10px;
 -webkit-transform: skew(10deg) rotate(4deg);
 -moz-transform: skew(10deg) rotate(4deg);
 -ms-transform: skew(10deg) rotate(4deg);
 -o-transform: skew(10deg) rotate(4deg);
 transform: skew(10deg) rotate(4deg); }
 
 
 .news-boxer .news-scroller {
	margin: 1em auto;
	width: 95%;
	height: 220px;
	overflow: auto;
	}
	
 .news-title, .poll-title {
	margin-top: -1.7em;
	}
	
 .poll-list {
	 width: 56%;
	 float:right;
	 
 }
	
	
	.news-title h2, .poll-title h2{
	margin-bottom: 5px;
	border-bottom:;
	font-weight:800;
	padding: 1.25em .75em 0 3.2em;
	margin-right: 0;
	color:#4fb046;
	text-transform:none;
	font-size: 1.5em;
	
	
	
}

 .pub-boxer .news-title h2 {
	margin-bottom: 5px;
	font-weight:800;
	padding-top: 20px ;
	margin-left: 15px;
	color:#fff;
	text-transform:none;
	font-size: 1.75em;
	}
	


.poll-boxer h4{
	font-weight:800;
	width: 90%;
	margin: 5px auto;
	color:#666;
	text-transform:none;
	font-size: 1.5em;

}
	
	.news-boxer .news-scroller p{
	margin-bottom: 15px;
	
	/*border-bottom:#e6c2f1 1px dotted;*/
	font-weight: 400;
	padding: 0;
	padding-bottom:10px;
	line-height:1.4em;
	margin-right: 0;
	color:#666;
	font-size: .8em;
	
}

	.news-boxer .news-scroller p.date{
	margin-bottom: 0px;
	border-bottom:0px;
	
	font-size: 1.125em;
	font-weight: 600;
	background:none;
	color:#6e5ba7;

	
}

	.news-boxer .news-scroller h3{
	
	
	text-transform:none;
	font-weight:700;
	font-size: 1.125em;
	margin-bottom:.75em;
	background:none;
	color:#666666;

	
}

.poll-boxer h3{
	clear:both;
	text-transform:none;
	font-weight:700;
	font-size: 1.25em;
	line-height: 1.25em;
	text-align:center;
	padding: .5em 2%;
	background:none;
	color:#666666;

	
}

.poll-boxer li, #new_poll h4{
	
	font-family:'Open Sans', Arial, Helvetica, sans-serif ;
	color:#6e5ba7;
	list-style:none;
	text-align:left;
	text-transform:none;
	font-weight:800;
	font-size: 1.5em;
	padding: .4em 5%;
	background:none;
}

 #new_poll h4{
	

	font-size: 1.65em;
	
}




.vote, .action-bttn, .view-results {
	text-align:center;
	margin: 0 auto;
	margin-bottom: 20px;
    background: none repeat scroll 0 0 #C68D10;
    border: 4px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
	font-weight:700;
    cursor: pointer;
    display: block;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 1.125em;
    height: 40px;
    text-transform: none;
    width: 7em;
	box-shadow: 0px 5px 5px #68018b;
background: #6e5ba7; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #6e5ba7 0%, #68018b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#6e5ba7), color-stop(100%,#68018b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #6e5ba7 0%,#68018b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #6e5ba7 0%,#68018b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #6e5ba7 0%,#68018b 100%); /* IE10+ */
background: linear-gradient(135deg,  #6e5ba7 0%,#68018b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e5ba7', endColorstr='#68018b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.vote { clear:both; }

.view-results {

    height: 25px;
    

}

a:visited.view-results  {
	
color:#fff;

}



.news-boxer .news-scroller h3 a {color:#666666;}

.video-block {
	background: url(../img/green-arrow.png) bottom center no-repeat,url(../img/video-block-back.png) repeat;
	overflow:hidden;
}


.video-wrapper {
	width: 800px;
	max-width: 90%;
	margin: 30px auto;
	
}

.video-icon {
	float: left;
	
}

.video-title {
	width:100%;
	
	
}

.video-wrapper h3 {
	font-weight:800;
	color: #4fb046;
	padding-bottom: .75em;
	text-transform:none;
	font-size:1.75em;
	display:block;
	padding-left: 1.85em;
	padding-top: .85em;
	
}


.video-container {
	clear:both;
	position: relative;
	padding-bottom: 52%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border:solid 10px #FFF;
	-moz-box-shadow: 3px 4px 6px #666;
-webkit-box-shadow: 3px 4px 6px #666;
box-shadow: 3px 3px 4px #666;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

 .contact-block {
	 height: auto;
	 background: #4fb046 /* url(../img/contact-back-gradient.png) top left repeat-x , url(../img/header-background.gif) top left repeat */ ;
	 overflow:hidden;
	 
 }
 
 .contact-block-container {
	display:block;
	margin: 0 auto;
	max-width:960px;
	width: 92%;
	 position: relative;
 z-index: 1; /* prevent shadows falling behind containers with backgrounds */
 overflow: hidden;
	
}

.contact-left-column, .contact-right-column {
display:inline;
 position: relative;
 float: left;
 width: 98%;

 padding: 0;
 margin: 10px 1%;
 
}

.contact-left-column p {
font-family:'Open Sans',Arial, Helvetica, sans-serif;
font-weight:700;
color:#FFF;
padding-left:7%;
padding-bottom: 1em;
margin-left:-5px;
margin-bottom: 0;
line-height:1em;
 
}



.contact-left-column p.date a{
color:#549646;
font-style:italic;
 
}

 .contact-right-column p {
font-family:'Open Sans',Arial, Helvetica, sans-serif;
font-weight:400;
color:#FFF;
margin-left:0px;
padding-bottom: 1em;
margin-bottom: 0;
line-height:.9em;
 
}

 .contact-right-column  a{
text-decoration:none;
color:#6e5ba7;

 
}



 .contact-right-column p.address {
line-height: 1.5em;
padding-top: 10px;

}

 .contact-right-column  p.pubber {
line-height: 1.5em;
padding-top: 0px;
color:#4c7100;
font-size: .8em;
}

 .contact-right-column a:hover p.pubber {

color:#fff;

}



.icon-holder {
	width: 17.9265659%;
	float:left;
	clear:both;
}

.contact-details {
	width: 82.0734341%;
	float:right;
	
	padding-bottom: 1em;
	margin-bottom:1em;
	border-bottom:dashed #FFF 1px;
}




	.contact-details h2{
	margin-bottom: 5px;
	font-weight:800;
	padding-top: 20px ;
	margin-left: 15px;
	color:#fff;
	text-transform:none;
	font-size: 1.75em;

	
}

.contact-details .img-holder{
	width:26.3157895%;
	margin-left: 10px;
	padding-top:10px;
	float:left;
}

.contact-details .blog-right{
	width:65%;
	
	padding-top:10px;
	float:right;
}

.contact-details img{
	box-shadow: 0px 5px 5px #4fb046;
	
	transform:rotate(-2deg);
-ms-transform:rotate(-2deg); /* IE 9 */
-moz-transform:rotate(-2deg); /* Firefox */
-webkit-transform:rotate(-2deg); /* Safari and Chrome */
-o-transform:rotate(-2deg); /* Opera */
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	border: solid #FFF 5px;
	
}

.contact-details .name,  .contact-details .password{
    background: none repeat scroll 0 0 #e4eecc;
    border: medium none;
    color: #8fd988;
    display: block;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1em;
    font-style: italic;
    height: 30px;
    margin-bottom: 0.5em;
	clear:both;
	margin-left: 10px;
    margin-top: 0.5em;
    padding: 0.1em 1em;
	width: 90%;
}

.login {
	
	margin-left: 10px;
    background: none repeat scroll 0 0 #C68D10;
    border: 4px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
	font-weight:800;
    cursor: pointer;
    display: block;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 1.125em;
    height: 46px;
    text-transform: uppercase;
    width: 11em;
	box-shadow: 0px 5px 5px #8fd988;
	background: #4fb046; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #4fb046 0%, #8fd988 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4fb046), color-stop(100%,#8fd988)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* IE10+ */
background: linear-gradient(135deg,  #4fb046 0%,#8fd988 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb046', endColorstr='#8fd988',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.login-clear {
	clear:both;
	margin-left: 10px;
    background: none repeat scroll 0 0 #C68D10;
    border: 4px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
	font-weight:800;
    cursor: pointer;
    display: block;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 1.125em;
    height: 46px;
    text-transform: uppercase;
    width: 11em;
	box-shadow: 0px 5px 5px #8fd988;
	background: #4fb046; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #4fb046 0%, #8fd988 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4fb046), color-stop(100%,#8fd988)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* IE10+ */
background: linear-gradient(135deg,  #4fb046 0%,#8fd988 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb046', endColorstr='#8fd988',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.subscribe-form input[type="submit"]:hover  {  color: #2b2c31;  
	background: #4fb046; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #4fb046 0%, #8fd988 70%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4fb046), color-stop(70%,#8fd988)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #4fb046 0%,#8fd988 70%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #4fb046 0%,#8fd988 70%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #4fb046 0%,#8fd988 70%); /* IE10+ */
background: linear-gradient(135deg,  #4fb046 0%,#8fd988 70%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb046', endColorstr='#8fd988',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}


p.login {
	text-align:center;
    background: none repeat scroll 0 0 #C68D10;
    border: 4px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
	font-weight:800;
    cursor: pointer;
    display: block;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 1.125em;
    height: auto;
	padding:3%;
    text-transform: uppercase;
    width: 50%;
	box-shadow: 0px 5px 5px #8fd988;
	background: #4fb046; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #4fb046 0%, #8fd988 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4fb046), color-stop(100%,#8fd988)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* IE10+ */
background: linear-gradient(135deg,  #4fb046 0%,#8fd988 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb046', endColorstr='#8fd988',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
p.login a {color: #fff;}
p.login:hover  {  color: #2b2c31;  
	background: #4fb046; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #4fb046 0%, #8fd988 70%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4fb046), color-stop(70%,#8fd988)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #4fb046 0%,#8fd988 70%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #4fb046 0%,#8fd988 70%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #4fb046 0%,#8fd988 70%); /* IE10+ */
background: linear-gradient(135deg,  #4fb046 0%,#8fd988 70%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb046', endColorstr='#8fd988',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



}
p.login a:hover, p.login:hover a  {  color: #427100;  }

p.indiv {width:80%; float:none; padding:10px 5px;font-size:12px; display:block; margin:10px auto;}
p.mem-man {width:80%; float:none; padding:10px 5px; display:block; margin:10px auto;}

p.button-left, p.button-right {width:75%; margin:20px auto;padding: 0, 3%; float:none;}

.ft-clear {


}

.footer {
	background: #2b2d31 url(../img/footer-back.png) repeat-x;
	border-top: 1px #FFF solid;
	
}

p.sub-button {
	margin-top: 30px;
	
}

.footer p{
	padding: 0 1em;
	color:#FFF;
	font-size:.75em;
	text-align:center;
	margin-bottom:0;
	
}

.footer .searcher {
	width:265px;
    margin: 0 auto;
}


.footer .searcher .search-field {
    background: none repeat scroll 0 0 #E4EECC;
    border: medium none;
    clear: both;
    color: #8fd988;
    display: block;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1em;
    font-style: italic;
    height: 30px;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.4em;
    width: 50%;
	-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}


.footer .search-bttn {
	margin-top:10px;
	
    background: none repeat scroll 0 0 #C68D10;
    border: 3px solid #FFFFFF;
    -webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
    color: #fff;
	font-weight:800;
    cursor: pointer;
    display: block;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 1.125em;
    height: 43px;
    text-transform: none;
    width: 5em;
	background: #4fb046; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #4fb046 0%, #8fd988 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4fb046), color-stop(100%,#8fd988)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* IE10+ */
background: linear-gradient(135deg,  #4fb046 0%,#8fd988 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb046', endColorstr='#8fd988',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


/* Footer Social Buttons  */



.footer .social {
  list-style: none;
  text-align:center;
  margin:0 auto;
  width:56%;
padding: .5em 0 0 0;
}

.footer .social ul {
  display:block;
  
 
  padding: 0;
}



.footer .social li {
  position: relative;
  display: inline-block;
  margin-right: -4px; /* See: http://css-tricks.com/fighting-the-space-between-inline-block-elements/ */
}

.footer .social li:before {
  content: "";
  display: block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.footer .social a {
	text-decoration:none;
  display: block;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8fd988), to(#4fb046));
  background-image: -webkit-linear-gradient(top, #8fd988, #4fb046); 
  background-image: -moz-linear-gradient(top, #8fd988, #4fb046); 
  background-image: -ms-linear-gradient(top, #8fd988, #4fb046); 
  background-image: -o-linear-gradient(top, #8fd988, #4fb046); 
  color: #446a0b;
  margin: 4px;
  width: 34px;
  height: 34px;
  position: relative;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  box-shadow: 0px 1px 2px #aaa, inset 0px 1px 1px #fff;
}

.footer .social a:before {
  content: "";
  display: block;
  background: #fff;
  border-top: 2px solid #ddd;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  border-radius: 50%;
  box-shadow: inset 0px 2px 12px #ddd;
}

.footer .social a:hover {
  text-decoration: none;
  color: #fff;
  background: #446b0b;
}


.pie-chart, .megaphone, .video-chat, .blogger, .key, .newsflash, .contact-chat {
float:left;
  margin: 0px 0px;
 
}

.footer-2016 p.login {
	margin-bottom: 20px;
}

.blogger a {
-webkit-box-shadow:  2px 5px 5px 3px rgba(84, 130, 3, .5);
        
        box-shadow:  2px 5px 5px 3px rgba(84, 130, 3, .5);
		
}

.pub-boxer .blogger a {
-webkit-box-shadow:  0px 0px 0px 0px rgba(84, 130, 3, .5);
        
        box-shadow:  0px 0px 0px 0px rgba(84, 130, 3, .5);
		
}


.pub-boxer .news-scroller .entry a {
color:#fff;

		
}

.pub-boxer .news-scroller  {
border-bottom: 1px #fff dashed;
margin-top:0px;
		
}

.pub-boxer .entry {

margin-top:0;
		
}

.pub-boxer .entry h3 {

font-size:1.7rem;
		
}


.pie-chart a, .megaphone a, .video-chat a, .blogger a, .key a, .newsflash a, .contact-chat a{
	text-decoration:none;
  display: block;
  background-color: #4fb046;
 /* background-image: -webkit-gradient(linear, left top, left bottom, from(#4fb046), to(#4fb046));
  background-image: -webkit-linear-gradient(top, #4fb046, #4fb046); 
  background-image: -moz-linear-gradient(top, #4fb046, #4fb046); 
  background-image: -ms-linear-gradient(top, #4fb046, #4fb046); 
  background-image: -o-linear-gradient(top, #4fb046, #4fb046); */
  color: #fff;
  margin: 0px 0px;
  width: 72px;
  height: 72px;
  position: relative;
  text-align: center;
  line-height: 72px;
  font-size:3.2em;
  border-radius: 50%;
  border: #FFF 5px solid;
/*  box-shadow: 0px 1px 3px #999, inset 0px 1px 1px #fff;*/
}

 .blogger a, .key a, .newsflash a, .contact-chat a{

  width: 50px;
  height: 50px;

  line-height: 50px;
  font-size:2.2em;

  border: #FFF 4px solid;

}

.newsflash a, .contact-chat a{
	font-size:2.2em;
}

.news-item {
	width:90%;
	float:none;
	}
	
	
.learn-icon-holder {
	width:99%;
	float:left;
	clear:both;
	margin: 0px auto;
	

}

.election-icon-holder {
	width:99%;
	float:left;
	clear:both;
	margin: 0px auto;
	

}

.election-icon-holder a:hover{
  opacity: 0.70;
  

}



h3.learn-icon-title {
	clear:both;
	display:block;
	background:#FFF;
	padding: 3px;
	line-height:30px;
	color: #4c7100;
	font-size: 1em;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:800;
	text-align:center;
	border: 1px solid  #d8d8d8;
  	-webkit-border-radius: 3px; 
  	-moz-border-radius: 3px; 
  	border-radius: 3px; 
	padding: 10px;
	margin: 10px auto;
	
	
}



.learn-icon-holder .blogger a {
	display:none;
}

.learn-centre {
	display:none;
}

.contact-right-column p.pub-link a {
    text-decoration: none;
    color: #4c7100;
	font-weight:bold;

}

.contact-right-column p.pub-link a:hover {
    
    color: #fff;
	
   
}

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

#site-header {
	
	height: 200px;
	
}

.header-left {
		width:29.4375em;
		margin: 0 auto;

  }
  
.banner {
	width: 100%;
	display:block;
	height:auto;
	background:url(../img/banner-back.png) repeat;
	overflow:hidden;
	height:auto;
}

.banner-holder{
	width:99%;
	max-width:960px;
	margin: 0 auto;
	display:block;
	background:url(../img/banner-back.png) repeat;
	/*margin-bottom:20px;*/
}

/*Banner Slides */

 .banner-pic-holder {
	
	display: none;
	
}



.banner-info {
	width: 90%;
	margin: 0 auto;
	
}



.ls-layer .banner-pic
{
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 15px 15px 30px;
    -webkit-box-shadow: 0 5px 5px #888888;
	box-shadow: 0 5px 5px #888888;
    padding: 0;
	width:350px;
	height:288px;
    transform: rotate(-2deg);
	margin: 15px 0;
}

	.news-title h2, .poll-title h2{

	font-size: 1.75em;
	
	
	
}

.poll-boxer h3{
	
	text-transform:none;
	font-weight:700;
	font-size: 1.5em;
	line-height: 1.25em;
	text-align:center;
	padding: .5em 2%;
	background:none;
	color:#666666;

	
}

.title-strip h2{

	font-size:2em;

}

.whatwedo-icon-holder {

	width: 50%;

	
}

h2.content-title {

	font-size: 2em;

}

.publication-pic-holder {
	
	width: 25%;
	margin-right: 2%;
	float:left;
	
}



.publication-info {
	width: 73%;
	float:right;
	
}

body.act-page .publication-pic-holder {
	
	width: 33%;
	margin-right: 2%;
	float:left;
	
}



body.act-page .publication-info {
	width: 58%;
	float:right;
	
}


.board-pic-join {
  display: block;
  background:#010103;
  text-indent: -9999px;
  width: 200px;
  height: 200px;
  position: relative;
  border-radius: 50%;
  border: #FFF 10px solid;
  margin: 10px auto;
box-shadow: 0px 1px 3px #999, inset 0px 1px 1px #fff;
float:left;
margin-right: 20px;
margin-bottom: 20px;
}



 .blogger a, .key a, .newsflash a, .contact-chat a{

  width: 72px;
  height: 72px;

  line-height: 72px;
  font-size:3em;

  border: #FFF 4px solid;

}

img.blogThumb {  float:left;}

h4.individual, h4.group {
	font-size:1.1em;
	font-weight: 800;
	color:#4fb046;
	height:50px;
	line-height:50px;
	text-transform:uppercase;
	width:66%;
	margin: 20px auto;
	padding: 20px 6%;
	border: 1px solid #d1e595;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-indent:2.75em;
}

h4.one-off, h4.recurring, h4.gift, h4.fundraise, h4.fundraise-principles, h4.tax, h4.rising {
	font-size:1.25em;
	font-weight: 800;
	color:#4fb046;
	height:50px;
	line-height:50px;
	text-transform:uppercase;
	width:66%;
	margin: 20px auto;
	padding: 20px 6%;
	border: 1px solid #d1e595;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-indent:2.75em;
}

 h4.one-off {

	margin-top: 10px;

}

h4.individual {
	
background:#FFF url(../img/individual-back.png) center left no-repeat;
background-position: 10px 13px ;
	
}

 h4.group {
	
background:#FFF url(../img/group-back.png) center left no-repeat;
background-position: 10px 13px ;
	
}

 h4.one-off {
	
background:#FFF url(../img/one-donation-back.png) center left no-repeat;
background-position: 10px 13px ;
	
}

 h4.recurring {
	
background:#FFF url(../img/recurring-back.png) center left no-repeat;
background-position: 10px 13px ;
	
}

 h4.rising {
	
background:#FFF url(../img/rising-back.png) center left no-repeat;
background-position: 10px 13px ;
	
}

 h4.gift {
	
background:#FFF url(../img/gift-back.png) center left no-repeat;
background-position: 10px 13px ;
	
}

 h4.fundraise {
	
background:#FFF url(../img/fundraise-us-back.png) center left no-repeat;
background-position: 10px 13px ;
	
}

 h4.fundraise-principles {
	
background:#FFF url(../img/fundraise-principles-back.png) center left no-repeat;
background-position: 10px 13px ;
	
}

 h4.tax {
	
background:#FFF url(../img/tax-efficient-back.png) center left no-repeat;
background-position: 10px 13px ;
	
}


/*LEARN LANDING PAGE*/

.learn-icon-holder {
	width:30%;
	margin-right:3%;
	margin-top: 40px;
	margin-bottom:20px;
	float:left;
	clear:none;

}

.election-icon-holder {
	width:45%;
	margin-right:3%;
	margin-top: 40px;
	margin-bottom:20px;
	float:left;
	clear:none;

}

.photos {
	clear:both;
	
}

.pr, .blog {
	margin-top: 100px;
	
}

h3.learn-icon-title {
	clear:both;
	display:block;
	background:#FFF;
	padding: 3px;
	line-height:30px;
	color: #4c7100;
	font-size: 1em;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:800;
	text-align:center;
	border: 1px solid  #d8d8d8;
  	-webkit-border-radius: 3px; 
  	-moz-border-radius: 3px; 
  	border-radius: 3px; 
	width:90%;
	margin: 20px auto;
	
	
}

.learn-icon-holder .blogger {
float:none;

  
 
}

.learn-icon-holder .blogger a {
	text-decoration:none;
  display: block;
  background-color: #4fb046;
 /* background-image: -webkit-gradient(linear, left top, left bottom, from(#4fb046), to(#4fb046));
  background-image: -webkit-linear-gradient(top, #4fb046, #4fb046); 
  background-image: -moz-linear-gradient(top, #4fb046, #4fb046); 
  background-image: -ms-linear-gradient(top, #4fb046, #4fb046); 
  background-image: -o-linear-gradient(top, #4fb046, #4fb046); */
  color: #fff;
 margin: 0px auto;
  width: 72px;
  height: 72px;
  position: relative;
  text-align: center;
  line-height: 72px;
  font-size:3.2em;
  border-radius: 50%;
  border: #FFF 5px solid;
/*  box-shadow: 0px 1px 3px #999, inset 0px 1px 1px #fff;*/
}

.learn-centre {
	display:block;
	margin-top:20%;
}

p.button-left {width:40%;   float:left;}
p.button-right{width:40%;   float:right;}
  
}

@media all and (min-width: 580px) {
p.indiv {width:27%; float:left; margin:15px 1% }
}

@media all and (min-width: 800px) {
	

	.flexnav .touch-button .navicon {

line-height: 3em;

}
	
	
	.news-item {
	width:47%;
	height: 330px;
	float:left;
	padding-right: 2%;
	}
 
  body.one-page {
    padding-top: 70px;
  }
  
   .top-menu {
	   display:none;
	height: 25px;
	background:rgb(102,153,0); 
background:rgba(102,153,0,0.8); 
-ms-filter:alpha(opacity=80); 
filter:alpha(opacity=80); 
	
}

.top-menu-holder {
	width: 99%;
	max-width:960px;
	margin: 0 auto;
}

   .top-menu p.left{
	color: #FFF;
	float:left;
	width:48%;
	text-align:center;
	position:relative;
	font-size: .66em;	
	
}
  
   .top-menu p.right{
	color: #FFF;
	float:right;
	text-align:center;
	width:48%;
	position:relative;
	font-size: .66em;	
	
}
  
  .header-left {
	width: 50%;
	margin-top: 20px;
	float:left;
  
  }
  
    .header-right {
		display:block;
	width: 46%;
	margin-left: 1%; 
	margin-right: 1%;
	margin-top: 20px;
	float:right;
  
  }
  
  .logo {
	margin: 0px 1em 10px 0 ;
	float: left;
	
	
}


.banner {
	display:block;
	
	

}

.banner-pic-holder {
	display:block;
	width: 30%;
	margin-right: 2%;
	float:left;
	
}



 .banner-info {
	width: 64%;
	margin-left:20px;
	margin-bottom:20px;
	float:right;
	
}


  .left-column {
	clear:none;
	margin-top: 20px;
	float:left;
	width: 31%;
	
	
}

 body.act-page .left-column {
	float:right;
	margin-top: 0px;
	
	
}



 .right-column{
	 margin: 0 0 20px 0;
	float: right;
	width:66%;

}
 body.act-page .right-column {
	 margin-top: 10px;
	 float:left;
 }

 
 .act-now {
	float: left;


}

 h4.individual, h4.group, h4.one-off, h4.recurring, h4.gift, h4.fundraise, h4.fundraise-principles, h4.tax, h4.rising {
	
	width:90%;
	font-size: 1.4em;
	padding: 5%;
	
}

 h4.individual, h4.group {
	
	width:90%;
	font-size: 1.25em;
	padding: 5%;
	
}



/* Social Buttons  */






.social, .social2 {
  list-style: none;
  text-align: center;
  clear:both;
}

.social2 a {color:#fff;}
.social ul {padding:0;margin:0;}
.social li {
  position: relative;
  display: inline-block;
  text-align:right;
  margin-right: -4px; /* See: http://css-tricks.com/fighting-the-space-between-inline-block-elements/ */
}

.social li:before {
  content: "";
  display: block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.social a {
	text-decoration:none;
  display: block;
  background: #6b4eab;
  color: #fff;
  margin: 10px;
  width: 34px;
  height: 34px;
  position: relative;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
}

.social a:before {
  content: "";
  display: block;
  background: #fff;
  border-top: 2px solid #ddd;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  border-radius: 50%;
  box-shadow: inset 0px 2px 12px #ddd;
}

.social a:hover {
  text-decoration: none;
  color: #fff;
  background: #ca9ad3;
}



/*___________*/

.searcher {
	width:90%;
    margin: 0 auto;
}


.searcher .search-field {
    background: none repeat scroll 0 0 #E4EECC;
    border: medium none;
    clear: both;
    color: #8fd988;
    display: block;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1em;
    font-style: italic;
    height: 30px;
    margin-bottom: 0.5em;
    margin-left: 30px;
    padding: 0.4em;
    width: 50%;
	-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}


.search-bttn, .searcher input[type="submit"] {
	margin-top:10px;
	margin-left: 10px;
    background: none repeat scroll 0 0 #C68D10;
    border: 3px solid #FFFFFF;
    -webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
    color: #fff;
	font-weight:800;
    cursor: pointer;
    display: block;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 1.125em;
    height: 43px;
    text-transform: none;
	background: #4fb046; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #4fb046 0%, #8fd988 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4fb046), color-stop(100%,#8fd988)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #4fb046 0%,#8fd988 100%); /* IE10+ */
background: linear-gradient(135deg,  #4fb046 0%,#8fd988 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb046', endColorstr='#8fd988',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

nav {
	width: 100%;
	height:62px;
	background: #6e5ba7 url(../img/menu-back1.png);
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}

.content-box nav {

	background:none;

}

nav ul {
	padding: 0 0 0 0;
}

  .flexnav {
	margin-top: 10px;
    overflow: visible;
   
  }
 
  .flexnav.one-page {
    top: 0;
    right: auto;
    max-width:960px;
  }

  .flexnav li {
	  background: none ;
	 width:19.5%;
    position: relative;
    list-style: none;
	text-align: center;
	border-right: 1px dotted #FFF;
    float: left;
    display: block;
    
    
  }
  



  .flexnav li:hover > ul {
    visibility: visible;
    opacity: 1;
    height: auto;
    display: block;
    padding:0;margin:0;
    position: absolute;
  }
  
  .flexnav.lg-screen li:hover > ul, .flexnav.sm-screen li:hover > ul {
    display: none;
  }


  
 .flexnav li a {

    width: 100%;
	 font-family:'Open Sans', Arial, Helvetica, sans-serif;
	 font-weight:800;
	 text-align: center;
	  border-left: 0px solid #acaca1;
    border-bottom: none;
  position: relative;

  display: block;
 padding: .3em 0px .3em 0px;
  z-index: 1000;
  overflow: hidden;
  text-decoration:none;
  color: #fff;
  
  border-bottom: 0px solid rgba(0, 0, 0, 0.15);
}
.flexnav li a.current {color:#ca9ad3;}
nav li a.current {color:#ca9ad3;}

  .flexnav li > ul {
    position: absolute;
    top: auto;
    left: 0;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    z-index: 1000;padding:0;margin:0;
  }
  
.flexnav li ul  {
    top: 36px;
  }
  
  .flexnav li ul li ul {
    top: 0;
  }
 
  .flexnav li ul li a {
    border-bottom: none;  font-size: 16px;
  font-size: 1.6rem;
  }
  .flexnav li ul li a:hover {color:#8cbe00;}
  .flexnav li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  
  .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
  }

  .flexnav ul li:hover ul {
    margin-left: 100%;
    top: 0;
  }

  .menu-button-back {
	
	 display: none;
}
  .menu-button {
    display: none;
  }
  
.news-boxer, .poll-boxer {
width: 47.5%;
 height: 400px;
 
}



 .news-boxer .news-scroller {

	height: 75%;

	}
 
.video-title {
	
	margin: 0  auto;
	
}

.video-wrapper h3 {
	font-weight:800;
	color: #4fb046;
	padding-bottom: .75em;
	text-transform:none;
	font-size:1.75em;
	display:block;
	padding-left: 2%;
	padding-top:.75em;
	
	
}

.contact-left-column, .contact-right-column {

 width: 48%;

}

.contact-details {
	height: auto;

}

.contact-details .blog-right{
	width:70%;

}

  .flexnav li ul {
	margin-top: 0px;

}

.footer .searcher {
	width:90%;
	display: none;
}

.footer .social {
 display: none;
}

.footer p{
	padding: 2em 0;

	
}

 .blogger a, .key a, .newsflash a, .contact-chat a{

  width: 66px;
  height: 66px;

  line-height: 66px;
  font-size:3.0em;

  border: #FFF 5px solid;

}

.newsflash a, .contact-chat a{
	font-size:2.8em;
}



.join-wrap {
	clear:both;
	
}

.join-wrap-left {
	width:46%;
	float:left;
	margin: 20px 2% 10px 2%;
}

 .join-wrap-right {
	width:46%;
	float:right;
	margin: 20px 2% 10px 2%;
}



.contact-details {marging-bottom:0;padding-bottom:0;}
.contact-details div.entry {border-bottom:none;marging-bottom:0;min-height:160px;}
.contact-details div.newsflash-entry {min-height:134px;}


h3.learn-icon-title {

	font-size: 1.5em;

	
	
}

.learn-centre {

	margin-top:0;
}


}






.oldie body.one-page {
  padding-top: 70px;
}

.oldie .flexnav {
  overflow: visible;
  max-height: 1000px;
}

.oldie .flexnav.one-page {
  top: 0;
  right: auto;
  max-width:960px;
}

.oldie .flexnav li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  width: 20%;
}

.oldie .flexnav li:hover > ul {
  visibility: visible;
  opacity: 1;
  height: auto;
  display: block;
 
  position: absolute;
}

.oldie .flexnav.lg-screen li:hover > ul, .oldie .flexnav.sm-screen li:hover > ul {
  display: none;
}

.oldie .flexnav li a {
  border-left: 1px solid #acaca1;
  border-bottom: none;
}

.oldie .flexnav li > ul {
  position: absolute;
  top: auto;
  left: 0;
  opacity: 0;
  visibility: hidden;
  height: 1px;
  z-index: 1;
}

.oldie .flexnav li ul li ul {
  top: 0;
}

.oldie .flexnav li ul li a {
  border-bottom: none;
}

.oldie .flexnav li ul.open {
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.oldie .flexnav li ul.open ul.open {
  margin-left: 100%;
  top: 0;
}

.oldie .flexnav ul li:hover ul {
  margin-left: 100%;
  top: 0;
}

.oldie .menu-button {
  display: none;
}

  ul.bullet, .content-box ul.bullet { list-style:disc;}
 ul.bullet li, .content-box ul.bullet li{ list-style:disc; background:none; padding-left:0;}

@media all and (min-width: 960px) {

h4.individual, h4.group {
	

	font-size: 1.4em;

	
}

}

/* ADDED December 2015 */
body.candidates .nwci_election_pledge .required {color:#666;}
.dform_error {color:red;}

/* Border styles */
table.candidates thead, table.candidates tr {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(211, 202, 221);
}
table.candidates {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(211, 202, 221);
}

/* Padding and font style */
table.candidates td, table.candidates th {
  padding: 5px 10px;
  font-size: 12px;
  font-family: Verdana;
  color: rgb(95, 74, 121);
}

/* Alternating background colors */
table.candidates tr:nth-child(even) {
  background: rgb(223, 216, 232)
}
table.candidates tr:nth-child(odd) {
  background: #FFF
}
/* end December 2015 */


#stripe_form label {
  font-weight:bold;
  margin-top: -10px;
}
#stripe_form input, .cc_logos, .ccv_img, #stripe_form select {
  margin-top:10px;
}



/* COOKIES */
/***********************
CookieCuttr GDPR Warning
************************/
.cc-cookies { position:fixed; width: 100%; left: 0; bottom: 0; padding: 0.5em 5%; background: #6e5ba7; background: rgba(110, 91, 167, 0.7); color: #fff; font-size: 13px; font-weight: 700; text-shadow: 0 -1px 0 rgba(0,0,0,0.35); z-index: 99999; text-align: center; color: #fff; }
.cc-cookies a, .cc-cookies a:hover { color: #fff; text-decoration: underline; }
.cc-cookies a:hover { text-decoration: none; }
.cc-overlay { height: 100%; padding-top: 25%; }
.cc-cookies-error { float: left; width: 90%; text-align: center; margin: 1em 0 2em 0; background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333; }
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: inline-block; color: #fff; text-decoration: none; background: #7DAF3B; padding: 0.5em 0.75em; border-radius: 3px; box-shadow: 0 0 2px rgba(0,0,0,0.25); text-shadow: 0 -1px 0 rgba(0,0,0,0.35); -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { background: #af3b3b; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-reset { background: #f15b00; }
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset  { background: #000; -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { display: block; margin-top: 1em; }
.cc-cookies.cc-discreet { width: auto; padding: 0.5em 1em; left: auto; top: auto; }
.cc-cookies.cc-discreet a.cc-cookie-reset { background: none; text-shadow: none; padding: 0; text-decoration: underline; }
.cc-cookies.cc-discreet a:hover.cc-cookie-reset { text-decoration: none; }

@media screen and (max-width: 768px) {
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: block; margin: 1em 0; }
}


/* 2019 : Buttons */
.searcher form {margin-bottom:10px;}
p.subs {margin:0;padding:0;text-align:center;}
p.subs a {
  text-align:center;
    border: 3px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
  font-weight:800;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 1.25rem;
    height: auto;
  padding:5px 20px;
    text-transform: uppercase;
    margin:0 0 0 15px;
  background: #6c4caa; /* Old browsers */
}
p.subs a {color: #fff;}
p.subs a:hover  {  color: #2b2c31;  
  background: #ca9ad3; /* Old browsers */
}
p.subs a:hover { text-decoration: none; }



select#ddform_72 {padding:0;}

div.donate-bar {
  background:#6e5ba7;
  color:#fff;
  width:100%;
}

div.donate-bar p.donater {
  color:#fff;
  text-align:center;
  font-weight:bold;
  margin-bottom:0;
  padding-bottom:10px;
  text-transform:uppercase;
  font-size:1.625rem;
}
div.donate-bar a.btn-donate {
  text-align:center;
    border: 3px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
  font-weight:800;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 1.25rem;
    height: auto;
  padding:5px 20px;
    text-transform: uppercase;
    margin:0 0 0 15px;
  background: #f15a48; /* Old browsers */  
}
div.donate-bar a.btn-donate:hover  {  
  color: #fff;  
  background:#ca9ad3 ; /* Old browsers */

}  