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


* {
  box-sizing: border-box;
}
/* header */

.header {
  background-color: #fff;
  padding: 10px 10px;
  border-radius:.5em;
  font-size:1em;
  font-weight: bold;
}
.header-name {
  text-decoration: underline;
  font-size:1.25em;
}
.header-jobtitlesr {
	font-size:1em;		
}
.header-jobtitlejr {
	font-size:.8em;
	color: #999;		
}

.header-title {
	font-size:3em;	
	color:#5A7CB5;
}
.header-title-under {
	font-size: 1.25em
}

.header-left {
	float:left;
	width: 20%;
	height: auto;
	margin-right: 0.5em;
	margin-bottom: 5px;
}
.header-center {
	float:left;
	width: 58%;
	margin-top:1em;
	text-align:center;

}
.header-right {
	float:left;
	width: 20%;
	margin-top:1em;
	text-align:center;
}
.subhead {
	border-bottom:2px solid #666;
	border-top: 2px solid #666;
	padding: 5px 0 5px 0;
	text-align:center;
	text-transform:uppercase;
	font-size:1em;
	margin-bottom: 2px;
}
.header1of2 {
	float:left;
	width: 46%;
	height: auto;
	margin-right: .5em;
}

.header2of2 {
	float:left;
	width: 44%;
	margin-top:1em;
	text-align:center;
	margin-bottom:10px;
}

.logo_responsive img{
  max-width:90%;
  height:auto;	
  display: block;
  margin-left: auto;
  margin-right: auto;

}

/*  nav bar */

.topnav {
  overflow: hidden;
  background-color: #5a7cb5;
}

.topnav a {
  float: left;
  display: block;
  color: #c9d5e7;
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:link {
  color: #000;

}

.active {
  background-color: #c9d5e7;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {

  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}



/* footer */
.footer {
   width: 100%;
   background-color: #fff;
   text-align: center;
   height: auto;
   margin-top: 1em;
   border-radius: .5em;
}

.content {
	background-color:#FFFFFF;
	border: thin;
	border-radius: .5em;
}
figure {
	display:inline-block;
	margin-left:10px;
	margin-right:15px;	
	float:left;
}
figure img {
	padding-right: 5px;
	padding-bottom:5px;
	width:100%;
	height:auto;
}
figcaption {
  background-color: #999;
  color: white;
  font-style: italic;
  padding: 2px;
  text-align: center;
  width:fit-content;
  margin-top:2px;
}

/*! pagination 
/ * Bootstrap v3.4.1 (https://getbootstrap.com/)
/ * Copyright 2011-2019 Twitter, Inc.
/ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE
*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #0606067D;
}
.pagination > li > div {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: black;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #0606067D;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #0606067D;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #0606067D;
}

.pagination-count {
	margin:1px;
	border-color:black;
	
}
.pagination-lg > li > a,
.pagination-lg > li > span{
    padding: 10px 12px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li > div {
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.5;
	font-weight: bold;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span,
.pagination-lg > li:last-child > div {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	min-width: 325px;
}
/* .row {
    margin-right: -15px;
    margin-left: -15px;
}*/
.container-fluid:after {
  content: "";
  display: table;
  clear: both;
}

/* Create three equal columns that floats next to each other */
.column-3 {
	float: left;
	width: 31.5%;
	padding: 0.5em;
	border: 1px;
	border-style:solid;
	border-radius: 0.5em;
	height:auto;
	margin:0.4em;
	min-width: 325px;
	border-color:#bbbbbb38;
	background-color: #ececec;
}
/* two column layout */
.column-2 {
  float: left;
  width: 48%;
  padding: .5em;
  border: 1px;
  border-bottom-color:#666;
  border-radius: .5em;
  height:auto;
  margin:.2em;
  min-width: 325px;
  background-color:#FFFFFF;
  border-style:solid;
}
/*.column-2 {
    width: 100%;
	margin: 1% 0 1% 0%; 
  }
*/
.column-2 img {
	float:right;
	padding-left:15px;
	
}
.column-2 p {
  	height:auto;
	float:left;
	margin-top: 2px;
}

.column-2 div {
	display:inline-block
}

.column-2-center {
	text-align:center;
}
/* one column layout */
.column-1 {
	float: left;
	width: 96%;
	padding: 0.5em;
	border: 1px;
	border-bottom-color:#666;
	border-radius: 0.5em;
	height:auto;
	margin:0.2em;
	min-width: 325px;
	background-color: #FFFFFF;
  
}
.column-1-center {
	width: 80%;
	padding: 0.5em;
	border: 1px;
	border-bottom-color:#666;
	border-radius: 0.5em;
	height:auto;
	margin:auto;
	min-width: 325px;
	background-color: #FFFFFF;
  
}
/*
.column-3 {
    width: 100%;
	margin: 1% 0 1% 0%; 
}*/
.column-3 img {
	float:left;
	padding-right:5px;
}
.column-3 p {
	height:auto;
	float:left;
	margin-top: 2px;
	width:100%;
	display: inline;
	clear: both;
}

.column-3 .supporters {
  font-size:12px;	
  float:left;
  border-style: solid;
  border-color: #cccccc;
  padding: 5px;
  background-color:#FFF;
  line-height:100%;
}
.supporters_badges {
  float:right;	
}

.column-3 div {
	display:inline-block;
	width: 100%;
}

.column-3-news p:nth-child(even){
	background-color: #ececec;
	
  }

.column-3-news p:nth-child(odd){
	background-color: #fff;
	
   }
   
#center {
	text-align:center;
}

