/* Based on work by Eric Meyer: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  vertical-align: baseline;
  text-decoration: none;
  font-family: inherit;
	box-sizing: border-box;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}

html {
	font-family: arial, sans-serif;
	font-size: 15px;
}
body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul, li {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  display: inline-block;
}


/* Powder Screen CSS */

/* structure */
#container {
	width: 100%;
  max-width: 980px;
  margin: 0 auto;
	padding: 0;
}

#header {
  background: url(../images/headerBg.jpg) no-repeat;
  height: 145px;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	background-position: center;
	position: relative;
}

#content {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

img {
	max-width: 100%;
	height: auto;
}

#innerContent {
  width: 100%;
  margin: 40px 0 0 0;
	padding: 0 16px 16px 16px;
	display: inline-block;
	vertical-align: top;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

* html #innerContent {
  margin-top: 10px;
}



#innerContentTop {
  height: 360px;
  margin: 0;
}




#left {
  display: inline-block;
  width: 66%;
  padding: 12px;
	border: 1px solid #eee;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	border-radius: 6px;
	background-image: linear-gradient(#fefefe, #eeeeee);
}
.nosidebar #left {
	width: 100%;
}
#right {
	display: inline-block;
  width: 32%;
	padding: 12px;
	border: 1px solid #eee;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	border-radius: 6px;
	background-image: linear-gradient(#fefefe, #eeeeee);
}
@media screen and (max-width:800px) {
	#left, #right {
		width: 100%;
	}
	#left {
		margin-bottom: 12px;
	}
}
.rightsidebartext {
	font-size: 92%;
}
.nosidebar #right {
	display: none;
}

#login {
  margin: 0px 32px 0 32px;
  padding-bottom: 130px;
}

#preview {
  background: white;
  padding: 10px;
  margin-top: 20px;
}



#footer {
  height: 25px;
  position: relative;
  margin-bottom: 20px;
	padding:14px 16px;
}

body {
  color: #333;
}

	/* IE6 */
* html #left {
  margin-left: 16px;
}

/* headers */
p.header-title {
  text-indent: -1000em;
  background: url(../images/logo.png) no-repeat;
  width: 100%;
  height: 37px;
  position: absolute;
  bottom:12px;
  margin-left: 54px;
	z-index: 100;
}
@media screen and (max-width:600px) {
	p.header-title {
		background-size: 300px 26px;
	}
}

h1 {
  color: #12697d;
  font-size: 1.5rem;
  margin: 0 0 0.5em 0;
	font-weight: 600;
}


h2 {
  color: #12697d;
  font-size: 1.2rem;
  margin: 1.5em 0 10px;
	font-weight: 600;
}

div h2:first-child {
	margin-top:6px;
}


h3 {
  font-size: 1rem;
  color: #333;
  margin-bottom: 5px;
  font-weight: bold;
}
#right h3 {
	font-size: 0.92rem;
}

#left h3 {
  color: #666;
  font-size: 1rem;
  margin-top: 16px;
  margin-right: 0;
  margin-bottom: 4px;
  margin-left: 0;
}


.columns {
	display: inline-block;
	vertical-align: top;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.column-50 {
	width: 49%;
	margin: 0 0 12px 0;
}

@media screen and (max-width:800px) {
	.column-50 {
		width: 100%;
	}
}

.cols {
  margin-bottom: 5px;
}

.cols h3 {
  float: left;
  width: 18em;
	margin-top:0!important;
}
/* gallery page */
div.gallery h3 {
  margin-top: 10px;
}

div.gallery h3:first-child {
  margin-top: 0;
}

/* lists */
#global {
  margin: 0 0 0 40px;
  padding: 16px 0 0;
}


#global li {
  display: inline;
	vertical-align: top;
  margin-right: 30px;
  list-style: none;
}

#global li a {
  color: #828383;
	break-inside: avoid;
	white-space: nowrap;
}
#global li a.active {
	color: #000000;
	border-bottom: 1px solid;
}


#global li a:hover, #global li a.current {
  text-decoration: underline;
}

ul {
  margin: 10px 0 10px 15px;
  clear: left;
}

* html ul {
  margin: 10px 0 10px 16px;
  clear: left;
}

li {
  color: #333;
  line-height: 140%;
  list-style-type: disc;
}

/* paragraphs */
p {
  color: #333;
  margin-bottom: 10px;
  line-height: 140%;
}

p.quote {
  color: #333;
  font-style: italic;
  border-top: 1px dotted #999;
  padding-top: 15px;
}

div.bios p, div.bios p a {
  color: #666;
}

p.quoteName {
  color: #666;
  font-size: 90%;
  margin-top: -5px;
  line-height: normal;
	padding-left: 12px;
}

div.video-wrapper {
	max-width: 100%;
}
div.video-wrapper video {
	max-width: 100%;
}
#see-it {
	margin-top: 24px;
}
#see-it p {
  font-size: 12px;
  color: #666;
  border-top: 1px dotted #999;
  padding-top: 10px;
}

body.home p.see-it {
  margin-top: 0;
}

div.interviews p {
  margin-bottom: 5px;
}

