@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;	
}
body {
	background: #285b76 url(../images/bg.jpg) repeat-x;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:150%;
	font-size:0.875em;
}
img {
	border:0;	
}
#skiptocontent a {
	padding:.3em 1em;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	text-decoration:none;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top .5s ease-out, background .5s linear;
    transition: top .5s ease-out, background .5s linear;
    z-index: 100;
}

#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#BF1722;
	outline:0;	
	-webkit-transition: top .3s ease-in, background .5s linear;
    transition: top .3s ease-in, background .5s linear;
}

#skip-over-photo a {
	font-size: 14px;
	padding:.3em 1em;
	position: absolute;
	top: 0px;
	left:-9999px;
	color:white;
	text-decoration:none;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top .5s ease-out, background .5s linear;
    transition: top .5s ease-out, background .5s linear;
    z-index: 101;
}
#skip-over-photo a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#BF1722;
	outline:0;	
	-webkit-transition: background .5s linear;
    transition: background .5s linear;
}
h1, h2, h3, h4, h5, h6 {
	color:#285B76;	
	font-family: "Calibri","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:110%;
}
h1 {
	color:black;	
}
h2 {
	margin-top:1.5em;	
}
h3 {
	font-weight: normal;
	font-size: 1.4em;	
}
h4 {
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;	
}
.inline-heading {
	display:inline-block;
	font-size: 1em;
	font-weight:bold;
	color:black;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom: 0;
	margin-top: 3px;
	float: left;
	margin-right: .4em;
}
a:link {
	color:#0000EE;
	text-decoration:none;
}
a:visited {
	color:#9933CC;	
}
a:hover,a:focus {
	color:#0000ff;
	text-decoration:underline;	
}
a.link-with-icon {
	position:relative;
	padding-left: 23px;	
}
a.link-with-icon img {
	position: absolute;
	top: 0;
	left: 3px;
}
ul, li {
	margin-left:0;
	padding-left:0;	
}
ul {
	margin-left:1.25em;	
}
li {
	line-height:150%;
	padding-top:.3em;	
}
#container {
	width:100%;
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
	overflow:auto;
	border-radius: 0 0 30px 30px;
}
#banner img {
	max-width:100%;
	height:auto;
	display:block
}
/* Nav styles */
#nav {
	position:relative	
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
	background: #F2F7FB url(../images/bg-nav.png) repeat-x bottom left;
	/*border-bottom: 1px solid #d6edfd;*/
	border-top: 1px solid #CEDFE6;
}
#nav ul li {
	float: left;
	padding: 0;
	margin: 0;
	line-height: 1.4em;
	border-right: solid 1px #83B6D5;
}
#nav ul a {
	text-decoration: none;
	color: #014E87;
	padding: .2em 1em;
	display: inline-block;
}
#nav ul a:hover, #nav ul a:focus, #nav ul a.current {
	color: #333;
	background: #fff;
}
#nav ul a.current strong {
	font-weight:normal;
}
/* Responsive menu styles*/
.show-menu {
	text-decoration: none;
	color: #fff;
	background-color: #40A6E0;
	text-align: center;
	padding: .2em 1em;
	display: none;
	line-height: 1.4em;
	cursor:pointer
}
/*Hide checkbox*/
input[type=checkbox]{
   /* display: none;
    -webkit-appearance: none;*/
	position:absolute;
	top:0;
	left:-999px;
}
input[type=checkbox]:focus ~ label{
	background-color:#1E7EB9;
}
.show-menu:hover {
	background-color:#1E7EB9;	
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
	border-bottom: solid 2px #CEDFE6;
}
/* Crumbs */
#crumbs {
	font-size:81.3%;
	color: #285B76;
	line-height:140%;
}
#crumbs span {
	color:#999;
}
/* Content styles */
#content {
	margin:1em 4em 1em 2em;
	overflow:auto;
}
.smallertext {
	font-size:90%;
	line-height:150%;	
}
a[href^="#_ftn"], a[href^="#ftn"] {
	font-size: 80%;
	position: relative;
	top: -0.5em;
	text-decoration: none
}
/* Footer */
#footer {
	color:#DDD;
	font-size: .85em;
	text-align:center;
	padding: 0 1em;
}
#footer a {
	color: white;
	text-decoration:underline;	
}
/* Fancying stuff up */
.pic-with-caption {
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	line-height:150%;
}
.pic-with-caption img {
	margin-bottom: .5em;
}
.pic-box {
	background-color: #fcfcfc;
	border: solid 1px #eee;
	margin: 0 auto;
	padding: 2em;
	font-size: .9em;
	line-height:150%;
	position: relative;	
}
.pic-box img {
	margin: 0 auto 2em;
	display: block;
}
.pic-box p:last-child {
	margin-bottom: 0;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ececea -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: medium none;
    border-style: double none none;
    border-width: medium;
    color: #ececea;
    text-align: center;
}

