/* ==================================================
 * ALL
 * authors: justins@journeygroup.com, joshb@journeygroup.com
 * ================================================== */
/* ================================================== */
/* line 21, ../sass/_theme.scss */
body {
  background: #ebebeb;
  color: #222222;
  margin: 0;
  padding: 0; }

/* line 22, ../sass/_theme.scss */
.page {
  background: white;
  overflow: hidden; }

/* line 24, ../sass/_theme.scss */
p {
  margin: 0 0 1em; }

/* line 26, ../sass/_theme.scss */
table {
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 10px;
  width: 100%; }
  /* line 27, ../sass/_theme.scss */
  table td, table th {
    padding: 6px 8px; }
  /* line 28, ../sass/_theme.scss */
  table th {
    background: #cfcfcf;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 15px; }

/* line 30, ../sass/_theme.scss */
tr.even, tr.odd {
  background: #ebebeb; }

/* line 31, ../sass/_theme.scss */
tr.odd {
  background: white; }

/* line 33, ../sass/_theme.scss */
small {
  font-size: 13px;
  color: #ADADAD; }

/* line 35, ../sass/_theme.scss */
a {
  color: #1f7a9c;
  text-decoration: none; }
  /* line 36, ../sass/_theme.scss */
  a:hover {
    color: #0b5c7e;
    text-decoration: underline; }

/* line 39, ../sass/_theme.scss */
ul {
  margin-left: 5%;
  padding-left: 0; }

/* ================================================== */
/* line 59, ../sass/_theme.scss */
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading p, .wf-loading blockquote, .wf-loading a, .wf-loading label,
.wf-loading .field-date, .wf-loading .cover-image .volume, .wf-loading .cover-volume span,
.wf-loading .price, .wf-loading .label, .wf-loading .field-author, .wf-loading .field.body {
  visibility: hidden; }

/* line 65, ../sass/_theme.scss */
body {
  font: normal 19px/27px "ff-tisa-web-pro", serif; }
  @media only screen and (max-width: 500px) {
    /* line 65, ../sass/_theme.scss */
    body {
      font-size: 16px;
      line-height: 24px; } }

/* line 68, ../sass/_theme.scss */
input, textarea, select {
  font-family: "ff-tisa-web-pro", serif; }

/* line 71, ../sass/_theme.scss */
h1, h2, h3, h4, h5 {
  font-family: "p22-underground", sans-serif;
  font-weight: 500; }

/* line 72, ../sass/_theme.scss */
h1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px; }
  @media only screen and (max-width: 500px) {
    /* line 72, ../sass/_theme.scss */
    h1 {
      font-size: 26px;
      line-height: 30px; } }

/* line 75, ../sass/_theme.scss */
h2 {
  font-size: 30px;
  line-height: 40px; }
  @media only screen and (max-width: 500px) {
    /* line 75, ../sass/_theme.scss */
    h2 {
      font-size: 22px;
      line-height: 28px; } }

/* line 79, ../sass/_theme.scss */
.secondary-menu, .sidebar-right, .field-date, .subcategories {
  font-family: "p22-underground", sans-serif; }

/* line 80, ../sass/_theme.scss */
.sidebar-right {
  font-weight: 300; }

/* ================================================== */
/* line 100, ../sass/_theme.scss */
html, body {
  height: 100%; }

@media only screen and (max-width: 450px) {
  /* line 101, ../sass/_theme.scss */
  body {
    min-width: 320px; } }

/* line 104, ../sass/_theme.scss */
.page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -130px; }

/* line 105, ../sass/_theme.scss */
.footer, .push {
  height: 130px; }

/* line 107, ../sass/_theme.scss */
.main {
  padding: 60px 0; }
  @media only screen and (max-width: 800px) {
    /* line 107, ../sass/_theme.scss */
    .main {
      padding-top: 30px; } }

/* line 111, ../sass/_theme.scss */
.wrapper {
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    /* line 111, ../sass/_theme.scss */
    .wrapper {
      padding-left: 20px;
      padding-right: 20px; } }

/* line 115, ../sass/_theme.scss */
.region-header {
  display: inline-block; }

/* line 116, ../sass/_theme.scss */
.navigation.menu {
  position: absolute;
  bottom: -19px;
  right: 0;
  z-index: 100; }
  @media only screen and (max-width: 1024px) {
    /* line 116, ../sass/_theme.scss */
    .navigation.menu {
      right: 20px; } }
  @media only screen and (max-width: 800px) {
    /* line 116, ../sass/_theme.scss */
    .navigation.menu {
      clear: both;
      bottom: -4px;
      position: relative;
      right: auto; } }

/* line 122, ../sass/_theme.scss */
.col-1 {
  float: left;
  width: 62.5%; }
  @media only screen and (max-width: 900px) {
    /* line 122, ../sass/_theme.scss */
    .col-1 {
      float: none;
      margin-left: 40px;
      margin-right: 40px;
      width: auto; } }
  @media only screen and (max-width: 800px) {
    /* line 122, ../sass/_theme.scss */
    .col-1 {
      margin-left: 20px;
      margin-right: 20px; } }
  @media only screen and (max-width: 500px) {
    /* line 122, ../sass/_theme.scss */
    .col-1 {
      margin-left: 0;
      margin-right: 0; } }

/* line 127, ../sass/_theme.scss */
.col-2 {
  float: right;
  text-align: center;
  width: 31.25%; }
  @media only screen and (max-width: 900px) {
    /* line 127, ../sass/_theme.scss */
    .col-2 {
      float: none;
      width: auto; } }

/* line 131, ../sass/_theme.scss */
.third {
  float: left;
  margin-left: 6.25%;
  width: 29.16667%; }
  /* line 132, ../sass/_theme.scss */
  .third:first-child {
    margin-left: 0; }
  /* line 133, ../sass/_theme.scss */
  .third .third--first-child {
    margin-left: 0; }
  @media only screen and (max-width: 800px) {
    /* line 131, ../sass/_theme.scss */
    .third {
      float: none;
      margin: 0 60px 30px;
      width: auto; }
      /* line 136, ../sass/_theme.scss */
      .third:first-child {
        margin-left: 60px; }
      /* line 137, ../sass/_theme.scss */
      .third .third--first-child {
        margin-left: 60px; } }
  @media only screen and (max-width: 500px) {
    /* line 131, ../sass/_theme.scss */
    .third {
      margin: 0 0 30px; }
      /* line 140, ../sass/_theme.scss */
      .third:first-child {
        margin-left: 0; }
      /* line 141, ../sass/_theme.scss */
      .third .third--first-child {
        margin-left: 0; } }

/* ================================================== */
@media only screen and (max-width: 800px) {
  /* line 162, ../sass/_theme.scss */
  #toolbar {
    display: none !important; } }

/* line 169, ../sass/_theme.scss */
div.tabs.primary {
  background-color: #595959;
  font-family: "p22-underground", sans-serif;
  height: 32px;
  overflow: hidden;
  padding-top: 18px;
  position: relative; }
  /* line 170, ../sass/_theme.scss */
  div.tabs.primary:before, div.tabs.primary:after {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    content: " ";
    display: block;
    height: 4px;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0; }
  /* line 171, ../sass/_theme.scss */
  div.tabs.primary:before {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.75);
    top: auto;
    bottom: 100%; }
  /* line 173, ../sass/_theme.scss */
  div.tabs.primary ul.primary {
    border: none;
    height: 30px;
    margin: 0 auto;
    max-width: 960px;
    padding: 2px 20px 0; }
    /* line 174, ../sass/_theme.scss */
    div.tabs.primary ul.primary li {
      float: left; }
    /* line 175, ../sass/_theme.scss */
    div.tabs.primary ul.primary a {
      background-color: #999999;
      border: none;
      border-radius: 8px 8px 0 0;
      color: white;
      display: block;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 18px;
      margin: 0 4px 0 0;
      overflow: hidden;
      padding: 10px 12px 2px;
      position: relative;
      text-transform: uppercase; }
      /* line 176, ../sass/_theme.scss */
      div.tabs.primary ul.primary a:hover {
        background-color: #cfcfcf;
        color: black; }
      /* line 178, ../sass/_theme.scss */
      div.tabs.primary ul.primary a.active, div.tabs.primary ul.primary a.active-trail {
        background-color: white;
        color: black;
        font-weight: bold;
        position: relative;
        z-index: 10; }

/* line 185, ../sass/_theme.scss */
.tabs-secondary {
  border: none;
  margin: -10px 0 30px; }

/* line 186, ../sass/_theme.scss */
.tabs-secondary .tabs {
  border: none;
  padding: 0; }

/* line 188, ../sass/_theme.scss */
ul.secondary {
  border: none;
  float: right;
  /* LTR */
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 16px;
  overflow: hidden; }

/* line 189, ../sass/_theme.scss */
ul.secondary li {
  border: none;
  margin: 0 5px;
  padding: 0;
  float: none;
  /* LTR */ }

/* line 190, ../sass/_theme.scss */
ul.secondary li a {
  background-color: #ddd;
  border: none;
  color: #000;
  display: inline-block; }

/* line 191, ../sass/_theme.scss */
ul.secondary li a,
ul.secondary li a:hover,
ul.secondary li.active a,
ul.secondary li.active a.active,
ul.secondary li.active-trail a.active-trail,
ul.secondary li.active-trail a {
  padding: 2px 10px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px; }

/* line 201, ../sass/_theme.scss */
ul.secondary li a:hover,
ul.secondary li.active a,
ul.secondary li.active-trail a,
ul.secondary li.active a.active,
ul.secondary li.active-trail a.active-trail {
  color: #fff;
  background: #666;
  border: none; }

/* ================================================== */
/* line 225, ../sass/_theme.scss */
input, textarea, select {
  border: none;
  border-radius: 5px;
  font-size: 19px;
  line-height: 28px;
  outline: none;
  margin: 0;
  padding: 8px 12px;
  resize: none; }

/* line 226, ../sass/_theme.scss */
input[type="text"], input[type="password"], input[type="email"], input[type="search"], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 229, ../sass/_theme.scss */
input[type="button"] {
  padding: 6px 12px 10px; }

