@charset "utf-8";


/*  Umber:  #ab3b0a
    New Umber:  #ab3b0a;
    Blue:   #336699
	 Green:  297779;  #297779;
*/

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff') format('woff'),
         url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-Regular.woff2') format('woff2'),
		 url('../fonts/raleway-Regular.woff') format('woff'),
         url('../fonts/raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face{ 
	font-family: 'labor_unionregular';
	src: url('../fonts/LaborUnion-Regular-webfont.woff') format('woff'),
	     url('../fonts/LaborUnion-Regular-webfont.ttf') format('truetype');
	font-weight: normal;
   font-style: normal;
}

@font-face{ 
	font-family: 'labor_unionsmall';
	src: url('../fonts/LaborUnion-Small-webfont.woff') format('woff'),
	     url('../fonts/LaborUnion-Small-webfont.ttf') format('truetype');
	font-weight: normal;
   font-style: normal;
}

* {	margin: 0; 	padding: 0; }

body {
	/* background-color: #555555; 
	background-color: #23374a; */
    background-image: url("../images/bodybg-small.jpg");
    background-position: center top;
	background-attachment: fixed;

	/* background: linear-gradient(black, white);   Gradient Only  */
    clear: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
	color: #2d3b46;
}

.page {
	background-color:#ffffff;
    margin: 0 auto;
    max-width: 1220px;
    position: relative;
	padding: 1em;
}


/* Colors----------------------------------------------------------*/


.blue {
	color: #336699;
}

.green {
	color: #297779;
}

.umber { 
	color: #ab3b0a;
}


.dk-brown {
	color: #2a1820;
}

.med-brown {
	color: #532a2a;
}

.lt-brown {
	color: #99604e;
}



header .contact {
	color: #2a1820;
}



/* Typography------------------------------------------------------*/

#page-intro h1 {
	font-family: tekton-pro-extended, sans-serif;
	font-weight: 700;
	font-size: 2.5em;
   margin-bottom: .7em;
	font-style: italic;
}

h1.page-title {
	font-size: 2em;
	color: #297779;
	font-family: tekton-pro-extended, sans-serif;
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1em;
	color: #297779;
	font-family: arial, helvetica, sans-serif;
}

h1 {
   font-size: 2.2em;
	margin-top:.75em;
	margin-bottom:1em;
	font-family: tekton-pro-extended, sans-serif;
}

h2 {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 1.3em;
	color: #336699;
	margin-bottom: .5em;
}

h3 {
	font-family: Raleway, Arial, sans-serif;
	font-size: 1.2em;
	color: #ab3b0a;
	margin-bottom: .5em;
}

h4 {
	font-size:1.5em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
}

p {
	font-size:1em;
	line-height:1.4em;
	margin-bottom:1.5em;
}

p.large {
	font-size:1.25em;
	margin-bottom:1em;
}

a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color:#297779;
	text-decoration: underline;
}

#emergency h2 {
	text-align: center;
	font-style: italic;
	margin-bottom:0;
	color: #336699;
}

.cta-sign {
	color: #fff;
}

.cta-sign:hover {
	color:#d7d7d7;
	text-decoration: none;
}

h3.cta {
	font-style: italic;
	color: #555555;
	font-weight: bold;
	font-size: 1.6em;
	background-color: #eee;
	padding: 1em .5em;
	margin-top: -.75em;
	letter-spacing: 1px;
}

hr {
    background: #ab3b0a none repeat scroll 0 0;
    border: none;
    height: 2px;
    padding: 0;
    width: 97%;
	margin:1.5em auto 1.5em;
	clear:both;
}

hr.gray {
    background: #ccc none repeat scroll 0 0;
	width: 25%;
	margin-left:0;
}


#hdr-center {
   font-family: tekton-pro-extended, sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 24px;
   color: #297779;
   text-align: center;
}

#hdr-center p, #hdr-center .interior p {
	font-weight: bold;
	font-size: 1.5em;
	font-style: italic;
	margin-bottom: 0;
	width: 80%;
	margin: 0 auto;
}

#hdr-center.interior p {
	font-size: 1.75em;
	font-style: italic;
	margin: 0 auto;
	max-width: 300px;
}

#hdr-right .contact p {
	font-family: tekton-pro-extended, sans-serif;
	color: #336699;
}

#egoscue {
	font-weight: normal;
	font-size: 1.1em;
	background-color: #eee;
	padding: 1em 1em .25em;
	margin-left: auto;
    margin-right: auto;
	width: 90%;
}

#egoscue h4 {
	margin-bottom:.5em;
	font-size:1.5em;
}

