/*Styles assigned to the home page only */

body {
	background:#4d4c4c;
}

/*TABS */
.tabs {
	width: 200px;
	float: none;
	list-style: none;
	position: relative;
	margin: 0px 0 0 0px;
	text-align: left;
}


.tabs li {
  float: left;
  display: block;
}
.tabs input[type="radio"] {
  position: absolute;
  display:none;
}
.tabs label {
	display: block;
	padding: 0.2em;
	border-radius: 2px 2px 0 0;
	font-size: 1.2em;
	font-weight: bold;
	background: #666666;
	color:#fff;
	cursor: pointer;
	position: relative;
	margin-right:0.4em;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tabs label:hover {
  color: #bbaa77;
}
.tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  line-height: 25px;
  padding: 5px;
  position: absolute;
  left: 0;
  background: #666666;
}
.tabs [id^="tab"]:checked + label {
  top: 0;
  padding: 0.2em;
  background: #666666;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
}

#wrap {
	margin-left: auto;
	margin-right: auto;
	height: 300px;
	position: relative;	
	
}

#wrap img {
	width:100%;
	height:auto;
	object-fit:cover;
}

#wrap .cycle-overlay {
	background:rgba(0,0,0, 0.9);
	position:relative;
	bottom:0;
	font-family: 'Lato', Verdana, Geneva, sans-serif;
	font-weight:normal;
	width:100%;
	text-align:center;
	padding-bottom:1.5em;
	padding-top:1em;
	z-index: 100;
	height:120px;
}

.small a {
	font-size: 0.8em;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1.0em 4% 0.1em;
}

.small a:hover {
	color: #bbaa77;
}

.lead {
	font-size: 1.2em;
	color: #fff;
	padding: 0em 12% 0.4em;
	margin-bottom: 0.5em;
}

.homebutton {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	transition: background-color 0.5s ease;
	border-radius: 5px;
	color: #ffffff;
	background: #a71212;
	padding: .5em 2.5em;
	text-decoration: none;
	border: 2px solid #FFF;
	font: 0.8em 'Lato', Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	z-index:15;
		
}

.homebutton a {
	whitespace:nowrap;
}

.homebutton:hover {
  background: #dd1144;
  text-decoration: none;
}

/*BXWrapper Slideshow*/
.bx-wrapper {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
}



/*=========================================================================
action COLUMNS
===========================================================================*/

#actionwrap {
	width:100%;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	border-top: 4px solid #e4e4e4;
	border-bottom: 4px solid #e4e4e4;
}
#actionbox {
	width: 100%;
	max-width: 1200px;
	
	display: table;
	padding-bottom: 1.0em;
	background:#fff;
	margin-left:auto;
	margin-right:auto;

}

#alert {
	width:100%;
	text-align:center;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}

#alert h3 {
	text-align:center;
}

#actionbox h2 {
	font: 100 3.6em/1.5pc Berling, Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #333;
	margin-top:1em;
	margin-bottom:0.25em;
}

#actionbox p {
	font: 0.9em 'Lato', Verdana, Geneva, sans-serif;
	text-decoration: none;
	padding: 0em 3.5em 1.5em;
	color: #333;
}


.leftaction, .centeraction, .rightaction {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}



/*====================================================================
NEWS COLUMN
====================================================================*/
#newsboxwrap {
	padding-top: 2em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	background: #828e73; /* Old browsers */
	/* IE10+ */ 
	background-image: -ms-radial-gradient(center, ellipse farthest-corner, #A8B992 0%, #828e73 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center, ellipse farthest-corner, #A8B992 0%, #828e73 100%);
	/* Opera */ 
	background-image: -o-radial-gradient(center, ellipse farthest-corner, #A8B992 0%, #828e73 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center center, 0, center center, 286, color-stop(0, #A8B992), color-stop(100, #828e73));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #A8B992 0%, #828e73 100%);
	/* W3C Markup */ 
	background-image: radial-gradient(ellipse farthest-corner at center, #A8B992 0%, #828e73 100%);
	border-bottom: 4px solid #CBCBCB;
}

#newsboxwrap h2 {
	font: bold 1.8em/1.5em 'Lato', Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin: 0;
}

#newsbox {
	display:block;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1.0em;
	padding-bottom:2em;
}

