/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */


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

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

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

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
 * Table
 */
table.dataTable {
  clear: both;
  width: 100%;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 0.9em;
}

table.dataTable thead th {
  text-align: left;
  padding: 12px 25px 7px 0;
  border-bottom: 1px solid #d7dadb;
  font-weight: 700;
  cursor: pointer;
  *cursor: hand;
}

table.dataTable thead th:focus {
  outline: none;
}

table.dataTable tfoot th {
  padding: 7px 25px 7px 0;
  border-top: 1px solid #afb5b7;
  font-weight: 700;
  vertical-align: bottom;
}

table.dataTable td {
  padding: 7px 25px 7px 0;
  vertical-align: top;
  border-bottom: 1px solid #d7dadb;
  line-height: 1.2;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable tr.even {
  background-color: white;
}

/*
 * Table wrapper
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  margin-bottom: 42px;
}

/*
 * Page length menu
 */
.dataTables_length {
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  float: right;
  display: none;
}

/*
 * Filter
 */
.dataTables_filter {
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
}

/*
 * Table information
 */
.dataTables_info {
  text-align: center;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 0.8em;
  color: #afb5b7;
}

/*
 * Pagination
 */
.dataTables_paginate {
  clear: both;
  padding-top: 10.5px;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
  cursor: pointer;
  *cursor: hand;
  font-weight: 400;
  font-size: 0.9em;
}

.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
  outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
  color: #ddd !important;
  display: none !important;
}

.paginate_disabled_previous,
.paginate_enabled_previous {
  float: left;
}

.paginate_disabled_next,
.paginate_enabled_next {
  float: right;
}

.paginate_enabled_previous:before,
.paginate_disabled_previous:before {
  content: "\3c";
  font-family: "od-icons";
  display: none;
}

.paginate_enabled_next:after,
.paginate_disabled_next:after {
  content: "\3e";
  font-family: "od-icons";
  display: none;
}

/*
 * Processing indicator
 */
.dataTables_processing {
  position: absolute;
  top: 26%;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px 0;
  border: 1px solid #ddd;
  text-align: center;
  color: #222;
  font-size: 14px;
  background: white url("/Content/img/load.gif") 10px center no-repeat;
  font-family: sans-serif;
  border-radius: 4px;
}

/*
 * Sorting
 */
.sorting_asc:after {
  padding-top: 5px;
  content: "\5e";
  font-family: "od-icons";
  color: #d7dadb;
  float: right;
  display: block;
  font-weight: normal;
}

.sorting_desc:after {
  padding-top: 5px;
  content: "\76";
  font-family: "od-icons";
  color: #50afd4;
  float: right;
  display: block;
  font-weight: normal;
}

.sorting:after {
  padding-top: 5px;
  content: "\76";
  font-family: "od-icons";
  color: #d7dadb;
  float: right;
  display: block;
  font-weight: normal;
}

.sorting_asc:after {
  color: #50afd4;
}

.sorting_asc_disabled:after {
  color: #d7dadb;
}

.sorting_desc_disabled:after {
  color: #d7dadb;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

/*
 * Scrolling
 */
.dataTables_scroll {
  clear: both;
}

.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .dataTables_filter input[type="text"] {
    padding-left: 6px;
    width: 160px;
  }

  .dataTables_filter label {
    display: none;
  }

  .paginate_disabled_previous,
  .paginate_enabled_previous,
  .paginate_disabled_next,
  .paginate_enabled_next {
    width: 50%;
    padding: 8px 0;
    box-sizing: border-box;
  }

  .paginate_enabled_next {
    text-align: right;
  }

  .dataTables_info {
    font-size: 16px;
    clear: both;
    padding: 10px 0 25px 0;
  }

  /* Force table to not be like tables anymore */
  table.dataTable,
  table.dataTable thead,
  table.dataTable tbody,
  table.dataTable th,
  table.dataTable td,
  table.dataTable tr {
    display: block;
    text-indent: 10.5px;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  table.dataTable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  table.dataTable tr {
    border: none;
    border-bottom: 1px solid #afb5b7;
  }

  table.dataTable td {
    /* Behave  like a "row" */
    border: none;
    min-height: 21px;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 27%;
  }

  table.dataTable td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 7px;
    left: 0;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
  }

  /*
  Label the data
  */
  table.dataTable td:nth-of-type(1):before {
    content: "Library";
    font-weight: 700;
  }

  table.dataTable td:nth-of-type(2):before {
    content: "Region";
  }

  table.dataTable td:nth-of-type(3):before {
    content: "Country";
  }

  table.dataTable td:nth-of-type(4):before {
    content: "Zip code";
  }

  table.dataTable td:nth-of-type(5):before {
    content: "Distance";
  }
}

@charset "UTF-8";
@font-face {
  font-family: 'od-icons';
  src: url("/Content/fonts/od-icons.eot");
  src: url("/Content/fonts/od-icons.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/od-icons.ttf") format("truetype"), url("/Content/fonts/od-icons.woff") format("woff"), url("/Content/fonts/od-icons.svg#od-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*="icon-"] {
  font-family: 'od-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #50afd4;
  text-decoration: none;
}

a:hover,
a:visited {
  color: #267899;
}

a:active {
  color: #fc4349;
}

/* Reset for nav usage */
nav ul, nav dl, nav ol, nav li, footer ul, footer dl, footer ol, footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0 0 1.0em 0;
}

/* Mobile finesse */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

select:focus,
textarea:focus,
input:focus {
  border: 0;
  outline: 0;
}

