/********************************************
	Tag Resets
********************************************/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
iframe,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

/********************************************
	Normalize CSS
	http://necolas.github.com/normalize.css/
********************************************/

html {
	height: 100%;
	font-size: 100%;
	line-height: 1;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	min-height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
	display: block;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

b,
strong {
	font-weight: bold;
}

abbr[title] {
	border-bottom: 1px dotted;
}

input,
textarea,
button,
select {
	margin: 0;
	font-size: 100%;
	line-height: normal;
	vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

textarea {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p	{
	font-size:1.15em; 
	line-height: 1.35em;
	margin: .6em 0;
}
ol {
	font-size:1.15em; 
	line-height: 1.25em;
	margin-left: 2em;
}
ol li {
	padding-bottom: .3em;
}

h1 {
	font-size: 2.75em; 
	line-height: 2em;
	font-style: normal;
	font-weight: 400;
	}
h2 {
	font-family: Pevensey5Heavy, serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 1.7em;
	line-height: 1.3em;
	letter-spacing:.5pt;
	color: #203e97;
	}

h3 {
	font-family: Pevensey5Heavy, serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size:1.2em;
	line-height:1em;
	letter-spacing:.75pt;
	margin:0;padding-top:0;
	color: #203e97;
	}
h4 {
font-style: normal;
font-weight: 500;
font-size:18pt;
	margin:0;padding-top:5px;
	}
h5 {
	font-size:1.25em; 
	line-height: 1.5em;
	font-weight: 500;
        padding: 0 0 .6em 0;
	}

/*----------------------------------------*/
/*----------- IE specific stuff ----------*/
/*----------------------------------------*/
.ie body {
	width:90%;
	margin:0 auto 0;
}
/* box-sizing polyfill, IE7 and below */

.ie .wrapper,
.ie .name,
.ie .email,
.ie input,
.ie textarea {
    *behavior: url("http://seaturtlesightings.org/js/boxsizing.htc");
}
/* Fluid Media, slightly more robust than img {max-width: 100%} */
	figure {
	    position: relative;
	}

	figure img,
	figure object,
	figure embed,
	figure video {
	    display: block;
	    max-width: 100%; 
	}

	img {
	    border: 0;
	    -ms-interpolation-mode: bicubic; /* for IE see below */
	}
	.ie .onethird,
	.ie .twothirds,
	.ie .twofourths figure {
		width: 100%;
		box-sizing: border-box;
	 }

/* "*" hack applies only to IE7 and below */

	.ie onethird,
	.ie .twothirds,
	.ie .twofourths figure {
		*width: auto;
	}
/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%; 
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
  }
}


/*----------------------------------------*/
/*------------- header styles ------------*/
/*----------------------------------------*/

header {
	margin: 0 auto;
	padding:0;
	text-align: center;
	}
.honespace {
	padding-top: .9em;
}
.hlogo {
	padding-top: 2.4em;
	display: inline-block;
	}

.nav {
	margin:0 auto .9em;
	padding:.6em 0;
	background: #000;
	font-family: Pevensey5Heavy, serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size:.95em;
	line-height:1em;
	letter-spacing:.75pt;
	text-align: center;
	-webkit-text-size-adjust: none;
}
.nav ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
.nav li {
	padding:0;
	margin: 0;
	display: inline-block;
}
.nav a {
	color:#ffffff;
	font-weight: normal !important;
	text-decoration:none;
}
.nav a:hover {
	color: #d1d9ee;
}
.nav .current a {

}
.mdiv {
	padding: 0 .3em 0 .6em;
	color: #d1d9ee;
}

/*----------------------------------------*/
/*------------- slider styles ------------*/
/*----------------------------------------*/


/*----------------------------------------*/
/*------------- home styles ------------*/
/*----------------------------------------*/



/*----------------------------------------*/
/*------------- body styles ------------*/
/*----------------------------------------*/
#content {
  margin-left: auto;
  margin-right: auto;
}
a {
	color:#2b53be;
  text-decoration: none;
  font-weight: bold;
}
.phototop {
	margin:0 auto 0;padding: 0;
}
.copyr {
  text-align: center;
  width: 70%;line-height: 1.5em;
  margin: 20px auto 40px;
}
.pageid {
	font-family: Pevensey5Heavy, serif;
	font-weight: normal;font-style: normal;
	font-size: 1.5em;letter-spacing: .25pt;
	text-align: center;text-transform: uppercase;
	border-top: 5px solid #214295;
	border-bottom: 3px solid #214295;
	padding: .6em 0 .3em;margin: 0;
	z-index: 500;background: #fff;
}
.servbox {
	border: 2px solid #214295;
	border-radius: 0 0 8px 8px;
	padding:0;margin-bottom: 2.4em;
}
.servboxhead  {
	font-family: Pevensey5Heavy, serif;
	font-weight: normal;font-style: normal;
	font-size: 1.25em;letter-spacing: .25pt;
	text-align: center;text-transform: uppercase;
	background: #203e97;color:#fff;
	text-align: center;padding: .3em 0;
}
#sidebar {
	background-color: #d6ddf0;
	border-radius: 8px;
}
#sidebar ul {
	list-style: none;
	text-transform: uppercase;
}
#sidebar ul a {
	color: #cc2129;
	font-weight: 900;
	font-size: 1.2em;
	letter-spacing: .25pt;
}
#main ul {
	list-style: square;
	padding-left: 1.2em;
	font-size: 1.12em;
}
#main li {
	padding-top:.6em;
}
#vdbutthome {
	margin:1.2em auto;
	text-align: center;
}
#vdbutthome a {
	background: #b21d22;
	border-radius: 8px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-family: Pevensey5Heavy, serif;
	font-size: 1.2em;line-height: .3em;
	color:#fff;
	text-decoration: none;
}
/*-------------*/
/*---columns---*/
/*-------------*/
.clearhere {
	clear:both;
}
.clearhere:after {
    content: " "; /* 1 */
    display: table; /* 2 */
    clear: both;
}

