@font-face {
  font-family: 'EngraversGothicBT-Regular';
  src: url("fonts/2428A0_0_0.eot");
  src: url("fonts/2428A0_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/2428A0_0_0.woff") format("woff"), url("fonts/2428A0_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'Adelle-Bold';
  src: url("fonts/24078E_0_0.eot");
  src: url("fonts/24078E_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/24078E_0_0.woff") format("woff"), url("fonts/24078E_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'Adelle-BoldItalic';
  src: url("fonts/24078E_1_0.eot");
  src: url("fonts/24078E_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/24078E_1_0.woff") format("woff"), url("fonts/24078E_1_0.ttf") format("truetype");
}

@font-face {
  font-family: 'Adelle-Italic';
  src: url("fonts/24078E_2_0.eot");
  src: url("fonts/24078E_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/24078E_2_0.woff") format("woff"), url("fonts/24078E_2_0.ttf") format("truetype");
}

@font-face {
  font-family: 'Adelle-Light';
  src: url("fonts/24078E_3_0.eot");
  src: url("fonts/24078E_3_0.eot?#iefix") format("embedded-opentype"), url("fonts/24078E_3_0.woff") format("woff"), url("fonts/24078E_3_0.ttf") format("truetype");
}

@font-face {
  font-family: 'Adelle-LightItalic';
  src: url("fonts/24078E_4_0.eot");
  src: url("fonts/24078E_4_0.eot?#iefix") format("embedded-opentype"), url("fonts/24078E_4_0.woff") format("woff"), url("fonts/24078E_4_0.ttf") format("truetype");
}

@font-face {
  font-family: 'Adelle-Regular';
  src: url("fonts/24078E_5_0.eot");
  src: url("fonts/24078E_5_0.eot?#iefix") format("embedded-opentype"), url("fonts/24078E_5_0.woff") format("woff"), url("fonts/24078E_5_0.ttf") format("truetype");
}

@font-face {
  font-family: 'SackersGothicStd-Medium';
  src: url("fonts/SackersGothicStd-Medium.otf"), url("fonts/SackersGothicStd-Medium.woff") format("woff");
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  line-height: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: #faa51b;
  -webkit-text-decoration-skip: objects;
}

:visited {
  color: #ab6b04;
}

a:active {
  color: #faa51b;
}

a:active:not(.button) {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
  }
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
}

h1,
.header__site-name {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h6 {
  font-size: 0.625rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

@media print {
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fd0;
  color: #000;
}

small {
  font-size: 0.875rem;
}

sub,
sup {
  font-size: 0.625rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.divider,
hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

.divider > :first-child, hr > :first-child {
  margin-top: 1.5rem;
}

blockquote {
  margin: 1.5rem 2rem;
}

dl,
menu,
ol,
ul {
  margin: 1.5rem 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 32px;
}

[dir="rtl"] dd {
  margin: 0 32px 0 0;
}

menu,
ol,
ul {
  padding: 0 0 0 32px;
}

[dir="rtl"] menu, [dir="rtl"]
ol, [dir="rtl"]
ul {
  padding: 0 32px 0 0;
}

figure {
  margin: 1.5rem 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p,
pre {
  margin: 1.5rem 0;
}

img {
  border-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.button,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: 2px 6px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.button::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.button:-moz-focusring,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button:hover, .button:focus, .button:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
  text-decoration: none;
  color: #000;
}

[disabled].button,
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  color: #999999;
}

[disabled].button:hover,
button[disabled]:hover,
[disabled][type='button']:hover,
[disabled][type='reset']:hover,
[disabled][type='submit']:hover, [disabled].button:focus,
button[disabled]:focus,
[disabled][type='button']:focus,
[disabled][type='reset']:focus,
[disabled][type='submit']:focus, [disabled].button:active,
button[disabled]:active,
[disabled][type='button']:active,
[disabled][type='reset']:active,
[disabled][type='submit']:active {
  color: #999999;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  padding: 0.525rem 0.9375rem 0.975rem;
  border: 1px solid #cccccc;
  margin: 0 2px;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
}

label {
  display: block;
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

table {
  margin: 1.5rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

.layout-3col {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
  padding-right: 0;
}

.layout-3col:before {
  content: "";
  display: table;
}

.layout-3col:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 666px) {
  .layout-3col__right-content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  [dir="rtl"] .layout-3col__right-content {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__first-left-sidebar {
    display: none;
  }
  .layout-3col__second-left-sidebar {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 850px) {
  .layout-3col__col-4 {
    display: none;
  }
}

.layout-3col__grid-item-container {
  padding-left: 0;
  padding-right: 0;
}

.layout-3col__grid-item-container:before {
  content: "";
  display: table;
}

.layout-3col__grid-item-container:after {
  content: "";
  display: table;
  clear: both;
}

.layout-center {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  max-width: 1160px;
}

@media (min-width: 850px) {
  .layout-center {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.layout-center--shared-grid,
.layout-center.layout-3col {
  padding-left: 0;
  padding-right: 0;
}

.layout-center.layout-3col {
  background: #000;
}

.box {
  margin-bottom: 1.5rem;
  border: 5px solid #cccccc;
  padding: 1em;
}

.box__title {
  margin: 0;
}

.box:focus, .box:hover, .box.is-focus, .box--is-focus {
  border-color: #000;
}

.box--highlight {
  border-color: #faa51b;
}

.clearfix:before,
.header:before,
.tabs:before {
  content: '';
  display: table;
}

.clearfix:after,
.header:after,
.tabs:after {
  content: '';
  display: table;
  clear: both;
}

.comment__section,
.comments {
  margin: 1.5rem 0;
}

.comment__title {
  margin: 0;
}

.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

.comment--preview,
.comment-preview {
  background-color: #fffadb;
}

.comment--nested,
.indented {
  margin-left: 32px;
}

[dir="rtl"] .comment--nested,
[dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 32px;
}

.header__logo {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

[dir="rtl"] .header__logo {
  float: right;
  margin: 0 0 0 10px;
}

.header__logo-image {
  vertical-align: bottom;
}

.header__name-and-slogan {
  float: left;
}

.header__site-name {
  margin: 0;
}

.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}

.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

.header__site-slogan {
  margin: 0;
}

.header__secondary-menu {
  float: right;
}

[dir="rtl"] .header__secondary-menu {
  float: left;
}

.header__region {
  clear: both;
}

.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}

.highlight-mark,
.new,
.update {
  color: #c00;
  background-color: transparent;
}

.inline-links,
.inline.links {
  padding: 0;
}

.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

[dir="rtl"] .inline-links__item,
[dir="rtl"] .inline.links li,
.inline.links [dir="rtl"] li {
  display: inline-block;
  padding: 0 0 0 1em;
}

.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}

[dir="rtl"] .inline-sibling,
[dir="rtl"] .field-label-inline .field-label,
.field-label-inline [dir="rtl"] .field-label,
[dir="rtl"] span.field-label {
  margin-right: 0;
  margin-left: 10px;
}

.inline-sibling__child,
.inline-sibling *, .field-label-inline .field-label *, span.field-label * {
  display: inline;
}

.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child, .field-label-inline .field-label + *, span.field-label + *, .field-label-inline .field-label + * > :first-child, span.field-label + * > :first-child, .field-label-inline .field-label + * > :first-child > :first-child, span.field-label + * > :first-child > :first-child {
  display: inline;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}

.messages,
.messages--status {
  margin: 1.5rem 0;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #0072b9;
}

[dir="rtl"] .messages,
[dir="rtl"] .messages--status {
  padding: 10px 44px 10px 10px;
  background-position: 99% 8px;
}

.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}

[dir="rtl"] .messages__icon {
  left: auto;
  right: 0;
}

.messages__icon path {
  fill: #0072b9;
}

.messages__highlight,
.messages--error .error,
.messages.error .error {
  color: #000;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: #f6fcff;
  color: #0072b9;
}

.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
  background-color: #fffce6;
  color: #000;
}

.messages--error-color,
.messages--error,
.messages.error,
.error {
  background-color: #fff0f0;
  color: #c00;
}

.messages--warning,
.messages.warning {
  border-color: #fd0;
}

.messages--warning path, .messages.warning path {
  fill: #fd0;
}

.messages--error,
.messages.error {
  border-color: #c00;
}

.messages--error path, .messages.error path {
  fill: #c00;
}

@media print {
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}

.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

.visually-hidden,
.element-invisible,
.element-focusable,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.watermark {
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: #eeeeee;
  font-size: 75px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

@media print {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.more-link,
.more-help-link {
  text-align: right;
}

[dir="rtl"] .more-link,
[dir="rtl"] .more-help-link {
  text-align: left;
}

.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(../sass/navigation/more-link/more-link__help-icon.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .more-link__help-icon,
[dir="rtl"] .more-help-link a,
.more-help-link [dir="rtl"] a {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}

.nav-menu__item,
.menu__item {
  list-style-image: url(../sass/navigation/nav-menu/leaf.svg);
  list-style-type: square;
}

.nav-menu__item.is-expanded, .nav-menu__item--is-expanded,
.is-expanded.menu__item,
.menu__item.is-expanded {
  list-style-image: url(../sass/navigation/nav-menu/expanded.svg);
  list-style-type: circle;
}

.nav-menu__item.is-collapsed, .nav-menu__item--is-collapsed,
.is-collapsed.menu__item,
.menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed.svg);
  list-style-type: disc;
}

[dir="rtl"] .nav-menu__item.is-collapsed, [dir="rtl"] .nav-menu__item--is-collapsed,
[dir="rtl"] .is-collapsed.menu__item,
[dir="rtl"] .menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed-rtl.svg);
}

.nav-menu__link.is-active, .nav-menu__link--is-active,
.menu a.active {
  color: #000;
}

.navbar,
.main-navigation .links,
.main-navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
}

[dir="rtl"] .navbar,
[dir="rtl"] .main-navigation .links,
.main-navigation [dir="rtl"] .links,
[dir="rtl"]
.main-navigation .menu,
.main-navigation [dir="rtl"] .menu {
  text-align: right;
}

.navbar__item,
.navbar li, .main-navigation .links li,
.main-navigation .menu li {
  float: left;
  padding: 0 10px 0 0;
  list-style-type: none;
  list-style-image: none;
}

[dir="rtl"] .navbar__item, [dir="rtl"]
.navbar li, [dir="rtl"] .main-navigation .links li, .main-navigation [dir="rtl"] .links li, [dir="rtl"]
.main-navigation .menu li,
.main-navigation [dir="rtl"] .menu li {
  float: right;
  padding: 0 0 0 10px;
}

.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

@media print {
  .pager {
    display: none;
  }
}

.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  display: inline;
  padding: 0 .5em;
  list-style-type: none;
  background-image: none;
}

.pager__current-item,
.pager-current {
  font-weight: bold;
}

.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link, .skip-link:visited {
  background-color: #666666;
  color: #fff;
}

.skip-link__wrapper {
  margin: 0;
}

@media print {
  .skip-link__wrapper {
    display: none;
  }
}

.tabs {
  margin: 1.125rem 0 0;
  line-height: 1.875rem;
  border-bottom: 1px solid #cccccc \0/ie;
  background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
  padding: 0 2px;
  list-style: none;
  white-space: nowrap;
}

@media print {
  .tabs {
    display: none;
  }
}

.tabs__tab {
  float: left;
  margin: 0 3px;
  border: 1px solid #cccccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
  overflow: hidden;
  background: #dddddd;
}

[dir="rtl"] .tabs__tab {
  float: right;
}

.tabs__tab.is-active {
  border-bottom-color: #fff;
}

.tabs__tab-link {
  padding: 0 1.5rem;
  display: block;
  text-decoration: none;
  -webkit-transition: color .3s, background .3s, border .3s;
  transition: color .3s, background .3s, border .3s;
  text-shadow: #fff 0 1px 0;
  color: #000;
  background: #dddddd;
  letter-spacing: 1px;
}

.tabs__tab-link:focus, .tabs__tab-link:hover {
  background: #eaeaea;
}

.tabs__tab-link:active, .tabs__tab-link.is-active, .tabs__tab-link--is-active {
  background: #fff;
  text-shadow: none;
}

.tabs--off,
.views-displays .secondary {
  margin: 0;
  border-bottom: 0;
  padding: 0;
  background-image: none;
}

.tabs--secondary {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  background-image: none;
}

.tabs + .tabs--secondary {
  margin-top: 0;
  background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
}

.tabs--secondary .tabs__tab {
  margin: 0.5625rem 0.1875rem;
  border: 0;
  background: transparent;
}

[dir="rtl"] .tabs--secondary .tabs__tab {
  float: right;
}

.tabs--secondary .tabs__tab.is-active {
  border-bottom-color: transparent;
}

.tabs--secondary .tabs__tab-link {
  border: 1px solid #cccccc;
  border-radius: 24px;
  color: #666666;
  background: #f1f1f1;
  letter-spacing: normal;
}

.tabs--secondary .tabs__tab-link:focus, .tabs--secondary .tabs__tab-link:hover {
  color: #333333;
  background: #dddddd;
  border-color: #999999;
}

.tabs--secondary .tabs__tab-link:active, .tabs--secondary .tabs__tab-link.is-active, .tabs--secondary .tabs__tab-link--is-active {
  color: white;
  text-shadow: #333333 0 1px 0;
  background: #666666;
  border-color: black;
}

.autocomplete,
.form-autocomplete {
  background-image: url(../sass/forms/autocomplete/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

[dir="rtl"] .autocomplete,
[dir="rtl"] .form-autocomplete {
  background-position: 0% center;
}

.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
}

.autocomplete__list-item.is-selected, .autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

.autocomplete.is-throbbing, .autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(../sass/forms/autocomplete/throbber-active.gif);
}

.collapsible-fieldset,
.collapsible {
  position: relative;
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(../sass/forms/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .collapsible-fieldset__legend,
[dir="rtl"] .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: right 4px top 50%;
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #999999;
  font-size: .9em;
  margin-left: .5em;
}

.collapsible-fieldset.is-collapsed, .collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper, .collapsible-fieldset--is-collapsed__wrapper, .is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, .collapsible-fieldset--is-collapsed__legend, .is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend,
.collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}

[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, [dir="rtl"] .collapsible-fieldset--is-collapsed__legend, [dir="rtl"] .is-collapsed.collapsible .collapsible-fieldset__legend,
[dir="rtl"] .collapsible.collapsed .fieldset-legend,
.collapsible.collapsed [dir="rtl"] .fieldset-legend,
[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .collapsible-fieldset.is-collapsed .fieldset-legend,
[dir="rtl"] .is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed-rtl.svg);
  background-position: right 4px top 50%;
}

.form-item {
  margin: 1.5rem 0;
}

.form-item__required,
.form-required {
  color: #c00;
}

.form-item__description,
.form-item .description {
  font-size: 0.875rem;
}

.form-item--inline div,
.form-item--inline label, .container-inline .form-item div, .container-inline .form-item label {
  display: inline;
}

.form-item--inline__exception,
.container-inline .fieldset-wrapper {
  display: block;
}

.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
  margin: 0;
}

.form-item--radio .form-item__label, .form-item--radio__label, .form-type-radio .form-item__label,
.form-type-checkbox .form-item__label,
label.option {
  display: inline;
  font-weight: normal;
}

.form-item--radio .form-item__description, .form-item--radio__description, .form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description,
.form-item--radio .form-item .description,
.form-item .form-item--radio .description,
.form-type-radio .form-item .description,
.form-item .form-type-radio .description,
.form-type-checkbox .form-item .description,
.form-item
.form-type-checkbox .description {
  margin-left: 1.4em;
}

.form-item.is-error .form-item__widget, .form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #fff;
}