.wf-loading {
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

@media (min-width: 769px) {
  body:after {
    content: 'desktop';
    display: none;
  }
}
@media (max-width: 599px) {
  body:after {
    content: 'cell';
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  body:after {
    content: 'tablet';
    display: none;
  }
}
body {
  background: white;
  font-size: 17px;
}

.sectionHeader,
.actions span,
footer li,
footer .label,
.tt-suggestion {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}

.l_masthead {
  position: relative;
  z-index: 100;
}

.l_container {
  margin: 0 auto;
}

.l_sidebar {
  min-height: 1px;
}

.l_sidebar-module {
  font-size: 0.9em;
}

.l_content {
  padding-top: 21px;
  padding-bottom: 21px;
}

.l_intro {
  margin-bottom: 21px;
}

.l_row {
  clear: both;
  overflow: hidden;
}

.c_half {
  width: 50%;
  float: left;
}

.c_quarter {
  width: 25%;
  float: left;
}

.c_3quarter {
  width: 75%;
  float: left;
}

.c_third {
  width: 33%;
  float: left;
}

.c_2third {
  width: 66%;
  float: left;
}

.l_footer {
  width: 100%;
  position: relative;
  z-index: 5;
}

.l_row {
  clear: both;
  overflow: hidden;
}

header.masthead {
  border-bottom: 1px solid #d7dadb;
  position: relative;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.masthead .logo {
  position: absolute;
  top: 18px;
  left: 0px;
  display: block;
  width: 160px;
  height: 25px;
  background: url("/Content/img/logo_160.png") center top no-repeat;
}

.masthead form#search {
  width: 48%;
  float: left;
  margin-left: 24.5%;
}

.masthead .login {
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  position: relative;
  margin-top: 18px;
  text-align: right;
  width: 26%;
  overflow: hidden;
}

.id:before {
  position: absolute;
  top: 0px;
  right: 0;
  display: block;
  width: 25px;
  line-height: 25px;
  margin-left: 5px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #50afd4;
  color: white;
  content: "\69";
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}

.notLoggedIn .id:before {
  background: #d7dadb;
}

header.pageHeader {
  margin-top: 0;
  position: relative;
  padding-top: 15.0px;
  padding-bottom: 17.5px;
  border-bottom: 1px solid #d7dadb;
  margin-bottom: 10.5px;
}

.pageHeader h1 {
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
}

.message {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #afb5b7;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: rgba(80, 175, 212, 0.04);
  border-color: rgba(80, 175, 212, 0.3);
  color: #50aed4;
  padding: 10.5px;
  margin: 10.5px 0 21px;
  text-align: center;
}

.message-alert {
  background: rgba(252, 67, 73, 0.04);
  border-color: rgba(252, 67, 73, 0.3);
  color: #fc4248;
}

.message-success {
  background: rgba(0, 153, 51, 0.04);
  border-color: rgba(0, 153, 51, 0.3);
  color: #009833;
}

.message-verify {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: rgba(252, 102, 33, 0.04);
  border-color: rgba(252, 102, 33, 0.3);
  color: #fc6520;
}
.message-verify a {
  color: #fc6621;
  text-decoration: underline;
  font-weight: 700;
}

.message-fixed {
  position: fixed;
  top: 21px;
  left: 21px;
  right: 21px;
  width: auto;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.odjs-dismissable:after {
  content: "\78";
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  color: #afb5b7;
  z-index: 50;
  display: block;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

.odjs-dismissable:hover {
  cursor: pointer;
}

.message ul {
  margin: 0;
  padding: 0;
}

.message li {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 100% !important;
}

.smallMessage {
  font-size: 0.9em;
  background: rgba(175, 181, 183, 0.04);
  border-color: rgba(175, 181, 183, 0.3);
  color: #aeb4b6;
}

.smallMessage a {
  color: #afb5b7;
}

.tags {
  margin: 21px 0;
  font-size: 0.8em;
}

.tag {
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  background-color: #bfe2ef;
  color: #50afd4;
  display: inline-block;
  position: relative;
  line-height: 22px;
  padding: 0 9px 0 11px;
  margin: 4px 6px 4px;
  text-transform: uppercase;
  -webkit-transition: all 130ms;
  -moz-transition: all 130ms;
  -o-transition: all 130ms;
  transition: all 130ms;
  -webkit-border-radius: 4px 3px 3px 4px;
  -moz-border-radius: 4px 3px 3px 4px;
  -ms-border-radius: 4px 3px 3px 4px;
  -o-border-radius: 4px 3px 3px 4px;
  border-radius: 4px 3px 3px 4px;
}

.tag:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 1px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 6px solid #bfe2ef;
  border-bottom: 10px solid transparent;
  -webkit-transition: all 130ms;
  -moz-transition: all 130ms;
  -o-transition: all 130ms;
  transition: all 130ms;
}

.tag:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
  left: 0;
  top: 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.tag:hover:before {
  border-right-color: #50afd4;
}

.tag:hover {
  background-color: #50afd4;
  color: white;
}

ul.tabs {
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  border: none;
  height: 47px;
  border-bottom: 1px solid #afb5b7;
  padding: 0;
  margin: 21px 0;
}

.tabs li {
  border: 1px solid #afb5b7;
  background: white;
  border-bottom: none;
  width: 49%;
  text-align: center;
  padding: 0;
  line-height: 47px;
  display: block;
  float: left;
  overflow: hidden;
  max-height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tabs li:first-child {
  margin-left: 1%;
}

.tabs li:last-child {
  width: 48.5%;
  margin-right: 1%;
  margin-left: 0.5%;
}

.tabs li.inactive {
  cursor: pointer;
  opacity: 0.5;
  line-height: 46px;
}

.tabs li.inactive:hover {
  opacity: 0.8;
}

.breadcrumbs {
  clear: both;
  margin: 7px 0;
  padding: 0;
  width: auto;
  font-size: 0.9em;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  overflow: hidden;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:first-child a {
  height: 16px;
  width: 16px;
  float: left;
  background: transparent url("/Content/img/o_16.png") center top no-repeat;
  background-size: 16px 16px;
}

.breadcrumbs li a {
  display: inline !important;
  color: #50afd4;
}

.breadcrumbs li:after {
  color: #afb5b7;
  content: "\3e";
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
  line-height: inherit;
}

.breadcrumbs li:last-child a {
  color: #afb5b7;
}

.breadcrumbs li:last-child:after {
  content: "";
  margin: 0;
}

.appIcon {
  display: block;
  background: url("/Content/img/o_64.png") center center no-repeat;
  width: 64px;
  height: 64px;
  margin-right: 15px;
  background-size: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  float: left;
}

.appDescription {
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 0.9em;
  padding-top: 5px;
  margin-left: 80px;
}

.refine {
  border-bottom: 1px solid #d7dadb;
}

.refine .actions {
  overflow: hidden;
  line-height: 1.4;
  background: #fff !important;
  border-bottom: 1px solid #d7dadb;
}

.refine .actions span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #494f51;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 0.9em;
}

.refine .actions .subnav {
  float: none;
  cursor: pointer;
}

.refine .actions .subnav:after {
  content: "\3e";
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  float: right;
  color: #50afd4;
  margin-right: 21px;
}

.refine .actions .subnav.on:after {
  content: "\76";
}

.refine .actions .numResults {
  width: 50%;
  font-weight: 400;
  text-transform: none;
  border-right: 1px solid #d7dadb;
}

.refine .actions .filter,
.refine .actions .sort {
  width: 25%;
  cursor: pointer;
  border-right: 1px solid #d7dadb;
}

.refine .actions .sort {
  border-right: none;
}

.refine .actions .on {
  color: #50afd4;
}

/* States:

  on:          shown
  open:        has children, children are shown
  closed:      has children, children are not shown
  active:      is currently applied
  (inactive:   is not currently applied -- is assumed)

  more         for a group of hidden results

*/
.utilityList.on {
  position: relative;
  display: block;
}

.utilityList,
.utilityList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 0.97em;
  text-transform: capitalize;
}

.labelCase,
.labelCase ul {
  text-transform: none !important;
}

.utilityList .closed ul {
  height: 0;
  overflow: hidden;
}

.utilityList .open > ul {
  height: auto;
  border-bottom: 1px solid #d7dadb;
}

.utilityList .open > ul li:last-child .label {
  border-bottom: 0;
}

.utilityList .label {
  display: block;
  cursor: pointer;
  overflow: hidden;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  border-bottom: 1px solid #d7dadb;
  padding-left: 2px;
  padding-right: 2px;
}

.utilityListHead .label {
  cursor: auto;
  text-transform: uppercase;
  color: #afb5b7;
  float: left;
  padding: 0;
  border-bottom: none;
}

.utilityListHead {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  padding-left: 2px;
  padding-right: 2px;
  overflow: hidden;
  border-bottom: 1px solid #d7dadb;
}

.utilityListHead .label:hover {
  background: none !important;
}

.utilityList li li .label {
  padding-left: 21px;
  border-bottom: none;
  padding-left: 2px;
  padding-right: 2px;
}

.utilityList li li li .label {
  padding-left: 42px;
  padding-left: 2px;
  padding-right: 2px;
}

.utilityList .open > span.label:first-child {
  font-weight: 700;
  border-bottom: none;
  padding-bottom: 5.25px;
}

.utilityList .closed > span.label:first-child:after {
  content: "\3e";
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  float: right;
  color: #50afd4;
}

.utilityList .open > span.label:first-child:after {
  content: "\76";
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  float: right;
  color: #50afd4;
}

.utilityList li:last-child {
  border-bottom: none;
}

.utilityList .utilityMoreToggle,
.utilityList .utilityLessToggle {
  text-align: center;
  display: block;
  cursor: pointer;
}

.utilityList .utilityLessToggle {
  display: none;
}

.utilityList .utilityMoreToggle:after,
.utilityList .utilityLessToggle:after {
  display: block;
  width: 100%;
  color: #50afd4;
  content: "\76";
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}

.utilityList .utilityLessToggle:after {
  content: "\5e";
}

.utilityList .utilityMore {
  display: none;
}

.filterList .qty {
  font-weight: 400;
  font-size: 0.8em;
  color: #afb5b7;
  float: right;
}

.filterList .active {
  font-weight: 700;
}

.filterList .active .qty {
  display: none;
}

.filterList .active.label:after {
  content: "\78";
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  float: right;
  color: #afb5b7;
}

.sortList li.asc,
.sortList li.desc {
  font-weight: 700;
}

.sortList li.asc .label:after {
  content: "\5e";
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  margin-right: 3px;
  color: #50afd4;
  float: right;
}

.sortList li.desc .label:after {
  content: "\76";
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  margin-right: 3px;
  color: #50afd4;
  float: right;
}

.clearAppliedFilters,
.dismiss {
  text-transform: none;
  font-size: 0.8em;
  float: right;
  color: #494f51;
  font-weight: 700;
  border: 1px solid #d7dadb;
  padding: 1px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.clearAppliedFilters:after,
.dismiss:after {
  content: "\78";
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  vertical-align: bottom;
  margin-left: 4px;
  color: #50afd4;
}

.clearAppliedFilters:hover,
.dismiss:hover {
  border-color: #50afd4;
}

.sectionHeader {
  border-bottom: 1px solid #d7dadb;
  margin-top: 0;
  line-height: 1.4;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #494f51;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 0.9em;
}

#results .sectionHeader:last-child {
  clear: both;
  border-bottom: 0;
  border-top: 1px solid #d7dadb;
}

.pagination + .message {
  margin-top: 10.5px;
}

.pagingMechanism {
  float: right;
}

a.next,
a.previous {
  font-weight: 400;
  font-size: 0.9em;
  margin-left: 15px;
  text-transform: none;
}

a.next:after {
  content: "\3e";
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}

a.previous:before {
  content: "\3c";
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}

a.more {
  float: right;
  text-transform: none;
  color: #50afd4;
}

a.more:after {
  content: "\3e";
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
  padding-left: 3px;
  color: #50afd4;
}

.meta {
  font-size: 0.9em;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.meta ul,
.meta li,
.meta dl,
.meta dd,
.meta dt,
.meta span.bio {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 130ms;
  -moz-transition: opacity 130ms;
  -o-transition: opacity 130ms;
  transition: opacity 130ms;
}

.meta ul {
  margin-bottom: 21px;
}

.meta li span.label {
  display: block;
  font-size: 1.1em;
  margin-top: 0.8em;
  padding-right: 20px;
  position: relative;
  border-bottom: 1px solid #d7dadb;
  cursor: pointer;
}

.meta li span + *,
.meta span.bio {
  display: block;
  margin-top: 0.4em;
}

.meta-accordion .label:after {
  content: "\3e";
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  color: #50afd4;
  position: absolute;
  right: 0;
  bottom: 1px;
}

.meta dt {
  color: #afb5b7;
  clear: both;
}

.meta dd,
.meta dt {
  display: inline;
}

.meta dd {
  color: #494f51;
}

.meta .bio {
  font-family: "minion-pro", Georgia, serif;
  color: #494f51;
  line-height: 1.2;
}

.meta dd.drmInfo {
  font-size: 0.8em;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  color: #494f51;
}

.meta .drmInfo ul {
  margin-bottom: 0;
}

.meta-accordion span.bio,
.meta-accordion dl,
.meta-accordion .label + * {
  opacity: 0.5;
  height: 0;
  overflow: hidden;
}

.meta-accordion .on span.bio,
.meta-accordion .on dl,
.meta-accordion .on .label + * {
  opacity: 1.0;
  height: auto;
}

.meta-accordion .on .label:after {
  content: "\76";
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  margin-right: 3px;
}

.results {
  clear: both;
}

.results,
.results li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.result {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  padding-top: 21px;
  padding-bottom: 21px;
  border-bottom: 1px solid #d7dadb;
  color: #494f51;
}

.libResults {
  margin: 0.7 0 21px !important;
  padding-top: 0 !important;
}

li.libResult {
  display: block;
  margin: 0;
  padding: 0;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  min-height: 1px;
  overflow: hidden;
}

.libResult header {
  float: left;
  width: 70%;
}

.libResult .libName,
.libResult .libLinks {
  margin-top: 0;
  color: #50afd4;
  font-size: 1em;
  font-style: normal;
}

.libResult .libAddress {
  font-size: 1em;
  color: #afb5b7;
}

.libResult .libActions {
  float: right;
  text-align: right;
  width: 28%;
}

.libResult .libLinks {
  color: #494f51;
}

.libLinks a.twitter:after {
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  content: "\74";
  text-decoration: none;
  margin-left: 7px;
}

.libLinks a.facebook:after {
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  content: "\66";
  text-decoration: none;
  margin-left: 7px;
}

.libLinks a.pinterest:after {
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  content: "\50";
  text-decoration: none;
  margin-left: 7px;
}

.libActions form {
  display: inline-block;
}

.libActions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.media-result {
  min-height: 150px;
}

.media-result .typeIndicator {
  top: 15px;
  left: 63%;
  z-index: 1;
}

.media-result .cover {
  margin: 0;
  position: absolute;
  right: 0;
  min-height: 150px;
  width: 35%;
  text-align: center;
}

.media-result .cover img {
  margin-top: 45%;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.media-result .details {
  float: left;
  width: 60%;
}

.media-result span.role {
  display: none;
}

.media-result header {
  margin: 0 0 1.0em 0;
}

.noCover {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 150px;
  background: #d7dadb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.noCover:after {
  display: block;
  content: "No cover available";
  color: #494f51;
  text-align: center;
  padding: 45% 21px 0 21px;
  font-size: 0.8em;
}

.media .noCover {
  min-height: 250px;
}

/**/
.title,
.libName,
.libLinks {
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 3px;
}

.title {
  font-size: 1.7em;
}

.result .title {
  margin-top: 0.35;
}

.role {
  font-size: 70%;
  text-transform: uppercase;
  color: #afb5b7;
}

.sep:after {
  content: "•";
  color: #afb5b7;
}

h3.title {
  font-size: 1.17em;
  letter-spacing: 0;
}

h3.subtitle,
h4.creator {
  margin-top: 0.28;
  letter-spacing: 0;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 0.9em;
}

.libName {
  color: #494f51;
}

.subtitle {
  color: #afb5b7;
}

.subtitle,
.creator,
.libAddress,
.returnToTitle {
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
}

h2.subtitle,
h2.libAddress {
  color: #afb5b7;
  text-transform: uppercase;
  font-size: 1em;
}

h2.libWebsite {
  color: #afb5b7;
  text-transform: none;
  font-size: 1em;
}

.creator,
.returnToTitle {
  font-size: 1em;
}

.typeIndicator {
  background: rgba(0, 0, 0, 0.7);
  color: #a2d4e8 !important;
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  height: 22px;
  left: 5px;
  line-height: 22px;
  padding: 2px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 22px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 50ms linear;
  -moz-transition: all 50ms linear;
  -o-transition: all 50ms linear;
  transition: all 50ms linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.media .typeIndicator {
  position: relative;
  background: transparent;
  color: #494f51 !important;
  display: inline-block;
  padding: 0;
  font-size: 16px;
  left: 0;
  top: 2px;
  border: none !important;
}

.media .typeLabel {
  text-transform: uppercase;
  color: #61696c;
  font-size: 0.8em;
}

.ebook .typeIndicator:after {
  content: "\62";
}

.audiobook .typeIndicator:after {
  content: "\38";
}

.music .typeIndicator:after {
  content: "\64";
}

.video .typeIndicator:after {
  content: "\70";
}

.media-result:hover .typeIndicator,
.typeIndicator:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: #cbe7f2 !important;
}

.media .typeIndicator:hover {
  color: #494f51 !important;
}

#map-canvas {
  height: 400px;
  position: relative;
  z-index: 0;
  margin-left: -21px;
  margin-right: -21px;
  margin-bottom: 21px;
}

/* Title pages for ebooks, audiobooks, videos are article.media */
.media {
  overflow: hidden;
  margin-bottom: 42px;
}

.media .pageHeader h1,
.media .pageHeader h2,
.media .pageHeader h3 {
  text-align: center;
}

.cover .coverCord {
  display: none;
}

.media .l_main {
  width: 100%;
  float: none;
}

.media .description {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a.returnToTitle {
  color: #50afd4;
}

a.returnToTitle:before {
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  content: "\3c";
}

.libraries {
  min-height: 650px;
  overflow: hidden;
}

.disclaimer {
  margin-top: 21px;
  border: 1px solid rgba(252, 67, 73, 0.6);
  padding: 5px;
  font-size: 0.8em;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  color: rgba(252, 67, 73, 0.6);
  text-align: center;
}

.widgetContainer {
  margin-bottom: 21px;
  clear: both;
  /* thank you FF */
}

.widget {
  background: #032b5b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.9em;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  line-height: 37.8px;
  margin-bottom: 3.5px;
  max-height: 37.8px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.widget .lib,
.widget .share {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  display: block;
  float: left;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  width: 50%;
}

.widget .optLabel {
  width: 100%;
  color: white;
}

.widget .active {
  width: 100%;
  float: right;
}

.widget a {
  cursor: pointer;
}

.widget .active .optLabel {
  width: 50%;
  float: left;
  text-align: center;
}

.widget .active .optGroup {
  width: 50%;
  float: right;
}

.widget .lib.inactive {
  width: 12%;
  background: #d6030a;
  float: left;
}

.widget .share.inactive {
  width: 12%;
  background: #d6030a;
  float: right;
}

.widget .inactive .optLabel {
  display: none;
}

.widget .share.inactive:before,
.widget .lib.inactive:before {
  content: "\3c";
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  color: white;
  text-align: center;
  display: block;
}

.widget .share.inactive:before {
  content: "\3e";
}

.widget .share.active {
  border-left: 0;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #032b5b), color-stop(100%, #032956));
  background-image: -webkit-linear-gradient(left top, #032b5b, #032956);
  background-image: -moz-linear-gradient(left top, #032b5b, #032956);
  background-image: -o-linear-gradient(left top, #032b5b, #032956);
  background-image: linear-gradient(left top, #032b5b, #032956);
}

.widget .share {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}

.widget .share.active {
  border-left: 0;
}

.widget .opt {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  text-shadow: none;
  float: right;
  font-weight: 400 !important;
  width: 33%;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 120ms;
  -moz-transition: all 120ms;
  -o-transition: all 120ms;
  transition: all 120ms;
}

.widget .opt:after {
  font-size: 14px !important;
}

.widget .active .opt {
  display: block;
}

.widget .opt:last-child {
  border-right: 0;
}

.widget .twitter {
  background: #21c5f6;
}

.widget .facebook {
  background: #5772a8;
}

.widget .pinterest {
  background: #c9232d;
}

.widget .sample {
  background: rgba(0, 0, 0, 0.7);
  color: #79c2de;
}

.widget .twitter:after {
  content: "\74";
}

.widget .facebook:after {
  content: "\66";
}

.widget .pinterest:after {
  content: "\50";
}

.widget .twitter:hover {
  background: #0abef4;
}

.widget .facebook:hover {
  background: #4e6797;
}

.widget .pinterest:hover {
  background: #b31f28;
}

.widget .sample:hover {
  background: #065abe;
}

.ebook .widget .sample:after {
  content: "\62";
}

.video .widget .sample:after {
  content: "\70";
}

.audiobook .widget .sample:after {
  content: "\38";
}

.music .widget .sample:after {
  content: "\64";
}

.l_footer {
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  background: #494f51 url(/Content/img/triangle-down-bg.png) top left repeat-x;
  color: #d7dadb;
  overflow: hidden;
  padding-top: 21px;
  padding-bottom: 21px;
}

.l_footer ul {
  font-size: 0.9em;
  margin: 0 0 21px 0;
  padding: 0;
}

.l_footer li {
  padding: 0;
}

.l_footer .label {
  display: block;
  text-transform: uppercase;
  color: #afb5b7;
  font-weight: 700;
  padding: 3.5px 0;
}

.l_footer ul a {
  display: block;
  padding: 3.5px 0;
}

.l_footer a {
  color: white;
}

.l_footer a:visited {
  color: #eaebec;
}

footer ul a:last-child {
  border-bottom: none;
}

footer .fineprint {
  clear: both;
  font-size: 0.8em;
}

.l_footer .attribution {
  font-size: 0.8em;
}

form#search {
  line-height: 1.3 !important;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  padding: 0;
  margin: 15px 0 0 0;
  border: 0;
  width: 55%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  position: relative;
}

#librarySearch {
  position: relative;
  margin-bottom: 10.5px;
}

::-webkit-input-placeholder {
  color: #afb5b7;
}

:-moz-placeholder {
  color: #afb5b7;
}

::-moz-placeholder {
  color: #afb5b7;
}

:-ms-input-placeholder {
  color: #afb5b7;
}

input.query,
select.typeFilter {
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  border: none;
  padding: 5px 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#librarySearch input.query,
.dataTables_filter input[type="text"] {
  border: 1px solid #d7dadb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.dataTables_filter input[type="text"] {
  padding-left: 6px;
  width: 150px;
}

.tabs li #librarySearch {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 0 !important;
}

.tabs li #librarySearch input.query {
  max-width: 98% !important;
  margin-bottom: 0 !important;
  border: none !important;
}

.tabs #librarySearch button.submit {
  top: 13px;
  right: 2%;
}

.tabs .inactive #librarySearch button.submit:before {
  color: #afb5b7;
}

.query:focus,
.query:hover,
.typeFilter:focus,
.typeFilter:hover,
.submit:focus,
.submit:hover {
  outline: none;
}

input.query,
.tt-hint {
  background: white !important;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #d7dadb;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 30px;
  color: #494f51;
}

.typeFilterContainer,
.queryContainer {
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  border: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.typeFilterContainer {
  width: 28%;
  overflow: hidden;
}

.typeFilterContainer select.typeFilter {
  width: 150%;
}

.queryContainer {
  width: 72%;
  float: right;
  -webkit-transition: width 120ms;
  -moz-transition: width 120ms;
  -o-transition: width 120ms;
  transition: width 120ms;
}

select.typeFilter {
  background: transparent;
  position: relative;
  width: 100%;
  z-index: 10;
  padding-top: 6px;
  color: #494f51;
  padding-right: 20px;
  cursor: pointer;
  text-indent: 1px;
  text-overflow: '';
}

.typeFilterContainer:after {
  display: block;
  position: absolute;
  content: "\76";
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  top: 7px;
  right: 5px;
  color: #fc4349;
  z-index: 4;
}

button.submit {
  position: absolute;
  background-color: transparent;
  background-size: 18px 18px;
  border: none;
  height: 25px;
  max-width: 40px;
  margin: 0;
  padding: 0;
  width: 24px;
  -webkit-appearance: none;
  vertical-align: middle;
  z-index: 15;
}

button.submit:before {
  content: "\2a";
  color: #fc4349;
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
}

#search button.submit {
  right: 5px;
  top: 6px;
}

#librarySearch button.submit {
  right: 5px;
  top: 7px;
}

.twitter-typeahead {
  width: 100%;
  display: block !important;
}

.twitter-typeahead .query {
  width: 100%;
}

.tt-hint {
  color: #999;
}

.tt-dropdown-menu {
  z-index: 200 !important;
  text-align: left;
  width: 100%;
  margin: 0 !important;
  padding: 0 12px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 42px !important;
  background: white !important;
  border: 1px solid #d7dadb;
  font-size: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tt-suggestion,
.tt-dropdown-menu h5 {
  color: #afb5b7;
  margin: 0 !important;
  padding: 0 !important;
}

.tt-dropdown-menu h5 {
  color: #494f51;
  margin-top: 12px !important;
}

.tt-suggestions {
  margin-bottom: 10.5px;
}

.tt-suggestion.tt-is-under-cursor {
  background-color: transparent;
  color: #494f51;
}

.tt-suggestion h5,
.tt-suggestion p {
  margin: 0;
  line-height: 1.6 !important;
}

.tt-query {
  border: none;
}

.coverStack {
  display: block;
  float: left;
  width: 33%;
  padding-top: 21px;
  padding-bottom: 21px;
  margin-right: 21px;
}

.coverStack img {
  position: relative;
  -webkit-border-radius: borderRadius;
  -moz-border-radius: borderRadius;
  -ms-border-radius: borderRadius;
  -o-border-radius: borderRadius;
  border-radius: borderRadius;
  display: inline-block;
  margin-right: -15%;
  z-index: 10;
  width: 31%;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: scale 120ms;
  -moz-transition: scale 120ms;
  -o-transition: scale 120ms;
  transition: scale 120ms;
}

.coverStack img:hover {
  z-index: 20;
  -webkit-transform: scale(1.18);
  -moz-transform: scale(1.18);
  -ms-transform: scale(1.18);
  -o-transform: scale(1.18);
  transform: scale(1.18);
}

.indexList {
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

.indexList li {
  margin: 0 0 5px 0;
  padding: 0;
  overflow: hidden;
}

.saveSearchToggle {
  float: right;
  cursor: pointer;
  text-transform: none;
}

.saveSearchToggle:after {
  content: "\3e";
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}

.saveSearchToggle.on:after {
  content: "\76";
}

.saveSearchWidget {
  overflow: hidden;
  border-bottom: 1px solid #d7dadb;
}

.saveSearchWidget .miniForm {
  padding-top: 21px;
  padding-bottom: 21px;
}

.saveSearchWidget input[type="text"],
.findALibrary input[type="text"] {
  width: 73% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.saveSearchWidget .btn,
.findALibrary .btn {
  width: 23%;
  margin-left: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.acquire {
  font-size: 1.3em;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
  z-index: 999;
  overflow: visible;
}

.acquire-action {
  display: inline-block;
  width: auto;
  padding: 0 10.5px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #fc4349;
  color: #fc4349;
  text-transform: none;
  background: white;
  margin-bottom: 8px;
}

.acquire-action.acquire-borrow,
.acquire-action.acquire-find {
  border-right: 1px solid #fc4349;
  color: #fc4349;
}

.acquire-action:hover {
  font-weight: normal;
  background: #fc4349;
  color: white;
}

.acquire .options {
  position: absolute;
  border: 1px solid #ccd0d1;
  border-radius: 3px;
  margin: 0;
  padding: 10px 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  background: white;
  z-index: 100;
}

.acquire .options li {
  list-style: none;
  display: block;
  overflow: hidden;
  margin-bottom: 4px;
}

.acquire .options li span.label {
  border-bottom: 0;
  padding: 0 !important;
}

.acquire .options li a:hover .label {
  background: none;
}

.acquire .borrowOptionsFind {
  border-top: 1px dotted #d7dadb;
  padding-top: 7px !important;
  padding-bottom: 3px !important;
  margin-top: 6px;
  text-transform: none;
  font-size: 0.9em;
  margin-bottom: 0;
}

.acquire-single .acquire-action {
  width: auto;
  border-right: 1px solid #fc4349 !important;
}

.acquire .options:after,
.acquire .options:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.acquire .options:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 13px;
  margin-left: -13px;
}

.acquire .options:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #ccd0d1;
  border-width: 14px;
  margin-left: -14px;
}

.acquire-action.odjs-toggle:after {
  content: "\3e";
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  padding-left: 3px;
  margin-top: 5px;
}

.acquire-action.odjs-toggle {
  padding-right: 0px;
}

.acquire-action.odjs-toggledOn:after {
  content: "\76";
  padding-left: 1px;
}

.acquire .options {
  display: none;
}

.acquire .options.odjs-toggledOn {
  display: block;
}

.lc {
  text-transform: lowercase;
}

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

.actionList li {
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  padding: 10.5px;
  position: relative;
  border: 1px solid #d7dadb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10.5px;
  padding-right: 90px;
  list-style: none;
}

.savedSearches li {
  cursor: pointer;
}

.actionList button {
  border: none;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  right: 10.5px;
  top: 50%;
  margin-top: -14px;
}

.actionList .delete:after,
.actionList .wait:after,
.actionList .undo:after {
  font-size: 24px;
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  color: #afb5b7;
}

.actionList .delete:after {
  content: "\78";
}

.actionList .undo:after {
  content: "\72";
  color: #d7dadb;
}

.actionList .wait:after {
  content: "\68";
  color: #eaebec;
}

.actionList .confirm:after {
  font-size: 13px;
  text-transform: uppercase;
  padding: 1px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  content: "Confirm";
  color: white;
  text-transform: uppercase;
  background: #fc4349;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.deviceType {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.deviceType .deviceAdobe {
  background: url("/Content/img/icons/adobe-icon-large.png") center center no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: baseline;
}

body {
  font-family: "minion-pro", Georgia, serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.0em 0 0 0;
  font-weight: 700;
  font-family: "minion-pro", Georgia, serif;
  line-height: 1.4;
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 1.7em;
}

h2 {
  font-size: 1.7em;
  font-weight: 400;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.3em;
  font-weight: 400;
}

h5 {
  font-size: 0.9em;
}

h6 {
  font-size: 0.9em;
}

header > *:first-child {
  margin-top: 0;
}

header > h1,
h1 + h2,
h2 + h2,
h2 + h3,
h3 + h3,
h3 + h4,
h4 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 0;
}

p {
  margin: 0 0 0.6em 0;
  line-height: 1.4;
}

header h2 {
  font-weight: normal;
  font-weight: 300;
}

h5 {
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #494f51;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 0.9em;
}

.l_sidebar .l_content h5 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 0 10.5px !important;
}

ul ul {
  margin: 0 0 1.0em;
  padding: 0 0 0 1.0em;
}

ul {
  margin: 1.0em 0;
}

li {
  line-height: 130%;
}

blockquote {
  padding: 0 21px;
  margin: 0;
}

blockquote cite {
  font-style: italic;
}

.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading p,
.wf-loading li,
.wf-loading dd,
.wf-loading dt,
.wf-loading blockquote,
.wf-loading cite {
  visibility: hidden;
}

.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5,
.wf-active h6,
.wf-active p,
.wf-active li,
.wf-active dd,
.wf-active dt,
.wf-active blockquote,
.wf-active cite {
  visibility: visible;
}

.form {
  display: block;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 63px;
}

.miniForm {
  font-size: 0.9em;
  padding-bottom: 0;
  margin-bottom: 0;
}

.form textarea,
.form input[type="text"],
.form input[type="password"],
.form input[type="search"],
.form input[type="email"] {
  display: inline-block;
  height: 1.4;
  width: 100%;
  max-width: 280px;
  border: 1px solid #d7dadb;
  -webkit-appearance: none;
  color: #50afd4;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
  margin-bottom: 10.5px;
}

.miniForm textarea,
.miniForm input[type="text"],
.miniForm input[type="password"],
.miniForm input[type="search"],
.miniForm input[type="email"] {
  margin-bottom: 0;
  padding: 4px;
  max-width: 100%;
}

.form select:focus,
.form textarea:focus,
.form input:focus {
  outline: 0;
  border: 1px solid #afb5b7;
}

::-webkit-input-placeholder {
  color: #afb5b7;
}

:-moz-placeholder {
  color: #afb5b7;
}

::-moz-placeholder {
  color: #afb5b7;
}

:-ms-input-placeholder {
  color: #afb5b7;
}

.form fieldset {
  padding: 0;
  margin: 0 0 42px 0;
  border: none;
  max-width: 280px;
}

.form fieldset.wide {
  width: 100%;
  max-width: 800px;
}

.form legend {
  font-weight: 700;
  margin-bottom: 5.25px;
}

.form input[type="checkbox"] {
  margin-right: 8px;
}

.form label {
  display: inline-block;
  width: 160px;
  font-weight: 700;
}

.checkboxes label {
  display: inline;
  width: auto;
  font-weight: 400;
}

.or {
  text-align: center;
  font-style: italic;
  margin: 21px 0;
  max-width: 280px;
}

.save-cancel {
  margin-top: 21px;
}

.confirmation {
  margin: 10.5px 0;
  font-size: 0.9em;
}

.forgotPassword {
  display: block;
  max-width: 280px;
  border-top: 1px solid #d7dadb;
  margin-top: 42px;
  padding-top: 7px;
  font-size: 0.9em;
}

a.btn,
.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #50afd4;
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  border: none;
  color: white;
  padding: 7px 21px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.btnHollow {
  border: 1px solid #494f51;
  background: transparent;
  color: #494f51;
  font-size: 12px;
  text-transform: uppercase;
  padding: 3px 6px;
}

.btnHollowActive {
  border-color: #50afd4;
  color: #50afd4;
}

.auto-saved .btnHollow {
  border-color: #cbe7f2;
  color: #cbe7f2;
}

.btn.saved {
  background: #009933;
}

.btn.saving {
  background: rgba(80, 175, 212, 0.5);
}

.miniForm a.btn,
.miniForm .btn,
.btnSmall,
a.btnSmall {
  padding: 5.25px 10.5px;
  font-size: 0.9em;
}

.btnWide {
  width: 280px;
}

a.btn:visited {
  color: white;
}

.btn.facebook {
  background: #5772a8;
  width: 280px;
}

.field-validation-error {
  display: block;
  border-left: 4px solid #fc4349;
  padding-left: 4px;
  color: #fc4349;
  margin-top: -4px;
  margin-bottom: 4px;
  font-size: 0.9em;
}

.password-strength-block {
  position: relative;
}

.password-strength-block input[type="password"] {
  padding-right: 138px;
  position: relative;
  z-index: 2;
  background-color: transparent;
}

.strength-indicator {
  z-index: 1;
  position: absolute;
  bottom: 35px;
  right: 10px;
  text-align: right;
  width: 130px;
}

.strength-indicator span {
  display: block;
  float: right;
  height: 16px;
  width: 4px;
  margin: 0 0 0 3px;
  background: #ddd;
}

[data-strength="weak"] span.strength-1,
[data-strength="weak"] span.strength-2,
[data-strength="weak"] span.strength-3 {
  background: #e74c3c;
}

[data-strength="moderate"] span.strength-1,
[data-strength="moderate"] span.strength-2,
[data-strength="moderate"] span.strength-3,
[data-strength="moderate"] span.strength-4,
[data-strength="moderate"] span.strength-5,
[data-strength="moderate"] span.strength-6 {
  background: #f39c12;
}

[data-strength="strong"] span {
  background: #27ae60;
}

.strength-indicator span.strength-desc {
  width: auto;
  background: transparent;
  text-transform: uppercase;
  font-size: 11px;
  margin-right: 4px;
  line-height: 18px;
  font-weight: 600;
}

[data-strength="weak"] span.strength-desc:after {
  content: "Weak";
  color: #e74c3c;
}

[data-strength="moderate"] span.strength-desc:after {
  content: "Moderate";
  color: #f39c12;
}

[data-strength="strong"] span.strength-desc:after {
  content: "Strong";
  color: #27ae60;
}

.password_strength {
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 1;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .75em;
}

.passwordText {
  display: inline;
  margin-right: 4px;
  background: transparent;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  line-height: 18px;
}

.bars {
  display: block;
  float: right;
  margin: 0 0 0 3px;
  width: 4px;
  height: 16px;
  background: #ddd;
}

.inactive.bars {
  background: #dddddd !important;
}

.password_strength_1, #invaliderrormsg {
  color: #e74c3c;
}

.password_strength_2 {
  color: #f39c12;
}

.password_strength_3 {
  color: #ffd700;
}

.password_strength_4 {
  color: #9acd32;
}

.password_strength_5 {
  color: #27ae60;
}

.password_strength_1 .bars {
  background: #e74c3c;
}

.password_strength_2 .bars {
  background: #f39c12;
}

.password_strength_3 .bars {
  background: #ffd700;
}

.password_strength_4 .bars {
  background: #9acd32;
}

.password_strength_5 .bars {
  background: #27ae60;
}

.l_home {
  max-width: 1140px !important;
  padding-top: 29.4px !important;
}

.l_home .c_third {
  padding-right: 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 42px;
}

.l_home .app,
.l_home .lib {
  width: 28%;
  padding-right: 0;
}

.l_home .appImage {
  width: 44%;
  padding-right: 0 !important;
  margin-bottom: 0;
}

.l_home .c_wide {
  width: 760px;
  margin: 0 auto;
  text-align: center;
}

.l_home .l_row {
  margin-bottom: 42px;
}

.p_home .login {
  position: absolute;
  right: 0;
  top: 18px;
  text-align: center;
  font-weight: bold;
  position: relative;
  top: auto;
  font-weight: 400;
  float: right;
  margin-top: 18px;
  width: 50%;
  text-align: right;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  color: white;
}

.p_home .login a {
  color: #fff;
  text-decoration: underline;
}

.p_home .masthead {
  margin-bottom: 21px !important;
  overflow: hidden;
  border-bottom: none;
}

.p_home .masthead .homeLogo {
  width: 180px;
  float: left;
  margin-top: 18px;
  height: 28px;
  margin-bottom: 18px;
  background: url("/Content/img/logo_white_180.png") center top no-repeat;
}

.p_home .homePic {
  box-sizing: border-box;
  width: 100%;
  background: url(/Content/img/masthead.jpg) top left no-repeat;
  background-size: cover;
  max-height: 600px;
  position: relative;
  padding-bottom: 126px;
}

.p_home .homePic .stripe {
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: url(/Content/img/triangle-bg.png) bottom left repeat-x;
}

.p_home .punch {
  color: white;
  text-align: center;
  width: 520px;
  margin: 0 auto;
  margin-bottom: 21px;
}

.punch h1 {
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 30px;
}

.punch h2 {
  font-family: "minion-pro", Georgia, serif;
  font-size: 22px;
}

.punch a, .punch a:link, .punch a:active, .punch a:visited {
  color: white;
  text-decoration: underline;
}

.homeStyle h3 {
  font-family: "minion-pro", Georgia, serif;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 7px;
  margin-top: 21px;
}

.homeStyle h4 {
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 10.5px;
}

.homeStyle p {
  font-size: 20px;
  line-height: 1.3;
  color: #494f51;
}

.homeStyle .deviceFinePrint {
  display: block;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.1em;
  color: #949c9f;
}

.p_home form#search {
  width: 360px;
  margin: 0 auto;
  position: relative;
  float: none;
  right: auto;
}

.p_home #search .queryContainer,
.p_home #search .typeFilterContainer {
  height: 44px;
}

.p_home #search .typeFilterContainer {
  background: rgba(255, 255, 255, 0.7);
  padding-left: 8px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: none;
}