.clearhere {
    *zoom: 1; /* 3 */
    }
	.headeronethird {
		float: left;
		width: 28%;
		padding:0; margin: 0;
	}
	.headertwothirds {
		float: left;
		width: 70%;
		padding:0;  margin: 0;
	}
	.topone {
		float: left;
		width: 33.33%;
		padding:0;margin: 0;
	}
        .toptwo {
		float: left;
		width: 33.33%;
		padding:0;margin: 0;
	}
        .topthree {
		float: left;
		width: 33.33%;
		padding:0;margin: 0;
	}
	.onefourth {
		float: left;
		width: 24%;
		padding:0 .6em .6em;
	}
	.twofourths {
		float: left;
		width: 50%;
		padding:0 .6em .6em;
	}
	.onethird {
		float: left;
		width: 33.33%;
		padding:0 .6em .6em;
	}
	.twothirds {
		float: left;
		width: 66.66%;
		padding:0 .6em .6em;
	}

/*----------------------------------------*/
/*------------- footer styles --------------*/
/*----------------------------------------*/

.address {
	margin:0 auto;
	padding: .6em 0 .6em;
	font-family: Pevensey5Heavy, serif;
	font-weight: normal;
	font-style: normal;
	font-size:.85em;
	line-height:90%;
	letter-spacing:.75pt;
	text-align: center;
	color:#fff;
	background-color: #000;
}
.address ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.address li {
	padding:0;
	margin: 0;
	display: inline;
	}
.address a {
	color:#d0d2d3;
	text-decoration:none;
}
.social {
	margin:.9em auto 1.2em !important;
	padding:0;
	text-align: center;
}
.social ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	}
.social li {
	padding:0 10px 0 10px;
	margin: 0;
	display: inline;
	}

/*----------------------------------------*/
/*------------- form styles --------------*/
/*----------------------------------------*/
form {
	color: #434343;
	margin:0;
	padding: 0;
	}
fieldset {
	margin: 0;
	padding:0;
	border: 0;
	}

label  {
    line-height: normal;
    font-size: 80%;
    text-align: left;
    position: relative;
    display: block;
    float: left;
    width: 96px;
    }
    
label.fieldLabel  {
    display: inline;
    float: none;
    }
    
input.formInputText  {
    font-size: .8em;
    color: #333;
    background-color: #fff;
    padding: 1px;
    border: solid 1px #333333;
    margin-left: 0;
    margin-bottom: 10px;
    height: 15px;
    }
.plobelow {
 	margin-bottom: 13px;
		}
    
input.formInputText:hover {
    background-color: #FFFBC6;
    border: solid 1px #333333;
    color: #000;
    cursor: pointer;
    }
    
input.formInputButtonL  {
    font-size: 90%;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    color: #35DAF8;
    background-color: #333333;
    padding: 1px;
	border-left: 2px solid #C2C2C2;
	border-top: 2px solid #C2C2C2;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
    cursor: pointer;
	margin: 0 10px 30px 80px;    
	}
input.formInputButtonR  {
    font-size: 90%;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    color: #35DAF8;
    background-color: #333333;
    padding: 1px;
	border-left: 2px solid #C2C2C2;
	border-top: 2px solid #C2C2C2;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
    cursor: pointer;
	margin: 14px 0px 30px 0px;    
	}
 textarea.message {
    font-size: 1em;
    color: #333;
    background-color: #fff;
    padding: 1px;
    border: solid 1px #333333;
    margin-left: 0;
    margin-bottom: 0px;
    width: 390px;
    height: 140px;
  }
 textarea.message:hover {
    background-color: #FFFBC6;
    border: solid 1px #333333;
    color: #000;
    cursor: pointer;
    }  

