/* 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");
  font-weight: normal;
  font-style: normal;
}

/* 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";
}

.icon-facebook2:before {
  content: "\ea8d";
}

.icon-flickr3:before {
  content: "\eaa2";
}

.icon-google-plus2:before {
  content: "\ea89";
}

.icon-instagram:before {
  content: "\ea90";
}

.icon-linkedin:before {
  content: "\eac8";
}

.icon-pinterest2:before {
  content: "\ead1";
}

.icon-tumblr2:before {
  content: "\eabc";
}

.icon-twitter2:before {
  content: "\ea92";
}

.icon-vimeo2:before {
  content: "\ea9d";
}

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:not([class*="jb-go-back"]) {
  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:not([class*="jb-go-back"]) img {
  border: none;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em 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;
}

input, button, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

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
 */
.js .hidden-nav {
  display: none;
}

/* remove show nav on load
  .js .parent .header-nav-items {
    display: none;
  }
  .js .parent .hidden-nav {
    display: block;
  }
  */
.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;
}

@media only screen and (min-width: 768px) {
  /* Show hidden nav and hide menu icon */
  .js .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 .body-content {
  margin-bottom: 2em;
}

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

#juicebox-container {
  height: 1000px;
}

#jb-dialog-login-form #jb-dialog-login-text,
#jb-dialog-login-form #jb-dialog-btn-login-submit {
  display: inline;
  font-family: Arial, sans-serif;
  height: auto;
}

#jb-dialog-login-form #jb-dialog-btn-login-submit {
  border: 1px solid;
}

.gallery-listviewer .gallery-wrap {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.gallery-listviewer .gallery-wrap > .gallery-item:last-child {
  margin: 0;
}

.gallery-listviewer .show-index-false .gallery-index {
  display: none;
}

.gallery-listviewer .gallery-item {
  padding: 0;
  margin: 0 0 2em 0;
}

.gallery-listviewer .gallery-item .title {
  margin-bottom: 0.5em;
}

.gallery-listviewer .gallery-item .title + .caption {
  margin-top: 0;
}

.gallery-listviewer .center .fig-image {
  margin: 0 auto;
}

.gallery-listviewer .image-wrap {
  /* intrinsic ratios image sizing */
  position: relative;
  height: 0;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 2em;
}

.gallery-listviewer .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-listviewer .featured-image {
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  .gallery-listviewer figure:before, .gallery-listviewer figure:after {
    /* Micro clearfix */
    content: " ";
    display: table;
  }
  .gallery-listviewer figure:after {
    clear: both;
  }
  .ie7 .gallery-listviewer figure {
    *zoom: 1;
  }
  .gallery-listviewer .split .small-images .fig-inner {
    width: 37%;
  }
  .gallery-listviewer .split .medium-images .fig-inner {
    width: 47%;
  }
  .gallery-listviewer .split .large-images .fig-inner {
    width: 57%;
  }
  .gallery-listviewer .split .small-images figcaption {
    width: 57%;
  }
  .gallery-listviewer .split .medium-images figcaption {
    width: 47%;
  }
  .gallery-listviewer .split .large-images figcaption {
    width: 37%;
  }
  .gallery-listviewer .split-right .fig-inner {
    float: right;
  }
  .gallery-listviewer .split-right figcaption {
    float: left;
  }
  .gallery-listviewer .split-left .fig-inner {
    float: left;
  }
  .gallery-listviewer .split-left figcaption {
    float: right;
  }
}

/**
 * Gallery index module
 */
.page-body .thumbs {
  padding-left: 0;
}

.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 figcaption .imagecount {
  display: block;
}

.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 .adr {
  margin: 0 0 12px 0;
  margin-bottom: 0.75rem;
}

.vcard .adr > span {
  display: block;
  line-height: 1.4;
}

.vcard .tel .type {
  padding-right: 1em;
}

.vcard p:empty {
  display: none;
}

/**
 * Forms module
 */
label, input {
  display: block;
  margin: 0 0 12px 0;
  margin-bottom: 0.75rem;
}

textarea {
  margin: 0 0 24px 0;
  margin-bottom: 1.5rem;
  height: 10.5em;
}

input,
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid;
  border-radius: 5px;
  padding: 6px 12px;
}

input[type=submit] {
  width: auto;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  input[type=text], input[type=email] {
    width: 300px;
  }
  textarea {
    width: 600px;
  }
}

/**
 * Social media links
 */
.socmedia a {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
}

.socmedia a span {
  padding-right: 0.1666667em;
  padding-right: 4px;
  vertical-align: top;
}

.socmedia a[href=""] {
  display: none;
}

