/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* Pager */
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;
  text-decoration: none;
  /* 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; }

form {
  margin-top: 2em;
  margin-bottom: 2em; }

form:first-child {
  margin-top: 0; }

form:last-child {
  margin-bottom: 0; }

fieldset {
  border: 1px solid #005f72;
  padding: 19px;
  margin-bottom: 20px; }
  fieldset legend {
    color: #005f72;
    font-weight: bold; }

.form-item {
  margin-bottom: 20px; }
  .form-item label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #97cddc; }
  .form-item.form-type-radio label, .form-item.form-type-checkbox label {
    display: inline;
    font-weight: normal; }
  .form-item .form-text {
    font-size: 18px; }
  .form-item .description {
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
    color: #ccc; }

.form-type-radios > label {
  color: white; }

.fieldset_wrapper > .form_item:last_child {
  margin-bottom: 0; }

input, textarea {
  max-width: 100%; }

input.form-text {
  margin: 0;
  border: 0;
  padding: 0.2em 0.5em; }

input.form-submit, button {
  padding: 0.25em 0.5em;
  font-size: 1.5em;
  line-height: 1.5em; }

input.form-submit {
  display: inline-block;
  position: relative;
  padding: 0 1em;
  border: 0;
  font-size: 0.85em;
  line-height: 2em;
  background-color: #005f72;
  color: #fff;
  border-radius: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  input.form-submit:hover {
    cursor: pointer;
    background-color: #b47d53; }

.form-required {
  color: #fecb62;
  font-weight: bold; }

footer.pager {
  border-top: 1px solid #333;
  margin: 20px 0 0;
  padding: 20px 0;
  overflow: hidden;
  text-align: left; }

ul.pager > * {
  display: block;
  float: left;
  text-transform: uppercase;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  ul.pager .pager-current, ul.pager .pager-ellipsis, ul.pager a {
    min-width: 12px;
    margin-right: 10px;
    padding: 0 6px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400; }
  ul.pager a {
    display: block;
    text-decoration: none; }
  ul.pager .pager:hover a {
    color: white; }
  ul.pager a:hover {
    color: #fecb62;
    border-radius: 12px;
    background-color: #333; }
  ul.pager .pager-current {
    border-radius: 12px;
    background-color: #005f72;
    color: #fff;
    font-weight: 700; }
  ul.pager .pager-next a {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px; }
  ul.pager .pager:hover .pager-next a, ul.pager .pager-next a:hover {
    color: #fecb62; }
  ul.pager .pager-ellipsis {
    color: #ccc; }

article.basic_page, article.drupal_page {
  line-height: 1.6em; }
  article.basic_page > *:last-child, article.drupal_page > *:last-child {
    margin-bottom: 0; }
  article.basic_page h2, article.drupal_page h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #b47d53;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  article.basic_page h2:first-child, article.drupal_page h2:first-child {
    margin-top: 0; }
  article.basic_page p, article.drupal_page p {
    margin-bottom: 1.5em; }
  article.basic_page p.intro, article.drupal_page p.intro {
    font-size: 1.25em;
    line-height: 2em; }
  article.basic_page ol, article.drupal_page ol, article.basic_page ul, article.drupal_page ul {
    margin: 0 0 2em;
    padding: 0; }
  article.basic_page li, article.drupal_page li {
    list-style: disc outside;
    margin: 0 0 1em 2.5em;
    padding: 0; }
  article.basic_page strong, article.drupal_page strong, article.basic_page b, article.drupal_page b {
    font-weight: 400; }
  article.basic_page em, article.drupal_page em, article.basic_page i, article.drupal_page i {
    font-style: italic; }
  article.basic_page hr, article.drupal_page hr {
    clear: both;
    margin: 1.5em 0;
    border-color: #333; }
  article.basic_page hr + h2, article.drupal_page hr + h2 {
    margin-top: 0; }
  article.basic_page img.right, article.drupal_page img.right {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em; }
  article.basic_page img.right + h2, article.drupal_page img.right + h2 {
    margin-top: 0; }
  article.basic_page iframe, article.drupal_page iframe {
    display: block;
    margin-left: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #333; }
  article.basic_page > header > h1, article.drupal_page > header > h1 {
    font-size: 3em;
    line-height: 1.25em;
    color: #fff;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    margin-bottom: 0.5em; }
  article.basic_page > .content, article.drupal_page > .content {
    line-height: 1.6em; }
    article.basic_page > .content > *:last-child, article.drupal_page > .content > *:last-child {
      margin-bottom: 0; }
    article.basic_page > .content h2, article.drupal_page > .content h2 {
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      color: #b47d53;
      font-size: 2em;
      line-height: 1.5em;
      font-weight: 300;
      font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
    article.basic_page > .content h2:first-child, article.drupal_page > .content h2:first-child {
      margin-top: 0; }
    article.basic_page > .content p, article.drupal_page > .content p {
      margin-bottom: 1.5em; }
    article.basic_page > .content p.intro, article.drupal_page > .content p.intro {
      font-size: 1.25em;
      line-height: 2em; }
    article.basic_page > .content ol, article.drupal_page > .content ol, article.basic_page > .content ul, article.drupal_page > .content ul {
      margin: 0 0 2em;
      padding: 0; }
    article.basic_page > .content li, article.drupal_page > .content li {
      list-style: disc outside;
      margin: 0 0 1em 2.5em;
      padding: 0; }
    article.basic_page > .content strong, article.drupal_page > .content strong, article.basic_page > .content b, article.drupal_page > .content b {
      font-weight: 400; }
    article.basic_page > .content em, article.drupal_page > .content em, article.basic_page > .content i, article.drupal_page > .content i {
      font-style: italic; }
    article.basic_page > .content hr, article.drupal_page > .content hr {
      clear: both;
      margin: 1.5em 0;
      border-color: #333; }
    article.basic_page > .content hr + h2, article.drupal_page > .content hr + h2 {
      margin-top: 0; }
    article.basic_page > .content img.right, article.drupal_page > .content img.right {
      float: right;
      margin-left: 1.5em;
      margin-bottom: 1.5em; }
    article.basic_page > .content img.right + h2, article.drupal_page > .content img.right + h2 {
      margin-top: 0; }
    article.basic_page > .content iframe, article.drupal_page > .content iframe {
      display: block;
      margin-left: 1px;
      margin-top: 20px;
      margin-bottom: 20px;
      border: 1px solid #333; }
    article.basic_page > .content h1, article.drupal_page > .content h1, article.basic_page > .content h2, article.drupal_page > .content h2 {
      font-size: 2em;
      color: #fecb62;
      font-weight: 300;
      font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
      margin-bottom: 0.5em; }
  article.basic_page #about_mission .inset.image, article.drupal_page #about_mission .inset.image {
    float: right;
    margin: 0 0 1em 1em; }
  article.basic_page #about_how .quote, article.drupal_page #about_how .quote {
    float: right;
    width: 300px;
    margin: 0 0 20px 20px; }
    article.basic_page #about_how .quote .text, article.drupal_page #about_how .quote .text {
      margin-top: 20px;
      line-height: 2em;
      font-size: 16px;
      color: #fecb62; }
  article.basic_page #about_programs .image, article.drupal_page #about_programs .image {
    float: right;
    margin: 0 0 1em 1em; }
    article.basic_page #about_programs .cover.image, article.drupal_page #about_programs .cover.image {
      float: none;
      margin: 0 0 1em; }
    article.basic_page #about_programs .links a, article.drupal_page #about_programs .links a {
      margin-left: 1em;
      font-size: 0.85em; }
    article.basic_page #about_programs .links a:first-of-type, article.drupal_page #about_programs .links a:first-of-type {
      margin-left: 0;
      font-weight: bold; }
  article.basic_page #donate_funders .intro, article.drupal_page #donate_funders .intro {
    margin-bottom: 1.5em; }
    article.basic_page #donate_funders ul.funders, article.drupal_page #donate_funders ul.funders {
      margin: 0 0 2em;
      padding: 0; }
    article.basic_page #donate_funders ul.funders li, article.drupal_page #donate_funders ul.funders li {
      list-style: none;
      margin: 0 0 20px;
      padding: 0;
      color: #fecb62;
      font-size: 24px;
      font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  article.basic_page #contact, article.drupal_page #contact {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
    article.basic_page #contact section, article.drupal_page #contact section {
      margin-top: 20px;
      border-top: 0;
      padding-top: 0; }
    article.basic_page #contact section h1, article.drupal_page #contact section h1 {
      font-size: 18px;
      color: #b47d53;
      font-weight: 400;
      margin: 0; }
    article.basic_page #contact section.address, article.drupal_page #contact section.address {
      margin-top: 0;
      font-size: 36px;
      line-height: 48px; }
    article.basic_page #contact section.address p, article.drupal_page #contact section.address p {
      margin: 0; }
    article.basic_page #contact section.address p:first-child, article.drupal_page #contact section.address p:first-child {
      font-weight: 400;
      color: #fecb62; }

.screening-request > h1 {
  font-size: 2.5em;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 0;
  color: #fecb62;
  text-transform: none;
  margin-bottom: 0.5em;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .screening-request.thanks > h1 {
    font-size: 3em; }
  .screening-request p {
    margin-bottom: 1.5em;
    line-height: 1.5em; }
  .screening-request .organize h1 {
    font-size: 2em;
    color: #fecb62;
    margin-bottom: 0.5em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
    .screening-request .organize h2 {
      font-size: 1.75em;
      color: #fecb62;
      margin-bottom: 0.5em;
      font-weight: 300;
      font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }

article.social > p {
  font-size: 16px;
  line-height: 24px; }
  article.social a {
    color: #b47d53;
    color: #97cddc; }
  article.social header {
    margin-bottom: 20px;
    font-size: 13px;
    color: #b47d53; }
  article.social footer {
    position: relative;
    min-height: 16px;
    padding-left: 24px;
    margin-top: 20px;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 11px;
    line-height: 16px;
    color: #b47d53; }
    article.social footer .icon {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 16px;
      height: 16px;
      overflow: hidden;
      background-color: #b47d53;
      background-image: url("https://www.kartemquin.com/sites/all/themes/kartemquin/images/social/social-sprite-16px.png");
      background-repeat: no-repeat; }
    article.social footer.twitter .icon {
      background-position: 0 0; }
    article.social footer.facebook .icon {
      background-position: -16px 0; }
    article.social footer.google-plus .icon {
      background-position: -32px 0; }
    article.social footer.rss .icon {
      background-position: -48px 0; }
    article.social footer.youtube .icon {
      background-position: -64px 0; }
    article.social footer.pinterest .icon {
      background-position: -80px 0; }
    article.social footer.tumblr .icon {
      background-position: -96px 0; }
    article.social footer.linkedin .icon {
      background-position: -112px 0; }
    article.social footer.vimeo .icon {
      background-position: -128px 0; }
    article.social footer.email .icon {
      background-position: -144px 0; }
    article.social footer.dizzygiant .icon {
      background-position: -160px 0; }
    article.social footer a {
      color: #b47d53; }
    article.social footer a:hover {
      color: white; }
    article.social footer .icon {
      border-radius: 2px; }

article.facebook .photo {
  margin-top: 10px; }
  article.facebook article.linked {
    margin-top: 20px; }
    article.facebook article.linked a {
      clear: both;
      overflow: hidden;
      display: block;
      padding: 10px;
      background-color: #102225;
      color: white; }
    article.facebook article.linked h1 {
      font-size: 13px;
      line-height: 20px;
      font-weight: bold; }
    article.facebook article.linked p {
      font-size: 11px;
      line-height: 16px; }
    article.facebook article.linked .source {
      color: #97cddc; }
    article.facebook article.linked .image {
      float: left;
      margin-right: 10px; }

.social.collapsed {
  position: relative;
  min-height: 24px;
  overflow: hidden; }
  .social.collapsed a {
    border-radius: 4px;
    position: relative;
    float: left;
    margin-right: 10px;
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    text-indent: 50px;
    white-space: nowrap; }
    .social.collapsed a .icon {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 24px;
      height: 24px;
      overflow: hidden;
      background-color: #005f72;
      background-image: url("https://www.kartemquin.com/sites/all/themes/kartemquin/images/social/social-sprite-24px.png");
      background-repeat: no-repeat; }
    .social.collapsed a.twitter .icon {
      background-position: 0 0; }
    .social.collapsed a.facebook .icon {
      background-position: -24px 0; }
    .social.collapsed a.google-plus .icon {
      background-position: -48px 0; }
    .social.collapsed a.rss .icon {
      background-position: -72px 0; }
    .social.collapsed a.youtube .icon {
      background-position: -96px 0; }
    .social.collapsed a.pinterest .icon {
      background-position: -120px 0; }
    .social.collapsed a.tumblr .icon {
      background-position: -144px 0; }
    .social.collapsed a.linkedin .icon {
      background-position: -168px 0; }
    .social.collapsed a.vimeo .icon {
      background-position: -192px 0; }
    .social.collapsed a.email .icon {
      background-position: -216px 0; }
    .social.collapsed a.dizzygiant .icon {
      background-position: -240px 0; }

.tabs.primary {
  background-color: #333;
  padding: 6px 6px 0;
  border: 0;
  overflow: hidden; }

.tabs.primary li {
  display: block;
  float: left;
  margin: 0 3px 0 0;
  padding: 0; }

.tabs.primary li a {
  display: block;
  padding: 5px 10px;
  border: 0;
  background-color: #202020;
  color: #999; }

.tabs.primary li.active a {
  border: 0;
  background-color: #000;
  color: #ccc; }

#uc-cart-view-form table {
  width: 100%; }
  #uc-cart-view-form th {
    padding: 10px 20px;
    color: #666;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  #uc-cart-view-form td {
    padding: 20px;
    vertical-align: middle; }
  #uc-cart-view-form tbody tr {
    border-top: 1px solid #333; }
  #uc-cart-view-form img {
    max-width: none;
    max-height: none; }
  #uc-cart-view-form .remove {
    text-align: center; }
    #uc-cart-view-form .remove .form-submit {
      background-color: #b47d53; }
  #uc-cart-view-form .image {
    text-align: center; }
  #uc-cart-view-form .desc {
    font-size: 16px; }
    #uc-cart-view-form .desc a {
      color: #fecb62; }
    #uc-cart-view-form .desc .item-list {
      margin-top: 10px;
      font-size: 13px; }
  #uc-cart-view-form .subtotal {
    text-align: right;
    font-size: 16px; }
    #uc-cart-view-form .subtotal .uc-price {
      color: #fecb62; }
  #uc-cart-view-form .form-actions {
    text-align: right;
    padding-left: 20px;
    padding-right: 20px; }
    #uc-cart-view-form .form-actions .form-submit {
      margin-left: 20px; }

#uc-coupon-form h3 {
  display: none; }

.uc-cart-checkout-form fieldset {
  border-color: #666; }
  .uc-cart-checkout-form fieldset legend {
    color: #666;
    font-size: 16px; }
  .uc-cart-checkout-form fieldset .fieldset-description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px; }
  .uc-cart-checkout-form .form-item {
    margin-top: 0;
    margin-bottom: 10px; }
  .uc-cart-checkout-form .cart-review th {
    padding: 10px;
    color: #666;
    text-align: left; }
  .uc-cart-checkout-form .cart-review th.price {
    text-align: right; }
  .uc-cart-checkout-form .cart-review tbody tr {
    border-top: 1px solid #333; }
  .uc-cart-checkout-form .cart-review tbody td {
    padding: 10px;
    font-size: 16px; }
  .uc-cart-checkout-form .cart-review tbody a {
    color: #fecb62; }
  .uc-cart-checkout-form .cart-review tbody .item-list {
    margin-top: 10px;
    font-size: 13px; }
  .uc-cart-checkout-form .form-item-panes-billing-copy-address {
    margin-bottom: 20px; }
  .uc-cart-checkout-form #quotes-pane #quote {
    margin-top: 20px;
    border: 1px solid #666;
    padding: 10px; }
  .uc-cart-checkout-form #edit-panes-payment-payment-method > .form-item {
    margin-bottom: 20px; }
  .uc-cart-checkout-form #line-items-div {
    border: 1px solid #666;
    padding: 10px; }
  .uc-cart-checkout-form .payment-details-credit > p {
    margin-bottom: 20px; }
  .uc-cart-checkout-form .form-item-panes-payment-details-cc-cvv .field-suffix {
    margin-left: 10px; }
  .uc-cart-checkout-form .form-actions .form-submit {
    margin-left: 20px; }

body {
  background-color: #111;
  color: #fff;
  font-size: 100%;
  font-family: "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }

.page-width {
  width: 960px;
  margin-left: auto;
  margin-right: auto; }

#primary-content {
  padding-top: 1em;
  padding-bottom: 1em; }

cite {
  font-style: italic; }

a {
  color: #97cddc; }

.secondary a {
  color: #b47d53; }
  .secondary a:hover {
    color: #fff; }

a.button {
  display: inline-block;
  padding: 5px 10px;
  background-color: #005f72;
  color: #fff;
  border: 1px solid #333;
  border-radius: 20px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }

a.button:hover {
  background-color: #b47d53; }

b {
  color: #fecb62; }

img {
  max-width: 100%; }

.page-title {
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 3em;
  line-height: 1.5em;
  font-weight: 300;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  #section-header {
    border-bottom: 1px solid #333;
    padding-bottom: 20px; }

#page-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  font-weight: 300;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  #page-header h1 {
    font-size: 48px;
    display: inline; }
  #page-header h1 a {
    color: white; }
  #page-header nav {
    display: inline;
    font-size: 24px; }
  #page-header nav a {
    margin-left: 20px;
    color: #b47d53; }
  #page-header nav a:hover {
    color: #fecb62; }
  #page-header nav a.active {
    color: #fecb62;
    font-weight: 400; }
  #page-header nav a.active:hover {
    color: #fff; }

#messages {
  margin: 0 0 20px; }

#messages .messages {
  margin: 10px 0 0;
  padding: 10px;
  border: 0;
  background-image: none;
  background-color: #005f72;
  background-color: #333;
  color: white; }

#messages .messages:first-child {
  margin-top: 0; }

#messages a {
  color: #fecb62; }

#messages .error.messages {
  background-color: #fecb62;
  color: #333;
  font-weight: bold; }

#messages .error.messages a {
  color: #b47d53;
  font-weight: bold; }

#messages .warning.messages {
  background-color: #b47d53;
  color: #fecb62;
  font-weight: bold; }

#messages .warning.messages a {
  color: white;
  font-weight: bold; }

.element-invisible {
  display: none;
  /* Tabs */ }