.cols p {
  display: inline;
  position: relative;
  top: -4px;
}



p.caption {
  margin-top: 0;
  font-size: 90%;
  color: #666;
}

p.lbQuote {
  font-size: 92%;
}

#footer p {
  color: #999;
  font-size: 12px;
  position: relative;
	text-align: center;
}

p.error {
  color: red;
  margin: 0 0 10px;
}



/* links */
a {
  color: #333;
}

a:hover, #left a:hover, body#tinymce.mce-content-body a:hover {
  text-decoration: underline solid;
}

#left a, #fullpage a, #login a, body#tinymce.mce-content-body a {
  text-decoration:underline dotted;
}

#right a.current {
  text-decoration: underline;
}

#footer a {
  color: #999;
}

#footer a:hover {
  text-decoration: underline;
}

/* images */
img#homeFrames {
  position: relative;
  top: -30px;
}

* html img#homeFrames {
  position: relative;
  top: 5px;
}

div.description img {
  float: left;
  padding: 2px;
  border: 1px solid #999;
  margin: 3px 25px 10px 0;
}

.wrapleft, figure.wrapleft, figure.image.wrapleft {
  float: left;
  padding: 2px;
  margin: 3px 20px 5px 0;
}

.wrapleftOutlined {
  float: left;
  padding: 2px;
  border: 1px solid #999;
  margin: 3px 20px 5px 0;
}

.wrapright, figure.wrapright, figure.image.wrapright {
  float: right;
  padding: 2px;
  margin: 3px 0 5px 20px;
}
img.wrapright, img.wrapleft, img.wraprightOutlined, img.wrapleftOutlined {
	max-width: 65%;
	height: auto;
}

.wraprightOutlined {
  float: right;
  padding: 2px;
  border: 1px solid #999;
  margin: 3px 0 5px 20px;
}

div.description-detail img {
  padding: 2px;
  border: 1px solid #999;
}

div#credits img, div.news img, div.outreach img {
  padding: 2px;
  border: 1px solid #999;
}

div.gallery img {
  padding: 1px;
  border: 1px solid #ddd;
  margin: 0 3px 3px 0;
}

div.gallery a:hover img {
  padding: 1px;
  border: 1px solid #666;
}

div#credits img.footerImg, div.news img.footerImg, div.outreach img.footerImg, div.description img.footerImg, div.description-detail img.footerImg {
  border: none;
}



/* forms */
form {
  margin-top: 25px;
}

label {
  color: #333;
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}

input[type='text'], input[type='email'], input[type='tel'], input[type='password'], textarea {
	width: 100%;
  max-width: 600px;
  margin: 0;
  border: 1px solid #bbb;
  background: #f6f6f6;
  padding: 5px;
	font-family: arial, sans-serif;
	font-size: 1rem;
}

input[type='text']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='password']:focus, textarea:focus {
  border: 1px solid #888888;
  background: #fff;
}


fieldset p {
  margin-bottom: 10px;
}

a.textbutton,
button,
a.textbutton:link,
a.textbutton:visited,
input[type="submit"],
input[type="button"]  {
	font-size: 1rem;
	font-weight: 700;
	line-height: 100%!important;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	height: auto;
	padding: 8px 12px 10px 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	border-radius: .8em;
	background-color: #12697d;
	min-width:120px;
	text-decoration: none;
}
a.textbutton:hover,
button:hover,
a.textbutton:link:hover,
a.textbutton:visited:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #005495;
	cursor:pointer;
}


/* random */
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.textIndent {
  margin-left: 30px;
}

.noSpaceBelow {
  margin-bottom: 0;
}

.noSpaceAbove {
  margin-top: 0;
}




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
	box-sizing: content-box;
}

#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color: #666666;
}

#TB_window a:link {
  color: #666666;
}

#TB_window a:visited {
  color: #666666;
}

#TB_window a:hover {
  color: #000;
}

#TB_window a:active {
  color: #666666;
}

#TB_window a:focus {
  color: #666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.TB_overlayMacFFBGHack {
  background: url(../images/macFFBgHack.png) repeat;
}

.TB_overlayBG {
  background-color: #000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

* html #TB_overlay {
 /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color: #333;
  display: none;
  text-align: left;
  top: 50%;
  left: 50%;
}

* html #TB_window {
 /* ie6 hack */
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
  display: block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

#TB_caption {
  height: 25px;
  padding: 7px 30px 10px 25px;
  float: left;
}

#TB_closeWindow {
  height: 25px;
  padding: 11px 25px 10px 0;
  float: right;
}

#TB_closeAjaxWindow {
  padding: 7px 10px 5px 0;
  margin-bottom: 1px;
  text-align: right;
  float: right;
}

#TB_ajaxWindowTitle {
  float: left;
  padding: 7px 0 5px 15px;
  margin-bottom: 1px;
  font-weight: bold;
}

#TB_title {
  background-color: #e8e8e8;
  height: 27px;
}

#TB_ajaxContent {
  clear: both;
  padding: 2px 15px 15px 15px;
  overflow: auto;
  text-align: left;
  line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
  padding: 15px;
}

