/* General Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@import url('https://fonts.googleapis.com/css?family=Raleway:300');

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; line-height:1.37em; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #000;
	background: #fff;
}

a {
	color: #00802f;
	text-decoration: none;
}

a:hover,
a:active {
	color: #406a28;
}

p > a {
	color: #00802f;
}

p > a:hover {
	color: #406a28;
    cursor: pointer;
}

h1 {
    font-family:'Raleway','Lato', Calibri, Arial, sans-serif;
    
}

h2 {
    font-family:'Raleway','Lato', Calibri, Arial, sans-serif;
    
}

h1 > a {
    color: #000;
}

h1 > a:hover {
    color:#000;
    text-decoration: none;
}

@media (min-width: 1440px)
{
       .center {
    	display:block !important;
        margin-left: auto !important;
        margin-right: auto !important;

        }  
    
}

img.md-trigger {
	cursor: pointer;
	cursor: hand;
	margin-left:10px;
	margin-right:10px;
	
}

.add-margin {
	margin-top:20px;
	margin-bottom:20px;
}

.hide {
	display: none;
}

 .skip {
        position: absolute;
        top: -1000px;
        left: -1000px;
        height: 1px;
        width: 1px;
        text-align: left;
        overflow: hidden;
    }
    
    a.skip:active, 
    a.skip:focus, 
    a.skip:hover {
        left: 0; 
        top: 0;
        width: auto; 
        height: auto; 
        overflow: visible; 
    }



#ipad-homepage {
    
    display: none;
}

/* Header Style */
#main,#homepage,
.container > header {
	margin: 0 auto;
	padding: 2em;
	box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

.container > header {
	text-align: center;
	background: rgba(0,0,0,0.1);
	padding: 2.5em;
}

.container > header h1 {
	font-size: 3em;
    color:black;
	line-height: 1.3;
	margin: 0;
	font-weight: 400;
	padding-bottom: 0.3em;
}

.container > header h2 {
	display: block;
    font-size: 1.1em;
	padding: 0 0 0.6em 0.1em;
}



/*Footer Style */
#main,#homepage,
.container > footer {
	margin: 0 auto;
	padding: 2em;
}

.container > footer {
	text-align: center;
	color: #000;
	background: rgba(0,0,0,0.1);
	padding: 3em;
}

.container > footer p {
	font-size: 14px;
	
}

.container > footer a {
	color: #00002f;
	text-decoration: none;
	
}

.container > footer a:hover,a:active {
    color: #406a28;
}

/*---------- Main Content & Homepage--------- */

#main {
	max-width:90em;
	min-height:580px;
}


/*iPad Pro @media adjustment */
@media (min-height: 1366px){
    
    #main {
	max-width:90em;
	min-height:1024px;
    }
    
}

#homepage {
	max-width:90em;
	min-height:580px;
	text-align: justify;
}

#homepage > h3 {
    display: block;
	font-size: 100%;
	opacity: 0.7;
	padding: 0 0 0.6em 0.1em;
    border-bottom: 0.5px dotted silver;
    
}

#homepage > img:hover {
    opacity: 0.5;
    
}

#homepage > div {
	
	width: 100%;
	display: inline-block;
	vertical-align: top;

	/* IE fix. */
	*display: inline;
	zoom: 1;
}

#homepage:after {
	
	content: "";
	width: 100%;
	display: inline-block;
}


.column p {
	font-weight: 300;
	font-size: 2em;
	padding: 0;
	margin: 0;
	text-align: right;
	line-height: 1.5;
}

#column-left {
	float: left;
	width: 25%;
	padding: 0 2em;
	min-height: 400px;
	position: relative;
}

#column-right {
	float: left;
	width: 75%;
	padding: 0 2em;
	min-height: 400px;
	position: relative;
	box-shadow: -1px 0 0 rgba(0,0,0,0.1);
}