/* ========================== Kosel Styles ============================================= */
@font-face {
  font-family: "BebasNeueRegular";
  src: url("../fonts/BebasNeue-webfont.eot");
  src: url("../fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-webfont.woff") format("woff"), url("../fonts/BebasNeue-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/**
 * Base styles
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.333333em;
}

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

input, textarea {
  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: 1078px;
  /* 1024/0.95 to allow for margins */
  margin: 12px auto;
}

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

header {
  margin-bottom: 12px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  min-height: 59px;
}

header .hgroup {
  width: 80%;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  header .hgroup {
    float: left;
    width: 30%;
  }
}

header h1 {
  font-size: 32px;
  margin-bottom: 3px;
}

header h2 {
  margin-bottom: 6px;
  font-size: 12px;
}

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

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

.gallery li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

footer {
  margin-top: 1em;
  padding-top: 1em;
  border-top-width: 1px;
  border-top-style: solid;
}

footer .socmedia a {
  font-size: 1.5em;
}

footer small {
  font-size: 0.9166666em;
}

/*
 * Top-right navigation module
 * Subnav is cloned with js and shown on wide screens as a separate list to achieve right-align
 * nav ul ul selects subnav on small screens only
 * .nav2 selects subnav on wide screens
 * .subnav selects subnav on all screens
 */
nav {
  overflow: hidden;
  margin-top: 1em;
}

nav ul {
  overflow: hidden;
  list-style: none;
}

nav ul li {
  white-space: nowrap;
}

nav ul a {
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  vertical-align: text-top;
}

nav ul ul li {
  float: left;
  margin-right: 0.5em;
}

.subnav a {
  font-size: 12px;
  line-height: 16px;
}

.nav-2 {
  display: none;
  /* hide js generated sub nav */
}

.nav-2 li {
  min-height: 18px;
}

@media only screen and (min-width: 768px) {
  nav {
    float: right;
    width: 70%;
    margin-top: 0;
  }
  nav ul {
    margin: 0;
    line-height: 1;
  }
  nav ul ul {
    display: none;
    /* hide regular sub nav */
  }
  nav > ul {
    float: right;
    text-align: right;
    margin: 2px 0 15px 0;
  }
  nav > ul li {
    display: inline-block;
    margin-left: 0.5em;
  }
  .nav-2 {
    display: block;
    /* show js generated sub nav */
    float: right;
    text-align: right;
    margin: 0 0 4px 0;
    clear: both;
  }
  .no-js nav ul {
    float: none;
    text-align: left;
    display: block;
    clear: none;
  }
  .no-js nav ul li {
    display: block;
  }
}

/**
 * Individual page styles
 */
#contact-form {
  margin-bottom: 1em;
}

.type-galleryindex .page-title {
  margin-bottom: 0.5em;
}

.type-galleryindex .page-title:empty {
  margin-bottom: 0;
}

.type-listviewer .images-below {
  margin-bottom: 0;
}

.type-listviewer .images-below .gallery-item:last-child {
  border-bottom: none;
}

.type-about .profile-image {
  margin: 0.25em 0 1em 0;
}

@media only screen and (min-width: 480px) {
  .type-about .profile-image {
    margin: 0.25em 0 0 0;
    width: 40%;
    float: right;
    text-align: right;
  }
  .type-about .page-body {
    margin: 0;
    width: 55%;
    max-width: 560px;
    float: left;
  }
  .type-about .page-body h2 {
    margin-top: 0;
  }
}

/* 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: 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
 */
/* LIGHT SCHEME */
.light {
  background-color: #FFF;
  color: #4C4C4C;
}

.light * {
  border-color: #E4E4E4;
}

.light h1 {
  color: #4C4C4C;
}

.light h2 {
  color: #4C4C4C;
}

.light .invalid,
.light .error {
  color: #F00;
  border-color: #F00;
}

.light input:focus,
.light textarea:focus {
  border-color: #4C4C4C;
}

.light input[type=submit] {
  color: #4C4C4C;
  background-color: #FFF;
}

.light a:not(.jb-splash-view-glry):not([class*="jb-go-back"]):link, .light a:not(.jb-splash-view-glry):not([class*="jb-go-back"]):visited, .light a:not(.jb-splash-view-glry):not([class*="jb-go-back"]):focus {
  color: #999;
  border-bottom-color: #999;
}

.light a:not(.jb-splash-view-glry):not([class*="jb-go-back"]):not(#menu-anchor):hover, .light a:not(.jb-splash-view-glry):not([class*="jb-go-back"]):not(#menu-anchor):active {
  color: #222;
  border-bottom-color: #222;
}

.light #outer #wrapper header .hgroup h1 a:link, .light #outer #wrapper header .hgroup h1 a:visited, .light #outer #wrapper header .hgroup h1 a:focus, .light #outer #wrapper header .hgroup h1 a:hover, .light #outer #wrapper header .hgroup h1 a:active {
  color: #4C4C4C;
}

.light #outer #wrapper header .hgroup h2 {
  color: #4C4C4C;
}

.light #outer #wrapper header nav li.active > a:link,
.light #outer #wrapper header nav li.active > a:visited,
.light #outer #wrapper header nav li.active > a:focus,
.light #outer #wrapper header nav li.active > a:hover,
.light #outer #wrapper header nav li.active > a:active {
  color: #4C4C4C;
}

/* DARK SCHEME */
.dark {
  background-color: #222;
  color: #AAA;
}

