@charset "UTF-8";
/* ---------------------------------------------------------------------
RESET CSS (thanks Eric Meyer)
------------------------------------------------------------------------ */
@import url("//hello.myfonts.net/count/301a8e");
@import url(../vendor/icomoon/style.css);
@import url(../vendor/animate.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

:focus {
  outline: 0; }

html {
  overflow-y: scroll;
  /* Always show a vertical scrollbar, even when there is no scrolling */ }

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

/* ---------------------------------------------------------------------
 HTML5 Element Reset
------------------------------------------------------------------------ */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

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

template {
  display: none; }

/* ---------------------------------------------------------------------
 Form Reset Styles
------------------------------------------------------------------------ */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

input[type="search"] {
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

@font-face {
  font-family: 'BodoniBT-BookItalic';
  src: url("../vendor/myfonts/webfonts/301A8E_0_0.eot");
  src: url("../vendor/myfonts/webfonts/301A8E_0_0.eot?#iefix") format("embedded-opentype"), url("../vendor/myfonts/webfonts/301A8E_0_0.woff2") format("woff2"), url("../vendor/myfonts/webfonts/301A8E_0_0.woff") format("woff"), url("../vendor/myfonts/webfonts/301A8E_0_0.ttf") format("truetype"); }
body {
  font-size: 16px;
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #434343; }

hr {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  margin-bottom: 10px;
  border-left: none;
  border-right: none;
  border-bottom: none; }

html.searchIsOpen {
  overflow: hidden !important;
  height: 100% !important; }
  html.searchIsOpen body {
    overflow: hidden;
    height: 100%; }

iframe {
  max-width: 100%; }

.wow {
  visibility: hidden; }

img {
  max-width: 100%; }

a {
  color: #434343;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s; }

.align-right {
  float: right; }

img.align-right {
  margin-left: 20px;
  margin-bottom: 20px; }

.align-left {
  float: left; }

img.align-left {
  margin-right: 20px;
  margin-bottom: 20px; }

@media all and (min-width: 768px) {
  /* When the header is fixed this prevents a little jump down the page */
  .headerIsActive {
    padding-top: 135px; } }
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ginput_container label,
.gfield_label {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  clip: rect(1px 1px 1px 1px) !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important; }

input::-ms-clear {
  display: none; }

.contentBlock-bd,
.userContent {
  /** Gravity Forms Error Handling **/ }
  .contentBlock-bd .gform_wrapper .ginput_complex input[type=email],
  .contentBlock-bd .gform_wrapper .ginput_complex input[type=number],
  .contentBlock-bd .gform_wrapper .ginput_complex input[type=password],
  .contentBlock-bd .gform_wrapper .ginput_complex input[type=tel],
  .contentBlock-bd .gform_wrapper .ginput_complex input[type=text],
  .contentBlock-bd .gform_wrapper .ginput_complex input[type=url],
  .contentBlock-bd .gform_wrapper input[type=email],
  .contentBlock-bd .gform_wrapper input[type=number],
  .contentBlock-bd .gform_wrapper input[type=password],
  .contentBlock-bd .gform_wrapper input[type=tel],
  .contentBlock-bd .gform_wrapper input[type=text],
  .contentBlock-bd .gform_wrapper input[type=url],
  .contentBlock-bd .gform_wrapper textarea,
  .userContent .gform_wrapper .ginput_complex input[type=email],
  .userContent .gform_wrapper .ginput_complex input[type=number],
  .userContent .gform_wrapper .ginput_complex input[type=password],
  .userContent .gform_wrapper .ginput_complex input[type=tel],
  .userContent .gform_wrapper .ginput_complex input[type=text],
  .userContent .gform_wrapper .ginput_complex input[type=url],
  .userContent .gform_wrapper input[type=email],
  .userContent .gform_wrapper input[type=number],
  .userContent .gform_wrapper input[type=password],
  .userContent .gform_wrapper input[type=tel],
  .userContent .gform_wrapper input[type=text],
  .userContent .gform_wrapper input[type=url],
  .userContent .gform_wrapper textarea {
    font-family: "proxima-nova", Helvetica, sans-serif;
    font-size: 13px;
    padding: 13px 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d3d3d4; }
  .contentBlock-bd .gform_wrapper textarea.medium,
  .contentBlock-bd .gform_wrapper .top_label input.medium,
  .contentBlock-bd .gform_wrapper .top_label select.medium,
  .userContent .gform_wrapper textarea.medium,
  .userContent .gform_wrapper .top_label input.medium,
  .userContent .gform_wrapper .top_label select.medium {
    width: 100%; }
  .contentBlock-bd .gform_wrapper .ginput_complex.ginput_container,
  .userContent .gform_wrapper .ginput_complex.ginput_container {
    font-size: 0;
    margin-left: -20px;
    display: block;
    width: auto; }
  .contentBlock-bd .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first,
  .contentBlock-bd .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle,
  .contentBlock-bd .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first,
  .userContent .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first,
  .userContent .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle,
  .userContent .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
    margin-right: 0; }
  .contentBlock-bd .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span,
  .contentBlock-bd .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
  .contentBlock-bd .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span,
  .userContent .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span,
  .userContent .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
  .userContent .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
    width: 50%;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px; }
  .contentBlock-bd .ginput_complex .ginput_full,
  .userContent .ginput_complex .ginput_full {
    padding-left: 20px;
    display: block; }
  .contentBlock-bd .gform_wrapper .gfield_error .ginput_complex .ginput_left,
  .contentBlock-bd .gform_wrapper .gfield_error .ginput_complex .ginput_right,
  .contentBlock-bd .gform_wrapper .ginput_complex .ginput_left,
  .contentBlock-bd .gform_wrapper .ginput_complex .ginput_right,
  .userContent .gform_wrapper .gfield_error .ginput_complex .ginput_left,
  .userContent .gform_wrapper .gfield_error .ginput_complex .ginput_right,
  .userContent .gform_wrapper .ginput_complex .ginput_left,
  .userContent .gform_wrapper .ginput_complex .ginput_right {
    width: 50%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .contentBlock-bd .ginput_container_address > * + *,
  .userContent .ginput_container_address > * + * {
    margin-top: 20px; }
  .contentBlock-bd .gf_clear.gf_clear_complex,
  .userContent .gf_clear.gf_clear_complex {
    margin-top: 0; }
  .contentBlock-bd .gform_wrapper .ginput_complex .ginput_full input[type=email],
  .contentBlock-bd .gform_wrapper .ginput_complex .ginput_full input[type=number],
  .contentBlock-bd .gform_wrapper .ginput_complex .ginput_full input[type=password],
  .contentBlock-bd .gform_wrapper .ginput_complex .ginput_full input[type=tel],
  .contentBlock-bd .gform_wrapper .ginput_complex .ginput_full input[type=text],
  .contentBlock-bd .gform_wrapper .ginput_complex .ginput_full input[type=url]
  .gform_wrapper .ginput_complex .ginput_right select, .contentBlock-bd .gform_wrapper .ginput_complex select,
  .userContent .gform_wrapper .ginput_complex .ginput_full input[type=email],
  .userContent .gform_wrapper .ginput_complex .ginput_full input[type=number],
  .userContent .gform_wrapper .ginput_complex .ginput_full input[type=password],
  .userContent .gform_wrapper .ginput_complex .ginput_full input[type=tel],
  .userContent .gform_wrapper .ginput_complex .ginput_full input[type=text],
  .userContent .gform_wrapper .ginput_complex .ginput_full input[type=url]
  .gform_wrapper .ginput_complex .ginput_right select,
  .userContent .gform_wrapper .ginput_complex select {
    width: 100% !important; }
  .contentBlock-bd .gform_wrapper .ginput_complex .ginput_right,
  .userContent .gform_wrapper .ginput_complex .ginput_right {
    margin-left: 0; }
  .contentBlock-bd .address_state,
  .userContent .address_state {
    position: relative;
    overflow: hidden; }
  .contentBlock-bd .address_state:after,
  .userContent .address_state:after {
    position: absolute;
    top: 3px;
    right: 10px;
    content: "\e919";
    font-size: 22px;
    color: #434343;
    font-family: 'icomoon'; }
  .contentBlock-bd .gform_wrapper .ginput_complex .ginput_right select,
  .contentBlock-bd .gform_wrapper .ginput_complex select,
  .userContent .gform_wrapper .ginput_complex .ginput_right select,
  .userContent .gform_wrapper .ginput_complex select {
    width: 115% !important;
    /* normalizing dropdown style here */ }
  .contentBlock-bd .gform_wrapper.gf_browser_gecko select,
  .contentBlock-bd .gform_wrapper select,
  .userContent .gform_wrapper.gf_browser_gecko select,
  .userContent .gform_wrapper select {
    padding: 12px 10px !important;
    font-size: 13px;
    font-family: "proxima-nova", Helvetica, sans-serif;
    border: none;
    outline: 1px solid #d3d3d4;
    border-radius: 0;
    background: #ffffff;
    -webkit-appearance: none;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px; }
  .contentBlock-bd .ginput_complex .ginput_right,
  .contentBlock-bd .ginput_complex .ginput_left,
  .userContent .ginput_complex .ginput_right,
  .userContent .ginput_complex .ginput_left {
    padding-left: 20px; }
  .contentBlock-bd .ginput_complex .ginput_full + .ginput_full,
  .userContent .ginput_complex .ginput_full + .ginput_full {
    margin-top: 20px; }
  .contentBlock-bd .gform_wrapper li.gfield.gfield_error.gfield_contains_required + li.gfield.gfield_error.gfield_contains_required,
  .contentBlock-bd .gfield + .gfield,
  .userContent .gform_wrapper li.gfield.gfield_error.gfield_contains_required + li.gfield.gfield_error.gfield_contains_required,
  .userContent .gfield + .gfield {
    margin-top: 20px;
    margin-bottom: 0 !important; }
  .contentBlock-bd .cc_Go .b.button,
  .contentBlock-bd .gform_wrapper .gform_footer input.button,
  .contentBlock-bd .gform_wrapper .gform_footer input[type=submit],
  .contentBlock-bd .gform_button,
  .userContent .cc_Go .b.button,
  .userContent .gform_wrapper .gform_footer input.button,
  .userContent .gform_wrapper .gform_footer input[type=submit],
  .userContent .gform_button {
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    border: 1px solid #bbb322;
    padding: 12px 30px;
    color: #231f20;
    font-family: "kepler-std", Georgia, serif;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-transition: color 0.25s, background 0.25s;
    -moz-transition: color 0.25s, background 0.25s;
    -o-transition: color 0.25s, background 0.25s;
    transition: color 0.25s, background 0.25s;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .contentBlock-bd .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
  .contentBlock-bd .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
  .contentBlock-bd .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
  .contentBlock-bd .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
  .userContent .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
  .userContent .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
  .userContent .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
  .userContent .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-left: 0; }
  .contentBlock-bd .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
  .userContent .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-left: 50px !important;
    padding-right: 0 !important;
    width: 100% !important;
    margin: 10px 0 10px 0px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%; }
  .contentBlock-bd .gform_wrapper .validation_message,
  .contentBlock-bd .gform_wrapper div.validation_error,
  .userContent .gform_wrapper .validation_message,
  .userContent .gform_wrapper div.validation_error {
    border: none;
    margin: 0;
    width: 100%;
    background: #f1766b;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 10px 10px 50px !important;
    position: relative;
    font-family: "proxima-nova", Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .contentBlock-bd .gform_wrapper .validation_message:before,
    .contentBlock-bd .gform_wrapper div.validation_error:before,
    .userContent .gform_wrapper .validation_message:before,
    .userContent .gform_wrapper div.validation_error:before {
      content: "\e91a";
      font-family: 'icomoon';
      position: absolute;
      left: 0;
      vertical-align: middle;
      top: 0;
      bottom: 0;
      padding: 5px 10px 7px 10px;
      font-size: 1.3em;
      color: #434343;
      font-weight: normal;
      background: #f64e5d; }
  .contentBlock-bd .gform_wrapper .top_label .gfield_error input.large,
  .contentBlock-bd .gform_wrapper .top_label .gfield_error select.large,
  .contentBlock-bd .gform_wrapper .top_label .gfield_error textarea.textarea,
  .contentBlock-bd .gform_wrapper .top_label .gfield_error,
  .contentBlock-bd .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
  .contentBlock-bd .gform_wrapper li.gfield_html,
  .userContent .gform_wrapper .top_label .gfield_error input.large,
  .userContent .gform_wrapper .top_label .gfield_error select.large,
  .userContent .gform_wrapper .top_label .gfield_error textarea.textarea,
  .userContent .gform_wrapper .top_label .gfield_error,
  .userContent .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
  .userContent .gform_wrapper li.gfield_html {
    max-width: inherit;
    width: 100%; }
  .contentBlock-bd .gform_wrapper li.gfield_error input[type=email],
  .contentBlock-bd .gform_wrapper li.gfield_error input[type=number],
  .contentBlock-bd .gform_wrapper li.gfield_error input[type=password],
  .contentBlock-bd .gform_wrapper li.gfield_error input[type=tel],
  .contentBlock-bd .gform_wrapper li.gfield_error input[type=text],
  .contentBlock-bd .gform_wrapper li.gfield_error input[type=url],
  .contentBlock-bd .gform_wrapper li.gfield_error textarea,
  .userContent .gform_wrapper li.gfield_error input[type=email],
  .userContent .gform_wrapper li.gfield_error input[type=number],
  .userContent .gform_wrapper li.gfield_error input[type=password],
  .userContent .gform_wrapper li.gfield_error input[type=tel],
  .userContent .gform_wrapper li.gfield_error input[type=text],
  .userContent .gform_wrapper li.gfield_error input[type=url],
  .userContent .gform_wrapper li.gfield_error textarea {
    border: 2px solid #f64e5d; }
  .contentBlock-bd .gform_wrapper li.gfield.gfield_error,
  .contentBlock-bd .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
  .userContent .gform_wrapper li.gfield.gfield_error,
  .userContent .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: transparent;
    border: none; }
  .contentBlock-bd .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container.ginput_complex,
  .userContent .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container.ginput_complex {
    width: auto !important;
    max-width: inherit !important;
    margin: 0 0 0 -20px; }
  .contentBlock-bd .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
  .contentBlock-bd .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
  .userContent .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
  .userContent .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0; }
  .contentBlock-bd .has_errors,
  .userContent .has_errors {
    position: relative; }
    .contentBlock-bd .has_errors label,
    .userContent .has_errors label {
      position: relative !important;
      display: block !important;
      height: auto !important;
      clip: inherit !important;
      text-transform: uppercase;
      font-size: .85em;
      width: auto !important;
      font-weight: 600; }
    .contentBlock-bd .has_errors .req.gfield_required,
    .userContent .has_errors .req.gfield_required {
      color: #ffffff; }

.contentBlock-bd .cc_Go .b.button,
.contentBlock-bd .gform_wrapper .gform_footer input.button,
.contentBlock-bd .gform_wrapper .gform_footer input[type=submit],
.contentBlock-bd .gform_button {
  color: #ffffff; }

@media all and (min-width: 768px) {
  .contentBlock-bd .cc_Go .b.button,
  .contentBlock-bd .gform_wrapper .gform_footer input.button,
  .contentBlock-bd .gform_wrapper .gform_footer input[type=submit],
  .contentBlock-bd .gform_button,
  .userContent .cc_Go .b.button,
  .userContent .gform_wrapper .gform_footer input.button,
  .userContent .gform_wrapper .gform_footer input[type=submit],
  .userContent .gform_button {
    padding: 15px 50px !important;
    font-size: 19px !important;
    width: auto; }
  .contentBlock-bd .cc_Go .b.button:hover:hover,
  .contentBlock-bd .gform_wrapper .gform_footer input.button:hover:hover,
  .contentBlock-bd .gform_wrapper .gform_footer input[type=submit]:hover:hover,
  .contentBlock-bd .gform_button:hover:hover,
  .userContent .cc_Go .b.button:hover:hover,
  .userContent .gform_wrapper .gform_footer input.button:hover:hover,
  .userContent .gform_wrapper .gform_footer input[type=submit]:hover:hover,
  .userContent .gform_button:hover:hover {
    background: #bbb322;
    color: #231f20;
    border-color: #bbb322; } }
@font-face {
  font-family: 'icomoon';
  src: url("../vendor/icomoon/fonts/icomoon.eot?igsvqe");
  src: url("../vendor/icomoon/fonts/icomoon.eot?igsvqe#iefix") format("embedded-opentype"), url("../vendor/icomoon/fonts/icomoon.ttf?igsvqe") format("truetype"), url("../vendor/icomoon/fonts/icomoon.woff?igsvqe") format("woff"), url("../vendor/icomoon/fonts/icomoon.svg?igsvqe#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
.menu-social a:before {
  /* 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;
  color: #434343;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s; }

.menu-social a[href*="facebook.com"]::before {
  content: "\e900"; }

.menu-social a[href*="twitter.com"]::before {
  content: "\e906"; }

.menu-social a[href*="plus.google.com"]::before {
  content: "\e902"; }

.menu-social a[href*="tumblr.com"]::before {
  content: "\e905"; }

.menu-social a[href*="youtube.com"]::before {
  content: "\e908"; }

.menu-social a[href*="flickr.com"]::before {
  content: "\e901"; }

.menu-social a[href*="vimeo.com"]::before {
  content: "\e907"; }

.menu-social a[href*="instagram.com"]::before {
  content: "\e903"; }

.menu-social a[href*="linkedin.com"]::before {
  content: "\e904"; }

@media screen and (min-width: 768px) {
  .menu-social a:hover:before {
    color: #7b6d29; } }
.menu-social a {
  text-decoration: none; }

.menu-social {
  vertical-align: top; }

.menu-social li {
  display: inline-block;
  font-size: 2.5em; }

.menu-social li + li {
  margin-left: 10px; }

.header {
  position: relative;
  background: #ffffff;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s; }

.home .header {
  background: transparent; }

.home .header.header_isFixed,
.home .header-nav-isActive {
  background: #ffffff; }

.navMenu {
  padding-top: 0;
  -webkit-transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s; }

.header-trigger-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 32px;
  right: 20px; }

.header-logo {
  width: 175px;
  display: inline-block;
  height: 65px;
  margin-left: 40px; }

.header-logo path {
  fill: #231f20;
  -webkit-transition: fill 0.5s;
  -moz-transition: fill 0.5s;
  -o-transition: fill 0.5s;
  transition: fill 0.5s; }

.home .header-nav-isActive .header-logo path {
  fill: #231f20; }

.home .header-logo path {
  fill: #ffffff; }

.header-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  color: #231f20;
  font-size: 20px; }

.home .header-nav-isActive .header-icon {
  color: #231f20; }

.home .header-trigger {
  color: #ffffff; }

.header-close:before {
  content: "\e90a"; }

.header-trigger:before {
  content: "\e909"; }

.header-search-icon:before {
  content: "\e90c";
  color: #231f20;
  font-size: .8em; }

.home .header-nav-isActive .header-search-icon:before {
  color: #231f20; }

.header-search {
  border-bottom: 1px solid #231f20;
  margin-top: 30px;
  position: relative;
  padding-bottom: 15px; }

.search-input {
  background: transparent;
  border: none;
  text-transform: uppercase;
  padding: 10px;
  font-weight: 800;
  margin-left: 35px;
  font-size: .8em;
  letter-spacing: 1px; }
  .search-input::-webkit-input-placeholder {
    /* Safari, Chrome and Opera */
    color: #434343; }
  .search-input:-moz-placeholder {
    /* Firefox 18- */
    color: #434343; }
  .search-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #434343; }
  .search-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #434343; }
  .search-input::-ms-input-placeholder {
    /* Edge */
    color: #434343; }
  .search-input:placeholder-shown {
    /* Standard one last! */
    color: #434343; }

.search-label {
  display: none; }

.search-btn {
  font-size: 1em;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  cursor: pointer;
  background: transparent;
  border: none;
  position: absolute;
  left: 10px;
  top: 6px; }

.header-mainNav {
  padding: 10px 0; }

.header-nav {
  max-height: 0px;
  -webkit-transition: max-height 0.5s, margin 0.5s, border-color 0.5s;
  -moz-transition: max-height 0.5s, margin 0.5s, border-color 0.5s;
  -o-transition: max-height 0.5s, margin 0.5s, border-color 0.5s;
  transition: max-height 0.5s, margin 0.5s, border-color 0.5s;
  overflow: hidden;
  border-top: 1px solid transparent;
  padding-left: 40px;
  padding-right: 40px; }

.header-nav-isActive .header-nav {
  border-top: 1px solid #d3d3d3;
  margin-top: 20px; }
  .header-nav-isActive .header-nav .navMenu {
    padding-top: 20px; }

.header-nav-isActive .header-nav {
  max-height: 600px; }

.header-nav li + li {
  margin-top: 20px; }

.header-nav a {
  text-transform: uppercase;
  color: #d3d3d3;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 10px 0;
  display: block; }

.header-nav .navMenu {
  width: 100%; }

.header-search .search-input-wrap {
  position: relative; }

.search-close {
  display: none; }

@media all and (min-width: 680px) {
  .header-trigger-btn {
    right: 88px; } }
@media all and (min-width: 680px) {
  .header-search {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    display: none; }

  .searchIsOpen .header-search {
    height: 100%;
    position: fixed;
    visibility: visible;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 400;
    opacity: 1;
    background: rgba(246, 210, 206, 0.98);
    font-size: 16px;
    margin: 0;
    padding: 0 20px;
    display: block; }

  .searchIsOpen .header-search .search-input {
    outline: 1px solid #f64e5d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 25px;
    font-family: "kepler-std", Georgia, serif;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    outline-offset: 0px;
    margin: 0; }

  .header-search .search-input {
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s; }

  .searchIsOpen .header-search .search-input:focus {
    background: #ffffff;
    color: #f64e5d;
    outline: 1px solid #ffffff; }

  .searchIsOpen .header-search .search-label {
    display: inline-block;
    font-family: 'BodoniBT-BookItalic', Georgia, "Times New Roman", Times, serif;
    color: #f64e5d;
    font-size: 2.75em;
    border-bottom: 3px solid #f64e5d;
    padding-bottom: 10px;
    margin-bottom: 45px;
    text-align: center; }

  .searchIsOpen .header-search .search-container {
    text-align: center;
    display: table;
    width: 100%;
    height: 100%; }

  .searchIsOpen .header-search .search-container form {
    display: table-cell;
    vertical-align: middle; }

  .searchIsOpen .header-search .search-input-wrap {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto; }

  .searchIsOpen .header-search .search-btn {
    left: auto;
    right: 15px;
    top: 15px;
    cursor: pointer; }
    .searchIsOpen .header-search .search-btn .header-search-icon:before {
      content: "\e90e";
      font-size: 1.75em; }

  .search-close {
    position: absolute;
    top: 65px;
    right: 65px;
    display: inline-block;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    cursor: pointer; }
    .search-close .header-close {
      color: #f64e5d; } }
@media screen and (min-width: 870px) {
  .header-nav .navMenu {
    float: left;
    width: auto; }

  .header-nav-isActive .header-nav {
    border-top: none;
    margin-top: 0; }
    .header-nav-isActive .header-nav .navMenu {
      padding-top: 0; }

  .header-nav-isActive {
    background: transparent; }

  .header-mainNav {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 30px; }
    .header-mainNav:before, .header-mainNav:after {
      content: " ";
      display: table; }
    .header-mainNav:after {
      clear: both; }

  .home .header-nav-isActive .header-logo path {
    fill: #ffffff; }

  .header_isFixed .header-logo {
    max-width: 165px;
    width: 165px;
    height: 65px; }

  .header-nav {
    overflow: visible;
    max-height: 100%;
    float: right; }

  .header-logo {
    float: left; }

  .header-nav {
    font-size: 0; }

  .header-nav li {
    display: inline-block;
    font-size: 1em; }

  .header-nav li + li {
    margin-left: 20px; }

  .header_isFixed .header-nav li + li {
    margin-top: 10px; }

  .header-nav a {
    padding: 10px 6px; }
    .header-nav a:hover {
      color: #231f20; }

  .home .header-nav a {
    color: #ffffff;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s; }
    .home .header-nav a:hover {
      color: #d3d3d3; }

  .header-trigger-btn {
    display: none; }

  .header_isFixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 500;
    border-bottom: 1px solid #d3d3d3; }
    .header_isFixed .header-logo path {
      fill: #231f20; }
    .header_isFixed .header-nav a {
      color: #d3d3d3; }
      .header_isFixed .header-nav a:hover {
        color: #231f20; }
    .header_isFixed .header-mainNav {
      padding-top: 20px;
      padding-bottom: 20px; }

  .logged-in .header_isFixed {
    top: 30px; }

  .menuItem_bordered {
    border: 1px solid #d3d3d3; }

  .home .menuItem_bordered {
    border: 1px solid #ffffff; }

  .home .header_isFixed .menuItem_bordered {
    border: 1px solid #d3d3d3; } }
@media all and (min-width: 955px) {
  .header-logo {
    max-width: 210px;
    width: 210px; }

  .header-nav a {
    padding: 10px 12px; } }
.footer {
  background-color: #d3d3d3;
  background-image: url(../media/images/footer-bg-mobile.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 70px 20px 50px; }

.footer-logo {
  max-width: 175px;
  display: block;
  padding-right: 20px; }
  .footer-logo svg {
    max-width: 100%; }
  .footer-logo path {
    fill: #ffffff; }

.footer-address {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  color: #eeeef0;
  line-height: 1.5; }

.footer-copy {
  font-size: 13px;
  line-height: 1.4;
  color: #eeeef0; }

.footer-hd {
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.875em;
  margin-bottom: 10px; }

.footer-col-menuBright1 a {
  text-decoration: none;
  color: #ffffff;
  background: transparent;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  padding: 2px;
  display: inline-block;
  margin-left: -2px; }

.footer-col-menuBright1 a:hover {
  background: #bbb322; }

.footer-col-menuBright2 a {
  text-decoration: none;
  color: #ffffff;
  background: transparent;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  padding: 2px;
  display: inline-block;
  margin-left: -2px; }

.footer-col-menuBright2 a:hover {
  background: #f1766b; }

.footer-navMenu {
  font-size: 0.875em; }

.footer-navMenu li + li {
  margin-top: 10px; }

.footer-col + .footer-col {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 30px; }

.footer-col_divided {
  border-left: 1px solid #c6c6c7;
  padding-left: 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.footer-cell + .footer-cell {
  margin-top: 20px; }

.footer-meta {
  color: #e1e1e2;
  margin-bottom: 5px; }

.footer-meta a {
  color: #e1e1e2;
  text-decoration: underline;
  word-wrap: break-word;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s; }
  .footer-meta a:hover {
    text-decoration: none; }

@media all and (min-width: 600px) {
  .footer {
    padding: 70px 0px 50px;
    background-image: url(../media/images/footer-bg.jpg); }

  .footer-col-wrap {
    font-size: 0;
    /* faux margin fix */
    margin-left: -10px; }

  .footer-col {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    /* Reset the font value */
    vertical-align: top;
    width: 25%;
    padding-left: 10px; }

  .footer-col_divided {
    border-color: #847d68; }

  .footer-meta {
    font-size: .85em; } }
@media all and (min-width: 900px) {
  .footer-col-wrap {
    margin-left: -20px; }

  .footer-col {
    padding-left: 20px; }

  .footer-meta {
    font-size: 1em; } }
.hero {
  background-repeat: no-repeat;
  background-color: #231f20;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 60px;
  z-index: 300;
  position: relative; }

.hero-inner {
  text-align: center;
  padding: 65px 20px 80px; }

.hero-hd {
  color: #ffffff;
  font-family: BodoniBT-BookItalic, Georgia, serif;
  font-size: 2.750em; }

.hero-hd a {
  text-decoration: none;
  color: #ffffff; }

.hero-hd a:hover {
  color: #d3d3d3; }

.hero-subHd {
  font-weight: 100;
  color: #ffffff;
  font-size: 1.125em;
  text-transform: uppercase;
  letter-spacing: 0.12em; }

.hero-meta {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85em;
  letter-spacing: .01em; }

.hero-meta a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: none; }

.hero-divider {
  width: 1px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block; }

.hero-cta {
  border: 1px solid #ffffff;
  padding: 12px 30px;
  color: #ffffff;
  font-family: "kepler-std", Georgia, serif;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: background 0.25s, color 0.25s, border-color 0.25s;
  -moz-transition: background 0.25s, color 0.25s, border-color 0.25s;
  -o-transition: background 0.25s, color 0.25s, border-color 0.25s;
  transition: background 0.25s, color 0.25s, border-color 0.25s; }

.hero-arrow {
  position: relative;
  width: 85px;
  margin-left: auto;
  margin-right: auto;
  height: 70px;
  display: block;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -webkit-transform 0.5s;
  -o-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s; }

.hero-arrow:after,
.hero-arrow:before {
  content: '';
  background: #ffffff;
  height: 1px;
  width: 50px;
  position: absolute;
  top: 50%; }

.hero-arrow:before {
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.hero-arrow:after {
  right: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hero_repeatBG {
  background-size: auto;
  background-repeat: repeat; }

.hero-arrow:hover {
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0); }

@media screen and (min-width: 768px) {
  .hero-inner {
    padding-top: 160px; }

  .hero-meta a:hover {
    text-decoration: underline; }

  .hero {
    padding-bottom: 160px; }

  .hero-hd {
    font-size: 4.85em; }

  .hero-subHd {
    font-size: 1.5em; }

  .hero-meta {
    font-size: 1.15em; }

  .hero-cta {
    padding: 16px 45px;
    font-size: 1.15em; }

  .hero-cta:hover {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #231f20; }

  .hero_thin {
    padding: 25px 14% 30px; } }
.vr {
  padding-bottom: 10px; }

.vr_x2 {
  padding-bottom: 20px; }

.vr_x3 {
  padding-bottom: 30px; }

.vr_x4 {
  padding-bottom: 40px; }

.vr_x5 {
  padding-bottom: 50px; }

.vr_x6 {
  padding-bottom: 60px; }

.vr_x7 {
  padding-bottom: 70px; }

.vr_x8 {
  padding-bottom: 80px; }

.vr_top {
  padding-top: 10px; }

.vr_top.vr_x2 {
  padding-top: 20px; }

.vr_top.vr_x3 {
  padding-top: 30px; }

.vr_top.vr_x4 {
  padding-top: 40px; }

.vr_top.vr_x5 {
  padding-top: 50px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.carousel-slide img {
  display: inline-block; }

.carousel-icon {
  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; }

.carousel-icon_next:before {
  content: "\e90b"; }

.carousel-icon_prev:before {
  content: "\e90d"; }

.carousel-slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.carousel-btn_prev {
  left: 20px; }

.carousel-btn_next {
  right: 20px; }

.carousel-btn {
  padding: 5px;
  position: absolute;
  top: 50%;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  font-size: 2.75em;
  margin-top: -.5em;
  cursor: pointer;
  z-index: 100; }

.carousel_books {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  overflow: hidden;
  position: relative; }

.carousel_books .slick-list {
  overflow: visible; }

.carousel_books .carousel-slide {
  text-align: center; }

.carousel_center .slick-list {
  overflow: visible; }

.carousel_features .carousel-btn {
  color: #ffffff; }

.carousel_center .carousel-btn {
  top: 88%;
  font-size: 2.75em; }

.carousel_postage .carousel-btn {
  top: 92%; }

.carousel_center {
  overflow: hidden; }
  .carousel_center .carousel-btn_prev {
    left: 70px; }
  .carousel_center .carousel-btn_next {
    right: 70px; }

.slick-initialized.carousel_features .carousel-slide {
  opacity: .5;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.slick-initialized.carousel_features .carousel-slide.slick-active {
  opacity: 1; }

.carousel_feature .carousel-btn {
  top: 40%; }

.carousel_books {
  padding-left: 2%;
  padding-right: 2%; }

.carousel_feature .carousel-slide {
  margin: 10px; }

.carousel_feature .carousel-md {
  position: relative; }

.carousel_feature .carousel-md:before {
  content: '';
  border: 1px solid #ffffff;
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  z-index: 200; }

.carousel_feature .carousel-slide img {
  width: 100%;
  display: block; }

.carousel_feature .carousel-icon_next,
.carousel_feature .carousel-icon_prev {
  color: #ffffff; }

.carousel-video a {
  display: block;
  position: relative; }

.carousel-video a:after {
  height: 95px;
  width: 95px;
  background: url(../media/images/play.png) no-repeat 50% 50%;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -42px;
  top: 50%;
  margin-top: -42px;
  opacity: .65;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.carousel-caption {
  margin-top: 20px;
  border-top: 1px solid #7b6d29;
  padding-top: 10px;
  opacity: 0;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: .95em;
  color: #828386; }

.slick-initialized .slick-active .carousel-caption {
  opacity: 1; }

@media screen and (min-width: 768px) {
  .carousel-btn_prev {
    left: 10%; }

  .carousel-btn_next {
    right: 10%; }

  .carousel_books {
    padding-left: 5%;
    padding-right: 5%; }

  .carousel_books .carousel-btn {
    font-size: 4em; }

  .carousel_features .carousel-btn {
    top: 86%;
    font-size: 4em; }

  .carousel_center {
    overflow: hidden; }
    .carousel_center .carousel-btn_prev {
      left: 8%; }
    .carousel_center .carousel-btn_next {
      right: 8%; }

  .carousel-video a:hover:after {
    opacity: 1; }

  .carousel_feature .carousel-md:before {
    top: 40px;
    left: 50px;
    bottom: 40px;
    right: 50px; }

  .carousel_center .carousel-btn {
    font-size: 6em;
    top: 50%; }

  .carousel_postage .carousel-btn {
    top: 90%;
    font-size: 2.75em;
    width: 48%;
    right: 0;
    text-align: left; }
  .carousel_postage .carousel-btn_prev {
    text-align: right;
    left: 0; } }
@media all and (min-width: 960px) {
  .carousel_features .carousel-slide {
    margin: 10px; }

  .carousel_center,
  .carousel_books {
    padding-left: 12%;
    padding-right: 12%; }

  .carousel_center .carousel-btn {
    font-size: 5em; }
  .carousel_center .carousel-btn_prev {
    left: 18%; }
  .carousel_center .carousel-btn_next {
    right: 18%; }

  .carousel_postage .carousel-btn {
    top: 85%;
    font-size: 2.75em;
    width: 48%;
    right: 0;
    text-align: left; }
  .carousel_postage .carousel-btn_prev {
    text-align: right;
    left: 0; }

  .carousel_postage {
    padding-left: 6%;
    padding-right: 6%; } }
@media all and (min-width: 1000px) {
  .carousel_postage .carousel-btn {
    top: 50%;
    font-size: 4em;
    width: auto;
    right: 12%;
    text-align: left; }
  .carousel_postage .carousel-btn_prev {
    text-align: left;
    left: 12%; } }
@media all and (min-width: 1100px) {
  .carousel_postage {
    padding-left: 12%;
    padding-right: 12%; }
    .carousel_postage .carousel-btn_prev {
      left: 18%; }
    .carousel_postage .carousel-btn_next {
      right: 18%; } }
.hdg_1 {
  font-family: "kepler-std", Georgia, serif;
  color: #231f20;
  font-size: .85em;
  text-transform: uppercase;
  border-bottom: 3px solid #231f20;
  display: inline-block;
  letter-spacing: 1px;
  padding-bottom: 5px; }

.hdg_2 {
  font-family: BodoniBT-BookItalic, Georgia, "Times New Roman", Times, serif;
  font-size: 3.438em; }

.hdg_3 {
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.25em;
  line-height: 1.25; }

.hdg_4 {
  font-family: "kepler-std", Georgia, serif;
  font-style: italic;
  font-size: 3.750em; }

.hdg_5 {
  text-transform: uppercase;
  font-family: "kepler-std", Georgia, serif;
  font-weight: 600;
  color: #7b6d29;
  font-size: 1.25em;
  letter-spacing: 1px; }

.hdg_6 {
  font-family: BodoniBT-BookItalic, Georgia, "Times New Roman", Times, serif;
  font-size: 2.0em; }

.hdg_7 {
  font-family: "kepler-std", Georgia, serif;
  font-size: 1.275em; }

.hdg_8 {
  font-family: "kepler-std", Georgia, serif;
  font-style: italic;
  font-size: 2.375em; }

.hdg_9 {
  font-style: italic;
  font-family: "kepler-std", Georgia, serif;
  font-size: 1.25em; }

.mix-hdg_inverse {
  color: #ffffff;
  border-color: #ffffff; }

@media all and (min-width: 768px) {
  .hdg_2 {
    font-size: 4.063em; }

  .hdg_6 {
    font-size: 2.5em; }

  .hdg_7 {
    font-size: 1.875em; } }
.bookThumbnail {
  box-shadow: 0 5px 8px rgba(35, 31, 32, 0.2);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.bookThumbnail:hover {
  opacity: 0.8; }

.thumbnail {
  box-shadow: 0 5px 8px rgba(35, 31, 32, 0.2); }

.section {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%; }

.section_featuredBooks {
  padding-top: 40px;
  padding-bottom: 40px; }

.section_gray {
  background: #d3d3d3 url(../media/images/gray-text-bg.jpg); }

.section_drkGray {
  background: #434343 url(../media/images/drk-gray-texture.jpg); }

.section_medium {
  padding-top: 20px;
  padding-bottom: 20px; }

.section_tall {
  padding-top: 40px;
  padding-bottom: 40px; }

@media screen and (min-width: 768px) {
  .section_featuredBooks {
    padding-top: 112px;
    padding-bottom: 60px; }

  .section_tall {
    padding-top: 90px;
    padding-bottom: 90px; }

  .section_medium {
    padding-top: 40px;
    padding-bottom: 40px; } }
.btn {
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  border: 1px solid #231f20;
  padding: 12px 30px;
  color: #231f20;
  font-family: "kepler-std", Georgia, serif;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s; }

.btn_inverse {
  color: #ffffff;
  border-color: #ffffff; }

.btn_bright {
  border-color: #bbb322; }

.btn_bright_sm {
  border-color: #bbb322;
  color: #ffffff;
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: .85em;
  font-weight: 800; }

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

.btn_lightPadding {
  padding: 12px 10px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn_disabled {
  border-color: #e9e9e9;
  color: #c7c7c7;
  cursor: default;
  padding-left: 20px;
  padding-right: 20px; }

.btn_pink {
  color: #ffffff;
  font-size: .90em;
  background: #f64e5d;
  padding: 8px 28px;
  border: none;
  font-weight: normal; }

.btn_sm {
  font-size: .8em;
  padding: 10px 20px; }

.btn_block {
  display: block; }

.btn_smaller {
  padding: 10px 20px; }

@media screen and (min-width: 768px) {
  .btn {
    padding: 16px 45px; }

  .btn:hover {
    background: #231f20;
    color: #ffffff; }

  .btn_inverse:hover {
    background: #ffffff;
    color: #d3d3d3;
    border-color: #ffffff; }

  .btn_bright:hover {
    background: #bbb322;
    color: #ffffff; }

  .btn_disabled {
    padding-left: 30px;
    padding-right: 30px; }

  .btn_disabled:hover {
    background: transparent;
    color: #c7c7c7; }

  .btn_pink:hover {
    color: #ffffff;
    background: #f64e5d; }

  .btn_lightPadding {
    padding: 12px 10px; }

  .btn_sm {
    font-size: .8em;
    padding: 12px 30px; }

  .btn_smaller {
    padding: 10px 20px; } }
@media screen and (min-width: 960px) {
  .btn_blockOnMobile {
    display: inline-block; }

  .btn_brightBlock {
    display: block;
    font-size: 1.15em; } }
.feature {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #434343;
  background-position: 50% 50%;
  padding: 30px 40px; }

.feature em {
  font-style: italic; }

.feature:before {
  border: 1px solid #ffffff;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  content: '';
  z-index: 1; }

.feature-inner {
  padding: 85px 15px;
  text-align: center;
  z-index: 2;
  position: relative; }

.feature-hd {
  font-family: BodoniBT-BookItalic, Georgia, "Times New Roman", Times, serif;
  color: #ffffff;
  font-size: 1.8em;
  letter-spacing: .04em; }

.feature-bd {
  color: #ffffff;
  font-family: "kepler-std", Georgia, serif;
  font-size: 1em;
  line-height: 1.5; }

.feature-quote {
  font-family: "kepler-std", Georgia, serif;
  font-size: 6.75em;
  line-height: 30px;
  color: #ffffff; }
  .feature-quote span {
    margin-top: 40px;
    display: inline-block; }

.feature-byline {
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase; }

.feature-bylineDetails {
  color: #ffffff;
  font-style: italic; }

@media screen and (min-width: 480px) {
  .feature-inner {
    padding: 85px 10%; }

  .feature-bd {
    color: #ffffff;
    font-family: "kepler-std", Georgia, serif;
    font-size: 1.5em;
    line-height: 1.5; } }
@media screen and (min-width: 768px) {
  .feature-inner {
    padding: 85px 14%; }

  .feature-hd {
    font-size: 2.875em; }

  .feature:before {
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px; } }
.cards-card {
  padding-top: 20px;
  width: 100%; }

.card-img img {
  vertical-align: top; }

.cards-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 55px 20px;
  background: #ffffff;
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 360px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s; }

.cards-hd {
  font-family: 'BodoniBT-BookItalic', Georgia, "Times New Roman", Times, serif;
  font-size: 2.125em; }

.cards-card a {
  text-decoration: none;
  color: #434343; }

.cards-bd a {
  border-bottom: 1px solid #434343; }

.cards-hd_lg {
  font-size: 3.125em; }

.cards-meta a,
.cards-meta {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  color: #9da0a9; }

.cards-outer-bd {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%; }

.cards-bd {
  font-family: "kepler-std", Georgia, serif;
  line-height: 1.3;
  font-size: 1.25em; }

.cards-meta_author {
  color: #7b6d29;
  text-decoration: none;
  font-weight: 700; }

.cards-byline {
  font-size: .85em;
  font-weight: 600;
  color: #434343;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s; }

.cards-byline a {
  color: #434343;
  border-bottom: 2px solid #d3d3d3;
  line-height: .9;
  font-size: 1.05em;
  text-decoration: none;
  display: inline-block; }

.card-bg {
  display: none; }

.cards-inner .cards-meta_author,
.cards-inner .share,
.cards-inner .share a {
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s; }

.cards-card-ft {
  vertical-align: middle;
  margin-top: 10px; }
  .cards-card-ft:before, .cards-card-ft:after {
    content: " ";
    display: table; }
  .cards-card-ft:after {
    clear: both; }

.cards-card-link {
  float: left;
  text-transform: uppercase;
  font-weight: 600; }
  .cards-card-link i {
    font-size: 1.3em;
    vertical-align: middle;
    margin-right: 5px;
    font-weight: 400; }

.cards-card .cards-card-link {
  color: #ffffff; }

.cards-card-time {
  color: #ffffff;
  font-weight: 600;
  float: right; }

.cards-card-media-bd {
  font-family: "kepler-std", Georgia, serif;
  font-size: 1.25em;
  padding-top: 10px; }

.cards-card-media-md img {
  height: auto !important; }

@media screen and (min-width: 768px) {
  .card-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    z-index: 10; }

  .card-bg-inner {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

  .cards-outer-bd {
    z-index: 20;
    position: relative; }

  .cards_innerHasFixedBG .card-bg,
  .cards_innerHasBG:hover .card-bg {
    opacity: 1; }

  .cards {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px; }

  .cards-card {
    width: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .cards_fullOnTablet .cards-card {
    width: 100%; }

  .cards_notFlex {
    display: block; }
    .cards_notFlex:before, .cards_notFlex:after {
      content: " ";
      display: table; }
    .cards_notFlex:after {
      clear: both; }

  .cards_notFlex .cards-card {
    display: block;
    float: left; }

  .cards-inner {
    padding: 55px 40px; }

  .cards-card_instagram .cards-inner {
    padding: 55px 40px 25px; }

  .cards-share a:hover {
    color: #b2a893; }

  .cards_innerHasFixedBG,
  .cards_innerHasBG:hover {
    color: #ffffff; }
    .cards_innerHasFixedBG .cards-bd,
    .cards_innerHasFixedBG .cards-bd a,
    .cards_innerHasFixedBG .cards-meta,
    .cards_innerHasFixedBG .cards-meta a,
    .cards_innerHasFixedBG .cards-byline,
    .cards_innerHasFixedBG .cards-byline a,
    .cards_innerHasFixedBG .share,
    .cards_innerHasFixedBG .share a,
    .cards_innerHasFixedBG .cards-meta_author,
    .cards_innerHasFixedBG .cards-hd,
    .cards_innerHasBG:hover .cards-bd,
    .cards_innerHasBG:hover .cards-bd a,
    .cards_innerHasBG:hover .cards-meta,
    .cards_innerHasBG:hover .cards-meta a,
    .cards_innerHasBG:hover .cards-byline,
    .cards_innerHasBG:hover .cards-byline a,
    .cards_innerHasBG:hover .share,
    .cards_innerHasBG:hover .share a,
    .cards_innerHasBG:hover .cards-meta_author,
    .cards_innerHasBG:hover .cards-hd {
      color: #ffffff; }
    .cards_innerHasFixedBG .cards-bd a,
    .cards_innerHasFixedBG .doubleLineBtn:before,
    .cards_innerHasFixedBG .doubleLineBtn:after,
    .cards_innerHasFixedBG .doubleLineBtn,
    .cards_innerHasBG:hover .cards-bd a,
    .cards_innerHasBG:hover .doubleLineBtn:before,
    .cards_innerHasBG:hover .doubleLineBtn:after,
    .cards_innerHasBG:hover .doubleLineBtn {
      color: #ffffff;
      border-color: #ffffff; }

  .cards_innerHasFixedBG .doubleLineBtn:hover:before,
  .cards_innerHasFixedBG .doubleLineBtn:hover:after,
  .cards_innerHasFixedBG .doubleLineBtn:hover {
    color: #ffffff;
    border-color: #ffffff; }

  .cards-card-media-hover {
    position: relative; }
    .cards-card-media-hover .cards-card-media-md {
      float: none;
      width: 100%;
      margin-right: 0;
      padding: 0; }
      .cards-card-media-hover .cards-card-media-md img {
        max-width: 100%;
        height: auto;
        padding: 20px;
        background: #ffffff;
        vertical-align: top;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .cards-card-media-hover .cards-card-media-bd {
      opacity: 0;
      background: rgba(255, 255, 255, 0.9);
      text-align: center;
      padding: 20px;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      -webkit-transition: opacity 0.25s;
      -moz-transition: opacity 0.25s;
      -o-transition: opacity 0.25s;
      transition: opacity 0.25s;
      color: #434343;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .cards-card-media-hover .cards-card-media-bd span {
        width: 100%;
        text-align: center;
        padding: 0 10%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center; }

  .cards-card-media-hover:hover .cards-card-media-bd {
    opacity: 1; } }
@media screen and (min-width: 960px) {
  .cards-card-media {
    overflow: hidden; }

  .cards-card-media-md {
    float: left;
    margin-right: 20px;
    padding-bottom: 10px; }
    .cards-card-media-md img {
      max-width: 220px; }

  .cards_fullOnTablet .cards-card {
    width: 50%; }

  .cards-card-media-bd {
    overflow: hidden;
    text-align: left;
    font-family: "kepler-std", Georgia, serif;
    font-size: 1.25em;
    padding-top: 10px; } }
.doubleLineBtn {
  font-family: "kepler-std", Georgia, serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #434343;
  position: relative;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #bbb322;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  letter-spacing: 1px;
  display: inline-block; }

.doubleLineBtn:before {
  content: '';
  border-top: 1px solid #bbb322;
  width: 100%;
  position: absolute;
  bottom: -4px; }

.doubleLineBtn:after {
  font-family: 'icomoon' !important;
  opacity: 0;
  -webkit-transition: opacity 0.25s, right 0.25s;
  -moz-transition: opacity 0.25s, right 0.25s;
  -o-transition: opacity 0.25s, right 0.25s;
  transition: opacity 0.25s, right 0.25s;
  right: -15px;
  top: -2px;
  position: absolute;
  content: "\e90e";
  color: #bbb322;
  font-size: 1.65em; }

.doubleLineBtn_inverse {
  color: #ffffff; }

@media screen and (min-width: 768px) {
  .doubleLineBtn:hover {
    color: #bbb322; }

  .doubleLineBtn:hover:after {
    opacity: 1;
    right: -35px; } }
.searchTrigger {
  display: none; }

@media screen and (min-width: 680px) {
  .searchTrigger {
    display: inline-block;
    padding: 0;
    background: transparent;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    float: left;
    position: absolute;
    top: 32px;
    right: 44px; }

  .searchTrigger-icon:before {
    content: "\e90c";
    color: #231f20;
    font-size: .8em;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s; }

  .searchTrigger:hover .searchTrigger-icon:before {
    color: #231f20; }

  .home .searchTrigger-icon:before {
    color: #ffffff; }

  .home .searchTrigger:hover .searchTrigger-icon:before {
    color: #d3d3d3; }

  .home .header_isFixed .searchTrigger-icon:before {
    color: #d3d3d3; }
    .home .header_isFixed .searchTrigger-icon:before:hover {
      color: #231f20; }

  .home .header_isFixed .searchTrigger:hover .searchTrigger-icon:before {
    color: #231f20; } }
@media screen and (min-width: 870px) {
  .searchTrigger {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 25px;
    margin-left: 20px; }

  .header_isFixed .searchTrigger {
    margin-top: 16px; } }
.hList {
  font-size: 0;
  margin: 0;
  padding: 0; }

.userContent .hList {
  margin: 0;
  padding: 0; }

.hList li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top; }

.hList li + li {
  margin-left: 10px; }

.hList-hasRule {
  border-left: 1px solid #d6c9af;
  padding-left: 10px; }

.hList_wide li + li {
  margin-left: 30px; }

.hList_alignMid li {
  vertical-align: middle; }

.hList_blockOnMobile li {
  display: block; }

.hList_blockOnMobile li + li {
  margin-left: 0;
  margin-top: -1px; }

.hList_blockOnMobile_spaced li + li {
  margin-top: 20px; }

@media screen and (min-width: 768px) {
  .share_fixedOnDesktop .hList-hasRule {
    border-top: 1px solid #d6c9af;
    padding-top: 10px;
    border-left: none;
    padding-left: 0px;
    margin-left: 0; }

  .hList_blockOnMobile_spaced li + li {
    margin-top: 0px; }

  .hList_medium li + li {
    margin-left: 20px; }

  .hList_blockOnMobile li {
    display: inline-block; }

  .hList_blockOnMobile li + li {
    margin-left: 10px; } }
.flexMedia-wrapper {
  background: #ffffff;
  border: 1px solid #d3d3d3;
  padding: 40px 20px;
  text-align: center; }

.flexMedia-item + .flexMedia-item {
  margin-top: 20px; }

.flexMedia-md img {
  max-width: 125px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.flexMedia-md_noShadow img {
  box-shadow: none; }

.flexMedia-hd {
  font-family: "kepler-std", Georgia, serif;
  font-size: 1.875em;
  line-height: 1;
  color: #434343; }
  .flexMedia-hd a {
    color: #434343;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s; }

.flexMedia-hd-sub {
  font-style: italic;
  display: block;
  font-size: .65em;
  font-weight: 400;
  margin-top: 10px; }

.flexMedia-author {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  color: #434343;
  font-size: 0.938em; }

.flexMedia-bd {
  font-family: "kepler-std", Georgia, serif;
  font-size: .95em;
  line-height: 1.4; }

.flexMedia-price {
  font-family: "kepler-std", Georgia, serif;
  font-style: italic;
  font-size: 2.375em;
  color: #434343; }

.flexMedia-listPrice {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #d3d3d3; }

.flexMedia-md-hd {
  display: none; }

@media screen and (min-width: 768px) {
  /** List View */
  .flexMedia-wrapper {
    overflow: hidden;
    text-align: left; }

  .flexMedia-vAlignMaker-cell_padded {
    padding-right: 60px; }

  .flexMedia-md {
    float: left;
    margin-right: 20px;
    padding-bottom: 10px; }

  .flexMedia-data {
    overflow: hidden; }

  .flexMedia-firstCol {
    float: left;
    width: 62%;
    padding-right: 30px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .flexMedia-lastCol {
    float: left;
    text-align: center;
    width: 38%; }

  /** Grid View **/
  .flexMedia_grid {
    margin-left: -20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: middle; }

  .flexMedia_grid .flexMedia-item + .flexMedia-item {
    margin-top: 0; }

  .flexMedia_grid .flexMedia-hd a:hover {
    color: #d3d3d3; }

  .flexMedia_grid .flexMedia-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .flexMedia_grid .flexMedia-wrapper {
    width: 100%;
    position: relative; }

  .flexMedia_grid .flexMedia-md {
    float: none;
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0; }
    .flexMedia_grid .flexMedia-md img {
      max-width: 100%; }

  .flexMedia_grid .flexMedia-data {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(255, 255, 255, 0.98);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    padding: 30px; }

  .flexMedia_grid .flexMedia-firstCol,
  .flexMedia_grid .flexMedia-lastCol {
    padding-right: 0px;
    width: 100%;
    float: none;
    text-align: center; }

  .flexMedia_grid .flexMedia-item:hover .flexMedia-data {
    opacity: 1; }

  .flexMedia_grid .flexMedia-item:hover .flexMedia-wrapper_noHoverGrid .flexMedia-data {
    display: none; }

  .flexMedia_grid .flexMedia-item .flexMedia-wrapper_noHoverGrid .flexMedia-md {
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s; }

  .flexMedia_grid .flexMedia-item:hover .flexMedia-wrapper_noHoverGrid .flexMedia-md {
    opacity: .75; }

  .flexMedia_grid .flexMedia-bd {
    display: none; }

  .flexMedia_grid .flexMedia-vAlignMaker {
    display: table;
    width: 100%;
    height: 100%; }

  .flexMedia_grid .flexMedia-vAlignMaker-row {
    display: table-row;
    width: 100%; }

  .flexMedia_grid .flexMedia-vAlignMaker-cell {
    display: table-cell;
    vertical-align: middle; }

  .flexMedia_grid .flexMedia-md img {
    max-width: 100%; }

  .flexMedia_grid .flexMedia-md a {
    text-decoration: none;
    display: block; }

  .flexMedia_grid .flexMedia-md-hd {
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 30px;
    display: block;
    letter-spacing: .01em; } }
@media screen and (min-width: 960px) {
  .flexMedia_grid .flexMedia-item {
    width: 33.3%; }

  .flexMedia-md {
    float: left;
    margin-right: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px; }

  .flexMedia-firstCol {
    width: 70%; }

  .flexMedia-lastCol {
    width: 30%; } }
.filter {
  background: #d3d3d3;
  max-height: 45px;
  display: block;
  font-size: 0;
  letter-spacing: .08em;
  font-weight: 800; }

.filter + .filter {
  margin-top: 20px; }

.filter > * {
  font-size: 16px;
  vertical-align: top; }

.filter-label {
  padding: 15px 12px 15px 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: .08em;
  font-weight: 800;
  color: #ffffff;
  background: #434343;
  display: inline-block;
  width: auto;
  position: absolute;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .filter-label i {
    margin-right: 5px;
    width: 16px;
    display: inline-block; }

.filter-label-txt {
  display: none; }

.filter-bd {
  padding: 13px;
  display: inline-block;
  color: #ffffff;
  position: relative;
  width: 100%;
  left: 0;
  padding-left: 85px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.filter-bd button {
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  line-height: 14px;
  margin-left: 10px; }

.filter-bd input {
  background: transparent;
  border: none;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 800;
  letter-spacing: .08em;
  font-size: 14px;
  font-family: "proxima-nova", Helvetica, sans-serif;
  padding: 0;
  /* Needed to normalize iPhone */
  margin: 0;
  /* Needed to normalize iPhone */
  line-height: 21px; }
  .filter-bd input::-webkit-input-placeholder {
    /* Safari, Chrome and Opera */
    color: #FFFFFF;
    font-weight: 800;
    letter-spacing: .08em;
    opacity: 1; }
  .filter-bd input:-moz-placeholder {
    /* Firefox 18- */
    color: #FFFFFF;
    font-weight: 800;
    letter-spacing: .08em;
    opacity: 1; }
  .filter-bd input::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFFFF;
    font-weight: 800;
    letter-spacing: .08em;
    opacity: 1; }
  .filter-bd input:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFFFFF;
    font-weight: 800;
    letter-spacing: .08em;
    opacity: 1; }
  .filter-bd input::-ms-input-placeholder {
    /* Edge */
    color: #FFFFFF;
    font-weight: 800;
    letter-spacing: .08em;
    opacity: 1; }
  .filter-bd input:placeholder-shown {
    /* Standard one last! */
    color: #FFFFFF;
    font-weight: 800;
    letter-spacing: .08em;
    opacity: 1; }

.filter-trigger {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .08em;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  line-height: 21px;
  padding-right: 28px; }

.filter-list {
  position: absolute;
  z-index: 400;
  background: #d3d3d3;
  max-height: 0;
  top: 100%;
  right: 0;
  left: 60px;
  overflow: hidden;
  margin-top: -1px;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s; }

.filter-list_isOpen {
  max-height: 600px; }

.filter-list a {
  padding: 12px 15px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s; }

.filter-list_child {
  margin-left: 0;
  margin-right: 0;
  margin-top: -1px;
  position: relative;
  left: 0; }

.filter-list_isOpen.filter-list_child {
  margin-top: 0; }

.filter_themeBrown .filter-label {
  background: #817660; }
  .filter_themeBrown .filter-label i {
    color: #575043; }

.filter_themeBrown .filter-bd button {
  color: #817660;
  opacity: .5;
  -webkit-transition: opacity, 0.25s;
  -moz-transition: opacity, 0.25s;
  -o-transition: opacity, 0.25s;
  transition: opacity, 0.25s; }

.filter_themeBrown {
  background: #e0dcd5; }

.filter_themeBrown .filter-bd .btn_isActive {
  opacity: 1; }

.filter_themeGold .filter-label {
  background: #7b6d29; }
  .filter_themeGold .filter-label i {
    color: #434343; }

.filter_themeGold {
  background: #bbb322; }

.filter_themeRed {
  background: #f1766b; }

.filter_themeRed .filter-label {
  background: #f64e5d; }
  .filter_themeRed .filter-label i {
    color: #434343; }

.filter_themeRed .filter-list {
  background: #f1766b; }

.filter_themeRed .filter-parent {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: #f64e5d;
  display: block; }

.filter-parent:after {
  content: '+';
  font-family: Helvetica;
  font-weight: 600;
  font-size: 1.35em;
  position: absolute;
  top: 8px;
  right: 17px; }

.filter-trigger_active.filter-parent:after {
  content: '–'; }

.filter_themeRed .filter-list_child {
  background: #f64e5d;
  border-bottom: 1px solid #ffffff; }

.filter-trigger {
  display: block;
  position: relative; }

.filter-trigger:after {
  content: '';
  border-top: 6px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  right: 5px;
  top: 6px;
  -webkit-transition: border 0.25s;
  -moz-transition: border 0.25s;
  -o-transition: border 0.25s;
  transition: border 0.25s; }

.filter-trigger_active.filter-trigger:after {
  border-top: none;
  border-bottom: 6px solid #ffffff; }

.filter-select {
  line-height: 1.15; }

.filter-bd_shortOnMobile {
  width: auto; }

@media all and (min-width: 768px) {
  .filter-bd {
    padding: 13px;
    position: relative;
    width: auto;
    left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .filter-label {
    width: auto;
    position: relative; }

  .filterWrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .filter-bd {
    width: 85%; }

  .filterWrapper_end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .filterWrapper_end .filter + .filter {
    margin-left: 30px; }

  .filter + .filter {
    margin-top: 0; }

  .filter-bd {
    width: auto; }

  .filter-list {
    width: 206px;
    left: 0; }

  .filter-select {
    width: 180px; }

  .filter_themeRed .filter-list a:hover {
    background: #f9877d; }

  .filter_themeRed .filter-list .filter-parent:hover {
    background: #bb3e49; } }
@media all and (min-width: 1000px) {
  .filter-label-txt {
    display: inline-block;
    font-weight: 800;
    letter-spacing: .08em;
    vertical-align: top;
    line-height: 1.3; } }
.masthead {
  background: #d3d3d3 url(../media/images/tan-texture.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 30px; }

.masthead-hd {
  color: #ffffff;
  font-family: BodoniBT-BookItalic, Georgia, "Times New Roman", Times, serif;
  font-size: 2.5em; }

.masthead-cap {
  font-size: 1.5em;
  vertical-align: middle; }

@media screen and (min-width: 480px) {
  .masthead {
    padding-top: 45px;
    padding-bottom: 45px; }

  .masthead-hd {
    font-size: 4.5em; } }
.contentBlock-md {
  padding-bottom: 15px; }

.contentBlock-hd {
  font-family: "kepler-std", Georgia, serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.35em;
  margin-bottom: 15px; }

.contentBlock-bd {
  font-weight: 200;
  line-height: 1.5;
  color: #dbd2c0;
  padding-bottom: 15px; }
  .contentBlock-bd a {
    color: #dbd2c0; }
  .contentBlock-bd p + p {
    margin-top: 20px; }
  .contentBlock-bd strong {
    font-weight: 700; }
  .contentBlock-bd em {
    font-style: italic; }

@media screen and (min-width: 768px) {
  .contentBlock-hd {
    font-size: 1.65em;
    margin-bottom: 25px; }

  .contentBlock-bd {
    font-size: 1.15em;
    padding-bottom: 30px; }

  .contentBlock-md {
    padding-bottom: 30px; } }
.columns-column + .columns-column {
  margin-top: 50px; }

@media screen and (min-width: 768px) {
  .columns-column + .columns-column {
    margin-top: 0px; }

  .columns {
    margin-left: -80px;
    font-size: 0; }

  .columns-column {
    padding-left: 80px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top; }

  .columns_3up > .columns-column {
    width: 33.3%; }

  .columns_2up > .columns-column {
    width: 50%; } }
.placeholder {
  width: 128px;
  height: 188px;
  background: #f64e5d;
  color: #ffffff;
  text-align: center;
  line-height: 188px;
  font-family: "kepler-std", Georgia, serif;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block; }

.placeholder-label {
  line-height: normal;
  border-bottom: 3px solid #ffffff;
  display: inline-block; }

@media all and (min-width: 768px) {
  .flexMedia_grid .placeholder {
    height: 310px;
    line-height: 310px;
    width: 225px; } }
.link {
  text-transform: uppercase;
  font-family: "kepler-std", Georgia, serif;
  color: #434343;
  border-bottom: 1px solid #434343;
  text-decoration: none;
  -webkit-transition: color 0.25s, border-color 0.25s;
  -moz-transition: color 0.25s, border-color 0.25s;
  -o-transition: color 0.25s, border-color 0.25s;
  transition: color 0.25s, border-color 0.25s; }

.link_std {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .08em;
  font-size: .813em;
  text-decoration: none;
  border-bottom: 1px solid #d3d3d3;
  color: #434343;
  font-family: "proxima-nova", Helvetica, sans-serif;
  line-height: 1.3; }

.link_std_large {
  font-size: 1em;
  font-weight: 600; }

.link_prevArrow {
  font-style: italic;
  border-bottom: none;
  font-size: .87em; }
  .link_prevArrow i {
    font-size: 2.15em;
    vertical-align: middle; }

.link_gold {
  color: #bbb322;
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  border-bottom: 1px solid #eeeccc;
  font-size: 0.813em;
  text-decoration: none; }

.link_rightArrow {
  color: #7b6d29;
  font-size: 1.15em;
  line-height: 1.2;
  position: relative; }

.link_rightArrow:after {
  font-family: 'icomoon' !important;
  opacity: 0;
  visibility: hidden;
  content: "\e90e";
  color: #bbb322;
  font-size: 1.05em;
  text-decoration: none !important; }

.link_hdg {
  text-decoration: none; }

.link_scrollTop {
  color: #ffffff;
  text-decoration: none;
  border: none; }

@media screen and (min-width: 768px) {
  .link_rightArrow:hover {
    color: #bbb322;
    text-decoration: none; }

  .link_hdg:hover {
    color: #a1a1a1; }

  .link_rightArrow:hover:after {
    opacity: 1;
    visibility: visible; }

  .link:hover {
    color: #d3d3d3;
    border-bottom: 1px solid #d3d3d3; }

  .link_prevArrow:hover {
    border: none; }

  .link_gold:hover {
    color: #7b6d29; } }
.pagination {
  font-family: "kepler-std", Georgia, serif;
  color: #f64e5d;
  font-size: 1.65em; }

.pagination > * {
  padding: 3px;
  display: inline-block; }

.pagination a {
  text-decoration: none;
  color: #434343;
  font-size: .85em; }

.pagination .next,
.pagination .prev {
  font-style: italic;
  text-transform: uppercase; }

.pagination .next {
  margin-left: 10px; }

.pagination .prev {
  margin-right: 10px; }

.pagination .next i,
.pagination .prev i {
  vertical-align: middle;
  margin-top: -5px;
  display: inline-block;
  font-size: 1.15em; }

.pagination .next i {
  margin-right: -6px; }

.pagination .prev i {
  margin-left: -6px; }

.pagination_alt {
  padding-bottom: 60px;
  position: relative; }

.pagination_alt .next,
.pagination_alt .prev {
  position: absolute;
  bottom: 0;
  width: 45%;
  border: 1px solid #7b6d29;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.25s, background 0.25s, border 0.25s;
  -moz-transition: color 0.25s, background 0.25s, border 0.25s;
  -o-transition: color 0.25s, background 0.25s, border 0.25s;
  transition: color 0.25s, background 0.25s, border 0.25s; }

.pagination_alt .next {
  right: 0; }

.pagination_alt .prev {
  left: 0; }

.pagination .page-numbers {
  padding-left: 5px;
  padding-right: 5px; }

@media all and (min-width: 768px) {
  .pagination_alt {
    padding-bottom: 20px; }

  .pagination_alt .next,
  .pagination_alt .prev {
    padding: 10px 50px;
    position: static;
    left: auto;
    right: auto;
    bottom: auto; }

  .pagination_alt .next:hover,
  .pagination_alt .prev:hover {
    border-color: #bbb322;
    background: #bbb322;
    color: #ffffff; } }
.kabob {
  text-transform: uppercase;
  color: #d3d3d3;
  font-weight: 800;
  font-size: 0.913em;
  letter-spacing: .08em; }

.kabob-end {
  font-family: "kepler-std", Georgia, serif;
  color: #434343;
  border-left: 1px solid #999999;
  padding-left: 10px;
  margin-left: 10px;
  font-weight: 400;
  font-size: 2.462em;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: .12em; }

.kabob_sm {
  font-family: "kepler-std", Georgia, serif;
  color: #ffffff;
  margin-top: 10px; }

.kabob_sm .kabob-end {
  font-style: italic;
  text-transform: none;
  font-size: 1.25em;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff; }

.kabob_sm .kabob-end strong {
  font-weight: 600; }

.balance .kabob {
  margin-top: 5px; }

.balance .kabob_sm {
  margin-top: 15px; }

.text_hotness {
  color: #f64e5d;
  text-transform: uppercase;
  font-weight: 800;
  font-size: .813em;
  letter-spacing: .08em; }

.text_upper {
  text-transform: uppercase; }

.text_label {
  text-transform: uppercase;
  color: #9ca0a9;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: .813em; }

.text_kepler {
  font-family: "kepler-std", Georgia, serif;
  font-weight: 600;
  line-height: 1.3; }

.text_keplerNormal {
  font-family: "kepler-std", Georgia, serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.2em; }

.text_authors {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  display: inline-block;
  letter-spacing: .08em; }

.text_light {
  color: #a1a1a1;
  font-size: .85em; }

@media screen and (min-width: 768px) {
  .balance:before, .balance:after {
    content: " ";
    display: table; }
  .balance:after {
    clear: both; }

  .balance-yin {
    float: left; }

  .balance-yang {
    float: right; }

  .balance-yin_fixed70 {
    max-width: 70%; } }
.userContent {
  /* 2 deep unordered lists use a pseudo element on the list item */
  /* 3 deep (or more) unordered lists use a circle */ }
  .userContent p {
    font-family: "kepler-std", Georgia, serif;
    font-size: 1.25em;
    line-height: 1.4em;
    margin-bottom: 20px; }
  .userContent .color-green {
    color: #7b6d29; }
  .userContent strong, .userContent b {
    font-weight: 600;
    letter-spacing: 1px; }
  .userContent i, .userContent em {
    font-style: italic; }
  .userContent a {
    color: #bbb322; }
  .userContent h1, .userContent h2, .userContent h3, .userContent h4, .userContent h5, .userContent h6 {
    font-family: "kepler-std", Georgia, serif;
    font-weight: normal; }
  .userContent h1 {
    font-size: 2.75em;
    line-height: 1.40;
    font-weight: 600; }
  .userContent h2 {
    font-size: 2.25em;
    line-height: 1.15;
    font-family: "kepler-std", Georgia, serif;
    margin-bottom: 20px; }
  .userContent h3 {
    font-size: 1.85em;
    line-height: 1.15;
    font-family: "kepler-std", Georgia, serif;
    margin-bottom: 20px; }
  .userContent h4 {
    font-size: 1.65em;
    line-height: 1.467;
    font-family: "kepler-std", Georgia, serif;
    margin-bottom: 20px; }
  .userContent h5 {
    font-size: 1.25em;
    line-height: 1.438;
    font-family: "kepler-std", Georgia, serif;
    margin-bottom: 10px; }
  .userContent h6 {
    font-size: 1.15em;
    line-height: 2;
    font-family: "kepler-std", Georgia, serif;
    font-weight: 600;
    margin-bottom: 10px; }
  .userContent .heading-underlined {
    border-bottom: 1px solid #434343;
    margin-bottom: 20px; }
  .userContent del,
  .userContent strike,
  .userContent s {
    text-decoration: line-through; }
  .userContent sup {
    vertical-align: super;
    font-size: smaller; }
  .userContent sub {
    vertical-align: sub;
    font-size: smaller; }
  .userContent big {
    font-size: larger; }
  .userContent small {
    font-size: smaller; }
  .userContent abbr,
  .userContent acronym {
    border-bottom: 1px dotted; }
  .userContent cite,
  .userContent dfn {
    font-style: italic; }
  .userContent ul,
  .userContent ol,
  .userContent dl {
    margin-bottom: 20px;
    list-style-position: inside;
    font-family: "kepler-std", Georgia, serif;
    font-size: 20px; }
  .userContent ul {
    list-style-type: disc;
    margin-bottom: 30px;
    margin-top: 10px; }
  .userContent ol {
    list-style-type: decimal;
    margin-bottom: 30px;
    margin-top: 10px; }
  .userContent ol ol {
    list-style: lower-alpha; }
  .userContent dt {
    font-weight: bold; }
  .userContent ul li,
  .userContent ol li,
  .userContent dl li {
    margin-bottom: 10px; }
  .userContent ul ul,
  .userContent ul ol,
  .userContent ul dl,
  .userContent ol ul,
  .userContent ol ol,
  .userContent ol dl,
  .userContent dl ul,
  .userContent dl ol,
  .userContent dl dl {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 42px; }
  .userContent ol ul,
  .userContent ul ul {
    list-style-type: none; }
  .userContent ol ul li:before,
  .userContent ul ul li:before {
    content: "\25A0";
    display: block;
    max-width: 0;
    max-height: 0;
    position: relative;
    left: -20px;
    top: 3px;
    font-size: 13px; }
  .userContent ol ol ul,
  .userContent ol ul ul,
  .userContent ul ol ul,
  .userContent ul ul ul {
    list-style-type: circle; }
  .userContent .icon {
    font-style: normal; }
  .userContent .dropCap {
    font-size: 5em;
    float: left;
    line-height: 44px;
    font-style: italic;
    display: inline-block;
    margin-right: 26px; }

.userContent_intro p {
  font-size: 1.75em;
  font-family: "kepler-std", Georgia, serif;
  line-height: 1.3; }
.userContent_intro strong, .userContent_intro b {
  font-weight: 600;
  text-transform: uppercase;
  color: #7b6d29; }
.userContent_intro i, .userContent_intro em {
  font-style: italic; }

.userContent_excerpt {
  font-size: 1.15em;
  line-height: 1.3; }
  .userContent_excerpt strong, .userContent_excerpt b {
    font-size: 1.15em; }

.userContent_largeExcerpt p {
  font-size: 1.225em; }
.userContent_largeExcerpt h3 {
  font-size: 2.000em;
  font-family: "kepler-std", Georgia, serif;
  margin-bottom: 35px; }

.userContent_sansSerif p {
  font-family: "proxima-nova", Helvetica, sans-serif; }

.userContent_twoCol p {
  line-height: 1.5; }
.userContent_twoCol strong {
  color: #7b6d29;
  text-transform: uppercase; }
.userContent_twoCol a {
  color: #7b6d29;
  text-decoration: none; }

@media screen and (min-width: 768px) {
  .userContent .dropCap {
    font-size: 6em;
    line-height: 120px;
    margin-bottom: -35px;
    margin-right: 36px; }

  .userContent_baseLg p {
    font-size: 1.55em;
    line-height: 1.5; }

  .userContent_intro p {
    font-size: 2.250em; }

  .userContent_twoCol {
    font-size: 1.05em;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px; }
    .userContent_twoCol a:hover {
      color: #bbb322;
      text-decoration: underline; }

  .userContent_largeExcerpt p {
    font-size: 1.625em; }
  .userContent_largeExcerpt h3 {
    font-size: 3.000em; } }
.subNav {
  background: #434343;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  display: none;
  height: 1px;
  overflow: hidden; }

.header_isFixed .subNav {
  opacity: 1;
  height: 100%;
  margin-bottom: -1px;
  padding: 15px 0 15px; }

@media screen and (min-width: 1280px) {
  .header_isFixed .subNav_onlySmall {
    display: none; } }
@media screen and (min-width: 768px) {
  .subNav {
    display: block; } }
.share {
  font-family: "kepler-std", Georgia, serif;
  text-transform: uppercase;
  font-size: .75em;
  color: #434343;
  letter-spacing: 1px;
  display: inline-block; }

.share a {
  color: #d6c9af;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  text-decoration: none; }

.share .hList li {
  font-size: 14px; }

.share_wBorder {
  border: 1px solid #d6c9af;
  padding: 8px; }

.share_wBorder a {
  padding: 5px 5px 4px 5px;
  display: inline-block;
  text-align: center;
  font-size: 1.15em; }

@media screen and (min-width: 768px) {
  .share a:hover {
    color: #b2a893; }

  .share_wBorder a:hover {
    color: #434343; }

  .share_fixedOnDesktop {
    position: fixed;
    background: #ffffff;
    z-index: 200;
    right: -2px;
    top: 45%;
    opacity: 1;
    -webkit-transition: opacity 0.25s, right 0.25s;
    -moz-transition: opacity 0.25s, right 0.25s;
    -o-transition: opacity 0.25s, right 0.25s;
    transition: opacity 0.25s, right 0.25s; }

  .share_fixedOnDesktop .hList li {
    display: block; }

  .share_fixedOnDesktop.share_isHidden {
    right: -100%;
    opacity: 0; } }
.grid-col_sub {
  padding-bottom: 40px; }

@media all and (min-width: 960px) {
  .grid {
    overflow: hidden; }

  .grid-col {
    float: left; }

  .grid-col + .grid-col {
    margin-left: 7.5%; }

  .grid-col_main {
    width: 61%; }

  .grid-col_sub {
    width: 31.5%;
    padding-bottom: 0; } }
.vList li + li {
  margin-top: 10px; }

.media-md img {
  max-width: 122px; }

.media + .media {
  margin-top: 45px; }

.media-md {
  margin-bottom: 30px; }

.media_centerOnMobile {
  text-align: center; }

.media-md_lg img {
  max-width: 120px; }

.media_centerOnTablet {
  text-align: center; }

.media_centerOnTablet .media-md {
  display: block;
  float: none;
  margin: 0; }

.media_centerOnTablet .media-md img {
  max-width: 100%;
  margin-bottom: 30px; }

@media all and (min-width: 768px) {
  .media_centerOnMobile {
    text-align: left; }

  .media {
    overflow: hidden; }

  .media-md {
    float: left;
    margin: 0 40px 0 0; }

  .media-bd {
    overflow: hidden;
    padding-bottom: 5px; } }
@media all and (min-width: 900px) {
  .media_centerOnTablet,
  .media_centerOnMobile {
    text-align: left; }

  .media {
    overflow: hidden; }

  .media-md {
    float: left;
    margin: 0 40px 0 0; }

  .media-bd {
    overflow: hidden;
    padding-bottom: 5px; }

  .media_centerOnTablet .media-md {
    float: left;
    margin-right: 40px; }

  .media_centerOnTablet .media-md img {
    max-width: 120px;
    margin-bottom: 0; } }
@media all and (min-width: 1280px) {
  .media-md_lg img {
    max-width: 205px; } }
.loadMore-wrapper {
  position: relative; }

.loadMore_isEnabled .loadMore-wrapper {
  overflow: hidden;
  margin-bottom: 40px; }

.loadMore-wrapper:after {
  content: '';
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s; }

.loadMore_isEnabled .loadMore-wrapper:after {
  opacity: 1; }

.loadMore_isOpen .loadMore-wrapper:after {
  opacity: 0; }

.loadMore_isEnabled.loadMore_simple {
  text-align: center; }

.loadMore_isEnabled.loadMore_simple .loadMore-wrapper {
  text-align: left; }

.loadMore-btn .icon {
  font-size: 1.35em;
  line-height: .5;
  position: relative; }

.loadMore-btn .icon:before {
  vertical-align: middle;
  display: inline-block; }

.loadMore-btn_isActive .icon:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.postage {
  background: #434343 url(../media/images/red-texture.jpg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.postage_green {
  background-image: url(../media/images/green-texture.jpg); }

.postage_blue {
  background-image: url(../media/images/blue-texture.jpg); }

.postage-inner {
  background: #ffffff;
  margin: 20px;
  padding: 45px 40px 100px;
  z-index: 2;
  position: relative; }

.postage:after {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  background: #ffffff;
  z-index: 1; }

@media all and (min-width: 960px) {
  .postage {
    margin: 10px; } }
@media screen and (min-width: 1000px) {
  .postage-inner {
    margin: 40px;
    padding: 75px 80px; }

  .postage:after {
    top: 40px;
    bottom: 40px;
    right: 40px;
    left: 40px; } }
@media all and (min-width: 1280px) {
  .postage-inner {
    margin: 40px;
    padding: 75px 140px; } }
.pagedUi {
  position: relative; }
  .pagedUi:before, .pagedUi:after {
    content: " ";
    display: table; }
  .pagedUi:after {
    clear: both; }

.pagedUi a {
  color: #666666;
  text-decoration: none;
  font-family: "kepler-std", Georgia, serif;
  font-style: italic;
  text-transform: uppercase;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s; }

.pagedUi .icon {
  font-size: 1.25em; }

.pagedUi-next {
  float: right;
  margin-right: 20px; }

.pagedUi-prev {
  float: left;
  margin-left: 20px; }

.pagedUi-next,
.pagedUi-prev {
  font-size: 1.500em; }

.pagedUi-next .icon,
.pagedUi-prev .icon {
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px; }

.pagedUi-center {
  width: 30px;
  position: absolute;
  left: 50%;
  margin-left: -15px; }

@media all and (min-width: 768px) {
  .pagedUi-next {
    text-align: left;
    width: 42%; }

  .pagedUi-prev {
    text-align: right;
    width: 42%; }

  .pagedUi a:hover {
    color: #7b6d29; } }
.vertCard-outer {
  background: #ffffff;
  padding: 20px;
  text-align: center;
  border: 1px solid #d3d3d3; }

.vertCard-hd {
  font-size: 1em;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase; }

.vertCard-subHd {
  font-family: "kepler-std", Georgia, serif;
  font-size: 1.25em;
  line-height: .9; }

.vertCard-wrap > * + * {
  margin-top: 8px; }

@media all and (min-width: 600px) {
  .vertCard-outer {
    padding: 30px 15%;
    width: 100%;
    min-height: 125px; }

  .vertCard-inner {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .vertCard-outer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .vertCards {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .vertCard {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }
@media all and (min-width: 768px) {
  .vertCard-outer {
    padding: 40px 20%; } }
.blocks > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.blocks > * + * {
  margin-top: 20px; }

@media all and (min-width: 600px) {
  .blocks > * + * {
    margin-top: 0px; }

  .blocks_2upTo3up {
    margin-left: -20px;
    margin-top: -20px;
    overflow: hidden; }

  .blocks_2upTo3up > * {
    width: 50%;
    padding-left: 20px;
    float: left;
    padding-top: 20px; } }
@media all and (min-width: 768px) {
  .blocks_2upTo3up > * {
    width: 33.3%; }

  .blocks_wide {
    margin-left: -85px; }

  .blocks_wide > * {
    padding-left: 85px; } }
.subscribe {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px; }

.subscribe form {
  position: relative; }

.subscribe input[type=email],
.subscribe input[type=text] {
  outline: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 15px !important;
  font-family: "kepler-std", Georgia, serif !important;
  font-size: 1.6em !important;
  letter-spacing: 1px !important;
  font-weight: 400;
  outline-offset: 0px;
  margin: 0;
  color: #b2a893;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  border: none; }

.subscribe input[type=email]:focus,
.subscribe input[type=text]:focus {
  background: #f7f4ef;
  color: #b2a893;
  outline: 1px solid #ffffff; }

.subscribe input[type=submit] {
  left: auto;
  right: 15px;
  top: 15px;
  position: absolute;
  cursor: pointer;
  font-size: 1.75em;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  height: 30px;
  width: 40px;
  overflow: hidden;
  text-indent: -1999px;
  display: block;
  background: url("../media/images/sm-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.subscribe-text {
  margin-top: 20px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto; }

.cc_safesubscribe.safesubscribe_light {
  display: none; }

#constant-contact-signup-errors {
  position: absolute;
  bottom: 100%;
  border: none;
  text-align: left;
  width: 100%;
  background: #f1766b;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 10px 10px 50px !important;
  font-family: "proxima-nova", Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -1px; }
  #constant-contact-signup-errors:before {
    content: "\e91a";
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    padding: 10px 10px 7px 10px;
    font-size: 1.3em;
    color: #434343;
    font-weight: normal;
    background: #f64e5d;
    left: -1px; }

@media all and (min-width: 720px) {
  .subscribe {
    width: 680px;
    margin-left: auto;
    margin-right: auto; }

  .subscribe-text {
    max-width: 100%; }

  .subscribe input[type=email],
  .subscribe input[type=text] {
    font-size: 2.625em !important;
    padding: 10px 20px !important; }

  .subscribe input[type=submit] {
    top: 20px; } }
.ctaList {
  border: 1px solid #bbb322;
  text-align: left; }

.ctaList li + li {
  border-top: 1px solid #bbb322; }

.ctaList-link {
  padding: 15px;
  display: block;
  font-family: "kepler-std", Georgia, serif;
  text-transform: uppercase;
  color: #434343;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: color 0.25s, background-color 0.25s;
  -moz-transition: color 0.25s, background-color 0.25s;
  -o-transition: color 0.25s, background-color 0.25s;
  transition: color 0.25s, background-color 0.25s;
  position: relative; }

.ctaList-link .icon {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 1.75em;
  color: #bbb322;
  -webkit-transition: color 0.25s, border 0.25s;
  -moz-transition: color 0.25s, border 0.25s;
  -o-transition: color 0.25s, border 0.25s;
  transition: color 0.25s, border 0.25s;
  border-left: 1px solid transparent;
  padding-left: 15px; }

@media all and (min-width: 768px) {
  .ctaList-link:hover {
    background: #bbb322;
    color: #ffffff; }

  .ctaList-link:hover .icon {
    border-left: 1px solid #d7cf44;
    color: #ffffff; } }
.blockquote:after,
.blockquote:before {
  border-top: 1px solid #bbb322;
  border-bottom: 1px solid #bbb322;
  height: 3px;
  content: '';
  display: block;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto; }

.blockquote q {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "kepler-std", Georgia, serif;
  font-size: 1.75em;
  line-height: 1.3;
  display: block;
  font-weight: 600;
  color: #7b6d29; }

@media all and (min-width: 768px) {
  .blockquote q {
    font-size: 2.50em; } }
@media all and (min-width: 940px) {
  .blockquote {
    margin-top: 50px;
    margin-left: -50px;
    margin-right: -50px; } }
.modal {
  position: fixed;
  z-index: 500;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.modal-wrapper {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow: auto; }

.modal-container {
  display: table-cell;
  vertical-align: middle; }

.modal-inner {
  max-width: 800px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto; }

.modal-close {
  position: absolute;
  top: 50px;
  right: 50px;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.15em; }

.figure-caption {
  margin-top: 20px;
  border-top: 1px solid #7b6d29;
  padding-top: 10px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: .95em;
  color: #828386; }

.figure_video a {
  display: block;
  position: relative; }

.figure_video a:after {
  height: 95px;
  width: 95px;
  background: url(../media/images/play.png) no-repeat 50% 50%;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -42px;
  top: 50%;
  margin-top: -42px;
  opacity: .65;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s; }

@media all and (min-width: 940px) {
  .figure {
    margin-left: -60px;
    margin-right: -60px; } }
.relatedTitle {
  display: none;
  z-index: 400; }

.relatedTitle-info {
  width: 100%;
  position: relative; }

.relatedTitle-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #ffffff;
  text-align: center;
  padding-top: 70%;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.relatedTitle-thumb {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.relatedTitle-info:hover .relatedTitle-hover {
  opacity: 1; }
.relatedTitle-info:hover .relatedTitle-thumb {
  opacity: 0; }

.relatedTitle_isActive,
.relatedTitle_isHidden,
.relatedTitle_isHidden.relatedTitle_isActive {
  display: none; }

@media all and (min-width: 1290px) {
  .relatedTitle {
    display: block;
    padding: 20px;
    position: fixed;
    top: 30%;
    max-width: 160px;
    opacity: 0;
    left: -160px;
    background: #ffffff;
    -webkit-transition: opacity 0.25s, left 0.25s;
    -moz-transition: opacity 0.25s, left 0.25s;
    -o-transition: opacity 0.25s, left 0.25s;
    transition: opacity 0.25s, left 0.25s; }

  .relatedTitle-thumb img {
    box-shadow: 0 5px 8px rgba(35, 31, 32, 0.2); }

  .relatedTitle_isActive {
    left: 0;
    opacity: 1; }

  .relatedTitle_isHidden,
  .relatedTitle_isHidden.relatedTitle_isActive {
    left: -160px;
    opacity: 0; } }
.featurePagination-col {
  background: #998c49; }

.featurePagination-col + .featurePagination-col {
  border-top: 1px solid #ffffff; }

.featurePagination-col {
  position: relative;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.featurePagination a {
  text-decoration: none;
  display: block;
  z-index: 200;
  position: relative; }

.featurePagination-hd {
  color: #ffffff;
  font-family: "kepler-std", Georgia, serif;
  font-size: 1.25em; }

.featurePagination-label {
  text-transform: uppercase;
  font-family: "kepler-std", Georgia, serif;
  border-bottom: 1px solid #434343;
  color: #434343;
  -webkit-transition: color 0.25s, border-color 0.25s;
  -moz-transition: color 0.25s, border-color 0.25s;
  -o-transition: color 0.25s, border-color 0.25s;
  transition: color 0.25s, border-color 0.25s;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 1.15em; }

.featurePagination-label:after {
  content: '';
  border-bottom: 1px solid #434343;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 2px;
  -webkit-transition: color 0.25s, border-color 0.25s;
  -moz-transition: color 0.25s, border-color 0.25s;
  -o-transition: color 0.25s, border-color 0.25s;
  transition: color 0.25s, border-color 0.25s; }

.featurePagination-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  z-index: 100; }

.featurePagination {
  padding-top: 80px; }

@media all and (min-width: 768px) {
  .featurePagination-col + .featurePagination-col {
    border-top: none; }

  .featurePagination:after {
    border-left: 1px solid #ffffff;
    display: block;
    content: '';
    left: 50%;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute; }

  .featurePagination {
    font-size: 0;
    position: relative; }

  .featurePagination-col {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    vertical-align: bottom;
    min-height: 135px; }

  .featurePagination-col:hover .featurePagination-label {
    color: #ffffff;
    border-color: #ffffff; }

  .featurePagination-col:hover .featurePagination-label:after {
    border-color: #ffffff; }

  .featurePagination-col:hover .featurePagination-bg {
    opacity: 1; }

  .featurePagination-hd {
    font-size: 1.85em; } }
@media all and (min-width: 960px) {
  .featurePagination-col_prev a {
    padding-left: 20%; }

  .featurePagination-col_next a {
    padding-right: 20%; }

  .featurePagination-col {
    padding: 40px; } }
.featureFooter {
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
  padding: 20px 0; }
  .featureFooter:before, .featureFooter:after {
    content: " ";
    display: table; }
  .featureFooter:after {
    clear: both; }

.featureFooter-title {
  text-transform: uppercase;
  font-weight: 800;
  color: #8e7f35; }

.featureFooter-thumb {
  max-width: 100px; }

@media all and (min-width: 768px) {
  .featureFooter-bd {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
    float: left;
    width: 65%;
    border-right: 1px solid #434343;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .featureFooter-meta {
    float: left;
    width: 35%;
    padding: 30px 45px 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }
.topPagination {
  text-align: right;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .08em;
  font-size: .815em; }

.topPagination-next {
  margin-left: 20px; }

.topPagination-prev {
  margin-right: 20px; }

.tags {
  margin-left: -10px;
  margin-top: -10px; }

.tags img {
  margin-left: 10px;
  margin-top: 10px; }

.tag {
  background: #f1766b;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 6px 7px 6px 26px;
  font-size: .9em;
  letter-spacing: .08em; }

.tag i {
  font-size: .5em;
  background: #f64e5d;
  padding: 8px 7px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s; }

.tag {
  margin-left: 10px;
  margin-top: 10px; }

@media all and (min-width: 768px) {
  .tag:hover i {
    background: #bb3e49; } }
.tagBlocks {
  margin-left: -15px;
  text-align: center;
  font-size: 0; }

.tagBlocks-item {
  font-size: 14px;
  margin-top: 15px;
  padding-left: 15px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ababab;
  font-weight: 200;
  text-align: center;
  width: 33.333%; }

.tagBlocks-inner {
  border: 1px solid #e9e9e9;
  padding: 16px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s; }

@media all and (min-width: 960px) {
  .tagBlocks-inner:hover {
    border: 2px solid #7b6d29;
    color: #434343;
    font-weight: 400;
    margin: -1px; } }
.flexJustify-item + .flexJustify-item {
  margin-top: 20px; }

@media all and (min-width: 960px) {
  .flexJustify {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    vertical-align: top; }

  .flexJustify-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto; }

  .flexJustify-item:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto; }

  .flexJustify-item + .flexJustify-item {
    margin-top: 0px; }

  .flexJustify_alignCenter .flexJustify-item {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; } }
.wrapper {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.wrapper-sm {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.wrapper-xsm {
  max-width: 760px; }

@media screen and (min-width: 768px) {
  .wrapper_smOnTablet {
    max-width: 84%;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (min-width: 960px) {
  .wrapper {
    padding-left: 48px;
    padding-right: 48px; }

  .wrapper-sm {
    padding-left: 48px;
    padding-right: 48px; }

  .wrapper_smOnTablet {
    max-width: 100%; } }
.screen-reader-text {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  clip: rect(1px 1px 1px 1px) !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important; }

.contentCenter {
  text-align: center;
  width: 100%;
  display: block; }

.u-visibleOnDesktop {
  display: none; }

.u-visibleOnTablet {
  display: none; }

.u-visibleOnDesktop_block {
  display: none; }

@media screen and (min-width: 768px) {
  .u-visibleOnTablet {
    display: inline-block; }

  .u-visibleOnTablet_block {
    display: block; } }
@media screen and (min-width: 960px) {
  .u-visibleOnDesktop {
    display: inline-block; }

  .u-visibleOnDesktop_block {
    display: block; }

  .u-hiddenOnDesktop {
    display: none; } }

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