#TB_ajaxContent p {
  padding: 5px 0px 5px 0px;
}

#TB_load {
  position: fixed;
  display: none;
  height: 13px;
  width: 208px;
  z-index: 103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px;
 /* -height/2 0 0 -width/2 */
}

* html #TB_load {
 /* ie6 hack */
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

* html #TB_HideSelect {
 /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent {
  clear: both;
  border: none;
  margin-bottom: -1px;
  margin-top: 1px;
  _margin-bottom: 1px;
}

#skipnav {
  position: fixed;
  top: -300px;
}

#mobilemenutop {
  display: none;
}

#editpagelink {
  font-size: 10px;
  font-weight: bold;
  position: fixed;
  z-index: 1200;
  right: 0;
  bottom: 0;
  padding: 4px 10px;
  text-decoration: none;
  color: #fff;
  background-color: #4c819f;
  -webkit-box-shadow: 0 0 2px 3px #aaa;
  -moz-box-shadow: 0 0 2px 3px #aaa;
  box-shadow: 0 0 2px 3px #aaa;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=\'#999999\')';
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}

#editpagelink:hover {
  background-color: #2b6281;
}


figure.image {
      border:0;
      margin:0 0 0.8em 0;
      padding:0;
      display:table;
      background-color: transparent;
}
figure.image img {
      display: block;
      max-width: 100%;
      height:auto;
      margin:0;
}
figure figcaption, figure.image figcaption {
      display: table-caption;
      caption-side: bottom;
      text-align:left;
      margin:0;
			font-size: 90%;
			color: #666;
}
figure figcaption span.photo-caption {
      top:0;
      font-size: 100%;
}
figure figcaption span.photo-credit {
      top:0;
      text-align: right;
      display: block;
}



@media screen and (max-width:10px) {
  #mobilemenutop {
    display: block;
    width: 100% !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
    font-size: 16px;
    height: 30px;
  }

  .mobilesubs #mobilemenutop {
    width: 100% !important;
  }

  #mobilemenutop.tovisible {
    display: block;
    width: 100% !important;
    position: relative;
    background-color: $blue;
    height: auto;
    z-index: 1300;
    margin: 0;
  }

  #mobiletopclose {
    display: none;
    color: #fff;
    font-weight: bold;
    padding: 3px 10px 12px 10px;
    text-align: center;
  }

  #mobilemenutop.tovisible #mobiletopclose {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: $blue;
    height: 30px;
  }

  #mobilemenutop.tovisible #mobiletophead {
    display: none;
  }

  #mobiletophead {
    margin: 0;
    width: 100% !important;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }

  a#mobiletophead:link, a#mobiletophead:visited {
    color: #fff;
    padding: 3px 0;
    background-color: $blue;
    width: 100% !important;
    text-align: center;
    display: block;
    height: 30px;
  }

  #mobilemenusub {
    display: block;
    width: 50% !important;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 1200;
    font-size: 16px;
    background-color: #556baa;
    height: 30px;
    padding: 0;
    overflow: hidden;
  }

  #mobilemenusub.tovisible {
    display: block;
    width: auto !important;
    width: auto;
    left: 0;
    position: relative;
    padding: 0px 10px;
    height: auto;
  }

  #mobilesubclose {
    display: none;
    color: #fff;
    font-weight: bold;
    padding: 3px 10px;
    text-align: center;
    height: 24px;
  }

  #mobilemenusub.tovisible #mobilesubclose {
    display: block;
    width: 100%;
    position: fixed;
    padding: 3px 0;
    top: 0;
    left: 0;
    background-color: #556baa;
  }

  #mobilemenusub.tovisible #mobilesubhead {
    display: none;
  }

  #mobilesubhead {
    margin: 0;
    width: 100% !important;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }

  a#mobilesubhead:link, a#mobilesubhead:visited {
    color: #fff;
    padding: 3px 10px;
    background-color: #556baa;
    width: 100% !important;
    height: 24px;
    text-align: center;
    display: block;
  }

  #mobileTopList {
    display: none;
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
  }

  #mobileTopList.tovisible {
    display: block;
  }

  #mobileTopList ul {
    margin: 0;
    padding: 0;
  }

  #mobileTopList li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #mobileTopList li a {
    color: #fff;
    display: block;
    background-color: #4e64a8;
    padding: 4px 6px;
    font-size: 100%;
  }

  #mobileTopList li li a {
    color: #fff;
    display: block;
    background-color: #8092ca;
    padding-left: 12px;
  }

  #mobileSubList {
    display: none;
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
  }

  #mobileSubList.tovisible {
    display: block;
  }

  #mobileSubList ul {
    margin: 0;
    padding: 0;
  }

  #mobileSubList li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #mobileSubList li a {
    color: #fff;
    display: block;
    background-color: #4e64a8;
    padding: 4px 6px;
    font-size: 100%;
  }

  #mobileSubList li li a {
    color: #fff;
    display: block;
    background-color: #8092ca;
    padding-left: 12px;
  }
}


body#tinymce.mce-content-body {
	max-width:632px!important;
}
body#tinymce.mce-content-body table td {
	padding:0 16px!important;
}