.p_home #search .queryContainer {
  background: white;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.p_home #search button.submit {
  top: 5px;
}

.p_home #search input.query,
.p_home #search select.typeFilter,
.p_home .tt-hint {
  font-size: 22px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.p_home #search button.submit,
.p_home #search .typeFilterContainer:after {
  top: 10px;
  font-size: 20px !important;
}

.p_home .tt-dropdown-menu {
  top: 48px !important;
  font-size: 1.3em;
}

.p_home .tt-suggestion p,
.p_home .tt-dropdown-menu h5 {
  line-height: 1.4 !important;
}

.p_home .tt-dropdown-menu h5 {
  font-size: 0.8em !important;
  font-weight: 700;
}

.p_home .l_sidebar .sectionHeader {
  border-bottom: 1px solid #d7dadb;
  text-transform: uppercase;
  clear: both;
  margin-bottom: 10.5px;
}

.p_home ul.popularAuthors {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0 0 21px 0;
}

.p_home ul.popularAuthors li {
  list-style: none;
  margin: 0;
  line-height: 1.4;
}

.p_home .mediaResults {
  margin-bottom: 21px !important;
}

.specialShelf h3,
.specialShelf h4 {
  text-align: center;
}

.specialShelf h4 {
  margin-bottom: 7px;
}

