@import url(/sites/all/themes/tht/fonts/apercu-regular-web/stylesheet.css);
@import url(/sites/all/themes/tht/fonts/apercu-medium-web/stylesheet.css);
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
/* line 5, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
/* line 26, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 30, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_reset.scss */
body {
  line-height: 1; }

/* line 33, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_reset.scss */
ol, ul {
  list-style: none; }

/* line 36, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_reset.scss */
blockquote, q {
  quotes: none; }

/* line 39, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 44, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 4, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

/* line 10, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
body {
  background: #fff;
  color: #333; }

/* line 18, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
.page {
  text-align: center;
  position: relative;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  background: #fff; }
  /* line 24, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
  .page .page-header, .page .content-wrapper {
    text-align: left; }
  /* line 28, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
  .page .content-wrapper {
    width: 100%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2em; }
    @media all and (max-width: 679px) {
      /* line 28, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
      .page .content-wrapper {
        max-width: 90%; } }
    @media all and (min-width: 680px) and (max-width: 979px) {
      /* line 28, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
      .page .content-wrapper {
        max-width: 620px; } }
    @media all and (min-width: 980px) {
      /* line 28, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
      .page .content-wrapper {
        max-width: 760px; } }

/* line 49, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
.footer {
  background: #f9f9f9;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
  z-index: 10;
  -webkit-backface-visibility: hidden; }
  /* line 57, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
  .footer.sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%; }
  /* line 65, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
  .footer .footer-branding {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em; }
  /* line 71, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
  .footer .tht-horisontal-logo {
    background-image: url("/sites/all/themes/tht/img/tht-logo-horizontal.png");
    background-image: none, url("/sites/all/themes/tht/img/tht-logo-horizontal.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 44px;
    width: auto; }
  @media all and (max-width: 679px) {
    /* line 83, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
    .footer .footer-nav {
      display: none; }
    /* line 86, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
    .footer .social-link {
      display: block;
      width: 50%;
      margin-left: 50%;
      -webkit-transform: translateX(-40px);
          -ms-transform: translateX(-40px);
              transform: translateX(-40px);
      margin-bottom: 1em;
      text-align: left; } }
  /* line 97, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
  .footer .footer-social-links, .footer .fine-print-group {
    margin-bottom: 1em;
    text-align: center; }
    /* line 100, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
    .footer .footer-social-links div, .footer .fine-print-group div {
      display: inline-block; }
      /* line 102, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
      .footer .footer-social-links div a, .footer .fine-print-group div a {
        text-decoration: none;
        margin: 0.5em; }
  /* line 109, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
  .footer .footer-social-links {
    font-size: 14px;
    font-size: 0.875rem; }
  /* line 113, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
  .footer .fine-print-group {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.3em;
    margin-right: 1em;
    margin-left: 1em; }

/* line 124, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
img[src*=".jpg"], img[src*=".jpeg"], img[src*=".JPG"], img[src*=".JPEG"] {
  width: 100%;
  max-width: 100%;
  height: auto; }

/* line 133, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
body, body#primary {
  font-family: "apercu-regular", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: normal;
  font-style: normal;
  font-size: 16px; }

/* line 139, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
html.ckeditor {
  background: #f9f9f9;
  text-align: center; }

/* line 143, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
body.ckeditor {
  background: #fff;
  display: inline-block;
  text-align: left;
  padding: 2em;
  width: 100%;
  max-width: 760px; }
  /* line 150, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
  body.ckeditor p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8em; }

/* line 156, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
h1 {
  font-family: "apercu-medium", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 600;
  font-style: normal; }
  @media all and (max-width: 679px) {
    /* line 156, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
    h1 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.3em;
      text-align: center; } }
  @media all and (min-width: 680px) and (max-width: 979px) {
    /* line 156, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
    h1 {
      font-size: 30px;
      font-size: 1.875rem; } }
  @media all and (min-width: 980px) {
    /* line 156, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
    h1 {
      font-size: 38px;
      font-size: 2.375rem; } }

/* line 172, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
h2 {
  font-family: "apercu-medium", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 600;
  font-style: normal; }
  @media all and (max-width: 679px) {
    /* line 172, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
    h2 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.3em;
      text-align: center; } }
  @media all and (min-width: 680px) and (max-width: 979px) {
    /* line 172, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
    h2 {
      font-size: 30px;
      font-size: 1.875rem; } }
  @media all and (min-width: 980px) {
    /* line 172, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
    h2 {
      font-size: 30px;
      font-size: 1.875rem; } }

/* line 188, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
h3, h4, h5, h6 {
  font-family: "apercu-medium", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 600;
  font-style: normal; }
  @media all and (max-width: 679px) {
    /* line 188, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
    h3, h4, h5, h6 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.3em; } }
  @media all and (min-width: 680px) and (max-width: 979px) {
    /* line 188, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
    h3, h4, h5, h6 {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media all and (min-width: 980px) {
    /* line 188, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
    h3, h4, h5, h6 {
      font-size: 24px;
      font-size: 1.5rem; } }

@media all and (max-width: 679px) {
  /* line 203, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
  .page {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.618em; } }

@media all and (min-width: 680px) and (max-width: 979px) {
  /* line 203, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
  .page {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.618em; } }

@media all and (min-width: 980px) {
  /* line 203, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
  .page {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8em; } }

/* line 218, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
p, h1, h2, h3, h4, h5, h6, small, blockquote {
  margin-bottom: 1em; }

/* line 222, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
.center {
  text-align: center; }

/* line 229, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
a {
  /* link-colors: normal, hover, active, visited, focus */
  color: #666;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  /* line 119, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_mixins.scss */
  a:visited {
    color: #666; }
  /* line 124, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_mixins.scss */
  a:focus {
    color: #333; }
  /* line 129, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_mixins.scss */
  a:hover {
    color: #333; }
  /* line 134, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_mixins.scss */
  a:active {
    color: #333; }

/* line 239, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
.navigation ul, .footer-nav ul, .slicknav_menu ul {
  text-align: center; }

/* line 242, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
.navigation li, .footer-nav li, .slicknav_menu li {
  display: inline-block;
  padding: 1em; }
  /* line 245, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
  .navigation li a, .footer-nav li a, .slicknav_menu li a {
    font-size: 16px;
    font-size: 1rem;
    text-decoration: none;
    border-bottom: 3px solid #fff; }
    /* line 249, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
    .navigation li a:hover, .footer-nav li a:hover, .slicknav_menu li a:hover {
      border-bottom: 3px solid #666; }
  /* line 253, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
  .navigation li.active a, .navigation li.active-trail a, .footer-nav li.active a, .footer-nav li.active-trail a, .slicknav_menu li.active a, .slicknav_menu li.active-trail a {
    color: #333;
    border-bottom: 3px solid #cce600; }

/* line 261, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
.navigation a {
  line-height: 3em;
  height: 3em; }

/* line 269, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
.slicknav_menu {
  margin-bottom: 1em; }
  /* line 270, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
  .slicknav_menu .slicknav_btn {
    display: block;
    text-align: center;
    text-decoration: none;
    background: -webkit-linear-gradient(up, #f9f9f9, #fff);
    background: linear-gradient(up, #f9f9f9, #fff); }
    /* line 276, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
    .slicknav_menu .slicknav_btn .icon-menu {
      font-size: 16px;
      font-size: 1rem;
      margin-right: .3em; }
    /* line 280, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
    .slicknav_menu .slicknav_btn .text-menu {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 3em;
      height: 3em; }
  /* line 287, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
  .slicknav_menu ul {
    background: #f9f9f9; }
  /* line 290, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
  .slicknav_menu li {
    display: block; }
    /* line 292, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
    .slicknav_menu li a {
      font-size: 14px;
      font-size: 0.875rem;
      border-bottom: 3px solid #f9f9f9; }

/* line 302, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
.footer-nav li a {
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 3px solid #f9f9f9; }

/* line 311, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
.element-hidden, .hidden {
  display: none; }

/* line 315, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px; }

/* line 323, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto; }

/* line 52, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_mixins.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

@font-face {
  font-family: 'icomoon';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAb0AAoAAAAABqwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAz0AAAM93o4oUk9TLzIAAAQ0AAAAYAAAAGAIIwe7Y21hcAAABJQAAABcAAAAXAqRveBnYXNwAAAE8AAAAAgAAAAIAAAAEGhlYWQAAAT4AAAANgAAADYAuQKSaGhlYQAABTAAAAAkAAAAJAO3AepobXR4AAAFVAAAACQAAAAkB28AZG1heHAAAAV4AAAABgAAAAYACVAAbmFtZQAABYAAAAFRAAABUVgWp4pwb3N0AAAG1AAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACODx0AAACTER0AAAAJHQAAAzQSAAoBAQgPERMWGyAlKi9pY29tb29uaWNvbW9vbnUwdTF1MjB1RTYwMHVGMDk5dUYwOUF1RjEwNHVGMTA1AAACAYkABwAJAgABAAQABwAKAA0AyAGCAcgCKgKL/JQO/JQO/JQO+5QOy/f/FfgUiwWRi5CJj4aPh42Gi4WLhYmGh4eHh4aJhYsI/BSLBYWLho2Hj4ePiZCLkYuRjZCPj4+QkI2RiwiL+5QV+BSLBZGLkImPho+HjYaLhYuFiYaHh4eHhomFiwj8FIsFhYuGjYePh4+JkIuRi5GNkI+Pj5CQjZGLCIv3FBX4FIsFkYuQiY+Gj4eNhouFi4WJhoeHh4eGiYWLCPwUiwWFi4aNh4+Hj4mQi5GLkY2Qj4+PkJCNkYsIDmeY2RWRipOLk4u2i7GYrKV3jHqRe5d7l4CahZ2RipGLkYuTi5OMk412j3mWfZx9nISei6IIi4wFmIOZiJqKfpOBloSZg5iHmoubi5yQmpOZom+ndKx6rHqvgrCJipKKkouSi6WUoJ2dCJ2doZSki6aLoYKed5+Pn5OdlYR2fnp3f5yMnZCdk354fHt5fouIi4eLhotyh3OEcgiEcoB0fHR8dHp3dnp3eXJ+b4BugWyGaotYi1uYYacIDvtvpvdtFYvf1IuLygWLrpWnn56fn6WUrIuni6GKmokIi0BeiwV7i4CHhYSFhIiBi30Ii1Xfi4A3QouL+200i4v3bUKLBQ773Zj3XRWLjoyNjY0I9xn3GQWNjY2MjYuOi42KjYkImX0FjYmMiIuJi4mKiImJCPsE+wT3BPsEBY2JjImLiIuJiomJiQh9fAWJiomKiIuJi4mMiYwI+xn3GgWJjIqOi40IDvvdj90Vi46MjY2NCPcE9wT7BPcEBYmNio6LjYuNjI6NjQiZmQWNjY2MjYuOi42KjYkI9xn7GQWNiYyJi4iLiYqIiYoI+xn7GgWJiomKiIuJi4mMiYwIfZoFiY2KjYuNCA74lBT4lBWLDAoAAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADxBQHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEAEgAAAAOAAgAAgAGAAEAIOYA8JrxBf/9//8AAAAAACDmAPCZ8QT//f//AAH/4xoED2wPAwADAAEAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAADU73QrXw889QALAgAAAAAAz+Lg3QAAAADP4uDdAAAAAAHVAdsAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAdUAAQAAAAAAAAAAAAAAAAAAAAkAAAAAAAAAAAAAAAABAAAAAgAAKwHcAA0BJQAbALcADQC3AAQAAFAAAAkAAAAAAA4ArgABAAAAAAABAA4AAAABAAAAAAACAA4AUwABAAAAAAADABoAJAABAAAAAAAEAA4AYQABAAAAAAAFABYADgABAAAAAAAGAAcAPgABAAAAAAAKADQAbwADAAEECQABAA4AAAADAAEECQACAA4AUwADAAEECQADABoAJAADAAEECQAEAA4AYQADAAEECQAFABYADgADAAEECQAGAA4ARQADAAEECQAKADQAbwBpAGMAbwBtAG8AbwBuAFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBtAG8AbwBuADoAIAAyADAAMQA0aWNvbW9vbgBpAGMAbwBtAG8AbwBuAFIAZQBnAHUAbABhAHIAaQBjAG8AbQBvAG8AbgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
  font-weight: normal;
  font-style: normal; }

/* line 351, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 367, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
.social-link:hover [class^="icon-"], .social-link:hover [class*=" icon-"] {
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  color: #65c4ff; }

/* line 373, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
.icon-menu:before {
  content: "\e600"; }

/* line 376, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
.icon-twitter:before {
  content: "\f099"; }

/* line 379, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
.icon-facebook:before {
  content: "\f09a"; }

/* line 382, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
.icon-angle-left:before {
  content: "\f104"; }

/* line 385, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_base.scss */
.icon-angle-right:before {
  content: "\f105"; }

/* line 1, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_book.scss */
.content-wrapper .field-name-field-book-thumbnail a {
  border-bottom: none; }
  /* line 3, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_book.scss */
  .content-wrapper .field-name-field-book-thumbnail a:hover {
    border-bottom: none; }

@media all and (min-width: 980px) {
  /* line 9, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_book.scss */
  .book-column {
    float: left;
    width: 50%; }
    /* line 12, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_book.scss */
    .book-column .left {
      margin-right: 1em; }
    /* line 15, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_book.scss */
    .book-column .right {
      margin-left: 1em; }
    /* line 18, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_book.scss */
    .book-column .field-name-body, .book-column .preview-link {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.618em; } }

/* line 26, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_book.scss */
.book-column img {
  width: 100%;
  max-width: 100%;
  height: auto; }

/* line 32, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_book.scss */
.book-wrapper, .book-preview-wrapper {
  margin-bottom: 2em; }

/* line 36, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_book.scss */
.book-preview-wrapper {
  max-width: 360px; }

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* line 14, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
[class^="tht-icons-"], [class*=" tht-icons-"] {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 26, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.tht-icons-grid:before {
  content: "\EA01"; }

/* line 30, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.tht-icons-table:before {
  content: "\EA02"; }

/* line 34, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.tht-icons-filter:before {
  content: "\EA03"; }

/* line 38, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.page-news-and-calendar .page .content-wrapper {
  width: 100%;
  text-align: center; }

/* line 44, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.flexbox .nac-cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  /* line 49, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .flexbox .nac-cards-container .nac-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  /* line 52, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .flexbox .nac-cards-container .nac-margin-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    /* line 56, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
    .flexbox .nac-cards-container .nac-margin-wrapper .meta {
      -ms-flex-item-align: end;
          align-self: flex-end; }

/* line 64, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.no-flexbox .nac-card {
  display: inline-block;
  vertical-align: bottom; }

/* line 71, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-cards-container .nac-card {
  min-height: 260px; }

/* line 75, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-cards-container .nac-margin-wrapper {
  margin: 10px;
  background: #eee;
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
  border-bottom: none !important; }
  /* line 81, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .nac-cards-container .nac-margin-wrapper:hover h3 {
    color: #333; }
  /* line 84, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .nac-cards-container .nac-margin-wrapper:hover .meta {
    color: #333;
    border-color: #333; }

/* line 92, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-cards-container .post-type-news .nac-margin-wrapper:hover {
  background: #65c4ff; }

/* line 95, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-cards-container .post-type-news .meta {
  border-color: #65c4ff; }

/* line 101, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-cards-container .post-type-calendar .nac-margin-wrapper:hover {
  background: #cce600; }

/* line 104, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-cards-container .post-type-calendar .meta {
  border-color: #cce600; }

/* line 109, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-cards-container .text-wrapper {
  margin: 0 1em;
  min-height: 100px; }
  @media all and (max-width: 679px) {
    /* line 109, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
    .nac-cards-container .text-wrapper {
      text-align: center; } }

/* line 116, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-cards-container h3 {
  display: inline-block;
  margin-top: .5em;
  margin-bottom: 0; }

/* line 121, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-cards-container .when-where {
  display: inline-block;
  margin: 1em 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2em; }

/* line 127, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-cards-container .meta {
  color: #999;
  border-color: #999;
  border-top: 3px solid #cce600;
  -webkit-transition: border-color 0.25s ease-out;
  transition: border-color 0.25s ease-out;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2em;
  width: 100%;
  padding: 0 .8em; }

/* line 137, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-cards-container .news-type .meta {
  border-top: 3px solid #65c4ff; }

/* line 143, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-tables-container .nac-table {
  margin-bottom: 1em;
  width: 100%;
  text-align: left;
  opacity: 0; }

/* line 149, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-tables-container .nac-margin-wrapper {
  padding: 1em 2em;
  width: 100%;
  display: block;
  border-bottom: 0;
  background-color: #eee; }
  /* line 155, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .nac-tables-container .nac-margin-wrapper:hover {
    border-bottom: 0; }
    /* line 157, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
    .nac-tables-container .nac-margin-wrapper:hover .meta {
      border-bottom-color: #666; }

/* line 163, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-tables-container .post-type-news .nac-margin-wrapper:hover {
  background-color: #65c4ff; }

/* line 166, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-tables-container .post-type-news .meta {
  border-bottom: 2px solid #65c4ff; }

/* line 171, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-tables-container .post-type-calendar .nac-margin-wrapper:hover {
  background-color: #cce600; }

/* line 174, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-tables-container .post-type-calendar .meta {
  border-bottom: 2px solid #cce600; }

/* line 179, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-tables-container .text-wrapper,
.nac-tables-container .meta {
  text-align: left;
  display: inline; }

/* line 185, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-tables-container img {
  display: none; }

/* line 189, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-tables-container .text-wrapper h3 {
  font-size: 1.1em;
  margin-bottom: 0; }

/* line 193, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-tables-container .text-wrapper .when-where {
  font-size: .9em;
  margin-bottom: 0;
  display: inline; }

/* line 199, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.nac-tables-container .meta {
  font-size: .9em;
  display: inline;
  margin-left: .6em;
  -webkit-transition: border-bottom-color 0.25s ease-out;
  transition: border-bottom-color 0.25s ease-out; }

@media all and (min-width: 680px) {
  /* line 210, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .nac-tables-container .nac-table {
    text-align: left;
    position: relative;
    overflow: hidden; }
  /* line 215, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .nac-tables-container .nac-margin-wrapper {
    height: 0;
    padding: 0;
    padding-bottom: 10%; }
  /* line 221, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .nac-tables-container .meta {
    text-align: left;
    display: block;
    width: 10%;
    margin-left: 0;
    border-bottom: 0 !important; }
  /* line 229, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .nac-tables-container picture {
    display: inline-block;
    padding-left: 10%;
    width: 20%; }
  /* line 235, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .nac-tables-container img {
    display: block;
    width: 100%; }
  /* line 240, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .nac-tables-container .post-type-calendar .meta,
  .nac-tables-container .post-type-news .meta {
    border-top: none; }
  /* line 245, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .nac-tables-container .text-wrapper {
    position: absolute;
    left: 24%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    text-align: left; }
    /* line 254, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
    .nac-tables-container .text-wrapper h3 {
      margin: 0;
      font-size: 1em;
      white-space: nowrap;
      max-height: 2em;
      text-overflow: ellipsis;
      overflow: hidden; }
    /* line 262, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
    .nac-tables-container .text-wrapper .when-where {
      margin: 0;
      font-size: .8em; }
  /* line 268, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .nac-tables-container .meta {
    font-size: .8em;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center; } }

/* line 285, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.node-type-calendar-event h1 {
  margin-bottom: 0;
  line-height: 1.3em; }

/* line 289, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.node-type-calendar-event small.wherewhen {
  display: block;
  margin-top: 1em;
  margin-bottom: 2em; }

/* line 297, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.node-calendar-event .full-meta {
  width: 100%;
  border-top: 3px solid #999;
  margin-top: 2em;
  margin-bottom: 1em;
  text-align: center; }
  /* line 303, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .node-calendar-event .full-meta .wrapper > div {
    display: inline-block; }
  /* line 306, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .node-calendar-event .full-meta .separator {
    margin-left: .5em;
    margin-right: .5em;
    color: #999; }

/* line 312, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.node-calendar-event ul.links.inline {
  text-align: center; }
  /* line 314, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .node-calendar-event ul.links.inline li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0; }

@media all and (min-width: 680px) {
  /* line 323, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .node-calendar-event ul.links.inline, .node-calendar-event .full-meta > .wrapper {
    width: 50%;
    float: left;
    margin: 0; }
  /* line 328, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .node-calendar-event .full-meta > .wrapper {
    text-align: left;
    margin-top: .5em;
    font-size: 14px;
    font-size: 0.875rem; }
  /* line 333, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .node-calendar-event ul.links.inline {
    text-align: right; } }

/* line 343, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.views-exposed-widgets .views-exposed-widget {
  display: inline-block;
  vertical-align: top; }

/* line 347, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.views-exposed-widgets .form-item {
  margin-right: 0;
  margin-bottom: .5em; }

/* line 351, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.views-exposed-widgets label {
  display: none; }

/* line 356, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.container-inline-date > .form-item, .form-item-field-date-value-value-year {
  margin-bottom: 0 !important; }

/* line 362, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.js .js-hide, .js .view-id-nojs_calendar {
  display: none; }

/* line 366, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.js .calendar-pager {
  display: none; }

/* line 370, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
.feed-icon {
  display: none; }

/* line 374, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
#news-and-calendar {
  width: 100%;
  padding-bottom: 4em; }
  /* line 378, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  #news-and-calendar .nac-contents-container {
    padding-top: 1em; }
  /* line 382, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  #news-and-calendar h1.content-title {
    text-align: center;
    margin-bottom: 0; }
  /* line 388, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  #news-and-calendar .nac-header-container {
    position: relative; }
  /* line 392, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  #news-and-calendar .nac-filter-controls {
    position: relative;
    width: 96%;
    top: -2em;
    margin: 0 auto;
    padding-bottom: 1em; }
    @media all and (max-width: 680px) {
      /* line 392, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
      #news-and-calendar .nac-filter-controls {
        top: auto;
        text-align: right; } }
  /* line 405, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  #news-and-calendar .nac-filter-container {
    display: none;
    text-align: center;
    overflow: hidden; }
  /* line 411, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  #news-and-calendar .nac-preloader {
    margin-top: 20px; }
  /* line 415, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  #news-and-calendar .nac-card {
    opacity: 0; }
  /* line 419, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  #news-and-calendar .nac-filter-toggle-btn,
  #news-and-calendar .nac-filter-grid-btn,
  #news-and-calendar .nac-filter-table-btn {
    position: absolute;
    top: 8px;
    font-size: 20px;
    color: #666;
    padding-bottom: 4px;
    border-bottom: 4px solid white;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    /* line 429, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
    #news-and-calendar .nac-filter-toggle-btn:hover, #news-and-calendar .nac-filter-toggle-btn.active:hover,
    #news-and-calendar .nac-filter-grid-btn:hover,
    #news-and-calendar .nac-filter-grid-btn.active:hover,
    #news-and-calendar .nac-filter-table-btn:hover,
    #news-and-calendar .nac-filter-table-btn.active:hover {
      cursor: pointer;
      color: #cce600;
      border-bottom: 4px solid #666; }
    /* line 434, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
    #news-and-calendar .nac-filter-toggle-btn.active,
    #news-and-calendar .nac-filter-grid-btn.active,
    #news-and-calendar .nac-filter-table-btn.active {
      color: #666;
      border-bottom: 4px solid #cce600; }
  /* line 440, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  #news-and-calendar .nac-filter-toggle-btn {
    right: 0; }
  /* line 444, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  #news-and-calendar .nac-filter-grid-btn {
    left: 0; }
  /* line 448, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  #news-and-calendar .nac-filter-table-btn {
    left: 45px; }
  /* line 452, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  #news-and-calendar .nac-filtergroup {
    border-top: 1px solid #ccc;
    display: inline-block;
    vertical-align: top;
    margin-right: 2em;
    text-align: left; }
    /* line 459, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
    #news-and-calendar .nac-filtergroup:last-child {
      margin-right: 0; }
    /* line 463, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
    #news-and-calendar .nac-filtergroup input {
      display: none; }
    /* line 467, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
    #news-and-calendar .nac-filtergroup label span {
      -webkit-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      border-bottom: 3px solid white; }
    /* line 472, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
    #news-and-calendar .nac-filtergroup :checked + span {
      border-bottom: 3px solid #cce600; }
      /* line 474, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
      #news-and-calendar .nac-filtergroup :checked + span:hover {
        border-bottom: 3px solid #cce600; }
    /* line 479, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
    #news-and-calendar .nac-filtergroup label {
      display: block;
      font-size: 14px; }
      /* line 482, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
      #news-and-calendar .nac-filtergroup label:hover {
        cursor: pointer; }
        /* line 484, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
        #news-and-calendar .nac-filtergroup label:hover span {
          border-bottom: 3px solid #666; }

@media all and (max-width: 679px) {
  /* line 494, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .page-news-and-calendar .page .content-wrapper {
    max-width: 400px; }
  /* line 498, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  #news-and-calendar .nac-card {
    width: 100%; }
  /* line 501, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  #news-and-calendar .nac-filter-toggle-btn {
    position: relative;
    display: inline-block; }
  /* line 505, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  #news-and-calendar .nac-filter-container {
    border-top: 1px solid #ccc;
    padding: 1em; }
    /* line 508, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
    .flexbox #news-and-calendar .nac-filter-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  /* line 515, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  #news-and-calendar .nac-filtergroup {
    border-top: none;
    width: auto; }
    /* line 518, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
    .flexbox #news-and-calendar .nac-filtergroup {
      margin-right: 0; }
  /* line 522, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  #news-and-calendar .nac-filter-tags {
    width: 40%;
    margin-left: 10%; } }

@media all and (min-width: 680px) {
  /* line 529, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .page-news-and-calendar .page .content-wrapper {
    max-width: 750px; }
  /* line 532, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .nac-card {
    width: 50%; }
  /* line 535, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .nac-filtergroup {
    width: 20%; } }

@media all and (min-width: 980px) {
  /* line 540, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .page-news-and-calendar .page .content-wrapper {
    max-width: 1200px; }
  /* line 543, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .nac-card {
    width: 33.3333%; }
  /* line 547, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .no-flexbox .nac-card:nth-child(3n+1) {
    clear: both; }
  /* line 550, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_calendar.scss */
  .nac-filtergroup {
    width: 15%; } }

/* variables */
@media all and (max-width: 479px) {
  /* line 42, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
  .header {
    height: 344px; } }

@media all and (min-width: 480px) and (max-width: 679px) {
  /* line 42, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
  .header {
    height: 422px; } }

@media all and (min-width: 680px) and (max-width: 979px) {
  /* line 42, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
  .header {
    height: 383px; } }

@media all and (min-width: 980px) {
  /* line 42, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
  .header {
    height: 500px; } }

/* line 44, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
.header .header-bg {
  width: 100%;
  position: absolute;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

/* line 52, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
.header .no-image {
  background: -webkit-linear-gradient(up, #fff 50%, #f9f9f9);
  background: linear-gradient(up, #fff 50%, #f9f9f9);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1; }
  @media all and (max-width: 479px) {
    /* line 52, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
    .header .no-image {
      height: 344px; } }
  @media all and (min-width: 480px) and (max-width: 679px) {
    /* line 52, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
    .header .no-image {
      height: 422px; } }
  @media all and (min-width: 680px) and (max-width: 979px) {
    /* line 52, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
    .header .no-image {
      height: 383px; } }
  @media all and (min-width: 980px) {
    /* line 52, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
    .header .no-image {
      height: 500px; } }

/* line 63, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
.view-featured-image-block {
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center; }
  @media all and (max-width: 479px) {
    /* line 63, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
    .view-featured-image-block {
      top: 156px; } }
  @media all and (min-width: 480px) and (max-width: 679px) {
    /* line 63, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
    .view-featured-image-block {
      top: 156px; } }
  /* line 82, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
  .view-featured-image-block .view-content {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 1280px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media all and (max-width: 479px) {
      /* line 82, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
      .view-featured-image-block .view-content {
        height: 188px; } }
    @media all and (min-width: 480px) and (max-width: 679px) {
      /* line 82, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
      .view-featured-image-block .view-content {
        height: 266px; } }
    @media all and (min-width: 680px) and (max-width: 979px) {
      /* line 82, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
      .view-featured-image-block .view-content {
        height: 383px; } }
    @media all and (min-width: 980px) {
      /* line 82, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
      .view-featured-image-block .view-content {
        height: 500px; } }
  /* line 93, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
  .view-featured-image-block .views-field-field-credit {
    position: absolute;
    right: 1em;
    bottom: 1em;
    z-index: 2;
    color: #fff;
    opacity: .5;
    font-size: 11px;
    font-size: 0.6875rem; }

/* line 107, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
.branding {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  /* line 118, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
  .branding .logo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute; }
    /* line 124, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
    .branding .logo.black {
      background-image: url("/sites/all/themes/tht/img/tht-logo-black.png");
      background-image: none, url("/sites/all/themes/tht/img/tht-logo-black.svg"); }
    /* line 128, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
    .branding .logo.white {
      background-image: url("/sites/all/themes/tht/img/tht-logo-white.png");
      background-image: none, url("/sites/all/themes/tht/img/tht-logo-white.svg"); }
    /* line 132, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
    .branding .logo.center {
      margin-left: 0; }
    @media all and (max-width: 679px) {
      /* line 118, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
      .branding .logo {
        background-image: url("/sites/all/themes/tht/img/tht-logo-black.png");
        background-image: none, url("/sites/all/themes/tht/img/tht-logo-black.svg");
        width: 100%;
        height: 100px; } }
    @media all and (min-width: 680px) {
      /* line 118, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
      .branding .logo {
        background-image: url("/sites/all/themes/tht/img/tht-logo-white.png");
        background-image: none, url("/sites/all/themes/tht/img/tht-logo-white.svg"); } }
    @media all and (max-width: 479px) {
      /* line 118, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
      .branding .logo {
        height: 120px;
        margin-top: 18px; } }
    @media all and (min-width: 480px) and (max-width: 679px) {
      /* line 118, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
      .branding .logo {
        height: 120px;
        margin-top: 18px; } }
    @media all and (min-width: 680px) and (max-width: 979px) {
      /* line 118, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
      .branding .logo {
        height: 263px;
        top: 60px;
        left: 1em;
        width: 222px; } }
    @media all and (min-width: 980px) {
      /* line 118, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_featuredimg.scss */
      .branding .logo {
        height: 300px;
        top: 100px;
        left: 2em;
        width: 260px; } }

/* line 2, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_film.scss */
.lightbox .video-close {
  position: fixed;
  top: 1.5em;
  right: 1.5em;
  padding: .5em 1em;
  z-index: 100000;
  color: #333;
  background: #fff;
  border-radius: 1em;
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out; }
  /* line 12, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_film.scss */
  .lightbox .video-close:hover {
    cursor: pointer;
    background: #cce600; }

@media all and (min-width: 980px) {
  /* line 5, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_links.scss */
  .field-name-field-links-left-column, .field-name-field-links-right-column {
    float: left;
    width: 50%; }
  /* line 9, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_links.scss */
  .field-name-field-links-left-column .field-items {
    margin-right: 1em; }
  /* line 12, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_links.scss */
  .field-name-field-links-right-column .field-items {
    margin-left: 1em; } }

/* line 2, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
.view-id-photo_gallery .views-row, .view-id-film_gallery .views-row {
  width: 50%;
  display: inline-block;
  float: left; }
  @media all and (max-width: 679px) {
    /* line 2, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
    .view-id-photo_gallery .views-row, .view-id-film_gallery .views-row {
      width: 100%;
      display: block;
      float: none; } }

/* line 13, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
.view-id-photo_gallery .gallery-wrapper, .view-id-film_gallery .gallery-wrapper {
  margin: .5em;
  position: relative; }
  /* line 16, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
  .view-id-photo_gallery .gallery-wrapper:hover, .view-id-film_gallery .gallery-wrapper:hover {
    cursor: pointer; }
    /* line 18, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
    .view-id-photo_gallery .gallery-wrapper:hover .background, .view-id-film_gallery .gallery-wrapper:hover .background {
      opacity: 0.8; }

/* line 23, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
.view-id-photo_gallery .gallery-info, .view-id-film_gallery .gallery-info {
  position: absolute;
  bottom: 2em;
  left: 1em;
  right: 1em;
  z-index: 12;
  color: white;
  text-align: center;
  pointer-events: none; }

/* line 34, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
.view-id-photo_gallery .background, .view-id-film_gallery .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
  background: #333;
  background: -webkit-linear-gradient(up, transparent 40%, black 100%);
  background: linear-gradient(up, transparent 40%, black 100%);
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out; }

/* line 43, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
.view-id-photo_gallery h3, .view-id-film_gallery h3 {
  margin-bottom: 0; }

/* line 46, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
.view-id-photo_gallery small, .view-id-film_gallery small {
  display: block; }

/* line 49, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
.view-id-photo_gallery picture, .view-id-film_gallery picture {
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden; }

/* line 57, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
.view-id-photo_gallery img, .view-id-film_gallery img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block; }

/* line 63, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
.view-id-photo_gallery .tabs, .view-id-film_gallery .tabs {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 12; }

/* line 69, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
.view-id-photo_gallery .playbtn, .view-id-film_gallery .playbtn {
  background-image: url("/sites/all/themes/tht/img/arrow-play.svg");
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px; }

/* line 87, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
.lightbox {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  z-index: 100; }
  /* line 99, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
  .lightbox.enabled {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  /* line 105, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
  .lightbox .not-visible {
    visibility: hidden; }
  /* line 110, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
  .lightbox .background {
    background: #eee;
    opacity: 0.95;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  /* line 120, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
  .lightbox .image-wrapper {
    /* pointer-events: none; */
    width: 100%;
    height: 100%; }
  /* line 126, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
  .lightbox .slide-wrapper {
    width: 999999px; }
  /* line 131, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
  .flexbox .lightbox .field-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  /* line 136, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
  .lightbox .info {
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 20%;
    width: 60%;
    height: 90%;
    display: table; }
    /* line 138, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
    .lightbox .info.off {
      opacity: 0; }
    /* line 148, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
    .lightbox .info .wrapper {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
    /* line 153, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
    .lightbox .info h1 {
      margin-bottom: .3em; }
    @media all and (max-width: 679px) {
      /* line 156, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
      .lightbox .info small {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.3em; } }
    /* line 162, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
    .lightbox .info .caption {
      margin-top: 1em; }
      @media all and (max-width: 679px) {
        /* line 162, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
        .lightbox .info .caption {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 1.3em; } }
      @media all and (min-width: 680px) and (max-width: 979px) {
        /* line 162, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
        .lightbox .info .caption {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media all and (min-width: 980px) {
        /* line 162, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
        .lightbox .info .caption {
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 1.3em; } }
  /* line 178, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
  .lightbox .infolink {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out; }
    @media all and (max-width: 679px) {
      /* line 178, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
      .lightbox .infolink {
        font-size: 16px;
        font-size: 1rem; } }
    /* line 190, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
    .lightbox .infolink.off {
      opacity: 0; }
    /* line 193, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
    .lightbox .infolink:hover {
      border-bottom: 3px solid #cce600; }
  /* line 198, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
  .lightbox .button {
    color: white;
    cursor: pointer;
    pointer-events: auto;
    position: absolute;
    font-size: 50px;
    z-index: 101;
    -webkit-backface-visibility: hidden; }
    /* line 208, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
    .lightbox .button.left, .lightbox .button.right {
      color: #999;
      -webkit-transition: color 0.25s ease-out;
      transition: color 0.25s ease-out; }
      /* line 211, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
      .lightbox .button.left:hover, .lightbox .button.right:hover {
        color: #333; }
    /* line 216, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
    .lightbox .button.left {
      top: 50%;
      margin-top: -15px;
      left: 20px; }
    /* line 222, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
    .lightbox .button.right {
      top: 50%;
      margin-top: -15px;
      right: 20px; }
    /* line 228, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
    .lightbox .button.close {
      top: 20px;
      right: 20px;
      font-size: 20px;
      color: #666; }
      @media all and (max-width: 679px) {
        /* line 228, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
        .lightbox .button.close {
          font-size: 16px;
          font-size: 1rem; } }
      /* line 238, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
      .lightbox .button.close:hover {
        border-bottom: 3px solid #cce600; }
  /* line 244, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
  .lightbox .load-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1; }
  /* line 252, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
  .lightbox .loader {
    /*     background-image: url("/sites/all/themes/furninova/img/ajax-loader.gif"); */
    width: 100%;
    text-align: center;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out; }
    /* line 257, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
    .lightbox .loader img {
      height: 24px;
      width: 24px; }
    /* line 261, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
    .lightbox .loader.off {
      opacity: 0; }
  /* line 268, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_photo.scss */
  .lightbox .image-wrapper img {
    /*       width: 100%; */
    max-height: 100%;
    max-width: 100%;
    height: auto; }

/* line 5, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_text.scss */
small, blockquote {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.618em; }

@media all and (max-width: 679px) {
  /* line 10, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_text.scss */
  small, h2 {
    width: 100%;
    text-align: center;
    display: block; } }

/* line 18, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_text.scss */
blockquote {
  color: #999;
  font-style: italic;
  margin: 2em; }

/* line 24, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_text.scss */
strong {
  font-weight: bold; }

/* line 28, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_text.scss */
em {
  font-style: italic; }

/* line 32, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_text.scss */
u {
  border-bottom: 2px solid #cce600;
  text-decoration: none; }

/* line 37, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_text.scss */
s {
  text-decoration: line-through; }

/* line 42, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_text.scss */
.content-wrapper ul, .content-wrapper ol, body.ckeditor ul, body.ckeditor ol {
  margin: 1em; }
  /* line 44, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_text.scss */
  .content-wrapper ul li, .content-wrapper ol li, body.ckeditor ul li, body.ckeditor ol li {
    list-style-position: inside;
    list-style: disc;
    margin-bottom: 1em; }

/* line 52, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_text.scss */
.content-wrapper ol li, body.ckeditor ol li {
  list-style: decimal; }

/* line 58, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_text.scss */
.about-header {
  margin-top: 2em; }

/* line 62, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_text.scss */
.content-wrapper a {
  text-decoration: none;
  border-bottom: 2px solid #cce600; }
  /* line 65, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_text.scss */
  .content-wrapper a:hover {
    border-bottom: 2px solid #333; }

/* line 70, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_text.scss */
a.donate-button {
  color: #333;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
  line-height: 5em;
  font-family: "apercu-medium", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  border-radius: 1em;
  background: #cce600;
  border-bottom: none; }
  /* line 81, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_text.scss */
  a.donate-button:hover {
    background: #e2ff01;
    border-bottom: none; }

/* line 89, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_text.scss */
body.ckeditor {
  width: 100%; }
  /* line 91, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_text.scss */
  body.ckeditor .show-hide-toggle {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8em; }
  /* line 97, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_text.scss */
  body.ckeditor .toggle-text:before, body.ckeditor .toggle-text:after {
    display: table;
    clear: both;
    width: 100%;
    background: pink;
    font-size: 12px;
    padding-left: 2em; }
  /* line 106, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_text.scss */
  body.ckeditor .toggle-text:before {
    margin-top: 1em;
    content: "Slide toggle text starts";
    border-bottom: 2px dashed #65c4ff; }
  /* line 111, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_text.scss */
  body.ckeditor .toggle-text:after {
    margin-bottom: 1em;
    content: "Slide toggle text ends";
    border-top: 2px dashed #65c4ff; }
  /* line 118, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/content/_text.scss */
  body.ckeditor .toggle-link:after {
    display: table;
    clear: both;
    width: 100%;
    background: #65c4ff;
    font-size: 12px;
    padding-left: 2em;
    margin-bottom: 1em;
    color: white;
    content: "This is a slide toggle link, it will control the slide toggle text directly underneath";
    border-top: 2px dashed pink; }

/* http://slicknav.com */
/* line 4, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_slicknav.scss */
.slicknav_menu {
  display: none; }

@media all and (max-width: 679px) {
  /* line 11, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_slicknav.scss */
  .js #main-menu {
    display: none; }
  /* line 16, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_slicknav.scss */
  .js .slicknav_menu {
    display: block; }
  /* line 20, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_slicknav.scss */
  .page-header {
    min-height: 40px; } }

/* line 1, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectricWrapper {
  position: relative;
  margin: 0 0 10px;
  width: 200px;
  cursor: pointer; }

/* line 8, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectricResponsive {
  width: 100%; }

/* line 12, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectric {
  /*   border: 1px solid #DDD; */
  background: #eee;
  position: relative;
  /*   border-radius: 2px; */ }

/* line 19, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 6px;
  /*
  font-size: 12px;
  line-height: 18px;
*/
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.618em;
  color: #444;
  min-height: 18px; }

/* line 35, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: #BBB;
  text-align: center;
  font-family: "apercu-medium", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem; }

/* line 48, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none; }

/* line 63, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectricHover .selectric {
  border-color: #CCC; }

/* line 67, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectricHover .selectric .button {
  color: #888; }

/* line 71, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectricHover .selectric .button:after {
  border-top-color: #888; }

/* line 75, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectricOpen {
  z-index: 9999; }

/* line 79, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectricOpen .selectric {
  border-color: #CCC;
  background: #F0F0F0;
  z-index: 9999; }

/* line 85, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectricOpen .selectricItems {
  display: block; }

/* line 89, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

/* line 97, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

/* line 104, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none; }

/* line 110, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

/* line 126, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* line 132, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectricItems {
  display: none;
  position: absolute;
  overflow: auto;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  /*   border: 1px solid #CCC; */
  z-index: 9998;
  box-shadow: 0 0 10px -6px; }

/* line 144, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectricItems ul, .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  /*
  font-size: 12px;
  line-height: 20px;
*/
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.618em;
  min-height: 20px; }

/* line 157, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectricItems li {
  display: block;
  padding: 5px;
  /*   border-top: 1px solid #FFF; */
  /*   border-bottom: 1px solid #EEE; */
  color: #666;
  cursor: pointer; }

/* line 166, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectricItems li.selected {
  border-bottom: 2px solid #cce600; }

/* line 170, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectricItems li:hover {
  background: #F0F0F0;
  color: #444; }

/* line 175, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/plugins/_selectric.scss */
.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default; }