.form-table__sticky-header.is-sticky, .form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}

.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #cccccc;
  padding-right: 1em;
  text-align: left;
}

[dir="rtl"] .form-table__header,
[dir="rtl"] .form-table th,
.form-table [dir="rtl"] th,
[dir="rtl"] form table th,
form table [dir="rtl"] th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}

.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #cccccc;
}

.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: .1em .6em;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
}

.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #fff;
}

.form-table__row.is-active, .form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #dddddd;
}

.form-table__row.is-disabled, .form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #cccccc;
}

.form-table__row.is-selected, .form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: #fffdf0;
}

.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}

.form-table__narrow-column,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column,
td .checkbox,
th .checkbox {
  width: -moz-min-content;
  width: -webkit-min-content;
  text-align: center;
}

.progress-bar,
.progress {
  font-weight: bold;
}

.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 .2em;
  border: 1px solid #666666;
  background-color: #cccccc;
}

.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #0072b9 url(../sass/forms/progress-bar/progress-bar.gif) repeat 0 0;
}

.progress-bar__percentage,
.progress .percentage {
  float: right;
}

[dir="rtl"] .progress-bar__percentage,
[dir="rtl"] .progress .percentage,
.progress [dir="rtl"] .percentage {
  float: left;
}

.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

[dir="rtl"] .progress-bar--inline,
[dir="rtl"] .ajax-progress-bar {
  float: right;
}

.progress-throbber,
.ajax-progress {
  display: inline-block;
}

[dir="rtl"] .progress-throbber,
[dir="rtl"] .ajax-progress {
  float: right;
}

.progress-throbber__widget,
.ajax-progress .throbber {
  background: url(../sass/forms/progress-throbber/progress-throbber.gif) no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

[dir="rtl"] .progress-throbber__widget,
[dir="rtl"] .ajax-progress .throbber,
.ajax-progress [dir="rtl"] .throbber {
  float: right;
}

.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}

.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}

.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}

.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(../sass/forms/resizable-textarea/grippie.png) no-repeat center 2px #eeeeee;
  border: 1px solid #cccccc;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.table-drag__wrapper,
body.drag {
  cursor: move;
}

.table-drag__item,
tr.drag {
  background-color: #fffadb;
}

.table-drag__item-previous,
tr.drag-previous {
  background-color: #fff7c2;
}

.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
}

[dir="rtl"] .table-drag__handle,
[dir="rtl"] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

.table-drag__handle:focus, .table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
  box-sizing: content-box;
  background: url(../sass/forms/table-drag/handle-icon.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px;
}

.table-drag__handle.is-hover .table-drag__handle-icon, .table-drag__handle-icon--is-hover, .is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle,
.table-drag__handle.is-hover .tabledrag-handle .handle,
.tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

[dir="rtl"] .table-drag__toggle-weight-wrapper,
[dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: .9em;
}

.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px;
}

[dir="rtl"] .table-drag__indentation,
[dir="rtl"] .indentation {
  float: right;
  margin: -.4em -.4em -.4em .2em;
  padding: .42em .6em .42em 0;
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(../sass/forms/table-drag/tree-child.png) no-repeat 11px center;
}

[dir="rtl"] .table-drag__tree-child,
[dir="rtl"] .table-drag__tree-child-last,
[dir="rtl"] .tree-child-last,
[dir="rtl"] .table-drag__tree-child-horizontal,
[dir="rtl"] .tree-child-horizontal,
[dir="rtl"] .tree-child {
  background-position: -65px center;
}

.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(../sass/forms/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}

html {
  overflow-x: scroll;
}

body {
  background-image: url("images/diag-stripe.gif");
  color: #a7a7a7;
}

body .visually-hidden--focusable {
  text-indent: -10000px;
  display: none;
}

body .skip-link:link {
  background: transparent;
}

body .skip-link__wrapper,
body .skip-link__wrapper a {
  background: transparent;
  height: 0;
}

#top-wrapper {
  position: relative;
  background: #fff;
  min-height: 30px;
}

#top-wrapper .region-announcement {
  margin-right: 240px;
}

#top-wrapper #top-links {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 1em 4px 0;
}

.region-branding {
  display: none;
}

div.field-name-field-page-design {
  display: none;
}

.layout-3col {
  margin-top: 2em;
}

h1 {
  font-size: 2em;
  font-weight: normal;
  font-family: "Adelle-Light", Georgia, "Times New Roman", serif;
  color: #fff;
  margin: 0;
}

dl,
dt,
dd {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

.strikethrough {
  text-decoration: line-through;
}

a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  outline: 0;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

a:visited {
  color: #faa51b;
}

input {
  outline: 0;
}

input.form-submit {
  margin: 1.5em 0;
}

.messages {
  word-break: break-all;
}

nav.breadcrumb {
  display: none;
}

p.more,
a.more {
  font-size: .8em;
  margin: .4em 0;
  text-transform: uppercase;
}

p.more a,
a.more a {
  text-transform: uppercase;
  text-decoration: none;
  color: #faa51b;
}

p.more a:hover, p.more a:focus,
a.more a:hover,
a.more a:focus {
  text-decoration: underline;
}

p.more a:visited,
a.more a:visited {
  color: #faa51b;
}

.divider-bar-top-supplemental {
  position: relative;
  background-image: url("images/divider-diags.png");
  background-repeat: repeat-x;
  height: 12px;
  margin: 2em 0 0;
  clear: both;
  box-shadow: 0 7px 27px #000;
  z-index: 3;
}

footer {
  padding-top: 1em;
}

footer #block-menu-menu-footer-menu {
  padding: 0 40px 2em;
}

footer #block-menu-menu-footer-menu h2.block__title {
  display: none;
}

footer #block-menu-menu-footer-menu ul {
  padding-left: 0;
  text-align: center;
  margin: 0;
}

footer #block-menu-menu-footer-menu ul li {
  display: inline-block;
  padding: 0 1em;
  line-height: .7em;
  border-right: 1px solid #a7a9ab;
}

footer #block-menu-menu-footer-menu ul li a {
  font-size: .9em;
  text-decoration: none;
  color: #a7a9ab;
  vertical-align: top;
  font-family: "EngraversGothicBT-Regular";
  text-transform: uppercase;
}

footer #block-menu-menu-footer-menu ul li a:hover, footer #block-menu-menu-footer-menu ul li a:focus {
  text-decoration: underline;
}

footer #block-menu-menu-footer-menu ul li.last {
  border: 0;
}

.catalog-block {
  text-align: center;
  padding: 2em 0 .5em;
  display: none;
}

.catalog-block p {
  margin: 0;
  font-size: 1em;
  letter-spacing: 0;
}

.catalog-block p a {
  font-size: 1em;
  font-family: "Adelle-Light";
  text-decoration: none;
}

.catalog-block p a:hover, .catalog-block p a:focus {
  text-decoration: underline;
}

.region-bottom {
  text-align: center;
  padding: 1em 1em 2em;
  font-size: .8em;
  line-height: 1.6em;
}

.region-bottom #block-block-3 {
  font-size: .7em;
  line-height: 1.4em;
}

.region-bottom #block-block-3 p {
  margin: 0;
}

@media screen and (min-width: 300px) and (max-width: 850px) {
  #top-wrapper {
    min-height: 0;
  }
}

.utp-vertical-text {
  margin-top: 90px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 1.2em;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 4px;
  color: #000;
  margin-top: 50px;
  font-family: "SackersGothicStd-Medium";
}

#block-utpress-homepage-utpress-homepage-catalog {
  margin-top: 460px;
  text-align: center;
}

#block-utpress-homepage-utpress-homepage-catalog .catalog-link {
  margin-top: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  font-size: 1em;
  letter-spacing: 0;
}

#block-utpress-homepage-utpress-homepage-catalog .catalog-link a {
  font-size: 1em;
  font-family: "Adelle-Light";
  text-decoration: none;
}

#block-utpress-homepage-utpress-homepage-catalog .catalog-link a:hover {
  text-decoration: underline;
}

#block-utpress-homepage-utpress-homepage-backlist h3 {
  font-size: 1.4em;
  font-weight: normal;
  color: #faa51b;
  font-family: "Adelle-Regular";
}

#block-utpress-homepage-utpress-homepage-backlist ul {
  list-style-type: none;
  padding-left: 0;
}

#block-utpress-homepage-utpress-homepage-backlist ul li {
  display: block;
  text-align: right;
  padding-bottom: 3em;
  vertical-align: top;
}

#block-utpress-homepage-utpress-homepage-backlist ul li:after {
  clear: both;
  display: block;
  content: '';
}

#block-utpress-homepage-utpress-homepage-backlist ul li img {
  float: right;
  margin-left: 12px;
  margin-bottom: 5px;
  max-width: 66px;
}

#block-utpress-homepage-utpress-homepage-backlist ul li img:after {
  clear: both;
}

#block-utpress-homepage-utpress-homepage-backlist ul li h5.title {
  font-family: "Adelle-Regular";
  font-size: 1em;
  line-height: 1.2em;
  margin: .4em 0;
  color: #fff;
}

#block-utpress-homepage-utpress-homepage-backlist ul li p.subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  line-height: 1.2em;
  margin: .4em 0;
  color: #a7a9ab;
  font-weight: bold;
}

#block-utpress-homepage-utpress-homepage-backlist ul li p.author {
  font-family: "EngraversGothicBT-Regular";
  font-size: .7em;
  line-height: 1.2em;
  margin: .4em 0;
  color: #fff;
  text-transform: uppercase;
}

#block-utpress-homepage-utpress-homepage-new-releases h4 {
  font-size: 1.4em;
  font-weight: normal;
  color: #faa51b;
  font-family: "Adelle-Regular";
}

#block-utpress-homepage-utpress-homepage-new-releases ul {
  list-style-type: none;
  padding-left: 0;
}

#block-utpress-homepage-utpress-homepage-new-releases ul li {
  display: block;
  text-align: right;
  padding-bottom: 3em;
  vertical-align: top;
}

#block-utpress-homepage-utpress-homepage-new-releases ul li:after {
  clear: both;
  display: block;
  content: '';
}

#block-utpress-homepage-utpress-homepage-new-releases ul li img {
  float: right;
  margin-left: 12px;
  margin-bottom: 5px;
  max-width: 66px;
}

#block-utpress-homepage-utpress-homepage-new-releases ul li img:after {
  clear: both;
}

#block-utpress-homepage-utpress-homepage-new-releases ul li h5.title {
  font-family: "Adelle-Regular";
  font-size: 1em;
  line-height: 1.2em;
  margin: .4em 0;
  color: #fff;
}

#block-utpress-homepage-utpress-homepage-new-releases ul li p.subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  line-height: 1.2em;
  margin: .4em 0;
  color: #a7a9ab;
  font-weight: bold;
}

#block-utpress-homepage-utpress-homepage-new-releases ul li p.author {
  font-family: "EngraversGothicBT-Regular";
  font-size: .7em;
  line-height: 1.2em;
  margin: .4em 0;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (min-width: 999px) {
  aside.layout-3col__second-left-sidebar #block-utpress-homepage-utpress-homepage-new-releases p.author,
  aside.layout-3col__second-left-sidebar #block-utpress-homepage-utpress-homepage-new-releases p.subtitle,
  aside.layout-3col__second-left-sidebar #block-utpress-homepage-utpress-homepage-new-releases p.subtitle,
  aside.layout-3col__second-left-sidebar #block-utpress-homepage-utpress-homepage-new-releases p.more {
    text-align: right;
  }
}

#block-menu-menu-book-subjects h2.block__title {
  font-size: 1.5em;
  margin-bottom: 0;
  font-weight: normal;
  color: #faa51b;
  font-family: "Adelle-Regular";
  margin-top: 29px;
}

#block-menu-menu-book-subjects ul {
  padding-left: 0;
  margin-top: .5em;
}

#block-menu-menu-book-subjects ul li {
  padding-bottom: 16px;
}

#block-menu-menu-book-subjects ul li a {
  color: #a7a9ab;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .9em;
  font-family: "EngraversGothicBT-Regular";
}

#block-menu-menu-book-subjects ul li a:hover, #block-menu-menu-book-subjects ul li a:focus {
  text-decoration: underline;
}

#block-menu-menu-book-subjects ul li ul {
  display: none;
}

#block-menu-menu-book-subjects ul li.is-active-trail a {
  color: #faa51b;
}

#block-menu-menu-book-subjects ul li.is-active-trail ul {
  padding-left: 1.2em;
  display: block;
  margin-top: 12px;
  padding-bottom: 0;
}

#block-menu-menu-book-subjects ul li.is-active-trail ul li {
  padding-bottom: 10px;
}

#block-menu-menu-book-subjects ul li.is-active-trail ul li a {
  color: #a7a9ab;
}

#block-menu-menu-book-subjects ul li.is-active-trail ul li:last-child {
  padding-bottom: 0;
}

#block-menu-menu-book-series h2.block__title {
  font-size: 1.5em;
  margin-bottom: 0;
  font-weight: normal;
  color: #faa51b;
  font-family: "Adelle-Regular";
}

#block-menu-menu-book-series ul {
  padding-left: 0;
  margin-top: .5em;
}

#block-menu-menu-book-series ul li {
  list-style-image: none;
  list-style-type: none;
  margin-bottom: .5em;
}

#block-menu-menu-book-series ul li a {
  color: #a7a9ab;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .9em;
  font-family: "EngraversGothicBT-Regular";
}

#block-menu-menu-book-series ul li a:hover, #block-menu-menu-book-series ul li a:focus {
  text-decoration: underline;
}

#block-menu-menu-book-series ul li a.menu__link.active {
  color: #faa51b;
}

.layout-3col__second-left-sidebar #block-views-catalogs-block-4 h2.block__title {
  font-size: 1.5em;
  margin-bottom: 0;
  font-weight: normal;
  color: #faa51b;
  font-family: "Adelle-Regular";
  margin-top: 29px;
}

