/*! normalize.css 2011-08-12T17:28 UTC · http://github.com/necolas/normalize.css */

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

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */


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

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

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

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

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

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


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

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%; /* 3 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
}


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

a {
    color: #00e;
    outline: none;
}

a:visited {
    color: #551a8b;
}

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus, button {
    /*outline: thin dotted;*/
    outline: none;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

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

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}

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

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

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

/*
 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/

b, 
strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

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

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

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

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

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

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

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

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


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

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */

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


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

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


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

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent margin and padding
 */

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 * 2. Corrects inner spacing displayed oddly in IE6/7
 */

button,
input {
    line-height: normal; /* 1 */
    *overflow: visible;  /* 2 */
}

/*
 * Corrects overlap and whitespace issue for buttons and inputs in IE6/7
 * Known issue: reintroduces inner spacing
 */

table button,
table input {
    *overflow: auto;
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Addresses excess padding in IE8/9
 */

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

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

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

/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */

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

/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

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

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

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


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

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.hidden {
  display: none;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.invisible {
  visibility: hidden; }

.align-right {
  text-align: right; }

img.align-right {
  display: block;
  float: right;
  margin-left: 1em; }

.align-left {
  text-align: right; }

img.align-left {
  display: block;
  float: left;
  margin-right: 1em; }
body {
  color: #58564a;
  background: #415856 url(/assets/page/landscape-6b5d938cc136e71df2d9bf817cae4d60.jpg) top center no-repeat; }

a {
  color: #98350d; }
  a:hover {
    color: #d83e00; }
  a:visited {
    color: #98350d; }
    a:visited:hover {
      color: #d83e00; }

.page {
  width: 1000px;
  margin: 0 auto;
  position: relative; }
  .page .phone-number {
    color: white;
    text-align: right;
    padding: 20px 50px 0 0;
    font-weight: lighter;
    margin-bottom: -6px; }
  .page > .middle {
    padding: 0 20px;
    background: transparent url(/assets/page/shadow-1e08d5784ecca936a4b057e99fcbff7a.png) left top repeat-y;
    position: relative; }
  .page > .cap {
    height: 37px; }
  .page .sharing_container {
    position: fixed;
    top: 124px;
    left: 50%;
    width: 49px;
    height: 134px;
    padding: 14px 13px 0 19px;
    background: transparent url(/assets/header/sharing_container-3ccabf894118fe495123775c0ecbeccd.png) no-repeat right top;
    color: white;
    margin-left: 469px; }
    .page .sharing_container .body {
      padding: 14px 7px; }
    .page .sharing_container.follow {
      top: 275px;
      background-image: url(/assets/header/follow_container-c206031953e06fa8e8f42e8a6bc357e1.png);
      height: 230px; }
      .page .sharing_container.follow .title {
        background: #98350d none;
        position: absolute;
        top: 8px;
        right: 9px;
        left: 11px;
        text-align: center;
        padding: 5px 0; }
      .page .sharing_container.follow .body {
        padding-top: 51px; }
        .page .sharing_container.follow .body .facebook-link {
          display: inline-block;
          width: 32px;
          height: 32px;
          text-indent: -10000px;
          background: url(/assets/sprites/social-share-buttons@2x.png) -64px 0px no-repeat;
          margin-bottom: 5px; }
        .page .sharing_container.follow .body .gplus-link {
          display: inline-block;
          width: 32px;
          height: 32px;
          text-indent: -10000px;
          background: url(/assets/sprites/social-share-buttons@2x.png) -32px -64px no-repeat; }
        .page .sharing_container.follow .body .pinterest-link {
          display: inline-block;
          width: 32px;
          height: 32px;
          text-indent: -10000px;
          background: url(/assets/sprites/social-share-buttons@2x.png) 0 0 no-repeat;
          margin-bottom: 5px; }
        .page .sharing_container.follow .body .twitter-link {
          display: inline-block;
          width: 32px;
          height: 32px;
          text-indent: -10000px;
          background: url(/assets/sprites/social-share-buttons@2x.png) -32px -96px no-repeat;
          margin-bottom: 5px; }

.top.cap {
  background: transparent url(/assets/page/caps-24be524ff54159813e353619fc5c69a4.png) top center no-repeat; }

.bottom.cap {
  background: transparent url(/assets/page/caps-24be524ff54159813e353619fc5c69a4.png) bottom center no-repeat; }

header[role="banner"] {
  padding: 1px 0;
  background: transparent url(/assets/header/paper-369257a52d185fee154fbc7e6530e133.jpg) center top repeat;
  height: 110px;
  position: relative; }
  header[role="banner"] .header_form {
    clear: both;
    padding: 2px 0; }
    header[role="banner"] .header_form label {
      color: #6d8e31;
      float: right;
      display: block;
      padding: 6px 8px;
      font-size: 11px; }
    header[role="banner"] .header_form input, header[role="banner"] .header_form a {
      border: 1px solid #98350d;
      border-radius: 5px;
      display: block;
      float: right;
      width: 130px;
      padding: 4px 10px;
      background-color: white;
      background-color: rgba(255, 255, 255, 0.4);
      text-align: left; }
    header[role="banner"] .header_form a {
      color: #a9abb7 !important;
      text-decoration: none;
      cursor: text; }

.page-content {
  background: white url(/assets/page/paper-2d0c21b42471c77d59add56fd77cc508.jpg) center center repeat-y; }
  .page-content .paper-top {
    padding: 1px 0;
    background: transparent url(/assets/page/paper_top-dc12739faad593cc636e0bae17451e47.jpg) center top no-repeat; }

#footer-container {
  background: transparent url(/assets/page/shadow-1e08d5784ecca936a4b057e99fcbff7a.png) left top repeat-y;
  position: relative; }

footer.contentinfo {
  padding: 1px 0;
  background: transparent url(/assets/footer/paper-74d8c48fc503c11b811cf4b7d9d9e58e.jpg) center top repeat-y;
  margin: 0;
  position: relative;
  padding: 7px 0 18px 0; }

.masthead {
  width: 900px;
  margin: 0 auto;
  border-top: 8px solid #bdd08b;
  position: relative; }
  .masthead img {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%; }
  .masthead > .paper {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 99;
    background: transparent url(/assets/masthead/paper-f80615318e8785ef9656f06c4ecb7736.png) center bottom no-repeat; }

div[role="main"] {
  width: 900px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 3em; }

.copyright {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: right;
  font-size: 0.625em;
  color: #a0acab; }

hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #d3cfb6 transparent transparent transparent; }

div[role="alert"] {
  width: 900px;
  margin: 1em auto;
  font-size: 0.75em;
  font-weight: bold; }
  div[role="alert"] .notice, div[role="alert"] .alert {
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid transparent; }
  div[role="alert"] .notice {
    color: #413c2c;
    border-color: #E0CEB1;
    background: #bdd08b; }
  div[role="alert"] .alert {
    color: white;
    border-color: #98350d;
    background: #DC404C; }

#error_explanation {
  color: white;
  border: 1px solid transparent;
  border-radius: 6px;
  border-color: #98350d;
  background: #DC404C;
  padding: 8px; }
  #error_explanation h2 {
    font-size: 0.875em;
    margin: 0; }
  #error_explanation ul {
    font-size: 0.875em;
    padding-left: 20px;
    margin-bottom: 0; }

.error {
  color: #DC404C;
  font-size: 0.875em;
  margin-bottom: 0; }

.teaser {
  width: 75%;
  padding-left: 2em;
  line-height: 1.5;
  margin-bottom: 2em; }

.camp-label {
  text-align: center;
  width: 120px;
  color: white;
  background: #6d8e31 none;
  box-shadow: 0 0 3px 4px #6d8e31;
  cursor: default; }
header[role="banner"] .logo {
  position: absolute;
  top: 10px;
  left: 20px;
  margin: 0px; }
  header[role="banner"] .logo img {
    display: block; }
header[role="banner"] nav[role="navigation"] {
  width: 920px;
  position: absolute;
  left: 30px;
  bottom: 8px; }
  header[role="banner"] nav[role="navigation"] a {
    display: block;
    float: left;
    padding: 0 13px;
    border-right: 1px solid #98350d;
    color: #292525;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.875em;
    line-height: 0.9; }
    header[role="banner"] nav[role="navigation"] a:first-child {
      padding-left: 0; }
    header[role="banner"] nav[role="navigation"] a:last-child {
      border-right: none;
      padding-right: 0; }
    header[role="banner"] nav[role="navigation"] a:hover {
      color: #f85a00; }
header[role="banner"] .auth {
  position: absolute;
  top: 4px;
  right: 30px;
  text-align: right;
  color: #766358;
  font-size: 0.6875em;
  width: 305px; }
header[role="banner"] .links {
  position: absolute;
  top: 48px;
  right: 30px;
  text-align: right;
  color: #766358;
  font-size: 0.6875em; }
header[role="banner"] .auth p, header[role="banner"] .links p {
  margin: 0 auto 0.5em;
  font-weight: bold; }
header[role="banner"] .auth:hover .info a, header[role="banner"] .links:hover .info a {
  color: #766358;
  text-transform: uppercase;
  text-decoration: none; }
header[role="banner"] .auth .pipe, header[role="banner"] .links .pipe {
  color: #beb1a9;
  padding: 0 5px; }
header[role="banner"] .auth .help-link, header[role="banner"] .links .help-link {
  color: #6d8e31;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  background: url(/assets/icons/question_mark-62dc573b2b044baa273ad1b7f7fc4289.png) center right no-repeat;
  padding-right: 20px;
  line-height: 16px;
  text-decoration: none; }
  header[role="banner"] .auth .help-link:hover, header[role="banner"] .links .help-link:hover {
    color: #8caa4c; }

.ie7 header[role="banner"] h1 {
  top: 22px; }
.ie7 nav[role="navigation"] a {
  padding: 0 10px; }
#footer-container footer.contentinfo .nha_menu {
  padding: 2px 0; }
  #footer-container footer.contentinfo .nha_menu table {
    margin: 0px auto;
    width: auto; }
    #footer-container footer.contentinfo .nha_menu table td {
      padding: 0;
      vertical-align: middle; }
  #footer-container footer.contentinfo .nha_menu h3 {
    display: inline-block;
    float: left;
    margin: 0;
    color: #8caa4c;
    font-size: 0.9em; }
  #footer-container footer.contentinfo .nha_menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #footer-container footer.contentinfo .nha_menu ul li {
      float: left;
      padding: 0 10px;
      border-left: 1px solid #a0acab; }
      #footer-container footer.contentinfo .nha_menu ul li:first-child {
        padding-left: 0;
        border: 0 none; }
      #footer-container footer.contentinfo .nha_menu ul li:last-child {
        padding-right: 0; }
      #footer-container footer.contentinfo .nha_menu ul li a {
        text-decoration: none;
        font-size: 0.9em;
        display: block;
        color: #413c2c;
        line-height: 0.9em; }
#footer-container footer.contentinfo nav[role="navigation"] {
  border-bottom: 1px solid #ccc9be;
  width: 900px;
  padding-bottom: 6px;
  margin: 0 auto; }
  #footer-container footer.contentinfo nav[role="navigation"] a {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none; }
    #footer-container footer.contentinfo nav[role="navigation"] a:hover {
      color: #89583c; }
#footer-container footer.contentinfo .row {
  clear: both;
  width: 900px;
  padding: 10px 0;
  margin: 9px auto;
  height: 98px;
  border-top: 1px solid #d3cfb6;
  border-bottom: 1px solid #d3cfb6; }
#footer-container footer.contentinfo .affiliates {
  float: left;
  padding-top: 3px; }
  #footer-container footer.contentinfo .affiliates img {
    display: block;
    float: left;
    margin-right: 8px; }
