ul, li {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

/* ------- COLORS ------- */
/* ------- FONTS ------- */
/* ------- PADDINGS ------- */
/* ------- MIXINS ------- */
/* ------- GET ON WITH YOUR BAD SELF ------- */
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
/* rules & dividers */
.hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

.values_hr {
  height: 2px;
  border-top: solid 1px #c1bfb7;
  border-left: none;
  border-right: none;
  margin: 0 auto;
  width: 33%;
}

#footer-hr {
  height: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid white;
  border-top: 1px solid #E3DFDC;
  border-top: 1px solid rgba(227, 223, 220, 0.9);
  border-left: none;
  border-right: none;
}

/* airplane graphic */
.airplane {
  background-image: url("/about/images/airplane.png");
  background-repeat: no-repeat;
  background-position: 315px 0;
  height: 66px;
}

.airplane_no_bg {
  background: url("/about/images/airplane_no_bg.png") no-repeat;
  height: 31px;
  background-position: 355px 0;
}

/* moving on...*/
html {
  margin: 0;
}

body {
  background: #efebe1;
  color: #333;
  width: 100%;
  font-size: 18px;
  min-height: 100%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 1.8em;
  text-rendering: optimizelegibility;
  margin: 0;
}
body.mobile {
  background-color: #fff;
}

header {
  background: #ffffff;
  border-bottom: 1px solid #c1bfb7;
  /* needs a drop shadow, added height */
}

.hero,
#inner-body {
  background: #ffffff;
  width: 1000px;
  border: 1px solid #c1bfb7;
  margin: 0 auto;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}

.hero {
  overflow: hidden;
  height: 300px;
}

#inner-body {
  background-image: url("/about/images/left-nav-bg.png");
  background-repeat: repeat-y;
  background-position: -1px 0;
}

a {
  text-decoration: none;
}

a[href] {
  color: #437D9C;
}

a:hover {
  text-decoration: underline;
}

h1 {
  color: #d86139;
  font-size: 30px;
  font-weight: bold;
  margin-top: 59px;
  margin-bottom: 33px;
}

h3 {
  font-size: 18px;
  line-height: 30px;
}

h4 {
  color: #d86139;
  font-size: 20px;
  font-weight: bold;
}

h5 {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

.left {
  float: left;
}

.right {
  float: right;
}

.bold {
  font-weight: bold;
}

.has-margins {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

/* NAVS */
nav {
  width: 1000px;
  margin: 0 auto;
  height: 56px;
  padding-top: 12px;
}

nav .logo {
  vertical-align: middle;
  margin-right: 75px;
}

nav li {
  display: inline-block;
  list-style: none;
}

.main-nav {
  vertical-align: top;
}

.main-nav a {
  color: #222;
  width: 75px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  font-weight: normal;
  padding: 5px 10px 5px 10px;
}

.main-nav a:hover {
  background-color: #F5F5F5;
  border-radius: 4px;
}

#inner-body-subnav {
  background-color: #fefdfa;
  width: 20%;
  min-height: 100%;
  float: left;
  background-image: url("/about/images/left-nav-bg.png");
  background-repeat: repeat-y;
  background-position: -1px 0;
  /*-webkit-box-shadow: -5px 0 2px 5px #E8E8E8;
  box-shadow: -5px 0 2px 5px #E8E8E8;*/
}

/* ACCORDION */
.accordion {
  margin-bottom: 20px;
}

.accordion-heading {
  height: 48px;
  padding-top: 7px;
  border-bottom: solid 1px #EDEDED;
  margin: 0 1px 0 0;
}

.accordion-toggle {
  cursor: pointer;
  line-height: 20px;
}

.accordion-heading a {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-inner li {
  border-bottom: solid 1px #EDEDED;
  margin: 0 1px 0 0;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 24px;
  font-size: 14px;
  background-image: url("/about/images/left-nav-arrow.jpg");
  background-repeat: no-repeat;
  background-position: 174px 14px;
}

.accordion-inner li a {
  color: #08c;
}

.accordion-inner li.current {
  background-image: url("/about/images/left-nav-arrow-dark.jpg");
  background-repeat: no-repeat;
  background-position: 174px 14px;
  background-color: #fff;
  color: #837f77 !important;
  border-right: 2px solid white;
  margin-right: -1px;
}

li.current a {
  color: #837f77 !important;
}

li.current a:hover {
  text-decoration: none;
}

/* CONTENT */
#inner-body-content {
  width: 80%;
  padding-top: 25px;
  float: right;
  height: auto;
  overflow: auto;
  /*include drop-shadow on left*/
}
#inner-body-content.jobby-job {
  padding: 0 40px 60px 40px;
  font-size: 16px;
  line-height: 1.5em;
}
#inner-body-content.jobby-job a {
  text-decoration: underline;
}
#inner-body-content.jobby-job h3 {
  margin-bottom: 0.25em;
  line-height: 1.5em;
}
#inner-body-content.jobby-job ul {
  margin-left: 0;
  margin-bottom: 1.5em;
  padding-left: 1em;
}
#inner-body-content.jobby-job li {
  list-style: disc outside none;
  padding-left: 0.25em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