.specialShelf .result h3,
.specialShelf .result h4 {
  text-align: left;
}

@media (min-width: 600px) and (max-width: 768px) {
  .p_home .homeStyle .c_third {
    width: 70%;
    margin: 0 auto;
    float: none;
    margin-bottom: 42px;
  }

  .p_home .results div:last-child li:last-child article.result {
    border-bottom: 1px solid #d7dadb;
  }

  .p_home .c_third h5 {
    padding-left: 0 !important;
  }
}
@media (max-width: 599px) {
  .l_container {
    min-width: 320px;
    max-width: "599px";
  }

  h5,
  footer li,
  footer .label,
  .utilityList .label,
  .result,
  .l_content,
  .pagination,
  .l_sidebar-module,
  .libraryTable .meta,
  .pageHeader,
  .breadcrumbs,
  .saveSearchWidget .miniForm,
  .fineprint,
  .c_third,
  .l_main .creatorIndex .sectionHeader,
  .c_wide {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }

  .l_content .libResults {
    margin-left: -21px !important;
    margin-right: -21px !important;
  }

  .refine {
    border-bottom: none;
  }

  .results div:last-child li:last-child article.result {
    border-bottom: none;
  }

  .l_main .sectionHeader:first-child {
    margin-top: -1px;
  }

  #results .sectionHeader:last-child {
    border-bottom: 1px solid #d7dadb;
  }

  .message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 0;
  }

  .l_main .message:first-child {
    margin-top: -10.5px;
  }

  .l_home {
    padding-top: 0 !important;
  }

  .numResults,
  .subnav,
  .query {
    padding-left: 21px;
  }

  .filter,
  .sort {
    padding-left: 10.5px;
  }

  ul.utilityList {
    clear: both;
    display: none;
  }

  .utilityList .open > .label,
  .utilityList li li .label {
    border-bottom: 1px solid #d7dadb;
  }

  .utilityListHead {
    display: none;
  }

  .utilityListHead .label {
    display: none;
  }

  .sectionHeader {
    background: #eaebec;
  }

  .utilityListHead {
    text-align: center;
  }

  .clearAppliedFilters {
    float: none;
    display: inline-block;
  }

  .c_half {
    width: 100%;
  }

  .media .readbox {
    width: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: 0;
    -webkit-transition: opacity 100ms ease-in-out;
    -moz-transition: opacity 100ms ease-in-out;
    -o-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
  }

  .media .cover {
    width: 50%;
    min-width: 280px;
    margin: 21px auto;
  }

  .media .description,
  .media .acquire {
    width: 100%;
    float: none;
  }

  .media .acquire {
    margin: 0;
  }

  .acquire .options li {
    padding: 8px 0;
  }

  .media .meta {
    position: relative;
  }

  .cover .coverCord {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    z-index: 100;
    padding: 30px 0 0 0;
    height: 50px;
    cursor: pointer;
  }

  .coverCord:after {
    text-transform: none !important;
    font-family: "od-icons" !important;
    font-weight: 400 !important;
    -webkit-font-smoothing: antialiased;
    color: white;
    display: block;
    line-height: 1.2;
    width: 24px;
    font-size: 20px;
    height: 24px;
    margin: 0 auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    content: "\76";
    background: rgba(80, 175, 212, 0.9);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }

  .media .widgetContainer {
    position: absolute;
    bottom: 0;
  }

  .media .widget {
    line-height: 42px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 1em;
    max-height: 42px;
  }

  .media {
    padding: 0;
  }

  .media header.pageHeader {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 0;
    margin-bottom: 0px;
  }

  .media .l_main {
    padding-right: 0;
    clear: both;
    margin-top: 21px;
  }

  .p_media .pageHeader .title,
  .p_media .pageHeader .subtitle,
  .p_media .pageHeader .creator {
    font-size: 1em;
    font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    line-height: 1.4;
    margin: 0;
  }

  .p_media .pageHeader .title {
    font-size: 1.3em;
  }

  .media .description,
  .media .meta {
    float: none;
    width: 100%;
  }

  .morePaginationInfo {
    display: none;
  }

  .media {
    padding: 0 21px 10.5px 21px;
    z-index: 5;
    /* this is a magic number */
  }

  header.l_masthead {
    background: white !important;
    height: 46px !important;
  }

  .mastheadActions {
    width: auto;
    float: none;
    border: none;
  }

  .masthead .login {
    width: 15%;
    margin: 0;
    text-align: right;
    height: 46px;
    position: relative;
    line-height: 1.3;
  }

  .id {
    text-align: center;
    padding-top: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 85%;
  }

  .id:before {
    position: relative;
    display: inline-block;
  }

  .p_home .id {
    width: 40px;
  }

  .login .expandedLogin {
    display: none;
  }

  .masthead .logo {
    display: block;
    position: absolute;
    width: 10%;
    max-width: 10%;
    height: 100%;
    padding: 0;
    background: white url("/Content/img/o_16.png") center center no-repeat;
    background-size: 16px 16px;
    top: 0;
    margin-top: 0;
    border-right: 1px solid #d7dadb;
  }

  .masthead form#search {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    right: 12%;
    padding-left: 4px;
    width: 77%;
    margin-top: 0;
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-right: 1px solid #d7dadb;
    background: white !important;
  }

  #search .tt-dropdown-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    right: 0 !important;
    position: absolute;
  }

  #search input.query {
    border: none;
    border-left: 1px solid #d7dadb;
  }

  .masthead #search input.query {
    height: 46px;
  }

  #search input.query,
  #search select.typeFilter {
    padding-top: 10px;
    font-size: 16px;
    padding-bottom: 10px;
  }

  #search .typeFilterContainer {
    width: 38%;
  }

  #search .queryContainer {
    width: 62%;
  }

  .masthead #search .typeFilterContainer {
    width: 35%;
  }

  .masthead .queryContainer {
    width: 65%;
  }

  #search .typeFilterContainer:after {
    top: 0;
    right: 5px;
    line-height: 2.7em;
    z-index: 4;
    height: 100%;
  }

  .masthead #search button.submit {
    top: 12px;
  }

  .tt-suggestion,
  .tt-dropdown-menu h5 {
    padding-left: 4% !important;
  }

  .tt-dropdown-menu {
    -webkit-tap-highlight-color: none !important;
    text-align: left;
    width: 100%;
    margin-top: 0px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 46px !important;
    background: white !important;
    box-shadow: none;
    border: 1px solid #d7dadb;
    border-top: 0;
    font-size: 16px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
  }

  .tt-dropdown-menu h5,
  .tt-suggestion p {
    line-height: 2.0 !important;
  }

  .actions {
    border-top: none;
  }

  .dataTables_filter input[type="text"] {
    padding-left: 6px;
    width: 140px;
  }

  .dataTables_filter label {
    display: none;
  }

  .libraryTable .meta-accordion {
    display: none;
  }

  .p_home .homePic {
    background: url(/Content/img/masthead-cell.jpg) center center no-repeat;
    background-size: cover;
  }

  .p_home .masthead {
    text-align: center;
    padding-top: 84px;
    border-bottom: none;
    margin-bottom: 21px !important;
  }

  .p_home .masthead .homeLogo {
    float: none;
    margin: 0 auto;
  }

  .p_home .login {
    position: absolute;
    top: 12px;
    min-width: 280px;
    width: 100%;
    right: 21px;
  }

  .p_home .expandedLogin {
    display: block;
  }

  .p_home .id {
    text-align: right;
    padding-top: 0;
  }

  .p_home .punch {
    width: 280px;
  }

  .p_home .punch h1 {
    font-size: 26px;
  }

  .p_home .punch h2 {
    font-size: 18px;
  }

  .p_home .c_third,
  .p_home .c_wide {
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .p_home .c_third h3 {
    text-align: center;
  }

  .l_container.l_home {
    padding-top: 0px !important;
  }

  .l_home .media-result .details {
    display: block !important;
  }

  .p_home form#search {
    margin: 0 auto;
    min-width: 280px;
    max-width: 300px;
  }

  .p_home #search input.query,
  .p_home #search select.typeFilter {
    font-size: 16px !important;
    border: none;
  }

  .homeStyle h5 {
    padding-left: 0 !important;
  }

  .p_home #search .typeFilterContainer {
    display: none;
  }

  .p_home #search .queryContainer {
    width: 100%;
  }

  .p_home #search .typeFilterContainer:after {
    top: -5px;
  }

  .p_home .tt-suggestion p,
  .p_home .tt-dropdown-menu h5 {
    line-height: 1.6 !important;
    font-size: 16px !important;
  }

  .indexList {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2) {
  .masthead .logo {
    background: white url("/Content/img/o_32.png") center center no-repeat;
    background-size: 16px 16px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  h5,
  footer li,
  footer .label,
  .utilityList .label,
  .result,
  .l_content,
  .pagination,
  .l_sidebar-module,
  .libraryTable .meta,
  .pageHeader,
  .breadcrumbs,
  .saveSearchWidget .miniForm,
  .fineprint,
  .c_third,
  .l_main .creatorIndex .sectionHeader,
  .c_wide {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }

  .l_content .libResults {
    margin-left: -21px !important;
    margin-right: -21px !important;
  }

  .refine {
    border-bottom: none;
  }

  .results div:last-child li:last-child article.result {
    border-bottom: none;
  }

  .l_main .sectionHeader:first-child {
    margin-top: -1px;
  }

  #results .sectionHeader:last-child {
    border-bottom: 1px solid #d7dadb;
  }

  .message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 0;
  }

  .l_main .message:first-child {
    margin-top: -10.5px;
  }

  .l_home {
    padding-top: 0 !important;
  }

  .numResults,
  .subnav,
  .query {
    padding-left: 21px;
  }

  .filter,
  .sort {
    padding-left: 10.5px;
  }

  ul.utilityList {
    clear: both;
    display: none;
  }

  .utilityList .open > .label,
  .utilityList li li .label {
    border-bottom: 1px solid #d7dadb;
  }

  .utilityListHead {
    display: none;
  }

  .utilityListHead .label {
    display: none;
  }

  .sectionHeader {
    background: #eaebec;
  }

  .utilityListHead {
    text-align: center;
  }

  .clearAppliedFilters {
    float: none;
    display: inline-block;
  }

  .tabletTwoUp {
    overflow: hidden;
    clear: both;
  }

  .tabletTwoUp .l_sidebar-module {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .l_masthead {
    min-height: 90px;
  }

  .masthead {
    border-bottom: 0;
  }

  .masthead .logo {
    margin-left: 21px;
  }

  .masthead form#search {
    margin-left: 34%;
    width: 50%;
  }

  .masthead .login {
    max-width: 10%;
    margin-right: 21px;
    height: 30px;
  }

  .masthead .expandedLogin {
    display: none;
  }

  .actions {
    clear: both;
  }

  .media header.pageHeader {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .libraryTable .l_main {
    float: none;
    width: 100%;
  }

  .libraryTable .meta-accordion {
    display: none;
  }

  .l_footer {
    clear: both;
  }

  .p_mediaInLibraries .meta-accordion {
    float: none;
    width: 100%;
  }

  .morePaginationInfo {
    display: none;
  }

  .mediaResults {
    min-height: 600px;
  }

  .mediaResults li,
  .tabletUnit {
    float: left;
    width: 50%;
  }

  .media-result {
    height: 150px;
  }

  .tt-dropdown-menu h5,
  .tt-suggestion {
    padding: 5px 8px !important;
  }

  .widget .active .optLabel {
    width: 32%;
    float: left;
  }

  .widget .active .optGroup {
    width: 68%;
    float: right;
  }

  .p_home .masthead {
    text-align: center;
    padding-top: 63px;
    border-bottom: none;
    margin-bottom: 21px !important;
  }

  .p_home .masthead .homeLogo {
    float: none;
    margin: 0 auto;
  }

  .p_home .login {
    float: none;
    position: absolute;
    top: 12px;
    width: 100%;
    max-width: 960px;
    margin-top: 0;
  }

  .p_home .expandedLogin {
    display: block;
  }

  .p_home .tags {
    width: 100%;
    float: none;
  }

  .p_home form#search {
    margin: 0 auto;
    width: 75%;
    min-width: 320px;
    max-width: 600px;
  }

  .p_home #search .typeFilterContainer {
    display: none;
  }

  .p_home .sectionHeader {
    background: #fff !important;
  }

  .l_footer .attribution {
    padding-left: 21px;
  }

  #map-canvas {
    width: 100%;
    margin: 0;
  }

  .form .checkboxList {
    line-height: 200%;
  }

  .p_home .punch {
    width: 340px;
  }

  .p_home .c_third,
  .p_home .c_wide {
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .p_home .c_third h3 {
    text-align: center;
  }

  .p_home .appImage {
    display: none;
  }

  .l_home .media-result .details {
    display: block !important;
  }

  .form {
    width: 280px;
    margin: 0 auto;
  }

  .form .wide .c_half {
    float: none;
    width: 100%;
  }

  .externalLoginSignin,
  .save-cancel {
    text-align: center;
  }

  .or {
    max-width: 100%;
  }

  .media .cover {
    position: relative;
    width: 70%;
    max-width: 600px;
    margin: 0 auto;
    left: auto;
    top: auto;
    float: none;
    margin-bottom: 21px;
  }

  .media .acquire,
  .media .description {
    float: none;
    width: 70%;
    padding-right: 0;
    max-width: 600px;
    margin: 0 auto;
  }

  .media .acquire {
    text-align: center;
    margin-bottom: 21px;
  }
}
@media (min-width: 600px) and (max-width: 768px) and (max-width: 600px) {
  .masthead .logo {
    display: block;
    border: none;
    width: 30px;
    height: 30px;
    background: url("/Content/img/o_32.png") center center no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }

  .masthead form#search {
    width: 70%;
    margin-left: 70px;
  }

  .masthead .expandedLogin {
    display: none;
  }

  .p_home .expandedLogin {
    display: block;
  }

  .mediaResults {
    min-height: 240px;
  }
}
@media (min-width: 769px) {
  .l_container {
    min-width: 760px;
    max-width: 1400px;
    padding: 0 21px;
    margin: 0 auto;
  }

  .l_masthead {
    min-height: 90px;
  }

  .l_main {
    float: right;
    width: 75%;
  }

  .l_content {
    max-width: 75%;
  }

  .l_sidebar {
    float: left;
    width: 23%;
    min-height: 1px;
    padding-right: 2%;
  }

  .l_sidebar-right {
    float: right;
    width: 23%;
    padding-right: 0;
    padding-left: 2%;
  }

  .row {
    clear: both;
    overflow: hidden;
  }

  .l_meta {
    float: right;
    width: 33%;
  }

  .l_details {
    float: left;
    width: 63%;
    padding-right: 2%;
  }

  header.masthead {
    border-bottom: 0;
  }

  .result .typeIndicator {
    top: 5px;
    right: 5px;
    left: auto;
  }

  .refine {
    border-bottom: 0;
  }

  .message {
    margin: 0 auto;
  }

  .homeStyle .message {
    margin-bottom: 21px;
  }

  .libraryTable .l_main {
    margin-left: 0;
    width: 75%;
  }

  .media header.pageHeader {
    border-bottom: 0px;
    margin-bottom: 0px;
  }

  .media .cover {
    width: 40%;
    float: left;
    margin-left: 9%;
    padding-right: 1%;
    min-height: 100px;
  }

  .media .acquire {
    margin: 0 0 21px 0;
  }

  .media .description {
    float: right;
    width: 40%;
    margin-right: 9%;
    margin-left: 1%;
    padding: 0;
  }

  .media .meta {
    width: 100%;
  }

  header.pageHeaderSidebar {
    padding-left: 25%;
    position: static;
  }

  .media .cover {
    position: relative;
  }

  .widgetContainer {
    margin-bottom: 21px;
  }

  footer {
    clear: both;
  }

  footer ul {
    width: 25%;
    float: left;
  }

  .refine,
  .sectionHeader {
    background: #fff;
  }

  .utilityList .label {
    font-size: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .utilityList li li .label {
    padding-left: 2px;
    border-bottom: none;
  }

  .utilityList li li li .label {
    padding-left: 10.5px;
  }

  .refine .actions .numResults {
    border-right: 0;
    width: 100%;
  }

  .refine .actions .filter,
  .refine .actions .sort {
    display: none;
  }

  .filterList,
  .sortList {
    margin-bottom: 10.5px;
    display: block !important;
  }

  .utilityList .label:hover {
    background: rgba(80, 175, 212, 0.1);
  }

  .refine .actions .subnav:after {
    display: none;
  }

  .saveSearchWidget {
    border-bottom: none;
    padding-bottom: 6px;
  }

  .saveSearchWidget .miniForm {
    padding-bottom: 0;
  }

  .saveSearchWidget .miniForm {
    float: right;
    width: 360px;
  }

  .mediaResults li {
    display: block;
    float: left;
    width: 15%;
    margin-right: 2%;
    margin-top: 10.5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .mediaResults li:last-child {
    margin-right: 0;
  }

  .mediaResults .result {
    display: block;
    position: relative;
    padding: 0 0 5.25px 0;
    margin-bottom: 21px;
    border-bottom: 0;
  }

  .mediaResults header {
    margin-bottom: 0;
  }

  .mediaResults .title,
  .mediaResults .subtitle,
  .mediaResults .creator,
  .mediaResults .meta {
    font-size: 0.9em;
    font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    line-height: 1.25;
    margin: 0;
  }

  .mediaResults .sep {
    content: "";
  }

  .mediaResults .title {
    font-weight: bold;
  }

  .mediaResults .meta dd {
    whitespace: auto;
  }

  .mediaResults .cover {
    width: 100%;
    max-height: 180px;
    margin-bottom: 10.5px;
    overflow: hidden;
    position: static;
    text-align: center;
    position: relative;
  }

  .media-result .cover:after {
    content: "";
    position: absolute;
    top: 140px;
    left: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    width: 100%;
    height: 40px;
    z-index: 5;
  }

  .mediaResults .cover img {
    height: auto;
    width: auto;
    margin-top: 45%;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .media-result .details {
    position: static;
    width: 100%;
  }

  .mediaResults .result:before {
    display: none;
  }

  .p_home .mediaResults {
    width: 80%;
    margin: 0 auto;
  }

  .media .cover img {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .l_sidebar .sectionHeader {
    border-bottom: 0;
    text-transform: none;
  }

  #results > .message {
    margin-top: 10.5px;
  }
}
.todo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  font-size: 14px;
  line-height: 1.2em;
  margin: 0;
}

.toolbar-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background: white !important;
  box-shadow: 1px 1px 3px #eee;
}

.toolbar-top {
  position: relative;
}

.featuredLibraries h4 {
  font-size: 1.1em;
}

/* explore page */
@media (min-width: 769px) {
  .explorePage .indexList {
    width: 70%;
    margin: 21px auto;
  }
}
@media (max-width: 768px) {
  .explorePage .indexList {
    margin: 21px;
  }
}
/* homepage featured collections */
.homepageCollections .c_quarter h4 {
  max-width: 160px;
  margin: 0 auto;
  line-height: 1.2;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 10px;
}

.hex {
  position: relative;
  width: 160px;
  height: 184px;
  display: block;
  overflow: hidden;
  background: pink;
  margin: 10px auto;
}

.hex:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 4;
  background-image: url(/Content/img/hex-dark.png);
  background-size: 100%;
}