.bottrap {
	margin:0 0 0 -500px;
}

/*----------------------------------------*/
/*------------- media queries --------------*/
/*----------------------------------------*/
/* ******************************************
	Media Queries for screen wider than 91.25em (1460px)
****************************************** */
@media screen and (min-width: 91.25em) {
  .hide-vlg {
    display: none;
  }
  .swooshback {
		background: url(../img/swooshbackhead.png) top center no-repeat;
  }
	.headerwrap {
		width: 1240px;
		margin:0 auto 1.2em;
		position: relative;
	}
	.hlogo {
		position: absolute;top:0;left: 440px;
	}
	.bigboat {
		position: absolute;left:40px;
	}
	.headeronethird {
		float: left;
		width: 30%;
		padding:3em .6em 0;
	}	.nav {
		background-image: url(../img/menuendleft.jpg), url(../img/menuendright.jpg);
		background-position: left, right;
		background-repeat: no-repeat, no-repeat;
	}
	.phototop {
	width: 1240px;
	}
	#content {
		width: 1240px;
	}
	#sidebar {
		width: 300px;
		min-height: 200px;
		margin: 0px 0 100px 0; /*controls the cutoff of the top and bottom limitations*/
		padding: 1.2em;
		float: left; /* float right for a right aligned sidebar */
	}
	#sidebar li {
		padding: 1.2em 0 0 .3em;
	}
	.sidelogo {
		padding: 100px 0 0 0;
		margin: 0 auto 0;
	}
	#main {
		width:940px;
		height: 101%; /*can be anything, just should make sure it is taller than the sidebar*/
		padding: 25px;
		float: right;
	}
	.servbox {
		width: 860px;
	}
	#vdbutthome {
		margin: 1.2em auto;
	}
	#vdbutthome a {
		padding: .6em 4em .6em;
		width: 100%;
		margin: 1.2em auto;
	}
	#footer {
		width: 100%;
		clear:both;
		height: 500px;
		margin-top: 100px;
	      }
}
/* ******************************************
	Media Queries for screen wider than 77.5em (1240px) and less than 91.25em (1460px)
****************************************** */
@media screen and (min-width: 77.5em) and (max-width: 91.25em) {
  .hide-vlg {
    display: none;
  }
  .swooshback {
		background: url(../img/swooshbackhead.png) top center no-repeat;
  }
  .headerwrap {
		width: 1240px;
		margin:0 auto 1.2em;
		position: relative;
	}
	.hlogo {
		position: absolute;top:0;left: 440px;
	}
	.bigboat {
		position: absolute;left:40px;
	}
	.headeronethird {
		float: left;
		width: 30%;
		padding:3em .6em 0;
	}
	.nav {
		background-image: url(../img/menuendleft-m.jpg), url(../img/menuendright-m.jpg);
		background-position: left, right;
		background-repeat: no-repeat, no-repeat;
	}
	.phototop {
	width: 1240px;
	}
	#content {
	width: 1240px;
	margin:0 auto 2em;
	}
	#sidebar {
		width: 300px;
		min-height: 200px;
		margin: 0px 0 100px 0; /*controls the cutoff of the top and bottom limitations*/
		padding: 1.2em;
		float: left; /* float right for a right aligned sidebar */
	}
	#sidebar li {
		padding: 1.2em 0 0 .3em;
	}
	.sidelogo {
		padding: 100px 0 0 0;
		margin: 0 auto 0;
	}
	#main {
		width:940px;
		height: 101%; /*can be anything, just should make sure it is taller than the sidebar*/
		padding: 25px;
		float: right;
	}
	.servbox {
		width: 860px;
	}