.column-1 img {
	float:left;
	padding-right:5px;
	
}
.column-1 p {
	height:auto;
	float:none;
	margin-top: 2px;
}

.column-1 div {
	display:block
}
.row {
	clear:both;	
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

  .header-left {
    width: 100%;
	margin-top:.3em;
  }
   .header-center {
    width: 100%;
	margin-top:.3em;
  }
   .header-right {
    width: 100%;
	margin-top:.3em;
  }
  .header1of2{
	  width:100%;
  }
  .header2of2 {
	  margin-top:.3em;
	  width:100%;
	  margin-left:3px;
  }
  
}

.in_article_ad_320 {
	width: 300px;
	height: auto; 
 } 
.in_article_art_300 {
	width: 300px;
	height: auto;
	border-style:solid;
	border-width:2px;
	
 } 

.in_article_art_300 a img {
	padding-left: 2px;
	padding-top:2px;
	margin-left:auto;
	margin-right:auto;
}
}
.in_article_ad_320 a img{
	border: #2986CC;
	border-style:solid;
	padding:0px;
	border-width:3px;
}
@media screen and (max-width: 600px) {
	 .in_article_ad_1 {
			width: 468px;
	  		height: auto; 
	  } 

	  .header-title {
		font-size:2em;	
		color:#5A7CB5;
	  }
	  .header-title-under {
		font-size: .75em
	   }

	  .header-name {
		text-decoration: underline;
		font-size:.8em;
	  }
	  .header-jobtitle {
		font-size:.75em;		
	  }
	  .subhead {
		border-bottom:2px solid #666;
		border-top: 2px solid #666;
		padding: 5px 0 5px 0;
		text-align:center;
		text-transform:uppercase;
		font-size:.75em;
	   }
	   .logo_responsive img{
          max-width:40%;
	   }
	   h1 {
		font-size:1em;
		color:#000;
		text-align:center;
		}
		
	.article-body {
		max-width:320px
	}
}

.top_banner_responsive_1 { width: 300px; height: 100px; margin-left:20px; }
@media(min-width: 500px) { .top_banner_responsive_1 { width: 300px; height: 60px; } }
@media(min-width: 800px) { .top_banner_responsive_1 { width: 428px; height: 90px; } }


/* body */

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: black;
	background-color: #5A7CB5;
	min-width: 325px;
}
/* headings */
.h1 {
	font-size: 4em;
	font-weight: bold;	
}
.h2 {
	font-size: 18px;
	font-weight: bold;	
	text-decoration: underline;
	float:left;
	margin-top:.5em;
	margin-bottom:.5em;
	display:block;
	width:100%;
}

.h2:after {
  content: "";
  display: table;
  clear: both;
}
.h3 {
	font-size: 16px;
	font-weight: bold;	
	float:left;
	margin-top:.5em;
	margin-bottom:.5em;
	display:block;
	width:100%;
}
.h3:after {
  content: "";
  display: table;
  clear: both;
}
.h4 {
	font-size: 14px;
	font-weight: bold;
	float:left;
	margin-top:.5em;
	margin-bottom:.5em;	
	display:block;
	width:100%
}
.h4:after {
  content: "";
  display: table;
  clear: both;
}

ul {
  float:left;
  margin-block-start:5px;
  margin-block-end:5px;
}
ul.box {
  float:left;
}

ul.box li {
  list-style-type: square;
  margin-left:1em;
}
ul li {
	padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: .7em;
	width:fit-content;  /* site map */
	list-style-type:square;
	text-align:left;
}
li {
    list-style-type: square;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	width:90%;
}

/* basic styling */
h1 {
	font-size:1.5em;
	color:#000;
	text-align:center;
	margin-block-start:auto;
	margin-block-end:auto;
}
h2 {
	font-size:1.25em;
	color:#000;
	text-align:center;
	margin-block-start:5px;
	margin-block-end:5px;
	display:block;
	}
div {
	display:block;
}

.refp p{
  display: block;
  margin-top: 0em;
  margin-bottom: 1em;
  margin-left: 15px;
  margin-right: 0;
  width: 90%;
}
p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.5em;
}

/* links */
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
/*	color: #42413C; */
	color: #2986CC;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
/*	color: #6E6C64; */
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}