.storybox {
	font: 0.8em 'Lato', Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #333;
	background: #fff;
	width: 100%;
	border-bottom: 0.75em solid #84ae5f;
	position:relative;
}

.storybox .storytitle {
	font: bold 1.3em 'Lato', Verdana, Geneva, sans-serif;
	color: #555a50;
	line-height: 1.2em;
	padding: 1.3em 1.7em 0em;
}

.storybox p {
	padding: 0em 2em 1em;
}


.news {
	width: 100%;
	vertical-align: top;
	margin-bottom:2em;
}

.newsalt {
	display:none;
}
#newsbox img {
	width:100%;
	height:auto;
	display:block;
}

.news4wrapper {
	
	background:#5f754c;
}


.news4wrapper ul {
	background: #5f754c;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:2.0em;
	margin-bottom:0.5em;
}

.news4wrapper li {
	list-style: none;
	display:block;	
	margin:0;
	padding:0;
	border-right:0;
	border-bottom: 1px solid #FFF;
	margin-right: 2.0em;
	margin-left: 2.0em;	
}

.news4wrapper li:last-child {
	border-bottom: 0;
}

.news4wrapper li a {
	color: #fff;
	display: block;
	font-size: 1.3em;
	text-decoration: none;
	padding: 1.5em 1.7em;
	text-transform: uppercase;
	line-height: 1.0em;
	text-align: center;
	
}

.news4wrapper a:hover {
	color: #bbaa77;
	
}


.news4wrapper .newslink {
	background: #3f562b;
	padding: 1em 0em;
	color: #FFF;
	text-decoration: none;
	size: 1.5em;
	display: block;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.morebtn {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	transition: background-color 0.5s ease;
	border-radius: 5px;
	color: #ffffff;
	font: bold 0.8em 'Lato', Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	background: #84ae5f;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	margin-left:1.5em;
	margin-top:0;
	margin-bottom:1.5em;
	margin-right:0;
	
	display:inline-block;
	
}

.morebtn:hover {
  background: #56862c;
  text-decoration: none;
}

.morebtn a {
	whitespace:nowrap;
}

#outcomesbox {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3em;
	padding-bottom: 3em;
	text-align: center;
	
	background: #fff url(img/mortar.jpg) no-repeat 0px -150px;
}

#outcomesbox h2 {
	font: 100 3.6em/1.5pc Berling, Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #fff;
	margin-bottom: 0.6em;
}

#outcomesbox .homebtn {
	font-size:0.7em;
}

#instabox {
	display: flex;
	flex-flow: row;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:2em;
	padding-top:2em;
	/* IE10+ */ 
background-image: -ms-radial-gradient(center, ellipse farthest-corner, #718FA7 0%, #425766 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center, ellipse farthest-corner, #718FA7 0%, #425766 100%);

/* Opera */ 
background-image: -o-radial-gradient(center, ellipse farthest-corner, #718FA7 0%, #425766 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 286, color-stop(0, #718FA7), color-stop(100, #425766));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #718FA7 0%, #425766 100%);

/* W3C Markup */ 
background-image: radial-gradient(ellipse farthest-corner at center, #718FA7 0%, #425766 100%);
	
	
	border-top: 4px solid #CCC;
}

#instafeed {
	display: flex;
	flex-flow: row;
	flex-direction: column;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	padding-top: 1em;
	padding-bottom: 1em;
	
	max-width:1200px;
	color: #d2d2d2;
	font: 0.7em 'Lato', Verdana, Geneva, sans-serif;
	width: 100%;
	position:relative;
	
}
#instabox h3 a {
	font: bold 2.2em 'Lato', Verdana, Geneva, sans-serif;
	color: #FFF;
	display:block;
	text-decoration:none;
	padding-bottom:0.75em;
}

#instabox h3 a:hover {
	color:#bbaa77;
}