.smaller {
   font-size: .8em;
   color: #ff0000;
   font-weight: bold;
}

.staff {
	clear: both;
	margin-bottom: 2em;
}

.staff img.left {
	max-width: 250px;
}

.flex48 h4 {
	margin-bottom: .25em;
}


#content ol.adjust {
   margin: 2em 5em;
}
	
#content ol.adjust li {
   line-height: 1.15em;
   margin-bottom: 1em;
   margin-top:.5em;
}

#content ol.adjust li span {
	font-weight: bold;
	color: #245688;
}




/* Positioning------------------------------------------------------*/


.clear {
	clear:both;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.right {
	float:none;
	display:block;
}

.left {
	float:none;
	display:block;
}


/* Flexbox------------------------------------------------------*/


.flex {
	display: block;
}

.flex-container.around {
	margin-bottom: 1.5em;
}

.flex-x {
	margin-bottom: 1.2em;
	text-align: center;
}

	.flex48 {
		margin-top: 2em;
}



/* Images----------------------------------------------------------*/

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.frame {
	padding: 5px; 
	/* border:1px solid #336699;  Blue */
	/* border:1px solid #8b13a2;  Purple */
	border:1px solid #ab3b0a;  /* Red*/
	background-color: #EBECED;
}

img.right, img.left {
	float: none;
	display: block;
	width: 90%;
	min-width: 100px;
	margin:1em auto 1.5em;
}

img a:hover {opacity:.85;}

img.bmarg {
	margin-bottom:1.5em;
}

.bg-image {
	background-color:#555;
	background-image: url("../images/planet-bg600.jpg");
    background-repeat: no-repeat;
	background-position: center;
    background-size: contain ;
	width: 100%;
    height: 0;
    padding-top: 59.09%; /* (img-height / img-width  */
	position:relative;
}

.flex3.n6em {
	text-align: center;
}


div.flex3.n6em > img.frame {
	max-width: 309px;
}


	#closeup {
		display: block;
		margin: 0 auto 1.5em;
	}

.overlay {
	position: absolute;
	top:15%;
	left:10%;
	width: 80%;	
}



.overlay p {
	color:#fff;
	text-shadow: 1px 1px #555;
	font-size:.8em;
}

#book {
    width: 150px;
    font-family: verdana, arial, sans-serif;
    font-size: 1.25em;
    line-height: 2.25em;
    background-color: #000;
    height: auto;
    margin: 0 auto;
    min-height: 35px;
    min-width: 40px;
    padding: 0;
    position: relative;
    text-align: center;
    float: none;
    border: none;
}

#book:hover {
	background-color: #333;
}

img.bio {
	float: left;
    display: inline;
    margin: 0 2em 0 0;
    width: auto;
    min-width: 190px;
}

img.voyage {
	float: right;
    display: inline;
    margin: 1em;
    width: auto;
    min-width: 190px;
}

#featured {
   font-size: 1.2em;
   margin-bottom: 1em;
}



/* OL, UL, DL Lists-------------------------------------------------*/


#content ul, ol {
	margin-left: 2em;
	margin-bottom: 1em;
}

#content ul.flex2, #content ul.flex2 {
	margin-top: 1em;
}

#content ul li {
	/* list-style-type: disc; */
	list-style-type: none;
}

#content ul li::before {
  content: "\2022";  /* \2022 is the CSS Code/unicode for a bullet */
  color: #ab3b0a;
  font-weight: bold; 
  display: inline-block;
  width: 1em; /* needed for space */
  margin-left: -1em; /* needed for space */
}

#content li {
	line-height: 1.4em;	
}

#content ol li li {
	list-style-type:lower-alpha;
}

#content li ul li {
	font-size: inherit;
}

.col2 {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.col3 {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

/* Lists with Image Bullets------------------------*/

#content ul.imgbull {
  list-style-type: none;
}

#content ul.imgbull li {
	list-style-type: none;
  background-image: url(../images/icons/checkmark.png);
  background-repeat: no-repeat;
  background-position: 0 .3em;  /* horizontal, then vertical */
  padding-left: 1.3em;
}

/* Definition Lists--------------------------------*/

dl {
	margin-top: 1em;
}

dt {
	font-size:1em;
	line-height:1.3em;
	font-weight: bold;
	margin-bottom: .5em;
}

dd {
	margin-bottom: 1.5em;
	font-size:.85em;
	line-height: 1.4em;
}


/* Lists with Pseudo Elements------------------------*/

.pseudo li:last-child {
    color: orange;
	margin-bottom:30px;
}

ul.pseudo2 :last-of-type {
    color: orange;
}