/* page specific markup */
.in_section_middle {
	width: 320px;
	height:auto;
}
.in_article_ad_1 { 
	width: 320px; 
	height: 300px; 
}

.page_title {	
	font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-top: auto;
}
/* Archive Sections */
.archive {
	font-size:1em;
	margin-bottom:10px;
}

.archive:nth-child(even){
	background-color: #fff;
}

.archive:nth-child(odd){
	background-color: #ececec;
}
.archive_source {
	color:black;
	margin-left: 4px;
	margin-right: 2px;
}
.archive_source_offset {
	color:#006699;	
}

.about {
	display:inline-block;
}
/* Got News Form */
.input_row {
	clear:both;
	height:fit-content;
}
input[type=text], select, textarea {
  width: 99%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #5a7cb5;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display:block;
  font-size:1em;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.form-container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.col-25 {
  display: block
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  display: block
  width: 75%;
  margin-top: 6px;

}
.input_error {
	color: #FF0000;
	float:left;
	padding-top:5px;
	padding-bottom:15px;
	}
	
form #website{ 
	display:none; 
	}
label #website { 
	display:none; 
	}	

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 99%;
    margin-top: 0;
  }
}

.phppot-input {
	background-color:grey;
}
/* error pages */

#error-page{
  vertical-align:middle;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
  text-align:center;
}
#error-page .content{
  max-width: 600px;
  text-align: center;
}
.error-content h2.header{
  font-size: 8em;
  line-height: 1em;
  position: relative;
}
.error-content h2.header:after{
  position: absolute;
  content: attr(data-text);
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-repeating-linear-gradient(-45deg, #71b7e6, #69a6ce, #b98acc, #ee8176, #b98acc, #69a6ce, #9b59b6);
  background-size: 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 2px rgba(255,255,255,0.25);
  animation: animate 10s ease-in-out infinite;
}

.error-content h4{
  font-size: 1.5em;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
  font-size: 2em;
  max-width: 600px;
  margin:auto;
  text-align:center;
}
.error-content h4:after{
  position: absolute;
  content: attr(data-text);
  top: 0;
  left: 0;
  right: 0;
  text-shadow: 1px 1px 2px rgba(255,255,255,0.4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.error-content p{
  font-size: 1.2em;
  color: #0d0d0d;
}

@media screen and (max-width: 600px) {
 .error-content h2.header{
  	font-size: 4em;
  	line-height: 1em;
  	position: relative;
	}
}
/* Article */

article {
	font-size: 1.5em;	
}

.article-h1 {
	font-size: 1.15em;	
}

.article-container {
	padding: 0.5em;
	border: 1px;
	border-radius: 0.5em;
	height:auto;
	margin:0.2em;
	min-width: 325px;
	background-color: #f9f9f9;
	max-width:90%;
	display:inline-block;
}

.article_bywhen {
	font-size:1em;
	border-bottom:2px solid #666;
	border-top: 2px solid #666;
	text-align:left;
	padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 10px;
	font-weight: bold;
}
/*.article-bywhen:after {
  content: "";
  display: table;
  clear: both;
}*/
.article-body-text {
	padding-right:5px;
}
.article-body-text p:first-child {
	display:inline;
	margin-top:15px;
    margin-bottom:15px;
}
.article-body-text p {
	margin-top:15px;
    margin-bottom:15px;
}
.article-dateline {
	font-size: 1em;
    float: left;
    margin-right: 5px;
}

.article-body {
	font-size:.65em;
	float:left;	
	background-color:#f9f9f9;
}

.article-image {
	max-width: 250px;
	height:auto;
	float: right;
    margin-left: 10px;
	margin-top:15px;
}
.article-image p {
	font-size:.75em;
	font-style:italic;
	width: -moz-fit-content;
	width:fit-content;	
}
.article-image img {
	max-width:250px;	
}
.newswire_container {
	padding: 0.5em;
	border: 1px;
	border-radius: 0.75em;
	height:auto;
	margin-left:15px;
	min-width: 325px;
	background-color: #ececec;
	max-width:95%;
}

.newswire_article {
/*	background-color: #f9f9f9;  light gray */
	background-color: #ececec;
	height:auto;
	margin-bottom:15px;
	}

.newswire_article:nth-child(even){
	background-color: #fff;
}

.newswire_article:nth-child(odd){
		background-color: #ececec;
}

.newswire_article:after {
  content: "";
  display: table;
  clear: both;
}
.newswire_article img {
	float:left;
	margin:0 13px 5px 0;
}

.newswire_article a {
	font-weight: bold;
	font-size:.85em;
	padding-bottom:15px;
}

.newswire_article_blurb {
	font-size: .85em;
}
.newswire_article_dateline {
	font-size: .75em;
	font-weight:bold;
	display:inline;
}

#oceans{}
#crocs{}
#scuba{}
#fish{}
#scuba{}
#cetacean{}
#uwanimals{}
#sharks{}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}