.page-menu {
  margin: 0; }

.events-search {
  font-size: 0.8em;
  padding: 1em;
  background-color: #102225; }
  .events-search .help {
    color: #ccc;
    padding-right: 2em;
    font-size: 2.5em;
    line-height: 1.35em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .events-search form {
    margin: 0;
    padding-top: 1em;
    overflow: hidden; }
  .events-search form label {
    display: none; }
  .events-search form .form-required {
    display: none; }
  .events-search form .form-item {
    float: left;
    margin: 0 10px 0 0; }
  .events-search form .form-item input {
    position: relative;
    width: 5em;
    height: 2em;
    font-size: 1.5em;
    line-height: 1.5em;
    padding: 0 0.25em; }
  .events-search form .form-submit {
    float: left;
    position: relative;
    height: 2em;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0 1em;
    border: 0;
    border-radius: 0;
    background-color: #005f72;
    color: #fecb62; }
  .events-search form .form-submit:hover {
    background-color: #b47d53;
    color: #fff; }
  .events-search form .geolocate {
    clear: both;
    display: block;
    padding-top: 10px;
    color: #97cddc; }

.internship_applications {
  font-size: 16px;
  line-height: 24px; }
  .internship_applications p {
    margin-bottom: 20px; }
  .internship_applications p.button {
    margin-bottom: 0; }
  .internship_applications footer {
    font-size: 11px;
    margin: 0 0 0 10px;
    color: #999; }
  .internship_applications strong {
    display: block;
    margin-top: 5px;
    color: #fecb62;
    font-size: 24px;
    line-height: 36px;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }

.internship_deadlines table {
  min-width: 400px;
  font-size: 24px;
  font-weight: 300;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif; }
  .internship_deadlines tr {
    border-top: 1px solid #333; }
  .internship_deadlines th {
    width: 50%;
    padding: 10px 20px 10px 0;
    text-align: left; }
  .internship_deadlines td {
    width: 50%;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 0;
    color: #fecb62; }

.intern_quotes .intern-quote {
  margin-top: 40px;
  color: #ccc;
  font-size: 13px;
  line-height: 20px; }
  .intern_quotes .intern-quote:first-child {
    margin-top: 0; }
  .intern_quotes .intern-quote .attribution {
    margin-top: 10px;
    color: #b47d53;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif; }

.internships_page {
  line-height: 1.6em; }
  .internships_page > *:last-child {
    margin-bottom: 0; }
  .internships_page h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #b47d53;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .internships_page h2:first-child {
    margin-top: 0; }
  .internships_page p {
    margin-bottom: 1.5em; }
  .internships_page p.intro {
    font-size: 1.25em;
    line-height: 2em; }
  .internships_page ol, .internships_page ul {
    margin: 0 0 2em;
    padding: 0; }
  .internships_page li {
    list-style: disc outside;
    margin: 0 0 1em 2.5em;
    padding: 0; }
  .internships_page strong, .internships_page b {
    font-weight: 400; }
  .internships_page em, .internships_page i {
    font-style: italic; }
  .internships_page hr {
    clear: both;
    margin: 1.5em 0;
    border-color: #333; }
  .internships_page hr + h2 {
    margin-top: 0; }
  .internships_page img.right {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em; }
  .internships_page img.right + h2 {
    margin-top: 0; }
  .internships_page iframe {
    display: block;
    margin-left: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #333; }
  .internships_page .inset.image {
    float: right;
    margin: 0 0 1em 1em; }

.resources {
  font-size: 16px; }
  .resources header {
    margin-bottom: 10px; }
  .resources h1 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b47d53;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .resources a {
    color: #fecb62; }

.events_sidebar_month_thumbnail {
  font-size: 0.5em; }

.events_sidebar_find_nearby {
  font-size: 0.75em; }

.featured_events > * {
  margin-top: 1em; }
  .featured_events > *:first-of-type {
    margin-top: 0; }

.event-mapinfo {
  width: 300px;
  min-height: 54px;
  background-color: #fff;
  color: #102225;
  line-height: 18px;
  font-family: "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
  font-size: 11px; }
  .event-mapinfo a {
    color: #005f72; }
  .event-mapinfo h1 {
    font-weight: 700;
    color: #102225;
    font-size: 13px; }
  .event-mapinfo .date {
    display: inline;
    font-weight: bold;
    font-size: 11px; }
  .event-mapinfo .city {
    display: inline;
    margin-left: 0.25em;
    font-size: 11px;
    color: #b47d53; }

.event.mini {
  font-size: 0.8em; }
  .event.mini a {
    color: #b47d53; }
  .event.mini h1 {
    color: white;
    font-weight: bold; }
  .event.mini p {
    margin-top: 0.5em; }

article.event.teaser {
  position: relative;
  font-size: 0.85em; }
  article.event.teaser h1 {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 400;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  article.event.teaser h1 a {
    color: #fff; }
  article.event.teaser .when {
    margin-top: 0.5em;
    color: #fecb62; }
  article.event.teaser .when .date {
    font-weight: bold; }
  article.event.teaser .when .time {
    margin-left: 0.5em; }
  article.event.teaser .event_location {
    margin-top: 0.5em;
    line-height: 1.5em; }

article.small.event {
  font-size: 0.8em; }
  article.small.event a {
    color: #b47d53; }
  article.small.event h1 {
    padding-bottom: 0.25em;
    color: #fff;
    font-size: 2em;
    line-height: 1.35em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  article.small.event p {
    display: inline;
    margin-right: 0.35em; }
  article.small.event .date {
    font-weight: 700;
    color: #fecb62; }
  .directory-block {
    position: relative; }
  .directory-block:hover .directory-block-person {
    opacity: 0.25; }
  .directory-block:hover .directory-block-person:hover {
    opacity: 1; }
  .directory-block > h1 {
    margin-bottom: 0.5em;
    font-size: 2.5em;
    line-height: 1.25em;
    color: #b47d53;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .directory-block section {
    overflow: hidden;
    margin: 0;
    padding-top: 0;
    border-top: 0; }
  .directory-block section > header > h1 {
    margin-bottom: 0.5em;
    font-size: 1em;
    line-height: 1.5em;
    color: #fecb62; }
  .directory-block .row {
    clear: both;
    position: relative;
    height: 80px; }
  .directory-block .directory-block-person {
    float: left;
    width: 44px;
    height: 44px;
    padding: 0 0 30px;
    vertical-align: top;
    opacity: 0.75; }
  .directory-block .directory-block-person a {
    color: #fff; }
  .directory-block .directory-block-person h3 {
    margin: 0 0 10px;
    padding: 0;
    clear: both;
    font-size: 24px;
    color: #999; }
  .directory-block .directory-block-person h1 {
    position: absolute;
    top: 50px;
    display: none;
    font-size: 11px;
    padding: 0;
    font-family: "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .directory-block .directory-block-person:hover h1 {
    display: block; }
  .directory-block .directory-block-person .title {
    display: none; }
  .directory-block .directory-block-person .photo {
    width: 44px;
    height: 44px;
    background-image: none; }
  .directory-block .col-1 h1 {
    left: 0; }
  .directory-block .col-2 h1 {
    left: 44px; }
  .directory-block .col-3 h1 {
    left: 88px; }
  .directory-block .col-4 h1 {
    right: 44px; }
  .directory-block .col-5 h1 {
    right: 0; }

.directory-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  font-weight: 300;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .directory-header h1 {
    font-size: 48px;
    display: inline; }
  .directory-header h1 a {
    color: white; }
  .directory-header nav {
    display: inline;
    font-size: 24px; }
  .directory-header nav a {
    margin-left: 20px;
    color: #b47d53; }
  .directory-header nav a:hover {
    color: #fecb62; }
  .directory-header nav a.active {
    color: #fecb62;
    font-weight: 400; }
  .directory-header nav a.active:hover {
    color: #fff; }

.directory-page-person {
  position: relative;
  float: left;
  width: 240px;
  min-height: 80px;
  padding-top: 250px; }
  .directory-page-person h1 {
    padding-right: 20px;
    color: white;
    font-size: 18px;
    line-height: 24px;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .directory-page-person .title {
    margin-top: 5px;
    padding-right: 20px;
    color: #b47d53;
    font-size: 13px;
    line-height: 18px; }
  .directory-page-person .photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    height: 240px; }
  .directory-page-person .photo img {
    width: 100%;
    height: 100%; }
  .directory-page-person .photo.missing {
    background: #333 url("https://www.kartemquin.com/sites/all/themes/kartemquin/images/icon-watermark-white-small.png") center center no-repeat; }

.directory-page section {
  clear: both;
  overflow: hidden;
  margin-bottom: 40px; }
  .directory-page .group:first-child {
    margin-top: 0;
    border-top: 0;
    padding-top: 0; }
  .directory-page section > header {
    margin-bottom: 20px; }
  .directory-page section > header h1 {
    font-size: 4em;
    font-weight: 300;
    color: #b47d53;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }

dl.credits {
  margin: 0;
  padding: 0; }
  dl.credits dt {
    margin: 20px 0 5px;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
    color: #b47d53; }
  dl.credits dt:first-child, dl.credits dt.first {
    margin-top: 0; }
  dl.credits dd {
    margin: 0;
    padding: 0;
    color: #ccc;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    font-weight: 300;
    font-size: 18px;
    line-height: 36px; }
  dl.credits dd a {
    color: white; }
  dl.credits dd a:hover {
    color: #fecb62;
    border-bottom: 0;
    text-decoration: none; }

.marquee-film-on-video {
  position: relative;
  min-height: 7em;
  overflow: hidden; }
  .marquee-film-on-video .film-on-video-format {
    margin-bottom: 1em; }
  .marquee-film-on-video .film-on-video-format:last-child {
    margin-bottom: 0; }
  .marquee-film-on-video .film-on-video-format .image {
    display: none; }
  .marquee-film-on-video .film-on-video-format:first-child .image {
    display: block; }
  .marquee-film-on-video .film-on-video-format:hover .image {
    display: block; }

.marquee-film {
  position: relative;
  max-width: 20em;
  background-color: #005f72; }
  .marquee-film h1 {
    position: relative;
    min-height: 2.7em;
    padding: 0.5em;
    font-size: 1.5em;
    line-height: 1.35em;
    color: #fff;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .marquee-film .cover {
    width: 100%; }

.marquee-item:nth-child(2n) .marquee-film {
  background-color: #004c5b; }

div.marquee {
  position: relative;
  width: 100%;
  overflow: hidden; }
  div.marquee .marquee-item {
    width: 25%;
    float: left;
    color: #b47d53; }
  div.marquee .marquee-item-extra {
    padding: 0.615em 0.615em 0; }

.marquee-event {
  font-size: 0.85em; }
  .marquee-event a {
    color: #b47d53; }
  .marquee-event h1 {
    padding-bottom: 0.25em;
    color: #fff;
    font-size: 2em;
    line-height: 1.35em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .marquee-event p {
    display: inline;
    margin-right: 0.35em;
    line-height: 1.5em; }
  .marquee-event .date {
    font-size: 3em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    color: #fecb62;
    text-transform: uppercase;
    padding-bottom: 0.25em; }
  .marquee-event .date .day-of-week {
    margin-left: 0.25em;
    color: #333; }
  .marquee-event .city {
    font-size: 2.5em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 0.25em; }
  .marquee-event .title {
    font-size: 2em;
    line-height: 1.35em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    color: #fff;
    padding-bottom: 0.25em; }

.marquee-cities > * {
  margin-top: 0.5em; }
  .marquee-cities > *:first-of-type {
    margin-top: 0; }

.person-credits > h1 {
  font-size: 3em;
  font-weight: 300;
  color: #b47d53;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .person-credits dt {
    margin-top: 1.5em; }
  .person-credits dt .title {
    color: #fff;
    font-size: 2em;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    font-weight: 300; }
  .person-credits dt .year {
    margin-left: 0.25em;
    color: #fecb62; }
  .person-credits dd {
    margin-top: 0.5em;
    color: #b47d53; }

.person_page {
  padding-top: 1em; }
  .person_page header {
    margin-bottom: 2em; }
  .person_page header h1 {
    font-size: 2.5em;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    font-weight: 300; }
  .person_page header h2 {
    margin-top: 0.5em;
    line-height: 1.5em;
    color: #b47d53; }
  .person_page .portrait {
    position: relative;
    float: right;
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0 0 30px 40px; }
  .person_page .portrait img {
    width: 100%;
    height: 100%; }
  .person_page .bio {
    line-height: 1.6em; }
  .person_page .bio > *:last-child {
    margin-bottom: 0; }
  .person_page .bio h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #b47d53;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .person_page .bio h2:first-child {
    margin-top: 0; }
  .person_page .bio p {
    margin-bottom: 1.5em; }
  .person_page .bio p.intro {
    font-size: 1.25em;
    line-height: 2em; }
  .person_page .bio ol, .person_page .bio ul {
    margin: 0 0 2em;
    padding: 0; }
  .person_page .bio li {
    list-style: disc outside;
    margin: 0 0 1em 2.5em;
    padding: 0; }
  .person_page .bio strong, .person_page .bio b {
    font-weight: 400; }
  .person_page .bio em, .person_page .bio i {
    font-style: italic; }
  .person_page .bio hr {
    clear: both;
    margin: 1.5em 0;
    border-color: #333; }
  .person_page .bio hr + h2 {
    margin-top: 0; }
  .person_page .bio img.right {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em; }
  .person_page .bio img.right + h2 {
    margin-top: 0; }
  .person_page .bio iframe {
    display: block;
    margin-left: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #333; }
  .person_page .person-credits {
    margin-top: 40px; }

.person_teaser {
  clear: both; }
  .person_teaser > header {
    margin-bottom: 1em; }
  .person_teaser > header h1 {
    font-size: 24px;
    line-height: 36px;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .person_teaser > header h1 a {
    color: white; }
  .person_teaser > header h2 {
    margin-top: 4px;
    color: #b47d53;
    font-size: 16px;
    line-height: 24px; }
  .person_teaser > .photo {
    position: relative;
    float: right;
    width: 160px;
    max-height: 160px;
    overflow: hidden;
    margin-left: 20px;
    margin-bottom: 20px; }
  .person_teaser .bio {
    font-size: 0.8em;
    line-height: 1.5em; }
  .person_teaser footer.credits {
    margin-top: 20px; }
  .person_teaser footer.credits h1 {
    font-size: 1.25em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    color: #b47d53; }
  .person_teaser footer.credits .credits {
    margin-top: 1em;
    font-size: 0.85em;
    line-height: 1.35em;
    color: #ccc; }
  .person_teaser footer.credits .credits > * {
    margin-top: 0.5em; }
  .person_teaser footer.credits .credits > *:first-of-type {
    margin-top: 0; }
  .person_teaser footer.credits .credits a {
    color: #ccc; }
  .person_teaser footer.credits .credits .film {
    font-weight: 700;
    color: #fff; }
  .person_teaser footer.credits .credits .role {
    margin-left: 0.5em; }

.city_film {
  color: #b47d53; }
  .city_film a {
    color: #b47d53; }
  .city_film .film {
    color: #fff;
    font-weight: 700; }

article.city {
  font-size: 13px;
  line-height: 18px;
  color: #b47d53; }
  article.city header h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fecb62; }
  article.city header h1 a {
    color: #fecb62; }
  article.city ul {
    margin-top: 0.5em; }
  article.city li > * {
    margin-top: 0.5em; }
  article.city li > *:first-of-type {
    margin-top: 0; }

.featured_cities > * {
  margin-top: 1em; }
  .featured_cities > *:first-of-type {
    margin-top: 0; }

.main_navigation {
  clear: both;
  position: relative;
  left: 0;
  width: 100%;
  height: 32px;
  background-color: #102225;
  border-bottom: 1px solid black;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .main_navigation.active-depth-2, .main_navigation.active-depth-3 {
    height: 64px; }
  .main_navigation > div > header {
    position: absolute;
    top: -65px; }
  .main_navigation > div > header a {
    display: block;
    position: relative;
    width: 300px;
    height: 45px;
    overflow: hidden;
    background: url("https://www.kartemquin.com/sites/all/themes/kartemquin/images/logo-kartemquin.png") 0 0 no-repeat;
    text-indent: 330px;
    white-space: nowrap; }
  .main_navigation .main-menu {
    float: left;
    border-left: 1px solid black; }
  .main_navigation .secondary-menu {
    float: right;
    border-right: 1px solid black; }
  .main_navigation > div > section > section {
    float: left; }
  .main_navigation > div > section > section header {
    border-right: 1px solid black; }
  .main_navigation > div > section > section header a {
    display: block;
    padding: 0 15px;
    color: #ccc;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 32px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap; }
  .main_navigation > div > section > section header a:hover {
    color: white; }
  .main_navigation > div > section > section.secondary-menu header {
    border-right: 0;
    border-left: 1px solid black; }
  .main_navigation > div > section > section nav {
    position: absolute;
    left: 0;
    top: 32px;
    top: 33px;
    z-index: 100;
    width: 100%;
    background-color: #20444b;
    border-bottom: 1px solid black;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 32px; }
  .main_navigation > div > section > section nav a {
    padding: 0 6px 0 30px;
    background: url("https://www.kartemquin.com/sites/all/themes/kartemquin/images/navigation-separator.png") left center no-repeat;
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    white-space: nowrap; }
  .main_navigation > div > section > section nav a:first-child {
    padding-left: 6px;
    background: none; }
  .main_navigation > div > section > section nav a:hover {
    color: white; }
  .main_navigation > div > section > section nav a.active {
    color: white; }
  .main_navigation > div > section > section.active header a {
    background-color: #20444b;
    color: white;
    padding-bottom: 1px; }
  .main_navigation > div > section > section.donate header a {
    background-color: #b47d53;
    color: white; }
  .main_navigation > div > section > section.donate nav {
    background-color: #b47d53; }
  .main_navigation nav {
    display: none; }
  .main_navigation .active nav {
    display: block; }
  .main_navigation .preview {
    display: none;
    background-color: rgba(0, 0, 0, .5);
    background-color: red;
    color: white;
    /* Hover states */ }
  .main_navigation li.open .top-level-link a {
    background-color: #b47d53;
    color: #fecb62; }
  .main_navigation.enabled .active.has-submenu .top-level-link a {
    padding-bottom: 0px; }
  .main_navigation.enabled .open .top-level-link a, .main_navigation.enabled .open.active.has-submenu .top-level-link a {
    padding-bottom: 1px; }
  .main_navigation.enabled .open .section-content {
    display: block;
    z-index: 101; }
  .main_navigation li.open.active .submenu, .main_navigation.enabled li.open .submenu {
    background-color: #b47d53; }
  .main_navigation.enabled li.open .preview {
    display: block; }

.photo_page {
  position: relative;
  overflow: hidden;
  padding-top: 2em; }
  .photo_page .image {
    background-color: #1a1a1a;
    max-height: 560px;
    overflow: hidden; }
  .photo_page .image img {
    margin: 0 auto;
    display: block;
    width: auto;
    height: auto;
    max-height: 100%; }
  .photo_page .carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0.85em;
    text-align: center; }
  .photo_page .carousel .previous {
    position: absolute;
    top: 0;
    left: 0; }
  .photo_page .carousel .next {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold; }
  .photo_page .caption {
    float: left;
    margin-top: 1em; }
  .photo_page .caption h1 {
    font-size: 1em; }
  .photo_page .caption .credit {
    margin-top: 1em;
    font-size: 0.8em;
    color: #ccc; }
  .photo_page .links {
    float: right;
    margin-top: 1em;
    font-size: 0.8em;
    text-align: right; }
  .photo_page .links .pinterest {
    margin-bottom: 0.5em; }

.filmography {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .filmography section.major {
    margin-top: 1.25em;
    padding-top: 1.25em;
    border-top: 1px solid #333; }
  .filmography section.major:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }

.filmography-film {
  position: relative;
  float: left;
  clear: none;
  width: 220px;
  min-height: 100px;
  padding: 145px 10px 20px; }
  .filmography-film .film-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    height: 135px; }
  .filmography-film .film-cover img {
    width: 240px;
    height: 135px; }
  .filmography-film.column-2 .cover, .filmography-film.column-4 .cover {
    background-color: #202020; }
  .filmography-film h1 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .filmography-film .film-meta {
    margin-top: 0.5em; }

.filmography-decade {
  clear: both;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0; }
  .filmography-decade > header {
    float: left;
    width: 200px;
    height: 95px;
    padding: 20px;
    background-color: #005f72;
    color: white;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    font-size: 48px;
    letter-spacing: 2px; }

.sidebar_filmography_film {
  font-size: 0.8em;
  line-height: 1.35em;
  display: block;
  color: #ccc;
  font-weight: bold;
  font-family: "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .sidebar_filmography_film .year {
    font-size: 0.85em;
    font-weight: normal;
    color: #b47d53; }
  .sidebar_filmography_film:hover {
    color: white; }
  .sidebar_filmography_film:hover .year {
    color: #fecb62; }

.sidebar_filmography a {
  margin-bottom: 1em; }
  .sidebar_filmography a:last-of-type {
    margin-bottom: 0; }

#header {
  position: relative;
  width: 100%;
  padding-top: 20px;
  background-color: black; }
  #header .everything-above-the-navigation-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    float: right;
    overflow: hidden; }
  #header .everything-above-the-navigation-bar .user-and-cart, #header .everything-above-the-navigation-bar .search {
    float: right; }
  #header .everything-above-the-navigation-bar .user-and-cart {
    margin-bottom: 10px; }
  #header .everything-above-the-navigation-bar section {
    float: right;
    margin-left: 10px;
    font-size: 13px; }
  #header .everything-above-the-navigation-bar section header {
    display: none; }
  #header .everything-above-the-navigation-bar section .action {
    font-weight: bold; }
  #header .everything-above-the-navigation-bar section.user, #header .everything-above-the-navigation-bar section.cart {
    float: left;
    line-height: 26px; }
  #header .everything-above-the-navigation-bar section.user a, #header .everything-above-the-navigation-bar section.cart a {
    margin-left: 10px;
    color: #999; }
  #header .everything-above-the-navigation-bar section.user a.action, #header .everything-above-the-navigation-bar section.cart a.action {
    color: #b47d53; }
  #header .everything-above-the-navigation-bar section.user a.action:hover, #header .everything-above-the-navigation-bar section.cart a.action:hover {
    color: #fecb62; }
  #header .everything-above-the-navigation-bar section.user em, #header .everything-above-the-navigation-bar section.cart .status {
    color: white; }
  #header .everything-above-the-navigation-bar section.user .status:hover {
    color: #fecb62; }
  #header .everything-above-the-navigation-bar section.search {
    clear: right;
    float: right; }
  #header .everything-above-the-navigation-bar section.search form {
    margin-top: 0; }
  #header .everything-above-the-navigation-bar section.search label {
    display: none; }
  #header .everything-above-the-navigation-bar section.search .form-text {
    margin: 0;
    border: 0;
    padding: 2px;
    width: 200px;
    font-size: 18px;
    line-height: 18px; }
  #header .everything-above-the-navigation-bar section.search .form-submit {
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    border-radius: 11px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 12px;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }

.video_preview {
  overflow: hidden;
  clear: both; }
  .video_preview .preview {
    position: relative;
    width: 330px;
    overflow: hidden;
    float: left;
    border: 1px solid #333; }
  .video_preview .preview img {
    width: 100%;
    height: auto; }
  .video_preview .info {
    margin-left: 370px; }
  .video_preview .info h1 {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #fff;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }

.featured_video h1 {
  font-size: 0.8em;
  margin-top: 1em; }

#footer {
  clear: both;
  position: relative;
  border-top: 1px solid #333;
  padding: 20px 20px 100px;
  overflow: hidden;
  background-color: #111; }
  #footer a {
    color: #97cddc; }
  #footer a.social {
    color: #fff; }
  #footer .column {
    float: left;
    max-width: 220px;
    margin-left: 40px; }
  #footer .column:first-child {
    margin-left: 0; }
  #footer .column:last-child {
    float: right;
    margin-left: 20px;
    border-left: 1px solid #333;
    padding-left: 20px; }
  #footer .about {
    font-size: 11px;
    line-height: 15px;
    color: #ccc; }
  #footer .about .about a {
    color: #fff; }
  #footer address {
    min-height: 80px;
    padding-left: 50px;
    background: url("https://www.kartemquin.com/sites/all/themes/kartemquin/images/ktq-icon.png") 0 0 no-repeat;
    font-style: normal;
    color: #999;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  #footer address h1, #footer address p {
    margin: 0 0 5px;
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal; }
  #footer address p {
    display: inline; }
  #footer address h1 {
    color: #b47d53;
    font-weight: 700; }
  #footer address .city {
    color: #ccc;
    font-weight: 700; }
  #footer .menu {
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase; }
  #footer .menu a {
    color: #b47d53; }
  #footer .menu li {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    color: #b47d53; }
  #footer .menu li.expanded {
    padding-top: 10px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333; }
    #footer .menu li.expanded a {
      color: white; }
    #footer .menu li.expanded .menu a {
      color: #fecb62; }
    #footer .menu li.expanded:first-child {
      border-top: 0;
      padding-top: 0; }
  #footer .menu .menu li:first-child {
    margin-top: 10px; }
  #footer .menu .menu li.active-trail {
    list-style: square outside; }
  #footer .contact p {
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase; }
  #footer .contact a {
    color: #b47d53; }
  #footer .fine-print {
    margin-top: 20px;
    color: #999;
    font-size: 11px; }
  #footer .fine-print p {
    margin: 0 0 5px;
    padding: 0; }
  #footer .fine-print a {
    color: #ccc; }
  #footer h2 {
    margin: 0 0 10px;
    padding: 0;
    color: #808080;
    text-transform: uppercase; }
  #footer .list-columns ul {
    float: left;
    margin: 0 20px 20px 0;
    padding: 0; }
  #footer .list-columns ul.two {
    margin-right: 0; }
  #footer nav.site a {
    display: block;
    margin-top: 10px;
    color: #fecb62;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  #footer nav.site a:first-child {
    margin-top: 0; }
  #footer nav.site b {
    font-weight: 400;
    color: #fff; }
  #footer .mailing-list form {
    position: relative;
    width: 100%;
    overflow: hidden; }
  #footer .mailing-list label {
    position: absolute;
    right: -120%;
    white-space: nowrap; }
  #footer .mailing-list input {
    width: 90%; }
  #footer .donate p {
    margin: 0 0 10px; }
  #footer .donate .campaign {
    font-size: 18px; }
  #footer .donate .button a {
    color: #b47d53;
    text-transform: uppercase;
    font-size: 24px; }
  #footer .donate .button a:hover {
    color: #fecb62; }
  #footer .donate .fine-print {
    color: #999; }
  #footer .newsletter-subscribe {
    background-color: transparent;
    padding: 0; }
  #footer .newsletter-subscribe button {
    background-color: #005f72; }

.newsletter_issue_teaser header {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .newsletter_issue_teaser header h1 {
    color: #fecb62;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .newsletter_issue_teaser header h2 {
    color: white;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .newsletter_issue_teaser .body {
    line-height: 1.6em; }
  .newsletter_issue_teaser .body > *:last-child {
    margin-bottom: 0; }
  .newsletter_issue_teaser .body h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #b47d53;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .newsletter_issue_teaser .body h2:first-child {
    margin-top: 0; }
  .newsletter_issue_teaser .body p {
    margin-bottom: 1.5em; }
  .newsletter_issue_teaser .body p.intro {
    font-size: 1.25em;
    line-height: 2em; }
  .newsletter_issue_teaser .body ol, .newsletter_issue_teaser .body ul {
    margin: 0 0 2em;
    padding: 0; }
  .newsletter_issue_teaser .body li {
    list-style: disc outside;
    margin: 0 0 1em 2.5em;
    padding: 0; }
  .newsletter_issue_teaser .body strong, .newsletter_issue_teaser .body b {
    font-weight: 400; }
  .newsletter_issue_teaser .body em, .newsletter_issue_teaser .body i {
    font-style: italic; }
  .newsletter_issue_teaser .body hr {
    clear: both;
    margin: 1.5em 0;
    border-color: #333; }
  .newsletter_issue_teaser .body hr + h2 {
    margin-top: 0; }
  .newsletter_issue_teaser .body img.right {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em; }
  .newsletter_issue_teaser .body img.right + h2 {
    margin-top: 0; }
  .newsletter_issue_teaser .body iframe {
    display: block;
    margin-left: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #333; }
  .newsletter_issue_teaser .contents {
    list-style: square outside;
    margin-left: 1.25em;
    color: #97cddc;
    font-size: 0.85em; }
  .newsletter_issue_teaser .contents > * {
    margin-top: 0.5em; }
  .newsletter_issue_teaser .contents > *:first-of-type {
    margin-top: 0; }
  .newsletter_issue_teaser .body + .contents {
    margin-top: 1em; }

.newsletter-feature > header h1 {
  font-size: 0.8em;
  margin-bottom: 1em;
  color: #b47d53; }
  .newsletter-feature > article h1 {
    font-size: 1.5em;
    line-height: 1.35em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    color: #fff; }
  .newsletter-feature > article h1 a {
    color: #fff; }
  .newsletter-feature > article .body {
    margin-top: 1em;
    font-size: 0.8em;
    line-height: 1.5em; }
  .newsletter-feature > footer {
    margin-top: 1em;
    font-size: 0.8em; }
  .newsletter-feature > footer a {
    margin-left: 1em; }
  .newsletter-feature > footer a:first-of-type {
    margin-left: 0; }
  .newsletter-feature .newsletter-subscribe {
    margin-top: 1em; }

.newsletter-subscribe {
  background-color: #005f72;
  padding: 1em; }
  .newsletter-subscribe h1 {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .newsletter-subscribe p {
    margin-top: 0.5em;
    color: #fecb62;
    line-height: 1.5em; }
  .newsletter-subscribe form {
    margin: 1em 0 0; }
  .newsletter-subscribe form button {
    background-color: #111; }

.newsletter-subscribe-form label {
  color: #ccc;
  display: block;
  font-size: 0.85em;
  margin-bottom: 0.25em; }
  .newsletter-subscribe-form input {
    border: 0;
    padding: 0.1em 0.25em;
    font-size: 1em;
    width: 95%;
    padding: 0.25em; }
  .newsletter-subscribe-form button {
    display: inline-block;
    position: relative;
    padding: 0 1em;
    border: 0;
    font-size: 0.85em;
    line-height: 2em;
    background-color: #005f72;
    color: #fff;
    border-radius: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    margin-top: 0.5em; }
  .newsletter-subscribe-form button:hover {
    cursor: pointer;
    background-color: #b47d53; }

.about-kartemquin > p {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 300;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .about-kartemquin > footer {
    margin-top: 1em; }
  .about-kartemquin > footer nav a {
    display: inline-block;
    margin-left: 0.5em;
    border-left: 1px solid #005f72;
    padding-left: 1em;
    color: #97cddc; }
  .about-kartemquin > footer nav a:first-of-type {
    margin-left: 0;
    border-left: 0;
    padding-left: 0; }
  .about-kartemquin > footer nav a:hover, .about-kartemquin > footer nav a:first-of-type:hover {
    color: white; }
  .about-kartemquin > footer p {
    margin-top: 1em;
    color: #999;
    font-size: 0.8em; }

.film_donation {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  padding-left: 260px; }
  .film_donation > header {
    float: left;
    width: 230px;
    margin-left: -260px; }
  .film_donation .sidebar {
    margin-bottom: 0; }
  .film_donation .sidebar .donation-film {
    float: none;
    width: auto;
    margin-bottom: 0; }
  .film_donation .sidebar .donation-film .cover {
    width: 320px;
    height: 170px; }
  .film_donation .sidebar .donation-film .cover img {
    width: 320px;
    height: 173px; }
  .film_donation .donation-info {
    float: left;
    width: 230px;
    margin-left: 20px; }
  .film_donation .sidebar .donation-info {
    float: none;
    width: auto;
    margin-left: 0; }
  .film_donation > .donation h1 {
    margin-bottom: 10px;
    font-size: 24px;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .film_donation > .donation h1 a {
    color: #fecb62; }
  .film_donation > .donation body {
    margin-top: 0; }
  .film_donation > .donation form {
    margin-top: 0; }
  .film_donation > .donation .form-item, .film_donation > .donation .form-actions {
    display: inline; }
  .film_donation > .donation label {
    display: none; }
  .film_donation > .donation .field-prefix, .film_donation > .donation input {
    font-size: 18px; }
  .film_donation > .donation input.form-text {
    border: 0;
    padding: 2px;
    width: 5em; }

.beyond-money {
  font-size: 0.85em; }
  .beyond-money > h1, .beyond-money > header h1 {
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    color: #fecb62; }
  .beyond-money ul {
    margin-top: 1em; }
  .beyond-money li {
    list-style: square outside;
    line-height: 1.25em;
    margin-left: 1.5em;
    margin-bottom: 0.5em; }

.measuring-your-impact {
  font-size: 0.85em;
  line-height: 1.5em; }
  .measuring-your-impact > h1, .measuring-your-impact > header h1 {
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    color: #fecb62; }
  .measuring-your-impact p {
    margin-bottom: 10px; }
  .measuring-your-impact dt {
    font-weight: bold;
    margin-right: 10px;
    color: #fecb62; }
  .measuring-your-impact dt b {
    color: white; }
  .measuring-your-impact dd {
    margin-bottom: 10px; }
  .measuring-your-impact dd:last-child {
    margin-bottom: 0; }

.staff-statement .photo {
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  margin: 0 10px 10px 0; }
  .staff-statement h1 {
    font-size: 18px;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .staff-statement h2 {
    margin-top: 5px;
    color: #b47d53;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold; }
  .staff-statement .quote {
    margin-top: 10px; }

.support-kartemquin header h1 {
  font-size: 3em;
  line-height: 1.5em;
  font-weight: 300;
  color: #fecb62;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
  text-transform: none;
  letter-spacing: 0; }
  .support-kartemquin header p {
    margin-top: 0.25em;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 300;
    color: #b47d53;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .support-kartemquin > p {
    margin-top: 1em;
    font-size: 0.8em;
    line-height: 1.5em; }
  .support-kartemquin > p:last-child {
    margin-top: 2em; }

.shopping_cart .cart-block-items {
  width: 100%;
  font-size: 11px;
  line-height: 16px; }
  .shopping_cart .cart-block-items td {
    padding: 10px 5px;
    border-top: 1px solid #333; }
  .shopping_cart .cart-block-items td.cart-block-item-desc {
    border-top: 0;
    padding-top: 0;
    text-align: right;
    color: #999; }
  .shopping_cart .cart-block-items a {
    color: #b47d53;
    font-weight: bold; }
  .shopping_cart .cart-block-items .cart-block-item-qty {
    white-space: nowrap; }
  .shopping_cart .cart-block-items .cart-block-item-price {
    text-align: right; }
  .shopping_cart .cart-block-summary {
    width: 100%; }
  .shopping_cart .cart-block-summary td {
    padding: 5px;
    border-top: 1px solid #333; }
  .shopping_cart .cart-block-summary .links {
    margin: 5px 0 0;
    color: #666;
    font-size: 13px;
    text-align: right; }
  .shopping_cart .cart-block-summary .links a {
    color: #b47d53;
    margin-left: 10px; }
  .shopping_cart .cart-block-summary .links a.cart-block-checkout {
    color: #fecb62;
    font-weight: bold; }
  .shopping_cart .cart-block-summary .cart-block-summary-total {
    color: #999;
    text-align: right; }
  .shopping_cart .cart-block-summary .cart-block-summary-total .uc-price {
    color: white;
    font-weight: bold; }

.product-teaser {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px; }
  .product-teaser h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    color: white; }
  .product-teaser h1 a {
    color: white; }
  .product-teaser .price {
    margin-top: 10px;
    font-size: 24px;
    color: #b47d53;
    font-weight: 300;
    letter-spacing: 2px;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .product-teaser .body {
    line-height: 1.6em;
    margin-top: 20px; }
  .product-teaser .body > *:last-child {
    margin-bottom: 0; }
  .product-teaser .body h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #b47d53;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .product-teaser .body h2:first-child {
    margin-top: 0; }
  .product-teaser .body p {
    margin-bottom: 1.5em; }
  .product-teaser .body p.intro {
    font-size: 1.25em;
    line-height: 2em; }
  .product-teaser .body ol, .product-teaser .body ul {
    margin: 0 0 2em;
    padding: 0; }
  .product-teaser .body li {
    list-style: disc outside;
    margin: 0 0 1em 2.5em;
    padding: 0; }
  .product-teaser .body strong, .product-teaser .body b {
    font-weight: 400; }
  .product-teaser .body em, .product-teaser .body i {
    font-style: italic; }
  .product-teaser .body hr {
    clear: both;
    margin: 1.5em 0;
    border-color: #333; }
  .product-teaser .body hr + h2 {
    margin-top: 0; }
  .product-teaser .body img.right {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em; }
  .product-teaser .body img.right + h2 {
    margin-top: 0; }
  .product-teaser .body iframe {
    display: block;
    margin-left: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #333; }
  .product-teaser .image {
    position: relative;
    float: right;
    width: 260px;
    height: 260px;
    margin: 0 0 20px 20px;
    text-align: center;
    background-color: white; }
  .product-teaser .add-to-cart {
    margin-top: 20px; }
  .product-teaser input.node-add-to-cart.form-submit {
    padding: 10px;
    font-size: 18px; }
  .product-teaser .image {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 2px solid #666;
    padding: 16px;
    text-align: center;
    background-color: white; }
  .product-teaser .image img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%; }
  .product-teaser a:hover .image, .product-teaser a.image:hover {
    border-color: #fecb62; }

.small.product {
  position: relative;
  padding-top: 155px; }
  .small.product a {
    color: white; }
  .small.product h1 {
    font-size: 14px;
    line-height: 20px;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .small.product .price {
    margin-top: 5px;
    font-size: 13px;
    color: #b47d53; }
  .small.product > h1 {
    font-size: 18px; }
  .small.product > h1 a {
    color: #fecb62; }
  .small.product .product-info {
    margin-top: 10px; }
  .small.product .price {
    font-size: 16px; }
  .small.product .image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 2px solid #666;
    padding: 16px;
    text-align: center;
    background-color: white; }
  .small.product .image img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%; }
  .small.product a:hover .image, .small.product a.image:hover {
    border-color: #fecb62; }
  .small.product .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 125px;
    height: 125px;
    padding: 6px; }

.products-row {
  overflow: hidden;
  margin-top: 40px; }
  .products-row:first-child {
    margin-top: 0; }
  .products-row > .product {
    float: left;
    margin-left: 40px;
    width: 145px; }
  .products-row > .product:first-child {
    margin-left: 0; }

.featured_classic_film {
  padding: 20px;
  background-color: #005f72; }
  .featured_classic_film > header {
    margin-bottom: 10px; }
  .featured_classic_film > header h1 {
    color: #fecb62;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .featured_classic_film .film-meta .duration {
    color: #97cddc; }
  .featured_classic_film .film-menu {
    color: #97cddc; }
  .featured_classic_film .film-menu a {
    color: #fecb62;
    border-color: #97cddc; }

.films_in_progress > * {
  margin-top: 1.5em; }
  .films_in_progress > *:first-of-type {
    margin-top: 0; }
  .films_in_progress > * {
    margin-top: 1.5em;
    border-top: 1px solid #333;
    padding-top: 1.5em; }
  .films_in_progress > *:first-of-type {
    margin-top: 0;
    border-top: 0;
    padding-top: 0; }

.related_films {
  font-size: 0.85em;
  font-size: 1em; }
  .related_films > h1, .related_films > header h1 {
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    color: #fecb62; }

.film-on-video-format {
  padding-left: 7.5em; }
  .film-on-video-format a {
    color: #b47d53; }
  .film-on-video-format a:hover {
    color: #97cddc; }
  .film-on-video-format .format {
    color: #fecb62;
    font-size: 1.5em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .film-on-video-format:hover .format {
    color: #fff; }
  .film-on-video-format .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 7em;
    height: 7em;
    overflow: hidden;
    text-align: center;
    background-color: #111; }
  .film-on-video-format .image img {
    width: auto;
    height: 100%; }
  .film-on-video-format .price {
    margin-top: 0.5em;
    font-size: 0.75em; }

.watch-now-link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
  color: #fecb62;
  text-transform: uppercase; }
  .watch-now-link a {
    color: #fecb62; }
  .watch-now-link a b {
    color: #fff; }

.film-sidebar-screenings .cities {
  margin-bottom: 1em; }
  .film-sidebar-screenings .cities > * {
    margin-top: 0.5em; }
  .film-sidebar-screenings .cities > *:first-of-type {
    margin-top: 0; }

.film-sidebar-request-this-film {
  font-size: 1em; }
  .film-sidebar-request-this-film h1 {
    font-size: 0.9em;
    margin-bottom: 1em;
    line-height: 1.5em; }
  .film-sidebar-request-this-film a {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    border: 0;
    border-radius: 1em;
    padding: 0 1em;
    font-size: 1em;
    line-height: 2em;
    white-space: nowrap;
    background-color: #005f72;
    color: #fecb62;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    letter-spacing: 1px;
    font-size: 0.85em; }
  .film-sidebar-request-this-film a:hover {
    background-color: #b47d53;
    color: #fff; }

.film_sidebar > * {
  margin-top: 1.5em; }
  .film_sidebar > *:first-of-type {
    margin-top: 0; }
  .film_sidebar > * {
    margin-top: 1em;
    border-top: 1px solid #333;
    padding-top: 1em; }
  .film_sidebar > *:first-of-type {
    margin-top: 0;
    border-top: 0;
    padding-top: 0; }

.film-sidebar-support-this-film > div {
  background-color: #005f72;
  padding: 1em; }
  .film-sidebar-support-this-film h1 {
    margin-bottom: 0.5em;
    font-size: 2em;
    line-height: 1.35em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .film-sidebar-support-this-film h2 {
    line-height: 1.35em;
    font-weight: 700;
    color: #fecb62; }
  .film-sidebar-support-this-film h2 a {
    color: #fecb62; }
  .film-sidebar-support-this-film .status {
    margin-top: 0.5em;
    font-size: 0.85em;
    line-height: 1.5em; }
  .film-sidebar-support-this-film form {
    margin-top: 1em; }
  .film-sidebar-support-this-film form input.form-submit {
    background-color: #111; }

.film-meta {
  color: #b47d53;
  font-size: 0.8em;
  text-transform: uppercase; }
  .film-meta div {
    display: inline; }
  .film-meta div:first-child {
    margin-right: 10px;
    color: #fecb62;
    font-weight: bold; }

article.award {
  margin-top: 20px;
  font-weight: 300;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
  /* MINI FILMS */ }
  article.award:first-child {
    margin-top: 0; }
  article.award h1 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400; }
  article.award p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  article.award .competition {
    color: #fecb62; }

.film-mini {
  position: relative;
  min-height: 45px;
  padding-left: 100px;
  font-size: 0.8em;
  line-height: 1.5em; }
  .film-mini .film-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 45px; }
  .film-mini h1 {
    display: inline;
    color: #ccc;
    font-weight: bold; }
  .film-mini:hover h1 {
    color: white; }
  .film-mini .year {
    display: inline;
    margin-left: 5px;
    color: #b47d53;
    font-weight: bold; }
  .film-mini .role {
    line-height: 20px; }

.film-issues {
  font-size: 13px;
  line-height: 18px; }

.film-website a {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  border: 0;
  border-radius: 1em;
  padding: 0 1em;
  font-size: 1em;
  line-height: 2em;
  white-space: nowrap;
  background-color: #005f72;
  color: #fecb62;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
  font-size: 0.85em; }
  .film-website a:hover {
    background-color: #b47d53;
    color: #fff; }

.review {
  margin-top: 40px; }
  .review:first-child {
    margin-top: 0; }
  .review blockquote {
    font-size: 18px;
    line-height: 24px; }
  .review footer {
    margin-top: 10px; }

.film_menu {
  clear: both;
  font-size: 0.8em; }
  .film_menu a {
    display: inline-block;
    margin-left: 0.5em;
    border-left: 1px solid #005f72;
    padding-left: 1em;
    color: #97cddc; }
  .film_menu a:first-of-type {
    margin-left: 0;
    border-left: 0;
    padding-left: 0; }
  .film_menu a:hover, .film_menu a:first-of-type:hover {
    color: white; }
  .film_menu a {
    margin-left: 0.25em;
    padding-left: 0.75em; }

.film_teaser a {
  color: #fff; }
  .film_teaser .film-cover {
    position: relative;
    float: right;
    width: 300px;
    height: 168px;
    overflow: hidden;
    margin: 0 0 20px 20px; }
  .film_teaser .film-cover img {
    width: 100%; }
  .film_teaser header {
    margin-bottom: 20px; }
  .film_teaser h1 {
    font-size: 24px;
    line-height: 32px;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .film_teaser h1 a {
    color: #fff; }
  .film_teaser .film-meta {
    margin-top: 10px; }
  .film_teaser .logline {
    font-size: 0.8em;
    line-height: 1.5em; }
  .film_teaser .film_menu {
    padding-top: 1em; }

.film-small, .related_film {
  position: relative;
  max-width: 20em; }
  .film-small h1, .related_film h1 {
    position: relative;
    min-height: 2.7em;
    padding-top: 0.5em;
    font-size: 1.5em;
    line-height: 1.35em;
    color: #fff;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .film-small .film-cover, .related_film .film-cover {
    width: 100%; }

.related_film a {
  color: #ccc; }
  .related_film .logline {
    margin-top: 1em;
    font-size: 0.85em;
    line-height: 1.35em; }

.films_in_development > * {
  margin-top: 1.5em; }
  .films_in_development > *:first-of-type {
    margin-top: 0; }
  .films_in_development header {
    margin-bottom: 1em;
    color: #999;
    font-size: 2em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }

.featured_films > * {
  margin-top: 1.5em; }
  .featured_films > *:first-of-type {
    margin-top: 0; }
  .featured_films > * {
    margin-top: 1.5em;
    border-top: 1px solid #333;
    padding-top: 1.5em; }
  .featured_films > *:first-of-type {
    margin-top: 0;
    border-top: 0;
    padding-top: 0; }

.paged_stories > * {
  margin-top: 4em; }
  .paged_stories > *:first-of-type {
    margin-top: 0; }
  .paged_stories .pager {
    margin-top: 4em;
    border-top: 1px solid #333;
    padding-top: 2em; }

.latest-news > * {
  margin-top: 1em; }
  .latest-news > *:first-of-type {
    margin-top: 0; }
  .latest-news > header:first-child {
    display: none; }
  .latest-news footer {
    padding-top: 1.5em;
    font-size: 1em; }
  .latest-news footer a {
    display: inline-block;
    margin-left: 0.5em;
    border-left: 1px solid #005f72;
    padding-left: 1em;
    color: #97cddc; }
  .latest-news footer a:first-of-type {
    margin-left: 0;
    border-left: 0;
    padding-left: 0; }
  .latest-news footer a:hover, .latest-news footer a:first-of-type:hover {
    color: white; }

.news_archives_menu header {
  margin-bottom: 1em; }
  .news_archives_menu header h1 {
    font-size: 1.5em;
    font-weight: 300;
    color: #fecb62;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .news_archives_menu nav > * {
    margin-top: 0.5em; }
  .news_archives_menu nav > *:first-of-type {
    margin-top: 0; }
  .news_archives_menu nav a {
    display: block;
    color: #fff; }
  .news_archives_menu footer {
    margin-top: 1em;
    font-size: 0.8em; }
  .news_archives_menu footer a {
    color: #97cddc; }

.story-page {
  overflow: hidden; }
  .story-page .cover {
    margin-bottom: 40px; }
  .story-page > header {
    margin-bottom: 40px;
    color: #b47d53; }
  .story-page > header h1 {
    font-size: 36px;
    line-height: 48px;
    color: white;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .story-page > header .dateline {
    margin-top: 1em; }
  .story-page > footer {
    margin-top: 40px; }
  .story-page .body {
    line-height: 1.6em; }
  .story-page .body > *:last-child {
    margin-bottom: 0; }
  .story-page .body h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #b47d53;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .story-page .body h2:first-child {
    margin-top: 0; }
  .story-page .body p {
    margin-bottom: 1.5em; }
  .story-page .body p.intro {
    font-size: 1.25em;
    line-height: 2em; }
  .story-page .body ol, .story-page .body ul {
    margin: 0 0 2em;
    padding: 0; }
  .story-page .body li {
    list-style: disc outside;
    margin: 0 0 1em 2.5em;
    padding: 0; }
  .story-page .body strong, .story-page .body b {
    font-weight: 400; }
  .story-page .body em, .story-page .body i {
    font-style: italic; }
  .story-page .body hr {
    clear: both;
    margin: 1.5em 0;
    border-color: #333; }
  .story-page .body hr + h2 {
    margin-top: 0; }
  .story-page .body img.right {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em; }
  .story-page .body img.right + h2 {
    margin-top: 0; }
  .story-page .body iframe {
    display: block;
    margin-left: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #333; }
  .story-page .image {
    max-width: 50%;
    float: right;
    margin-bottom: 10px;
    margin-left: 20px; }
  .story-page .videos {
    margin-top: 40px; }
  .story-page .videos .video {
    margin-top: 40px; }
  .story-page .videos .video:first-child {
    margin-top: 0; }
  .story-page + .comments {
    clear: both;
    margin-top: 40px; }

.mini.story a {
  color: #b47d53; }
  .mini.story h1 {
    margin-bottom: 0.25em;
    color: white;
    font-size: 1.35em;
    line-height: 1.5em;
    font-weight: 400;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }

article.teaser.story {
  overflow: hidden;
  clear: both; }
  article.teaser.story > a {
    color: #ccc; }
  article.teaser.story header {
    margin-bottom: 1em;
    color: #b47d53; }
  article.teaser.story header h1 {
    margin-bottom: 0.25em;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 400;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    color: #fff; }
  article.teaser.story .image {
    position: relative;
    float: right;
    margin: 0 0 20px 20px;
    width: 320px;
    max-height: 320px; }
  article.teaser.story .summary {
    display: block;
    font-size: 0.8em;
    line-height: 1.5em; }
  article.teaser.story .summary p {
    display: inline; }
  article.teaser.story .continued {
    display: inline;
    font-style: italic;
    color: #97cddc;
    font-size: 0.9em;
    text-transform: lowercase; }
  article.teaser.story .continued:before {
    content: "("; }
  article.teaser.story .continued:after {
    content: "...)"; }
  article.teaser.story > a:hover {
    color: #fff; }
  article.teaser.story > a:hover .continued {
    color: #fecb62; }

article.small.story {
  clear: both;
  overflow: hidden; }
  article.small.story > a {
    color: #ccc; }
  article.small.story header {
    margin-bottom: 1em;
    color: #b47d53; }
  article.small.story header h1 {
    margin-bottom: 0.25em;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 400;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    color: #fff; }
  article.small.story .image {
    position: relative;
    float: right;
    margin: 0 0 20px 20px;
    width: 200px;
    max-height: 200px; }
  article.small.story .summary {
    display: block;
    font-size: 0.8em;
    line-height: 1.5em; }
  article.small.story .summary p {
    display: inline; }
  article.small.story .continued {
    display: inline;
    font-style: italic;
    color: #97cddc;
    font-size: 0.9em;
    text-transform: lowercase; }
  article.small.story .continued:after {
    content: "..."; }
  article.small.story > a:hover {
    color: #fff; }

.dateline {
  color: #b47d53;
  font-size: 0.8em;
  line-height: 1.5em; }
  .dateline p {
    display: inline;
    margin-right: 1em; }
  .dateline .date {
    color: #fecb62; }
  .dateline .date .time {
    margin-left: 0.5em;
    color: #b47d53;
    font-size: 0.8em;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-transform: uppercase; }
  .dateline .comments {
    color: #97cddc; }
  .dateline .comments a {
    color: #97cddc; }

.social-link {
  position: relative;
  display: block;
  height: 20px;
  margin-top: 10px;
  padding-left: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  color: #999;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .social-link .icon {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background-color: #b47d53;
    background-image: url("https://www.kartemquin.com/sites/all/themes/kartemquin/images/social/social-sprite-24px.png");
    background-repeat: no-repeat; }
  .social-link.twitter .icon {
    background-position: 0 0; }
  .social-link.facebook .icon {
    background-position: -24px 0; }
  .social-link.google-plus .icon {
    background-position: -48px 0; }
  .social-link.rss .icon {
    background-position: -72px 0; }
  .social-link.youtube .icon {
    background-position: -96px 0; }
  .social-link.pinterest .icon {
    background-position: -120px 0; }
  .social-link.tumblr .icon {
    background-position: -144px 0; }
  .social-link.linkedin .icon {
    background-position: -168px 0; }
  .social-link.vimeo .icon {
    background-position: -192px 0; }
  .social-link.email .icon {
    background-position: -216px 0; }
  .social-link.dizzygiant .icon {
    background-position: -240px 0; }
  .social-link:first-child {
    margin-top: 0; }
  .social-link .service {
    color: #fff; }
  .social-link .icon {
    border-radius: 4px;
    background-color: #005f72; }
  .social-link.small {
    display: inline-block;
    width: 20px;
    overflow: hidden;
    margin-top: 0;
    margin-right: 10px;
    padding: 0;
    white-space: nowrap;
    text-indent: 30px; }
  .social-link.small .icon {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-color: #005f72;
    background-image: url("https://www.kartemquin.com/sites/all/themes/kartemquin/images/social/social-sprite-16px.png");
    background-repeat: no-repeat; }
  .social-link.small.twitter .icon {
    background-position: 0 0; }
  .social-link.small.facebook .icon {
    background-position: -16px 0; }
  .social-link.small.google-plus .icon {
    background-position: -32px 0; }
  .social-link.small.rss .icon {
    background-position: -48px 0; }
  .social-link.small.youtube .icon {
    background-position: -64px 0; }
  .social-link.small.pinterest .icon {
    background-position: -80px 0; }
  .social-link.small.tumblr .icon {
    background-position: -96px 0; }
  .social-link.small.linkedin .icon {
    background-position: -112px 0; }
  .social-link.small.vimeo .icon {
    background-position: -128px 0; }
  .social-link.small.email .icon {
    background-position: -144px 0; }
  .social-link.small.dizzygiant .icon {
    background-position: -160px 0; }
  .social-link.small .icon {
    border-radius: 2px;
    background-color: #005f72; }

nav.social_links {
  /* Full page */ }
  nav.social_links a {
    position: relative;
    min-height: 24px; }
  nav.social_links a .icon {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background-color: #005f72;
    background-image: url("https://www.kartemquin.com/sites/all/themes/kartemquin/images/social/social-sprite-24px.png");
    background-repeat: no-repeat; }
  nav.social_links a.twitter .icon {
    background-position: 0 0; }
  nav.social_links a.facebook .icon {
    background-position: -24px 0; }
  nav.social_links a.google-plus .icon {
    background-position: -48px 0; }
  nav.social_links a.rss .icon {
    background-position: -72px 0; }
  nav.social_links a.youtube .icon {
    background-position: -96px 0; }
  nav.social_links a.pinterest .icon {
    background-position: -120px 0; }
  nav.social_links a.tumblr .icon {
    background-position: -144px 0; }
  nav.social_links a.linkedin .icon {
    background-position: -168px 0; }
  nav.social_links a.vimeo .icon {
    background-position: -192px 0; }
  nav.social_links a.email .icon {
    background-position: -216px 0; }
  nav.social_links a.dizzygiant .icon {
    background-position: -240px 0; }
  nav.social_links.expanded a {
    display: block;
    margin-top: 0.5em;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  nav.social_links.expanded a .icon {
    border-radius: 2px; }
  nav.social_links.expanded a .service {
    color: white; }
  nav.social_links.expanded a:first-child {
    margin-top: 0; }
  nav.social_links.collapsed {
    min-height: 24px; }
  nav.social_links.collapsed a {
    overflow: hidden;
    float: left;
    margin-right: 10px;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    text-indent: 50px;
    white-space: nowrap; }

.event-page {
  overflow: hidden; }
  .event-page > header {
    overflow: hidden;
    margin-bottom: 20px;
    color: #ccc;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .event-page > header h1 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
    color: white; }
  .event-page > header .when {
    margin-bottom: 20px;
    color: #fecb62; }
  .event-page > header .when span {
    display: block; }
  .event-page > header .when .time {
    color: #b47d53; }
  .event-page > header .where {
    margin-bottom: 20px; }
  .event-page > header .map-container {
    position: relative;
    float: right;
    width: 200px;
    height: 200px;
    overflow: hidden;
    padding-left: 20px;
    border-left: 1px solid #333;
    margin-left: 20px; }
  .event-page > header .map {
    position: relative;
    width: 200px;
    height: 200px; }
  .event-page > footer {
    margin-top: 40px; }
  .event-page .image {
    max-width: 50%;
    float: right;
    margin-bottom: 10px;
    margin-left: 20px; }
  .event-page .body {
    line-height: 1.6em;
    clear: both;
    margin-top: 40px;
    font-size: 16px; }
  .event-page .body > *:last-child {
    margin-bottom: 0; }
  .event-page .body h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #b47d53;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .event-page .body h2:first-child {
    margin-top: 0; }
  .event-page .body p {
    margin-bottom: 1.5em; }
  .event-page .body p.intro {
    font-size: 1.25em;
    line-height: 2em; }
  .event-page .body ol, .event-page .body ul {
    margin: 0 0 2em;
    padding: 0; }
  .event-page .body li {
    list-style: disc outside;
    margin: 0 0 1em 2.5em;
    padding: 0; }
  .event-page .body strong, .event-page .body b {
    font-weight: 400; }
  .event-page .body em, .event-page .body i {
    font-style: italic; }
  .event-page .body hr {
    clear: both;
    margin: 1.5em 0;
    border-color: #333; }
  .event-page .body hr + h2 {
    margin-top: 0; }
  .event-page .body img.right {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em; }
  .event-page .body img.right + h2 {
    margin-top: 0; }
  .event-page .body iframe {
    display: block;
    margin-left: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #333; }
  .event-page + .comments {
    clear: both;
    margin-top: 40px; }

.events_calendar_page {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .events_calendar_page section.major {
    margin-top: 1.25em;
    padding-top: 1.25em;
    border-top: 1px solid #333; }
  .events_calendar_page section.major:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }

.events_map_page {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .events_map_page section.major {
    margin-top: 1.25em;
    padding-top: 1.25em;
    border-top: 1px solid #333; }
  .events_map_page section.major:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }
  .events_map_page .ktq-map {
    width: 100%;
    height: 30em; }
  .events_map_page .filters {
    overflow: hidden; }
  .events_map_page .filters fieldset {
    float: left;
    width: 30%;
    margin-left: 5%; }
  .events_map_page .filters fieldset:first-child {
    margin-left: 0; }

#event-info-windows {
  display: none; }

.events_city_page .events > * {
  margin-top: 2em; }
  .events_city_page .events > *:first-of-type {
    margin-top: 0; }

.events_films_page {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .events_films_page section.major {
    margin-top: 1.25em;
    padding-top: 1.25em;
    border-top: 1px solid #333; }
  .events_films_page section.major:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }
  .events_films_page > * {
    margin-top: 1.5em; }
  .events_films_page > *:first-of-type {
    margin-top: 0; }
  .events_films_page > * {
    margin-top: 1em;
    border-top: 1px solid #333;
    padding-top: 1em; }
  .events_films_page > *:first-of-type {
    margin-top: 0;
    border-top: 0;
    padding-top: 0; }
  .events_films_page > .group {
    overflow: hidden; }
  .events_films_page > .group > header {
    float: left;
    width: 18em; }
  .events_films_page > .group > div {
    padding-left: 20em; }
  .events_films_page .group {
    overflow: hidden; }
  .events_films_page .events {
    float: left; }
  .events_films_page .events article {
    float: left;
    width: 200px;
    margin-left: 20px; }
  .events_films_page .events article:first-child {
    margin-left: 0; }
  .events_films_page .cities {
    float: left;
    margin-left: 20px; }
  .events_films_page .cities:first-child {
    margin-left: 0; }
  .events_films_page .cities .batch {
    float: left;
    width: 200px;
    margin-left: 20px; }
  .events_films_page .cities .batch > * {
    margin-top: 0.5em; }
  .events_films_page .cities .batch > *:first-of-type {
    margin-top: 0; }
  .events_films_page .cities .batch:first-child {
    margin-left: 0; }

.events-by-city {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .events-by-city section.major {
    margin-top: 1.25em;
    padding-top: 1.25em;
    border-top: 1px solid #333; }
  .events-by-city section.major:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }
  .events-by-city > * {
    margin-top: 1.5em; }
  .events-by-city > *:first-of-type {
    margin-top: 0; }
  .events-by-city > * {
    margin-top: 1em;
    border-top: 1px solid #333;
    padding-top: 1em; }
  .events-by-city > *:first-of-type {
    margin-top: 0;
    border-top: 0;
    padding-top: 0; }
  .events-by-city > .group {
    overflow: hidden; }
  .events-by-city > .group > header {
    float: left;
    width: 18em; }
  .events-by-city > .group > div {
    padding-left: 20em; }
  .events-by-city .group header h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fecb62; }
  .events-by-city .group header h1 a {
    color: #fecb62; }
  .events-by-city .events > * {
    margin-top: 1em; }
  .events-by-city .events > *:first-of-type {
    margin-top: 0; }

.events_request_page > * {
  margin-top: 1.5em; }
  .events_request_page > *:first-of-type {
    margin-top: 0; }
  .events_request_page > * {
    margin-top: 2em;
    border-top: 1px solid #333;
    padding-top: 2em; }
  .events_request_page > *:first-of-type {
    margin-top: 0;
    border-top: 0;
    padding-top: 0; }
  .events_request_page .row {
    overflow: hidden; }
  .events_request_page .request_film {
    width: 225px;
    float: left;
    margin-left: 20px;
    text-align: center; }
  .events_request_page .request_film:first-child {
    margin-left: 0; }
  .events_request_page .request_film .current {
    margin-top: 0.5em;
    font-size: 0.85em; }
  .events_request_page .request_film .current a {
    color: #fecb62; }

#page > #content {
  overflow: hidden;
  padding-top: 2em;
  padding-bottom: 2em; }

.newsletter_article_page h1 {
  margin-bottom: 1em;
  font-weight: 300;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
  font-size: 3em; }
  .newsletter_article_page .body {
    line-height: 1.6em; }
  .newsletter_article_page .body > *:last-child {
    margin-bottom: 0; }
  .newsletter_article_page .body h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #b47d53;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .newsletter_article_page .body h2:first-child {
    margin-top: 0; }
  .newsletter_article_page .body p {
    margin-bottom: 1.5em; }
  .newsletter_article_page .body p.intro {
    font-size: 1.25em;
    line-height: 2em; }
  .newsletter_article_page .body ol, .newsletter_article_page .body ul {
    margin: 0 0 2em;
    padding: 0; }
  .newsletter_article_page .body li {
    list-style: disc outside;
    margin: 0 0 1em 2.5em;
    padding: 0; }
  .newsletter_article_page .body strong, .newsletter_article_page .body b {
    font-weight: 400; }
  .newsletter_article_page .body em, .newsletter_article_page .body i {
    font-style: italic; }
  .newsletter_article_page .body hr {
    clear: both;
    margin: 1.5em 0;
    border-color: #333; }
  .newsletter_article_page .body hr + h2 {
    margin-top: 0; }
  .newsletter_article_page .body img.right {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em; }
  .newsletter_article_page .body img.right + h2 {
    margin-top: 0; }
  .newsletter_article_page .body iframe {
    display: block;
    margin-left: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #333; }
  .newsletter_article_page .body img {
    margin-left: 20px; }
  .newsletter_article_page nav.contents {
    margin-top: 2em;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif; }
  .newsletter_article_page nav.contents article {
    margin-top: 10px; }
  .newsletter_article_page nav.contents article:first-child {
    margin-top: 0; }
  .newsletter_article_page nav.contents article a.active {
    font-weight: 700; }
  .newsletter_article_page nav.flip {
    margin-top: 4em; }
  .newsletter_article_page nav.flip a {
    display: block;
    margin-top: 2em;
    color: #fff; }
  .newsletter_article_page nav.flip a:first-child {
    margin-top: 0; }
  .newsletter_article_page nav.flip a.contents {
    font-size: 0.85em;
    color: #ccc; }
    .newsletter_article_page nav.flip a.contents:hover {
      color: #fff; }
  .newsletter_article_page nav.flip a .label {
    display: block;
    margin-bottom: 0.25em;
    font-size: 0.85em;
    color: #fecb62; }

.newsletter_issues_page > * {
  margin-top: 6em; }
  .newsletter_issues_page > *:first-of-type {
    margin-top: 0; }
  .newsletter_issues_page .pager {
    margin-top: 6em;
    border-top: 1px solid #333;
    padding-top: 2em; }

.newsletter-issue-header {
  margin-bottom: 1em; }
  .newsletter-issue-header .newsletter {
    color: #b47d53; }
  .newsletter-issue-header .issue {
    margin-left: 0.5em;
    color: #999; }

.newsletter_issue_page h1 {
  margin-bottom: 1em;
  font-weight: 300;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
  font-size: 3em; }
  .newsletter_issue_page .body {
    line-height: 1.6em; }
  .newsletter_issue_page .body > *:last-child {
    margin-bottom: 0; }
  .newsletter_issue_page .body h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #b47d53;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .newsletter_issue_page .body h2:first-child {
    margin-top: 0; }
  .newsletter_issue_page .body p {
    margin-bottom: 1.5em; }
  .newsletter_issue_page .body p.intro {
    font-size: 1.25em;
    line-height: 2em; }
  .newsletter_issue_page .body ol, .newsletter_issue_page .body ul {
    margin: 0 0 2em;
    padding: 0; }
  .newsletter_issue_page .body li {
    list-style: disc outside;
    margin: 0 0 1em 2.5em;
    padding: 0; }
  .newsletter_issue_page .body strong, .newsletter_issue_page .body b {
    font-weight: 400; }
  .newsletter_issue_page .body em, .newsletter_issue_page .body i {
    font-style: italic; }
  .newsletter_issue_page .body hr {
    clear: both;
    margin: 1.5em 0;
    border-color: #333; }
  .newsletter_issue_page .body hr + h2 {
    margin-top: 0; }
  .newsletter_issue_page .body img.right {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em; }
  .newsletter_issue_page .body img.right + h2 {
    margin-top: 0; }
  .newsletter_issue_page .body iframe {
    display: block;
    margin-left: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #333; }
  .newsletter_issue_page .body img {
    margin-left: 20px; }
  .newsletter_issue_page nav.contents {
    margin-top: 2em;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif; }
  .newsletter_issue_page nav.contents article {
    margin-top: 10px; }
  .newsletter_issue_page nav.contents article:first-child {
    margin-top: 0; }
  .newsletter_issue_page nav.contents article a.active {
    font-weight: 700; }
  .newsletter_issue_page .book-navigation {
    margin-top: 2em; }
  .newsletter_issue_page .book-navigation .menu {
    display: none; }
  .newsletter_issue_page .book-navigation a {
    display: block;
    margin-top: 1em; }
  .newsletter_issue_page .book-navigation a:first-child {
    margin-top: 0; }
  .newsletter_issue_page .book-navigation a.page-up {
    display: none; }
  .newsletter_issue_page .book-navigation a.page-next {
    text-align: right; }

.page_layout_with_sidebar {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .page_layout_with_sidebar section.major {
    margin-top: 1.25em;
    padding-top: 1.25em;
    border-top: 1px solid #333; }
  .page_layout_with_sidebar section.major:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }
  .page_layout_with_sidebar > .main {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    width: 75%;
    padding-right: 20px; }
  .page_layout_with_sidebar > .sidebar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    width: 25%;
    border-left: 1px solid #333;
    padding-left: 19px; }

.landing_page_layout {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .landing_page_layout section.major {
    margin-top: 1.25em;
    padding-top: 1.25em;
    border-top: 1px solid #333; }
  .landing_page_layout section.major:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }
  .landing_page_layout > .header {
    margin-bottom: 1.25em;
    padding-bottom: 1.25em;
    border-bottom: 1px solid #333; }
  .landing_page_layout > .left {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    width: 50%;
    padding-right: 1.25em;
    border-right: 1px solid #333; }
  .landing_page_layout > .right {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    width: 50%;
    margin-left: -1px;
    padding-left: 1.25em;
    border-left: 1px solid #333; }

.film_page_layout {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .film_page_layout section.major {
    margin-top: 1.25em;
    padding-top: 1.25em;
    border-top: 1px solid #333; }
  .film_page_layout section.major:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }
  .film_page_layout > .main {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    width: 75%;
    padding-right: 20px; }
  .film_page_layout > .sidebar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    width: 25%;
    border-left: 1px solid #333;
    padding-left: 19px; }
  .film_page_layout .film_header {
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    margin-bottom: 1em;
    border-bottom: 1px solid #333;
    padding-bottom: 1em; }
  .film_page_layout .film_header > h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    line-height: normal; }
  .film_page_layout .film_header > h1 a {
    color: #fff; }
  .film_page_layout .film_header .film-title .year {
    font-size: 36px;
    letter-spacing: 3px;
    white-space: nowrap;
    margin-left: 10px;
    color: #b47d53; }
  .film_page_layout .film_header .film-title .duration {
    font-size: 36px;
    white-space: nowrap;
    margin-left: 10px;
    color: #333; }
  .film_page_layout .film_header .menu {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase; }
  .film_page_layout .film_header .menu a {
    margin-left: 0;
    margin-right: 20px;
    padding: 0;
    color: #b47d53;
    border: 0; }
  .film_page_layout .film_header .menu a.active {
    color: #fecb62; }
  .film_page_layout .film_header .menu a:hover {
    color: #fecb62; }
  .film_page_layout .film_header .menu a.active:hover {
    color: #fff; }

.donate-home > header {
  margin-bottom: 40px; }
  .donate-home > header h1 {
    font-size: 60px;
    line-height: normal;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .donate-home > header h2 {
    margin-top: 10px;
    color: #fecb62;
    font-size: 24px;
    line-height: 36px;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .donate-home .body {
    line-height: 1.6em; }
  .donate-home .body > *:last-child {
    margin-bottom: 0; }
  .donate-home .body h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #b47d53;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .donate-home .body h2:first-child {
    margin-top: 0; }
  .donate-home .body p {
    margin-bottom: 1.5em; }
  .donate-home .body p.intro {
    font-size: 1.25em;
    line-height: 2em; }
  .donate-home .body ol, .donate-home .body ul {
    margin: 0 0 2em;
    padding: 0; }
  .donate-home .body li {
    list-style: disc outside;
    margin: 0 0 1em 2.5em;
    padding: 0; }
  .donate-home .body strong, .donate-home .body b {
    font-weight: 400; }
  .donate-home .body em, .donate-home .body i {
    font-style: italic; }
  .donate-home .body hr {
    clear: both;
    margin: 1.5em 0;
    border-color: #333; }
  .donate-home .body hr + h2 {
    margin-top: 0; }
  .donate-home .body img.right {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em; }
  .donate-home .body img.right + h2 {
    margin-top: 0; }
  .donate-home .body iframe {
    display: block;
    margin-left: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #333; }
  .donate-home section {
    margin-top: 20px; }
  .donate-home section h1 {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fecb62;
    text-transform: uppercase;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .donate-home section p {
    line-height: 1.5em; }
  .donate-home section.online {
    float: right;
    margin: 0 0 20px 20px;
    padding: 20px;
    border: 0;
    background: #005f72; }
  .donate-home section.online form {
    margin-top: 20px; }
  .donate-home section.online form * {
    display: inline; }
  .donate-home section.online form label {
    display: none; }
  .donate-home section.online form .field-prefix {
    color: #97cddc;
    font-size: 24px;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .donate-home section.online form input.form-text {
    padding: 5px;
    border: 0;
    font-size: 18px; }
  .donate-home section.online form input.form-submit {
    font-size: 18px;
    background-color: #b47d53;
    letter-spacing: 0; }
  .donate-home section.mail .address {
    margin-top: 20px;
    font-size: 24px;
    line-height: 36px; }

.donate_films_page {
  /*
.teaser.film_donation .donation-info form,
.product form {
  margin-top: 10px;
}
.teaser.film_donation .donation-info .form-item,
.teaser.film_donation .donation-info .form-actions {
  display: inline;
}
.teaser.donation .form-item,
.teaser.donation .form-actions {
  display: inline;
}
.teaser.film_donation .donation-info label {
  display: none;
}
.teaser.film_donation .donation-info .field-prefix,
.teaser.film_donation .donation-info input,
.product .field-prefix,
.product input {
  font-size: 18px;
}
.teaser.film_donation .donation-info input.form-text,
.product .form-text {
  border: 0;
  padding: 2px;
  width: 5em;
}










.form-item-varprice * {
  display: inline;
}
.form-item-varprice label {
  display: none;
}
.donation.node .add-to-cart .form-item,
.donation.node .add-to-cart .form-actions {
  display: inline-block;
}

*/ }
  .donate_films_page .donations > * {
    margin-top: 2em; }
  .donate_films_page .donations > *:first-of-type {
    margin-top: 0; }
  .donate_films_page .donations .body {
    line-height: 1.35em; }
  .donate_films_page .donations form {
    margin-top: 1em; }
  .donate_films_page .donations form .form-submit {
    font-size: 1em; }
  .donate_films_page .pager {
    margin-top: 4em; }

article.product-page {
  position: relative;
  overflow: hidden; }
  article.product-page h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  article.product-page h1 a {
    color: white; }
  article.product-page .price {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 24px;
    color: #b47d53;
    font-weight: 300;
    letter-spacing: 2px;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  article.product-page form {
    margin-bottom: 40px; }
  article.product-page .sellers {
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 18px; }
  article.product-page .sellers li {
    list-style: disc outside;
    margin-left: 20px;
    margin-top: 10px;
    font-weight: bold; }
  article.product-page .out-of-stock {
    color: #fecb62;
    font-weight: bold;
    margin-bottom: 40px; }
  article.product-page .body {
    clear: both;
    margin-top: 40px;
    font-size: 16px; }
  article.product-page .image {
    position: relative;
    float: right;
    width: 260px;
    height: 260px;
    margin: 0 0 20px 20px;
    text-align: center;
    background-color: white; }
  article.product-page .add-to-cart {
    margin-top: 20px; }
  article.product-page input.node-add-to-cart.form-submit {
    padding: 10px;
    font-size: 18px; }
  article.product-page .features {
    margin-top: 40px; }
  article.product-page .features h1 {
    color: #b47d53;
    font-size: 36px; }
  article.product-page .features .body {
    margin-top: 20px; }
  article.product-page .image {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 2px solid #666;
    padding: 16px;
    text-align: center;
    background-color: white; }
  article.product-page .image img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%; }
  article.product-page a:hover .image, article.product-page a.image:hover {
    border-color: #fecb62; }
  article.product-page .description {
    line-height: 1.6em;
    margin-top: 20px; }
  article.product-page .description > *:last-child {
    margin-bottom: 0; }
  article.product-page .description h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #b47d53;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  article.product-page .description h2:first-child {
    margin-top: 0; }
  article.product-page .description p {
    margin-bottom: 1.5em; }
  article.product-page .description p.intro {
    font-size: 1.25em;
    line-height: 2em; }
  article.product-page .description ol, article.product-page .description ul {
    margin: 0 0 2em;
    padding: 0; }
  article.product-page .description li {
    list-style: disc outside;
    margin: 0 0 1em 2.5em;
    padding: 0; }
  article.product-page .description strong, article.product-page .description b {
    font-weight: 400; }
  article.product-page .description em, article.product-page .description i {
    font-style: italic; }
  article.product-page .description hr {
    clear: both;
    margin: 1.5em 0;
    border-color: #333; }
  article.product-page .description hr + h2 {
    margin-top: 0; }
  article.product-page .description img.right {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em; }
  article.product-page .description img.right + h2 {
    margin-top: 0; }
  article.product-page .description iframe {
    display: block;
    margin-left: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #333; }

.storefront .four.new-releases .product {
  width: 200px; }
  .storefront .five.new-releases .product {
    width: 145px; }
  .storefront .new-releases .product.teaser:first-child {
    position: relative;
    float: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
    margin-right: 0;
    margin-bottom: 20px; }
  .storefront .new-releases .product:last-child {
    margin-right: 0; }
  .storefront .collection {
    clear: both;
    margin-top: 20px;
    border-top: 1px solid #333;
    padding-top: 20px; }
  .storefront .collection > header {
    margin-bottom: 20px; }
  .storefront .collection > header h1 {
    color: #b47d53;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif; }

.impact {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .impact section.major {
    margin-top: 1.25em;
    padding-top: 1.25em;
    border-top: 1px solid #333; }
  .impact section.major:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }
  .impact > * {
    margin-top: 1.5em; }
  .impact > *:first-of-type {
    margin-top: 0; }
  .impact > * {
    margin-top: 20px;
    border-top: 1px solid #333;
    padding-top: 20px; }
  .impact > *:first-of-type {
    margin-top: 0;
    border-top: 0;
    padding-top: 0; }

.film-impact {
  clear: both;
  overflow: hidden; }
  .film-impact > header {
    position: relative;
    float: left;
    width: 220px;
    margin-right: 20px; }
  .film-impact > .impact {
    margin-left: 240px;
    color: #b47d53;
    font-size: 16px;
    line-height: 24px; }
  .film-impact > .quote {
    margin-top: 20px;
    margin-left: 240px;
    color: #ccc;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .film-impact > .quote strong {
    color: white;
    font-weight: 700;
    font-size: 32px; }

.issue {
  clear: both;
  overflow: hidden;
  /* Issues */ }
  .issue > header {
    margin-bottom: 1em; }
  .issue > header h1 {
    color: #fecb62;
    font-size: 3em;
    line-height: 1.5em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .issue > .news {
    float: right;
    width: 220px; }
  .issue > .news > * {
    margin-top: 1.5em; }
  .issue > .news > *:first-of-type {
    margin-top: 0; }
  .issue > .films {
    float: left;
    width: 740px; }
  .issue > .films > article {
    width: 220px;
    float: left;
    margin-right: 20px;
    margin-bottom: 1em; }

.issues {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .issues section.major {
    margin-top: 1.25em;
    padding-top: 1.25em;
    border-top: 1px solid #333; }
  .issues section.major:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }
  .issues > header {
    margin-bottom: 2em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .issues > header p {
    font-size: 1.5em;
    line-height: 1.5em; }
  .issues > header > p {
    color: #b47d53;
    font-size: 1.11em;
    letter-spacing: 0.1em;
    line-height: 2em;
    text-align: right;
    text-transform: uppercase; }
  .issues .issue {
    margin-top: 2em;
    border-top: 1px solid #333;
    padding-top: 1em; }

.issues-tag-cloud {
  text-align: center;
  line-height: 48px;
  font-weight: 300;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .issues-tag-cloud a {
    padding: 0 10px;
    white-space: nowrap;
    vertical-align: middle; }
  .issues-tag-cloud .size-1 {
    font-size: 18px; }
  .issues-tag-cloud .size-2 {
    font-size: 18px;
    font-weight: 400; }
  .issues-tag-cloud .size-3 {
    font-size: 24px; }
  .issues-tag-cloud .size-4 {
    font-size: 24px;
    font-weight: 400; }
  .issues-tag-cloud .size-5 {
    font-size: 36px;
    letter-spacing: 2px; }
  .issues-tag-cloud .size-6 {
    font-size: 36px;
    font-weight: 400; }
  .issues-tag-cloud .size-7 {
    font-size: 36px;
    font-weight: 700; }
  .issues-tag-cloud .size-8 {
    font-size: 48px;
    letter-spacing: 2px; }
  .issues-tag-cloud .size-9 {
    font-size: 48px;
    font-weight: 400; }
  .issues-tag-cloud .size-10 {
    font-size: 48px;
    font-weight: 700; }

.film_videos > * {
  margin-top: 2em; }
  .film_videos > *:first-of-type {
    margin-top: 0; }

.filmmakers .person .credits > h1 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #666;
  text-transform: uppercase;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .filmmakers .person .credits article {
    margin-top: 20px; }
  .filmmakers .person .credits article .role {
    color: #b47d53; }
  .filmmakers > .credits {
    width: 220px;
    float: left; }
  .filmmakers > .credits dt {
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
    color: #b47d53; }
  .filmmakers > .credits dt:first-child {
    margin-top: 0; }
  .filmmakers > .credits dd {
    color: white;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif; }
  .filmmakers > .credits dd a {
    font-weight: 400;
    color: white; }
  .filmmakers .players .credits {
    width: auto;
    float: none; }
  .filmmakers > .people {
    width: 440px;
    float: right; }
  .filmmakers > .people .person_teaser {
    margin-top: 20px;
    border-top: 1px solid #333;
    padding-top: 20px; }
  .filmmakers > .people .person_teaser:first-child {
    margin-top: 0;
    border-top: 0;
    padding-top: 0; }
  .filmmakers > .people .person_teaser .name {
    margin: 0;
    padding: 0; }
    .filmmakers > .people .person_teaser .name a {
      text-decoration: none;
      color: white; }
  .filmmakers > .people .person_teaser .role {
    margin: 0;
    padding: 0; }
  .filmmakers > .people .person_teaser .field-name-field-portrait {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    float: right;
    margin: 0 0 20px 20px; }
    .filmmakers > .people .person_teaser .field-name-field-portrait img {
      width: 100%;
      height: 100%; }
  .filmmakers > .people > footer {
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .filmmakers > .people > footer > h1 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #666;
    text-transform: uppercase; }
  .filmmakers > .people > footer article {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: uppercase; }
  .filmmakers > .people > footer a > h1 {
    color: white;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none; }
  .filmmakers > .people > footer a > .role {
    margin-top: 5px; }

.film-reviews {
  margin-top: 40px;
  border-top: 1px solid #333;
  padding-top: 40px; }

.film-files {
  padding-top: 20px;
  font-size: 18px;
  /* FILM PHOTOS PAGE */
  /* Large thumbnails */ }
  .film-files a {
    color: #fecb62;
    font-weight: bold; }

section.gallery {
  margin: 0 0 0 -20px;
  padding: 0;
  overflow: hidden;
  /* Small thumbnails */ }
  section.gallery li {
    margin: 0;
    padding: 0 0 20px 20px;
    list-style: none;
    float: left; }
  section.gallery li a {
    display: block;
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden; }
  section.gallery .image {
    display: block;
    position: relative;
    width: 200px;
    height: 200px; }

section.gallery {
  margin: 0 0 0 -10px;
  padding: 0;
  overflow: hidden; }
  section.gallery a {
    display: block;
    float: left;
    position: relative;
    width: 120px;
    height: 120px;
    overflow: hidden;
    padding-left: 10px;
    padding-bottom: 10px; }
  section.gallery img {
    display: block;
    position: relative;
    width: 120px;
    height: 120px; }

.film_video_page .caption {
  float: left;
  margin-top: 1em; }
  .film_video_page .caption h1 {
    font-size: 1em; }
  .film_video_page .caption .credit {
    margin-top: 1em;
    font-size: 0.8em;
    color: #ccc; }
  .film_video_page .links {
    float: right;
    margin-top: 1em;
    font-size: 0.8em;
    text-align: right; }
  .film_video_page .links .pinterest {
    margin-bottom: 0.5em; }

.film_about_page .synopsis {
  line-height: 1.6em; }
  .film_about_page .synopsis > *:last-child {
    margin-bottom: 0; }
  .film_about_page .synopsis h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #b47d53;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .film_about_page .synopsis h2:first-child {
    margin-top: 0; }
  .film_about_page .synopsis p {
    margin-bottom: 1.5em; }
  .film_about_page .synopsis p.intro {
    font-size: 1.25em;
    line-height: 2em; }
  .film_about_page .synopsis ol, .film_about_page .synopsis ul {
    margin: 0 0 2em;
    padding: 0; }
  .film_about_page .synopsis li {
    list-style: disc outside;
    margin: 0 0 1em 2.5em;
    padding: 0; }
  .film_about_page .synopsis strong, .film_about_page .synopsis b {
    font-weight: 400; }
  .film_about_page .synopsis em, .film_about_page .synopsis i {
    font-style: italic; }
  .film_about_page .synopsis hr {
    clear: both;
    margin: 1.5em 0;
    border-color: #333; }
  .film_about_page .synopsis hr + h2 {
    margin-top: 0; }
  .film_about_page .synopsis img.right {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em; }
  .film_about_page .synopsis img.right + h2 {
    margin-top: 0; }
  .film_about_page .synopsis iframe {
    display: block;
    margin-left: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #333; }
  .film_about_page footer {
    margin-top: 1em;
    margin-bottom: 2em; }
  .film_about_page footer .meta {
    font-size: 18px;
    color: #999; }

.film_page_events .paged_events > * {
  margin-top: 1.5em; }
  .film_page_events .paged_events > *:first-of-type {
    margin-top: 0; }

.film_home_page > * {
  margin-top: 2em; }
  .film_home_page > *:first-child {
    margin-top: 0; }
  .film_home_page .film-cover.photo {
    position: relative;
    width: 700px;
    height: 395px;
    overflow: hidden; }
  .film_home_page .logline {
    font-size: 18px;
    line-height: 24px; }
  .film_home_page .headlines {
    border-top: 1px solid #333;
    padding-top: 2em; }
  .film_home_page .headlines .news > * {
    margin-top: 1em; }
  .film_home_page .headlines .news > *:first-of-type {
    margin-top: 0; }
  .film_home_page .headlines footer {
    margin-top: 1em; }

.news_films_page > * {
  margin-top: 1.5em; }
  .news_films_page > *:first-of-type {
    margin-top: 0; }
  .news_films_page > * {
    margin-top: 1em;
    border-top: 1px solid #333;
    padding-top: 1em; }
  .news_films_page > *:first-of-type {
    margin-top: 0;
    border-top: 0;
    padding-top: 0; }
  .news_films_page > .group {
    overflow: hidden; }
  .news_films_page > .group > header {
    float: left;
    width: 18em; }
  .news_films_page > .group > div {
    padding-left: 20em; }
  .news_films_page .group {
    overflow: hidden; }
  .news_films_page .news > * {
    margin-top: 1em; }
  .news_films_page .news > *:first-of-type {
    margin-top: 0; }
  .news_films_page .news .more {
    margin-top: 1em;
    font-size: 0.85em; }
  .news_films_page .news .more i {
    font-style: italic; }
  .news_films_page .pager {
    margin-top: 4em; }

.news_archive_month_page .news > * {
  margin-top: 4em; }
  .news_archive_month_page .news > *:first-of-type {
    margin-top: 0; }
  .news_archive_month_page .pager {
    margin-top: 4em; }

.news_archive_page > * {
  margin-top: 1.5em; }
  .news_archive_page > *:first-of-type {
    margin-top: 0; }
  .news_archive_page > * {
    margin-top: 1em;
    border-top: 1px solid #333;
    padding-top: 1em; }
  .news_archive_page > *:first-of-type {
    margin-top: 0;
    border-top: 0;
    padding-top: 0; }
  .news_archive_page > .group {
    overflow: hidden; }
  .news_archive_page > .group > header {
    float: left;
    width: 18em; }
  .news_archive_page > .group > div {
    padding-left: 20em; }
  .news_archive_page .group {
    overflow: hidden; }
  .news_archive_page .group > header a {
    color: #fecb62;
    font-size: 2em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .news_archive_page .news > * {
    margin-top: 1em; }
  .news_archive_page .news > *:first-of-type {
    margin-top: 0; }
  .news_archive_page .news .more {
    margin-top: 1em;
    font-size: 0.85em; }
  .news_archive_page .pager {
    margin-top: 4em; }

.social_page > header {
  margin-bottom: 1em; }
  .social_page > header p {
    font-size: 24px;
    line-height: 36px; }
  .social_page > header > p {
    color: #b47d53;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 36px;
    text-align: right;
    text-transform: uppercase; }
  .social_page .intro {
    overflow: hidden;
    padding: 20px;
    font-size: 30px;
    line-height: 48px;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    font-weight: 300;
    background-color: #005f72; }
  .social_page .intro > p {
    width: 420px;
    float: left; }
  .social_page .intro .social {
    width: 200px;
    float: right;
    margin-top: 0;
    border-top: 0;
    padding-top: 0; }
  .social_page .intro .social a {
    color: #97cddc; }
    .social_page .intro .social a .icon {
      background-color: #b47d53; }
  .social_page .intro .social a:hover {
    color: #fecb62; }
    .social_page .intro .social a:hover .icon {
      background-color: #333; }
  .social_page .intro .links {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400; }
  .social_page .intro .links a {
    color: #fecb62;
    margin-left: 0.5em; }
  .social_page .intro .links a:first-child {
    margin-left: 0; }
  .social_page .feed > article {
    border-top: 1px solid #333;
    padding-top: 40px;
    padding-bottom: 40px; }
  .social_page .feed > article:first-child {
    border-top: 0; }

.ktq-layout {
  overflow: hidden; }
  .ktq-layout .layout-header {
    padding-bottom: 1.25em;
    border-bottom: 1px solid #333;
    margin-bottom: 1.25em; }
  .ktq-layout.with-sidebar .layout-column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left; }
  .ktq-layout.with-sidebar .layout-column.main {
    width: 75%;
    padding-right: 1.25em; }
  .ktq-layout.with-sidebar .layout-column.sidebar {
    float: left;
    width: 25%;
    border-left: 1px solid #333;
    padding-left: 1.25em; }
  .ktq-layout .layout-section {
    margin-top: 1.5em;
    margin-top: 1.5em;
    border-top: 1px solid #333;
    padding-top: 1.5em; }
  .ktq-layout .layout-section:first-of-type {
    margin-top: 0; }
  .ktq-layout .layout-section:first-of-type {
    margin-top: 0;
    border-top: 0;
    padding-top: 0; }

.calendar_month {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 4px; }
  .calendar_month .day {
    width: 14%;
    padding: 0 0.5em;
    text-align: center;
    vertical-align: top;
    color: #333;
    font-size: 1.5em;
    line-height: 2em;
    letter-spacing: 0.1em;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    font-weight: 300; }
  .calendar_month .day.in-month {
    background-color: #102225;
    color: #ccc; }
  .calendar_month .day.not-in-month {
    border-top: 1px dotted #333; }
  .calendar_month .day.in-month.has-events {
    background-color: #005f72;
    color: #fecb62; }
  .calendar_month .day.today {
    font-weight: 700; }
  .calendar_month .week:last-child .day.not-in-month {
    border-top: 0;
    border-bottom: 1px dotted #333; }

section.calendar {
  font-size: 0.8em;
  /*

.calendar.thumbnail {
  margin-left:  -4px;
  margin-right: -4px;
}
table.calendar {
  width: 100%;
  border: 0;
}
table.calendar thead th {
  width: 14%;
  padding: 5px 10px 10px;
  text-align: left;
  vertical-align: top;
  color: #666;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif;
}
.block table.calendar tbody td {
  padding: 0;
  background-color: none;
}
.block table.calendar tbody td a {
  position: relative;
  display: block;
  padding: 10px 5px;
  text-align: center;
  background-color: #202020;
  color: #ccc;
  font-weight: bold;
}
.block table.calendar tbody td a span {
  position: absolute;
  right: 2px;
  bottom: 2px;
  font-weight: normal;
  color: #B47D53;
}
.block table.calendar tbody td.not-this-month a,
.block table.calendar tbody td.not-this-month.with-events a {
  background-color: #101010;
  color: #333;
}
.block table.calendar tbody td.not-this-month span {
  color: #101010;
}
table.calendar tbody td:hover {
  background-color: #005F72;
  color: #FECB62;
}
.block table.calendar tbody td a:hover,
.block table.calendar tbody td.not-this-month a:hover {
  background-color: #005F72;
  color: #FECB62;
}
.block table.calendar tbody td a:hover span {
  color: #97CDDC;
}



table.calendar.thumb tbody td {
  padding: 3px 0;
  border-width: 4px;
  text-align: center;
}
table.calendar tbody td > h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif;
}
.calendar.thumbnail > table td.day h2 {
  font-size: 18px;
}
table.calendar td article {
  margin-top: 10px;
  font-size: 11px;
  line-height: 15px;
}
table.calendar td article h1 {
  color: white;
}
table.calendar td.not-in-month article {
  opacity: .25;
}
table.calendar td.not-in-month article:hover {
  opacity: 1;
}

*/ }
  section.calendar header h1 {
    font-size: 3em;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    font-weight: 300;
    margin-bottom: 0.5em;
    color: #b47d53;
    text-align: left; }
  section.calendar header h1 b {
    color: #fff; }

.calendar-page > header {
  position: relative;
  height: 36px;
  margin-bottom: 1em; }
  .calendar-page > header p {
    position: absolute;
    top: 0;
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase; }
  .calendar-page > header p a {
    color: #005f72; }
  .calendar-page > header p b {
    color: #97cddc; }
  .calendar-page > header .previous {
    left: 0; }
  .calendar-page > header .next {
    right: 0; }
  .calendar-page table.calendar {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 4px; }
  .calendar-page table.calendar th {
    padding: 0 0.5em 0.5em;
    text-align: left;
    color: #999;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .calendar-page table.calendar .calendar-day {
    width: 14%;
    padding: 0.5em;
    text-align: left;
    vertical-align: top; }
  .calendar-page table.calendar .calendar-day > h1 {
    margin-bottom: 0.5em;
    color: #333;
    font-size: 2em;
    font-weight: 300;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important; }
  .calendar-page table.calendar .calendar-day > a {
    display: block;
    font-size: 0.75em;
    margin-top: 0.5em; }
    .calendar-page table.calendar .calendar-day > a:first-of-type {
      margin-top: 0; }
    .calendar-page table.calendar .calendar-day > a:hover {
      color: #fff; }
  .calendar-page table.calendar .calendar-day.in-month {
    background-color: #102225;
    color: #ccc; }
    .calendar-page table.calendar .calendar-day.in-month > h1 {
      color: #fecb62; }
  .calendar-page table.calendar .calendar-day.not-in-month {
    border-top: 1px dotted #333; }
  .calendar-page table.calendar .calendar-day.in-month.has-events {
    background-color: #005f72;
    color: #fecb62; }
  .calendar-page table.calendar .calendar-day.today {
    font-weight: 700; }
  .calendar-page table.calendar .calendar-day .event {
    margin-top: 1em;
    line-height: 1.35em; }
    .calendar-page table.calendar .calendar-day .event:first-of-type {
      margin-top: 0; }
    .calendar-page table.calendar .calendar-day .event h1 {
      font-weight: normal; }
    .calendar-page table.calendar .calendar-day .event .date {
      display: none; }
  .calendar-page table.calendar .week:last-child .day.not-in-month {
    border-top: 0;
    border-bottom: 1px dotted #333; }

section.calendar {
  font-size: 0.8em;
  /*

.calendar.thumbnail {
  margin-left:  -4px;
  margin-right: -4px;
}
table.calendar {
  width: 100%;
  border: 0;
}
table.calendar thead th {
  width: 14%;
  padding: 5px 10px 10px;
  text-align: left;
  vertical-align: top;
  color: #666;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif;
}
.block table.calendar tbody td {
  padding: 0;
  background-color: none;
}
.block table.calendar tbody td a {
  position: relative;
  display: block;
  padding: 10px 5px;
  text-align: center;
  background-color: #202020;
  color: #ccc;
  font-weight: bold;
}
.block table.calendar tbody td a span {
  position: absolute;
  right: 2px;
  bottom: 2px;
  font-weight: normal;
  color: #B47D53;
}
.block table.calendar tbody td.not-this-month a,
.block table.calendar tbody td.not-this-month.with-events a {
  background-color: #101010;
  color: #333;
}
.block table.calendar tbody td.not-this-month span {
  color: #101010;
}
table.calendar tbody td:hover {
  background-color: #005F72;
  color: #FECB62;
}
.block table.calendar tbody td a:hover,
.block table.calendar tbody td.not-this-month a:hover {
  background-color: #005F72;
  color: #FECB62;
}
.block table.calendar tbody td a:hover span {
  color: #97CDDC;
}



table.calendar.thumb tbody td {
  padding: 3px 0;
  border-width: 4px;
  text-align: center;
}
table.calendar tbody td > h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif;
}
.calendar.thumbnail > table td.day h2 {
  font-size: 18px;
}
table.calendar td article {
  margin-top: 10px;
  font-size: 11px;
  line-height: 15px;
}
table.calendar td article h1 {
  color: white;
}
table.calendar td.not-in-month article {
  opacity: .25;
}
table.calendar td.not-in-month article:hover {
  opacity: 1;
}

*/ }
  section.calendar header h1 {
    font-size: 3em;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    font-weight: 300;
    margin-bottom: 0.5em;
    color: #b47d53;
    text-align: left; }
  section.calendar header h1 b {
    color: #fff; }
  section.calendar table.calendar {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 4px; }
  section.calendar table.calendar .day {
    width: 14%;
    text-align: center;
    vertical-align: top; }
  section.calendar table.calendar .day a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 1.5em;
    line-height: 2em;
    letter-spacing: 0.1em;
    font-family: Oswald, "Lucida Grande", "Lucida Sans", Trebuchet, Tahoma, Calibri, Helvetica, Arial, sans-serif !important;
    font-weight: 300; }
  section.calendar table.calendar .day.in-month a {
    background-color: #102225;
    color: #ccc; }
  section.calendar table.calendar .day.not-in-month {
    border-top: 1px dotted #333; }
  section.calendar table.calendar .day.in-month.has-events a {
    background-color: #005f72;
    color: #fecb62; }
  section.calendar table.calendar .day.today a {
    font-weight: 700; }
  section.calendar table.calendar .week:last-child .day.not-in-month {
    border-top: 0;
    border-bottom: 1px dotted #333; }