h3.current {
  text-align: left;
  margin-left: 16px;
}

/* ABOUT US */
.wrapper .hero#hero-about {
  min-height: 300px;
  background-image: url("/about/images/about-top.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}

#content-intro p {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

#couchsurfing-does {
  width: 100%;
  padding-bottom: 15px;
}

#couchsurfing-does li {
  display: inline-block;
  vertical-align: top;
  width: 32.5%;
}

#couchsurfing-does li h4 {
  padding-bottom: 12.5px;
  font-size: 19px;
}

.couchsurfing-does-container {
  height: 212px;
  overflow: auto;
}

#couchsurfing-does-img-container-left {
  background: url("/about/images/one-world.png");
  background-repeat: no-repeat;
  background-position: 20px bottom;
}

#couchsurfing-does-img-container-mid {
  background: url("/about/images/your-city.png");
  background-repeat: no-repeat;
  background-position: -20px bottom;
}

#couchsurfing-does-img-container-right {
  background: url("/about/images/coucho.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

#couchsurfing-does p {
  line-height: 22px;
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 0;
}

#content-numbers {
  text-align: center;
  margin: 0 auto;
}

#content-numbers p {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin: 33px 55px;
}

#content-our-values {
  text-align: center;
}

.couchsurfing-button,
#values-button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin-top: 50px;
  margin-bottom: 30px;
  height: 29px;
  line-height: 27.26px;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0 1.5em;
  background-color: #19c3ee;
  border-color: #0fa8cf;
  border-bottom-color: #0c829f;
  color: #fff;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
  display: inline-block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  cursor: pointer;
}

#content-story {
  background: url("/about/images/about_our_story_bg.png") top center no-repeat #fefdfa;
  border: solid 1px #efeeeb;
  padding: 0 60px 60px 60px;
  line-height: 29px;
}

/* FOOTERS */
footer {
  width: 1000px;
  margin: 0 auto;
}

.pseudo-link {
  color: #437D9C;
}

.white-link {
  color: white;
  text-decoration: underline;
}

#footer-triplets {
  height: auto;
  overflow: auto;
  margin-top: 25px;
  padding-bottom: 30px;
}

#footer-triplets li {
  display: inline-block;
  vertical-align: top;
}

.triplets {
  border-radius: 6px;
  height: 180px;
  border: solid 1px #c1bfb7;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  padding: 4px 6px;
  width: 32%;
  text-align: center;
  padding-bottom: 60px;
}
.triplets a:hover, .triplets a:link, .triplets a:active, .triplets a:visited {
  text-decoration: none;
}

#triplets-left {
  background-image: url("/about/images/sahara.jpg");
  background-position: center -17px;
  background-repeat: no-repeat;
  float: left;
  text-align: left;
  color: #fff;
  padding: 4px 11px 4px 20px;
  line-height: 18px;
}
#triplets-left a {
  color: white;
}
#triplets-left h3 {
  font-size: 18px !important;
  margin-bottom: 10px;
  margin-top: 0px;
}
#triplets-left .phonylink {
  font-weight: bold;
  color: #437D9C;
}

#triplets-center,
#triplets-right {
  background-repeat: no-repeat;
  background-position: center bottom;
}
#triplets-center a,
#triplets-right a {
  color: #333;
}
#triplets-center h3,
#triplets-right h3 {
  color: #d86139;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0px;
}

.triplets p {
  margin-top: 0;
}

#triplets-left p {
  padding-right: 87px;
}

#triplets-left .pseudo-link {
  margin-top: 30px;
}

#triplets-center {
  background-image: url("/about/images/mobiles.jpg");
  float: left;
  margin-left: 1.9%;
}

#triplets-right {
  background-image: url("/about/images/safety-dance.jpg");
  float: right;
}

#footer-links-parent {
  width: 100%;
}

