@charset "UTF-8";
/* CSS Document */

/*
To target specific IE browsers, add the following classes to the beginning of the selectors:
	Iternet Explorer 7: .ie7
	Iternet Explorer 8: .ie8
	Iternet Explorer 9: .ie9
	
To target non-javascript running browsers, add the following class to the beginning of the selector:
	.no_js
*/

em {
	color:#FF00FF;
}

* {
	margin: 0;
	padding:0;
}

html, body {
	height: 100%;				/* Sticky footer - do not override */
	letter-spacing:1px;
	background-image:url(../images/texture.png);
	color:#78756f;
	font-family:Helvetica, Arial, sans-serif, "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed";
	font-size:.9em;
	line-height: 1.5em;
}

#wrapper {
	min-height: 100%;			/* Sticky footer - do not override */
	height: auto !important;	/* Sticky footer - do not override */
	height: 100%;				/* Sticky footer - do not override */
	margin: 0 auto -56px;		/* Sticky footer - margin-borrom must equal height of #footer, .push */
	overflow:hidden;
	width:100%;
}

/* Controls how wide the content is */
.innerWrapper{
	display: block;
    margin: 0 auto;
	max-width:2000px;
}

#footer, .push {
	clear:both;					/* Sticky footer - do not override*/
	height: 56px;				/* Sticky footer - height must equal margin-bottom of #wrapper */
}

/* Basic, typographic, positioning elements --------------------------------------------------------------------------------------- */

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
.ie7 .clearfix { zoom: 1; } /* IE7 only*/

img,
#middle .noBorder,
#logo a{
	border:0;
}

p{
	margin:0;
	padding:0;
}

.center{
	text-align:center;
}

h1 a {
	display:none;
}


h2 {
	font-family:Helvetica, Arial, sans-serif, "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed";
	font-size:.80em;
	font-weight:normal;
	text-align:left;
	line-height:1.2em;
	color:#78756f;
	text-trans:none;
	padding-top:10px;
}


h3 {
	letter-spacing:-1.3px;
	font-family: 'Avenir', sans-serif;
	color:#FFF;
	opacity:1.0;
	font-size:7em;
	line-height: 1em;
	font-weight:normal;
	text-align:center;
	margin: 0 auto;
	position: absolute; 
    top: 30px; 
    left: 0; 
    width: 100%;
	padding:20px 0px 10px 0px;
}

h4 {
	color:#f2ece0;
	font-family:Helvetica, Arial, sans-serif, "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed";
	font-size:2em;
	letter-spacing:-.01px;
	line-height: 1.5em;
	font-weight:lighter;
	text-align:center;
	position: absolute; 
    top: 310px; 
    left: 0; 
    width: 100%;
}

h5 {
	letter-spacing:1px;
	text-align:center;
	margin:0 auto;
	width:52%;
	background:#364951;
	color:#FFFFFF;
	font-family: 'Trajan Pro', sans-serif;
	font-size:2.5em;
	padding:20px 0px;
}

h6 {
	color:#78756f;
	font-family:Helvetica, Arial, sans-serif, "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed";
	font-size:1.7em;
	line-height: 1.5em;
	font-weight:normal;
	text-align:center;
    left: 0; 
    width: 50%;
	padding:40px 0px;
	letter-spacing:.01px;
	margin:0 auto;
}

h6 a {
	color:#364951;
	text-decoration:none;
}

h6 a:hover {
	color:#364951;
	text-decoration:none;
}

h7 {
	text-align:center;
	margin: 0 auto;
	font-family: 'Avenir', sans-serif;
	font-size:1.3em;
	color:#FFF;
}

h8 {
	color:#FFF;
	font-family:Helvetica, Arial, sans-serif, "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed";
	font-size:1.7em;
	line-height: 2em;
	font-weight:500;
	text-align:left;
	float:right;
	padding-top:40px;
}

h9 {
	width:185px;
	height:120px;
	background-image:url(../images/map.svg);
	text-align:left;
	float:left;
}

