/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  /* list-style: none; */
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * General styles
 */
body {
  font-family: Arial, sans-serif;
  font-size: 75%;
  font-weight: normal;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
  -webkit-transition: color .4s ease-out;
  -moz-transition: color .4s ease-out;
  -o-transition: color .4s ease-out;
  -ms-transition: color .4s ease-out;
  transition: color .4s ease-out;
}
a img {
  border: none;
}

p, ul, ol, dl {
  margin: 0.25em 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.333333em 0;
  font-style: normal;
  line-height: 1.1;
}

img, object, embed {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

img.sk-auto-height {
  /* Override height settings from CKEditor defaults. See ckeditordialogue.js */
  height: auto !important;
}

b, strong {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.166666em;
}

h3, h4, h5, h6 {
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.333333em 0;
  font-style: normal;
  font-weight: bold;
  line-height: 1.1;
}

/**
 * Layout
 */
#wrapper,
header,
section,
footer {
  position: relative;
}
#wrapper:before, #wrapper:after,
header:before,
header:after,
section:before,
section:after,
footer:before,
footer:after {
  /* Micro clearfix */
  content: " ";
  display: table;
}
#wrapper:after,
header:after,
section:after,
footer:after {
  clear: both;
}
.ie7 #wrapper, .ie7
header, .ie7
section, .ie7
footer {
  *zoom: 1;
}

footer {
  clear: both;
  margin-bottom: 1em;
}

#outer {
  margin: 0 2.5%;
  /* margins moved here from body to fix content shift in JB full screen mode */
}

#wrapper {
  margin: 12px auto;
  max-width: 1078px;
  /* 1024/0.95 to allow for margins */
}