.footer-links-section {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

#footer-copyright {
  border-top: 1px solid #dbd7ce;
  color: #74716d;
  margin: 0 0 2em;
  padding-top: 14px;
  text-align: left;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}

/* ICON FONT */
@font-face {
  font-family: "icomoon";
  src: url("/about/fonts/icomoon.eot");
  src: url("/about/fonts/icomoon.eot") format("embedded-opentype"), url("/about/fonts/icomoon.woff") format("woff"), url("/about/fonts/icomoon.ttf") format("truetype"), url("/about/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Facebook:before {
  content: "\e610";
  color: #395b94 !important;
}

.icon-GooglePlus:before {
  content: "\e612";
  color: #d6331d !important;
}

.icon-Instagram:before {
  content: "\e616";
  color: #363636 !important;
}

.icon-Twitter:before {
  content: "\e632";
  color: #1fc9f0 !important;
}

.icon-YouTube:before {
  content: "\e636";
  color: #ef0012 !important;
}

.call-to-action {
  float: left;
  color: #74716d;
  margin-right: 20px;
  margin-top: 4px;
}

.social li {
  display: inline-block;
  margin-right: 5px;
}

.social-icon {
  border-radius: 30px;
  display: inline-block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-color: #ebebeb;
  border-bottom-color: #d1d1d1;
  text-align: center;
  padding-top: 12px;
}

/* TEAM PAGE */
#hero-team {
  background: url("/about/images/team-top.jpg");
  background-repeat: no-repeat;
  text-align: center;
}

.hero h1 {
  position: relative;
  z-index: 1000;
  text-align: center;
  color: white;
  font-size: 54px;
  letter-spacing: -0.6px;
}

#jobs-intro h1,
#team-intro h1 {
  margin-top: 0;
}

#team-intro a {
  color: #08c;
}

/* JOBS PAGE */
#hero-jobs {
  background: url("/about/images/jobs-top.jpg");
  background-repeat: no-repeat;
  text-align: center;
}

#jobs-intro ul {
  text-align: left;
  font-weight: bold;
  margin-left: 50px;
  margin-bottom: 20px;
}

#jobs-intro ul li {
  margin-bottom: 15px;
}

#jobs-intro ul li a {
  color: #08c;
}

#meaning {
  background: url("/about/images/meaning.png");
  background-repeat: no-repeat;
  height: 300px;
  overflow: auto;
}

#meaning p {
  color: white;
  width: 60%;
  float: right;
  line-height: 1.35em;
  margin-top: 60px;
  padding-right: 50px;
}

#culture {
  margin-left: 50px;
  padding-right: 50px;
  margin-top: 30px;
  margin-bottom: 60px;
  line-height: 1.35em;
}

#benefits {
  height: auto;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 40px;
}
#benefits ul {
  text-align: center;
  background: url("/about/images/corp_jobs_bene_dots.png") center top repeat-y;
}
#benefits ul li {
  display: inline-block;
  width: 48%;
  text-align: center;
  height: auto;
  padding: 20px 50px;
  vertical-align: top;
}
#benefits ul li .icon {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background-image: url("/about/images/corp_jobs_bene_icons.png");
  background-repeat: no-repeat;
}

#benefits-medical {
  background-position: -140px 12px;
}

#benefits-salary {
  background-position: -140px -155px;
}

#benefits-bike {
  background-position: -140px -322px;
}

#benefits-time {
  background-position: -540px 12px;
}

#benefits-healthy {
  background-position: -545px -155px;
}

#benefits-internet {
  background-position: -540px -322px;
}

/* PRESS */
#hero-press {
  background: url("/about/images/press-top.jpg");
  background-repeat: no-repeat;
  text-align: center;
}

#press-intro {
  font-size: 18px;
  line-height: 24px;
  margin: 0px 30px 55px 30px;
}

#press-intro a {
  color: #08c;
}

#press-intro p.last {
  margin-bottom: 60px;
}

#press-endorsements {
  text-align: center;
}
#press-endorsements p {
  line-height: normal;
  margin: 0 auto;
  max-width: 80%;
}
#press-endorsements a {
  color: #08c;
  font-size: 14px;
}
#press-endorsements .article_title {
  margin-bottom: 1em;
}

.presslogo {
  margin-bottom: 0;
  padding-top: 30px;
}

#press-details {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 14px;
}
#press-details a {
  color: #08c;
}
#press-details li {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  width: 32%;
  text-align: center;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
#press-details li h4 {
  margin: 0;
}
#press-details li h5 {
  color: #878787;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
#press-details li p.bold {
  margin: 0;
}

