a {
  text-decoration: none;
}
@font-face {
  font-family: "Rounder";
  _src: url(/fonts/Rounder.eot );
  /* IE */
  src: local("Rounder"), url(/fonts/Rounder.ttf ) format("truetype");
  /* non-IE */
}
#navb {
  background-color: #333;
  /* Black background color */
}
html {
  height: 100%;
  box-sizing: border-box;
}
body {
  background-color: transparent;
  background-image: url('/images/furley_bg.png');
  margin: 0;
  min-height: 100%;
  position: relative;
  padding-bottom: 45px;
  box-sizing: border-box;
}
#upper {
  height: 88px;
  width: 100%;
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 12px 0 25px 0;
  text-align: center;
}
#header a {
  display: inline-block;
  width: auto;
}
#header h1 {
  display: block;
  text-align: center;
  font-family: "Rounder";
  font-size: 48px;
  color: #62128f;
  padding: 0 0.5em;
  margin: 0 auto;
  max-width: 7em;
  line-height: 50px;
}
#header h1:hover {
  color: black;
}
@media (max-width: 350px) {
  #header h1 {
    font-size: 40px;
  }
}
#topbar {
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-image: url('/images/furley_bg.png');
  border-bottom: 1px solid #62128f;
  position: absolute;
  top: 60px;
  z-index: 100;
}
#topbar.initial-show {
  position: fixed;
  top: 0px;
}
#topbar.initial-hide {
  position: fixed;
  top: -50px;
}
#topbar.show {
  position: fixed;
  top: 0px;
  transition: top 0.2s;
}
#topbar.hide {
  position: fixed;
  top: -50px;
  transition: top 0.2s;
}
#nav,
#footer .links {
  width: 55%;
  margin: 0 auto;
  min-width: 500px;
  max-width: 850px;
  line-height: 0;
  text-align: justify;
  display: block;
  box-sizing: border-box;
  height: 38px;
}
#nav a,
#footer .links a {
  display: inline-block;
  margin: 5px 5px 0px 5px;
  line-height: 100%;
  color: #62128f;
  font-family: "Rounder";
  font-size: 30px;
}
#nav a:first-child,
#footer .links a:first-child {
  margin-left: 0px;
}
#nav a:last-child,
#footer .links a:last-child {
  margin-right: 0px;
}
#nav a:not(.active):hover,
#footer .links a:not(.active):hover {
  color: black;
}
@media (max-width: 500px) {
  #nav,
  #footer .links {
    width: 100%;
    min-width: 100%;
    padding: 0 5px;
    height: 35px;
  }
  #nav a,
  #footer .links a {
    font-size: 20pt;
    margin: 5px 0 -6px 0;
  }
}
@media (max-width: 400px) {
  #nav a,
  #footer .links a {
    font-size: 16pt;
    line-height: 20pt;
  }
}
#nav:after,
#footer .links:after {
  content: ' ';
  display: inline-block;
  width: 100%;
}
#nav a.active {
  border-bottom: 4px solid #62128f;
}
#nav a:not(.active) {
  padding-bottom: 4px;
}
#footer {
  border-top: 1px solid #62128f;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 45px;
}
#footer .links a {
  font-size: 24px;
  line-height: 30px;
  margin-top: 10px;
}
#footer .links a img {
  height: 25px;
  width: auto;
  display: inline;
  margin: 0 5px;
}
@media (max-width: 500px) {
  #footer .links a {
    font-size: 18px;
    line-height: 28px;
  }
  #footer .links a img {
    height: 20px;
  }
}
@media (max-width: 400px) {
  #footer .links a {
    font-size: 16px;
    line-height: 25px;
  }
  #footer .links a img {
    height: 20px;
  }
}
.grid-layout:not(.loaded) .grid-item {
  float: left;
  margin-top: 12px;
  margin-left: 12px;
}
.grid-layout.loaded {
  position: relative;
}
.grid-layout.loaded .grid-item {
  position: absolute;
}
.grid-layout .twothirds {
  float: left;
  width: 66.667%;
}
.grid-layout .onethird {
  float: left;
  width: 33.333%;
}
@media (max-width: 1050px) {
  .grid-layout .twothirds {
    width: 50%;
  }
  .grid-layout .onethird {
    width: 50%;
  }
}
@media (max-width: 950px) {
  .grid-layout .twothirds {
    width: 100%;
  }
  .grid-layout .onethird {
    width: 100%;
  }
}
.grid-layout .grid-item {
  width: calc(25% - 15px);
}
.grid-layout .grid-width-2 {
  width: calc(50% - 18px);
}

