/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

html {
  font-size: 100%;
  height: 100%; }

body {
  background-color: white;
  color: #101010;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.625; }

.body-no-scroll {
  height: 100%;
  overflow: hidden; }

a {
  word-wrap: break-word; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.hidden {
  display: none !important;
  width: 0;
  height: 0;
  overflow: hidden; }

@media only screen and (min-width: 960px) {
  .sml-only {
    display: none !important;
    width: 0;
    height: 0;
    overflow: hidden; } }

@media only screen and (max-width: 959px) {
  .lrg-only {
    display: none !important;
    width: 0;
    height: 0;
    overflow: hidden; } }

.js .wrapper {
  opacity: 0; }

.fade-in {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0;
  margin: 0 0 20px 0;
  max-width: 600px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 2.4px; }
  @media screen and (min-width: 640px) {
    h1 {
      font-size: 32px;
      line-height: 1.1875;
      letter-spacing: 6.4px; } }

h2 {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 2.4px; }
  @media screen and (min-width: 640px) {
    h2 {
      font-size: 32px;
      line-height: 1.1875;
      letter-spacing: 6.4px; } }

h3 {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.32px; }
  @media screen and (min-width: 640px) {
    h3 {
      font-size: 16px;
      line-height: 1.375;
      letter-spacing: 0.32px; } }

h4 {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.32px; }
  @media screen and (min-width: 640px) {
    h4 {
      font-size: 16px;
      line-height: 1.375;
      letter-spacing: 0.32px; } }

h5 {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.32px; }
  @media screen and (min-width: 640px) {
    h5 {
      font-size: 16px;
      line-height: 1.375;
      letter-spacing: 0.32px; } }

h6 {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.32px; }
  @media screen and (min-width: 640px) {
    h6 {
      font-size: 16px;
      line-height: 1.375;
      letter-spacing: 0.32px; } }

p a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #eca332; }

.page-header {
  font-size: 24px;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 2.4px; }
  @media screen and (min-width: 640px) {
    .page-header {
      font-size: 32px;
      line-height: 1.1875;
      letter-spacing: 6.4px; } }

.promo-header {
  font-size: 24px;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.24px; }
  @media screen and (min-width: 640px) {
    .promo-header {
      font-size: 32px;
      line-height: 1.1875;
      letter-spacing: 0.32px; } }

.module-header {
  font-size: 16px;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 0.32px; }
  @media screen and (min-width: 640px) {
    .module-header {
      font-size: 16px;
      line-height: 1.375;
      letter-spacing: 0.32px; } }
  .module-header a {
    text-decoration: none;
    color: inherit; }
    .module-header a:hover {
      text-decoration: none; }

.section-header {
  font-size: 24px;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 2.4px;
  text-align: center;
  margin-bottom: 35px; }
  @media screen and (min-width: 640px) {
    .section-header {
      font-size: 32px;
      line-height: 1.1875;
      letter-spacing: 6.4px; } }
  .section-header a {
    color: inherit;
    text-decoration: none; }
    .section-header a:hover {
      text-decoration: none; }

.section-call-out-header {
  font-size: 24px;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.48px;
  max-width: 640px;
  margin: auto; }
  @media screen and (min-width: 640px) {
    .section-call-out-header {
      font-size: 40px;
      line-height: 1.3;
      letter-spacing: 0.8px; } }

.super-header {
  font-size: 48px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 0;
  margin: 0;
  text-align: center;
  text-transform: none; }
  @media screen and (min-width: 768px) {
    .super-header {
      font-size: 92px; } }
  @media screen and (min-width: 1200px) {
    .super-header {
      font-size: 120px; } }

.helper-header {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0;
  text-transform: none; }

.search-result-header {
  font-size: 14px;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.85714;
  letter-spacing: 1.4px;
  margin: 0; }
  @media screen and (min-width: 640px) {
    .search-result-header {
      font-size: 14px;
      line-height: 1.85714;
      letter-spacing: 1.4px; } }
  .search-result-header a {
    text-decoration: none;
    color: inherit; }

.search-result-summary {
  color: #666666;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 1.33333;
  letter-spacing: 0;
  margin-bottom: 60px;
  text-transform: none; }

.tag {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 18px;
  font-style: italic;
  line-height: 1.88889;
  letter-spacing: 0px;
  opacity: 0.5;
  text-transform: none; }

.date-tag {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0px;
  opacity: 0.5; }

.promo-cta {
  font-size: 16px;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 0px; }
  @media screen and (min-width: 640px) {
    .promo-cta {
      font-size: 16px;
      line-height: 1.375;
      letter-spacing: 0px; } }
  .promo-cta a {
    text-decoration: none;
    color: inherit; }

.article-body h4 {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  line-height: 1.625;
  letter-spacing: 0;
  margin: 60px 0 0 0;
  opacity: 0.4;
  text-transform: none; }
.article-body h3 {
  font-size: 24px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  margin: 0;
  text-transform: none; }
@media screen and (min-width: 768px) {
  .article-body {
    width: 66.666666667%; } }

.quote {
  font-size: 21px;
  line-height: 1.47619;
  letter-spacing: 0.84px; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

input[type=text]::-ms-clear {
  display: none; }

button[type="submit"] {
  color: white;
  background-color: #3a7aac;
  border: none;
  border-radius: 3px;
  padding: 11px 20px;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase; }
  button[type="submit"]:hover {
    background-color: #9cbcd5; }

.form-ctrl {
  background-color: white;
  background-image: none;
  border: 1px solid #ccc;
  color: #101010;
  display: block;
  font-size: 16px;
  height: auto;
  padding: 10px 20px;
  vertical-align: middle;
  width: 100%; }

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

input::-moz-placeholder {
  color: #e0e0e0; }

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

input::placeholder {
  color: #e0e0e0; }

fieldset {
  padding: 0;
  margin: 0 0 25px 0;
  width: 100%;
  border: none; }
  fieldset label {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    color: #444444;
    margin-bottom: 7px; }
  fieldset input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #a6a6a6; }
    fieldset input::-webkit-input-placeholder {
      color: #e0e0e0; }
    fieldset input:-moz-placeholder {
      /* Firefox 18- */
      color: #e0e0e0; }
    fieldset input::-moz-placeholder {
      /* Firefox 19+ */
      color: #e0e0e0; }
    fieldset input:-ms-input-placeholder {
      color: #e0e0e0; }
    fieldset input:hover, fieldset input:focus {
      border: 1px solid #3a7aac; }
  fieldset textarea {
    width: 100%;
    min-height: 150px;
    padding: 5px 10px;
    display: block;
    border-radius: 5px;
    border: 1px solid #a6a6a6; }
    fieldset textarea::-webkit-input-placeholder {
      color: #e0e0e0; }
    fieldset textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #e0e0e0; }
    fieldset textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #e0e0e0; }
    fieldset textarea:-ms-input-placeholder {
      color: #e0e0e0; }
    fieldset textarea:hover, fieldset textarea:focus {
      border: 1px solid #3a7aac; }
  fieldset select {
    width: 100%;
    display: block; }
  fieldset .field-validation-error {
    color: #bf1b1b;
    font-size: 14px;
    font-style: italic; }
  fieldset .checkbox {
    display: block; }
    fieldset .checkbox label {
      color: white;
      display: inline-block;
      float: none;
      clear: both;
      display: inline;
      margin-bottom: 0; }
    fieldset .checkbox input[type=checkbox] {
      width: auto;
      display: inline;
      vertical-align: middle; }

#recaptcha_widget_div #recaptcha_area {
  border: solid 1px #999999;
  border-radius: 5px; }
#recaptcha_widget_div .recaptchatable {
  border: none !important;
  width: 100%; }
  #recaptcha_widget_div .recaptchatable .recaptcha_image_cell,
  #recaptcha_widget_div .recaptchatable #recaptcha_image,
  #recaptcha_widget_div .recaptchatable .recaptcha_input_area,
  #recaptcha_widget_div .recaptchatable #recaptcha_response_field {
    width: 200px !important; }
  #recaptcha_widget_div .recaptchatable .recaptcha_image_cell {
    background-color: transparent;
    padding: 10px !important; }
  #recaptcha_widget_div .recaptchatable #recaptcha_image {
    height: 59px !important; }
  #recaptcha_widget_div .recaptchatable #recaptcha_response_field {
    border: solid 1px #dfdfdf !important;
    padding: 2px;
    margin: 0 4px; }
  #recaptcha_widget_div .recaptchatable #recaptcha_privacy,
  #recaptcha_widget_div .recaptchatable #recaptcha_logo {
    display: none; }
  @media screen and (min-width: 768px) {
    #recaptcha_widget_div .recaptchatable #recaptcha_logo {
      display: block; } }

#recaptcha_table tr:nth-child(1) td:nth-child(2) {
  position: relative;
  right: 10px; }

@media screen and (min-width: 768px) {
  #recaptcha_table tr:nth-child(1) td:nth-child(2) {
    position: inherit;
    right: auto; } }
section {
  background-color: white; }

.section-top {
  padding: 30px 0; }
  @media screen and (min-width: 768px) {
    .section-top {
      padding: 40px 0; } }
  @media screen and (min-width: 960px) {
    .section-top {
      padding: 60px 0; } }

.section-top-extra {
  padding-top: 120px; }

.row {
  position: relative; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.container {
  max-width: 640px;
  _width: 640px;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 640px) {
    .container {
      max-width: 640px; } }
  @media screen and (min-width: 768px) {
    .container {
      max-width: 768px; } }
  @media screen and (min-width: 960px) {
    .container {
      max-width: 1200px; } }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.call-out-container {
  max-width: 640px;
  _width: 640px;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 640px) {
    .call-out-container {
      max-width: 640px; } }
  @media screen and (min-width: 768px) {
    .call-out-container {
      max-width: 768px; } }
  @media screen and (min-width: 960px) {
    .call-out-container {
      max-width: 1500px; } }
  .call-out-container:before, .call-out-container:after {
    content: " ";
    display: table; }
  .call-out-container:after {
    clear: both; }

.header-section-container {
  max-width: 640px;
  margin: 0 auto; }
  @media screen and (min-width: 640px) {
    .header-section-container {
      max-width: 640px; } }
  @media screen and (min-width: 768px) {
    .header-section-container {
      max-width: 768px; } }
  @media screen and (min-width: 960px) {
    .header-section-container {
      max-width: 1080px; } }
  .header-section-container:before, .header-section-container:after {
    content: " ";
    display: table; }
  .header-section-container:after {
    clear: both; }

.header-container-static {
  position: static; }

.module-container {
  max-width: 640px;
  _width: 640px;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 640px) {
    .module-container {
      max-width: 640px; } }
  @media screen and (min-width: 768px) {
    .module-container {
      max-width: 768px; } }
  @media screen and (min-width: 960px) {
    .module-container {
      max-width: 1080px; } }
  .module-container:before, .module-container:after {
    content: " ";
    display: table; }
  .module-container:after {
    clear: both; }

.module-container-inner {
  padding: 0 15px; }

.copy-container {
  max-width: 640px;
  _width: 640px;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 640px) {
    .copy-container {
      max-width: 640px; } }
  @media screen and (min-width: 768px) {
    .copy-container {
      max-width: 640px; } }
  @media screen and (min-width: 960px) {
    .copy-container {
      max-width: 640px; } }
  .copy-container:before, .copy-container:after {
    content: " ";
    display: table; }
  .copy-container:after {
    clear: both; }

.default-container {
  max-width: 640px;
  _width: 640px;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 640px) {
    .default-container {
      max-width: 640px; } }
  @media screen and (min-width: 768px) {
    .default-container {
      max-width: 768px; } }
  @media screen and (min-width: 960px) {
    .default-container {
      max-width: 1200px; } }
  .default-container:before, .default-container:after {
    content: " ";
    display: table; }
  .default-container:after {
    clear: both; }

.module-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .module-list:before, .module-list:after {
    content: " ";
    display: table; }
  .module-list:after {
    clear: both; }

.module-inner {
  padding: 5px; }

.inner {
  padding: 30px 20px; }

.inner-h {
  padding: 0 20px; }

.inner-l {
  padding: 0 0 0 20px; }

.inner-v {
  padding: 30px 0; }

.section-inner {
  padding: 30px 20px; }
  @media screen and (min-width: 768px) {
    .section-inner {
      padding-top: 60px; } }

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

.thirtythree {
  width: 33.333333334%;
  float: left; }

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

.video-80 {
  width: 80%; }

.module,
.module-50,
.module-33,
.module-66,
.module-50-66,
.module-50-33 {
  width: 100%; }

@media screen and (min-width: 768px) {
  .module-50,
  .module-50-66,
  .module-50-33 {
    float: left;
    width: 50%; }

  .module-33 {
    float: left;
    width: 33.333333334%; }

  .module-66 {
    float: left;
    width: 66.666666667%; } }
@media screen and (min-width: 960px) {
  .module-50-33 {
    width: 33.333333334%; }

  .module-50-66 {
    width: 66.666666667%; } }
.body-section {
  position: relative;
  z-index: 3; }

.footer {
  background-color: #0b2438;
  background-image: url(../images/footer-background-lrg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  position: relative;
  z-index: 2; }
  .footer .social-legal .inner {
    padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .footer .navigation-social, .footer .legal {
      float: right; }
    .footer .social-legal .inner {
      padding: 30px 20px; } }

.footer-navigation {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 2.83333333;
  letter-spacing: 2.4px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }
  .footer-navigation a {
    color: white;
    text-decoration: none; }
    .footer-navigation a:hover {
      text-decoration: none;
      opacity: 0.5; }
  @media screen and (min-width: 960px) {
    .footer-navigation {
      padding-top: 60px;
      padding-bottom: 60px; }
      .footer-navigation li {
        display: inline-block;
        width: 32%;
        line-height: 1.5;
        margin-bottom: 16px;
        padding-right: 20px;
        vertical-align: top; }
      .footer-navigation:before, .footer-navigation:after {
        content: " ";
        display: table; }
      .footer-navigation:after {
        clear: both; } }

.legal {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 2.83333333;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 40px; }
  .legal:before, .legal:after {
    content: " ";
    display: table; }
  .legal:after {
    clear: both; }
  @media screen and (min-width: 768px) {
    .legal li {
      margin-left: 10px;
      float: right; } }

.illustration {
  background-color: white;
  text-align: center;
  padding: 60px 0;
  width: 100%; }
  .illustration img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    height: auto; }

.main-header {
  z-index: 9999; }

.header-section {
  background-color: white;
  color: #101010;
  position: relative;
  width: 100%;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  z-index: 101; }

.js .cell {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease; }
  @media screen and (min-width: 960px) {
    .js .cell {
      height: 94px; } }
.js .logo {
  background: transparent url(../images/logo.svg) 0 center no-repeat;
  width: 156px;
  background-size: 100%;
  display: block;
  float: left;
  margin: 0;
  font-size: 12px;
  line-height: 1;
  overflow: hidden; }
  .js .logo a {
    text-indent: 9999px; }
  @media only screen and (min-width: 768px) {
    .js .logo {
      width: 220px; } }
  @media only screen and (min-width: 960px) {
    .js .logo {
      width: 300px; } }
.js .logo-hide {
  display: none; }
  @media screen and (min-width: 960px) {
    .js .logo-hide {
      display: block; } }
.js .main-navigation {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  z-index: 102; }
  .js .main-navigation:before, .js .main-navigation:after {
    content: " ";
    display: table; }
  .js .main-navigation:after {
    clear: both; }
.js .main-navigation-list {
  font-size: 12px;
  letter-spacing: 1.92px;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }
  .js .main-navigation-list:before, .js .main-navigation-list:after {
    content: " ";
    display: table; }
  .js .main-navigation-list:after {
    clear: both; }
  .js .main-navigation-list li {
    margin-right: 15px;
    display: inline-block;
    font-size: 12px;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1.5px;
    line-height: 1; }
  .js .main-navigation-list li:last-child {
    margin-right: 0; }
  .js .main-navigation-list li > a {
    color: inherit;
    text-decoration: none; }
    .js .main-navigation-list li > a:hover {
      text-decoration: none; }
    .js .main-navigation-list li > a:hover {
      opacity: 0.5; }
  .js .main-navigation-list .main-navigation-territory {
    margin-right: 0px;
    margin-left: -6px; }
.js .main-navigation-territory {
  background: transparent url(../images/icon-globe-2.png) 0 center no-repeat;
  background-size: 60px 30px;
  width: 30px;
  overflow: hidden; }
  .js .main-navigation-territory a {
    text-indent: -9999px;
    width: 50px; }
    .js .main-navigation-territory a:hover {
      opacity: 0.5; }
  .js .main-navigation-territory:hover {
    opacity: 0.5; }
.js .main-navigation-search {
  background: transparent url(../images/icon-search-and-close-2.png) 0 center no-repeat;
  background-size: 60px 30px;
  width: 30px;
  overflow: hidden;
  z-index: 1000; }
  .js .main-navigation-search a {
    text-indent: 9999px; }
  .js .main-navigation-search:hover {
    opacity: 0.5; }
.js .main-navigation-search-close {
  background-position: -30px center; }
.js .header-relative-container {
  position: relative; }
.js .header-search {
  position: absolute;
  right: 0;
  z-index: -1; }
.js .header-search-form {
  width: 1200px; }
  @media only screen and (min-width: 960px) {
    .js .header-search-form {
      width: 500px; } }
.js .search-field {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  color: #3a7aac;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase; }
.js .search-field:-ms-input-placeholder {
  color: #e0e0e0; }

@media screen and (min-width: 960px) {
  .no-touch .desktop-is-scrolling {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0; }
    .no-touch .desktop-is-scrolling .cell {
      height: 68px; } }
@media screen and (min-width: 960px) {
  .no-touch .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; } }

.header-out {
  margin-top: -500px; }

.header-in {
  -webkit-transition: margin  0.6s ease;
  transition: margin  0.6s ease;
  margin: 0; }

.has-border, .has-border-mt {
  border-bottom: 1px solid #e0e0e0; }

@media screen and (min-width: 960px) {
  .has-border-mt {
    border: none; } }

.main-navigation-territory-open {
  opacity: 0.5; }

.helper-header-section {
  background-color: #3a7aac;
  color: white;
  padding-top: 0px; }
  .helper-header-section .helper-header {
    background: transparent url(../images/helper-header-background.png) right center no-repeat;
    padding: 40px 0;
    font-weight: normal; }
    @media screen and (min-width: 960px) {
      .helper-header-section .helper-header.large {
        font-size: 52px; } }
  .helper-header-section.gap {
    margin-bottom: 26px; }
  .helper-header-section.extra-gap {
    margin-bottom: 66px; }

.js .territory-section-menu {
  position: absolute;
  top: 0;
  left: 100px;
  z-index: 200; }
  .js .territory-section-menu ul {
    background: transparent url(../images/triangle-up-blue-margin.png) right top no-repeat;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 12px;
    position: absolute;
    top: 0px;
    right: -34px; }
  .js .territory-section-menu li {
    background-color: #3a7aac;
    color: white;
    font-size: 12px;
    line-height: 1; }
    .js .territory-section-menu li a {
      display: block;
      padding: 8px 20px;
      color: inherit;
      text-decoration: none; }
      .js .territory-section-menu li a:hover {
        text-decoration: none; }
      .js .territory-section-menu li a:hover {
        opacity: 0.5; }
    .js .territory-section-menu li:first-child a {
      padding-top: 20px; }
    .js .territory-section-menu li:last-child a {
      padding-bottom: 20px; }
.js .language-section-menu-overlay {
  display: block;
  right: 13px; }
  .js .language-section-menu-overlay h3 {
    background: transparent url(../images/icon-globe.png) -30px 0 no-repeat; }
.js .language-section-menu-open {
  opacity: 0.5; }

.main-navigation-overlay {
  background-color: rgba(11, 36, 56, 0.95);
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 10000;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase; }
  .main-navigation-overlay .main-navigation-overlay-nav {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 101; }
    .main-navigation-overlay .main-navigation-overlay-nav li {
      float: right;
      margin-left: 30px; }
  .main-navigation-overlay .main-navigation-overlay-menu {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 0px 20px 20px;
    position: relative;
    z-index: 100; }
    .main-navigation-overlay .main-navigation-overlay-menu li {
      font-size: 18px;
      line-height: 3.22222;
      letter-spacing: 1.5px;
      text-align: center; }
      .main-navigation-overlay .main-navigation-overlay-menu li a {
        color: inherit;
        text-decoration: none;
        display: block; }
        .main-navigation-overlay .main-navigation-overlay-menu li a:hover {
          text-decoration: none; }
        .main-navigation-overlay .main-navigation-overlay-menu li a:hover {
          opacity: 0.5; }
    @media only screen and (min-width: 768px) {
      .main-navigation-overlay .main-navigation-overlay-menu {
        padding-top: 20px; }
        .main-navigation-overlay .main-navigation-overlay-menu li {
          font-size: 22px; } }
  .main-navigation-overlay .main-navigation-territory {
    background-position: -30px center; }
    .main-navigation-overlay .main-navigation-territory #overlayNavigationTerritory {
      z-index: 999;
      width: 50px;
      overflow: hidden; }
  .main-navigation-overlay .menu-hide {
    cursor: pointer;
    font-size: 12px;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1.5px; }

.buy-link {
  background-color: #3a7aac;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 3.72727;
  letter-spacing: 0.11px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 200px;
  text-decoration: none; }
  .buy-link:hover {
    text-decoration: none; }

.block-click {
  cursor: pointer; }

.navigation-social {
  margin: 0;
  padding: 0;
  list-style: none; }
  .navigation-social li {
    float: left;
    text-indent: -9999px; }
    .navigation-social li a {
      background-color: white;
      display: block;
      height: 30px;
      overflow: hidden;
      width: 30px; }
  .navigation-social .icon-twitter {
    background: transparent url(../images/icon-twitter-2.png) center center no-repeat;
    background-size: 22px 18px; }
  .navigation-social .icon-facebook {
    background: transparent url(../images/icon-facebook-2.png) center center no-repeat;
    background-size: 14px 26px;
    margin: 0 10px; }
  .navigation-social .icon-instagram {
    background: transparent url(../images/icon-instagram-2.png) center center no-repeat;
    background-size: 22px 22px; }
  .navigation-social:before, .navigation-social:after {
    content: " ";
    display: table; }
  .navigation-social:after {
    clear: both; }

.buy-tickets-cta a {
  text-decoration: none;
  color: white; }

.sub-nav-section {
  background-color: #0b2438;
  color: white; }

.sub-nav-menu {
  background-color: #3a7aac;
  color: white;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 4;
  text-transform: uppercase; }
  .sub-nav-menu .container {
    max-width: 100%; }
  .sub-nav-menu .inner-h {
    padding-right: 0; }
  @media screen and (min-width: 960px) {
    .sub-nav-menu {
      display: none; } }
  .sub-nav-menu .title {
    display: block;
    text-align: center;
    line-height: 4; }
  .sub-nav-menu .menu-tag {
    cursor: pointer;
    display: block;
    text-indent: -9999px;
    font-size: 12px;
    line-height: 3;
    text-transform: uppercase;
    background: #0b2438 url(../images/icon-hamburger-2.png) 50% center no-repeat;
    background-size: 30px 30px;
    width: 30px;
    padding: 0 25px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; }

.sub-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  width: 100%;
  background-color: #0b2438;
  color: white;
  padding: 14px 0; }
  .sub-nav:before, .sub-nav:after {
    content: " ";
    display: table; }
  .sub-nav:after {
    clear: both; }
  .sub-nav a {
    color: white;
    display: block;
    height: 100%;
    text-decoration: none;
    padding: 18px 10px;
    line-height: 1.5; }
    .sub-nav a:hover {
      opacity: 0.5; }
    @media only screen and (min-width: 960px) {
      .sub-nav a:hover {
        opacity: 1; } }
  @media screen and (min-width: 960px) {
    .sub-nav {
      position: relative;
      padding: 0;
      height: 100%;
      display: block; }
      .sub-nav li {
        height: 100%;
        position: relative;
        float: left;
        position: relative; }
        .sub-nav li a {
          border-right: 1px solid #3c5060; }
      .sub-nav li:first-child {
        border-left: 1px solid #3c5060; }
      .sub-nav li:first-child:nth-last-child(2),
      .sub-nav li:first-child:nth-last-child(2) ~ li {
        width: 50%; }
      .sub-nav li:first-child:nth-last-child(3),
      .sub-nav li:first-child:nth-last-child(3) ~ li {
        width: 33.33333%; }
      .sub-nav li:first-child:nth-last-child(4),
      .sub-nav li:first-child:nth-last-child(4) ~ li {
        width: 25%; }
      .sub-nav li:first-child:nth-last-child(5),
      .sub-nav li:first-child:nth-last-child(5) ~ li {
        width: 20%; }
      .sub-nav li:first-child:nth-last-child(6),
      .sub-nav li:first-child:nth-last-child(6) ~ li {
        width: 16.66667%; }
      .sub-nav li:first-child:nth-last-child(7),
      .sub-nav li:first-child:nth-last-child(7) ~ li {
        width: 14.28571%; }
      .sub-nav .active-item:after {
        content: "";
        position: absolute;
        bottom: -12px;
        /* value = - border-top-width - border-bottom-width */
        left: 50%;
        /* controls horizontal position */
        margin-left: -12px;
        /* negative offset to center the triangle - PM  */
        border-width: 12px 12px 0;
        /* vary these values to change the angle of the vertex */
        border-style: solid;
        border-color: #3a7aac transparent;
        /* reduce the damage in FF3.0 */
        display: block;
        width: 0; }
      .sub-nav .active-item {
        background-color: #3a7aac;
        border-color: #3a7aac; }
      .sub-nav a {
        display: block;
        text-decoration: none;
        color: white; }
        .sub-nav a:hover {
          background-color: #3a7aac;
          border-color: #3a7aac; } }

@media screen and (min-width: 960px) {
  .sub-nav-is-fixed {
    position: fixed;
    width: 100%;
    z-index: 99; } }

.carousel-window {
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  position: relative; }
  @media screen and (min-width: 768px) {
    .carousel-window {
      overflow-x: hidden; } }

.carousel-strip {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }
  .carousel-strip:before, .carousel-strip:after {
    content: " ";
    display: table; }
  .carousel-strip:after {
    clear: both; }

.light-box {
  background-color: rgba(0, 0, 0, 0.9);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 9999; }

.light-box:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.light-box-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: transparent url(../images/icon-close.png) center center no-repeat;
  border: 0;
  text-indent: -9999px; }

.v-middle {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

.video-container {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.hero .container {
  position: relative;
  height: 100%; }
  .hero .container .super-header {
    background: transparent url(../images/border-top.png) center 0 no-repeat;
    background-size: 200px 24px;
    color: white;
    position: absolute;
    top: 40%;
    width: 100%;
    margin-top: -38px; }
    @media only screen and (max-height: 480px) {
      .hero .container .super-header {
        top: 30%; } }
    .hero .container .super-header span {
      display: block;
      background: transparent url(../images/border-bottom.png) center bottom no-repeat;
      background-size: 200px 24px;
      padding: 38px 0;
      line-height: 1; }
    @media screen and (min-width: 768px) {
      .hero .container .super-header {
        background-size: 270px 33px;
        margin-top: -69px; }
        .hero .container .super-header span {
          background-size: 270px 33px;
          padding: 69px 0; } }
    @media screen and (min-width: 1200px) {
      .hero .container .super-header {
        background-size: 344px 42px;
        margin-top: -92px; }
        .hero .container .super-header span {
          background-size: 344px 42px;
          padding: 92px 0; } }
  .hero .container .buy-tickets-cta {
    position: absolute;
    right: 20px;
    bottom: 20px; }

.hero-section {
  background-color: transparent;
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
  z-index: 1; }
  @media screen and (min-width: 600px) {
    .hero-section {
      height: 468px; } }
  @media screen and (min-width: 960px) {
    .hero-section {
      height: 624px; } }
  @media screen and (min-width: 1280px) {
    .hero-section {
      height: 780px; } }
  @media screen and (min-width: 1600px) {
    .hero-section {
      height: 936px; } }

.hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out; }

.hero-animation {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: auto;
  opactity: 1;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  z-index: 2; }

.home-body-section {
  z-index: 100; }
  .home-body-section:before, .home-body-section:after {
    content: " ";
    display: table; }
  .home-body-section:after {
    clear: both; }

.hide-hero-animation {
  display: none;
  opacity: 0; }

.hero-loader {
  background: black url(../images/preloader.gif) center center no-repeat; }

.hero-social-links {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 10; }
  .hero-social-links .navigation-social {
    float: left;
    margin-right: 15px;
    display: inline-block; }

.hero-cta-links {
  position: absolute;
  bottom: 20px;
  width: 100%; }

.hero-cta {
  display: inline-block;
  color: white;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: 0.16px; }
  .hero-cta a {
    color: inherit;
    text-decoration: none; }
    .hero-cta a:hover {
      text-decoration: none; }

.no-touch .hero {
  position: fixed; }
.no-touch .hero-animation {
  position: fixed; }

.get-tickets {
  background: transparent url(../images/icon-handlebars-top-2.png) center 0 no-repeat;
  background-size: 81px 13px;
  position: relative;
  padding-top: 10px;
  margin-top: -10px;
  margin-bottom: 30px;
  z-index: 11; }
  .get-tickets a {
    background: transparent url(../images/icon-handlebars-bottom-2.png) center bottom no-repeat;
    background-size: 81px 13px;
    padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .get-tickets {
      position: relative;
      float: right;
      margin-bottom: 0px; } }

.hero-links {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .hero-links {
      margin-top: 0; } }

.article-section {
  padding-top: 25px; }

.promo-img-left {
  position: relative; }
  .promo-img-left .img-block {
    width: 100%; }
  .promo-img-left .copy-block {
    width: 100%;
    overflow: hidden; }
  @media screen and (min-width: 768px) {
    .promo-img-left .img-block {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      height: 100%;
      overflow: hidden;
      position: absolute;
      width: 50%; }
      .promo-img-left .img-block img {
        display: none; }
    .promo-img-left .copy-block {
      margin-left: 50%;
      min-height: 384px;
      width: 50%; } }
  @media screen and (min-width: 960px) {
    .promo-img-left .img-block {
      width: 67%; }
    .promo-img-left .copy-block {
      margin-left: 67%;
      width: 33%; } }

.promo-img-right {
  position: relative; }
  @media screen and (min-width: 768px) {
    .promo-img-right .img-block {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      height: 100%;
      left: 50%;
      overflow: hidden;
      position: absolute;
      width: 50%; }
      .promo-img-right .img-block img {
        display: none; }
    .promo-img-right .copy-block {
      min-height: 384px;
      width: 50%; } }
  @media screen and (min-width: 960px) {
    .promo-img-right .img-block {
      left: 33%;
      width: 67%; }
    .promo-img-right .copy-block {
      width: 33%; } }

.news img, .diary img {
  display: none; }
  @media screen and (min-width: 768px) {
    .news img, .diary img {
      display: block; } }

.home-news, .home-adventure-diary {
  padding-top: 30px; }
  .home-news .section-header, .home-adventure-diary .section-header {
    color: #3a7aac;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .home-news .section-header, .home-adventure-diary .section-header {
        text-align: center; } }
  @media screen and (min-width: 768px) {
    .home-news .news .module-container .module-container-inner > div:last-child, .home-adventure-diary .news .module-container .module-container-inner > div:last-child, .home-news .diary .module-container .module-container-inner > div:last-child, .home-adventure-diary .diary .module-container .module-container-inner > div:last-child {
      display: none; } }
  .home-news .news-block, .home-adventure-diary .news-block {
    background-color: #3a7aac;
    color: white;
    padding: 10px 20px;
    margin-bottom: 0px; }
  @media screen and (min-width: 960px) {
    .home-news, .home-adventure-diary {
      padding-top: 60px; }
      .home-news .news > .module-container .module-container-inner > div:last-child, .home-adventure-diary .news > .module-container .module-container-inner > div:last-child, .home-news .diary > .module-container .module-container-inner > div:last-child, .home-adventure-diary .diary > .module-container .module-container-inner > div:last-child {
        display: block; } }

.news-promo {
  margin-bottom: 35px; }
  @media screen and (min-width: 960px) {
    .news-promo {
      margin-bottom: 55px; } }

.news-block {
  margin: 0 0 30px; }
  @media screen and (min-width: 768px) {
    .news-block {
      margin: 0;
      padding-top: 10px;
      height: 140px;
      overflow: hidden; } }

.section-call-out {
  display: block;
  padding: 60px 0;
  position: relative;
  height: auto;
  width: 100%;
  background-color: #3a7aac;
  color: white; }
  .section-call-out a {
    text-decoration: none;
    color: inherit; }
    .section-call-out a:hover {
      text-decoration: none; }

.box-blue {
  background-color: #3a7aac;
  color: white; }

.section-blue {
  background-color: #3a7aac;
  color: white; }

.theme-blue {
  background-color: #3a7aac;
  color: white; }

.theme-red {
  background-color: #a1232e;
  color: white; }

.theme-yellow {
  background-color: #eca332;
  color: white; }

.body-blue {
  color: #3a7aac; }

.body-red {
  color: #a1232e; }

.synopsis p:first-of-type {
  font-size: 21px;
  line-height: 1.47619048; }

.synopsis-header {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .synopsis-header {
      margin-bottom: 40px;
      text-align: center; } }
  @media only screen and (min-width: 960px) {
    .synopsis-header {
      margin-bottom: 50px; } }

.sub-page-header {
  font-size: 28px;
  line-height: 2.14285714;
  margin-top: 10px; }
  @media screen and (min-width: 480px) {
    .sub-page-header {
      text-align: center;
      line-height: 3; } }

.book-module {
  width: 100%;
  margin-bottom: 30px; }
  .book-module .books-img-block {
    width: 20%;
    float: left;
    position: relative; }
  .book-module .books-copy-block {
    margin-left: 20%; }
  .book-module .books-copy-inner {
    padding-left: 20px; }
  .book-module .module-header {
    margin-bottom: 10px; }
  @media screen and (min-width: 480px) {
    .book-module {
      width: 50%;
      float: left;
      text-align: center; }
      .book-module .books-img-block {
        height: 330px;
        width: 100%;
        float: none;
        clear: both;
        margin-bottom: 20px; }
      .book-module .book-img-container {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center; }
        .book-module .book-img-container img {
          display: inline;
          vertical-align: bottom; }
      .book-module .books-copy-block {
        height: 80px;
        overflow: hidden;
        margin: 0; } }
  @media screen and (min-width: 768px) {
    .book-module {
      width: 33.333333334%; } }

.article-container {
  max-width: 640px;
  _width: 640px;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 640px) {
    .article-container {
      max-width: 640px; } }
  @media screen and (min-width: 768px) {
    .article-container {
      max-width: 768px; } }
  @media screen and (min-width: 960px) {
    .article-container {
      max-width: 840px; } }
  .article-container:before, .article-container:after {
    content: " ";
    display: table; }
  .article-container:after {
    clear: both; }

.article {
  background-color: white;
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .article {
      margin-top: 60px; } }
  @media screen and (min-width: 960px) {
    .article {
      margin-top: 90px; } }

.no-touch .article {
  margin-top: 90px; }
  @media screen and (min-width: 768px) {
    .no-touch .article {
      margin-top: 148px; } }
  @media screen and (min-width: 960px) {
    .no-touch .article {
      margin-top: 178px; } }

.article-header {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 10px; }
  @media screen and (min-width: 768px) {
    .article-header {
      font-size: 32px;
      line-height: 1.3125;
      text-align: center; } }

.article-extra-header {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 40px;
  opacity: 0.4;
  text-transform: none; }
  @media screen and (min-width: 768px) {
    .article-extra-header {
      display: block;
      text-align: center;
      margin: 0 0 70px; } }

.article-book-img {
  display: block;
  margin-bottom: 60px;
  width: 100%;
  text-align: center; }
  .article-book-img img {
    display: inline;
    vertical-align: bottom; }
  .article-book-img .buy-link {
    margin-top: 6px; }
  @media screen and (min-width: 768px) {
    .article-book-img {
      width: 33%;
      float: right;
      padding-left: 40px; }
      .article-book-img img {
        display: block;
        width: 100%;
        height: auto; } }
  @media screen and (min-width: 960px) {
    .article-book-img .inner-h {
      padding: 0; }
    .article-book-img img {
      padding: 0; }
    .article-book-img .purchase-cta {
      border: solid 1px #999999;
      border-top: 0;
      padding: 4px 0px 14px 0px; }
    .article-book-img .buy-link {
      margin-top: 10px; }
    .article-book-img .sticky-book {
      width: 238px;
      top: 160px; } }

.article-img {
  display: block;
  margin-bottom: 60px;
  width: 100%;
  text-align: center; }
  .article-img img {
    display: inline;
    vertical-align: bottom; }
  @media screen and (min-width: 768px) {
    .article-img {
      float: right;
      padding-left: 40px;
      width: 33.333333334%; }
      .article-img img {
        display: block; } }

@media screen and (min-width: 960px) {
  .sticky-book {
    position: fixed;
    top: 140px;
    z-index: 4; } }

.article-book-grid-item {
  text-align: center; }
  .article-book-grid-item img {
    display: inline; }
  @media screen and (min-width: 768px) {
    .article-book-grid-item img {
      display: block; } }

.books-grid .article-body div.row > div:nth-child(odd) {
  clear: left; }

.article-navigation {
  background-color: #0b2438;
  color: white;
  font-size: 12px;
  border-bottom: 1px solid white;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 4.33333;
  letter-spacing: 2.4;
  text-transform: uppercase; }
  .article-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .article-navigation ul:before, .article-navigation ul:after {
      content: " ";
      display: table; }
    .article-navigation ul:after {
      clear: both; }
  .article-navigation a {
    text-decoration: none;
    color: inherit; }
  .article-navigation .article-navigation-prev {
    float: left; }
    .article-navigation .article-navigation-prev a {
      background: transparent url(../images/icon-arrows-left-2.png) left center no-repeat;
      background-size: 30px 30px;
      padding-left: 30px; }
  .article-navigation .article-navigation-next {
    float: right; }
    .article-navigation .article-navigation-next a {
      background: transparent url(../images/icon-arrows-right-2.png) right center no-repeat;
      background-size: 30px 30px;
      padding-right: 30px; }

.article-navigation-top {
  display: none; }
  @media only screen and (min-width: 960px) {
    .article-navigation-top {
      display: block; } }

.article-navigation-bottom {
  margin-top: 10px; }
  @media only screen and (min-width: 960px) {
    .article-navigation-bottom {
      display: none; } }

.purchase-cta .purchase-cta-header {
  font-size: 16px;
  line-height: 2.875;
  margin: 0; }

.purchase-options {
  list-style: none;
  margin: 0;
  padding: 0; }

.publisher-select {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px; }
  .publisher-select select {
    background-color: #777777;
    border-radius: 6px;
    border: 0;
    padding: 16px 16px;
    color: white;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 2.66667;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 30px; }
  .publisher-select .selectboxit-container {
    margin-bottom: 30px; }
  .publisher-select dt {
    color: #3a7aac;
    font-size: 16px;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.375;
    letter-spacing: 0.32;
    text-transform: uppercase;
    margin-bottom: 10px; }
    .publisher-select dt a {
      color: inherit;
      text-decoration: none; }
      .publisher-select dt a:hover {
        text-decoration: none;
        color: #0b2438; }
    .publisher-select dt.no-cta {
      color: #101010; }
  .publisher-select dd {
    margin: 0 0 20px 0; }

.search-results-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .search-results-list li {
    margin-bottom: 40px; }

.standard-article-hero-container {
  max-width: 1040px;
  _width: 1040px;
  margin: 0 auto;
  position: relative; }
  .standard-article-hero-container:before, .standard-article-hero-container:after {
    content: " ";
    display: table; }
  .standard-article-hero-container:after {
    clear: both; }

.standard-article-hero {
  margin: 30px 0; }
  @media screen and (min-width: 768px) {
    .standard-article-hero {
      margin: 40px 0; } }
  @media screen and (min-width: 960px) {
    .standard-article-hero {
      margin: 60px 0; } }

.standard-article-body {
  padding-top: 10px; }
  @media screen and (min-width: 768px) {
    .standard-article-body {
      margin: 20px 0; } }
  @media screen and (min-width: 960px) {
    .standard-article-body {
      margin: 30px 0; } }

.aside {
  display: none; }
  .aside img {
    margin: 20px 0 30px; }
  @media screen and (min-width: 768px) {
    .aside {
      display: block; } }

.side-quote {
  background: transparent url(../images/icon-quote-2.png) 0 0 no-repeat;
  background-size: 58px 45px;
  padding-top: 30px;
  font-style: italic; }
  @media screen and (min-width: 960px) {
    .side-quote p {
      font-size: 21px;
      line-height: 1.47619; } }

.timeline-section-header {
  margin: 30px 0 30px; }

.timeline {
  list-style: none;
  margin: 0;
  padding: 0; }

.timeline-event {
  background: transparent url(../images/icon-timeline.png) 0 12px repeat-y;
  padding: 0 0 30px 40px; }
  .timeline-event:before, .timeline-event:after {
    content: " ";
    display: table; }
  .timeline-event:after {
    clear: both; }
  .timeline-event:first-child {
    background-repeat: no-repeat; }
  .timeline-event.last-timeline-event {
    background: transparent url(../images/icon-timeline-inverse.png) 0 -1224px no-repeat; }

.timeline-event-img {
  display: none;
  padding-bottom: 30px; }

.timeline-event-title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.41667;
  margin: 0; }

.timeline-event-body {
  margin: 0;
  padding: 0; }

@media screen and (min-width: 768px) {
  .timeline-event {
    padding: 0 0 30px 0;
    background-position: 10% 12px; }
    .timeline-event.last-timeline-event {
      background-position: 10% -1224px; }

  .timeline-event-img {
    display: block;
    width: 20%;
    float: left;
    min-width: 20%;
    text-align: center; }
    .timeline-event-img img {
      display: inline; }

  .timeline-event-title {
    padding: 0 0 0 20px;
    width: 20%;
    float: left;
    margin-right: -145px; }

  .timeline-event-body {
    width: 60%;
    float: left;
    margin-left: 145px; } }
@media screen and (min-width: 960px) {
  .timeline-event-title {
    margin-right: -160px; }

  .timeline-event-body {
    margin-left: 160px; } }
.trailer-nav-section {
  background-color: #0b2438;
  color: white; }

.trailer-nav {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }
  .trailer-nav li {
    float: left;
    display: block; }
  .trailer-nav a {
    color: inherit;
    text-decoration: none;
    background: transparent url(../images/icon-play.png) 0 center no-repeat;
    display: block;
    padding: 20px 30px; }
    .trailer-nav a:hover {
      text-decoration: none; }
  .trailer-nav .partner-link a {
    background: none;
    padding-left: 0; }

.reviews {
  color: #3a7aac; }

.reviews-title {
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    .reviews-title {
      font-size: 16px; } }

.reviews-subtitle {
  font-size: 14px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 40px;
  letter-spacing: 2.8px; }
  @media screen and (min-width: 768px) {
    .reviews-subtitle {
      font-size: 16px;
      margin-bottom: 60px; } }

.reviews-star {
  background: transparent url(../images/icon-star.png) 0 0 no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  overflow: hidden; }

.reviews-text {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.45455;
  letter-spacing: 0.22px;
  margin-bottom: 0px;
  text-transform: none; }
  @media screen and (min-width: 768px) {
    .reviews-text {
      font-size: 40px; } }

.reviews-reviewer {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic;
  text-transform: none; }
  @media screen and (min-width: 768px) {
    .reviews-reviewer {
      font-size: 20px; } }

.reviews-window {
  height: auto;
  overflow-y: hidden; }

.reviews-strip {
  margin-top: 0;
  position: relative; }

.reviews-review {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid white;
  opacity: 0;
  -webkit-transition: top 0.75s ease, opacity 0.35s ease;
  transition: top 0.75s ease, opacity 0.35s ease; }

.movie-section-title {
  font-size: 32px;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .movie-section-title {
      font-size: 34px;
      text-align: center; } }

.movie-synopsis-subtitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 1.41667;
  letter-spacing: 0.24px; }
  @media screen and (min-width: 768px) {
    .movie-synopsis-subtitle {
      font-size: 32px;
      letter-spacing: 0px; } }

@media screen and (min-width: 768px) {
  .movie-synopsis-body {
    font-size: 20px; } }

.people > .people-section {
  background-color: #eca332;
  color: white; }

.people > .people-section:last-child {
  background-color: #dd8e12;
  color: white; }

.cast-item {
  position: relative;
  min-height: 146px;
  width: 246px;
  padding: 0 0 40px 20px;
  float: left; }
  @media only screen and (min-width: 768px) {
    .cast-item {
      text-align: center;
      padding-left: 0; } }
  @media screen and (min-width: 960px) {
    .cast-item {
      width: 25%; } }

.cast-img {
  border-radius: 50%;
  width: 178px;
  height: 178px;
  border: 4px solid white;
  overflow: hidden;
  display: block; }
  @media only screen and (min-width: 768px) {
    .cast-img {
      margin: 0 auto; } }

.people-name {
  font-size: 18px;
  line-height: 1.66667;
  margin: 10px 0 0 0; }

.people-role {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.44444;
  margin: 0;
  text-transform: none; }

.photo-section {
  background-color: #233f54;
  color: white; }
  .photo-section .carousel-window {
    overflow-x: hidden; }

.photo {
  float: left; }

.photo-link {
  cursor: default; }

.photo-caption {
  background-color: #0b2438;
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  margin: 0;
  padding: 20px;
  display: none; }
  @media screen and (min-width: 768px) {
    .photo-caption {
      display: block; } }

.photo-counter {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0; }

.m-btn {
  border: 0;
  background: none;
  color: white;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 2.8px;
  text-transform: uppercase; }
  .m-btn a {
    color: inherit;
    text-decoration: none; }
    .m-btn a:hover {
      text-decoration: none; }

.m-btn-fullscreen {
  background: transparent url(../images/icon-fullscreen.png) 0 center no-repeat;
  padding-left: 26px;
  display: none; }

.m-btn-download {
  background: transparent url(../images/icon-download.png) 0 center no-repeat;
  display: none;
  padding-left: 26px;
  margin-top: 8px; }
  @media screen and (min-width: 960px) {
    .m-btn-download {
      display: inline-block; } }

@media screen and (min-width: 960px) {
  .no-touch .m-btn-download {
    display: inline-block; } }

.photo-section .m-btn-fullscreen {
  float: left; }
.photo-section .m-btn-download {
  float: right; }

.partners-title {
  margin-bottom: 10px; }

.partner-logo {
  margin: 0 auto; }

.see-more-cta {
  font-size: 14px; }
  .see-more-cta a {
    color: inherit;
    text-decoration: none; }
    .see-more-cta a:hover {
      text-decoration: none; }
  @media screen and (min-width: 768px) {
    .see-more-cta {
      text-align: center; } }

.prevNext {
  text-align: center;
  font-size: 22px;
  font-style: italic;
  letter-spacing: 1.98px;
  font-weight: normal; }

.m-btn-prev {
  background: transparent url(../images/icon-arrows-left-2.png) 0 center no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  text-indent: -9999px; }

.m-btn-next {
  background: transparent url(../images/icon-arrows-right-2.png) 0 center no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  text-indent: -9999px; }

.photo-section .m-btn-prev {
  display: none; }
  @media screen and (min-width: 768px) {
    .photo-section .m-btn-prev {
      display: inline-block; } }
.photo-section .m-btn-next {
  display: none; }
  @media screen and (min-width: 768px) {
    .photo-section .m-btn-next {
      display: inline-block; } }

.video-section {
  background-color: #3a7aac;
  color: white; }
  .video-section .carousel-window {
    overflow-x: hidden; }

.video-item {
  position: relative;
  cursor: pointer; }

.video-link {
  width: 68px;
  height: 68px;
  background: transparent url(../images/icon-play-lrg-2.png) 0 0 no-repeat;
  background-size: 68px 68px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -34px;
  margin-right: -34px;
  text-indent: -9999px;
  overflow: hidden; }

.poster-section {
  background-color: #8bb2d1;
  color: white; }
  .poster-section .prevNext {
    display: none; }
    @media screen and (min-width: 768px) {
      .poster-section .prevNext {
        display: block; } }

.poster-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.poster {
  position: relative;
  height: auto;
  width: 246px;
  padding: 0 0 40px;
  float: left; }
  .poster img {
    display: block;
    margin: 0 auto;
    border: 2px solid white; }
  .poster .dl-btn {
    margin: 20px auto 0;
    display: block;
    text-align: center; }
  .poster button {
    display: none;
    margin: 20px auto 0; }

.partners .movie-section-title {
  margin-bottom: 60px; }
.partners .partner {
  margin-bottom: 60px; }

@media screen and (min-width: 768px) {
  form .row fieldset:nth-of-type(1) {
    padding-right: 10px; } }
.sidebar p {
  font-size: 21px; }
.sidebar img {
  margin: 60px 0 40px 0; }

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: block;
  vertical-align: top;
  float: left;
  width: 100%; }

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap; }

/* Button */
.selectboxit-container .selectboxit {
  width: 100%;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative; }

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 44px;
  /* Height of the drop down */
  line-height: 44px;
  /* Vertically positions the drop down text */
  display: block; }

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0; }

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
  cursor: default; }

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  font-size: 12px;
  text-transform: uppercase; }

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px; }

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  box-shadow: none; }

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px; }

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none; }

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none; }

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; }

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold; }

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default; }

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0; }

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 45%;
  right: 0;
  left: 0; }

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left; }

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left; }

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit; }

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #999999;
  color: white;
  border: 1px solid #999999; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px; }

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid white;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.selectboxit-list .selectboxit-option-anchor {
  color: #333333; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x; }

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999; }

