/********************************************
	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: "franklin-gothic-urw", sans-serif;
	font-style: normal;font-weight: 300;
	background-color: #ffffff;
}

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.55em;
	margin: .6em 0;
}
ol {
	font-size:1.15em; 
	line-height: 1.25em;
	color: #0a1a1a;
	margin-left: 2em;
}
ol li {
	padding-bottom: .3em;
}
#columns ul {
	list-style: none;
	font-size:1.25em; 
	line-height: 1.5em;
}

h1, h2, h6 {
	padding: 1em 0 .5em 0;
	}
h1 {
	font-size: 2.75em; 
	line-height: 2em;
	font-style: normal;
	font-weight: 400;
	}
h2 {
        font-size: 1.7em;
	line-height: 1.3em;
	font-style: normal;
	font-weight: 500;
	color: #000;
	}

h3 {
font-style: normal;
font-weight: 700;
font-size:16pt;
	margin:0;padding-top:5px;
        border-top:3px dotted #000;
        display: table-cell;
	}
h3:after {
    content: "";
    display: table-cell;
    width: 100%;
}
h4 {
font-style: normal;
font-weight: 500;
font-size:18pt;
	margin:0;padding-top:5px;
        border-top:3px dotted #000;
        display: table-cell;
	}
h4:after {
    content: "";
    display: table-cell;
    width: 100%;
}
h5 {
	font-size:1.25em; 
	line-height: 1.5em;
	font-weight: 500;
        padding: 0 0 .6em 0;
	}
h5 a {
  color: #000;
  text-decoration: none;
}
h5 a:hover {
  border-bottom: 3px dotted #f33a00;
}
/*----------------------------------------*/
/*----------- 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 {
  border-bottom: 20px solid #000;
  margin: 0 auto 0;
  padding: 10px 0;
  text-align: center;
}
h1 {
	font-family: "franklin-gothic-urw-comp", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size:40pt;
	line-height:36pt;
	margin:0;
	padding:10px .5em 0 0;letter-spacing: 1.5pt;
	text-transform:uppercase;
}
nav {
        font-family: "franklin-gothic-ext-comp-urw",sans-serif;
        font-style: normal;
        font-weight: 700;
}
nav a {
  font-weight: 700;
}
nav ul {
	list-style: none;
        padding: 15px 0 0 0;
}
nav li {
	display: inline;
	margin:0 .75em;
}
nav a {
color: #f33a00;
text-decoration: none;
}
nav a:hover {
	text-decoration: underline;
}
/*----------------------------------------*/
/*------------- slider styles ------------*/
/*----------------------------------------*/
    .flex-caption {
      width: 96%;
      padding: 2%;
      left: 0;
      bottom: 0;
      background: #fff;
      color: #000;
      font-size: 14px;
      line-height: 18px;
    }
    li.css a {
      border-radius: 0;
    }
/*----------------------------------------*/
/*------------- home styles ------------*/
/*----------------------------------------*/
#homepara {
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: 1.24em;line-height: 1.6em;letter-spacing: .25pt;
  text-align: center;
  width: 60%;
  margin: 0 auto 40px;
}

/*----------------------------------------*/
/*------------- body styles ------------*/
/*----------------------------------------*/

a {
  color:#f33a00;
  text-decoration: none;
  font-weight: 500;
}
.blbox {
      border-left: 10px solid #000;border-right: 10px solid #000;border-bottom: 10px solid #000;
      padding: 0;
      margin: 0 auto 0;
      }

.copyr {
  font-family: "franklin-gothic-urw",sans-serif;
  text-align: center;
  width: 70%;line-height: 1.5em;
  margin: 20px auto 40px;
}
#excols ul {
  list-style-type: none;
  margin-top: 1em;
}
#excols li {
  padding: 0 0 .5em 0;
}
figcaption {
  line-height: 1.2;padding:.5em 0 .65em;
}
/*
#excols figure {
    padding:2.8em 0;
  }
*/
.mp-ital {
  font-weight: 500;
  font-style: italic;
}
#gallerybox {
	border: 2px solid #434343;
	border-top: 4px solid #434343;
	padding: .6em 1.2em;
        margin-bottom: 1em;
}

/*-------------*/
/*---columns---*/
/*-------------*/
.clearhere {
	clear:both;
}
.clearhere:after {
    content: " "; /* 1 */
    display: table; /* 2 */
    clear: both;
}

.clearhere {
    *zoom: 1; /* 3 */
    }
    	.homeone {
		float: left;
		width: 40%;
		padding:0;
	}
        .hometwo {
		float: left;
		width: 1%;
		padding:0;
	}
        .homethree {
		float: left;
		width: 59%;
		padding:0 .65em .65em;
	}
	.twofourths {
		float: left;
		width: 50%;
		padding:0 1em 1em;
	}
	.onethird {
		float: left;
		width: 33.33%;
		padding:0 1em 1em;
	}
	.twothirds {
		float: left;
		width: 66.66%;
		padding:0 1em 1em;
	}
	.gtwofourths {
		float: left;
		width: 50%;
		padding:0 .65em .65em;
	}
	.gonethird {
		float: left;
		width: 33.33%;
		padding:0 .65em .65em;margin-bottom: 1em;
	}
	.gtwothirds {
		float: left;
		width: 66.66%;
		padding:0 .65em .65em;
	}