.layout-3col__second-left-sidebar #block-views-catalogs-block-4 .view-display-id-block_4 {
  margin-top: 8px;
}

.layout-3col__second-left-sidebar #block-views-catalogs-block-4 .view-display-id-block_4:before {
  background-image: none;
  height: 0;
}

.layout-3col__second-left-sidebar #block-views-catalogs-block-4 .view-display-id-block_4 .views-field-title a {
  color: #a7a9ab;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .9em;
  font-family: "EngraversGothicBT-Regular";
}

.layout-3col__second-left-sidebar #block-views-catalogs-block-4 .view-display-id-block_4 .views-field-title a:hover, .layout-3col__second-left-sidebar #block-views-catalogs-block-4 .view-display-id-block_4 .views-field-title a:focus {
  text-decoration: underline;
}

#block-views-journal-listings-block h2.block__title {
  font-size: 1.5em;
  margin-bottom: .5em;
  font-weight: normal;
  color: #717a2c;
  font-family: "Adelle-Regular";
}

#block-views-journal-listings-block .view-id-journal_listings a {
  color: #a7a9ab;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .9em;
  font-family: "EngraversGothicBT-Regular";
}

#block-views-journal-listings-block .view-id-journal_listings a:hover, #block-views-journal-listings-block .view-id-journal_listings a:focus {
  text-decoration: underline;
}

#block-views-journal-listings-block .view-id-journal_listings a.active {
  color: #717a2c;
}

#block-views-journal-listings-block .view-id-journal_listings h3 {
  font-size: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  color: #a7a9ab;
  line-height: 1.2em;
  font-family: "Adelle-Regular";
}

#block-views-journal-listings-block .view-id-journal_listings div {
  padding-bottom: 16px;
}

#top-wrapper {
  background: #fff;
  margin-left: 140px;
}

#top-wrapper .region-announcement {
  padding: 4px 0;
}

#top-wrapper .region-announcement .block p {
  margin: 0;
  padding: .5em 20px;
  font-size: .8em;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4em;
}

#top-links {
  min-width: 240px;
  float: right;
  text-align: right;
  vertical-align: middle;
  font-size: .8em;
  padding-right: 1em;
}

#top-links a {
  text-transform: uppercase;
  font-family: "EngraversGothicBT-Regular";
  color: #000;
}

#branding {
  width: 140px;
  text-align: center;
  clear: both;
  float: left;
}

#branding .header__logo {
  float: none;
  margin-right: 0;
}

header.header {
  margin-left: 150px;
}

header.header .region-header {
  clear: none;
  position: relative;
}

header.header .region-header .mean-bar {
  z-index: 999;
  float: none;
  background-color: #000;
}

header.header .region-header .mean-bar nav.mean-nav {
  margin-top: 63px;
}

header.header .region-header .mean-bar a.meanmenu-reveal {
  margin-right: 100px;
  width: 36px;
  height: 36px;
  padding-top: 17px;
  font-size: 24px !important;
  font-weight: normal;
}

header.header .region-header .mean-bar a.meanmenu-reveal span {
  height: 3px;
  margin-top: 6px;
}

header.header .region-header .mean-bar a.meanmenu-reveal span.menu-button-text {
  width: 73px;
  background-color: transparent;
  position: absolute;
  left: 60px;
  top: 17px;
  color: #fff;
  cursor: pointer;
  text-indent: 0;
  font-size: 24px;
  font-weight: normal;
}

header.header .region-header #block-nice-menus-1 ul.nice-menu-down {
  float: left;
  border: 0;
  height: 60px;
  overflow: visible;
  margin-top: -8px;
}

header.header .region-header #block-nice-menus-1 ul.nice-menu-down li.menuparent {
  font-family: "Adelle-Regular";
  font-size: 1.25em;
  list-style-image: none;
  list-style-type: none;
  border: 0;
  padding-left: 41px;
  height: 38px;
  background: transparent url("images/nav-red-ribbon.png") 13px 45px no-repeat;
}

header.header .region-header #block-nice-menus-1 ul.nice-menu-down li.menuparent a {
  padding-right: 15px;
  padding-top: 15px;
  text-decoration: none;
  color: #ccc;
}

header.header .region-header #block-nice-menus-1 ul.nice-menu-down li.menuparent:hover {
  background: transparent url("images/nav-red-ribbon.png") 13px -38px no-repeat;
}

header.header .region-header #block-nice-menus-1 ul.nice-menu-down li.menuparent ul {
  left: 46px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 16px;
  border-top: 0;
  font-size: .8em;
}

header.header .region-header #block-nice-menus-1 ul.nice-menu-down li.menuparent ul li {
  background-color: #000;
  border: 0;
  padding: 2px 6px;
}

header.header .region-header #block-nice-menus-1 ul.nice-menu-down li.menuparent ul li a {
  padding-top: 0;
}

header.header .region-header #block-nice-menus-1 ul.nice-menu-down li.menuparent ul li a:hover, header.header .region-header #block-nice-menus-1 ul.nice-menu-down li.menuparent ul li a:focus {
  color: #faa51b;
}

.page-books header.header .region-header #block-nice-menus-1 ul.nice-menu-down > li:hover,
.page-books header.header .region-header #block-nice-menus-1 ul.nice-menu-down > li.active-trail,
.node-type-book header.header .region-header #block-nice-menus-1 ul.nice-menu-down > li:hover,
.node-type-book header.header .region-header #block-nice-menus-1 ul.nice-menu-down > li.active-trail,
.section-books.page-views header.header .region-header #block-nice-menus-1 ul.nice-menu-down > li:hover,
.section-books.page-views header.header .region-header #block-nice-menus-1 ul.nice-menu-down > li.active-trail,
.section-book-subjects.page-views header.header .region-header #block-nice-menus-1 ul.nice-menu-down > li:hover,
.section-book-subjects.page-views header.header .region-header #block-nice-menus-1 ul.nice-menu-down > li.active-trail {
  background: transparent url("images/nav-red-ribbon.png") 13px -38px no-repeat;
}

.node-type-book header.header #block-nice-menus-1 ul.nice-menu-down li.menu-path-books,
.section-books header.header #block-nice-menus-1 ul.nice-menu-down li.menu-path-books {
  background: transparent url("images/nav-red-ribbon.png") 13px -38px no-repeat;
}

.node-type-journal header.header .region-header #block-nice-menus-1 ul.nice-menu-down > li.menu-path-journals,
.section-journals header.header .region-header #block-nice-menus-1 ul.nice-menu-down > li.menu-path-journals {
  background: transparent url("images/nav-green-ribbon.png") 13px -38px no-repeat;
}

.search-form.google-cse .form-item.form-type-textfield.form-item-keys {
  display: inline-block;
}

.search-form.google-cse .form-item.form-type-textfield.form-item-keys label[for='edit-keys'] {
  font-family: 'Adelle-Regular';
  font-size: 1.25em;
  font-weight: normal;
  margin-right: 10px;
}

.search-form.google-cse .form-item.form-type-textfield.form-item-keys label[for='edit-keys']:after {
  content: ': ';
}

.search-form.google-cse .form-item.form-type-textfield.form-item-keys input[type='text'] {
  background: #fff;
  outline: 0;
}

.search-form.google-cse input[type='submit'] {
  background-color: #000;
  color: #fff;
  font-size: .9em;
  border: 1px solid #fff;
  outline: 0;
  text-transform: uppercase;
}

.search-form.google-cse input[type='submit']:hover, .search-form.google-cse input[type='submit']:focus {
  background-color: #444;
}

#google-cse-results {
  font-size: 1em;
  color: #a7a9ab;
  font-family: Arial, Helvetica, sans-serif;
}

#google-cse-results h3 {
  margin-bottom: 0;
}

#google-cse-results .gsc-result-info,
#google-cse-results .gsc-orderby .gsc-orderby-label {
  font-size: 1.25em;
  color: #a7a9ab;
  padding-left: 0;
}

#google-cse-results .gsc-orderby .gsc-option-menu-container {
  text-align: left;
}

#google-cse-results .gsc-orderby .gsc-option-menu-container .gsc-selected-option {
  font-size: 1.5em;
  color: #a7a9ab;
}

#google-cse-results .gsc-control-cse {
  padding: 0;
  background-color: #000;
  border: 0;
}

#google-cse-results .gsc-control-cse .gsc-url-bottom,
#google-cse-results .gsc-control-cse .gs-richsnippet-box {
  display: none  !important;
}

#google-cse-results .gsc-control-cse .gsc-above-wrapper-area {
  border-bottom: 1px solid #ccc;
}

#google-cse-results .gsc-control-cse .gsc-above-wrapper-area table.gsc-above-wrapper-area-container {
  margin: 0;
}

#google-cse-results .gsc-results-wrapper-visible .gsc-wrapper .gs-no-results-result .gs-snippet,
#google-cse-results .gsc-results-wrapper-visible .gsc-wrapper .gs-error-result .gs-snippet,
#google-cse-results .gsc-results-wrapper-visible .gsc-wrapper .gs-result .gs-snippet {
  background-color: transparent;
  border: 0;
  color: #a7a9ab;
  font-size: 1.2em;
}

#google-cse-results .gsc-results-wrapper-visible .gsc-wrapper .gsc-webResult.gsc-result {
  padding: 0;
  border-left: 0;
  border-bottom: 1px solid #ccc;
}

#google-cse-results .gsc-results-wrapper-visible .gsc-wrapper .gsc-webResult.gsc-result .gsc-table-result a.gs-title {
  color: #faa51b;
}

#google-cse-results .gsc-results-wrapper-visible .gsc-wrapper .gsc-webResult.gsc-result .gsc-table-result a.gs-title b {
  color: #faa51b;
}

#google-cse-results .gsc-results-wrapper-visible .gsc-wrapper .gsc-webResult.gsc-result .gsc-table-result .gs-snippet {
  font-size: 1.25em !important;
  line-height: 1.5em;
  color: #a7a9ab;
  font-family: Arial, Helvetica, sans-serif;
}

#google-cse-results .gsc-results-wrapper-visible .gsc-wrapper .gsc-expansionArea .gsc-cursor-box {
  border: 0;
}

#google-cse-results .gsc-results-wrapper-visible .gsc-wrapper .gsc-expansionArea .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
  font-size: 1.2em;
  color: #ccc;
  margin-right: 1.25em;
  padding: 4px 7px;
  text-decoration: none;
  border-radius: 3px;
  outline: 0;
}

#google-cse-results .gsc-results-wrapper-visible .gsc-wrapper .gsc-expansionArea .gsc-cursor-box .gsc-cursor .gsc-cursor-page:hover, #google-cse-results .gsc-results-wrapper-visible .gsc-wrapper .gsc-expansionArea .gsc-cursor-box .gsc-cursor .gsc-cursor-page:focus {
  background-color: #444;
}

#google-cse-results .gsc-results-wrapper-visible .gsc-wrapper .gsc-expansionArea .gsc-cursor-box .gsc-cursor .gsc-cursor-current-page {
  color: #faa51b;
  background-color: #000;
  outline: 0;
}

#block-search-form {
  margin-right: 12px;
  float: right;
  margin-top: 20px;
}

#block-search-form input[name='search_block_form'] {
  background-image: none !important;
}

#block-search-form .form-actions.form-wrapper {
  padding: 5px;
  margin-left: -4px;
  height: 35px;
}

#block-search-form .form-actions.form-wrapper input[type='submit'] {
  text-indent: -10000px;
  width: 24px;
  height: auto;
  vertical-align: middle;
  outline: 0;
  background: #ae0001;
  padding: 5px;
  margin-left: -4px;
  height: 35px;
  width: 40px;
  border: 0;
  background-position: center;
  background-image: url("images/search-button-small.png");
  background-repeat: no-repeat;
}

#block-search-form .form-actions.form-wrapper input[type='submit']:hover, #block-search-form .form-actions.form-wrapper input[type='submit']:focus {
  background-color: #8c0203;
}

#block-search-form .form-item-search-block-form {
  margin: 0;
  display: inline-block;
}

#block-search-form .form-item-search-block-form input {
  outline: 0;
  width: 189px;
  padding: 3px;
  height: 34px;
}

#block-search-form #edit-actions--2,
#block-search-form #edit-actions {
  display: inline-block;
}

#block-system-main-menu {
  margin-top: -30px;
  float: left;
}

#block-system-main-menu ul {
  margin-top: 0;
}

#block-system-main-menu ul li a {
  color: #a7a9ab;
  font-size: 1.6em;
  text-decoration: none;
}

.view-public-book-search select#edit-search-api-views-fulltext-op {
  width: 330px;
  color: #000;
  background-color: #fff;
  height: 30px;
  font-size: 1em;
  outline: 0;
}

.view-public-book-search .views-widget input#edit-search-api-views-fulltext {
  background-color: #fff;
  color: #000;
  width: 330px;
  border: 1px solid #ccc;
  margin-top: 1em;
  border-radius: 5px;
  padding: 3px 10px;
  font-size: 1em;
  margin-bottom: 5px;
  outline: 0;
}

.view-public-book-search .views-exposed-form .description {
  margin-bottom: 2em;
}

.view-public-book-search input#edit-submit-public-book-search,
.view-public-book-search input#edit-reset {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: .9em;
  border: 1px solid #fff;
  outline: 0;
}

.view-public-book-search input#edit-submit-public-book-search:hover, .view-public-book-search input#edit-submit-public-book-search:focus,
.view-public-book-search input#edit-reset:hover,
.view-public-book-search input#edit-reset:focus {
  background-color: #444;
}

.view-public-book-search ul.pager li a {
  color: #ccc;
  padding: 4px 7px;
  text-decoration: none;
  border-radius: 3px;
  outline: 0;
}

.view-public-book-search ul.pager li a:hover, .view-public-book-search ul.pager li a:focus {
  background-color: #444;
}

.view-public-book-search ul.pager li.pager-current {
  color: #faa51b;
  padding: 4px 7px;
  border-radius: 3px;
  text-shadow: 0 1px 1px #000;
}

.view-public-book-search ul.pager li.pager-current:hover, .view-public-book-search ul.pager li.pager-current:focus {
  background-color: #444;
}

.view-public-journal-search {
  margin-top: 1.6em;
}

.view-public-journal-search select#edit-search-api-views-fulltext-op {
  width: 330px;
  color: #000;
  background-color: #fff;
  height: 30px;
  font-size: 1em;
  outline: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  border: 0;
}

.view-public-journal-search .views-widget input#edit-search-api-views-fulltext {
  background-color: #fff;
  color: #000;
  width: 330px;
  border: 1px solid #ccc;
  margin-top: 1em;
  border-radius: 5px;
  padding: 3px 10px;
  font-size: 1em;
  margin-bottom: 5px;
  outline: 0;
}

