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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *::before, *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

             /*
@import "compass/utilities/sprites";
@import "logo/*.png";
@include all-logo-sprites;
*/
input[type="text"], input[type="password"], select {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #858585;
  margin-left: 0;
  margin-right: 0 !important;
  border: 1px solid #858585;
  padding: 8px;
}

option {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #222222;
  padding: 8px;
}

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1;
  color: white;
  background: #4a8ba7;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  padding: 12px;
  text-transform: uppercase;
  font-family: Georgia, "Times New Roman", Times, serif;
}
input[type="button"]:hover, input[type="button"]:active, input[type="submit"]:hover, input[type="submit"]:active {
  background: #54a0ba;
  text-decoration: none;
}

input[type="checkbox"] {
  float: left;
  margin: 0 5px 5px 0;
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  zoom: 1;
  *display: inline;
  width: 100% !important;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #858585;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #858585;
  border-radius: 5px;
  background-color: #fff;
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover, .chosen-container-single .chosen-single abbr:active {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover, .chosen-container-single.chosen-disabled .chosen-single abbr:active {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #858585;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #858585;
  background-color: #fff;
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 8px;
  height: 30px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #858585;
  font-size: 100%;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #858585;
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover, .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:active {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #858585;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
img, media {
  max-width: 100%;
}

a.print {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../images/btn_print_inactive.png?1398275136');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 26px;
  height: 23px;
  display: block;
}
@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  a.print {
    background-image: url('../images/btn_print_inactive@2x.png?1398275346');
    background-size: 100% 100%;
  }
}
a.print:hover, a.print:active {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../images/btn_print_hover.png?1398275234');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 26px;
  height: 23px;
}
@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  a.print:hover, a.print:active {
    background-image: url('../images/btn_print_hover@2x.png?1398275375');
    background-size: 100% 100%;
  }
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #222222;
}

h1 {
  font-size: 23px;
  font-size: 1.4375rem;
  margin: 15px 0;
  color: #4a8ba7;
}

h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
}

p, ol, ul {
  margin-bottom: 15px;
}

p.intro {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
  line-height: 1.25;
}

a {
  text-decoration: none;
  color: #4a8ba7;
}
a:hover, a:focus {
  text-decoration: underline;
}
a:visited {
  color: #4a8ba7;
}
a:hover {
  color: #54a0ba;
}
a:active {
  color: #54a0ba;
}

@media (min-width: 641px) {
  address {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 641px) {
  h1 {
    font-size: 32px;
    font-size: 2rem;
    margin: 35px 115px 25px 0;
  }

  h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 30px;
  }

  p, ol, ul {
    margin-bottom: 30px;
  }
}
label, .field__label {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #767065;
  font-weight: 700;
  margin-bottom: 10px;
}
label .tips, .field__label .tips {
  text-transform: none;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

sub {
  font: smaller;
  vertical-align: sub;
}

sup {
  font: smaller;
  vertical-align: super;
}

.node ol, .node ul {
  padding-left: 20px;
}
.node ol li {
  list-style-type: decimal;
}
.node ul li {
  list-style-type: square;
}

blockquote {
  padding-left: 40px;
  padding-right: 40px;
}

.block--tjrs-base-tjrs-base-search-nav, .block--tjrs-base-tjrs-base-search-nav-2 {
  margin: 35px 0;
}
.block--tjrs-base-tjrs-base-search-nav nav ul, .block--tjrs-base-tjrs-base-search-nav-2 nav ul {
  overflow: hidden;
  *zoom: 1;
}
.block--tjrs-base-tjrs-base-search-nav nav ul li, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li {
  display: block;
  height: 43px;
  line-height: 43px;
}
.block--tjrs-base-tjrs-base-search-nav nav ul li.back, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.back {
  float: left;
}
.block--tjrs-base-tjrs-base-search-nav nav ul li.back a, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.back a {
  -webkit-appearance: none;
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1;
  color: white;
  background: #4a8ba7;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  padding: 12px;
  text-transform: uppercase;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.block--tjrs-base-tjrs-base-search-nav nav ul li.back a:hover, .block--tjrs-base-tjrs-base-search-nav nav ul li.back a:active, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.back a:hover, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.back a:active {
  background: #54a0ba;
  text-decoration: none;
}
@media (max-width: 640px) {
  .block--tjrs-base-tjrs-base-search-nav nav ul li.back a, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.back a {
    padding: 12px;
  }
}
.block--tjrs-base-tjrs-base-search-nav nav ul li.new, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.new {
  float: left;
  margin-left: 20px;
}
@media (max-width: 640px) {
  .block--tjrs-base-tjrs-base-search-nav nav ul li.new, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.new {
    display: none;
    margin-left: 15px;
  }
}
.block--tjrs-base-tjrs-base-search-nav nav ul li.new a, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.new a {
  line-height: 43px;
  vertical-align: middle;
}
.block--tjrs-base-tjrs-base-search-nav nav ul li.prev-count-next, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.prev-count-next {
  float: right;
}
.block--tjrs-base-tjrs-base-search-nav nav ul li.prev-count-next .prev, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.prev-count-next .prev {
  display: block;
  float: left;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../images/btn_pager_prev_inactive.png?1398274920');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 43px;
  height: 43px;
  margin-right: 12px;
}
@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .block--tjrs-base-tjrs-base-search-nav nav ul li.prev-count-next .prev, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.prev-count-next .prev {
    background-image: url('../images/btn_pager_prev_inactive@2x.png?1398275059');
    background-size: 100% 100%;
  }
}
.block--tjrs-base-tjrs-base-search-nav nav ul li.prev-count-next .prev:hover, .block--tjrs-base-tjrs-base-search-nav nav ul li.prev-count-next .prev:active, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.prev-count-next .prev:hover, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.prev-count-next .prev:active {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../images/btn_pager_prev_hover.png?1398274954');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 43px;
  height: 43px;
}
@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .block--tjrs-base-tjrs-base-search-nav nav ul li.prev-count-next .prev:hover, .block--tjrs-base-tjrs-base-search-nav nav ul li.prev-count-next .prev:active, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.prev-count-next .prev:hover, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.prev-count-next .prev:active {
    background-image: url('../images/btn_pager_prev_hover@2x.png?1398275076');
    background-size: 100% 100%;
  }
}
.block--tjrs-base-tjrs-base-search-nav nav ul li.prev-count-next .next, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.prev-count-next .next {
  display: block;
  float: left;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../images/btn_pager_next_inactive.png?1398274780');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 43px;
  height: 43px;
}
@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .block--tjrs-base-tjrs-base-search-nav nav ul li.prev-count-next .next, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.prev-count-next .next {
    background-image: url('../images/btn_pager_next_inactive@2x.png?1398274849');
    background-size: 100% 100%;
  }
}
.block--tjrs-base-tjrs-base-search-nav nav ul li.prev-count-next .next:hover, .block--tjrs-base-tjrs-base-search-nav nav ul li.prev-count-next .next:active, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.prev-count-next .next:hover, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.prev-count-next .next:active {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../images/btn_pager_next_hover.png?1398274798');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 43px;
  height: 43px;
}
@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .block--tjrs-base-tjrs-base-search-nav nav ul li.prev-count-next .next:hover, .block--tjrs-base-tjrs-base-search-nav nav ul li.prev-count-next .next:active, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.prev-count-next .next:hover, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.prev-count-next .next:active {
    background-image: url('../images/btn_pager_next_hover@2x.png?1398274870');
    background-size: 100% 100%;
  }
}
.block--tjrs-base-tjrs-base-search-nav nav ul li.prev-count-next .count, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.prev-count-next .count {
  display: none;
  float: left;
  height: 43px;
  line-height: 43px;
}
@media (min-width: 641px) {
  .block--tjrs-base-tjrs-base-search-nav nav ul li.prev-count-next .count, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.prev-count-next .count {
    display: block;
    margin-right: 12px;
  }
}
.block--tjrs-base-tjrs-base-search-nav nav ul li.prev-count-next .count .count-i, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.prev-count-next .count .count-i {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #222222;
}
.block--tjrs-base-tjrs-base-search-nav nav ul li.prev-count-next .count .count-n, .block--tjrs-base-tjrs-base-search-nav-2 nav ul li.prev-count-next .count .count-n {
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
}