#gallerybox p {
  padding-top: 0;margin-top: 0;
}
/*----------------------------------------*/
/*------------- 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 77.5em (1240px)
****************************************** */
@media screen and (min-width: 1240px) {
  .hide-vlg {
    display: none;
  }
  nav {
    font-size: 1.3em;letter-spacing: 1pt;
  }
  .headdots {
    padding-top:18px;
  }
    .homeone {
      text-align: right;
    }
    .hometwo {
      text-align: center;
    }
    .homethree {
      text-align: left;
    }
    .blbox {
      width: 1200px;
    }
  .home {
          padding: 1em 100px 0;
  }
  .cwrap {
    padding: 0 2.5em 2em;
  }
	.twofourths {
		float: left;
		width: 50%;
		padding:0 2em 1em;
	}
        #excols {
              -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 1.5em; /* Chrome, Safari, Opera */
    -moz-column-gap: 1.5em; /* Firefox */
    column-gap: 1.5em;
    }
    	#gallerybox {
		min-height: 260px !important;
	}
        .galleryp {
          width:75%;
        }
}

@media screen and (max-width: 1239px) {
    .blbox {
      width: 90%;
    }
  .home {
          padding: 1em 2em;
  }
}

/* ******************************************
	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;
	}
  nav {
    font-size: 1.12em;letter-spacing: .5pt;
  }
  nav ul {
	list-style: none;
        padding: 18px 0 0 0;
}
  nav li {
	display: inline;
	margin:0 .5em;
}
  .headdots {
    padding-top:18px;
  }
  .homeone {
      text-align: right;
    }
    .hometwo {
      text-align: center;
    }
    .homethree {
      text-align: left;
    }
    #homepara {
     width: 90%;
    }
    .cwrap {
    padding: 0 2em 2em;
    }
    #excols {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 2em; /* Chrome, Safari, Opera */
    -moz-column-gap: 2em; /* Firefox */
    column-gap: 2em;    
  }
  #gallerybox {
    padding-bottom: 2em !important;min-height: 330px !important;
  }
  #gallerybox p {
  font-size: 99.5%;
  }
}
/* ******************************************
	Media Queries for screen width less than 56.25em (900px)
****************************************** */
@media screen and (max-width: 56.25em) {  
    .hide-sm {
      display: none;
    }
    header {
      margin: 0 auto 0;
      text-align: center;
    }
    h1 {
          padding-right: 0;
    }
    .homeone {
      text-align: center;
      float: none;
      width: 100%;
    }
    .hometwo {
      text-align: center;
      float: none;
      width: 100%;padding-top:1em;
    }
    .homethree {
      text-align: center;
      float: none;
      width: 100%;
      padding:.5em 0;
    }
  nav {
    font-size: 1.25em;letter-spacing: .5pt;line-height: 2em;
  }
      #homepara {
     width: 100%;
    }
  .cwrap {
    padding: 0 1.5em 2em;
    }

        .gtwofourths {
		float: none;
		width: 100%;
		padding:0;
	}
        .gonethird {
		float: none;
		width: 100%;
		padding:0;
	}
        .gtwothirds {
		float: none;
		width: 100%;
		padding:0;
	}
}
/* ******************************************
	Media Queries for screen width less than 45em (720px)
****************************************** */
@media screen and (max-width: 45em) {
	.twofourths,
        .gtwofourths {
		float: none;
		width: 100%;
		padding:0;
	}
	.onethird,
        .gonethird {
		float: none;
		width: 100%;
		padding:0;
	}
	.twothirds,
        .gtwothirds {
		float: none;
		width: 100%;
		padding:0;
	}
  .cwrap {
    padding: 0 1.5em 2em;
  }
  .addspace {
    padding-top:1em !important;
  }
}
/* ******************************************
	Media Queries for screen less than 24.125em (386px)
****************************************** */
@media screen and (max-width: 24.125em) {
	.hide-vsm {
		display: none;
	}
    .homeone {
      text-align: center;
      float: none;
      width: 100%;
    }
  .hometwo {
      text-align: center;
      float: none;
      width: 100%;
    }
    .homethree {
      text-align: center;
      float: none;
      width: 100%;
      padding:.5em 0;
    }
    .blbox {
      width: 100%;
    }
  .home {
          padding: 1em .5em;
  }
  #homepara {
  font-size: 1.2em;line-height: 1.5em;letter-spacing: .25pt;
  width: 100%;
  margin: 0;padding: 0 1em 1em;
  }
}