.view-public-journal-search .views-exposed-form .description {
  margin-bottom: 2em;
}

.view-public-journal-search .views-exposed-form label[for='edit-search-api-views-fulltext'] {
  display: none;
}

.view-public-journal-search input#edit-submit-public-journal-search,
.view-public-journal-search input#edit-reset {
  color: #fff;
  text-transform: uppercase;
  font-size: .9em;
  border: 1px solid #fff;
  background-color: #000;
}

.view-public-journal-search input#edit-submit-public-journal-search:hover, .view-public-journal-search input#edit-submit-public-journal-search:focus,
.view-public-journal-search input#edit-reset:hover,
.view-public-journal-search input#edit-reset:focus {
  background-color: #444;
}

.view-public-journal-search ul.pager li a {
  color: #ccc;
  padding: 4px 7px;
  text-decoration: none;
  border-radius: 3px;
  outline: 0;
}

.view-public-journal-search ul.pager li a:hover, .view-public-journal-search ul.pager li a:focus {
  background-color: #444;
}

.view-public-journal-search ul.pager li.pager-current {
  color: #faa51b;
  padding: 4px 7px;
  border-radius: 3px;
  text-shadow: 0 1px 1px #000;
}

.view-public-journal-search ul.pager li.pager-current:hover, .view-public-journal-search ul.pager li.pager-current:focus {
  background-color: #444;
}

.front .layout-3col #main #content-wrapper main h1 {
  display: none;
}

.layout-3col #main {
  float: none;
}

.layout-3col #main #content-wrapper main h1 {
  display: none;
}

.layout-3col #main #content-wrapper main #block-utpress-homepage-utpress-homepage-splash-titles {
  margin-top: 1.6em;
}

.layout-3col #main #content-wrapper main #block-utpress-homepage-utpress-homepage-splash-titles .splash-wrapper {
  position: relative;
  width: 100%;
}

.layout-3col #main #content-wrapper main #block-utpress-homepage-utpress-homepage-splash-titles .splash-wrapper .splash-first {
  width: 100%;
  margin-bottom: 14px;
}

.layout-3col #main #content-wrapper main #block-utpress-homepage-utpress-homepage-splash-titles .splash-wrapper .splash-first img {
  vertical-align: bottom;
}

.layout-3col #main #content-wrapper main #block-utpress-homepage-utpress-homepage-splash-titles .splash-wrapper .splash-second {
  width: 49%;
  max-width: 375px;
  float: left;
}

.layout-3col #main #content-wrapper main #block-utpress-homepage-utpress-homepage-splash-titles .splash-wrapper .splash-second img {
  vertical-align: top;
}

.layout-3col #main #content-wrapper main #block-utpress-homepage-utpress-homepage-splash-titles .splash-wrapper .splash-third {
  width: 49%;
  max-width: 375px;
  float: right;
}

.layout-3col #main #content-wrapper main #block-utpress-homepage-utpress-homepage-splash-titles .splash-wrapper .splash-third img {
  vertical-align: bottom;
}

.layout-3col #main #content-wrapper main #block-utpress-homepage-utpress-homepage-splash-titles:after {
  display: block;
  content: '';
  clear: both;
}

.layout-3col #main #content-wrapper main #block-utpress-homepage-utpress-homepage-new-releases {
  margin-top: 3em;
}

.layout-3col #main #content-wrapper main #block-utpress-homepage-utpress-homepage-new-releases h4 {
  font-size: 1.5em;
  font-weight: normal;
  color: #faa51b;
  font-family: "Adelle-Regular";
}

.layout-3col #main #content-wrapper main #block-utpress-homepage-utpress-homepage-new-releases ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}

.layout-3col #main #content-wrapper main #block-utpress-homepage-utpress-homepage-new-releases ul li {
  display: inline-block;
  width: 24%;
  text-align: center;
  padding: 0 15px;
  vertical-align: top;
}

.layout-3col #main #content-wrapper main #block-utpress-homepage-utpress-homepage-new-releases ul li h5.title {
  font-family: "Adelle-Regular";
  font-size: 1em;
  line-height: 1.2em;
  margin: .4em 0;
  color: #fff;
}

.layout-3col #main #content-wrapper main #block-utpress-homepage-utpress-homepage-new-releases ul li h5.title a:hover {
  color: #faa51b;
  text-decoration: underline;
}

.layout-3col #main #content-wrapper main #block-utpress-homepage-utpress-homepage-new-releases ul li p.subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  line-height: 1.2em;
  margin: .4em 0;
  color: #a7a9ab;
  font-weight: bold;
}

.layout-3col #main #content-wrapper main #block-utpress-homepage-utpress-homepage-new-releases ul li p.author {
  font-family: "EngraversGothicBT-Regular";
  font-size: .7em;
  line-height: 1.2em;
  margin: .4em 0;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (min-width: 300px) and (max-width: 999px) {
  #block-utpress-homepage-utpress-homepage-backlist .item-list ul {
    list-style-type: none;
    padding-left: 0;
  }
  #block-utpress-homepage-utpress-homepage-backlist .item-list ul li {
    display: inline-block;
    width: 24%;
    text-align: center;
    padding: 0 15px;
    vertical-align: top;
    max-width: 100%;
  }
  #block-utpress-homepage-utpress-homepage-backlist .item-list ul li a img {
    float: none;
    margin-right: 12px;
    margin-bottom: 5px;
    max-width: 100%;
  }
}

@media screen and (min-width: 501px) and (max-width: 999px) {
  .layout-3col #main #content-wrapper main #block-utpress-homepage-utpress-homepage-new-releases ul li,
  #block-utpress-homepage-utpress-homepage-backlist ul li,
  #block-utpress-homepage-utpress-homepage-new-releases ul li {
    display: inline-block;
    width: 24%;
    text-align: center;
    padding: 0 15px;
    vertical-align: top;
  }
  .layout-3col #main #content-wrapper main #block-utpress-homepage-utpress-homepage-new-releases ul li img,
  #block-utpress-homepage-utpress-homepage-backlist ul li img,
  #block-utpress-homepage-utpress-homepage-new-releases ul li img {
    float: none;
    max-width: 100%;
    margin-left: 0;
  }
}

@media screen and (min-width: 300px) and (max-width: 600px) {
  .layout-3col #main #content-wrapper main #block-utpress-homepage-utpress-homepage-new-releases ul li {
    display: inline-block;
    width: 49%;
    text-align: center;
    padding: 0 15px;
    vertical-align: top;
    margin-bottom: 3em;
  }
  .layout-3col__second-left-sidebar #block-utpress-homepage-utpress-homepage-backlist ul li,
  #block-utpress-homepage-utpress-homepage-new-releases ul li {
    display: inline-block;
    width: 49%;
    text-align: center;
    padding: 0 15px;
    vertical-align: top;
    margin-bottom: 3em;
  }
  .layout-3col__second-left-sidebar #block-utpress-homepage-utpress-homepage-backlist ul li img,
  #block-utpress-homepage-utpress-homepage-new-releases ul li img {
    float: none;
    max-width: 100%;
    margin-left: 0;
  }
}

@media screen and (min-width: 300px) and (max-width: 374px) {
  #block-utpress-homepage-utpress-homepage-new-releases ul li {
    width: 100%;
  }
}

.commerce-product-field .field.clearfix:after {
  clear: none;
}

.commerce-product-field .field-name-commerce-price {
  margin-top: 2em;
  color: #fff;
}

.commerce-add-to-cart {
  margin-top: 1em;
}

.commerce-add-to-cart input#edit-submit,
.commerce-add-to-cart input[type="submit"] {
  color: #fff;
  text-transform: uppercase;
  font-size: .9em;
  margin: 1em 0 2em;
  border: 1px solid #fff;
  background-color: #000;
}

.commerce-add-to-cart input#edit-submit:hover, .commerce-add-to-cart input#edit-submit:focus,
.commerce-add-to-cart input[type="submit"]:hover,
.commerce-add-to-cart input[type="submit"]:focus {
  background-color: #444;
}

.commerce-add-to-cart input#edit-submit--2 {
  padding: 0;
}

.view-commerce-cart-form.view-id-commerce_cart_form table thead tr {
  background-color: #000;
}

.view-commerce-cart-form.view-id-commerce_cart_form table tbody tr td {
  padding: .1em .5em;
  color: #000;
  vertical-align: middle;
}

.view-commerce-cart-form.view-id-commerce_cart_form table tbody tr td a {
  color: #000;
}

.view-commerce-cart-form.view-id-commerce_cart_form .commerce-line-item-actions input#edit-submit,
.view-commerce-cart-form.view-id-commerce_cart_form .commerce-line-item-actions input#edit-checkout {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: .9em;
  border: 1px solid #fff;
  outline: 0;
  margin-top: 9px;
  margin-left: 1.5em;
}

.view-commerce-cart-form.view-id-commerce_cart_form .commerce-line-item-actions input#edit-submit:hover, .view-commerce-cart-form.view-id-commerce_cart_form .commerce-line-item-actions input#edit-submit:focus,
.view-commerce-cart-form.view-id-commerce_cart_form .commerce-line-item-actions input#edit-checkout:hover,
.view-commerce-cart-form.view-id-commerce_cart_form .commerce-line-item-actions input#edit-checkout:focus {
  background-color: #444;
}

.view-commerce-cart-form.view-id-commerce_cart_form .commerce_coupon input#edit-coupon-add {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: .9em;
  border: 1px solid #fff;
  outline: 0;
  margin-top: 9px;
  margin-left: 0;
  margin-bottom: 2em;
}

.view-commerce-cart-form.view-id-commerce_cart_form .commerce_coupon input#edit-coupon-add:hover, .view-commerce-cart-form.view-id-commerce_cart_form .commerce_coupon input#edit-coupon-add:focus {
  background-color: #444;
}

#commerce-checkout-form-checkout fieldset {
  margin-bottom: 2em;
  max-width: 100%;
}

#commerce-checkout-form-checkout fieldset input.form-text {
  padding: 0 .5em;
}

#commerce-checkout-form-checkout table td {
  padding: 0 .5em;
  color: #000;
}

#commerce-checkout-form-checkout select {
  width: auto;
  color: #000;
  background-color: #fff;
  height: 30px;
  font-size: 1em;
  outline: 0;
}

#commerce-checkout-form-checkout input#edit-continue,
#commerce-checkout-form-checkout input#edit-commerce-coupon-coupon-add {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: .9em;
  border: 1px solid #fff;
  outline: 0;
  margin-top: 9px;
}

#commerce-checkout-form-checkout input#edit-continue:hover, #commerce-checkout-form-checkout input#edit-continue:focus,
#commerce-checkout-form-checkout input#edit-commerce-coupon-coupon-add:hover,
#commerce-checkout-form-checkout input#edit-commerce-coupon-coupon-add:focus {
  background-color: #444;
}

#commerce-checkout-form-checkout input.checkout-cancel {
  color: #fff;
}

#commerce-checkout-form-checkout input.checkout-cancel:hover, #commerce-checkout-form-checkout input.checkout-cancel:focus {
  background-color: #ccc;
  color: #444;
  padding: 4px 7px;
  border-radius: 3px;
  text-decoration: none;
  outline: 0;
}

#commerce-checkout-form-checkout .button-operator {
  padding: 0 .8em 0 1em;
}

#commerce-checkout-form-checkout .addressfield-container-inline.locality-block.country-US > .form-item {
  margin-top: 0;
}

#commerce-checkout-form-checkout .form-item-customer-profile-billing-commerce-customer-address-und-0-locality,
#commerce-checkout-form-checkout .form-item-customer-profile-shipping-commerce-customer-address-und-0-locality {
  margin-top: 0 !important;
}

#commerce-checkout-form-checkout .form-item-customer-profile-shipping-commerce-customer-address-und-0-name-line {
  margin-top: 1.1em;
}

#commerce-checkout-form-checkout .form-item-customer-profile-billing-commerce-customer-address-und-0-country {
  margin: 1em 0 0;
}

form#commerce-checkout-form-shipping input.checkout-continue {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: .9em;
  border: 1px solid #fff;
  outline: 0;
  margin-top: 9px;
  margin-bottom: 1em;
}

form#commerce-checkout-form-shipping input.checkout-continue:hover, form#commerce-checkout-form-shipping input.checkout-continue:focus {
  background-color: #444;
}

form#commerce-checkout-form-shipping input.checkout-back {
  color: #fff;
}

form#commerce-checkout-form-shipping input.checkout-back:hover, form#commerce-checkout-form-shipping input.checkout-back:focus {
  background-color: #ccc;
  color: #444;
  padding: 4px 7px;
  border-radius: 3px;
  text-decoration: none;
  outline: 0;
}

form#commerce-checkout-form-shipping .button-operator {
  padding: 0 .8em 0 1em;
}

form#commerce-checkout-form-review .checkout_review table {
  border: 1px solid #ccc;
  color: #fff;
}

form#commerce-checkout-form-review .checkout_review table thead tr {
  color: #ccc;
}

form#commerce-checkout-form-review .checkout_review table tbody tr {
  background: #000;
}

form#commerce-checkout-form-review .checkout_review table tbody tr td {
  background: #000;
  padding: .4em;
}

form#commerce-checkout-form-review .checkout_review table tbody tr.pane-data td {
  padding: 1em;
}

form#commerce-checkout-form-review .checkout_review table tbody tr.pane-data td label {
  display: inline-block;
}

form#commerce-checkout-form-review .checkout_review table tbody tr.pane-data td label:after {
  content: ': ';
}

form#commerce-checkout-form-review .checkout_review table tbody tr.pane-title {
  color: #ccc;
}

form#commerce-checkout-form-review .checkout_review .view-footer table tbody {
  border: 0;
}

form#commerce-checkout-form-review .view-id-commerce_cart_summary table {
  border: 0;
}

form#commerce-checkout-form-review .view-id-commerce_cart_summary table th {
  border-bottom: 0;
  padding: .2em .4em;
}

form#commerce-checkout-form-review .view-id-commerce_cart_summary table tr {
  border-bottom: 0;
}

form#commerce-checkout-form-review .commerce-credit-card-expiration select {
  width: auto;
  color: #000;
  background-color: #fff;
  height: 30px;
  font-size: 1em;
  outline: 0;
}

form#commerce-checkout-form-review .checkout-buttons input.checkout-continue {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: .9em;
  border: 1px solid #fff;
  outline: 0;
  margin-top: 9px;
  margin-bottom: 1em;
}

form#commerce-checkout-form-review .checkout-buttons input.checkout-continue:hover, form#commerce-checkout-form-review .checkout-buttons input.checkout-continue:focus {
  background-color: #444;
}

form#commerce-checkout-form-review .checkout-buttons input.checkout-back {
  color: #fff;
}