/* line 40, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
.page.section > div.tabs {
  padding: 1em 0;
  border-bottom: 2em solid #fff;
  text-align: center; }

/* line 46, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
div.tabs {
  /*   background: $light-grey; */
  /*   @include background-image(linear-gradient(top, $light-grey 20%, lighten($light-grey, 10%))); */ }
  /* line 49, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
  div.tabs li {
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: "apercu-medium", Calibri, sans-serif;
    font-size-adjust: 0.508;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    border-radius: 1em;
    -webkit-transition: background 0.25s ease-out;
    transition: background 0.25s ease-out;
    background: #333; }
    /* line 21, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
    div.tabs li:hover {
      background: #cce600; }
    /* line 51, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
    div.tabs li a {
      text-decoration: none;
      font-weight: normal;
      /* link-colors: normal, hover, active, visited, focus */
      color: #fff;
      padding-left: 1em;
      padding-right: 1em;
      height: 2em;
      line-height: 2em;
      border-bottom: none; }
      /* line 129, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_mixins.scss */
      div.tabs li a:hover {
        color: #333; }
      /* line 54, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
      div.tabs li a:hover {
        border-bottom: none; }
      /* line 57, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
      div.tabs li a.active {
        display: none; }
  /* line 62, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
  .view-featured-image-block div.tabs {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9; }

/* line 72, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
a.admin-button {
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: "apercu-medium", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 1em;
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
  background: #333;
  text-decoration: none;
  font-weight: normal;
  /* link-colors: normal, hover, active, visited, focus */
  color: #fff;
  padding-left: 1em;
  padding-right: 1em;
  height: 2em;
  line-height: 2em;
  border-bottom: none; }
  /* line 21, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
  a.admin-button:hover {
    background: #cce600; }
  /* line 129, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_mixins.scss */
  a.admin-button:hover {
    color: #333; }
  /* line 76, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
  a.admin-button:hover {
    border-bottom: none; }
  /* line 79, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
  .about-header a.admin-button {
    margin-bottom: 2em; }
  /* line 82, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
  a.admin-button.margin-left {
    margin-left: 10px; }

/* line 90, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
.custom-admin-bar {
  font-size: 15px;
  position: fixed;
  z-index: 10;
  bottom: auto;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(204, 230, 0, 0.95);
  text-align: right; }
  @media all and (max-width: 480px) {
    /* line 90, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
    .custom-admin-bar {
      font-size: 12px; } }
  /* line 104, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
  .custom-admin-bar .table-wrapper {
    display: inline-table; }
  /* line 107, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
  .custom-admin-bar .table-cell {
    display: table-cell;
    height: 3em;
    vertical-align: middle; }
  /* line 112, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
  .custom-admin-bar .custom-admin-bar-name {
    position: absolute;
    left: 1em;
    top: 0px;
    line-height: 3em; }
  /* line 118, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
  .custom-admin-bar ul {
    margin: 0;
    padding: 0; }
    /* line 121, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
    .custom-admin-bar ul li {
      display: inline-block;
      margin-left: .5em; }
      /* line 124, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
      .custom-admin-bar ul li a {
        cursor: pointer;
        -webkit-appearance: none;
        display: inline-block;
        background: none;
        border: none;
        margin: 0;
        padding: 0;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        font-family: "apercu-medium", Calibri, sans-serif;
        font-size-adjust: 0.508;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        font-size: 1rem;
        border-radius: 1em;
        -webkit-transition: background 0.25s ease-out;
        transition: background 0.25s ease-out;
        background: #333;
        text-decoration: none;
        font-weight: normal;
        /* link-colors: normal, hover, active, visited, focus */
        color: #fff;
        padding-left: 1em;
        padding-right: 1em;
        height: 2em;
        line-height: 2em;
        font-size: 1em; }
        /* line 21, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
        .custom-admin-bar ul li a:hover {
          background: #cce600; }
        /* line 129, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_mixins.scss */
        .custom-admin-bar ul li a:hover {
          color: #333; }
      /* line 129, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
      .custom-admin-bar ul li:last-child {
        margin-right: 1em; }

/* line 140, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
textarea:focus, input:focus {
  outline: 0; }

/* line 144, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: "apercu-medium", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 1em;
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
  background: #333;
  text-decoration: none;
  font-weight: normal;
  /* link-colors: normal, hover, active, visited, focus */
  color: #fff;
  padding-left: 1em;
  padding-right: 1em;
  height: 2em;
  line-height: 2em; }
  /* line 21, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
  input[type=submit]:hover {
    background: #cce600; }
  /* line 129, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_mixins.scss */
  input[type=submit]:hover {
    color: #333; }

/* line 149, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
input[type=text], input[type=password] {
  text-align: center;
  -webkit-appearance: none;
  background: #eee;
  border: none;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  padding-left: 1em;
  padding-right: 1em;
  height: 2em;
  line-height: 2em;
  font-family: "apercu-medium", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 1em;
  margin-bottom: 1em;
  width: 50%; }
  /* line 167, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
  input[type=text].error, input[type=password].error {
    background: #FFB666; }
    /* line 89, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_mixins.scss */
    input[type=text].error.placeholder, input[type=password].error.placeholder {
      color: #333; }
    /* line 90, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_mixins.scss */
    input[type=text].error:-moz-placeholder, input[type=password].error:-moz-placeholder {
      color: #333; }
    /* line 91, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_mixins.scss */
    input[type=text].error::-moz-placeholder, input[type=password].error::-moz-placeholder {
      color: #333; }
    /* line 92, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_mixins.scss */
    input[type=text].error:-ms-input-placeholder, input[type=password].error:-ms-input-placeholder {
      color: #333; }
    /* line 93, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_mixins.scss */
    input[type=text].error::-webkit-input-placeholder, input[type=password].error::-webkit-input-placeholder {
      color: #333; }

/* line 178, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
div.messages {
  background: #cce600;
  color: #333;
  padding: 1em;
  margin-bottom: 1em;
  text-align: center; }
  /* line 184, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
  div.messages.status {
    background: #cce600; }
  /* line 187, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
  div.messages.error {
    background: #FFB666; }

/* Krumo */
/* line 193, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
.krumo-root {
  text-align: left; }

/* line 201, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
#user-login, #user-pass {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center; }
  /* line 205, /Volumes/3TB/Dev/clustered/docroot/timtrust/public_html/sites/all/themes/tht/src/styles/_admin.scss */
  #user-login label, #user-login .description, #user-pass label, #user-pass .description {
    display: none; }

/*# sourceMappingURL=../../../../../../../gulp/sass */