.pseudo3 li:not(:last-child) {
    color: purple;
}

#content .after li { display: inline; margin-left:5px; font-size: 1em;}
.after li:not(:last-child):after { content: "  |  "; margin-left: 5px;}



/* Buttons-----------------------------------------*/


.btn {
    /* background-color: #ab3b0a; */
	 background-color: #ab3b0a;
    border: 1px solid #17026B;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 1em;
    font-weight: normal;
    height: 2em;
    letter-spacing: 1px;
    outline: 0 none;
    overflow-wrap: normal;
    padding: 0 1em;
    vertical-align: middle;
    white-space: nowrap;
	line-height: 2em;
}

.btn:hover {
	color:#fff;
	background-color:#b73104;
}

#mapbtn {
    float: none;
    margin: 12px 0;
    text-align: center;
}

/* Go To Top Button  */

.btntop, #back2Top {
	position:fixed;
	bottom: 20px;
   	right: 20px;
}

#bottom, #top, #back2Top {
	background: #ab3b0a none repeat scroll 0 0;
	border-radius: 5px;
	color: #ffffff;
	font-size: 28px;
	padding: 0 8px 4px;
	opacity:.8;
}

#back2Top {
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
}

#back2Top:hover {
    background-color: #ab3b0a;
	background-color: #297779;
}


/* End of Go To Top Button  */



/*  Textboxes----------------------------------------------*/

.textbox {
	padding:10px;
	margin:10px;
}

.textbox p:last-of-type { margin-bottom:0; } 

.notice {
    background-color: #E9F7FE;
    color: #5091b2;
    border: 1px solid #b6d7e8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.success {
	background-color: #EBF6E0;
	color: 555;
	border: 1px solid #b3dc82;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.info {
	background-color: #F4F4F4;
	color: #555;
	border: 1px solid #A0A0A0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.sidebar {
	float:none;
	margin:1em auto 2em;
	text-align:center;
}

.sessionbox {
	padding:10px 1.5em;
	/* margin:1em auto 2em; */
	float: none;
	background-color: #EBF6E0;
	color: 555;
	border: 1px solid #b3dc82;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
	max-width: 250px;
	margin: 0 auto;
}

.sessionbox h4 {
	margin-bottom:.5em;
	text-decoration:underline;
	text-align: center;
}

.sessionbox p {
	font-size: 1.05em;
	text-align:center;
}

.sessionbox p:last-child {
	margin-bottom:7px;
}

.flex-container-sidebar {
	flex-direction:column;
	width:100%;
	float:right;
	clear:right;
	justify-content:center;
	align-items:center;
	margin-top: 1em;
	margin-bottom: .5em;
}

.flex-container-sidebar img {
	 margin:0 auto 1em; 
}



/* General Classes-----------------------------------------*/

.intro {
	font-size:1.1em;
	line-height:1.75em;
}

.quote {
	color: #0bb023;
	font-style: italic;
	font-weight:bold;
}

.small {
	font-size: 75%;
}

.big {
	font-size: 125%;
}

.cta {
	font-style:italic;
	font-weight:bold;
	color:#ab3b0a;
	font-size:1.5em;
	line-height:1.75em;
	text-align:center;
	clear:both;
}

.icon, .fa-clock-o {
	margin-right:8px;
}

.fa-dollar {
	margin-right:  11px;
	margin-left:  3px;
}

.flex3 .fa-phone {
	margin-right:8px;
}

.fa-calendar-check-o {
	margin-right: 5px;
}

#sub-sub-footer {
	width: 100%;
	padding: 3em auto;
	margin-bottom:0;
	margin-top: 1em;
	background-color: #8e3718;
	padding: 1.5em 0 1.5em 0;
}

#sub-sub-footer p {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 1.25em;
	color: #ffffff;
	margin-bottom: 0;
}


	#sub-footer .flex60 p {
		font-style: italic;
      font-size: .9em;
      text-align: left;
      line-height: 1.4em;
		padding-top: .15em;
		margin-top: 0;
   }


/* -- HOME PAGE  */

.cycle-slideshow {
    width: 100%;
    min-width: 320px;
    max-width: 1220px;
    margin: 10px auto;
    padding: 0;
    position: relative;
    background: url(http://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;
}

/* #content-home {
	display:flex;
	display: -webkit-flex;
    display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top:1em;	
}
*/

#eyetip, #feed, #emergency {
	margin: 1em auto;
}


	/*  -----------  CONTENT FOR SIDEBAR PAGE  ------------  */
	
	  .wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
		  flex-wrap: wrap;
    }

	#main-content {
		order: 1;
		-webkit-order: 1;
		-ms-flex-order: 1;  
	}
	
	
	#sidebar, .sidebar-left {
		order: 2;
		-webkit-order: 2;
		-ms-flex-order: 2;
		width: 100%;
	}


