@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 */
}

/* 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:1em;
	font-weight:normal;
	text-align:left;
	line-height:1.2em;
	color:#78756f;
	text-trans:none;
	padding-top:10px;
	padding-bottom:30px;
}


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:#026694;
	color:#FFFFFF;
	font-family: 'Michroma', sans-serif;
	font-size:2.5em;
	padding:20px 0px;
}

h6 {
	color:#555;
	font-family:"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:.5px;
	margin:0 auto;
}

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

h6 a:hover {
	color:#026694;
	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:#026694;
	text-transform:none;
}

h11 {
	letter-spacing:.5px;
	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 ------------------------------------------------------------------------------------------------------------------ */

#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 #89d3f5;
  max-width:2000px;
  position:fixed;
  top:0;
  background-image:url(../images/darkFishSkin.png);
  width: 100%;
  height:177px;
  z-index:900;
}


/* ----------- Banner ------------------------------------------------------------------------------------------------------------------ */

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

#banner2{
	overflow:hidden;
	position:relative;
	height:435px;
	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;
}


/* ----------- Logo ------------------------------------------------------------------------------------------------------------------ */

#logo {
	background-image:url(../images/logo.svg);
	background-repeat:no-repeat;
	width:370px;
	height:107px;
	display:block;
	text-align:center;
	margin:0 auto;
}


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

    #nav > a {
        display: none;
    }

    #nav li {
        position: relative;
    }
 
    /* first level */
 
        #nav > ul > li{
            float: left;
		   list-style:none;
        }
 
    /* second level */
 
    #nav li ul {
        display: none;
        position: absolute;
		height:355px;
		background-image:url(../images/darkFishSkin.png);
    }
	
	#nav li ul li {
		border-bottom:1px solid #89d3f5;
		width:100%;
		margin:0 auto;
		padding:0px;
	}
	
	#nav li ul li a {
		color:#89d3f5;
		margin:0 auto;
		padding:0px;
		
		/*CSS3 properties*/
	-webkit-transition:  .3s;
    -moz-transition:     .3s;
    -ms-transition:      .3s;
    -o-transition:       .3s;
    transition:          .3s;
	}
	
	#nav li ul li a:hover {
		color:#fff;
	}
	
        #nav li:hover ul  {
			color:#fff;
            display: block;
        }

#nav {
	font-family: 'Michroma', sans-serif;
	font-size:.7em;
	letter-spacing:0.1px;
	font-weight:700;
	text-align:center;
	left:0;
	top:0;
	width:1220px;
	z-index:2;
	margin:0 auto;
}


/* first level */

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

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

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


/* second level */

#nav ul li ul li ul li {
    display: none;
    position: absolute;
    top: 100%;
}

#nav ul li ul li:hover ul {
	display:block;
}

#nav a{
	color:#89d3f5;
	display:block;
	height:50px;
	margin-top:20px;
	line-height:50px;
	padding:0 25px 0 25px;
	text-decoration:none;
	text-transform:uppercase;
	width:auto;
	
	/*CSS3 properties*/
	-webkit-transition:  .3s;
    -moz-transition:     .3s;
    -ms-transition:      .3s;
    -o-transition:       .3s;
    transition:          .3s;
}

#nav a:hover, 
#nav .current a{
	color:#ffffff;
}

#nav ul#menu{
	display:block;
}

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

#navPhone, #navMenu {
	display:none;
}

header2 {
	display:none;
}

.menu-side {
	display:none;
}

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

#middle{
	clear:both;	
}


/* ----------- Gallery ------------------------------------------------------------------------------------------------------------------ */

.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 ------------------------------------------------------------------------------------------------------------------ */

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

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

.height {
	height:60px;
}

.height2 {
	display:none;
}


/* ----------- Flipping Icons ------------------------------------------------------------------------------------------------------------------ */

.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:#026694;
    display:block;
    position:absolute;
    z-index:5;
	padding:40px 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)
}