/*** Use this if using ul lists in body, stops dropdown styling being applied */
.column-right-normal {
    float: left;
	width: 75%;
	padding: 0 2em;
	min-height: 300px;
	position: relative;
	box-shadow: -1px 0 0 rgba(0,0,0,0.1);
}


/*------------- Image Cycler ---------------- */ 

.cycler{
   float: left;
    position:relative;
    overflow:hidden;
    width:250px; 
    background-color: #ffffff;
    height: 167px;
    margin-bottom: 35px; 
}

.cycler img{
    position:absolute;
    z-index:1;
    width: 250px; 
    height:167px;
    display:none;
}

.cycler img.active{
    z-index:3;
    display:block;
}

/*------For static images in same style -----*/

.cycler-static {
    float: left;
    position:relative;
    overflow:hidden;
    width:250px; 
    background-color: #ffffff;
    height: 167px; 
    margin-bottom: 35px; 
}

.cycler-static img {
    position:absolute;
    z-index:1;
    width: 250px; 
    height:167px; 
}

.dropshadow {
    border: solid 1px #CCC;
    -moz-box-shadow: 5px 5px 4px #999;
    -webkit-box-shadow: 5px 5px 4px #999;
    box-shadow: 5px 5px 4px #999;
        }

    .mobile-cycler {
    display:none;
}

/*-------- Categories List (called 'Dropdown' as it used to be a traditional dropdown list)-----*/

/* The container <div> - needed to position the dropdown content */


/* Dropdown Content */
.dropdown-content {
    position: absolute;
    width:300px;
    text-align: left;
    background: #f2f2f2;
    margin-right:auto;
    margin-left:auto;
    padding:20px;
    border-radius: 2px;
    overflow: hidden;
    border-color: white #f7f7f7 whitesmoke;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

/******** Links inside the dropdown *******/

.dropdown-content a {
    color:black;
    font-size: 14px;
    line-height:normal;
    text-align: left; 
    display: block;
}

.dropdown-content a:hover , a.active {
    color:floralwhite;
    background-color: #406a28;
    cursor: pointer;
}

.dropdown-mobile {
    display: none;
}


.show {
    display:block;
}



/********* Buttons and menu-top ********/

button {
	border: none;
	padding: 0.6em 1.2em;
	background: none;
	color: #000;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
}

button:hover{
	background: #406a28;
	color: #fff;
}

button a {
	color: #fff;
	font-size:12.5px
}

button a:hover {
	color: #fff;
}

button.focus {
	background: #406a28;
	color: #fff;
}

.button-title {
    width:300px;
    background: #406a28;
	color: #fff;
    border-radius: 2px;
    cursor:default;
}

menu-top {
	border: none;
	padding: 0.6em 1.2em;
	background: #fff;
	color: #fff;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
    font-weight: 550;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
}

.menu-top-active {
    background: #406a28;
    color: #fff;
}

a > menu-top {
	
	color: #000;
    font-size: 1em;
}


a menu-top:hover, menu-top:active {
	background: #406a28;
	color: #fff;
}


/*-----------'Read More' toggle-----------*/


input {
  opacity:0;
}

label {
  display: block;
  padding: 0.5em;
  text-align: center;
}

label:hover {
  color: #000;
}

label::before {
  font-weight: bold;
  font-size: 15px;
  content: "+";
  vertical-align: text-top;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  background: radial-gradient(ellipse at center, #CCC 50%, transparent 50%);
}

input:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
    
}

#expand {
  height: 0px;
  overflow: hidden;
  transition: height 0.75s;
}

#toggle:checked ~ #expand {
  height:100%;
}

#toggle:checked ~ label::before {
  content: "-";
}


/*************** Media Breakpoints *****************/

/* Mobile breakpoint (portrait)*/ 