@media (max-width: 145em) {
  .grid-layout .grid-item { width: calc(16.666% - 14px); }
  .grid-layout .grid-width-2 { width: calc(33.333% - 16px); }
}


@media (max-width: 125em) {
  .grid-layout .grid-item { width: calc(20% - 14.4px); }
  .grid-layout .grid-width-2 { width: calc(40% - 16.8px); }
}

@media (max-width: 105em) {
  .grid-layout .grid-item { width: calc(25% - 15px); }
  .grid-layout .grid-width-2 { width: calc(50% - 18px); }
}

@media (max-width: 85em) {
  .grid-layout .grid-item {
    width: calc(33.333% - 16px);
  }
  .grid-layout .grid-width-2 {
    width: calc(66.666% - 20px);
  }
}

@media (max-width: 60em) {
  .grid-layout .grid-item {
    width: calc(50% - 18px);
  }
  .grid-layout .grid-width-2 {
    width: calc(100% - 24px);
  }
}

@media(max-width: 125em) {
  .grid-layout.even-columns .grid-item { width: calc(16.666% - 14px); }
  .grid-layout.even-columns .grid-width-2 { width: calc(33.333% - 16px); }
}

@media (max-width: 105em) {
  .grid-layout.even-columns .grid-item { width: calc(25% - 15px); }
  .grid-layout.even-columns .grid-width-2 { width: calc(50% - 18px); }
}