form#commerce-checkout-form-review .checkout-buttons input.checkout-back:hover, form#commerce-checkout-form-review .checkout-buttons input.checkout-back:focus {
  background-color: #ccc;
  color: #444;
  padding: 4px 7px;
  border-radius: 3px;
  text-decoration: none;
  outline: 0;
}

form#commerce-checkout-form-review .checkout-buttons .button-operator {
  padding: 0 .8em 0 1em;
}

form#commerce-checkout-form-complete .field-name-commerce-customer-address {
  font-family: "Adelle-Regular";
  color: #fff;
}

form#commerce-checkout-form-complete .field-name-commerce-customer-address .addressfield-container-inline:after {
  clear: none;
}

form#commerce-checkout-form-complete p a[href^='url'] {
  color: #faa51b;
  background-color: #000;
  padding: .5em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .9em;
  margin-left: -6px;
  border: 1px solid #faa51b;
  outline: 0;
}

form#commerce-checkout-form-complete p a[href^='url']:hover, form#commerce-checkout-form-complete p a[href^='url']:focus {
  color: #fff;
  border: 1px solid #fff;
}

fieldset {
  padding-bottom: 1.2em;
}

.addressfield-container-inline > .form-item {
  margin-bottom: 0;
}

.form-item-customer-profile-billing-commerce-customer-address-und-0-country,
.form-item-customer-profile-billing-commerce-customer-address-und-0-locality {
  margin-bottom: 1.5em;
}

.addressfield-container-inline .form-item-commerce-coupon-coupon-code {
  margin: .4em 0;
}

.addressfield-container-inline .form-item-customer-profile-billing-commerce-customer-address-und-0-administrative-area {
  margin-top: 1.2em;
}

.view-commerce-cart-summary.view-id-commerce_cart_summary table.views-table {
  margin: 0;
}

.view-footer table.commerce-price-formatted-components {
  margin-bottom: .5em;
}

.form-item-customer-profile-shipping-commerce-customer-address-und-0-country {
  margin: .4em 0;
}

.form-item-customer-profile-shipping-commerce-customer-address-und-0-locality,
.form-item-customer-profile-shipping-commerce-customer-address-und-0-administrative-area,
.form-item-customer-profile-shipping-commerce-customer-address-und-0-postal-code {
  margin-top: 0;
}

@media screen and (min-width: 300px) and (max-width: 500px) {
  #commerce-checkout-form-checkout fieldset input.form-text,
  #commerce-checkout-form-checkout select.form-select,
  #commerce-checkout-form-checkout fieldset input[type='text'] {
    width: 100%;
  }
  #commerce-checkout-form-checkout .input.postal-code {
    width: 106px;
  }
}

@media screen and (min-width: 300px) and (max-width: 600px) {
  #commerce-checkout-form-shipping fieldset input#edit-commerce-shipping-service-details-name {
    width: 100%;
  }
}

.node-type-podcast .layout-3col #main #content-wrapper main > h1 {
  display: none;
}

.node-podcast .podcast-image-wrapper {
  float: left;
  margin: 0 1.5em 1em 0;
  width: 36%;
}

.node-podcast .podcast-info-wrapper {
  margin-left: 40%;
}

.node-podcast .podcast-info-wrapper .field-name-field-podcast-subtitle {
  color: #a7a9ab;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5em;
  margin: .4em 0;
  font-family: Arial, Helvetica, sans-serif;
}

.node-podcast .podcast-info-wrapper .field-name-field-podcast-subtitle .field-items .field-item {
  margin-bottom: 2em;
}

@media screen and (min-width: 481px) and (max-width: 550px) {
  .node-podcast .podcast-info-wrapper {
    margin-left: 0;
  }
}

@media screen and (min-width: 300px) and (max-width: 480px) {
  .node-podcast .podcast-image-wrapper {
    width: 66%;
    margin: 0 auto 2em;
    float: none;
  }
  .node-podcast .podcast-info-wrapper {
    width: 100%;
    margin-left: 0;
  }
}

.node-video .field-name-field-video-subtitle {
  color: #a7a9ab;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5em;
  margin: .4em 0;
  font-family: Arial, Helvetica, sans-serif;
}

.node-video .field-name-field-video-subtitle .field-items .field-item {
  margin-bottom: 2em;
}

.node-video .field-name-field-video-summary {
  margin: 1em 0;
}

.node-video .field-name-field-tags .field-items .field-item {
  display: inline-block;
  margin-right: 1em;
}

.node-video .field-name-field-tags .field-items .field-item a {
  text-decoration: none;
}

.node-video .field-name-field-tags .field-items .field-item a:hover, .node-video .field-name-field-tags .field-items .field-item a:focus {
  text-decoration: underline;
}

.node-webform form.webform-client-form-1 input.form-text {
  width: 320px;
}

@media screen and (min-width: 300px) and (max-width: 500px) {
  .node-webform form.webform-client-form-1 input.form-text {
    width: 100%;
  }
}

.node-webform form.webform-client-form-1 select.form-select {
  width: auto;
  color: #000;
  background-color: #fff;
  height: 30px;
  font-size: 1em;
  outline: 0;
}

.node-webform form.webform-client-form-1 fieldset.collapsible {
  margin-bottom: 2em;
}

.node-webform form.webform-client-form-1 fieldset.collapsible a.fieldset-title {
  text-decoration: none;
}

.node-webform form.webform-client-form-1 fieldset.collapsible a.fieldset-title:hover, .node-webform form.webform-client-form-1 fieldset.collapsible a.fieldset-title:focus {
  text-decoration: underline;
}

.node-webform form select#edit-submitted-subject-of-your-email {
  width: auto;
  color: #000;
  background-color: #fff;
  height: 30px;
  font-size: 1em;
  outline: 0;
}

.node-webform form textarea {
  outline: 0;
  width: 100%;
}

.node-webform form input#edit-submitted-your-name,
.node-webform form input#edit-submitted-your-email {
  width: 320px;
}

@media screen and (min-width: 300px) and (max-width: 500px) {
  .node-webform form input#edit-submitted-your-name,
  .node-webform form input#edit-submitted-your-email {
    width: 100%;
  }
}

.node-webform form input.webform-submit {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: .9em;
  border: 1px solid #fff;
  outline: 0;
}

.node-webform form input.webform-submit:hover, .node-webform form input.webform-submit:focus {
  background-color: #444;
}

.page-node-done .links a {
  text-decoration: none;
}

.page-node-done .links a:hover, .page-node-done .links a:focus {
  text-decoration: underline;
}

.block.block-views,
#block-utpress-book-logic-utpress-book-logic-subjects {
  width: 100%;
}

.block h2.utp-title {
  font-size: 1.5em;
  font-family: "Adelle-Light";
  font-weight: normal;
  color: #c31d23;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}

.block .block-gray-title {
  font-weight: normal;
  font-family: "Adelle-Light";
  font-size: 1.2em;
  margin-bottom: 10px;
}

.block h2.green {
  color: #717a2c;
}

.block .no-margin {
  margin: 0;
}

.block .center {
  text-align: center;
}

.block h3 {
  margin: 0;
  text-align: left;
  font-family: "Adelle-Regular" !important;
  line-height: 1.2em;
  font-weight: normal;
  font-size: 1.1em;
}

.block h3 a {
  text-decoration: none;
}

.block h3 a:hover, .block h3 a:focus {
  text-decoration: underline;
}

.block p {
  margin: 0 0 .4em 0;
  font-size: .9em;
}

.block .podcast-image-wrapper {
  margin-bottom: 0;
  text-align: center !important;
  position: relative;
  z-index: 0;
  margin-top: -43px !important;
}

.region-highlighted .block {
  width: 100%;
}

main .block {
  display: inline-block;
  width: 45%;
  vertical-align: top;
}

main .block:after {
  content: '';
  display: table;
}

main .block.even {
  margin-left: 8%;
}

footer .block {
  width: 100%;
  text-align: center;
  padding-bottom: 2em;
}

aside.layout-3col__second-left-sidebar .block {
  margin-bottom: 2em;
  width: 100%;
  display: inline-block;
}

aside.layout-3col__second-left-sidebar .block.last {
  margin-bottom: 1em;
}

aside.layout-3col__second-left-sidebar h2.utp-title {
  line-height: 1.2em;
  font-size: 1.5em;
  font-family: "Adelle-Light";
  font-weight: normal;
  color: #c31d23;
  margin-bottom: 0;
}

aside.layout-3col__second-left-sidebar h2.green {
  color: #717a2c;
}

aside.layout-3col__second-left-sidebar h3 {
  line-height: 1.2em;
  margin: .4em 0;
  font-family: "Adelle-Regular";
  font-weight: normal;
  font-size: 1.1em;
}

aside.layout-3col__second-left-sidebar h3 a {
  text-decoration: none;
}

aside.layout-3col__second-left-sidebar h3 a:hover, aside.layout-3col__second-left-sidebar h3 a:focus {
  text-decoration: underline;
}

aside.layout-3col__second-left-sidebar p {
  margin: 0 0 .4em;
  font-size: .9em;
}

aside.layout-3col__second-left-sidebar h2.center {
  text-align: center;
}

@media screen and (min-width: 551px) and (max-width: 999px) {
  aside.layout-3col__second-left-sidebar {
    clear: both;
    padding-top: 1em;
  }
  aside.layout-3col__second-left-sidebar .block {
    display: inline-block;
    width: 45%;
    vertical-align: top;
  }
  aside.layout-3col__second-left-sidebar .block.even {
    margin-left: 8%;
  }
  aside.layout-3col__second-left-sidebar .block:nth-child(odd) {
    clear: both;
  }
  aside.layout-3col__second-left-sidebar .block:nth-child(even) {
    float: right;
  }
  aside.layout-3col__second-left-sidebar h2.utp-title.center,
  aside.layout-3col__second-left-sidebar h3.center {
    text-align: center !important;
  }
  #block-utpress-homepage-utpress-homepage-new-releases {
    width: 100%;
  }
}

@media screen and (min-width: 300px) and (max-width: 550px) {
  main .block {
    width: 100%;
    margin: 0 auto 2em;
  }
  main .block.even {
    margin-left: 0;
  }
  #block-block-6 {
    margin-left: 0;
  }
  .layout-3col__second-left-sidebar .block {
    width: 100%;
    margin: 0 auto 2em;
  }
}

.views-field-book-featured .book-cover {
  width: 30%;
  float: left;
  margin: 0 2em 1em 0;
}

.views-field-book-featured .featured-in {
  color: #c31d23;
  margin-bottom: 1em;
  font-size: 1.25em;
  font-weight: normal;
  font-family: "Adelle-Light";
}

.view-book-catalog.view-display-id-block_2 .view-header {
  font-size: 18px;
  font-weight: normal;
  font-family: "Adelle-Light";
  color: #c31d23;
  margin: 0;
}

.view-book-catalog.view-display-id-block_2 .views-row h4 {
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Adelle-Light";
  margin: 0;
  line-height: 1.4em;
}

.view-book-catalog.view-display-id-block_2 .views-row h4 a {
  color: #faa51b;
  text-decoration: none;
}

.view-book-catalog.view-display-id-block_2 .views-row h4 a:hover, .view-book-catalog.view-display-id-block_2 .views-row h4 a:focus {
  text-decoration: underline;
}

.view-book-catalog.view-display-id-block_2 .views-row h5 {
  font-size: 1.25em;
  font-weight: normal;
  font-family: "Adelle-Light";
  margin: 0;
}

.view-book-catalog.view-display-id-block_2 .views-row .author {
  font-family: "EngraversGothicBT-Regular";
  font-size: .9em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 11px;
}

.layout-3col #main #content-wrapper main h1 {
  display: block;
}

.view-book-catalog.view-display-id-page_1,
.view-book-catalog.view-display-id-block_1,
.view-catalogs.view-id-catalogs {
  clear: both;
}

.view-book-catalog.view-display-id-page_1:before,
.view-book-catalog.view-display-id-block_1:before,
.view-catalogs.view-id-catalogs:before {
  display: block;
  content: '';
  background-position: bottom;
  width: 100%;
  height: 30px;
  background-image: url("images/divider-diags.png");
  background-repeat: repeat-x;
}

.view-book-catalog.view-display-id-page_1 h3,
.view-book-catalog.view-display-id-block_1 h3,
.view-catalogs.view-id-catalogs h3 {
  font-size: 25px;
  font-weight: normal;
  font-family: "Adelle-Light";
  color: #fff;
  margin-bottom: 40px;
}

.view-book-catalog.view-display-id-page_1 .view-content,
.view-book-catalog.view-display-id-block_1 .view-content,
.view-catalogs.view-id-catalogs .view-content {
  text-align: left;
}

.view-book-catalog.view-display-id-page_1 .view-content .views-row,
.view-book-catalog.view-display-id-block_1 .view-content .views-row,
.view-catalogs.view-id-catalogs .view-content .views-row {
  width: 24.3%;
  padding: 0 15px;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 3em;
  text-align: center;
}

.view-book-catalog.view-display-id-page_1 .view-content .views-row .views-field-book-catalog-item h4,
.view-book-catalog.view-display-id-block_1 .view-content .views-row .views-field-book-catalog-item h4,
.view-catalogs.view-id-catalogs .view-content .views-row .views-field-book-catalog-item h4 {
  font-size: .9em;
  font-weight: normal;
  font-family: "Adelle-Light";
  margin: 0 -10px;
  line-height: 1.4em;
}

.view-book-catalog.view-display-id-page_1 .view-content .views-row .views-field-book-catalog-item h4 a.headline-link,
.view-book-catalog.view-display-id-block_1 .view-content .views-row .views-field-book-catalog-item h4 a.headline-link,
.view-catalogs.view-id-catalogs .view-content .views-row .views-field-book-catalog-item h4 a.headline-link {
  color: #fff;
  text-decoration: none;
}

.view-book-catalog.view-display-id-page_1 .view-content .views-row .views-field-book-catalog-item h4 a.headline-link:hover, .view-book-catalog.view-display-id-page_1 .view-content .views-row .views-field-book-catalog-item h4 a.headline-link:focus,
.view-book-catalog.view-display-id-block_1 .view-content .views-row .views-field-book-catalog-item h4 a.headline-link:hover,
.view-book-catalog.view-display-id-block_1 .view-content .views-row .views-field-book-catalog-item h4 a.headline-link:focus,
.view-catalogs.view-id-catalogs .view-content .views-row .views-field-book-catalog-item h4 a.headline-link:hover,
.view-catalogs.view-id-catalogs .view-content .views-row .views-field-book-catalog-item h4 a.headline-link:focus {
  text-decoration: underline;
}