@media (min-device-width: 320px) and (max-width: 479px) {

    body { font-size: 75%; }
    
    #main {
        min-height: 880px;
        
    }
    
    
     #column-left {
        display:none;
    }
    
    #column-right{
        width:100% !important;
        box-shadow:none;
        padding:0 1em;
    }
    
    .column-right-normal {
        width:100%;
    }
    
    
    .button-title-mobile {
    width:100%;
    background: #406a28;
	color: #fff;
    border-radius: 2px;
    cursor:pointer;
}
    
    
    .dropdown-mobile {
    position: relative;
    display: inline-block;
    width:100%;
}
    
    
    .dropdown-mobile-content {
    display: none;
    position: relative;
    text-align: left;
    background: #f2f2f2;
    margin-right:auto;
    margin-left:auto;
    padding:20px;
    border-radius: 2px;
    overflow: auto;
    border-color: white #f7f7f7 whitesmoke;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    z-index: 1;
}
    
.dropdown-mobile-content a {
    color:black;
    font-size: 14px;
    line-height:normal;
    text-align: left; 
    display: block;
}

.dropdown-mobile-content a:hover , a.active {
    color:floralwhite;
    background-color: #406a28;
    cursor: pointer;
}

.show {display:block;}
  
  
/* Stacks homepage logos on top of one another */
  
       img.md-trigger {
		max-width: 100%;
		height: auto;
		display:block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
	}
    
       img.no-margin {
        margin-bottom: -15px;
        
    }
     
    button {
        margin-left: auto;
        margin-right: auto;
        display: block;
        
    }
    
     .dropdown-content {
        display:none;
        
    }
    
     .button-title {
       display:none;
    }
    
     #ipad-homepage {
    display: none;
}
    

  /*  .dropdown-content {
        
        width:55%;
        position:relative;
        float:left;
        padding:5px;
        margin-left:-10px;
    }
     
*/
    #toggle:checked ~ #expand {
        height:950px;
    }
    
     .mobile-cycler {
        width:50%;
        display:table;
        margin-left: auto;
        margin-right: auto;
        
    }
    
    
    
  
}

/* Landscape phone to portait Tablet */

@media (min-width: 480px) and (max-width: 767px){
    
body { font-size: 75%; }
    
    /* Stacks homepage logos on top of one another */
    img.md-trigger {
		max-width: 75%;
		height: auto;
		display:block;
        margin-left: auto;
        margin-right: auto;
	}
    
      #column-right{
        width:100% !important;
        box-shadow:none;
        padding:0 1em;
    }
    
  #column-left {
        display:none;
    }
    
      .button-title {
       display:none;
    }
    
    
     .dropdown-content {
        display:none;
        
    }
    
    .button-title-mobile {
    width:100%;
    background: #406a28;
	color: #fff;
    border-radius: 2px;
    cursor:default;
}
    
     .dropdown-mobile {
    position: relative;
    display: inline-block;
    width:100%;
}

    .dropdown-mobile-content {
    display: none;
    position: relative;
    text-align: left;
    background: #f2f2f2;
    margin-right:auto;
    margin-left:auto;
    padding:20px;
    border-radius: 2px;
    overflow: auto;
    border-color: white #f7f7f7 whitesmoke;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    z-index: 1;
}
    
.dropdown-mobile-content a {
    color:black;
    font-size: 14px;
    line-height:normal;
    text-align: left; 
    display: block;
}

.dropdown-mobile-content a:hover , a.active {
    color:floralwhite;
    background-color: #406a28;
    cursor: pointer;
}

.show {
    display:block;
    }
    
.mobile-cycler {
    display:inline-block; 
    width:100%;
        
    }
}

/* --- iPad pro/Surface portrait only, and other standard res tablets both portrait & landscape---*/