#eyetip {
    background-image: url(../images/box-bg3.png);
    background-repeat: no-repeat;
    background-size: auto;
    height: 200px;
    width: 224px;
    padding: 1em;
}

.daily {
    font-size: 14px;
    font-style: italic;
    width: 217px;
    margin-top: 100px;
    line-height: 18px;
    color: #336699;
}


#hours-container {
	border: 2px solid #ab3b0a;
	border-radius: 4px;
	padding: 15px 10px;
	width: 235px;
   padding: 1em .5em 0 .5em;
   margin-left: 1em;
   margin-bottom: 2em;
	background-color: #fdeddc;
}


#hours-container h5 {
	font-size: 1.25em;
	text-align: center;
}

p#hours-home {
	font-size: .9em;
	text-align: center;
}


#emergency {
	border: 2px solid #ab3b0a;
	border-radius: 4px;
	padding: 15px 10px;
	width: 210px;
}

#emergency h2 {
	font-size: 1.5em;
}

.signup {
	font-style:italic;
	font-weight:bold;
	color:#fff;
	font-size:2em;
	line-height:1.75em;
	text-align:center;
	text-shadow: 0 1px 1px #555;
	margin-bottom:.75em;
}

#service {
	background-color:#f4f5f5;
	padding-top:1em;
	padding-bottom:.75em;
	margin: 2em 0 3em;
}

#service .flex2 {
	margin-bottom:2em;
	text-align:center;
}

#service .flex2 img {
	max-width: 90%;
}

#service .flex2 a img:hover {
	opacity: .85;
}

#service .flex2 p {
	font-size:1em;
	text-align:center;
	margin: 1em 1em 0 1em;
}

#service a {color: #2d3b46;}

#service a:hover {
	text-decoration: none;
	color: #557083;
}


/* -- RESOURCES */

p.date, p.source {
	margin: 0;
}

p.title {
	font-weight: bold;
	color: #336699;
	margin-top: 1.5em;
	margin-bottom: .5em;
	font-size: 1.25em;
}

p.title span {
	font-size: .90em;
   color: #527497;
   font-style: italic;
   margin-left: .5em;
}

p.date span, p.source span, p.summary span {
	font-style: italic;
}

p.summary-text {
	margin-left: 2.5em;
}

p.question, p.equip {
	font-weight: bold;
	font-size: 1.2em;
	color: #336699;
	margin-top: 2em;
	margin-bottom: .5em;
}

p.equip {
	color: #297779;
}






/* -- CONTACT FORM */

.contactform {
	padding-top:2em;
	padding-bottom:2em;
/* 	border: 1px solid #ccc;  */
	background-color:#f2f4f3;
	margin: 0 auto;
}

.form-wrapper {
	margin: 0 auto;
}

input[type=text] {
    border-color: #8e8e8e;
    border-style: solid;
    border-width: 1px;
    color: #777;
    display: block;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 1em;
    margin-bottom: 20px;
    padding: 8px 10px;
    width: 90%;
}

textarea {
    border-color: #8e8e8e;
    border-style: solid;
    border-width: 1px;
    color: #777;
    display: block;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 1em;
    height: 180px;
    margin-bottom: 15px;
    padding: 8px 10px;
    width: 90%;
}

.selmenu {
	padding-top: 8px; 
	padding-bottom: 7px;
	margin-bottom: 20px;
	padding-left: 5px; 
	padding-right: 5px;
	font-family: "Helvetica Neue",Arial,sans-serif;
}

textarea {
    overflow: auto;
}

input[type=file] {
	font-size:1.2em;
	letter-spacing: .5px;
	padding-top:8px;
	padding-bottom:8px;
}

#buttons {
    display: block;
    padding-top: 0;
	padding-bottom:2em;
}

#resetbtn, #submitbtn {
	font-size: 18px;
	border: none;
	text-align: center;
	background-color: #4ab650;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-family: arial;
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
    text-decoration: none;
	min-width: 40px;
	min-height: 35px;
}

#resetbtn {
	margin-right:1em;
}

#resetbtn:hover, #submitbtn:hover {
	background-color:#309F36;	
}

#map {
   margin-bottom: 2em;
	overflow: hidden;
}

.bioPic {
	margin-bottom: 15px; 
	max-width: 250px;
	display: block;
	margin-left: auto;
   margin-right: auto;
}


	