@media (max-width: 85em) {
  .grid-layout.even-columns .grid-item {
    width: calc(50% - 18px);
  }
  .grid-layout.even-columns .grid-width-2 {
    width: calc(50% - 18px);
  }
}
@media (max-width: 60em) {
  .grid-layout.even-columns .grid-item {
    width: calc(50% - 18px);
  }
  .grid-layout.even-columns .grid-width-2 {
    width: calc(100% - 24px);
  }
}
@media (max-width: 40em) {
  .grid-layout .grid-item {
    width: calc(100% - 24px);
  }
  .grid-layout .grid-width-2 {
    width: calc(100% - 24px);
  }
  .grid-layout img.grid-item {
    width: calc(50% - 18px);
  }
}
div.narrow {
  width: 100%;
}
@media (min-width: 850px) {
  div.narrow {
    max-width: 850px;
    margin: 0 auto;
  }
}
.text {
  font-family: "Source Sans Pro", sans-serif;
  padding: 10px;
  margin: 0;
  font-size: 18px;
}
p.centered {
  text-align: center;
}
.content {
  margin-bottom: 10px;
  margin-top: 8px;
}
.content .section {
  width: 100%;
}
.content .section.content-driven-width {
  display: inline-block;
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.content .section h3.subtitle {
  width: 'calc(100%-20px)';
  padding: 8px 0 5px 0;
  margin: 2px 10px;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.25px;
  word-spacing: 2px;
  font-family: "Rounder";
  color: #62128f;
}
.content .section img.large,
.content .section iframe.large {
  max-width: 66.667%;
  max-height: 600px;
  float: left;
  display: block;
  box-sizing: border-box;
  margin: 10px;
  margin-right: 20px;
  border: 1px solid #62128f;
}
.content .section img.large.centered,
.content .section iframe.large.centered {
  float: none;
  margin: 10px auto;
}
@media (max-width: 850px) {
  .content .section img.large,
  .content .section iframe.large {
    width: calc(100% - 20px);
    max-width: 100%;
    max-height: 100%;
    margin: 10px;
    padding: 0px;
  }
}
.content .section .text {
  padding: 10px;
  margin: 0;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
}
.content .section .text a:hover {
  color: black;
}
.content .section .text a {
  color: #62128f;
}
@media (min-width: 850px) {
  .content .section .text.narrow {
    max-width: 850px;
    margin: 0 auto;
  }
}
.content .section ul.text {
  margin-left: 2em;
  list-style: none;
  padding-top: 0;
}
.content .section ol.text {
  margin-left: 2em;
}
.content .section div.divider {
  border-bottom: 1px solid #62128f;
  width: 60%;
  margin: 20px auto;
}
.content .section .center {
  text-align: center;
}
@media (min-width: 850px) {
  .content .section.narrow {
    max-width: 850px;
    margin: 0 auto;
  }
}
.content h2.sectiontitle {
  width: calc(100%-20px);
  padding: 8px 0 5px 0;
  margin: 10px;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.5px;
  word-spacing: 5px;
  background-color: #62128f;
  font-family: "Rounder";
  color: white;
}
.content img {
  display: block;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.content img.small {
  width: auto; 
  max-width: 90%;
  max-height: 200px;
  margin: 0 auto;
  border: 1px solid rgba(98, 18, 143, 0.2);
}
.content img.medium {
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #62128f;
}
.content img.left-half {
  margin: 10px 0 10px 10px;
  float: left;
  width: calc(48% - 10px);
}
.content .twothirds img {
  padding: 10px;
}
.content .imglist {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  max-width: 100%;
  border-spacing: 0;
  display: block;
  box-sizing: border-box;
}
.content .imglist * {
  padding: 0;
  margin: 0;
  border: 0;
}
.content .imglist img {
  display: block;
  box-sizing: border-box;
  border: 1px solid #62128f;
}
.content .imglist .column {
  padding: 10px;
  box-sizing: border-box;
}
.content .imglist .column img {
  margin-bottom: 20px !important;
}
@media (max-width: 700px) {
  .content .imglist {
    padding: 0 8px;
  }
  .content .imglist .column {
    padding: 2px !important;
  }
  .content .imglist .column img {
    margin-bottom: 4px !important;
  }
}
.content .column:last-child img.medium {
  padding-right: 0px;
}
.content .linklist {
  margin: 10px -10px -14px -10px;
  text-align: justify;
  display: block;
  box-sizing: border-box;
  padding: 0 10px;
  max-width: 100%;
}
.content .linklist:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.content .linklist a {
  display: inline-block;
  margin: 0;
  color: #62128f;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  text-align: center;
  margin: 0 1em;
}
.content .linklist a:hover {
  color: black;
}
.content .linklist img.logo {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
@media (min-width: 851px) {
  .content .linklist {
    max-width: 80%;
    margin: 10px auto -14px auto;
  }
}
.content .artitem {
  background-color: rgba(98, 18, 143, 0.2);
}
.content .artitem:hover {
  box-shadow: 2px 2px 5px #888;
}
.content .artitem .title {
  width: 100%;
  padding: 0;
  padding: 10px 0 5px 0;
  margin: 0 0 0 0;
  font-size: 24px;
  text-align: center;
  font-family: "Rounder";
  letter-spacing: 1px;
  display: block;
  box-sizing: border-box;
}
.content .artitem .blog-title {
  width: 100%;
  padding: 0;
  padding: 10px 0 5px 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
  font-family: "Rounder";
  display: block;
  box-sizing: border-box;
  background-color: #62128f;
  color: white;
}
.content .artitem h2.imgtitle {
  text-align: left;
  padding-left: 10px;
  display: block;
}
.content .artitem p.description {
  margin: 0 0 0 0;
  padding: 5px 10px 10px 10px;
  color: black;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 0px;
  word-spacing: 0px;
  font-weight: lighter;
  font-size: 18px;
  position: relative;
}
.content .artitem p.imgdescription {
  display: block;
  padding-top: 0px;
}
.content .artitem p.description:not(.imgdescription) span {
  text-indent: -25px;
  padding-left: 25px;
  display: block;
  line-height: 20px;
  padding-bottom: 2px;
}
.content .artitem p.date {
  color: black;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 0px;
  word-spacing: 0px;
  font-weight: lighter;
  font-size: 18px;
  padding: 5px 0px 0px 10px;
  margin: 0;
}
.content .artitem.collapsed p.imgdescription {
  display: none;
}
.content .artitem.collapsed h2.imgtitle {
  display: none;
}
.content .artitem.collapsed p.description:not(.imgdescription) {
  max-height: 180px;
  text-overflow: ellipsis;
}
.content .artitem p.description span.more {
  float: right;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  color: #62128f;
  margin-top: 5px;
  border-bottom: 1px solid #62128f;
}
.content .artitem p.description span.more:hover,
.content .artitem p.description span.more:active {
  color: red;
  border-color: red;
}
.content .artitem p.description::after {
  content: "";
  display: block;
  clear: both;
}
.content .artitem .linklist {
  margin: 10px -10px 10px -10px;
  max-width: 100%;
}
.content .artitem ul.text {
  margin-left: 20px;
  list-style: none;
  padding-top: 0;
}
.content a.grid-item:hover p.description span.more,
.content a.grid-item:active p.description span.more {
  color: red;
  border-color: red;
}
.thumbnails {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 10px 10px;
  margin: 10px;
}
.thumbnails img {
  max-height: none;
  outline: 1px solid #62128f;
  box-sizing: border-box;
  outline-offset: -1px;
}
.thumbnails img.main {
  grid-area: 1 / span 3 / span 3;
  align-self: stretch;
  justify-self: stretch;
}
.thumbnails div.thumbnail {
  padding-top: calc( (178% + (20px / 3) ) );
  position: relative;
}
.thumbnails img.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.thumbnails img.thumbnail:hover {
  opacity: 0.6;
}
.thumbnails img.thumbnail.active {
  opacity: 0.6;
  cursor: auto;
  outline: 2px solid red;
  outline-offset: -2px;
}
.images {
  margin-top: 10px;
}
.images img.tiny {
  width: calc(17% - 13.5px);
}
.images img.small {
  width: calc(33% - 11px);
}
.images img.medium {
  width: calc(50% - 15px);
}
.images img.small,
.images img.medium,
.images img.tiny {
  float: left;
  box-sizing: border-box;
  height: auto;
  max-height: none;
  border: 1px solid #62128f;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media (max-width: 30em) {
  .images img.tiny {
    width: calc(22% - 13.5px);
  }
  .images img.small {
    width: calc(50% - 15px);
  }
  .images img.small:first-child:nth-last-child(4),
  .images img.small:first-child:nth-last-child(4) ~ img {
    width: calc(33% - 11px);
  }
}
.video-parent {
  position: relative;
  z-index: 0;
  overflow: hidden;
  float: left;
  width: 66%;
  margin: 10px;
  margin-right: 20px;
  border: 1px solid #62128f;
  padding: 1px;
  box-sizing: border-box;
}
@media (max-width: 850px) {
  .video-parent {
    width: calc(100% - 20px);
    max-width: 100%;
    margin-right: initial;
  }
}
.video-parent .height {
  display: block;
  padding-top: 56.25%;
}
.video-parent iframe {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0px;
}
.image-parent {
  float: left;
  max-width: 66%;
  margin: 10px;
  margin-right: 20px;
}
.image-parent.centered {
  float: none;
  margin: 10px auto;
}
.image-parent img {
  margin: 0 auto;
  border: 1px solid #62128f;
}
.image-parent span {
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0 auto;
  display: block;
  padding-top: 5px;
  text-align: center;
}
@media (max-width: 850px) {
  .image-parent {
    width: calc(100% - 20px);
    max-width: 100%;
    margin-right: 10px;
  }
}
.video-parent.centered {
  float: none;
  margin: 10px auto;
}
.artitem .video-parent {
  width: calc(100% - 20px);
  margin-right: 10px;
  padding: 0px;
}
/*
iframe.large {max-width: 66.667%; max-height: 600px; float: left; display: block; box-sizing: border-box; margin: 10px; margin-right: 20px; border: 1px solid @title-color; }
		img.large.centered, iframe.large.centered { float: center; }
		@media (max-width: 850px) {
			img.large, iframe.large {width: ~"calc(100% - 20px)"; max-width: 100%; max-height: 100%; margin: 10px; padding: 0px;}
		}
*/
#lightboxbackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
#lightboxbackground #lightboxcontent {
  width: 95%;
  height: 95%;
  background-color: white;
  border: 1px solid #62128f;
}
#lightboxbackground #lightboxcontent img {
  max-width: 50%;
  float: left;
  max-height: 100%;
}
#lightboxbackground #lightboxcontent p {
  display: block;
  float: left;
}
pre {
  margin: 10px 10px 10px 10px;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
code {
  background-color: #ddd;
  font-size: 14px;
  border-radius: 3px;
  font-family: courier, monospace;
  padding: 0 4px 3px 4px;
  position: relative;
  top: -2px;
}
pre code {
  display: block;
  padding: 10px;
  border-radius: 5px;
  position: static;
  top: 0px;
  max-width: 100%;
  overflow-x: auto;
  border-left: 1px solid #62128f;
}
h2 + pre {
  margin-top: 0px;
}
p.text a {
  border-bottom: 1px solid;
}
a.button {
  display: block;
  margin: 0px auto;
  width: 200px;
  text-align: center;
  background-color: #62128f;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  border-radius: 4px;
  padding: 5px;
  border: 1px solid #62128f;
}
a.button:hover {
  color: black;
  background-color: #ddd;
}
/*
.artitem {
	p:empty,
	div:empty,
	h1:empty,
	h2:empty,
	img[src=''] { display: none !important; }
}
*/
