/* Generated from SASS source code */
/* 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;
}

/* ==================== The following styles are common to Boma, Kosel and Zero =============== */
@font-face {
  font-family: "icomoon";
  src: url("../../base/fonts/icomoon.eot");
  src: url("../../base/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../../base/fonts/icomoon.woff") format("woff"), url("../../base/fonts/icomoon.ttf") format("truetype"), url("../../base/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

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;
}

object, embed {
  height: auto;
}

/**
 * Main blocks
 */
#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;
}

/**
 * Modules
 * Re-usable css for use across themes
 * Designed to work with standard template html
 */
/**
 * Module to show / hide main nav on smaller screens
 * See init.js
 */
.hidden-nav {
  display: none;
}

.nav-anchors {
  position: absolute;
  right: 0;
  top: 0;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

#menu-anchor {
  font-size: 2em;
  line-height: 1;
  display: block;
}

/* IcoMoon embed */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e602";
}

@media only screen and (min-width: 768px) {
  /* Show hidden nav and hide menu icon */
  .hidden-nav {
    display: block;
  }

  #nav-anchors {
    display: none;
  }
}
/**
 * Page body module styles 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 */
  }
}
/**
 * vcard module
 */
.vcard {
  margin-bottom: 0.75em;
}
.vcard .adr > span {
  display: block;
  line-height: 1.4;
}

/* ============================== Boma Styles =========================================== */
/**
 * Base styles
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 1.333333em;
}

h2 {
  font-size: 1.166666em;
}

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

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

#wrapper {
  max-width: 1108px;
  /* 800/0.722 to allow for margins */
  margin: 0 auto;
  padding-top: 20px;
}

.content, header, footer {
  margin-left: 1.8953%;
  /* 21/1108 */
  margin-right: 1.8953%;
}

header {
  min-height: 4.333em;
  text-align: center;
}
header h1 img {
  display: block;
  margin: 0 0 0.333333em 0;
}
header h2 {
  margin-bottom: 1em;
}

.restricted > * {
  max-width: 540px;
}

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

footer {
  text-align: center;
}
footer small {
  font-size: 0.75em;
}

@media only screen and (min-width: 768px) {
  /* switch to a two-column layout*/
  header {
    float: left;
    text-align: left;
    width: 20%;
    margin: 0 1.25% 0 2.5%;
  }

  .content {
    float: left;
    width: 72.2021%;
    /* 800/1108 */
  }

  footer {
    text-align: left;
  }
}
/**
 * Left navigation module
 */
nav {
  overflow: hidden;
  margin-top: 1.25em;
}
nav ul {
  overflow: hidden;
  list-style: none;
  /* text-align: center; */
  margin: 0 0 1em 0;
}
nav a {
  text-decoration: none;
  display: block;
  padding: 0.5em 0;
}
nav > ul > li > a {
  border-top-width: 1px;
  border-top-style: dotted;
}

.subnav {
  margin-bottom: 0;
}
.subnav a {
  padding: 0 0 0.5em 0;
}

@media only screen and (min-width: 768px) {
  .subnav .sk-last {
    margin-bottom: 0.75em;
  }
  .subnav a {
    padding: 0 0 0.5em 1em;
  }
  .subnav a:before {
    content: "\00BB";
    margin-right: 0.25em;
  }
}
/**
 * about page
 */
.profile-image {
  padding-bottom: 1em;
}

/**
 * Gallery index page breakpoints
 */
/* 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: 1024px) {
  .index-4-col .thumbs-item {
    width: 22.5%;
  }

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

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

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

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

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

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

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

  .ie7 .index-6-col .thumbs-item {
    margin-left: 1.20117%;
    margin-right: 1.20117%;
    width: 14.11784%;
  }
}
/**
 * User choices
 */
/* Light color scheme */
.light {
  background-color: white;
  color: #4c4c4c;
}
.light * {
  border-color: #cecece;
}
.light a:link, .light a:visited, .light a:focus {
  color: #6e6e6e;
  border-bottom-color: #6e6e6e;
}
.light a:hover, .light a:active {
  color: black;
  border-bottom-color: black;
}
.light header h1 a:link, .light header h1 a:visited, .light header h1 a:focus, .light header h1 a:hover, .light header h1 a:active {
  color: #222222;
}
.light header h2 {
  color: #6e6e6e;
}
.light header nav li.active > a:link,
.light header nav li.active > a:visited,
.light header nav li.active > a:focus,
.light header nav li.active > a:hover,
.light header nav li.active > a:active {
  color: #333333;
}

/* Dark color scheme */
.dark {
  background-color: #222222;
  color: #d9d9d9;
}
.dark * {
  border-color: #666666;
}
.dark a:link, .dark a:visited, .dark a:focus {
  color: silver;
  border-bottom-color: silver;
}
.dark a:hover, .dark a:active {
  color: white;
  border-bottom-color: white;
}
.dark header h1 a:link, .dark header h1 a:visited, .dark header h1 a:focus, .dark header h1 a:hover, .dark header h1 a:active {
  color: white;
}
.dark header h2 {
  color: silver;
}
.dark header nav li.active > a:link,
.dark header nav li.active > a:visited,
.dark header nav li.active > a:focus,
.dark header nav li.active > a:hover,
.dark header nav li.active > a:active {
  color: white;
}

/* 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-quicksand,
.headings-quicksand h1,
.headings-quicksand h2,
.headings-quicksand h3,
.headings-quicksand h4,
.headings-quicksand h5,
.headings-quicksand h6 {
	font-family: 'Quicksand', sans-serif;
}

.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;
}