/* ----------- Columns ------------------------------------------------------------------------------------------------------------------ */

#ourStory {
	text-align:center;
	letter-spacing:.5px;
	font-size:1.3em;
	color:#FFFFFF;
	padding:30px;
	background-image:url(../images/darkFishSkin.png);
}

#ourStory #columns {
	letter-spacing:.5px;
	text-align:justify;
	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 {
	letter-spacing:.5px;
	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 {
	letter-spacing:1px;
	font-style:normal;
	width:95%;
	line-height:1.5em;
}

#ourStory img {
	border:none;
	padding-top:20px;
}

#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 ------------------------------------------------------------------------------------------------------------------ */

#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;
}


/* ----------- Social Media ------------------------------------------------------------------------------------------------------------------ */

.socialMedia {
		padding-top:60px;
		text-align:center;
		margin:0 auto;
		width:25%;
	}

.socialMedia li {
	list-style:none;
	padding-left:15px;
	float:left;
}

.socialMedia a {
	/*CSS3 properties*/
	-webkit-transition:  .3s;
    -moz-transition:     .3s;
    -ms-transition:      .3s;
    -o-transition:       .3s;
    transition:          .3s;  /* smooths the opacity changes */
}

/* Background Fade */
.hvr-border-fade-facebook-submit {
	background-color:#333;
	border:none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-border-fade-facebook-submit:hover, .hvr-border-fade-facebook-submit:focus, .hvr-border-fade-facebook-submit:active {
  background-color:#3b5999;
	border:none;
}

.hvr-border-fade-linkedIn-submit {
	background-color:#333;
	border:none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-border-fade-linkedIn-submit:hover, .hvr-border-fade-linkedIn-submit:focus, .hvr-border-fade-linkedIn-submit:active {
  background-color:#017bb6;
	border:none;
}

.hvr-border-fade-twitter-submit {
	background-color:#333;
	border:none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-border-fade-twitter-submit:hover, .hvr-border-fade-twitter-submit:focus, .hvr-border-fade-twitter-submit:active {
  background-color:#2aa8e0;
	border:none;
}

.hvr-border-fade-pinterest-submit {
	background-color:#333;
	border:none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-border-fade-pinterest-submit:hover, .hvr-border-fade-pinterest-submit:focus, .hvr-border-fade-pinterest-submit:active {
  background-color:#ca2128;
	border:none;
}


/* ----------- Form ------------------------------------------------------------------------------------------------------------------ */

#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 ------------------------------------------------------------------------------------------------------------------ */

#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 ------------------------------------------------------------------------------------------------------------------ */

#copyright {
	border-top:4px solid #8ad4f6; 
	text-align:center;
	background-color:#026694;
	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%;
	}
	
	li {
		list-style:none;
	}
	
	h1 a{
		float:left;
		display: block;
		text-align:left;
		background-repeat:no-repeat;
		width:60px;
		height:60px;
		position: fixed;
   		left: 0px;
    		top: 0px;
   		 z-index: 9000;
	}
	
	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;	
	}
	
	h5 {
		font-size:2em;
		padding-left:0px;
		padding-right:0px;
		width:100%;
	}
	
	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 ------------------------------------------------------------------------------------------------------------------ */
	
	#header {
		height:0px;
		padding-top:0px;
	}
	
	.sticky {
		height:60px;
		border-bottom:none;
	}
	
	
/* ----------- Logo ------------------------------------------------------------------------------------------------------------------ */
	
	#logo {
		background-image:url(../images/logoTablet.png);
		float:left;
		padding-top:0px;
		width:250px;
		height:60px;
		box-shadow:none;
	}
	
	