h10 {
	font-family:Helvetica, Arial, sans-serif, "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed";
	font-size:2em;
	font-weight:bold;
	text-align:left;
	line-height:1.3em;
	color:#a7c8ce;
	text-transform:none;
}

h11 {
	letter-spacing:0px;
	text-align:left;
	color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif, "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed";
	font-size:1.7em;
	line-height: 1.7em;
}

h13 {
	width:185px;
	height:120px;
	background-image:url(../images/nysda.svg);
	text-align:right;
	float:right;
}


.h1Btm {
	text-align:center;
	margin:0 auto;
}

.left{
	float:left;
	margin:0 20px 20px 0;
}

.right{
	float:right;
	margin:0px 0px 20px 20px;
}

table {
	margin-bottom:20px;
}

.bolded{
	display:block;
	font-weight:bold;
}

.directions{
	margin:0 0 20px;
}

.ie7 .button {
	display:inline;
	zoom:1;
}


/* Header styles ------------------------------------------------------------------------------------------------------------------ */

#header{
	padding-top:10px;
	background:url(../images/texture.png);
	color:#FFFFFF;
	font-size:1em;
	margin:0 auto;
	max-width:2000px;
	width:100%;
	height:160px;
	letter-spacing: 1px;
}

.sticky{
  box-shadow:0px 0px 10px #000;
  border-bottom:4px solid #364951;
  max-width:2000px;
  position:fixed;
  top:0;
  background:#a7c8ce;
  width: 100%;
  height:200px;
  z-index:900;
}

/* banner styles ----------------------------------------- */


#banner{
	overflow:hidden;
	position:relative;
	height:645px;
	width:100%;
	margin:0 auto;
	max-width:2000px;
	padding-top:25px;
}

#banner2{
	overflow:hidden;
	position:relative;
	height:420px;
	width:100%;
	margin:0 auto;
	max-width:2000px;
}

.bgBanner {
	text-align:center;
	margin: 0 auto;
	position: absolute; 
    top: 137px; 
    left: 0; 
    width: 100%;
}

.image {
   max-width:2000px; 
   height:100%;
   position: relative; 
   width: 100%; /* for IE 6 */
}

.image img {
     max-width:2000px;
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
}

.imagePhone {
	display:none;
}

#container{
	max-width:2000px;
	width:100%;
	height:100%;
	position:relative;
}

#container ul{
	max-width:2000px;
	width:100%;
	height:100%;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#container li:first-child{
	display:list-item;
	position:absolute;
}

#container li{
	position:absolute;
	display:none;
}


/* Nav styles -------------------------------------------- */

#logoSpacer {
	background-image:url(../images/logo.svg);
	width:300px;
	height:300px;
	display:block;
	text-align:center;
}

#nav{
	font-family: 'Trajan Pro', sans-serif;
	font-size:1.1em;
	letter-spacing:0px;
	font-weight:700;
	text-align:center;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:2;
}

#nav ul{
	margin:0;
	padding:0;
	width:100%;
}

#nav li{
	display:inline-block;
	list-style:none
}

.ie7 #nav li{
	display:inline;
	zoom:1;
}

#nav a{
	opacity:0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	color:#364951;
	display:block;
	height:50px;
	margin-top:140px;
	line-height:50px;
	padding:0 20px 0 20px;
	text-decoration:none;
	text-transform:uppercase;
	width:auto;
	
	/*CSS3 properties*/
	-webkit-transition: opacity 1s;
    -moz-transition:    opacity 1s;
    -ms-transition:     opacity 1s;
    -o-transition:      opacity 1s;
    transition:         opacity 1s;  /* smooths the opacity changes */
}

#nav a:hover, 
#nav .current a{
	color:#FFFFFF;
	opacity:1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

#nav ul#menu{
	display:block;
}

#nav #menu p{
	cursor:pointer;
	display:none;
	text-transform:uppercase;
}

/* Middle Styles ------------------------------------------------------------------------------------------------------------------ */

#middle{
	clear:both;	
}

/* gallery  styles ----------------------------------------- */