.view-book-catalog.view-display-id-page_1 .view-content .views-row .views-field-book-catalog-item h5,
.view-book-catalog.view-display-id-block_1 .view-content .views-row .views-field-book-catalog-item h5,
.view-catalogs.view-id-catalogs .view-content .views-row .views-field-book-catalog-item h5 {
  color: #a7a9ab;
  font-size: .8em;
  line-height: 1.2em;
  margin: .4em 0;
  font-family: Arial, Helvetica, sans-serif;
}

.view-book-catalog.view-display-id-page_1 .view-content .views-row .views-field-book-catalog-item p.author,
.view-book-catalog.view-display-id-block_1 .view-content .views-row .views-field-book-catalog-item p.author,
.view-catalogs.view-id-catalogs .view-content .views-row .views-field-book-catalog-item p.author {
  font-family: "EngraversGothicBT-Regular";
  font-size: .9em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 11px;
  margin: .4em 0;
  line-height: 1.2em;
}

.page-books-search-by-category-categories main h3 {
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Adelle-Regular";
}

.page-books-search-by-category-categories main h3:before {
  display: block;
  content: '';
  background-position: top;
  width: 100%;
  height: 30px;
  background-image: url("images/divider-diags.png");
  background-repeat: repeat-x;
}

.page-books-search-by-category-categories main h3 a {
  text-decoration: none;
  color: #faa51b;
}

.page-books-search-by-category-categories main h3 a:hover, .page-books-search-by-category-categories main h3 a:focus {
  text-decoration: underline;
}

.page-books-search-by-category-categories main .view-book-catalog.view-display-id-block_1:before {
  background-image: none;
}

.page-books-search-by-category-categories main .view-book-catalog.view-display-id-block_1 .views-row {
  margin-bottom: 2em;
}

.page-books .layout-3col #main #content-wrapper main h1 {
  display: none;
}

#block-utpress-book-logic-utpress-book-logic-subjects {
  margin-top: 2em;
}

#block-utpress-book-logic-utpress-book-logic-subjects h3 {
  font-size: 1.5em;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "Adelle-Regular";
}

#block-utpress-book-logic-utpress-book-logic-subjects h3:before {
  display: block;
  content: '';
  background-position: top;
  width: 100%;
  height: 30px;
  background-image: url("images/divider-diags.png");
  background-repeat: repeat-x;
}

#block-utpress-book-logic-utpress-book-logic-subjects h3 a {
  text-decoration: none;
  color: #faa51b;
}

#block-utpress-book-logic-utpress-book-logic-subjects h3 a:hover, #block-utpress-book-logic-utpress-book-logic-subjects h3 a:focus {
  text-decoration: underline;
}

#block-utpress-book-logic-utpress-book-logic-subjects .view-book-catalog.view-display-id-block_1:before {
  background-image: none;
}

#block-utpress-book-logic-utpress-book-logic-subjects .view-book-catalog.view-display-id-block_1 .views-row {
  margin-bottom: 2em;
}

#block-utpress-book-logic-utpress-book-logic-new-releases h3 {
  font-size: 1.5em;
  margin-bottom: 0;
  font-weight: normal;
  color: #faa51b;
  font-family: "Adelle-Regular";
}

#block-utpress-book-logic-utpress-book-logic-new-releases ul {
  padding-left: 0;
  margin-top: .5em;
}

#block-utpress-book-logic-utpress-book-logic-new-releases ul li {
  list-style-type: none;
}

#block-utpress-book-logic-utpress-book-logic-new-releases ul li a {
  color: #a7a9ab;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .9em;
  font-family: "EngraversGothicBT-Regular";
}

#block-utpress-book-logic-utpress-book-logic-new-releases ul li a:hover, #block-utpress-book-logic-utpress-book-logic-new-releases ul li a:focus {
  text-decoration: underline;
}

.page-books-series main h3 {
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Adelle-Regular";
}

.page-books-series main h3:before {
  display: block;
  content: '';
  background-position: top;
  width: 100%;
  height: 30px;
  background-image: url("images/divider-diags.png");
  background-repeat: repeat-x;
}

.page-books-series main h3 a {
  text-decoration: none;
  color: #faa51b;
}

.page-books-series main h3 a:hover, .page-books-series main h3 a:focus {
  text-decoration: underline;
}

.page-books-series main .view-book-catalog:before {
  background-image: none;
  height: 0;
}

#block-views-catalogs-block h2.block__title,
#block-views-catalogs-block-1 h2.block__title {
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Adelle-Light";
  color: #a7a9ab;
  margin-bottom: 20px;
}

#block-views-catalogs-block .view-catalogs.view-id-catalogs:before,
#block-views-catalogs-block-1 .view-catalogs.view-id-catalogs:before {
  background-image: none;
  height: 0;
}

#block-views-catalogs-block .view-catalogs.view-id-catalogs .views-field-title a,
#block-views-catalogs-block-1 .view-catalogs.view-id-catalogs .views-field-title a {
  font-family: "Adelle-Regular";
  font-size: 1em;
  color: #fff;
  text-decoration: none;
}

#block-views-catalogs-block .view-catalogs.view-id-catalogs .views-field-title a:hover, #block-views-catalogs-block .view-catalogs.view-id-catalogs .views-field-title a:focus,
#block-views-catalogs-block-1 .view-catalogs.view-id-catalogs .views-field-title a:hover,
#block-views-catalogs-block-1 .view-catalogs.view-id-catalogs .views-field-title a:focus {
  text-decoration: underline;
}

#block-views-catalogs-block .view-catalogs.view-id-catalogs .field-name-field-media-tags,
#block-views-catalogs-block-1 .view-catalogs.view-id-catalogs .field-name-field-media-tags {
  display: none;
}

#block-views-catalogs-block .view-catalogs.view-id-catalogs .views-field-field-browse-link,
#block-views-catalogs-block-1 .view-catalogs.view-id-catalogs .views-field-field-browse-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  text-transform: uppercase;
}

#block-views-catalogs-block .view-catalogs.view-id-catalogs .views-field-field-browse-link a,
#block-views-catalogs-block-1 .view-catalogs.view-id-catalogs .views-field-field-browse-link a {
  color: #faa51b;
  text-decoration: none;
  font-weight: bold;
}

#block-views-catalogs-block .view-catalogs.view-id-catalogs .views-field-field-browse-link a:after,
#block-views-catalogs-block-1 .view-catalogs.view-id-catalogs .views-field-field-browse-link a:after {
  content: ' +';
}

#block-views-catalogs-block .view-catalogs.view-id-catalogs .views-field-field-browse-link:hover, #block-views-catalogs-block .view-catalogs.view-id-catalogs .views-field-field-browse-link:focus,
#block-views-catalogs-block-1 .view-catalogs.view-id-catalogs .views-field-field-browse-link:hover,
#block-views-catalogs-block-1 .view-catalogs.view-id-catalogs .views-field-field-browse-link:focus {
  text-decoration: underline;
}

#block-views-catalogs-block-2 {
  padding: 2em;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#494949+0,000000+41,000000+66,494949+100 */
  background: #494949;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #494949 0%, #000 41%, #000 66%, #494949 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #494949 0%, #000 41%, #000 66%, #494949 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#494949',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

#block-views-catalogs-block-2 .view-display-id-block_2:before {
  background-image: none;
  height: 0;
}

#block-views-catalogs-block-2 .view-display-id-block_2 .views-row-1 {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
  padding: 0;
}

#block-views-catalogs-block-2 .view-display-id-block_2 .views-row-1 .views-field-field-cover-image {
  float: left;
  margin: 0 2em 0 0;
}

#block-views-catalogs-block-2 .view-display-id-block_2 .views-row-1 .views-field-field-cover-image .file-image {
  float: left;
}

#block-views-catalogs-block-2 .view-display-id-block_2 .views-row-1 .views-field-field-cover-image .file-image .content {
  float: left;
}

#block-views-catalogs-block-2 .view-display-id-block_2 .views-row-1 .views-field-field-cover-image .file-image .content img {
  vertical-align: bottom;
}

#block-views-catalogs-block-2 .view-display-id-block_2 .views-row-1 .views-field-field-cover-image .field-name-field-media-tags {
  display: none;
}

#block-views-catalogs-block-2 .view-display-id-block_2 .views-row-1 .views-field-field-catalog-copy h2 {
  text-align: left;
  font-size: 1.2em;
  font-weight: normal;
  font-family: "Adelle-Light";
  color: #c31d23;
  margin: 0;
}

#block-views-catalogs-block-2 .view-display-id-block_2 .views-row-1 .views-field-title {
  font-family: "Adelle-Light";
  font-size: 1.8em;
  text-align: left;
}

#block-views-catalogs-block-2 .view-display-id-block_2 .views-row-1 .views-field-title a {
  text-decoration: none;
  color: #faa51b;
}

#block-views-catalogs-block-2 .view-display-id-block_2 .views-row-1 .views-field-title a:hover, #block-views-catalogs-block-2 .view-display-id-block_2 .views-row-1 .views-field-title a:focus {
  text-decoration: underline;
}

#block-utpress-book-logic-utpress-book-logic-splash .splash-wrapper:after {
  display: block;
  content: '';
  clear: both;
}

#block-utpress-book-logic-utpress-book-logic-splash .splash-wrapper .splash-first {
  width: 100%;
  margin-bottom: 14px;
}

#block-utpress-book-logic-utpress-book-logic-splash .splash-wrapper .splash-first img {
  vertical-align: bottom;
}

#block-utpress-book-logic-utpress-book-logic-splash .splash-wrapper .splash-second {
  width: 49%;
  max-width: 375px;
  float: left;
}

#block-utpress-book-logic-utpress-book-logic-splash .splash-wrapper .splash-second img {
  vertical-align: top;
}

#block-utpress-book-logic-utpress-book-logic-splash .splash-wrapper .splash-third {
  width: 49%;
  max-width: 375px;
  float: right;
}

#block-utpress-book-logic-utpress-book-logic-splash .splash-wrapper .splash-third img {
  vertical-align: bottom;
}

.view-book-catalog.view-display-id-block_3 .views-row,
#block-utpress-book-logic-utpress-book-logic-subjects .views-row {
  width: 24%;
  padding: 0 15px;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 3em;
  text-align: center;
}

.view-book-catalog.view-display-id-block_3 .views-row h4,
#block-utpress-book-logic-utpress-book-logic-subjects .views-row h4 {
  font-size: .9em;
  font-weight: normal;
  font-family: "Adelle-Light";
  margin: 0 -10px;
  line-height: 1.4em;
}

.view-book-catalog.view-display-id-block_3 .views-row h4 a.headline-link,
#block-utpress-book-logic-utpress-book-logic-subjects .views-row h4 a.headline-link {
  color: #fff;
  text-decoration: none;
}

.view-book-catalog.view-display-id-block_3 .views-row h4 a.headline-link:hover, .view-book-catalog.view-display-id-block_3 .views-row h4 a.headline-link:focus,
#block-utpress-book-logic-utpress-book-logic-subjects .views-row h4 a.headline-link:hover,
#block-utpress-book-logic-utpress-book-logic-subjects .views-row h4 a.headline-link:focus {
  text-decoration: underline;
}

.view-book-catalog.view-display-id-block_3 .views-row h5,
#block-utpress-book-logic-utpress-book-logic-subjects .views-row h5 {
  color: #a7a9ab;
  font-size: .8em;
  line-height: 1.2em;
  margin: .4em 0;
  font-family: Arial, Helvetica, sans-serif;
}

.view-book-catalog.view-display-id-block_3 .views-row p.author,
#block-utpress-book-logic-utpress-book-logic-subjects .views-row p.author {
  font-family: "EngraversGothicBT-Regular";
  font-size: .8em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 11px;
  margin: .4em 0;
  line-height: 1.2em;
}

@media screen and (min-width: 300px) and (max-width: 600px) {
  #block-utpress-book-logic-utpress-book-logic-subjects .views-row .page-books-search-by-category-categories .views-row {
    display: inline-block;
    width: 49%;
    text-align: center;
    padding: 0 15px;
    vertical-align: top;
    margin-bottom: 3em;
  }
  .view-book-catalog.view-display-id-block_1 .view-content .views-row,
  .view-catalogs.view-id-catalogs .view-content .views-row,
  #block-utpress-book-logic-utpress-book-logic-subjects .views-row {
    width: 49%;
    padding: 0 15px;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 3em;
    text-align: center;
  }
}

@media screen and (min-width: 300px) and (max-width: 374px) {
  #block-utpress-book-logic-utpress-book-logic-subjects .views-row,
  .view-book-catalog.view-display-id-block_1 .view-content .views-row,
  .view-catalogs.view-id-catalogs .view-content .views-row {
    width: 100%;
  }
}

.view-podcasts.view-id-podcasts .views-exposed-form {
  margin-bottom: 3em;
  margin-top: 1em;
}

.view-podcasts.view-id-podcasts .views-exposed-form .views-exposed-widget {
  font-family: 'Adelle-Regular';
  font-size: 1.25em;
  font-weight: normal;
  margin-right: 10px;
}

.view-podcasts.view-id-podcasts .views-exposed-form .views-exposed-widget label {
  font-weight: normal;
  margin-bottom: 6px;
}

.view-podcasts.view-id-podcasts .views-exposed-form .views-exposed-widget label:after {
  content: ': ';
}

.view-podcasts.view-id-podcasts .views-exposed-form .views-exposed-widget .views-widget {
  display: inline-block;
}

.view-podcasts.view-id-podcasts .views-exposed-form .views-exposed-widget .views-widget input[type='text'] {
  width: 250px;
}

.view-podcasts.view-id-podcasts .views-exposed-form .views-exposed-widget .description {
  font-style: italic;
  font-family: arial;
  font-size: .8em;
  margin-top: 6px;
}

.view-podcasts.view-id-podcasts .views-exposed-form input#edit-submit-podcasts,
.view-podcasts.view-id-podcasts .views-exposed-form input#edit-reset {
  background-color: #000;
  color: #fff;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: .7em;
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #fff;
  outline: 0;
}

.view-podcasts.view-id-podcasts .views-exposed-form input#edit-submit-podcasts:hover, .view-podcasts.view-id-podcasts .views-exposed-form input#edit-submit-podcasts:focus,
.view-podcasts.view-id-podcasts .views-exposed-form input#edit-reset:hover,
.view-podcasts.view-id-podcasts .views-exposed-form input#edit-reset:focus {
  background-color: #444;
}

.view-podcasts.view-id-podcasts .views-row {
  margin-bottom: 3em;
  display: table;
}

.view-podcasts.view-id-podcasts .views-row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}

.view-podcasts.view-id-podcasts .views-row .views-field-field-podcast-image {
  vertical-align: top;
  width: 100px;
  display: table-cell;
  padding: 0 2em .5em 0;
}

.view-podcasts.view-id-podcasts .views-row .views-field-title {
  display: table-cell;
  vertical-align: top;
}