#second p {
  text-align: left;
}

#third {
  padding: 0;
  width: 33% !important;
}

#logos-innards {
  border: solid 1px #F7F7F7;
  border-radius: 8px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  margin: 0px auto;
  padding-top: 1em;
  width: 196px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

#logos-innards p.grey {
  color: #878787;
  font-size: 12px;
  margin-bottom: 22px;
  text-align: left;
}

/* HOW IT WORKS */
#how-it-works-hero {
  background: url("/about/images/how-top.jpg");
  background-repeat: no-repeat;
  text-align: center;
}

/* MOBILE */
#mobile-hero {
  min-height: 300px;
  background-image: url("/about/images/mobile-top.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}

#mobile-intro {
  margin-bottom: 60px;
}

#mobile-intro h1 {
  margin: 0;
}

#mobile-intro p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 40px;
}

#find-host {
  background: url("/about/images/host-bg.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  height: 300px;
}

#view-profiles {
  background: url("/about/images/profiles-bg.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  height: 300px;
}

#have-conversations {
  background: url("/about/images/conversations-bg.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  height: 335px;
}

#get-mobile {
  background: url("/about/images/walletphone.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  height: 300px;
}

.mobile-sections {
  text-align: center;
  line-height: 28px;
  margin-bottom: 70px;
}

.mobile-sections div {
  width: 50%;
}

.mobile-sections h3 {
  color: #d86139;
  margin: 0;
  margin-top: -10px;
}

.mobile-sections p {
  margin: 0;
}

#have-conversations div,
#find-host div {
  margin-left: 80px;
  padding-right: 20px;
  padding-top: 30px;
}

#view-profiles div {
  width: 60%;
  padding-right: 100px;
  padding-top: 30px;
}

#have-conversations div {
  padding-top: 70px;
}

#get-mobile div {
  width: 100%;
  padding-top: 220px;
}

/* ----------------------------------- OUR VALUES ----------------------------------- */
#values-hero {
  min-height: 300px;
  background-image: url("/about/images/values-top.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}

#values-intro {
  margin-top: -30px;
  margin-bottom: 65px;
}

#values {
  margin-left: 25px;
  padding-right: 20px;
}

#values div {
  margin-bottom: 55px;
  height: auto;
  overflow: auto;
}

#values div img {
  vertical-align: middle;
}

#values h2 {
  color: #d86139;
  font-size: 24px;
}

#share img {
  margin-left: 45px;
  padding-right: 45px;
  margin-top: 70px;
}

#kindness img {
  margin-left: 45px;
  padding-right: 45px;
  padding-top: 20px;
}

#values .inner-div {
  margin-top: 0;
  margin-bottom: 0;
  width: 71%;
  vertical-align: middle;
}

#leave_it_better img,
#create img {
  padding-right: 45px;
  margin-top: 70px;
}

#curious img {
  padding-right: 45px;
  margin-top: 30px;
}

/* ----------------------------------- RESOURCE CENTER ----------------------------------- */
#rc-hero {
  background: url("/about/images/resource_center_top.jpg");
  background-repeat: no-repeat;
  height: 300px;
}

#rc-hero h1 {
  padding-top: 80px;
}

.tiptop {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.tiptop h1 {
  margin-bottom: 15px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
  text-align: left;
  width: 100%;
  padding-left: 15px;
}

.nav-tabs li {
  display: inline-block;
  font-size: 14px;
}

.nav-tabs li a {
  color: #08c;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  margin-bottom: -1px;
}

.nav-tabs li.active {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -ms-border-radius: 6px 6px 0px 0px;
  -o-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  border-bottom-color: white;
  margin-bottom: -1px;
  cursor: default;
}

.nav-tabs li.active a {
  color: #434343;
}

#travelers ul .arrow h3,
#hosts ul .arrow h3,
#profiles ul .arrow h3,
#events ul .arrow h3,
#families ul .arrow h3,
#rural ul .arrow h3,
#rules ul .arrow h3 {
  margin-bottom: 0;
  color: #d86139;
}

#travelers,
#hosts,
#profiles,
#events,
#families,
#rural,
#rules {
  margin-bottom: 60px;
  padding-right: 30px;
}

.subtips .subfaq {
  font-size: 14px;
  line-height: 20px;
}

.outro {
  font-size: 14px;
  font-style: italic;
  margin-left: 30px;
  padding-right: 30px;
  line-height: 20px;
}