#vdbutthome {
	margin: 1.2em auto;
}
#vdbutthome a {
	padding: .6em 4em .6em;
	width: 100%;
	margin: 1.2em auto;
}
	#footer {
		width: 100%;
		clear:both;
		height: 500px;
		margin-top: 100px;
	      }
}
/* ******************************************
	Media Queries for screen wider than 70.25em (1124px) and less than 77.5em (1240px)
****************************************** */
@media screen and (min-width: 70.25em) and (max-width: 77.5em) {  
	.nav {
		background-image: url(../img/menuendleft-m.jpg), url(../img/menuendright-m.jpg);
		background-position: left, right;
		background-repeat: no-repeat, no-repeat;
	}
}
/* ******************************************
	Media Queries for screen wider than 56.25em (900px) and less than 77.5em (1240px)
****************************************** */
@media screen and (min-width: 56.25em) and (max-width: 77.5em) {
	.hide-lg {
		display: none;
	}
  .swooshback {
		background: url(../img/swooshbackhead.png) top center no-repeat;
  }
  .headerwrap {
		width: 900px;
		margin:0 auto .6em;
		position: relative;
	}
	.headertwothirds {
		text-align: right;
		width: 70%
	}
	.headeronethird {
		float: left;
		width: 30%;
		padding:3em .6em 0;
	}
	.hlogo {
		position: static;top:0;left: 0;
		padding-left: 20px;
	}
	.bigboat {
		position: absolute;left:0;
		width: 50%
	}
	.nav {
		font-size:.8em;
	}
	#content {
	width: 900px;
	margin:0 auto 2em;
	}
	#sidebar {
		width: 300px;
		min-height: 200px;
		margin: 0px 0 100px 0; /*controls the cutoff of the top and bottom limitations*/
		padding: 1.2em;
		float: left; /* float right for a right aligned sidebar */
	}
	#sidebar li {
		padding: 1.2em 0 0 .3em;
	}
	.sidelogo {
		padding: 100px 0 0 0;
		margin: 0 auto 0;
	}
	#main {
		width:600px;
		height: 101%; /*can be anything, just should make sure it is taller than the sidebar*/
		padding: 25px;
		float: right;
	}
	.servbox {
		width: 100%;
	}
#vdbutthome a {
	padding: .6em 2em .6em;
	width: 100%;
	margin: 0 auto;
}
	#footer {
		width: 100%;
		clear:both;
		height: 500px;
		margin-top: 100px;
	      }
}
/* ******************************************
	Media Queries for screen width less than 56.25em (900px)
****************************************** */
@media screen and (max-width: 56.25em) {  
	.hide-m {
		display: none;
	}
	.ctrpic {
		display:inline-block;
		margin-bottom: -2px;
	}
  .swooshback {
		background: url(../img/swooshbackhead900.png) top center no-repeat;
  }
  .headerwrap {
		width: 100%;
		margin:0 auto 0;
		position: relative;
	}
	.headertwothirds {
		text-align: center;
		width: 100%;
		float: none;
	}
	.headeronethird {
		float: none;
		width: 100%;
		padding:.6em 0 0;
	}
	.hlogo {
		position: static;top:0;left: 0;
		padding:.3em 0 0;
	}
	.bigboat {
		position: static;left:0;
		width: 30%;display: inline-block;padding: 0;
	}
	#content {
		width: 100%;
		margin:0 auto 2em;
		padding: 0 1em;
	}
	.nav li {
		padding:.3em 0 .3em 0;
		margin: 0;
		display: inline-block;
	}
	.topone {
		float: left;
		width: 50%;
		padding:0;
	}
        .toptwo {
		float: left;
		width: 50%;
		padding:0;
	}
        .topthree {
		display: none;
	}
	#sidebar {
		width: 100%;
		/*min-height: 200px;*/
		margin: 0; 
		padding: 1.2em;
		float: none;
		text-align: center;
	}
	#sidebar li {
		padding: 1.2em 0 0 .3em;
	}
	.sidelogo {
		padding: 2.4em 0 0 0;
		margin: 0 auto 0;
	}
	#main {
		width:100%;
		padding: .9em;
		float: none;
	}
	#vdbutthome {
	margin: 1.2em auto;
}
#vdbutthome a {
	padding: .6em 1em .6em;
	width: 100%;
	margin: 0 auto;
	font-size: 1em;
	}
}
/* ******************************************
	Media Queries for screen width less than 45em (720px)
****************************************** */
@media screen and (max-width: 45em) {
	.hide-sm {
		display: none;
	}
	.topone {
		display: none;
	}
        .toptwo {
		float: none !important;
		width: 100%;
		padding:0;text-align: center;
		margin: 0 auto;
	}
        .topthree {
		display: none;
	}
	.twofourths {
		float: none;
		width: 100%;
		padding:0;
	}
	.onethird {
		float: none;
		width: 100%;
		padding:0;
	}
	.twothirds {
		float: none;
		width: 100%;
		padding:0;
	}
  .addspace {
    padding-top:1em !important;
  }

nav {
	margin: 0 1.2em .3em;
}
.mdiv {
	padding: 0 .15em 0 .3em;
}

}
/* ******************************************
	Media Queries for screen less than 24.125em (386px)
****************************************** */
@media screen and (max-width: 24.125em) {
	.hide-vsm {
		display: none;
	}
	.sho {
		display: block;
	}
.mdiv {
	display: none;
}
}
/* ******************************************
	Media Queries for screen less than 21em (336px)
****************************************** */
@media screen and (max-width: 21em) {
	#vdbutthome a {
	padding: .6em;
	width: 100%;
	margin: 0 auto;
	font-size: 1.2em;
	background: none;
	color:#b21d22;
	}
}