.hex:hover:after {
  background-image: url(/Content/img/hex.png);
  background-size: 100%;
}

.hex img {
  width: 100%;
  position: absolute;
  margin-top: -20px;
  z-index: 1;
}

@media (min-width: 320px) and (max-width: 768px) {
  .homepageCollections .c_quarter {
    width: 50%;
    height: 160px;
  }

  .homepageCollections .hex {
    margin: 0 21px;
    float: right;
    width: 120px;
    height: 138px;
  }

  .homepageCollections .c_quarter h4 {
    text-align: left;
    float: none;
    width: auto;
    max-width: 100%;
    margin-right: 130px;
    margin-left: 21px;
    font-size: 20px;
    margin-top: 40px;
  }
}
@media (max-width: 599px) {
  .homepageCollections .c_quarter {
    width: 100%;
  }
}
.l_intro {
  margin-bottom: 42px;
  margin-top: -21px;
}

.libraryList,
.card-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.libraryList li.libraryListItem {
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  overflow: hidden;
  margin-bottom: 42px;
}

.libraryList .line-1 {
  overflow: hidden;
  border-bottom: 1px solid #d7dadb;
  margin-bottom: 10.5px;
  padding-bottom: 5.25px;
}

.libraryList .consortium-name {
  float: left;
  width: 68%;
  font-weight: 700;
  font-size: 1.3em;
}