#footer-container footer.contentinfo .footer_menu {
  padding: 10px 60px; }
  #footer-container footer.contentinfo .footer_menu .inner {
    padding-top: 10px;
    border-top: 1px solid #ccc9be; }
    #footer-container footer.contentinfo .footer_menu .inner ul {
      list-style: none;
      padding: 0px;
      margin: 0px; }
      #footer-container footer.contentinfo .footer_menu .inner ul li {
        float: left;
        width: 25%;
        color: #6d8e31;
        padding-bottom: 10px; }
        #footer-container footer.contentinfo .footer_menu .inner ul li h3 {
          margin: 0 0 3px 0;
          font-weight: lighter; }
        #footer-container footer.contentinfo .footer_menu .inner ul li li {
          float: none;
          width: 100%;
          margin: 0;
          padding: 0; }
          #footer-container footer.contentinfo .footer_menu .inner ul li li a {
            color: #40403f;
            text-decoration: none;
            font-weight: lighter;
            font-size: 0.75em; }
#footer-container footer.contentinfo .about {
  float: left;
  font-size: 0.78em;
  width: 780px;
  height: 100px;
  border-left: 1px solid #d3cfb6;
  padding-left: 10px;
  content: #58564a; }
  #footer-container footer.contentinfo .about p {
    margin: 0.5em auto; }
  #footer-container footer.contentinfo .about img {
    display: block;
    float: right;
    margin-left: 10px; }
#footer-container footer.contentinfo .contact {
  width: 900px;
  margin: 0 auto;
  padding-top: 5px;
  clear: left;
  font-size: 0.6em;
  color: #58564a; }
  #footer-container footer.contentinfo .contact span {
    padding: 0 10px;
    border-left: 1px solid #58564a; }
    #footer-container footer.contentinfo .contact span:first-child {
      padding-left: 0;
      border: 0px none; }