.instapic {
	display:flex;
	flex-flow:row;
	flex-direction:column;
	justify-content:center;
	align-content:center;
	align-items:center;
	margin-bottom:2em;
	width:250px;
	height:auto;
	position:relative;
}

.instapic a {
	color:#fff;
}

.instapic .instacaption {
	
	background:rgba(0,0,0, 0.7);
	position:absolute;
	display:block;
	bottom:0;
	left:0;
	font-family: 'Lato', Verdana, Geneva, sans-serif;
	font-weight:normal;
	width:240px;
	text-align:center;
	padding:5px;
	z-index:10;
	margin:0;
	opacity:0;
	-webkit-transition: opacity 0.5s ease;
   -moz-transition: opacity 0.5s ease;
   -o-transition: opacity 0.5s ease;
   transition: opacity 0.5s ease;
	
}

.instapic:hover .instacaption {
	opacity:1;
	-webkit-transition: opacity 0.5s ease;
   -moz-transition: opacity 0.5s ease;
   -o-transition: opacity 0.5s ease;
   transition: opacity 0.5s ease;
	
}

.instapic img {
	
width:250px;
height:auto;
}

/*social icons*/
#footersocial ul {
	list-style:none;
	display:flex;
	flex-direction:row;
	list-style:none;
	margin:0;
	padding:0;
}
#footersocial ul li {
	display:flex;
	flex-direction:row;
	flex-flow:row;
	list-style:none;
	margin:0;
	padding:0;
}

#footersocial a {
	color:#fff;
	text-decoration:none;
	padding:5px;
}

#footersocial a:hover {
	color:#bbaa77;
}


@media only screen and (min-width: 400px) {
    /* Style adjustments for viewports that meet the condition @400px*/
	
	.homebtn, .homebutton {
	position:relative;
	padding: .5em 2.0em;
		
}
	
}

@media only screen and (min-width: 500px) {
    /* Style adjustments for viewports that meet the condition @500px*/
	
	#wrap {
	max-width: 1200px;
	max-height: 768px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-size: 100%;
	position: relative;
	background: no-repeat fixed center 3em;
	background-size: cover;
	
	
	
}
	
#wrap img {
	width:100%;
	height:auto;
	object-fit:contain;
	position:relative;
}

#wrap .cycle-overlay {
	min-height:18%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+36&0+0,0.75+36 */

background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 36%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 36%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 36%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */


	position:absolute;
	padding-top:2.0em;
	height:auto;

}

.news {
	margin-top:2em;
	max-width:60%;
	margin-left:auto;
	margin-right:auto;
}
.storybox {
	margin-top:1em;
}

#outcomesbox .homebtn {
	font-size:0.8em;
}

	
}

@media only screen and (min-width: 768px) {
    /* Style adjustments for viewports that meet the condition @768px*/
#wrap {
	max-height:70vh;
}

#wrap div {
	position:relative;
	max-height:70vh;
}

#wrap .cycle-overlay {
	text-align: left;
	padding-bottom: 0;
	
}

#wrap img {
	max-width:1200px;
	height:auto;
}
.cycle-overlay {
	max-width:1200px;
	position:relative;
}	

.small a {
	font-size: 1.1em;
}

.lead {
	font-size: 2em;
	padding: 0em 4%;
	font-family: 'Lato', Verdana, Geneva, sans-serif;
	
}
.homebutton {	
	
	padding: 0.5em 1.8em;
	font-size: 0.8em;
	position:absolute;
		right:4%;
		bottom:20%;
	
}


#actionbox > div {
	display:table-cell;
}
.leftaction {
	width:33%;
	padding: 0.5em;
}
.centeraction {
	width:33%;
	padding: 0.5em;
}
.rightaction {
	width:33%;
	padding: 0.5em;
}	

.buttonpad {
	padding-bottom: 3em;
	font-size:1.2em;
	display: block;
	
}


/*News Box */

#newsbox {
	display:table;
}

.news {
	width: 33%;
	padding: 0.5em;
	display:table-cell;
	margin-bottom:0;
}


.storybox .storytitle {
	font: bold 1.4em 'Lato', Verdana, Geneva, sans-serif;
	padding: 1.0em 1em 0em;
	min-height:100px;
}