.galleryHolder{
	list-style:none;
	margin:0;
	padding-left:50px;
}

.photo-thumb{
	float:left;
	width:23%;
	padding-right:5px;
	zoom: 1;
	
	/*CSS3 properties*/
	-webkit-transition: opacity .3s;
    -moz-transition:    opacity .3s;
    -ms-transition:     opacity .3s;
    -o-transition:      opacity .3s;
    transition:         opacity .3s;  /* smooths the opacity changes */
}

.photo-thumb.firstInRow{
	clear:left;
	margin-left:0;
}

.photo-thumb img{
	height:auto;
	max-width:100%;
}

.photo-thumb h3{
	margin-bottom:0;
}

.photo-thumb.faded {
	filter: alpha(opacity=50); /* transparency for IE*/
    opacity: 0.5;
} 

/* Content Styles ----------------------------------------- */

#content {
	background-image:url(../images/texture.png);
}


#content ul li {
	list-style:none;
}

.height {
	height:60px;
}

.height2 {
	display:none;
}

.demo-3 {
	margin:0 auto;
    position:relative;
    width:100%;
    overflow:hidden;
	z-index: 1;
	padding-bottom:30px;
}

.demo-3 ul {
	font-size:1.1em;
	margin:0 auto;
	line-height:1.6em;
	list-style:none;
	margin:0 auto;
	padding-top:50px;
}

.demo-3 li{
	float: left;
    margin: 0;
	padding:0px;
	width:33%;
}

.demo-3 figure {
    margin:25px 0px;
    padding:0;
    position:relative;
    cursor:pointer;
}
.demo-3 figure img {
    display:block;
    position:relative;
    z-index:10;
}
.demo-3 figure figcaption {
	font-family:Helvetica, Arial, sans-serif, "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed";
	color:#a7c8ce;
    display:block;
    position:absolute;
    z-index:5;
	padding:60px 44px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.demo-3 figure p {
    display:block;
    font-size:1.5em;
    line-height:1.5em;
    margin:0;
    text-align:center;
}


.demo-3 figure figcaption {
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}

.demo-3 figure img {
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}

.demo-3 figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}

.demo-3 figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}

#ourStory {
	text-align:center;
	font-size:1.3em;
	color:#FFFFFF;
	padding:30px;
}

#ourStory #columns {
	text-align:left;
	margin:0 auto;
	padding:30px 30px;
	/* Column Rules */	
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

#ourStory #columns3 {
	font-size:90%;
	padding:30px 30px;
	/* Column Rules */	
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

#ourStory #columns p {
	font-style:normal;
	padding-top:20px;
	width:95%;
	line-height:1.5em;
}

#ourStory img {
	border:none;
	padding-top:20px;
}
	
#hours {
	background:url(../images/bgSubscribe.png);
	padding:50px;
	font-size:1.7em;
	color:#FFF;
}

#hours p {
	padding-top:20px;
	padding-bottom:50px;
	width:100%;
	line-height:1.3em;
}

#hours a{
	color:#FFF;
	text-decoration:none;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
	
	/*CSS3 properties*/
	-webkit-transition: opacity 1s;
    -moz-transition:    opacity 1s;
    -ms-transition:     opacity 1s;
    -o-transition:      opacity 1s;
    transition:         opacity 1s;  /* smooths the opacity changes */
}

#hours a:hover{
	text-decoration:none;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.transbox {
    background:#364951;
    margin: 0 auto;
    max-width: 2000px;
	padding:20px;
}

.join a {
	width:185px;
	height:110px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	padding:20px;
	border:3px solid;
	border-radius:10px;
	border-color:#FFF;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
	
	/*CSS3 properties*/
	-webkit-transition: opacity 1s;
    -moz-transition:    opacity 1s;
    -ms-transition:     opacity 1s;
    -o-transition:      opacity 1s;
    transition:         opacity 1s;  /* smooths the opacity changes */
}