@media (min-width: 768px) and (max-width: 1024px) { 
     
  
    
    /* Header Styles for tablets (container-bs uses bootstrap) */
#main,#ipad-homepage,
.container-bs > header {
	margin: 0 auto;
	padding: 2em;
	box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

.container-bs > header {
	text-align: center;
	background: rgba(0,0,0,0.1);
	padding: 2.5em;
}

.container-bs > header h1 {
	font-size: 3em;
	line-height: 1.3;
	margin: 0;
	font-weight: 400;
	padding-bottom: 0.3em;
}

.container-bs > header span {
	display: block;
	font-size: 100%;
	opacity: 0.7;
	padding: 0 0 0.6em 0.1em;
}



/*Footer Style for tablets (container-bs uses bootstrap)  */
#main,#ipad-homepage,
.container-bs > footer {
	margin: 0 auto;
	padding: 2em;
}

.container-bs > footer {
	text-align: center;
	color: #000;
	background: rgba(0,0,0,0.1);
	padding: 3em;
}

.container-bs > footer p {
	font-size: 14px;
	
}

.container-bs > footer a {
	color: #00802f;
	text-decoration: none;
	
}

.container-bs > footer a:hover,a:active {
    color: #406a28;
}
    
    #column-left {
        width:35%;
    }
    
    #column-right {
        width:65%;
        box-shadow: none;
    }    
    
.column-right-normal {
        width:65%;
       box-shadow:none;
    }
    
/*------------- Image Cycler ---------------- */ 
    .cycler{
    width:180px;
    height: 130px;
    margin-bottom: 30px;
    }

    .cycler img{
    position:absolute;
    z-index:1;
    width:180px;
    height: 130px;
    }

.cycler img.active{
    z-index:3
}
      

/*------For static images in same style -----*/

.cycler-static {
 
   width:180px;
    height: 130px;
    margin-bottom: 12px;
}

.cycler-static img {
    position:absolute;
    z-index:1;
    width:180px;
    height: 130px;
}

    .button-title {
       display:none;
    }
    
    .dropdown-content {
        display:none;
        
    }
    
    .button-title-mobile {
    width:100%;
    background: #406a28;
	color: #fff;
    border-radius: 2px;
    cursor:default;
}
    
     .dropdown-mobile {
    position: relative;
    display: inline-block;
    width:100%;
}

    .dropdown-mobile-content {
    display: block;
    position: relative;
    text-align: left;
    background: #f2f2f2;
    margin-right:auto;
    margin-left:auto;
    padding:20px;
    border-radius: 2px;
    overflow: hidden;
    border-color: white #f7f7f7 whitesmoke;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    z-index: 1;
}
    
.dropdown-mobile-content a {
    color:black;
    font-size: 14px;
    line-height:normal;
    text-align: left; 
    display: block;
}

.dropdown-mobile-content a:hover , a.active {
    color:floralwhite;
    background-color: #406a28;
    cursor: pointer;
}


.dropdown-mobile:hover .dropdown-mobile-content {
    display: block;
}
      
    
/*----------iPad & equiv only homepage (uses Bootstrap CSS sm columns)  */
    
    #homepage {
        display: none;
        
    }
    
    #ipad-homepage {
        display: inherit;
        max-width:90em;
        min-height:525px;
        
    }
    
    #ipad-homepage > h3 {
    display: block;
	font-size: 100%;
	opacity: 0.7;
	padding: 0 0 0.6em 0.1em;
    border-bottom: 0.5px dotted silver;
    
    }
    
    #ipad-homepage > img:hover {
    opacity: 0.5;
    }

    #ipad-homepage > div {
	
	width: 100%;
	display: inline-block;
	vertical-align: top;

	/* IE fix. */
	*display: inline;
	zoom: 1;
    }

    #ipad-homepage:after {
	
	content: "";
	width: 100%;
	display: inline-block;
    }

        
    }
   





/* Laptops & iPad Pro Retina Landscape (1279px is Firefox maximum, 1276px is Chrome maximum) */

@media (min-width: 1025px) and (max-width: 1368px) { 
 
  
    .mobile-cycler {
    display:none;
    }
        
    .dropdown-mobile {
    display: none;
}
    
    
}



/* iPad Pro Retina Portrait */
@media (min-height: 1263px){
    body {font-size: 125%;  }
    
    .center {
    	display:block !important;
        margin-left: auto !important;
        margin-right: auto !important;

        }  
    
    .mobile-cycler {
    display:none;
}
    

}
    


