@import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);
meta.foundation-mq-small {
  font-family: "only screen and (min-width:768px)";
  width: 768px; }

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1024px)";
  width: 1024px; }

meta.foundation-mq-large {
  font-family: "only screen and (min-width:1200px)";
  width: 1200px; }

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

html,
body {
  font-size: 10px; }

/*
body {
  background: $body-bg;
  color: $body-font-color;
  padding: 0;
  margin: 0;
  font-family: $body-font-family;
  font-weight: $body-font-weight;
  font-style: $body-font-style;
  line-height: 1; // Set to $base-line-height to take on browser default of 150%
  position: relative;
  cursor: $cursor-default-value;
}
*/
a:hover {
  cursor: pointer; }

a:focus {
  outline: none; }

/*
img,
object,
embed { max-width: 100%; height: auto; }
  */
object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

    /*
    .left         { float: left !important; }
    .right        { float: right !important; }
    .text-left    { text-align: left !important; }
    .text-right   { text-align: right !important; }
    .text-center  { text-align: center !important; }
    .text-justify { text-align: justify !important; }
    .hide         { display: none; }

    // Font smoothing
    // Antialiased font smoothing works best for light text on a dark background.
    // Apply to single elements instead of globally to body.
    // Note this only applies to webkit-based desktop browsers on the Mac.
    .antialiased { -webkit-font-smoothing: antialiased; }
    */
img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Grid HTML Classes */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1010px;
  width: 100%;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse .column,
  .row.collapse .columns {
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    margin-left: -10px;
    margin-right: -10px;
    max-width: none;
    width: auto;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0;
      max-width: none;
      width: auto;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left;
  position: relative; }

@media only screen {
  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0%; }

  .small-offset-1 {
    margin-left: 8.33333%; }

  .small-offset-2 {
    margin-left: 16.66667%; }

  .small-offset-3 {
    margin-left: 25%; }

  .small-offset-4 {
    margin-left: 33.33333%; }

  .small-offset-5 {
    margin-left: 41.66667%; }

  .small-offset-6 {
    margin-left: 50%; }

  .small-offset-7 {
    margin-left: 58.33333%; }

  .small-offset-8 {
    margin-left: 66.66667%; }

  .small-offset-9 {
    margin-left: 75%; }

  .small-offset-10 {
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
@media only screen and (min-width: 768px) {
  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-offset-1 {
    margin-left: 8.33333%; }

  .medium-offset-2 {
    margin-left: 16.66667%; }

  .medium-offset-3 {
    margin-left: 25%; }

  .medium-offset-4 {
    margin-left: 33.33333%; }

  .medium-offset-5 {
    margin-left: 41.66667%; }

  .medium-offset-6 {
    margin-left: 50%; }

  .medium-offset-7 {
    margin-left: 58.33333%; }

  .medium-offset-8 {
    margin-left: 66.66667%; }

  .medium-offset-9 {
    margin-left: 75%; }

  .medium-offset-10 {
    margin-left: 83.33333%; }

  .medium-offset-11 {
    margin-left: 91.66667%; }

  .medium-push-1 {
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    right: 25%;
    left: auto; }

  .medium-push-4 {
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    right: 50%;
    left: auto; }

  .medium-push-7 {
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    right: 75%;
    left: auto; }

  .medium-push-10 {
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    right: 91.66667%;
    left: auto; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; } }
@media only screen and (min-width: 1024px) {
  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0%; }

  .large-offset-1 {
    margin-left: 8.33333%; }

  .large-offset-2 {
    margin-left: 16.66667%; }

  .large-offset-3 {
    margin-left: 25%; }

  .large-offset-4 {
    margin-left: 33.33333%; }

  .large-offset-5 {
    margin-left: 41.66667%; }

  .large-offset-6 {
    margin-left: 50%; }

  .large-offset-7 {
    margin-left: 58.33333%; }

  .large-offset-8 {
    margin-left: 66.66667%; }

  .large-offset-9 {
    margin-left: 75%; }

  .large-offset-10 {
    margin-left: 83.33333%; }

  .large-offset-11 {
    margin-left: 91.66667%; }

  .large-push-1 {
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    left: 25%;
    right: auto; }

  .large-pull-3 {
    right: 25%;
    left: auto; }

  .large-push-4 {
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    left: 50%;
    right: auto; }

  .large-pull-6 {
    right: 50%;
    left: auto; }

  .large-push-7 {
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    left: 75%;
    right: auto; }

  .large-pull-9 {
    right: 75%;
    left: auto; }

  .large-push-10 {
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    right: 91.66667%;
    left: auto; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; } }
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table; }

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important; }

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important; }

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }

  .show-for-small {
    display: none !important; }

  .hide-for-small {
    display: inherit !important; }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table; }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important; }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important; }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important; }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important; } }
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1024px) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important; }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important; }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important; }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important; } }
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1200px) {
  .show-for-xlarge {
    display: inherit !important; }

  .show-for-large,
  .show-for-large-down {
    display: none !important; }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important; }

  .hide-for-xlarge {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table; }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important; }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important; }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important; }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -1em;
    *zoom: 1; }
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    [class*="block-grid-"]:after {
      clear: both; }
    [class*="block-grid-"] > li {
      display: inline;
      height: auto;
      float: left;
      padding: 0 1em 2em; }

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 1em 2em; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 1em 2em; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 1em 2em; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 1em 2em; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 1em 2em; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 1em 2em; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 1em 2em; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 1em 2em; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 1em 2em; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 1em 2em; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 1em 2em; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 1em 2em; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }

  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 1em 2em; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 1em 2em; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 1em 2em; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 1em 2em; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 1em 2em; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 1em 2em; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 1em 2em; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 1em 2em; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 1em 2em; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 1em 2em; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 1em 2em; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 1em 2em; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
p.lead {
  font-size: 1.35em;
  line-height: 1.6; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #2795b6; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 2em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 1.4em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.1em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.14286em; }

h2 {
  font-size: 1.64286em; }

h3 {
  font-size: 1.42857em; }

h4 {
  font-size: 1.14286em; }

h5 {
  font-size: 1.28571em; }

h6 {
  font-size: 1em; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 2em 0 1.9em;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 0;
  list-style-position: inside;
  font-family: inherit; }

ul, ol {
  margin-left: 0; }
  ul.no-bullet, ol.no-bullet {
    margin-left: 0; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square; }
ul.circle {
  list-style-type: circle; }
ul.disc {
  list-style-type: disc; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }
dl dd {
  margin-bottom: 1.2em; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 2em;
  padding: 0.9em 2em 0 1.9em;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 1.3em;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 2em 0;
  border: 1px solid #dddddd;
  padding: 1em 1.2em; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 1.5em; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.1em; }

@media only screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 3.14286em; }

  h2 {
    font-size: 2.64286em; }

  h3 {
    font-size: 1.92857em; }

  h4 {
    font-size: 1.64286em; } }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

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

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 0.35714em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.85714em;
  padding-right: 1.71429em;
  padding-bottom: 0.95714em;
  padding-left: 1.71429em;
  font-size: 1.14286em;
  background-color: #2ba6cb;
  border-color: #2ba6cb;
  color: white; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #2ba6cb; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #e9e9e9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #5da423;
    border-color: #5da423;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #5da423; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #c60f13;
    border-color: #c60f13;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #c60f13; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1.14286em;
    padding-right: 2.28571em;
    padding-bottom: 1.24286em;
    padding-left: 2.28571em;
    font-size: 1.42857em; }
  button.small, .button.small {
    padding-top: 0.64286em;
    padding-right: 1.28571em;
    padding-bottom: 0.74286em;
    padding-left: 1.28571em;
    font-size: 0.92857em; }
  button.tiny, .button.tiny {
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.6em;
    padding-left: 1em;
    font-size: 0.78571em; }
  button.expand, .button.expand {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 1.2em; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 1.2em; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #2ba6cb;
    border-color: #2ba6cb;
    color: white;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2ba6cb; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2ba6cb; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e9e9e9;
      border-color: #e9e9e9;
      color: #333333;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e9e9e9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e9e9e9; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #5da423;
      border-color: #5da423;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5da423; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5da423; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #c60f13;
      border-color: #c60f13;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #c60f13; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #c60f13; }

button, .button {
  padding-top: 0.95714em;
  padding-bottom: 0.85714em;
  -webkit-appearance: none; }
  button.tiny, .button.tiny {
    padding-top: 0.6em;
    padding-bottom: 0.5em;
    -webkit-appearance: none; }
  button.small, .button.small {
    padding-top: 0.74286em;
    padding-bottom: 0.64286em;
    -webkit-appearance: none; }
  button.large, .button.large {
    padding-top: 1.19286em;
    padding-bottom: 1.19286em;
    -webkit-appearance: none; }

@media only screen {
  button, .button {
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    button.radius, .button.radius {
      -webkit-border-radius: 50px;
      border-radius: 50px; }
    button.round, .button.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; } }
@media only screen and (min-width: 768px) {
  button, .button {
    display: inline-block; } }
/*
@mixin form-element() {
  background-color: $input-bg-color;
  font-family: $input-font-family;
  border: $input-border-width $input-border-style $input-border-color;
  @if $experimental {
    -webkit-box-shadow: $input-box-shadow;
  }
  box-shadow: $input-box-shadow;
  color: $input-font-color;
  display: block;
  font-size: $input-font-size;
  margin: 0 0 $form-spacing 0;
  padding: $form-spacing / 2;
  height: ($input-font-size + ($form-spacing * 1.5) - em-calc(1));
  width: 100%;
  @include box-sizing(border-box);
  @if $input-include-glowing-effect {
      @include block-glowing-effect(focus, $glowing-effect-fade-time, $glowing-effect-color);
  }
  // Basic focus styles
  &:focus {
    background: $input-focus-bg-color;
    border-color: $input-focus-border-color;
    outline: none;
  }

  // Disabled background input background color
  &[disabled] { background-color: $input-disabled-bg; }
}
*/
/* Standard Forms */
form {
  margin: 0 0 1.6em; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.8em; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.8em; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.8em; }

/* Label Styles */
label {
  font-size: 1.4em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.3em;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1.6em 0;
    padding: 1em 0; }
  label small {
    text-transform: capitalize;
    color: #666666; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 1.4em;
  height: 3.7em;
  line-height: 3.7em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 3.4em; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 3.4em; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 50px;
  -moz-border-radius-topleft: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333; }
  span.prefix.radius, label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 50px;
    -moz-border-radius-topleft: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -webkit-border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333; }
  span.postfix.radius, label.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 50px;
  -moz-border-radius-topleft: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px; }
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px; }
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1.6em 0; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 2em;
  margin: 1.8em 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.3em;
    margin: 0;
    margin-left: -0.3em; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block !important;
  padding: 0.6em 0.4em;
  margin-top: -2.1em;
  margin-bottom: 1.6em;
  font-size: 1.2em;
  font-weight: bold;
  background: #c60f13;
  color: white;
  margin-top: 0; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block !important;
  padding: 0.6em 0.4em;
  margin-top: -2.1em;
  margin-bottom: 1.6em;
  font-size: 1.2em;
  font-weight: bold;
  background: #c60f13;
  color: white; }

.error input,
.error textarea,
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0; }
  .error input:focus,
  .error textarea:focus,
  .error select:focus {
    background: #fafafa;
    border-color: #999999; }
.error label,
.error label.error {
  color: #c60f13; }
.error small.error {
  display: block !important;
  padding: 0.6em 0.4em;
  margin-top: -2.1em;
  margin-bottom: 1.6em;
  font-size: 1.2em;
  font-weight: bold;
  background: #c60f13;
  color: white; }
.error span.error-message {
  display: block; }

input.error,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }
  input.error:focus,
  textarea.error:focus {
    background: #fafafa;
    border-color: #999999; }

.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }
  .error select:focus {
    background: #fafafa;
    border-color: #999999; }

label.error {
  color: #c60f13; }

/* Sections */
[data-section=''], [data-section='auto'], .section-container.auto,
[data-section='vertical-tabs'], .section-container.vertical-tabs,
[data-section='vertical-nav'], .section-container.vertical-nav,
[data-section='horizontal-nav'], .section-container.horizontal-nav,
[data-section='accordion'], .section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 2em; }
  [data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
  [data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
    width: 100% !important; }
    [data-section=''][data-section-small-style] > [data-section-region], [data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section, [data-section='auto'][data-section-small-style] > [data-section-region], [data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
    [data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
    [data-section='vertical-tabs'][data-section-small-style] > section,
    [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section,
    [data-section='vertical-nav'][data-section-small-style] > [data-section-region],
    [data-section='vertical-nav'][data-section-small-style] > section,
    [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section,
    [data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
    [data-section='horizontal-nav'][data-section-small-style] > section,
    [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section,
    [data-section='accordion'][data-section-small-style] > [data-section-region],
    [data-section='accordion'][data-section-small-style] > section,
    [data-section='accordion'][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
      padding: 0 !important;
      margin: 0 !important; }
      [data-section=''][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=''][data-section-small-style] > [data-section-region] > .title, [data-section=''][data-section-small-style] > section > [data-section-title], [data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title], [data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='auto'][data-section-small-style] > [data-section-region] > .title, [data-section='auto'][data-section-small-style] > section > [data-section-title], [data-section='auto'][data-section-small-style] > section > .title, [data-section='auto'][data-section-small-style] > .section > [data-section-title], [data-section='auto'][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title,
      [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
      [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
      [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
      [data-section='vertical-tabs'][data-section-small-style] > section > .title,
      [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
      [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title,
      [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
      [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
      [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
      [data-section='vertical-nav'][data-section-small-style] > section > .title,
      [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
      [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title,
      [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
      [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
      [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
      [data-section='horizontal-nav'][data-section-small-style] > section > .title,
      [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
      [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title,
      [data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
      [data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
      [data-section='accordion'][data-section-small-style] > section > [data-section-title],
      [data-section='accordion'][data-section-small-style] > section > .title,
      [data-section='accordion'][data-section-small-style] > .section > [data-section-title],
      [data-section='accordion'][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
        width: 100% !important; }
  [data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region], [data-section='auto'] > section, [data-section='auto'] > .section, [data-section='auto'] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region],
  [data-section='vertical-tabs'] > section,
  [data-section='vertical-tabs'] > .section,
  [data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
  [data-section='vertical-nav'] > section,
  [data-section='vertical-nav'] > .section,
  [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
  [data-section='horizontal-nav'] > section,
  [data-section='horizontal-nav'] > .section,
  [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
  [data-section='accordion'] > section,
  [data-section='accordion'] > .section,
  [data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
    margin: 0; }
    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
    [data-section='vertical-tabs'] > section > [data-section-title],
    [data-section='vertical-tabs'] > section > .title,
    [data-section='vertical-tabs'] > .section > [data-section-title],
    [data-section='vertical-tabs'] > .section > .title,
    [data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
    [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
    [data-section='vertical-nav'] > section > [data-section-title],
    [data-section='vertical-nav'] > section > .title,
    [data-section='vertical-nav'] > .section > [data-section-title],
    [data-section='vertical-nav'] > .section > .title,
    [data-section='vertical-nav'] > [data-section-region] > [data-section-title],
    [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
    [data-section='horizontal-nav'] > section > [data-section-title],
    [data-section='horizontal-nav'] > section > .title,
    [data-section='horizontal-nav'] > .section > [data-section-title],
    [data-section='horizontal-nav'] > .section > .title,
    [data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
    [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
    [data-section='accordion'] > section > [data-section-title],
    [data-section='accordion'] > section > .title,
    [data-section='accordion'] > .section > [data-section-title],
    [data-section='accordion'] > .section > .title,
    [data-section='accordion'] > [data-section-region] > [data-section-title],
    [data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
      margin-bottom: 0; }
      [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a,
      [data-section='vertical-tabs'] > section > [data-section-title] a,
      [data-section='vertical-tabs'] > section > .title a,
      [data-section='vertical-tabs'] > .section > [data-section-title] a,
      [data-section='vertical-tabs'] > .section > .title a,
      [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
      [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a,
      [data-section='vertical-nav'] > section > [data-section-title] a,
      [data-section='vertical-nav'] > section > .title a,
      [data-section='vertical-nav'] > .section > [data-section-title] a,
      [data-section='vertical-nav'] > .section > .title a,
      [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
      [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a,
      [data-section='horizontal-nav'] > section > [data-section-title] a,
      [data-section='horizontal-nav'] > section > .title a,
      [data-section='horizontal-nav'] > .section > [data-section-title] a,
      [data-section='horizontal-nav'] > .section > .title a,
      [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
      [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a,
      [data-section='accordion'] > section > [data-section-title] a,
      [data-section='accordion'] > section > .title a,
      [data-section='accordion'] > .section > [data-section-title] a,
      [data-section='accordion'] > .section > .title a,
      [data-section='accordion'] > [data-section-region] > [data-section-title] a,
      [data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap; }
    [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content,
    [data-section='vertical-tabs'] > section > [data-section-content],
    [data-section='vertical-tabs'] > section > .content,
    [data-section='vertical-tabs'] > .section > [data-section-content],
    [data-section='vertical-tabs'] > .section > .content,
    [data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
    [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content,
    [data-section='vertical-nav'] > section > [data-section-content],
    [data-section='vertical-nav'] > section > .content,
    [data-section='vertical-nav'] > .section > [data-section-content],
    [data-section='vertical-nav'] > .section > .content,
    [data-section='vertical-nav'] > [data-section-region] > [data-section-content],
    [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content,
    [data-section='horizontal-nav'] > section > [data-section-content],
    [data-section='horizontal-nav'] > section > .content,
    [data-section='horizontal-nav'] > .section > [data-section-content],
    [data-section='horizontal-nav'] > .section > .content,
    [data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
    [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content,
    [data-section='accordion'] > section > [data-section-content],
    [data-section='accordion'] > section > .content,
    [data-section='accordion'] > .section > [data-section-content],
    [data-section='accordion'] > .section > .content,
    [data-section='accordion'] > [data-section-region] > [data-section-content],
    [data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
      display: none; }
    [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content,
    [data-section='vertical-tabs'] > section.active > [data-section-content],
    [data-section='vertical-tabs'] > section.active > .content,
    [data-section='vertical-tabs'] > .section.active > [data-section-content],
    [data-section='vertical-tabs'] > .section.active > .content,
    [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
    [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content,
    [data-section='vertical-nav'] > section.active > [data-section-content],
    [data-section='vertical-nav'] > section.active > .content,
    [data-section='vertical-nav'] > .section.active > [data-section-content],
    [data-section='vertical-nav'] > .section.active > .content,
    [data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
    [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content,
    [data-section='horizontal-nav'] > section.active > [data-section-content],
    [data-section='horizontal-nav'] > section.active > .content,
    [data-section='horizontal-nav'] > .section.active > [data-section-content],
    [data-section='horizontal-nav'] > .section.active > .content,
    [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
    [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content,
    [data-section='accordion'] > section.active > [data-section-content],
    [data-section='accordion'] > section.active > .content,
    [data-section='accordion'] > .section.active > [data-section-content],
    [data-section='accordion'] > .section.active > .content,
    [data-section='accordion'] > [data-section-region].active > [data-section-content],
    [data-section='accordion'] > [data-section-region].active > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .section-container.accordion > [data-section-region].active > .content {
      display: block; }
    [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
    [data-section='vertical-tabs'] > section:not(.active),
    [data-section='vertical-tabs'] > .section:not(.active),
    [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
    [data-section='vertical-nav'] > section:not(.active),
    [data-section='vertical-nav'] > .section:not(.active),
    [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
    [data-section='horizontal-nav'] > section:not(.active),
    [data-section='horizontal-nav'] > .section:not(.active),
    [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
    [data-section='accordion'] > section:not(.active),
    [data-section='accordion'] > .section:not(.active),
    [data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
      padding: 0 !important; }
    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
    [data-section='vertical-tabs'] > section > [data-section-title],
    [data-section='vertical-tabs'] > section > .title,
    [data-section='vertical-tabs'] > .section > [data-section-title],
    [data-section='vertical-tabs'] > .section > .title,
    [data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
    [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
    [data-section='vertical-nav'] > section > [data-section-title],
    [data-section='vertical-nav'] > section > .title,
    [data-section='vertical-nav'] > .section > [data-section-title],
    [data-section='vertical-nav'] > .section > .title,
    [data-section='vertical-nav'] > [data-section-region] > [data-section-title],
    [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
    [data-section='horizontal-nav'] > section > [data-section-title],
    [data-section='horizontal-nav'] > section > .title,
    [data-section='horizontal-nav'] > .section > [data-section-title],
    [data-section='horizontal-nav'] > .section > .title,
    [data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
    [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
    [data-section='accordion'] > section > [data-section-title],
    [data-section='accordion'] > section > .title,
    [data-section='accordion'] > .section > [data-section-title],
    [data-section='accordion'] > .section > .title,
    [data-section='accordion'] > [data-section-region] > [data-section-title],
    [data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
      width: 100%; }

.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
  border-top: 0 solid #cccccc; }
  .section-container.auto > section > .title, .section-container.auto > .section > .title,
  .section-container.vertical-tabs > section > .title,
  .section-container.vertical-tabs > .section > .title,
  .section-container.vertical-nav > section > .title,
  .section-container.vertical-nav > .section > .title,
  .section-container.horizontal-nav > section > .title,
  .section-container.horizontal-nav > .section > .title,
  .section-container.accordion > section > .title,
  .section-container.accordion > .section > .title {
    background-color: none;
    cursor: pointer;
    border: solid 0 #cccccc; }
    .section-container.auto > section > .title a, .section-container.auto > .section > .title a,
    .section-container.vertical-tabs > section > .title a,
    .section-container.vertical-tabs > .section > .title a,
    .section-container.vertical-nav > section > .title a,
    .section-container.vertical-nav > .section > .title a,
    .section-container.horizontal-nav > section > .title a,
    .section-container.horizontal-nav > .section > .title a,
    .section-container.accordion > section > .title a,
    .section-container.accordion > .section > .title a {
      padding: 1.14286em;
      color: red;
      font-size: 1.07143em;
      background: none; }
    .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
    .section-container.vertical-tabs > section > .title:hover,
    .section-container.vertical-tabs > .section > .title:hover,
    .section-container.vertical-nav > section > .title:hover,
    .section-container.vertical-nav > .section > .title:hover,
    .section-container.horizontal-nav > section > .title:hover,
    .section-container.horizontal-nav > .section > .title:hover,
    .section-container.accordion > section > .title:hover,
    .section-container.accordion > .section > .title:hover {
      background-color: none; }
  .section-container.auto > section > .content, .section-container.auto > .section > .content,
  .section-container.vertical-tabs > section > .content,
  .section-container.vertical-tabs > .section > .content,
  .section-container.vertical-nav > section > .content,
  .section-container.vertical-nav > .section > .content,
  .section-container.horizontal-nav > section > .content,
  .section-container.horizontal-nav > .section > .content,
  .section-container.accordion > section > .content,
  .section-container.accordion > .section > .content {
    padding: 1.14286em;
    background-color: white;
    border: solid 0 #cccccc; }
    .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
    .section-container.vertical-tabs > section > .content > *:last-child,
    .section-container.vertical-tabs > .section > .content > *:last-child,
    .section-container.vertical-nav > section > .content > *:last-child,
    .section-container.vertical-nav > .section > .content > *:last-child,
    .section-container.horizontal-nav > section > .content > *:last-child,
    .section-container.horizontal-nav > .section > .content > *:last-child,
    .section-container.accordion > section > .content > *:last-child,
    .section-container.accordion > .section > .content > *:last-child {
      margin-bottom: 0; }
    .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
    .section-container.vertical-tabs > section > .content > *:first-child,
    .section-container.vertical-tabs > .section > .content > *:first-child,
    .section-container.vertical-nav > section > .content > *:first-child,
    .section-container.vertical-nav > .section > .content > *:first-child,
    .section-container.horizontal-nav > section > .content > *:first-child,
    .section-container.horizontal-nav > .section > .content > *:first-child,
    .section-container.accordion > section > .content > *:first-child,
    .section-container.accordion > .section > .content > *:first-child {
      padding-top: 0; }
    .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
    .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
    .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
    .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
    .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
    .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
    .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
    .section-container.accordion > section > .content > *:last-child:not(.flex-video),
    .section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
      padding-bottom: 0; }
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
  .section-container.vertical-tabs > section.active > .title,
  .section-container.vertical-tabs > .section.active > .title,
  .section-container.vertical-nav > section.active > .title,
  .section-container.vertical-nav > .section.active > .title,
  .section-container.horizontal-nav > section.active > .title,
  .section-container.horizontal-nav > .section.active > .title,
  .section-container.accordion > section.active > .title,
  .section-container.accordion > .section.active > .title {
    background: none; }
    .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
    .section-container.vertical-tabs > section.active > .title a,
    .section-container.vertical-tabs > .section.active > .title a,
    .section-container.vertical-nav > section.active > .title a,
    .section-container.vertical-nav > .section.active > .title a,
    .section-container.horizontal-nav > section.active > .title a,
    .section-container.horizontal-nav > .section.active > .title a,
    .section-container.accordion > section.active > .title a,
    .section-container.accordion > .section.active > .title a {
      color: #7788ee; }
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
  .section-container.vertical-tabs > section:not(.active),
  .section-container.vertical-tabs > .section:not(.active),
  .section-container.vertical-nav > section:not(.active),
  .section-container.vertical-nav > .section:not(.active),
  .section-container.horizontal-nav > section:not(.active),
  .section-container.horizontal-nav > .section:not(.active),
  .section-container.accordion > section:not(.active),
  .section-container.accordion > .section:not(.active) {
    padding: 0 !important; }
  .section-container.auto > section > .title, .section-container.auto > .section > .title,
  .section-container.vertical-tabs > section > .title,
  .section-container.vertical-tabs > .section > .title,
  .section-container.vertical-nav > section > .title,
  .section-container.vertical-nav > .section > .title,
  .section-container.horizontal-nav > section > .title,
  .section-container.horizontal-nav > .section > .title,
  .section-container.accordion > section > .title,
  .section-container.accordion > .section > .title {
    border-top: none; }

[data-section='tabs'], .section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 2em; }
  [data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden; }
  [data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
    margin-bottom: 0; }
    [data-section='tabs'] > section > [data-section-title] a, [data-section='tabs'] > section > .title a, [data-section='tabs'] > .section > [data-section-title] a, [data-section='tabs'] > .section > .title a, [data-section='tabs'] > [data-section-region] > [data-section-title] a, [data-section='tabs'] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
      width: 100%;
      display: inline-block;
      white-space: nowrap; }
  [data-section='tabs'] > section > [data-section-content], [data-section='tabs'] > section > .content, [data-section='tabs'] > .section > [data-section-content], [data-section='tabs'] > .section > .content, [data-section='tabs'] > [data-section-region] > [data-section-content], [data-section='tabs'] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
    display: none; }
  [data-section='tabs'] > section.active > [data-section-content], [data-section='tabs'] > section.active > .content, [data-section='tabs'] > .section.active > [data-section-content], [data-section='tabs'] > .section.active > .content, [data-section='tabs'] > [data-section-region].active > [data-section-content], [data-section='tabs'] > [data-section-region].active > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .section-container.tabs > [data-section-region].active > .content {
    display: block; }
  [data-section='tabs'] > section:not(.active), [data-section='tabs'] > .section:not(.active), [data-section='tabs'] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
    padding: 0 !important; }
  [data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0; }

.section-container.tabs {
  border: none; }
  .section-container.tabs > section > .title, .section-container.tabs > .section > .title {
    background-color: none;
    cursor: pointer;
    border: solid 0 #cccccc; }
    .section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
      padding: 1.14286em;
      color: red;
      font-size: 1.07143em;
      background: none; }
    .section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
      background-color: none; }
  .section-container.tabs > section > .content, .section-container.tabs > .section > .content {
    padding: 1.14286em;
    background-color: white;
    border: solid 0 #cccccc; }
    .section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
      margin-bottom: 0; }
    .section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
      padding-top: 0; }
    .section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
      padding-bottom: 0; }
  .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
    background: none; }
    .section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
      color: #7788ee; }
  .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
    padding: 0 !important; }
  .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
    border-bottom: 0; }

@media only screen and (min-width: 768px) {
  [data-section=''], [data-section='auto'], .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 2em; }
    [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
      visibility: hidden; }
    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
      margin-bottom: 0; }
      [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap; }
    [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
      display: none; }
    [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content {
      display: block; }
    [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
      padding: 0 !important; }
    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
      width: auto;
      position: absolute;
      top: 0;
      left: 0; }

  .section-container.auto {
    border: none; }
    .section-container.auto > section > .title, .section-container.auto > .section > .title {
      background-color: none;
      cursor: pointer;
      border: solid 0 #cccccc; }
      .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
        padding: 1.14286em;
        color: red;
        font-size: 1.07143em;
        background: none; }
      .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
        background-color: none; }
    .section-container.auto > section > .content, .section-container.auto > .section > .content {
      padding: 1.14286em;
      background-color: white;
      border: solid 0 #cccccc; }
      .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
        margin-bottom: 0; }
      .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
        padding-top: 0; }
      .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
      background: none; }
      .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
        color: #7788ee; }
    .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
      padding: 0 !important; }
    .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
      border-bottom: 0; }

  [data-section='vertical-tabs'], .section-container.vertical-tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 2em; }
    [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
      visibility: hidden; }
    [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
      width: 100% !important; }
      [data-section='vertical-tabs'][data-section-small-style] > [data-section-region], [data-section='vertical-tabs'][data-section-small-style] > section, [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
        padding: 0 !important;
        margin: 0 !important; }
        [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > section > .title, [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
          width: 100% !important; }
    [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
      margin-bottom: 0; }
      [data-section='vertical-tabs'] > section > [data-section-title] a, [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a, [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a, [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap; }
    [data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content], [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content], [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
      display: none; }
    [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content {
      display: block; }
    [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
      padding: 0 !important; }
    [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
      position: absolute;
      top: 0;
      left: 0;
      width: 20em; }
    [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > .section.active, [data-section='vertical-tabs'] > [data-section-region].active, .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > [data-section-region].active {
      padding-left: 20em; }
      [data-section='vertical-tabs'] > section.active > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title], [data-section='vertical-tabs'] > [data-section-region].active > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title {
        width: 20em; }

  .section-container.vertical-tabs {
    border: none; }
    .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
      background-color: none;
      cursor: pointer;
      border: solid 0 #cccccc; }
      .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
        padding: 1.14286em;
        color: red;
        font-size: 1.07143em;
        background: none; }
      .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
        background-color: none; }
    .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
      padding: 1.14286em;
      background-color: white;
      border: solid 0 #cccccc; }
      .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
        margin-bottom: 0; }
      .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
        padding-top: 0; }
      .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
      background: none; }
      .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
        color: #7788ee; }
    .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
      padding: 0 !important; }
    .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
      padding-left: 19.9em; }
      .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
        background-color: none; }

  [data-section='vertical-nav'], .section-container.vertical-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 2em; }
    [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
      visibility: hidden; }
    [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
      width: 100% !important; }
      [data-section='vertical-nav'][data-section-small-style] > [data-section-region], [data-section='vertical-nav'][data-section-small-style] > section, [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
        padding: 0 !important;
        margin: 0 !important; }
        [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > section > .title, [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
          width: 100% !important; }
    [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section, [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
      position: relative;
      display: inline-block; }
      [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
        margin-bottom: 0; }
        [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
          width: 100%;
          display: inline-block;
          white-space: nowrap; }
      [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
        display: none; }
      [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content], [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content {
        display: block; }
      [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
        padding: 0 !important; }
      [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
        position: static;
        width: auto; }
        [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
          display: block; }
      [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        min-width: 20em; }

  .section-container.vertical-nav {
    border: none; }
    .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
      background-color: none;
      cursor: pointer;
      border: solid 0 #cccccc; }
      .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
        padding: 1.14286em;
        color: red;
        font-size: 1.07143em;
        background: none; }
      .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
        background-color: none; }
    .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
      padding: 1.14286em;
      background-color: white;
      border: solid 0 #cccccc; }
      .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
        margin-bottom: 0; }
      .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
        padding-top: 0; }
      .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
      background: none; }
      .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
        color: #7788ee; }
    .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
      padding: 0 !important; }

  [data-section='horizontal-nav'], .section-container.horizontal-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 2em; }
    [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
      visibility: hidden; }
    [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
      width: 100% !important; }
      [data-section='horizontal-nav'][data-section-small-style] > [data-section-region], [data-section='horizontal-nav'][data-section-small-style] > section, [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
        padding: 0 !important;
        margin: 0 !important; }
        [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > section > .title, [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
          width: 100% !important; }
    [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section, [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
      position: relative;
      float: left; }
      [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
        margin-bottom: 0; }
        [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
          width: 100%;
          display: inline-block;
          white-space: nowrap; }
      [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
        display: none; }
      [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content {
        display: block; }
      [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
        padding: 0 !important; }
      [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
        position: static;
        width: auto; }
        [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
          display: block; }
      [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        min-width: 20em; }

  .section-container.horizontal-nav {
    background: none;
    border: 0 solid #cccccc; }
    .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
      background-color: none;
      cursor: pointer;
      border: solid 0 #cccccc; }
      .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
        padding: 1.14286em;
        color: red;
        font-size: 1.07143em;
        background: none; }
      .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
        background-color: none; }
    .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
      padding: 1.14286em;
      background-color: white;
      border: solid 0 #cccccc; }
      .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
        margin-bottom: 0; }
      .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
        padding-top: 0; }
      .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
      background: none; }
      .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
        color: #7788ee; }
    .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
      padding: 0 !important; } }
.no-js [data-section], .no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 2em; }
  .no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
    width: 100% !important; }
    .no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
      padding: 0 !important;
      margin: 0 !important; }
      .no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
        width: 100% !important; }
  .no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
    margin: 0; }
    .no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
      margin-bottom: 0; }
      .no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap; }
    .no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
      display: none; }
    .no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .section-container > [data-section-region].active > .content {
      display: block; }
    .no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
      padding: 0 !important; }
    .no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
      width: 100%; }
.no-js .section-container {
  border-top: 0 solid #cccccc; }
  .no-js .section-container > section > .title, .no-js .section-container > .section > .title {
    background-color: none;
    cursor: pointer;
    border: solid 0 #cccccc; }
    .no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
      padding: 1.14286em;
      color: red;
      font-size: 1.07143em;
      background: none; }
    .no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
      background-color: none; }
  .no-js .section-container > section > .content, .no-js .section-container > .section > .content {
    padding: 1.14286em;
    background-color: white;
    border: solid 0 #cccccc; }
    .no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
      margin-bottom: 0; }
    .no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
      padding-top: 0; }
    .no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
      padding-bottom: 0; }
  .no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
    background: none; }
    .no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
      color: #7788ee; }
  .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
    padding: 0 !important; }
  .no-js .section-container > section > .title, .no-js .section-container > .section > .title {
    border-top: none; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }
@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: white; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        width: 100%;
        padding: 10px 14px;
        font-size: 1.4em; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: white;
    background: transparent;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.5em; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 10px;
      right: 0px;
      width: 11px;
      height: 14px;
      border: solid 4px #000;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -6px;
      top: 9px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-right-style: solid;
      border-color: transparent transparent transparent #000; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: none;
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: white;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(171, 233, 232, 0.6); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      display: block;
      width: 0;
      height: 0;
      border: inset 16px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: black; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #6b5792; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: black;
      left: 50%;
      margin-left: -8px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #6b5792; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px; }
  .orbit-bullets li {
    display: block;
    width: 1.14286em;
    height: 1.14286em;
    background: #abe9e8;
    float: left;
    margin-right: 6px;
    border: solid 1px #6b5792;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #6b5792; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 768px) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }
@media only screen and (max-width: 768px) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important; }
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none; } }
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 2em;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px; }
  .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  .reveal-modal .close-reveal-modal {
    font-size: 2.2em;
    line-height: 1;
    position: absolute;
    top: 0.8em;
    right: 1.1em;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer; }

@media only screen and (min-width: 768px) {
  .reveal-modal {
    padding: 3em;
    top: 10em; }
    .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; }
    .reveal-modal.small {
      margin-left: -20%;
      width: 40%; }
    .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; }
    .reveal-modal.large {
      margin-left: -35%;
      width: 70%; }
    .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }
@media print {
  .reveal-modal {
    background: #fff !important; } }
/* Breadcrumbs */
.breadcrumbs {
  display: block;
  padding: 0.42857em 1em 0.64286em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: none;
  border-width: 0;
  background-color: none;
  border-color: none;
  -webkit-border-radius: 50px;
  border-radius: 50px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 14px;
    text-transform: none; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: none; }
    .breadcrumbs > * a,
    .breadcrumbs > * span {
      text-transform: none;
      color: black; }
    .breadcrumbs > *.current {
      cursor: default;
      color: black; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: black; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #c1c1c1; }
      .breadcrumbs > *.unavailable a {
        color: #c1c1c1; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #c1c1c1;
        cursor: default; }
    .breadcrumbs > *:before {
      content: ">";
      color: #aaaaaa;
      margin: 0 0.85714em;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Default Pagination */
ul.pagination {
  display: block;
  height: 2.4em;
  margin-left: -0.5em; }
  ul.pagination li {
    height: 2.4em;
    color: #222222;
    font-size: 1.4em;
    margin-left: 0.5em; }
    ul.pagination li a {
      display: block;
      padding: 0.1em 0.7em 0.1em;
      color: black; }
    ul.pagination li:hover a,
    ul.pagination li a:focus {
      background: black; }
    ul.pagination li.unavailable a {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
      background: transparent; }
    ul.pagination li.current a {
      background: none;
      color: black;
      font-weight: normal;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus {
        background: none; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }
  .pagination-centered ul.pagination li {
    border-left: 1px solid #e5e5e5;
    padding: 0;
    margin: 0;
    height: auto; }
    .pagination-centered ul.pagination li:first-child {
      border: 0; }
    .pagination-centered ul.pagination li.navigate-pagination {
      border: 0; }
    .pagination-centered ul.pagination li.current {
      border: 0; }
      .pagination-centered ul.pagination li.current a {
        background-color: #495c6d;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        text-decoration: none; }
      .pagination-centered ul.pagination li.current + li {
        border: 0; }
    .pagination-centered ul.pagination li a {
      color: #648aa8;
      padding: 8px 15px; }
      .pagination-centered ul.pagination li a:focus {
        background: none; }

/* Tables */
table {
  background: none;
  margin-bottom: 2em;
  border: solid 1px #c1c1c1; }
  table thead,
  table tfoot {
    background: none;
    font-weight: bold; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.8em 1em 1em;
      font-size: 1.4em;
      color: #222222;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.9em 1em;
    font-size: 1.4em;
    color: #222222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: none; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.8em; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 0 white;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-transition: all 0 ease-out;
  -moz-transition: all 0 ease-out;
  transition: all 0 ease-out; }
  .th:hover, .th:focus {
    -webkit-box-shadow: 0;
    box-shadow: 0; }
  .th.radius {
    -webkit-border-radius: 50px;
    border-radius: 50px; }

a.th {
  display: inline-block;
  max-width: 100%; }

@media only screen and (max-width: 767px) {
  .f-dropdown {
    max-width: 100%;
    left: 0; } }
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: black;
  border: solid 1px #d9d9d9;
  font-size: 10px;
  z-index: 99;
  margin-top: 2px;
  max-width: 600px; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent black transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #d9d9d9 transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown li {
    font-size: 1em;
    cursor: pointer;
    line-height: 1.28571em;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: none; }
    .f-dropdown li a {
      display: block;
      padding: 0.35714em 0.71429em;
      color: black; }
  .f-dropdown.content {
    position: absolute;
    top: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 2em;
    width: 100%;
    height: auto;
    max-height: none;
    background: black;
    border: solid 1px #d9d9d9;
    font-size: 10px;
    z-index: 99;
    max-width: 600px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }

/** (Imports: Colours, fonts, mixins, normalize and variables) **/
/*
We can find all colour names here:
http://chir.ag/projects/name-that-color/
*/
/*
 Just pull them into your classes and IDs by calling @include mixinName;
*/
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: white; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-mail-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

script {
  display: none !important; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  height: 100%; }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  height: auto; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/**
 * 1. Correct `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. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address 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 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `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; }

/**
 * Remove 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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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; }

/* BreadCrumbs */
.breadcrumbs {
  margin: 0;
  background: none;
  text-align: left;
  padding: 0; }
  .breadcrumbs ul {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1010px;
    width: 100%;
    *zoom: 1;
    display: block;
    float: none;
    padding: 20px 10px 5px; }
    .breadcrumbs ul:before, .breadcrumbs ul:after {
      content: " ";
      display: table; }
    .breadcrumbs ul:after {
      clear: both; }
    .breadcrumbs ul:hover a {
      text-decoration: underline; }
  .breadcrumbs li {
    display: inline;
    font-family: "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase; }
    .breadcrumbs li span {
      color: black;
      text-decoration: none;
      padding: 0 3px; }
    .breadcrumbs li:hover a {
      text-decoration: underline; }
    .breadcrumbs li strong {
      font-weight: normal; }
  .breadcrumbs a {
    color: black;
    font-size: 11px;
    text-decoration: underline;
    text-transform: uppercase;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    transition: color 300ms ease; }
    .breadcrumbs a:hover {
      color: #555555;
      text-decoration: underline; }

button.button::-moz-focus-inner {
  /* FF Fix */
  padding: 0;
  border: 0; }
button.button {
  margin: 0;
  padding: 0;
  background: #555555;
  cursor: pointer;
  vertical-align: middle; }
  button.button span {
    cursor: pointer;
    display: -moz-inline-stack;
    display: inline-block;
    color: white;
    text-decoration: none; }
    button.button span span {
      border: 0;
      padding: 10px 0;
      color: white;
      white-space: normal;
      text-transform: uppercase; }
  button.button:active {
    outline: none;
    /*
    bottom:-1px;
    right:-1px;
    position:relative;
    z-index:2;
    */ }
    button.button:active span span {
      margin: 0; }
  button.button:hover, button.button:focus {
    background: #888888; }
button.btn-small span {
  font-size: 0.8em;
  padding: 0;
  line-height: normal; }
  button.btn-small span span {
    padding: 0; }
button.disabled {
  cursor: default;
  bottom: 0;
  right: 0; }
  button.disabled span {
    cursor: default;
    color: #555555;
    background: #888888; }

a.button {
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  color: white;
  text-decoration: none; }
  a.button span {
    background: #555555;
    border: 0;
    padding: 10px 20px;
    margin: 0;
    color: white;
    cursor: pointer;
    display: -moz-inline-block;
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase; }
a:hover.button span, a:focus.button span {
  background: #888888; }

/* Buttons */
.buttons-set {
  /* general for button containing block */
  clear: both;
  margin: 15px 0; }
  .buttons-set p.back-link {
    float: left;
    padding: 0;
    text-align: left;
    margin: 0; }
  .buttons-set p.back-link a {
    color: #555555; }
  .buttons-set a.button {
    float: right; }
  .buttons-set button.button {
    float: right; }

a.back-link {
  color: #555555; }

.buttons-set2 {
  clear: both;
  margin: 5px 0 0;
  padding: 5px;
  background-color: #888888;
  text-align: right; }

.form-buttons {
  /* for button containing block under the general form */
  float: left;
  margin: 0;
  width: 100%; }
  .form-buttons .button {
    float: right; }
  .form-buttons p.back-link {
    float: left;
    width: 225px;
    padding: 2px 15px 0 0;
    text-align: right; }

/* Form Elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  color: black;
  border: 1px solid #888888;
  padding: 5px 5px 5px 5px;
  box-shadow: none;
  font-family: "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  height: 35px;
  line-height: 16px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    outline: none;
    background-color: white;
    border-color: 1px solid #555555;
    box-shadow: none; }

input,
select,
textarea,
button {
  vertical-align: middle;
  color: black; }

input.input-text,
select,
textarea {
  background-color: white;
  color: black;
  border: 1px solid #888888;
  padding: 5px 5px 5px 5px;
  box-shadow: none;
  font-family: "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  height: 35px;
  line-height: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  input.input-text:focus,
  select:focus,
  textarea:focus {
    outline: none;
    background-color: white;
    border-color: 1px solid #555555;
    box-shadow: none; }

select option {
  padding-right: 10px; }
select.multiselect option {
  padding: 2px 2px;
  border-bottom: 1px solid #a8a8a8; }
  select.multiselect option:last-child {
    border-top: 0; }

textarea {
  overflow: auto;
  resize: vertical; }
  textarea.default-value {
    color: #555555; }

input.radio {
  margin-right: 3px;
  font-size: 10px;
  margin-top: 2px;
  vertical-align: top; }
input.checkbox {
  margin-right: 3px;
  font-size: 11px;
  margin-top: 2px;
  vertical-align: top; }
input.qty {
  width: 2.5em; }
input.disabled {
  background: #a8a8a8;
  color: #555555; }

/* Fieldset */
.fieldset {
  font-size: 12px;
  margin: 0 0 16px; }
  .fieldset p {
    margin: 0 0 1.5em; }
  .fieldset h2.legend {
    margin: 0 0 .8em;
    color: black;
    font-size: 2.4em; }

/* Form lists */
.form-list li {
  margin: 0 0 9px;
  vertical-align: top; }
.form-list label {
  float: left;
  width: 100%;
  color: #555555;
  font-family: "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  padding: 2px 15px 0 0;
  margin: 0; }
.form-list .value {
  float: left;
  padding: 2px 0 0; }
.form-list .note {
  clear: both;
  font-size: 11px;
  width: 380px;
  margin: 0;
  padding: 3px 0 0 240px; }
.form-list span.label {
  font-weight: normal; }
.form-list .input-box {
  float: left; }
  .form-list .input-box a {
    font-size: 11px;
    margin-top: 4px; }
.form-list input.input-text {
  float: left;
  width: 374px;
  vertical-align: top; }
.form-list textarea {
  float: left;
  width: 374px;
  vertical-align: top;
  height: 13em; }
.form-list select {
  float: left;
  width: 380px;
  vertical-align: top; }
.form-list p {
  margin: 0;
  padding: 0 0 0 240px; }
.form-list li.add-row {
  margin-top: 15px; }
  .form-list li.add-row .btn-remove {
    font-size: 0;
    line-height: 0;
    padding: 5px 5px 0 0;
    margin: 0;
    text-align: right; }
.form-list .range input.input-text {
  float: none;
  width: 64px;
  vertical-align: middle; }
.form-list .add-field .input-box {
  margin-left: 240px; }
.form-list .control {
  /* row with checkbox or radio button */
  position: relative;
  vertical-align: top;
  z-index: 1; }
  .form-list .control label {
    line-height: 1.2; }
  .form-list .control .input-box {
    position: absolute;
    left: 0;
    margin-left: 240px;
    line-height: 16px;
    padding-top: 1px; }
  .form-list .control input.radio {
    margin-top: 3px; }

ul.add-row {
  margin-top: 15px; }
  ul.add-row .btn-remove {
    font-size: 0;
    line-height: 0;
    padding: 5px 5px 0 0;
    margin: 0;
    text-align: right; }

.form-alt label {
  float: none;
  display: inline;
  width: auto; }
.form-alt li {
  margin: 0 0 5px;
  line-height: 16px; }
.form-alt select {
  width: 496px; }
.form-alt .input-box {
  width: 496px;
  margin-top: 5px;
  padding-bottom: 11px; }
.form-alt .input-text {
  width: 480px; }

.form-list-narrow label {
  width: 105px; }
.form-list-narrow select {
  width: 290px; }
.form-list-narrow input.input-text {
  width: 285px; }
.form-list-narrow textarea {
  width: 285px; }
.form-list-narrow .wide {
  width: auto; }
.form-list-narrow .add-field .input-box {
  margin-left: 120px; }
.form-list-narrow .control .input-box {
  margin-left: 120px; }

.inner-form {
  margin: 10px 0 5px;
  padding: 10px 0 0;
  border: 1px dashed #d1d1d1;
  background: #f7f7f7; }
  .inner-form .form-alt label {
    padding-left: 5px; }

/* Date Of Birth */
.form-list .customer-dob label {
  float: left;
  width: 100%;
  color: #555555;
  font-family: "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  padding: 2px 15px 0 0;
  margin: 0; }
.form-list .customer-dob .input-box {
  float: left;
  width: auto;
  margin-right: 8px; }
  .form-list .customer-dob .input-box .validation-advice {
    display: none; }
.form-list .customer-dob input.input-text {
  float: none;
  display: block;
  margin-bottom: 2px; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year {
  float: left;
  margin-right: 8px;
  padding-right: 0;
  background: none; }
.form-list .customer-dob .dob-day .validation-advice,
.form-list .customer-dob .dob-month .validation-advice,
.form-list .customer-dob .dob-year .validation-advice {
  display: none; }
.form-list .customer-dob .dob-day input.input-text {
  width: 104px; }
.form-list .customer-dob .dob-month input.input-text {
  width: 104px; }
.form-list .customer-dob .dob-year {
  margin-right: 0; }
  .form-list .customer-dob .dob-year input.input-text {
    width: 138px; }

/* Combination of fields */
.form-list li.fields {
  margin: 0; }
  .form-list li.fields .field {
    clear: left;
    padding: 0 0 9px; }

.validation-advice {
  clear: both;
  font-size: 11px;
  padding: 3px 0 0;
  color: #b94a49; }

.product-options .validation-error .options-list {
  border: 1px solid #eed3d7;
  background: #f2dede; }
.product-options .validation-failed {
  border: 1px solid #eed3d7;
  background: #f2dede; }

input.input-text.validation-failed {
  background: #f2dede url("../images/bkg_input-failed.gif") 0 0 repeat-x; }

textarea.validation-failed {
  background: #f2dede url("../images/bkg_input-failed.gif") 0 0 repeat-x; }

span.validation-passed {
  background: url("../images/icon_ok.gif") 100% 2px no-repeat;
  padding-right: 20px; }

div.validation-passed {
  background: url("../images/icon_ok.gif") 100% 2px no-repeat;
  padding-right: 20px; }

span.validation-error {
  background: url("../images/icon_error.gif") 100% 2px no-repeat;
  padding-right: 20px; }

div.validation-error {
  background: url("../images/icon_error.gif") 100% 2px no-repeat;
  padding-right: 20px; }

.required em {
  color: #b94a49;
  margin-right: 4px; }

p.required {
  margin: 0;
  padding: 5px 0 7px;
  text-align: right;
  width: 620px;
  font-size: 1.1em;
  color: #b94a49; }

.form-list .validation-advice {
  width: 250px;
  margin-right: -250px; }

/* Expiration date and CVV number validation fix */
.v-fix {
  float: left; }
  .v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative; }

* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Baskerville", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  color: black;
  background: white;
  text-align: left; }

p {
  font-family: "Baskerville", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  color: black;
  font-size: 14px;
  line-height: 18px; }

img {
  border: 0;
  vertical-align: top; }

a {
  color: #888888;
  text-decoration: underline; }
  a:hover {
    text-decoration: none;
    color: #6f6f6f; }
  a:focus {
    outline: 0; }
  a img {
    border: none; }

/* Headings */
h1 {
  font-size: 3.4em;
  font-weight: normal; }

h2 {
  font-size: 2.5em;
  font-weight: normal; }

h3 {
  font-size: 2.4em;
  font-weight: bold; }

h4 {
  font-size: 1.8em;
  font-weight: bold; }

h5 {
  font-size: 1.5em;
  font-weight: bold; }

h6 {
  font-size: 1.2em;
  font-weight: bold; }

/* Forms */
form {
  display: inline; }

fieldset {
  border: 0; }

legend {
  display: none; }

/* Table */
table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%; }

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

/* Content */
address {
  font-style: normal; }

cite {
  font-style: normal; }

q, blockquote {
  quotes: none; }

q:before,
q:after {
  content: ''; }

small {
  font-size: 10px; }

big {
  font-size: 1.2em; }

/* Lists */
ul, ol {
  list-style: none; }

/* Links */
ul.links li,
ul.links li {
  display: inline; }

ul.links li .separator {
  margin: 0 2px 0 5px;
  font-size: 10px;
  color: white; }
ul.links li.last .separator {
  display: none; }

.link-rss {
  background: none;
  padding-right: 18px;
  white-space: nowrap; }
  .link-rss:hover {
    color: white; }

.link-print {
  background: none;
  padding: 2px 0 2px 25px;
  white-space: nowrap; }

.link-cart {
  font-size: 11px;
  font-weight: bold;
  color: black;
  text-decoration: underline; }
  .link-cart:hover {
    color: white;
    text-decoration: none; }

/* Global Messages */
.messages {
  float: left;
  width: 100%;
  margin: 10px 0;
  text-align: left;
  overflow: hidden; }
  .messages > li {
    padding: 10px 12px; }
  .messages li {
    margin: 0;
    padding: 10px 12px;
    word-wrap: break-word; }
  .messages ul {
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    position: relative; }
    .messages ul li {
      margin: 0;
      padding: 0; }
  .messages a {
    text-decoration: underline; }
    .messages a:hover {
      text-decoration: none; }
  .messages li.error-msg,
  .messages li.success-msg,
  .messages li.note-msg,
  .messages li.notice-msg {
    border-style: solid;
    border-width: 1px;
    font-size: 12px; }

p.error-msg {
  color: #b94a49;
  background: #f2dede;
  border: 0;
  padding: 10px;
  font-size: 12px;
  margin: 10px 0; }

/* Error Message */
.messages li.error-msg {
  color: #b94a49;
  background: #f2dede;
  border: 0; }
  .messages li.error-msg a {
    color: #b94a49; }

/* Success Message */
.messages li.success-msg {
  color: #6aa315;
  background: #eff5ea;
  border: 0; }
  .messages li.success-msg a {
    color: #6aa315;
    font-size: 1.2rem;
    text-decoration: underline; }

#messages_product_view .messages li li {
  margin: 0; }

/* Notification Message */
.messages li.note-msg,
.messages li.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  color: #3d6611; }
  .messages li.note-msg a,
  .messages li.notice-msg a {
    color: #3d6611; }

/* std class reset */
.std .messages {
  margin-top: 0;
  width: auto;
  list-style: none;
  padding: 0;
  margin-bottom: 0; }
  .std .messages ul {
    list-style: none;
    padding-left: 17px;
    margin: 0; }

.cards-list dt {
  margin: 5px 0 0; }

.cards-list .offset {
  padding: 2px 0 2px 20px; }

.divider {
  margin: 16px 0;
  background: #e7e7e7;
  font-size: 0;
  line-height: 0;
  height: 1px;
  overflow: hidden; }

.row {
  margin-bottom: 20px; }

/* Global site notices */
.global-site-notice {
  color: #2f2f2f;
  font-size: 12px;
  text-align: center;
  border: 1px solid #cfcfcf;
  line-height: 1.25; }
  .global-site-notice .notice-inner {
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    text-align: left; }
    .global-site-notice .notice-inner .actions {
      padding-top: 10px; }
    .global-site-notice .notice-inner p {
      margin: 0;
      padding: 10px;
      border: 1px dotted #cccc73; }

/* Cookie Notice */
/* Noscript Notice */
/* Demo Notice */
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1.15;
  border: 0; }
  .demo-notice .notice-inner {
    padding: 0;
    text-align: center; }
    .demo-notice .notice-inner p {
      padding: 0;
      border: 0; }

/* Class: std - styles for admin-controlled content */
/* Data Table */
.table-caption {
  border: 1px solid #ddd;
  border-bottom: 0;
  margin: -1px 0 0;
  background: white url(../images/bkg_block-title.gif) 0 100% repeat-x;
  font: 14px/1.25 Arial, Helvetica, sans-serif;
  padding: 3px 7px 4px;
  color: #444; }
  .table-caption a {
    font-size: 11px;
    text-transform: lowercase; }

.data-table {
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  width: 100%;
  border-collapse: separate; }
  .data-table th {
    padding: 5px 12px;
    color: #2d2d2d;
    border-bottom: 1px solid #d9d9d9;
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap; }
    .data-table th .tax-flag {
      white-space: nowrap;
      font-weight: normal; }
    .data-table th.label {
      font-weight: bold;
      text-transform: none;
      border-color: #fff;
      background-color: #f7f7f7; }
  .data-table td {
    padding: 5px 12px; }
    .data-table td.label {
      font-weight: bold;
      text-transform: none;
      border-color: #fff;
      background-color: #f7f7f7; }
    .data-table td.value {
      float: none; }
  .data-table thead {
    background: #e8e8e8 url(../images/bkg_thead.gif) repeat-x 0 0;
    font-size: 11px; }
  .data-table tfoot {
    background-color: #ededed; }
    .data-table tfoot td {
      padding: 5px 12px; }
    .data-table tfoot th {
      border: none;
      text-transform: none; }
    .data-table tfoot tr.last th, .data-table tfoot tr.last td {
      border-bottom: 1px solid #d9d9d9; }
    .data-table tfoot tr:last-child td, .data-table tfoot tr:last-child th {
      border-bottom: 1px solid #d9d9d9; }
  .data-table tbody tr:nth-child(odd) {
    background-color: #fff; }
  .data-table tbody tr:nth-child(even) {
    background-color: #fff; }
  .data-table tbody.odd td {
    border-width: 0 1px; }
  .data-table tbody.odd tr.border td {
    border-bottom-width: 1px; }
  .data-table tbody.even {
    background-color: #f5f5f5; }
    .data-table tbody.even td {
      border-width: 0 1px; }
    .data-table tbody.even tr.border td {
      border-bottom-width: 1px; }
  .data-table tr.odd {
    background-color: #fff; }
  .data-table tr.even {
    background-color: #fff; }
  .data-table .link-rss {
    display: block; }

.page-popup .data-table td, .page-popup .data-table th {
  border-bottom: 1px solid #d9d9d9; }
.page-popup .buttons-set .button {
  float: right; }

/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer; }
  tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 0;
    background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
    cursor: pointer; }
tr.show-details .summary-collapse {
  background-position: 0 -53px; }
tr.summary-details td {
  background-color: #ede9e6;
  font-size: 12px;
  padding: 5px; }
tr.summary-details-excluded {
  font-style: italic; }

/* Shopping cart tax info */
.cart-tax-info {
  display: block;
  padding-right: 20px; }
  .cart-tax-info .cart-price {
    display: block;
    padding-right: 20px; }

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(../images/bkg_collapse.gif) 100% 3px no-repeat;
  cursor: pointer; }

.cart-tax-total-expanded {
  background-position: 100% -54px; }

.data-table .btn-remove {
  display: block;
  margin: 0 auto;
  width: 13px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_remove.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
  cursor: pointer; }

@media only screen and (max-width: 768px) {
  .account-page-order-table thead {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .account-page-order-table tr {
    display: block !important; } }
@media only screen and (max-width: 768px) {
  .account-page-order-table tr td {
    display: block !important;
    float: none;
    width: 100%; } }

.exam-copy-download-table .course-date-header {
  width: 120px;
  text-align: left;
  white-space: nowrap; }
.exam-copy-download-table .book-title-header {
  text-align: left; }
.exam-copy-download-table tr th {
  text-align: left; }

/* Page Heading */
.page-title {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left;
  background: none;
  border-bottom: 1px solid black;
  margin: 0 0 18px 0;
  padding: 10px 0 12px; }
  @media only screen and (min-width: 768px) {
    .page-title {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      float: left; } }

.page-title .link-rss {
  float: right;
  margin-top: 8px; }
.page-title h1, .page-title h2 {
  color: black;
  font-family: "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  text-align: left;
  text-transform: none;
  font-size: 2.834em;
  margin: 0; }

.title-buttons {
  text-align: right; }
  .title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
    float: left; }
  .title-buttons .link-print {
    float: right;
    margin-top: 4px; }

.subtitle {
  clear: both;
  padding: 10px 0;
  font-size: 18px;
  color: #d12c01; }

.page-popup .page-title,
.col-main .page-title {
  margin: 0 0 18px 0; }

.col1-layout .col-main .page-title {
  margin: 0 0 18px 0;
  margin-bottom: 10px; }

.sub-title {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  line-height: 19px;
  margin: 0 0 10px; }
  .sub-title .separator {
    font-weight: normal; }
  .sub-title a {
    font-size: 11px;
    font-weight: normal;
    text-transform: lowercase; }

.section-title {
  font-size: 14px;
  font-weight: normal;
  color: #151515;
  margin: 0 0 5px; }

/*--------------------TOOLBAR----------------------*/
/* Toolbar */
.toolbar {
  width: 100%;
  float: left;
  margin-top: 0; }
  .toolbar .pager {
    margin: 0 0 0;
    border: 0; }

/* Pager */
.pager {
  padding-left: 0;
  padding-right: 0;
  width: 58.33333%;
  margin-left: 8.33333%;
  float: left;
  margin: 15px 0;
  font-size: 11px;
  background: none;
  border: 0;
  color: black; }
  .pager p {
    margin: 0; }
  .pager select {
    padding: 0;
    margin-bottom: 1px; }
  .pager .amount {
    float: left;
    line-height: 20px; }
    .pager .amount strong {
      font-weight: normal; }
  .pager .limiter {
    float: right;
    line-height: 20px; }
  .pager .pages {
    margin: 0 auto;
    display: block;
    text-align: center;
    color: black;
    line-height: 20px; }
    .pager .pages a {
      color: black;
      font-family: "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      text-decoration: none; }
      .pager .pages a:hover {
        color: #555555;
        background: none;
        text-decoration: underline; }
      .pager .pages a .fa {
        font-size: 11px; }
    .pager .pages ol,
    .pager .pages li {
      display: inline-block;
      background: none;
      padding: 0 2px; }
      .pager .pages ol:hover a,
      .pager .pages li:hover a {
        background: none; }
    .pager .pages .current a {
      color: #555555;
      background: none;
      text-decoration: underline;
      font-weight: normal; }
    .pager .pages .i-previous,
    .pager .pages .i-next {
      text-decoration: none;
      vertical-align: middle; }

.pager-only {
  clear: both; }
  .pager-only .pages {
    margin: 0; }

/* Sorter */
.sorter {
  float: left;
  width: 154px;
  font-size: 11px;
  margin: 0 0 0 12px;
  background: none;
  border-top: 0;
  color: black; }
  @media only screen and (min-width: 768px) {
    .sorter {
      margin: 0 0 0 20px; } }
  .sorter p {
    margin: 0; }
  .sorter select {
    padding: 0;
    margin-bottom: 1px;
    min-width: 150px; }
  .sorter .view-mode {
    float: left;
    line-height: 20px;
    white-space: nowrap; }
    .sorter .view-mode label {
      float: left;
      margin: 0 5px 0 0; }
    .sorter .view-mode a.list-fix,
    .sorter .view-mode a.list,
    .sorter .view-mode strong.list-fix,
    .sorter .view-mode strong.list,
    .sorter .view-mode a.grid-fix,
    .sorter .view-mode a.grid,
    .sorter .view-mode strong.grid-fix,
    .sorter .view-mode strong.grid {
      background: none;
      float: left;
      width: 24px;
      height: 17px;
      text-align: left;
      text-indent: -999em;
      overflow: hidden;
      margin: 2px 0 0; }
    .sorter .view-mode a.list {
      background: none; }
    .sorter .view-mode strong.list {
      background: none; }
    .sorter .view-mode a.grid {
      background: none; }
    .sorter .view-mode strong.grid {
      background: none; }
    .sorter .view-mode a.list-fix {
      background: none; }
    .sorter .view-mode strong.list-fix {
      background: none; }
    .sorter .view-mode a.grid-fix {
      background: none; }
    .sorter .view-mode strong.grid-fix {
      background: none; }
  .sorter .sort-by {
    float: right;
    line-height: 20px; }

.amount-wrap {
  float: left;
  width: auto; }
  .amount-wrap .amount {
    color: black;
    font-family: "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 15px;
    margin: 0; }

.toolbar-bottom .limiter {
  display: none; }
.toolbar-bottom .sorter {
  display: none; }
.toolbar-bottom .amount-wrap {
  display: none; }
  .toolbar-bottom .amount-wrap .amount {
    color: black;
    font-family: "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase; }
.toolbar-bottom .filter-toggle {
  display: none; }
.toolbar-bottom .pager {
  width: 100%;
  padding: 10px 0 80px; }
  .toolbar-bottom .pager li:not(.navigate-pagination) a {
    font-weight: 700; }
  .toolbar-bottom .pager li:nth-child(2) {
    border-left: none; }

/* Helper Classes */
/*---------- MAGENTO TOOLS ----------*/
.hidden {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  overflow: hidden; }

.nobr {
  white-space: nowrap; }

.wrap {
  white-space: normal; }

.a-left {
  text-align: left; }

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

.a-right {
  text-align: right; }

.v-top {
  vertical-align: top; }

.v-middle {
  vertical-align: middle; }

.f-left, .left {
  float: left; }

.f-right, .right {
  float: right; }

.f-none {
  float: none; }

.f-fix {
  float: left;
  width: 100%; }

.no-display {
  display: none; }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.no-bg {
  background: none; }

/*---------- YETI TOOLS ----------*/
.box-full {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left; }

.box-one-half {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 768px) {
    .box-one-half {
      padding-left: 10px;
      padding-right: 10px;
      width: 50%;
      float: left; } }

.box-one-third {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 768px) {
    .box-one-third {
      padding-left: 10px;
      padding-right: 10px;
      width: 50%;
      float: left; } }
  @media only screen and (min-width: 1024px) {
    .box-one-third {
      padding-left: 10px;
      padding-right: 10px;
      width: 33.33333%;
      float: left; } }

.box-one-quarter {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 768px) {
    .box-one-quarter {
      padding-left: 10px;
      padding-right: 10px;
      width: 50%;
      float: left; } }
  @media only screen and (min-width: 1024px) {
    .box-one-quarter {
      padding-left: 10px;
      padding-right: 10px;
      width: 25%;
      float: left; } }

.mobile-only {
  display: block; }
  @media only screen and (min-width: 640px) {
    .mobile-only {
      display: none; } }

.hide-desktop {
  display: block; }
  @media only screen and (min-width: 768px) {
    .hide-desktop {
      display: none; } }

.smaller-small {
  display: none; }
  @media only screen and (min-width: 640px) {
    .smaller-small {
      display: block; } }
  @media only screen and (min-width: 768px) {
    .smaller-small {
      display: block; } }
  @media only screen and (min-width: 1024px) {
    .smaller-small {
      display: none; } }

.smaller-only {
  display: none; }
  @media only screen and (min-width: 640px) {
    .smaller-only {
      display: block; } }
  @media only screen and (min-width: 768px) {
    .smaller-only {
      display: none; } }
  @media only screen and (min-width: 1024px) {
    .smaller-only {
      display: none; } }

.small-only {
  display: none; }
  @media only screen and (min-width: 768px) {
    .small-only {
      display: block; } }
  @media only screen and (min-width: 1024px) {
    .small-only {
      display: none; } }

.medium-only {
  display: none; }
  @media only screen and (min-width: 768px) {
    .medium-only {
      display: none; } }
  @media only screen and (min-width: 1024px) {
    .medium-only {
      display: block; } }

/*---------- FOUNDATION TOOLS ----------*/
.left {
  float: left; }

.right {
  float: right; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

.align-left {
  text-align: left !important; }

/*----------------------------------------*/
/*----------------------------------------*/
/** Developers can match HTML to PSD file from designer here **/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?tcy0qf");
  src: url("../fonts/icomoon.eot?tcy0qf#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?tcy0qf") format("truetype"), url("../fonts/icomoon.woff?tcy0qf") format("woff"), url("../fonts/icomoon.svg?tcy0qf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
.home-feature .slick-prev:before,
.home-feature .slick-next:before,
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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; }

.icon-chevron-thin-right:before {
  content: "\e906"; }

.icon-chevron-thin-left:before {
  content: "\e907"; }

.icon-circle-minus:before {
  content: "\e905"; }

.icon-circle-plus:before {
  content: "\e904"; }

.icon-add:before {
  content: "\e908"; }

.home-feature .slick-next:before,
.icon-chevron-right:before {
  content: "\e902"; }

.home-feature .slick-prev:before,
.icon-chevron-left:before {
  content: "\e903"; }

.icon-minus:before {
  content: "\e901"; }

.icon-plus:before {
  content: "\e900"; }

.icon-add2:before {
  content: "\e900"; }

* {
  margin: 0;
  padding: 0; }

html,
body {
  font-family: "Baskerville", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  color: black;
  background: white;
  text-align: left;
  font-family: "Droid Sans", sans-serif; }
  html.small-font,
  body.small-font {
    font-size: 8px; }
  html.large-font,
  body.large-font {
    font-size: 12px; }
  html .form-subscribe-header,
  body .form-subscribe-header {
    font-size: 0.9999em; }

p, address {
  font-family: "Baskerville", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  color: black;
  font-size: 1.5em;
  line-height: 20px;
  color: #58595b;
  font-family: "Droid Sans", sans-serif; }

address {
  color: #000; }

img {
  border: 0;
  vertical-align: top; }

a {
  font-family: "Open Sans", sans-serif;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #000;
    font-weight: normal; }
  a:focus {
    outline: 0; }
  a img {
    border: none; }

/* Headings - font-size found in style/general/variables */
h1, .page-title h1 {
  font: normal 3.4em "Droid Sans", sans-serif;
  color: #000;
  text-transform: uppercase; }

h2, .page-title h2 {
  font: normal 2.5em "Droid Sans", sans-serif;
  color: #000;
  text-transform: uppercase; }

h3 {
  font: bold 2.4em "Droid Sans", sans-serif;
  color: #394959;
  text-transform: uppercase; }

h4 {
  font: bold 1.8em "Droid Sans", sans-serif;
  color: #7c9197;
  text-transform: uppercase; }

h5 {
  font: bold 1.5em "Droid Sans", sans-serif;
  color: #2b3848;
  text-transform: uppercase; }

h6 {
  font: bold 1.2em "Droid Sans", sans-serif;
  color: #7c9197;
  text-transform: uppercase; }

/* Forms */
form {
  display: block; }

fieldset {
  border: 0; }

legend {
  display: none; }

/* Table */
table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%; }

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

/* Content */
address {
  font-style: normal; }

cite {
  font-style: normal; }

q, blockquote {
  quotes: none; }

q:before,
q:after {
  content: ''; }

small {
  font-size: 1em; }

big {
  font-size: 1.2em; }

/* Lists */
ul, ol {
  list-style: none;
  background-color: transparent; }

button.button {
  background-color: #2b3848;
  font: bold 1.8rem "Droid Sans", sans-serif;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  white-space: nowrap;
  border: 0; }
  button.button:hover, button.button:focus, button.button:hover span {
    color: #a3dfe2;
    background-color: #2b3848; }

/*inputs */
input.input-text, select, textarea {
  font-family: "Droid Sans", sans-serif; }

body .main {
  padding: 0;
  overflow: visible; }

a.alternate-button {
  color: #38495a;
  font: bold 1em "Droid Sans", sans-serif;
  background-color: #b1e5e8;
  padding: 12px 8px;
  text-align: center;
  text-transform: uppercase;
  margin: 14px 0;
  display: inline-block;
  text-decoration: none;
  width: 100%; }

.site-breadcrumbs li a {
  color: #648aa8;
  text-decoration: none; }
.site-breadcrumbs li strong {
  color: #38495a; }
.site-breadcrumbs .breadcrumbs {
  padding: 10px 0 10px 10px; }
  .site-breadcrumbs .breadcrumbs > *:before {
    color: #648aa8;
    font: 11px "Droid Sans", sans-serif;
    margin: 0 7px; }

#fancybox-overlay {
  /*   display: none !important;
     @media only screen and (min-width:768px) {
         display: block !important;
     }*/ }

#popup-form {
  padding-top: 4%; }

#form-text {
  padding-top: 15%; }

#email-icon {
  margin-top: -20px;
  height: 40px;
  width: 40px; }

#news-button {
  margin-top: 5px; }

#newsletter-popup {
  width: 522px;
  display: none; }
  @media only screen and (min-width: 768px) {
    #newsletter-popup {
      display: block; } }
  #newsletter-popup h1 {
    font: bold 2.7em "Droid Sans", sans-serif;
    color: #2b3848;
    margin: 15px 0 0; }
  #newsletter-popup h5 {
    font: normal 1.6em "Droid Sans", sans-serif;
    color: #666; }
  #newsletter-popup .content {
    background: white; }
  #newsletter-popup #form-text {
    text-align: center;
    padding-top: 4%; }
  #newsletter-popup #cm_email {
    background: url(../images/img_newsletter.png) no-repeat 4px center white;
    text-indent: 33px;
    width: 100%;
    margin: 0 0 20px; }
  #newsletter-popup #news-button {
    color: white;
    font: bold 1.2em "Droid Sans", sans-serif;
    background-color: #2b3848;
    float: right;
    text-transform: uppercase; }

#newsletter-registration-form {
  background-color: #b1e4e8;
  padding: 24px 33px 23px;
  overflow: hidden;
  margin: 0; }
  @media only screen and (min-width: 640px) {
    #newsletter-registration-form {
      width: 58%;
      float: right; } }
  @media only screen and (min-width: 768px) {
    #newsletter-registration-form {
      float: none;
      width: auto; } }
  #newsletter-registration-form label {
    font: bold 2em/1 "Droid Sans", sans-serif;
    color: #2b3848;
    margin: 0 0 20px; }
    #newsletter-registration-form label span {
      font-size: 0.6em;
      font-weight: normal;
      color: #666; }
  #newsletter-registration-form .v-fix, #newsletter-registration-form .form-subscribe {
    float: none;
    overflow: hidden;
    padding: 0; }
  #newsletter-registration-form .form-subscribe button.button {
    font-size: 1.2em; }

@media only screen and (max-width: 1023px) {
  body #fancybox-overlay,
  body #fancybox-wrap {
    display: none !important; } }
body #fancybox-close {
  background: url(../images/icon_fancy_close.png) no-repeat center;
  right: -24px;
  top: 12px; }

.viewMoreNext {
  height: 140px;
  overflow: hidden; }
  .viewMoreNext.view-cart {
    height: 80px; }
  .viewMoreNext + a.sidebarViewMore {
    display: block;
    background: -moz-linear-gradient(bottom, white 45%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(bottom, white 45%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, white 45%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 0 0; }
    .viewMoreNext + a.sidebarViewMore span {
      padding: 10px 0;
      font: normal 1.4rem "Droid Sans", sans-serif;
      color: #38495a;
      text-decoration: underline;
      display: none; }
      .viewMoreNext + a.sidebarViewMore span:first-child {
        display: block; }
  .viewMoreNext.expanded {
    height: auto; }
    .viewMoreNext.expanded + a.sidebarViewMore {
      position: static;
      padding: 0; }
      .viewMoreNext.expanded + a.sidebarViewMore span {
        display: block; }
        .viewMoreNext.expanded + a.sidebarViewMore span:first-child {
          display: none; }

.account-login {
  background: none; }

.ellipse {
  position: relative; }
  .ellipse:after {
    content: '\2026';
    display: block;
    color: #648aa8;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 32%, white 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 32%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 32%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    padding: 0 0 0 5%;
    line-height: 1.4;
    width: 20%; }
  .ellipse:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 44%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 44%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 44%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    height: 25px;
    width: 100%; }

select {
  font: bold 14px "Droid Sans", sans-serif;
  color: #648aa8;
  text-transform: uppercase;
  box-shadow: 0 0 3px #797979;
  border: 0; }
  select option {
    background: #a3dfe2;
    padding: 0 0 0 5px; }
    select option:hover, select option:checked {
      box-shadow: 0 0 10px 100px #cee8ea inset; }

.book-cover-container {
  width: 100%;
  position: relative; }
  .book-cover-container img {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
    -webkit-transition: .2s;
    transition: .2s; }
  .book-cover-container a:hover img {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px); }
  .book-cover-container .book-image {
    width: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0; }
  .book-cover-container.compact-object-fit {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain; }
    .book-cover-container.compact-object-fit .book-image {
      display: none; }
  .book-cover-container.top .book-image {
    bottom: auto;
    top: 0; }
  .book-cover-container.top.compact-object-fit {
    background-position: top center; }

.hide {
  display: none; }

.donation-label {
  display: inline-block; }

.cms-template .cms-static-blocks {
  border: 4px solid #ec008c;
  margin: 0 0 20px; }
  .cms-template .cms-static-blocks:after {
    content: attr(class);
    display: block;
    float: left;
    width: 100%;
    color: #ec008c;
    font: bold 1.4rem "Droid Sans", sans-serif; }

.cms-page-view .std,
.cms-page-view .std .cms-static-blocks {
  overflow: hidden;
  padding: 17px 24px; }
  .cms-page-view .std h2,
  .cms-page-view .std .cms-static-blocks h2 {
    font: bold 2.5rem "Droid Sans", sans-serif;
    color: black; }
  .cms-page-view .std h3,
  .cms-page-view .std .cms-static-blocks h3 {
    font: bold 1.6rem "Droid Sans", sans-serif;
    color: #2b3848; }
  .cms-page-view .std h4,
  .cms-page-view .std .cms-static-blocks h4 {
    font: normal 1.5rem "Droid Sans", sans-serif;
    color: black; }
  .cms-page-view .std li,
  .cms-page-view .std .cms-static-blocks li {
    color: #58595b; }
  .cms-page-view .std p,
  .cms-page-view .std .cms-static-blocks p {
    font: normal 1.4rem "Droid Sans", sans-serif;
    margin: 1rem 0 2rem; }
    .cms-page-view .std p a,
    .cms-page-view .std .cms-static-blocks p a {
      display: inline;
      font-size: inherit; }
  .cms-page-view .std h1, .cms-page-view .std h2, .cms-page-view .std h3, .cms-page-view .std h4, .cms-page-view .std h5, .cms-page-view .std h6,
  .cms-page-view .std a, .cms-page-view .std p, .cms-page-view .std span,
  .cms-page-view .std .cms-static-blocks h1,
  .cms-page-view .std .cms-static-blocks h2,
  .cms-page-view .std .cms-static-blocks h3,
  .cms-page-view .std .cms-static-blocks h4,
  .cms-page-view .std .cms-static-blocks h5,
  .cms-page-view .std .cms-static-blocks h6,
  .cms-page-view .std .cms-static-blocks a,
  .cms-page-view .std .cms-static-blocks p,
  .cms-page-view .std .cms-static-blocks span {
    font-family: "Droid Sans", sans-serif !important; }
  .cms-page-view .std a,
  .cms-page-view .std .cms-static-blocks a {
    font: normal 1.5rem "Droid Sans", sans-serif;
    color: #648aa8;
    display: inline; }
    .cms-page-view .std a + a,
    .cms-page-view .std .cms-static-blocks a + a {
      margin: 0; }
  .cms-page-view .std li,
  .cms-page-view .std .cms-static-blocks li {
    font-size: 1.4rem; }
  .cms-page-view .std ol,
  .cms-page-view .std .cms-static-blocks ol {
    padding: 0 0 28px 20px; }
    .cms-page-view .std ol > li,
    .cms-page-view .std .cms-static-blocks ol > li {
      list-style: decimal;
      font-size: 1.5rem; }
    .cms-page-view .std ol ul,
    .cms-page-view .std .cms-static-blocks ol ul {
      padding: 0 0 0 20px; }
      .cms-page-view .std ol ul li,
      .cms-page-view .std .cms-static-blocks ol ul li {
        list-style: square; }
    .cms-page-view .std ol.alphabetical > li,
    .cms-page-view .std .cms-static-blocks ol.alphabetical > li {
      list-style: lower-alpha; }
  .cms-page-view .std ul,
  .cms-page-view .std .cms-static-blocks ul {
    list-style: inherit;
    margin-bottom: 20px; }

.cms-page-view .cms-static-blocks {
  overflow: hidden;
  padding: 0 0 34px; }

.cms-page-view .std ul.cms-list,
.cms-page-view .std ol.cms-list {
  margin: 0 45px 25px; }
  .cms-page-view .std ul.cms-list li,
  .cms-page-view .std ol.cms-list li {
    list-style-position: outside !important; }
.cms-page-view .std .cms-static-blocks.cms-section-one > div {
  float: left;
  width: 100%;
  background: transparent; }
  @media only screen and (min-width: 768px) {
    .cms-page-view .std .cms-static-blocks.cms-section-one > div {
      width: 75%; } }
  .cms-page-view .std .cms-static-blocks.cms-section-one > div ul {
    list-style: inside;
    padding-left: 0; }
    .cms-page-view .std .cms-static-blocks.cms-section-one > div ul li.active {
      color: #648aa8;
      background: #d1eff0; }
  .cms-page-view .std .cms-static-blocks.cms-section-one > div:first-child {
    background: #e8f6f7;
    padding: 20px 15px; }
    @media only screen and (min-width: 768px) {
      .cms-page-view .std .cms-static-blocks.cms-section-one > div:first-child {
        max-width: 231px;
        width: 20%;
        margin: 0 4% 0 0; } }
    .cms-page-view .std .cms-static-blocks.cms-section-one > div:first-child > * {
      text-align: center; }
    .cms-page-view .std .cms-static-blocks.cms-section-one > div:first-child ul {
      list-style: none; }
    .cms-page-view .std .cms-static-blocks.cms-section-one > div:first-child li {
      border-top: 4px solid white;
      text-align: center;
      padding: 14px 0; }
@media only screen and (min-width: 768px) {
  .cms-page-view .std .cms-static-blocks.cms-section-one.right-column > div:first-child {
    float: right;
    margin: 0 0 0 4%; } }
.cms-page-view .std .cms-static-blocks.cms-section-one h2 {
  margin: 15px 0; }
  @media only screen and (min-width: 768px) {
    .cms-page-view .std .cms-static-blocks.cms-section-one h2 {
      margin: 5px 0 12px; } }
.cms-page-view .std .cms-static-blocks.cms-section-one h3 {
  text-align: center; }
  @media only screen and (min-width: 940px) {
    .cms-page-view .std .cms-static-blocks.cms-section-one h3 {
      text-align: left; } }
.cms-page-view .std .cms-section-three {
  background: #e8f6f7; }
  @media only screen and (min-width: 768px) {
    .cms-page-view .std .cms-section-three {
      padding: 38px 0; } }
  .cms-page-view .std .cms-section-three > div {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .cms-page-view .std .cms-section-three > div {
        float: left;
        width: 33%;
        padding: 0 5% 0 3%;
        border-left: 4px solid white; } }
    .cms-page-view .std .cms-section-three > div:first-child {
      border-left: 0; }
.cms-page-view .std .cms-section-four {
  padding: 0; }
.cms-page-view .std .cms-section-five > div,
.cms-page-view .std .cms-section-five > li,
.cms-page-view .std .cms-section-eight > div,
.cms-page-view .std .cms-section-eight > li {
  width: 100%;
  margin: 0 0 15px; }
  @media only screen and (min-width: 768px) {
    .cms-page-view .std .cms-section-five > div,
    .cms-page-view .std .cms-section-five > li,
    .cms-page-view .std .cms-section-eight > div,
    .cms-page-view .std .cms-section-eight > li {
      width: 47%;
      float: left; }
      .cms-page-view .std .cms-section-five > div:nth-child(odd),
      .cms-page-view .std .cms-section-five > li:nth-child(odd),
      .cms-page-view .std .cms-section-eight > div:nth-child(odd),
      .cms-page-view .std .cms-section-eight > li:nth-child(odd) {
        margin: 0 6% 15px 0; } }
  .cms-page-view .std .cms-section-five > div:nth-child(odd),
  .cms-page-view .std .cms-section-five > li:nth-child(odd),
  .cms-page-view .std .cms-section-eight > div:nth-child(odd),
  .cms-page-view .std .cms-section-eight > li:nth-child(odd) {
    clear: left; }
.cms-page-view .std .cms-section-five img,
.cms-page-view .std .cms-section-eight img {
  width: 100%; }
.cms-page-view .std .cms-section-six > ul {
  margin-left: 2%;
  width: 46%;
  float: left; }
  @media only screen and (min-width: 768px) {
    .cms-page-view .std .cms-section-six > ul {
      width: 14%; } }
  .cms-page-view .std .cms-section-six > ul li {
    list-style: disc;
    color: #648aa8; }
    .cms-page-view .std .cms-section-six > ul li p {
      margin: 0;
      color: #648aa8; }
.cms-page-view .std .cms-section-seven {
  padding: 0; }

.cms-feature {
  padding: 40px 0;
  margin: 0 0 15px;
  overflow: hidden;
  position: relative;
  background-color: #d1dcde; }
  .cms-feature:first-child {
    margin-top: 0; }
  .cms-feature > div {
    padding: 0 20px;
    position: relative; }
  .cms-feature ul {
    margin: 25px 0 0;
    padding: 0; }
    @media only screen and (min-width: 1024px) {
      .cms-feature ul {
        width: 100%;
        display: table; } }
    .cms-feature ul.img-dropshadow {
      text-align: center; }
      .cms-feature ul.img-dropshadow img {
        box-shadow: 0 0 12px #2a2a2a; }
    .cms-feature ul li {
      display: inline-block;
      padding: 0;
      text-align: center;
      margin: 0 5px 30px; }
      @media only screen and (min-width: 768px) {
        .cms-feature ul li {
          display: table-cell;
          float: none;
          margin: 0; } }
      .cms-feature ul li:first-child {
        padding: 0; }
      .cms-feature ul li img {
        max-width: 90%;
        width: 100%; }
  .cms-feature a.view-more {
    display: inline-block;
    padding: 10px 24px;
    border: 2px solid #6d6e71;
    text-transform: uppercase;
    font: 1.8rem "Droid Sans", sans-serif;
    color: #697578;
    text-decoration: none; }
    @media only screen and (min-width: 640px) {
      .cms-feature a.view-more {
        display: block;
        position: absolute;
        top: 0;
        right: 20px; } }
    .cms-feature a.view-more:hover {
      background-color: #a3dfe2;
      color: #697578; }
  @media only screen and (min-width: 640px) {
    .cms-feature .pos-right {
      float: right; } }
  .cms-feature p {
    margin-top: 15px; }
  .cms-feature h3, .cms-feature h4 {
    text-align: left; }
    @media only screen and (min-width: 640px) {
      .cms-feature h3, .cms-feature h4 {
        max-width: 75%; } }
  .cms-feature h3 {
    color: #38485a;
    font: normal 3rem "Droid Sans", sans-serif;
    margin: 0; }
  .cms-feature h4 {
    color: #6d6e71;
    font: normal 1.8rem "Droid Sans", sans-serif; }

.cms-no-route ul.disc {
  margin: 0 0 0 12px; }

@media only screen and (min-width: 940px) {
  .cms-e-news-sign-up #form-validate ul.form-list {
    width: 50%;
    float: left; } }
.cms-e-news-sign-up #form-validate ul.form-list li {
  list-style: none; }

.page-divider {
  position: relative;
  display: block;
  width: 100%;
  height: 1px; }
  .page-divider:before {
    content: '';
    width: 100%;
    height: 0;
    margin: 0 auto;
    border-top: 1px solid #979797;
    left: 0;
    position: absolute;
    top: 0; }

.cms-page-view .cms-text-block {
  display: block;
  margin: 25px 0; }
  .cms-page-view .cms-text-block .circle-block-inner {
    display: inline-block;
    width: 100%;
    margin-left: -5px;
    margin-right: -5px; }
  .cms-page-view .cms-text-block .circle-years {
    display: block;
    margin: 5px;
    float: left;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    font-size: 18px;
    color: #648aa8;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background: #d1eff0;
    transition: all 0.3s ease; }
  .cms-page-view .cms-text-block .circle-inner {
    display: block;
    width: 100%;
    font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.cms-page-view h4 {
  font: normal 14px "Montserrat-Regular", Arial, Helvetica, sans-serif;
  color: #32323b; }
.cms-page-view .history-title {
  display: inline-block;
  margin: 0 0 0.5em; }
  .cms-page-view .history-title h2 {
    float: left;
    line-height: 29px; }
.cms-page-view .about-timeline-wrapper .about-timeline {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #979797; }
  .cms-page-view .about-timeline-wrapper .about-timeline .cms-text-block {
    width: 100%;
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      .cms-page-view .about-timeline-wrapper .about-timeline .cms-text-block {
        display: flex; } }
  .cms-page-view .about-timeline-wrapper .about-timeline .about-year {
    float: left;
    width: 14%;
    max-width: 150px;
    display: block; }
  .cms-page-view .about-timeline-wrapper .about-timeline .about-photo {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    min-height: 300px; }
    @media only screen and (min-width: 768px) {
      .cms-page-view .about-timeline-wrapper .about-timeline .about-photo {
        padding-top: 20px;
        width: 35%; } }
  .cms-page-view .about-timeline-wrapper .about-timeline .about-text {
    display: block;
    float: left;
    width: 100%;
    padding-top: 20px; }
    @media only screen and (min-width: 768px) {
      .cms-page-view .about-timeline-wrapper .about-timeline .about-text {
        width: 55%;
        padding-top: 0; } }

@media only screen and (min-width: 640px) {
  #navMenuMobileCheck {
    display: none; } }

@media only screen and (min-width: 640px) {
  #navMenuMobile {
    display: none; } }

.scale-wrapper {
  margin: 0 auto;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .scale-wrapper {
      max-width: 1296px; } }

#search_autocomplete {
  display: none;
  visibility: hidden; }

.header-container .header {
  padding: 14px 22px; }
  @media only screen and (min-width: 640px) {
    .header-container .header {
      padding: 21px 25px 27px 19px; } }
  .header-container .header h1 {
    margin: 0; }
    @media only screen and (min-width: 640px) {
      .header-container .header h1 {
        width: 46%;
        background: none; } }
    .header-container .header h1 a {
      display: block;
      margin: 0 auto; }
      @media only screen and (min-width: 640px) {
        .header-container .header h1 a {
          margin: 0; } }
    .header-container .header h1 img {
      max-width: 80%; }
      @media only screen and (min-width: 640px) {
        .header-container .header h1 img {
          max-width: 100%; } }
    .header-container .header h1 .mobile-logo {
      display: inline; }
      @media only screen and (min-width: 640px) {
        .header-container .header h1 .mobile-logo {
          display: none; } }
    .header-container .header h1 .desk-logo {
      display: none; }
      @media only screen and (min-width: 640px) {
        .header-container .header h1 .desk-logo {
          display: block; } }
  .header-container .header .quick-access {
    margin: 28px 20px 0 0; }
    .header-container .header .quick-access > div {
      display: inline-block;
      vertical-align: bottom; }
      @media only screen and (min-width: 640px) {
        .header-container .header .quick-access > div {
          margin: 0 12px; } }
      @media only screen and (min-width: 940px) {
        .header-container .header .quick-access > div {
          margin: 0 15px; } }
      .header-container .header .quick-access > div:first-child {
        margin-left: 0; }
    .header-container .header .quick-access #currency {
      max-width: 70px;
      font-weight: normal;
      color: #5a5b5e;
      margin: 0 0 0 22px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      text-indent: 0.01px;
      text-overflow: '';
      height: 30px;
      box-shadow: none;
      padding: 9px 5px 5px; }
    .header-container .header .quick-access .currency {
      background: url(../images/img_nav_currency.jpg) 0 8px no-repeat; }
    .header-container .header .quick-access .top-cart {
      float: none;
      position: absolute;
      top: 33px;
      right: 44px; }
      @media only screen and (min-width: 640px) {
        .header-container .header .quick-access .top-cart {
          position: relative;
          top: auto;
          right: auto; } }
      .header-container .header .quick-access .top-cart #cartHeader > span {
        background-color: #a3dfe2;
        color: #2b3848;
        font: normal 1.1em "Droid Sans", sans-serif;
        padding: 5px 6px;
        position: absolute;
        width: 25px;
        height: 25px;
        top: -18px;
        right: -21px;
        background: url(../images/img_nav_cart_items.png) top right no-repeat; }
      .header-container .header .quick-access .top-cart .block-title {
        line-height: normal; }
      .header-container .header .quick-access .top-cart strong {
        padding: 0; }
    .header-container .header .quick-access .nav-my-account p {
      display: none;
      background-color: #e3f4f5;
      text-transform: uppercase;
      position: absolute;
      margin-left: -100px;
      top: 4px;
      padding: 9px 20px;
      z-index: 1; }
    .header-container .header .quick-access .nav-my-account:hover a {
      background: url(../images/img_nav_myAccountArrow.jpg) no-repeat;
      padding-top: 6px; }
    .header-container .header .quick-access .nav-my-account:hover p {
      display: block; }
      .header-container .header .quick-access .nav-my-account:hover p a {
        font-weight: normal;
        color: inherit;
        background: none; }
    .header-container .header .quick-access #font-size-control {
      margin-bottom: -3px; }
      .header-container .header .quick-access #font-size-control ul li {
        display: inline;
        color: #5a5b5e;
        font-weight: bold;
        font-family: "Droid Sans", sans-serif;
        line-height: 1;
        cursor: pointer;
        padding: 2px; }
      .header-container .header .quick-access #font-size-control ul li.selected {
        text-decoration: underline; }
      .header-container .header .quick-access #font-size-control ul .small-font {
        font-size: 14px; }
      .header-container .header .quick-access #font-size-control ul .medium-font {
        font-size: 18px; }
      .header-container .header .quick-access #font-size-control ul .large-font {
        font-size: 20px; }
    @media (max-width: 640px) {
      .header-container .header .quick-access #font-size-control, .header-container .header .quick-access .nav-my-account, .header-container .header .quick-access .currency {
        display: none; } }
.header-container .mobile-nav {
  position: absolute;
  top: 24px;
  left: 30px; }
  .header-container .mobile-nav label {
    overflow: hidden;
    width: 36px;
    height: 36px; }
  @media only screen and (min-width: 640px) {
    .header-container .mobile-nav {
      display: none; } }
  .header-container .mobile-nav span {
    background-color: #6d6e71;
    float: left;
    clear: left;
    height: 3px;
    width: 32px;
    margin: 3px 0; }
  .header-container .mobile-nav img {
    display: none; }
.header-container #navMenuMobileCheck {
  display: none; }
  .header-container #navMenuMobileCheck:checked + #nav {
    margin-left: 0;
    display: block; }
  .header-container #navMenuMobileCheck:checked + #nav + .mobile-nav span {
    display: none; }
  .header-container #navMenuMobileCheck:checked + #nav + .mobile-nav img {
    display: block; }
.header-container #nav {
  background-color: #2b3848;
  margin-left: -100%;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  display: none; }
  @media only screen and (min-width: 640px) {
    .header-container #nav {
      display: block;
      margin-left: 0; } }
  .header-container #nav a, .header-container #nav a:hover,
  .header-container #nav span, .header-container #nav span:hover {
    background-color: transparent; }
  .header-container #nav a,
  .header-container #nav li > span {
    color: #5a5b5e;
    font: normal 1.6em "Droid Sans", sans-serif;
    display: block;
    line-height: 41px;
    padding: 2px 0; }
    @media only screen and (min-width: 640px) {
      .header-container #nav a,
      .header-container #nav li > span {
        font-size: 1.4em; } }
    @media only screen and (min-width: 768px) {
      .header-container #nav a,
      .header-container #nav li > span {
        font-size: 1.7em; } }
  .header-container #nav .nav-navigation {
    background-color: transparent; }
    @media only screen and (min-width: 640px) {
      .header-container #nav .nav-navigation {
        display: table; } }
  .header-container #nav ul {
    left: 0;
    top: auto; }
    .header-container #nav ul > li {
      width: 100%; }
      .header-container #nav ul > li.open > ul {
        display: block;
        visibility: visible;
        position: static; }
        @media only screen and (min-width: 640px) {
          .header-container #nav ul > li.open > ul {
            display: inherit;
            position: absolute; } }
      @media only screen and (min-width: 640px) {
        .header-container #nav ul > li:hover > ul {
          display: block; } }
      @media only screen and (min-width: 640px) {
        .header-container #nav ul > li {
          width: 20%; }
          .header-container #nav ul > li:hover > ul {
            display: block; }
          .header-container #nav ul > li.expand > ul {
            display: inherit; } }
    .header-container #nav ul li {
      background-color: #a3dfe2;
      background-repeat: no-repeat;
      text-transform: uppercase;
      text-align: center;
      padding: 0;
      border-bottom: 4px solid white;
      vertical-align: middle;
      cursor: default; }
      .header-container #nav ul li > span {
        cursor: default; }
      .header-container #nav ul li.parent {
        background-image: url(../images/accordion-open.png);
        background-position: 97% center;
        cursor: pointer; }
        .header-container #nav ul li.parent a {
          width: 91%;
          text-indent: 10%; }
        .header-container #nav ul li.parent.open {
          background-image: url(../images/accordion-close.png);
          background-position: 97% 20px; }
      @media only screen and (min-width: 640px) {
        .header-container #nav ul li.level0.parent {
          background-image: none; }
          .header-container #nav ul li.level0.parent > a,
          .header-container #nav ul li.level0.parent > span {
            width: 100%;
            text-indent: 0; } }
      @media only screen and (min-width: 640px) {
        .header-container #nav ul li.nav-accounts {
          display: none; } }
      @media only screen and (min-width: 640px) {
        .header-container #nav ul li {
          display: table-cell;
          border-left: 4px solid #2b3848;
          border-bottom: 0; }
          .header-container #nav ul li:first-child {
            border: 0; } }
      .header-container #nav ul li img {
        vertical-align: middle;
        margin-right: 12px; }
        @media (min-width: 640px) and (max-width: 768px) {
          .header-container #nav ul li img {
            height: 25px;
            margin-right: 3px; } }
      .header-container #nav ul li:hover {
        background-color: #cee8ea; }
      .header-container #nav ul li ul {
        display: none;
        background-color: #b1e4e8;
        width: 100%; }
        @media only screen and (min-width: 640px) {
          .header-container #nav ul li ul {
            position: absolute; } }
        .header-container #nav ul li ul li {
          display: block;
          width: 100%;
          background-color: #e8f6f8;
          border-left: 0;
          border-bottom: 0; }
          .header-container #nav ul li ul li:before {
            border-bottom: 3px solid white;
            content: " ";
            display: block;
            margin: 0 9%;
            position: absolute;
            top: -1px;
            width: 82%; }
          .header-container #nav ul li ul li span {
            cursor: pointer; }
          .header-container #nav ul li ul li:first-child:before {
            border: 0; }
          .header-container #nav ul li ul li:hover {
            background-color: transparent; }
          .header-container #nav ul li ul li a,
          .header-container #nav ul li ul li > span {
            font-size: 1.5em; }
          .header-container #nav ul li ul li:hover {
            background-color: #cee8ea; }
          .header-container #nav ul li ul li > ul {
            display: block;
            height: 0px;
            overflow: hidden;
            position: static; }
          .header-container #nav ul li ul li.open > ul {
            height: auto;
            position: static;
            border-top: 3px solid white; }
            .header-container #nav ul li ul li.open > ul li {
              background-color: #b1e4e8;
              border: 0; }
              .header-container #nav ul li ul li.open > ul li:before {
                border: 0; }
.header-container #search_mini_form {
  padding: 11px 0; }
  .header-container #search_mini_form .form-search {
    box-shadow: 0 1px 6px #888888;
    margin: 0 auto;
    width: 85%;
    background-color: white;
    height: 35px; }
    .header-container #search_mini_form .form-search > div {
      display: table-cell; }
    .header-container #search_mini_form .form-search .form-search-bar {
      width: 100%; }
    .header-container #search_mini_form .form-search label {
      display: none; }
  .header-container #search_mini_form input {
    color: #5a5b5e;
    border: 0;
    font: normal 1.97em "Droid Sans", sans-serif;
    height: 35px;
    width: 100%;
    line-height: 34px; }
  .header-container #search_mini_form button.button {
    padding: 6px 8px;
    background-color: white; }
  .header-container #search_mini_form .advanced {
    text-transform: uppercase;
    padding: 8px 16px 12px;
    text-decoration: underline;
    color: #595959;
    font: 1.1em "Droid Sans", sans-serif; }
.header-container .header-search {
  background-color: #e3f4f5; }

img.cart-icon-link {
  display: none; }
  @media only screen and (min-width: 940px) {
    img.cart-icon-link {
      display: inline-block; } }

a.cart-icon-link {
  display: inline-block; }
  @media only screen and (min-width: 940px) {
    a.cart-icon-link {
      display: none; } }

.footer-container {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #eaeaea; }
  .footer-container .footer {
    overflow: hidden;
    padding: 7px 0 0; }
    @media only screen and (min-width: 640px) {
      .footer-container .footer {
        padding: 32px 0 17px; } }
    .footer-container .footer ul {
      overflow: hidden; }
      .footer-container .footer ul li {
        text-transform: uppercase;
        color: #666;
        float: left;
        width: 50%; }
        @media only screen and (min-width: 640px) {
          .footer-container .footer ul li {
            float: none;
            width: auto; } }
        .footer-container .footer ul li a {
          font: normal 1.2em/25px "Droid Sans", sans-serif; }
          .footer-container .footer ul li a:hover {
            font-weight: 400; }
    .footer-container .footer .social-icons {
      margin: 20px 0; }
      .footer-container .footer .social-icons li {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 100%; }
        @media only screen and (min-width: 1024px) {
          .footer-container .footer .social-icons li {
            width: 30%;
            margin-left: 2%; } }
        .footer-container .footer .social-icons li:first-child {
          margin-left: 0; }
      .footer-container .footer .social-icons .twitter:before,
      .footer-container .footer .social-icons .facebook:before,
      .footer-container .footer .social-icons .blog:before,
      .footer-container .footer .social-icons .linkedin:before,
      .footer-container .footer .social-icons .instagram:before {
        background: url(../images/img_icons_social.jpg) bottom right no-repeat; }
      .footer-container .footer .social-icons .facebook:before {
        background-position: 4px -4px; }
      .footer-container .footer .social-icons .twitter:before {
        background-position: 1px -48px; }
      .footer-container .footer .social-icons .blog:before {
        background-position: 0px -96px; }
      .footer-container .footer .social-icons .linkedin:before {
        background-position: -1px -140px; }
      .footer-container .footer .social-icons .instagram:before {
        background-position: -1px -178px; }        

    .footer-container .footer .twitter:before,
    .footer-container .footer .facebook:before,
    .footer-container .footer .blog:before,
    .footer-container .footer .linkedin:before,
    .footer-container .footer .instagram:before {
      content: '';
      font-size: 1.3em;
      display: inline-block;
      margin: 0 5px 0 0; }
      @media only screen and (min-width: 640px) {
        .footer-container .footer .twitter:before,
        .footer-container .footer .facebook:before,
        .footer-container .footer .blog:before,
        .footer-container .footer .linkedin:before,
        .footer-container .footer .instagram:before {        
          float: left; } }
    .footer-container .footer .twitter:before,
    .footer-container .footer .facebook:before,
    .footer-container .footer .blog:before,
    .footer-container .footer .linkedin:before,
    .footer-container .footer .instagram:before {    
      font-size: 0;
      width: 25px;
      height: 25px;
      display: block;
      margin: 0 auto; }
      @media only screen and (min-width: 640px) {
        .footer-container .footer .twitter:before,
        .footer-container .footer .facebook:before,
        .footer-container .footer .blog:before,
        .footer-container .footer .linkedin:before,
        .footer-container .footer .instagram:before {        
          margin: 0; } }
    .footer-container .footer .twitter a,
    .footer-container .footer .facebook a,
    .footer-container .footer .blog a,
    .footer-container .footer .linkedin a,
    .footer-container .footer .instagram a {    
      display: block; }
      @media only screen and (min-width: 640px) {
        .footer-container .footer .twitter a,
        .footer-container .footer .facebook a,
        .footer-container .footer .blog a,
        .footer-container .footer .linkedin a,
        .footer-container .footer .instagram a {        
          padding: 0 0 0 30px; } }
    .footer-container .footer .footer-about img {
      margin-bottom: 10px; }
    .footer-container .footer h4 {
      color: #2b3848;
      font: bold 2em "Droid Sans", sans-serif;
      padding: 15px 0;
      margin-bottom: 4px;
      cursor: pointer; }
      @media only screen and (min-width: 640px) {
        .footer-container .footer h4 {
          padding: 0;
          margin-bottom: 10px;
          cursor: text; } }
  .footer-container .footer-nav {
    text-align: center; }
    @media only screen and (min-width: 640px) {
      .footer-container .footer-nav {
        text-align: left;
        width: 80%;
        margin: 0 auto; } }
    @media only screen and (min-width: 768px) {
      .footer-container .footer-nav {
        width: 70%;
        float: left; } }
    .footer-container .footer-nav > div {
      vertical-align: top; }
      @media only screen and (min-width: 640px) {
        .footer-container .footer-nav > div {
          display: inline-block;
          text-align: left;
          width: 32%; } }
    @media only screen and (min-width: 640px) {
      .footer-container .footer-nav .footer-about {
        padding: 0 0 0 24px; } }
    .footer-container .footer-nav .footer-about img {
      display: inline-block;
      margin-top: 32px; }
      @media only screen and (min-width: 640px) {
        .footer-container .footer-nav .footer-about img {
          margin-top: 0; } }
    .footer-container .footer-nav .footer-books h4, .footer-container .footer-nav .footer-journals h4 {
      background-color: #d8f1f3; }
      @media only screen and (min-width: 640px) {
        .footer-container .footer-nav .footer-books h4, .footer-container .footer-nav .footer-journals h4 {
          background-color: transparent; } }
    .footer-container .footer-nav .footer-books.mobile-drop ul, .footer-container .footer-nav .footer-journals.mobile-drop ul {
      display: block; }
    .footer-container .footer-nav .footer-books ul, .footer-container .footer-nav .footer-journals ul {
      display: none; }
      @media only screen and (min-width: 640px) {
        .footer-container .footer-nav .footer-books ul, .footer-container .footer-nav .footer-journals ul {
          display: block; } }
  .footer-container .footer-legal {
    margin-bottom: 15px;
    text-align: left; }
    @media only screen and (min-width: 640px) {
      .footer-container .footer-legal {
        text-align: center; } }
    .footer-container .footer-legal li {
      display: inline-block;
      margin: 0 0 0 10px; }
      .footer-container .footer-legal li a {
        font: normal 1.4em "Droid Sans", sans-serif;
        color: #2b3848; }
    .footer-container .footer-legal li:first-child:before {
      display: inline-block; }
      @media only screen and (min-width: 640px) {
        .footer-container .footer-legal li:first-child:before {
          display: none; } }
    .footer-container .footer-legal li:before {
      content: ".";
      display: inline-block;
      color: #6086b9;
      font-size: 4em;
      line-height: 1px;
      margin-right: 10px; }
  .footer-container .copyright-container {
    background-color: #a3dfe2; }
    .footer-container .copyright-container .copyright {
      font: normal 1em "Droid Sans", sans-serif;
      text-transform: uppercase;
      color: #000;
      background-color: #a3dfe2;
      padding: 24px 0 30px;
      text-align: center; }
  .footer-container .footer-connect {
    text-align: center; }
    @media only screen and (min-width: 640px) {
      .footer-container .footer-connect {
        text-align: left;
        margin: 35px auto 0;
        width: 80%; } }
    @media only screen and (min-width: 768px) {
      .footer-container .footer-connect {
        float: right;
        width: 30%;
        margin: 0; } }
  @media only screen and (min-width: 640px) {
    .footer-container .footer-social {
      width: 42%;
      float: left; } }
  @media only screen and (min-width: 768px) {
    .footer-container .footer-social {
      float: none;
      width: auto; } }
  .footer-container #newsletter-validate-detail {
    background-color: #b1e4e8;
    padding: 24px 33px 23px; }
    @media only screen and (min-width: 640px) {
      .footer-container #newsletter-validate-detail {
        width: 58%;
        float: right; } }
    @media only screen and (min-width: 768px) {
      .footer-container #newsletter-validate-detail {
        float: none;
        width: auto; } }
    .footer-container #newsletter-validate-detail label {
      font: bold 2em/1 "Droid Sans", sans-serif;
      color: #2b3848;
      margin: 0 0 20px; }
      .footer-container #newsletter-validate-detail label span {
        font-size: 0.6em;
        font-weight: normal;
        color: #666; }
    .footer-container #newsletter-validate-detail #newsletter {
      background: url(../images/img_newsletter.png) no-repeat 4px center white;
      text-indent: 33px;
      width: 100%;
      margin: 0 0 20px; }
    .footer-container #newsletter-validate-detail .v-fix, .footer-container #newsletter-validate-detail .form-subscribe {
      float: none;
      overflow: hidden;
      padding: 0; }
    .footer-container #newsletter-validate-detail .form-subscribe button.button {
      font-size: 1.2em; }

.col1-layout .col-main {
  background: transparent; }
  .col1-layout .col-main .category-view .toolbar-bottom .toolbar {
    margin-bottom: 32px; }
    .col1-layout .col-main .category-view .toolbar-bottom .toolbar .pager {
      display: block; }
      .col1-layout .col-main .category-view .toolbar-bottom .toolbar .pager .amount-pager-wrap .amount {
        display: none; }
  .col1-layout .col-main .category-view .toolbar .pager {
    display: none; }
  .col1-layout .col-main .category-view .toolbar .sorter {
    float: right; }

.col2-left-layout .col-left {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 768px) {
    .col2-left-layout .col-left {
      padding-left: 10px;
      padding-right: 10px;
      width: 16.66667%;
      float: left; } }
.col2-left-layout .col-main {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left;
  background: transparent; }
  @media only screen and (min-width: 768px) {
    .col2-left-layout .col-main {
      padding-left: 10px;
      padding-right: 10px;
      width: 83.33333%;
      float: left; } }
  .col2-left-layout .col-main .category-view .toolbar-bottom .toolbar {
    margin-bottom: 32px; }
    .col2-left-layout .col-main .category-view .toolbar-bottom .toolbar .pager {
      display: block; }
      .col2-left-layout .col-main .category-view .toolbar-bottom .toolbar .pager .amount-pager-wrap .amount {
        display: none; }
  .col2-left-layout .col-main .category-view .toolbar .pager {
    display: none; }
  .col2-left-layout .col-main .category-view .toolbar .sorter {
    float: left; }
    @media only screen and (min-width: 768px) {
      .col2-left-layout .col-main .category-view .toolbar .sorter {
        float: right; } }

.col2-right-layout {
  background-position: 573px 0; }

.cms-home .main, .cms-home .col-main {
  width: 100%;
  max-width: none; }
  .cms-home .main:before, .cms-home .main:after, .cms-home .col-main:before, .cms-home .col-main:after {
    display: none; }
.cms-home .messages {
  position: relative;
  z-index: 10; }

.home-content > div {
  padding: 40px 0;
  margin-top: 50px;
  overflow: hidden; }
  .home-content > div:first-child {
    margin-top: 0; }
  .home-content > div > div {
    padding: 0 20px; }
.home-content div {
  position: relative; }
.home-content h2 {
  font-weight: bold;
  font-size: 3.4em;
  color: #a3dfe2; }
.home-content h3 {
  font-weight: normal;
  font-size: 3.0em;
  color: #2b3848;
  margin: 0; }
.home-content h4 {
  font-weight: normal;
  margin: 0 0 16px; }
.home-content p {
  font: 1.6em "Droid Sans", sans-serif;
  color: #000; }
.home-content img {
  width: 100%; }
.home-content ul li {
  display: table-cell;
  padding: 10px; }
.home-content a.view-more {
  display: inline-block;
  padding: 10px 24px;
  border: 2px solid #6d6e71;
  text-transform: uppercase;
  font: 1.8em "Droid Sans", sans-serif;
  color: #697578; }
  @media only screen and (min-width: 640px) {
    .home-content a.view-more {
      display: block;
      position: absolute;
      top: 0;
      right: 20px; } }
  .home-content a.view-more:hover {
    background-color: #a3dfe2;
    color: #697578; }
@media only screen and (min-width: 640px) {
  .home-content .pos-right {
    float: right; } }
@media only screen and (min-width: 640px) {
  .home-content .pos-left {
    float: left; } }
@media only screen and (min-width: 768px) {
  .home-content .img-dropshadow img {
    box-shadow: 0 0 12px #2a2a2a; } }
.home-content .home-multi-column > div {
  vertical-align: top; }
.home-content .home-carousel {
  background-image: url(../images/img_home_BG.jpg);
  width: 100%;
  overflow: visible; }
  .home-content .home-carousel .home-carousel-wrapper:after {
    content: '';
    display: block;
    clear: both; }
  .home-content .home-carousel .home-carousel-info {
    vertical-align: bottom; }
    @media only screen and (min-width: 640px) {
      .home-content .home-carousel .home-carousel-info {
        width: 20%;
        display: inline-block;
        vertical-align: middle; } }
  .home-content .home-carousel .home-carousel-content {
    padding: 0;
    font-size: 0;
    text-align: center;
    display: block;
    vertical-align: bottom;
    width: calc(100% - 100px);
    margin: 20px auto 0; }
    @media only screen and (min-width: 640px) {
      .home-content .home-carousel .home-carousel-content {
        display: inline-block;
        width: 70%;
        text-align: right;
        vertical-align: middle; }
        .home-content .home-carousel .home-carousel-content:after {
          content: '';
          display: block;
          clear: both; } }
    .home-content .home-carousel .home-carousel-content .slick-slide {
      padding: 10px;
      display: inline-block;
      float: none; }
      .home-content .home-carousel .home-carousel-content .slick-slide img {
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
        -webkit-transition: .2s;
        transition: .2s; }
      .home-content .home-carousel .home-carousel-content .slick-slide a:hover img {
        -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
        transform: translateY(7px); }
    .home-content .home-carousel .home-carousel-content .slick-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      width: 40px;
      height: 40px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: transparent; }
      .home-content .home-carousel .home-carousel-content .slick-arrow:focus {
        outline: none; }
      .home-content .home-carousel .home-carousel-content .slick-arrow.slick-prev {
        background-image: url(../images/img_carousel_left.png);
        left: -50px; }
        .home-content .home-carousel .home-carousel-content .slick-arrow.slick-prev:hover {
          background-image: url(../images/img_carousel_left_hover.png); }
      .home-content .home-carousel .home-carousel-content .slick-arrow.slick-next {
        background-image: url(../images/img_carousel_right.png);
        right: -50px; }
        .home-content .home-carousel .home-carousel-content .slick-arrow.slick-next:hover {
          background-image: url(../images/img_carousel_right_hover.png); }
    .home-content .home-carousel .home-carousel-content li {
      display: inline-block;
      width: 100%;
      padding: 0 10% 0 0;
      margin: 0;
      font-size: 0; }
      @media only screen and (min-width: 640px) {
        .home-content .home-carousel .home-carousel-content li {
          padding: 0 15%; } }
      @media only screen and (min-width: 768px) {
        .home-content .home-carousel .home-carousel-content li {
          width: 50%;
          padding: 0 2% 0 0; } }
      @media only screen and (min-width: 1024px) {
        .home-content .home-carousel .home-carousel-content li {
          width: 33.4%; } }
      .home-content .home-carousel .home-carousel-content li img {
        max-height: 400px;
        width: 100%;
        max-width: 268px; }
      .home-content .home-carousel .home-carousel-content li a {
        padding: 0 0 0 6%;
        font-size: 0; }
        @media only screen and (min-width: 640px) {
          .home-content .home-carousel .home-carousel-content li a {
            padding: 0; } }
    .home-content .home-carousel .home-carousel-content .home-carousel-container {
      width: 100%;
      vertical-align: bottom; }
      @media only screen and (min-width: 640px) {
        .home-content .home-carousel .home-carousel-content .home-carousel-container {
          width: 80%;
          display: inline-block; } }
    .home-content .home-carousel .home-carousel-content ul {
      table-layout: fixed;
      white-space: nowrap;
      position: relative;
      left: 0;
      font-size: 0; }
    .home-content .home-carousel .home-carousel-content .home-carousel-left, .home-content .home-carousel .home-carousel-content .home-carousel-right {
      width: 9%;
      background-repeat: no-repeat;
      background-position: center center; }
    .home-content .home-carousel .home-carousel-content .home-carousel-left {
      background-image: url(../images/img_carousel_left.png); }
      .home-content .home-carousel .home-carousel-content .home-carousel-left:hover, .home-content .home-carousel .home-carousel-content .home-carousel-left.end {
        background-image: url(../images/img_carousel_left_hover.png); }
    .home-content .home-carousel .home-carousel-content .home-carousel-right {
      background-image: url(../images/img_carousel_right.png); }
      .home-content .home-carousel .home-carousel-content .home-carousel-right:hover, .home-content .home-carousel .home-carousel-content .home-carousel-right.end {
        background-image: url(../images/img_carousel_right_hover.png); }
  .home-content .home-carousel p {
    color: white;
    margin-bottom: 0; }
  .home-content .home-carousel img {
    vertical-align: bottom;
    max-width: 300px; }
.home-content .home-feature .slick-prev,
.home-content .home-feature .slick-next {
  background: none;
  font-size: 0;
  position: absolute;
  z-index: 8;
  top: 50%;
  margin-top: -20px; }
  .home-content .home-feature .slick-prev:before,
  .home-content .home-feature .slick-next:before {
    font-size: 40px;
    color: #b1e4e8; }
  .home-content .home-feature .slick-prev:focus,
  .home-content .home-feature .slick-next:focus {
    color: #b1e4e8;
    outline: none; }
  .home-content .home-feature .slick-prev.slick-disabled:before,
  .home-content .home-feature .slick-next.slick-disabled:before {
    display: none; }
.home-content .home-feature .slick-prev {
  left: 0; }
.home-content .home-feature .slick-next {
  right: 0; }
.home-content .home-feature ul {
  margin-top: 25px;
  padding: 0 40px; }
  @media only screen and (min-width: 1024px) {
    .home-content .home-feature ul {
      width: 100%; } }
  .home-content .home-feature ul li {
    display: inline-block; }
@media only screen and (min-width: 640px) {
  .home-content .home-feature h3, .home-content .home-feature h4 {
    max-width: 80%; } }
.home-content .home-feature.feature-one {
  background-color: #d1eff0; }
.home-content .home-feature.feature-two {
  background-color: #cbe3fb; }
.home-content .home-feature.feature-three {
  background-color: #d1eff0; }
.home-content .home-recent {
  padding: 0; }
  .home-content .home-recent:after {
    content: "";
    display: block;
    clear: both; }
  .home-content .home-recent > div {
    background-color: #d1eff0;
    padding: 40px 34px;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .home-content .home-recent > div {
        width: 48%; } }
  .home-content .home-recent li {
    border-top: 2px solid white;
    padding: 17px 0 0;
    display: block;
    margin: 0;
    overflow: hidden; }
    .home-content .home-recent li:first-child {
      border: 0;
      padding: 17px 0 20px; }
    .home-content .home-recent li .twitter-follow-button {
      float: right; }
  .home-content .home-recent .recent-tweets {
    overflow: auto; }
    @media (max-width: 767px) {
      .home-content .home-recent .recent-tweets {
        height: auto !important; } }
    @media (max-width: 768px) {
      .home-content .home-recent .recent-tweets {
        margin-bottom: 51px; } }
  .home-content .home-recent .recent-posts ul {
    margin: 9px 0 0; }
  .home-content .home-recent .recent-posts a.post-link {
    color: #231f20;
    font: bold 16px "Droid Sans", sans-serif;
    text-transform: none;
    margin: 2px 0 0; }
  .home-content .home-recent .recent-posts p {
    font: normal 16px "Droid Sans", sans-serif;
    color: #2b3949;
    margin: 0 0 10px; }
  .home-content .home-recent a.view-more {
    position: static; }
.home-content .home-client-image {
  padding: 0; }
.home-content .home-author {
  background-color: #d1e5f7; }
  .home-content .home-author .author-image {
    width: 100%; }
    @media only screen and (min-width: 640px) {
      .home-content .home-author .author-image {
        width: 50%;
        float: none; } }
    @media only screen and (min-width: 768px) {
      .home-content .home-author .author-image {
        width: 30%;
        float: left; } }
  .home-content .home-author h3 {
    margin-top: 20px; }
    @media only screen and (min-width: 640px) {
      .home-content .home-author h3 {
        margin-top: 50px; } }
  @media only screen and (min-width: 640px) {
    .home-content .home-author h3, .home-content .home-author h4 {
      max-width: 71%; } }
  .home-content .home-author h3, .home-content .home-author h4, .home-content .home-author p {
    text-align: left; }
  .home-content .home-author ul {
    margin-top: 53px;
    width: 100%; }
    @media only screen and (min-width: 640px) {
      .home-content .home-author ul {
        width: auto;
        float: none; } }
    @media only screen and (min-width: 768px) {
      .home-content .home-author ul {
        width: 70%;
        float: right; } }
  @media only screen and (min-width: 640px) {
    .home-content .home-author a.view-more {
      right: 0; } }
  .home-content .home-author .author-details {
    text-align: center;
    width: 100%;
    padding: 0 2%; }
    @media only screen and (max-width: 420px) {
      .home-content .home-author .author-details {
        width: 100%;
        padding: 0; } }
    @media only screen and (min-width: 640px) {
      .home-content .home-author .author-details {
        text-align: left;
        padding: 0 0 0 52px;
        width: auto;
        float: none; } }
    @media only screen and (min-width: 768px) {
      .home-content .home-author .author-details {
        width: 70%;
        float: left; } }
    .home-content .home-author .author-details ul {
      margin-top: 24px; }
    .home-content .home-author .author-details p {
      margin-bottom: 0; }

#advanced-search-list .input-select-options label {
  width: auto;
  font-weight: normal; }
  #advanced-search-list .input-select-options label input {
    margin: 0 0 5px; }

.recommendations {
  width: 87%;
  float: left;
  padding: 15px 0 0; }

.catalogsearch-advanced-result h2 {
  border-bottom: 1px solid black;
  padding: 7px;
  margin: 0 0 25px; }
.catalogsearch-advanced-result .results-view {
  margin: 0; }
.catalogsearch-advanced-result .block.block-events {
  display: none; }

.catalogsearch-result-index .filter-title-cat,
.catalogsearch-result-index .filter-items-cat,
.catalogsearch-result-index .block-events {
  display: none; }
.catalogsearch-result-index .col2-left-layout .col-left {
  width: 100%; }
  @media only screen and (min-width: 640px) {
    .catalogsearch-result-index .col2-left-layout .col-left {
      width: 35%; } }
  @media only screen and (min-width: 768px) {
    .catalogsearch-result-index .col2-left-layout .col-left {
      width: 16.6667%; } }
.catalogsearch-result-index .col2-left-layout .col-main {
  width: 100%; }
  @media only screen and (min-width: 640px) {
    .catalogsearch-result-index .col2-left-layout .col-main {
      width: 64%; } }
  @media only screen and (min-width: 768px) {
    .catalogsearch-result-index .col2-left-layout .col-main {
      width: 83.3333%; } }
.catalogsearch-result-index .page-title {
  border-bottom: 0; }
.catalogsearch-result-index h2 {
  border-bottom: 1px solid black;
  padding: 7px;
  margin: 0 0 25px; }
.catalogsearch-result-index .list-top-toolbar {
  float: right;
  height: auto; }
.catalogsearch-result-index .price-box {
  text-align: left;
  color: #797979;
  font: 1.4rem "Droid Sans", sans-serif; }
  .catalogsearch-result-index .price-box .price {
    font: bold 1.4rem "Droid Sans", sans-serif;
    display: inline; }
  .catalogsearch-result-index .price-box span.listingPageOnly {
    color: #797979;
    font: 1.4rem "Droid Sans", sans-serif; }
.catalogsearch-result-index .product-image {
  border: 0;
  margin-bottom: 10px; }
  .catalogsearch-result-index .product-image img {
    width: 100%;
    max-width: 100%; }
.catalogsearch-result-index .product-image-listings {
  width: 100%;
  height: 295px;
  max-width: 189px; }
.catalogsearch-result-index .price-box span.listingPageOnly {
  display: inline; }
.catalogsearch-result-index li.item a.product-image .quickview {
  height: 38px;
  top: 50%;
  bottom: 24px;
  color: #38495a;
  font: bold 17px/38px "Droid Sans", sans-serif;
  text-align: center;
  background: rgba(149, 192, 193, 0.7);
  display: none;
  position: absolute;
  width: 100%;
  padding: 0;
  margin: -19px 0 0;
  text-transform: uppercase; }
.catalogsearch-result-index li.item a.product-image:hover .quickview {
  display: none; }
  @media only screen and (min-width: 940px) {
    .catalogsearch-result-index li.item a.product-image:hover .quickview {
      display: block; } }
.catalogsearch-result-index .product-journals .product-name a {
  font-weight: bold; }
.catalogsearch-result-index .product-journals .product-journals-numbers p {
  margin: 0;
  font-size: 1.4rem;
  color: #797979; }
.catalogsearch-result-index .product-name {
  float: none;
  height: 85px;
  margin-bottom: 8px;
  overflow: hidden;
  text-align: left; }
  .catalogsearch-result-index .product-name a {
    color: #797979;
    font: bold 1.5rem "Droid Sans", sans-serif;
    height: 74px; }
    .catalogsearch-result-index .product-name a span {
      font-weight: normal; }
.catalogsearch-result-index .product-author {
  font: 1.5em "Droid Sans", sans-serif;
  height: 36px;
  color: #648aa8;
  font-weight: 700;
  overflow: hidden;
  position: relative; }
  .catalogsearch-result-index .product-author strong {
    color: #648aa8; }
.catalogsearch-result-index .products-grid {
  margin: 0 auto;
  width: 100%;
  max-width: 190px;
  padding-right: 14px; }
  @media only screen and (min-width: 768px) {
    .catalogsearch-result-index .products-grid {
      max-width: none; } }
  .catalogsearch-result-index .products-grid > li {
    padding: 0 1% 20px;
    width: 100%; }
    .catalogsearch-result-index .products-grid > li:nth-of-type(n+1) {
      clear: left; }
    @media only screen and (min-width: 768px) {
      .catalogsearch-result-index .products-grid > li {
        width: 25%; }
        .catalogsearch-result-index .products-grid > li:nth-of-type(1n+1) {
          clear: none; }
        .catalogsearch-result-index .products-grid > li:nth-of-type(2n+1), .catalogsearch-result-index .products-grid > li:nth-of-type(5n+1) {
          clear: none; }
        .catalogsearch-result-index .products-grid > li:nth-of-type(4n+1) {
          clear: both; } }
    @media only screen and (min-width: 940px) {
      .catalogsearch-result-index .products-grid > li {
        width: 19%; }
        .catalogsearch-result-index .products-grid > li:nth-of-type(4n+1) {
          clear: none; }
        .catalogsearch-result-index .products-grid > li:nth-of-type(5n+1) {
          clear: both; } }
  .catalogsearch-result-index .products-grid li.item .quickview-arrow {
    background: url(../images/quickview-product-arrow.gif) no-repeat center center;
    bottom: -4px;
    height: 17px;
    position: relative;
    width: 100%;
    z-index: 1;
    display: none; }
  .catalogsearch-result-index .products-grid li.item .quickview-reset {
    display: none; }
    .catalogsearch-result-index .products-grid li.item .quickview-reset .quickview-wrapper {
      max-width: none;
      background: #d9f2f3;
      display: none; }
      @media only screen and (min-width: 940px) {
        .catalogsearch-result-index .products-grid li.item .quickview-reset .quickview-wrapper {
          display: block; } }
      .catalogsearch-result-index .products-grid li.item .quickview-reset .quickview-wrapper img.loadingGif {
        position: absolute;
        left: 31%;
        top: 29%; }
.catalogsearch-result-index .category-title-section {
  text-align: left; }
  .catalogsearch-result-index .category-title-section p {
    font: bold 1.8em "Droid Sans", sans-serif;
    color: #2b3848;
    margin: 0; }
.catalogsearch-result-index .toolbar {
  margin: 20px 0 0;
  padding-right: 14px; }
.catalogsearch-result-index .sidebar {
  min-height: 0;
  display: none; }
  @media only screen and (min-width: 640px) {
    .catalogsearch-result-index .sidebar {
      display: block; } }
  @media only screen and (min-width: 768px) {
    .catalogsearch-result-index .sidebar {
      min-height: 350px; } }
  .catalogsearch-result-index .sidebar .block {
    border: 0; }
  .catalogsearch-result-index .sidebar .block-title strong span {
    font: bold 1.8em "Droid Sans", sans-serif;
    color: #38495a;
    text-transform: uppercase; }
  .catalogsearch-result-index .sidebar .block-layered-nav dd a,
  .catalogsearch-result-index .sidebar .block-layered-nav dd li > * {
    color: #648aa8;
    font: bold 1.4em "Droid Sans", sans-serif; }
  .catalogsearch-result-index .sidebar .block-layered-nav dl {
    display: none; }
    @media only screen and (min-width: 640px) {
      .catalogsearch-result-index .sidebar .block-layered-nav dl {
        display: block; } }
.catalogsearch-result-index .listing-feature {
  padding: 40px 0;
  overflow: hidden;
  position: relative;
  background-color: #d1dcde; }
  .catalogsearch-result-index .listing-feature:first-child {
    margin-top: 0; }
  .catalogsearch-result-index .listing-feature > div {
    padding: 0 20px; }
  .catalogsearch-result-index .listing-feature ul {
    margin: 25px 0 0 -10px; }
    @media only screen and (min-width: 1024px) {
      .catalogsearch-result-index .listing-feature ul {
        width: 100%;
        display: table; } }
    .catalogsearch-result-index .listing-feature ul.img-dropshadow img {
      box-shadow: 0 0 12px #2a2a2a; }
    .catalogsearch-result-index .listing-feature ul li {
      display: table-cell;
      padding: 0 0 0 25px; }
      .catalogsearch-result-index .listing-feature ul li:first-child {
        padding: 0; }
      @media only screen and (min-width: 1024px) {
        .catalogsearch-result-index .listing-feature ul li {
          padding: 0; } }
      .catalogsearch-result-index .listing-feature ul li img {
        max-width: 90%;
        width: 100%; }
      .catalogsearch-result-index .listing-feature ul li:nth-child(3), .catalogsearch-result-index .listing-feature ul li:nth-child(4), .catalogsearch-result-index .listing-feature ul li:nth-child(5) {
        display: none; }
        @media only screen and (min-width: 768px) {
          .catalogsearch-result-index .listing-feature ul li:nth-child(3), .catalogsearch-result-index .listing-feature ul li:nth-child(4), .catalogsearch-result-index .listing-feature ul li:nth-child(5) {
            display: table-cell; } }
      .catalogsearch-result-index .listing-feature ul li:last-child {
        display: none; }
        @media only screen and (min-width: 1024px) {
          .catalogsearch-result-index .listing-feature ul li:last-child {
            display: table-cell; } }
  .catalogsearch-result-index .listing-feature h3, .catalogsearch-result-index .listing-feature h4 {
    text-align: left; }
    @media only screen and (min-width: 640px) {
      .catalogsearch-result-index .listing-feature h3, .catalogsearch-result-index .listing-feature h4 {
        max-width: 80%; } }
  .catalogsearch-result-index .listing-feature h3 {
    color: #38485a;
    font: normal 3em "Droid Sans", sans-serif;
    margin: 0; }
  .catalogsearch-result-index .listing-feature h4 {
    color: #6d6e71;
    font: normal 1.8em "Droid Sans", sans-serif; }
.catalogsearch-result-index .custom-listing-landing h1 {
  font-weight: bold;
  font-size: 2.6em; }
.catalogsearch-result-index .custom-listing-landing .block-content {
  padding: 0 20px 20px; }
.catalogsearch-result-index .custom-listing {
  float: left; }
  .catalogsearch-result-index .custom-listing.col-two {
    width: 50%; }
  .catalogsearch-result-index .custom-listing.col-three {
    width: 33%; }
  .catalogsearch-result-index .custom-listing li {
    padding: 0 10px 0 0; }
    .catalogsearch-result-index .custom-listing li a {
      font-size: 1.5em;
      color: #38495a; }
.catalogsearch-result-index .toolbar-bottom .toolbar {
  margin-bottom: 32px; }
  .catalogsearch-result-index .toolbar-bottom .toolbar .pager {
    display: block; }
    .catalogsearch-result-index .toolbar-bottom .toolbar .pager .amount-pager-wrap .amount {
      display: none; }
.catalogsearch-result-index .toolbar .pager {
  display: none; }
.catalogsearch-result-index .toolbar .sorter {
  float: right; }

.catalogsearch-advanced-result li.item a.product-image:hover div.quickview {
  display: none; }
.catalogsearch-advanced-result .block.block-events {
  display: none; }
.catalogsearch-advanced-result .col-main .results-view .toolbar-bottom .toolbar {
  margin-bottom: 32px; }
  .catalogsearch-advanced-result .col-main .results-view .toolbar-bottom .toolbar .pager {
    display: block; }
    .catalogsearch-advanced-result .col-main .results-view .toolbar-bottom .toolbar .pager .amount-pager-wrap .amount {
      display: none; }
.catalogsearch-advanced-result .col-main .results-view .toolbar .pager {
  display: none; }
.catalogsearch-advanced-result .col-main .results-view .toolbar .sorter {
  float: right; }
.catalogsearch-advanced-result .price-box {
  text-align: left;
  color: #797979;
  font: 1.4rem "Droid Sans", sans-serif; }
  .catalogsearch-advanced-result .price-box .price {
    font: bold 1.4rem "Droid Sans", sans-serif;
    display: inline; }
.catalogsearch-advanced-result .product-image {
  border: 0;
  margin-bottom: 10px; }
  .catalogsearch-advanced-result .product-image img {
    width: 100%;
    max-width: 188px; }
.catalogsearch-advanced-result li.item a.product-image .quickview {
  height: 38px;
  top: 50%;
  bottom: 24px;
  color: #38495a;
  font: bold 17px/38px "Droid Sans", sans-serif;
  text-align: center;
  background: rgba(149, 192, 193, 0.7);
  display: none;
  position: absolute;
  width: 100%;
  padding: 0;
  margin: -19px 0 0;
  text-transform: uppercase; }
.catalogsearch-advanced-result li.item a.product-image:hover .quickview {
  display: none; }
  @media only screen and (min-width: 940px) {
    .catalogsearch-advanced-result li.item a.product-image:hover .quickview {
      display: block; } }
.catalogsearch-advanced-result .product-journals .product-name a {
  font-weight: bold; }
.catalogsearch-advanced-result .product-journals .product-journals-numbers p {
  margin: 0;
  font-size: 1.4rem;
  color: #797979; }
.catalogsearch-advanced-result .product-name {
  float: none;
  height: 87px;
  margin-bottom: 8px;
  overflow: hidden;
  text-align: left; }
  .catalogsearch-advanced-result .product-name a {
    color: #797979;
    font: bold 1.4rem "Droid Sans", sans-serif;
    height: 74px; }
    .catalogsearch-advanced-result .product-name a span {
      font-weight: normal; }
.catalogsearch-advanced-result .product-author {
  font: 1.4em "Droid Sans", sans-serif;
  color: #797979;
  height: 36px; }
  .catalogsearch-advanced-result .product-author strong {
    color: #648aa8; }
.catalogsearch-advanced-result .col1-layout .products-grid > li a {
  max-width: 188px; }
.catalogsearch-advanced-result .products-grid {
  margin: 0 auto;
  width: 100%;
  max-width: 190px; }
  @media only screen and (min-width: 768px) {
    .catalogsearch-advanced-result .products-grid {
      max-width: none; } }
  .catalogsearch-advanced-result .products-grid > li {
    padding: 0 1% 20px;
    width: 100%; }
    .catalogsearch-advanced-result .products-grid > li:nth-of-type(n+1) {
      clear: left; }
    @media only screen and (min-width: 768px) {
      .catalogsearch-advanced-result .products-grid > li {
        width: 25%; }
        .catalogsearch-advanced-result .products-grid > li:nth-of-type(1n+1) {
          clear: none; }
        .catalogsearch-advanced-result .products-grid > li:nth-of-type(2n+1), .catalogsearch-advanced-result .products-grid > li:nth-of-type(5n+1) {
          clear: none; }
        .catalogsearch-advanced-result .products-grid > li:nth-of-type(4n+1) {
          clear: both; } }
    @media only screen and (min-width: 940px) {
      .catalogsearch-advanced-result .products-grid > li {
        width: 20%; }
        .catalogsearch-advanced-result .products-grid > li:nth-of-type(4n+1) {
          clear: none; }
        .catalogsearch-advanced-result .products-grid > li:nth-of-type(5n+1) {
          clear: both; } }
  .catalogsearch-advanced-result .products-grid li.item .quickview-arrow {
    background: url(../images/quickview-product-arrow.gif) no-repeat center center;
    bottom: -4px;
    height: 17px;
    position: relative;
    width: 100%;
    z-index: 1;
    display: none; }
  .catalogsearch-advanced-result .products-grid li.item .quickview-reset {
    display: none; }
    .catalogsearch-advanced-result .products-grid li.item .quickview-reset .quickview-wrapper {
      max-width: none;
      background: #d9f2f3;
      display: none; }
      @media only screen and (min-width: 940px) {
        .catalogsearch-advanced-result .products-grid li.item .quickview-reset .quickview-wrapper {
          display: block; } }
      .catalogsearch-advanced-result .products-grid li.item .quickview-reset .quickview-wrapper img.loadingGif {
        position: absolute;
        left: 31%;
        top: 29%; }
  .catalogsearch-advanced-result .products-grid .price-box,
  .catalogsearch-advanced-result .products-grid .price-box > p {
    font-size: inherit; }
    .catalogsearch-advanced-result .products-grid .price-box span.listingPageOnly,
    .catalogsearch-advanced-result .products-grid .price-box > p span.listingPageOnly {
      display: inline;
      font-size: 1.4em; }
.catalogsearch-advanced-result .category-title-section {
  text-align: left; }
  .catalogsearch-advanced-result .category-title-section p {
    font: bold 1.8em "Droid Sans", sans-serif;
    color: #2b3848;
    margin: 0; }
.catalogsearch-advanced-result .toolbar {
  margin: 20px 0 0; }
.catalogsearch-advanced-result .sidebar {
  min-height: 0;
  display: none; }
  @media only screen and (min-width: 640px) {
    .catalogsearch-advanced-result .sidebar {
      display: block; } }
  @media only screen and (min-width: 768px) {
    .catalogsearch-advanced-result .sidebar {
      min-height: 350px; } }
  .catalogsearch-advanced-result .sidebar .block {
    border: 0; }
  .catalogsearch-advanced-result .sidebar .block-title strong span {
    font: bold 1.8em "Droid Sans", sans-serif;
    color: #38495a;
    text-transform: uppercase; }
  .catalogsearch-advanced-result .sidebar .block-layered-nav dd a {
    color: #648aa8;
    font: bold 1.4em "Droid Sans", sans-serif; }
  .catalogsearch-advanced-result .sidebar .block-layered-nav dl {
    display: none; }
    @media only screen and (min-width: 640px) {
      .catalogsearch-advanced-result .sidebar .block-layered-nav dl {
        display: block; } }
.catalogsearch-advanced-result .listing-feature {
  padding: 40px 0;
  overflow: hidden;
  position: relative;
  background-color: #d1dcde; }
  .catalogsearch-advanced-result .listing-feature:first-child {
    margin-top: 0; }
  .catalogsearch-advanced-result .listing-feature > div {
    padding: 0 20px; }
  .catalogsearch-advanced-result .listing-feature ul {
    margin: 25px 0 0 -10px; }
    @media only screen and (min-width: 1024px) {
      .catalogsearch-advanced-result .listing-feature ul {
        width: 100%;
        display: table; } }
    .catalogsearch-advanced-result .listing-feature ul.img-dropshadow img {
      box-shadow: 0 0 12px #2a2a2a; }
    .catalogsearch-advanced-result .listing-feature ul li {
      display: table-cell;
      padding: 0 0 0 25px; }
      .catalogsearch-advanced-result .listing-feature ul li:first-child {
        padding: 0; }
      @media only screen and (min-width: 1024px) {
        .catalogsearch-advanced-result .listing-feature ul li {
          padding: 0; } }
      .catalogsearch-advanced-result .listing-feature ul li img {
        max-width: 90%;
        width: 100%; }
      .catalogsearch-advanced-result .listing-feature ul li:nth-child(3), .catalogsearch-advanced-result .listing-feature ul li:nth-child(4), .catalogsearch-advanced-result .listing-feature ul li:nth-child(5) {
        display: none; }
        @media only screen and (min-width: 768px) {
          .catalogsearch-advanced-result .listing-feature ul li:nth-child(3), .catalogsearch-advanced-result .listing-feature ul li:nth-child(4), .catalogsearch-advanced-result .listing-feature ul li:nth-child(5) {
            display: table-cell; } }
      .catalogsearch-advanced-result .listing-feature ul li:last-child {
        display: none; }
        @media only screen and (min-width: 1024px) {
          .catalogsearch-advanced-result .listing-feature ul li:last-child {
            display: table-cell; } }
  .catalogsearch-advanced-result .listing-feature h3, .catalogsearch-advanced-result .listing-feature h4 {
    text-align: left; }
    @media only screen and (min-width: 640px) {
      .catalogsearch-advanced-result .listing-feature h3, .catalogsearch-advanced-result .listing-feature h4 {
        max-width: 80%; } }
  .catalogsearch-advanced-result .listing-feature h3 {
    color: #38485a;
    font: normal 3em "Droid Sans", sans-serif;
    margin: 0; }
  .catalogsearch-advanced-result .listing-feature h4 {
    color: #6d6e71;
    font: normal 1.8em "Droid Sans", sans-serif; }
.catalogsearch-advanced-result .custom-listing-landing h1 {
  font-weight: bold;
  font-size: 2.6em; }
.catalogsearch-advanced-result .custom-listing-landing .block-content {
  padding: 0 20px 20px; }
.catalogsearch-advanced-result .custom-listing {
  float: left; }
  .catalogsearch-advanced-result .custom-listing.col-two {
    width: 50%; }
  .catalogsearch-advanced-result .custom-listing.col-three {
    width: 33%; }
  .catalogsearch-advanced-result .custom-listing li {
    padding: 0 10px 0 0; }
    .catalogsearch-advanced-result .custom-listing li a {
      font-size: 1.5em;
      color: #38495a; }

.catalogsearch-result-index.large-font .product-author {
  height: 41px; }

body.catalogsearch-result-index #sidebar {
  display: block; }
  body.catalogsearch-result-index #sidebar .block-layered-nav dl {
    display: block; }
  body.catalogsearch-result-index #sidebar .reductive-nav.block-layered-nav dd.filteol.sln-type-radio li a.checked {
    color: #6c6c6c; }
    body.catalogsearch-result-index #sidebar .reductive-nav.block-layered-nav dd.filteol.sln-type-radio li a.checked:before {
      content: 'x';
      color: #9f9f9f;
      display: inline-block;
      font-weight: bold;
      font-size: 16px;
      line-height: 1;
      margin: 0 0 0 4px;
      padding: 0 0 0 2px;
      background: none; }

.search-summary {
  font-size: 1.4em; }

.catalogsearch-result-index .product-journals .price-box,
.catalogsearch-advanced-result .product-journals .price-box,
.catalog-category-view .product-journals .price-box {
  display: none; }
.catalogsearch-result-index .products-grid .product-name,
.catalogsearch-advanced-result .products-grid .product-name,
.catalog-category-view .products-grid .product-name {
  float: none;
  margin-bottom: 8px;
  overflow: hidden;
  text-align: left; }
  .catalogsearch-result-index .products-grid .product-name a,
  .catalogsearch-advanced-result .products-grid .product-name a,
  .catalog-category-view .products-grid .product-name a {
    color: #797979;
    font: bold 1.5rem "Droid Sans", sans-serif;
    display: block;
    overflow: hidden;
    max-height: 75px;
    min-height: 75px; }
    .catalogsearch-result-index .products-grid .product-name a span,
    .catalogsearch-advanced-result .products-grid .product-name a span,
    .catalog-category-view .products-grid .product-name a span {
      font-weight: normal; }

.catalogsearch-advanced-result.large-font .product-author,
.catalog-category-view.large-font .product-author {
  height: 44px; }
.catalogsearch-advanced-result .col2-left-layout .col-left,
.catalog-category-view .col2-left-layout .col-left {
  width: 100%; }
  @media only screen and (min-width: 640px) {
    .catalogsearch-advanced-result .col2-left-layout .col-left,
    .catalog-category-view .col2-left-layout .col-left {
      width: 35%; } }
  @media only screen and (min-width: 768px) {
    .catalogsearch-advanced-result .col2-left-layout .col-left,
    .catalog-category-view .col2-left-layout .col-left {
      width: 25%; } }
  @media only screen and (min-width: 940px) {
    .catalogsearch-advanced-result .col2-left-layout .col-left,
    .catalog-category-view .col2-left-layout .col-left {
      width: 16.6667%; } }
.catalogsearch-advanced-result .col2-left-layout .col-main,
.catalog-category-view .col2-left-layout .col-main {
  width: 100%; }
  @media only screen and (min-width: 640px) {
    .catalogsearch-advanced-result .col2-left-layout .col-main,
    .catalog-category-view .col2-left-layout .col-main {
      width: 64%; } }
  @media only screen and (min-width: 768px) {
    .catalogsearch-advanced-result .col2-left-layout .col-main,
    .catalog-category-view .col2-left-layout .col-main {
      width: 75%; } }
  @media only screen and (min-width: 940px) {
    .catalogsearch-advanced-result .col2-left-layout .col-main,
    .catalog-category-view .col2-left-layout .col-main {
      width: 83.3333%; } }
.catalogsearch-advanced-result .currently,
.catalog-category-view .currently {
  padding: 10px 14px 17px 17px;
  border-bottom: 1px solid #c4c4c4; }
  .catalogsearch-advanced-result .currently p,
  .catalog-category-view .currently p {
    margin: 0 0 7px;
    font: bold 1.8em "Droid Sans", sans-serif;
    color: #2b3848; }
  .catalogsearch-advanced-result .currently span.value,
  .catalog-category-view .currently span.value {
    color: #648aa8;
    font: bold 1.4em "Droid Sans", sans-serif;
    margin: 0 10px 0 0; }
.catalogsearch-advanced-result .price-box,
.catalog-category-view .price-box {
  text-align: left;
  color: #797979;
  font: 1.4rem "Droid Sans", sans-serif; }
  .catalogsearch-advanced-result .price-box .price,
  .catalog-category-view .price-box .price {
    font: bold 1.4rem "Droid Sans", sans-serif;
    display: inline; }
  .catalogsearch-advanced-result .price-box .old-price .price,
  .catalog-category-view .price-box .old-price .price {
    text-decoration: line-through; }
  .catalogsearch-advanced-result .price-box .special-price,
  .catalog-category-view .price-box .special-price {
    display: inline; }
    .catalogsearch-advanced-result .price-box .special-price .price,
    .catalog-category-view .price-box .special-price .price {
      color: black; }
    .catalogsearch-advanced-result .price-box .special-price .price-label,
    .catalog-category-view .price-box .special-price .price-label {
      display: none; }
  .catalogsearch-advanced-result .price-box .old-price,
  .catalog-category-view .price-box .old-price {
    display: inline;
    text-decoration: none; }
    .catalogsearch-advanced-result .price-box .old-price .price-label,
    .catalog-category-view .price-box .old-price .price-label {
      display: none; }
    .catalogsearch-advanced-result .price-box .old-price .price,
    .catalog-category-view .price-box .old-price .price {
      text-decoration: line-through;
      font-weight: normal;
      padding-left: 5px;
      color: #989696; }
.catalogsearch-advanced-result .product-image,
.catalog-category-view .product-image {
  border: 0;
  margin-bottom: 10px;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%; }
@media only screen and (max-width: 768px) {
  .catalogsearch-advanced-result .product-image-listings .product-image,
  .catalog-category-view .product-image-listings .product-image {
    height: auto; } }
.catalogsearch-advanced-result li.item a.product-image .quickview,
.catalog-category-view li.item a.product-image .quickview {
  height: 38px;
  top: 50%;
  bottom: 24px;
  color: #38495a;
  font: bold 17px/38px "Droid Sans", sans-serif;
  text-align: center;
  background: rgba(149, 192, 193, 0.7);
  display: none;
  position: absolute;
  width: 100%;
  padding: 0;
  margin: -19px 0 0;
  text-transform: uppercase; }
.catalogsearch-advanced-result li.item a.product-image:hover .quickview,
.catalog-category-view li.item a.product-image:hover .quickview {
  display: none; }
  @media only screen and (min-width: 940px) {
    .catalogsearch-advanced-result li.item a.product-image:hover .quickview,
    .catalog-category-view li.item a.product-image:hover .quickview {
      display: block; } }
.catalogsearch-advanced-result .product-journals .product-name a,
.catalog-category-view .product-journals .product-name a {
  font-weight: bold; }
.catalogsearch-advanced-result .product-journals .product-journals-numbers p,
.catalog-category-view .product-journals .product-journals-numbers p {
  margin: 0;
  font-size: 1.4rem;
  color: #797979; }
.catalogsearch-advanced-result .product-author,
.catalog-category-view .product-author {
  font: 1.5em "Droid Sans", sans-serif;
  height: 36px;
  color: #648aa8;
  font-weight: 700;
  overflow: hidden;
  position: relative; }
  .catalogsearch-advanced-result .product-author strong,
  .catalog-category-view .product-author strong {
    color: #648aa8; }
.catalogsearch-advanced-result .col1-layout .products-grid > li a,
.catalog-category-view .col1-layout .products-grid > li a {
  max-width: 188px; }
.catalogsearch-advanced-result .products-grid,
.catalog-category-view .products-grid {
  margin: 0 auto;
  width: 100%;
  max-width: 190px; }
  @media only screen and (min-width: 768px) {
    .catalogsearch-advanced-result .products-grid,
    .catalog-category-view .products-grid {
      max-width: none; } }
  .catalogsearch-advanced-result .products-grid > li,
  .catalog-category-view .products-grid > li {
    padding: 0 1% 20px;
    width: 100%; }
    .catalogsearch-advanced-result .products-grid > li:nth-of-type(n+1),
    .catalog-category-view .products-grid > li:nth-of-type(n+1) {
      clear: left; }
    @media only screen and (min-width: 768px) {
      .catalogsearch-advanced-result .products-grid > li,
      .catalog-category-view .products-grid > li {
        width: 25%; }
        .catalogsearch-advanced-result .products-grid > li:nth-of-type(1n+1),
        .catalog-category-view .products-grid > li:nth-of-type(1n+1) {
          clear: none; }
        .catalogsearch-advanced-result .products-grid > li:nth-of-type(2n+1), .catalogsearch-advanced-result .products-grid > li:nth-of-type(5n+1),
        .catalog-category-view .products-grid > li:nth-of-type(2n+1),
        .catalog-category-view .products-grid > li:nth-of-type(5n+1) {
          clear: none; }
        .catalogsearch-advanced-result .products-grid > li:nth-of-type(4n+1),
        .catalog-category-view .products-grid > li:nth-of-type(4n+1) {
          clear: both; } }
    @media only screen and (min-width: 940px) {
      .catalogsearch-advanced-result .products-grid > li,
      .catalog-category-view .products-grid > li {
        width: 20%; }
        .catalogsearch-advanced-result .products-grid > li:nth-of-type(4n+1),
        .catalog-category-view .products-grid > li:nth-of-type(4n+1) {
          clear: none; }
        .catalogsearch-advanced-result .products-grid > li:nth-of-type(5n+1),
        .catalog-category-view .products-grid > li:nth-of-type(5n+1) {
          clear: both; } }
  .catalogsearch-advanced-result .products-grid li.item .quickview-arrow,
  .catalog-category-view .products-grid li.item .quickview-arrow {
    background: url(../images/quickview-product-arrow.gif) no-repeat center center;
    bottom: -4px;
    height: 17px;
    position: relative;
    width: 100%;
    z-index: 1;
    display: none; }
  .catalogsearch-advanced-result .products-grid li.item .quickview-reset,
  .catalog-category-view .products-grid li.item .quickview-reset {
    display: none; }
    .catalogsearch-advanced-result .products-grid li.item .quickview-reset .quickview-wrapper,
    .catalog-category-view .products-grid li.item .quickview-reset .quickview-wrapper {
      max-width: none;
      background: #d9f2f3;
      display: none; }
      @media only screen and (min-width: 940px) {
        .catalogsearch-advanced-result .products-grid li.item .quickview-reset .quickview-wrapper,
        .catalog-category-view .products-grid li.item .quickview-reset .quickview-wrapper {
          display: block; } }
      .catalogsearch-advanced-result .products-grid li.item .quickview-reset .quickview-wrapper img.loadingGif,
      .catalog-category-view .products-grid li.item .quickview-reset .quickview-wrapper img.loadingGif {
        position: absolute;
        left: 31%;
        top: 29%; }
  .catalogsearch-advanced-result .products-grid li.item .quickview-wrapper .loader,
  .catalog-category-view .products-grid li.item .quickview-wrapper .loader {
    background-image: url("../images/iframe_loader.gif");
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px; }
  .catalogsearch-advanced-result .products-grid .price-box,
  .catalogsearch-advanced-result .products-grid .price-box > p,
  .catalog-category-view .products-grid .price-box,
  .catalog-category-view .products-grid .price-box > p {
    font-size: inherit; }
    .catalogsearch-advanced-result .products-grid .price-box span.listingPageOnly,
    .catalogsearch-advanced-result .products-grid .price-box > p span.listingPageOnly,
    .catalog-category-view .products-grid .price-box span.listingPageOnly,
    .catalog-category-view .products-grid .price-box > p span.listingPageOnly {
      display: inline;
      font-size: 1.4em; }
.catalogsearch-advanced-result .block.block-events,
.catalog-category-view .block.block-events {
  display: none; }
.catalogsearch-advanced-result .category-title-section,
.catalog-category-view .category-title-section {
  text-align: left; }
  .catalogsearch-advanced-result .category-title-section p,
  .catalog-category-view .category-title-section p {
    font: bold 1.8em "Droid Sans", sans-serif;
    color: #2b3848;
    margin: 0; }
.catalogsearch-advanced-result .toolbar,
.catalog-category-view .toolbar {
  margin: 20px 0 0; }
.catalogsearch-advanced-result .listing-feature,
.catalog-category-view .listing-feature {
  padding: 40px 0;
  overflow: hidden;
  position: relative;
  background-color: #d1dcde; }
  .catalogsearch-advanced-result .listing-feature:first-child,
  .catalog-category-view .listing-feature:first-child {
    margin-top: 0; }
  .catalogsearch-advanced-result .listing-feature > div,
  .catalog-category-view .listing-feature > div {
    padding: 0 20px; }
  .catalogsearch-advanced-result .listing-feature ul,
  .catalog-category-view .listing-feature ul {
    margin: 25px 0 0 -10px;
    font-size: 0;
    text-align: center; }
    @media only screen and (min-width: 1024px) {
      .catalogsearch-advanced-result .listing-feature ul,
      .catalog-category-view .listing-feature ul {
        width: 100%;
        display: table; } }
    .catalogsearch-advanced-result .listing-feature ul.img-dropshadow img,
    .catalog-category-view .listing-feature ul.img-dropshadow img {
      box-shadow: 0 0 12px #2a2a2a; }
    .catalogsearch-advanced-result .listing-feature ul li,
    .catalog-category-view .listing-feature ul li {
      display: none;
      padding: 0; }
      @media only screen and (min-width: 768px) {
        .catalogsearch-advanced-result .listing-feature ul li,
        .catalog-category-view .listing-feature ul li {
          width: 25%; } }
      @media only screen and (min-width: 1024px) {
        .catalogsearch-advanced-result .listing-feature ul li,
        .catalog-category-view .listing-feature ul li {
          width: 20%; } }
      .catalogsearch-advanced-result .listing-feature ul li img,
      .catalog-category-view .listing-feature ul li img {
        max-width: 90%;
        width: 100%; }
      .catalogsearch-advanced-result .listing-feature ul li:first-child,
      .catalog-category-view .listing-feature ul li:first-child {
        display: inline-block; }
      @media only screen and (min-width: 640px) {
        .catalogsearch-advanced-result .listing-feature ul li:nth-child(2),
        .catalog-category-view .listing-feature ul li:nth-child(2) {
          display: inline-block; } }
      @media only screen and (min-width: 768px) {
        .catalogsearch-advanced-result .listing-feature ul li:nth-child(n+2),
        .catalog-category-view .listing-feature ul li:nth-child(n+2) {
          display: inline-block; } }
      .catalogsearch-advanced-result .listing-feature ul li:last-child,
      .catalog-category-view .listing-feature ul li:last-child {
        display: none; }
        @media only screen and (min-width: 1024px) {
          .catalogsearch-advanced-result .listing-feature ul li:last-child,
          .catalog-category-view .listing-feature ul li:last-child {
            display: inline-block; } }
  .catalogsearch-advanced-result .listing-feature h3, .catalogsearch-advanced-result .listing-feature h4,
  .catalog-category-view .listing-feature h3,
  .catalog-category-view .listing-feature h4 {
    text-align: left; }
    @media only screen and (min-width: 640px) {
      .catalogsearch-advanced-result .listing-feature h3, .catalogsearch-advanced-result .listing-feature h4,
      .catalog-category-view .listing-feature h3,
      .catalog-category-view .listing-feature h4 {
        max-width: 80%; } }
  .catalogsearch-advanced-result .listing-feature h3,
  .catalog-category-view .listing-feature h3 {
    color: #38485a;
    font: normal 3em "Droid Sans", sans-serif;
    margin: 0; }
  .catalogsearch-advanced-result .listing-feature h4,
  .catalog-category-view .listing-feature h4 {
    color: #6d6e71;
    font: normal 1.8em "Droid Sans", sans-serif; }
.catalogsearch-advanced-result .custom-listing-landing h1,
.catalog-category-view .custom-listing-landing h1 {
  font-weight: bold;
  font-size: 2.6em; }
.catalogsearch-advanced-result .custom-listing-landing .block-content,
.catalog-category-view .custom-listing-landing .block-content {
  padding: 0 20px 20px; }
.catalogsearch-advanced-result .custom-listing,
.catalog-category-view .custom-listing {
  float: left; }
  @media only screen and (min-width: 768px) {
    .catalogsearch-advanced-result .custom-listing.col-two,
    .catalog-category-view .custom-listing.col-two {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .catalogsearch-advanced-result .custom-listing.col-three,
    .catalog-category-view .custom-listing.col-three {
      width: 33%; } }
  .catalogsearch-advanced-result .custom-listing li,
  .catalog-category-view .custom-listing li {
    padding: 0 10px 0 0; }
    .catalogsearch-advanced-result .custom-listing li a,
    .catalog-category-view .custom-listing li a {
      font-size: 1.5em;
      color: #38495a; }

#sidebar {
  display: block;
  min-height: 0;
  min-height: auto; }
  @media only screen and (min-width: 768px) {
    #sidebar {
      min-height: 350px; } }
  #sidebar .block {
    border: 0; }
  #sidebar .block-title strong span {
    font: bold 1.8em "Droid Sans", sans-serif;
    color: #38495a;
    text-transform: uppercase; }
  #sidebar .filter-by-eBook input:checked + label + ol {
    display: block; }
  #sidebar .filter-by-eBook ol {
    display: none; }
    #sidebar .filter-by-eBook ol label {
      padding-left: 10px; }
  #sidebar .block-layered-nav .actions {
    display: none; }
  #sidebar .block-layered-nav dd a,
  #sidebar .block-layered-nav dd li > div,
  #sidebar .block-layered-nav dd li > span {
    color: #648aa8;
    font: bold 1.4em "Droid Sans", sans-serif;
    display: inline-block; }
  #sidebar .block-layered-nav dd a.ebook-child {
    font-size: 1.4rem; }
  #sidebar .block-layered-nav dd li {
    position: relative; }
    #sidebar .block-layered-nav dd li.toggle-cats span:before {
      opacity: 0; }
  #sidebar .block-layered-nav dd.filter-items-cat li a {
    padding: 4px 0; }
  #sidebar .block-layered-nav dd.feature-filter-items {
    margin: 0; }
  #sidebar .block-layered-nav dl {
    padding: 10px; }
    @media only screen and (min-width: 640px) {
      #sidebar .block-layered-nav dl {
        padding: 10px 14px 17px 17px; } }
    #sidebar .block-layered-nav dl dl {
      padding: 0; }
  #sidebar .reductive-nav h2 {
    color: #2b3848;
    font: bold 1.5em "Droid Sans", sans-serif; }
  #sidebar .reductive-nav input {
    display: none; }
  #sidebar .reductive-nav label > span {
    width: 15px;
    height: 15px;
    border: 1px solid #cacaca;
    display: inline-block;
    background-color: #f3f3f3;
    border-radius: 10px; }
  #sidebar .reductive-nav input[type=checkbox] + label span {
    border-radius: 0; }
  #sidebar .reductive-nav input[type=checkbox]:checked + label span {
    background: url(../images/img_sidebar_checked.png) center center no-repeat #f3f3f3; }
  #sidebar .reductive-nav input[type=checkbox]:checked + label span span {
    display: none; }
  #sidebar .reductive-nav input:checked + label span span {
    background: #797979;
    border-radius: 10px;
    display: block;
    height: 9px;
    margin: 2px 0 0 2px;
    width: 9px; }
  #sidebar .block-layered-nav dt {
    font-size: 1.8em;
    text-transform: uppercase;
    color: #38495a;
    margin-bottom: 5px; }
    #sidebar .block-layered-nav dt:not(:first-child) {
      margin-top: 20px; }
    #sidebar .block-layered-nav dt:first-child {
      margin-top: 25px; }
  #sidebar .block-layered-nav dd.filter-items-cat li > .checked,
  #sidebar .block-layered-nav dd.filter-items-cat li > a:hover {
    text-decoration: none;
    color: #6c6c6c; }
    #sidebar .block-layered-nav dd.filter-items-cat li > .checked:before,
    #sidebar .block-layered-nav dd.filter-items-cat li > a:hover:before {
      content: '';
      display: block;
      position: absolute;
      height: 100%;
      height: calc(100% - 8px);
      background-color: #50b9bb;
      width: 4px;
      left: -7px; }
  #sidebar .block-layered-nav dd.filter-items ol li > * {
    padding: 4px 0;
    position: relative;
    display: block; }
  #sidebar .block-layered-nav dd.filter-items ol li div.ebook-title {
    padding: 4px 0 4px 23px;
    font-size: 1.4em;
    display: inline-block;
    position: relative; }
  #sidebar .block-layered-nav dd.filter-items ol li .ebook-title {
    display: block;
    cursor: pointer;
    font-weight: bold; }
    #sidebar .block-layered-nav dd.filter-items ol li .ebook-title.checked + .ebook-options-holder {
      display: block;
      padding: 4px 0 4px 4px;
      margin: 0 0 0 20px; }
      #sidebar .block-layered-nav dd.filter-items ol li .ebook-title.checked + .ebook-options-holder .ebook-child {
        margin: 5px 0 0;
        display: block; }
  #sidebar .block-layered-nav dd.filter-items ol li .ebook-options-holder {
    display: none; }
  #sidebar .block-layered-nav dd.filter-items ol.m-filter-item-list li a {
    padding: 4px 0 4px 23px; }
  #sidebar .block-layered-nav dd.filter-items ol a:hover {
    text-decoration: none; }
  #sidebar .block-layered-nav dd.filter-items ol li span.disabled {
    cursor: default; }
  #sidebar .block-layered-nav dd.filter-items ol.filter-default-cat li.level-0 ol {
    padding: 0 0 0 15px; }
    #sidebar .block-layered-nav dd.filter-items ol.filter-default-cat li.level-0 ol li > *:first-child {
      font-size: 1.3rem; }
      #sidebar .block-layered-nav dd.filter-items ol.filter-default-cat li.level-0 ol li > *:first-child li > *:first-child {
        font-size: 1.25rem; }
  #sidebar .block-layered-nav dd.filter-items ol.m-filter-item-list li a:before,
  #sidebar .block-layered-nav dd.filter-items ol div.ebook-title:before {
    content: ' ';
    width: 20px;
    height: 20px;
    background: url("../images/sidebar_checkbox_2.png") 0 0 no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    margin: 0 5px 0 0;
    left: 0; }
  #sidebar .block-layered-nav dd.filter-items ol .filter-by-eBook.m-selected-ln-item div.ebook-title:before {
    background-position: 0 -20px; }
  #sidebar .block-layered-nav dd.filter-items ol .filter-by-eBook.m-selected-ln-item div.ebook-title + .ebook-options-holder {
    display: block;
    padding: 4px 0 4px 4px;
    margin: 0 0 0 20px; }
    #sidebar .block-layered-nav dd.filter-items ol .filter-by-eBook.m-selected-ln-item div.ebook-title + .ebook-options-holder .ebook-child {
      margin: 5px 0 0;
      display: block; }
  #sidebar .block-layered-nav dd.filter-items ol div.ebook-title.checked {
    color: #6c6c6c; }
    #sidebar .block-layered-nav dd.filter-items ol div.ebook-title.checked:before {
      background-position: 0 -20px; }
  #sidebar .block-layered-nav dd.filter-items ol.m-filter-item-list div.m-selected-ln-item > a:before,
  #sidebar .block-layered-nav dd.filter-items ol.m-filter-item-list li.m-selected-ln-item > a:before {
    background-position: 0 -20px; }
  #sidebar .block-layered-nav dd.filter-items ol div.ebook-title:before {
    background: url("../images/sidebar_checkbox_grey_2.png") 0 0 no-repeat; }
  #sidebar .block-layered-nav .currently {
    display: none; }
  #sidebar .filter-items-cat.listing-show-more li:nth-child(n+6) {
    display: none; }
  #sidebar .filter-items-cat.listing-show-more li.toggle-cats {
    display: block; }
    #sidebar .filter-items-cat.listing-show-more li.toggle-cats > span {
      display: none;
      font-weight: bold;
      font-size: 14px;
      color: #38495a;
      padding: 4px 0;
      cursor: pointer; }
      #sidebar .filter-items-cat.listing-show-more li.toggle-cats > span:first-child {
        display: block; }
  #sidebar .filter-items-cat.listing-show-more.show-less li:nth-child(n+6) {
    display: block; }
  #sidebar .filter-items-cat.listing-show-more.show-less li.toggle-cats span {
    display: block;
    visibility: visible; }
    #sidebar .filter-items-cat.listing-show-more.show-less li.toggle-cats span:first-child {
      display: none;
      visibility: hidden; }

#featuredBooks {
  background-color: #38475a;
  padding: 20px 0; }
  @media only screen and (min-width: 768px) {
    #featuredBooks {
      padding: 20px 0 60px; } }
  #featuredBooks > .scale-wrapper {
    padding-right: 25px;
    padding-left: 25px; }
  #featuredBooks h3 {
    color: #a3dfe2; }
  #featuredBooks h4 {
    color: #fff; }
  #featuredBooks .title-area .title {
    font-size: 4em;
    text-align: left;
    margin-bottom: 0;
    color: #38495a;
    margin-top: 15px; }
  #featuredBooks .title-area .subtitle {
    font-weight: 100;
    text-align: left;
    color: #6a6d72;
    padding-top: 0;
    margin-top: 0; }
  #featuredBooks .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    font-size: 0; }
    #featuredBooks .slick-arrow:focus {
      outline: none; }
    #featuredBooks .slick-arrow.slick-prev {
      background-image: url(../images/img_carousel_left.png);
      left: 0; }
      #featuredBooks .slick-arrow.slick-prev:hover {
        background-image: url(../images/img_carousel_left_hover.png); }
    #featuredBooks .slick-arrow.slick-next {
      background-image: url(../images/img_carousel_right.png);
      right: 0; }
      #featuredBooks .slick-arrow.slick-next:hover {
        background-image: url(../images/img_carousel_right_hover.png); }
  #featuredBooks .slick-slide {
    height: auto; }
  #featuredBooks .featured-books {
    padding: 0 40px;
    text-align: center;
    width: 100%;
    margin: 0; }
    #featuredBooks .featured-books:after {
      content: '';
      display: block;
      clear: both; }
    #featuredBooks .featured-books .featured-book {
      font-size: 0;
      display: inline-block;
      float: none;
      width: auto;
      padding: 5px;
      vertical-align: bottom; }
      @media only screen and (min-width: 768px) {
        #featuredBooks .featured-books .featured-book {
          width: 19%; } }
      #featuredBooks .featured-books .featured-book:first-child {
        display: inline-block; }
      #featuredBooks .featured-books .featured-book a {
        width: 100%;
        display: block;
        text-align: center; }
        #featuredBooks .featured-books .featured-book a:hover img {
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
          -webkit-transform: translateY(7px);
          -ms-transform: translateY(7px);
          transform: translateY(7px); }
        #featuredBooks .featured-books .featured-book a img {
          max-width: 98%;
          display: inline-block;
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
          -webkit-transition: .2s;
          transition: .2s; }
      #featuredBooks .featured-books .featured-book img {
        width: 100%;
        max-width: 90%; }
      @media only screen and (min-width: 640px) {
        #featuredBooks .featured-books .featured-book img {
          width: auto; } }
      @media only screen and (min-width: 768px) {
        #featuredBooks .featured-books .featured-book {
          width: 19%; } }

.list-top-toolbar {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .list-top-toolbar {
      height: 100px; } }
  .list-top-toolbar .pager {
    display: none; }
  .list-top-toolbar .sorter {
    width: auto; }
    .list-top-toolbar .sorter .sort-by {
      position: static;
      bottom: 10px;
      right: 20px; }
      @media only screen and (min-width: 768px) {
        .list-top-toolbar .sorter .sort-by {
          position: absolute; } }

.main .custom-listing-landing h1 {
  font-weight: bold;
  font-size: 2.6em; }
.main .custom-listing-landing .block-content {
  padding: 0 20px 20px; }
.main .custom-listing {
  float: left; }
  @media only screen and (min-width: 768px) {
    .main .custom-listing.col-two {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .main .custom-listing.col-three {
      width: 33%; } }
  .main .custom-listing li {
    padding: 0 10px 0 0; }
    .main .custom-listing li a {
      font-size: 1.5em;
      color: #38495a; }

.page-title.category-title {
  display: none; }

.demac-enhancedquickview-index-index #fancybox-overlay,
.demac-enhancedquickview-index-index #fancybox-wrap {
  visibility: hidden; }

body.demac-enhancedquickview-index-index.page-popup {
  border: 0;
  background: transparent; }
  body.demac-enhancedquickview-index-index.page-popup #fancybox-overlay,
  body.demac-enhancedquickview-index-index.page-popup #fancybox-wrap {
    visibility: hidden; }
  body.demac-enhancedquickview-index-index.page-popup .btn-add-to-cart button.button {
    font-size: 1.5em;
    width: 100%;
    margin: 0 0 10px; }
  body.demac-enhancedquickview-index-index.page-popup .required {
    display: none; }
  body.demac-enhancedquickview-index-index.page-popup .product-options dd {
    border: 0;
    padding: 0;
    margin: 5px 0 0; }
  body.demac-enhancedquickview-index-index.page-popup .product-description {
    font-size: 1.4em;
    color: #6e7c7d; }
  body.demac-enhancedquickview-index-index.page-popup .product-view {
    padding: 0;
    height: auto; }
    body.demac-enhancedquickview-index-index.page-popup .product-view .product-social ul {
      text-align: center;
      padding: 19px 0 30px 0; }
      body.demac-enhancedquickview-index-index.page-popup .product-view .product-social ul li {
        font: bold 14px "Droid Sans", sans-serif;
        margin: 0 5px; }
        body.demac-enhancedquickview-index-index.page-popup .product-view .product-social ul li a.social-icon {
          background-size: 150px;
          width: 17px;
          height: 18px; }
          body.demac-enhancedquickview-index-index.page-popup .product-view .product-social ul li a.social-icon#twitter {
            background-position: -31px 0;
            width: 15px; }
          body.demac-enhancedquickview-index-index.page-popup .product-view .product-social ul li a.social-icon#goodReads {
            background-position: -103px 0;
            width: 12px; }
          body.demac-enhancedquickview-index-index.page-popup .product-view .product-social ul li a.social-icon#gPlus {
            background-position: -69px 0;
            width: 16px; }
          body.demac-enhancedquickview-index-index.page-popup .product-view .product-social ul li a.social-icon#regularMail {
            background-position: -133px 0;
            width: 19px; }
    body.demac-enhancedquickview-index-index.page-popup .product-view #product_addtocart_form {
      position: relative !important;
      overflow: visible !important; }
    body.demac-enhancedquickview-index-index.page-popup .product-view .close-icon {
      background: url(../images/quickview-close-icon.gif) center no-repeat;
      cursor: pointer;
      position: absolute;
      right: 20px;
      width: 14px;
      height: 14px;
      float: none;
      z-index: 99;
      top: 0; }
    body.demac-enhancedquickview-index-index.page-popup .product-view .product-success {
      display: none; }
    body.demac-enhancedquickview-index-index.page-popup .product-view.smaller-content-area .product-essential {
      padding: 20px; }
    body.demac-enhancedquickview-index-index.page-popup .product-view.smaller-content-area.journal .product-shop {
      padding-top: 0; }
      body.demac-enhancedquickview-index-index.page-popup .product-view.smaller-content-area.journal .product-shop div.options-container-big {
        padding-top: 0; }
    body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential {
      max-width: none;
      padding: 50px 0; }
      body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-img-box {
        margin: 0;
        float: left;
        padding: 0;
        width: 73%;
        height: auto; }
        body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-img-box > div {
          float: left; }
        body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-img-box .product-image-container {
          width: 30%; }
        body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-img-box .product-details-container {
          width: 70%;
          padding: 0 10px 0 20px; }
          body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-img-box .product-details-container h1 {
            font-size: 2em;
            color: #38495a; }
          body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-img-box .product-details-container .product-author {
            font-size: 1.5em;
            font-weight: 700;
            color: grey;
            margin-bottom: 15px; }
            body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-img-box .product-details-container .product-author .product-published {
              font-size: 0.9em;
              text-transform: uppercase;
              color: black; }
              body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-img-box .product-details-container .product-author .product-published strong {
                color: black; }
        body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-img-box .product-image {
          margin: 0;
          float: none; }
      body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop {
        width: 30%;
        max-width: 188px;
        display: block;
        margin: 0;
        float: right;
        background: transparent; }
        body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .salesBanner {
          left: 50%;
          margin-left: -51.5px;
          position: absolute;
          top: -8px; }
          body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .salesBanner p {
            font: normal 2.4em/0.9 "Droid Sans", sans-serif;
            border-radius: 55px;
            width: 82px;
            height: 82px;
            padding: 23px 0 0;
            background: #38495a;
            text-align: center;
            text-transform: uppercase; }
            body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .salesBanner p.book-formats {
              background: #3dacab;
              padding: 17px 0 0; }
              body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .salesBanner p.book-formats strong {
                font-size: .6em;
                text-align: center;
                color: #fff;
                margin: 0; }
            body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .salesBanner p span.upTo {
              font-size: 0.35em;
              display: inline-block;
              width: 9px;
              position: absolute;
              left: 16px;
              margin-top: 25px; }
            body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .salesBanner p span.salePercent {
              font-size: .8em;
              font-weight: 900;
              margin-left: 13px; }
            body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .salesBanner p strong {
              font-size: .9em;
              margin: 11px; }
        body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .disabled-wishlist {
          pointer-events: none;
          color: #ddd; }
        body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .quickview-msg {
          display: none; }
        body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-name {
          margin: 0 0 20px 0; }
          body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-name h1, body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-name h1 a {
            font-family: "Droid Sans", sans-serif;
            font-weight: 600;
            font-size: 26px;
            color: black; }
          body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-name .price-box {
            margin: 16px 0 0 0;
            color: #555555; }
            body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-name .price-box .price-label {
              display: none; }
            body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-name .price-box .price {
              color: #555555; }
            body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-name .price-box .price, body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-name .price-box .old-price, body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-name .price-box .special-price {
              font-size: 22px;
              display: inline-block; }
            body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-name .price-box .old-price .price {
              text-decoration: line-through; }
            body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-name .price-box .special-price {
              color: #a8a8a8;
              padding-left: 10px; }
            body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-name .price-box .bogo .special-price {
              float: none; }
            body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-name .price-box .bogo .special-price .price {
              color: #a8a8a8; }
            body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-name .price-box .bogo-price, body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-name .price-box .bogo-price-small {
              margin-top: 13px;
              display: block;
              font-family: "Droid Sans", sans-serif;
              font-size: 22px;
              color: #a8a8a8; }
        body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info {
          float: none;
          width: auto; }
          body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big {
            background: transparent;
            padding: 25px 20px 5px;
            text-align: center;
            overflow: hidden; }
            body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options {
              border: none;
              padding: 0;
              margin: 0; }
              body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options dl {
                width: 100%;
                display: inline-block; }
                body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options dl dt {
                  display: none;
                  width: 106px;
                  height: 38px;
                  padding: 0 0 0 15px;
                  line-height: 38px;
                  font-family: "Droid Sans", sans-serif;
                  font-size: 13px; }
                  body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options dl dt label {
                    color: #555555; }
                    body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options dl dt label em {
                      display: none; }
            body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options-bottom {
              float: none;
              padding: 0;
              margin: 0; }
              body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options-bottom .price-box {
                display: none; }
              body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options-bottom .add-to-cart {
                float: none;
                margin: 13px 0 0 0;
                height: 54px; }
                body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options-bottom .add-to-cart button.button {
                  line-height: 1;
                  float: left;
                  padding-top: 16px;
                  padding-bottom: 16px;
                  font-family: "Droid Sans", sans-serif;
                  font-size: 1.4em;
                  text-transform: uppercase;
                  width: 100%;
                  margin: 0; }
                  body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options-bottom .add-to-cart button.button span span {
                    color: inherit;
                    background: none; }
                  body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options-bottom .add-to-cart button.button.grey-disable {
                    background: #6aa315; }
                body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options-bottom .add-to-cart .actions {
                  float: left; }
                  @media only screen and (min-width: 940px) {
                    body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options-bottom .add-to-cart .actions {
                      margin-left: 319px;
                      float: none; } }
                  body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options-bottom .add-to-cart .actions .add-to-wishlist,
                  body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options-bottom .add-to-cart .actions .more-details {
                    width: 200px;
                    height: 27px;
                    line-height: 27px; }
                    body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options-bottom .add-to-cart .actions .add-to-wishlist a,
                    body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options-bottom .add-to-cart .actions .more-details a {
                      padding-left: 16px;
                      font-size: 14px;
                      font-family: "Droid Sans", sans-serif;
                      color: black; }
                      body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options-bottom .add-to-cart .actions .add-to-wishlist a.disabled-wishlist,
                      body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options-bottom .add-to-cart .actions .more-details a.disabled-wishlist {
                        pointer-events: none;
                        opacity: 0.3; }
                      body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options-bottom .add-to-cart .actions .add-to-wishlist a:hover,
                      body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options-bottom .add-to-cart .actions .more-details a:hover {
                        text-decoration: underline; }
                  @media only screen and (min-width: 940px) {
                    body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options-bottom .add-to-cart .actions .more-details {
                      padding-left: 24px; } }
                  @media only screen and (min-width: 940px) {
                    body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options-bottom .add-to-cart .actions .add-to-wishlist {
                      padding-left: 22px; } }
                  body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options-bottom .add-to-cart .actions .add-to-wishlist a {
                    background: url(../images/quickview-add-to-wishlist.gif) left center no-repeat; }
                  body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .product-secondary-info .options-container-big .product-options-bottom .add-to-cart .actions .more-details a {
                    background: url(../images/quickview-product-details.gif) left center no-repeat; }
        body.demac-enhancedquickview-index-index.page-popup .product-view .product-essential .product-shop .more-details {
          float: none;
          width: auto;
          padding: 0; }

.transform-fix {
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0); }

.swap-content > * {
  display: none; }
  .swap-content > *.active {
    display: block; }

.swap-items {
  cursor: pointer; }

.mixed-search li {
  display: inline-block; }
  .mixed-search li.active {
    background: white; }
.mixed-search h2 {
  margin: 0 0 -1px;
  border: 0;
  padding: 7px 15px; }
.mixed-search .active h2 {
  border-width: 1px;
  border-color: black black white black;
  border-style: solid; }
.mixed-search .swap-items {
  margin: 0 0 25px;
  border-bottom: 1px solid black;
  background: #d1e5f7; }

.catalog-product-view select.validation-failed + svg,
.catalog-product-view select.validation-failed + div + svg {
  background-color: #f2dede;
  border-top: 1px solid #eed3d7;
  border-right: 1px solid #eed3d7;
  border-bottom: 1px solid #eed3d7; }
.catalog-product-view .product-options .validation-failed {
  border: 1px solid #eed3d7; }
.catalog-product-view .product-options .input-box {
  position: relative; }
.catalog-product-view .main {
  overflow: visible; }
.catalog-product-view .footer-container {
  background: white;
  position: relative; }
.catalog-product-view #outer-wrap
#inner-wrap {
  overflow: hidden; }
.catalog-product-view h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin-top: 0;
  text-transform: none; }
  .catalog-product-view h1 span {
    font-weight: normal; }
.catalog-product-view .product-details-content li {
  color: #797979;
  font-size: 1.4em; }
.catalog-product-view .box-collateral .box-title {
  border: 0;
  margin: 0; }
.catalog-product-view .col1-layout .col-main {
  padding: 20px 20px 0;
  max-width: 500px;
  float: none;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .catalog-product-view .col1-layout .col-main {
      max-width: none;
      float: left;
      margin: 0; } }
.catalog-product-view .add-to-cart {
  float: none; }
  .catalog-product-view .add-to-cart button.button span {
    background: transparent; }
.catalog-product-view .add-to-links {
  padding: 0 0 11px;
  text-align: center; }
  .catalog-product-view .add-to-links .link-wishlist {
    color: #797979;
    text-decoration: underline;
    font: normal 1.35em "Droid Sans", sans-serif; }
.catalog-product-view .additional-links {
  font-size: 1.5em;
  width: 100%; }
.catalog-product-view .link-library-recommendation {
  display: none; }
  @media only screen and (min-width: 768px) {
    .catalog-product-view .link-library-recommendation {
      display: inline-block; } }
.catalog-product-view .quickview-to-product {
  color: #364a53;
  margin: 17px 0 0;
  font-size: 1.4em;
  display: block; }
.catalog-product-view p.required {
  display: none; }
.catalog-product-view .listingPageOnly {
  display: none; }
.catalog-product-view #product_addtocart_form {
  margin: 0;
  float: right;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .catalog-product-view #product_addtocart_form {
      width: 40%;
      max-width: 264px; } }
  @media only screen and (min-width: 940px) {
    .catalog-product-view #product_addtocart_form {
      width: 21%; } }
.catalog-product-view .product-social .social-icon {
  background-image: url("../images/img_social_sprites.png");
  background-repeat: no-repeat;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  height: 29px; }
  .catalog-product-view .product-social .social-icon#facebook {
    width: 13px; }
  .catalog-product-view .product-social .social-icon#twitter {
    background-position: -51px 0;
    width: 23px; }
  .catalog-product-view .product-social .social-icon#gPlus {
    background-position: -113px 0;
    width: 25px; }
  .catalog-product-view .product-social .social-icon#goodReads {
    background-position: -171px 0;
    width: 17px; }
  .catalog-product-view .product-social .social-icon#regularMail {
    background-position: -221px 0;
    width: 28px; }
.catalog-product-view .product-social ul {
  display: block;
  padding: 18px 13px 16px;
  text-align: center; }
  .catalog-product-view .product-social ul li {
    color: #797979;
    font: bold 1.8rem "Droid Sans", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 10px; }
.catalog-product-view .volumeMsg {
  display: none; }
  .catalog-product-view .volumeMsg ul {
    padding: 0;
    margin: 10px 0; }
.catalog-product-view #inner-wrap .main.french-contains .product-view .product-img-box .product-details-container.french-content {
  display: none; }
  @media only screen and (min-width: 768px) {
    .catalog-product-view #inner-wrap .main.french-contains .product-view .product-img-box .product-details-container.french-content {
      display: block; } }
.catalog-product-view #inner-wrap .main.french-contains .product-view .product-img-box .product-details-container.mobile-only .french-content {
  display: block; }
  @media only screen and (min-width: 768px) {
    .catalog-product-view #inner-wrap .main.french-contains .product-view .product-img-box .product-details-container.mobile-only .french-content {
      display: none; } }
.catalog-product-view #inner-wrap .product-view .mobile-only {
  display: block;
  margin: 20px 0; }
  @media only screen and (min-width: 768px) {
    .catalog-product-view #inner-wrap .product-view .mobile-only {
      display: none; } }
.catalog-product-view .french-contains .product-view .product-shop.discount-active .salesBanner p:first-child strong {
  font-size: 0.78em;
  margin: 12px; }
.catalog-product-view .french-contains .product-view .product-shop.discount-active .salesBanner p span.upTo {
  display: block;
  width: auto; }
.catalog-product-view .product-view .product-shop {
  padding: 90px 25px 25px;
  background: #e8f6f7;
  position: relative;
  margin: 0 0 20px;
  width: 100%; }
  .catalog-product-view .product-view .product-shop.discount-active .salesBanner p {
    display: none; }
    .catalog-product-view .product-view .product-shop.discount-active .salesBanner p:first-child {
      display: block; }
  .catalog-product-view .product-view .product-shop.deactivate-discount {
    padding-top: 35px; }
  .catalog-product-view .product-view .product-shop .salesBanner {
    z-index: 11;
    left: 50%;
    margin-left: -51.5px;
    position: absolute;
    top: -30px; }
    .catalog-product-view .product-view .product-shop .salesBanner p {
      font: normal 2.4em/1 "Droid Sans", sans-serif;
      border-radius: 55px;
      width: 104px;
      height: 104px;
      padding: 25px 0 0;
      color: white;
      text-align: center;
      background: #3dacab; }
      .catalog-product-view .product-view .product-shop .salesBanner p:first-child {
        display: none;
        background: #38495a;
        line-height: 1.2;
        padding: 18px 0 0; }
        .catalog-product-view .product-view .product-shop .salesBanner p:first-child strong {
          margin: 18px;
          font-size: 1.2em; }
      .catalog-product-view .product-view .product-shop .salesBanner p span.upTo {
        font-size: 0.45em;
        display: inline-block;
        width: 20px; }
      .catalog-product-view .product-view .product-shop .salesBanner p strong {
        font-size: 0.8em;
        margin: 0; }
  .catalog-product-view .product-view .product-shop .qty-input-wrap {
    border-top: 4px solid white;
    border-bottom: 4px solid white;
    margin: 10px 0;
    padding: 11px 0; }
    .catalog-product-view .product-view .product-shop .qty-input-wrap input {
      margin: 0 0 0 3%;
      border: 2px solid darkgray; }
  .catalog-product-view .product-view .product-shop .stock-status {
    font: bold 1.5em "Droid Sans", sans-serif;
    text-transform: uppercase;
    padding: 0 0 10px; }
    .catalog-product-view .product-view .product-shop .stock-status img {
      vertical-align: middle; }
  .catalog-product-view .product-view .product-shop .product-in-stock {
    color: #38495a; }
  .catalog-product-view .product-view .product-shop .product-out-stock {
    color: darkgray; }
  .catalog-product-view .product-view .product-shop .btn-add-to-cart button {
    margin: 0 6% 10px;
    width: 88%;
    padding: 10px 0; }
  .catalog-product-view .product-view .product-shop .add-to-box {
    text-align: center;
    float: none; }
  .catalog-product-view .product-view .product-shop .add-to-cart {
    text-align: center; }
    .catalog-product-view .product-view .product-shop .add-to-cart label {
      font-size: 1.2em; }
  .catalog-product-view .product-view .product-shop .price-box {
    text-align: center; }
    .catalog-product-view .product-view .product-shop .price-box .regular-price {
      float: none; }
    .catalog-product-view .product-view .product-shop .price-box p {
      display: inline-block; }
  .catalog-product-view .product-view .product-shop .publishing-price-selections .price-box .old-price .price-label {
    display: none; }
  .catalog-product-view .product-view .product-shop .publishing-price-selections .price-box .old-price .price {
    color: #797979;
    font: normal 0.956em "Droid Sans", sans-serif; }
  .catalog-product-view .product-view .product-shop .publishing-price-selections .price-box .special-price .price-label {
    display: none; }
  .catalog-product-view .product-view .product-shop .publishing-price-selections .price-box .special-price .price {
    font: bold 1.07em "Droid Sans", sans-serif;
    color: black; }
  .catalog-product-view .product-view .product-shop #product-options-wrapper dd .input-box {
    width: 85%;
    margin: 0 auto;
    padding: 0; }
  .catalog-product-view .product-view .product-shop .publishing-price-selections {
    margin: 0; }
    .catalog-product-view .product-view .product-shop .publishing-price-selections input[type=radio],
    .catalog-product-view .product-view .product-shop .publishing-price-selections input[type=checkbox] {
      display: none; }
      .catalog-product-view .product-view .product-shop .publishing-price-selections input[type=radio]:checked + .price-box-details .radio-input-style span,
      .catalog-product-view .product-view .product-shop .publishing-price-selections input[type=checkbox]:checked + .price-box-details .radio-input-style span {
        display: block; }
    .catalog-product-view .product-view .product-shop .publishing-price-selections .radio-input-style {
      width: 13px;
      height: 13px;
      border: 2px solid darkgray;
      background: white;
      text-align: center;
      display: block;
      float: left;
      margin: 6px 10px 0px;
      border-radius: 25px;
      position: absolute;
      top: 0;
      left: 0; }
      .catalog-product-view .product-view .product-shop .publishing-price-selections .radio-input-style span {
        background: #38485a;
        width: 5px;
        height: 5px;
        display: none;
        margin: 2px auto 0;
        border-radius: 25px; }
    .catalog-product-view .product-view .product-shop .publishing-price-selections label {
      font-size: 1.5em;
      color: #38495a;
      font-weight: bold; }
    .catalog-product-view .product-view .product-shop .publishing-price-selections .price-box-qty-display {
      margin-top: 0;
      margin-bottom: 0;
      border: none; }
      .catalog-product-view .product-view .product-shop .publishing-price-selections .price-box-qty-display label {
        text-transform: uppercase; }
        .catalog-product-view .product-view .product-shop .publishing-price-selections .price-box-qty-display label input {
          margin-left: 8px;
          height: 25px;
          border: 2px solid #aaabab;
          text-align: center;
          transition: none; }
    .catalog-product-view .product-view .product-shop .publishing-price-selections .price-box-details {
      float: left;
      position: relative;
      overflow: visible;
      padding: 0 0 0 30px; }
      .catalog-product-view .product-view .product-shop .publishing-price-selections .price-box-details:after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 100%;
        vertical-align: middle; }
      .catalog-product-view .product-view .product-shop .publishing-price-selections .price-box-details > label {
        min-width: 50px;
        margin-bottom: 0; }
      .catalog-product-view .product-view .product-shop .publishing-price-selections .price-box-details label {
        display: inline-block;
        vertical-align: middle; }
      .catalog-product-view .product-view .product-shop .publishing-price-selections .price-box-details > div {
        display: inline-block;
        vertical-align: middle; }
      .catalog-product-view .product-view .product-shop .publishing-price-selections .price-box-details .special-price {
        margin-right: 13px; }
      .catalog-product-view .product-view .product-shop .publishing-price-selections .price-box-details .price-box-sku {
        color: #797979;
        font-size: 1.2em;
        display: block; }
      .catalog-product-view .product-view .product-shop .publishing-price-selections .price-box-details .price-box-published {
        color: #38495a;
        font-size: 1.2em;
        display: block; }
    .catalog-product-view .product-view .product-shop .publishing-price-selections .price-box {
      text-align: left; }
      .catalog-product-view .product-view .product-shop .publishing-price-selections .price-box .price {
        font-weight: bold;
        font-size: 1.5em; }
      .catalog-product-view .product-view .product-shop .publishing-price-selections .price-box > span {
        margin: 4px 0;
        display: inline-block; }
      .catalog-product-view .product-view .product-shop .publishing-price-selections .price-box > p {
        margin: 0; }
    .catalog-product-view .product-view .product-shop .publishing-price-selections li > div {
      overflow: hidden; }
    .catalog-product-view .product-view .product-shop .publishing-price-selections li.price-box-qty-display {
      text-align: center;
      padding: 10px 0 7px; }
    .catalog-product-view .product-view .product-shop .publishing-price-selections .hidden_group {
      padding: 0 0 0 21px;
      height: auto;
      overflow-x: hidden;
      overflow-y: auto; }
      .catalog-product-view .product-view .product-shop .publishing-price-selections .hidden_group label {
        clear: left; }
      .catalog-product-view .product-view .product-shop .publishing-price-selections .hidden_group .price-box-details strong {
        font-size: 1em; }
      .catalog-product-view .product-view .product-shop .publishing-price-selections .hidden_group .price-box-details div.price-box span span {
        font-size: 1.5em; }
  .catalog-product-view .product-view .product-shop .options-container-small {
    float: none; }
    @media only screen and (min-width: 940px) {
      .catalog-product-view .product-view .product-shop .options-container-small {
        float: left; } }
    .catalog-product-view .product-view .product-shop .options-container-small dd {
      width: 100%; }
    .catalog-product-view .product-view .product-shop .options-container-small .product-options-bottom {
      float: none; }
      @media only screen and (min-width: 940px) {
        .catalog-product-view .product-view .product-shop .options-container-small .product-options-bottom {
          float: left; } }
      .catalog-product-view .product-view .product-shop .options-container-small .product-options-bottom.journals-options .price-box {
        display: block;
        padding: 15px 0 12px;
        border-top: 4px solid white;
        border-bottom: 4px solid white;
        margin: 18px 0; }
        .catalog-product-view .product-view .product-shop .options-container-small .product-options-bottom.journals-options .price-box span {
          font: bold 1.35em "Droid Sans", sans-serif;
          color: #38495a; }
.catalog-product-view .product-view .product-img-box {
  width: 100%;
  padding: 0 0 20px; }
  @media only screen and (min-width: 768px) {
    .catalog-product-view .product-view .product-img-box {
      width: 60%; } }
  @media only screen and (min-width: 940px) {
    .catalog-product-view .product-view .product-img-box {
      width: 79%; } }
  .catalog-product-view .product-view .product-img-box > div {
    float: none; }
    @media only screen and (min-width: 768px) {
      .catalog-product-view .product-view .product-img-box > div {
        float: left; } }
  @media only screen and (min-width: 940px) {
    .catalog-product-view .product-view .product-img-box .product-image-container {
      width: 36%; } }
  .catalog-product-view .product-view .product-img-box .product-image-container img {
    width: 100%; }
  .catalog-product-view .product-view .product-img-box .product-details-container {
    display: none; }
    @media only screen and (min-width: 768px) {
      .catalog-product-view .product-view .product-img-box .product-details-container {
        display: block; } }
    @media only screen and (min-width: 940px) {
      .catalog-product-view .product-view .product-img-box .product-details-container {
        width: 64%;
        padding: 0 28px 0 60px; } }
  .catalog-product-view .product-view .product-img-box .product-volume-issn {
    overflow: hidden;
    margin: 7px 0; }
    .catalog-product-view .product-view .product-img-box .product-volume-issn > div {
      width: 50%;
      float: left;
      padding: 0 8px 0 0;
      font-size: 1.4em; }
  .catalog-product-view .product-view .product-img-box .version-french {
    font: bold 1.1em "Droid Sans", sans-serif;
    color: #648aa8;
    display: block; }
    .catalog-product-view .product-view .product-img-box .version-french.toggledLang span {
      display: block; }
      .catalog-product-view .product-view .product-img-box .version-french.toggledLang span:first-child {
        display: none; }
    .catalog-product-view .product-view .product-img-box .version-french span {
      display: none; }
      .catalog-product-view .product-view .product-img-box .version-french span:first-child {
        display: block; }
.catalog-product-view .product-view .product-options-bottom {
  width: 100%; }
.catalog-product-view .product-author {
  font-size: 1.8em;
  margin: 0; }
  .catalog-product-view .product-author strong {
    color: #648aa8; }
.catalog-product-view .journals-sections {
  color: #797979;
  overflow: hidden; }
  .catalog-product-view .journals-sections > div {
    float: left;
    width: 100%; }
    @media only screen and (min-width: 940px) {
      .catalog-product-view .journals-sections > div {
        width: 50%; } }
    .catalog-product-view .journals-sections > div:nth-child(3n) {
      clear: left; }
  .catalog-product-view .journals-sections h5 {
    color: #797979;
    text-transform: none;
    font: bold 1.4em "Droid Sans", sans-serif;
    margin-bottom: 0; }
  .catalog-product-view .journals-sections p {
    margin: 0 0 20px; }
  .catalog-product-view .journals-sections a {
    color: #648aa8;
    font: bold 1em "Droid Sans", sans-serif; }
.catalog-product-view .join-conversation {
  margin: 0 0 15px; }
  .catalog-product-view .join-conversation ul li {
    display: inline-block;
    margin: 5px 5px 0 0; }
.catalog-product-view .product-teaching-tools {
  overflow: hidden; }
  .catalog-product-view .product-teaching-tools > div {
    width: 100%;
    float: left;
    background: #e8f6f7;
    padding: 10px 10px 14px;
    text-align: center;
    margin: 10px auto; }
  .catalog-product-view .product-teaching-tools p {
    margin: 0; }
    .catalog-product-view .product-teaching-tools p a {
      color: #38495a;
      text-decoration: underline;
      font: normal 0.86em "Droid Sans", sans-serif; }
  .catalog-product-view .product-teaching-tools h4 {
    font: normal 1.5em "Droid Sans", sans-serif;
    color: #232020;
    text-transform: none; }
  .catalog-product-view .product-teaching-tools button {
    white-space: normal; }
.catalog-product-view .product-details-content {
  display: none; }
  @media only screen and (min-width: 768px) {
    .catalog-product-view .product-details-content {
      display: block; } }
  .catalog-product-view .product-details-content h3 {
    font-size: 1.5em;
    color: black;
    margin-bottom: 5px; }
  .catalog-product-view .product-details-content ul {
    width: 50%;
    float: left; }
  .catalog-product-view .product-details-content li {
    padding-right: 28px; }
.catalog-product-view .browseInside {
  background: #3dacab;
  padding: 10px 7px;
  text-align: center;
  display: block;
  width: 100%;
  font: bold 1.7em "Droid Sans", sans-serif;
  color: white;
  text-transform: uppercase; }
.catalog-product-view .product-description-container {
  margin: 0 0 48px;
  position: relative; }
.catalog-product-view .product-description {
  color: #58595b;
  font-size: 1.4em;
  line-height: 20px; }
  .catalog-product-view .product-description p {
    margin-bottom: 15px;
    font-size: 1em;
    color: #58595b;
    line-height: 20px; }
.catalog-product-view .product-doi {
  color: #6e7c7d;
  font-size: 1.4em;
  margin: 7px 0; }
  .catalog-product-view .product-doi span {
    display: block; }
.catalog-product-view .product-dropdown-container {
  border-top: 2px solid #cccccc;
  padding: 20px 0;
  width: 100%;
  overflow: hidden; }
  @media only screen and (min-width: 940px) {
    .catalog-product-view .product-dropdown-container {
      padding: 40px 22px; } }
  .catalog-product-view .product-dropdown-container iframe {
    width: 100%; }
  .catalog-product-view .product-dropdown-container h2 {
    margin: 0;
    padding: 12px 101px 12px 22px;
    font-size: 1em; }
    .catalog-product-view .product-dropdown-container h2:after {
      content: 'Show';
      position: absolute;
      top: 17px;
      right: 22px;
      color: #797979;
      font-size: 0;
      background: url(../images/accordian_icons.png) top right no-repeat;
      padding: 0 30px 0 0;
      width: 13px;
      height: 13px;
      cursor: pointer; }
      @media only screen and (min-width: 768px) {
        .catalog-product-view .product-dropdown-container h2:after {
          font-size: 0.5em;
          width: auto; } }
  .catalog-product-view .product-dropdown-container .french-content h2:after {
    content: 'Afficher'; }
  .catalog-product-view .product-dropdown-container .french-content > li.expanded h2:after {
    content: 'Cacher'; }
  .catalog-product-view .product-dropdown-container .messages li,
  .catalog-product-view .product-dropdown-container .messages ul {
    list-style: none;
    padding: 0; }
  .catalog-product-view .product-dropdown-container > ul {
    width: 100%;
    float: left; }
    .catalog-product-view .product-dropdown-container > ul:nth-child(2n) {
      float: right; }
    @media only screen and (min-width: 940px) {
      .catalog-product-view .product-dropdown-container > ul {
        width: 46%; } }
    .catalog-product-view .product-dropdown-container > ul.bookDetails > li:first-child {
      background: #b1e5e8; }
    .catalog-product-view .product-dropdown-container > ul > li {
      background: #d9f1f3;
      margin-bottom: 3px;
      color: #232020;
      font: normal 1.8em "Droid Sans", sans-serif;
      text-transform: uppercase;
      position: relative;
      overflow: hidden; }
      .catalog-product-view .product-dropdown-container > ul > li ul {
        list-style: initial;
        padding-left: 20px;
        margin: 0 0 17px; }
      .catalog-product-view .product-dropdown-container > ul > li p {
        margin: 0 0 17px;
        font: normal 1em "Droid Sans", sans-serif;
        color: #797979; }
      .catalog-product-view .product-dropdown-container > ul > li p + br {
        display: none; }
      .catalog-product-view .product-dropdown-container > ul > li a,
      .catalog-product-view .product-dropdown-container > ul > li li {
        font: normal 1.4rem "Droid Sans", sans-serif; }
      .catalog-product-view .product-dropdown-container > ul > li img {
        max-width: 100%; }
      .catalog-product-view .product-dropdown-container > ul > li table td {
        font-size: 1em;
        color: #797979;
        line-height: 1.2; }
      .catalog-product-view .product-dropdown-container > ul > li.table-of-contents p + br {
        display: inline; }
      .catalog-product-view .product-dropdown-container > ul > li.expanded h2:after {
        content: 'Hide';
        background-position: right -14px; }
      .catalog-product-view .product-dropdown-container > ul > li.expanded div {
        display: block; }
      .catalog-product-view .product-dropdown-container > ul > li div {
        display: none;
        font: normal 0.8em "Droid Sans", sans-serif;
        color: #797979;
        padding: 0 20px 20px;
        text-transform: none; }
  .catalog-product-view .product-dropdown-container.articlesAndIssues ul li {
    background-color: #fff; }
    .catalog-product-view .product-dropdown-container.articlesAndIssues ul li h2 {
      background: #d9f1f3; }
    .catalog-product-view .product-dropdown-container.articlesAndIssues ul li > div {
      background: #fff; }
    .catalog-product-view .product-dropdown-container.articlesAndIssues ul li div {
      padding: 0; }
    .catalog-product-view .product-dropdown-container.articlesAndIssues ul li a {
      display: block;
      background: url(../images/img_article_arrow.jpg) no-repeat 98% center;
      font-size: 1.3em;
      line-height: 3;
      text-transform: uppercase;
      padding: 0 20px;
      color: #000; }
    .catalog-product-view .product-dropdown-container.articlesAndIssues ul li p {
      font-size: 1.9em;
      line-height: 1.5;
      color: #222021;
      margin: 0; }
      .catalog-product-view .product-dropdown-container.articlesAndIssues ul li p.simpleProduct-name {
        color: #000; }
    .catalog-product-view .product-dropdown-container.articlesAndIssues ul li input {
      display: none; }
      .catalog-product-view .product-dropdown-container.articlesAndIssues ul li input:checked + label {
        background-position: 0 -18px; }
    .catalog-product-view .product-dropdown-container.articlesAndIssues ul li label {
      position: absolute;
      top: 20px;
      left: 10px;
      display: block;
      width: 18px;
      height: 18px;
      background: url(../images/img_article_checkbox.jpg) no-repeat; }
  .catalog-product-view .product-dropdown-container.articlesAndIssues div.maxLimitSection {
    overflow: hidden;
    overflow-y: auto;
    max-height: 460px; }
    .catalog-product-view .product-dropdown-container.articlesAndIssues div.maxLimitSection a:hover {
      background: #f2f2f2; }
  .catalog-product-view .product-dropdown-container.articlesAndIssues div.simpleProduct-container {
    padding: 20px 37px;
    position: relative; }
    .catalog-product-view .product-dropdown-container.articlesAndIssues div.simpleProduct-container .simpleProduct-name a {
      color: #648aa8;
      text-decoration: underline;
      cursor: pointer;
      text-transform: none;
      text-decoration: underline;
      font-size: inherit;
      margin: 0;
      display: inline-block;
      font-weight: bold;
      line-height: 0;
      padding: 0; }
    .catalog-product-view .product-dropdown-container.articlesAndIssues div.simpleProduct-container .simpleProduct-price {
      display: inline-block;
      margin-right: 15px; }
    .catalog-product-view .product-dropdown-container.articlesAndIssues div.simpleProduct-container .volumes-read-more {
      padding: 0;
      margin: 0;
      line-height: 0;
      display: inline-block;
      font-size: 1.7em;
      text-transform: none;
      color: #648AA8;
      font-weight: 600; }
    .catalog-product-view .product-dropdown-container.articlesAndIssues div.simpleProduct-container .read-more-content {
      display: none; }
      .catalog-product-view .product-dropdown-container.articlesAndIssues div.simpleProduct-container .read-more-content .toggle-button {
        margin: 10px 0px; }
      .catalog-product-view .product-dropdown-container.articlesAndIssues div.simpleProduct-container .read-more-content .toggle-english, .catalog-product-view .product-dropdown-container.articlesAndIssues div.simpleProduct-container .read-more-content .toggle-french {
        cursor: pointer;
        font-weight: 600;
        display: inline-block;
        margin-right: 6px;
        color: #606060; }
        .catalog-product-view .product-dropdown-container.articlesAndIssues div.simpleProduct-container .read-more-content .toggle-english.active, .catalog-product-view .product-dropdown-container.articlesAndIssues div.simpleProduct-container .read-more-content .toggle-french.active {
          text-decoration: underline; }
      .catalog-product-view .product-dropdown-container.articlesAndIssues div.simpleProduct-container .read-more-content .toggle-english {
        margin-right: 10px; }
      .catalog-product-view .product-dropdown-container.articlesAndIssues div.simpleProduct-container .read-more-content .toggle-content p {
        font-size: 2.6em;
        color: #757575; }
  .catalog-product-view .product-dropdown-container.articlesAndIssues .borderDivider {
    border-bottom: 2px solid #ccc; }
  .catalog-product-view .product-dropdown-container.articlesAndIssues .articleAddToCart {
    overflow: hidden;
    padding: 20px 10px; }
    @media only screen and (min-width: 940px) {
      .catalog-product-view .product-dropdown-container.articlesAndIssues .articleAddToCart {
        padding: 20px 40px; } }
    .catalog-product-view .product-dropdown-container.articlesAndIssues .articleAddToCart p {
      float: left;
      color: #334a58;
      font-size: 2em;
      font-weight: bold;
      line-height: 2.3;
      padding: 0 7px 0 0; }
      .catalog-product-view .product-dropdown-container.articlesAndIssues .articleAddToCart p small {
        color: #334a58;
        font-weight: bold; }
    .catalog-product-view .product-dropdown-container.articlesAndIssues .articleAddToCart button {
      float: right; }
.catalog-product-view ol {
  padding-left: 18px; }
.catalog-product-view #pastVolumes {
  margin: 0 0 50px; }
  .catalog-product-view #pastVolumes .articleAddToCart {
    padding: 20px; }
.catalog-product-view #results-big-issue-container {
  border-top: 2px solid #cccccc; }
  .catalog-product-view #results-big-issue-container .articlesAndIssues {
    border: 0; }
.catalog-product-view #back-to-volumes {
  text-transform: uppercase;
  color: #37495d;
  text-decoration: underline;
  font-size: 2em;
  margin: 39px 0 0 20px;
  display: block;
  font-weight: bold; }
.catalog-product-view .journals-hero-banner {
  margin: 0 0 20px; }
  @media only screen and (min-width: 768px) {
    .catalog-product-view .journals-hero-banner {
      margin: 0 0 40px; } }
  .catalog-product-view .journals-hero-banner img {
    width: 100%; }
.catalog-product-view .product-advertising {
  padding: 46px 0 0;
  overflow: hidden; }
  .catalog-product-view .product-advertising > a {
    width: 100%;
    display: block;
    float: left; }
    .catalog-product-view .product-advertising > a:first-child {
      margin: 0 0 15px; }
      @media only screen and (min-width: 768px) {
        .catalog-product-view .product-advertising > a:first-child {
          margin: 0 2% 0 0; } }
    .catalog-product-view .product-advertising > a img {
      width: 100%; }
    @media only screen and (min-width: 768px) {
      .catalog-product-view .product-advertising > a {
        width: 49%; } }
.catalog-product-view .product-repeated-sections {
  padding: 46px 0 0;
  overflow: hidden;
  overflow: visible;
  position: relative;
  z-index: 0; }
  .catalog-product-view .product-repeated-sections .product-repeated-wrapper {
    overflow: hidden;
    background: #d1dcde; }
    .catalog-product-view .product-repeated-sections .product-repeated-wrapper > div {
      background: #d1dcde;
      width: 100%;
      padding: 33px 28px 60px;
      z-index: 12; }
      @media only screen and (min-width: 768px) {
        .catalog-product-view .product-repeated-sections .product-repeated-wrapper > div {
          float: left;
          width: 50%; } }
      .catalog-product-view .product-repeated-sections .product-repeated-wrapper > div:first-child {
        margin: 0 0 15px; }
        @media only screen and (min-width: 768px) {
          .catalog-product-view .product-repeated-sections .product-repeated-wrapper > div:first-child {
            margin: 0; } }
    .catalog-product-view .product-repeated-sections .product-repeated-wrapper:before, .catalog-product-view .product-repeated-sections .product-repeated-wrapper:after {
      background: #d1dcde;
      content: " ";
      display: block;
      padding-top: 310%;
      position: absolute;
      top: 46px;
      width: 100%;
      z-index: -1; }
    .catalog-product-view .product-repeated-sections .product-repeated-wrapper:before {
      left: -100%; }
    .catalog-product-view .product-repeated-sections .product-repeated-wrapper:after {
      left: 100%; }
  .catalog-product-view .product-repeated-sections.singular-section .product-repeated-wrapper > div {
    width: 100%; }
  .catalog-product-view .product-repeated-sections.singular-section .product-repeated-wrapper .product-feature ul li {
    width: 50%;
    padding: 0;
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      .catalog-product-view .product-repeated-sections.singular-section .product-repeated-wrapper .product-feature ul li {
        width: 20%; } }
    @media only screen and (min-width: 1024px) {
      .catalog-product-view .product-repeated-sections.singular-section .product-repeated-wrapper .product-feature ul li {
        width: 16.666%; } }
  .catalog-product-view .product-repeated-sections .product-feature ul {
    margin-top: 25px;
    font-size: 0;
    padding-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .catalog-product-view .product-repeated-sections .product-feature ul {
        text-align: left; } }
    @media only screen and (min-width: 1024px) {
      .catalog-product-view .product-repeated-sections .product-feature ul {
        width: 100%;
        display: block; } }
    .catalog-product-view .product-repeated-sections .product-feature ul li {
      display: inline-block;
      text-align: center;
      height: auto; }
      @media only screen and (min-width: 768px) {
        .catalog-product-view .product-repeated-sections .product-feature ul li {
          width: 50%; } }
      @media only screen and (min-width: 1024px) {
        .catalog-product-view .product-repeated-sections .product-feature ul li {
          padding: 0;
          width: calc(100% / 3); } }
      .catalog-product-view .product-repeated-sections .product-feature ul li img {
        width: 100%; }
      .catalog-product-view .product-repeated-sections .product-feature ul li a {
        display: block;
        margin: 0 auto; }
        @media only screen and (min-width: 768px) {
          .catalog-product-view .product-repeated-sections .product-feature ul li a {
            margin: 0; } }
  .catalog-product-view .product-repeated-sections .product-feature h3 {
    font: normal 3em "Droid Sans", sans-serif;
    color: #38485a; }
  .catalog-product-view .product-repeated-sections .product-feature h4 {
    font: normal 1.8em "Droid Sans", sans-serif;
    color: #6d6e71; }
  .catalog-product-view .product-repeated-sections .product-feature h3, .catalog-product-view .product-repeated-sections .product-feature h4 {
    margin: 0; }
    @media only screen and (min-width: 640px) {
      .catalog-product-view .product-repeated-sections .product-feature h3, .catalog-product-view .product-repeated-sections .product-feature h4 {
        max-width: 80%;
        white-space: nowrap; } }
.catalog-product-view #inner-wrap .main.french-contains .english-content {
  display: none; }
.catalog-product-view #inner-wrap .main.french-contains .french-content {
  display: block; }
.catalog-product-view #inner-wrap .main .french-content {
  display: none; }

/* Carousel */
.product-carousel {
  width: 100%;
  overflow: visible; }
  .product-carousel .product-carousel-content {
    padding: 0;
    font-size: 0;
    text-align: center;
    display: table; }
    @media only screen and (min-width: 940px) {
      .product-carousel .product-carousel-content {
        min-height: 350px;
        top: 0;
        position: relative;
        width: 100%; } }
    .product-carousel .product-carousel-content li {
      display: inline-block;
      width: 100%;
      padding: 0;
      margin: 0;
      font-size: 0; }
      @media only screen and (min-width: 768px) {
        .product-carousel .product-carousel-content li {
          width: 50%; } }
      @media only screen and (min-width: 1024px) {
        .product-carousel .product-carousel-content li {
          width: 33.3333%; } }
      .product-carousel .product-carousel-content li img {
        width: 100%;
        max-width: 90%;
        vertical-align: bottom; }
      .product-carousel .product-carousel-content li a {
        font-size: 0;
        padding: 0; }
    .product-carousel .product-carousel-content .product-carousel-container {
      width: 86%;
      display: table-cell;
      overflow: hidden;
      vertical-align: bottom; }
    .product-carousel .product-carousel-content ul {
      table-layout: fixed;
      white-space: nowrap;
      position: relative;
      left: 0;
      font-size: 0; }
    .product-carousel .product-carousel-content .product-carousel-left,
    .product-carousel .product-carousel-content .product-carousel-right {
      display: table-cell;
      width: 7%;
      background-repeat: no-repeat;
      background-position: center center; }
      @media only screen and (min-width: 940px) {
        .product-carousel .product-carousel-content .product-carousel-left,
        .product-carousel .product-carousel-content .product-carousel-right {
          position: relative;
          top: 0; } }
    .product-carousel .product-carousel-content .product-carousel-left {
      background-image: url(../images/img_product_carousel_left.png); }
      .product-carousel .product-carousel-content .product-carousel-left:hover, .product-carousel .product-carousel-content .product-carousel-left.end {
        background-image: url(../images/img_product_carousel_left_hover.png); }
    .product-carousel .product-carousel-content .product-carousel-right {
      background-image: url(../images/img_product_carousel_right.png); }
      .product-carousel .product-carousel-content .product-carousel-right:hover, .product-carousel .product-carousel-content .product-carousel-right.end {
        background-image: url(../images/img_product_carousel_right_hover.png); }

.product-view.smaller-content-area {
  background: #d9f2f3; }

#outer-wrap #inner-wrap .smaller-content-area .product-essential .product-img-box {
  width: calc(100% - 260px); }
#outer-wrap #inner-wrap .smaller-content-area .product-essential .product-details-container {
  display: block !important;
  padding: 0 10px 0 30px; }
#outer-wrap #inner-wrap .smaller-content-area .product-essential .product-shop {
  width: 100%;
  height: 330px;
  overflow-y: auto;
  max-width: none; }
  #outer-wrap #inner-wrap .smaller-content-area .product-essential .product-shop::-webkit-scrollbar {
    width: 12px; }
  #outer-wrap #inner-wrap .smaller-content-area .product-essential .product-shop::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.4);
    border-radius: 10px; }
  #outer-wrap #inner-wrap .smaller-content-area .product-essential .product-shop::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: grey; }

.product-view select {
  font-size: 11px; }

#add_donation_link {
  background: #3dacab;
  font-size: 1.3em;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 15px;
  font-weight: bold; }

body.customer-account .block-events {
  display: none; }

.customer-account a {
  font-size: 1.4rem; }
.customer-account .account-button {
  margin: 3px 0 16px; }
.customer-account #my-orders-table th {
  font-weight: bold; }
.customer-account #my-orders-table tbody td:nth-child(3) {
  text-align: left; }
.customer-account .data-table {
  padding: 0;
  border: 0; }
  @media only screen and (min-width: 768px) {
    .customer-account .data-table {
      border: 1px solid #d9d9d9; } }
  .customer-account .data-table td {
    display: block;
    float: left;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9; }
    @media only screen and (min-width: 768px) {
      .customer-account .data-table td {
        border: 0;
        float: none;
        display: table-cell; } }
    .customer-account .data-table td:first-child {
      border-top: 1px solid #d9d9d9;
      margin: 30px 0 0; }
      @media only screen and (min-width: 768px) {
        .customer-account .data-table td:first-child {
          border: 0;
          margin: 0; } }
  .customer-account .data-table tr:first-child td:first-child {
    margin: 0; }
  .customer-account .data-table tr:last-child td {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9; }
    @media only screen and (min-width: 768px) {
      .customer-account .data-table tr:last-child td {
        border: 0; } }
.customer-account .header-container a {
  font-size: inherit; }
.customer-account .page-title {
  float: none;
  overflow: hidden; }
.customer-account .account-login .registered-users,
.customer-account .account-login .new-users {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .customer-account .account-login .registered-users,
    .customer-account .account-login .new-users {
      max-width: 412px;
      width: 50%; } }
.customer-account .account-login, .customer-account .fieldset,
.customer-account .fieldset .note {
  font-size: inherit;
  overflow: hidden;
  padding: 0 0 10px 2px; }
.customer-account .buttons-set button.button {
  background-color: #2b3848;
  border: 0 none;
  color: white;
  font: bold 1.8rem "Droid Sans", sans-serif;
  padding: 10px 20px;
  text-transform: uppercase;
  white-space: nowrap; }
  .customer-account .buttons-set button.button:hover, .customer-account .buttons-set button.button:focus
  :hover span {
    color: #a3dfe2;
    background-color: #2b3848; }
  .customer-account .buttons-set button.button span span {
    padding: 0 5px;
    color: white;
    font: bold 1.2em "Droid Sans", sans-serif; }
.customer-account .form-list label {
  font-family: "Droid Sans", sans-serif;
  float: none;
  width: auto;
  display: inline-block; }
.customer-account .form-list .input-box, .customer-account .form-list input.input-text {
  float: none;
  width: 100%;
  font-size: 1.1em; }
.customer-account .form-list li {
  clear: left; }
  .customer-account .form-list li.note {
    padding: 0;
    float: none; }
    .customer-account .form-list li.note a {
      font-family: "Droid Sans", sans-serif;
      font-size: 1.2em; }
  .customer-account .form-list li.buttons-set {
    padding-right: 0; }
  .customer-account .form-list li.control {
    padding: 9px 0 0;
    margin: 0; }
.customer-account p.required {
  text-align: left;
  padding-left: 0; }
.customer-account .col-main {
  background-color: transparent; }
.customer-account .box-account .col-1, .customer-account .box-account .col-2 {
  float: none;
  margin: 0 0 10px; }
.customer-account .storecredit .account-balance {
  font-size: 1.2em; }
  .customer-account .storecredit .account-balance .sub-title {
    font-size: 1.334em; }
.customer-account .addresses-primary {
  width: 100%; }
  @media only screen and (min-width: 640px) {
    .customer-account .addresses-primary li {
      width: 50%;
      float: left; } }
.customer-account .addresses-additional {
  float: left; }
.customer-account #sidebar {
  display: block; }
  .customer-account #sidebar .block-title.active + .block-content {
    display: block; }
  .customer-account #sidebar .block-content {
    display: none; }
    @media only screen and (min-width: 640px) {
      .customer-account #sidebar .block-content {
        display: block; } }
.customer-account .mobile-hamburger {
  display: block;
  position: absolute;
  top: 12px;
  right: 17px; }
  @media only screen and (min-width: 640px) {
    .customer-account .mobile-hamburger {
      display: none; } }
  .customer-account .mobile-hamburger span {
    width: 32px;
    height: 3px;
    background: #38495a;
    margin: 5px 0;
    display: block; }
.customer-account .sidebar {
  background: #cee8ea;
  padding: 0; }
  @media only screen and (min-width: 640px) {
    .customer-account .sidebar {
      background: transparent;
      padding: 0 10px; } }
  .customer-account .sidebar .block-account li {
    font-size: inherit;
    background-color: #e8f6f8; }
    .customer-account .sidebar .block-account li a:hover {
      background-color: #e8f6f8; }
    .customer-account .sidebar .block-account li.current {
      background-color: #a3dfe2;
      border: 0; }
  .customer-account .sidebar .block-account .block-title {
    padding: 12px 17px 12px;
    border: 0;
    position: relative;
    cursor: pointer; }
    @media only screen and (min-width: 640px) {
      .customer-account .sidebar .block-account .block-title {
        cursor: default;
        padding: 26px 17px 12px;
        border-bottom: 1px solid #d1d1d1; } }
    .customer-account .sidebar .block-account .block-title.active .mobile-hamburger span {
      background: #50b9bb; }
    .customer-account .sidebar .block-account .block-title strong {
      font-size: 1.8em;
      font-family: "Open Sans", sans-serif; }
  .customer-account .sidebar .block .block-title strong {
    font-size: 1.4em;
    font-family: "Open Sans", sans-serif; }
  .customer-account .sidebar .block-content li strong {
    font-size: 1.4em; }
.customer-account .dashboard-address .box-content .col-1, .customer-account .dashboard-address .box-content .col-2 {
  magrin-bottom: 10px; }
  @media only screen and (min-width: 640px) {
    .customer-account .dashboard-address .box-content .col-1, .customer-account .dashboard-address .box-content .col-2 {
      width: 49%;
      display: inline-block; } }
.customer-account .account-create p.back-link {
  text-align: left; }
.customer-account.examcopy-customer-products .account-page-order-table tr td {
  text-align: left !important; }
  @media only screen and (min-width: 768px) {
    .customer-account.examcopy-customer-products .account-page-order-table tr td {
      text-align: center !important; } }
  .customer-account.examcopy-customer-products .account-page-order-table tr td.last {
    text-align: left !important; }
.customer-account.examcopy-customer-products .exam-copy-download-table td {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .customer-account.examcopy-customer-products .exam-copy-download-table td {
      padding: 0;
      position: static; } }
.customer-account .col2-set {
  overflow: hidden; }
.customer-account .data-table th {
  text-align: left;
  font-weight: bold; }
.customer-account .data-table tr {
  display: block; }
  @media only screen and (min-width: 768px) {
    .customer-account .data-table tr {
      display: table-row; } }
.customer-account .data-table .product-name {
  text-align: left;
  font-size: 1.2em; }
.customer-account .data-table tfoot {
  display: block;
  overflow: hidden;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .customer-account .data-table tfoot {
      width: auto;
      display: table-footer-group; } }
  .customer-account .data-table tfoot tr.last td {
    padding: 25px 12px 5px; }
.customer-account .data-table thead {
  display: none; }
  @media only screen and (min-width: 768px) {
    .customer-account .data-table thead {
      display: table-header-group; } }
.customer-account .data-table td {
  display: block;
  float: left;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .customer-account .data-table td {
      display: table-cell;
      float: none;
      width: auto; } }
  .customer-account .data-table td:before {
    display: none; }
.customer-account .data-table tbody td {
  text-align: left;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: 10px; }
  @media only screen and (min-width: 768px) {
    .customer-account .data-table tbody td {
      text-align: center;
      border: 0; } }
  .customer-account .data-table tbody td dt {
    background: #e8f6f8; }
  .customer-account .data-table tbody td dd {
    padding: 7px 0; }
  .customer-account .data-table tbody td dt,
  .customer-account .data-table tbody td dd {
    margin: 0; }
.customer-account .data-table .product-due {
  font-size: 1em; }
.customer-account .mobile-header {
  display: block; }
  @media only screen and (min-width: 768px) {
    .customer-account .mobile-header {
      display: none; } }

.examcopy-customer-products #my-downloadable-products-table tbody tr td:last-child,
.examcopy-customer-products #my-downloadable-products-table tbody tr th:last-child,
.examcopy-customer-products #my-downloadable-products-table thead tr td:last-child,
.examcopy-customer-products #my-downloadable-products-table thead tr th:last-child {
  padding: 5px 12px; }

.demac-acs4integration-customer-products #my-downloadable-products-table tbody td {
  text-align: left; }

.my-account .pager {
  width: 100%; }
  .my-account .pager:after {
    content: '';
    display: block;
    clear: both; }
  .my-account .pager .amount {
    line-height: 45px; }
    @media only screen and (max-width: 768px) {
      .my-account .pager .amount {
        display: block;
        float: none;
        margin: 10px auto; } }
  @media only screen and (max-width: 768px) {
    .my-account .pager .pages {
      display: block;
      float: none;
      margin: 40px auto 10px; } }
  .my-account .pager .limiter {
    display: inline-block; }
    @media only screen and (max-width: 768px) {
      .my-account .pager .limiter {
        display: block;
        float: none;
        margin: 10px auto; } }
    .my-account .pager .limiter label {
      display: inline-block;
      float: none; }
    .my-account .pager .limiter select {
      display: inline-block;
      float: none;
      width: 50px;
      margin: 0 10px; }
.my-account .page-title + .pager {
  display: none; }

.wishlist-index-index h4 {
  text-align: left; }
.wishlist-index-index .back-link a,
.wishlist-index-index a {
  text-decoration: none; }
.wishlist-index-index .messages {
  float: left; }
.wishlist-index-index .buttons-set {
  background: transparent; }
.wishlist-index-index .data-table {
  border: 0;
  margin: 0;
  padding: 0;
  display: table;
  float: none; }
  .wishlist-index-index .data-table span {
    padding: 0 5px;
    text-transform: capitalize; }
  .wishlist-index-index .data-table tbody {
    display: table-row-group; }
  .wishlist-index-index .data-table thead {
    background: none;
    display: table-header-group; }
  .wishlist-index-index .data-table tbody tr,
  .wishlist-index-index .data-table tr {
    background: none;
    position: relative;
    left: 0;
    right: 0;
    display: table-row; }
  .wishlist-index-index .data-table tr th,
  .wishlist-index-index .data-table th {
    border: 0;
    padding: 0;
    display: table-cell; }
  .wishlist-index-index .data-table tr td,
  .wishlist-index-index .data-table td {
    text-align: center;
    border: 0;
    display: table-cell; }
.wishlist-index-index .sidebar {
  min-height: auto; }
  @media only screen and (min-width: 768px) {
    .wishlist-index-index .sidebar {
      min-height: 350px; } }
  .wishlist-index-index .sidebar li > * {
    text-decoration: none; }
  .wishlist-index-index .sidebar li.current strong {
    font-weight: bold; }
.wishlist-index-index .my-wishlist .page-title {
  border: 0; }
.wishlist-index-index .minimal-price-link {
  display: none; }
.wishlist-index-index p.minimal-price span {
  font-size: 0.68em; }
.wishlist-index-index #wishlist-view-form {
  display: inline-block;
  width: 100%; }
  .wishlist-index-index #wishlist-view-form .product-details {
    text-align: left; }
    .wishlist-index-index #wishlist-view-form .product-details .price-box {
      text-align: left; }
      .wishlist-index-index #wishlist-view-form .product-details .price-box span {
        padding: 0 5px 0 0;
        font-family: "Droid Sans", sans-serif; }
        .wishlist-index-index #wishlist-view-form .product-details .price-box span.label {
          font-weight: normal;
          color: #58595b; }
        .wishlist-index-index #wishlist-view-form .product-details .price-box span.price {
          color: black;
          font-weight: bold; }
  .wishlist-index-index #wishlist-view-form .cart-cell {
    text-align: left; }
  .wishlist-index-index #wishlist-view-form thead {
    display: none; }
    @media only screen and (min-width: 768px) {
      .wishlist-index-index #wishlist-view-form thead {
        display: table-header-group; } }
    .wishlist-index-index #wishlist-view-form thead th {
      font: bold 1.8em "Droid Sans", sans-serif;
      padding: 8px 0;
      border-bottom: 1px solid #888888;
      border-top: 1px solid #888888; }
  .wishlist-index-index #wishlist-view-form tbody td {
    display: block;
    float: left;
    padding: 14px 12px; }
    @media only screen and (min-width: 640px) {
      .wishlist-index-index #wishlist-view-form tbody td {
        float: none;
        display: table-cell; } }
    .wishlist-index-index #wishlist-view-form tbody td p {
      margin: 0; }
    .wishlist-index-index #wishlist-view-form tbody td:nth-child(2) img {
      width: 80px;
      height: auto; }
      @media only screen and (min-width: 768px) {
        .wishlist-index-index #wishlist-view-form tbody td:nth-child(2) img {
          width: auto;
          height: auto; } }
  .wishlist-index-index #wishlist-view-form .buttons-set button.button {
    float: left; }
.wishlist-index-index .col2-set .col-1, .wishlist-index-index .col2-set .col-2 {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .wishlist-index-index .col2-set .col-1, .wishlist-index-index .col2-set .col-2 {
      width: 50%; } }
.wishlist-index-index .main .block-title strong {
  font: normal 1.8em "Droid Sans", sans-serif; }
.wishlist-index-index .page-title {
  padding-left: 0; }
.wishlist-index-index #wishlist-table textarea {
  display: none; }
.wishlist-index-index #wishlist-table thead tr th {
  padding: 0 12px; }
.wishlist-index-index #wishlist-table th {
  text-align: left; }
.wishlist-index-index #wishlist-table tbody tr td:nth-child(2) {
  width: auto;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .wishlist-index-index #wishlist-table tbody tr td:nth-child(2) {
      width: 15%; } }
.wishlist-index-index #wishlist-table tbody tr td:nth-child(3) {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .wishlist-index-index #wishlist-table tbody tr td:nth-child(3) {
      width: auto; } }
.wishlist-index-index #wishlist-table tbody tr td:nth-child(4) {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .wishlist-index-index #wishlist-table tbody tr td:nth-child(4) {
      width: 25%; } }

.sales-order-view .order-info li,
.sales-order-view .order-info dt,
.sales-order-view .order-date {
  line-height: 1.2;
  font-size: 1.2rem; }
.sales-order-view .page-title {
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .sales-order-view .page-title {
      text-align: right; } }
.sales-order-view .separator {
  vertical-align: 2px; }
.sales-order-view .order-page .col2-set {
  overflow: hidden; }
  .sales-order-view .order-page .col2-set .col-1 {
    float: none; }
  .sales-order-view .order-page .col2-set .col-2 {
    float: none;
    margin-top: 20px; }

.order-info {
  overflow: hidden; }

@media only screen and (min-width: 940px) {
  .newsletter-manage-index #form-validate ul.form-list {
    float: left;
    width: 50%; } }

.sub-form ul li:nth-child(2n) {
  background: #b1e4e8; }
.sub-form .form-list li.control {
  padding: 5px 0 0; }
.sub-form label {
  padding: 0 0 5px 35px;
  position: relative;
  float: none;
  text-transform: none;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5 !important; }
.sub-form input.checkbox {
  display: none;
  color: #6c6c6c; }
  .sub-form input.checkbox + label:before {
    content: '';
    font-family: 'fontawesome';
    width: 20px;
    height: 20px;
    background: #f5f5f5;
    border: 1px solid #d4d4d4;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    margin: 0 5px;
    left: 0;
    line-height: 1.2; }
  .sub-form input.checkbox:checked + label:before {
    content: '\f00c';
    text-indent: 1px; }

.checkout-onepage-success .col-main {
  background: transparent; }

/* Shopping Cart ========================================================================= */
/* ****** */
/* Making tables work on Mobile */
/* ****** */
/* Force table to not be like tables anymore */
/* CAREFUL THIS CHANGES CHECKOUT TABLES TOO */
.data-table {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 640px) {
    .data-table {
      display: table; } }
  .data-table th {
    display: table-cell;
    white-space: normal;
    text-align: left; }
    @media only screen and (min-width: 640px) {
      .data-table th {
        text-align: right; } }
  .data-table tr {
    display: block; }
    @media only screen and (min-width: 640px) {
      .data-table tr {
        display: table-row; } }
    .data-table tr .last th {
      border: 0; }
    .data-table tr .last td {
      border: 0; }
      .data-table tr .last td .a-right {
        text-align: left; }
    .data-table tr:last-child td {
      border: 0; }
      @media only screen and (min-width: 640px) {
        .data-table tr:last-child td {
          border-bottom: 1px solid #c4c4c4; } }
    .data-table tr:last-child th {
      border: 0; }
      @media only screen and (min-width: 640px) {
        .data-table tr:last-child th {
          border-bottom: 1px solid #c4c4c4; } }
  .data-table td {
    display: block; }
    @media only screen and (min-width: 640px) {
      .data-table td {
        display: table-cell; } }
    .data-table td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; }
  .data-table thead {
    display: block;
    /* Hide table headers (but not display: none;, for accessibility) */ }
    @media only screen and (min-width: 640px) {
      .data-table thead {
        display: table-header-group; } }
    .data-table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
      @media only screen and (min-width: 640px) {
        .data-table thead tr {
          position: relative;
          left: 0;
          top: 0; } }
  .data-table tbody {
    display: block; }
    @media only screen and (min-width: 640px) {
      .data-table tbody {
        display: table-row-group; } }
  .data-table .item-options {
    float: none;
    display: inline-block; }
  .data-table .btn-remove {
    margin: 0;
    background: url("../images/btn_remove.gif") no-repeat;
    display: block;
    width: 13px;
    height: 12px;
    text-indent: -999em; }
    @media only screen and (min-width: 640px) {
      .data-table .btn-remove {
        margin: 0 auto; } }

/* PRODUCT PHOTO */
#shopping-cart-table {
  padding: 0;
  border-top: 1px solid darkgray; }
  #shopping-cart-table .cart-product-qty {
    white-space: nowrap; }
    #shopping-cart-table .cart-product-qty select {
      background: #e8f6f7;
      color: #7c9197;
      margin: 0 4px 15px;
      max-width: 86px; }
    #shopping-cart-table .cart-product-qty span {
      background: transparent;
      color: #7c9197;
      width: 33px;
      height: 39px;
      text-align: center;
      display: inline-block;
      font: normal 2.4em "Droid Sans", sans-serif;
      padding: 5px 0;
      cursor: pointer; }
  #shopping-cart-table tr {
    border: 0; }
    #shopping-cart-table tr:first-child {
      border: 0; }

#shopping-cart-table thead th:nth-of-type(1) {
  padding: 0; }

#shopping-cart-table tbody td {
  position: relative;
  padding-top: 30px;
  padding-left: 6px;
  text-align: left !important;
  float: left; }
  @media only screen and (min-width: 640px) {
    #shopping-cart-table tbody td {
      float: none; } }
  #shopping-cart-table tbody td.a-center {
    text-align: left !important;
    padding: 0 6px 12px 95px; }
    @media only screen and (min-width: 640px) {
      #shopping-cart-table tbody td.a-center {
        text-align: center !important;
        padding: 30px 12px 12px 6px; } }
#shopping-cart-table tbody td:nth-of-type(1) {
  padding: 0; }
  #shopping-cart-table tbody td:nth-of-type(1):before {
    content: "Product Image";
    color: #c4c4c4;
    font-weight: bold;
    line-height: 14px;
    display: none; }
    @media only screen and (min-width: 640px) {
      #shopping-cart-table tbody td:nth-of-type(1):before {
        display: none; } }
#shopping-cart-table tbody td:nth-of-type(2):before {
  content: "Product Name";
  color: #c4c4c4;
  font-weight: bold;
  line-height: 14px;
  display: none; }
  @media only screen and (min-width: 640px) {
    #shopping-cart-table tbody td:nth-of-type(2):before {
      display: none; } }
@media only screen and (min-width: 640px) {
  #shopping-cart-table tbody td:nth-of-type(3) {
    text-align: center !important; } }
#shopping-cart-table tbody td:nth-of-type(3):before {
  content: "Unit Price:";
  color: #c4c4c4;
  font-weight: bold;
  line-height: 8px;
  position: static;
  width: auto;
  display: block;
  margin-bottom: 10px; }
  @media only screen and (min-width: 640px) {
    #shopping-cart-table tbody td:nth-of-type(3):before {
      display: none; } }
@media only screen and (min-width: 640px) {
  #shopping-cart-table tbody td:nth-of-type(4) {
    text-align: center !important; } }
#shopping-cart-table tbody td:nth-of-type(4):before {
  content: "Qty:";
  color: #c4c4c4;
  font-weight: bold;
  line-height: 8px;
  position: static;
  width: auto;
  display: block;
  margin-bottom: 10px; }
  @media only screen and (min-width: 640px) {
    #shopping-cart-table tbody td:nth-of-type(4):before {
      display: none; } }
@media only screen and (min-width: 640px) {
  #shopping-cart-table tbody td:nth-of-type(5) {
    text-align: center !important; } }
#shopping-cart-table tbody td:nth-of-type(5):before {
  content: "Subtotal ";
  color: #c4c4c4;
  font-weight: bold;
  line-height: 8px;
  position: static;
  width: auto;
  display: block;
  margin-bottom: 10px; }
  @media only screen and (min-width: 640px) {
    #shopping-cart-table tbody td:nth-of-type(5):before {
      display: none; } }
#shopping-cart-table tbody td:nth-of-type(6):before {
  content: "Remove:";
  color: #c4c4c4;
  font-weight: bold;
  line-height: 8px; }
  @media only screen and (min-width: 640px) {
    #shopping-cart-table tbody td:nth-of-type(6):before {
      display: none; } }
#shopping-cart-table tbody td.last {
  border-radius: 0;
  -webkit-border-radius: 0; }

/* ****** */
/* End of responsible Tables */
/* ****** */
.checkout-cart-index .col-main {
  padding: 0;
  min-height: 700px; }
  .checkout-cart-index .col-main .page-title {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
    background: none;
    border: 0;
    float: none; }
    .checkout-cart-index .col-main .page-title h1 {
      font: normal 46px "Droid Sans", sans-serif;
      color: black;
      text-align: center;
      float: none;
      margin: 0; }
  .checkout-cart-index .col-main .checkout-types {
    float: none; }
    @media only screen and (min-width: 640px) {
      .checkout-cart-index .col-main .checkout-types {
        float: right; } }

.cart-empty {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left;
  background: transparent; }
  .cart-empty p a {
    color: black;
    text-transform: uppercase; }
  .cart-empty .messages {
    padding-right: 0;
    padding-left: 0; }

.cart {
  background: none; }
  .cart p {
    color: #797979; }
  .cart .link-wishlist,
  .cart .cart-remove-button {
    text-decoration: none;
    color: #648aa8;
    font: bold 1.2em "Droid Sans", sans-serif;
    width: 100%;
    vertical-align: top;
    background: none;
    display: inline;
    text-transform: uppercase; }
  .cart .title-buttons {
    padding-right: 15px; }
    .cart .title-buttons .checkout-types li {
      float: left;
      margin: 0 0 5px 5px; }
  .cart .cart-product-image {
    width: 87%;
    overflow: hidden; }
    @media only screen and (min-width: 640px) {
      .cart .cart-product-image {
        width: 52%; } }
    .cart .cart-product-image .product-image {
      width: 100%;
      float: left; }
      @media only screen and (min-width: 768px) {
        .cart .cart-product-image .product-image {
          width: 24%; } }
      .cart .cart-product-image .product-image img {
        width: 100%;
        max-width: 143px; }
  .cart .product-description {
    position: relative; }
    .cart .product-description p {
      font-size: 1.4em;
      margin: 0 0 8px; }
  .cart .product-author {
    font-size: 1.8em;
    margin: 0; }
    .cart .product-author span {
      color: #648aa8;
      font-size: inherit; }
  .cart .product-published {
    font-size: 1.5em;
    margin: 0 0 18px; }
  .cart .product-due {
    font-size: 1em; }
  .cart .product-name a {
    font-size: inherit; }
  .cart .cart-product-details {
    width: 100%;
    padding: 15px 0 0;
    float: left; }
    @media only screen and (min-width: 768px) {
      .cart .cart-product-details {
        width: 76%;
        padding: 0 0 0 11%; } }
    .cart .cart-product-details .link-wishlist {
      padding: 0 7px 0 0; }
      .cart .cart-product-details .link-wishlist:after {
        content: "|";
        margin: 0 0 0 11px;
        padding: 0 4px 0 0; }
  .cart .cart-price .price {
    color: black;
    font-size: 1.7em; }
  .cart .data-table thead {
    font-size: inherit; }
  .cart fieldset {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    margin-bottom: 10px; }
    .cart fieldset thead {
      background: none;
      border: 0; }
      .cart fieldset thead th {
        font: bold 1.5em "Droid Sans", sans-serif;
        color: #6c6c6c;
        text-transform: uppercase; }
        .cart fieldset thead th span {
          font-size: 1em; }
      .cart fieldset thead th.shopping-header {
        font-size: 2.0em;
        text-align: left; }
    .cart fieldset tbody td {
      vertical-align: top;
      padding-bottom: 18px; }
      .cart fieldset tbody td:first-child {
        vertical-align: middle; }
      .cart fieldset tbody td h2.product-name {
        line-height: 1.5;
        margin: 0 0 14px;
        text-align: left; }
        .cart fieldset tbody td h2.product-name a {
          text-decoration: none;
          color: black;
          font: normal 1em "Droid Sans", sans-serif; }
  .cart .free-shipping-msg {
    width: 98%;
    padding: 30px 12px;
    margin: 0 10px; }
    .cart .free-shipping-msg span {
      font: normal 14px "Droid Sans", sans-serif;
      color: #648aa8; }
    .cart .free-shipping-msg .span-wrap {
      text-align: center;
      float: right;
      max-width: 320px;
      margin-top: -8px; }
      .cart .free-shipping-msg .span-wrap a:before {
        content: '';
        display: none; }
    .cart .free-shipping-msg .span-5 {
      font-weight: bold; }
    .cart .free-shipping-msg a {
      font: normal 1.4em "Droid Sans", sans-serif;
      text-decoration: none;
      color: #648aa8;
      text-transform: uppercase;
      margin-right: 18px;
      display: none; }
      @media only screen and (min-width: 640px) {
        .cart .free-shipping-msg a {
          display: block; } }
      .cart .free-shipping-msg a:before {
        line-height: 14px;
        margin-right: 20px;
        content: '<';
        vertical-align: middle;
        font-size: 30px; }
      .cart .free-shipping-msg a.btn-continue {
        display: inline-block; }
  .cart .checkout-types {
    float: right;
    text-align: center; }
    .cart .checkout-types .paypal-or {
      margin: 0 8px;
      line-height: 2.3; }
    .cart .checkout-types fieldset {
      display: inline; }
    .cart .checkout-types button.button {
      font-size: 1.8em; }
  .cart .cart-update-cart {
    width: 98.4%;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    padding: 12px 10px 25px 10px;
    margin: 0 10px 45px;
    float: left; }
    @media only screen and (min-width: 640px) {
      .cart .cart-update-cart {
        padding: 12px 10px; } }
    .cart .cart-update-cart .cart-update-links {
      float: left;
      display: none; }
      @media only screen and (min-width: 640px) {
        .cart .cart-update-cart .cart-update-links {
          display: block; } }
    .cart .cart-update-cart a {
      font: bold 1.8em/62px "Droid Sans", sans-serif;
      text-decoration: none;
      color: #648aa8;
      text-transform: uppercase;
      margin-right: 18px; }
      .cart .cart-update-cart a:before {
        line-height: 14px;
        margin-right: 20px; }
      .cart .cart-update-cart a.btn-continue:before {
        content: '<';
        vertical-align: middle;
        font-size: 30px; }
      .cart .cart-update-cart a.btn-update:before {
        content: '|';
        font-size: 25px;
        vertical-align: top;
        color: #6c6c6c;
        vertical-align: 0;
        display: inline-block; }

/* Shopping Cart Table */
.cart-table {
  border-width: 1px 0;
  background-color: transparent;
  margin: 0; }
  .cart-table .item-msg {
    font-size: 10px; }
  .cart-table thead th {
    vertical-align: bottom;
    color: black; }
  .cart-table tbody td {
    padding: 12px;
    vertical-align: middle;
    font-size: 14px;
    color: black; }
    .cart-table tbody td a, .cart-table tbody td span {
      font-size: 1.4em;
      color: black; }
    .cart-table tbody td input {
      color: #a8a8a8;
      background: none;
      border-radius: 0;
      transition: border-color 1s;
      margin-left: 8px;
      height: 25px;
      border: 2px solid #aaabab;
      text-align: center;
      transition: none;
      margin-bottom: 5px;
      max-width: 40px; }
      .cart-table tbody td input:focus {
        border-color: black; }
      .cart-table tbody td input.qty {
        text-align: center; }
  .cart-table tfoot .button {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px; }
    @media only screen and (min-width: 640px) {
      .cart-table tfoot .button {
        width: auto; } }
  .cart-table tbody tr {
    border: 1px solid #efefef;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 10px;
    background: transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .cart-table tbody tr .first {
      border-radius: 10px 10px 0 0;
      margin-top: 5px; }
    .cart-table tbody tr .last {
      border-radius: 0 0 10px 10px;
      margin-bottom: 5px; }

/* Shopping Cart Collateral boxes */
.cart {
  /* Shopping Cart Totals */ }
  .cart .cart-collaterals {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
    background: transparent;
    margin: 25px 0 0; }
    @media only screen and (min-width: 640px) {
      .cart .cart-collaterals {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
        float: left; } }
    .cart .cart-collaterals h2 {
      color: #000;
      font-weight: normal;
      margin: 0 0 5px; }
    .cart .cart-collaterals .col2-set {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%;
      float: left; }
      .cart .cart-collaterals .col2-set .col-1 {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        float: left; }
        .cart .cart-collaterals .col2-set .col-1 .crosssell {
          padding-left: 10px;
          padding-right: 10px;
          width: 100%;
          float: left; }
      .cart .cart-collaterals .col2-set .col-2 {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        float: left; }
    .cart .cart-collaterals button.button {
      margin: 15px 0 0 0;
      padding: 0;
      display: inline-block;
      vertical-align: top; }
      .cart .cart-collaterals button.button span span {
        height: auto;
        line-height: 18px;
        padding: 10px 2%;
        background: transparent; }
      .cart .cart-collaterals button.button:hover {
        background: #2b3848; }
    .cart .cart-collaterals button.check-gc-status {
      background: none; }
      .cart .cart-collaterals button.check-gc-status span {
        text-decoration: none;
        color: black; }
    .cart .cart-collaterals .v-fix {
      padding: 0 8px 0 0;
      position: relative;
      width: auto;
      float: none;
      display: inline-block; }
      .cart .cart-collaterals .v-fix input.input-text {
        border-radius: 0;
        margin: 0;
        padding: 9px 10px 8px;
        box-shadow: none;
        background: none;
        height: 41px;
        transition: border-color 1s;
        width: 100%; }
        .cart .cart-collaterals .v-fix input.input-text:focus {
          border-color: black; }
  .cart .update-cart {
    display: none;
    border-bottom: 1px solid darkgrey;
    padding: 0 0 10px;
    margin: 0 10px 10px;
    text-align: right; }
  .cart .cross-inside {
    background: url(../images/bkg_crosssell.gif) repeat-y 0 0; }
  .cart .deals {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
    width: 100%;
    padding-left: 16px;
    padding: 0;
    margin: 0;
    font-size: inherit; }
    @media only screen and (min-width: 640px) {
      .cart .deals {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
        float: left;
        font-size: inherit;
        width: 90%;
        padding-left: 22px; } }
    @media only screen and (min-width: 768px) {
      .cart .deals {
        width: 75%;
        padding-left: 31px; } }
    .cart .deals p, .cart .deals label {
      margin: 0 0 0;
      display: block; }
    .cart .deals label {
      position: absolute;
      top: 14px;
      left: 5px;
      display: none;
      font: normal 12px "Droid Sans", sans-serif;
      text-transform: uppercase;
      color: #a1a1a4; }
    .cart .deals .input-text {
      width: 100%;
      max-width: 175px;
      margin: 0 8px 0 0;
      border: 1px solid #d9d9db;
      margin: 0 5px 3px 0;
      float: left; }
      @media only screen and (min-width: 640px) {
        .cart .deals .input-text {
          width: 226px; } }
      .cart .deals .input-text[value=''] + label {
        display: block; }
      .cart .deals .input-text:focus + label {
        display: none; }
    .cart .deals .widget-sku {
      display: block;
      margin: 0 0 20px;
      width: 264px; }
      .cart .deals .widget-sku .block-title {
        background: inherit;
        border: inherit;
        color: #000;
        font-size: 16px;
        margin: 0 0 5px;
        padding: 0; }
        .cart .deals .widget-sku .block-title strong {
          font-weight: normal; }
      .cart .deals .widget-sku .block-content {
        padding: 0; }
      .cart .deals .widget-sku .sku-table td input {
        width: 98%; }
    .cart .deals button.button {
      margin: 0;
      width: 26%;
      padding: 0;
      height: 41px; }
      .cart .deals button.button span span {
        font: normal 14px "Droid Sans", sans-serif; }
    .cart .deals .discount {
      width: 100%;
      float: left; }
    .cart .deals .giftcard {
      width: 100%;
      float: left; }
  .cart #shippingMethods {
    float: left;
    padding-left: 30px; }
    .cart #shippingMethods #estimate {
      display: none; }
  .cart #shipping-zip-form .postcode input {
    width: 100%;
    background-color: white;
    color: black;
    font: normal 11px "Droid Sans", sans-serif;
    border: 1px solid #d9d9db; }
  .cart #shipping-zip-form li {
    overflow: hidden; }
  .cart #co-shipping-method-form .buttons-set,
  .cart #shipping-zip-form .buttons-set {
    margin: 0;
    width: 100%;
    display: block; }
    .cart #co-shipping-method-form .buttons-set button,
    .cart #shipping-zip-form .buttons-set button {
      margin: 0;
      width: 100%; }
  .cart .shipping {
    display: none; }
    .cart .shipping ul.form-list label {
      position: absolute;
      font: normal 0px "Droid Sans", sans-serif;
      top: 10px;
      left: 10px;
      display: none;
      color: #a1a1a4; }
    .cart .shipping ul.form-list input[value=''] + label {
      font-size: 11px;
      display: block; }
    .cart .shipping ul.form-list input:focus + label {
      font-size: 0; }
    .cart .shipping ul.form-list select, .cart .shipping ul.form-list .postal-code input {
      width: 100%;
      background-color: white;
      color: black;
      font: normal 11px "Droid Sans", sans-serif;
      border: 1px solid #d9d9db; }
    .cart .shipping #co-shipping-method-form dl.sp-methods dt {
      color: black; }
    .cart .shipping #co-shipping-method-form dl.sp-methods dd {
      margin: 0; }
      .cart .shipping #co-shipping-method-form dl.sp-methods dd li label {
        display: inline;
        float: none;
        color: black; }
        .cart .shipping #co-shipping-method-form dl.sp-methods dd li label span {
          color: black; }
    .cart .shipping ul.form-list,
    .cart .shipping #co-shipping-method-form dl.sp-methods {
      background-color: #b1e5e8;
      padding: 15px 15px 7px;
      width: 100%;
      margin: 0; }
      .cart .shipping ul.form-list li,
      .cart .shipping #co-shipping-method-form dl.sp-methods li {
        position: relative; }
    .cart .shipping .shipping-calculate-btn {
      text-align: center; }
      .cart .shipping .shipping-calculate-btn a {
        font: 14px "Droid Sans", sans-serif;
        color: #b1e5e8; }
      .cart .shipping .shipping-calculate-btn button {
        margin: 0;
        padding: 5px 15px; }
    .cart .shipping .update-shipping-total {
      text-align: center; }
      .cart .shipping .update-shipping-total button {
        background: none; }
        .cart .shipping .update-shipping-total button span span {
          font: 14px "Droid Sans", sans-serif;
          color: #3dacab;
          text-decoration: underline; }
  .cart .accordian h2 {
    font: bold 1.6em "Droid Sans", sans-serif;
    color: #6c6c6c;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 14px;
    margin: 0 0 7px;
    background-color: #d9f1f3; }
    .cart .accordian h2:after {
      content: '+ ADD';
      font-size: 0.8em;
      float: right;
      line-height: 18px;
      color: #648aa8; }
  .cart .accordian form {
    display: none; }
  .cart .accordian.open h2 {
    margin: 0 0 20px; }
    .cart .accordian.open h2:after {
      content: '- CLOSE'; }
  .cart .accordian.open form {
    display: inline; }
  .cart .giftcard {
    position: relative;
    z-index: 1; }
    .cart .giftcard button.check-gc-status {
      clear: both;
      width: auto; }
      .cart .giftcard button.check-gc-status span {
        padding: 0;
        background: none;
        line-height: 1.3;
        color: black;
        height: auto;
        text-transform: uppercase; }
        .cart .giftcard button.check-gc-status span span {
          text-decoration: none;
          font-size: 12px;
          color: white;
          text-transform: none;
          padding: 0;
          font: normal 14px "Droid Sans", sans-serif;
          text-decoration: underline; }
      .cart .giftcard button.check-gc-status:hover {
        background: none; }
  .cart .giftcard fieldset, .cart .discount fieldset {
    padding: 0; }
  .cart .cancel-btn {
    margin: 5px 30px 0 0;
    clear: left; }
  .cart .shipping {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
    font-size: 12px;
    padding: 0;
    margin: 0; }
    @media only screen and (min-width: 640px) {
      .cart .shipping {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
        float: left; } }
    .cart .shipping fieldset {
      padding: 0; }
    .cart .shipping .input-text {
      width: 250px; }
    .cart .shipping p {
      margin: 0 0 15px; }
    .cart .shipping .buttons-set {
      width: 100%;
      display: inline-block; }
      .cart .shipping .buttons-set .button {
        width: 100%; }
        @media only screen and (min-width: 640px) {
          .cart .shipping .buttons-set .button {
            float: left;
            width: 140px; } }
    .cart .shipping .form-list label {
      float: none;
      width: auto;
      text-align: left;
      padding: 0;
      color: white;
      font: 14px "Droid Sans", sans-serif;
      text-transform: uppercase; }
    .cart .shipping .form-list .input-text {
      display: block;
      float: none;
      width: 30%;
      background: none;
      box-shadow: none;
      transition: border-color 1s; }
      .cart .shipping .form-list .input-text:focus {
        box-shadow: none;
        border-color: black; }
    .cart .shipping .form-list div.select-wrapper select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      background: none; }
    .cart .shipping .form-list li .select-wrapper {
      max-width: 255px; }
  .cart .product-repeated-sections {
    padding: 0;
    background: #d1dcde;
    overflow: hidden; }
    .cart .product-repeated-sections > div {
      max-width: 1296px;
      width: 100%;
      padding: 33px 28px 60px;
      margin: 0 auto; }
    .cart .product-repeated-sections .product-feature ul {
      margin-top: 25px; }
      @media only screen and (min-width: 1024px) {
        .cart .product-repeated-sections .product-feature ul {
          width: 100%;
          display: table; } }
      .cart .product-repeated-sections .product-feature ul li {
        display: none; }
        @media only screen and (min-width: 768px) {
          .cart .product-repeated-sections .product-feature ul li {
            display: table-cell; } }
        @media only screen and (min-width: 1024px) {
          .cart .product-repeated-sections .product-feature ul li {
            padding: 0; } }
        .cart .product-repeated-sections .product-feature ul li img {
          width: 100%; }
          @media only screen and (min-width: 768px) {
            .cart .product-repeated-sections .product-feature ul li img {
              max-width: 90%; } }
        .cart .product-repeated-sections .product-feature ul li:nth-child(4), .cart .product-repeated-sections .product-feature ul li:nth-child(5), .cart .product-repeated-sections .product-feature ul li:nth-child(6) {
          display: none; }
          @media only screen and (min-width: 768px) {
            .cart .product-repeated-sections .product-feature ul li:nth-child(4), .cart .product-repeated-sections .product-feature ul li:nth-child(5), .cart .product-repeated-sections .product-feature ul li:nth-child(6) {
              display: table-cell; } }
        .cart .product-repeated-sections .product-feature ul li:nth-child(1), .cart .product-repeated-sections .product-feature ul li:nth-child(2) {
          display: table-cell; }
        .cart .product-repeated-sections .product-feature ul li:first-child {
          padding-right: 11px; }
          @media only screen and (min-width: 768px) {
            .cart .product-repeated-sections .product-feature ul li:first-child {
              padding: 0; } }
    .cart .product-repeated-sections .product-feature h3 {
      font: normal 3em "Droid Sans", sans-serif;
      color: #38485a; }
    .cart .product-repeated-sections .product-feature h4 {
      font: normal 1.8em "Droid Sans", sans-serif;
      color: #6d6e71; }
    .cart .product-repeated-sections .product-feature h3, .cart .product-repeated-sections .product-feature h4 {
      margin: 0; }
      @media only screen and (min-width: 640px) {
        .cart .product-repeated-sections .product-feature h3, .cart .product-repeated-sections .product-feature h4 {
          max-width: 80%; } }
    @media (max-width: 768px) {
      .cart .product-repeated-sections .product-feature li:nth-child(3), .cart .product-repeated-sections .product-feature li:nth-child(4), .cart .product-repeated-sections .product-feature li:nth-child(5) {
        display: none; } }
  .cart .crosssell {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
    position: relative;
    left: 50%;
    width: 100vw;
    padding: 0; }
    .cart .crosssell > .product-repeated-sections {
      position: relative;
      left: -50%; }
    .cart .crosssell h2 {
      font-size: 11px;
      color: black;
      font-weight: bold;
      text-transform: uppercase; }
    .cart .crosssell h4 {
      margin: 14px 0; }
    .cart .crosssell .item {
      padding: 17px 8px 0;
      text-align: center; }
    .cart .crosssell .product-image {
      float: none;
      margin: 3px 0 0; }
      .cart .crosssell .product-image img {
        border: 1px solid black;
        width: 100%; }
    .cart .crosssell .relatedSku {
      color: black;
      font: 13px "Droid Sans", sans-serif;
      margin: 0 0 13px; }
    .cart .crosssell .relatedPrice {
      margin: 0 0 13px; }
      .cart .crosssell .relatedPrice span {
        font: bold 13px "Droid Sans", sans-serif; }
    .cart .crosssell .product-shop {
      margin: 23px 0 0; }
    .cart .crosssell .product-name a {
      color: #38485a;
      font: bold 18px "Droid Sans", sans-serif;
      text-decoration: none; }
    .cart .crosssell .product-name, .cart .crosssell .price-box, .cart .crosssell p, .cart .crosssell .add-to-links {
      margin: 0 0 5px; }
    .cart .crosssell .add-to-links li {
      margin: 0; }
  .cart .totals {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
    padding-right: 50px;
    font-size: inherit;
    margin: 25px 0 0; }
    @media only screen and (min-width: 640px) {
      .cart .totals {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
        float: left;
        padding-right: 50px; } }
    .cart .totals .grandTotal td strong {
      font: bold 1.45em "Droid Sans", sans-serif;
      color: black;
      text-transform: uppercase;
      white-space: nowrap; }
    .cart .totals table {
      width: 100%; }
      .cart .totals table th, .cart .totals table td {
        padding: 0 5px 5px;
        vertical-align: middle;
        font: bold 1.4em "Droid Sans", sans-serif;
        color: #58595b; }
      .cart .totals table tbody td {
        font-weight: bold;
        color: black; }
      .cart .totals table tbody td,
      .cart .totals table tbody span {
        font: bold 1.4em "Droid Sans", sans-serif;
        color: #58595b;
        text-transform: uppercase;
        vertical-align: middle; }
      .cart .totals table tbody a {
        color: #648aa8;
        text-decoration: underline; }
        .cart .totals table tbody a:hover {
          font-weight: bold; }
      .cart .totals table tfoot strong {
        font-weight: bold;
        font-size: 24px;
        color: black;
        display: block;
        margin: 8px 0 15px; }
      .cart .totals table tfoot .summary-total td {
        padding: 0 0 20px; }
      .cart .totals table tfoot th strong {
        margin: 0; }
      .cart .totals table tfoot td .price {
        font-weight: bold; }
      .cart .totals table .btn-remove {
        vertical-align: middle; }
        .cart .totals table .btn-remove img {
          vertical-align: baseline; }
    .cart .totals .checkout-types li {
      margin: 0 0 15px;
      text-align: right; }
    .cart .totals .checkout-types .paypal-or {
      clear: both;
      display: block;
      padding-top: 8px;
      line-height: 1.0;
      font-size: 11px; }
  .cart .cart-table tbody td {
    font-size: inherit; }

.failed-products {
  border: 1px solid #b94a49; }
  .failed-products .sub-title {
    background: #f2dede url("../images/icon_error.gif") no-repeat 10px 50%;
    color: #b94a49;
    margin: 0;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid #b94a49; }
  .failed-products .item-msg.error {
    background: url("../images/icon_error.gif") no-repeat left;
    font-size: 11px;
    color: #b94a49;
    padding: 5px 0 5px 20px; }

/* Empty Cart Add by SKU */
.cart-empty .failed-products {
  clear: both;
  z-index: 1;
  position: relative;
  margin: 40px -20px -21px; }

/* Options Tool Tip */
.item-options p {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 12px 0 12px; }
.item-options dt {
  font-weight: bold;
  padding: 7px 0 7px; }
.item-options dd {
  padding-bottom: 5px; }

#cartform .product-due,
.product-due {
  text-align: left;
  color: #3dacab; }
  #cartform .product-due span,
  .product-due span {
    white-space: nowrap; }

.truncated {
  cursor: help;
  margin: 5px 0 0;
  position: relative;
  z-index: 1;
  width: 110px; }
  .truncated:hover {
    z-index: 2; }
  .truncated a.dots {
    cursor: help; }
  .truncated a.details {
    cursor: help;
    text-decoration: none;
    background: url("../images/bkg_dots.gif") repeat-x 0 100%;
    color: #514f4f; }
  .truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    padding: 0;
    width: 190px;
    border: 1px solid #a8a8a8;
    border-bottom: 1px solid #888888;
    background-color: white; }
    .truncated .truncated_full_value .item-options dl {
      margin-right: -9px;
      position: relative;
      z-index: 9999;
      padding: 0px 21px 10px 12px;
      background: url(../images/bkg_truncated.gif) no-repeat 100% 38px; }
  .truncated .show .item-options {
    top: -20px;
    left: 50%; }

.col-left .truncated .show .item-options {
  left: 30px;
  top: 7px; }

.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px; }

.top-cart .truncated .show .item-options {
  top: -60px;
  left: -206px; }

.block-cart .truncated .show .item-options {
  top: -60px;
  left: -206px; }

/* Item options in the cart */
.data-table .item-options {
  float: none;
  line-height: 14px;
  margin-bottom: 0;
  margin-top: 10px;
  display: inline-block; }
  @media only screen and (min-width: 640px) {
    .data-table .item-options {
      float: left;
      display: block; } }
  .data-table .item-options div.dt-dd-wrap {
    float: left;
    clear: left; }
    .data-table .item-options div.dt-dd-wrap dt {
      padding: 3px 0 0 0;
      background: none;
      font-size: 14px;
      float: left;
      color: black; }
    .data-table .item-options div.dt-dd-wrap dd {
      padding: 3px 0 0 7px;
      float: left;
      font-size: 14px;
      color: black;
      clear: right; }
      .data-table .item-options div.dt-dd-wrap dd .price {
        font-weight: bold;
        margin-left: 5px; }

.data-table tbody {
  margin-bottom: 20px; }
  .data-table tbody tr:nth-child(even), .data-table tbody tr.even {
    background: none; }
.data-table th {
  padding: 10px 12px 8px; }
  .data-table th.a-center {
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .data-table th.a-center {
        text-align: center; } }
.data-table tfoot {
  background: none; }
  .data-table tfoot tr.last td {
    padding: 25px 0 5px 12px;
    border-bottom: 0; }

/* ======================================================================================= */
/* Checkout ============================================================================== */
/* One Page */
.checkout-onepage-index .col-main {
  padding: 20px 0 0; }
.checkout-onepage-index .page-title h1 {
  color: black;
  font: normal 46px "Droid Sans", sans-serif;
  text-align: center;
  margin: 0; }

.opc-wrapper {
  background: none;
  float: left;
  width: 100%; }
  .opc-wrapper .page-title {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    z-index: 1;
    background: none;
    border: 0; }
    .opc-wrapper .page-title .callout {
      position: absolute;
      top: 7px;
      right: 20px;
      z-index: 1; }
  .opc-wrapper .form-list .validation-advice {
    float: left;
    margin: 10px 0;
    width: 100%;
    clear: both;
    color: #b94a49; }
  .opc-wrapper .form-list .country .select-wrapper .validation-advice {
    position: absolute;
    margin: 0;
    top: 5px;
    left: 5px;
    width: auto; }
  .opc-wrapper .field .validaton-passed {
    width: 46%; }
  .opc-wrapper .add-gift-message {
    display: none; }

/* Block: Checkout Progress */
.opc-progress-container {
  display: none;
  background-color: white;
  padding: 10px 26px 26px;
  border: 1px solid black; }
  @media only screen and (min-width: 940px) {
    .opc-progress-container {
      padding-left: 0;
      padding-right: 0;
      width: 25%;
      float: left;
      padding: 10px 26px 26px;
      display: block;
      margin-right: 2%; } }
  .opc-progress-container .mini-products-list li.item {
    border-bottom: 0;
    border-top: 1px solid #cfcfcf; }
    .opc-progress-container .mini-products-list li.item:first-child {
      border: 0; }
  .opc-progress-container .block .block-title {
    border: 0; }
  .opc-progress-container .block .block-content {
    padding: 0 20px 20px; }
  .opc-progress-container .block-title {
    padding: 0; }
    .opc-progress-container .block-title a {
      text-decoration: none; }
      .opc-progress-container .block-title a strong span {
        color: black;
        text-transform: none;
        font: normal 24px "Droid Sans", sans-serif; }
  .opc-progress-container .checkout-sidebar-info {
    display: table-cell;
    padding: 0 15px 0 10px;
    vertical-align: top;
    width: 72%; }
  .opc-progress-container .block-content ol {
    padding: 13px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black; }
    .opc-progress-container .block-content ol#cart-sidebar {
      overflow-y: auto;
      max-height: 330px; }
    .opc-progress-container .block-content ol li {
      padding: 13px 0 20px;
      list-style: none; }
      .opc-progress-container .block-content ol li .product-details {
        display: table;
        margin: 0; }
        .opc-progress-container .block-content ol li .product-details img {
          float: left;
          display: table-cell;
          margin: 0 3%;
          width: 100%;
          height: auto;
          min-width: 42px; }
        .opc-progress-container .block-content ol li .product-details .product-name {
          margin: 0 0 5px;
          text-align: left; }
          .opc-progress-container .block-content ol li .product-details .product-name a {
            color: black;
            font: bold 18px "Droid Sans", sans-serif;
            text-decoration: none; }
        .opc-progress-container .block-content ol li .product-details table {
          width: 100%;
          margin: 0; }
          .opc-progress-container .block-content ol li .product-details table tr td {
            padding: 2px; }
          .opc-progress-container .block-content ol li .product-details table tr th {
            padding: 2px;
            line-height: 1; }
  .opc-progress-container .block-content .summary {
    margin: 26px 0 0; }
    .opc-progress-container .block-content .summary .subtotal {
      overflow: hidden;
      margin: 0 0 7px; }
    .opc-progress-container .block-content .summary #sidebar-subtotal span {
      font-weight: bold; }
    .opc-progress-container .block-content .summary .gift-cards .value {
      color: #a8a8a8; }
    .opc-progress-container .block-content .summary .shipping .value {
      color: black;
      font-weight: bold; }
    .opc-progress-container .block-content .summary .label {
      float: left;
      color: black; }
    .opc-progress-container .block-content .summary .value {
      float: right; }
  .opc-progress-container .block-content .grand-total {
    font-weight: bold;
    font-size: 18px;
    color: black; }
    .opc-progress-container .block-content .grand-total .label {
      color: black; }
  .opc-progress-container .opc-block-progress .block-title {
    width: 100%;
    float: left;
    color: black;
    font-family: "Droid Sans", sans-serif;
    font-size: 16px;
    text-transform: uppercase; }
    .opc-progress-container .opc-block-progress .block-title strong {
      font-weight: normal; }
  .opc-progress-container .opc-block-progress .block-content {
    width: 100%;
    max-width: 240px;
    padding-top: 20px; }
  .opc-progress-container .opc-block-progress dt {
    background: #888888;
    color: #555555;
    font-family: "Droid Sans", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 12px;
    font-weight: normal; }
    .opc-progress-container .opc-block-progress dt.complete {
      color: black; }
      .opc-progress-container .opc-block-progress dt.complete .separator {
        display: none; }
        @media only screen and (min-width: 940px) {
          .opc-progress-container .opc-block-progress dt.complete .separator {
            display: inline; } }
      .opc-progress-container .opc-block-progress dt.complete a {
        text-transform: lowercase;
        font-weight: normal;
        color: #555555; }
        .opc-progress-container .opc-block-progress dt.complete a:hover {
          color: white; }
  .opc-progress-container .opc-block-progress dd.complete {
    font-family: "Droid Sans", sans-serif;
    font-size: 14px;
    padding-left: 15px; }
    .opc-progress-container .opc-block-progress dd.complete address {
      font-family: "Droid Sans", sans-serif; }

.opc {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 940px) {
    .opc {
      padding-left: 10px;
      padding-right: 10px;
      width: 75%;
      float: left;
      width: 73%; } }
  .opc .buttons-set, .opc .form-buttons {
    width: 100%;
    text-align: right;
    float: left; }
  .opc button.button:hover span {
    background: transparent; }
  .opc .buttons-set p.back-link {
    text-align: left; }
  .opc .checkout-agreements {
    margin: 20px; }
  .opc .form-alt .input-box {
    width: 695px; }
    .opc .form-alt .input-box select {
      width: 695px; }
  .opc .allow .step-title h2 {
    background: black;
    color: white;
    text-transform: uppercase;
    border-bottom: none;
    cursor: pointer;
    font-size: 16px;
    padding: 8px 20px 5px;
    line-height: 24px;
    height: auto;
    margin: 0; }
  .opc .form-buttons {
    text-align: right; }
  .opc .buttons-set .button, .opc .form-buttons .button {
    float: right;
    margin: 0; }
  .opc .order-review .warning-message {
    color: #222;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 0; }
  .opc .order-review .authentication {
    margin: 0 auto;
    width: 570px; }
  .opc .step-title {
    margin: 0 0 1px; }
    .opc .step-title .number {
      display: none; }
    .opc .step-title h2 {
      background-color: #555555;
      color: white;
      font-size: 16px;
      line-height: 24px;
      padding: 8px 20px 6px;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0; }
  .opc li.section {
    position: relative; }
  .opc p.required {
    text-align: right;
    width: auto;
    padding-left: 0;
    color: #b94a49;
    float: right; }
  .opc .centinel {
    margin: 0;
    padding: 20px; }
  .opc .active .step-title {
    margin: 0 0 0;
    padding: 0 0 0 0; }
    .opc .active .step-title h2 {
      background: black;
      color: white;
      text-transform: uppercase;
      border-bottom: none;
      cursor: default;
      font-size: 16px;
      padding: 8px 20px 6px;
      line-height: 24px;
      height: auto;
      margin: 0; }
  .opc .step {
    padding: 20px;
    min-height: 300px;
    font-size: 12px;
    background: transparent;
    border-top: 0;
    margin-bottom: 1px; }
    .opc .step .tool-tip {
      right: 10px; }
    .opc .step fieldset {
      border: 0;
      padding: 0;
      margin: 0; }
      .opc .step fieldset .form-list, .opc .step fieldset ul {
        margin: 0; }
        .opc .step fieldset .form-list label, .opc .step fieldset ul label {
          color: black;
          padding-top: 5px;
          text-align: left; }
          @media only screen and (min-width: 640px) {
            .opc .step fieldset .form-list label, .opc .step fieldset ul label {
              float: left;
              margin: 0 10px 0 0;
              text-align: left;
              width: auto;
              clear: left; } }
        .opc .step fieldset .form-list .input-box, .opc .step fieldset ul .input-box {
          width: 100%;
          max-width: 347px; }
          @media only screen and (min-width: 640px) {
            .opc .step fieldset .form-list .input-box, .opc .step fieldset ul .input-box {
              width: 100%;
              background-position: 100% 50%;
              margin-bottom: 10px;
              clear: left;
              padding-right: 0; } }
          .opc .step fieldset .form-list .input-box select, .opc .step fieldset ul .input-box select {
            background: white;
            border: 1px solid #cccccc;
            float: left;
            max-width: 244px;
            padding: 5px;
            transition: border-color .8s ease-in; }
            @media only screen and (min-width: 640px) {
              .opc .step fieldset .form-list .input-box select, .opc .step fieldset ul .input-box select {
                max-width: 345px; } }
        .opc .step fieldset .form-list input.input-text, .opc .step fieldset ul input.input-text {
          box-shadow: none;
          width: 100%;
          max-width: 244px;
          line-height: 17px;
          height: auto;
          border: 1px solid #cccccc;
          transition: border-color .8s ease-in;
          margin-bottom: 0; }
          @media only screen and (min-width: 640px) {
            .opc .step fieldset .form-list input.input-text, .opc .step fieldset ul input.input-text {
              max-width: 374px; } }
          .opc .step fieldset .form-list input.input-text:focus, .opc .step fieldset ul input.input-text:focus {
            background: white;
            border-color: #38485a; }
        .opc .step fieldset .form-list #shipping:region, .opc .step fieldset ul #shipping:region {
          display: none; }
        .opc .step fieldset .form-list .add-field .input-box, .opc .step fieldset ul .add-field .input-box {
          margin-left: 0;
          margin-top: 20px; }
          @media only screen and (min-width: 640px) {
            .opc .step fieldset .form-list .add-field .input-box, .opc .step fieldset ul .add-field .input-box {
              margin-top: 0; } }
          .opc .step fieldset .form-list .add-field .input-box.validation-passed, .opc .step fieldset ul .add-field .input-box.validation-passed {
            width: 100%; }
        .opc .step fieldset .form-list li.form-alt label, .opc .step fieldset ul li.form-alt label {
          padding-right: 0;
          text-align: left;
          font-size: 12px;
          color: black; }
        .opc .step fieldset .form-list li.form-alt .input-box, .opc .step fieldset ul li.form-alt .input-box {
          float: left;
          width: 100%;
          background-position: 100% 30%; }
          .opc .step fieldset .form-list li.form-alt .input-box .select-wrapper, .opc .step fieldset ul li.form-alt .input-box .select-wrapper {
            width: 100%;
            float: left;
            max-width: 678px;
            margin-bottom: 20px; }
            @media only screen and (min-width: 640px) {
              .opc .step fieldset .form-list li.form-alt .input-box .select-wrapper, .opc .step fieldset ul li.form-alt .input-box .select-wrapper {
                margin-bottom: 0; } }
          .opc .step fieldset .form-list li.form-alt .input-box select, .opc .step fieldset ul li.form-alt .input-box select {
            width: 94%;
            color: #a1a1a1;
            font-size: 12px;
            background: white;
            transition: border-color .8s ease-in; }
        .opc .step fieldset .form-list li.control, .opc .step fieldset ul li.control {
          float: left;
          width: 100%;
          padding-top: 2px;
          position: relative; }
          .opc .step fieldset .form-list li.control.save, .opc .step fieldset ul li.control.save {
            margin-top: 30px; }
          .opc .step fieldset .form-list li.control .input-box, .opc .step fieldset ul li.control .input-box {
            margin: 0; }
          .opc .step fieldset .form-list li.control input.radio, .opc .step fieldset ul li.control input.radio {
            margin: 0;
            float: left;
            position: absolute;
            top: 3px; }
          .opc .step fieldset .form-list li.control label, .opc .step fieldset ul li.control label {
            width: 80%;
            padding-left: 20px;
            padding-top: 0;
            text-align: left;
            line-height: 15px;
            color: black; }
      .opc .step fieldset .fields .validation-passed {
        width: 100%; }
        @media only screen and (min-width: 640px) {
          .opc .step fieldset .fields .validation-passed {
            width: 100%; } }
      .opc .step fieldset .fields .validation-error {
        width: 100%;
        background-position: 100% 25%; }
        @media only screen and (min-width: 640px) {
          .opc .step fieldset .fields .validation-error {
            width: 100%; } }
        .opc .step fieldset .fields .validation-error input, .opc .step fieldset .fields .validation-error.input-text {
          background: #f2dede;
          color: #b94a49;
          border-color: #eed3d7; }
      .opc .step fieldset .fields .country .validation-error, .opc .step fieldset .fields .province .validation-error {
        background-position: 100% 50%; }
      .opc .step fieldset .fields .field.province .input-text {
        display: none; }

/* Steps */
#checkout-step-login {
  height: auto !important;
  min-height: 0 !important;
  padding: 20px; }
  @media only screen and (min-width: 640px) {
    #checkout-step-login {
      padding: 0; } }
  #checkout-step-login .form-list li.buttons-set {
    float: none;
    clear: both;
    padding: 2px 0 0 0; }
    @media only screen and (min-width: 640px) {
      #checkout-step-login .form-list li.buttons-set {
        float: right;
        clear: none;
        padding-right: 30px;
        padding-top: 2px; } }
    #checkout-step-login .form-list li.buttons-set .button {
      float: left; }
  #checkout-step-login .form-list li.control {
    float: left;
    clear: left; }
    #checkout-step-login .form-list li.control .input-box {
      margin-left: 105px; }
  #checkout-step-login .form-list li.note {
    padding-left: 0;
    text-align: left; }
    #checkout-step-login .form-list li.note a {
      font: normal 14px "Droid Sans", sans-serif; }
  #checkout-step-login .form-list li .input-box {
    width: 100%; }
    #checkout-step-login .form-list li .input-box label {
      font-size: 0; }
  #checkout-step-login .form-list .input-text {
    width: 210px; }
    @media only screen and (min-width: 940px) {
      #checkout-step-login .form-list .input-text {
        width: 100%; } }
  #checkout-step-login .form-list label, #checkout-step-login .form-list .label {
    text-align: left;
    float: none; }
  #checkout-step-login .form-list p {
    padding-left: 105px;
    margin: 0; }
  #checkout-step-login .login-only {
    background-image: none; }
  #checkout-step-login .col2-set {
    padding: 0;
    background: transparent;
    height: auto !important;
    min-height: 0 !important; }
    @media only screen and (min-width: 640px) {
      #checkout-step-login .col2-set {
        padding: 20px 20px 30px; } }
    #checkout-step-login .col2-set .col-2 {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%;
      float: left; }
      @media only screen and (min-width: 640px) {
        #checkout-step-login .col2-set .col-2 {
          padding-left: 10px;
          padding-right: 10px;
          width: 50%;
          float: left; } }
      #checkout-step-login .col2-set .col-2 .form-list li {
        background: none;
        padding-left: 0; }
      #checkout-step-login .col2-set .col-2 .radio {
        margin-right: 5px; }
      #checkout-step-login .col2-set .col-2 ul {
        margin: 0; }
        #checkout-step-login .col2-set .col-2 ul li {
          padding: 0; }
          @media smaller {
            #checkout-step-login .col2-set .col-2 ul li {
              padding-left: 10px; } }
    #checkout-step-login .col2-set .col-1 {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%;
      float: left; }
      @media only screen and (min-width: 640px) {
        #checkout-step-login .col2-set .col-1 {
          padding-left: 10px;
          padding-right: 10px;
          width: 50%;
          float: left; } }
  #checkout-step-login .btn-only {
    padding: 0 0 0 105px;
    text-align: left;
    width: 214px; }
    #checkout-step-login .btn-only .button {
      float: right; }
  #checkout-step-login h4 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin: 0 0 15px; }
  #checkout-step-login p {
    margin: 0 0 15px; }

.opc {
  padding-bottom: 100px; }
  .opc form {
    width: 100%;
    float: left; }
  .opc .shippingBtnCalculate,
  .opc #toggleShipping {
    display: none; }
  .opc #co-payment-form {
    padding-top: 0; }
    .opc #co-payment-form fieldset {
      margin-bottom: 0;
      overflow: visible; }
    .opc #co-payment-form .checkout-payment-icon {
      margin: 0 0 0 18px; }
    .opc #co-payment-form .form-list p.required {
      padding: 0; }
  .opc p {
    font: normal 14px "Droid Sans", sans-serif; }
  .opc #checkout-shipping-method-load dd ul li label {
    margin: 0 0 0 7px; }
    .opc #checkout-shipping-method-load dd ul li label span {
      color: #b94a49; }
  .opc #checkout-step-login h4 {
    font: bold 18px "Droid Sans", sans-serif;
    margin: 18px 0;
    color: black;
    text-align: left; }
  .opc #checkout-step-login .buttons-set button {
    margin: 0; }
  .opc #opc-review .checkout-review-adobe {
    float: left;
    padding: 10px 0;
    text-align: left;
    width: 100%; }
  .opc #opc-review.active {
    border-bottom: 0; }
  .opc li.section {
    overflow: visible; }
    @media only screen and (min-width: 940px) {
      .opc li.section {
        max-width: 95%; } }
    .opc li.section fieldset {
      width: 100%;
      float: left; }
    .opc li.section .buttons-set button {
      margin-left: 10px; }
    .opc li.section .buttons-set .back-link {
      text-align: left; }
    .opc li.section .form-list {
      width: 100%;
      float: left;
      max-width: 274px; }
      @media only screen and (min-width: 768px) {
        .opc li.section .form-list {
          max-width: none; } }
      .opc li.section .form-list li.fields .field {
        padding: 0; }
    .opc li.section .step-title {
      border-top: 1px solid black; }
      .opc li.section .step-title h2 {
        float: left;
        padding: 8px 16px;
        font: normal 2.1em "Droid Sans", sans-serif;
        color: black;
        margin: 0;
        background: none;
        width: auto;
        text-transform: none; }
        @media only screen and (min-width: 768px) {
          .opc li.section .step-title h2 {
            font-size: 3em; } }
    .opc li.section.allow {
      border-top: 1px solid black; }
      .opc li.section.allow .step-title {
        border: 0; }
        .opc li.section.allow .step-title h2:after {
          display: inline-block;
          content: ' ';
          width: 13px;
          height: 10px;
          margin: 0 0 0 10px; }
    .opc li.section.active {
      border-top: 1px solid black; }
      .opc li.section.active .step-title {
        border-bottom: 1px solid black; }
        .opc li.section.active .step-title h2 {
          color: black; }
          .opc li.section.active .step-title h2:after {
            display: none; }
    .opc li.section.allow.active .edit-step, .opc li.section .edit-step {
      display: none;
      padding: 20px 16px 0;
      float: right;
      margin: 0;
      text-decoration: none;
      text-transform: uppercase;
      color: #648aa8; }
    .opc li.section.allow .edit-step {
      display: block; }
  .opc label {
    font-weight: normal; }
    .opc label em {
      display: none; }
    .opc label.required:after {
      content: "*";
      color: #b94a49; }
  .opc select {
    color: black;
    font-size: 12px;
    width: 100%;
    max-width: 230px;
    text-transform: none; }
    @media only screen and (min-width: 768px) {
      .opc select {
        max-width: 370px; } }
  .opc .wide select {
    color: black;
    font-size: 12px;
    text-transform: none; }
    @media only screen and (min-width: 768px) {
      .opc .wide select {
        max-width: 500px; } }
  .opc .form-list li.fields {
    clear: left; }
    .opc .form-list li.fields .country select {
      text-transform: none; }
    .opc .form-list li.fields .city .input-box {
      max-width: 250px; }
    .opc .form-list li.fields .province {
      clear: none;
      float: left;
      margin-right: 15px;
      width: 255px; }
    .opc .form-list li.fields #region_id {
      width: 100%; }
    .opc .form-list li.fields .post-code {
      clear: none;
      float: left;
      width: 100px; }
  .opc .input-box .select-wrap {
    width: 100%; }
  .opc .input-box .input-text {
    width: 100%;
    max-width: 230px;
    font: normal 12px "Droid Sans", sans-serif;
    color: #555555;
    border: 1px solid #555555; }
    @media only screen and (min-width: 768px) {
      .opc .input-box .input-text {
        max-width: 370px; } }
  .opc .col2-set {
    padding-bottom: 40px; }
  .opc .col-1 fieldset {
    margin-top: 0; }
  .opc .col-2 label {
    float: left;
    width: auto; }
  .opc #opc-login .buttons-set {
    float: left;
    margin-top: 20px; }
    .opc #opc-login .buttons-set button {
      float: left; }

.step .form-list {
  width: 100%;
  float: left; }
.step .form-alt {
  width: 100%;
  float: left; }
.step .input-box {
  width: 100%; }
.step .control .input-box {
  margin-left: 0;
  width: auto; }
  .step .control .input-box input {
    margin: 0; }
.step .control label {
  margin-left: 2px;
  width: auto; }
.step label {
  width: 100%;
  float: left;
  color: black;
  font-family: "Droid Sans", sans-serif;
  font-size: 14px; }
.step #co-shipping-method-form {
  width: 100%;
  float: left;
  padding-top: 0; }
  .step #co-shipping-method-form .buttons-set {
    width: 100%;
    float: left; }
.step .sp-methods dt {
  color: black; }
.step .sp-methods dd {
  width: 100%; }
  .step .sp-methods dd li {
    margin-top: 5px;
    width: 100%; }
    .step .sp-methods dd li label {
      margin-left: 0; }
    .step .sp-methods dd li.card-exp .v-fix {
      float: left;
      clear: none; }
    .step .sp-methods dd li .month {
      margin-right: 15px;
      width: 140px; }
    .step .sp-methods dd li .year {
      width: 140px; }
    .step .sp-methods dd li.interactExchange {
      width: 100%; }
      @media only screen and (min-width: 640px) {
        .step .sp-methods dd li.interactExchange {
          text-align: right;
          margin: -45px 0 0; } }
  .step .sp-methods dd select {
    margin-bottom: 0; }
  .step .sp-methods dd .validation-advice {
    margin: 5px 0 0 0; }
.step .sp-methods input {
  margin: 7px 4px 0 0;
  float: left; }
.step .sp-methods label {
  float: left;
  width: auto;
  margin-left: 10px; }
.step .checkout-onepage-payment-additional-giftcardaccount {
  width: 100%;
  float: left;
  padding-top: 15px; }
.step .data-table {
  width: 100%;
  max-width: 500px; }
.step .add-field .input-box {
  margin-left: 0; }
.step .validation-advice {
  font-size: 13px;
  margin-top: -10px;
  color: red; }

#checkout-review-table {
  margin-top: 15px;
  max-width: none; }
  #checkout-review-table thead {
    background: none; }
    #checkout-review-table thead tr th {
      font-family: "Droid Sans", sans-serif;
      text-align: center; }
    #checkout-review-table thead tr th:first-child {
      text-align: left; }
    #checkout-review-table thead tr th:last-child {
      text-align: right; }
      @media only screen and (min-width: 768px) {
        #checkout-review-table thead tr th:last-child {
          text-align: center; } }
  #checkout-review-table tbody tr {
    border-bottom: 1px solid #ddd; }
    #checkout-review-table tbody tr td {
      text-align: center; }
    #checkout-review-table tbody tr td:first-child {
      text-align: left; }
      @media only screen and (min-width: 768px) {
        #checkout-review-table tbody tr td:first-child {
          width: 58%; } }
    #checkout-review-table tbody tr td:last-child {
      text-align: right; }
  #checkout-review-table tbody h3 {
    text-align: left; }
  #checkout-review-table tfoot #shippingTotalCalc {
    display: none; }
  #checkout-review-table tfoot label.link {
    display: none; }
  #checkout-review-table tfoot strong {
    font-size: 18px; }
  #checkout-review-table tfoot th + td {
    vertical-align: middle; }
  #checkout-review-table .product-name {
    font-family: "Droid Sans", sans-serif;
    font-size: 14px; }
  #checkout-review-table .item-options dt {
    clear: left;
    float: left; }
    #checkout-review-table .item-options dt:after {
      content: ": "; }
  #checkout-review-table .item-options dd {
    float: left;
    padding-left: 3px;
    margin-bottom: 0; }

#checkout-review-submit .review-buttons-container {
  margin: 0 0 0 106px; }
  @media only screen and (min-width: 640px) {
    #checkout-review-submit .review-buttons-container {
      margin: 0 0 0 121px; } }
  @media only screen and (min-width: 768px) {
    #checkout-review-submit .review-buttons-container {
      margin: 0; } }
#checkout-review-submit button.button {
  float: right;
  margin: 0;
  padding: 10px 15px; }
  #checkout-review-submit button.button span {
    font-size: 18px; }

.checkout-onepage-payment-additional-customerbalance {
  margin-bottom: 5px; }
  .checkout-onepage-payment-additional-customerbalance .checkbox {
    margin-left: 0; }

#checkout-step-payment #checkout-payment-method-load dd li {
  float: left;
  width: 100%;
  margin-bottom: 0; }
#checkout-step-payment #checkout-payment-method-load input {
  margin: 4px 5px 0 0;
  float: left;
  clear: left; }
#checkout-step-payment #checkout-payment-method-load label {
  font-size: 14px;
  float: none;
  width: 90%;
  text-align: left;
  color: black; }
#checkout-step-payment #checkout-payment-method-load .input-box {
  width: 100%;
  background-position: 100% 55%;
  margin-bottom: 0; }
  @media only screen and (min-width: 640px) {
    #checkout-step-payment #checkout-payment-method-load .input-box {
      width: 45%; } }
  #checkout-step-payment #checkout-payment-method-load .input-box.validation-error {
    background-position: 100% 30%;
    width: 100%; }
  #checkout-step-payment #checkout-payment-method-load .input-box.validation-passed {
    width: 100%; }
  #checkout-step-payment #checkout-payment-method-load .input-box select {
    margin-bottom: 0; }
  #checkout-step-payment #checkout-payment-method-load .input-box .v-fix {
    margin-right: 20px; }
  #checkout-step-payment #checkout-payment-method-load .input-box .v-fix.month {
    width: 100%;
    max-width: 150px; }
  #checkout-step-payment #checkout-payment-method-load .input-box .v-fix.year {
    width: 100%;
    max-width: 100px; }
  #checkout-step-payment #checkout-payment-method-load .input-box a.cvv-what-is-this {
    margin-top: 9px;
    float: left;
    color: black; }
#checkout-step-payment #checkout-payment-method-load .validate-cc-type-select {
  margin: 0; }
#checkout-step-payment #checkout-payment-method-load .card-ver .v-fix {
  width: 30%; }
  #checkout-step-payment #checkout-payment-method-load .card-ver .v-fix .cvv {
    width: 95%; }
#checkout-step-payment #checkout-payment-method-load .card-type .validation-error, #checkout-step-payment #checkout-payment-method-load .card-exp .validation-error {
  background-position: 100% 50%; }

.mobile-review-label {
  display: none; }

#checkout-step-review {
  background: none; }
  #checkout-step-review .order-review .data-table {
    margin-top: 30px;
    border-top: 0; }
    #checkout-step-review .order-review .data-table .mobile-review-label {
      display: inline; }
      @media only screen and (min-width: 640px) {
        #checkout-step-review .order-review .data-table .mobile-review-label {
          display: none; } }
    #checkout-step-review .order-review .data-table thead {
      background: none; }
      #checkout-step-review .order-review .data-table thead th {
        color: black;
        font-size: 15px; }
    #checkout-step-review .order-review .data-table tbody td {
      text-align: left; }
      @media only screen and (min-width: 768px) {
        #checkout-step-review .order-review .data-table tbody td {
          text-align: center; } }
    #checkout-step-review .order-review .data-table tbody h3.product-name {
      color: black;
      font: bold 18px "Droid Sans", sans-serif; }
    #checkout-step-review .order-review .data-table tbody dl.item-options {
      margin-top: 5px; }
      #checkout-step-review .order-review .data-table tbody dl.item-options dt {
        background: none;
        color: black;
        padding-left: 0;
        float: left;
        clear: left; }
      #checkout-step-review .order-review .data-table tbody dl.item-options dd {
        float: left;
        margin-bottom: 0;
        padding: 7px 5px; }
    #checkout-step-review .order-review .data-table tbody .cart-price {
      vertical-align: middle; }
    #checkout-step-review .order-review .data-table tbody .cart-qty {
      vertical-align: middle; }
    #checkout-step-review .order-review .data-table tfoot tr {
      display: table-row; }
      #checkout-step-review .order-review .data-table tfoot tr td, #checkout-step-review .order-review .data-table tfoot tr span {
        font: normal 14px "Droid Sans", sans-serif;
        color: black;
        text-align: left; }
      #checkout-step-review .order-review .data-table tfoot tr td {
        display: table-cell; }
      #checkout-step-review .order-review .data-table tfoot tr td.a-right {
        text-align: right; }
      #checkout-step-review .order-review .data-table tfoot tr .cart-checkout-subtotal-price span {
        font-weight: bold; }
      #checkout-step-review .order-review .data-table tfoot tr .cart-checkout-shipping-price span {
        color: black;
        font-weight: bold; }
      #checkout-step-review .order-review .data-table tfoot tr .grandTotal td strong, #checkout-step-review .order-review .data-table tfoot tr .grandTotal td span {
        color: black; }
    #checkout-step-review .order-review .data-table tfoot tr.first td {
      padding-top: 20px; }
    #checkout-step-review .order-review .data-table tfoot tr.last td {
      padding-right: 12px; }
      #checkout-step-review .order-review .data-table tfoot tr.last td strong, #checkout-step-review .order-review .data-table tfoot tr.last td span {
        color: black;
        font-size: 20px;
        font-weight: bold; }
  #checkout-step-review .order-review .buttons-set {
    padding-right: 12px; }
    #checkout-step-review .order-review .buttons-set button.button {
      width: 150px; }
      #checkout-step-review .order-review .buttons-set button.button span {
        width: 100%;
        font-size: 16px; }
    #checkout-step-review .order-review .buttons-set .f-left {
      color: black; }
      #checkout-step-review .order-review .buttons-set .f-left a {
        color: black;
        text-transform: uppercase; }

/* #checkout-step-shipping_method, #opc-payment {
    .buttons-set {
	    width: 521px;
	    margin-top: 10px;
	    margin-bottom: 0;
	    .back-link {
	    	width: 245px;
		    padding-right: 15px;
		    float: left;
		    text-align: right;
	    	a {
				display: inline;
			    float: none;
	    	}
	    }
    }
    p.required {
	    padding: 0 0 0 260px;
    }
}
#opc-payment p.note {
    padding: 10px 0;
    font-size: 11px;
}*/
#checkout-step-review {
  padding: 0; }
  #checkout-step-review .buttons-set {
    padding: 15px 20px;
    margin: 0; }
  #checkout-step-review .data-table {
    border: 0;
    font-size: 12px; }
    #checkout-step-review .data-table tfoot tr.last strong {
      font-size: 14px; }
    #checkout-step-review .data-table .product-name {
      font-size: 12px; }
    #checkout-step-review .data-table .item-options {
      font-size: 11px; }
    #checkout-step-review .data-table thead th {
      vertical-align: bottom;
      font-size: 11px; }
    #checkout-step-review .data-table h3 {
      font: bold 18px "Droid Sans", sans-serif;
      color: black; }

#checkout-step-review .data-table .btn-remove,
.checkout-multishipping-overview .data-table .btn-remove,
#details-table .btn-remove {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle; }

/* Review Details */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
#checkout-shipping-method-load {
  float: left;
  width: 100%; }

#onepage-checkout-shipping-method-additional-load {
  float: left;
  width: 50%; }

.add-gift-message h3 {
  font-size: 14px; }
.add-gift-message input {
  float: left;
  clear: none;
  margin: 5px 5px 0 0; }
.add-gift-message label {
  color: black;
  float: left;
  clear: none; }

.split-check-wrapper {
  clear: both;
  float: left;
  margin: 25px 0 0; }
  .split-check-wrapper label {
    color: #000000;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    margin: 0 0 10px; }
  .split-check-wrapper input {
    float: left;
    margin: 3px 0 0 16px; }

.datepicker-wrapper {
  display: block;
  float: left;
  margin: 6px 0 0;
  overflow: hidden; }
  .datepicker-wrapper label {
    color: #000000;
    display: block;
    float: left;
    clear: both;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    margin: 0 0 10px; }
  .datepicker-wrapper input {
    float: left;
    clear: both; }
  .datepicker-wrapper button {
    float: right; }

.gift-message-form {
  border: 0;
  background: none; }
  .gift-message-form .inner-box {
    float: left;
    margin-top: 20px;
    width: 100%;
    height: 230px; }
    .gift-message-form .inner-box h4 {
      margin: 0;
      padding: 0;
      font-size: 14px; }
    .gift-message-form .inner-box p {
      padding: 0; }
      .gift-message-form .inner-box p input {
        margin: 4px 5px 0 0;
        float: left;
        clear: left; }
      .gift-message-form .inner-box p label {
        float: left;
        clear: none;
        width: 90%;
        color: black; }
  .gift-message-form #add-gift-options-for-order-1 {
    margin-top: 10px;
    margin-bottom: 25px; }
  .gift-message-form #extra-options-container-1 .price-box {
    margin-top: 10px; }
    .gift-message-form #extra-options-container-1 .price-box span {
      font-size: 14px;
      color: black; }

.sp-methods {
  float: left;
  width: auto;
  margin: 10px 0 10px 10px; }
  .sp-methods dt {
    font-weight: bold;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    font-size: 14px;
    color: black; }
  .sp-methods dd {
    margin: 0 0 20px;
    float: left;
    width: 100%; }
    .sp-methods dd li {
      margin: 5px 0; }
      .sp-methods dd li input {
        float: left;
        clear: left;
        margin: 5px 5px 0 0; }
      .sp-methods dd li label {
        color: black;
        float: left;
        width: 90%; }
  .sp-methods .price {
    font-weight: bold; }
  .sp-methods .form-list {
    padding-left: 20px;
    margin: 15px 0; }
    .sp-methods .form-list .input-text {
      width: 250px; }
    .sp-methods .form-list select {
      width: 256px; }
      .sp-methods .form-list select.month {
        width: 150px;
        margin-right: 10px; }
      .sp-methods .form-list select.year {
        width: 96px; }
    .sp-methods .form-list label {
      width: 155px; }
  .sp-methods input.cvv {
    width: 3em; }
  .sp-methods .input-box {
    line-height: 21px; }
  .sp-methods .v-fix .validation-advice {
    margin-right: -250px;
    position: relative;
    z-index: 1;
    width: 250px; }
  .sp-methods .adv-container {
    padding-left: 170px; }
  .sp-methods .centinel-logos a {
    margin-right: 3px; }
  .sp-methods .centinel-logos img {
    vertical-align: middle; }
  .sp-methods .release-amounts {
    margin: 1.5em 0 2em; }
    .sp-methods .release-amounts button {
      float: left;
      margin: 5px 10px 0 0; }

.checkmo-list li {
  margin: 0 0 4px; }
.checkmo-list label {
  padding-top: 0; }
.checkmo-list address {
  float: left; }

.please-wait {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  margin: -34px 0 0 -90px;
  border: 5px solid #f3b66f;
  font-size: 12px;
  color: #f18200;
  font-weight: bold;
  background: #fff;
  padding: 20px;
  white-space: nowrap; }

.cvv-what-is-this {
  cursor: help;
  margin-left: 5px; }

/* Payment Bridge */
.pbridge-reload {
  display: block;
  text-align: right; }

.pbridge-reload a {
  color: #1e75b4;
  font-size: 11px; }

/* Tooltip */
.tool-tip {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 5px;
  position: absolute;
  z-index: 9999; }
  .tool-tip .tool-tip-content {
    padding: 5px; }
  .tool-tip .btn-close {
    text-align: right; }

/* Checkout Agreements */
.checkout-agreements .agreement-content {
  border: 1px solid #d8cea8;
  font-size: 11px;
  background-color: #fffdef;
  padding: 15px;
  height: 10em;
  overflow: auto; }
.checkout-agreements .agree {
  padding: 10px 0;
  font-size: 12px;
  font-weight: bold; }
  .checkout-agreements .agree .checkbox {
    margin-right: 5px; }
.checkout-agreements li {
  margin: 10px 0; }

/* Centinel */
.centinel {
  margin: 10px 0; }
  .centinel .authentication {
    border: 1px solid #ddd;
    background: #fff; }
    .centinel .authentication iframe {
      width: 99%;
      height: 400px;
      background: transparent !important;
      margin: 0 !important;
      padding: 0 !important;
      border: 0 !important; }
  .centinel p {
    margin: 0 0 10px; }

/* Checkout Success */
.checkout-onepage-success .col-main {
  font-size: 12px; }
  .checkout-onepage-success .col-main p {
    margin: 0 0 10px; }

.checkout-success-content a {
  color: #648aa8; }

/********** Common Checkout Styles > */
/* ======================================================================================= */
.step select {
  background: white; }

.opc .step-title h2 {
  background-color: #000000;
  color: black;
  float: left;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 8px 20px 6px;
  text-transform: none;
  width: 100%;
  font-weight: normal; }

.opc .active .step-title h2 {
  background: none repeat scroll 0 0 #555555;
  border-bottom: medium none;
  color: black;
  cursor: default;
  font-weight: bold;
  font-size: 16px;
  height: auto;
  line-height: 24px;
  margin: 0;
  padding: 8px 20px 6px;
  text-transform: none; }

.opc .step-title {
  float: left;
  margin: 0 0 1px;
  width: 100%; }

.opc .step {
  background: none repeat scroll 0 0 transparent;
  border-top: 0 none;
  float: left;
  font-size: 12px;
  margin-bottom: 1px;
  padding: 20px;
  width: 100%; }

.opc li.allow.active .step-title h2 {
  background: transparent;
  color: black; }

.opc li.allow .step-title h2 {
  background: url("../images/img_checkout_checkmark.png") no-repeat scroll 98% center transparent;
  color: #648aa8; }

.opc li.section {
  float: left;
  position: relative;
  width: 100%; }

.datepicker-wrapper {
  display: block;
  float: left;
  margin: 6px 0 0;
  overflow: hidden; }

.datepicker-wrapper input {
  clear: both;
  float: left; }

.datepicker-wrapper button {
  clear: both;
  float: right; }

.top-cart #topCartContent {
  z-index: 992; }
.top-cart .inner-wrapper {
  border: 1px solid #c7d6d7;
  padding: 20px;
  display: none; }
  @media only screen and (min-width: 640px) {
    .top-cart .inner-wrapper {
      display: block; } }
.top-cart .block-content {
  top: 30px;
  width: 435px;
  right: -32px; }
  .top-cart .block-content .item {
    text-align: left;
    padding: 8px 0; }
  .top-cart .block-content ol {
    clear: both; }
  .top-cart .block-content table {
    margin: 0; }
    .top-cart .block-content table th {
      color: #2b3848;
      font-size: 1.2em;
      line-height: 1;
      padding: 0 8px;
      text-align: left;
      width: 41%; }
    .top-cart .block-content table td {
      line-height: 1;
      padding: 0;
      text-align: left;
      width: 53%; }
      .top-cart .block-content table td span {
        color: #2b3848;
        font-size: 0.9em; }
.top-cart .closeCart {
  cursor: pointer;
  float: right;
  font: normal 1.4em "Droid Sans", sans-serif;
  color: #2b3848; }
.top-cart .recentlyAddedItems,
.top-cart h5 {
  text-align: left;
  font: bold 1.8em "Droid Sans", sans-serif;
  margin: 0 0 15px;
  float: left; }
.top-cart .product-details {
  width: 145px;
  margin: 0;
  display: inline-block;
  padding: 0 5px 0 15px;
  vertical-align: top; }
  .top-cart .product-details .mini-cart-out-stock {
    margin: 10px 0 0;
    display: block; }
  .top-cart .product-details .btn-remove {
    display: block; }
  .top-cart .product-details .product-name {
    text-align: left; }
    .top-cart .product-details .product-name a {
      color: #666666;
      font: normal 1.4em "Droid Sans", sans-serif;
      text-transform: uppercase; }
  .top-cart .product-details .product-format {
    color: black;
    font: normal 1.4em "Droid Sans", sans-serif;
    width: 100%;
    display: block;
    padding: 10px 0 0; }
.top-cart .product-image {
  margin: 0;
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: top; }
.top-cart .product-detail-options {
  width: 155px;
  vertical-align: top;
  display: inline-block; }
.top-cart .mini-cart-review {
  overflow: hidden;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  padding: 16px 0; }
  .top-cart .mini-cart-review > p {
    float: left;
    width: 50%;
    margin: 0;
    font-size: 1.4em;
    text-transform: uppercase; }
  .top-cart .mini-cart-review .totalItems {
    text-align: left;
    color: #666666; }
  .top-cart .mini-cart-review .subtotal {
    text-align: right; }
    .top-cart .mini-cart-review .subtotal span {
      color: #2b3848;
      font-weight: bold; }
.top-cart .cart-empty {
  background: #a3dfe2;
  border: 2px solid #999999;
  font-weight: normal;
  float: none; }
.top-cart .actions {
  background: transparent;
  padding: 15px 0 0;
  overflow: hidden; }
  .top-cart .actions button.button {
    background: #a3dfe2;
    border: 2px solid #999999;
    font-weight: normal; }
    .top-cart .actions button.button span {
      padding: 0;
      color: #2b3848; }
    .top-cart .actions button.button:hover span {
      color: #2b3848;
      background: transparent; }
  .top-cart .actions .btn-continue {
    color: #2b3848;
    font: normal 1.4em/3.2 "Droid Sans", sans-serif;
    text-decoration: underline; }

.is-blog .col2-left-layout .col-main {
  padding-left: 30px; }
.is-blog .post-list-item ul,
.is-blog .post-list-item ol,
.is-blog .post-view ul,
.is-blog .post-view ol {
  font-size: 1.3em; }
.is-blog .post-list-item ul,
.is-blog .post-view ul {
  list-style: disc;
  padding-left: 15px; }
.is-blog .post-list-item ol,
.is-blog .post-view ol {
  list-style: decimal;
  padding-left: 15px; }
.is-blog #wp-archive-list.show-less li:nth-child(n+8) {
  display: none; }
.is-blog #wp-archive-list.show-less li.toggle-cats {
  display: list-item; }
  .is-blog #wp-archive-list.show-less li.toggle-cats span {
    display: none; }
    .is-blog #wp-archive-list.show-less li.toggle-cats span:first-child {
      display: block; }
.is-blog #wp-archive-list li.toggle-cats {
  display: list-item; }
  .is-blog #wp-archive-list li.toggle-cats span {
    display: block;
    cursor: pointer; }
    .is-blog #wp-archive-list li.toggle-cats span:first-child {
      display: none; }
.is-blog .wp-sidebar input,
.is-blog .wp-sidebar button {
  width: 100%;
  margin-bottom: 10px; }
.is-blog .wp-sidebar button.button {
  padding: 0; }
  .is-blog .wp-sidebar button.button span span {
    padding: 20px 0; }
.is-blog .wp-sidebar .block-content {
  padding: 10px 0 17px; }
.is-blog .wp-sidebar .blog-search {
  padding: 5px 0; }
.is-blog .wp-sidebar .block-blog-search .block-title {
  background: white; }
  .is-blog .wp-sidebar .block-blog-search .block-title span {
    color: #2b3848; }
  .is-blog .wp-sidebar .block-blog-search .block-title:hover span {
    color: black; }
.is-blog .wp-sidebar .block-blog-search .block-content {
  display: block; }
.is-blog .wp-sidebar .block-title {
  background: #2b3848;
  padding: 10px 0;
  text-align: center; }
  .is-blog .wp-sidebar .block-title span {
    color: white;
    font: bold 1.8rem "Droid Sans", sans-serif;
    text-transform: uppercase; }
    .is-blog .wp-sidebar .block-title span::before {
      content: "+ "; }
      @media only screen and (min-width: 768px) {
        .is-blog .wp-sidebar .block-title span::before {
          content: ""; } }
  .is-blog .wp-sidebar .block-title:hover {
    cursor: pointer; }
    .is-blog .wp-sidebar .block-title:hover span {
      color: #a3dfe2; }
  @media only screen and (min-width: 768px) {
    .is-blog .wp-sidebar .block-title {
      background: none;
      padding-top: 10px;
      padding-bottom: 0;
      text-align: left;
      font-weight: bold; }
      .is-blog .wp-sidebar .block-title span {
        color: black; }
      .is-blog .wp-sidebar .block-title:hover {
        cursor: inherit; }
        .is-blog .wp-sidebar .block-title:hover span {
          color: black; } }
.is-blog .wp-sidebar .block-title.active + .block-content {
  display: block; }
.is-blog .wp-sidebar .block-title.active span::before {
  content: "- "; }
  @media only screen and (min-width: 768px) {
    .is-blog .wp-sidebar .block-title.active span::before {
      content: ""; } }
.is-blog .wp-sidebar .block-content {
  display: none; }
  @media only screen and (min-width: 768px) {
    .is-blog .wp-sidebar .block-content {
      display: block; } }
  .is-blog .wp-sidebar .block-content .item {
    font-size: 1.2em;
    background: #FAFCFF;
    margin-bottom: 3px;
    padding: 0 5px;
    color: #777; }
    .is-blog .wp-sidebar .block-content .item a {
      display: inline-block;
      text-decoration: underline;
      padding: 5px 0; }
    @media only screen and (min-width: 768px) {
      .is-blog .wp-sidebar .block-content .item {
        background: none;
        padding: 0; }
        .is-blog .wp-sidebar .block-content .item a {
          text-decoration: none;
          padding: 0; } }
.is-blog h1,
.is-blog h2,
.is-blog h3 {
  letter-spacing: -1px;
  color: #2b3848;
  text-transform: none; }
.is-blog img {
  max-width: 100%;
  max-height: 100%; }
.is-blog a {
  color: #2b3848; }
  .is-blog a:hover {
    color: #888; }
.is-blog h2 {
  text-transform: none;
  font-size: 3.5rem; }
  .is-blog h2 a {
    font-weight: bold; }
    .is-blog h2 a:hover {
      color: #888; }
.is-blog .post-entry p {
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 1.3em;
  color: #222; }
  .is-blog .post-entry p.no-margin {
    margin: 0; }
.is-blog .post-entry a {
  text-decoration: underline; }
.is-blog.wordpress-index-index .post-list-item {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 15px;
  margin-bottom: 15px; }
.is-blog.wordpress-post-view .page-title {
  margin: 40px 0; }
  .is-blog.wordpress-post-view .page-title h1 {
    text-transform: none;
    letter-spacing: -1px;
    font-weight: bold; }
.is-blog .post-list li.item {
  float: left; }

#fancybox-bg-e {
  background-color: #fff; }

.events-index-index .event-category-filters {
  float: left; }
.events-index-index .view-mode {
  float: right; }
.events-index-index .fc-day-grid-event .fc-content {
  white-space: normal; }
  .events-index-index .fc-day-grid-event .fc-content .fc-time {
    display: none; }
  .events-index-index .fc-day-grid-event .fc-content .fc-title {
    display: none; }
    @media only screen and (min-width: 768px) {
      .events-index-index .fc-day-grid-event .fc-content .fc-title {
        display: inline; } }
.events-index-index .toolbar,
.events-index-index .toolbar-bottom {
  display: none; }
.events-index-index .events-list .event-image {
  width: auto;
  height: auto; }
.events-index-index .events-list li.item {
  float: none;
  overflow: hidden; }
.events-index-index .events-list .event-desc .desc,
.events-index-index .events-list .event-desc .desc p {
  font: normal 1.5rem "Droid Sans", sans-serif;
  color: #58595b; }
.events-index-index .event-category-filters select {
  margin: 0; }

.events-index-view .event {
  background: transparent;
  border: 0;
  height: auto; }
.events-index-view .event-location,
.events-index-view .event-time,
.events-index-view .registration,
.events-index-view .event-description {
  font-size: 1.4rem;
  color: #58595b; }
  .events-index-view .event-location p,
  .events-index-view .event-time p,
  .events-index-view .registration p,
  .events-index-view .event-description p {
    font-size: 1.4rem; }
.events-index-view .event-detail {
  color: #58595b; }
  .events-index-view .event-detail label {
    color: #2b3848;
    text-transform: uppercase; }
  .events-index-view .event-detail .event-image img {
    max-width: 364px;
    width: 100%; }
.events-index-view h1 {
  color: #2b3848; }
.events-index-view .event-content > div {
  margin: 0 0 10px; }

.exam-copy {
  clear: both;
  padding-top: 20px; }
  .exam-copy h2 {
    font-size: 24px; }
  .exam-copy p {
    color: #797979; }
  .exam-copy label, .exam-copy .fake-label {
    color: #668ba7;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 1.35em; }
    @media only screen and (min-width: 768px) {
      .exam-copy label, .exam-copy .fake-label {
        margin-top: 0px; } }
    .exam-copy label.required:after, .exam-copy .fake-label.required:after {
      content: "*";
      color: #668ba7; }
  .exam-copy input[type=checkbox] {
    display: none; }
    .exam-copy input[type=checkbox] + label:before {
      content: ' ';
      border: 1px solid #c9c9cb;
      background: #f7f7f7;
      display: inline-block;
      margin: 0 7px 0 0;
      width: 25px;
      height: 25px;
      vertical-align: bottom; }
    .exam-copy input[type=checkbox]:checked + label:before {
      background: url(../images/img_checkout_checkmark.png) no-repeat center #f7f7f7; }
  .exam-copy input[type=radio] {
    margin: 0 7px 0 0;
    width: auto; }
  .exam-copy .qty-input {
    width: 40px;
    text-align: center; }
  .exam-copy input[type=text] {
    border: 1px solid #c9c9cb; }
  .exam-copy .field {
    padding: 19px 0 0; }
  .exam-copy select,
  .exam-copy input {
    width: 100%; }
  .exam-copy .col-set:after {
    clear: both;
    content: '';
    display: block; }
  .exam-copy .col-set > * {
    width: 100%;
    float: left; }
    @media only screen and (min-width: 768px) {
      .exam-copy .col-set > * {
        padding: 0 0 0 5px; } }
    .exam-copy .col-set > *:first-child {
      padding: 0 20px 0 0; }
  @media only screen and (min-width: 768px) {
    .exam-copy .three-col > * {
      width: 33.3333%; } }
  @media only screen and (min-width: 768px) {
    .exam-copy .two-col > * {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .exam-copy .four-six > * {
      width: 60%; }
      .exam-copy .four-six > *:first-child {
        width: 40%; } }
  .exam-copy .divider {
    width: 100%;
    height: 0;
    padding: 19px 0 0;
    border-bottom: 1px solid #eaeaea;
    background: none; }
  .exam-copy button.button {
    padding: 10px 65px; }
  .exam-copy .back-to-product {
    margin: 30px 0 40px;
    color: #648aa8;
    font-size: 18px; }
    .exam-copy .back-to-product:before {
      content: "< "; }

.exam-register .account-type label {
  margin: 7px 0 0; }

.exam-thanks {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .exam-thanks {
      width: 700px;
      margin: 0 auto; } }

body.cms-exam-thanks .std .messages {
  text-align: center;
  width: 100%; }
  body.cms-exam-thanks .std .messages ul {
    padding-left: 0; }

.exam-login {
  max-width: 340px;
  margin: 0 auto; }
  .exam-login p.required {
    text-align: left; }
  .exam-login .form-list .note {
    padding: 10px 0; }

.exam-request .address-box {
  display: none; }
.exam-request .author-block img {
  max-width: 364px;
  width: 100%; }
.exam-request .author-block .book-title {
  margin-top: 20px; }
.exam-request .author-block small {
  font-size: 1.5em; }
.exam-request .author-block .book-title a {
  font-size: 1.3em; }
  .exam-request .author-block .book-title a:hover {
    color: #232020;
    font-weight: bold; }
.exam-request .author-block .book-title .short-desc {
  font-size: 1.2em;
  line-height: 1.5; }
.exam-request .author-block a {
  color: #232020;
  font-size: 1.5em;
  text-transform: none; }
  .exam-request .author-block a:hover {
    color: #668ba7; }
.exam-request .author-block p {
  color: #797979;
  margin: 20px 0;
  font-size: 18px; }
.exam-request .author-block .short-desc {
  font-size: 1.4em;
  margin-top: 10px; }
.exam-request .exam-version,
.exam-request .desk-version,
.exam-request .course-data {
  display: none; }
.exam-request .field:after {
  width: 100%;
  height: 1px;
  margin: 29px 0 8px;
  background: #eaeaea;
  display: inline-block;
  content: ''; }
.exam-request button.button {
  margin: 50px 0 0; }

@media only screen and (min-width: 768px) {
  .exam-success .success-top > * {
    width: 90%; }
    .exam-success .success-top > *:first-child {
      width: 10%; } }
.exam-success .success-top p {
  margin: 0; }
.exam-success .success-top img {
  width: 77px; }
.exam-success .blue-backing {
  background: #e8f6f7;
  width: 95%;
  padding: 36px; }
  .exam-success .blue-backing h3 {
    color: #4a4a4a;
    font: normal 18px "Droid Sans", sans-serif; }
  .exam-success .blue-backing p,
  .exam-success .blue-backing address {
    margin: 0 0 5px;
    color: #4a4a4a; }
.exam-success .author-block img {
  float: left;
  margin: 0 10px 10px 0;
  max-width: 364px; }
.exam-success .author-block a {
  color: #232020;
  font-size: 18px; }
.exam-success .author-block p {
  color: #797979;
  margin: 14px 0 7px; }

.awards-index-index .products-grid > li {
  width: 100%; }
  .awards-index-index .products-grid > li:nth-of-type(2n) {
    clear: left; }
  .awards-index-index .products-grid > li img {
    width: 100%;
    max-width: 188px; }
  @media only screen and (min-width: 640px) {
    .awards-index-index .products-grid > li {
      width: 50%; }
      .awards-index-index .products-grid > li:nth-of-type(2n) {
        clear: none; }
      .awards-index-index .products-grid > li:nth-of-type(2n+1) {
        clear: left; } }
.awards-index-index .products-grid .product-image {
  float: left;
  max-width: 188px;
  width: 40%; }
.awards-index-index .products-grid .product-name {
  float: left;
  padding: 0 0 0 10px;
  width: 60%; }
.awards-index-index .product-image {
  border: 0; }
.awards-index-index .product-name {
  text-align: left; }
  .awards-index-index .product-name a {
    text-decoration: underline; }
.awards-index-index .awarded p {
  margin: 0 0 10px;
  color: black; }

#awardyearselect select {
  width: auto; }
#awardyearselect button {
  padding: 0 10px;
  font-size: 12px; }