.join a:hover {
	color:#364951;
	background-color:#FFF;
	text-decoration:none;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.transbox ul {
	font-family:font-family:'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin:0 auto;
	line-height:1.6em;
	list-style:none;
	margin:0 auto;
}

.transbox li{
	text-align:center;
	float: left;
	width:33%;
}

.join {
	padding-top:45px;
}

#content tbody {
	margin-bottom:20px;
}

#content td {
	padding:0px 20px;
}

#content td b{
	height:10px;
}

#thumbs {
	text-align:center;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	position:relative;
	width:95%;	
}

/* Sidebar Styles ----------------------------------------- */


#sidebar{
	max-width:2000px;
	width:100%;
	font-size:90%;
	text-align:center;
	margin:0 auto;
}

.sidebarphoto-thumb{
	float:left;
	margin-bottom:45px;
	margin-left:1.6%;
	width:23%;
	zoom: 1;
	border: none;
	display:inline-block;
}

.sidebarphoto-thumb.firstInRow{
	clear:left;
	margin-left:0;
}

.sidebarphoto-thumb img{
	height:auto;
	max-width:100%;
}

.sidebarphoto-thumb img:hover {
}

.testimonials {
	margin:0 auto;
	width:100%;
	height:230px;
	padding:20px;
}

.testimonials p {
	width:80%;
}

#sidebar .quote p {
	padding-top:10px;
}

.ie7 #sidebar li{
	display:inline;
	zoom:1;
}

/* basic form Styles ----------------------------------------- */

.cw-frm {
    justify-content: center;
    align-items: center;
    max-width:500px;
    margin: 0 auto;
	display:flex;
	flex-wrap:wrap;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.cw-frm form {
    padding: 2vw 2.5vw;
    justify-content: center;
    background-color: #a7c8ce;
    flex-basis: 100%;
}
.input-group input[type="text"], .input-group input[type="email"], .input-group input[type="phone"], .input-group textarea{
	width: 100%;
	color: #000;
	outline: none;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 25px;
	padding: 8px 15px;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid #fff;
	-webkit-appearance: none;
	background: #fff;
	margin-bottom: 15px;
}
.input-group textarea{
	height: 75px;
}
::-webkit-input-placeholder {
	color:#888 !important;
}
:-moz-placeholder { /* Firefox 18- */
	color:#888 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#888 !important;
}
:-ms-input-placeholder {  
	color:#888 !important;
}
input[type=submit] {
	color: #FFFFFF;
	margin-top: 2em;
	padding: .5em 3em;
	font-size: 1.1em;
	letter-spacing: 2px;
	cursor: pointer;
	border: 1px solid #78756f;
	outline: none;
	background: #78756f;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
input[type=submit]:hover{
	color: #333;
	background: #fff;
}
.status-msg{
	font-size: 18px;
	padding: 10px;
	border: 2px dashed;
	background: #fff;
}
.status-msg.error{
	color: #EA4335;
}
.status-msg.success{
	color: #34A853;
}

#form {
		text-align:center;
		margin:0 auto;
		width:90%;
		float:none;
		padding-right:0px;
		padding-left:0px;
}

.error, .cmxform em{
	color:#f00;
}

form{
	margin:0 auto;
	clear:both;
	width:50%;
	padding-bottom:30px;
}


form .center p a {
	display:none;
}

form p{
	margin-left:20px;
	margin-right:20px;
	padding-bottom:20px;
}

input[type=text], textarea {
	width:98%;
}

form.cmxform fieldset {
    margin-bottom: 30px;
	padding:5px;
	border:0;
}

form.cmxform legend {
    font-weight: bold;
    margin: 0 10px;
	padding:0 0 2px;
	width:96%; 
}
form.cmxform label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
}
form.cmxform fieldset ol {
    margin: -5px 10px 0;
    padding: 10px 0 0;
	border-top:1px solid #6A6C6B;
}
form.cmxform fieldset li {
    list-style: none outside none;
    margin: 0 !important;
    padding: 5px;
}
form.cmxform fieldset fieldset {
    border: medium none;
    margin: 3px 0 0;
	padding:0;
}
form.cmxform fieldset fieldset legend {
    font-weight: normal;
    padding: 0 0 5px;
}
form.cmxform fieldset fieldset label {
    display: block;
    width: auto;
}
form.cmxform em, h4 em {
    color: #FF0000;
    font-style: normal;
    font-weight: bold;
}
form.cmxform label {
    width:90%;
}
form.cmxform fieldset fieldset label {
    margin-left: 123px;
}