/* ----------- Banner ------------------------------------------------------------------------------------------------------------------ */	
	
	#banner {
		height:300px;
		padding-top:60px;
	}
	
	#banner2 {
		height:220px;
		padding-top:60px;
	}
	

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

	#nav {
		display:none;
	}
	
	#navPhone {
		display:block;
		padding:0px;
		float:none;
		height:60px;
	}
	
	#navPhone li {
		width:100%;
	}
	
	#navPhone #menuPhone p{
		display:block;
		text-align:right;
		float:right;
		margin-top:0px;
	}
	
	#menuPhone {
		display:block;
		padding:0px;
		margin:0px;
		height:60px;
	}
	
	#navPhone #menuPhone ul{
		display:none;
		background-color:#1e2765;
		opacity:.98;
	 	filter: alpha(opacity=98);
		display:none;
		float:left;
		position:fixed;
		z-index:9000;
		padding:0px;
		width:100%;
		margin:-16px 0px 0px 0px;
	}
	
	#navPhone #menuPhone ul li {
		display:none;
		text-align:center;		
		clear:left;
		height:50px;
		width:100%;
		padding:20px 0px 0px 0px;
	}
	
	#navPhone #menuPhone ul li a{
		display:none;
		opacity:1.0;
		filter: alpha(opacity=100);
		color:rgba(255,255,255,1.00);
		padding:0px;
		margin:5px 0px 0px 0px;
		display:block;
	}
	
	
	#navPhone #menuPhone ul li:hover, #navMenu .current a{
		display:none;
		background-color:#1b75bb;
		opacity:.98;
	 	filter: alpha(opacity=98);
	}
	
	.no_js #navPhone #menuPhone li:hover, .no_js #navPhone #menuPhone li:active > ul{
		color:#f37028;
		display:none;
	}
	
	#navPhone #menuPhone li{
		float:none;
		margin:0 auto;
	}
	
	
	/* ----------- Slide Out Menu ------------------------------------------------------------------------------------------------------------------ */
	
	.menu {
		overflow-x:hidden;
		position:relative;
		right:0;
	}

	.menu-toggle {
		float:right;
	}

	.menu-open {
		right:180px;
	}

	.menu-open .menu-side {
		right:0;
	}

	.menu-side,
	.menu {
		-webkit-transition: right 0.3s ease;
		-moz-transition: right 0.3s ease;
		transition: right 0.3s ease;
	}

	.menu-side {
		margin-top:60px;
		display:block;
		background-color:#222;
		color:#fff;
		position:fixed;
		top:0;
		right:-220px;
		width:200px;
		height:100%;
		padding:20px 10px 10px 10px;
		font-family: 'Michroma', sans-serif;
		float:left;
		font-size:1em;
		line-height:2em;
		letter-spacing:1.3px;
		z-index:2;
	}

/* adjustment for IE7*/
.ie7 .menu-side{
	margin-top:-98px;
}

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

.menu-side a:hover, .menu-side .current a {
	text-decoration:none;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.menu-side ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}

.menu-side li {
	display:inline-block;
	margin:0 15px;
	text-decoration:none;
	color:#FFFFFF;
	
	/*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 */
}

.menu-side ul li {
	display:inline-block;
}

.ie7 .menu-side ul li{
	display:inline;
	zoom:1;
}


/* ----------- Social Media ------------------------------------------------------------------------------------------------------------------ */