.libraryList .consortium-name .libLink {
  font-size: 0.8em;
  font-weight: 400;
}

.libraryList .link-library {
  float: right;
  text-align: right;
  width: 31%;
}

.link-library input[type='button'] {
  background: transparent;
  border: none;
  padding: 0;
  -webkit-appearance: none;
}

button.delete-consortium {
  color: #50afd4;
}

button.delete-consortium-confirm {
  color: #fa8072;
}

.active-library-button {
  cursor: pointer;
}

.passive-library-button {
  color: #009933;
  background: transparent;
}

.active-library-button {
  cursor: pointer;
  font-weight: 700;
  color: #50afd4;
}

.active-library-button:hover {
  text-decoration: underline;
}

.card-list .card {
  margin: 10.5px 0;
}

/* DELETE BUTTON */
.libraryList button {
  border: none;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.libraryList .delete:after,
.libraryList .wait:after,
.libraryList .undo:after,
.libraryList .add:before {
  font-size: 16px;
  color: #afb5b7;
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}

.libraryList .delete:after {
  content: "\78";
}

.libraryList .add:before {
  content: "\3e";
  -webkit-transform: rotate(90);
  -moz-transform: rotate(90);
  -ms-transform: rotate(90);
  -o-transform: rotate(90);
  transform: rotate(90);
  margin-right: 5px;
}

.non-read-format {
  opacity: 0.3 !important;
}

.shelfTalker {
  margin-top: 42px;
  text-align: left;
  font-size: 0.9em;
  border-top: 1px solid #d7dadb;
  padding-top: 10.5px;
}

.libraryBookshelf {
  font-size: 1.3em;
  text-transform: none;
  letter-spacing: 0;
}

#relatedTitles {
  clear: both;
  width: 82%;
  padding-top: 20px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #relatedTitles {
    padding: auto !important;
    width: auto !important;
    margin: auto !important;
  }
}
.no-fontface button.submit:before,
.no-fontface .typeFilterContainer:after,
.no-fontface .ebook .typeIndicator:after,
.no-fontface .audiobook .typeIndicator:after,
.no-fontface .music .typeIndicator:after,
.no-fontface .video .typeIndicator:after,
.no-fontface .utilityList .closed > span.label:first-child:after,
.no-fontface .utilityList .open > span.label:first-child:after,
.no-fontface .filterList .active.label:after,
.no-fontface .sortList li.asc .label:after,
.no-fontface .sortList li.desc .label:after,
.no-fontface .widget .twitter:after,
.no-fontface .widget .facebook:after,
.no-fontface .widget .pinterest:after {
  display: block;
  background-image: url("/Content/img/glyphs.png");
  content: "";
  background-repeat: no-repeat;
}