.storybox p {
	padding: 0em 1.5em;
	min-height:110px;
}


.morebtn {
	
	
}

.news:last-child {
	display:none;
}

.newsalt {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:2em;
	text-align: center;
	width:83%;
	
}
	
.news4wrapper ul {
	background: #5f754c;
	
	justify-content:space-around;
	align-content:center;
	align-items:center;
	
}

.news4wrapper li {
	list-style: none;
	display: inline-block;
	border-right: 1px solid #FFF;
	border-bottom: 0;
	margin: 0;
	width:22%;
	padding:0.5em;
	
}
.news4wrapper li:first-child {
	
	padding-left:0;
}
.news4wrapper li:last-child {
	border-right: 0;
	padding-right:0;
}
.news4wrapper li a {
	font-size: 0.9em;
	text-align: center;
	padding: 0.3em 1.0em;
}
	
.news4wrapper .newslink {
	
	margin-top:0;
	font-size:1.5em;
	
}

#instafeed {
	flex-flow: row;
	flex-direction: row;
	max-width:768px;
}

.instapic {
	display:flex;
	flex-flow:row;
	flex-direction:row;
	justify-content:space-between;
	align-content:center;
	align-items:center;
	height:auto;
}

.instapic img {
	
width:180px;
height:auto;
}

.instapic .instacaption {
	width:170px;
}
}

@media only screen and (min-width: 1025px) {
    /* Style adjustments for viewports that meet the condition @1000px*/


	
.small a {
	font-size: 1.6em;
	font-weight: bold;
	padding: 1.5em 4% 0.1em;
	
	
}

.lead {
	font-size: 2.2em;
	padding: 0;
	
	font-weight: bold;
	position:absolute;
	bottom:5%;
	left:4%;
	width:60%
}

.homebutton {
	padding: 0.5em 2.4em;
	font-size: 1.1em;
	position:absolute;
		right:5%;
		bottom:20%;
	
}

/*News Box */


#newsboxwrap h2 {
	font: bold 2em/1.5em 'Lato', Verdana, Geneva, sans-serif;
}
#newsbox {
	display: table;
	position:relative;
	padding-top: 1em;
	padding-bottom: 2em;
	padding-left:2em;
	padding-right:2em;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}	
.newsalt {
	display:none;
}
.news {
	width: 24%;
	
	padding-left:0.5em;	
	padding-right:0.5em;
	padding-bottom:0;
	padding-top:0.5em;
	display:table-cell;
	
}
.news:last-child {
	display:table-cell;
}
.news img {
	max-height: 180px;
}

.storybox .storytitle {
	font: bold 1.2em/1.3em 'Lato', Verdana, Geneva, sans-serif;
	padding: 1.0em 1em 0em;
	min-height: 50px;
}

.storybox p {
	
	min-height:100px;
}


.news4wrapper {
	position:relative;
	display:table;
	
	width:100%;
	
}

.news4wrapper ul {
	
		
	padding-top:1em;
	padding-bottom:0.5em;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0.5em;
	position:relative;
	
}

.news4wrapper li {
	list-style: none;
	display:block;	
	margin:0;
	padding:0;
	border-right:0;
	border-bottom: 1px solid #FFF;
	width:85%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

.news4wrapper li:last-child {
	border-bottom: 0;
}

.news4wrapper li a {
	color: #fff;
	display: block;
	font-size: 1em;
	text-align: center;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	padding-left:0;
	padding-right:0;
}

.news4wrapper .newslink {
	position:relative;
	
	bottom:0px;
	width:100%;
	margin-bottom:0;
	overflow:visible;
	vertical-align:bottom;
	
}
#instafeed {
	
	max-width:1025px;
}


.instapic img {
	
width:250px;
height:250px;
object-fit:cover;
}

.instapic .instacaption {
	width:240px;
}
}

@media only screen and (min-width: 1200px) {
    /* Style adjustments for viewports that meet the condition @1200px*/
	
	#instafeed {
	
	max-width:1200px;
}
	
	
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}