/* ----------------------------------- AMBASSADOR PROGRAM ----------------------------------- */
#faqs {
  margin-left: 60px;
  padding-right: 30px;
  line-height: 20px;
  font-size: 14px;
}

#faqs a {
  color: #08c;
}

#faqs h1 {
  text-align: center;
}

#faqs h3 {
  color: #d86139;
  font-size: 20px;
}

#faqs ul {
  margin-left: 20px;
}

.link2top {
  float: right;
}

.icon_button {
  font-size: 13px;
  line-height: 28.2px;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  background-color: #f0f0f0;
  border-color: #dcdcdc;
  border-bottom-color: #c2c2c2;
  color: #4c4c4c;
  content: "\e058";
  font-family: CSfont;
  position: relative;
}

.question {
  font-weight: bold;
  margin-bottom: 0;
}

.answer {
  line-height: 24px;
  margin-bottom: 40px;
}

/* ----------------------------------- AMBASSADOR PROGRAM ----------------------------------- */
#ap-hero {
  background: url("/about/images/minibus_ambs.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  height: 300px;
}

.ap-content a {
  color: #08c;
}

#ap-hero h1 {
  padding-top: 105px;
}

.ambassadors_hr {
  border: 0;
  border-top: solid 1px #c1bfb7;
  margin: 0 auto;
  width: 33%;
}

#ap-intro-bottom-img,
#ap-intro p {
  margin-bottom: 55px;
}

#ap-intro-descript p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 10px;
}

#featured-ambassadors {
  height: auto;
  overflow: auto;
}

#featured-ambassadors h1 {
  margin-top: 15px;
  text-align: center;
}

.ambassador_widget {
  width: 46%;
  background-color: #9dbf90;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  height: 520px;
}

.ambassador_widget.right {
  margin-right: 20px;
}

.ambassador_widget.left {
  margin-left: 20px;
}

.user_map {
  border-radius: 6px 6px 0 0;
  height: 138px;
  overflow: hidden;
}

.ambassador_info {
  color: white;
  position: relative;
  top: -36px;
}

.name_overlay {
  background-image: url("/about/images/amb_info_bg.png");
  font-size: 18px;
  font-weight: bold;
  height: 36px;
  line-height: 34px;
  padding-left: 118px;
}

.ambassador_avatar_container {
  float: left;
  margin: -64px 0 0 15px;
}

.verified {
  position: absolute;
  bottom: -3px;
  right: -3px;
}

.verified img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  height: 25px;
  width: 25px;
}

.ambassador_avatar_container span.avatar {
  background-color: #999;
  border: solid #fff 4px;
  border-radius: 50%;
  height: 82px;
  width: 82px;
}

.avatar {
  position: relative;
  background-color: #e3e1dd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  display: inline-block;
}

.location_etc {
  font-size: 16px;
  font-weight: 200;
  margin-left: 22px;
  margin-right: 12px;
  text-align: right;
}

.location_etc .location {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.location_etc p {
  margin-bottom: 0;
}

.location:before {
  margin-left: -3px;
  margin-right: 3px;
  display: inline-block;
  font-family: CSfont;
  font-style: normal;
  font-weight: normal;
  position: relative;
  text-align: center;
  text-decoration: inherit;
}

.ambassador_info hr {
  border-top-color: #78966c;
  border-top-width: 2px;
  border-bottom-color: #bad2b0;
  margin: 0em 12px;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
  border-style: solid;
}

.amb_about {
  line-height: normal;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 14px;
}

.profile_link {
  font-weight: bold;
  color: white !important;
  margin-left: 12px;
}

#become-an-ambassador .ambassadors_hr {
  margin-top: 40px;
}

#become-an-ambassador {
  text-align: center;
}

#become-an-ambassador p {
  font-size: 14px;
  text-align: left;
  margin-left: 100px;
  padding-right: 100px;
  line-height: 20px;
  margin-bottom: 60px;
}

/* ----------------------------------- SAFETY ----------------------------------- */
#hero-safety-basics {
  min-height: 296px;
  background-image: url("/about/images/safety-top.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}

#safety-button {
  margin: 0 20px;
  float: right;
}

#tips-intro h1,
#basics-intro h1 {
  margin-top: 30px;
}

#basics-intro p {
  font-size: 18px;
  width: 75%;
  margin: 0 auto;
}

#basics-intro p.bold {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#basics-list {
  padding-top: 0;
}

.arrow {
  background: url("/about/images/basic.jpg") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
  margin: 0 0 12px;
  padding: 0 0 0 70px;
  vertical-align: middle;
  text-align: left;
  margin-left: 50px;
}