form.cmxform fieldset fieldset select {
    margin-left: 123px;
}
form.cmxform label.error{
	font-size:1em;
	margin:2px 0 0;
	width:300px;
}

#feedback{
	margin:20px 0 0;
	border-bottom: 1px solid #000;
}

#feedback h3{
	border:0;
	padding-bottom:10px;
}


/* Footer Styles ------------------------------------------------------------------------------------------------------------------ */

#footer{
	height:70px;			 /* Sticky footer - height correction to include border (push height - border width) */
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0 auto;
	letter-spacing:1px;
	line-height:1.7em;
}

/* copyright styles ----------------------------------------- */

#copyright {
	border-top:4px solid #a7c8ce; 
	text-align:center;
	background-color:#364951;
	padding:0;
	color:#FFFFFF;
	height:100%;
	width:100%;
	margin:0 auto;
	padding-top:30px;
}

#copyright p {
}

#copyright a {
	color:#FFF;
	text-decoration:none;
}

#copyright a:hover, #copyright .current a {
	color:#FFFFFF;
	text-decoration:none;
}

/*=================== STYLE TABLET =========================*/

@media (min-device-width:1024px) and (max-width:1089px),
screen and (max-device-width:480px), screen 
and (min-device-width : 768px) and (max-device-width : 1024px),
(min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait){
	body, .innerWrapper, #header, #middle, #content, #sidebar, #footer{ /* Do not change, add padding or margin to the contained elements (p,ul,img, etc.) */
		margin:0 auto;
		width:100%;
	}
	
	h1 a{
		display:none;
	}
	
	h2 {
		display:none;
	}
	
	h3 {
		display:none;
	}
	
	h4 {
		font-size:2em;
		letter-spacing:-.01px;
		line-height: 1.5em; 
   		top: 343.5px; 
   		left: 0; 
    		width: 100%;
		padding-bottom:40px;	
	}
	
	h8 {
		font-size:1.3em
	}
	
	h9 {
		width:165px;
		height:100px;
		background-image:url(../images/mapTablet.svg);
		text-align:left;
		float:left;
	}
	
	h10 {
		font-size:1.5em;
	}
	
	h11 {
		margin-bottom:20px;
		line-height:1.2em;
	}

	h13 {
		width:165px;
		height:100px;
		background-image:url(../images/nysdaTablet.svg);
		text-align:right;
		float:right;
	}
	
	#header {
		height:100px;
	}
	
	.sticky {
		height:132px;
	}
	
	#logo {
		padding-top:20px;
	}
	
	#banner {
		height:420px;
	}
	
	#banner2 {
		height:300px;
	}
	
	/* Nav styles -------------------------------------------- */
	
	
	#nav {
		font-size:1em;
		float:none;
		text-align:center;
		margin:0 auto;
		width:100%;
	}
	
	#logoSpacer {
	background-image:url(../images/logo.svg);
	width:200px;
	height:200px;
	display:block;
	text-align:center;
	float:left;
}

	#nav #menu ul {
		padding-top:0px;
		padding-bottom:30px;
	}
	
	#nav a {
		margin-top:80px;
		padding:0px 10px 0px 10px;
	}
	
	#nav #menu ul li {
	}
	
	#form {
		padding-right:20px;
	}
	
	
	#wrapper{
		background:none;
		width:100%;
	}
	
	#nav ul{
		padding:0;
	}
	
	#nav ul, #middle{
		width:100%;
	}
	
	.height {
		height:30px;
	}
	
	.height2 {
		display:none;
	}
	
	.demo-3 figure figcaption {
		padding:30px 24px;
	}
	
	.demo-3 figure p {
    		font-size:1.3em;
	}
	
	.left{
		margin-left:20px;
		margin-right:0px;
	}
	
	.right{
		margin-right:20px;
		margin-left:0px;
	}
	
	.join a {
		padding:15px;
	}
	
	#ourStory #columns3 {
		font-size:80%;
		padding:10px 10px;
		/* Column Rules */	
		-webkit-column-count: 3; /* Chrome, Safari, Opera */
    		-moz-column-count: 3; /* Firefox */
    		column-count: 3;
	}


}