/* Background Fade */
.hvr-border-fade-facebook {
	background-color:rgba(255,255,255,0.4);
	border:none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-border-fade-facebook:hover, .hvr-border-fade-facebook:focus, .hvr-border-fade-facebook:active {
  background-color:#3b5999;
	border:none;
}

.hvr-border-fade-linkedIn {
	background-color:rgba(255,255,255,0.4);
	border:none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-border-fade-linkedIn:hover, .hvr-border-fade-linkedIn:focus, .hvr-border-fade-linkedIn:active {
  background-color:#017bb6;
	border:none;
}

.hvr-border-fade-twitter {
	background-color:rgba(255,255,255,0.4);
	border:none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-border-fade-twitter:hover, .hvr-border-fade-twitter:focus, .hvr-border-fade-twitter:active {
  background-color:#2aa8e0;
	border:none;
}

.hvr-border-fade-pinterest {
	background-color:rgba(255,255,255,0.4);
	border:none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-border-fade-pinterest:hover, .hvr-border-fade-pinterest:focus, .hvr-border-fade-pinterest:active {
  background-color:#ca2128;
	border:none;
}
	
	#wrapper{
		background:none;
		width:100%;
	}
	
	
/* ----------- Middle ------------------------------------------------------------------------------------------------------------------ */
	
	#middle{
		width:100%;
	}
	
	.height {
		height:30px;
	}
	
	.height2 {
		display:none;
	}
	

/* ----------- Flipping Icons ------------------------------------------------------------------------------------------------------------------ */
	
	.demo-3 figure figcaption {
		padding:30px 24px;
	}
	
	.demo-3 figure p {
    		font-size:1.3em;
	}
	

/* ----------- Columns ------------------------------------------------------------------------------------------------------------------ */
	
	#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;
	}
	
	.left{
		margin-left:20px;
		margin-right:0px;
	}
	
	.right{
		margin-right:20px;
		margin-left:0px;
	}


}

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

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

@media (min-device-width:1024px) and (max-width:550px), (max-device-width:480px) and (orientation:portrait), screen 
and (min-device-width : 320px) and (max-device-width : 480px){
	
	html, body{
	}
	
	h1 a{
		float:left;
		background-image:url(../images/logoTablet.png);
		display: block;
		text-align:left;
		background-repeat:no-repeat;
		width:70px;
		height:60px;
		position: fixed;
   		left: 0px;
    		top: 0px;
   		 z-index: 9000;
	}
	
	h5 {
		width:100%;
	}
	
	h6 {
		font-size:1.5em;
		text-align:center;
		margin:0 auto;
		width:90%;
		padding-bottom:40px;
	}
	
	h9 {
		display:none;
	}

	h13 {
		display:none;
	}
	
	.title {
		text-align:center;
	}
	
	
/* ----------- Banner ------------------------------------------------------------------------------------------------------------------ */

	#banner {
		z-index:10;
		height:180px;
	}
	
	#banner2 {
		z-index:10;
		height:180px;
	}
	
	li #logo {
		display:none;
	}
	
	.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;
	}
	
	
/* ----------- Logo ------------------------------------------------------------------------------------------------------------------ */
	
	#logo {
		background-image:none;
	}
	
	
/* ----------- Content ------------------------------------------------------------------------------------------------------------------ */
	
	#content {
		text-align:center;
	}
	
	
/* ----------- Flipping Icons ------------------------------------------------------------------------------------------------------------------ */
	
	.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;
	}
	
	
/* ----------- Columns ------------------------------------------------------------------------------------------------------------------ */
	
	#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:justify;
		padding-top:20px;
		width:100%;
		line-height:1.5em;
	}
	
	#ourStory img {
		width:100%;
		margin-right:0px;
		text-align:center;
	}
	
	
/* ----------- Gallery ------------------------------------------------------------------------------------------------------------------ */
	
	.galleryHolder {
		padding-left:0px;
	}
	
	.photo-thumb{
		clear:both;
		margin-left:0;
		width:100%;
	}
	
	.photo-thumb-container{
		margin:0 auto;
		max-width:305px;
	}
	
	
/* ----------- Footer ------------------------------------------------------------------------------------------------------------------ */

#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 ------------------------------------------------------------------------------------------------------------------ */

	#copyright {
		padding:0;
		color:#FFFFFF;
		height:100%;
		width:100%;
		margin:0 auto;
		padding-top:30px;
	}
	
	
/* ----------- Form ------------------------------------------------------------------------------------------------------------------ */
	
	#form {
		padding-right:0px;
	}
	
	form {
		text-align:center;
		width:100%;
	}

	
}