button, input[type="submit"], input[type="button"], a.button, span.button {
  display: block;
  padding: 4px 8px;
  color: white;
  background: #966547;
  text-decoration: none;
  border-width: 0;
  border-radius: 6px;
  background: #C95D00;
  background: -moz-linear-gradient(top, #C95D00 0%, #C95D00 19%, #832B00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C95D00), color-stop(19%, #C95D00), color-stop(100%, #832B00));
  background: -webkit-linear-gradient(top, #C95D00 0%, #C95D00 19%, #832B00 100%);
  background: -o-linear-gradient(top, #C95D00 0%, #C95D00 19%, #832B00 100%);
  background: -ms-linear-gradient(top, #C95D00 0%, #C95D00 19%, #832B00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C95D00', endColorstr='#832B00',GradientType=0 );
  background: linear-gradient(top, #C95D00 0%, #C95D00 19%, #832B00 100%);
  border: 1px solid #9a4902; }
  button .right-arrow, input[type="submit"] .right-arrow, input[type="button"] .right-arrow, a.button .right-arrow, span.button .right-arrow {
    padding-right: 23px;
    display: block;
    background: url(/assets/icons/right-6c14f719735708a41e5949063fe47bfa.png) center right no-repeat; }
    button .right-arrow span, input[type="submit"] .right-arrow span, input[type="button"] .right-arrow span, a.button .right-arrow span, span.button .right-arrow span {
      color: #f4ca00;
      font-weight: bold; }
  button .red-right-arrow, input[type="submit"] .red-right-arrow, input[type="button"] .red-right-arrow, a.button .red-right-arrow, span.button .red-right-arrow {
    padding-right: 23px;
    display: block;
    background: url(/assets/icons/red_right-a51081310bcbf1f35a579f144a66139d.png) center right no-repeat; }
  button .left-arrow, input[type="submit"] .left-arrow, input[type="button"] .left-arrow, a.button .left-arrow, span.button .left-arrow {
    padding-left: 20px;
    display: block;
    background: url(/assets/icons/left-29eb2b49b037aa29e972bad89c56c7cd.png) center left no-repeat; }
  button .envelope, input[type="submit"] .envelope, input[type="button"] .envelope, a.button .envelope, span.button .envelope {
    padding-right: 23px;
    display: block;
    background: url(/assets/icons/envelope-4f96c83a3915f3803d52bed290af07cb.png) center right no-repeat; }
  button .pencil, input[type="submit"] .pencil, input[type="button"] .pencil, a.button .pencil, span.button .pencil {
    padding-right: 23px;
    display: block;
    background: url(/assets/icons/pencil-09d5203590dd7176540829e98d943785.png) center right no-repeat; }
  button .facebook-f, input[type="submit"] .facebook-f, input[type="button"] .facebook-f, a.button .facebook-f, span.button .facebook-f {
    padding-right: 23px;
    display: block;
    background: url(/assets/icons/facebook-d7f05795862056575ac1533d51d9b0cf.png) center right no-repeat; }
  button .eye, input[type="submit"] .eye, input[type="button"] .eye, a.button .eye, span.button .eye {
    padding-right: 23px;
    display: block;
    background: url(/assets/icons/eye-0823c7e01e1302f216648cf8823d4fa4.png) center right no-repeat; }
  button:hover, input[type="submit"]:hover, input[type="button"]:hover, a.button:hover, span.button:hover {
    background: #CC7710;
    background: -moz-linear-gradient(top, #CC7710 0%, #CC7710 19%, #B23200 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CC7710), color-stop(19%, #CC7710), color-stop(100%, #B23200));
    background: -webkit-linear-gradient(top, #CC7710 0%, #CC7710 19%, #B23200 100%);
    background: -o-linear-gradient(top, #CC7710 0%, #CC7710 19%, #B23200 100%);
    background: -ms-linear-gradient(top, #CC7710 0%, #CC7710 19%, #B23200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC7710', endColorstr='#B23200',GradientType=0 );
    background: linear-gradient(top, #CC7710 0%, #CC7710 19%, #B23200 100%);
    color: white; }
  button.inline, input[type="submit"].inline, input[type="button"].inline, a.button.inline, span.button.inline {
    padding: 0;
    color: #89583c;
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    background: transparent;
    border: none; }
    button.inline:hover, input[type="submit"].inline:hover, input[type="button"].inline:hover, a.button.inline:hover, span.button.inline:hover {
      color: #f85a00; }
  button.centered > span, input[type="submit"].centered > span, input[type="button"].centered > span, a.button.centered > span, span.button.centered > span {
    display: inline; }
  button.gray, input[type="submit"].gray, input[type="button"].gray, a.button.gray, span.button.gray {
    color: white;
    background: #766358;
    border-radius: 6px;
    background: #A69B94;
    background: -moz-linear-gradient(top, #A69B94 0%, #867971 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A69B94), color-stop(100%, #867971));
    background: -webkit-linear-gradient(top, #A69B94 0%, #867971 100%);
    background: -o-linear-gradient(top, #A69B94 0%, #867971 100%);
    background: -ms-linear-gradient(top, #A69B94 0%, #867971 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A69B94', endColorstr='#867971',GradientType=0 );
    background: linear-gradient(top, #A69B94 0%, #867971 100%);
    border: 1px solid #766358; }
    button.gray .right-arrow, input[type="submit"].gray .right-arrow, input[type="button"].gray .right-arrow, a.button.gray .right-arrow, span.button.gray .right-arrow {
      background-image: url(/assets/icons/white_right_arrow-5744e5cfc4fabef162bd0cb12460f980.png); }
    button.gray .envelope, input[type="submit"].gray .envelope, input[type="button"].gray .envelope, a.button.gray .envelope, span.button.gray .envelope {
      background-image: url(/assets/icons/white_envelope-b3729a6fe67f16049f19f403ca2435aa.png); }
    button.gray .pencil, input[type="submit"].gray .pencil, input[type="button"].gray .pencil, a.button.gray .pencil, span.button.gray .pencil {
      background-image: url(/assets/icons/white_pencil-1effca46b0fab5d91f03a13505c31ecf.png); }
    button.gray .facebook-f, input[type="submit"].gray .facebook-f, input[type="button"].gray .facebook-f, a.button.gray .facebook-f, span.button.gray .facebook-f {
      background-image: url(/assets/icons/white_facebook-0086d47fc251c645be8fea1001cb5441.png); }
    button.gray:hover, input[type="submit"].gray:hover, input[type="button"].gray:hover, a.button.gray:hover, span.button.gray:hover {
      background: #bdb5b0;
      background: -moz-linear-gradient(top, #bdb5b0 0%, #9e938c 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bdb5b0), color-stop(100%, #9e938c));
      background: -webkit-linear-gradient(top, #bdb5b0 0%, #9e938c 100%);
      background: -o-linear-gradient(top, #bdb5b0 0%, #9e938c 100%);
      background: -ms-linear-gradient(top, #bdb5b0 0%, #9e938c 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdb5b0', endColorstr='#9e938c',GradientType=0 );
      background: linear-gradient(top, #bdb5b0 0%, #9e938c 100%); }

#continue_screen button {
  float: left;
  margin-right: 1.3em; }

.ie button.inline, .ie .button.inline {
  filter: none; }
  .ie button.inline:hover, .ie .button.inline:hover {
    filter: none; }
article[role="document"] {
  position: relative;
  border-top: 8px solid #bdd08b; }
  article[role="document"] h1, article[role="document"] h2, article[role="document"] dt {
    color: #8caa4c;
    font-weight: normal; }
  article[role="document"] h1 {
    font-size: 27px;
    max-width: 500px; }
    article[role="document"] h1.full-width {
      width: 100%; }
  article[role="document"] h2, article[role="document"] dt {
    font-size: 1.125em; }
  article[role="document"] hgroup h1 {
    margin-bottom: 0.3em; }
  article[role="document"] hgroup h2 {
    margin-top: 0.3em;
    font-size: 0.75em;
    font-weight: bold;
    text-transform: uppercase; }
  article[role="document"] .info {
    text-transform: uppercase;
    font-weight: bold;
    color: #8caa4c;
    font-size: 13px;
    line-height: 1.3; }
    article[role="document"] .info .note {
      text-transform: none;
      font-style: italic;
      font-weight: normal; }
  article[role="document"] dd {
    margin: 0.6em 0 0 0; }
  article[role="document"] a.button {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    vertical-align: middle;
    white-space: nowrap;
    width: 256px;
    color: white;
    position: absolute;
    top: 30px;
    right: 0; }
  article[role="document"] .left_column {
    width: 500px; }
  article[role="document"] .description, article[role="document"] .feature, article[role="document"] .recommendation, article[role="document"] .stop {
    zoom: 1; }
    article[role="document"] .description:before, article[role="document"] .description:after, article[role="document"] .feature:before, article[role="document"] .feature:after, article[role="document"] .recommendation:before, article[role="document"] .recommendation:after, article[role="document"] .stop:before, article[role="document"] .stop:after {
      content: "";
      display: table; }
    article[role="document"] .description:after, article[role="document"] .feature:after, article[role="document"] .recommendation:after, article[role="document"] .stop:after {
      clear: both; }
  article[role="document"] .description img, article[role="document"] .feature img, article[role="document"] .stop img {
    margin: 1.2em 0 0.8em 0.5em;
    float: right; }
  article[role="document"] .description p, article[role="document"] .feature p, article[role="document"] .stop p {
    margin-top: 0; }
  article[role="document"] .description p, article[role="document"] .description h2, article[role="document"] .feature p, article[role="document"] .feature h2, article[role="document"] .stop p, article[role="document"] .stop h2 {
    width: 500px; }
  article[role="document"] .description ul, article[role="document"] .description ol, article[role="document"] .feature ul, article[role="document"] .feature ol, article[role="document"] .stop ul, article[role="document"] .stop ol {
    width: 450px; }
  article[role="document"] .description {
    font-size: 1.125em;
    line-height: 1.6; }
    article[role="document"] .description .map {
      display: block;
      width: 340px;
      margin: 1em 0 1em 10px;
      float: right;
      font-size: 0.75em;
      text-align: center;
      cursor: pointer; }
    article[role="document"] .description .map img {
      margin: 0;
      padding-bottom: 5px; }
    article[role="document"] .description .image_gallery {
      font-size: 0.8125em;
      cursor: pointer; }
  article[role="document"] .highlight-guarantee {
    float: right;
    width: 280px;
    margin: 0 0 8px 10px;
    text-align: center; }
    article[role="document"] .highlight-guarantee a {
      display: block;
      text-decoration: none;
      font-weight: bold; }
    article[role="document"] .highlight-guarantee p {
      margin: 0; }
  article[role="document"] .feature, article[role="document"] .stop, article[role="document"] .recommendation, article[role="document"] .routes, article[role="document"] #options {
    font-size: 0.875em;
    line-height: 1.4; }
  article[role="document"] .routes ul {
    list-style: none;
    padding: 0; }
  article[role="document"] .feature, article[role="document"] .stop {
    min-height: 283px;
    position: relative; }
    article[role="document"] .feature.noimage, article[role="document"] .stop.noimage {
      min-height: 1px; }
    article[role="document"] .feature .image_gallery, article[role="document"] .feature img, article[role="document"] .stop .image_gallery, article[role="document"] .stop img {
      position: absolute;
      top: 50%;
      right: 0;
      margin: 0;
      margin-top: -127px;
      float: none; }
      article[role="document"] .feature .image_gallery img, article[role="document"] .feature img img, article[role="document"] .stop .image_gallery img, article[role="document"] .stop img img {
        position: static;
        margin-top: 0; }
    article[role="document"] .feature a[rel='fancybox'], article[role="document"] .stop a[rel='fancybox'] {
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -140px; }
      article[role="document"] .feature a[rel='fancybox'] .image_gallery, article[role="document"] .stop a[rel='fancybox'] .image_gallery {
        position: static;
        margin-top: 0; }
        article[role="document"] .feature a[rel='fancybox'] .image_gallery img, article[role="document"] .stop a[rel='fancybox'] .image_gallery img {
          position: static;
          margin-top: 0; }
  article[role="document"] .image_gallery {
    display: block;
    width: 340px;
    margin: 1em 0 1em 10px;
    float: right;
    font-size: 1em;
    text-align: center; }
  article[role="document"] .image_gallery img {
    margin: 0;
    padding-bottom: 5px; }
  article[role="document"] .recommendation {
    margin: 1em 0;
    padding: 1em 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #dee1d4; }
    article[role="document"] .recommendation h2 {
      margin-top: 0;
      color: #58564a;
      font-weight: bold; }
    article[role="document"] .recommendation p {
      font-style: italic;
      margin: 0 1em 0.3em 112px; }
    article[role="document"] .recommendation li {
      margin-bottom: 0.6em; }
    article[role="document"] .recommendation .credit {
      text-align: right;
      margin: 0 1em 0 0; }
    article[role="document"] .recommendation img {
      float: left;
      margin-right: 12px; }
  article[role="document"] .pull-right {
    float: right;
    margin: 0 0 20px 20px; }
  article[role="document"] .clr {
    clear: both; }

#camp_flyout .description .image_gallery {
  font-size: 0.75em; }
#camp_flyout .feature .image_gallery {
  font-size: 1em;
  width: 250px; }
#camp_flyout .feature a[rel='fancybox'] {
  margin-top: -100px; }

#camp_modal .feature a[rel='fancybox'] {
  margin-top: -100px; }
#camp_modal .feature p {
  width: 290px; }
#camp_modal .feature li {
  width: 250px; }

.book.quote #camp_modal .feature p {
  width: 100%; }
.book.quote #camp_modal .feature li {
  width: 100%; }
.book.quote #camp_modal .feature .image_gallery {
  display: none; }

#camp-flyout.migration .feature a[rel='fancybox'] {
  margin-top: -100px; }

#route_flyout .feature p {
  width: 350px; }
#route_flyout .feature a[rel='fancybox'] {
  margin-top: -100px; }

#country_flyout .feature p {
  width: 350px; }
#country_flyout .feature a[rel='fancybox'] {
  margin-top: -100px; }

.ie7 article[role="document"] h2 {
  padding-top: 12px; }
.ie7 article[role="document"] .recommendation h2 {
  padding-top: 0; }

h2.step {
  padding-left: 30px;
  background-position: center left;
  background-repeat: no-repeat; }
  h2.step.one {
    background-image: url(/assets/planner/step_1-f2040fe5578b2f1ba645ad1447a31bc4.png); }
  h2.step.two {
    background-image: url(/assets/planner/step_2-12ace450ba9c4b11b4decf41b5b89b47.png); }
  h2.step.three {
    background-image: url(/assets/planner/step_3-9dc1cd23aa84b0d9c0623b127204ac2d.png); }
  h2.step.four {
    background-image: url(/assets/planner/step_4-382689a63a5f193ea947c954f7893401.png); }
  h2.step.five {
    background-image: url(/assets/planner/step_5-585233752b440f043efacd7c6ed297b8.png); }
.modal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.85; }
.modal .window {
  position: absolute;
  top: -75px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1003; }

.dialog {
  zoom: 1;
  position: relative;
  margin: 0 auto;
  width: 600px;
  background: white;
  border: 10px solid white; }
  .dialog:before, .dialog:after {
    content: "";
    display: table; }
  .dialog:after {
    clear: both; }
  .dialog header, .dialog .subheader {
    padding: 1px 0;
    color: white;
    padding: 0.5em;
    margin: 0;
    font-weight: normal;
    background: #7FB048;
    background: -moz-linear-gradient(top, #7FB048 1%, #60952E 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7FB048), color-stop(100%, #60952E));
    background: -webkit-linear-gradient(top, #7FB048 1%, #60952E 100%);
    background: -o-linear-gradient(top, #7FB048 1%, #60952E 100%);
    background: -ms-linear-gradient(top, #7FB048 1%, #60952E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7FB048', endColorstr='#60952E',GradientType=0 );
    background: linear-gradient(top, #7FB048 1%, #60952E 100%);
    padding: 10px 20px; }
    .dialog header h1, .dialog .subheader h1, .dialog header h2, .dialog .subheader h2 {
      font-weight: normal;
      line-height: 1; }
    .dialog header h1, .dialog .subheader h1 {
      margin: 0 0 0.2em; }
    .dialog header h2, .dialog .subheader h2 {
      margin: 0.2em 0 0; }
    .dialog header h1, .dialog .subheader h1 {
      font-size: 1em;
      font-weight: bold; }
    .dialog header h2, .dialog .subheader h2 {
      font-size: 0.8125em;
      font-weight: bold; }
  .dialog .subheader {
    margin: 10px -20px; }
  .dialog section {
    background: #EDEBD5;
    background: -moz-linear-gradient(left, #EDEBD5 0%, #FAF9F3 50%, #EDEBD5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #EDEBD5), color-stop(50%, #FAF9F3), color-stop(100%, #EDEBD5));
    background: -webkit-linear-gradient(left, #EDEBD5 0%, #FAF9F3 50%, #EDEBD5 100%);
    background: -o-linear-gradient(left, #EDEBD5 0%, #FAF9F3 50%, #EDEBD5 100%);
    background: -ms-linear-gradient(left, #EDEBD5 0%, #FAF9F3 50%, #EDEBD5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEBD5', endColorstr='#EDEBD5',GradientType=1 );
    background: linear-gradient(left, #EDEBD5 0%, #FAF9F3 50%, #EDEBD5 100%); }
  .dialog .paper {
    padding: 1px 0;
    padding: 10px 20px; }
  .dialog.prompt, .dialog.finish, .dialog.edit {
    width: 350px; }
    .dialog.prompt section, .dialog.finish section, .dialog.edit section {
      padding: 1px 0;
      background: #EDEBD5;
      background: -moz-linear-gradient(left, #EDEBD5 0%, #FAF9F3 50%, #EDEBD5 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #EDEBD5), color-stop(50%, #FAF9F3), color-stop(100%, #EDEBD5));
      background: -webkit-linear-gradient(left, #EDEBD5 0%, #FAF9F3 50%, #EDEBD5 100%);
      background: -o-linear-gradient(left, #EDEBD5 0%, #FAF9F3 50%, #EDEBD5 100%);
      background: -ms-linear-gradient(left, #EDEBD5 0%, #FAF9F3 50%, #EDEBD5 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEBD5', endColorstr='#EDEBD5',GradientType=1 );
      background: linear-gradient(left, #EDEBD5 0%, #FAF9F3 50%, #EDEBD5 100%); }
    .dialog.prompt p, .dialog.finish p, .dialog.edit p {
      font-size: 0.875em;
      line-height: 1.4; }
    .dialog.prompt .buttons button, .dialog.finish .buttons button, .dialog.edit .buttons button {
      display: inline;
      margin-right: 0.5em; }
  .dialog .p {
    margin-bottom: 1em; }
  .dialog.save {
    border-width: 0; }
    .dialog.save .border {
      border: 10px solid white;
      zoom: 1; }
      .dialog.save .border:before, .dialog.save .border:after {
        content: "";
        display: table; }
      .dialog.save .border:after {
        clear: both; }
    .dialog.save header.intro, .dialog.save .intro.subheader {
      zoom: 1;
      background: #60952E;
      background: -moz-linear-gradient(top, #60952E 1%, #7FB048 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #60952E), color-stop(100%, #7FB048));
      background: -webkit-linear-gradient(top, #60952E 1%, #7FB048 100%);
      background: -o-linear-gradient(top, #60952E 1%, #7FB048 100%);
      background: -ms-linear-gradient(top, #60952E 1%, #7FB048 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60952E', endColorstr='#7FB048',GradientType=0 );
      background: linear-gradient(top, #60952E 1%, #7FB048 100%); }
      .dialog.save header.intro:before, .dialog.save .intro.subheader:before, .dialog.save header.intro:after, .dialog.save .intro.subheader:after {
        content: "";
        display: table; }
      .dialog.save header.intro:after, .dialog.save .intro.subheader:after {
        clear: both; }
      .dialog.save header.intro h1, .dialog.save .intro.subheader h1 {
        font: normal 1.875em Georgia, serif; }
      .dialog.save header.intro p, .dialog.save .intro.subheader p {
        line-height: 1.4; }
      .dialog.save header.intro img, .dialog.save .intro.subheader img {
        float: left;
        margin-right: 10px; }
    .dialog.save fieldset {
      border: none;
      padding: 0;
      margin: 0; }
      .dialog.save fieldset .field label {
        font-size: 0.8125em;
        font-weight: bold; }
      .dialog.save fieldset .field input {
        font-size: 1em;
        border: 1px solid #d3cfb6;
        padding: 4px;
        width: 251px; }
      .dialog.save fieldset .info {
        font-size: 0.75em;
        float: left;
        padding-left: 0.3em; }
      .dialog.save fieldset .submit input {
        font-size: 0.8125em; }
    .dialog.save section {
      width: 289px;
      height: 583px; }
      .dialog.save section header, .dialog.save section .subheader {
        background: #A69B94;
        background: -moz-linear-gradient(top, #A69B94 0%, #867971 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A69B94), color-stop(100%, #867971));
        background: -webkit-linear-gradient(top, #A69B94 0%, #867971 100%);
        background: -o-linear-gradient(top, #A69B94 0%, #867971 100%);
        background: -ms-linear-gradient(top, #A69B94 0%, #867971 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A69B94', endColorstr='#867971',GradientType=0 );
        background: linear-gradient(top, #A69B94 0%, #867971 100%); }
      .dialog.save section.left {
        float: left;
        position: relative; }
      .dialog.save section.right {
        float: right; }
      .dialog.save section .animals {
        position: absolute;
        bottom: 15px;
        right: 30px; }
    .dialog.save .close {
      clear: both;
      display: block;
      float: right;
      margin-top: 0.5em; }
  .dialog.edit input {
    padding: 4px;
    font-size: 1em;
    border: 1px solid #d3cfb6;
    margin: 0 10px 10px 0; }
  .dialog.share table, .dialog.submit table {
    margin-bottom: 1em; }
  .dialog.share th, .dialog.submit th {
    font-size: 0.8125em;
    text-align: left; }
  .dialog.share label, .dialog.submit label {
    font-size: 0.8125em;
    font-weight: bold; }
  .dialog.share input, .dialog.submit input {
    padding: 4px;
    font-size: 1em;
    border: 1px solid #d3cfb6;
    margin: 0 10px 10px 0; }
    .dialog.share input.error, .dialog.submit input.error {
      border-color: red;
      color: red; }
  .dialog.share textarea, .dialog.submit textarea {
    width: 554px;
    height: 40px;
    border: 1px solid #d3cfb6;
    padding: 4px; }
    .dialog.share textarea.error, .dialog.submit textarea.error {
      border-color: red;
      color: red; }
  .dialog.share .add, .dialog.share .remove, .dialog.submit .add, .dialog.submit .remove {
    font-size: 0.75em; }
  .dialog.share .buttons button, .dialog.submit .buttons button {
    display: inline;
    margin-right: 0.5em; }
  .dialog.share span.error, .dialog.share .recaptcha-error, .dialog.submit span.error, .dialog.submit .recaptcha-error {
    color: red;
    font-size: 0.8em;
    font-weight: bold; }
  .dialog.help h1 {
    font-size: 28px; }
  .dialog.help h2 {
    color: #6d8e31;
    font-size: 18px; }
  .dialog.help header, .dialog.help .subheader {
    position: relative; }
  .dialog.help .close {
    position: absolute;
    top: 10px;
    right: 10px; }
  .dialog.tier-description {
    width: 800px; }
    .dialog.tier-description header, .dialog.tier-description .subheader {
      position: relative; }
      .dialog.tier-description header h1, .dialog.tier-description .subheader h1 {
        font-size: 28px; }
    .dialog.tier-description .intro {
      padding-right: 20%;
      margin-bottom: 40px; }
    .dialog.tier-description .grid h1 {
      padding: 1px 0;
      color: white;
      padding: 0.5em;
      margin: 0;
      font-weight: normal;
      background: #7FB048;
      background: -moz-linear-gradient(top, #7FB048 1%, #60952E 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7FB048), color-stop(100%, #60952E));
      background: -webkit-linear-gradient(top, #7FB048 1%, #60952E 100%);
      background: -o-linear-gradient(top, #7FB048 1%, #60952E 100%);
      background: -ms-linear-gradient(top, #7FB048 1%, #60952E 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7FB048', endColorstr='#60952E',GradientType=0 );
      background: linear-gradient(top, #7FB048 1%, #60952E 100%);
      padding: 10px 20px; }
      .dialog.tier-description .grid h1 h1, .dialog.tier-description .grid h1 h2 {
        font-weight: normal;
        line-height: 1; }
      .dialog.tier-description .grid h1 h1 {
        margin: 0 0 0.2em; }
      .dialog.tier-description .grid h1 h2 {
        margin: 0.2em 0 0; }
    .dialog.tier-description .grid p {
      font-size: 12px; }
    .dialog.tier-description .grid article {
      width: 242px; }
    .dialog.tier-description .close {
      position: absolute;
      top: 10px;
      right: 10px; }
  .dialog.trip-notes header, .dialog.trip-notes .subheader {
    position: relative; }
    .dialog.trip-notes header h1, .dialog.trip-notes .subheader h1 {
      font-size: 28px; }
  .dialog.trip-notes h2 {
    font-size: 16px; }
  .dialog.trip-notes .close {
    position: absolute;
    top: 10px;
    right: 10px; }

#enews_modal_form {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  overflow: auto; }
  #enews_modal_form .save {
    width: 300px; }
  #enews_modal_form .window {
    position: relative;
    margin-top: 100px;
    z-index: 1006; }
    #enews_modal_form .window .dialog {
      width: auto !important;
      max-width: 610px; }
    #enews_modal_form .window header .modal_close, #enews_modal_form .window .dialog .subheader .modal_close, .dialog #enews_modal_form .window .subheader .modal_close {
      float: right;
      color: white;
      text-decoration: none; }
  #enews_modal_form section {
    margin: 0;
    width: 100%;
    height: auto; }
    #enews_modal_form section .errors {
      color: #DC404C;
      font-size: 0.8em; }
    #enews_modal_form section .success {
      color: #6d8e31; }

.oldie .modal .overlay {
  filter: alpha(opacity=80); }
.caro {
  position: relative; }
  .caro .caro-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 321px; }
    .caro .caro-inner .item {
      display: none;
      position: relative;
      width: 100%;
      top: 0; }
      .caro .caro-inner .item img {
        display: block;
        line-height: 1; }
      .caro .caro-inner .item.active {
        display: block; }
      .caro .caro-inner .item .title {
        position: absolute;
        top: 0;
        left: 0;
        padding: 9px 24px;
        background-color: #eaad01;
        color: white;
        min-width: 140px; }
      .caro .caro-inner .item .caption {
        position: absolute;
        top: 50px;
        left: 25px;
        right: 25px;
        color: white;
        font-weight: lighter;
        text-shadow: 1px 1px 3px black; }
        .caro .caro-inner .item .caption p {
          width: 250px; }
        .caro .caro-inner .item .caption .h1 {
          font-family: Georgia, serif;
          font-weight: lighter;
          font-size: 1.8em;
          margin: 0; }
      .caro .caro-inner .item .subtitle {
        text-shadow: 1px 1px 3px black;
        position: absolute;
        left: 25px;
        font-family: Georgia;
        font-weight: lighter;
        font-style: italic;
        font-size: 1.2em;
        bottom: 8px;
        color: white; }
        .caro .caro-inner .item .subtitle .big-green-button {
          background: #7FB048;
          background: -moz-linear-gradient(top, #7FB048 1%, #60952E 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7FB048), color-stop(100%, #60952E));
          background: -webkit-linear-gradient(top, #7FB048 1%, #60952E 100%);
          background: -o-linear-gradient(top, #7FB048 1%, #60952E 100%);
          background: -ms-linear-gradient(top, #7FB048 1%, #60952E 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7FB048', endColorstr='#60952E',GradientType=0 );
          background: linear-gradient(top, #7FB048 1%, #60952E 100%);
          font-family: arial;
          text-shadow: none;
          font-style: normal;
          color: white;
          text-align: center;
          text-decoration: none;
          display: inline-block;
          padding: 8px;
          font-size: 16px;
          border-radius: 4px;
          width: 140px;
          margin-right: 12px; }
  .caro .carousel-control.left,
  .caro .carousel-control.right {
    width: 25px;
    height: 47px;
    background: transparent url(/assets/sliders/slider_navigation-72e8fe663bd40993685fd5fb07dae74b.png) no-repeat scroll -25px -47px;
    position: absolute;
    top: 220px;
    left: 0;
    cursor: pointer; }
    .caro .carousel-control.left:hover,
    .caro .carousel-control.right:hover {
      background-position: -25px 0; }
  .caro .carousel-control.right {
    background-position: 0 -47px;
    right: 0;
    left: auto; }
    .caro .carousel-control.right:hover {
      background-position: 0 0; }
  .caro .pager {
    position: absolute;
    bottom: 12px;
    right: 18px;
    z-index: 100; }
    .caro .pager .item {
      width: 9px;
      height: 9px;
      background: transparent url(/assets/sliders/slider_pager-4756f73331cd8b4bea28b62719574a32.png) no-repeat scroll 0 0;
      float: left;
      margin-left: 6px; }
      .caro .pager .item.active {
        background-position: 0 -9px; }
  .caro .deco {
    width: 595px;
    height: 30px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    background: transparent url(/assets/sliders/deco-8a2f7292553830c85b6ab7a54d0e8490.png) no-repeat scroll 0 0; }
.login, .register, .password_reset {
  zoom: 1;
  width: 800px;
  margin: 0 auto; }
  .login:before, .login:after, .register:before, .register:after, .password_reset:before, .password_reset:after {
    content: "";
    display: table; }
  .login:after, .register:after, .password_reset:after {
    clear: both; }
  .login div[role="main"] h1, .register div[role="main"] h1, .password_reset div[role="main"] h1 {
    color: #89583c;
    font-family: Georgia, serif;
    font-weight: normal;
    border-bottom: 1px solid #ccc9be;
    padding-bottom: 5px; }
  .login .left, .register .left, .password_reset .left {
    width: 400px;
    float: left; }
  .login .right, .register .right, .password_reset .right {
    width: 400px;
    float: right; }
    .login .right img, .register .right img, .password_reset .right img {
      margin: 30px; }
  .login .remember, .login .submit, .register .remember, .register .submit, .password_reset .remember, .password_reset .submit {
    float: left; }
  .login .submit, .register .submit, .password_reset .submit {
    margin-right: 2em; }
  .login .remember, .register .remember, .password_reset .remember {
    font-size: 0.8125em; }
  .login .links, .register .links, .password_reset .links {
    clear: both; }
    .login .links a, .register .links a, .password_reset .links a {
      color: #89583c;
      font-size: 0.875em; }
      .login .links a:hover, .register .links a:hover, .password_reset .links a:hover {
        color: #f85a00;
        text-decoration: none; }
.field {
  zoom: 1; }
  .field:before, .field:after {
    content: "";
    display: table; }
  .field:after {
    clear: both; }
  .field label {
    width: 90px;
    display: block;
    float: left;
    font-size: 0.8125em;
    font-weight: bold; }
  .field input {
    display: block;
    float: left;
    margin-left: 10px;
    border: 1px solid #d3cfb6;
    font-size: 1.25em;
    padding: 4px; }

.registrations .info {
  display: block;
  clear: left;
  padding-left: 100px;
  font-size: 0.8125em; }

.field-row {
  margin: 0 -5px -1em -5px; }
  .field-row:after {
    content: " ";
    display: table;
    clear: both; }
  .field-row .field-col {
    float: left;
    padding: 0 5px 0 5px;
    width: 50%;
    box-sizing: border-box; }
    .field-row .field-col input {
      box-sizing: border-box;
      max-width: 100%; }

.dialog .field label {
  width: auto; }
.dialog .field input {
  margin-left: 0; }
.pagination {
  background: #A69B94;
  background: -moz-linear-gradient(top, #A69B94 0%, #867971 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A69B94), color-stop(100%, #867971));
  background: -webkit-linear-gradient(top, #A69B94 0%, #867971 100%);
  background: -o-linear-gradient(top, #A69B94 0%, #867971 100%);
  background: -ms-linear-gradient(top, #A69B94 0%, #867971 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A69B94', endColorstr='#867971',GradientType=0 );
  background: linear-gradient(top, #A69B94 0%, #867971 100%);
  zoom: 1;
  border-top: 1px solid #9E9B8D;
  padding: 4px 12px; }
  .pagination:before, .pagination:after {
    content: "";
    display: table; }
  .pagination:after {
    clear: both; }
  .pagination a, .pagination .pages span {
    padding: 3px 6px;
    display: block;
    float: left;
    color: white;
    font-size: 0.625em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border-width: 0;
    border-radius: 0;
    background: transparent; }
    .pagination a.next, .pagination .pages span.next {
      background: url(/assets/planner/next-505fe8ebcf99dd7f35605c7777e35d81.png) center right no-repeat;
      padding-right: 12px; }
    .pagination a.prev, .pagination .pages span.prev {
      background: url(/assets/planner/previous-be762d52f4f52117d4586426445a8aaa.png) center left no-repeat;
      padding-left: 12px; }
  .pagination .pages {
    float: left;
    padding: 0 4px; }
    .pagination .pages a, .pagination .pages span {
      display: block;
      color: white;
      font-weight: bold; }
    .pagination .pages a:hover {
      background-color: #9C998A; }
    .pagination .pages span.current {
      background-color: white;
      color: #9E9B8D; }
  .pagination .spacer {
    display: block;
    float: left;
    border-left: 1px solid #807F76;
    height: 8px;
    margin: 5px 12px; }
.grid.three-col {
  zoom: 1; }
  .grid.three-col:before, .grid.three-col:after {
    content: "";
    display: table; }
  .grid.three-col:after {
    clear: both; }
  .grid.three-col article {
    position: relative;
    float: left;
    width: 31.8518518519%;
    margin-right: 2.2222222222%;
    margin-bottom: 2.2222222222%; }
    .grid.three-col article:nth-child(3n+0) {
      margin-right: 0; }
    .grid.three-col article:nth-child(3n+1) {
      clear: left; }
    .grid.three-col article img {
      width: 100%;
      display: block; }
    .grid.three-col article.last-column {
      margin-right: 0; }
.grid.two-col {
  zoom: 1; }
  .grid.two-col:before, .grid.two-col:after {
    content: "";
    display: table; }
  .grid.two-col:after {
    clear: both; }
  .grid.two-col article {
    position: relative;
    float: left;
    width: 48.8888888889%;
    margin-right: 2.2222222222%;
    margin-bottom: 2.2222222222%; }
    .grid.two-col article:nth-child(2n+0) {
      margin-right: 0; }
    .grid.two-col article:nth-child(2n+1) {
      clear: left; }
    .grid.two-col article img {
      width: 100%;
      display: block; }
    .grid.two-col article.last-column {
      margin-right: 0; }
#reviews_container {
  position: relative;
  width: 900px; }
  #reviews_container.narrow {
    width: 633px; }
  #reviews_container.extra-narrow {
    width: 533px; }
  #reviews_container a.button {
    top: 12px;
    width: auto; }
  #reviews_container .reviews {
    margin-top: 20px; }
    #reviews_container .reviews .review {
      background: transparent url(/assets/icons/review_bkg-2f6a8c156fbbcf57534dba4594ffa8b5.png) scroll repeat-x 0 0;
      min-height: 180px;
      color: #58564a;
      text-decoration: none; }
      #reviews_container .reviews .review .body {
        padding: 10px;
        font-size: 0.95em;
        font-style: italic; }
        #reviews_container .reviews .review .body .by {
          font-style: normal;
          text-align: right;
          margin-top: 10px; }
        #reviews_container .reviews .review .body .month {
          font-style: normal;
          margin-bottom: 8px;
          font-size: 0.8em;
          color: #2d2d28; }
        #reviews_container .reviews .review .body .ro_rating {
          margin-bottom: 10px; }
        #reviews_container .reviews .review .body .response {
          background: rgba(0, 0, 0, 0.04) none;
          margin-top: 8px;
          padding: 4px; }
          #reviews_container .reviews .review .body .response .title {
            font-size: 0.85em;
            font-style: normal;
            color: #6d8e31;
            margin-bottom: 3px; }

#review .body {
  font-family: Georgia;
  font-size: 1.2em;
  font-style: italic; }
#review hgroup {
  height: 95px; }
#review .byline {
  text-align: right; }
#review .actions {
  padding-top: 30px;
  float: right;
  text-align: right;
  width: 200px; }
  #review .actions button {
    display: inline-block;
    margin-bottom: 8px; }
#review .response {
  background: rgba(0, 0, 0, 0.04) none;
  margin-top: 8px;
  padding: 4px;
  width: 540px; }
  #review .response .title {
    font-size: 0.85em;
    font-style: normal;
    color: #6d8e31;
    margin-bottom: 3px; }

#hint {
  display: inline-block;
  width: 100px;
  padding: 4px 10px;
  margin-left: 20px;
  background: white;
  border-radius: 3px;
  text-align: center;
  vertical-align: top;
  margin-top: 4px; }

#star {
  display: inline-block; }

.hide {
  display: none; }

.ro_rating.inline {
  display: inline; }

.my_modal.modal .window {
  position: fixed;
  top: 100px; }
  .my_modal.modal .window header .modal_close {
    float: right;
    color: white;
    text-decoration: none; }
  .my_modal.modal .window .prompt {
    width: 610px; }
.my_modal.modal .rfield {
  margin: 15px 0; }
  .my_modal.modal .rfield label {
    float: none; }
    .my_modal.modal .rfield label span {
      font-weight: lighter; }
  .my_modal.modal .rfield .input {
    margin-top: 8px; }

#user_form.modal .window {
  position: fixed;
  top: 100px; }

.modal .errors {
  color: #DC404C;
  font-size: 0.75em; }
  .modal .errors h4 {
    margin: 8px 0; }

#user_form .dialog.save section {
  height: auto; }
.front .col {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  float: left; }
.front .clr {
  clear: both; }
.front .width_66 {
  width: 66%; }
.front .b {
  font-weight: bold; }
.front p.small {
  font-size: 0.85em; }
.front .width_33 {
  width: 33%;
  padding-left: 2%; }
.front section {
  margin: 30px 0; }
.front .left {
  float: left; }
.front .right {
  float: right; }
.front .center {
  margin: 0px auto; }
.front .left_banner {
  margin-top: 12px;
  display: block; }
  .front .left_banner:first-child {
    margin-top: 0; }
.front .cycle {
  width: 900px;
  height: 360px; }
.front .plan-your-safari {
  background: transparent url(/assets/front/plan_your_safari_banner-7dfe081ba48b8c8d8dd13bcd4a90e797.png) no-repeat scroll 0 0;
  width: 284px;
  height: 105px;
  position: relative;
  margin-bottom: 4px; }
  .front .plan-your-safari form {
    position: absolute;
    top: 30px;
    left: 12px; }
    .front .plan-your-safari form select {
      margin-bottom: 6px;
      font-size: 13px; }
    .front .plan-your-safari form button.button {
      font-size: 13px;
      padding: 4px 10px; }
      .front .plan-your-safari form button.button .right-arrow {
        padding-right: 20px; }
.front .best-time-to-travel {
  background: transparent url(/assets/front/best_time_to_travel_banner-acc8f215968f36a0a033adb05dfe2f54.png) no-repeat scroll 0 0;
  width: 284px;
  height: 105px;
  position: relative;
  margin-bottom: 4px; }
  .front .best-time-to-travel div {
    position: absolute;
    top: 33px;
    left: 13px;
    width: 159px;
    font-size: 12px; }
  .front .best-time-to-travel .button {
    font-size: 13px;
    position: absolute;
    top: 70px;
    left: 12px;
    display: inline-block;
    padding: 4px 10px; }
    .front .best-time-to-travel .button .right-arrow {
      padding-right: 36px; }
.front .great-migration {
  background: transparent url(/assets/front/the_great_migration_banner-b4e71f714b1e44988d4899c268a5685c.png) no-repeat scroll 0 0;
  width: 284px;
  height: 105px;
  position: relative; }
  .front .great-migration div {
    position: absolute;
    top: 33px;
    left: 12px;
    width: 159px;
    font-size: 12px; }
  .front .great-migration .button {
    font-size: 13px;
    position: absolute;
    top: 70px;
    left: 12px;
    display: inline-block;
    padding: 4px 10px; }
    .front .great-migration .button .right-arrow {
      padding-right: 36px; }
.front .subscribe {
  height: 50px;
  background: transparent url(/assets/front/subscribe-737e3b9debde6cb037f3f89bc35618df.png) 0 0 no-repeat;
  position: relative; }
  .front .subscribe .subscribe_form {
    position: absolute;
    top: 13px;
    left: 330px; }
    .front .subscribe .subscribe_form a {
      cursor: text; }
  .front .subscribe .camp_search {
    position: absolute;
    top: 14px;
    left: 620px; }
    .front .subscribe .camp_search input {
      border: 0px none;
      padding: 4px 14px;
      width: 247px;
      background-color: #f8f7eb; }
    .front .subscribe .camp_search .deco {
      width: 21px;
      height: 20px;
      background: transparent url(/assets/front/input_deco-5d211b7559a36f9b481db6ba8a5039db.png) 0 0 no-repeat;
      position: absolute;
      right: 2px;
      top: 2px; }
.front section.home_top {
  margin-top: 10px; }
.front section.featured {
  zoom: 1;
  position: relative; }
  .front section.featured:before, .front section.featured:after {
    content: "";
    display: table; }
  .front section.featured:after {
    clear: both; }
  .front section.featured article {
    width: 273px;
    margin-left: 40px;
    float: left; }
    .front section.featured article:first-child {
      margin-left: 0; }
    .front section.featured article .body {
      width: 145px;
      float: left;
      margin-right: 10px;
      font-size: 0.85em;
      padding-bottom: 54px; }
    .front section.featured article p {
      margin: 5px 0; }
    .front section.featured article h2 {
      margin: 0 0 4px 0;
      color: #6d8e31;
      font-size: 18px; }
    .front section.featured article .note {
      font-size: 1.2em;
      font-weight: lighter; }
    .front section.featured article .star_rating {
      position: absolute;
      bottom: 34px; }
    .front section.featured article .learn_more {
      position: absolute;
      bottom: 0px; }
      .front section.featured article .learn_more a {
        display: block;
        background: #7FB048;
        background: -moz-linear-gradient(top, #7FB048 1%, #60952E 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7FB048), color-stop(100%, #60952E));
        background: -webkit-linear-gradient(top, #7FB048 1%, #60952E 100%);
        background: -o-linear-gradient(top, #7FB048 1%, #60952E 100%);
        background: -ms-linear-gradient(top, #7FB048 1%, #60952E 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7FB048', endColorstr='#60952E',GradientType=0 );
        background: linear-gradient(top, #7FB048 1%, #60952E 100%);
        color: white;
        padding: 8px 12px;
        border-radius: 5px;
        text-decoration: none; }
    .front section.featured article .image {
      width: 118px;
      height: 118px;
      text-align: center;
      overflow: hidden; }
      .front section.featured article .image img {
        height: 118px;
        width: auto; }
    .front section.featured article .stars {
      width: 69px;
      height: 15px;
      background: transparent url(/assets/front/stars-d133bdc96441a4c4107036945894cc93.png) 0 0 no-repeat; }
.front section.quote {
  font-size: 1.17em;
  font-family: Georgia, serif;
  color: #b7b391;
  font-style: italic; }
.front section.content {
  margin-bottom: -25px; }
  .front section.content .width_66 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding-right: 22px; }
  .front section.content .width_33 {
    padding-top: 20px; }
  .front section.content .caption p {
    font-size: 0.85em;
    font-family: Georgia, serif;
    font-style: italic; }
  .front section.content .researching {
    background: #f2efdb;
    padding: 20px; }
    .front section.content .researching p {
      font-size: 0.9em;
      line-height: 1.4em; }
    .front section.content .researching ul {
      list-style: none;
      padding: 0px;
      margin: 0px; }
      .front section.content .researching ul li {
        float: left;
        width: 33%;
        color: #6d8e31; }
        .front section.content .researching ul li h3 {
          margin: 0 0 6px 0;
          font-weight: lighter; }
        .front section.content .researching ul li li {
          float: none;
          width: 100%;
          margin: 0 0 5px 0; }
          .front section.content .researching ul li li a {
            color: #40403f;
            text-decoration: none;
            font-weight: lighter;
            font-size: 0.9em; }
  .front section.content h1 {
    color: #333;
    margin: 0 0 2px 0;
    font-weight: lighter;
    font-size: 32px;
    font-family: Georgia, serif; }
  .front section.content h2 {
    color: #6d8e31;
    font-size: 18px;
    margin: 0 0 12px 0; }
  .front section.content .button {
    display: inline-block;
    float: right; }
.front .fancy {
  padding: 0 40px; }
  .front .fancy h2 {
    color: #6d8e31;
    font-size: 18px;
    margin: 22px 0 12px 0; }
  .front .fancy p {
    font-size: 15px;
    line-height: 26px; }

.ui-autocomplete.ui-menu {
  list-style: none;
  padding: 0;
  background: transparent none;
  border: 0px none; }
  .ui-autocomplete.ui-menu .ui-menu-item a {
    cursor: pointer;
    background: #f8f7ea;
    display: block;
    width: 200px;
    color: #413c2c;
    padding: 6px 10px;
    border: 1px solid #98350d;
    border-top: 1px solid #a0acab;
    border-bottom: 0px none;
    font-size: 0.75em; }
    .ui-autocomplete.ui-menu .ui-menu-item a:hover {
      color: #98350d; }
  .ui-autocomplete.ui-menu .ui-menu-item:first-child a {
    border-top: 1px solid #98350d;
    border-radius: 5px 5px 0 0; }
  .ui-autocomplete.ui-menu .ui-menu-item:last-child a {
    border-bottom: 1px solid #98350d;
    border-radius: 0 0 5px 5px; }
  .ui-autocomplete.ui-menu .ui-menu-item:only-child a {
    border-radius: 5px; }

span[role='status'] {
  display: none !important;
  padding: 20px; }

.ie7 .front .width_33 {
  width: 31%; }
.ie7 .front section.content .researching {
  width: 63%;
  padding-left: 1.5%;
  padding-right: 1.5%; }
.countries div[role="main"] .teaser {
  width: 75%;
  padding-left: 2em;
  line-height: 1.5; }
.countries div[role="main"] .region > h1 {
  color: #89583c;
  font-family: Georgia, serif;
  font-weight: normal;
  border-bottom: 1px solid #ccc9be;
  padding-bottom: 5px; }
.countries div[role="main"] .grid {
  zoom: 1; }
  .countries div[role="main"] .grid:before, .countries div[role="main"] .grid:after {
    content: "";
    display: table; }
  .countries div[role="main"] .grid:after {
    clear: both; }
  .countries div[role="main"] .grid article {
    position: relative;
    float: left;
    width: 23.3333333333%;
    margin-right: 2.2222222222%;
    margin-bottom: 2.2222222222%; }
    .countries div[role="main"] .grid article:nth-child(4n+0) {
      margin-right: 0; }
    .countries div[role="main"] .grid article:nth-child(4n+1) {
      clear: left; }
    .countries div[role="main"] .grid article img {
      width: 100%;
      display: block; }
    .countries div[role="main"] .grid article.last-column {
      margin-right: 0; }
  .countries div[role="main"] .grid a {
    text-decoration: none; }
  .countries div[role="main"] .grid h1 {
    padding: 1px 0;
    color: white;
    padding: 0.5em;
    margin: 0;
    font-weight: normal;
    background: #7FB048;
    background: -moz-linear-gradient(top, #7FB048 1%, #60952E 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7FB048), color-stop(100%, #60952E));
    background: -webkit-linear-gradient(top, #7FB048 1%, #60952E 100%);
    background: -o-linear-gradient(top, #7FB048 1%, #60952E 100%);
    background: -ms-linear-gradient(top, #7FB048 1%, #60952E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7FB048', endColorstr='#60952E',GradientType=0 );
    background: linear-gradient(top, #7FB048 1%, #60952E 100%);
    font-size: 1.125em; }
    .countries div[role="main"] .grid h1 h1, .countries div[role="main"] .grid h1 h2 {
      font-weight: normal;
      line-height: 1; }
    .countries div[role="main"] .grid h1 h1 {
      margin: 0 0 0.2em; }
    .countries div[role="main"] .grid h1 h2 {
      margin: 0.2em 0 0; }
.countries div[role="main"] h5.red {
  color: #98350d;
  margin-bottom: 5px; }

.ie .grid article, .ie .camps .grid.tiers article {
  margin-right: 17px;
  padding-bottom: 20px; }
.ie .grid article.last-column, .ie .camps .grid.tiers article.last-column {
  margin-right: 0; }

.ie .countries div[role="main"] .grid article {
  width: 200px;
  margin-right: 25px; }
.ie .countries div[role="main"] .grid article.last-column {
  margin-right: 0; }

article[role="document"] .back_to_countries {
  color: #415856;
  display: block;
  padding: 0 0 0 15px;
  position: relative;
  text-decoration: none;
  margin: 20px 0; }
  article[role="document"] .back_to_countries:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 0 solid transparent;
    border-right: 7px solid #415856;
    border-bottom: 6px solid transparent; }
  article[role="document"] .back_to_countries:hover:before {
    border-right: 7px solid #d83e00; }
.route-options {
  font-size: 0.8em;
  width: 500px; }
.camps .grid.tiers {
  zoom: 1; }
  .camps .grid.tiers:before, .camps .grid.tiers:after {
    content: "";
    display: table; }
  .camps .grid.tiers:after {
    clear: both; }
  .camps .grid.tiers article {
    position: relative;
    float: left;
    width: 31.8518518519%;
    margin-right: 2.2222222222%;
    margin-bottom: 2.2222222222%; }
    .camps .grid.tiers article:nth-child(3n+0) {
      margin-right: 0; }
    .camps .grid.tiers article:nth-child(3n+1) {
      clear: left; }
    .camps .grid.tiers article img {
      width: 100%;
      display: block; }
    .camps .grid.tiers article.last-column {
      margin-right: 0; }
  .camps .grid.tiers h1 {
    padding: 1px 0;
    color: white;
    padding: 0.5em;
    margin: 0;
    font-weight: normal;
    background: #7FB048;
    background: -moz-linear-gradient(top, #7FB048 1%, #60952E 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7FB048), color-stop(100%, #60952E));
    background: -webkit-linear-gradient(top, #7FB048 1%, #60952E 100%);
    background: -o-linear-gradient(top, #7FB048 1%, #60952E 100%);
    background: -ms-linear-gradient(top, #7FB048 1%, #60952E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7FB048', endColorstr='#60952E',GradientType=0 );
    background: linear-gradient(top, #7FB048 1%, #60952E 100%);
    font-size: 1.375em; }
    .camps .grid.tiers h1 h1, .camps .grid.tiers h1 h2 {
      font-weight: normal;
      line-height: 1; }
    .camps .grid.tiers h1 h1 {
      margin: 0 0 0.2em; }
    .camps .grid.tiers h1 h2 {
      margin: 0.2em 0 0; }
  .camps .grid.tiers p {
    font-size: 0.875em;
    line-height: 1.4; }
.camps .grid {
  zoom: 1; }
  .camps .grid:before, .camps .grid:after {
    content: "";
    display: table; }
  .camps .grid:after {
    clear: both; }
  .camps .grid article {
    position: relative;
    float: left;
    width: 23.3333333333%;
    margin-right: 2.2222222222%;
    margin-bottom: 2.2222222222%; }
    .camps .grid article:nth-child(4n+0) {
      margin-right: 0; }
    .camps .grid article:nth-child(4n+1) {
      clear: left; }
    .camps .grid article img {
      width: 100%;
      display: block; }
    .camps .grid article.last-column {
      margin-right: 0; }
  .camps .grid a {
    text-decoration: none; }
  .camps .grid hgroup {
    padding: 1px 0;
    color: white;
    padding: 0.5em;
    margin: 0;
    font-weight: normal;
    background: #7FB048;
    background: -moz-linear-gradient(top, #7FB048 1%, #60952E 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7FB048), color-stop(100%, #60952E));
    background: -webkit-linear-gradient(top, #7FB048 1%, #60952E 100%);
    background: -o-linear-gradient(top, #7FB048 1%, #60952E 100%);
    background: -ms-linear-gradient(top, #7FB048 1%, #60952E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7FB048', endColorstr='#60952E',GradientType=0 );
    background: linear-gradient(top, #7FB048 1%, #60952E 100%); }
    .camps .grid hgroup h1, .camps .grid hgroup h2 {
      font-weight: normal;
      line-height: 1; }
    .camps .grid hgroup h1 {
      margin: 0 0 0.2em; }
    .camps .grid hgroup h2 {
      margin: 0.2em 0 0; }
    .camps .grid hgroup h1 {
      font-size: 1em; }
    .camps .grid hgroup h2 {
      font-size: 0.75em;
      color: #bdd08b;
      text-transform: uppercase; }
.camps .no-results {
  padding: 50px;
  font-size: 18px; }
.camps section[role="search"] {
  zoom: 1;
  background: #EDEBD5;
  background: -moz-linear-gradient(top, #BFBA8E 0%, #D5D3B0 8%, #EDEBD5 64%, #EDEBD5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BFBA8E), color-stop(8%, #D5D3B0), color-stop(64%, #EDEBD5), color-stop(100%, #EDEBD5));
  background: -webkit-linear-gradient(top, #BFBA8E 0%, #D5D3B0 8%, #EDEBD5 64%, #EDEBD5 100%);
  background: -o-linear-gradient(top, #BFBA8E 0%, #D5D3B0 8%, #EDEBD5 64%, #EDEBD5 100%);
  background: -ms-linear-gradient(top, #BFBA8E 0%, #D5D3B0 8%, #EDEBD5 64%, #EDEBD5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFBA8E', endColorstr='#EDEBD5',GradientType=0 );
  background: linear-gradient(top, #BFBA8E 0%, #D5D3B0 8%, #EDEBD5 64%, #EDEBD5 100%);
  margin-bottom: 1em; }
  .camps section[role="search"]:before, .camps section[role="search"]:after {
    content: "";
    display: table; }
  .camps section[role="search"]:after {
    clear: both; }
  .camps section[role="search"] h1 {
    font-size: 1em;
    padding: 1px 0;
    color: white;
    padding: 0.5em;
    margin: 0;
    font-weight: normal;
    background: #7FB048;
    background: -moz-linear-gradient(top, #7FB048 1%, #60952E 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7FB048), color-stop(100%, #60952E));
    background: -webkit-linear-gradient(top, #7FB048 1%, #60952E 100%);
    background: -o-linear-gradient(top, #7FB048 1%, #60952E 100%);
    background: -ms-linear-gradient(top, #7FB048 1%, #60952E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7FB048', endColorstr='#60952E',GradientType=0 );
    background: linear-gradient(top, #7FB048 1%, #60952E 100%);
    padding: 0.6em 1em;
    float: left; }
    .camps section[role="search"] h1 h1, .camps section[role="search"] h1 h2 {
      font-weight: normal;
      line-height: 1; }
    .camps section[role="search"] h1 h1 {
      margin: 0 0 0.2em; }
    .camps section[role="search"] h1 h2 {
      margin: 0.2em 0 0; }
  .camps section[role="search"] span {
    display: block;
    float: left;
    padding: 0.5em 0.3em 0.3em; }
  .camps section[role="search"] h1, .camps section[role="search"] span {
    margin-right: 19px; }
  .camps section[role="search"] label {
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    text-transform: uppercase; }
  .camps section[role="search"] input[type="submit"] {
    display: inline;
    font-size: 1em;
    margin: 0.5em 0.3em 0.3em; }
.camps #location_id {
  width: 300px; }

.ie .camp-tiers article {
  width: 31.5%; }
.ie section.search span {
  margin-right: 12px; }
.ie section.search input.submit {
  margin: 0.2em 0.3em 0.3em; }
.best_time_to_travel .alert.error {
  background: #f2dede none;
  color: #b84a44;
  border: 1px solid #edd3d7;
  padding: 20px;
  border-radius: 5px; }
.best_time_to_travel h1 {
  color: #8caa4c;
  font-size: 1.688em;
  font-weight: normal;
  margin-top: 42px; }
.best_time_to_travel h2 {
  color: #8caa4c;
  font-size: 1.211em;
  font-weight: normal;
  margin-top: 38px; }
.best_time_to_travel hr.short {
  width: 80%;
  margin: 40px auto; }
.best_time_to_travel hr.green {
  border-color: #8da943;
  margin: 35px 0 15px 0; }
.best_time_to_travel table.wildlife_key td {
  font-size: 13px;
  padding: 0;
  vertical-align: middle; }
  .best_time_to_travel table.wildlife_key td span {
    margin-top: 5px;
    display: block; }
.best_time_to_travel section[role="search"] {
  zoom: 1;
  background: #EDEBD5;
  background: -moz-linear-gradient(top, #BFBA8E 0%, #D5D3B0 8%, #EDEBD5 64%, #EDEBD5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BFBA8E), color-stop(8%, #D5D3B0), color-stop(64%, #EDEBD5), color-stop(100%, #EDEBD5));
  background: -webkit-linear-gradient(top, #BFBA8E 0%, #D5D3B0 8%, #EDEBD5 64%, #EDEBD5 100%);
  background: -o-linear-gradient(top, #BFBA8E 0%, #D5D3B0 8%, #EDEBD5 64%, #EDEBD5 100%);
  background: -ms-linear-gradient(top, #BFBA8E 0%, #D5D3B0 8%, #EDEBD5 64%, #EDEBD5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFBA8E', endColorstr='#EDEBD5',GradientType=0 );
  background: linear-gradient(top, #BFBA8E 0%, #D5D3B0 8%, #EDEBD5 64%, #EDEBD5 100%);
  margin-bottom: 1em;
  position: relative; }
  .best_time_to_travel section[role="search"]:before, .best_time_to_travel section[role="search"]:after {
    content: "";
    display: table; }
  .best_time_to_travel section[role="search"]:after {
    clear: both; }
  .best_time_to_travel section[role="search"] h1 {
    font-size: 0.9375em;
    padding: 1px 0;
    color: white;
    padding: 0.5em;
    margin: 0;
    font-weight: normal;
    background: #7FB048;
    background: -moz-linear-gradient(top, #7FB048 1%, #60952E 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7FB048), color-stop(100%, #60952E));
    background: -webkit-linear-gradient(top, #7FB048 1%, #60952E 100%);
    background: -o-linear-gradient(top, #7FB048 1%, #60952E 100%);
    background: -ms-linear-gradient(top, #7FB048 1%, #60952E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7FB048', endColorstr='#60952E',GradientType=0 );
    background: linear-gradient(top, #7FB048 1%, #60952E 100%);
    padding: 0.3em 1em;
    float: left;
    text-align: center; }
    .best_time_to_travel section[role="search"] h1 h1, .best_time_to_travel section[role="search"] h1 h2 {
      font-weight: normal;
      line-height: 1; }
    .best_time_to_travel section[role="search"] h1 h1 {
      margin: 0 0 0.2em; }
    .best_time_to_travel section[role="search"] h1 h2 {
      margin: 0.2em 0 0; }
  .best_time_to_travel section[role="search"] span {
    display: block;
    float: left;
    padding: 0.5em 0.3em 0.3em; }
  .best_time_to_travel section[role="search"] h1, .best_time_to_travel section[role="search"] span {
    margin-right: 1.3em; }
  .best_time_to_travel section[role="search"] label {
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    text-transform: uppercase; }
  .best_time_to_travel section[role="search"] input[type="submit"] {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 1em;
    margin: 0.5em 0.3em 0.3em; }
.best_time_to_travel table {
  width: 100%;
  margin-bottom: 30px; }
  .best_time_to_travel table tr.f {
    background-color: #efebd4; }
  .best_time_to_travel table th, .best_time_to_travel table td {
    padding: 4px 15px;
    text-align: left;
    vertical-align: bottom; }
  .best_time_to_travel table th.v {
    position: relative;
    padding: 4px 0 4px 8px;
    height: 92px; }
    .best_time_to_travel table th.v div {
      -webkit-transform: rotate(-48deg);
      -moz-transform: rotate(-48deg);
      -ms-transform: rotate(-48deg);
      -o-transform: rotate(-48deg);
      transform: rotate(-48deg);
      -webkit-transform-origin: -12px -1px;
      -moz-transform-origin: -12px -1px;
      -ms-transform-origin: -12px -1px;
      -o-transform-origin: -12px -1px;
      transform-origin: -12px -1px;
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
      width: 160px;
      position: absolute; }
  .best_time_to_travel table td div {
    height: 19px;
    width: 19px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4) inset; }
  .best_time_to_travel table td div.key {
    width: 22px;
    height: 24px;
    float: left;
    margin: 0 8px 0 0; }
  .best_time_to_travel table td div.usually {
    background-color: #9eb56c; }
  .best_time_to_travel table td div.frequently {
    background-color: #70b5b2; }
  .best_time_to_travel table td div.occasionally {
    background-color: #afb59c; }
  .best_time_to_travel table td div.sporadically {
    background-color: #d4c38c; }
  .best_time_to_travel table td div.rarely_to_never {
    background-color: #dfdab8; }
  .best_time_to_travel table td.v {
    padding: 4px;
    border-right: 1px solid #ddd1a5; }
    .best_time_to_travel table td.v.first {
      border-left: 1px solid #ddd1a5; }
    .best_time_to_travel table td.v:last-child {
      border-right: 0px none; }

.oldie .best_time_to_travel table th.v {
  height: 160px; }
  .oldie .best_time_to_travel table th.v div {
    top: 0px;
    left: 3px;
    zoom: 1;
    background-color: white; }
div.get_advice {
  width: 70%; }
  div.get_advice p, div.get_advice .p {
    font-size: 1.125em;
    line-height: 1.6; }
  div.get_advice .new_get_advice, div.get_advice .stylized-form {
    background: #efead3 none;
    padding: 10px 100px; }
    div.get_advice .new_get_advice p, div.get_advice .new_get_advice .p, div.get_advice .stylized-form p, div.get_advice .stylized-form .p {
      margin-bottom: 10px; }
      div.get_advice .new_get_advice p label, div.get_advice .new_get_advice .p label, div.get_advice .stylized-form p label, div.get_advice .stylized-form .p label {
        display: block;
        float: left;
        min-height: 1px;
        width: 100px;
        padding-top: 8px; }
      div.get_advice .new_get_advice p.check-box label, div.get_advice .new_get_advice .p.check-box label, div.get_advice .stylized-form p.check-box label, div.get_advice .stylized-form .p.check-box label {
        float: none;
        width: auto; }
      div.get_advice .new_get_advice p .hint, div.get_advice .new_get_advice .p .hint, div.get_advice .stylized-form p .hint, div.get_advice .stylized-form .p .hint {
        margin-left: 100px;
        font-size: 0.8em;
        color: #777; }
      div.get_advice .new_get_advice p textarea,
      div.get_advice .new_get_advice p input[type='text'], div.get_advice .new_get_advice .p textarea,
      div.get_advice .new_get_advice .p input[type='text'], div.get_advice .stylized-form p textarea,
      div.get_advice .stylized-form p input[type='text'], div.get_advice .stylized-form .p textarea,
      div.get_advice .stylized-form .p input[type='text'] {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 300px;
        border: 1px solid #c5c4ba;
        background: #eeeeee none;
        color: #787878;
        padding: 10px;
        border-radius: 3px;
        font-size: 0.9em; }
      div.get_advice .new_get_advice p textarea, div.get_advice .new_get_advice .p textarea, div.get_advice .stylized-form p textarea, div.get_advice .stylized-form .p textarea {
        height: 100px; }
      div.get_advice .new_get_advice p .sbHolder, div.get_advice .new_get_advice .p .sbHolder, div.get_advice .stylized-form p .sbHolder, div.get_advice .stylized-form .p .sbHolder {
        width: 300px; }
        div.get_advice .new_get_advice p .sbHolder .sbToggle, div.get_advice .new_get_advice .p .sbHolder .sbToggle, div.get_advice .stylized-form p .sbHolder .sbToggle, div.get_advice .stylized-form .p .sbHolder .sbToggle {
          border-left: 1px solid #d0d0cc; }
          div.get_advice .new_get_advice p .sbHolder .sbToggle:after, div.get_advice .new_get_advice .p .sbHolder .sbToggle:after, div.get_advice .stylized-form p .sbHolder .sbToggle:after, div.get_advice .stylized-form .p .sbHolder .sbToggle:after {
            border-top: 7px solid #717171; }
          div.get_advice .new_get_advice p .sbHolder .sbToggle.sbToggleOpen:after, div.get_advice .new_get_advice .p .sbHolder .sbToggle.sbToggleOpen:after, div.get_advice .stylized-form p .sbHolder .sbToggle.sbToggleOpen:after, div.get_advice .stylized-form .p .sbHolder .sbToggle.sbToggleOpen:after {
            top: 14px;
            border-top: 0px none;
            border-bottom: 7px solid #717171; }
        div.get_advice .new_get_advice p .sbHolder .sbOptions, div.get_advice .new_get_advice .p .sbHolder .sbOptions, div.get_advice .stylized-form p .sbHolder .sbOptions, div.get_advice .stylized-form .p .sbHolder .sbOptions {
          background: #d4d6cb;
          top: 41px;
          left: 10px;
          font-size: 0.9em; }
          div.get_advice .new_get_advice p .sbHolder .sbOptions li a, div.get_advice .new_get_advice .p .sbHolder .sbOptions li a, div.get_advice .stylized-form p .sbHolder .sbOptions li a, div.get_advice .stylized-form .p .sbHolder .sbOptions li a {
            background: transparent none;
            width: 280px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            color: #717171; }
            div.get_advice .new_get_advice p .sbHolder .sbOptions li a:hover, div.get_advice .new_get_advice .p .sbHolder .sbOptions li a:hover, div.get_advice .stylized-form p .sbHolder .sbOptions li a:hover, div.get_advice .stylized-form .p .sbHolder .sbOptions li a:hover {
              background: #7FB048;
              background: -moz-linear-gradient(top, #7FB048 1%, #60952E 100%);
              background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7FB048), color-stop(100%, #60952E));
              background: -webkit-linear-gradient(top, #7FB048 1%, #60952E 100%);
              background: -o-linear-gradient(top, #7FB048 1%, #60952E 100%);
              background: -ms-linear-gradient(top, #7FB048 1%, #60952E 100%);
              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7FB048', endColorstr='#60952E',GradientType=0 );
              background: linear-gradient(top, #7FB048 1%, #60952E 100%);
              color: white; }
        div.get_advice .new_get_advice p .sbHolder .sbSelector, div.get_advice .new_get_advice .p .sbHolder .sbSelector, div.get_advice .stylized-form p .sbHolder .sbSelector, div.get_advice .stylized-form .p .sbHolder .sbSelector {
          border-radius: 3px;
          background: #EAE9E3;
          background: -moz-linear-gradient(top, #EAE9E3 0%, #D4D6CC 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EAE9E3), color-stop(100%, #D4D6CC));
          background: -webkit-linear-gradient(top, #EAE9E3 0%, #D4D6CC 100%);
          background: -o-linear-gradient(top, #EAE9E3 0%, #D4D6CC 100%);
          background: -ms-linear-gradient(top, #EAE9E3 0%, #D4D6CC 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAE9E3', endColorstr='#D4D6CC',GradientType=0 );
          background: linear-gradient(top, #EAE9E3 0%, #D4D6CC 100%);
          border: 1px solid #d0d0cc;
          color: #717171; }

.privacy {
  font-size: 12px;
  font-weight: lighter; }

p.check-box.light label {
  font-size: 12px;
  font-weight: lighter; }
.grid_preamble {
  padding: 0 1em; }
  .grid_preamble h2 {
    color: #8caa4c;
    font-weight: normal;
    font-size: 1.688em;
    font-weight: normal;
    margin-top: 42px; }
  .grid_preamble p {
    line-height: 1.5;
    margin-bottom: 2em; }

.grid.wildlife h1, .grid.interests h1, .grid.timing h1 {
  padding: 1px 0;
  color: white;
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  background: #7FB048;
  background: -moz-linear-gradient(top, #7FB048 1%, #60952E 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7FB048), color-stop(100%, #60952E));
  background: -webkit-linear-gradient(top, #7FB048 1%, #60952E 100%);
  background: -o-linear-gradient(top, #7FB048 1%, #60952E 100%);
  background: -ms-linear-gradient(top, #7FB048 1%, #60952E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7FB048', endColorstr='#60952E',GradientType=0 );
  background: linear-gradient(top, #7FB048 1%, #60952E 100%);
  font-size: 1.125em; }
  .grid.wildlife h1 h1, .grid.wildlife h1 h2, .grid.interests h1 h1, .grid.interests h1 h2, .grid.timing h1 h1, .grid.timing h1 h2 {
    font-weight: normal;
    line-height: 1; }
  .grid.wildlife h1 h1, .grid.interests h1 h1, .grid.timing h1 h1 {
    margin: 0 0 0.2em; }
  .grid.wildlife h1 h2, .grid.interests h1 h2, .grid.timing h1 h2 {
    margin: 0.2em 0 0; }
.grid.wildlife p, .grid.interests p, .grid.timing p {
  font-size: 0.75em;
  line-height: 1.4; }
.grid.wildlife p .link, .grid.wildlife p.links a, .grid.interests p .link, .grid.interests p.links a, .grid.timing p .link, .grid.timing p.links a {
  color: #89583c;
  font-weight: bold;
  text-transform: uppercase;
  background: url(/assets/icons/red_right-a51081310bcbf1f35a579f144a66139d.png) center right no-repeat;
  padding-right: 16px; }
.grid.wildlife a, .grid.interests a, .grid.timing a {
  text-decoration: none; }

a.large {
  font-size: 1.4em; }

a#back_to_top {
  position: fixed;
  top: 30px;
  left: 50%;
  margin-left: 300px;
  display: block;
  background: #7FB048;
  background: -moz-linear-gradient(top, #7FB048 1%, #60952E 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7FB048), color-stop(100%, #60952E));
  background: -webkit-linear-gradient(top, #7FB048 1%, #60952E 100%);
  background: -o-linear-gradient(top, #7FB048 1%, #60952E 100%);
  background: -ms-linear-gradient(top, #7FB048 1%, #60952E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7FB048', endColorstr='#60952E',GradientType=0 );
  background: linear-gradient(top, #7FB048 1%, #60952E 100%);
  padding: 10px;
  color: white;
  text-decoration: none; }

.faqs ul.navigation {
  margin: 40px 0; }
  .faqs ul.navigation h2 {
    display: inline-block; }
  .faqs ul.navigation a {
    text-decoration: none; }
.faqs .desc {
  padding-left: 20px;
  border-left: 1px solid #efefef; }

.ie7 .wildlife.grid p, .ie7 .interests.grid p {
  margin: 8px 0; }
.star_rating {
  float: left;
  margin-right: 5px; }
  .star_rating .ro_rating {
    float: left; }
  .star_rating .score {
    float: left;
    font-size: 0.8em;
    margin-top: 2px; }
.social-share-button .ssb-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  height: 18px;
  width: 18px;
}

.social-share-button .ssb-twitter {
  background-image: url(/assets/social-share-button/twitter-e037aa6281287c19f2c7bbe784babb6b.svg);
}

.social-share-button .ssb-facebook {
  background-image: url(/assets/social-share-button/facebook-39d2102526c23c37028e28a58c18ed0d.svg);
}

.social-share-button .ssb-google_bookmark {
  background-image: url(/assets/social-share-button/google_bookmark-086920857247cab0f9b48510f197f77f.svg);
}

.social-share-button .ssb-weibo {
  background-image: url(/assets/social-share-button/weibo-fd35d0c65c0157de33b00ac2a4dcee83.svg);
}

.social-share-button .ssb-qq {
  background-image: url(/assets/social-share-button/qq-fccfc72684d0fc558ea3d856d514113d.svg);
}

.social-share-button .ssb-delicious {
  background-image: url(/assets/social-share-button/delicious-b45824592dcacc4c9ed0cf1610fab77b.svg);
}

.social-share-button .ssb-linkedin {
  background-image: url(/assets/social-share-button/linkedin-a5d292114787df7389062e54d8ff8e06.svg);
}

.social-share-button .ssb-tumblr {
  background-image: url(/assets/social-share-button/tumblr-ad7911245753267d134d53d164ffe16e.svg);
}

.social-share-button .ssb-pinterest {
  background-image: url(/assets/social-share-button/pinterest-6cda4e3760e25b36096f3ad736de4e26.svg);
}

.social-share-button .ssb-douban {
  background-image: url(/assets/social-share-button/douban-b695e7c714c719d15e80540bbfd7efa9.svg);
}

.social-share-button .ssb-wechat {
  background-image: url(/assets/social-share-button/wechat-68bd55f487196de398d4665ee994b14a.svg);
}

.social-share-button .ssb-vkontakte {
  background-image: url(/assets/social-share-button/vkontakte-8e3f47acedf2c2fda104bba55c59845e.svg);
}

.social-share-button .ssb-odnoklassniki {
  background-image: url(/assets/social-share-button/odnoklassniki-0522b6b3c92c8eaf67cdade731a21169.svg);
}

.social-share-button .ssb-xing {
  background-image: url(/assets/social-share-button/xing-51f5a9a91f2bbaea4e0ec60018a93bef.svg);
}

.social-share-button .ssb-email {
  background-image: url(/assets/social-share-button/email-26857d2819862e65c89c73ba521b3ea1.svg);
}

.social-share-button .ssb-reddit {
  background-image: url(/assets/social-share-button/reddit-95b1b6ae0926eb63e7211ed17cb0d1c5.svg);
}

.social-share-button .ssb-hacker_news {
  background-image: url(/assets/social-share-button/hacker_news-c34f10cd718e04143b68f4853964e9b0.svg);
}

.social-share-button .ssb-telegram {
  background-image: url(/assets/social-share-button/telegram-f6e9e8212fe76f05c789874f1af877c3.svg);
}

.social-share-button .ssb-whatsapp_app,
.social-share-button .ssb-whatsapp_web {
  background-image: url(/assets/social-share-button/whatsapp-0484820bb4d42ec17a8567386a82c81a.svg);
}

.ss-wechat-dialog {
  width: 300px;
  position: fixed;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  z-index: 11001;
  font-size: 14px;
  line-height: 1.2em;
}

.ss-wechat-dialog .wechat-popup-header {
  font-weight: bold;
}

.ss-wechat-dialog .wechat-dialog-qr {
  text-align: center;
  margin: 25px 0;
}

.ss-wechat-dialog .wechat-popup-close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
  text-decoration: none;
  font-size: 16px;
}

.ss-wechat-dialog .wechat-popup-footer {
  text-align: left;
  line-height: 22px;
  color: #666;
}
.social-share-button .ssb-icon {
  background-size: 32px 32px;
  height: 32px;
  width: 32px; }
body.admin-padding {
  padding-top: 50px; }
  body.admin-padding nav#admin-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 40px;
    background: black none;
    z-index: 100; }
    body.admin-padding nav#admin-menu ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      body.admin-padding nav#admin-menu ul li {
        float: left;
        position: relative; }
        body.admin-padding nav#admin-menu ul li:hover .dropdown {
          z-index: 101; }
        body.admin-padding nav#admin-menu ul li a {
          height: 40px;
          color: white;
          padding: 12px;
          border-left: 1px solid #444444;
          border-right: 1px solid #222222;
          display: block;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          text-decoration: none; }
          body.admin-padding nav#admin-menu ul li a:hover {
            background: #333333 none; }
        body.admin-padding nav#admin-menu ul li .dropdown {
          display: none;
          position: absolute;
          top: 40px;
          left: 0;
          z-index: 100; }
          body.admin-padding nav#admin-menu ul li .dropdown li {
            float: none; }
            body.admin-padding nav#admin-menu ul li .dropdown li a {
              width: 220px;
              padding: 8px 10px;
              border-top: 1px solid #444444;
              border-bottom: 1px solid #222222;
              background: black;
              height: auto; }
              body.admin-padding nav#admin-menu ul li .dropdown li a:hover {
                background: #333333 none; }
.mktoForm {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  width: 100% !important; }
  .mktoForm.stylized-form {
    width: 70% !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .mktoForm .mktoFormCol {
    float: none !important;
    margin: 10px 0; }
  .mktoForm .mktoOffset {
    display: none; }
  .mktoForm .mktoFieldWrap {
    float: none !important; }
    .mktoForm .mktoFieldWrap .mktoGutter {
      float: none;
      height: 5px; }
    .mktoForm .mktoFieldWrap label.mktoLabel {
      display: block;
      float: none;
      min-height: 1px;
      width: 100% !important;
      padding-top: 8px;
      font-size: 18px;
      font-weight: normal !important; }
    .mktoForm .mktoFieldWrap input.mktoField {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      width: 100% !important;
      border: 1px solid #c5c4ba;
      background: #eeeeee none;
      color: #787878;
      padding: 10px;
      border-radius: 3px;
      font-size: 16.2px; }
  .mktoForm .mktoButtonRow {
    float: none; }
    .mktoForm .mktoButtonRow .mktoButtonWrap {
      float: none; }
      .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
        float: none;
        font-size: 18px !important; }
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(/assets/fancybox/fancybox-93564beb25864653017f40d17286ec93.png);
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(/assets/fancybox/fancybox-93564beb25864653017f40d17286ec93.png) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
  width: 100%;
  height: auto;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(/assets/fancybox/blank-16c1545e3f0398e1428cfd8c47d72086.gif);
	z-index: 1102;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(/assets/fancybox/fancybox-93564beb25864653017f40d17286ec93.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(/assets/fancybox/fancybox-93564beb25864653017f40d17286ec93.png);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left span {
	left: 20px;
}

#fancybox-right span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(/assets/fancybox/fancybox-x-7e19337052a1372a8fcca4e1b757ff91.png);
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(/assets/fancybox/fancybox-93564beb25864653017f40d17286ec93.png);
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(/assets/fancybox/fancybox-y-4b89b0c1ec77cceefd9029a03c37be46.png);
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(/assets/fancybox/fancybox-93564beb25864653017f40d17286ec93.png);
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(/assets/fancybox/fancybox-x-7e19337052a1372a8fcca4e1b757ff91.png);
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(/assets/fancybox/fancybox-93564beb25864653017f40d17286ec93.png);
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(/assets/fancybox/fancybox-y-4b89b0c1ec77cceefd9029a03c37be46.png);
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(/assets/fancybox/fancybox-93564beb25864653017f40d17286ec93.png);
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(/assets/fancybox/fancybox_title_over.png);
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(/assets/fancybox/fancybox-93564beb25864653017f40d17286ec93.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(/assets/fancybox/fancybox-x-7e19337052a1372a8fcca4e1b757ff91.png) 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(/assets/fancybox/fancybox-93564beb25864653017f40d17286ec93.png) -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancybox/fancy_loading-df5b237d031696e88c817cff27a5fa38.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
.sbHolder {
  display: inline-block;
  position: relative;
  outline: none; }
  .sbHolder .sbToggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 38px; }
    .sbHolder .sbToggle:after {
      position: absolute;
      top: 16px;
      left: 15px;
      content: "";
      display: block;
      border-top: 7px solid white;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 0px none;
      width: 0px;
      height: 0px; }
    .sbHolder .sbToggle.sbToggleOpen:after {
      top: 14px;
      border-top: 0px none;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 7px solid white; }
  .sbHolder .sbSelector {
    display: block;
    padding: 10px 50px 10px 20px;
    background: #A69B94;
    background: -moz-linear-gradient(top, #A69B94 0%, #867971 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A69B94), color-stop(100%, #867971));
    background: -webkit-linear-gradient(top, #A69B94 0%, #867971 100%);
    background: -o-linear-gradient(top, #A69B94 0%, #867971 100%);
    background: -ms-linear-gradient(top, #A69B94 0%, #867971 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A69B94', endColorstr='#867971',GradientType=0 );
    background: linear-gradient(top, #A69B94 0%, #867971 100%);
    color: white;
    text-decoration: none; }
    .sbHolder .sbSelector:hover {
      color: white; }
  .sbHolder .sbOptions {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 38px;
    z-index: 100; }
    .sbHolder .sbOptions li a {
      display: block;
      background: #EAE9E3;
      background: -moz-linear-gradient(top, #EAE9E3 0%, #D4D6CC 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EAE9E3), color-stop(100%, #D4D6CC));
      background: -webkit-linear-gradient(top, #EAE9E3 0%, #D4D6CC 100%);
      background: -o-linear-gradient(top, #EAE9E3 0%, #D4D6CC 100%);
      background: -ms-linear-gradient(top, #EAE9E3 0%, #D4D6CC 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAE9E3', endColorstr='#D4D6CC',GradientType=0 );
      background: linear-gradient(top, #EAE9E3 0%, #D4D6CC 100%);
      padding: 10px 50px 10px 20px;
      text-decoration: none; }
      .sbHolder .sbOptions li a:hover {
        background: #7FB048;
        background: -moz-linear-gradient(top, #7FB048 1%, #60952E 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7FB048), color-stop(100%, #60952E));
        background: -webkit-linear-gradient(top, #7FB048 1%, #60952E 100%);
        background: -o-linear-gradient(top, #7FB048 1%, #60952E 100%);
        background: -ms-linear-gradient(top, #7FB048 1%, #60952E 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7FB048', endColorstr='#60952E',GradientType=0 );
        background: linear-gradient(top, #7FB048 1%, #60952E 100%);
        color: white; }
    .sbHolder .sbOptions li:first-child {
      height: 1px;
      overflow: hidden; }