.error-page p {
  font-size: 21px; }
.error-page img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.error-404 p.main {
  font-size: 21px; }
.error-404 p.search-cta {
  margin-bottom: 10px; }
.error-404 img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.error-404 .search-form {
  width: 100%;
  float: left; }
  .error-404 .search-form .form-group {
    float: left;
    width: 180px; }
    .error-404 .search-form .form-group .form-ctrl {
      border-radius: 4px;
      height: 45px;
      border: 1px solid #a6a6a6; }
  .error-404 .search-form .btn-search {
    position: static;
    float: left;
    margin: 0 0 0 10px;
    height: 45px;
    width: 45px;
    text-indent: -9999px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MURENEJGRkFFQ0EzMTFFM0JBMzU5NjE1RUEzMTcwMUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MURENEJGRkJFQ0EzMTFFM0JBMzU5NjE1RUEzMTcwMUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxREQ0QkZGOEVDQTMxMUUzQkEzNTk2MTVFQTMxNzAxQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxREQ0QkZGOUVDQTMxMUUzQkEzNTk2MTVFQTMxNzAxQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pim1fl8AAAEeSURBVHjalNK7SgNBGIbhXQsFScAgiRADItpZWAkWImLpLXgduQXxBlJZ2FhYCWITRBAMWImmiBBMGVFBEQsJWOj4TvgG/gy7HgYeht3/sDOzkzrnkpxRxhqm8YALvI9k+OJICfv4dKNjgB2Mh9y4sIyukj/QxB5aptlZaBAXHyvhGnNRbAX3iu/GxcsKvKGSsZ3Q4EtbKNhAXcWNnMKgpbytMXN2Vc13yc+jq3nWFr+Gl78U1zS/2OVsaDl9TOYseV5/wZ98xQZS3KjBUUaDGVwpfuDfpeaG+Rt1iUU993GIRyxgG1PoYXW4TXM5OuraQ9tljxPlJuHL/ovnWMItNvGMdSnhCadox3e7qH/XsV3/Iuy5iInh8f9jfAswACcg44Q/FbueAAAAAElFTkSuQmCC"); }
  @media screen and (min-width: 768px) {
    .error-404 .search-form .form-group {
      width: 307px; }
    .error-404 .search-form .btn-search {
      width: 45px;
      margin: 0 0 0 10px; } }
  @media screen and (min-width: 960px) {
    .error-404 .search-form .form-group {
      width: 345px; } }

.cookie-policy {
  background-color: #3a7aac;
  color: white;
  position: relative;
  z-index: 100; }
  .cookie-policy button {
    background-color: transparent;
    border: none;
    color: white;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    position: inherit;
    margin: 0;
    padding-left: 0;
    text-align: left; }
    .cookie-policy button:hover {
      text-decoration: underline; }

/*
.cookie-policy{

	background-color: #3a7aac;
	height: $cookieMessageHeight-mobile;
	margin-top: unquote( "-" + $cookieMessageHeight-mobile);
	position: relative;

	p{
		color: $white;
		margin-top: 20px;
		max-width: 100%;
		float: left;

		@media screen and (min-width: $width-s) {
			max-width: 80%;
		}
	}

	@media screen and (min-width: $width-s) {
		height: $cookieMessageHeight;
		margin-top: unquote( "-" + $cookieMessageHeight);
	}

	button{
		background-color: transparent;
		border: none;
		color: $white;
		text-transform: uppercase;
		float: left;
		//font-family: $font-family-bold;
		@include get-heavy-font;
		width: 100%;
		position: inherit;
		margin: 0;
		text-align: left;

		&:hover{
			text-decoration: underline;
		}


		@media screen and (min-width: $width-s) {
			margin-left: 20px;
			position: absolute;
			width: auto;
			top: 0;
			bottom: 0;
		}


	}
}

body.cookie-message-visible{

	#wrapper{
		padding-top: $cookieMessageHeight-mobile;
	}

	#mainHeader{
		top: $cookieMessageHeight-mobile;
	}

	#articleNavigation{
		top: 170px;
	}

	@media screen and (min-width: $width-s) {
		#wrapper{
			padding-top: $cookieMessageHeight;
		}

		#mainHeader{
			top: $cookieMessageHeight;
		}

		#articleNavigation{
			top: 170px;
		}
	}
}
*/
.fullBlock, .grid-container .item-container, .grid-container .item-container .item-bg, .grid-container .item-container .overlay.text, .grid-container .item-container .overlay.alpha {
  width: 100%;
  height: 100%; }

.diary .section-header {
  color: #a1232e; }

.home-adventure-diary {
  padding-bottom: 60px; }

.adventure-diary .inner {
  padding: 0 0 30px 0; }
  @media screen and (min-width: 768px) {
    .adventure-diary .inner {
      padding: 30px 20px; } }

.grid-container p {
  margin: 0;
  position: absolute;
  bottom: 65px;
  left: 20px;
  right: 20px;
  top: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  overflow: hidden;
  /* lol
  	text-overflow: ellipsis;
  	-webkit-line-clamp: 7;
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
  */ }
.grid-container ul.metadata {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 26px; }
  .grid-container ul.metadata li.date {
    float: left; }
  .grid-container ul.metadata li.source {
    float: right;
    width: 30px;
    text-indent: -1500px; }
.grid-container .grid-sizer {
  width: 100%; }
.grid-container .grid-item {
  width: 100%;
  height: 320px;
  overflow: hidden; }
  .grid-container .grid-item.large {
    height: 320px; }
  .grid-container .grid-item.instagram .source {
    background: transparent url(../images/icon-instagram.png) center right no-repeat; }
  .grid-container .grid-item.facebook .source {
    background: transparent url(../images/icon-facebook.png) center right no-repeat; }
  .grid-container .grid-item.twitter .source {
    background: transparent url(../images/icon-twitter.png) center right no-repeat; }
  @media screen and (max-width: 767px) {
    .grid-container .grid-item.twitter {
      height: 240px !important; } }
.grid-container .item-container {
  color: white;
  padding: 0;
  position: relative;
  background-color: #a1232e; }
  .grid-container .item-container .item-bg {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    top: 0; }
  .grid-container .item-container .overlay.text, .grid-container .item-container .overlay.alpha {
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    position: absolute;
    background-color: black;
    opacity: 0; }
    .grid-container .item-container .overlay.text.image, .grid-container .item-container .image.overlay.alpha {
      opacity: 0.3; }
  .grid-container .item-container .overlay.alpha.image {
    opacity: 0; }
  .grid-container .item-container:hover .item-bg > .overlay.text, .grid-container .item-container:hover .item-bg > .overlay.alpha {
    opacity: 0.3; }
    .grid-container .item-container:hover .item-bg > .overlay.text.image, .grid-container .item-container:hover .item-bg > .image.overlay.alpha {
      opacity: 0.2; }
  .grid-container .item-container:hover .item-bg > .overlay.alpha {
    opacity: 0.3; }
    .grid-container .item-container:hover .item-bg > .overlay.alpha.image {
      opacity: 0.2; }
@media screen and (min-width: 768px) {
  .grid-container .grid-sizer {
    width: 50%; }
  .grid-container .grid-item {
    width: 50%;
    height: 354px; }
    .grid-container .grid-item.large {
      height: 354px; } }
@media screen and (min-width: 960px) {
  .grid-container .grid-sizer {
    width: 25%; }
  .grid-container .grid-item {
    width: 25%;
    height: 250px; }
    .grid-container .grid-item.large {
      width: 50%;
      height: 500px; } }

.paddington-friends-manifesto {
  background-color: #3973a5;
  color: white;
  padding-bottom: 15px;
  text-align: center; }
  @media only screen and (min-width: 480px) {
    .paddington-friends-manifesto {
      padding-bottom: 40px; } }
  .paddington-friends-manifesto h1 {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 230px auto;
    text-indent: -9999px;
    height: 160px;
    margin: 0; }
    @media only screen and (min-width: 480px) {
      .paddington-friends-manifesto h1 {
        background-size: 396px 264px;
        height: 264px; } }
  .paddington-friends-manifesto .inner-h {
    margin: 0 auto;
    max-width: 270px;
    padding: 0 20px; }
    .paddington-friends-manifesto .inner-h p {
      font-size: 12px; }
    @media only screen and (min-width: 480px) {
      .paddington-friends-manifesto .inner-h {
        max-width: 375px; }
        .paddington-friends-manifesto .inner-h p {
          font-size: 16px; } }
    @media only screen and (min-width: 960px) {
      .paddington-friends-manifesto .inner-h {
        max-width: 500px; } }

.adopt-a-bear {
  padding: 7% 0; }
  @media only screen and (min-width: 768px) {
    .adopt-a-bear {
      padding: 60px 0; } }

.paddington-friends-grid {
  position: relative; }
  .paddington-friends-grid:before, .paddington-friends-grid:after {
    content: " ";
    display: table; }
  .paddington-friends-grid:after {
    clear: both; }
  .paddington-friends-grid .tile {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: none;
    text-align: center; }
    .paddington-friends-grid .tile:first-child {
      display: block; }
      .paddington-friends-grid .tile:first-child .tile-body {
        opacity: 0; }
      @media only screen and (max-width: 640px) {
        .paddington-friends-grid .tile:first-child {
          height: 300px !important; } }
    .paddington-friends-grid .tile:nth-child(2) {
      display: table; }
      .paddington-friends-grid .tile:nth-child(2) .tile-body {
        display: table-cell;
        vertical-align: middle; }
        .paddington-friends-grid .tile:nth-child(2) .tile-body p {
          max-width: 520px;
          margin-left: auto;
          margin-right: auto; }
      @media only screen and (max-width: 640px) {
        .paddington-friends-grid .tile:nth-child(2) {
          height: 252px !important; } }
    .paddington-friends-grid .tile:nth-child(odd) > .tile-body {
      background-color: #ea881d; }
    .paddington-friends-grid .tile:nth-child(even) > .tile-body {
      background-color: #e09c31; }
    @media only screen and (min-width: 640px) {
      .paddington-friends-grid .tile {
        width: 50%;
        float: left; }
        .paddington-friends-grid .tile:nth-child(1) {
          display: block;
          width: 60%; }
          .paddington-friends-grid .tile:nth-child(1) .tile-body {
            opacity: 0; }
        .paddington-friends-grid .tile:nth-child(2) {
          display: block;
          width: 40%; }
        .paddington-friends-grid .tile:nth-child(3) {
          display: block;
          width: 40%; }
        .paddington-friends-grid .tile:nth-child(4) {
          display: block;
          width: 60%; }
          .paddington-friends-grid .tile:nth-child(4) .tile-body {
            opacity: 0; }
        .paddington-friends-grid .tile .show-bear {
          opacity: 0; } }
    @media only screen and (min-width: 960px) {
      .paddington-friends-grid .tile {
        width: 25%;
        display: block;
        /*
        &:hover {
        	.tile-body {
        		opacity: 1;
        		transition: opacity 0.3s ease;
        	}
        }
        */ }
        .paddington-friends-grid .tile:nth-child(odd) > .tile-body {
          background-color: rgba(234, 136, 29, 0.75); }
        .paddington-friends-grid .tile:nth-child(even) > .tile-body {
          background-color: rgba(234, 136, 29, 0.75); }
        .paddington-friends-grid .tile:nth-child(1) {
          display: block;
          width: 25%; }
          .paddington-friends-grid .tile:nth-child(1) .tile-body {
            opacity: 0; }
        .paddington-friends-grid .tile:nth-child(2) {
          display: block;
          width: 25%; }
        .paddington-friends-grid .tile:nth-child(3) {
          display: block;
          width: 25%; }
        .paddington-friends-grid .tile:nth-child(4) {
          display: block;
          width: 25%; }
          .paddington-friends-grid .tile:nth-child(4) .tile-body {
            opacity: 0; }
        .paddington-friends-grid .tile .tile-body {
          opacity: 0; } }
  .paddington-friends-grid .tile-body {
    color: white;
    padding: 30px 10px 10px; }
    .paddington-friends-grid .tile-body h4 {
      background: transparent url(../images/border-top.png) center 0 no-repeat;
      background-size: 89px 11px;
      font-size: 18px;
      font-family: "futura-pt", sans-serif;
      font-weight: 700;
      font-style: normal;
      letter-spacing: 1.08px; }
      .paddington-friends-grid .tile-body h4 span {
        display: block;
        background: transparent url(../images/border-bottom.png) center bottom no-repeat;
        background-size: 89px 11px;
        padding: 15px 0; }
      @media only screen and (min-width: 960px) {
        .paddington-friends-grid .tile-body h4 {
          background-size: 68px 8px;
          font-size: 12px;
          letter-spacing: 0.72px; }
          .paddington-friends-grid .tile-body h4 span {
            background-size: 68px 8px; } }
    .paddington-friends-grid .tile-body p {
      font-style: italic; }
  @media only screen and (min-width: 960px) {
    .paddington-friends-grid .tile-show-text .tile-body {
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .paddington-friends-grid .tile-show-text:nth-child(1) {
      display: block;
      width: 25%; }
      .paddington-friends-grid .tile-show-text:nth-child(1) .tile-body {
        opacity: 1; }
    .paddington-friends-grid .tile-show-text:nth-child(4) {
      display: block;
      width: 25%; }
      .paddington-friends-grid .tile-show-text:nth-child(4) .tile-body {
        opacity: 1; } }
  .paddington-friends-grid .adopt-bear-form {
    background-color: #233f54;
    position: relative;
    min-height: 300px; }
    .paddington-friends-grid .adopt-bear-form .inner {
      padding: 30px 20px 20px;
      min-height: 300px; }
      @media only screen and (min-width: 768px) {
        .paddington-friends-grid .adopt-bear-form .inner {
          padding: 30px 80px 20px; } }
      @media only screen and (min-width: 960px) {
        .paddington-friends-grid .adopt-bear-form .inner {
          padding: 50px 80px 20px; } }
      @media only screen and (min-width: 1080px) {
        .paddington-friends-grid .adopt-bear-form .inner {
          padding: 60px 80px 20px; } }
    .paddington-friends-grid .adopt-bear-form h2 {
      background: transparent url(../images/border-top.png) center 0 no-repeat;
      background-size: 141px 17px;
      color: white;
      font-size: 21px;
      text-align: center;
      letter-spacing: 1.44px; }
      .paddington-friends-grid .adopt-bear-form h2 span {
        display: block;
        background: transparent url(../images/border-bottom.png) center bottom no-repeat;
        background-size: 141px 17px;
        padding: 26px 0; }
    @media only screen and (min-width: 960px) {
      .paddington-friends-grid .adopt-bear-form {
        position: absolute;
        top: 25%;
        left: 25%;
        width: 50%;
        height: 50%; } }
    .paddington-friends-grid .adopt-bear-form button {
      border: 2px solid #eca332;
      border-radius: 0;
      background-color: #233f54;
      color: #eca332;
      display: block;
      margin: 20px 0 10px;
      width: 115px;
      left: 50%;
      margin-left: -58px;
      position: relative; }
    .paddington-friends-grid .adopt-bear-form .button-sent {
      background: transparent url(../images/ajax-loader.gif) center center no-repeat;
      display: block;
      width: 148px;
      height: 77px;
      margin: 0 auto; }
    .paddington-friends-grid .adopt-bear-form label {
      color: #eca332; }
      .paddington-friends-grid .adopt-bear-form label a {
        color: #eca332; }
    .paddington-friends-grid .adopt-bear-form input[type=email], .paddington-friends-grid .adopt-bear-form input[type=text], .paddington-friends-grid .adopt-bear-form textarea {
      border-radius: 0;
      color: #eca332;
      font-size: 14px;
      font-style: italic;
      margin-bottom: 10px; }
      .paddington-friends-grid .adopt-bear-form input[type=email]::-webkit-input-placeholder, .paddington-friends-grid .adopt-bear-form input[type=text]::-webkit-input-placeholder, .paddington-friends-grid .adopt-bear-form textarea::-webkit-input-placeholder {
        color: #eca332;
        font-style: italic; }
      .paddington-friends-grid .adopt-bear-form input[type=email]:-moz-placeholder, .paddington-friends-grid .adopt-bear-form input[type=text]:-moz-placeholder, .paddington-friends-grid .adopt-bear-form textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #eca332;
        font-style: italic; }
      .paddington-friends-grid .adopt-bear-form input[type=email]::-moz-placeholder, .paddington-friends-grid .adopt-bear-form input[type=text]::-moz-placeholder, .paddington-friends-grid .adopt-bear-form textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #eca332;
        font-style: italic; }
      .paddington-friends-grid .adopt-bear-form input[type=email]:-ms-input-placeholder, .paddington-friends-grid .adopt-bear-form input[type=text]:-ms-input-placeholder, .paddington-friends-grid .adopt-bear-form textarea:-ms-input-placeholder {
        color: #eca332;
        font-style: italic; }
    .paddington-friends-grid .adopt-bear-form textarea {
      resize: none;
      padding: 10px; }
      .paddington-friends-grid .adopt-bear-form textarea::-webkit-input-placeholder {
        line-height: 1.3; }
      .paddington-friends-grid .adopt-bear-form textarea:-moz-placeholder {
        /* Firefox 18- */
        line-height: 1.3; }
      .paddington-friends-grid .adopt-bear-form textarea::-moz-placeholder {
        /* Firefox 19+ */
        line-height: 1.3; }
      .paddington-friends-grid .adopt-bear-form textarea:-ms-input-placeholder {
        line-height: 1.3; }
    .paddington-friends-grid .adopt-bear-form input[type=checkbox] {
      margin-bottom: 4px; }
    .paddington-friends-grid .adopt-bear-form .field-validation-error {
      color: #ea741d; }
    .paddington-friends-grid .adopt-bear-form .adopt-terms {
      color: #eca332;
      position: relative; }
      .paddington-friends-grid .adopt-bear-form .adopt-terms p {
        font-size: 12px;
        font-style: italic;
        text-transform: none;
        line-height: 18px;
        margin-left: 24px; }
      .paddington-friends-grid .adopt-bear-form .adopt-terms input {
        display: none; }
    .paddington-friends-grid .adopt-bear-form .accept-terms {
      position: absolute;
      top: -1px;
      left: 0;
      border: 3px solid #FFF;
      background: #FFF;
      display: inline-block;
      height: 18px;
      width: 18px;
      cursor: pointer; }
      .paddington-friends-grid .adopt-bear-form .accept-terms.ticked {
        background: #e09c31; }
      .paddington-friends-grid .adopt-bear-form .accept-terms.alert {
        border-color: #F00; }
    .paddington-friends-grid .adopt-bear-form #termsMessage {
      display: none; }
      .paddington-friends-grid .adopt-bear-form #termsMessage.invalid {
        display: block; }
    .paddington-friends-grid .adopt-bear-form .adopt-a-bear-message {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 300px;
      border: 25px solid #233f54;
      background-color: #3a7aac;
      background-position: right bottom;
      background-repeat: no-repeat;
      background-size: 211px auto;
      color: white; }
      .paddington-friends-grid .adopt-bear-form .adopt-a-bear-message h3 {
        background: transparent url(../images/border-top.png) center 0 no-repeat;
        background-size: 141px 17px;
        font-size: 60px;
        letter-spacing: 3.6px;
        text-align: center;
        margin-top: 60px; }
        .paddington-friends-grid .adopt-bear-form .adopt-a-bear-message h3 span {
          display: block;
          background: transparent url(../images/border-bottom.png) center bottom no-repeat;
          background-size: 141px 17px;
          padding: 30px 0; }
        @media only screen and (min-width: 960px) {
          .paddington-friends-grid .adopt-bear-form .adopt-a-bear-message h3 {
            margin-top: 36%; } }
      @media only screen and (min-width: 960px) {
        .paddington-friends-grid .adopt-bear-form .adopt-a-bear-message {
          height: 100%; } }
    .paddington-friends-grid .adopt-bear-form .adopt-a-bear-message-error {
      background-color: #a1232e; }
      .paddington-friends-grid .adopt-bear-form .adopt-a-bear-message-error h3 {
        font-size: 24px;
        letter-spacing: 1.44px; }
    .paddington-friends-grid .adopt-bear-form .adopt-a-bear-message-success {
      background-size: 70px auto; }
      @media only screen and (min-width: 480px) {
        .paddington-friends-grid .adopt-bear-form .adopt-a-bear-message-success {
          background-size: 120px auto; } }
      @media only screen and (min-width: 768px) {
        .paddington-friends-grid .adopt-bear-form .adopt-a-bear-message-success {
          background-size: 211px auto; } }
    .paddington-friends-grid .adopt-bear-form .adopt-a-bear-return {
      color: white;
      display: block;
      margin: 20px 0 0;
      text-align: center; }
      .paddington-friends-grid .adopt-bear-form .adopt-a-bear-return a {
        background: transparent url(../images/icon-arrows-left-2.png) left center no-repeat;
        background-size: 30px 30px;
        padding-left: 20px;
        margin: 0 auto;
        color: inherit;
        text-decoration: none; }
        .paddington-friends-grid .adopt-bear-form .adopt-a-bear-return a:hover {
          text-decoration: none; }

.paddington-friends-process {
  padding-bottom: 7%; }
  @media only screen and (min-width: 768px) {
    .paddington-friends-process {
      padding-bottom: 60px; } }

.paddington-friends-process-box {
  background-color: #ea741d;
  color: white; }

.paddington-friends-process-intro {
  background-color: #e09c31;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 26px 20px 1px;
  text-align: center; }
  .paddington-friends-process-intro .inner {
    padding: 0; }
  @media only screen and (min-width: 768px) {
    .paddington-friends-process-intro {
      padding: 0;
      display: table;
      height: 502px; }
      .paddington-friends-process-intro .inner {
        display: table-cell;
        vertical-align: middle; } }
  .paddington-friends-process-intro h2 {
    background: transparent url(../images/border-top.png) center 0 no-repeat;
    background-size: 141px 17px;
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 1.44px; }
    .paddington-friends-process-intro h2 span {
      display: block;
      background: transparent url(../images/border-bottom.png) center bottom no-repeat;
      background-size: 141px 17px;
      padding: 30px 0; }
  .paddington-friends-process-intro p {
    max-width: 325px;
    margin: 0 auto 20px;
    line-height: 1.4; }

.paddington-friends-process-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .paddington-friends-process-list li strong {
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif; }
  .paddington-friends-process-list li span {
    display: block;
    max-width: 260px;
    margin: 0 auto;
    text-align: center; }
  .paddington-friends-process-list li:first-child {
    background: #ea881d url(../images/icon-process-1.png) center 30px no-repeat;
    padding: 176px 20px 14px; }
    .paddington-friends-process-list li:first-child p {
      line-height: 1.3; }
  .paddington-friends-process-list li:nth-child(2) {
    background: #ea741d url(../images/icon-process-2.png) center 30px no-repeat;
    padding: 82px 20px 30px; }
    .paddington-friends-process-list li:nth-child(2) p {
      line-height: 1.3; }
    .paddington-friends-process-list li:nth-child(2) span.give-your-bear-step {
      background: transparent url(../images/icon-social-group.png) center bottom no-repeat;
      padding-bottom: 40px; }

.paddington-friends-drop {
  padding-bottom: 7%; }
  @media only screen and (min-width: 768px) {
    .paddington-friends-drop {
      padding-bottom: 60px; } }

.paddington-friends-drop-box {
  color: white;
  background: #233f54 url(http://paddingtondev.blob.core.windows.net/media/1005/donation-box-right.png) no-repeat;
  background-position: bottom right;
  padding-bottom: 300px; }
  @media only screen and (min-width: 640px) {
    .paddington-friends-drop-box {
      background-position: bottom right;
      padding-bottom: 200px; } }
  @media only screen and (min-width: 768px) {
    .paddington-friends-drop-box {
      background: #233f54 70px -25px no-repeat;
      padding-bottom: 0; } }
  .paddington-friends-drop-box h2 {
    font-size: 24px;
    letter-spacing: 1.44px;
    margin-top: 30px; }
    @media only screen and (min-width: 640px) {
      .paddington-friends-drop-box h2 {
        margin-top: 80px; } }
    @media only screen and (min-width: 768px) {
      .paddington-friends-drop-box h2 {
        margin-top: 64px; } }
  .paddington-friends-drop-box p {
    max-width: 360px; }
  @media only screen and (min-width: 768px) {
    .paddington-friends-drop-box .module-50 {
      float: right; }
      .paddington-friends-drop-box .module-50 .inner {
        padding-right: 70px;
        max-width: 520px; } }

.paddington-friends-drop-cta {
  margin: 40px 0 45px;
  display: block; }
  .paddington-friends-drop-cta a {
    border: 2px solid #eca332;
    color: #eca332;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.96px;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase; }
    .paddington-friends-drop-cta a:hover {
      text-decoration: none; }

.paddington-friends-stations {
  position: relative; }

.paddington-friends-stations h2 {
  color: #eca332;
  font-size: 24px;
  letter-spacing: 1.44px;
  text-align: center;
  margin: 0 auto 55px;
  max-width: 600px;
  width: 80%; }
  @media only screen and (max-width: 480px) {
    .paddington-friends-stations h2 {
      margin-bottom: 23px; } }

.paddington-friends-stations-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #dd8e12;
  color: white;
  margin-bottom: 40px; }
  .paddington-friends-stations-list li {
    padding: 40px 20px;
    text-align: center; }
    .paddington-friends-stations-list li h3 {
      font-size: 21px;
      letter-spacing: 1.26px; }
    .paddington-friends-stations-list li h3, .paddington-friends-stations-list li h4 {
      margin: 0; }
    .paddington-friends-stations-list li .date-tag {
      color: white;
      opacity: 1; }
  .paddington-friends-stations-list li:nth-child(even) {
    background: #eca332; }
  @media only screen and (min-width: 640px) {
    .paddington-friends-stations-list {
      margin-bottom: 100px; } }

.paddington-friends-footer-bear {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 95px; }
  @media only screen and (min-width: 640px) {
    .paddington-friends-footer-bear {
      width: 211px;
      height: 251px; } }
  @media only screen and (min-width: 768px) {
    .paddington-friends-footer-bear {
      width: 260px;
      height: 309px; } }
  @media only screen and (min-width: 960px) {
    .paddington-friends-footer-bear {
      width: 303px;
      height: 360px; } }
  @media only screen and (min-width: 1080px) {
    .paddington-friends-footer-bear {
      width: 352px;
      height: 419px; } }

.paddington-friends-footer-logo {
  background: transparent center center no-repeat;
  background-size: 100%;
  margin: 0 auto;
  height: 115px;
  width: 237px;
  text-indent: -9999px; }
  @media only screen and (min-width: 640px) {
    .paddington-friends-footer-logo {
      height: 230px;
      width: 508px; } }

/* Additional Footer Nav */
.visible-xs {
  display:none;
}

.languageSwitcher{
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 2.83333333;
  letter-spacing: 0.32px;
}

.languageSwitcher + nav > .footer-navigation {
  padding-top: 20px;
}

.footer-lang-navigation{
  list-style-type: none;
  margin:0;
  padding:0;
  margin-left:-20px;
}

.footer-lang-navigation li{
  display:inline-block;
}

.footer-lang-navigation li:first-child a{
}

.footer-lang-navigation li:last-child a{
  border-right:0;
}

.footer-lang-navigation li a{
  padding:0 20px;
  border-right:1px solid #fff;
  color:#fff;
  text-decoration: none;
}


.footer-lang-navigation li a:hover{
  opacity: 0.5;
}

.footer-lang-navigation li a.active{
  opacity: 0.5;
}

.switcher{
  cursor: pointer;
}

.switcher.down:after{
  content: ' \25be';
}

.switcher.up:after{
  content: ' \25b4';
}

@media screen and (max-width: 959px){
  .visible-xs{
    display:block;
  }

  .footer-lang-navigation-nav{
    display:none;
  }

  .footer-lang-navigation li{
    display: block;
  }

  .footer-lang-navigation li a{
    border-right:0;
  }
}