/* line 231, ../sass/_theme.scss */
input[type='text'], input[type='password'], input[type='email'], textarea, select, .select-wrapper {
  background-color: #ebebeb;
  box-shadow: none;
  line-height: 100%;
  margin: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 235, ../sass/_theme.scss */
input[type='button'], input[type='submit'] {
  background-color: #1f7a9c;
  color: white;
  cursor: pointer; }
  /* line 236, ../sass/_theme.scss */
  input[type='button']:hover, input[type='submit']:hover {
    background-color: #0b5c7e; }
  /* line 238, ../sass/_theme.scss */
  input[type='button'].processing, input[type='submit'].processing {
    background-image: url(../img/ajax-loader2.gif);
    background-position: right center;
    background-repeat: no-repeat;
    color: #a9a9a9;
    padding-right: 45px; }

/* line 241, ../sass/_theme.scss */
input[type="text"], input[type="password"], input[type='email'], textarea, select, option, .select-wrapper {
  font-size: 17px;
  line-height: 28px; }

/* line 243, ../sass/_theme.scss */
fieldset {
  border-color: #ebebeb;
  border-style: solid; }

/* line 245, ../sass/_theme.scss */
.select-wrapper {
  background-image: url(../img/drop-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 5px;
  overflow: hidden; }
  /* line 246, ../sass/_theme.scss */
  .select-wrapper select {
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    width: 110%; }
  /* line 247, ../sass/_theme.scss */
  .select-wrapper option {
    background: transparent; }

/* line 250, ../sass/_theme.scss */
.filter-wrapper {
  background: #ebebeb;
  border: none;
  padding: 8px; }
  /* line 251, ../sass/_theme.scss */
  .filter-wrapper .form-type-select {
    color: #999999;
    font-size: 12px;
    margin: 0;
    padding: 0; }

/* line 253, ../sass/_theme.scss */
.filter-guidelines, .filter-help {
  display: none; }

/* line 259, ../sass/_theme.scss */
.block-search {
  float: left;
  margin-right: 10px; }
  /* line 260, ../sass/_theme.scss */
  .block-search .form-item-search-block-form {
    margin: 0;
    padding: 0;
    height: auto;
    position: relative; }
  /* line 261, ../sass/_theme.scss */
  .block-search input {
    background: url(../img/magnify.png) right 6px no-repeat;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    height: 27px;
    line-height: 19px;
    margin: 0;
    outline: none !important;
    padding: 0 16px;
    position: relative;
    top: -2px;
    width: 0;
    text-indent: -9999px;
    /* text-indent hack is needed for IE support */
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  /* line 265, ../sass/_theme.scss */
  .block-search input:-moz-placeholder, .block-search input::-moz-placeholder, .block-search input::-webkit-input-placeholder {
    color: #cfcfcf; }
  /* line 266, ../sass/_theme.scss */
  .block-search form:hover input, .block-search input:focus {
    background-color: white;
    padding-left: 10px;
    width: 150px;
    text-indent: 0px; }
  /* line 268, ../sass/_theme.scss */
  .block-search .content .form-actions {
    display: none; }
  @media only screen and (max-width: 800px) {
    /* line 259, ../sass/_theme.scss */
    .block-search {
      float: right;
      margin-top: 0;
      margin-right: 0; }
      /* line 271, ../sass/_theme.scss */
      .block-search input {
        background-color: white;
        height: 28px;
        padding-left: 10px;
        top: 0;
        width: 150px; } }
  @media only screen and (max-width: 720px) {
    /* line 259, ../sass/_theme.scss */
    .block-search {
      float: none;
      padding-bottom: 20px; }
      /* line 274, ../sass/_theme.scss */
      .block-search input, .block-search form:hover input, .block-search input:focus {
        width: 280px; } }
  @media only screen and (max-width: 450px) {
    /* line 259, ../sass/_theme.scss */
    .block-search {
      padding-bottom: 10px; } }

/* line 279, ../sass/_theme.scss */
.search-form {
  *zoom: 1; }
  /* line 38, ../../.rvm/gems/ruby-2.2.0@compass/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .search-form:after {
    content: "";
    display: table;
    clear: both; }
  /* line 280, ../sass/_theme.scss */
  .search-form .form-item-keys {
    width: 75%;
    display: block;
    float: left; }
  /* line 281, ../sass/_theme.scss */
  .search-form input[type='submit'] {
    float: left;
    margin-left: 5%;
    width: 20%;
    margin-top: 10px; }
  @media only screen and (max-width: 500px) {
    /* line 283, ../sass/_theme.scss */
    .search-form .form-item-keys {
      width: 60%; }
    /* line 284, ../sass/_theme.scss */
    .search-form input[type='submit'] {
      width: 35%; } }

/* line 288, ../sass/_theme.scss */
ol.search-results {
  margin: 0px;
  padding: 0px; }
  /* line 289, ../sass/_theme.scss */
  ol.search-results li {
    margin-bottom: 40px; }
  /* line 290, ../sass/_theme.scss */
  ol.search-results .title {
    border: 0px;
    margin-bottom: 10px; }
  /* line 291, ../sass/_theme.scss */
  ol.search-results .search-snippet-info {
    padding-left: 0px;
    font-size: 17px; }

/* line 298, ../sass/_theme.scss */
.pay-item {
  color: #595959;
  display: block;
  padding: 7px 0px; }
  /* line 299, ../sass/_theme.scss */
  .pay-item.total {
    border-top: 2px solid #ebebeb;
    margin-top: 7px; }
    /* line 300, ../sass/_theme.scss */
    .pay-item.total .pay-price {
      color: #1f7a9c;
      font-size: 24px; }
  /* line 302, ../sass/_theme.scss */
  .pay-item.promocode {
    color: #60C531; }
  /* line 304, ../sass/_theme.scss */
  .pay-item .pay-price {
    float: right; }

/* line 306, ../sass/_theme.scss */
.pay-error {
  clear: both; }

/* line 308, ../sass/_theme.scss */
.fancy-radio-item {
  border-radius: 0;
  float: left;
  margin-bottom: 20px;
  width: 50%; }
  /* line 309, ../sass/_theme.scss */
  .fancy-radio-item:nth-child(odd) .form-element label {
    border-radius: 5px 0 0 5px; }
  /* line 310, ../sass/_theme.scss */
  .fancy-radio-item:nth-child(even) .form-element label {
    border-radius: 0 5px 5px 0; }
  /* line 312, ../sass/_theme.scss */
  .fancy-radio-item.selected .form-element label {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    border-color: #be1939;
    opacity: 1;
    position: relative;
    z-index: 10; }
    /* line 313, ../sass/_theme.scss */
    .fancy-radio-item.selected .form-element label, .fancy-radio-item.selected .form-element label:hover {
      background-color: white; }
  /* line 317, ../sass/_theme.scss */
  .fancy-radio-item .form-element, .mha-form .fancy-radio-item .form-element {
    padding-bottom: 0; }
  /* line 319, ../sass/_theme.scss */
  .fancy-radio-item input {
    position: absolute;
    margin-left: -9999px; }
  /* line 320, ../sass/_theme.scss */
  .fancy-radio-item label {
    background-color: #cfcfcf;
    border: 2px solid transparent;
    cursor: pointer;
    display: block;
    font-weight: normal;
    min-height: 104px;
    padding: 12px 0;
    text-align: center;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    /* line 323, ../sass/_theme.scss */
    .fancy-radio-item label img {
      display: block;
      margin: 0 auto; }

/* line 327, ../sass/_theme.scss */
.subtotal-price {
  border-top: 2px solid #ebebeb;
  padding-top: 15px; }
  /* line 328, ../sass/_theme.scss */
  .subtotal-price .price {
    color: #1f7a9c;
    float: right;
    font-size: 30px; }

/* line 332, ../sass/_theme.scss */
.mha-form h3 {
  border-bottom: 2px solid #ebebeb;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase; }
/* line 333, ../sass/_theme.scss */
.mha-form .promocode--link {
  margin-bottom: 10px; }
/* line 334, ../sass/_theme.scss */
.mha-form .order-comments {
  height: 120px; }
/* line 335, ../sass/_theme.scss */
.mha-form .form-element {
  padding: 0 0 20px; }
  /* line 336, ../sass/_theme.scss */
  .mha-form .form-element.cc-fname, .mha-form .form-element.cc-lname, .mha-form .form-element.cc-cty, .mha-form .form-element.cc-st, .mha-form .form-element.cc-zp, .mha-form .form-element.cc-nm, .mha-form .form-element.cc-cvc, .mha-form .form-element.cc-mnth, .mha-form .form-element.cc-yr, .mha-form .form-element.cc-typ {
    float: left; }
  /* line 338, ../sass/_theme.scss */
  .mha-form .form-element.cc-nm {
    width: 70%; }
  /* line 339, ../sass/_theme.scss */
  .mha-form .form-element.cc-fname, .mha-form .form-element.cc-lname {
    width: 47.5%; }
  /* line 340, ../sass/_theme.scss */
  .mha-form .form-element.cc-cty {
    width: 40%; }
    @media only screen and (max-width: 500px) {
      /* line 340, ../sass/_theme.scss */
      .mha-form .form-element.cc-cty {
        width: 100%; } }
  /* line 343, ../sass/_theme.scss */
  .mha-form .form-element.cc-zp {
    width: 35%; }
    @media only screen and (max-width: 500px) {
      /* line 343, ../sass/_theme.scss */
      .mha-form .form-element.cc-zp {
        width: 47.5%; } }
  /* line 346, ../sass/_theme.scss */
  .mha-form .form-element.cc-mnth, .mha-form .form-element.cc-yr {
    width: 32.5%; }
  /* line 347, ../sass/_theme.scss */
  .mha-form .form-element.cc-cvc {
    width: 25%; }
  /* line 348, ../sass/_theme.scss */
  .mha-form .form-element.cc-st {
    width: 15%; }
    @media only screen and (max-width: 500px) {
      /* line 348, ../sass/_theme.scss */
      .mha-form .form-element.cc-st {
        width: 47.5%;
        margin-left: 0 !important; } }
  /* line 352, ../sass/_theme.scss */
  .mha-form .form-element.cc-lname, .mha-form .form-element.cc-st, .mha-form .form-element.cc-zp, .mha-form .form-element.cc-cvc, .mha-form .form-element.cc-yr, .mha-form .form-element.cc-typ {
    margin-left: 5%; }

/* line 357, ../sass/_theme.scss */
.mha-gift-form .subtotal-price {
  border-top: none;
  float: right;
  padding-top: 4px; }
  /* line 358, ../sass/_theme.scss */
  .mha-gift-form .subtotal-price .price {
    float: none; }
/* line 360, ../sass/_theme.scss */
.mha-gift-form .giftsub--add {
  float: left; }

/* line 363, ../sass/_theme.scss */
.giftsub--item {
  background: #ebebeb;
  margin-bottom: 30px;
  max-height: 900px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  -moz-transition: max-height 0.6s;
  -o-transition: max-height 0.6s;
  -webkit-transition: max-height 0.6s;
  transition: max-height 0.6s; }
  /* line 366, ../sass/_theme.scss */
  .giftsub--item input[type='text'], .giftsub--item .select-wrapper {
    background-color: white; }
  /* line 367, ../sass/_theme.scss */
  .giftsub--item .collapsed-data {
    opacity: 0;
    position: absolute;
    top: -999em;
    right: 20px;
    left: 35%;
    -moz-transition: opacity 0.4s 0.4s;
    -o-transition: opacity 0.4s 0.4s;
    -webkit-transition: opacity 0.4s;
    -webkit-transition-delay: 0.4s;
    transition: opacity 0.4s 0.4s; }
  /* line 370, ../sass/_theme.scss */
  .giftsub--item .giftsub--label {
    color: #1f7a9c;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 8px; }
  /* line 371, ../sass/_theme.scss */
  .giftsub--item .giftsub--actions {
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    /* line 372, ../sass/_theme.scss */
    .giftsub--item .giftsub--actions li {
      cursor: pointer;
      margin: 0 0 7px;
      text-indent: 0; }
  /* line 374, ../sass/_theme.scss */
  .giftsub--item .fancy-radio-item {
    -moz-transition: opacity 0.2s 0.2s, width 0.2s;
    -o-transition: opacity 0.2s 0.2s, width 0.2s;
    -webkit-transition: opacity 0.2s, width 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition: opacity 0.2s 0.2s, width 0.2s; }
  /* line 378, ../sass/_theme.scss */
  .giftsub--item.collapsed {
    overflow: hidden;
    max-height: 132px; }
    /* line 379, ../sass/_theme.scss */
    .giftsub--item.collapsed .fancy-radio-item {
      opacity: 0;
      visibility: hidden;
      width: 0;
      -moz-transition: opacity 0.2s, visibility 0.2s 0.2s, width 0.2s 0.2s;
      -o-transition: opacity 0.2s, visibility 0.2s 0.2s, width 0.2s 0.2s;
      -webkit-transition: opacity 0.2s, visibility 0.2s, width 0.2s;
      -webkit-transition-delay: 0s, 0.2s, 0.2s;
      transition: opacity 0.2s, visibility 0.2s 0.2s, width 0.2s 0.2s; }
    /* line 382, ../sass/_theme.scss */
    .giftsub--item.collapsed .sublength.selected {
      opacity: 1;
      visibility: visible;
      width: 30%; }
      /* line 383, ../sass/_theme.scss */
      .giftsub--item.collapsed .sublength.selected label {
        border-radius: 5px;
        font-size: 15px; }
    /* line 385, ../sass/_theme.scss */
    .giftsub--item.collapsed .collapsed-data {
      display: block;
      opacity: 1;
      top: 20px; }

/* line 393, ../sass/_theme.scss */
.region-footer {
  clear: right;
  float: right; }
  /* line 394, ../sass/_theme.scss */
  .region-footer input[type="text"] {
    background-color: white; }

/* line 396, ../sass/_theme.scss */
.block-masquerade {
  margin: 20px 0 0; }
  /* line 397, ../sass/_theme.scss */
  .block-masquerade h2 {
    display: none; }
  /* line 398, ../sass/_theme.scss */
  .block-masquerade .form-item {
    clear: both;
    margin: 0 10px 8px; }
  /* line 399, ../sass/_theme.scss */
  .block-masquerade .form-item-masquerade-user-field {
    float: left; }

/* ================================================== */
/* line 420, ../sass/_theme.scss */
.node-type-catalog .audio-intro {
  display: none; }
/* line 421, ../sass/_theme.scss */
.node-type-catalog .audio-segments {
  margin-top: 30px; }
  /* line 422, ../sass/_theme.scss */
  .node-type-catalog .audio-segments h2 {
    color: #be1939;
    float: left;
    margin: 0; }
    @media only screen and (max-width: 500px) {
      /* line 422, ../sass/_theme.scss */
      .node-type-catalog .audio-segments h2 {
        float: none;
        margin-bottom: 20px; } }
  /* line 425, ../sass/_theme.scss */
  .node-type-catalog .audio-segments .segment {
    border-top: 2px solid #ebebeb;
    padding-top: 20px;
    margin-left: 6.25%; }
  /* line 428, ../sass/_theme.scss */
  .node-type-catalog .audio-segments .segment-details {
    list-style-type: none;
    margin: 0 26.66667% 0 20%;
    padding: 0; }
    /* line 429, ../sass/_theme.scss */
    .node-type-catalog .audio-segments .segment-details li {
      border-bottom: 2px solid #ebebeb;
      margin-bottom: 20px;
      position: relative; }
      /* line 430, ../sass/_theme.scss */
      .node-type-catalog .audio-segments .segment-details li:last-child {
        border-bottom: none; }
  /* line 433, ../sass/_theme.scss */
  .node-type-catalog .audio-segments .segment-summary, .node-type-catalog .audio-segments .segment-player, .node-type-catalog .audio-segments .segment-description {
    margin-bottom: 30px; }
  /* line 434, ../sass/_theme.scss */
  .node-type-catalog .audio-segments .segment-player {
    height: 16px; }
  /* line 435, ../sass/_theme.scss */
  .node-type-catalog .audio-segments .segment-description {
    display: none;
    font-size: 17px;
    position: relative; }
  /* line 436, ../sass/_theme.scss */
  .node-type-catalog .audio-segments .segment-cover {
    float: right;
    margin-right: -50%;
    width: 37.5%; }
    /* line 437, ../sass/_theme.scss */
    .node-type-catalog .audio-segments .segment-cover .field-cover {
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
      margin-bottom: 8px; }
    /* line 438, ../sass/_theme.scss */
    .node-type-catalog .audio-segments .segment-cover img {
      display: block;
      height: auto;
      width: 100%; }
  /* line 440, ../sass/_theme.scss */
  .node-type-catalog .audio-segments .segment-caption {
    color: #999999;
    font-family: "p22-underground", sans-serif;
    font-size: 13px;
    line-height: 1.5em; }
  /* line 442, ../sass/_theme.scss */
  .node-type-catalog .audio-segments .segment-content .segment-expand {
    background-image: url(../img/sprites.png);
    background-position: -2px -193px;
    display: block;
    height: 25px;
    text-indent: -999em;
    position: absolute;
    left: -12.5%;
    top: 5px;
    width: 25px; }
    /* line 443, ../sass/_theme.scss */
    .node-type-catalog .audio-segments .segment-content .segment-expand:hover {
      background-position: -2px -273px; }
    /* line 445, ../sass/_theme.scss */
    .node-type-catalog .audio-segments .segment-content .segment-expand.expanded {
      background-position: -2px -164px; }
      /* line 446, ../sass/_theme.scss */
      .node-type-catalog .audio-segments .segment-content .segment-expand.expanded:hover {
        background-position: -2px -244px; }
  /* line 450, ../sass/_theme.scss */
  .node-type-catalog .audio-segments .segment-preplay {
    position: absolute;
    top: auto;
    left: 0; }
    /* line 451, ../sass/_theme.scss */
    .node-type-catalog .audio-segments .segment-preplay .player-play {
      background: white url(../img/sprites.png) -4px -228px;
      cursor: pointer;
      float: left;
      height: 15px;
      width: 14px; }
    /* line 452, ../sass/_theme.scss */
    .node-type-catalog .audio-segments .segment-preplay .player-time {
      color: #999999;
      float: left;
      font-size: 14px;
      margin-left: 16px;
      margin-top: -6px; }
    /* line 453, ../sass/_theme.scss */
    .node-type-catalog .audio-segments .segment-preplay .player-loader {
      background: white url("../img/ajax-loader--over-white.gif") center;
      display: none;
      height: 16px;
      position: relative;
      width: 16px;
      z-index: 5; }
    /* line 456, ../sass/_theme.scss */
    .node-type-catalog .audio-segments .segment-preplay.loading .player-loader {
      display: block; }
  @media only screen and (max-width: 800px) {
    /* line 461, ../sass/_theme.scss */
    .node-type-catalog .audio-segments .segment {
      margin-left: 0; }
    /* line 462, ../sass/_theme.scss */
    .node-type-catalog .audio-segments .segment-description {
      font-size: 15px; }
    /* line 463, ../sass/_theme.scss */
    .node-type-catalog .audio-segments .segment-details {
      margin-left: 150px;
      margin-right: 0; }
    /* line 464, ../sass/_theme.scss */
    .node-type-catalog .audio-segments .segment-cover {
      float: left;
      margin-bottom: 30px;
      margin-right: 10%;
      width: 45%; }
    /* line 466, ../sass/_theme.scss */
    .node-type-catalog .audio-segments .segment-content .segment-expand {
      left: -40px; } }
  @media only screen and (max-width: 500px) {
    /* line 469, ../sass/_theme.scss */
    .node-type-catalog .audio-segments .segment-details {
      margin-left: 40px; }
    /* line 470, ../sass/_theme.scss */
    .node-type-catalog .audio-segments .segment-cover {
      margin-bottom: 20px;
      margin-right: 10%;
      width: 30%; }
    /* line 471, ../sass/_theme.scss */
    .node-type-catalog .audio-segments .segment-caption {
      font-size: 11px; } }
/* line 475, ../sass/_theme.scss */
.node-type-catalog .audio-player {
  margin-top: 30px; }
/* line 477, ../sass/_theme.scss */
.node-type-catalog .audio-controls .button {
  margin-left: 30px;
  width: 100px; }
  /* line 478, ../sass/_theme.scss */
  .node-type-catalog .audio-controls .button:first-child {
    margin-left: 0; }
  @media only screen and (max-width: 700px) {
    /* line 477, ../sass/_theme.scss */
    .node-type-catalog .audio-controls .button {
      width: 27%;
      font-size: 19px;
      margin-left: 3.5%;
      padding-left: 3%;
      padding-right: 0px; }
      /* line 480, ../sass/_theme.scss */
      .node-type-catalog .audio-controls .button.button-icon {
        padding-right: 0px; } }
  @media only screen and (max-width: 600px) {
    /* line 477, ../sass/_theme.scss */
    .node-type-catalog .audio-controls .button {
      font-size: 16px; } }
  @media only screen and (max-width: 550px) {
    /* line 477, ../sass/_theme.scss */
    .node-type-catalog .audio-controls .button {
      display: block;
      width: 150px;
      padding: 8px 15px 10px;
      margin: 20px auto;
      font-size: 19px; }
      /* line 484, ../sass/_theme.scss */
      .node-type-catalog .audio-controls .button.button-icon {
        padding-right: 55px; }
      /* line 485, ../sass/_theme.scss */
      .node-type-catalog .audio-controls .button:first-child {
        margin-left: auto; } }
/* line 489, ../sass/_theme.scss */
.node-type-catalog .audio-player--access-message {
  font-size: 13px;
  background-color: #E4E4E4;
  padding: 5px 10px;
  margin-top: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
/* line 491, ../sass/_theme.scss */
.node-type-catalog .mejs-container {
  font-family: "ff-tisa-web-pro", serif !important;
  font-size: 14px;
  margin: 0 100px 0 30px;
  width: auto !important; }
  /* line 492, ../sass/_theme.scss */
  .node-type-catalog .mejs-container .mejs-controls {
    background: white; }
    /* line 493, ../sass/_theme.scss */
    .node-type-catalog .mejs-container .mejs-controls .mejs-time {
      font-family: "ff-tisa-web-pro", serif;
      margin-right: -100px;
      padding: 0;
      position: absolute;
      right: 0; }
      /* line 494, ../sass/_theme.scss */
      .node-type-catalog .mejs-container .mejs-controls .mejs-time span {
        color: #595959;
        font-size: 14px;
        line-height: inherit;
        margin: 0 3px 0 0; }
    /* line 496, ../sass/_theme.scss */
    .node-type-catalog .mejs-container .mejs-controls .mejs-button {
      position: absolute;
      left: 0;
      margin: 0 0 0 -30px; }
/* line 501, ../sass/_theme.scss */
.node-type-catalog .mejs-controls .mejs-time-rail span {
  height: 4px; }
/* line 502, ../sass/_theme.scss */
.node-type-catalog .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #ebebeb;
  margin: 0px; }
/* line 503, ../sass/_theme.scss */
.node-type-catalog .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #cfcfcf; }
/* line 504, ../sass/_theme.scss */
.node-type-catalog .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #be1939; }
/* line 505, ../sass/_theme.scss */
.node-type-catalog .mejs-controls .mejs-time-rail .mejs-time-handle {
  background-image: url(../img/sprites.png);
  background-position: -3px -302px;
  border: none;
  display: block;
  height: 13px;
  margin-left: 4px;
  top: -5px;
  width: 13px; }
/* line 508, ../sass/_theme.scss */
.node-type-catalog .mejs-controls .mejs-button button {
  background: white url(../img/sprites.png) -4px -228px;
  height: 15px;
  margin: 0;
  width: 14px; }
/* line 509, ../sass/_theme.scss */
.node-type-catalog .mejs-controls .mejs-button.mejs-pause button {
  background-position: -28px -228px; }

/* line 516, ../sass/_theme.scss */
.button, a.button, .vlink, .toboggan-unified #login-links a {
  background-color: #1f7a9c;
  border: none;
  border-radius: 5px;
  color: white;
  display: block;
  display: inline-block;
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 28px;
  padding: 8px 15px 10px;
  text-decoration: none; }
  /* line 518, ../sass/_theme.scss */
  .button:hover, a.button:hover, .vlink:hover, .toboggan-unified #login-links a:hover {
    background-color: #0b5c7e; }

/* line 520, ../sass/_theme.scss */
.login-action-links {
  margin-top: 30px; }
  /* line 521, ../sass/_theme.scss */
  .login-action-links .button {
    margin-right: 30px; }

/* line 524, ../sass/_theme.scss */
.button.button-icon {
  background-image: url(../img/sprites.png);
  background-repeat: no-repeat;
  padding-right: 55px; }
/* line 525, ../sass/_theme.scss */
.button.go {
  padding-right: 70px;
  position: relative; }
  /* line 526, ../sass/_theme.scss */
  .button.go:after {
    border-left: 1px solid white;
    content: "\21E2";
    font-size: 26px;
    height: 100%;
    padding-top: 13px;
    padding-left: 14px;
    position: absolute;
    right: 12px;
    top: -1px; }
/* line 529, ../sass/_theme.scss */
.button.button-download {
  background-position: right -5px; }
/* line 530, ../sass/_theme.scss */
.button.button-play {
  background-position: right -97px; }
  /* line 531, ../sass/_theme.scss */
  .button.button-play.button-playing {
    background-position: right -335px; }
/* line 533, ../sass/_theme.scss */
.button.button-subscribe {
  background-position: right -384px; }
/* line 534, ../sass/_theme.scss */
.button.button-link {
  background-position: right -434px; }
/* line 535, ../sass/_theme.scss */
.button.button-preview {
  background-position: right -54px; }
  /* line 536, ../sass/_theme.scss */
  .button.button-preview.intro-playing {
    background-position: right -335px; }

/* line 540, ../sass/_theme.scss */
.action-button {
  border: 2px solid #cfcfcf;
  border-radius: 5px;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 2px 12px 3px 36px;
  position: relative;
  text-decoration: none; }
  /* line 541, ../sass/_theme.scss */
  .action-button:hover {
    background: #ebebeb;
    color: black;
    text-decoration: none; }
  /* line 543, ../sass/_theme.scss */
  .action-button .icon {
    border-right: 2px solid #cfcfcf;
    color: #999999;
    font-size: 18px;
    padding: 1px 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 23px; }

/* line 545, ../sass/_theme.scss */
.action-button--righticon {
  padding-left: 12px;
  padding-right: 36px; }
  /* line 546, ../sass/_theme.scss */
  .action-button--righticon .icon {
    border-left: 2px solid #cfcfcf;
    border-right: none;
    left: auto;
    right: 0; }

/* line 551, ../sass/_theme.scss */
.callout {
  background-color: #1f7a9c;
  color: white;
  margin: 60px 0px;
  overflow: hidden;
  padding: 60px 0px;
  position: relative; }
  /* line 552, ../sass/_theme.scss */
  .callout:before, .callout:after {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    content: " ";
    display: block;
    height: 10px;
    position: absolute;
    left: -10px;
    right: -10px; }
  /* line 553, ../sass/_theme.scss */
  .callout:before {
    bottom: 100%; }
  /* line 554, ../sass/_theme.scss */
  .callout:after {
    top: 100%; }
  /* line 556, ../sass/_theme.scss */
  .callout .col-1 {
    float: right; }
  /* line 557, ../sass/_theme.scss */
  .callout .col-2 {
    float: left; }
  /* line 559, ../sass/_theme.scss */
  .callout .description-box {
    font-size: 15px;
    margin-bottom: 30px; }
  /* line 561, ../sass/_theme.scss */
  .callout .title {
    border: none;
    color: inherit;
    font-family: "p22-underground", sans-serif;
    font-size: 25px;
    margin-bottom: 8px;
    padding: 0;
    text-transform: uppercase; }
  /* line 562, ../sass/_theme.scss */
  .callout .subtitle {
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0; }
  /* line 563, ../sass/_theme.scss */
  .callout .button {
    background-color: white;
    color: #be1939; }
    /* line 564, ../sass/_theme.scss */
    .callout .button:hover {
      background-color: #ebebeb; }
    /* line 565, ../sass/_theme.scss */
    .callout .button.button-play {
      background-position: right -486px; }
  /* line 568, ../sass/_theme.scss */
  .callout .field-guests {
    margin-bottom: 30px; }
    /* line 570, ../sass/_theme.scss */
    .callout .field-guests a:after {
      content: ", "; }
    /* line 571, ../sass/_theme.scss */
    .callout .field-guests a:last-child:after {
      content: "";
      display: none; }
  /* line 575, ../sass/_theme.scss */
  .callout a {
    color: inherit; }
  @media only screen and (max-width: 900px) {
    /* line 578, ../sass/_theme.scss */
    .callout .col-1 {
      float: none;
      overflow: hidden; }
    /* line 579, ../sass/_theme.scss */
    .callout .col-2 {
      margin-right: 30px;
      margin-bottom: 30px;
      width: 31.25%; } }
  @media only screen and (max-width: 800px) {
    /* line 551, ../sass/_theme.scss */
    .callout {
      margin: 30px 0; } }
  @media only screen and (max-width: 500px) {
    /* line 583, ../sass/_theme.scss */
    .callout .col-2 {
      float: none;
      margin-bottom: 30px;
      max-width: 250px;
      width: auto; } }

/* line 589, ../sass/_theme.scss */
.cover-image {
  background-color: #efeeed;
  border: 5px solid white;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
  font-family: "ff-tisa-web-pro", serif;
  font-size: 42px;
  font-weight: 300;
  height: 0;
  line-height: 42px;
  padding-bottom: 100%;
  position: relative;
  width: auto; }
  /* line 591, ../sass/_theme.scss */
  .cover-image .volume {
    color: #be1939;
    display: block;
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    bottom: 10%;
    left: 38%; }
  /* line 592, ../sass/_theme.scss */
  .cover-image .cover-volume {
    background-color: #be1939;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 32%; }
    /* line 593, ../sass/_theme.scss */
    .cover-image .cover-volume span {
      display: block;
      position: absolute;
      bottom: 10%;
      width: 100%; }
  /* line 596, ../sass/_theme.scss */
  .cover-image path {
    fill: #be1939; }
  /* line 597, ../sass/_theme.scss */
  .cover-image svg {
    position: absolute;
    right: 8%;
    width: 51%;
    height: 45%; }
  @media only screen and (max-width: 800px) {
    /* line 589, ../sass/_theme.scss */
    .cover-image {
      font-size: 32px;
      line-height: 32px; }
      /* line 600, ../sass/_theme.scss */
      .cover-image .volume {
        font-size: 42px; } }

/* line 606, ../sass/_theme.scss */
.item-list .pager {
  font-size: 15px; }
  /* line 607, ../sass/_theme.scss */
  .item-list .pager li {
    margin: 0 6px 0;
    padding: 0; }
  /* line 608, ../sass/_theme.scss */
  .item-list .pager .current {
    padding: 4px; }
  /* line 609, ../sass/_theme.scss */
  .item-list .pager .pager-first, .item-list .pager .pager-last {
    display: none; }
  /* line 610, ../sass/_theme.scss */
  .item-list .pager .pager-previous {
    float: left;
    margin-left: 0; }
  /* line 611, ../sass/_theme.scss */
  .item-list .pager .pager-next {
    float: right;
    margin-right: 0; }
  /* line 613, ../sass/_theme.scss */
  .item-list .pager .pager-item a {
    padding: 4px; }
  @media only screen and (max-width: 720px) {
    /* line 606, ../sass/_theme.scss */
    .item-list .pager {
      padding-left: 120px;
      padding-right: 120px; }
      /* line 617, ../sass/_theme.scss */
      .item-list .pager .pager-previous {
        margin-left: -120px; }
      /* line 618, ../sass/_theme.scss */
      .item-list .pager .pager-next {
        margin-right: -120px; }
      /* line 619, ../sass/_theme.scss */
      .item-list .pager .pager-item, .item-list .pager .pager-ellipsis {
        display: none; } }

/* line 625, ../sass/_theme.scss */
.preview {
  font-size: 15px;
  margin-bottom: 20px; }
  /* line 626, ../sass/_theme.scss */
  .preview h4 {
    display: inline-block;
    margin: 0;
    padding: 0; }
  /* line 627, ../sass/_theme.scss */
  .preview p:last-child {
    margin-bottom: 0; }
  /* line 628, ../sass/_theme.scss */
  .preview .volume-block {
    background-color: white;
    border: 3px solid #be1939;
    border-left-width: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    color: #be1939;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    margin: 2px 20px 2px 0;
    padding: 16px 5px 2px;
    position: relative;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    /* line 630, ../sass/_theme.scss */
    .preview .volume-block:hover {
      border-color: #aa0525;
      text-decoration: none;
      position: relative;
      background-color: #aa0525;
      color: #aa0525; }
    /* line 631, ../sass/_theme.scss */
    .preview .volume-block:hover:before {
      content: " ";
      width: 0;
      height: 0;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -9px;
      margin-top: -12px;
      border: 12px solid transparent;
      border-left-color: #FFF;
      border-left-width: 16px; }
  /* line 635, ../sass/_theme.scss */
  .preview .preview-description {
    overflow: hidden; }
  /* line 637, ../sass/_theme.scss */
  .preview .button {
    background-position: right -103px;
    float: right;
    font-size: 17px;
    padding: 3px 55px 3px 10px; }

/* line 640, ../sass/_theme.scss */
.preview--product {
  border-bottom: 2px solid #cfcfcf;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  /* line 641, ../sass/_theme.scss */
  .preview--product .preview-product-sub {
    color: #999999;
    font-family: "p22-underground", sans-serif;
    margin-bottom: 2px; }
  /* line 642, ../sass/_theme.scss */
  .preview--product .preview-name {
    font-size: 20px;
    line-height: 24px; }
  /* line 644, ../sass/_theme.scss */
  .preview--product:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

/* line 650, ../sass/_theme.scss */
.product-previews .aside {
  float: left;
  width: 45%; }

/* line 652, ../sass/_theme.scss */
.product-description {
  margin-bottom: 30px; }

/* line 653, ../sass/_theme.scss */
.product--future-issues {
  color: #999999;
  font-size: 17px;
  font-style: italic;
  margin: 0 0 20px; }

/* line 654, ../sass/_theme.scss */
.product--expandable-toggle {
  background-color: #ebebeb;
  border-radius: 5px;
  display: block;
  margin-top: 30px;
  padding: 5px 15px;
  position: relative; }
  /* line 656, ../sass/_theme.scss */
  .product--expandable-toggle:after {
    border: 15px solid transparent;
    border-left-color: #ebebeb;
    border-width: 8px 0 8px 14px;
    content: " ";
    display: block;
    position: absolute;
    top: 10px;
    right: 30px;
    width: 0;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  /* line 659, ../sass/_theme.scss */
  .product--expandable-toggle.expandable--open:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

/* line 663, ../sass/_theme.scss */
.notice--no-access {
  color: #999999;
  font-style: italic;
  margin: 0 0 30px; }

/* line 667, ../sass/_theme.scss */
.quotebox {
  border: solid #ebebeb;
  border-width: 2px 0px;
  color: #999999;
  font-size: 19px;
  line-height: 26px;
  padding: 30px 12.5%;
  text-align: center; }
  /* line 668, ../sass/_theme.scss */
  .quotebox .footer-quotebox, .quotebox footer {
    font-size: 16px;
    margin-top: 30px; }
  /* line 669, ../sass/_theme.scss */
  .quotebox .credit {
    color: #999999;
    display: block;
    font-size: 18px;
    font-weight: 300;
    font-family: "p22-underground", sans-serif;
    text-transform: uppercase; }
  @media only screen and (max-width: 800px) {
    /* line 667, ../sass/_theme.scss */
    .quotebox {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 500px) {
    /* line 667, ../sass/_theme.scss */
    .quotebox {
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: left; }
      /* line 673, ../sass/_theme.scss */
      .quotebox .footer-quotebox, .quotebox footer {
        font-size: 13px;
        line-height: 18px; }
      /* line 674, ../sass/_theme.scss */
      .quotebox .credit {
        font-size: 14px; } }

/* line 677, ../sass/_theme.scss */
.quotebox--promoted {
  font-size: 26px;
  line-height: 30px;
  padding-left: 18.75%;
  padding-right: 18.75%; }
  @media only screen and (max-width: 800px) {
    /* line 677, ../sass/_theme.scss */
    .quotebox--promoted {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 500px) {
    /* line 677, ../sass/_theme.scss */
    .quotebox--promoted {
      font-size: 22px;
      line-height: 28px;
      text-align: center; } }

/* line 684, ../sass/_theme.scss */
.readmore {
  color: #1f7a9c;
  font-family: "ff-tisa-web-pro", serif;
  font-style: italic; }

/* line 688, ../sass/_theme.scss */
.subcategories {
  list-style-type: none;
  margin: 0 0 40px;
  padding: 0;
  width: 100%; }
  /* line 689, ../sass/_theme.scss */
  .subcategories li {
    float: left;
    overflow: hidden;
    width: 45%; }
    /* line 690, ../sass/_theme.scss */
    .subcategories li.odd {
      clear: left; }
    /* line 691, ../sass/_theme.scss */
    .subcategories li.even {
      margin-left: 10%; }
    /* line 692, ../sass/_theme.scss */
    .subcategories li.view-all {
      clear: both;
      float: none;
      margin-left: 0;
      padding-top: 30px; }
      /* line 693, ../sass/_theme.scss */
      .subcategories li.view-all a {
        color: #999999; }
        /* line 694, ../sass/_theme.scss */
        .subcategories li.view-all a:hover {
          color: #595959; }
  /* line 699, ../sass/_theme.scss */
  .subcategories a {
    display: block;
    padding: 5px 30px 5px 0;
    position: relative; }
    /* line 700, ../sass/_theme.scss */
    .subcategories a:hover {
      text-decoration: none; }
      /* line 701, ../sass/_theme.scss */
      .subcategories a:hover .count:before {
        border-bottom-color: #999999; }
  /* line 704, ../sass/_theme.scss */
  .subcategories .title {
    background: white;
    border: none;
    color: inherit;
    padding: 4px 10px 4px 0;
    position: relative;
    z-index: 2; }
  /* line 705, ../sass/_theme.scss */
  .subcategories .count {
    color: #999999;
    font-size: 15px;
    line-height: 16px;
    position: absolute;
    bottom: 7px;
    right: 0; }
    /* line 706, ../sass/_theme.scss */
    .subcategories .count:before {
      border-bottom: 1px dashed #cfcfcf;
      content: " ";
      display: block;
      margin-right: 10px;
      position: absolute;
      right: 100%;
      bottom: 4px;
      width: 200px; }
  @media only screen and (max-width: 450px) {
    /* line 709, ../sass/_theme.scss */
    .subcategories li {
      width: 100%; }
      /* line 710, ../sass/_theme.scss */
      .subcategories li.even {
        margin-left: 0; } }

/* line 714, ../sass/_theme.scss */
.subcategories--title {
  border-bottom: 2px solid #ebebeb;
  display: block;
  font-size: 26px;
  margin: 0 0 20px;
  padding-bottom: 10px; }
  /* line 715, ../sass/_theme.scss */
  .subcategories--title .count {
    color: #999999;
    float: right;
    font-size: 16px;
    margin-left: 15px;
    position: relative;
    top: -1px; }

/* line 717, ../sass/_theme.scss */
.subcategories--subset {
  font-size: 16px;
  line-height: 20px; }

/* line 721, ../sass/_theme.scss */
.summaries {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 60px; }
  /* line 722, ../sass/_theme.scss */
  .summaries .title {
    border-bottom: none;
    font-size: 24px;
    font-family: "p22-underground", sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 0;
    text-transform: uppercase; }
    @media only screen and (max-width: 800px) {
      /* line 722, ../sass/_theme.scss */
      .summaries .title {
        margin-bottom: 4px; } }

/* line 731, ../sass/_theme.scss */
.tabbed .tab-anchors {
  font-family: "p22-underground", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap; }
  /* line 732, ../sass/_theme.scss */
  .tabbed .tab-anchors li {
    display: inline-block;
    margin-right: 2px; }
    @media only screen and (max-width: 500px) {
      /* line 732, ../sass/_theme.scss */
      .tabbed .tab-anchors li {
        width: 50%;
        margin: 0;
        text-align: center; } }
  /* line 735, ../sass/_theme.scss */
  .tabbed .tab-anchors a {
    border-radius: 4px 4px 0 0;
    color: #999999;
    display: block;
    padding: 13px 20px 5px; }
    /* line 736, ../sass/_theme.scss */
    .tabbed .tab-anchors a:hover {
      color: black;
      text-decoration: none; }
    /* line 737, ../sass/_theme.scss */
    .tabbed .tab-anchors a.active, .tabbed .tab-anchors a.active-trail {
      background-color: #ebebeb;
      color: black; }
    @media only screen and (max-width: 500px) {
      /* line 735, ../sass/_theme.scss */
      .tabbed .tab-anchors a {
        padding: 13px 0px 5px; } }
/* line 742, ../sass/_theme.scss */
.tabbed .tab {
  background-color: #ebebeb;
  padding: 20px 20px 40px; }
  /* line 743, ../sass/_theme.scss */
  .tabbed .tab .tab-headline {
    display: none; }

/* line 749, ../sass/_theme.scss */
.title {
  color: #be1939;
  border: solid #ebebeb;
  border-width: 2px 0px;
  margin: 0 0 30px;
  padding: 14px 0 10px; }
  @media only screen and (max-width: 500px) {
    /* line 749, ../sass/_theme.scss */
    .title {
      margin-bottom: 20px;
      padding: 10px 0 6px; } }

/* line 756, ../sass/_theme.scss */
.year .year-headline {
  border-bottom: 2px solid #cfcfcf;
  cursor: pointer;
  margin: 0;
  padding: 12px 0 8px;
  position: relative; }
  /* line 758, ../sass/_theme.scss */
  .year .year-headline:after {
    background-image: url(../img/sprites.png);
    background-position: -2px -164px;
    content: " ";
    display: block;
    height: 25px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px; }
  /* line 759, ../sass/_theme.scss */
  .year .year-headline:hover:after {
    background-position: -2px -244px; }
  /* line 762, ../sass/_theme.scss */
  .year .year-headline.collapsed:after {
    background-position: -2px -193px; }
  /* line 763, ../sass/_theme.scss */
  .year .year-headline.collapsed:hover:after {
    background-position: -2px -273px; }
/* line 766, ../sass/_theme.scss */
.year .yearwrap {
  padding: 10px 0 30px; }
/* line 767, ../sass/_theme.scss */
.year.last .yearwrap {
  padding-bottom: 0; }

/* ================================================== */
/* line 786, ../sass/_theme.scss */
.field-bio, .view-header {
  padding-bottom: 20px;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 40px; }

/* line 788, ../sass/_theme.scss */
.field-catalog-entry-type, .page-section-title {
  color: #999999;
  font-family: "ff-tisa-web-pro", serif;
  height: 28px;
  margin-top: 0;
  margin-bottom: 4px;
  white-space: nowrap; }
  /* line 789, ../sass/_theme.scss */
  .field-catalog-entry-type a, .page-section-title a {
    color: inherit;
    text-decoration: none; }
    /* line 790, ../sass/_theme.scss */
    .field-catalog-entry-type a:hover, .page-section-title a:hover {
      color: #595959; }
  /* line 793, ../sass/_theme.scss */
  .node-catalog:not(.teaser) .field-catalog-entry-type, .node-catalog:not(.teaser) .page-section-title {
    margin-top: -32px; }
  @media only screen and (max-width: 800px) {
    /* line 796, ../sass/_theme.scss */
    .node-catalog:not(.teaser) .field-catalog-entry-type, .node-catalog:not(.teaser) .page-section-title {
      margin-top: 0; } }
  @media only screen and (max-width: 500px) {
    /* line 788, ../sass/_theme.scss */
    .field-catalog-entry-type, .page-section-title {
      font-size: 13px;
      height: 20px;
      margin-bottom: 6px; } }

/* line 801, ../sass/_theme.scss */
.field-collection-view, .field-collection-container {
  border: none; }

/* line 803, ../sass/_theme.scss */
.field-image {
  float: left;
  margin: 0 10% 5% 0;
  width: 35%;
  max-width: 250px; }
  /* line 804, ../sass/_theme.scss */
  .field-image img {
    display: block;
    height: auto;
    width: 100%; }

/* line 808, ../sass/_theme.scss */
.field-section .section-title {
  margin-top: 60px; }
  @media only screen and (max-width: 500px) {
    /* line 808, ../sass/_theme.scss */
    .field-section .section-title {
      margin-top: 30px; } }
/* line 812, ../sass/_theme.scss */
.field-section .field-item.first .section-title {
  margin-top: 0; }
/* line 815, ../sass/_theme.scss */
.field-section .field-image {
  width: 30%; }

/* line 818, ../sass/_theme.scss */
.field-section-content h2 {
  font-size: 22px;
  line-height: 30px;
  margin-top: 1.5em;
  margin-bottom: 0; }
/* line 819, ../sass/_theme.scss */
.field-section-content h3 {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 20px;
  font-style: italic;
  line-height: 26px;
  margin-top: 1.5em;
  margin-bottom: 0; }
  /* line 820, ../sass/_theme.scss */
  .field-section-content h3 em, .field-section-content h3 i, .field-section-content h3 cite {
    font-style: normal; }
  /* line 821, ../sass/_theme.scss */
  .field-section-content h3 em {
    font-weight: bold; }
  /* line 822, ../sass/_theme.scss */
  .field-section-content h3 a:hover {
    text-decoration: none; }
/* line 824, ../sass/_theme.scss */
.field-section-content h4 {
  color: #999999;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 32px;
  margin-top: 2em;
  margin-bottom: 0;
  text-transform: uppercase; }
/* line 826, ../sass/_theme.scss */
.field-section-content h2:first-child, .field-section-content h3:first-child, .field-section-content h4:first-child {
  margin-top: 0; }
/* line 828, ../sass/_theme.scss */
.field-section-content blockquote {
  color: #595959;
  float: left;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
  margin: 8px 10% 20px 0;
  padding: 20px 0 0;
  position: relative;
  width: 45%; }
  /* line 829, ../sass/_theme.scss */
  .field-section-content blockquote:before {
    border-top: 5px solid #be1939;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 38%; }
  @media only screen and (max-width: 500px) {
    /* line 828, ../sass/_theme.scss */
    .field-section-content blockquote {
      font-size: 22px;
      line-height: 30px;
      margin: 20px 0 30px;
      width: auto; } }

/* line 836, ../sass/_theme.scss */
.field-producttype a {
  color: #595959; }

/* line 839, ../sass/_theme.scss */
.group_header {
  border-bottom: 2px solid #ebebeb;
  color: #595959;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-bottom: 12px; }
  /* line 840, ../sass/_theme.scss */
  .group_header .field-date {
    background-color: #be1939;
    color: white;
    float: left;
    height: 60px;
    line-height: 22px;
    margin-right: 20px;
    margin-left: -80px;
    padding: 10px 0px 3px 0px;
    width: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 843, ../sass/_theme.scss */
    .group_header .field-date span {
      display: block;
      text-align: center; }
    @media only screen and (max-width: 1160px) {
      /* line 840, ../sass/_theme.scss */
      .group_header .field-date {
        margin-left: 0;
        margin-bottom: 20px; } }
  /* line 847, ../sass/_theme.scss */
  .group_header .node-title {
    color: #595959;
    font-family: "p22-underground", sans-serif;
    font-weight: 300; }
    /* line 848, ../sass/_theme.scss */
    .group_header .node-title em, .group_header .node-title cite {
      font-style: normal; }
  /* line 851, ../sass/_theme.scss */
  .group_header .field .label {
    color: #999999; }
  /* line 852, ../sass/_theme.scss */
  .group_header .field a {
    color: inherit; }
  /* line 854, ../sass/_theme.scss */
  .group_header .field-subtitle {
    margin-top: 16px; }
    /* line 855, ../sass/_theme.scss */
    .group_header .field-subtitle * {
      margin-bottom: 0; }
    /* line 856, ../sass/_theme.scss */
    .group_header .field-subtitle a {
      color: #1f7a9c; }
  @media only screen and (max-width: 1160px) {
    /* line 860, ../sass/_theme.scss */
    .group_header .field-categories, .group_header .field-author, .group_header .field-subtitle {
      clear: left; } }

/* line 871, ../sass/_theme.scss */
.field-description {
  margin: 0 0 20px; }

/* ================================================== */
/* line 891, ../sass/_theme.scss */
.node-title {
  margin-top: 0; }

/* line 893, ../sass/_theme.scss */
.node-addenda .node-title {
  font-size: 30px;
  margin-bottom: 8px; }
  @media only screen and (max-width: 500px) {
    /* line 893, ../sass/_theme.scss */
    .node-addenda .node-title {
      font-size: 22px;
      line-height: 28px; } }
/* line 896, ../sass/_theme.scss */
.node-addenda .field-image {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15); }
/* line 897, ../sass/_theme.scss */
.node-addenda .caption {
  clear: left;
  color: #999999;
  display: block;
  float: left;
  font-family: "p22-underground", sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  margin: -35px 10% 15px 0;
  padding: 15px 0 10px;
  width: 35%;
  max-width: 250px; }
  @media only screen and (max-width: 600px) {
    /* line 897, ../sass/_theme.scss */
    .node-addenda .caption {
      margin-top: -20px;
      margin-bottom: 5px; } }
  @media only screen and (max-width: 500px) {
    /* line 897, ../sass/_theme.scss */
    .node-addenda .caption {
      margin-top: -15px; } }

/* line 903, ../sass/_theme.scss */
.node-catalog .field.body {
  margin-bottom: 60px;
  width: 75%; }
  @media only screen and (max-width: 900px) {
    /* line 903, ../sass/_theme.scss */
    .node-catalog .field.body {
      width: auto; } }
/* line 907, ../sass/_theme.scss */
.node-catalog.teaser .field.body {
  margin-bottom: 0; }

/* line 910, ../sass/_theme.scss */
.node-webform label {
  margin-bottom: 15px; }
/* line 911, ../sass/_theme.scss */
.node-webform textarea {
  padding: 15px; }
/* line 913, ../sass/_theme.scss */
.node-webform .field.body {
  margin-bottom: 30px; }
  /* line 914, ../sass/_theme.scss */
  .node-webform .field.body .field-items {
    padding: 5px 15px; }
/* line 916, ../sass/_theme.scss */
.node-webform .form-item {
  float: left;
  margin: 0 0 20px;
  width: 47.5%; }
  /* line 917, ../sass/_theme.scss */
  .node-webform .form-item:nth-child(even) {
    margin-left: 5%; }
  /* line 918, ../sass/_theme.scss */
  .node-webform .form-item.webform-component-textarea {
    margin-left: 0;
    width: 100%; }

/* line 924, ../sass/_theme.scss */
.node-teaser {
  margin-bottom: 40px; }
  /* line 925, ../sass/_theme.scss */
  .node-teaser .node-title {
    color: #999999;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0; }
    /* line 926, ../sass/_theme.scss */
    .node-teaser .node-title a {
      color: #117a9a; }
  /* line 928, ../sass/_theme.scss */
  .node-teaser .content {
    font-size: 17px; }
    @media only screen and (max-width: 500px) {
      /* line 928, ../sass/_theme.scss */
      .node-teaser .content {
        font-size: 15px; } }
  /* line 931, ../sass/_theme.scss */
  .node-teaser .field-label {
    font-weight: 300; }
  /* line 933, ../sass/_theme.scss */
  .node-teaser .footer-teaser {
    border: 1px solid #ebebeb;
    border-width: 1px 0px;
    color: #999999;
    font-size: 15px;
    margin-top: 20px;
    padding-top: 8px;
    padding-bottom: 8px; }
    /* line 934, ../sass/_theme.scss */
    .node-teaser .footer-teaser .created {
      float: left; }
    /* line 935, ../sass/_theme.scss */
    .node-teaser .footer-teaser .product {
      float: right; }
    @media only screen and (max-width: 500px) {
      /* line 933, ../sass/_theme.scss */
      .node-teaser .footer-teaser {
        font-size: 13px;
        padding-top: 5px;
        padding-bottom: 5px; } }

/* ================================================== */
/* line 958, ../sass/_theme.scss */
.sidebar-right {
  border: solid #ebebeb;
  border-width: 0 0 2px;
  max-width: 300px;
  width: 27.77778%; }
  /* line 959, ../sass/_theme.scss */
  .sidebar-right h3 {
    border-bottom: 2px solid #ebebeb;
    color: #999999;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 0;
    padding: 32px 0 16px;
    text-transform: uppercase; }
  /* line 961, ../sass/_theme.scss */
  .js .sidebar-right {
    position: fixed; }
  /* line 963, ../sass/_theme.scss */
  .sidebar-right.unfixed {
    height: auto !important;
    position: static;
    width: 100%; }
  @media only screen and (max-width: 900px) {
    /* line 958, ../sass/_theme.scss */
    .sidebar-right {
      background: white;
      max-width: none;
      padding: 12px 20px;
      left: 0;
      right: 0;
      width: auto;
      z-index: 1000; }
      /* line 966, ../sass/_theme.scss */
      .sidebar-right h3 {
        border: none;
        display: inline;
        font-size: 11px;
        margin-right: 8px;
        padding: 0; }
        /* line 967, ../sass/_theme.scss */
        .sidebar-right h3:after {
          content: ": "; } }
  @media only screen and (max-width: 500px) {
    /* line 958, ../sass/_theme.scss */
    .sidebar-right {
      padding: 0; }
      /* line 971, ../sass/_theme.scss */
      .sidebar-right h3 {
        cursor: pointer;
        display: block;
        font-size: 14px;
        padding: 8px 20px 4px; }
        /* line 972, ../sass/_theme.scss */
        .sidebar-right h3:after {
          content: none; } }

@media only screen and (max-width: 900px) {
  /* line 977, ../sass/_theme.scss */
  .sidebar-right.unfixed, .sidebar-fixed-placeholder {
    margin: -60px -20px 60px;
    width: auto; }

  /* line 978, ../sass/_theme.scss */
  .sidebar-fixed-placeholder .sidebar-right.unfixed {
    margin: 0; } }
@media only screen and (max-width: 800px) {
  /* line 981, ../sass/_theme.scss */
  .sidebar-right.unfixed, .sidebar-fixed-placeholder {
    margin-top: -30px; } }
@media only screen and (max-width: 500px) {
  /* line 984, ../sass/_theme.scss */
  .sidebar-right.unfixed, .sidebar-fixed-placeholder {
    margin-bottom: 30px; } }
/* line 987, ../sass/_theme.scss */
.sidebar-links {
  font-weight: normal;
  list-style-type: none;
  margin: 0px;
  padding: 8px 0px; }
  /* line 988, ../sass/_theme.scss */
  .sidebar-links a {
    display: block;
    font-size: 17px;
    line-height: 20px;
    padding: 6px 0;
    text-decoration: none; }
    /* line 989, ../sass/_theme.scss */
    .sidebar-links a:hover {
      color: #0b5c7e; }
      /* line 990, ../sass/_theme.scss */
      .sidebar-links a:hover .count {
        background-color: white; }
    /* line 992, ../sass/_theme.scss */
    .sidebar-links a:active {
      background-color: #ebebeb; }
    /* line 994, ../sass/_theme.scss */
    .sidebar-links a .count {
      background-color: #ebebeb;
      border-radius: 10px;
      display: inline-block;
      font-size: 12px;
      line-height: 100%;
      margin-left: 10px;
      padding: 5px; }
  @media only screen and (max-width: 900px) {
    /* line 987, ../sass/_theme.scss */
    .sidebar-links {
      display: inline;
      padding: 0; }
      /* line 998, ../sass/_theme.scss */
      .sidebar-links li {
        display: inline;
        white-space: nowrap; }
        /* line 999, ../sass/_theme.scss */
        .sidebar-links li:after {
          content: ", "; }
        /* line 1000, ../sass/_theme.scss */
        .sidebar-links li:last-child:after {
          content: none; }
      /* line 1002, ../sass/_theme.scss */
      .sidebar-links a {
        display: inline; } }
  @media only screen and (max-width: 500px) {
    /* line 987, ../sass/_theme.scss */
    .sidebar-links {
      display: none;
      padding: 4px 20px 8px; }
      /* line 1005, ../sass/_theme.scss */
      .sidebar-links li {
        display: block; }
        /* line 1006, ../sass/_theme.scss */
        .sidebar-links li:after {
          content: none; } }

@media only screen and (max-width: 500px) {
  /* line 1011, ../sass/_theme.scss */
  .sidebar-right.show .sidebar-links {
    display: block; } }
/* line 1015, ../sass/_theme.scss */
#block-block-1 {
  text-align: left; }
  /* line 1016, ../sass/_theme.scss */
  #block-block-1 .gift-prompt {
    border-radius: 5px;
    color: #999999;
    display: inline-block;
    font-family: "p22-underground", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 100px;
    padding: 10px;
    text-transform: uppercase; }
    /* line 1017, ../sass/_theme.scss */
    #block-block-1 .gift-prompt img {
      float: left;
      margin-right: 20px; }
    /* line 1018, ../sass/_theme.scss */
    #block-block-1 .gift-prompt span {
      display: inline-block;
      line-height: 1em;
      padding: 14px 0 10px; }
    /* line 1020, ../sass/_theme.scss */
    #block-block-1 .gift-prompt:hover {
      background: #cfcfcf;
      color: black; }
  @media only screen and (max-width: 900px) {
    /* line 1015, ../sass/_theme.scss */
    #block-block-1 {
      margin-top: 0; } }

/* ================================================== */
/* line 1041, ../sass/_theme.scss */
.view-addenda .views-row {
  padding-bottom: 45px; }

/* ================================================== */
/* line 1059, ../sass/_theme.scss */
.header-main {
  padding: 0 0 15px;
  background-color: #ebebeb;
  position: relative; }
  @media only screen and (max-width: 800px) {
    /* line 1060, ../sass/_theme.scss */
    .header-main .wrapper {
      padding-top: 40px; } }
  @media only screen and (max-width: 720px) {
    /* line 1060, ../sass/_theme.scss */
    .header-main .wrapper {
      padding-top: 0;
      -moz-transition: padding-top 0.2s;
      -o-transition: padding-top 0.2s;
      -webkit-transition: padding-top 0.2s;
      transition: padding-top 0.2s; } }
  @media only screen and (min-width: 720px) {
    /* line 1060, ../sass/_theme.scss */
    .header-main .wrapper {
      padding-top: 40px !important; } }
  @media only screen and (min-width: 800px) {
    /* line 1060, ../sass/_theme.scss */
    .header-main .wrapper {
      padding-top: 0 !important; } }
  /* line 1069, ../sass/_theme.scss */
  .header-main .logo {
    float: left;
    margin-top: 30px;
    width: 240px; }
    /* line 1070, ../sass/_theme.scss */
    .header-main .logo a {
      display: block; }
    /* line 1071, ../sass/_theme.scss */
    .header-main .logo img {
      display: block;
      height: auto;
      width: 100%; }
    @media only screen and (max-width: 800px) {
      /* line 1069, ../sass/_theme.scss */
      .header-main .logo {
        float: none;
        margin: 30px auto; } }
    @media only screen and (max-width: 720px) {
      /* line 1069, ../sass/_theme.scss */
      .header-main .logo {
        float: left;
        margin: 20px auto; } }
    @media only screen and (max-width: 450px) {
      /* line 1069, ../sass/_theme.scss */
      .header-main .logo {
        width: 180px; } }
  /* line 1077, ../sass/_theme.scss */
  .header-main .sitename {
    margin: 0; }
    /* line 1078, ../sass/_theme.scss */
    .header-main .sitename a {
      text-indent: -999em; }
  @media only screen and (max-width: 800px) {
    /* line 1059, ../sass/_theme.scss */
    .header-main {
      padding-bottom: 0; } }

/* line 1084, ../sass/_theme.scss */
.page-section-title {
  font-family: "p22-underground", sans-serif;
  margin-top: -32px; }
  @media only screen and (max-width: 800px) {
    /* line 1084, ../sass/_theme.scss */
    .page-section-title {
      margin-top: 0; } }

/* line 1094, ../sass/_theme.scss */
.footer {
  background-color: #ebebeb;
  font-size: 14px; }
  /* line 1095, ../sass/_theme.scss */
  .footer .footer-content {
    padding: 20px 0; }
  @media only screen and (max-width: 500px) {
    /* line 1097, ../sass/_theme.scss */
    .footer .copyright {
      clear: both;
      font-size: 11px; } }

/* line 1100, ../sass/_theme.scss */
.footer-nav {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  /* line 1101, ../sass/_theme.scss */
  .footer-nav li {
    float: right;
    margin-left: 20px; }
  @media only screen and (max-width: 500px) {
    /* line 1100, ../sass/_theme.scss */
    .footer-nav {
      float: none; }
      /* line 1104, ../sass/_theme.scss */
      .footer-nav li {
        float: left;
        margin-left: 0;
        margin-right: 20px;
        margin-bottom: 20px; } }

/* line 1113, ../sass/_theme.scss */
.page-topics .col-1, .page-people .col-1 {
  float: none;
  width: auto; }
/* line 1114, ../sass/_theme.scss */
.page-topics .col-2, .page-people .col-2 {
  display: none; }
/* line 1115, ../sass/_theme.scss */
.page-topics .subcategories--title, .page-people .subcategories--title {
  margin-left: 6.25%; }
/* line 1116, ../sass/_theme.scss */
.page-topics .subcategories--subset li, .page-people .subcategories--subset li {
  width: 27.08333%; }
  /* line 1117, ../sass/_theme.scss */
  .page-topics .subcategories--subset li.even, .page-topics .subcategories--subset li.odd, .page-people .subcategories--subset li.even, .page-people .subcategories--subset li.odd {
    clear: none;
    margin-left: 6.25%; }
  /* line 1118, ../sass/_theme.scss */
  .page-topics .subcategories--subset li:nth-child(3n + 1), .page-people .subcategories--subset li:nth-child(3n + 1) {
    clear: left; }
  @media only screen and (max-width: 450px) {
    /* line 1116, ../sass/_theme.scss */
    .page-topics .subcategories--subset li, .page-people .subcategories--subset li {
      width: 100%; }
      /* line 1120, ../sass/_theme.scss */
      .page-topics .subcategories--subset li.even, .page-topics .subcategories--subset li.odd, .page-people .subcategories--subset li.even, .page-people .subcategories--subset li.odd {
        margin-left: 0px; } }

/* line 1127, ../sass/_theme.scss */
.front .wrapper-page {
  max-width: none;
  padding: 0; }

/* ================================================== */
/* line 1147, ../sass/_theme.scss */
.navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-indent: 0; }

/* line 1150, ../sass/_theme.scss */
.navigation.menu {
  font-size: 19px;
  line-height: 20px;
  white-space: nowrap; }
  /* line 1151, ../sass/_theme.scss */
  .navigation.menu li {
    display: inline-block;
    margin-left: 42px;
    padding: 0; }
  /* line 1152, ../sass/_theme.scss */
  .navigation.menu a {
    border-bottom: 4px solid transparent;
    color: black;
    display: block;
    padding-bottom: 15px;
    text-decoration: none;
    -moz-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    -webkit-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out; }
    /* line 1155, ../sass/_theme.scss */
    .navigation.menu a:hover {
      border-color: #be1939; }
    /* line 1156, ../sass/_theme.scss */
    .navigation.menu a.active, .navigation.menu a.active-trail {
      color: #be1939; }
  @media only screen and (max-width: 800px) {
    /* line 1150, ../sass/_theme.scss */
    .navigation.menu {
      text-align: center; }
      /* line 1160, ../sass/_theme.scss */
      .navigation.menu li {
        margin-left: 32px;
        margin-right: 32px; } }
  @media only screen and (max-width: 720px) {
    /* line 1150, ../sass/_theme.scss */
    .navigation.menu {
      bottom: auto;
      font-size: 22px;
      line-height: 22px;
      padding: 0 0 30px;
      white-space: normal; }
      /* line 1163, ../sass/_theme.scss */
      .navigation.menu li {
        display: block;
        margin-left: 0;
        margin-right: 0; }
        /* line 1164, ../sass/_theme.scss */
        .navigation.menu li.first a {
          padding-top: 0; }
        /* line 1165, ../sass/_theme.scss */
        .navigation.menu li.last a {
          padding-bottom: 0; }
      /* line 1167, ../sass/_theme.scss */
      .navigation.menu a {
        border-bottom: none;
        padding: 10px 0; }
        /* line 1168, ../sass/_theme.scss */
        .navigation.menu a.active {
          color: white; } }
  @media only screen and (max-width: 450px) {
    /* line 1172, ../sass/_theme.scss */
    .navigation.menu a {
      padding: 6px 0; } }

/* line 1176, ../sass/_theme.scss */
.secondary-menu {
  background-color: #cfcfcf;
  border-radius: 0 0 5px 5px;
  float: right;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  padding: 8px 16px 6px 7px; }
  /* line 1178, ../sass/_theme.scss */
  .secondary-menu .links {
    display: inline-block;
    list-style: none;
    padding: 6px 0 4px;
    white-space: nowrap; }
  /* line 1179, ../sass/_theme.scss */
  .secondary-menu li {
    border-right: 2px solid #999999;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px; }
    /* line 1180, ../sass/_theme.scss */
    .secondary-menu li.last {
      border-right: none;
      margin-right: 0;
      padding-right: 0; }
  /* line 1182, ../sass/_theme.scss */
  .secondary-menu a {
    color: #595959;
    text-decoration: none;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    /* line 1185, ../sass/_theme.scss */
    .secondary-menu a:hover {
      color: #0b5c7e; }
    /* line 1186, ../sass/_theme.scss */
    .secondary-menu a.active, .secondary-menu a.active-trail {
      color: #1f7a9c; }
  @media only screen and (max-width: 800px) {
    /* line 1176, ../sass/_theme.scss */
    .secondary-menu {
      border-radius: 0;
      padding: 8px;
      position: absolute;
      top: 0;
      right: 0;
      left: 0; }
      /* line 1190, ../sass/_theme.scss */
      .secondary-menu .links {
        font-size: 0;
        padding: 0; }
      /* line 1191, ../sass/_theme.scss */
      .secondary-menu .region-header {
        display: block; }
      /* line 1192, ../sass/_theme.scss */
      .secondary-menu li {
        border-right: 1px solid transparent;
        font-size: 13px;
        margin-right: 0;
        padding-right: 0; }
        /* line 1193, ../sass/_theme.scss */
        .secondary-menu li.first a {
          border-radius: 4px 0 0 4px; }
        /* line 1194, ../sass/_theme.scss */
        .secondary-menu li.last a {
          border-radius: 0 4px 4px 0; }
      /* line 1196, ../sass/_theme.scss */
      .secondary-menu a {
        background-color: #1f7a9c;
        color: white;
        display: block;
        padding: 6px 12px; }
        /* line 1197, ../sass/_theme.scss */
        .secondary-menu a:hover {
          background-color: #0b5c7e;
          color: white; }
        /* line 1198, ../sass/_theme.scss */
        .secondary-menu a.active, .secondary-menu a.active-trail {
          background: #0b5c7e;
          color: white; } }
  @media only screen and (max-width: 720px) {
    /* line 1176, ../sass/_theme.scss */
    .secondary-menu {
      background: transparent;
      float: none;
      font-size: 15px;
      margin: 0;
      padding: 20px 0;
      position: relative;
      top: auto;
      right: auto;
      left: auto;
      text-align: center; }
      /* line 1202, ../sass/_theme.scss */
      .secondary-menu .region-header {
        display: block;
        margin: 0 auto;
        padding: 0;
        width: 280px; }
      /* line 1203, ../sass/_theme.scss */
      .secondary-menu .links {
        float: none; }
      /* line 1204, ../sass/_theme.scss */
      .secondary-menu a {
        background-color: #cfcfcf;
        color: black; }
        /* line 1205, ../sass/_theme.scss */
        .secondary-menu a:hover {
          background-color: #c2c2c2;
          color: black; }
        /* line 1206, ../sass/_theme.scss */
        .secondary-menu a.active {
          background: #c2c2c2;
          color: black; } }
  @media only screen and (max-width: 450px) {
    /* line 1176, ../sass/_theme.scss */
    .secondary-menu {
      padding: 10px 0; }
      /* line 1210, ../sass/_theme.scss */
      .secondary-menu #secondary-menu {
        width: 320px; }
      /* line 1211, ../sass/_theme.scss */
      .secondary-menu .links li {
        border-right: none;
        border-bottom: 1px solid transparent;
        display: block;
        margin: 0 20px; }
        /* line 1212, ../sass/_theme.scss */
        .secondary-menu .links li.first a {
          border-radius: 4px 4px 0 0; }
        /* line 1213, ../sass/_theme.scss */
        .secondary-menu .links li.last a {
          border-radius: 0 0 4px 4px; } }

@media only screen and (min-width: 720px) {
  /* line 1218, ../sass/_theme.scss */
  .collapse {
    height: auto !important; } }
@media only screen and (max-width: 720px) {
  /* line 1218, ../sass/_theme.scss */
  .collapse {
    background: #999999;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -webkit-transition: height 0.2s;
    transition: height 0.2s; }
    /* line 1223, ../sass/_theme.scss */
    .collapse:after {
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
      content: " ";
      display: block;
      height: 10px;
      position: absolute;
      top: 100%;
      right: -7px;
      left: -7px; }
    /* line 1224, ../sass/_theme.scss */
    .collapse .collapse-wrap {
      overflow: hidden; } }

/* line 1228, ../sass/_theme.scss */
.collapse-toggle {
  background: #595959;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  height: 14px;
  padding: 12px 0;
  position: absolute;
  right: 20px;
  bottom: 40px;
  width: 44px;
  z-index: 1000; }
  /* line 1229, ../sass/_theme.scss */
  .collapse-toggle .icon-bar {
    border-radius: 1px;
    border: 1px solid #ebebeb;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 0;
    margin: 0 auto 4px;
    width: 20px; }
  @media only screen and (max-width: 720px) {
    /* line 1228, ../sass/_theme.scss */
    .collapse-toggle {
      display: block; } }
  @media only screen and (max-width: 450px) {
    /* line 1228, ../sass/_theme.scss */
    .collapse-toggle {
      bottom: 35px; } }

/* ================================================== */
/* line 1250, ../sass/_theme.scss */
.caption_box {
  max-width: 260px;
  float: right;
  margin: 0 0 15px 15px;
  font-size: 13px;
  color: #707070;
  border-bottom: 1px solid #B4B4B4;
  padding-bottom: 10px; }
  /* line 1251, ../sass/_theme.scss */
  .caption_box p {
    margin: 0;
    padding: 0; }
  /* line 1252, ../sass/_theme.scss */
  .caption_box img {
    display: block;
    margin: 0 auto; }

/* ================================================== */
/* line 1274, ../sass/_theme.scss */
.grid {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  left: 50%;
  margin-left: -540px;
  max-width: 1080px; }
  /* line 1277, ../sass/_theme.scss */
  .grid .col {
    float: left;
    height: 100%;
    width: 5.55556%; }
    /* line 1278, ../sass/_theme.scss */
    .grid .col:nth-child(odd) {
      background-color: red;
      opacity: 0.2; }

/* line 1283, ../sass/_theme.scss */
.toboggan-unified #login-links {
  text-align: left; }
  /* line 1284, ../sass/_theme.scss */
  .toboggan-unified #login-links a.login-link {
    background-color: #1f7a9c;
    border: none !important;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 6px 16px 10px; }
  /* line 1285, ../sass/_theme.scss */
  .toboggan-unified #login-links a.lt-active {
    background-color: #1f7a9c; }
  /* line 1286, ../sass/_theme.scss */
  .toboggan-unified #login-links a.login-link:hover, .toboggan-unified #login-links a.lt-active:hover {
    background-color: #0b5c7e; }
/* line 1288, ../sass/_theme.scss */
.toboggan-unified #login-message {
  display: none; }

/* line 1290, ../sass/_theme.scss */
.messages.status {
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0px; }

/* line 1291, ../sass/_theme.scss */
#main > .wrapper > .messages.status {
  margin: 10px 30px 30px 30px; }

/* line 1293, ../sass/_theme.scss */
#register-form .description, #login-form .description {
  color: #595959;
  font-style: italic;
  line-height: 18px;
  padding: 8px; }

/* line 1311, ../sass/_theme.scss */
#edit-field-audio {
  background: #eee;
  border-left: 4px solid #900;
  margin: 0 0 20px;
  padding: 8px 10px; }

/* line 1312, ../sass/_theme.scss */
.form-item, .text-format-wrapper {
  margin: 10px 0 20px; }

/* line 1313, ../sass/_theme.scss */
.node-form label {
  margin: 0 0 8px; }

/* line 1316, ../sass/_theme.scss */
body.cke_editable {
  padding: 0 15px; }

/* line 1318, ../sass/_theme.scss */
h3.rule {
  border-bottom: 1px solid #cfcfcf;
  margin-top: 30px;
  padding-bottom: 10px; }

/* line 1319, ../sass/_theme.scss */
h4 {
  margin-bottom: 5px; }

/* line 1321, ../sass/_theme.scss */
ul li.cke_panel_listItem a[title='blockquote'] blockquote {
  margin: 0px; }

/* line 1322, ../sass/_theme.scss */
a#cke_61_option blockquote:after {
  content: "Pull Quote"; }

/* =======
 * ADMIN
 * ======= */
/* line 1329, ../sass/_theme.scss */
div.admin .right, div.admin .left {
  width: 49%;
  margin: 0; }

/* line 1330, ../sass/_theme.scss */
div.admin-panel, div.admin-panel .body {
  padding: 0;
  clear: left; }

/* line 1331, ../sass/_theme.scss */
div.admin-panel {
  margin: 0 0 20px;
  padding: 9px;
  background: #eee;
  border: 1px solid #ccc; }

/* line 1332, ../sass/_theme.scss */
div.admin-panel h3 {
  font-size: 0.923em;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 9px; }

/* line 1334, ../sass/_theme.scss */
dl.admin-list {
  margin: 0; }

/* line 1335, ../sass/_theme.scss */
dl.admin-list dt {
  padding-top: 9px;
  border-top: 1px solid #ccc;
  margin-left: 0;
  margin-bottom: 4px;
  list-style-type: none;
  list-style-image: none; }

/* line 1336, ../sass/_theme.scss */
dl.admin-list dd {
  color: #666;
  font-size: 13px;
  margin-left: 0;
  padding-bottom: 9px; }

/* line 1339, ../sass/_theme.scss */
.tabledrag-toggle-weight-wrapper {
  font-size: 13px; }

/* line 1340, ../sass/_theme.scss */
.tabledrag-toggle-weight-wrapper a {
  text-decoration: none; }

/* line 1342, ../sass/_theme.scss */
div.vertical-tabs {
  margin-top: 40px; }

/* line 1343, ../sass/_theme.scss */
.vertical-tabs ul.vertical-tabs-list li {
  outline: none; }

/* line 1344, ../sass/_theme.scss */
.vertical-tabs ul.vertical-tabs-list a {
  color: #222; }

/* line 1345, ../sass/_theme.scss */
.vertical-tabs ul.vertical-tabs-list li a:hover {
  outline: none; }

/* line 1346, ../sass/_theme.scss */
.vertical-tabs ul.vertical-tabs-list .summary {
  font-size: 13px; }

/* Suggestion list */
/* line 1350, ../sass/_theme.scss */
#autocomplete {
  background: #fff;
  border: 1px solid gray;
  border-top: 0;
  margin-top: 3px;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

/* line 1354, ../sass/_theme.scss */
#autocomplete li {
  background-color: transparent;
  color: gray;
  padding: 4px 8px; }

/* line 1355, ../sass/_theme.scss */
#autocomplete li:hover {
  background-color: #ccc; }

/* Autocomplete */
/* line 1359, ../sass/_theme.scss */
html.js input.form-autocomplete {
  background-image: none; }

/* line 1360, ../sass/_theme.scss */
html.js input.throbbing {
  background-image: url("i/admin/ajax-loader.gif");
  background-position: 99% center; }

/* Field collection resets */
/* line 1363, ../sass/_theme.scss */
.field-collection-view {
  padding: 0px;
  margin: 0px; }

/* line 1364, ../sass/_theme.scss */
.action-links-field-collection-add {
  display: none; }

/* =======
 * SPECIFICS (ugly drupal targeting)
 * ======= */
/* line 1375, ../sass/_theme.scss */
.container-inline .form-item-search-block-form {
  display: block;
  /* yes...this is frustrating */ }

/* line 1378, ../sass/_theme.scss */
.form-item-pass-pass1, .form-item-pass-pass2 {
  width: 47.5%;
  float: left; }

/* line 1379, ../sass/_theme.scss */
.form-item-pass-pass2 {
  margin-left: 5%; }

/* line 1381, ../sass/_theme.scss */
.form-item label {
  display: none; }

/* line 1382, ../sass/_theme.scss */
.form-item input[type='checkbox'] ~ .description {
  display: inline-block;
  margin-left: 10px; }

/* line 1384, ../sass/_theme.scss */
.form-element.frm-8 {
  float: left;
  width: 100%; }

/* line 1385, ../sass/_theme.scss */
.form-element.frm-4 {
  width: 47.5%;
  float: left;
  margin-left: 5%; }

/* line 1386, ../sass/_theme.scss */
.form-element.frm-3 {
  width: 40%;
  float: left;
  margin-left: 5%; }

/* line 1387, ../sass/_theme.scss */
.form-element.frm-2 {
  width: 35%;
  float: left;
  margin-left: 5%; }

/* line 1388, ../sass/_theme.scss */
.form-element.frm-1 {
  width: 15%;
  float: left;
  margin-left: 5%; }

/* line 1389, ../sass/_theme.scss */
.form-element.first {
  margin-left: 0%; }

/* Stuff added by Jim */
/* line 1393, ../sass/_theme.scss */
#block-user-login ul {
  list-style-type: none; }
  /* line 1395, ../sass/_theme.scss */
  #block-user-login ul li {
    margin-left: 0; }

/* line 1400, ../sass/_theme.scss */
.field-cluster-audio div.mejs-volume-button {
  display: none; }

/* ==================================================
 * RESPONSIVE
 * authors: justins@journeygroup.com, joshb@journeygroup.com
 * ================================================== */
/* ============================== */
@media only screen and (max-width: 1080px) {
  /* line 8, ../sass/_responsive.scss */
  .grid {
    left: 0;
    margin-left: 0; } }
/* line 5, ../sass/_forms.scss */
.node-webform .form-item {
  clear: left; }
  /* line 7, ../sass/_forms.scss */
  .node-webform .form-item:nth-child(even) {
    clear: right; }
    @media only screen and (max-width: 500px) {
      /* line 7, ../sass/_forms.scss */
      .node-webform .form-item:nth-child(even) {
        margin-left: 0;
        margin-right: 0; } }
  @media only screen and (max-width: 500px) {
    /* line 5, ../sass/_forms.scss */
    .node-webform .form-item {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
/* line 20, ../sass/_forms.scss */
.node-webform #webform-component-date-of-graduation {
  width: 100%; }
  /* line 23, ../sass/_forms.scss */
  .node-webform #webform-component-date-of-graduation .webform-datepicker .form-item {
    width: 26%;
    margin: 0 4% 0 0;
    clear: none; }
  /* line 32, ../sass/_forms.scss */
  .node-webform #webform-component-date-of-graduation .description {
    clear: both;
    margin-top: 5px; }
/* line 37, ../sass/_forms.scss */
.node-webform .form-actions.form-wrapper {
  clear: both; }