@media (max-device-width:900px), screen and (max-width:900px){
	html, body{
	}
	
}

@media (max-device-width:740px), screen and (max-width:740px){
	
}

@media (min-device-width:1024px) and (max-width:740px), (max-device-width:480px) and (orientation:portrait), screen 
and (min-device-width : 320px) and (max-device-width : 480px){
	
	html, body{
	}
	
	#logo {
		padding-top:0px;
	}
	
	#header {
		height:47px;
		padding:0px;
	}
	
	#headerNav {
		display:none;
	}
	
	#headerNav {
		float:left;
		width:90%;
		z-index: -1;
		font-size:.8em;
		padding:10px 0px 10px 0px;
	}
	
	#headerNav ul {
		text-align:left;
		margin:0 auto;
	}
	
	#nav #menu ul .hours, #nav #menu ul .contact, #nav #menu ul .facebook, #nav #menu ul .instagram {
		display:inline-block;
	}
	
	#headerSocial {
		display:none;
	}
	
	#headerSocial {
		float:right;
		width:100%;
		font-size:.8em;
		padding:10px 0px 10px 0px;
	}
	
	#headerSocial ul {
		text-align:right;
		margin:0 auto;
	}
	
	.sticky {
		height:50px;
		background-color:#a7c8ce;
	}
	
	.height2 {
		display:inline-block;
		height:60px;
	}
	
	h1 a{
		float:left;
		background-image:url(../images/logoPhone.svg);
		display: block;
		text-align:left;
		background-repeat:no-repeat;
		width:50px;
		height:50px;
		position: fixed;
   		left: 0px;
    		top: 0px;
   		 z-index: 9000;
	}
	
	h5 {
		font-size:2em;
		padding-left:0px;
		padding-right:0px;
		width:100%;
	}
	
	h6 {
		font-size:1.5em;
		text-align:center;
		margin:0 auto;
		width:90%;
		padding-bottom:40px;
	}
	
	h9 {
		display:none;
	}
	
	 h11 {
		 font-size:1.5em;
		 line-height:1.2em;
		 text-align:center;
    		padding-left: 0;
    		padding-right: 0;
    		width: 100%;
	}
	
	.title {
		text-align:center;
	}

	h13 {
		display:none;
	}

	#banner {
		z-index:10;
		height:180px;
		padding-top:0px;
	}
	
	#banner2 {
		z-index:10;
		height:170px;
	}
	
	/* nav styles ----------------------------------------- */
	
	/* Drop down menu --- START --- If uncommented in the tablet query, comment out or delete from this comment to END comment. */
	
	li #logoSpacer {
		display:none;
	}
	
	#nav{
		padding:0;
		width:100%;
		font-size:1.3em;
	}
	
	#nav a {
		padding:5px 0px 5px 0px;
		margin:0;
	}
	
	#nav ul{
		padding:0;
		width:100%;
	}
	
	#nav #menu {
		border-bottom:none;
		background-color:#364951;
		text-align:center;
		position:fixed;
		height:50px;
		padding-top:0px;
		z-index:900;
	}
	
	#nav #menu p{
		float:right;
		margin:0 auto;
		display:block;
		height:50px;
		line-height:50px;
		padding-right:10px;
		text-align:right;
	}
	
	#nav #menu:hover p{
		color:#66ccff;
	}
	
	#nav #menu ul{
		width:100%;
		background-color:#a7c8ce;
		display:none;
		float:left;
		position:relative;
		z-index:9000;
		padding:0px;
		border-radius: 0%;
	}
	
	#nav #menu li {
		width:100%;
		float:right;
		margin:0 auto;
	}
	
	#nav #menu .left{
		width:100%;
		text-align:center;
		float:none;
		margin:0 auto;
	}

	#nav #menu .right{
		width:100%;
		text-align:center;
		float:none;
		margin:0 auto;
	}
	
	#nav #menu ul li {		
		clear:left;
		border:none;
		border-left:none;
		border-right:none;
		margin:0px 0px;
		width:100%;
		border-radius: 0%;
		padding-top:0px;
		float:none;
		width:100%;
	}
	
	#nav #menu ul li a{
		color:#FFFFFF;
		width:100%;
		opacity:1.0;
	
		/*CSS3 properties*/
		-webkit-transition: opacity .3s;
    		-moz-transition:    opacity .3s;
    		-ms-transition:     opacity .3s;
    		-o-transition:      opacity .3s;
   		 transition:         opacity .3s;  /* smooths the opacity changes */
	}
	
	
	#nav #menu ul li:hover, #nav .current a{
		background-color:#364951;
		color:#FFFFFF;
		opacity:1.0;
	}
	
	.no_js #nav #menu li:hover, .no_js #nav #menu li:active > ul{
		display:block;
	}
	
	/* Drop down menu --- END */
	
	.image {
		display:none;
	}

	.image img {
		display:none;
	}

	.imagePhone {
		display:inline-block;
		max-width:2000px; 
   		height:100%;
   		position: relative; 
   		width: 100%; /* for IE 6 */
	}
	
	.imagePhone img {
		display:inline-block;
		max-width:2000px;
		width:100%;
		height:auto;
		position:relative;
		overflow:hidden;
	}
	
	/* content styles ----------------------------------------- */
	
	#content {
		text-align:center;
	}
	
	.demo-3 li {
    		width:70%;
		margin: 0 auto;
		padding:20px 0px;
		text-align:center;
		float:none;
	}
	
	.demo-3 figure figcaption {
    		top:0;
    		left:0;
    		padding:20px 0px 0px 0px;
	}
	
	#ourStory {
		font-size:1.3em;
		 padding: 30px 15px;
	}
	
	#ourStory #columns, #ourStory #columns3 {
		text-align:center;
		font-size:100%;
		padding:0px;
		/* Column Rules */	
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
    		-moz-column-count: 1; /* Firefox */
    		column-count: 1;
	}

	#ourStory #columns p {
		text-align:center;
		padding-top:20px;
		width:100%;
		line-height:1.5em;
	}
	
	#ourStory img {
		width:100%;
		margin-right:0px;
		text-align:center;
	}
	
	#whyJoin {
		font-size:1.7em;
		padding:50px 30px 50px 30px;
	}

	#whyJoin p {
		text-align:center;
		padding-top:20px;
		width:100%;
		line-height:1.3em;
	}

	.transbox {
		padding:10px;
	}
	
	.transbox li {
		width:100%;
	}

	.join {
		padding-bottom:40px;
	}
	
	/* gallery page styles ----------------------------------------- */
	
	.galleryHolder {
		padding-left:0px;
	}
	
	.photo-thumb{
		clear:both;
		margin-left:0;
		width:100%;
	}
	
	.photo-thumb-container{
		margin:0 auto;
		max-width:305px;
	}
	
	
	/* Footer Styles ------------------------------------------------------------------------------------------------------------------ */

#footer{
	height:70px;			 /* Sticky footer - height correction to include border (push height - border width) */
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0 auto;
	letter-spacing:1px;
	line-height:1.7em;
}

/* copyright styles ----------------------------------------- */

	#copyright {
		padding:0;
		color:#FFFFFF;
		height:100%;
		width:100%;
		margin:0 auto;
		padding-top:30px;
}

	#copyright p {
	}

	
	#navSocial {
		text-align:center;
		margin:0 auto;
		padding-top:0px;
	}
	
	.social ul {
		text-align:center;
		float:none;
	}
	
	/* form styles ----------------------------------------- */
	
	#form {
		padding-right:0px;
	}
	
	form {
		text-align:center;
		width:100%;
	}

	
}
