/* -------------------------------------
		GLOBAL
------------------------------------- */
html,
* {
	margin:0px;
	padding:0px;


}
* { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

img {
			outline: none;
			text-decoration: none;
			-ms-interpolation-mode: bicubic;
			width: auto;
			max-width: 70%;
			clear: both;
			display: block;
	 }

		.slide {
				outline: none;
				text-decoration: none;
				-ms-interpolation-mode: bicubic;
				width: auto;
				max-width: 100%;
				clear: both;
				display: block;
				/* border:5px solid rgba(6, 95, 70) */
		 }

	 .pic img{
		 outline: none;
		 text-decoration: none;
		 -ms-interpolation-mode: bicubic;
		 width: auto;
		 max-width: 100%;
		 padding-left: 0px;
		 clear: both;
		 display: block;

	 }

	 .logo img{
		max-width: 70%;
		padding-left: 0px;
		padding-top: 10px;
		padding-bottom: 15px
		}

		.row img {
					width: 100%;

					clear: both;

			 }

		.columnPic img {
  	opacity: 0.8;
  	cursor: pointer;
		}

		.columnPic img:hover {
  	opacity: 1;
		}

		.columnPic .text {
  	opacity: 0.8;
  	cursor: pointer;
		}

		.columnPic .text:hover {
  	opacity: 1;
		}

.collapse {
	margin:0px;
	padding-top:10px;
	color:black;

}

body {
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:none;
	width: 100%!important;
	height: 100%;
	background-color:rgba(6, 95, 70);
	padding: 0px!important;
	margin: 0px!important;

}



/* -------------------------------------
		ELEMENTS
------------------------------------- */
a { color: #2BA6CB;  font-size: 12px; margin: 0px auto; padding-bottom: 0px;text-align: left;}

.button-td,
.button-a {
		transition: all 100ms ease-in;
}
.button-td:hover{
	display: inline;
}
.button-a:hover {
		background: #555555 !important;
		border-color: #555555 !important;
}

.btn {
	text-decoration:none;
	color: #FFF;
	background-color: #008244;
	padding:10px 10px;
	font-weight:bold;
	margin-left: 10px;
	margin-right:10px;
	text-align:center;
	cursor:pointer;
	display: inline-block;
}

p.callout {
	padding:0px;
	color: white;
	font-size: 20px;
	font-weight: bolder;
	text-shadow:2px 2px 4px #000000 ;
	margin-bottom: 15px;
	text-align:center;
}
.callout a {
	font-weight:bold;
	color: #2BA6CB;

}

table.social {
/* 	padding:15px; */
	background-color: #ebebeb;

}
.social .soc-btn {
	padding: 3px 7px;
	font-size:12px;
	margin-bottom:10px;
	text-decoration:none;
	color: #FFF;font-weight:bold;
	display:block;
	text-align:center;
}
a.fb { background-color: #3B5998!important; }
a.tw { background-color: #1daced!important; }
a.gp { background-color: #DB4A39!important; }
a.ms { background-color: #000!important; }

.sidebar .soc-btn {
	display:block;
	width:100%;
}

/* -------------------------------------
		HEADER
------------------------------------- */
table.head-wrap { max-width: 700px!important; padding:0px!important; margin: 0px!important; background-color: #ebebeb;  clear:both!important}

.header.container table td.logo { padding: 15px; }
.header.container table td.label { padding: 15px; padding-left:0px;}


/* -------------------------------------
		BODY
------------------------------------- */
table.body-wrap {max-width:700px!important; padding: 0px!important; margin: 0px!important; background-color: white; clear:both!important; }


/* -------------------------------------
		FOOTER
------------------------------------- */
table.footer-wrap { width: 100%; clear:both!important;
}
.footer-wrap .container td.content  p { border-top: 1px solid rgb(215,215,215); padding-top:15px;}
.footer-wrap .container td.content p {
	font-size:10px;
	font-weight: bold;

}


/* -------------------------------------
		TYPOGRAPHY
------------------------------------- */
h1,h2,h3,h4,h5,h6 {
font-family: "Source Sans Pro,HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif"; line-height: 1.1; margin-bottom: inherit; color:#000;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #6f6f6f; line-height: 0; text-transform: none; }

h1 { font-weight:700; font-size: 30px; text-shadow:2px 2px 4px white;}
h2 { font-weight:700; font-size: 28px; text-shadow:2px 2px 4px white}
h3 { font-weight:700; font-size: 16px; padding-left: 20px; padding-right:10px; padding-top: 10px; text-shadow:2px 2px 4px white }
h4 { font-weight:900; font-size: 16px; padding-left: 20px; padding-top: 15px; padding-bottom: 20px; text-shadow:2px 2px 4px white}
h5 { font-weight:900; font-size: 15px; padding-right:10px; padding-top: 10px; text-shadow:2px 2px 4px white; text-shadow:2px 2px 4px white ; }
h6 { font-weight:900; font-size: 14px; }

.collapse { margin:0!important;}

ul {

	padding-left:10px;
	padding-right: 10px;
	text-align: justify;
	font-weight: normal;
	font-size:14px;
	line-height:1.6;

}

p {
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: justify;
	font-weight: normal;
	font-size:12px;
	line-height:1.7;
}

p.preview{
align: left;
padding: 10px;

}

 .text  {
	font-weight: normal;
	text-decoration: none;
	font-size:14px;
	line-height:1.6;
	font-size: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
  background: #ebebeb;
  width: 100%;
  text-align: center;
	/* border:5px solid rgba(6, 95, 70) */

}
.row a   {
 font-weight: normal;
 text-decoration: none;
 font-size:14px;
 line-height:1.6;
 font-size: 15px;
 padding-top: 10px;
 padding-bottom: 10px;
 margin-bottom: 10px;
 background:#F5F5F5;
 width: 100%;
 max-height: inherit;
 text-align: left;
 color: inherit;
 /* border:5px solid rgba(6, 95, 70) */

}

.columnPic a   {
 font-weight: normal;
 text-decoration: none;
 font-size:14px;
 line-height:1.6;
 font-size: 15px;
 padding-top: 10px;
 padding-bottom: 10px;
 margin-bottom: 10px;
 background: #ebebeb;
 width: 100%;
 text-align: center;
 color: inherit;
 /* border:5px solid rgba(6, 95, 70) */

}

p.lead { font-size:17px;}
p.last { margin-bottom:0px;}

ul li {
	margin-left:5px;
	list-style-position: inside;
}

/* -------------------------------------
		SIDEBAR
------------------------------------- */
ul.sidebar {
	background:#ebebeb;
	display:block;
	list-style-type: none;
	/* margin-bottom: 30px; */
}
ul.sidebar li { display: block; margin:0;}
ul.sidebar li a {
	text-decoration:none;
	color: #666;
	padding: 10px 0px;
/* 	font-weight:bold; */
	margin-right:10px;
/* 	text-align:center; */
	cursor:pointer;
	border-bottom: 1px solid #777777;
	border-top: 1px solid #FFFFFF;
	display:block;
	margin:0;
}
ul.sidebar li a.last { border-bottom-width:0px;}
ul.sidebar li a h1,ul.sidebar li a h2,ul.sidebar li a h3,ul.sidebar li a h4,ul.sidebar li a h5,ul.sidebar li a h6,ul.sidebar li a p { margin-bottom:0!important;}



/* ---------------------------------------------------
		RESPONSIVENESS
		Nuke it from orbit. It's the only way to be sure.
------------------------------------------------------ */

/* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
.container {
	display:block!important;
	max-width:700px!important;
	margin:0 auto!important; /* makes it centered */
	clear:both!important;


}

/* This should also be a block element, so that it will fill 100% of the .container */
.content {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	/* padding-bottom: 10px; */
	max-width:700px;
	margin:0px auto;
	display:block;

}

.content2 {

	max-width:700px;
	margin:0 auto;
	display:block;
	background-color: white;

}

/* Let's make sure tables in the content area are 100% wide */
.content table { width: 100%;  }
.content2 table { width: 100%;background-color: #ebebeb;}

.show {
	display: block;
}

/* Odds and ends */
.mySlides {
	max-width:660px!important;
	float:left;
	background-color: white;
	padding-left: 20px;
	margin-top: 0px;
	/* margin-bottom: 0px */
	position: absolute;
	display: block;
	background: white;
}

.column {
	width: 340px;
	float: left;
  background-color: white;
}

	.column2 {
		float: left;
    max-width: 700px;
		padding: 10px;
		display: block;
		position: relative;

		/* width: 200px;
		max-width:190px;
		float:left; */
		background-color: white;
	}

.column3 {
	max-width: 700px;
	background:#ebebeb;
	margin-left:20px;
	margin-right: 20px;
	margin-top:10px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 5px;
	clear:both!important;
}

.column tr td { padding-left: 20px;}
.column-wrap {
	padding-top: 0px!important;
	margin:0 auto;
	max-width:700px!important;
	background-color: white

}

.column table { width:100%;}
.social .column {
	width: 330px;
	min-width: 300px;
	float:left;

}

.social .column2 table {
	width: 190px;
	min-width: 100px;
	float:left;
	background-color: white;
}

.columnPic {
	float: left;
	max-width: 31.5%;
  margin-right:10px;
	margin-bottom: 15px;

}

.row {
	float: left;
	max-width: 31.5%;
	/* max-height: 220px; */
	margin-right:10px;
	margin-bottom: 15px;
	background-color: #F5F5F5;
}


/* Clear floats after image containers */
.row:after {
	content: "";
	clear: both;
	display: table;

}

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 15px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;

}

.active, .dot:hover {
	background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

/* Be sure to place a .clear element after each set of columns, just to be safe */
.clear { display: block; clear: both; }

/* What it does: Hover styles for buttons */

/* -------------------------------------------
		PHONE
		For clients that support media queries.
		Nothing fancy.
-------------------------------------------- */
@media only screen and (max-width: 600px) {

	a[class="btn"] { display:block!important; margin-bottom:10px!important; background-image:none!important; margin-right:0!important;}

	div[class="column"] { width: auto!important; float:none!important;}
	div[class="column3"] { width: auto!important; margin-top:70px; float:center!important;}
	td[class="row" ] { max-width: 600px!important; float:right!important;}


	table.social div[class="column"] {
		width:auto!important;
	}

}