.arrow-small {
  background: url("/about/images/small-arrow.jpg") no-repeat 0px 2px transparent;
  margin: 0 0 12px;
  padding: 0 0 0 30px;
  vertical-align: baseline;
  text-align: left;
  margin-left: 20px;
  font-size: 14px;
  line-height: 24px;
  margin-right: 30px;
}

.arrow-small a {
  color: #08c;
}

.arrow h4 {
  margin-bottom: 0;
}

.arrow p {
  font-size: 14px;
  margin-top: 0;
  line-height: 20px;
}

.womens-tips {
  width: 45%;
  background-color: #f8f7f3;
  border: 1px solid #eceae1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  margin-bottom: 100px;
}

.womens-tips h1 {
  color: #333;
  font-size: 30px;
  margin: 0;
}

.womens-tips h3 {
  text-align: center;
  color: #d86139;
  margin-top: 0;
}

.womens-tips p {
  font-size: 14px;
  line-height: 24px;
}

.womens-tips.center {
  width: auto;
  margin: 0 30px 50px;
}

.womens-tips.left {
  margin-left: 30px;
}

.womens-tips.right {
  margin-right: 30px;
}

.womens-tips.right p {
  text-align: center;
  margin-top: 30px;
}

.womens-tips .couchsurfing-button {
  margin: 0 auto;
}

#tips-intro {
  margin: 0 auto;
  text-align: center;
}

#tips-intro p {
  line-height: 24px;
  margin: 0 auto;
  width: 70%;
}

#tips-list {
  margin-left: 40px;
  margin-bottom: 100px;
}

#tips-list h3 {
  color: #d86139;
}

.subfaq {
  list-style: disc;
  margin-left: 20px;
}

#privacy-policy li,
#tos li {
  list-style: disc inside none;
}
#privacy-policy h4,
#tos h4 {
  font-size: 1em;
  text-align: left;
  color: #333;
  margin-bottom: 0;
}

#resources #travelers,
#resources #hosts,
#resources #profiles,
#resources #events,
#resources #families,
#resources #rural {
  display: none;
}

#how-inner-body-content {
  width: 80%;
  padding: 22px 44px;
  float: right;
  height: auto;
  overflow: auto;
  /*include drop-shadow on left*/
}

/* ----------------------------------- SUPPORT PAGES ----------------------------------- */
.terms_note_to_members {
  font-size: 13px;
  line-height: 20px;
}

#thanks,
#guidelines,
#privacy-policy,
#tos {
  font-size: 14px;
  line-height: 24px;
  margin-left: 40px;
  padding-right: 40px;
  margin-bottom: 60px;
}

#guidelines a[href],
#privacy-policy a[href],
#tos a[href] {
  color: #08c;
}

#privacy-policy td,
#privacy-policy th {
  padding: 1rem;
}

#privacy-policy th {
  background-color: #BBB;
  font-weight: normal;
}

#tos h3,
#tos p {
  text-align: left;
}

#thanks h1,
#guidelines h1,
#privacy-policy h1 {
  text-align: center;
}

#thanked li {
  list-style: disc;
  list-style-position: inside;
}

/* responsive */
.fb {
  width: 758px;
  text-align: center;
}
.fb img {
  margin-top: 44px;
}
.fb p {
  padding: 7px 155px;
}

/*Base*/
.navbar-toggle {
  display: none;
}