/* Hide things offscreen */
.offscreen {
	height: 1px;
	left: -999px;
	position: absolute;
	top: auto;
	width: 1px;
}
/* Table of contents */
#toc {
	background-color: #FAFCFB;
	border-left: solid 2px #cedfe6;
	margin: 1em 0 0;
	padding: 1em;
	display: inline-block;
}
#toc h2 {
	font-size: 140%;
    font-weight: normal;
    margin: 0;
}
#toc a {
	text-decoration: none;
}
#toc a:hover {
	text-decoration: underline;
}
#toc ul, #toc li {
	padding-left: 0;
	margin-left: 0;
}
#toc ul {
	margin:.3em;
	margin-left: 1.25em;
	list-style-image: url(../images/toc-bullet.png);
}

.back-to-top {
	text-align: right;
	/*border-top: dotted 1px #EBF2F5;*/
	margin-top: 1em;
}
.back-to-top a {
	font-weight:normal;
	font-size: 80%;
	text-decoration: none;
	background-color: #EBF2F5;
	padding: .5em 1em;
	/*border-radius: 0 0 8px 8px;*/
}
/* Vanilla tables */
table {
	margin-bottom:1em;	
	line-height: 120%;
	
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-collapse: collapse;
	width:100%;
}
td, th {	
	border-style: solid;
	border-width: 1px;
	border-color:#ccc;
	padding: .3em .6em;
	text-align:left;
	vertical-align: top;
}
th {
	background-color: #f4f4f4;
	border-bottom: solid 2px #ccc;
	border-top: solid 2px #ccc;
}
td ol, td ul{
	margin-left: 0;
	padding-left:1em;
	padding-bottom:0;
	margin-bottom:0;
}
td p, th p {
	line-height:150%;
}
td > p:last-child, th > p:last-child {
    margin-bottom: 0;
}
td > p:first-child, th > p:first-child {
    margin-top: 0;
}
tr:last-child td {
	border-bottom: solid 2px #ccc;
}
tr:first-child td {
	border-top: solid 2px #ccc;
}

caption {
	text-align:left;
	margin-bottom:.3em;
	font-size: .9em;
	font-style: italic
}

table.smaller-text p {
	font-size: .85em;
}

/* Members page */
.member {
	width:100%;
	overflow:auto;	
	margin-bottom:4em;
}
.logo, .portrait {
	float:left;	
}
.logo {
	display:block;
	width:400px;
	border: solid 1px #F2F7FB;
	margin-right:20px;
	height: 140px;
	position:relative;
}
.logo:hover,.logo:focus {
	border: solid 1px #cedfe6;
}
.logo img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0	;
	display:block;
	 margin: auto;
}
.portrait {
	width:500px;
	background-color: #F7FBFC;
	border: solid 1px #F7FBFC;
}
.portrait img {
	float:left;
	margin:5px;
	margin-right:1em;	
}
.date-width {
	display:inline-block;
	width: 4.5em;	
}
/* columns is used on paw page */
.columns {
  -webkit-columns: 2 300px;
     -moz-columns: 2 300px;
          columns: 2 300px;
}
.columns div {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	background-color:#f9f9f9;
	padding: 1em;
	padding-bottom:.1em;
	margin-bottom:1em;
	border-top: solid 1px #eee;
}
.columns h2:first-child {
	margin-top:0;
}
.columns h2 {
	margin-bottom:0
}
.columns ul {
	margin-top: .5em;
}
@media screen and (max-width:1000px) {
	.logo, .portrait {
		display:block;
		width:90%;	
	}
	.logo img {
		right:auto;	
	}
}
@media screen and (max-width:980px) {
	#container {
		border-radius: 0;
	}
}
@media screen and (min-width:840px) {

	tr:hover td {
		background-color:#EFFAFE;
	}
	tr:hover th {
		background-color:#D9F3FC;
	}	
}
@media screen and (max-width:840px) {
	#members-table, #members-table thead, #members-table tbody, #members-table th, #members-table td, #members-table tr {    
		display: block;
		width: calc(100% - .6em);
		float:left;
	  }
	  #members-table {
		border: none !important;
	  }
	  #members-table td, #members-table th {
		border-right: solid 1px #ccc !important;
	  }
	#members-table tr:first-child  th {
		display:none	
	}
		#members-table td {
		border-bottom: transparent;
border-top: transparent;	
		}
	#members-table td:before {
		content: attr(data-th)": ";
		font-weight: bold;
		font-size: .85em;
		margin: .8em 0 .3em;
		display: block;
	}
	#members-table tr:last-child td:last-child{
		border-bottom: solid 2px #ccc;
	}
}
@media screen and (max-width:735px) {
	/* Responsive navigations */
	#nav {
		overflow:hidden;	
	}
	#nav ul a, #nav ul li {
		display:block;	
		width:100%;
	}
	#nav ul li {
		border-bottom: solid 1px #CEDFE6;
	}
	#nav ul li:last-child {
		border-bottom: none
	}
	#nav ul {
		background-image:none;
		display:none;
	}
	/* Show responsive menu */
	.show-menu {
		display:block;
	}
	img {
		max-width:100%;
		height:auto;
	}
	#content {
		margin:1em;
		margin-right:1em !important;	
	}
	#members-table, #members-table thead, #members-table tbody, #members-table th, #members-table td, #members-table tr {    
		width: calc(100% - .35em);
	  }
	  #sec-info {
			width:100% !important;  
			font-size:90%;
	  }
}