.dark * {
  border-color: #555;
}

.dark h1 {
  color: #AAA;
}

.dark h2 {
  color: #AAA;
}

.dark .invalid,
.dark .error {
  color: #F00;
  border-color: #F00;
}

.dark input:focus,
.dark textarea:focus {
  border-color: #EEE;
}

.dark input[type=submit] {
  color: #AAA;
  background-color: #222;
}

.dark a:not(.jb-splash-view-glry):not([class*="jb-go-back"]):link, .dark a:not(.jb-splash-view-glry):not([class*="jb-go-back"]):visited, .dark a:not(.jb-splash-view-glry):not([class*="jb-go-back"]):focus {
  color: #BABABA;
  border-bottom-color: #BABABA;
}

.dark a:not(.jb-splash-view-glry):not([class*="jb-go-back"]):not(#menu-anchor):hover, .dark a:not(.jb-splash-view-glry):not([class*="jb-go-back"]):not(#menu-anchor):active {
  color: #EEE;
  border-bottom-color: #EEE;
}

.dark #outer #wrapper header .hgroup h1 a:link, .dark #outer #wrapper header .hgroup h1 a:visited, .dark #outer #wrapper header .hgroup h1 a:focus, .dark #outer #wrapper header .hgroup h1 a:hover, .dark #outer #wrapper header .hgroup h1 a:active {
  color: #AAA;
}

.dark #outer #wrapper header .hgroup h2 {
  color: #AAA;
}

.dark #outer #wrapper header nav li.active > a:link,
.dark #outer #wrapper header nav li.active > a:visited,
.dark #outer #wrapper header nav li.active > a:focus,
.dark #outer #wrapper header nav li.active > a:hover,
.dark #outer #wrapper header nav li.active > a:active {
  color: #EEE;
}

/* 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-arial #jb-dialog-login-form,
.body-arial input,
.body-arial textarea {
  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-courier #jb-dialog-login-form,
.body-courier input,
.body-courier textarea {
  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-georgia #jb-dialog-login-form,
.body-georgia input,
.body-georgia textarea {
  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-helvetica #jb-dialog-login-form,
.body-helvetica input,
.body-helvetica textarea {
  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-console #jb-dialog-login-form,
.body-lucida-console input,
.body-lucida-console textarea {
  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-lucida-sans #jb-dialog-login-form,
.body-lucida-sans input,
.body-lucida-sans textarea {
  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-palatino #jb-dialog-login-form,
.body-palatino input,
.body-palatino textarea {
  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-tahoma #jb-dialog-login-form,
.body-tahoma input,
.body-tahoma textarea {
  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-times #jb-dialog-login-form,
.body-times input,
.body-times textarea {
  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;
}

.body-verdana #jb-dialog-login-form,
.body-verdana input,
.body-verdana textarea {
  font-family: Verdana, Geneva, Arial, sans-serif;
}

/**
 * Fonts
 * Kosel has an additional font option and applies the headings font to nav text
 */
.body-bebas,
.headings-bebas h1,
.headings-bebas h2,
.headings-bebas h3,
.headings-bebas h4,
.headings-bebas h5,
.headings-bebas h6,
.headings-bebas header nav ul li a,
.headings-bebas .thumbs figcaption,
.headings-bebas footer small {
  font-family: BebasNeueRegular, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.headings-bebas nav ul a {
  font-size: 16px;
  line-height: 20px;
}

.headings-bebas .nav-2 a,
.headings-bebas .subnav a {
  font-size: 12px;
  line-height: 14px;
}

/* block leakage into JuiceBox */
.headings-bebas .juicebox-gallery h3 {
  text-transform: none;
}

.headings-arial header,
.headings-arial .thumbs figcaption,
.headings-arial footer small {
  font-family: Arial, sans-serif;
}

.headings-courier header,
.headings-courier .thumbs figcaption,
.headings-courier footer small {
  font-family: 'Courier New', monospace;
}

.headings-georgia header,
.headings-georgia .thumbs figcaption,
.headings-georgia footer small {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.headings-helvetica header,
.headings-helvetica .thumbs figcaption,
.headings-helvetica footer small {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.headings-lucida-console header,
.headings-lucida-console .thumbs figcaption,
.headings-lucida-console footer small {
  font-family: 'Lucida Console', monospace;
}

.headings-lucida-sans header,
.headings-lucida-sans .thumbs figcaption,
.headings-lucida-sans footer small {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.headings-palatino header,
.headings-palatino .thumbs figcaption,
.headings-palatino footer small {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.headings-tahoma header,
.headings-tahoma .thumbs figcaption,
.headings-tahoma footer small {
  font-family: Tahoma, Geneva, sans-serif;
}

.headings-times header,
.headings-times .thumbs figcaption,
.headings-times footer small {
  font-family: 'Times New Roman', Times, serif;
}

.headings-verdana header,
.headings-verdana .thumbs figcaption,
.headings-verdana footer small {
  font-family: Verdana, Geneva, Arial, sans-serif;
}