/* iPads (landscape) ----------- */
@media only screen and (max-width: 1024px) {
  /*Main Width Params*/
  .hero,
  #inner-body,
  footer,
  nav {
    width: 100%;
  }
  /*Flex Columns*/
  #inner-body {
    display: -webkit-flex;
    display: flex;
  }
  #inner-body-subnav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12em;
    -ms-flex: 0 0 12em;
    flex: 0 0 12em;
  }
  #inner-body-content {
    flex: 1;
  }
  /*Navigation*/
  nav .logo {
    margin-left: 10px;
  }
  /*Hero*/
  .wrapper .hero {
    height: auto !important;
    /*Ibndividual Herro Images*/
  }
  .wrapper .hero#hero-team, .wrapper .hero#hero-jobs, .wrapper .hero#hero-press, .wrapper .hero#how-it-works-hero, .wrapper .hero#rc-hero, .wrapper .hero#ap-hero {
    height: 250px !important;
    background-size: cover;
    background-position: center center;
  }
  .wrapper .hero#hero-team img, .wrapper .hero#hero-jobs img, .wrapper .hero#hero-press img, .wrapper .hero#how-it-works-hero img, .wrapper .hero#rc-hero img, .wrapper .hero#ap-hero img {
    display: none;
  }
  .wrapper .hero#hero-team h1, .wrapper .hero#hero-jobs h1, .wrapper .hero#hero-press h1, .wrapper .hero#how-it-works-hero h1, .wrapper .hero#rc-hero h1, .wrapper .hero#ap-hero h1 {
    line-height: 60px;
    margin-top: 45px;
  }
  .wrapper .hero#rc-hero h1, .wrapper .hero#ap-hero h1 {
    padding-top: 50px;
  }
  #inner-body {
    background: #fff;
  }
  #inner-body-subnav {
    background-image: url("/about/images/left-nav-bg.png");
    background-repeat: repeat-y;
    background-position: right top;
  }
  .accordion-inner li,
  .accordion-inner li.current {
    position: relative;
    background-image: none;
  }
  .accordion-inner li:after,
  .accordion-inner li.current:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background-image: url("/about/images/left-nav-arrow.jpg");
    background-position: center center;
    background-repeat: no-repeat;
  }
  #couchsurfing-does li {
    width: 48%;
  }
  /*Footer*/
  footer {
    padding: 0 20px;
    text-align: center;
  }
  footer .triplets {
    height: 200px;
    width: 48%;
    max-width: 320px;
    height: 200px;
    margin-bottom: 20px;
    float: none !important;
    display: inline-block !important;
  }
  footer #triplets-left p {
    padding-right: 0;
  }
  footer #footer-social {
    text-align: left;
  }
  footer #footer-social .call-to-action,
  footer #footer-social .social {
    float: none;
    clear: both;
    margin-bottom: 10px;
  }
  footer #footer-links-parent {
    text-align: left;
  }
  footer #footer-links-parent .footer-links-section {
    max-width: 19%;
    width: auto;
    margin-right: 25px;
  }
  #meaning {
    background-size: contain;
  }
  #meaning p {
    margin-top: 20px;
    padding-top: 20px;
  }
  #press-details #logos-innards {
    width: auto;
  }
  #rules {
    padding: 0;
  }
  #rules .tiptop {
    width: auto;
    padding: 0 80px;
  }
  #rules .arrow_list li {
    padding: 0 80px;
    margin: 0;
  }
  #basics-list li {
    padding: 0 80px;
    margin: 0;
  }
  /*Images*/
  .image-responsive, .wrapper .hero img {
    width: 100%;
    height: auto;
    display: block;
  }
  .airplane_no_bg,
  .airplane {
    background-position: center center;
  }
  .couchsurfing-does-container {
    background-size: contain !important;
    background-position: center center !important;
  }
  .presslogo img {
    max-width: 100%;
    max-height: 100%;
  }
  .hiw-image.left, .hiw-image.right {
    float: none;
    text-align: center;
  }
  .hiw-image.left img, .hiw-image.right img {
    width: 380px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 910px) {
  #find-host,
  #have-conversations {
    height: auto !important;
    background-position: right bottom !important;
  }
  #find-host div,
  #have-conversations div {
    padding: 0 80px 345px;
    margin: 0;
    width: 100%;
  }
  #view-profiles {
    height: auto !important;
    background-position: left bottom !important;
  }
  #view-profiles div {
    float: none;
    padding: 0 80px 350px;
    margin: 0;
    width: 100%;
  }
  #basics-callout .womens-tips.left,
  #basics-callout .womens-tips.right {
    float: none;
    clear: both;
    margin: 10px 40px 30px;
    width: auto;
  }
  #meaning {
    height: auto;
    background: url("/about/images/meaning-devices.jpg");
  }
  #meaning p {
    padding: 50px;
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 769px) {
  .accordion {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  /*Text Reset For Smaller Devices*/
  p,
  #benefits ul li {
    font-size: 18px !important;
  }
  #inner-body-subnav {
    position: absolute;
    top: 57px;
    left: 0;
    width: 100%;
    min-height: 0;
    background-image: none;
    z-index: 9999;
  }
  #inner-body-subnav .navbar-toggle {
    display: block;
    position: absolute;
    top: -57px;
    right: 0;
    width: 55px;
    height: 55px;
    background: none;
    border: none;
    cursor: pointer;
  }
  #inner-body-subnav .navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    margin: 5px auto 0;
    border-radius: 2px;
    background-color: #287fb8;
  }
  #inner-body-subnav .navbar-toggle:focus {
    border: none;
    outline: none;
    color: #d54b0b;
  }
  #inner-body-subnav .accordion {
    display: none;
    margin-bottom: 0;
    border-bottom: 2px solid #EDEDED;
  }
  #inner-body-subnav .accordion .accordion-inner li a {
    color: #6c797a;
    display: block;
    transition: none;
  }
  #inner-body-subnav .accordion .accordion-inner li.current {
    background-color: #28af60;
  }
  #inner-body-subnav .accordion .accordion-inner li.current a {
    color: #fff !important;
  }
  #inner-body-subnav .accordion .accordion-inner li.current:after {
    background-image: none;
  }
  #inner-body-content,
  #how-inner-body-content {
    width: 100%;
  }
  .wrapper .hero#rc-hero h1 {
    padding-top: 20px;
  }
  #press-details ul {
    text-align: center;
  }
  #press-details ul li {
    display: inline-block;
    width: 40% !important;
    margin-top: 60px;
  }
  #press-details ul #logos-innards {
    width: auto;
  }
  #mobile-hero {
    min-height: 240px;
  }
  #meaning {
    background-size: contain;
  }
  #meaning p {
    margin-top: 20px;
    padding-top: 20px;
  }
  .presslogo img {
    max-width: 100%;
    max-height: 100%;
  }
  #rules {
    padding: 0;
  }
  #rules .tiptop {
    width: auto;
    padding: 0 40px;
  }
  #rules .arrow_list li {
    padding: 0 40px;
    margin: 0;
  }
  #values > div {
    text-align: center;
  }
  #values > div img {
    display: block;
    margin: 10px auto;
    float: none;
  }
  #values > div .inner-div {
    float: none;
    width: auto;
    padding: 0 40px;
  }
  .ambassadors_hr {
    display: none;
  }
  #ap-intro-descript img {
    display: block;
    float: none;
    margin: 10px auto 0;
  }
  #ap-intro-descript h1 {
    margin-top: 10px;
  }
  #featured-ambassadors {
    text-align: center;
  }
  #featured-ambassadors .ambassador_widget {
    height: auto;
    display: inline-block;
    float: none;
    margin: 20px;
    padding: 0;
    width: auto;
    max-width: 320px;
    vertical-align: top;
  }
  #featured-ambassadors .ambassador_widget p {
    font-size: 16px !important;
  }
  #become-an-ambassador p {
    margin-left: 0;
    margin-right: 0;
    padding: 0 40px;
  }
  #tips-list {
    margin-left: 0;
    padding: 0 40px;
  }
  #tips-list .arrow-small {
    margin: 0;
  }
  /*Footer*/
  footer #footer-links-parent .footer-links-section {
    max-width: 32%;
  }
}
@media only screen and (max-width: 510px) {
  .hide-device {
    display: none;
  }
  .wrapper .hero#hero-about,
  .wrapper .hero#values-hero,
  .wrapper .hero#hero-safety-basics {
    min-height: 220px;
  }
  #couchsurfing-does li {
    width: 100%;
  }
  .hero h1 {
    font-size: 42px;
  }
  .wrapper .hero#rc-hero h1,
  .wrapper .hero#ap-hero h1 {
    padding-top: 0;
  }
  #mobile-hero {
    min-height: 150px;
  }
  #press-details ul li {
    width: auto !important;
  }
  #press-details ul #logos-innards {
    width: auto !important;
    max-width: 250px;
  }
  .hiw-image.left img, .hiw-image.right img {
    width: auto;
    max-width: 100%;
  }
  #safety-button {
    display: block;
    width: 230px;
    margin: 0 auto;
    float: none;
  }
  #benefits ul {
    background: none;
  }
  #benefits ul li {
    display: inline-block;
    width: 98%;
    max-width: 320px;
    padding: 20px 50px;
    vertical-align: top;
  }
  #find-host div,
  #have-conversations div,
  #view-profiles div {
    padding: 0 30px 345px;
  }
  #faqs {
    margin: 0;
    padding: 0 30px;
  }
  #faqs ul {
    margin-left: 0;
  }
  #thanks,
  #guidelines,
  #privacy-policy,
  #tos {
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px;
  }
  #basics-list li {
    padding: 0 20px;
  }
  /*Footer*/
  footer #footer-links-parent .footer-links-section {
    max-width: 45%;
  }
  footer .triplets {
    width: 100%;
    max-width: 320px;
  }
}
@media only screen and (max-width: 320px) {
  /*Footer*/
  footer #footer-links-parent .footer-links-section {
    width: 100%;
  }
}

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