.view-podcasts.view-id-podcasts .views-row .views-field-title .podcast-text-wrapper h3 {
  font-size: 1.25em;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.25;
  font-weight: normal;
  font-family: "Adelle-Light";
}

.view-podcasts.view-id-podcasts .views-row .views-field-title .podcast-text-wrapper h3 a {
  color: #faa51b;
  text-decoration: none;
}

.view-podcasts.view-id-podcasts .views-row .views-field-title .podcast-text-wrapper h3 a:hover, .view-podcasts.view-id-podcasts .views-row .views-field-title .podcast-text-wrapper h3 a:focus {
  text-decoration: underline;
}

.view-podcasts.view-id-podcasts .views-row .views-field-title .podcast-text-wrapper h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0;
}

.view-podcasts.view-id-podcasts .views-row .views-field-title .podcast-text-wrapper .podcast-creation-date {
  font-family: "EngraversGothicBT-Regular";
  font-size: .8em;
  color: #fff;
  text-transform: uppercase;
}

.view-podcasts.view-id-podcasts .views-row .views-field-title .podcast-text-wrapper .podcast-tags {
  font-family: Arial, Helvetica, sans-serif;
}

.view-podcasts.view-id-podcasts .views-row .views-field-title .podcast-text-wrapper .podcast-tags a {
  text-decoration: none;
  color: #faa51b;
  font-size: 1em;
}

.view-podcasts.view-id-podcasts .views-row .views-field-title .podcast-text-wrapper .podcast-tags a:hover, .view-podcasts.view-id-podcasts .views-row .views-field-title .podcast-text-wrapper .podcast-tags a:focus {
  text-decoration: underline;
}

.view-podcasts.view-id-podcasts ul.pager li a {
  color: #ccc;
  padding: 4px 7px;
  text-decoration: none;
  border-radius: 3px;
  outline: 0;
}

.view-podcasts.view-id-podcasts ul.pager li a:hover, .view-podcasts.view-id-podcasts ul.pager li a:focus {
  background-color: #444;
}

.view-podcasts.view-id-podcasts ul.pager li.pager-current {
  color: #faa51b;
  padding: 4px 7px;
  border-radius: 3px;
  text-shadow: 0 1px 1px #000;
}

.view-podcasts.view-id-podcasts ul.pager li.pager-current:hover, .view-podcasts.view-id-podcasts ul.pager li.pager-current:focus {
  background-color: #444;
}

.pc-subscribe a {
  color: #c31d23;
  font-variant: small-caps;
  text-decoration: none;
  font-size: 1.2em;
}

.pc-subscribe a:first-letter {
  text-transform: uppercase;
}

.pc-subscribe a:hover, .pc-subscribe a:focus {
  text-decoration: underline;
}

.page-videos .views-exposed-form {
  margin-bottom: 3em;
}

.page-videos .views-exposed-form .views-exposed-widget {
  font-family: 'Adelle-Regular';
  font-size: 1.25em;
  font-weight: normal;
  margin-right: 10px;
}

.page-videos .views-exposed-form .views-exposed-widget label {
  display: inline-block;
  font-weight: normal;
}

.page-videos .views-exposed-form .views-exposed-widget label:after {
  content: ': ';
}

.page-videos .views-exposed-form .views-exposed-widget .views-widget {
  display: inline-block;
}

.page-videos .views-exposed-form .views-exposed-widget .views-widget input[type='text'] {
  width: 250px;
}

.page-videos .views-exposed-form input#edit-submit-videos,
.page-videos .views-exposed-form input#edit-reset {
  background-color: #000;
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
  font-size: .7em;
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #fff;
  outline: 0;
}

.page-videos .views-exposed-form input#edit-submit-videos:hover, .page-videos .views-exposed-form input#edit-submit-videos:focus,
.page-videos .views-exposed-form input#edit-reset:hover,
.page-videos .views-exposed-form input#edit-reset:focus {
  background-color: #444;
}

.page-videos .views-row {
  margin-bottom: 3em;
  display: table;
}

.page-videos .views-row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}

.page-videos .views-row .views-field-field-video-file {
  vertical-align: top;
  width: 200px;
  display: table-cell;
  padding: 0 2em 0 0;
}

.page-videos .views-row .views-field-title {
  display: table-cell;
  vertical-align: top;
}

.page-videos .views-row .views-field-title .video-text-wrapper h3 {
  font-size: 1.25em;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.25;
  font-weight: normal;
  font-family: "Adelle-Light";
}

.page-videos .views-row .views-field-title .video-text-wrapper h3 a {
  color: #faa51b;
  text-decoration: none;
}

.page-videos .views-row .views-field-title .video-text-wrapper h3 a:hover, .page-videos .views-row .views-field-title .video-text-wrapper h3 a:focus {
  text-decoration: underline;
}

.page-videos .views-row .views-field-title .video-text-wrapper h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0;
}

.page-videos .views-row .views-field-title .video-text-wrapper .video-creation-date {
  font-family: "EngraversGothicBT-Regular";
  font-size: .8em;
  color: #fff;
  text-transform: uppercase;
}

.page-videos .views-row .views-field-title .video-text-wrapper .video-tags {
  font-family: Arial, Helvetica, sans-serif;
}

.page-videos .views-row .views-field-title .video-text-wrapper .video-tags a {
  text-decoration: none;
  color: #faa51b;
  font-size: 1em;
}

.page-videos .views-row .views-field-title .video-text-wrapper .video-tags a:hover, .page-videos .views-row .views-field-title .video-text-wrapper .video-tags a:focus {
  text-decoration: underline;
}

.page-videos ul.pager li a {
  color: #ccc;
  padding: 4px 7px;
  text-decoration: none;
  border-radius: 3px;
  outline: 0;
}

.page-videos ul.pager li a:hover, .page-videos ul.pager li a:focus {
  background-color: #444;
}

.page-videos ul.pager li.pager-current {
  color: #faa51b;
  padding: 4px 7px;
  border-radius: 3px;
  text-shadow: 0 1px 1px #000;
}

.page-videos ul.pager li.pager-current:hover, .page-videos ul.pager li.pager-current:focus {
  background-color: #444;
}

.view-journal-listings.view-display-id-block_1 {
  margin-top: 2em;
}

.view-journal-listings.view-display-id-block_1 .views-row {
  width: 24%;
  padding: 0 15px;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 3em;
  text-align: center;
}

.view-journal-listings.view-display-id-block_1 .views-row h4 {
  font-size: 1em;
  font-weight: normal;
  font-family: "Adelle-Regular";
  margin: 0 -10px;
  line-height: 1.4em;
}

.view-journal-listings.view-display-id-block_1 .views-row h4 a {
  color: #fff;
  text-decoration: none;
}

.view-journal-listings.view-display-id-block_1 .views-row h4 a:hover, .view-journal-listings.view-display-id-block_1 .views-row h4 a:focus {
  text-decoration: underline;
}

.view-journal-listings.view-display-id-block_1 .views-row h5 {
  margin: 0;
}

.view-journal-listings.view-display-id-block_1 .views-row p.more {
  font-weight: bold;
}

@media screen and (min-width: 300px) and (max-width: 550px) {
  #block-views-journal-listings-block-1 .views-row {
    width: 48%;
  }
}

article.node-catalog {
  margin-top: 24px;
}

article.node-catalog .view-catalogs.view-id-catalogs.view-display-id-block_3:before {
  height: 50px;
  background-position: top;
}

.node-type-book .layout-3col #main #content-wrapper main h1 {
  display: none;
}

.node-book .book-image-wrapper {
  float: left;
  width: 36%;
  max-width: 350px;
  margin: 10px 0 1em;
}

.node-book .book-image-wrapper .field-name-field-media-tags {
  display: none;
}

.node-book .book-info-wrapper {
  margin-left: 40%;
}

.node-book .book-info-wrapper .field-name-field-display-title {
  font-size: 2em;
  line-height: 1.4em;
  color: #fff;
  font-family: "Adelle-Light";
}

.node-book .book-info-wrapper .field-name-field-display-title p {
  margin-bottom: 0;
}

.node-book .book-info-wrapper .categorization a {
  font-size: .9em;
  text-decoration: none;
  color: #40b0cc;
  font-family: "EngraversGothicBT-Regular";
  text-transform: uppercase;
}

.node-book .book-info-wrapper .field-name-field-subtitle {
  font-size: 1.6em;
  line-height: 1.4em;
  margin-top: .2em;
  font-family: "Adelle-Light";
}

.node-book .book-info-wrapper .field-name-field-subtitle p {
  margin: .2em 0;
}

.node-book .book-info-wrapper .field-name-field-author-byline {
  margin: .5em 0;
  font-size: 1.2em;
  font-variant: small-caps;
  color: #fff;
  font-family: "EngraversGothicBT-Regular";
}

.node-book .book-info-wrapper .field-name-field-author-byline p {
  margin: .2em 0;
  line-height: 1.1em;
}

.node-book .book-info-wrapper .field-name-field-book-series {
  font-family: "Adelle-Regular";
}

.node-book .book-info-wrapper .field-name-field-book-series-extended {
  margin-bottom: 1em;
}

.node-book .book-info-wrapper .field-name-field-book-contributors {
  margin-bottom: 1em;
}

.node-book .book-info-wrapper .field-name-field-book-pages {
  display: inline-block;
}

.node-book .book-info-wrapper .field-name-field-book-pages .field-item:after {
  content: ' pp';
  margin-right: 5px;
}

.node-book .book-info-wrapper .field-name-field-book-illustrations {
  display: inline-block;
}

.node-book .book-info-wrapper .field-name-field-book-illustrations .field-item:before {
  content: ' | ';
}

.node-book .book-info-wrapper .field-name-field-book-isbns {
  font-size: .7em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.4em;
}

.node-book .book-info-wrapper .commerce-product-field-field-isbn {
  font-size: .9em;
}

.node-book .book-info-wrapper .field-field-in-store-price {
  color: #fff;
  display: inline-block;
  padding-right: 1em;
  text-decoration: line-through;
}

.node-book .book-info-wrapper .field-commerce-price {
  display: inline-block;
}

.node-book .book-info-wrapper .field-commerce-price .field-name-commerce-price {
  margin-top: 1em;
  color: #faa51b;
}

.node-book .book-info-wrapper .field-name-field-book-variant form.commerce-add-to-cart label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.node-book .book-info-wrapper .field-name-field-special-format {
  margin-top: 1em;
  font-size: .9em;
}

.node-book .book-info-wrapper .form-item-attributes-field-format label {
  padding-bottom: .3em;
}

.node-book .book-info-wrapper .form-item-attributes-field-format label:after {
  content: ': ';
}

.node-book .book-info-wrapper .form-item-attributes-field-format select {
  width: auto;
  color: #000;
  background-color: #fff;
  height: 30px;
  font-size: 1em;
  outline: 0;
  margin-bottom: 1em;
}

.node-book .book-info-wrapper .related-interest {
  margin: 1em 0;
}

.node-book .book-info-wrapper .related-interest .related-interest-label {
  font-size: 1em;
  display: inline-block;
}

.node-book .book-info-wrapper .related-interest .related-interest-label:after {
  content: ':';
  margin-right: .5em;
}

.node-book .book-info-wrapper .related-interest li {
  display: inline-block;
  padding-right: 1em;
}

.node-book .book-info-wrapper .related-interest li a {
  color: #faa51b;
}

.node-book .book-info-wrapper .field-name-field-tags .field-label {
  font-weight: normal;
  margin-right: .5em;
}

.node-book .book-info-wrapper .field-name-field-tags .field-item {
  display: inline-block;
  margin-right: 1em;
}

.node-book .look-inside {
  clear: both;
  padding: 1em 0;
}

.node-book .look-inside h2 {
  font-size: 24px;
  color: #c31d23;
  font-family: "Adelle-Light";
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
}

.node-book .look-inside .thumbs {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 1em;
}

.node-book .look-inside .thumbs::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  margin-top: 10px !important;
}

.node-book .look-inside .thumbs::-webkit-scrollbar-track {
  background: #222;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.2);
  margin-top: 10px !important;
  border-top: 3px solid #000 !important;
}

.node-book .look-inside .thumbs::-webkit-scrollbar-thumb {
  background-color: #666 !important;
  margin: 1px;
  border: 1px solid #444 !important;
  border-top: 3px solid #000 !important;
  border-radius: 5px !important;
}

.node-book .look-inside .thumbs a {
  background-color: #333;
  display: inline-block;
}

.node-book .look-inside .thumbs a img {
  margin: 14px 15px 5px;
}

.field-name-field-book-description .field-label {
  cursor: pointer;
  margin-top: 2em;
}

.supplemental-wrapper {
  clear: both;
  margin: 0;
  padding: 1em 0;
  background: #fff;
}

.supplemental-wrapper .field-label-above .field-label {
  background: #fff;
  padding: .2em 1em;
  color: #727476;
  cursor: pointer;
  font-weight: normal;
  font-family: "Adelle-Light";
  text-transform: uppercase;
  margin-top: 0;
}

.supplemental-wrapper .field-label-above .field-label:after {
  content: '\25bc';
  font-size: .7em;
}

.supplemental-wrapper .field-label-above .field-label:hover, .supplemental-wrapper .field-label-above .field-label:focus {
  text-decoration: underline;
}

.supplemental-wrapper .field-label-above .field-label.opened {
  color: #717a2c;
}

.supplemental-wrapper .field-label-above .field-items {
  display: none;
  background-color: #fff;
  padding: 0 1.4em;
  color: #333;
  font-size: .9em;
}

.supplemental-wrapper .field-label-above .field-items .field-item *:first-child {
  margin-top: 0;
}

.supplemental-wrapper .field-label-above:last-child .field-items .field-item *:last-child {
  margin-bottom: .3em;
}

@media screen and (min-width: 481px) and (max-width: 849px) {
  .node-book .book-image-wrapper {
    width: 36%;
  }
  .node-book .book-info-wrapper {
    margin-left: 40%;
  }
  .node-book .book-info-wrapper .field-name-field-display-title {
    font-size: 1.5em;
  }
  .node-book .book-info-wrapper .field-name-field-display-title p {
    margin: .5em 0;
  }
  .node-book .book-info-wrapper .field-name-field-author-byline {
    font-size: 1em;
  }
  .node-book .book-info-wrapper .field-name-field-subtitle {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 300px) and (max-width: 480px) {
  .node-book .book-image-wrapper {
    width: 66%;
    min-width: 290px;
    float: none;
    margin: 0 auto;
  }
  .node-book .book-info-wrapper {
    margin-left: 0;
    margin-top: 1em;
  }
  .node-book .book-info-wrapper .field-name-field-display-title {
    font-size: 1.5em;
  }
  .node-book .book-info-wrapper .field-name-field-display-title p {
    margin: .5em 0;
  }
  .node-book .book-info-wrapper .field-name-field-author-byline {
    font-size: 1em;
    margin: 1em 0;
  }
  .node-book .book-info-wrapper .field-name-field-subtitle {
    font-size: 1.2em;
  }
}

.node-type-journal #content-wrapper {
  margin-bottom: 2em;
}

