body, html {
  height: 100%;
  font-weight: 300;
  font-family: "museo-sans" ,serif;
  position: relative; }

/* to fix anchor positioning when there is a fixed header at the top */
:target:before {
content:"";
display:block;
height:50px; /* fixed header height*/
margin:-50px 0 0; /* negative fixed header height */
}

h3, h2, h1 {
	font-family: "filson-pro", sans-serif;
	font-weight: 500;
	font-size: 10px;
}


#content-column {
    position: relative;
    padding-top:35px;
    left: 60px;
}

@media print {
	#content-column {
  		left: 0 !important;
  		margin-left: 0;
	}
}

@font-face {
  font-family: 'MuseoSans500';
  src: url("../fonts/MuseoSans500.otf"); }
.content .wally-links {
    margin-top: 25px;
	margin-bottom: 50px;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 16px; }
  .content .wally-links h2 {
    font-size: 16px;
    color: #FF9800;
    margin: 0px 0 5px; }
  .content .wally-links a {
    text-decoration: none;
    font-family: "museo-sans",sans-serif;
    margin-bottom: content 4px;
    line-height: normal;
    padding: 3px 2px;}
	.this-week{
		width: 330px;
		}
    .next-week{
        position: absolute;
        top: 0px;
        left: 350px;
    	min-width: 300px;
        max-width: 450px;
    }
	.wally-links p{
		margin-bottom: 10px!important;
	}

#canvasDiv {
	position: absolute;
	z-index: 5000;
	}

#class-name-container{
	margin-top:5px;
    margin-left: 68px;
    font-family: "museo-sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #EEEEEE;
}

#class-name-container a{
    text-decoration: none;
    color: #000000;
}

#main-container{
    	min-height: 100%;
    	position: relative;
    }

#pageSpecificContent {
    position: relative;
    left: 6px;
	max-width: 900px;
	margin-bottom: 20px;
	}

.homepage-content {

}

.content {
  background-color: #fff;
  min-width: 300px;
  z-index: 12;
  font-size: 13px; }

.sitepage-content {
    background-color: #fff;
    padding: 80px 60px 130px 60px;
    min-width: 300px;
    z-index: 12;
    font-size: 13px;
}

  .content .breadcrumbs {
	font-family: "museo-sans", sans-serif;
	font-weight: 300;
    border-radius: 5px;
    background-color: #eee;
    margin: 10px 0 35px;
    clear: both;
    display: inline-block;
    padding: 5px 10px; }
    .content .breadcrumbs a {
      text-decoration: none;
      color: #1f61d9; }
      .content .breadcrumbs a:visited {
        text-decoration: none;
        color: #1f61d9; }
    .content .breadcrumbs p {
      margin-bottom: 0;
      font-size: 12px; }
  .content h1 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 5px; }
  .content h3 {
    font-size: 24px;
    margin-bottom: 20px; }
  .content h4 {
    font-size: 20px;
    margin-bottom: 15px; }
  .content strong {
    font-weight: 700;
    margin-bottom: 200px; }
  .content a {
    color: #1f61d9;
    text-decoration: none; }
    .content a:hover {
      color: #6290E4; }
  .content p {
    margin-bottom: 20px;
    line-height: normal; }
  .content td {
    padding: 10px 5px; }
  .content #pageSpecificContent ul {
    font-family: "museo-sans",serif;
    list-style: disc;
    margin-left: 20px; }
    .content #pageSpecificContent ul li {
      margin-bottom: 15px; }
    .content #pageSpecificContent ul ul {
      color: #333;
      list-style: circle;
      margin-bottom: 10px;
      font-size: 0.95em;
      font-weight: 300; }
      .content #pageSpecificContent ul ul ul {
        list-style: disc; }
        .content #pageSpecificContent ul ul ul ul {
          list-style: circle; }

  .ulist_div {
    font-family: "museo-sans",serif;
    list-style: disc;
    margin-left: 20px; }
    .ulist_div ul li {
		margin-left: 40px;
		margin-bottom: 15px; }
    .ulist_div ul ul {
      color: #333;
      list-style: circle;
      margin-bottom: 10px;
      font-size: 0.95em;
      font-weight: 300; }
      .ulist_div ul ul ul {
        list-style: disc; }
        .ulist_div ul ul ul ul {
          list-style: circle; }

.width625 {
	max-width: 625px;
}

.width800 {
	max-width: 800px;
}

.nav-position {
  position: fixed;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 5500;
  top: 0px;
  padding-top: 0px;
  height: 50px;
   }
  .nav-position .spacer-width {
    display: inline-block;
    margin-right: 5px;
    width: 110px;
    margin-bottom: 20px; }