header {
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
header nav {
  text-align: right;
  font-size: 1.25em;
}

header,
.content,
footer {
  margin-left: 2.5%;
  margin-right: 2.5%;
}

/**
 * Main content styles
 */
.restricted > * {
  max-width: 560px;
}

.restricted > div {
  max-width: none;
}

/**
 * Page body module contains user-provided html from CKEditor
 */
.page-body {
  line-height: 1.75;
}
.page-body a {
  border-bottom: 1px dotted;
}
.page-body ul,
.page-body ol {
  padding-left: 2em;
}
.page-body li {
  margin-bottom: 0.75em;
}
.page-body dd {
  margin-bottom: 1em;
}
.page-body h2:empty {
  margin: 0;
  padding: 0;
}
.page-body table {
  width: 100%;
  /* Don't use shorthand because it sets color to text color */
  border-width: 1px;
  border-style: solid;
  margin: 0 1em 1em 0;
}
.page-body caption,
.page-body th {
  text-align: left;
  font-weight: bold;
}
.page-body th,
.page-body td {
  border-width: 1px;
  border-style: solid;
  padding: 0 0.25em;
}

@media only screen and (min-width: 768px) {
  .body-content {
    -moz-column-gap: 2.5em;
    -moz-column-rule: none;
    -webkit-column-gap: 2.5em;
    -webkit-column-rule: none;
    column-gap: 2.5em;
    column-rule: none;
  }

  .columns-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .columns-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
/**
 * Gallery modules
 */
.gallery {
  margin-bottom: 2em;
}

.gallery-juicebox .jb-splash a {
  color: #FFFFFF;
}

.gallery-listviewer .gallery-wrap {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.gallery-listviewer .gallery-wrap > .gallery-item:last-child {
  margin: 0;
}
.gallery-listviewer .gallery-item {
  padding: 0;
  margin: 0 0 2em 0;
}
.gallery-listviewer .gallery-item .title {
  margin-bottom: 0;
}
.gallery-listviewer .gallery-item .title + .caption {
  margin-top: 0;
}
.gallery-listviewer .center {
  margin: 0 auto;
}
.gallery-listviewer .image-wrap {
  /* intrinsic ratios image sizing */
  position: relative;
  height: 0;
  background-color: #666;
  margin-bottom: 1em;
}
.gallery-listviewer .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
}

/**
 * Gallery index module
 */
.thumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.thumbs:before, .thumbs:after {
  /* Micro clearfix */
  content: " ";
  display: table;
}
.thumbs:after {
  clear: both;
}
.ie7 .thumbs {
  *zoom: 1;
}
.thumbs figure {
  text-align: center;
}
.thumbs figcaption {
  margin: 0.5em 0 0.5em;
  text-align: center;
  line-height: 1.25;
  overflow: hidden;
  height: 3.75em;
}
.thumbs figcaption a {
  border-bottom: none;
}
.thumbs .thumb-image {
  opacity: 0.999;
  /* hack for 1 px white line over drop shadows in FF Mac */
}
.thumbs a:hover .thumb-image {
  opacity: 0.8;
}
.thumbs .image-wrap {
  /* Intrinsic ratios image sizing */
  position: relative;
  height: 0;
}
.thumbs .image-wrap img {
  position: absolute;
  left: 0;
  top: 0;
}

.thumbs-item {
  margin-top: 0;
  margin-bottom: 0.5em;
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  width: 98.75%;
  /* Left margin collapses into parent */
}

@media only screen and (min-width: 330px) {
  /* all layouts gallery thumbs switch to 2 columns */
  .thumbs-item {
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    width: 47.5%;
  }

  .ie7 .thumbs .thumbs-item {
    width: 47.25%;
    /* ie7 rounding correction */
  }
}
/* gallery index screen layouts */
/* 3 column layout 3 column breakpoint */
@media only screen and (min-width: 768px) {
  .index-3-col .thumbs-item {
    width: 30.83333%;
  }

  .ie7 .index-3-col .thumbs-item {
    margin-left: 1.1849%;
    margin-right: 1.1849%;
    width: 30.76823%;
  }
}
/* 4 column layout 3 column breakpoint */
@media only screen and (min-width: 630px) {
  .index-4-col .thumbs-item {
    width: 30.83333%;
  }

  .ie7 .index-4-col .thumbs-item {
    margin-left: 1.17063%;
    margin-right: 1.17063%;
    width: 30.75397%;
  }
}
/* 4 column layout 4 column breakpoint */
@media only screen and (min-width: 930px) {
  .index-4-col .thumbs-item {
    width: 22.5%;
  }

  .ie7 .index-4-col .thumbs-item {
    margin-left: 1.19624%;
    margin-right: 1.19624%;
    width: 22.44624%;
  }
}
/* 5 column layout 3 column breakpoint */
@media only screen and (min-width: 530px) {
  .index-5-col .thumbs-item {
    width: 30.83333%;
  }

  .ie7 .index-5-col .thumbs-item {
    margin-left: 1.15566%;
    margin-right: 1.15566%;
    width: 30.73899%;
  }
}
/* 5 column layout 4 column breakpoint */
@media only screen and (min-width: 730px) {
  .index-5-col .thumbs-item {
    width: 22.5%;
  }

  .ie7 .index-5-col .thumbs-item {
    margin-left: 1.18151%;
    margin-right: 1.18151%;
    width: 22.43151%;
  }
}
/* 5 column layout 5 column breakpoint */
@media only screen and (min-width: 930px) {
  .index-5-col .thumbs-item {
    width: 17.5%;
  }

  .ie7 .index-5-col .thumbs-item {
    margin-left: 1.19624%;
    margin-right: 1.19624%;
    width: 17.44624%;
  }
}
/* 6 column layout 3 column breakpoint */
@media only screen and (min-width: 480px) {
  .index-6-col .thumbs-item {
    width: 30.83333%;
  }

  .ie7 .index-6-col .thumbs-item {
    margin-left: 1.14583%;
    margin-right: 1.14583%;
    width: 30.72917%;
  }
}
/* 6 column layout 4 column breakpoint */
@media only screen and (min-width: 630px) {
  .index-6-col .thumbs-item {
    width: 22.5%;
  }

  .ie7 .index-6-col .thumbs-item {
    margin-left: 1.17063%;
    margin-right: 1.17063%;
    width: 22.42063%;
  }
}
/* 6 column layout 5 column breakpoint */
@media only screen and (min-width: 780px) {
  .index-6-col .thumbs-item {
    width: 17.5%;
  }

  .ie7 .index-6-col .thumbs-item {
    margin-left: 1.1859%;
    margin-right: 1.1859%;
    width: 17.4359%;
  }
}
/* 6 column layout 6 column breakpoint */
@media only screen and (min-width: 930px) {
  .index-6-col .thumbs-item {
    width: 14.16667%;
  }

  .ie7 .index-6-col .thumbs-item {
    margin-left: 1.19624%;
    margin-right: 1.19624%;
    width: 14.1129%;
  }
}
/**
 * User choices
 */
/* background styles must be set individually for local override */
.background-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

.background-repeat {
  background-repeat: repeat;
  background-position: top left;
  background-attachment: scroll;
}

.background-repeat-x {
  background-repeat: repeat-x;
  background-position: top left;
  background-attachment: scroll;
}

.background-repeat-y {
  background-repeat: repeat-y;
  background-position: top left;
  background-attachment: scroll;
}

.ie7 body.background-cover,
.ie8 body.background-cover {
  background-image: none;
}

.body-arial,
.headings-arial h1,
.headings-arial h2,
.headings-arial h3,
.headings-arial h4,
.headings-arial h5,
.headings-arial h6 {
  font-family: Arial, sans-serif;
}

.body-courier,
.headings-courier h1,
.headings-courier h2,
.headings-courier h3,
.headings-courier h4,
.headings-courier h5,
.headings-courier h6 {
  font-family: 'Courier New', monospace;
}

.body-georgia,
.headings-georgia h1,
.headings-georgia h2,
.headings-georgia h3,
.headings-georgia h4,
.headings-georgia h5,
.headings-georgia h6 {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.body-helvetica,
.headings-helvetica h1,
.headings-helvetica h2,
.headings-helvetica h3,
.headings-helvetica h4,
.headings-helvetica h5,
.headings-helvetica h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.body-lucida-console,
.headings-lucida-console h1,
.headings-lucida-console h2,
.headings-lucida-console h3,
.headings-lucida-console h4,
.headings-lucida-console h5,
.headings-lucida-console h6 {
  font-family: 'Lucida Console', monospace;
}

.body-lucida-sans,
.headings-lucida-sans h1,
.headings-lucida-sans h2,
.headings-lucida-sans h3,
.headings-lucida-sans h4,
.headings-lucida-sans h5,
.headings-lucida-sans h6 {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.body-palatino,
.headings-palatino h1,
.headings-palatino h2,
.headings-palatino h3,
.headings-palatino h4,
.headings-palatino h5,
.headings-palatino h6 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.body-tahoma,
.headings-tahoma h1,
.headings-tahoma h2,
.headings-tahoma h3,
.headings-tahoma h4,
.headings-tahoma h5,
.headings-tahoma h6 {
  font-family: Tahoma, Geneva, sans-serif;
}

.body-times,
.headings-times h1,
.headings-times h2,
.headings-times h3,
.headings-times h4,
.headings-times h5,
.headings-times h6 {
  font-family: 'Times New Roman', Times, serif;
}

.body-verdana,
.headings-verdana h1,
.headings-verdana h2,
.headings-verdana h3,
.headings-verdana h4,
.headings-verdana h5,
.headings-verdana h6 {
  font-family: Verdana, Geneva, Arial, sans-serif;
}