.node-type-journal main {
  float: none;
}

.node-type-journal main h1.journal-title {
  display: block !important;
}

.node-type-journal .node-journal h1 {
  display: block;
  color: #717a2c;
  margin-top: 1em !important;
}

.node-type-journal .node-journal .journal-image-wrapper {
  float: left;
  width: 36%;
  max-width: 350px;
  margin: 10px 0 1em;
}

.node-type-journal .node-journal .journal-image-wrapper .field-name-field-media-tags {
  display: none;
}

.node-type-journal .node-journal .journal-info-wrapper {
  margin-left: 40%;
}

.node-type-journal .node-journal .field-name-field-journal-available-online:after {
  clear: none;
}

.node-type-journal .divider-bar-top-supplemental {
  background-image: url("images/green-bar-top.png");
  margin-left: 180px;
  margin-right: 40px;
}

.node-type-journal .divider-bar {
  background-image: url("images/green-bar-bottom.png");
}

.node-type-journal .supplemental-wrapper {
  margin-left: 180px;
  margin-right: 40px;
}

.journal-wrapper dl {
  margin: 1.5rem 0;
  border-bottom: 1px solid #a7a9ab;
  padding-bottom: 20px;
}

.journal-wrapper dt {
  font-style: italic;
}

.node-journal-issue .field-name-field-journal-issue-parent {
  font-size: 1.5em;
  color: #fff;
  font-family: "Adelle-Regular";
  margin-bottom: 1em;
}

.node-journal-issue h3 {
  margin-bottom: 0;
}

.node-journal-issue p {
  margin-top: 0;
  font-family: "EngraversGothicBT-Regular";
  text-transform: uppercase;
  font-size: .9em;
}

.node-journal-issue p em {
  padding-top: 1em;
  display: inline-block;
  color: #fff;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 481px) and (max-width: 1000px) {
  .node-type-journal .node-journal .journal-image-wrapper {
    width: 36%;
  }
}

@media screen and (min-width: 300px) and (max-width: 850px) {
  .node-type-journal .divider-bar-top-supplemental {
    margin-left: 40px;
  }
  .node-type-journal .supplemental-wrapper {
    margin-left: 40px;
  }
  .node-type-journal .layout-center .divider-bar {
    background-image: url("images/green-bar-bottom.png");
    background-repeat: repeat-x;
  }
}

@media screen and (min-width: 300px) and (max-width: 480px) {
  .node-type-journal .node-journal .journal-image-wrapper {
    float: none;
    margin: 0 auto;
    width: 66%;
  }
  .node-type-journal .node-journal .journal-info-wrapper {
    margin-left: 0;
  }
}

/* desktop layouts for one and two column layouts; these layouts will have a column width a fixed width */
@media screen and (min-width: 1000px) {
  .layout-center {
    padding-left: 0;
    padding-right: 0;
    min-height: 550px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#910000+0,ae0001+50,910000+100 */
    background: #910000;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #910000 0%, #ae0001 50%, #910000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #910000 0%, #ae0001 50%, #910000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#910000', endColorstr='#910000',GradientType=1 );
    /* IE6-9 */
    background-size: 140px 5px;
    background-color: #000;
    background-repeat: repeat-y;
  }
  .layout-center .region-announcement {
    margin-right: 240px;
  }
  .layout-center .utp-horizontal-text {
    display: none;
  }
  .layout-center .layout-3col {
    margin-left: 0;
    margin-right: 0;
  }
  .layout-center .layout-3col .layout-3col__full {
    margin-left: 140px;
    height: 0;
  }
  .layout-center .layout-swap {
    padding-top: 0;
  }
  .layout-center .layout-swap #main #content-wrapper main h1 {
    margin-top: 0;
  }
  .node-type-journal .layout-center,
  .page-journals .layout-center,
  .journals-design .layout-center {
    padding-left: 0;
    padding-right: 0;
    min-height: 550px;
    background: #5e6424;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #5e6424 0%, #727a2d 50%, #5e6424 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #5e6424 0%, #727a2d 50%, #5e6424 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e6424', endColorstr='#5e6424', GradientType=1 );
    /* IE6-9 */
    background-size: 140px 5px;
    background-color: #000;
    background-repeat: repeat-y;
  }
  .node-type-journal footer.footer,
  .node-type-journal .region-bottom,
  .page-journals footer.footer,
  .page-journals .region-bottom,
  .journals-design footer.footer,
  .journals-design .region-bottom {
    padding-left: 140px;
    padding-right: 0;
    margin: 0 auto;
    max-width: 1160px;
    background: #5e6424;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #5e6424 0%, #727a2d 50%, #5e6424 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #5e6424 0%, #727a2d 50%, #5e6424 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e6424', endColorstr='#5e6424', GradientType=1 );
    /* IE6-9 */
    background-size: 140px 5px;
    background-color: #000;
    background-repeat: repeat-y;
  }
  .divider-bar {
    margin-left: 180px;
    margin-right: 40px;
    background-image: url("images/divider-diags.png");
    background-repeat: repeat-x;
    height: 12px;
    clear: both;
    background-position: bottom;
    display: block;
    padding-top: 3em;
  }
  footer,
  .region-bottom {
    max-width: 1160px;
    margin: 0 auto;
    padding-left: 140px;
    padding-right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#910000+0,ae0001+50,910000+100 */
    background: #910000;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #910000 0%, #ae0001 50%, #910000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #910000 0%, #ae0001 50%, #910000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#910000', endColorstr='#910000',GradientType=1 );
    /* IE6-9 */
    background-size: 140px 5px;
    background-color: #000;
    background-repeat: repeat-y;
  }
  .catalog-block {
    max-width: 1160px;
    margin: 0 auto;
    padding-left: 140px;
    padding-right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#910000+0,ae0001+50,910000+100 */
    background: #910000;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #910000 0%, #ae0001 50%, #910000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #910000 0%, #ae0001 50%, #910000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#910000', endColorstr='#910000',GradientType=1 );
    /* IE6-9 */
    background-size: 140px 5px;
    background-color: #000;
    background-repeat: repeat-y;
  }
  .two-sidebars .layout-center .layout-3col__second-left-sidebar {
    padding-right: 40px;
    padding-left: 0;
  }
  #content-wrapper {
    float: left;
    width: 100%;
  }
  .layout-3col__right-content {
    margin-left: 140px;
    margin-right: 250px;
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
  }
  .layout-3col__first-left-sidebar {
    float: left;
    width: 140px;
    margin-left: -100%;
    display: block;
  }
  .layout-3col__second-left-sidebar {
    float: left;
    width: 250px;
    margin-left: -250px;
    clear: none;
  }
  .sidebar-first #content-wrapper {
    float: left;
    width: 100%;
  }
  .sidebar-first .layout-3col__left-sidebar {
    float: left;
    width: 140px;
    margin-left: -100%;
  }
  .sidebar-first .layout-3col__right-content {
    margin-left: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.one-sidebar .layout-3col__right-content {
  margin-right: 0%;
  width: auto;
  float: none;
}

@media screen and (min-width: 850px) and (max-width: 999px) {
  .layout-center {
    padding-left: 0;
    padding-right: 0;
    min-height: 550px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#910000+0,ae0001+50,910000+100 */
    background: #910000;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #910000 0%, #ae0001 50%, #910000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #910000 0%, #ae0001 50%, #910000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#910000', endColorstr='#910000',GradientType=1 );
    /* IE6-9 */
    background-size: 140px 5px;
    background-color: #000;
    background-repeat: repeat-y;
  }
  .layout-center .utp-horizontal-text {
    display: none;
  }
  .layout-center .layout-3col {
    margin-left: 0;
    margin-right: 0;
  }
  .layout-center .layout-3col .layout-3col__full {
    margin-left: 140px;
    height: 0;
  }
  .layout-center .layout-swap {
    padding-top: 0;
  }
  .layout-center .layout-swap #main #content-wrapper main h1 {
    margin-top: 0;
  }
  .divider-bar {
    margin-left: 180px;
    margin-right: 40px;
    background-image: url("images/divider-diags.png");
    background-repeat: repeat-x;
    height: 12px;
    clear: both;
    margin-left: 190px;
    margin-right: 50px;
    background-position: bottom;
    display: block;
    padding-top: 3em;
  }
  footer,
  .region-bottom {
    max-width: 1160px;
    margin: 0 auto;
    padding-left: 180px;
    padding-right: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#910000+0,ae0001+50,910000+100 */
    background: #910000;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #910000 0%, #ae0001 50%, #910000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #910000 0%, #ae0001 50%, #910000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#910000', endColorstr='#910000',GradientType=1 );
    /* IE6-9 */
    background-size: 140px 5px;
    background-color: #000;
    background-repeat: repeat-y;
  }
  .two-sidebars #content-wrapper {
    float: left;
    width: 100%;
  }
  .two-sidebars .layout-3col__right-content {
    margin-left: 140px;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
  }
  .two-sidebars .layout-3col__first-left-sidebar {
    float: left;
    margin-left: -100%;
    display: block;
    width: 140px;
  }
  .two-sidebars .layout-3col__second-left-sidebar {
    float: left;
    width: 100%;
    margin-left: 0;
    clear: left;
    padding: 0 40px 2em 180px;
  }
  .sidebar-first #content-wrapper {
    float: left;
    width: 100%;
  }
  .sidebar-first .layout-3col__left-sidebar {
    float: left;
    width: 140px;
    margin-left: -100%;
  }
  .sidebar-first .layout-3col__right-content {
    margin-left: 140px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .node-type-journal .layout-center,
  .node-type-journal footer,
  .node-type-journal .region-bottom, .journals-design .layout-center,
  .journals-design footer,
  .journals-design .region-bottom {
    background: #5e6424;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #5e6424 0%, #727a2d 50%, #5e6424 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #5e6424 0%, #727a2d 50%, #5e6424 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e6424', endColorstr='#5e6424', GradientType=1 );
    /* IE6-9 */
    background-size: 140px 5px;
    background-color: #000;
    background-repeat: repeat-y;
  }
}

@media screen and (min-width: 300px) and (max-width: 849px) {
  body {
    background-color: #000;
    background-image: none;
  }
  .layout-center {
    padding: 0;
  }
  .layout-center #top-wrapper {
    margin-left: 0;
  }
  .layout-center #top-wrapper .region-announcement {
    margin-right: 0;
    margin-bottom: .5em;
  }
  .layout-center #top-wrapper #top-links {
    position: relative;
    padding-bottom: 1em;
    width: 100%;
    padding-left: 7px;
  }
  .layout-center #top-wrapper #top-links a {
    color: #fff;
  }
  .layout-center #branding {
    width: 100%;
    display: block;
    background: red;
    text-align: center;
    padding: 12px;
    margin: 1em 0;
    float: none;
    margin-left: 0;
    display: inline-block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#910000+0,ae0001+51,910000+100 */
    background: #910000;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #910000 0%, #ae0001 51%, #910000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #910000 0%, #ae0001 51%, #910000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#910000', endColorstr='#910000',GradientType=0 );
    /* IE6-9 */
  }
  .layout-center #branding .utp-vertical-text {
    display: none;
  }
  .layout-center #branding .utp-horizontal-text {
    display: inline-block;
  }
  .layout-center #branding .utp-horizontal-text p {
    font-size: 1.2em;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 7px;
    color: #000;
    margin: 12px 0;
  }
  .layout-center #branding .logo-wrapper {
    width: 16%;
    padding-right: 1em;
    vertical-align: middle;
    display: inline-block;
  }
  .layout-center #branding .header__logo {
    float: left;
  }
  .layout-center header.header {
    margin-left: 0;
  }
  .layout-center header.header #block-search-form {
    margin-top: 8px;
    float: left;
    margin-left: 20px;
    margin-right: 0;
  }
  .layout-center .layout-3col {
    margin: 3em 0 0;
  }
  .layout-center .layout-3col__right-content {
    padding-left: 25px;
    padding-right: 25px;
    float: none;
  }
  .layout-center .layout-3col__first-left-sidebar {
    display: none;
  }
  .layout-center .layout-3col__second-left-sidebar {
    padding-left: 25px;
    padding-right: 25px;
  }
  .layout-center .layout-3col__left-sidebar {
    display: none;
  }
  .layout-center .divider-bar {
    margin-left: 25px;
    margin-right: 25px;
    background-image: url("images/divider-diags.png");
    background-repeat: repeat-x;
    height: 12px;
    clear: both;
    background-position: bottom;
    display: block;
    padding-top: 3em;
  }
  .catalog-block {
    display: block;
  }
  .region-bottom p {
    margin-top: 0;
  }
}

@media screen and (min-width: 420px) and (max-width: 600px) {
  .layout-center #branding {
    padding: 10px;
  }
  .layout-center #branding p {
    letter-spacing: 3px;
    font-size: 1em;
  }
  .layout-center #branding .logo-wrapper {
    width: 16%;
  }
}

@media screen and (min-width: 300px) and (max-width: 849px) {
  .node-type-journal .layout-center #branding, .journals-design .layout-center #branding {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5e6424+0,727a2d+50,5e6424+100 */
    background: #5e6424;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5e6424 0%, #727a2d 50%, #5e6424 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5e6424 0%, #727a2d 50%, #5e6424 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e6424', endColorstr='#5e6424',GradientType=0 );
    /* IE6-9 */
  }
}

@media screen and (min-width: 300px) and (max-width: 999px) {
  header.header .region-header #block-search-form {
    margin-top: 17px;
    float: left;
    margin-left: 20px;
    margin-right: 0;
    position: absolute;
    top: 0;
    z-index: 10000;
  }
}

@media screen and (min-width: 300px) and (max-width: 850px) {
  header.header .region-header #block-search-form {
    margin-top: 5px;
  }
  header.header .region-header .mean-bar a.meanmenu-reveal {
    padding-top: 2px;
  }
  header.header .region-header .mean-bar a.meanmenu-reveal span.menu-button-text {
    top: 2px;
  }
  footer #block-menu-menu-footer-menu ul {
    margin: 0 1em;
  }
}

@media screen and (min-width: 300px) and (max-width: 479px) {
  header.header .region-header #block-search-form {
    margin-top: 5px;
    float: right;
    position: relative;
    margin-right: 32px;
  }
  .layout-center #branding {
    padding: 5px;
  }
  .layout-center #branding .utp-horizontal-text p {
    letter-spacing: 1px;
    font-size: 1em;
  }
  .layout-center #branding .logo-wrapper {
    width: 16%;
  }
}

@media screen and (min-width: 666px) {
  .layout-3col__right-content {
    float: none;
  }
}

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