.l-footer {
  background: #4A4A4A;
  color: #A6A8AB;
  padding: 35px 0;
}
.l-footer p {
  margin: 0;
}
.l-footer .monticello-logo {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../images/tjm_logo_footer.png?1398280636');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 198px;
  height: 56px;
  margin: 0 auto;
  display: block;
}
@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .l-footer .monticello-logo {
    background-image: url('../images/tjm_logo_footer@2x.png?1398280636');
    background-size: 100% 100%;
  }
}
.l-footer .copyright {
  margin: 20px 0 0;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.l-footer .copyright a {
  color: #a6a8ab;
}
.l-footer .copyright a:visited {
  color: #a6a8ab;
}
.l-footer .copyright a:hover {
  color: #a6a8ab;
}
.l-footer .copyright a:active {
  color: #a6a8ab;
}

.l-header {
  background-color: #751631;
  background-image: -moz-linear-gradient(#751631, #b51230);
  background-image: -webkit-linear-gradient(#751631, #b51230);
  background-image: linear-gradient(#751631, #b51230);
  height: 165px;
  position: relative;
}
@media (max-width: 767px) {
  .l-header {
    height: 70px;
  }
}
.l-header p {
  margin: 0;
}
.l-header .site-name {
  display: none;
}
.l-header .tjm-logo {
  position: absolute;
  top: 25px;
  left: 25px;
  display: block;
  height: 90px;
}
@media (max-width: 767px) {
  .l-header .tjm-logo {
    top: 16px;
    left: 10px;
    height: 38px;
    padding-top: 10px;
  }
}
.l-header .tjm-logo .monticello-logo {
  display: block;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../images/tjm_logo_header.png?1398280636');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 192px;
  height: 54px;
}
@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .l-header .tjm-logo .monticello-logo {
    background-image: url('../images/tjm_logo_header@2x.png?1398280636');
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .l-header .tjm-logo .monticello-logo {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../images/btn_tjm_mobile_inactive.png?1398276937');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 25px;
    height: 18px;
  }
}
@media (max-width: 767px) and (min-resolution: 1.5dppx), (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), (max-width: 767px) and (min-resolution: 144dpi) {
  .l-header .tjm-logo .monticello-logo {
    background-image: url('../images/btn_tjm_mobile_inactive@2x.png?1398275462');
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .l-header .tjm-logo .monticello-logo:hover, .l-header .tjm-logo .monticello-logo:active {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../images/btn_tjm_mobile_hover.png?1398276947');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 25px;
    height: 18px;
  }
}
@media (max-width: 767px) and (min-resolution: 1.5dppx), (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), (max-width: 767px) and (min-resolution: 144dpi) {
  .l-header .tjm-logo .monticello-logo:hover, .l-header .tjm-logo .monticello-logo:active {
    background-image: url('../images/btn_tjm_mobile_hover@2x.png?1398275482');
    background-size: 100% 100%;
  }
}

.l-header .tjrs-logo {
  position: absolute;
  top: 25px;
  left: 247px;
  padding-bottom: 6px;
  padding-left: 30px;
  border-left: 1px solid #000;
  font-size: 30px;
  font-size: 1.875rem;
  color: #FFFFFF;
  line-height: 1.25;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .l-header .tjrs-logo {
    left: 10px;
  }
}
.l-header .tjrs-logo .ampersand {
  font-size: 38px;
  font-size: 2.375rem;
  font-style: italic;
}
@media (max-width: 767px) {
  .l-header .tjrs-logo {
    top: 10px;
    left: 56px;
    width: 250px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.25;
    letter-spacing: 1px;
  }
  .l-header .tjrs-logo .ampersand {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.l-header .tjrs-logo a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .l-header .block--system-main-menu {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.l-header .block--system-main-menu .toggle {
  display: none;
}
@media (max-width: 767px) {
  .l-header .block--system-main-menu .toggle {
    position: absolute;
    top: 23px;
    right: 10px;
    display: block;
    cursor: pointer;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../images/btn_menu_mobile_inactive.png?1398276923');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 24px;
    height: 21px;
  }
}
@media (max-width: 767px) and (min-resolution: 1.5dppx), (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), (max-width: 767px) and (min-resolution: 144dpi) {
  .l-header .block--system-main-menu .toggle {
    background-image: url('../images/btn_menu_mobile_inactive@2x.png?1398274694');
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .l-header .block--system-main-menu .toggle.visible {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../images/btn_menu_mobile_active.png?1398276929');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 24px;
    height: 21px;
  }
}
@media (max-width: 767px) and (min-resolution: 1.5dppx), (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), (max-width: 767px) and (min-resolution: 144dpi) {
  .l-header .block--system-main-menu .toggle.visible {
    background-image: url('../images/btn_menu_mobile_active@2x.png?1398274731');
    background-size: 100% 100%;
  }
}

.l-header .block--system-main-menu ul {
  font-size: 16px;
  font-size: 1rem;
  color: white;
}
@media (max-width: 767px) {
  .l-header .block--system-main-menu ul {
    display: none;
    background: #c41230;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .l-header .block--system-main-menu ul.visible {
    display: block;
  }
}
.l-header .block--system-main-menu ul li {
  list-style-type: none !important;
  list-style-image: none !important;
  float: left;
  border-right: 1px dashed #000;
}
.l-header .block--system-main-menu ul li.first {
  border-left: 1px dashed #000;
}
@media (max-width: 767px) {
  .l-header .block--system-main-menu ul li {
    float: none;
    border: 0;
    border-top: 1px dashed #000;
  }
  .l-header .block--system-main-menu ul li.first {
    border: 0;
    border-top: 1px dashed #000;
  }
}
.l-header .block--system-main-menu ul li a {
  color: white;
  display: block;
  padding: 8px 30px 15px;
  text-transform: uppercase;
  text-align: right;
}
.l-header .block--system-main-menu ul li a:visited {
  color: white;
}
.l-header .block--system-main-menu ul li a:hover {
  color: white;
}
.l-header .block--system-main-menu ul li a:active {
  color: white;
}
@media (max-width: 767px) {
  .l-header .block--system-main-menu ul li a {
    padding: 10px;
  }
}
.l-header .block--system-main-menu ul li a.active, .l-header .block--system-main-menu ul li a:hover, body.page-archive-search .l-header .block--system-main-menu ul li a.search, body.node-type-tjrs-letter .l-header .block--system-main-menu ul li a.search {
  background-image: -moz-linear-gradient(#a81230, #f8003e);
  background-image: -webkit-linear-gradient(#a81230, #f8003e);
  background-image: linear-gradient(#a81230, #f8003e);
  text-decoration: none;
}

html, body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

body {
  background: #f0ede9;
}

.l-post-header {
  position: relative;
  padding: 10px 0;
  min-height: 48px;
  background: #e2ddd6;
}
@media (min-width: 768px) {
  .l-post-header {
    padding: 0;
    height: 80px;
  }
}
.l-post-header .print-wrap {
  position: absolute;
  right: 20px;
  top: 19px;
}
@media (min-width: 768px) {
  .l-post-header .print-wrap {
    top: 29px;
  }
}
@media (max-width: 640px) {
  .l-post-header .print-wrap {
    display: none;
  }
}
.l-post-header h1.page-title {
  margin: 0;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .l-post-header h1.page-title {
    height: 80px;
    line-height: 80px;
  }
}
.l-post-header .block--menu-menu-tjrs-search-menu {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 641px) {
  .l-post-header .block--menu-menu-tjrs-search-menu {
    width: 74.46809%;
  }
}
.l-post-header .block--menu-menu-tjrs-search-menu ul {
  overflow: hidden;
  *zoom: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  color: #4a8ba7;
  margin: 0;
  padding: 0;
}
@media (max-width: 640px) {
  .l-post-header .block--menu-menu-tjrs-search-menu ul {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-post-header .block--menu-menu-tjrs-search-menu ul li {
  list-style-type: none !important;
  list-style-image: none !important;
  float: left;
}
.l-post-header .block--menu-menu-tjrs-search-menu ul li a {
  color: #4a8ba7;
  display: block;
  padding: 8px 14px;
}
.l-post-header .block--menu-menu-tjrs-search-menu ul li a:visited {
  color: #4a8ba7;
}
.l-post-header .block--menu-menu-tjrs-search-menu ul li a:hover {
  color: #222222;
}
.l-post-header .block--menu-menu-tjrs-search-menu ul li a:active {
  color: #222222;
}
@media (max-width: 640px) {
  .l-post-header .block--menu-menu-tjrs-search-menu ul li a {
    text-transform: none;
  }
  .l-post-header .block--menu-menu-tjrs-search-menu ul li a span {
    display: none;
  }
}
@media (min-width: 641px) {
  .l-post-header .block--menu-menu-tjrs-search-menu ul li a {
    padding: 12px 20px;
  }
}
.l-post-header .block--menu-menu-tjrs-search-menu ul li a:hover, .l-post-header .block--menu-menu-tjrs-search-menu ul li a:active, .l-post-header .block--menu-menu-tjrs-search-menu ul li a.active-trail {
  background-color: #F0EDE9;
  background-image: -moz-linear-gradient(#ffffff, #f0ede9);
  background-image: -webkit-linear-gradient(#ffffff, #f0ede9);
  background-image: linear-gradient(#ffffff, #f0ede9);
  color: #222222;
  text-decoration: none;
}

.l-region--sidebar-first label {
  display: block;
}
.l-region--sidebar-first input[type="text"] {
  display: block;
  width: 100%;
}

.node-type-tjrs-letter .field--name-body {
  /*.TEI {
    margin-bottom:2em;
    font-family:"PUPMonticelloUnicode",serif;
  }*/
  /*body {
    margin: 0px;
    padding: 1px;
    background-color: white;
    color: black;
    font-size: 13pt;
    font-family: serif;
    // line-height: 21px;
    line-height: 1.3em;
  }*/
}
.node-type-tjrs-letter .field--name-body td[align='right'] {
  text-align: right;
}
.node-type-tjrs-letter .field--name-body p.ptj-p span[title], .node-type-tjrs-letter .field--name-body p.ptj-p abbr {
  display: inline-block;
  border-bottom: 1px dotted #222222;
  text-indent: 0;
}
.node-type-tjrs-letter .field--name-body p.ptj-p + p.ptj-p {
  margin-top: 0.5em;
}
.node-type-tjrs-letter .field--name-body .highlight {
  background: yellow;
}
.node-type-tjrs-letter .field--name-body h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 0.5em;
}
.node-type-tjrs-letter .field--name-body .sp, .node-type-tjrs-letter .field--name-body .p, .node-type-tjrs-letter .field--name-body incident {
  display: block;
  margin: 0em 0em;
  text-align: justify;
}
.node-type-tjrs-letter .field--name-body .bibl {
  font-size: 0.9em;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 2px;
}
.node-type-tjrs-letter .field--name-body .teiHeader {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  background-color: #FFFFCC;
  color: black;
  font-size: 10pt;
}
.node-type-tjrs-letter .field--name-body .small-caps {
  font-variant: small-caps;
}
.node-type-tjrs-letter .field--name-body .xx-small {
  font-size: xx-small;
}
.node-type-tjrs-letter .field--name-body .figDesc {
  font-size: x-small;
  font-style: italic;
}
.node-type-tjrs-letter .field--name-body p {
  margin: 0.25em 0em;
}
.node-type-tjrs-letter .field--name-body .para-following-opener {
  margin: 0;
  text-align: justify;
}
.node-type-tjrs-letter .field--name-body .editorial-note {
  float: right;
  border: 1px black solid;
  padding: 2px;
  width: 400px;
  font-size: 82%;
  font-weight: normal;
  margin: 2px;
}
.node-type-tjrs-letter .field--name-body .annotative-note {
  font-size: 82%;
  display: inline;
  color: #c41230;
  background-color: inherit;
}
.node-type-tjrs-letter .field--name-body .teiHeader-heading {
  font-weight: bold;
  color: #993366;
  background-color: inherit;
  margin-bottom: 0;
}
.node-type-tjrs-letter .field--name-body .header-para-content {
  margin: 0 0 0 12px;
  font-size: xx-small;
}
.node-type-tjrs-letter .field--name-body .add {
  color: #458503;
  background-color: inherit;
}
.node-type-tjrs-letter .field--name-body .del {
  color: #c41230;
  text-decoration: line-through;
  background-color: inherit;
}
.node-type-tjrs-letter .field--name-body .opener {
  margin-bottom: 0em;
}
.node-type-tjrs-letter .field--name-body .opener-smaller {
  font-size: 0.95em;
}
.node-type-tjrs-letter .field--name-body .opener-dateline, .node-type-tjrs-letter .field--name-body .dateline {
  margin-right: 1em;
}
.node-type-tjrs-letter .field--name-body .closer {
  margin: 0.25em 1em 0em 0em;
  text-align: right;
}
.node-type-tjrs-letter .field--name-body p.footnote, .node-type-tjrs-letter .field--name-body .note-para, .node-type-tjrs-letter .field--name-body .explanatory-note, .node-type-tjrs-letter .field--name-body .source-note {
  margin: 0em;
}
.node-type-tjrs-letter .field--name-body .document-head {
  text-align: center;
}
.node-type-tjrs-letter .field--name-body .postscript {
  margin: 1em 0em;
  text-indent: 0em;
}
.node-type-tjrs-letter .field--name-body .g {
  display: inline;
}
.node-type-tjrs-letter .field--name-body .translation-head, .node-type-tjrs-letter .field--name-body .enclosure-head {
  letter-spacing: 0.4em;
  text-align: center;
}
.node-type-tjrs-letter .field--name-body .translation-div, .node-type-tjrs-letter .field--name-body .enclosure-div {
  font-size: 0.95em;
  margin-top: 2em;
}
.node-type-tjrs-letter .field--name-body .heading {
  text-align: center;
  font-weight: bold;
  line-height: 2em;
}
.node-type-tjrs-letter .field--name-body ul.simple {
  list-style-type: none;
}
.node-type-tjrs-letter .field--name-body .margin-note {
  float: right;
  width: 150px;
  margin-left: 2em;
}
.node-type-tjrs-letter .field--name-body .translation-div table, .node-type-tjrs-letter .field--name-body .enclosure-div table {
  font-size: 0.95em;
}
.node-type-tjrs-letter .field--name-body sup {
  font-size: 66%;
  vertical-align: super;
}
.node-type-tjrs-letter .field--name-body hr {
  color: black;
  background-color: black;
}
.node-type-tjrs-letter .field--name-body .formatting-note-ref {
  color: #458503;
  text-decoration: none;
  font-weight: bold;
  background-color: inherit;
}
.node-type-tjrs-letter .field--name-body .formatting-note {
  color: #458503;
  background-color: inherit;
}
.node-type-tjrs-letter .field--name-body .title {
  font-style: italic;
}
.node-type-tjrs-letter .field--name-body .index-tool-tip {
  color: #458503;
  font-size: xx-small;
}
.node-type-tjrs-letter .field--name-body .ptj-p {
  line-height: inherit;
  font-size: inherit;
  margin-top: 0em;
  margin-bottom: 0em;
}
.node-type-tjrs-letter .field--name-body .ptj-explanatoryNote-p {
  text-indent: 1em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: inherit;
  font-size: inherit;
}
.node-type-tjrs-letter .field--name-body .ptj-docinfo {
  margin-left: .5em;
  font-size: x-small;
  text-align: left;
  line-height: 1.1em;
  font-weight: bold;
  color: maroon;
}
.node-type-tjrs-letter .field--name-body .ptj-doc {
  font-weight: normal;
  margin-top: 2em;
}
@media (min-width: 641px) {
  .node-type-tjrs-letter .field--name-body .ptj-doc {
    margin-left: .5em;
    margin-right: 1em;
  }
}
.node-type-tjrs-letter .field--name-body .ptj-enclosurehead {
  display: block;
  text-align: center;
  font-size: small;
  font-variant: small-caps;
  letter-spacing: 1em;
  margin-bottom: 1em;
  margin-top: 1em;
}
.node-type-tjrs-letter .field--name-body .ptj-ps {
  display: block;
  clear: both;
  margin-top: 2em;
  text-indent: 0em;
}
.node-type-tjrs-letter .field--name-body .ptj-explanatoryQuote {
  font-variant: small-caps;
  color: #222222;
}
.node-type-tjrs-letter .field--name-body .ptj-signed-sameline {
  float: right;
  margin-top: -1.1em;
  margin-bottom: 1em;
  margin-right: 1em;
}
.node-type-tjrs-letter .field--name-body .ptj-signed-ownline {
  display: block;
  text-align: right;
  margin-top: 0.2em;
  margin-bottom: 1em;
  margin-right: 1em;
}
.node-type-tjrs-letter .field--name-body div.div1 h3, .node-type-tjrs-letter .field--name-body .ptj-h2 {
  text-align: center;
  font-size: medium;
}
.node-type-tjrs-letter .field--name-body .ptj-salute {
  display: inline;
  font-variant: small-caps;
}
.node-type-tjrs-letter .field--name-body .ptj-opener-dateline {
  margin-right: 1em;
}
.node-type-tjrs-letter .field--name-body .ptj-p-closingnotsigned {
  display: inline;
}
.node-type-tjrs-letter .field--name-body .ptj-closing-salute {
  display: block;
  text-align: left;
  text-indent: 1em;
}
.node-type-tjrs-letter .field--name-body .ptj-closingsigned {
  display: block;
  text-align: left;
  margin-right: 1em;
}
.node-type-tjrs-letter .field--name-body .ptj-closingnotsigned {
  display: block;
  text-align: left;
  text-indent: 1em;
  margin-top: 0em;
}
.node-type-tjrs-letter .field--name-body .ptj-del {
  text-decoration: line-through;
  color: #c41230;
  display: inline;
}
.node-type-tjrs-letter .field--name-body .ptj-add {
  color: #458503;
}
.node-type-tjrs-letter .field--name-body .abbr {
  border-bottom: 1px maroon dotted;
}
.node-type-tjrs-letter .field--name-body .ptj-figDesc {
  font-size: small;
}
.node-type-tjrs-letter .field--name-body .ptj-sourceNoteheadNote {
  display: block;
  clear: both;
  text-indent: 1em;
  font-size: 82%;
  margin-top: 1em;
  line-height: inherit;
  margin-bottom: 0.5em;
}
.node-type-tjrs-letter .field--name-body .ptj-explanatoryNotediv {
  font-size: 82%;
  margin-bottom: 0.5em;
}
.node-type-tjrs-letter .field--name-body .ptj-noteTYPEtextual {
  font-size: 82%;
  line-height: 1.1em;
  text-indent: 1em;
  margin-top: 0em;
  margin-bottom: 0em;
}
.node-type-tjrs-letter .field--name-body .ptj-noteTYPEeditorialcomment {
  display: inline;
}
.node-type-tjrs-letter .field--name-body .ptj-noteTYPEfoot {
  font-size: 82%;
  line-height: inherit;
}
.node-type-tjrs-letter .field--name-body .ptj-item {
  display: list-item;
  margin-left: 1em;
}
.node-type-tjrs-letter .field--name-body .ptj-lg {
  line-height: inherit;
  font-size: inherit;
  margin-top: 1em;
  margin-bottom: 1em;
}
.node-type-tjrs-letter .field--name-body .ptj-line {
  line-height: inherit;
  font-size: inherit;
  margin-top: 0em;
  margin-bottom: 0em;
}
.node-type-tjrs-letter .field--name-body .ptj-label {
  font-weight: bold;
  font-style: italic;
}
.node-type-tjrs-letter .field--name-body .ptj-listTYPEsimple {
  list-style-image: none;
}
.node-type-tjrs-letter .field--name-body .ptj-trailer {
  margin-top: 1em;
  display: block;
  font-style: italic;
}
.node-type-tjrs-letter .field--name-body .ptj-sp {
  display: block;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.node-type-tjrs-letter .field--name-body .ptj-speaker {
  font-variant: small-caps;
}
.node-type-tjrs-letter .field--name-body .ptj-ptr {
  color: #458503;
}
.node-type-tjrs-letter .field--name-body .ptj-table {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.node-type-tjrs-letter .field--name-body .ptj-gloss-internal {
  display: block;
  float: right;
  font-size: x-small;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  margin-left: 0.2em;
  background-color: silver;
  text-align: left;
  text-indent: 0em;
}
.node-type-tjrs-letter .field--name-body .ptj-gloss-external {
  display: block;
  float: none;
  font-size: x-small;
}
.node-type-tjrs-letter .field--name-body .corr {
  background-color: #FFFFCC;
}
.node-type-tjrs-letter .field--name-body .MainEntryGrp {
  display: block;
  line-height: 12pt;
}
.node-type-tjrs-letter .field--name-body .MainEntryGrpHead {
  display: block;
  margin-top: 1em;
  font-variant: small-caps;
  text-align: left;
}
.node-type-tjrs-letter .field--name-body .SubEntryGrpHead {
  display: block;
  margin-top: 0.5em;
  margin-left: 2em;
  font-style: italic;
  text-align: left;
}
.node-type-tjrs-letter .field--name-body .IndexEntry {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}
.node-type-tjrs-letter .field--name-body .SubEntry {
  display: block;
  margin-left: 2em;
  text-indent: -1em;
}
.node-type-tjrs-letter .field--name-body .SubSubEntry {
  display: block;
  margin-left: 3em;
  text-indent: -1em;
}
.node-type-tjrs-letter .field--name-body .idx-body {
  display: block;
}
.node-type-tjrs-letter .field--name-body .idx-volumeinfo-pageno {
  display: block;
  margin-left: inherit;
}
.node-type-tjrs-letter .field--name-body .index-retro-comment {
  color: #458503;
  font-weight: normal;
}
.node-type-tjrs-letter .field--name-body .ancestor {
  color: gray;
}
.node-type-tjrs-letter .field--name-body .ref {
  display: block;
  margin: 0;
}
.node-type-tjrs-letter .field--name-body .ship {
  display: inline;
  color: maroon;
}
.node-type-tjrs-letter .field--name-body .reposAbbr {
  border-bottom: 1px dotted maroon;
}
.node-type-tjrs-letter .field--name-body div.FM_half-title .ht-line1 {
  letter-spacing: 0.14em;
  font-variant: small-caps;
}
.node-type-tjrs-letter .field--name-body div.FM_half-title .ht-line2 {
  line-height: 28pt;
  margin-top: 14pt;
}
.node-type-tjrs-letter .field--name-body div.FM_half-title .ht-line3 {
  margin-top: 14pt;
  font-variant: small-caps;
}
.node-type-tjrs-letter .field--name-body div.FM_half-title .ht-line4 {
  margin-top: 11pt;
  font-variant: small-caps;
}
.node-type-tjrs-letter .field--name-body div.FM_half-title .ht-line5 {
  margin-top: 10pt;
  font-variant: small-caps;
}
.node-type-tjrs-letter .field--name-body div.FM_title .title-line2 {
  margin-top: 0.5em;
}
.node-type-tjrs-letter .field--name-body div.FM_title .title-line3 {
  margin-top: 0.5em;
  font-variant: small-caps;
}
.node-type-tjrs-letter .field--name-body div.FM_title .title-volume {
  margin-top: 1em;
}
.node-type-tjrs-letter .field--name-body div.FM_title .title-editor {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.node-type-tjrs-letter .field--name-body div.FM_title .title-editors {
  line-height: 12pt;
  font-variant: small-caps;
}
.node-type-tjrs-letter .field--name-body div.FM_title .title-imprint-first {
  line-height: 1.5em;
  margin-top: 4em;
  font-variant: small-caps;
}
.node-type-tjrs-letter .field--name-body div.FM_title .title-imprint {
  line-height: 1.5em;
  font-variant: small-caps;
}
.node-type-tjrs-letter .field--name-body div.FM_copyright div {
  line-height: 1.5em;
}
.node-type-tjrs-letter .field--name-body div.FM_dedication div {
  margin-top: 0.3em;
  font-variant: small-caps;
}
.node-type-tjrs-letter .field--name-body div.FM_dedication .dedication-name {
  margin-top: 0.3em;
  font-variant: small-caps;
}
.node-type-tjrs-letter .field--name-body div.FM_advisory-committee > h3 {
  text-align: center;
  font-weight: normal;
}
.node-type-tjrs-letter .field--name-body div.FM_advisory-committee table {
  margin-bottom: 3em;
}
.node-type-tjrs-letter .field--name-body div.FM_advisory-committee .advisory-p1 {
  margin-top: 3em;
  margin-bottom: 1em;
  line-height: 13pt;
}
.node-type-tjrs-letter .field--name-body div.FM_advisory-committee .advisory-p2 {
  line-height: 13pt;
}
.node-type-tjrs-letter .field--name-body div.FM_advisory-committee .advisory-p3 {
  margin-top: 3em;
  margin-bottom: 1em;
  line-height: 11pt;
  text-align: justify;
}
.node-type-tjrs-letter .field--name-body div.FM_foreword > h3 {
  text-align: center;
  font-weight: normal;
}
.node-type-tjrs-letter .field--name-body div.FM_foreword div {
  line-height: 13pt;
}
.node-type-tjrs-letter .field--name-body div.FM_acknowledgements > h3 {
  text-align: center;
  font-weight: normal;
}
.node-type-tjrs-letter .field--name-body div.FM_acknowledgements div {
  line-height: 13pt;
}
.node-type-tjrs-letter .field--name-body div.FM_apparatus > h3 {
  text-align: center;
  font-weight: normal;
}
.node-type-tjrs-letter .field--name-body div.FM_apparatus div {
  line-height: 13pt;
}
.node-type-tjrs-letter .field--name-body div.FM_sub-div h3 {
  text-align: center;
  font-weight: normal;
}
.node-type-tjrs-letter .field--name-body div.FM_sub-div table {
  line-height: 13pt;
}
.node-type-tjrs-letter .field--name-body div.FM_sub-div div.bibl {
  line-height: 13pt;
  display: block;
  margin-left: 2em;
  text-indent: -2em;
}
.node-type-tjrs-letter .field--name-body div.FM_sub-div div.bibl .title {
  display: inline;
  font-style: italic;
}
.node-type-tjrs-letter .field--name-body div.FM_TOC > h3 {
  text-align: center;
  font-weight: normal;
}
.node-type-tjrs-letter .field--name-body div.FM_Maps > h3 {
  text-align: center;
  font-weight: normal;
}
.node-type-tjrs-letter .field--name-body div.FM_Illustrations > h3 {
  text-align: center;
  font-weight: normal;
}
.node-type-tjrs-letter .field--name-body div.FM_half-title2 .ht-line1 {
  letter-spacing: 0.14em;
  margin-top: 10em;
  text-align: center;
}
.node-type-tjrs-letter .field--name-body div.FM_half-title2 .ht-line2 {
  margin-top: 14pt;
  text-align: center;
}
.node-type-tjrs-letter .field--name-body div.FM_Chronology > h3 {
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}
.node-type-tjrs-letter .field--name-body div.FM_Chronology div.FM_sub-div > h3 {
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}
.node-type-tjrs-letter .field--name-body div.appendix {
  line-height: 10pt;
}
.node-type-tjrs-letter .field--name-body div.appendix p {
  font-size: inherit;
}
.node-type-tjrs-letter .field--name-body div.appendix H1 {
  text-align: center;
  margin-bottom: 0pt;
  font-weight: normal;
}
.node-type-tjrs-letter .field--name-body div.appendix H2 {
  text-align: center;
  margin-top: 8pt;
  margin-bottom: 0pt;
  font-weight: normal;
}
.node-type-tjrs-letter .field--name-body div.appendix H3 {
  text-align: center;
  margin-top: 8pt;
  margin-bottom: 4pt;
  font-weight: normal;
  letter-spacing: 0.5em;
}
.node-type-tjrs-letter .field--name-body div.appendix ul li {
  list-style-type: none;
  list-style: none;
}
.node-type-tjrs-letter .field--name-body div.appendix ul.letters li {
  margin-left: 2em;
  text-indent: -2em;
}
.node-type-tjrs-letter .field--name-body div.appendix ul.documents li {
  text-indent: 1em;
  margin-top: 0.5em;
}

.node--tjrs-letter--teaser h2.node__title {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-bottom: 10px;
  font-weight: bold;
}

@media (max-width: 640px) {
  body.node-type-tjrs-letter .l-page .l-main {
    padding-left: 0;
    padding-right: 0;
  }
  body.node-type-tjrs-letter .block--tjrs-base-tjrs-base-search-nav, body.node-type-tjrs-letter .block--tjrs-base-tjrs-base-search-nav-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.node-type-tjrs-letter article.node--tjrs-letter .l-right {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.node-type-tjrs-letter .l-post-header .print-wrap {
  display: none;
}
body.node-type-tjrs-letter .node--tjrs-letter {
  overflow: hidden;
  *zoom: 1;
}
body.node-type-tjrs-letter .node--tjrs-letter .l-left {
  padding: 30px;
  background: white;
}
@media (min-width: 641px) {
  body.node-type-tjrs-letter .node--tjrs-letter .l-left {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%;
  }
}
@media (max-width: 640px) {
  body.node-type-tjrs-letter .node--tjrs-letter .l-left {
    padding: 15px;
  }
}
@media (max-width: 640px) {
  body.node-type-tjrs-letter .node--tjrs-letter .l-right {
    margin-top: 0px;
    border-top: 1px solid #e2ddd6;
    padding-top: 0px;
  }
}
@media (min-width: 641px) {
  body.node-type-tjrs-letter .node--tjrs-letter .l-right {
    width: 31.91489%;
    float: right;
    padding-right: 8.51064%;
  }
}
@media print and (min-width: 641px) {
  body.node-type-tjrs-letter .node--tjrs-letter .l-right {
    width: 31.91489%;
    float: right;
    padding-right: 0%;
  }
}

body.node-type-tjrs-letter .node--tjrs-letter .l-right .print-wrap {
  overflow: hidden;
  *zoom: 1;
}
body.node-type-tjrs-letter .node--tjrs-letter .l-right .print-wrap .print {
  float: right;
  margin: 0;
}
@media (max-width: 640px) {
  body.node-type-tjrs-letter .node--tjrs-letter .l-right .print-wrap {
    display: none;
  }
}
.no-js body.node-type-tjrs-letter .node--tjrs-letter .l-right .print-wrap {
  display: none;
}
body.node-type-tjrs-letter .node--tjrs-letter .l-right .field {
  margin-top: 12px;
  border-top: 1px solid #e2ddd6;
  padding-top: 12px;
}
body.node-type-tjrs-letter .node--tjrs-letter .l-right .field:first-of-type, body.node-type-tjrs-letter .node--tjrs-letter .l-right .field.field--name-field-tjrs-pdf {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
body.node-type-tjrs-letter .node--tjrs-letter .l-right .field.field--name-field-tjrs-pdf {
  margin-top: 5px;
}
@media (max-width: 640px) {
  body.node-type-tjrs-letter .node--tjrs-letter .l-right .field:nth-child(2) {
    border-top: 0;
    padding-top: 0;
  }
}
body.node-type-tjrs-letter .node--tjrs-letter .field--name-body .div1 > h3 {
  font-size: 32px;
  font-size: 2rem;
  color: #4a8ba7;
  margin: 35px 0;
}
body.node-type-tjrs-letter .node--tjrs-letter .field--name-body .ptj-sourceNoteheadNote {
  margin-top: 20px;
  border-top: 1px solid #222222;
  padding-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #858585;
}
body.node-type-tjrs-letter .node--tjrs-letter .field--name-body .ptj-sourceNoteheadNote .ptj-sourceNoteheadNote {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
body.node-type-tjrs-letter .node--tjrs-letter .field--name-body .ptj-noteTYPEtextual {
  font-size: 14px;
  font-size: 0.875rem;
  color: #858585;
}
body.node-type-tjrs-letter .node--tjrs-letter .field--name-field-tjrs-pdf-image {
  background: white;
}
body.node-type-tjrs-letter .node--tjrs-letter .field--name-field-tjrs-pdf-image img {
  display: block;
  margin: 0 auto;
  height: auto;
}
body.node-type-tjrs-letter .node--tjrs-letter .field--name-field-tjrs-pdf {
  font-size: 12px;
  font-size: 0.75rem;
}
@media print {
  body.node-type-tjrs-letter .node--tjrs-letter .field--name-field-tjrs-pdf {
    display: none;
  }
}

.node .field--name-field-body-image {
  clear: right;
  float: right;
  margin: 0 0 20px 20px;
  max-width: 40%;
}
@media screen and (max-width: 640px) {
  .node .field--name-field-body-image {
    display: none;
  }
}
.node .field--name-field-body-image img {
  border: 0;
  display: block;
  height: auto;
  padding: 0;
  width: 100%;
}
.node .field--name-field-image-caption {
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #868075;
  clear: right;
  color: #868075;
  float: right;
  font-style: italic;
  line-height: 1.4;
  max-width: 40%;
  margin: 0 0 20px 20px;
  padding-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .node .field--name-field-image-caption {
    display: none;
  }
}
.node .field--name-body img.image-body_image {
  float: left;
  margin: 0 20px 20px 0;
}

body.node-type-page .node--page .print-wrap {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 40%;
}
body.node-type-page .node--page .print-wrap .print {
  float: right;
}
@media (max-width: 640px) {
  body.node-type-page .node--page .print-wrap {
    display: none;
  }
}
.no-js body.node-type-page .node--page .print-wrap {
  display: none;
}

.l-page .l-main {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .l-page .l-main .l-region--sidebar-first {
    padding: 20px 0;
    border-bottom: 1px solid #222222;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) and (min-width: 641px) {
  .l-page .l-main .l-region--sidebar-first {
    padding-top: 0;
  }
}

@media (min-width: 641px) {
  .l-page .l-main {
    padding: 35px 20px;
  }
  .l-page .l-main .l-inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .l-page .l-main .l-inner::after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 641px) and (min-width: 768px) {
  .has-sidebar-first .l-page .l-main .l-inner .l-region--sidebar-first {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
  .has-sidebar-first .l-page .l-main .l-inner .l-content {
    width: 74.46809%;
    float: right;
    padding-right: 8.51064%;
  }
}

@media print and (min-width: 641px) and (min-width: 768px) {
  .has-sidebar-first .l-page .l-main .l-inner .l-region--sidebar-first {
    display: none;
  }
  .has-sidebar-first .l-page .l-main .l-inner .l-content {
    width: 100%;
    float: right;
    padding-right: 0%;
  }
}

.pager {
  height: 43px;
}
.pager .pager__item {
  display: block;
  float: left;
  padding: 0;
  margin: 5px 5px;
}
.pager .pager__item--number {
  width: 35px;
  height: 35px;
}
.pager .pager__item--number a {
  text-align: center;
  display: inline-block;
  line-height: 25px;
  height: 33px;
  width: 33px;
  color: #FFFFFF;
  border: 1px solid #858585;
  background: #858585;
}
.pager .pager__item--number a:hover, .pager .pager__item--number a:focus {
  background: #FFFFFF;
  color: #222222;
}
.pager .pager__item--current {
  width: 33px;
  height: 33px;
  border: 1px solid #858585;
  background: #FFFFFF;
  color: #222222;
  text-align: center;
  line-height: 25px;
}
.pager .pager__item--ellipsis {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}
.pager .pager__item--first {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}
.pager .pager__item--previous {
  margin-top: 0;
  margin-bottom: 0;
}
.pager .pager__item--previous a {
  display: inline-block;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../images/btn_pager_prev_inactive.png?1398274920');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 43px;
  height: 43px;
}
@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .pager .pager__item--previous a {
    background-image: url('../images/btn_pager_prev_inactive@2x.png?1398275059');
    background-size: 100% 100%;
  }
}
.pager .pager__item--previous a:hover, .pager .pager__item--previous a:focus {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../images/btn_pager_prev_hover.png?1398274954');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 43px;
  height: 43px;
}
@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .pager .pager__item--previous a:hover, .pager .pager__item--previous a:focus {
    background-image: url('../images/btn_pager_prev_hover@2x.png?1398275076');
    background-size: 100% 100%;
  }
}
.pager .pager__item--next {
  margin-top: 0;
  margin-bottom: 0;
}
.pager .pager__item--next a {
  display: inline-block;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../images/btn_pager_next_inactive.png?1398274780');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 43px;
  height: 43px;
}
@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .pager .pager__item--next a {
    background-image: url('../images/btn_pager_next_inactive@2x.png?1398274849');
    background-size: 100% 100%;
  }
}
.pager .pager__item--next a:hover, .pager .pager__item--next a:focus {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../images/btn_pager_next_hover.png?1398274798');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 43px;
  height: 43px;
}
@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .pager .pager__item--next a:hover, .pager .pager__item--next a:focus {
    background-image: url('../images/btn_pager_next_hover@2x.png?1398274870');
    background-size: 100% 100%;
  }
}
.pager .pager__item--last {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .pager .pager__item--number, .pager .pager__item--ellipsis {
    display: none;
  }
  .pager .pager__item--number.pager__item--current {
    display: block;
  }
}

.ui-widget {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-size: 1rem;
}

.ui-tooltip {
  -moz-box-shadow: 5px 5px 10px 0 #222222;
  -webkit-box-shadow: 5px 5px 10px 0 #222222;
  box-shadow: 5px 5px 10px 0 #222222;
}

.ui-corner-all {
  border-color: #222222;
}

.view-search-the-archive {
  padding-top: 35px;
}
@media (min-width: 768px) {
  .view-search-the-archive .view-filters {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
  .view-search-the-archive .view-nresults, .view-search-the-archive .view-pager, .view-search-the-archive .view-content, .view-search-the-archive .view-empty {
    width: 74.46809%;
    float: right;
    padding-right: 8.51064%;
  }
}
.view-search-the-archive .views-exposed-form .views-exposed-widget {
  padding: 0;
  float: none;
  margin-top: 12px;
  border-top: 1px solid #e2ddd6;
  padding-top: 12px;
}
.view-search-the-archive .views-exposed-form .views-exposed-widget label .tips {
  float: right;
}
.view-search-the-archive .views-exposed-form .views-exposed-widget.views-widget-filter-keys, .view-search-the-archive .views-exposed-form .views-exposed-widget.views-widget-sort-sort_bef_combine, .view-search-the-archive .views-exposed-form .views-exposed-widget.views-widget-filter-field_tjrs_pdf_fid {
  border-top: 0;
  padding-top: 0;
}
.view-search-the-archive .views-exposed-form .views-exposed-widget.views-widget-filter-field_tjrs_pdf_fid input[type="checkbox"] {
  margin-top: 1px;
}
.view-search-the-archive .views-exposed-form .views-exposed-widget.views-widget-filter-field_tjrs_pdf_fid label {
  text-transform: none;
}
.view-search-the-archive .views-exposed-form .views-exposed-widget .form-submit {
  margin: 0;
}
.view-search-the-archive .views-exposed-form .views-exposed-widgets-dates {
  margin-top: 12px;
  border-top: 1px solid #e2ddd6;
  padding-top: 12px;
}
.view-search-the-archive .views-exposed-form .views-exposed-widgets-dates .inner {
  padding: 10px;
  background: #e2ddd6;
}
.view-search-the-archive .views-exposed-form .views-exposed-widgets-dates .custom-dates {
  float: right;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #4a8ba7;
  cursor: pointer;
}
.view-search-the-archive .views-exposed-form .views-exposed-widgets-dates .views-widget-filter-field_tjrs_date_range_tid {
  border-top: 0;
  padding-top: 0;
}
.view-search-the-archive .views-exposed-form .views-exposed-widgets-dates .views-widget-filter-field_tjrs_date_range_tid .chosen-container .chosen-choices input {
  width: 100% !important;
}
.view-search-the-archive .views-exposed-form .views-exposed-widgets-dates .views-widget-filter-field_tjrs_date_value_1 {
  display: none;
  border-top: 0;
  padding-top: 0;
}
.view-search-the-archive .views-exposed-form .views-exposed-widgets-dates .views-widget-filter-field_tjrs_date_value2_1 {
  display: none;
  border-top: 0;
  padding-top: 0;
}
.view-search-the-archive .views-exposed-form .views-buttons {
  margin-top: 20px;
}
.view-search-the-archive .views-exposed-form .views-buttons .views-exposed-widget {
  float: left;
  border-top: 0;
  padding-top: 0;
}
.view-search-the-archive .views-exposed-form .views-buttons .views-exposed-widget:first-child {
  margin-left: 0;
  margin-right: 10px;
}
.view-search-the-archive .view-filters label {
  display: block;
}
.view-search-the-archive .view-filters input[type="text"] {
  display: block;
  width: 100%;
}
.view-search-the-archive .view-filters select {
  display: block;
  width: 100%;
}
.view-search-the-archive .view-filters select option {
  width: 100%;
}
.view-search-the-archive .view-nresults {
  font-weight: bold;
}
.view-search-the-archive .view-pager {
  overflow: hidden;
  *zoom: 1;
  margin: 35px 0;
}
.view-search-the-archive .view-pager .pager {
  float: right;
}
@media (max-width: 767px) {
  .view-search-the-archive .view-nresults {
    margin-top: 30px;
    border-top: 1px solid #e2ddd6;
    padding-top: 30px;
  }
}
.view-search-the-archive .view-content .views-row {
  margin-top: 30px;
}
.view-search-the-archive .view-content .views-row.views-row-first {
  margin-top: 0;
}
.view-search-the-archive .view-content .views-row .views-field-title {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #4a8ba7;
}
.view-search-the-archive .view-content .views-row .views-field-title a {
  color: inherit;
}
@media (max-width: 767px) {
  .view-search-the-archive .view-empty {
    margin-top: 30px;
    border-top: 1px solid #e2ddd6;
    padding-top: 30px;
  }
}

@media print {
  body {
    margin: 0.5in;
  }

  .messages {
    display: none;
  }

  .element-invisible {
    display: none;
  }

  .tabs {
    display: none;
  }

  .l-header {
    display: none;
  }

  .l-post-header .print-wrap {
    display: none;
  }

  .l-pre-footer {
    display: none;
  }

  .print-wrap {
    display: none;
  }

  .block--tjrs-base-tjrs-base-search-nav {
    display: none;
  }

  .block--tjrs-base-tjrs-base-search-bar {
    display: none;
  }
}

/*# sourceMappingURL=tjrs.styles.css.map */