.nav-container {
	padding-left: 60px;
  position: absolute;
  z-index: 5200;
  font-size: 12px; }
  .nav-container:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 0px 60px 20px 60px;
    top: 20px;
    left: 0px;
    right: -60px;
    color: #ddd;
    font-weight: 300; }
    .nav-container:hover .navbar li.nav-item {
      margin-bottom: 20px; }
      .nav-container:hover .navbar li.nav-item ul {
        display: block; }
      .nav-container:hover .navbar li.nav-item:last-child {
        margin-right: 0; }

.navbar li.nav-item {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 5px;
  font-weight: 300;
  position: relative;
	width: 110px; }
  .navbar li.nav-item:hover .nav-header {
    background-color: #ccc;
    color: #222; }
  .navbar li.nav-item:hover ul {
    opacity: 1; }
  .navbar li.nav-item .nav-header {
	  font-weight: 700;
    padding: 6px 8px 3px 8px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 3px; }
  .navbar li.nav-item:hover {
    cursor: pointer; }
  .navbar li.nav-item ul {
    list-style: none;
    display: none;
    left: 0px;
    z-index: 2;
    opacity: 0.6; }
    .navbar li.nav-item ul li a {
      text-decoration: none;
      color: inherit;
      width: auto;
      display: block;
      border-bottom: 1px solid #666;
      padding: 5px 8px 5px 8px;
      margin-right: none; }
      .navbar li.nav-item ul li a:hover {
        opacity: 1;
        color: #000;
        cursor: pointer;
        background-color: #F7EB0B; }

/*
.subnavbar {
  display: none;
  background-color: rgba(240,240,240,0.95);
  position: absolute;
  width: 100%;
  z-index: 2009;
  top: 23px;
  border-top: 7px solid #fff;
  padding: 5px 0 20px;

  li {
    display: inline-block;
    margin-right: 21px;
    font-size: 12px;
    font-weight: 100;
    position: relative;
    width: 85px;
    vertical-align: top;

    ul {
      width: 101px;
      &:hover {
      }

      li {
        padding: 7px 8px 7px 8px;
        border-bottom: 1px solid #aaa;

        &:hover {
          background-color: #fff;
          cursor: pointer;
        }
        &:last-child {
          border: none;
        }
      }
    }
  }
}
*/

.gallery-box {
	width:100%;
  overflow: hidden;
  }
  .gallery-box .scroll-btn {
    position: fixed;
    width: 90px;
    height: 130px;
    bottom: 0;
    background-color: #000;
    background-size: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0; }
    .gallery-box .scroll-btn:hover {
      opacity: 0.9;
      cursor: pointer; }
  .gallery-box .scroll-left {
    left: 0;
    background-image: url("../images/left-arrow.png"); }
  .gallery-box .scroll-right {
    right: 0;
    background-image: url("../images/right-arrow.png"); }
  .gallery-box .caption {
    color: #fff;
    border-radius: 5px;
    position: absolute;
    bottom: 15px;
    left: 100px;
    display: inline-block;
    font-family: "museo-sans",serif;
    padding: 6px 10px 6px 36px;
    font-weight: 300;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.8) url("../images/cameraroll-btn.png") no-repeat 10px center;
    background: rgba(0, 0, 0, 0.8) url("../images/cameraroll-btn.png") no-repeat 10px center;
    background-size: 15px; }
    .gallery-box .caption .playpause-btn {
      background-size: 24px;
      background-repeat: no-repeat;
      width: 12px;
      height: 12px;
      margin-left: 10px;
      display: inline-block;
      background-image: url("../images/playpause-btn.png"); }
      .gallery-box .caption .playpause-btn:hover {
        cursor: pointer;
        opacity: 0.6; }
    .gallery-box .caption .gallery-btn {
      background-size: 12px;
      background-repeat: no-repeat;
      width: 12px;
      height: 12px;
      margin-left: 10px;
      display: inline-block;
      background-image: url("../images/gallery-btn.png"); }
      .gallery-box .caption .gallery-btn:hover {
        cursor: pointer;
        opacity: 0.6; }
    .gallery-box .caption:hover {
      opacity: 0.8;
      cursor: pointer; }
.PhotoFooter {
  position: fixed;
  z-index: 7000;
  bottom: 0;
  left: 0;
  right: 0;}
.photo-gallery {
	width: 150%;
  white-space: nowrap;
  position: relative;
  left: 0; }
  .photo-page .img-container{
	  padding: 5px;
	  }

  .photo-gallery .title-container {
    display: table-cell;
    position: relative;

    width: 130px;
    height: 130px;
    line-height: 20px;
    background: #998C87;
    text-align: center;
    vertical-align: middle; }
  .photo-gallery .title {
    display: inline-block;
    padding: 5px;
    color: #FFFFFF;
    white-space: normal; }
  .photo-gallery .img-container {

	  width: auto;
    vertical-align: top;
    display: inline-block;
    position: relative; }
    .photo-gallery .img-container:hover {
      opacity: .75;
      cursor: pointer; }
      .photo-gallery .img-container:hover .img-download {
        opacity: 1; }
    .photo-gallery .img-container img {
      vertical-align: top; }
    .photo-gallery .img-container .img-download {
      opacity: 0;
      width: 35px;
      height: 25px;
      border-radius: 4px;
      position: absolute;
      top: 10px;
      right: 10px;
      background: rgba(0, 0, 0, 0.8) url("../images/download-btn.png") no-repeat center center;
      background-size: 12px; }
      .photo-gallery .img-container .img-download:hover {
        background-color: rgba(100, 100, 100, 0.8); }

.gallery-collections {
  height: 155px;
  overflow: scroll;
  display: none; }
  .gallery-collections .gallery-scroll {
    font-family: "museo-sans",serif;
    font-weight: 300;
    background-color: #000;
    padding: 15px 15px 0 15px;
    color: #eee; }
  .gallery-collections .collection-photo {
    width: 70px;
    height: 35px;
    float: left;
    margin-right: 10px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .gallery-collections .collection-size {
    margin-top: 4px;
    font-size: 14px;
    opacity: 0.4; }
  .gallery-collections ul {
    padding-bottom: 15px; }
  .gallery-collections li {
    display: block;
    height: 40px;
    padding-top: 5px;
    padding-left: 5px; }
    .gallery-collections li:hover {
      background-color: #333;
      cursor: pointer; }

.cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 6000;
  display: none;
  text-align: center; }
  .cover img {
    margin-top: 20px;
    display: inline-block; }
  .cover .img-box {
    height: 100%;
    width: 100%;
    margin: 0; }
  .cover .close-btn {
    width: 70px;
    height: 50px;
    border-radius: 8px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.8) url("../images/close-btn.png") no-repeat center center;
    background-size: 30px; }
    .cover .close-btn:hover {
      cursor: pointer;
      opacity: 0.6; }
  .cover .download-btn {
    width: 70px;
    height: 50px;
    border-radius: 8px;
    position: absolute;
    top: 80px;
    right: 20px;
    background: rgba(0, 0, 0, 0.8) url("../images/download-large-btn.png") no-repeat center center;
    background-size: 30px; }
    .cover .download-btn:hover {
      cursor: pointer;
      opacity: 0.6; }

.footer {
  margin-top: 2px;
  background-color: #ccc;
  min-width: 800px;
}
  .footer .links {
    display: inline-block;
    width: 200px;
    margin-top: 10px;
    color: #666; }
    .footer .links ul {
      list-style: none; }

ol {
  list-style: none; }

.footer .links li {
  border-bottom: 1px solid #444; }
  .footer .links li:last-child {
    border-bottom: none; }
.footer .links a {
  color: #fff;
  text-decoration: none;
  padding: 6px 5px;
  display: block; }
  .footer .links a:hover {
    background-color: #444; }
.footer .searchbox {
	font-weight: 100;
  margin-left: 10px;
  vertical-align: top;
  display: inline-block;
  margin-top: 10px; }
  .footer .searchbox input {
    border: none;
    padding: 8px 10px;
    outline: none;
    font-weight: 500; }
    .footer .searchbox input[type="submit"]:hover {
      opacity: 0.9;
      cursor: pointer; }

	.footer .socials{
		display: inline-block;
		margin-top: 10px;
		padding-left: 10px;}
.footer .instagram {
  width: 30px;
  height: 30px;
  background-image: url("../images/instagram.png");
  background-size: 30px;
  display: inline-block; }
  .footer .instagram:hover {
    opacity: 0.8;
    cursor: pointer; }
	.footer .twitter {
  width: 30px;
  height: 30px;
  background-image: url("../images/twitter.png");
  background-size: 30px;
  display: inline-block; }
  .footer .twitter:hover {
    opacity: 0.8;
    cursor: pointer; }
	.footer .snapchat {
  width: 30px;
  height: 30px;
  background-image: url("../images/snapchat.png");
  background-size: 30px;
  display: inline-block; }
  .footer .snapchat:hover {
    opacity: 0.8;
    cursor: pointer; }
.footer h3 {
  color: #999;
  font-size: 13px;
  border-top: 1px solid #444;
  padding-top: 8px;
  margin-top: 20px;
  line-height: normal; }
  .footer h3 a {
    color: #666;
    text-decoration: none; }
    .footer h3 a:hover {
      color: #aaa; }
.copywrite{
    display: inline-block;
		  font-size: 12px;
		  margin-left: 30px;
          margin-bottom: 10px;
		  }

		  .copywrite a{

		  text-decoration: none;
			  }
.sponsors {
    position:absolute;
    display: inline-block;
    background-color: #aaa;
    padding: 5px 5px;
    border-radius: 10px;
    opacity: 0.6;
    right: 10px;
    margin-top: 8px;
}
#sponsorlogos {
    width: 120px;
    height: 23px;}
.sponsor-link:hover {
    opacity: 0.9;
    cursor: pointer; }

.overscroll-fix {
  z-index: -1;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 200px; }