.no-fontface .utilityList .closed > span.label:first-child:after,
.no-fontface .utilityList .open > span.label:first-child:after,
.no-fontface .filterList .active.label:after,
.no-fontface .sortList li.asc .label:after,
.no-fontface .sortList li.desc .label:after {
  width: 20px;
  height: 20px;
}

.no-fontface button.submit:before {
  background-position: -588px -4px;
  width: 25px;
  height: 25px;
}

.no-fontface .typeFilterContainer:after {
  background-position: -345px -4px;
  width: 25px;
  height: 25px;
}

.no-fontface .ebook .typeIndicator:after {
  background-position: -466px -162px;
  width: 20px;
  height: 20px;
}

.no-fontface .audiobook .typeIndicator:after {
  background-position: -814px -163px;
  width: 20px;
  height: 20px;
}

.no-fontface .music .typeIndicator:after {
  background-position: -702px -4px;
  width: 20px;
  height: 20px;
}

.no-fontface .video .typeIndicator:after {
  background-position: -818px -4px;
  width: 20px;
  height: 20px;
}

.no-fontface .utilityList .closed > span.label:first-child:after {
  background-position: -230px -4px;
}

.no-fontface .utilityList .open > span.label:first-child:after {
  background-position: -347px -4px;
}

.no-fontface .filterList .active.label:after {
  background-position: 0 -163px;
}

.no-fontface .sortList li.asc .label:after {
  background-position: -113px -4px;
}

.no-fontface .sortList li.desc .label:after {
  background-position: -347px -4px;
}

.no-fontface .widget .twitter:after,
.no-fontface .widget .facebook:after,
.no-fontface .widget .pinterest:after {
  height: 37.8px;
  width: 100%;
}

.no-fontface .widget .twitter:after {
  background-position: -229px -153px;
}

.no-fontface .widget .facebook:after {
  background-position: -112px -153px;
}

.no-fontface .widget .pinterest:after {
  background-position: -578px -153px;
}

/*.libraryList {
  padding: 0;
  margin: 0;
}

.libraryList li {
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  position: relative;
  margin-bottom: 16px;
  list-style: none;
}

    .libraryList li .line-1 {
        position: relative;
        line-height: 41px;
        height: 41px;
    }

        .libraryList li .line-1 div {
            position: absolute;
        }

        .libraryList li .line-1 .remove-library {
            left: 0;
            font-size: 28px;
        }

        .libraryList li .line-1 .consortium-name {
            left: 42px;
            font-weight: bold;
            font-size: 20px;
        }

        .libraryList li .line-1 .link-library {
            right: 0;
        }

    .libraryList ul.card-list {
        padding: 0;
        margin: 0;
    }

    .libraryList li.card {
        margin-left: 42px;
    }

    .libraryList li .line-2 {
        position: relative;
        height: 24px;
        line-height: 24px;
    }

        .libraryList li .line-2 .add-card {
            position: absolute;
            left: 42px;
        }

.active-library-button {
    cursor: pointer;
}

.passive-library-button {
    opacity: .5;
}




.libraryList button {
  border: none;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.libraryList .delete:after,
.libraryList .wait:after,
.libraryList .undo:after {
  font-size: 24px;
  text-transform: none !important;
  font-family: "od-icons" !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  color: #afb5b7;
}

.libraryList .delete:after {
  content: "\78";
}

.libraryList .undo:after {
  content: "\72";
  color: #d7dadb;
}

.libraryList .wait:after {
  content: "\68";
  color: #eaebec;
}

.libraryList .confirm:after {
  font-size: 13px;
  text-transform: uppercase;
  padding: 1px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  content: "Confirm";
  color: white;
  text-transform: uppercase;
  background: #fc4349;
  font-family: "brandon-grotesque", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

*/
