@import url(https://fonts.googleapis.com/css?family=Pinyon+Script|Great+Vibes);
@import url("https://fonts.googleapis.com/css?family=Pinyon+Script|Great+Vibes");
.section {
  padding: 24px 0; }
  .section h2, .section h1 {
    text-transform: uppercase;
    font-size: 38px;
    color: #333;
    margin-top: 28px;
    margin-bottom: 12px;
    letter-spacing: 1px;
    line-height: 1.2; }
  .section h3 {
    font-size: 34px;
    margin-top: 32px;
    line-height: 1.2; }
  .section h4 {
    line-height: 1.4; }
  .section p {
    font-size: 18px;
    line-height: 1.4;
    color: #666;
    font-weight: 200;
    margin-bottom: 16px; }
  .section img {
    margin-top: 16px; }
  .section a {
    color: #4c9bd4; }
  .section .block-quote {
    font-weight: 200;
    font-size: 24px;
    margin: 0 12px 28px;
    margin-top: 28px;
    color: #4c9bd4; }
    .section .block-quote span:last-child {
      font-size: 16px;
      display: block;
      text-align: left;
      color: #aaa; }
  .section ul {
    margin-bottom: 20px; }
  .section ol {
    padding-left: 28px; }
    .section ol li {
      font-weight: 200; }
      .section ol li h4 {
        margin-bottom: 4px;
        font-weight: 400; }
      .section ol li p {
        font-weight: 200; }
  .section li {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 8px;
    color: #666; }

#bottom-nav div:last-child {
  text-align: right; }

.superscript {
  display: inline-block;
  vertical-align: top;
  opacity: 0.5;
  letter-spacing: 0; }

.subscript {
  opacity: 0.5;
  vertical-align: baseline;
  letter-spacing: 0; }

.footnote {
  display: block;
  font-weight: 200;
  font-size: 14px;
  opacity: 0.5;
  padding-bottom: 12px; }

.icon-list-1-col {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .icon-list-1-col li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .icon-list-1-col li {
    display: inline-block;
    width: 100%; }
    .icon-list-1-col li:last-child p:last-child {
      margin-bottom: 0; }
  .icon-list-1-col img, .icon-list-1-col .glyphicon {
    width: 20%;
    max-width: 70px;
    display: block;
    float: left;
    margin-top: 12px; }
    @media screen and (min-width: 767px) {
      .icon-list-1-col img, .icon-list-1-col .glyphicon {
        width: 9%; } }
  .icon-list-1-col .glyphicon {
    font-size: 40px;
    color: #47bf21;
    margin: 0;
    text-align: right; }
  .icon-list-1-col div {
    width: 79%;
    display: block;
    float: left;
    padding-left: 12px; }
    @media screen and (min-width: 767px) {
      .icon-list-1-col div {
        width: 87%;
        padding-left: 16px; } }
    @media screen and (min-width: 1199px) {
      .icon-list-1-col div {
        padding-left: 32px; } }
  .icon-list-1-col h4 {
    margin-bottom: 4px;
    margin-top: 0;
    line-height: 1.3; }
  .icon-list-1-col strong {
    font-weight: 400;
    color: #333; }

.icon-list-2-col {
  list-style-type: none;
  margin: 0;
  padding: 12px 0; }
  .icon-list-2-col li {
    margin-bottom: 16px; }
    @media screen and (min-width: 767px) {
      .icon-list-2-col li {
        display: block;
        float: left;
        width: 50%;
        margin: 12px 0; } }
  .icon-list-2-col img {
    display: inline-block;
    width: 15%;
    margin-top: 2px;
    vertical-align: top; }
    @media screen and (min-width: 767px) {
      .icon-list-2-col img {
        margin-top: -4px; } }
  .icon-list-2-col p {
    display: inline-block;
    width: 77%;
    padding-left: 12px;
    margin-bottom: 0;
    margin-top: 4px;
    vertical-align: top; }
    @media screen and (min-width: 767px) {
      .icon-list-2-col p {
        padding: 0 32px 0 12px; } }

.emphasis {
  font-weight: 400;
  color: #333; }

#main-content table {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0 0 16px;
  display: block; }
  #main-content table tbody {
    display: block; }
  #main-content table tr {
    display: block !important;
    padding: 0 0 12px; }
    #main-content table tr:first-child {
      padding: 12px 0; }
    #main-content table tr:last-child {
      padding-top: 0; }
    #main-content table tr.single-row {
      padding: 12px 0 !important; }
  #main-content table td {
    display: block;
    float: left;
    font-size: 18px; }
    @media screen and (min-width: 767px) {
      #main-content table td {
        display: table-cell;
        font-size: 16px;
        font-weight: 200; } }
  #main-content table th {
    display: block;
    float: left;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px; }

.three-col-table .header-tr {
  padding: 0 0 12px !important;
  display: block; }
  .three-col-table .header-tr th {
    display: none; }
    @media screen and (min-width: 767px) {
      .three-col-table .header-tr th {
        display: block;
        padding: 12px 0 !important; } }

.three-col-table td, .three-col-table th {
  width: 25%;
  text-align: right; }
  @media screen and (min-width: 767px) {
    .three-col-table td, .three-col-table th {
      width: 33%;
      text-align: left; } }
  .three-col-table td:first-child, .three-col-table th:first-child {
    width: 73%;
    text-align: left; }
    @media screen and (min-width: 767px) {
      .three-col-table td:first-child, .three-col-table th:first-child {
        width: 33%; } }
  .three-col-table td:last-child, .three-col-table th:last-child {
    text-align: left; }
    @media screen and (min-width: 767px) {
      .three-col-table td:last-child, .three-col-table th:last-child {
        width: 33%; } }

.three-col-table td:last-child {
  width: 100%;
  font-weight: 200; }
  @media screen and (min-width: 767px) {
    .three-col-table td:last-child {
      width: 33%; } }

.four-col-table td, .four-col-table th {
  width: 100%;
  float: left; }
  @media screen and (min-width: 767px) {
    .four-col-table td, .four-col-table th {
      width: 25%; } }

.tile.ng-enter {
  transition: 0.3s ease-out all;
  opacity: 0;
  left: 15px; }

.tile.ng-enter-stagger {
  transition-delay: 0.1s;
  transition-duration: 0s; }

.tile.ng-enter.ng-enter-active {
  opacity: 1;
  left: 0; }

.tile-content.ng-enter {
  transition: 0.3s ease-out all;
  opacity: 0;
  left: 15px; }

.tile-content.ng-enter.ng-enter-active {
  opacity: 1;
  left: 0; }

.tile-page-title {
  position: relative; }

.tile-page-title.ng-enter {
  transition: 0.3s ease-out all;
  opacity: 0;
  top: 15px; }

.tile-page-title.ng-enter.ng-enter-active {
  opacity: 1;
  top: 0; }

.tile-sub-nav {
  position: relative; }

.tile-sub-nav.ng-enter {
  transition: 0.3s ease-out all;
  opacity: 0;
  top: 15px;
  transition-delay: 0.1s; }

.tile-sub-nav.ng-enter-stagger {
  transition-delay: 0.1s;
  transition-duration: 0s; }

.tile-sub-nav.ng-enter.ng-enter-active {
  opacity: 1;
  top: 1px; }

form {
  margin-bottom: 24px;
  transition: 300ms;
  position: relative;
  left: 0;
  opacity: 1; }
  @media screen and (min-width: 767px) {
    form {
      padding: 28px 40px 40px;
      box-shadow: 0 0 8px #ddd;
      margin: 20px 0 40px; } }
  form .btn-primary {
    width: 100%;
    margin-top: 16px; }
  form input[type="checkbox"] {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: -999;
    opacity: 0; }
  form input[type="checkbox"] + label {
    background: url("../images/checkbox.svg") no-repeat;
    background-size: 22px 44px;
    background-position: left bottom;
    padding: 5px 0 5px 28px;
    opacity: 1;
    margin-top: 10px;
    margin-left: 16px;
    font-size: 16px;
    font-weight: 200;
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    height: auto; }
    form input[type="checkbox"] + label:hover {
      color: #333; }
    @media screen and (max-width: 767px) {
      form input[type="checkbox"] + label {
        color: #333 !important;
        width: 90%;
        background-size: 30px 60px;
        font-size: 18px;
        padding: 9px 0 9px 40px;
        margin: 28px 0 0; } }
  form input[type="checkbox"]:checked + label {
    background-position: left top;
    color: #333; }
  form input[type="radio"] {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: -999;
    opacity: 0; }
  form input[type="radio"] + label {
    background: url("../images/ui/radio-off.svg") no-repeat;
    background-size: 22px 22px;
    background-position: middle left;
    padding: 5px 0 5px 28px;
    opacity: 1;
    margin-top: 10px;
    margin-left: 16px;
    font-size: 16px;
    font-weight: 200;
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    height: auto;
    cursor: pointer; }
    form input[type="radio"] + label:hover {
      color: #333; }
    @media screen and (max-width: 767px) {
      form input[type="radio"] + label {
        color: #333 !important;
        width: 90%;
        background-size: 30px 60px;
        font-size: 18px;
        padding: 9px 0 9px 40px;
        margin: 28px 0 0; } }
  form input[type="radio"]:checked + label {
    background: url("../images/ui/radio-on.svg") no-repeat;
    background-size: 22px 22px;
    background-position: middle left;
    color: #333; }

label {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  margin-top: 0;
  margin-bottom: 0;
  color: #aaa;
  position: relative;
  top: -15px; }

input, textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 200;
  appearance: none;
  outline: none; }
  input:focus, textarea:focus {
    border-bottom: 2px solid #4c9bd4; }
  input + label, textarea + label {
    opacity: 0; }
  input.valid + label + .glyphicon, textarea.valid + label + .glyphicon {
    opacity: 1; }
  input.error + label, textarea.error + label {
    opacity: 0;
    top: -15px; }
    input.error + label + .glyphicon, textarea.error + label + .glyphicon {
      opacity: 0; }

body #lead-cap {
  display: block;
  box-sizing: border-box; }

#hf-lead-cap {
  display: block;
  box-sizing: border-box;
  width: 460px;
  margin: 50px auto 20px; }
  @media (max-width: 767px) {
    #hf-lead-cap {
      width: 100%;
      margin-top: 20px; } }
  #hf-lead-cap label {
    color: #666;
    top: 0; }
    #hf-lead-cap label.tucked-in {
      font-weight: 200;
      font-size: 12px;
      line-height: 12px;
      margin-top: 0;
      margin-bottom: 0;
      color: #666;
      position: relative;
      top: -15px; }
      #hf-lead-cap label.tucked-in.datepicker-label {
        top: -10px; }
      #hf-lead-cap label.tucked-in.active {
        opacity: 1;
        top: -10px;
        transition: .3s; }
  #hf-lead-cap input[type="text"], #hf-lead-cap input[type="email"], #hf-lead-cap input[type="number"], #hf-lead-cap input[type="tel"], #hf-lead-cap input[type="time"], #hf-lead-cap textarea, #hf-lead-cap select {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 200;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border-radius: 0; }
    #hf-lead-cap input[type="text"]:focus, #hf-lead-cap input[type="email"]:focus, #hf-lead-cap input[type="number"]:focus, #hf-lead-cap input[type="tel"]:focus, #hf-lead-cap input[type="time"]:focus, #hf-lead-cap textarea:focus, #hf-lead-cap select:focus {
      border-bottom: 2px solid #4c9bd4;
      margin-top: 0px; }
    #hf-lead-cap input[type="text"] + label, #hf-lead-cap input[type="email"] + label, #hf-lead-cap input[type="number"] + label, #hf-lead-cap input[type="tel"] + label, #hf-lead-cap input[type="time"] + label, #hf-lead-cap textarea + label, #hf-lead-cap select + label {
      opacity: 0; }
    #hf-lead-cap input[type="text"].error, #hf-lead-cap input[type="email"].error, #hf-lead-cap input[type="number"].error, #hf-lead-cap input[type="tel"].error, #hf-lead-cap input[type="time"].error, #hf-lead-cap textarea.error, #hf-lead-cap select.error {
      border-bottom: 2px solid #f24141;
      margin-top: -1px; }
    #hf-lead-cap input[type="text"].valid + label + .glyphicon-ok, #hf-lead-cap input[type="email"].valid + label + .glyphicon-ok, #hf-lead-cap input[type="number"].valid + label + .glyphicon-ok, #hf-lead-cap input[type="tel"].valid + label + .glyphicon-ok, #hf-lead-cap input[type="time"].valid + label + .glyphicon-ok, #hf-lead-cap textarea.valid + label + .glyphicon-ok, #hf-lead-cap select.valid + label + .glyphicon-ok {
      opacity: 1; }
      #hf-lead-cap input[type="text"].valid + label + .glyphicon-ok + .glyphicon-asterisk, #hf-lead-cap input[type="email"].valid + label + .glyphicon-ok + .glyphicon-asterisk, #hf-lead-cap input[type="number"].valid + label + .glyphicon-ok + .glyphicon-asterisk, #hf-lead-cap input[type="tel"].valid + label + .glyphicon-ok + .glyphicon-asterisk, #hf-lead-cap input[type="time"].valid + label + .glyphicon-ok + .glyphicon-asterisk, #hf-lead-cap textarea.valid + label + .glyphicon-ok + .glyphicon-asterisk, #hf-lead-cap select.valid + label + .glyphicon-ok + .glyphicon-asterisk {
        opacity: 0; }
  #hf-lead-cap input[type="radio"] + label {
    font-size: 18px; }
  #hf-lead-cap p {
    color: #999;
    padding-bottom: 12px; }
    #hf-lead-cap p.or {
      text-align: center; }
  #hf-lead-cap .form-group {
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      #hf-lead-cap .form-group {
        margin-bottom: 8px; } }
  #hf-lead-cap input {
    height: 30px;
    margin: 0;
    width: 100%;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      #hf-lead-cap input {
        font-size: 16px; } }
    #hf-lead-cap input#field-zip {
      width: 100%; }
  #hf-lead-cap #form-fields-container .form-group {
    position: relative;
    margin: 16px 0 24px; }
  #hf-lead-cap #form-fields-container label {
    display: block;
    width: auto;
    font-family: myriad-pro, verdana, sans-serif;
    font-size: 11px;
    opacity: 0;
    font-weight: 400;
    position: absolute;
    top: -7px;
    transition: 300ms ease all;
    color: #aaa; }
  #hf-lead-cap #form-fields-container label.activeLabel {
    opacity: 1;
    top: -10px;
    transition: 300ms ease all; }
  #hf-lead-cap #form-fields-container label.focused {
    color: #4a9cdb; }
  #hf-lead-cap #form-fields-container label.error {
    color: red;
    position: static;
    opacity: 1; }
  #hf-lead-cap .lead-cap-shot {
    width: 100%;
    border: 1px solid white;
    margin-bottom: 12px; }
  #hf-lead-cap h2 {
    color: #333333;
    font-weight: 400;
    font-size: 22px;
    text-align: left;
    padding: 0;
    margin: 0;
    margin-bottom: 4px; }
  #hf-lead-cap .btn {
    border: none;
    border-radius: 4px;
    background: #fba24d;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0;
    width: 100%;
    text-shadow: none; }
    #hf-lead-cap .btn.btn-blue {
      background: #4da4d8; }
      #hf-lead-cap .btn.btn-blue:hover {
        background: #428abe; }
    #hf-lead-cap .btn:hover {
      text-decoration: none;
      background: #EA8525; }
  #hf-lead-cap #form-close-button {
    display: block;
    float: right;
    margin-top: -30px;
    margin-right: -6px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
    line-height: 24px; }
    @media screen and (max-width: 768px) {
      #hf-lead-cap #form-close-button {
        margin-top: 6px;
        margin-right: 6px;
        font-size: 0; } }
    #hf-lead-cap #form-close-button i {
      margin-top: 2px;
      font-size: 18px;
      display: block;
      float: right;
      margin-left: 4px; }
  #hf-lead-cap #form-headline {
    display: block;
    background: #4C9BD4;
    color: #ffffff;
    font-size: 24px;
    font-weight: 200;
    padding: 0px 10px 7px;
    line-height: 35px; }
  #hf-lead-cap label {
    color: #888888; }
    #hf-lead-cap label.error {
      font-size: 11px;
      color: #ff4e4e;
      line-height: 1.4;
      margin-top: 4px; }
  #hf-lead-cap .form-control {
    border: 2px solid #dddddd;
    box-shadow: none;
    -webkit-appearance: none; }
    #hf-lead-cap .form-control:focus {
      border-color: #4C9BD4;
      box-shadow: none; }
    #hf-lead-cap .form-control.error {
      border-color: #ff4e4e;
      color: #ff4e4e; }
  #hf-lead-cap input {
    width: 344px; }
    @media (max-width: 768px) {
      #hf-lead-cap input {
        width: 94%; } }
  #hf-lead-cap #formInputPhone {
    display: block;
    float: left;
    width: 65%;
    margin-right: 0;
    margin-top: 0 !important; }
    #hf-lead-cap #formInputPhone input {
      width: 90%; }
    @media (max-width: 768px) {
      #hf-lead-cap #formInputPhone {
        width: 100%; }
        #hf-lead-cap #formInputPhone input {
          width: 94%; } }
  #hf-lead-cap #formInputZip {
    display: block;
    float: right;
    width: 111px;
    margin-top: 0 !important; }
    @media screen and (max-width: 768px) {
      #hf-lead-cap #formInputZip {
        margin-left: 0; } }
    #hf-lead-cap #formInputZip input {
      width: 100px; }
    @media (max-width: 768px) {
      #hf-lead-cap #formInputZip {
        width: 100%;
        margin-bottom: 16px !important; }
        #hf-lead-cap #formInputZip input {
          width: 94%; } }
  #hf-lead-cap #form-action {
    width: 100%;
    margin: 0; }
    #hf-lead-cap #form-action .btn-border {
      font-size: 18px;
      padding: 12px 0; }
  #hf-lead-cap .btn-border {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 12px 0;
    font-weight: 400;
    background: #FAA340;
    box-shadow: none;
    border: none;
    color: #fff;
    border-radius: 2px;
    transition: 200ms;
    display: block;
    text-align: center; }
    #hf-lead-cap .btn-border:hover {
      transition: 200ms;
      background: #f47b20;
      text-decoration: none; }
  #hf-lead-cap .footnote {
    font-size: 12px;
    color: #aaaaaa;
    font-weight: 400;
    padding-bottom: 0; }
    #hf-lead-cap .footnote a {
      color: #666666; }

#thank-you-message {
  display: none;
  box-sizing: border-box;
  width: 460px;
  margin: 50px auto 20px;
  box-shadow: 0 0 8px #ddd;
  padding: 36px 40px 40px; }

#thank-you-message h2 {
  font-size: 28px;
  text-transform: none;
  margin-top: 0; }

#header {
  background: url("../images/mobile/hero-internal.jpg") no-repeat;
  background-size: cover;
  background-position: 50%; }
  @media screen and (min-width: 767px) {
    #header {
      background-position: 50% 90%; } }
  #header.our-au-pairs {
    background-image: url("../images/hero/sleeping.jpg"); }
  #header.pricing {
    background-image: url("../images/hero/dock.jpg");
    background-position: center 40%; }
  #header.how-it-works {
    background-image: url("../images/hero/grass.jpg");
    background-position: center 40%; }
  #header.program-details {
    background-image: url("../images/hero/blue-eyes.jpg");
    background-position: center 70%; }
  #header.for-au-pairs {
    background-image: url("../images/hero/crayons.jpg");
    background-position: center 50%; }
  @media screen and (max-width: 767px) {
    #header #header-log-in:last-child {
      display: none; } }

#header-logo {
  background: url("../images/gausa-logo-white.svg") no-repeat;
  background-size: cover;
  display: block;
  width: 196px;
  height: 35px;
  margin: 2px auto 0;
  position: static;
  left: auto; }
  @media screen and (min-width: 767px) {
    #header-logo {
      width: 237px;
      height: 43px;
      position: absolute;
      left: 52px;
      top: -3px; } }

.page-title {
  margin-bottom: 40px; }
  .page-title .title-text {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    margin: 30px 0 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    font-weight: 400; }
    @media screen and (min-width: 767px) {
      .page-title .title-text {
        font-size: 64px;
        margin-bottom: 12px;
        margin-top: 60px; } }

#footer-container {
  margin: 0;
  width: 100%; }

#trust-icons {
  padding: 40px 0 !important;
  background: #f1f1f1; }
  #trust-icons #trust-icon-holder {
    text-align: center;
    display: inline-block; }
  #trust-icons a {
    display: inline-block;
    padding: 0 20px; }
  #trust-icons .trust-icon {
    width: 140px;
    height: 60px;
    background: url("../images/security-sprite-sheet-bw.png") no-repeat; }
  #trust-icons #alliance {
    background-position: -560px 0px; }
  #trust-icons #alliance:hover {
    background-position: -560px -60px; }
  #trust-icons #truste:hover {
    background-position: 0px -60px; }
  #trust-icons #bbb {
    background-position: -140px 0px; }
  #trust-icons #bbb:hover {
    background-position: -140px -60px; }
  #trust-icons #security-metrics {
    background-position: -280px 0px; }
  #trust-icons #security-metrics:hover {
    background-position: -280px -60px; }
  #trust-icons #verisign {
    background-position: -420px 0px; }
  #trust-icons #verisign:hover {
    background-position: -420px -60px; }

#footer-links {
  padding: 40px 0 !important;
  background: #ececec; }
  @media screen and (min-width: 767px) {
    #footer-links {
      padding: 40px !important; } }
  #footer-links p {
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #C3C3C3;
    font-weight: 600;
    font-size: 14px;
    padding: 0; }
  #footer-links a {
    color: #888;
    font-weight: 400; }
    #footer-links a:hover {
      color: #333;
      text-decoration: none; }
    #footer-links a .glyphicon {
      font-size: 9px; }
  #footer-links ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding-left: 16px;
    margin-bottom: 24px; }
    @media screen and (min-width: 767px) {
      #footer-links ul {
        padding: 0; } }
  #footer-links li {
    margin-bottom: 8px;
    line-height: 16px;
    font-size: 12px; }

#footer {
  background: #e6e6e6;
  padding: 40px 25px 30px !important;
  height: auto; }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 30px 18px !important; } }
  #footer #footer-logo {
    background: url("../images/footer-logo.png") no-repeat;
    background-size: cover;
    display: block;
    float: left;
    width: 200px;
    height: 36px;
    opacity: 0.5; }
    @media screen and (max-width: 767px) {
      #footer #footer-logo {
        margin: 0 auto 20px;
        float: none; } }
  @media screen and (max-width: 767px) {
    #footer div {
      text-align: center;
      padding: 0; } }
  #footer a {
    float: left;
    display: block;
    margin: 8px 0 0 17px;
    color: #888;
    font-size: 14px;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      #footer a {
        float: none;
        display: inline-block;
        margin: 10px 20px 20px; } }
    #footer a:hover {
      text-decoration: none;
      color: #333; }
  #footer span, #footer a.btn {
    display: block;
    float: right; }
  #footer span {
    margin: 8px 17px 0 0;
    color: #888;
    font-size: 14px;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      #footer span {
        float: none;
        display: inline-block;
        margin: 20px 0; } }
  #footer a.btn {
    margin: -5px 0 0;
    color: #fff;
    font-size: 12px;
    text-shadow: none;
    box-shadow: none; }
    @media screen and (max-width: 767px) {
      #footer a.btn {
        margin: 0;
        float: none; } }
  @media screen and (max-width: 991px) {
    #footer #dos-footer-link {
      display: none; } }

#social-links {
  font-size: 12px;
  text-align: center;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    #social-links {
      text-align: left; } }

#social-links span {
  margin-right: 8px; }
  @media screen and (max-width: 767px) {
    #social-links span {
      display: block; } }

#social-links span:first-child {
  font-weight: 400;
  color: #888; }
  @media screen and (max-width: 767px) {
    #social-links span:first-child {
      margin-bottom: 8px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #C3C3C3;
      font-weight: 600;
      font-size: 14px;
      padding: 0;
      display: block; } }

@media screen and (max-width: 767px) {
  #social-links a {
    display: block;
    margin-left: 20px;
    margin-bottom: 10px; } }

#social-links a:hover .social-icon {
  opacity: 0.7; }

#social-links .social-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 4px;
  background: url("../images/social-icon-set.svg") no-repeat;
  background-size: 64px 16px;
  opacity: 0.4; }

#social-links #twitter {
  background-position: -16px 0; }

#social-links #linkedIn {
  background-position: -32px 0; }

#social-links #youTube {
  background-position: -48px 0; }

#menu-open-button {
  width: 38px;
  display: block;
  float: left;
  padding: 10px 13px 10px 0;
  position: absolute;
  transition: 200ms; }
  #menu-open-button:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: 200ms; }
  #menu-open-button div {
    height: 4px;
    margin-bottom: 5px;
    width: 100%;
    background-color: #ffffff; }
    #menu-open-button div:last-child {
      margin-bottom: 0; }
  #menu-open-button.close {
    position: absolute;
    z-index: 99;
    top: 14px;
    left: 20px;
    width: 42px; }
    @media screen and (min-width: 767px) {
      #menu-open-button.close {
        right: auto;
        left: 20px; } }
    #menu-open-button.close div {
      background-color: #333;
      display: none; }
      #menu-open-button.close div:first-child {
        display: block;
        transform: rotateZ(45deg);
        margin-bottom: -4px; }
      #menu-open-button.close div:last-child {
        display: block;
        transform: rotateZ(-45deg); }

#header-logo {
  background: url("../images/gausa-logo-white.svg") no-repeat;
  background-size: cover;
  display: block;
  width: 237px;
  height: 43px;
  position: absolute;
  left: 52px; }
  @media screen and (max-width: 991px) {
    #header-logo {
      width: 226px;
      height: 42px;
      margin: 0px auto 0;
      position: static;
      left: auto; } }
  @media screen and (max-width: 767px) {
    #header-logo {
      width: 216px;
      height: 40px;
      margin: 2px auto 0;
      position: static;
      left: auto; } }

#top-nav-primary {
  display: block;
  text-align: center;
  margin: 6px auto 0; }
  @media screen and (max-width: 991px) {
    #top-nav-primary {
      display: none; } }
  #top-nav-primary .top-nav-item {
    display: inline-block;
    float: none; }

#top-nav-secondary {
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 6px; }
  #top-nav-secondary .top-nav-item {
    float: right; }
    @media screen and (max-width: 767px) {
      #top-nav-secondary .top-nav-item {
        padding-right: 0; } }
  @media screen and (max-width: 767px) {
    #top-nav-secondary #header-sign-up, #top-nav-secondary #header-log-in {
      display: none; } }
  @media screen and (max-width: 991px) {
    #top-nav-secondary #header-sign-up, #top-nav-secondary #header-log-in {
      display: none; } }
  @media screen and (max-width: 767px) {
    #top-nav-secondary #header-phone-number .glyphicon {
      display: block !important;
      font-size: 26px;
      margin-top: -5px; } }
  @media screen and (max-width: 767px) {
    #top-nav-secondary #header-phone-number span {
      display: none; } }

.top-nav-item {
  width: auto;
  display: block; }
  .top-nav-item a {
    display: block;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 200ms;
    padding: 5px 10px; }
    .top-nav-item a:hover {
      opacity: 0.8;
      transition: 200ms;
      text-decoration: none; }
    .top-nav-item a:active, .top-nav-item a:focus {
      text-decoration: none; }
  .top-nav-item .glyphicon {
    font-size: 10px;
    top: 1px; }

#main-nav-container {
  background: url("../images/top-header.jpg") no-repeat;
  background-position: top;
  background-size: 100% 8px;
  position: relative;
  padding: 20px 0 10px;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9; }

#main-nav {
  display: block;
  position: absolute;
  z-index: 98;
  top: -12px;
  left: -1500px;
  width: 100%;
  min-height: 900px;
  background: #fff;
  transition: 0.5s ease-out all; }
  @media screen and (min-width: 767px) {
    #main-nav {
      width: 340px;
      border-right: 2px solid #4c9bd4;
      border-bottom: 2px solid #4c9bd4; } }
  #main-nav.show {
    left: 0;
    transition: 0.3s ease-out all; }
  #main-nav .btn-primary {
    display: block;
    margin-left: 48px; }
  #main-nav .panel-default, #main-nav .panel-heading, #main-nav .panel-body {
    background: #fff;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  #main-nav .glyphicon {
    float: right;
    font-size: 12px;
    top: 2px;
    color: #666; }
  #main-nav .glyphicon-minus {
    display: none; }
  #main-nav .panel-open .panel-title {
    background: #f1f1f1; }
  #main-nav .panel-open .glyphicon-plus {
    display: none; }
  #main-nav .panel-open .glyphicon-minus {
    display: block; }
  #main-nav .panel-title, #main-nav li {
    padding: 0 24px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase; }
    @media screen and (min-width: 991px) {
      #main-nav .panel-title, #main-nav li {
        font-size: 14px; } }
  @media screen and (min-width: 991px) {
    #main-nav .panel-title:hover a, #main-nav .panel-title:hover .glyphicon {
      color: #4c9bd4; } }
  #main-nav a {
    padding: 16px 0;
    text-decoration: none;
    color: #333;
    display: block; }
    #main-nav a:hover {
      text-decoration: none; }
      @media screen and (min-width: 991px) {
        #main-nav a:hover {
          color: #4c9bd4; }
          #main-nav a:hover .glyphicon {
            color: #4c9bd4; } }
    #main-nav a.active {
      color: #4c9bd4; }
  #main-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 20px; }
    #main-nav ul ul {
      padding: 0;
      background: #e8e8e8; }
    #main-nav ul .btn {
      margin-top: 12px; }
  #main-nav #accordion-list {
    padding: 0; }
  #main-nav .panel-default ul {
    padding-left: 12px; }

#top-nav-primary {
  display: block;
  text-align: center;
  margin: 6px auto 0;
  display: none; }
  @media screen and (min-width: 991px) {
    #top-nav-primary {
      display: block; } }
  #top-nav-primary .top-nav-item {
    display: inline-block;
    float: none; }

#top-nav-secondary {
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 6px; }
  #top-nav-secondary .top-nav-item {
    float: right;
    padding-right: 0; }
  @media screen and (max-width: 767px) {
    #top-nav-secondary #header-sign-up, #top-nav-secondary #header-log-in {
      display: none; } }
  @media screen and (max-width: 991px) {
    #top-nav-secondary #header-sign-up, #top-nav-secondary #header-log-in {
      display: none; } }
  @media screen and (max-width: 767px) {
    #top-nav-secondary #header-phone-number .glyphicon {
      display: block !important;
      font-size: 26px;
      margin-top: -5px; } }
  @media screen and (max-width: 767px) {
    #top-nav-secondary #header-phone-number span {
      display: none; } }
  #top-nav-secondary #header-phone-number, #top-nav-secondary #header-sign-up {
    display: none; }
    @media screen and (min-width: 767px) {
      #top-nav-secondary #header-phone-number, #top-nav-secondary #header-sign-up {
        display: block; } }
  #top-nav-secondary #header-phone-number {
    display: block; }
  #top-nav-secondary #header-log-in {
    padding: 0; }
    @media screen and (min-width: 767px) {
      #top-nav-secondary #header-log-in {
        padding: 5px 10px; } }
    #top-nav-secondary #header-log-in a {
      padding: 6px 8px; }
      @media screen and (min-width: 767px) {
        #top-nav-secondary #header-log-in a {
          padding: 0; } }

.small-nav #header {
  background: #fff;
  border-bottom: 1px solid #e6e6e6; }

.small-nav #header-logo {
  background: url(../images/gausa-logo.svg) no-repeat;
  background-size: cover; }

.small-nav #main-nav-container {
  padding: 20px 0; }
  @media screen and (min-width: 767px) and (max-width: 991px) {
    .small-nav #main-nav-container {
      height: 74px; } }
  @media screen and (max-width: 767px) {
    .small-nav #main-nav-container {
      padding-bottom: 15px; } }
  .small-nav #main-nav-container .btn-primary {
    text-shadow: none;
    box-shadow: none; }
    @media screen and (max-width: 767px) {
      .small-nav #main-nav-container .btn-primary {
        font-size: 18px; } }

.small-nav .top-nav-item a {
  color: #555; }

.small-nav #menu-open-button {
  background: none !important; }

.small-nav #menu-open-button div {
  background: #555; }

.small-nav .close {
  background: none !important; }

@media screen and (max-width: 767px) {
  #user-menu-toggle {
    padding: 10px;
    margin-top: -4px;
    margin-right: -10px; } }

#user-menu {
  margin-right: 4px; }
  #user-menu:hover {
    cursor: pointer; }
  @media screen and (min-width: 767px) {
    #user-menu span.no-mobile {
      display: inline-block !important; } }
  #user-menu .glyphicon {
    font-size: 9px;
    margin-right: 2px;
    top: 0; }
  #user-menu .glyphicon-user {
    font-size: 16px;
    top: 2px; }
    @media screen and (max-width: 767px) {
      #user-menu .glyphicon-user {
        font-size: 22px;
        top: -2px; } }
  @media screen and (max-width: 767px) {
    #user-menu .glyphicon-triangle-bottom {
      top: -7px; } }
  #user-menu #user-menu-dropdown {
    display: none;
    position: absolute;
    background: #fff;
    padding: 0;
    border-radius: 0;
    border: none;
    top: 47px;
    right: -10px;
    border-top: 2px solid #f9a441;
    width: 160px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 767px) {
      #user-menu #user-menu-dropdown {
        top: 51px;
        right: -10px;
        width: auto; } }
    #user-menu #user-menu-dropdown a {
      padding: 10px;
      color: #555; }
      #user-menu #user-menu-dropdown a:hover {
        background: #f0f0f0;
        color: #4c9bd4; }
      @media screen and (max-width: 767px) {
        #user-menu #user-menu-dropdown a {
          padding: 15px 20px;
          width: 292px;
          font-size: 16px; } }

#user-photo-thumb {
  width: 24px;
  border-radius: 12px;
  margin-right: 4px; }

.sub-nav {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  top: 1px;
  text-align: center;
  min-height: 0;
  left: auto;
  right: auto;
  background: none; }
  .sub-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .sub-nav li {
    display: inline-block; }
  .sub-nav a {
    display: inline-block;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-right: -4px;
    transition: 200ms ease all; }
    .sub-nav a:hover {
      opacity: 0.7;
      text-decoration: none;
      transition: 200ms ease all; }
    .sub-nav a.active {
      color: #333;
      background: #fff;
      text-decoration: none; }
      .sub-nav a.active:hover {
        opacity: 1; }
      .sub-nav a.active:focus {
        text-decoration: none; }
    @media screen and (min-width: 767px) and (max-width: 991px) {
      .sub-nav a {
        padding: 16px 12px;
        font-size: 12px; } }

@media screen and (max-width: 1199px) {
  .subNavContainer {
    padding: 0;
    overflow: auto;
    white-space: nowrap; }
    .subNavContainer .row {
      margin: 0;
      overflow: auto;
      white-space: nowrap; }
    .subNavContainer .col-xs-12 {
      padding: 0;
      overflow: auto;
      white-space: nowrap;
      overflow-y: hidden; } }

@media screen and (max-width: 1199px) {
  .subNavContainer:not(.sub-nav-au-pairs) {
    width: 100%; } }

.sub-nav-au-pairs .sub-nav {
  text-align: left; }

#loading-indicator {
  text-align: center;
  padding: 48px 0 80px; }
  #loading-indicator span {
    display: block;
    margin-top: 8px;
    color: #aaa; }

.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #e8e8e8;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin: 0 auto; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body #lead-cap {
  display: block;
  box-sizing: border-box; }

#lead-cap-tab {
  display: block;
  box-sizing: border-box;
  width: 263px;
  height: 37px;
  position: fixed;
  top: 90px;
  right: -227px;
  background-color: #faa340;
  cursor: pointer;
  border-radius: 4px;
  transition: 200ms;
  transition-timing-function: ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
  #lead-cap-tab:hover {
    transition: 200ms;
    transition-timing-function: ease;
    right: -60px; }
  #lead-cap-tab span.glyphicon {
    font-size: 19px;
    top: 0;
    padding: 9px;
    color: #fff;
    float: left;
    box-sizing: border-box; }
  #lead-cap-tab #tab-text {
    display: block;
    width: 200px;
    background: #fff;
    color: #333;
    float: left;
    padding: 10px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 200ms; }
    #lead-cap-tab #tab-text:hover {
      transition: 200ms;
      text-decoration: none; }
    #lead-cap-tab #tab-text:active, #lead-cap-tab #tab-text:focus {
      text-decoration: none; }

#lead-cap-fader {
  width: 100%;
  height: 2000px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  z-index: 110;
  display: none; }

#form-instructions {
  display: block;
  font-weight: 200;
  font-size: 18px;
  margin-bottom: 16px; }

#lead-cap-info {
  display: none;
  position: fixed;
  z-index: 112;
  top: 50px;
  left: 50%;
  margin-left: -220px;
  width: 1px; }
  @media screen and (max-width: 991px) {
    #lead-cap-info {
      display: none !important; } }
  #lead-cap-info p {
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 23px;
    text-align: left;
    width: 244px;
    margin-left: -220px; }
  #lead-cap-info #arrow {
    background: url("../images/arrow-desktop.png") no-repeat;
    width: 105px;
    height: 75px;
    background-size: cover;
    margin-left: -105px; }

#lead-cap-form {
  display: none;
  box-sizing: border-box;
  padding: 0px;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -200px;
  z-index: 111;
  width: 440px;
  border: 3px solid #4C9BD4;
  border-radius: 4px;
  background: #fff; }
  @media screen and (max-width: 991px) {
    #lead-cap-form {
      top: 40px; } }
  @media screen and (max-width: 767px) {
    #lead-cap-form {
      top: 10px; } }
  @media (max-width: 767px) {
    #lead-cap-form {
      width: 90%;
      left: 0;
      margin: 20px 5%;
      top: 0; } }
  #lead-cap-form label {
    color: #666;
    top: 0; }
    #lead-cap-form label.tucked-in {
      font-weight: 200;
      font-size: 12px;
      line-height: 12px;
      margin-top: 0;
      margin-bottom: 0;
      color: #666;
      position: relative;
      top: -15px; }
      #lead-cap-form label.tucked-in.datepicker-label {
        top: -10px; }
      #lead-cap-form label.tucked-in.active {
        opacity: 1;
        top: -10px;
        transition: .3s; }
  #lead-cap-form input[type="text"], #lead-cap-form input[type="email"], #lead-cap-form input[type="number"], #lead-cap-form input[type="tel"], #lead-cap-form input[type="time"], #lead-cap-form textarea, #lead-cap-form select {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 200;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border-radius: 0; }
    #lead-cap-form input[type="text"]:focus, #lead-cap-form input[type="email"]:focus, #lead-cap-form input[type="number"]:focus, #lead-cap-form input[type="tel"]:focus, #lead-cap-form input[type="time"]:focus, #lead-cap-form textarea:focus, #lead-cap-form select:focus {
      border-bottom: 2px solid #4c9bd4;
      margin-top: 0px; }
    #lead-cap-form input[type="text"] + label, #lead-cap-form input[type="email"] + label, #lead-cap-form input[type="number"] + label, #lead-cap-form input[type="tel"] + label, #lead-cap-form input[type="time"] + label, #lead-cap-form textarea + label, #lead-cap-form select + label {
      opacity: 0; }
    #lead-cap-form input[type="text"].error, #lead-cap-form input[type="email"].error, #lead-cap-form input[type="number"].error, #lead-cap-form input[type="tel"].error, #lead-cap-form input[type="time"].error, #lead-cap-form textarea.error, #lead-cap-form select.error {
      border-bottom: 2px solid #f24141;
      margin-top: -1px; }
    #lead-cap-form input[type="text"].valid + label + .glyphicon-ok, #lead-cap-form input[type="email"].valid + label + .glyphicon-ok, #lead-cap-form input[type="number"].valid + label + .glyphicon-ok, #lead-cap-form input[type="tel"].valid + label + .glyphicon-ok, #lead-cap-form input[type="time"].valid + label + .glyphicon-ok, #lead-cap-form textarea.valid + label + .glyphicon-ok, #lead-cap-form select.valid + label + .glyphicon-ok {
      opacity: 1; }
      #lead-cap-form input[type="text"].valid + label + .glyphicon-ok + .glyphicon-asterisk, #lead-cap-form input[type="email"].valid + label + .glyphicon-ok + .glyphicon-asterisk, #lead-cap-form input[type="number"].valid + label + .glyphicon-ok + .glyphicon-asterisk, #lead-cap-form input[type="tel"].valid + label + .glyphicon-ok + .glyphicon-asterisk, #lead-cap-form input[type="time"].valid + label + .glyphicon-ok + .glyphicon-asterisk, #lead-cap-form textarea.valid + label + .glyphicon-ok + .glyphicon-asterisk, #lead-cap-form select.valid + label + .glyphicon-ok + .glyphicon-asterisk {
        opacity: 0; }
  #lead-cap-form input[type="radio"] + label {
    font-size: 18px; }
  #lead-cap-form p {
    color: #999;
    padding-bottom: 12px; }
    #lead-cap-form p.or {
      text-align: center; }
  #lead-cap-form .lead-cap-panel {
    display: none;
    padding: 20px 40px; }
    @media screen and (max-width: 767px) {
      #lead-cap-form .lead-cap-panel {
        padding: 20px; } }
    #lead-cap-form .lead-cap-panel p span {
      font-weight: 400; }
  #lead-cap-form form {
    box-shadow: none !important;
    padding: 0;
    margin: 0;
    width: 100%; }
    #lead-cap-form form .form-group {
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        #lead-cap-form form .form-group {
          margin-bottom: 8px; } }
    #lead-cap-form form input {
      height: 30px;
      margin: 0;
      width: 100%;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        #lead-cap-form form input {
          font-size: 16px; } }
      #lead-cap-form form input#field-zip {
        width: 100%; }
    @media screen and (max-width: 767px) {
      #lead-cap-form form label[for="user-type-family"] svg {
        width: 100px; } }
    @media screen and (max-width: 767px) {
      #lead-cap-form form label[for="user-type-aupair"] svg {
        width: 70px; } }
    #lead-cap-form form #user-type-container {
      width: 100%; }
    #lead-cap-form form #user-type-container input {
      position: absolute;
      top: 0;
      right: 0;
      z-index: -10;
      opacity: 0; }
    #lead-cap-form form #user-type-container span {
      font-family: myriad-pro, verdana, sans-serif;
      font-size: 18px;
      font-weight: 200;
      width: 100%;
      margin-bottom: 10px; }
    #lead-cap-form form #user-type-container label {
      padding: 20px 10px;
      border-radius: 3px;
      background: #f5f5f5;
      font-family: myriad-pro, verdana, sans-serif;
      font-size: 18px;
      font-weight: 200;
      width: 47%;
      text-align: center;
      border: 1px solid #f5f5f5;
      transition: 300ms ease all;
      float: left;
      margin: 0; }
      #lead-cap-form form #user-type-container label:last-child {
        margin-left: 20px; }
      @media screen and (max-width: 767px) {
        #lead-cap-form form #user-type-container label {
          width: 46%; } }
    #lead-cap-form form #user-type-container label[for='aupair'] {
      margin-right: 15px; }
    #lead-cap-form form #user-type-container label:hover {
      background: #fff;
      border: 1px solid #ddd;
      transition: 300ms ease all; }
    #lead-cap-form form #user-type-container input:checked + label {
      background: #4a9cdb;
      color: #fff;
      border: 1px solid #4a9cdb; }
    #lead-cap-form form #user-type-container input:checked + label rect, #lead-cap-form form #user-type-container input:checked + label path {
      fill: #fff; }
    #lead-cap-form form #user-type-container input:checked + label h3, #lead-cap-form form #user-type-container input:checked + label h4 {
      color: #fff; }
    #lead-cap-form form #user-type-container label.error {
      color: red;
      background: none;
      font-size: 12px;
      padding: 0;
      margin: 0;
      width: auto;
      text-align: left; }
    #lead-cap-form form #user-type-container label path, #lead-cap-form form #user-type-container label rect {
      fill: #bbb;
      transition: 300ms ease all; }
    #lead-cap-form form #user-type-container label:hover path, #lead-cap-form form #user-type-container label:hover rect {
      fill: #4a9cdb;
      transition: 300ms ease all; }
    #lead-cap-form form #user-type-container label h4, #lead-cap-form form #user-type-container label h3 {
      color: #777;
      transition: 300ms ease color; }
    #lead-cap-form form #user-type-container label:hover h4, #lead-cap-form form #user-type-container label:hover h3 {
      color: #4a9cdb;
      transition: 300ms ease color; }
    #lead-cap-form form #user-type-container label h4 {
      font-weight: 200;
      margin: 10px 0 0; }
      @media screen and (max-width: 767px) {
        #lead-cap-form form #user-type-container label h4 {
          margin: 0; } }
    #lead-cap-form form #user-type-container label h3 {
      font-weight: 400;
      font-size: 22px;
      margin: 0; }
    #lead-cap-form form #user-type-container label.minimized {
      padding: 10px;
      transition: 300ms ease padding; }
    #lead-cap-form form #user-type-container label.minimized svg {
      display: none; }
    #lead-cap-form form #user-type-container label.minimized h3, #lead-cap-form form #user-type-container label.minimized h4 {
      display: inline;
      font-size: 18px;
      vertical-align: middle;
      font-weight: 200; }
    @media screen and (max-width: 767px) {
      #lead-cap-form form #user-type-container label.minimized h3 {
        margin: 2px 0;
        display: block; } }
    #lead-cap-form form #form-fields-container .form-group {
      position: relative;
      margin: 16px 0 24px; }
    #lead-cap-form form #form-fields-container label {
      display: block;
      width: auto;
      font-family: myriad-pro, verdana, sans-serif;
      font-size: 11px;
      opacity: 0;
      font-weight: 400;
      position: absolute;
      top: -7px;
      transition: 300ms ease all;
      color: #aaa; }
    #lead-cap-form form #form-fields-container label.activeLabel {
      opacity: 1;
      top: -10px;
      transition: 300ms ease all; }
    #lead-cap-form form #form-fields-container label.focused {
      color: #4a9cdb; }
    #lead-cap-form form #form-fields-container label.error {
      color: red;
      position: static;
      opacity: 1; }
  #lead-cap-form .lead-cap-shot {
    width: 100%;
    border: 1px solid white;
    margin-bottom: 12px; }
  #lead-cap-form h2 {
    color: #333333;
    font-weight: 400;
    font-size: 22px;
    text-align: left;
    padding: 0;
    margin: 0;
    margin-bottom: 4px; }
  #lead-cap-form .btn {
    border: none;
    border-radius: 4px;
    background: #fba24d;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0;
    width: 100%;
    text-shadow: none; }
    #lead-cap-form .btn.btn-blue {
      background: #4da4d8; }
      #lead-cap-form .btn.btn-blue:hover {
        background: #428abe; }
    #lead-cap-form .btn:hover {
      text-decoration: none;
      background: #EA8525; }
  #lead-cap-form #form-close-button {
    display: block;
    float: right;
    margin-top: -30px;
    margin-right: -6px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
    line-height: 24px; }
    @media screen and (max-width: 768px) {
      #lead-cap-form #form-close-button {
        margin-top: 6px;
        margin-right: 6px;
        font-size: 0; } }
    #lead-cap-form #form-close-button i {
      margin-top: 2px;
      font-size: 18px;
      display: block;
      float: right;
      margin-left: 4px; }
  #lead-cap-form #form-headline {
    display: block;
    background: #4C9BD4;
    color: #ffffff;
    font-size: 24px;
    font-weight: 200;
    padding: 0px 10px 7px;
    line-height: 35px; }
  #lead-cap-form label {
    color: #888888; }
    #lead-cap-form label.error {
      font-size: 11px;
      color: #ff4e4e;
      line-height: 1.4;
      margin-top: 4px; }
  #lead-cap-form .form-control {
    border: 2px solid #dddddd;
    box-shadow: none;
    -webkit-appearance: none; }
    #lead-cap-form .form-control:focus {
      border-color: #4C9BD4;
      box-shadow: none; }
    #lead-cap-form .form-control.error {
      border-color: #ff4e4e;
      color: #ff4e4e; }
  #lead-cap-form input {
    width: 344px; }
    @media (max-width: 768px) {
      #lead-cap-form input {
        width: 94%; } }
  #lead-cap-form #formInputPhone {
    display: block;
    float: left;
    width: 65%;
    margin-right: 0;
    margin-top: 0 !important; }
    #lead-cap-form #formInputPhone input {
      width: 90%; }
    @media (max-width: 768px) {
      #lead-cap-form #formInputPhone {
        width: 100%; }
        #lead-cap-form #formInputPhone input {
          width: 94%; } }
  #lead-cap-form #formInputZip {
    display: block;
    float: right;
    width: 111px;
    margin-top: 0 !important; }
    @media screen and (max-width: 768px) {
      #lead-cap-form #formInputZip {
        margin-left: 0; } }
    #lead-cap-form #formInputZip input {
      width: 100px; }
    @media (max-width: 768px) {
      #lead-cap-form #formInputZip {
        width: 100%;
        margin-bottom: 16px !important; }
        #lead-cap-form #formInputZip input {
          width: 94%; } }
  #lead-cap-form #form-action {
    width: 100%;
    margin: 0; }
    #lead-cap-form #form-action .btn-border {
      font-size: 18px;
      padding: 12px 0; }
  #lead-cap-form .btn-border {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 12px 0;
    font-weight: 400;
    background: #FAA340;
    box-shadow: none;
    border: none;
    color: #fff;
    border-radius: 2px;
    transition: 200ms;
    display: block;
    text-align: center; }
    #lead-cap-form .btn-border:hover {
      transition: 200ms;
      background: #f47b20;
      text-decoration: none; }
  #lead-cap-form .footnote {
    font-size: 12px;
    color: #aaaaaa;
    font-weight: 400;
    padding-bottom: 0; }
    #lead-cap-form .footnote a {
      color: #666666; }

#new-message {
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 20px;
  background: #fff;
  padding: 0px;
  width: 400px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 767px) {
    #new-message {
      position: absolute;
      top: 0;
      bottom: auto;
      right: 0;
      width: 100%;
      margin: 0;
      box-shadow: none; } }
  #new-message .message-header {
    background: #666;
    padding: 10px; }
    #new-message .message-header .glyphicon {
      color: #fff;
      position: absolute;
      right: 10px;
      top: 12px;
      cursor: pointer; }
      #new-message .message-header .glyphicon:hover {
        opacity: 0.6; }
      @media screen and (max-width: 767px) {
        #new-message .message-header .glyphicon {
          font-size: 20px;
          top: 15px; } }
    #new-message .message-header .glyphicon-minus {
      right: 35px;
      top: 15px; }
      @media screen and (max-width: 767px) {
        #new-message .message-header .glyphicon-minus {
          display: none; } }
  #new-message h3 {
    margin: 0;
    color: #fff;
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      #new-message h3 {
        font-size: 20px;
        padding: 5px 0; } }
  #new-message .message-body {
    padding: 0px; }
  #new-message #field-subject, #new-message #field-body {
    display: block;
    width: 100%;
    border: none;
    padding: 16px 10px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    margin: 0; }
  #new-message #field-body {
    height: 250px;
    padding: 16px 10px;
    line-height: 1.3; }
  #new-message .chars {
    font-size: 12px;
    text-align: right;
    padding: 5px 10px;
    color: #aaa;
    margin: 0 0 10px; }
  #new-message .message-actions {
    padding: 0 10px 10px; }
    #new-message .message-actions .btn {
      width: 100%; }
      @media screen and (max-width: 767px) {
        #new-message .message-actions .btn {
          font-size: 18px;
          padding: 10px 0; } }

#datepicker-arrival {
  margin: 40px 0; }
  #datepicker-arrival .ui-datepicker {
    margin: 0 auto;
    box-shadow: 0 0 8px #ddd;
    border: none;
    border-radius: 0; }
    @media screen and (max-width: 767px) {
      #datepicker-arrival .ui-datepicker {
        width: 100% !important; } }
  @media screen and (max-width: 767px) {
    #datepicker-arrival .ui-datepicker-group {
      width: 100%;
      padding-bottom: 10px; } }
  #datepicker-arrival .tooltip {
    z-index: 1 !important; }
  #datepicker-arrival table {
    border: none; }
    @media screen and (max-width: 767px) {
      #datepicker-arrival table {
        text-align: center; } }
  @media screen and (max-width: 767px) {
    #datepicker-arrival thead {
      display: inline-block; } }
  #datepicker-arrival table tr {
    padding: 0; }
    @media screen and (max-width: 767px) {
      #datepicker-arrival table tr {
        display: inline-block !important;
        padding: 8px 0 !important; } }
  #datepicker-arrival th, #datepicker-arrival td {
    display: table-cell;
    float: none;
    width: 40px; }
  #datepicker-arrival .ui-datepicker-next, #datepicker-arrival .ui-datepicker-prev {
    top: 4px; }
  #datepicker-arrival .ui-datepicker-next {
    right: 4px; }
  #datepicker-arrival .ui-datepicker-prev {
    left: 4px; }

#datepicker-arrival .tooltip {
  opacity: 1.0; }

#datepicker-arrival .ui-datepicker-calendar th {
  font-size: 14px; }

#datepicker-arrival .highlighted-week.ui-state-disabled {
  opacity: 1.0; }

#datepicker-arrival .highlighted-week a.ui-state-default,
#datepicker-arrival .highlighted-week span.ui-state-default {
  background-color: #62A1D1;
  background-image: none;
  border: 1px solid #376d96;
  color: #ffffff;
  font-weight: normal; }

#datepicker-arrival .highlighted-week a.ui-state-active {
  background-color: #f57c20;
  background-image: none;
  border: 1px solid #f57c20;
  color: #ffffff;
  font-weight: normal; }

.page-title-au-pairs .title-text {
  font-weight: 400;
  margin-bottom: 0; }
  @media screen and (min-width: 767px) {
    .page-title-au-pairs .title-text {
      text-align: left;
      padding: 0; } }

.page-title-au-pairs h2 {
  font-size: 144px;
  color: #fff;
  font-weight: 200;
  text-align: center;
  letter-spacing: -6px;
  margin-top: -15px;
  margin-bottom: 0;
  padding: 0; }
  @media screen and (min-width: 767px) {
    .page-title-au-pairs h2 {
      text-align: left;
      font-size: 88px;
      letter-spacing: 0; } }
  .page-title-au-pairs h2 .superscript {
    margin-top: 30px;
    font-size: 35px; }
    @media screen and (min-width: 767px) {
      .page-title-au-pairs h2 .superscript {
        margin-top: 18px;
        font-size: 24px; } }
  .page-title-au-pairs h2 .subscript {
    font-size: 28px; }
    @media screen and (min-width: 767px) {
      .page-title-au-pairs h2 .subscript {
        font-size: 18px; } }

.page-title-au-pairs #price-container {
  display: none; }

.page-title-au-pairs #tagline-container {
  display: none; }
  @media screen and (min-width: 767px) {
    .page-title-au-pairs #tagline-container {
      margin-left: 4px;
      border: none;
      display: block;
      min-height: 72px; } }
  .page-title-au-pairs #tagline-container.price-container {
    margin-left: -46px;
    border-left: 1px solid rgba(255, 255, 255, 0.7);
    padding-left: 16px; }
    @media screen and (min-width: 1199px) {
      .page-title-au-pairs #tagline-container.price-container {
        margin-left: -90px; } }
  .page-title-au-pairs #tagline-container .tagline {
    display: none; }

.page-title-au-pairs p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.7;
  font-weight: 200; }
  @media screen and (min-width: 767px) {
    .page-title-au-pairs p {
      text-align: left;
      margin-bottom: 0;
      padding: 0; } }

#section-find-au-pairs div.no-left-padding {
  padding-left: 0; }

#section-find-au-pairs #search-filters {
  margin-bottom: 20px;
  display: none; }

#search-results {
  padding-top: 20px; }
  #search-results .profile {
    padding: 28px 0; }
    @media screen and (min-width: 991px) {
      #search-results .profile {
        padding: 24px;
        margin-bottom: 24px; }
        #search-results .profile:hover {
          box-shadow: 0 0 8px #ddd;
          cursor: pointer; } }
    #search-results .profile img {
      margin-top: 0;
      margin-bottom: 8px; }
      @media screen and (min-width: 991px) {
        #search-results .profile img {
          margin-top: 4px;
          margin-bottom: 0; } }
      @media screen and (min-width: 1199px) {
        #search-results .profile img {
          margin-top: 0;
          padding: 0 4px 0px 0px; } }
    #search-results .profile .btn {
      display: none; }
  #search-results h3 {
    margin: 0;
    font-size: 32px;
    line-height: 24px;
    display: inline-block;
    color: #4c9bd4;
    text-transform: capitalize; }
    @media screen and (min-width: 991px) and (max-width: 1199px) {
      #search-results h3 {
        font-size: 24px; } }
  #search-results .label {
    display: inline-block;
    font-weight: 400;
    padding: 4px;
    vertical-align: top;
    margin-top: 4px;
    margin-left: 4px;
    border-radius: 2px;
    position: absolute;
    right: 12px;
    top: 0;
    display: none; }
  #search-results .age {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    color: #666;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-weight: 200;
    font-size: 18px; }
    @media screen and (min-width: 991px) and (max-width: 1199px) {
      #search-results .age {
        font-size: 16px; } }
  #search-results .intro {
    display: none; }
    #search-results .intro h4 {
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      color: #333;
      margin-top: 0;
      margin-bottom: 4px; }
    #search-results .intro p {
      font-size: 16px;
      line-height: 21px;
      font-weight: 200;
      border-bottom: 1px solid #ddd;
      padding-bottom: 12px; }
  #search-results .profile-info {
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 4px; }
    @media screen and (min-width: 991px) and (max-width: 1199px) {
      #search-results .profile-info {
        font-size: 12px; } }
    #search-results .profile-info div:last-child {
      font-weight: 200; }

#price-breakdown {
  margin: 16px 0 32px; }
  @media screen and (min-width: 767px) {
    #price-breakdown {
      margin-top: 44px; } }
  #price-breakdown div {
    text-align: center; }
    #price-breakdown div:last-child .subscript {
      margin-bottom: 0 !important; }
  #price-breakdown .superscript {
    font-size: 24px;
    margin-top: 8px;
    margin-right: -4px;
    font-weight: 200; }
    @media screen and (min-width: 767px) {
      #price-breakdown .superscript {
        margin-top: 12px; } }
  #price-breakdown .price {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -1px;
    font-weight: 200; }
    @media screen and (min-width: 767px) {
      #price-breakdown .price {
        font-size: 72px; } }
    @media screen and (min-width: 991px) {
      #price-breakdown .price {
        font-size: 80px; } }
    #price-breakdown .price span {
      font-size: 60px; }
    #price-breakdown .price .kern {
      font-size: 80px;
      letter-spacing: -7px; }
  #price-breakdown .subscript {
    display: block;
    font-size: 24px;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-weight: 200; }
    @media screen and (min-width: 767px) {
      #price-breakdown .subscript {
        margin-bottom: 0;
        font-size: 20px; } }

.pricing-table td {
  text-align: right; }
  .pricing-table td:first-child {
    text-align: left; }
  .pricing-table td:last-child {
    text-align: left; }

.program-costs-table td, .program-costs-table th {
  font-weight: 400; }
  @media screen and (min-width: 767px) {
    .program-costs-table td, .program-costs-table th {
      width: 15%;
      font-weight: 200; } }
  .program-costs-table td:first-child, .program-costs-table th:first-child {
    font-weight: 400; }
    @media screen and (min-width: 767px) {
      .program-costs-table td:first-child, .program-costs-table th:first-child {
        font-weight: 200;
        width: 25%; } }
  @media screen and (min-width: 767px) {
    .program-costs-table td:last-child, .program-costs-table th:last-child {
      width: 60%;
      padding-left: 40px; } }

.program-costs-table td:last-child {
  font-weight: 200; }
  @media screen and (min-width: 767px) {
    .program-costs-table td:last-child {
      width: 60%;
      padding-left: 40px; } }

.program-costs-table .total {
  border-top: 1px solid #ddd;
  padding-top: 12px !important; }
  @media screen and (min-width: 767px) {
    .program-costs-table .total td {
      font-weight: 400; }
      .program-costs-table .total td:last-child {
        font-weight: 200; } }

#extension-table {
  border: none; }
  @media screen and (min-width: 767px) {
    #extension-table {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd; } }
  #extension-table tr {
    padding-top: 8px; }
  @media screen and (min-width: 767px) {
    #extension-table td, #extension-table th {
      width: 20%; }
      #extension-table td:last-child, #extension-table th:last-child {
        width: 40%; } }
  #extension-table td {
    text-align: right;
    font-weight: 200;
    padding: 0 8px; }
    @media screen and (min-width: 767px) {
      #extension-table td {
        text-align: left;
        padding: 0; } }
    #extension-table td:first-child {
      text-align: left;
      font-weight: 400;
      font-size: 18px;
      background: #4c9bd4;
      color: #fff;
      margin-bottom: 8px; }
      @media screen and (min-width: 767px) {
        #extension-table td:first-child {
          text-align: left;
          font-weight: 200;
          font-size: 16px;
          background: none;
          color: #333; } }
    @media screen and (min-width: 767px) {
      #extension-table td:last-child {
        text-align: left; } }
    #extension-table td span {
      float: left;
      font-weight: 400; }

.costs-icons {
  display: inline-block;
  width: 70px;
  height: 70px;
  opacity: 0.7;
  background: url(../images/sprite-cost-icons.png) no-repeat;
  background-size: 280px 210px; }
  .costs-icons#icon-j1 {
    background-position: 0 0; }
  .costs-icons#icon-orientation {
    background-position: 0 -76px; }
  .costs-icons#icon-airfare {
    background-position: -56px 3px;
    background-size: 240px 180px; }
  .costs-icons#icon-activities {
    background-position: -70px -83px;
    height: 64px;
    margin-bottom: 6px; }
  .costs-icons#icon-insurance {
    background-position: -140px 0px; }
  .costs-icons#icon-emergency {
    background-position: -140px -76px; }
  .costs-icons#icon-support {
    background-position: -210px -5px; }
  .costs-icons#icon-background-check {
    background-position: -210px -77px; }
  .costs-icons#icon-car {
    background-position: 0px -140px; }
  .costs-icons#icon-phone {
    background-position: -70px -140px; }
  .costs-icons#icon-pass {
    background-position: -140px -140px; }

.discount-icons {
  display: block !important;
  width: 70px !important;
  height: 70px !important;
  margin: 12px 0 0;
  padding: 0 !important;
  opacity: 0.5;
  background: url(../images/discount-icons.svg) no-repeat;
  background-size: 280px 140px; }
  .discount-icons#icon-extension {
    background-position: 0 -70px; }
  .discount-icons#icon-renewal {
    background-position: 0 0px; }
  .discount-icons#icon-early-match {
    background-position: -210px 0; }
  .discount-icons#icon-military {
    background-position: -70px 0px; }
  .discount-icons#icon-twins {
    background-position: -140px 0px; }
  .discount-icons#icon-switch {
    background-position: -70px -70px; }
  .discount-icons#icon-referral {
    background-position: -140px -70px; }

@media screen and (min-width: 767px) {
  .icon-list-2-col li {
    min-height: 90px; } }

#pricing-tabs li a {
  font-size: 16px;
  font-weight: 400;
  background: #ddd;
  color: #333;
  border-radius: 0; }
  @media screen and (min-width: 767px) {
    #pricing-tabs li a {
      font-size: 14px; } }

#pricing-tabs li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

#pricing-tabs li:last-child {
  margin: 0; }
  #pricing-tabs li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

#pricing-tabs li.active a {
  background: #585858;
  color: #fff; }

#section-how-it-works img {
  width: 100%;
  margin-top: 24px; }
  @media screen and (min-width: 767px) {
    #section-how-it-works img {
      width: 100%;
      margin-top: 12px; } }

#how-it-works-h1 {
  width: 630px; }
  @media screen and (max-width: 767px) {
    #how-it-works-h1 {
      width: 100%; } }

.subsection {
  margin: 40px 0;
  padding: 32px 16px 40px;
  box-shadow: 0 0 8px #ddd; }
  @media screen and (min-width: 767px) {
    .subsection {
      border: 1px solid #ddd;
      transition: 0.3s ease-out all;
      padding: 32px 32px 56px;
      box-shadow: none; }
      .subsection:hover {
        box-shadow: 0 0 8px #ddd;
        transition: 0.3s ease-out all; }
        .subsection:hover #icon-apply {
          animation: icon-apply 1.3s steps(15) 1;
          animation-fill-mode: forwards; }
        .subsection:hover #icon-search {
          animation: icon-search 1.1s steps(16) infinite; } }

.process-icon {
  display: block;
  width: 200px;
  height: 200px;
  margin: 16px auto 0;
  background-size: 200px 200px;
  background-position: 0px 0px; }
  .process-icon#icon-apply {
    background-image: url("../images/icons/icon-apply.svg"); }
  .process-icon#icon-search {
    background-image: url("../images/icons/icon-search.svg"); }
  .process-icon#icon-match {
    background-image: url("../images/icons/icon-match.svg"); }
  .process-icon#icon-support {
    background-image: url("../images/icons/icon-support.svg"); }

/*
.icon-animated {
	display: block;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	@media screen and (min-width: $xs-device) {
		margin: $padBase*5 auto 0;
	}
}
#icon-apply {
	background: url('../images/apply.png') no-repeat;
	background-size: 4000px 200px;
	background-position: 0px 0px;
	animation: icon-apply-resolve .15s steps(2) 1;
}
#icon-search {
	background: url('../images/search.png') no-repeat;
	background-size: 3200px 200px;
	background-position: 0px 0px;
	//animation: icon-apply-resolve .15s steps(2) 1;
}

@keyframes icon-apply {
	0% {
		background-position: 0px 0px;
	}
	100% {
		background-position: -3000px 0px;
	}
}
@keyframes icon-apply-resolve {
	0% {
		background-position: -3600px 0px;
	}
	100% {
		background-position: -4000px 0px;
	}
}

@keyframes icon-search {
	0% {
		background-position: 0px 0px;
	}
	100% {
		background-position: -3200px 0px;
	}
}
@keyframes icon-search-resolve {
	0% {
		background-position: -3600px 0px;
	}
	100% {
		background-position: -4000px 0px;
	}
}*/
#zip-form {
  margin-bottom: 12px; }
  #zip-form input {
    padding: 5px 8px;
    margin-top: -1px;
    margin-right: 4px;
    width: 150px;
    float: left;
    border: 1px solid #ddd;
    font-size: 18px; }
    @media screen and (min-width: 767px) {
      #zip-form input {
        font-size: 16px;
        line-height: 16px;
        padding: 6px 8px 7px; } }
  #zip-form .btn {
    display: inline-block;
    font-size: 12px;
    width: auto;
    padding: 8px;
    margin-left: 4px;
    margin-top: -1px; }

#service-area-map {
  display: block;
  width: 100%;
  height: 200px;
  background: #f1f1f1; }
  @media screen and (min-width: 767px) {
    #service-area-map {
      height: 400px; } }

#contact-info {
  font-size: 18px;
  font-weight: 200; }
  #contact-info div:nth-child(odd) {
    font-weight: 400; }
  #contact-info div:nth-child(even) {
    margin-bottom: 12px; }
  @media screen and (min-width: 767px) {
    #contact-info div {
      margin-bottom: 12px;
      font-weight: 200 !important; } }

#meet-the-team {
  padding-top: 12px; }
  #meet-the-team .row {
    margin-bottom: 20px; }
  #meet-the-team h3 {
    margin-top: 20px;
    margin-bottom: 0; }
    @media screen and (min-width: 767px) {
      #meet-the-team h3 {
        margin-top: 8px; } }
  #meet-the-team h4 {
    margin-top: 0;
    line-height: 1; }
  #meet-the-team .staff-bio {
    margin-top: 24px; }
    @media screen and (min-width: 767px) {
      #meet-the-team .staff-bio {
        margin-top: -32px; } }
  #meet-the-team img {
    border-radius: 120px; }
  #meet-the-team.full-staff-bio {
    padding-top: 36px; }
    #meet-the-team.full-staff-bio h1 {
      margin: 0; }
    #meet-the-team.full-staff-bio h4 {
      margin-bottom: 12px; }
    #meet-the-team.full-staff-bio img {
      margin: 0; }

#contact-us input, #contact-us textarea {
  margin-bottom: 28px; }
  #contact-us input + label, #contact-us textarea + label {
    opacity: 1 !important; }
  #contact-us input.error, #contact-us textarea.error {
    border-bottom: 2px solid red;
    margin-bottom: 16px; }
    #contact-us input.error + label, #contact-us textarea.error + label {
      color: #f24141;
      top: -20px; }

#contact-us.slide-out {
  left: 100px;
  opacity: 0;
  transition: 300ms; }

#message-sent {
  display: block;
  z-index: -1;
  position: absolute;
  left: -150px;
  top: 0;
  width: 100%;
  padding: 120px 0;
  opacity: 0;
  transition: 300ms;
  transition-delay: 300ms; }
  @media screen and (min-width: 767px) {
    #message-sent {
      box-shadow: 0 0 8px #ddd;
      padding: 150px 0; } }
  #message-sent h3 {
    text-align: center; }
  #message-sent .glyphicon {
    opacity: 1;
    display: block;
    float: none;
    font-size: 44px;
    color: #4c9bd4;
    text-align: center; }
  #message-sent.slide-in {
    left: 0;
    opacity: 1;
    z-index: 9;
    transition: 300ms;
    transition-delay: 300ms; }

#homepage {
  font-family: "myriad-pro"; }
  @media screen and (max-width: 767px) {
    #homepage {
      padding: 0; } }
  #homepage .button {
    display: block;
    float: left;
    padding: 14px 24px;
    border: none;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase; }
    #homepage .button:hover {
      text-decoration: none; }
  #homepage #header {
    background: none;
    background-position: top;
    background-size: 100% 8px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9; }
  #homepage #hero-banner {
    position: fixed;
    width: 100%;
    margin: 0;
    z-index: -9;
    top: 0;
    left: 0;
    background-color: #f1f1f1; }
    @media screen and (max-width: 1199px) {
      #homepage #hero-banner {
        background: url("../images/hero-poster-2.jpg") no-repeat;
        background-size: cover;
        background-position: 25% 0; } }
    #homepage #hero-banner #overlay {
      background-color: rgba(0, 0, 0, 0.2); }
    #homepage #hero-banner #hero-bg-video {
      position: fixed;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -100;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  #homepage #hero-content {
    margin: 0;
    text-align: center; }
    #homepage #hero-content h1 {
      font-size: 1px;
      color: transparent;
      text-indent: 9999px;
      overflow: hidden;
      width: 700px;
      height: 165px;
      display: block;
      margin: 270px auto 0;
      background: url("../images/home-title-2.png") no-repeat;
      background-size: cover; }
      @media screen and (max-width: 767px) {
        #homepage #hero-content h1 {
          background: url("../images/title-text-mobile.png") no-repeat;
          background-size: cover;
          width: 290px;
          height: 200px;
          height: 133px; } }
    #homepage #hero-content p {
      text-align: center;
      color: #ffffff;
      width: 374px;
      margin: 0 auto;
      line-height: 25px; }
      @media screen and (max-width: 767px) {
        #homepage #hero-content p {
          font-size: 16px;
          width: 300px;
          margin-top: 10px; } }
    #homepage #hero-content a {
      display: block;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      border-bottom: 1px solid #fff;
      text-align: center;
      width: 160px;
      font-size: 12px;
      margin: 0 auto;
      margin-top: 3px;
      transition: 200ms; }
      #homepage #hero-content a:hover {
        text-decoration: none;
        opacity: 0.8;
        transition: 200ms; }
      #homepage #hero-content a:active, #homepage #hero-content a:focus {
        text-decoration: none; }
      @media screen and (max-width: 767px) {
        #homepage #hero-content a {
          font-size: 14px;
          width: 183px; } }
    #homepage #hero-content .button {
      background-color: rgba(255, 255, 255, 0.9);
      margin: 30px 4px 0;
      width: 155px;
      color: #333;
      transition: 500ms;
      border: none;
      float: none;
      transition: 200ms;
      display: inline-block; }
      #homepage #hero-content .button:hover {
        background-color: rgba(255, 255, 255, 0.7);
        transition: 200ms; }
      @media screen and (max-width: 767px) {
        #homepage #hero-content .button {
          font-size: 14px;
          margin-top: 20px; } }
    #homepage #hero-content #scroll-down-icon {
      text-align: center;
      color: rgba(255, 255, 255, 0.9);
      font-size: 26px;
      animation: pulse 2s infinite; }
      #homepage #hero-content #scroll-down-icon .glyphicon {
        cursor: pointer; }
    #homepage #hero-content #bg-video-controls {
      position: absolute;
      bottom: 8px;
      color: #fff;
      content: 'dance party';
      opacity: 1;
      font-size: 12px;
      transition: 200ms; }
      #homepage #hero-content #bg-video-controls:hover {
        opacity: 0.8;
        cursor: pointer;
        transition: 200ms; }
      #homepage #hero-content #bg-video-controls .glyphicon {
        margin-right: 6px; }
      #homepage #hero-content #bg-video-controls .glyphicon-pause {
        margin-right: 3px;
        top: -2px;
        vertical-align: middle; }
      #homepage #hero-content #bg-video-controls .glyphicon-play {
        font-size: 11px; }
  #homepage #feature-video-container {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 15%;
    width: 70%;
    top: 15%;
    display: none; }
    @media screen and (max-width: 991px) {
      #homepage #feature-video-container {
        width: 100%;
        top: 15%;
        left: auto;
        right: auto; } }
  #homepage #feature-video-close {
    position: fixed;
    display: none;
    color: #fff;
    font-size: 12px;
    top: 12%;
    right: 15%;
    z-index: 999; }
    #homepage #feature-video-close:hover {
      cursor: pointer; }
    @media screen and (max-width: 767px) {
      #homepage #feature-video-close {
        right: 1%; } }
    #homepage #feature-video-close .glyphicon {
      font-size: 10px; }
  #homepage #feature-video-fade {
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    top: 0;
    z-index: 99;
    position: fixed; }
  #homepage #secondary-content {
    display: block;
    width: 100%;
    background: #fff;
    position: absolute; }
    @media screen and (max-width: 767px) {
      #homepage #secondary-content {
        left: 0; } }
    #homepage #secondary-content .row {
      padding: 110px 0px; }
      @media screen and (max-width: 767px) {
        #homepage #secondary-content .row {
          padding: 60px 0; } }
    #homepage #secondary-content .text-holder {
      position: absolute;
      top: 50%;
      -webkit-transform: translateX(0) translateY(-50%);
      -moz-transform: translateX(0) translateY(-50%);
      -ms-transform: translateX(0) translateY(-50%);
      transform: translateX(0) translateY(-50%);
      right: 0;
      padding-right: 60px; }
      @media screen and (max-width: 991px) {
        #homepage #secondary-content .text-holder {
          padding: 0 15px; } }
      @media screen and (max-width: 767px) {
        #homepage #secondary-content .text-holder {
          padding: 0 32px;
          position: relative;
          top: auto;
          -webkit-transform: translateX(0) translateY(0);
          -moz-transform: translateX(0) translateY(0);
          -ms-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0); } }
    #homepage #secondary-content h2 {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 26px;
      color: #444;
      margin-top: 0; }
      @media screen and (max-width: 991px) {
        #homepage #secondary-content h2 {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        #homepage #secondary-content h2 {
          width: 100%;
          margin-top: 20px; } }
    #homepage #secondary-content p {
      color: #999;
      margin-bottom: 18px; }
    #homepage #secondary-content .button {
      font-size: 12px;
      background: #4c9bd4;
      text-align: center;
      color: #fff;
      transition: 200ms; }
      @media screen and (max-width: 767px) {
        #homepage #secondary-content .button {
          width: 100%;
          float: none; } }
      #homepage #secondary-content .button:hover {
        background: #61B1EC;
        transition: 200ms;
        color: #fff; }
  #homepage #become-a-host-family {
    position: relative; }
  #homepage #video-holder {
    padding: 0; }
    @media screen and (min-width: 991px) and (max-width: 1199px) {
      #homepage #video-holder {
        padding: 0 60px; } }
    @media screen and (max-width: 991px) {
      #homepage #video-holder {
        padding: 0 18px; } }
    #homepage #video-holder:hover video {
      box-shadow: 0 0 13px #ddd;
      transition: 200ms;
      cursor: pointer; }
    #homepage #video-holder video {
      box-shadow: 0 0 3px #ddd;
      transition: 200ms; }
    #homepage #video-holder .glyphicon-play {
      display: block;
      position: absolute;
      left: 45%;
      top: 40%;
      font-size: 40px;
      border-radius: 12px;
      background: rgba(0, 0, 0, 0.5);
      padding: 20px;
      color: #fff;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        #homepage #video-holder .glyphicon-play {
          display: none; } }
  #homepage #customer-testimonial {
    background: url("../images/homepage/family-testimonial.jpg") no-repeat;
    background-size: cover;
    padding: 200px 0 !important; }
    @media screen and (max-width: 991px) {
      #homepage #customer-testimonial {
        background-position: 50% 0px;
        padding: 70px 18px !important; } }
  #homepage #testimonial-container {
    text-align: center;
    display: block;
    width: 500px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #homepage #testimonial-container {
        width: 100%; } }
    #homepage #testimonial-container #quote-mark {
      background-image: url("../images/quote-mark.png");
      background-repeat: no-repeat;
      display: block;
      width: 50px;
      height: 37px;
      background-size: cover;
      margin: 0 auto 20px; }
    #homepage #testimonial-container p, #homepage #testimonial-container #customer-name, #homepage #testimonial-container #customer-info {
      font-weight: 200;
      color: #fff;
      display: block; }
    #homepage #testimonial-container p {
      font-size: 21px;
      margin-bottom: 24px; }
    #homepage #testimonial-container #customer-name {
      font-size: 21px;
      border-top: 1px solid #fff;
      width: 60%;
      margin: 0 auto;
      padding-top: 18px; }
    #homepage #testimonial-container #customer-info {
      font-size: 17px; }
  #homepage #customer-support {
    background: url("../images/homepage/customer-support.jpg") no-repeat;
    background-size: cover;
    padding: 320px 0 !important;
    position: relative; }
    @media screen and (min-width: 1500px) {
      #homepage #customer-support {
        background-size: 80% auto;
        background-color: #f5f5f5; } }
    @media screen and (min-width: 991px) and (max-width: 1199px) {
      #homepage #customer-support {
        padding: 230px 0 !important; } }
    @media screen and (min-width: 767px) and (max-width: 991px) {
      #homepage #customer-support {
        padding: 175px 0 !important; } }
    @media screen and (max-width: 767px) {
      #homepage #customer-support {
        padding: 20px 0 0 !important;
        background-size: 550px auto; } }
    #homepage #customer-support h2 {
      margin-top: 0px; }
      @media screen and (max-width: 991px) {
        #homepage #customer-support h2 {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        #homepage #customer-support h2 {
          margin-top: 28px;
          width: 100%; } }
    #homepage #customer-support .text-holder {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateX(0) translateY(-50%);
      -moz-transform: translateX(0) translateY(-50%);
      -ms-transform: translateX(0) translateY(-50%);
      transform: translateX(0) translateY(-50%); }
      @media screen and (max-width: 767px) {
        #homepage #customer-support .text-holder {
          margin-bottom: 60px;
          position: relative;
          top: auto;
          margin-top: 310px;
          -webkit-transform: translateX(0) translateY(0);
          -moz-transform: translateX(0) translateY(0);
          -ms-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0); } }
    #homepage #customer-support img {
      padding: 0 60px; }
  @media screen and (max-width: 991px) {
    #homepage #tertiary-content {
      padding: 80px 0 !important; } }
  #homepage #tertiary-content div {
    padding: 26px; }
    #homepage #tertiary-content div:first-child {
      padding: 26px 0px 26px 52px; }
    #homepage #tertiary-content div:last-child {
      padding: 26px 52px 26px 0; }
    @media screen and (min-width: 1199px) {
      #homepage #tertiary-content div {
        padding: 50px; }
        #homepage #tertiary-content div:first-child {
          padding: 50px 0px 50px 100px; }
        #homepage #tertiary-content div:last-child {
          padding: 50px 100px 50px 0; } }
    @media screen and (max-width: 991px) {
      #homepage #tertiary-content div {
        padding: 20px; }
        #homepage #tertiary-content div:first-child {
          padding: 20px 0px 20px 40px; }
        #homepage #tertiary-content div:last-child {
          padding: 20px 40px 20px 0; } }
    @media screen and (max-width: 767px) {
      #homepage #tertiary-content div {
        padding: 0 32px !important;
        margin-bottom: 60px; }
        #homepage #tertiary-content div:last-child {
          margin-bottom: 0; } }
  #homepage #tertiary-content img {
    width: 100%; }
  #homepage #tertiary-content h3 {
    text-transform: uppercase; }
  @media screen and (max-width: 991px) {
    #homepage #tertiary-content {
      padding: 80px 0; } }

@keyframes pulse {
  0% {
    color: rgba(255, 255, 255, 0.9); }
  50% {
    color: rgba(255, 255, 255, 0.7); }
  100% {
    color: rgba(255, 255, 255, 0.9); } }

#service-area-map img {
  margin-top: 0; }

#message-container .message {
  display: none; }

#dashboard, #messages, #conversation, #favorites {
  background: #e6e6e6; }
  #dashboard #lead-cap, #messages #lead-cap, #conversation #lead-cap, #favorites #lead-cap {
    display: none !important; }
  #dashboard #main-nav-container, #messages #main-nav-container, #conversation #main-nav-container, #favorites #main-nav-container {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
  #dashboard .container, #messages .container, #conversation .container, #favorites .container {
    padding-bottom: 40px; }
  #dashboard h1, #messages h1, #conversation h1, #favorites h1 {
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0; }
  #dashboard .section, #messages .section, #conversation .section, #favorites .section {
    margin: 0 0 20px;
    padding: 10px 20px 15px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }

#dashboard .section h2, #messages .section h2 {
  margin: -10px -20px 20px;
  text-align: left;
  padding: 10px 15px;
  font-size: 22px;
  background: #f0f0f0; }

#dashboard .section h3, #messages .section h3 {
  margin: 0;
  padding: 0 0 10px;
  font-size: 20px; }

#dashboard .section p, #messages .section p {
  font-size: 16px;
  padding: 0; }

#dashboard .section ul, #messages .section ul {
  padding-left: 30px;
  margin-top: -10px;
  margin-bottom: 20px; }
  #dashboard .section ul li, #messages .section ul li {
    list-style-type: disc;
    font-size: 16px; }

#dashboard .section .btn, #messages .section .btn {
  text-shadow: none;
  box-shadow: none; }

#dashboard .section .alert, #messages .section .alert {
  text-shadow: none;
  margin-bottom: 10px; }
  #dashboard .section .alert h3, #messages .section .alert h3 {
    padding: 0; }
  #dashboard .section .alert p, #messages .section .alert p {
    padding: 0;
    margin: 0 0 5px; }
    #dashboard .section .alert p:last-child, #messages .section .alert p:last-child {
      margin-bottom: 0; }
  #dashboard .section .alert .btn-xs, #messages .section .alert .btn-xs {
    display: inline-block;
    font-size: 14px;
    padding: 3px 8px;
    text-shadow: none;
    box-shadow: none; }

#dashboard #my-profile, #messages #my-profile {
  text-align: center;
  padding: 0 0 15px; }
  #dashboard #my-profile img, #messages #my-profile img {
    margin: 0;
    padding: 10px 10px 0;
    width: 100%;
    display: block;
    box-sizing: border-box; }
  #dashboard #my-profile h3, #messages #my-profile h3 {
    text-align: center;
    margin: 10px 0 0;
    padding: 0 0 5px; }
    @media screen and (max-width: 767px) {
      #dashboard #my-profile h3, #messages #my-profile h3 {
        font-size: 24px; } }
  #dashboard #my-profile a, #messages #my-profile a {
    font-size: 16px;
    padding: 5px;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      #dashboard #my-profile a, #messages #my-profile a {
        font-size: 18px;
        padding: 5px 10px; } }

#account-status a {
  font-weight: 400; }
  #account-status a .glyphicon {
    font-size: 12px; }

#account-status p {
  margin-bottom: 8px; }

#account-status .label {
  font-weight: 600;
  display: block;
  padding: 8px 0;
  font-size: 16px; }

#account-status .label-warning {
  background: #f9a441; }

#account-status .btn-sm {
  padding: 4px 8px; }

#account-status.family .account-status-graphic {
  display: block;
  margin: 0 auto 4px;
  width: 464px;
  height: 58px;
  background: url("../images/dashboard/hf-account-status-sprite.svg") no-repeat;
  background-size: 464px; }
  #account-status.family .account-status-graphic:hover {
    cursor: pointer; }
  #account-status.family .account-status-graphic#screening {
    background-position: 0 -80px; }
  #account-status.family .account-status-graphic#interview {
    background-position: 0 -160px; }
  #account-status.family .account-status-graphic#on-program {
    background-position: 0 -240px; }

#account-status.aupair .account-status-graphic {
  display: block;
  margin: 0 auto 4px;
  width: 464px;
  height: 58px;
  background: url("../images/dashboard/ap-account-status-sprite.svg") no-repeat;
  background-size: 464px; }
  #account-status.aupair .account-status-graphic:hover {
    cursor: pointer; }
  #account-status.aupair .account-status-graphic#screening {
    background-position: 0 -76px; }
  #account-status.aupair .account-status-graphic#interview {
    background-position: 0 -151px; }
  #account-status.aupair .account-status-graphic#available {
    background-position: 0 -226px; }

@media screen and (max-width: 991px) {
  .status-graphic {
    display: none; } }

.account-status-mobile {
  display: none; }
  @media screen and (max-width: 991px) {
    .account-status-mobile {
      display: block; } }

.application.hf + .popover {
  left: -35px !important; }
  @media screen and (max-width: 1199px) and (min-width: 991px) {
    .application.hf + .popover {
      left: -5px !important; } }
  @media screen and (max-width: 991px) {
    .application.hf + .popover {
      left: -47px !important; } }

.application.ap + .popover {
  left: -35px !important; }
  @media screen and (max-width: 1199px) and (min-width: 991px) {
    .application.ap + .popover {
      left: -5px !important; } }
  @media screen and (max-width: 991px) {
    .application.ap + .popover {
      left: -47px !important; } }

.screening.hf + .popover {
  left: 91px !important; }
  @media screen and (max-width: 1199px) and (min-width: 991px) {
    .screening.hf + .popover {
      left: 122px !important; } }
  @media screen and (max-width: 991px) {
    .screening.hf + .popover {
      left: 79px !important; } }

.screening.ap + .popover {
  left: 59px !important; }
  @media screen and (max-width: 1199px) and (min-width: 991px) {
    .screening.ap + .popover {
      left: 89px !important; } }
  @media screen and (max-width: 991px) {
    .screening.ap + .popover {
      left: 47px !important; } }

.interview.hf + .popover {
  left: 217px !important; }
  @media screen and (max-width: 1199px) and (min-width: 991px) {
    .interview.hf + .popover {
      left: 247px !important; } }
  @media screen and (max-width: 991px) {
    .interview.hf + .popover {
      left: 205px !important; } }

.interview.ap + .popover {
  left: 152px !important; }
  @media screen and (max-width: 1199px) and (min-width: 991px) {
    .interview.ap + .popover {
      left: 183px !important; } }
  @media screen and (max-width: 991px) {
    .interview.ap + .popover {
      left: 141px !important; } }

.available.ap + .popover {
  left: 247px !important; }
  @media screen and (max-width: 1199px) and (min-width: 991px) {
    .available.ap + .popover {
      left: 278px !important; } }
  @media screen and (max-width: 991px) {
    .available.ap + .popover {
      left: 235px !important; } }

#whats-next {
  padding-bottom: 4px !important; }
  #whats-next .card {
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px 0 0;
    margin: 0 0 16px; }
    #whats-next .card:hover, #whats-next .card:focus {
      border: 1px solid #4c9bd4;
      text-decoration: none !important; }
      #whats-next .card:hover .glyphicon, #whats-next .card:focus .glyphicon {
        color: #f9a441; }
      #whats-next .card:hover h3, #whats-next .card:hover p, #whats-next .card:focus h3, #whats-next .card:focus p {
        text-decoration: none !important; }
    #whats-next .card h3 {
      color: #333; }
    #whats-next .card em {
      font-weight: 600;
      font-style: normal; }
    #whats-next .card .glyphicon {
      font-size: 40px;
      color: #ddd;
      margin: 12px 0 16px; }
    #whats-next .card p {
      margin: 0 8px 16px; }
    #whats-next .card .btn {
      padding: 8px 0px;
      display: block;
      border-radius: 4px;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }

.section#contacts {
  padding-bottom: 10px; }
  .section#contacts h3 {
    font-size: 16px;
    padding-bottom: 4px; }
  .section#contacts .card {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px 8px 6px;
    margin-bottom: 12px; }
  .section#contacts ul {
    margin: 0;
    padding: 0; }
    .section#contacts ul li {
      list-style-type: none;
      padding: 0;
      margin: 0;
      font-size: 14px;
      font-weight: 400; }
      .section#contacts ul li.staff-name {
        font-size: 14px; }
    .section#contacts ul .glyphicon {
      margin-right: 8px;
      top: 2px;
      display: none; }

#quick-links .btn-default {
  font-size: 16px;
  padding: 2px 4px;
  text-transform: none;
  font-weight: 400;
  border-radius: 2px;
  letter-spacing: 0;
  margin-bottom: 4px;
  text-align: left;
  display: block; }
  #quick-links .btn-default:hover {
    color: #286090;
    text-decoration: underline;
    background: none; }
  #quick-links .btn-default .glyphicon {
    font-size: 12px;
    margin-left: 8px;
    margin-top: 4px;
    float: right; }

#au-pair-list .card {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 12px;
  display: block;
  margin-bottom: 16px; }
  #au-pair-list .card:hover {
    border: 1px solid #4c9bd4; }
  #au-pair-list .card:last-child {
    margin-bottom: 0; }
  #au-pair-list .card img {
    width: 100%;
    margin: 0; }
    @media screen and (max-width: 767px) {
      #au-pair-list .card img {
        margin-bottom: 8px; } }
  #au-pair-list .card .name {
    margin-left: -16px;
    padding: 0;
    margin-top: 4px;
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      #au-pair-list .card .name {
        margin-left: 0;
        text-align: center; } }
    #au-pair-list .card .name .label {
      font-size: 12px;
      font-weight: 600;
      vertical-align: top;
      margin-top: 3px;
      display: inline-block;
      padding: 4px 6px;
      margin-left: 4px; }
  #au-pair-list .card .arrival-message {
    margin-left: -16px;
    color: #333; }
    @media screen and (max-width: 767px) {
      #au-pair-list .card .arrival-message {
        margin-left: 0;
        text-align: center;
        display: block; } }

#important-messages .message {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px; }
  #important-messages .message .glyphicon {
    position: absolute;
    color: #ff1d25;
    top: 6px;
    left: 0; }
  #important-messages .message h3 {
    padding: 0 0 4px;
    font-size: 20px; }
  #important-messages .message p {
    margin: 0 0 8px; }
  #important-messages .message .btn {
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 2px; }

#memberLogin {
  background: #f1f1f1;
  padding: 20px 0 50px; }
  @media screen and (max-width: 767px) {
    #memberLogin {
      background: #fff; } }
  #memberLogin #logo {
    width: 240px;
    display: block;
    margin: 0 auto; }
  #memberLogin h1 {
    margin: 20px 0;
    text-align: center; }
  #memberLogin form {
    background: #fff; }
  #memberLogin input {
    border-radius: 0; }
  #memberLogin input.error {
    border-bottom: 2px solid #f24141; }
  #memberLogin label.error {
    opacity: 1;
    color: #f24141;
    top: -10px; }
  #memberLogin p {
    margin-top: 20px;
    font-weight: 400; }
  #memberLogin .sign-up-text {
    text-align: center;
    padding-top: 10px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0; }
  #memberLogin .btn-secondary {
    background: #f9a441;
    color: #fff;
    border: none;
    font-size: 12px;
    padding: 4px 8px;
    margin-left: 4px; }
  #memberLogin #alert {
    border: none;
    background: none;
    padding: 0 0 10px;
    margin: 0; }
    #memberLogin #alert ul {
      padding: 0; }
    #memberLogin #alert li {
      list-style-type: none;
      color: #f24141; }

#reset-password-success {
  display: none; }

@media screen and (max-width: 767px) {
  #messages #messages-container {
    padding: 0; } }

#messages form {
  box-shadow: none;
  padding: 0;
  margin: 10px 0; }

#messages .section {
  padding: 10px 30px; }

#messages #select-messages {
  width: auto;
  display: inline-block;
  margin-left: -10px;
  font-size: 14px;
  margin-bottom: 16px;
  margin-right: 4px;
  box-shadow: none; }
  #messages #select-messages:hover {
    cursor: pointer; }
  @media screen and (max-width: 767px) {
    #messages #select-messages {
      font-size: 16px; } }

#messages #delete-messages {
  padding: 5px 10px;
  margin-top: -2px;
  border: 1px solid #ddd;
  border-radius: 3px; }
  #messages #delete-messages .glyphicon {
    font-size: 12px; }
    @media screen and (max-width: 767px) {
      #messages #delete-messages .glyphicon {
        font-size: 16px; } }

#messages #conversation-list {
  display: none;
  border: 1px solid #ddd; }
  #messages #conversation-list img {
    width: 32px;
    border-radius: 16px;
    display: inline-block;
    margin: 0;
    margin-top: 0px;
    margin-right: 5px; }
    @media screen and (max-width: 767px) {
      #messages #conversation-list img {
        display: none; } }
  #messages #conversation-list .caption {
    font-size: 14px;
    margin-top: 16px; }
    @media screen and (max-width: 767px) {
      #messages #conversation-list .caption {
        font-size: 16px;
        text-align: center; }
        #messages #conversation-list .caption a {
          display: block; } }

#messages #delete-messages {
  display: inline-block; }
  @media screen and (max-width: 767px) {
    #messages #delete-messages {
      margin-top: -6px;
      padding: 6px 10px 4px; } }

#messages .message-row {
  border-bottom: 1px solid #ddd;
  padding-top: 9px;
  padding-bottom: 5px;
  position: relative;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    #messages .message-row {
      padding: 5px; } }
  #messages .message-row:last-child {
    border: none; }
  #messages .message-row.read {
    background: #f1f1f1; }
    #messages .message-row.read .message-sender-name, #messages .message-row.read .message-subject, #messages .message-row.read .message-date {
      font-weight: 200; }
    @media screen and (max-width: 767px) {
      #messages .message-row.read .message-sender-name {
        font-weight: 400; } }
    #messages .message-row.read .message-date {
      background: #f1f1f1; }
  #messages .message-row.unavailable {
    opacity: 0.5; }
  #messages .message-row .label-default {
    display: none;
    position: absolute;
    right: 53px;
    top: 16px;
    z-index: 99;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 7px; }
    @media screen and (max-width: 767px) {
      #messages .message-row .label-default {
        top: 8px; } }
    #messages .message-row .label-default.unavailable {
      display: inline-block; }
  #messages .message-row a:hover {
    text-decoration: none; }

#messages .message-select {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    #messages .message-select {
      margin-top: 2px; } }
  #messages .message-select label {
    margin: 0;
    width: 22px;
    height: 22px;
    top: 0; }
    #messages .message-select label:hover {
      cursor: pointer; }
    @media screen and (max-width: 767px) {
      #messages .message-select label {
        background-size: 20px 40px;
        width: 20px;
        height: 20px;
        padding: 0 25px 0 0; } }

#messages .message-sender {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  margin-right: 10px;
  width: 100%;
  height: auto; }
  @media screen and (max-width: 767px) {
    #messages .message-sender {
      font-size: 16px;
      font-weight: 400; } }

#messages .message-sender-name {
  vertical-align: middle;
  font-weight: 400;
  color: #333;
  line-height: 1.6; }

#messages .message-snippet {
  color: #bbb;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  line-height: 1.6;
  margin-top: 5px; }
  @media screen and (max-width: 767px) {
    #messages .message-snippet {
      font-size: 16px;
      line-height: 1.2;
      margin-left: 28px;
      margin-top: -7px;
      width: 85%; } }

#messages .message-subject {
  color: #333;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    #messages .message-subject {
      display: block;
      font-weight: 200; } }

#messages .message-date {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 7px;
  background: #fff;
  padding: 8px 10px 7px;
  font-weight: 400;
  color: #333; }
  @media screen and (max-width: 767px) {
    #messages .message-date {
      padding: 7px 10px 4px;
      margin-top: 0; } }

#messages #no-results {
  text-align: center; }
  #messages #no-results .section {
    padding: 80px 0; }
    @media screen and (max-width: 767px) {
      #messages #no-results .section {
        padding: 40px 0; } }
  #messages #no-results h2 {
    margin-bottom: 10px;
    background: none;
    text-align: center;
    margin: 0; }
  @media screen and (max-width: 767px) {
    #messages #no-results p {
      padding: 10px;
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    #messages #no-results .btn {
      font-size: 18px;
      display: block;
      margin: 0 10px;
      padding: 10px 0; } }

#loading-placeholder .col-xs-12 {
  padding: 0; }

#loading-placeholder .item {
  display: block;
  width: 100%;
  height: 50px;
  background: #f1f1f1;
  margin-bottom: 3px;
  opacity: 0.4;
  animation: loading-pulse 1.5s infinite;
  animation-timing-function: ease;
  animation-delay: 0s; }
  @media screen and (max-width: 767px) {
    #loading-placeholder .item {
      height: 70px; } }

#load-more {
  border: 1px solid #ddd;
  margin: 20px auto 0;
  text-align: center;
  display: none;
  color: #4c9bd4;
  width: 170px; }

#results-metadata {
  margin-left: 10px; }
  @media screen and (max-width: 767px) {
    #results-metadata {
      display: block;
      margin: 0 -10px 10px; } }

#conversation {
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #conversation {
      overflow: auto; } }
  #conversation .container {
    padding-bottom: 0; }
  #conversation .section {
    padding: 20px; }
  #conversation h1 {
    text-transform: none; }
    #conversation h1 img {
      width: 70px;
      border-radius: 35px; }
      @media screen and (max-width: 767px) {
        #conversation h1 img {
          width: 15%;
          border-radius: 200px;
          margin: 0px; } }
    #conversation h1 .btn {
      padding: 10px 10px;
      border-radius: 3px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
      #conversation h1 .btn:hover {
        color: #4c9bd4;
        background: #fff; }
      @media screen and (max-width: 767px) {
        #conversation h1 .btn {
          vertical-align: middle; } }
    #conversation h1 #thread-title {
      display: inline-block;
      vertical-align: middle;
      margin-top: -6px; }
      @media screen and (max-width: 767px) {
        #conversation h1 #thread-title {
          text-align: left;
          width: 65%; } }
    #conversation h1 #thread-subject {
      display: block; }
      @media screen and (min-width: 767px) and (max-width: 991px) {
        #conversation h1 #thread-subject {
          font-size: 28px; } }
      @media screen and (max-width: 767px) {
        #conversation h1 #thread-subject {
          font-size: 18px; } }
    #conversation h1 #thread-user {
      display: block;
      font-size: 20px;
      color: #666;
      font-weight: 200; }
      @media screen and (max-width: 767px) {
        #conversation h1 #thread-user {
          font-size: 16px; } }
      #conversation h1 #thread-user a {
        color: #666; }
        #conversation h1 #thread-user a:hover {
          text-decoration: none;
          color: #4c9bd4; }
  @media screen and (max-width: 767px) {
    #conversation #conversation-container {
      padding: 0; } }
  #conversation .section {
    overflow: scroll;
    height: 400px; }
    @media screen and (max-width: 767px) {
      #conversation .section {
        height: auto;
        overflow: visible; } }
  #conversation #reply-form-container {
    /*
		@media screen and (max-width: $xs-device) {
			display: none;
			&.active {
				display: block;
				position: fixed;
				bottom: 0;
				left: 0;
				width: 100%;
				z-index: 999;
				padding: 10px;
				background: #fff;
				box-shadow: 0 0 8px rgba(0,0,0,0.1);
				border-top: 3px solid $lightOrange;
			}
		}*/ }
    @media screen and (max-width: 767px) {
      #conversation #reply-form-container {
        margin-bottom: 20px; } }
    #conversation #reply-form-container textarea {
      padding: 10px;
      font-size: 18px;
      line-height: 1.4;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      resize: none; }
      @media screen and (max-width: 767px) {
        #conversation #reply-form-container textarea {
          box-shadow: none;
          height: 180px; } }
    #conversation #reply-form-container .chars {
      font-size: 14px; }
    #conversation #reply-form-container .btn {
      float: right;
      padding: 5px 15px;
      margin-top: -30px; }
      @media screen and (max-width: 767px) {
        #conversation #reply-form-container .btn {
          padding: 10px 20px;
          font-size: 22px; } }
  #conversation .thread {
    margin-bottom: 20px; }
    #conversation .thread .thread-content {
      background: #4c9bd4;
      padding: 5px 15px;
      width: 70%;
      border-radius: 5px; }
      @media screen and (min-width: 767px) and (max-width: 991px) {
        #conversation .thread .thread-content {
          width: 64%; } }
      @media screen and (max-width: 767px) {
        #conversation .thread .thread-content {
          width: 92%;
          margin-left: 5px; } }
    #conversation .thread .thread-body {
      margin: 5px 0;
      color: #fff;
      font-size: 16px; }
    #conversation .thread .sender-photo {
      text-align: right; }
      @media screen and (max-width: 767px) {
        #conversation .thread .sender-photo {
          display: none; } }
    #conversation .thread img {
      width: 100%;
      margin-top: 0px;
      border-radius: 32px; }
      @media screen and (min-width: 767px) and (max-width: 991px) {
        #conversation .thread img {
          border-radius: 44px;
          margin-top: 0;
          width: 65px; } }
    #conversation .thread .sent-date, #conversation .thread .sender-name {
      color: #fff;
      opacity: 0.7;
      font-size: 14px;
      display: block; }
    #conversation .thread.from-current-user .sender-photo {
      float: right;
      text-align: left; }
    #conversation .thread.from-current-user .thread-content {
      background: #f1f1f1;
      float: right; }
      @media screen and (max-width: 767px) {
        #conversation .thread.from-current-user .thread-content {
          margin-right: 5px; } }
    #conversation .thread.from-current-user .sent-date, #conversation .thread.from-current-user .sender-name {
      opacity: 1;
      color: #aaa; }
    #conversation .thread.from-current-user .thread-body {
      color: #333; }
  #conversation #mobile-reply-btn {
    display: none; }
    @media screen and (max-width: 767px) {
      #conversation #mobile-reply-btn {
        display: block;
        position: fixed;
        padding: 15px 0;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        font-size: 22px;
        background: #f9a441; } }
  #conversation #close-mobile-form {
    display: none; }
    @media screen and (max-width: 767px) {
      #conversation #close-mobile-form {
        display: block;
        background: #f9a441;
        color: #fff;
        position: absolute;
        top: -33px;
        right: 10px;
        padding: 5px 10px; }
        #conversation #close-mobile-form .glyphicon {
          font-size: 12px; } }
  #conversation #footer-container {
    display: none; }
    @media screen and (max-width: 767px) {
      #conversation #footer-container {
        display: block; } }

#subscribe-now {
  padding: 40px 0;
  text-align: center;
  width: 480px;
  margin: 0 auto;
  display: block; }
  #subscribe-now h3 {
    font-size: 24px !important; }

#favorites h2 {
  margin: 0;
  font-size: 24px;
  text-transform: none;
  letter-spacing: 0; }

#favorites #toggle-fav-requests {
  position: absolute;
  top: 12px;
  right: 30px;
  padding: 3px 6px;
  font-size: 12px;
  border: 1px solid #ddd; }
  @media screen and (max-width: 767px) {
    #favorites #toggle-fav-requests {
      right: 10px; } }

@media screen and (max-width: 767px) {
  #favorites #favorite-requests {
    padding: 0; } }

@media screen and (max-width: 767px) {
  #favorites #favorite-requests .section {
    padding: 10px 20px; } }

#favorites .favorite-request {
  width: 48%;
  padding: 10px;
  display: inline-block;
  margin: 0 1% 10px; }
  #favorites .favorite-request:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 767px) and (max-width: 991px) {
    #favorites .favorite-request {
      width: 48%; } }
  @media screen and (max-width: 767px) {
    #favorites .favorite-request {
      width: 100%;
      margin: 0 0 10px;
      padding: 10px 0; }
      #favorites .favorite-request:hover {
        box-shadow: none; } }
  #favorites .favorite-request .profile-photo {
    margin: 0 4px 0 0;
    width: 80px;
    display: inline-block;
    vertical-align: top; }
  #favorites .favorite-request .profile-info {
    display: inline-block; }
  #favorites .favorite-request .profile-name {
    font-size: 20px;
    font-weight: 400;
    display: block;
    line-height: 1.2; }
  #favorites .favorite-request .profile-country {
    display: block;
    margin-bottom: 4px; }
  #favorites .favorite-request .request-actions {
    display: block; }
    #favorites .favorite-request .request-actions .btn {
      font-size: 12px;
      padding: 3px 6px;
      border: 1px solid #ddd; }

#favorites #favorite-requests-loading .favorite-request {
  opacity: 0.4;
  animation: loading-pulse 1.5s infinite;
  animation-timing-function: ease;
  animation-delay: 0s;
  margin: 0 0 10px; }

#favorites #favorite-requests-loading .profile-photo {
  background: #f1f1f1;
  height: 80px; }

#favorites #favorite-requests-loading .profile-name {
  margin-top: 2px;
  width: 150px;
  background: #f1f1f1;
  margin-bottom: 4px; }

#favorites #favorite-requests-loading .profile-country {
  width: 90px;
  background: #f1f1f1; }

#favorites #favorite-requests-loading .request-actions {
  width: 180px;
  background: #f1f1f1; }

#favorites #favorite-requests-container {
  padding-top: 10px; }

@media screen and (max-width: 767px) {
  #favorites #favorite-results {
    padding: 0; } }

@media screen and (max-width: 767px) {
  #favorites #favorite-results .profile {
    padding: 10px 0; } }

@media screen and (max-width: 767px) {
  #favorites #favorite-results .profile img {
    height: auto;
    min-height: auto; } }

#favorites #favorite-results .name .label-default {
  display: none; }

#favorites .unavailable .name .label-default {
  display: block !important;
  float: right; }

#favorites .unavailable .name .label-success {
  display: none; }

#favorites #results-placeholder {
  padding: 10px; }

#favorites #section-favorites {
  padding: 10px; }

#favorites #results-count {
  font-size: 16px; }

#favorites #load-more {
  display: none;
  border: 1px solid #ddd;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 150px;
  color: #4c9bd4; }
  @media screen and (max-width: 767px) {
    #favorites #load-more {
      font-size: 18px; } }

#favorites #no-results {
  text-align: center;
  display: none; }
  #favorites #no-results .section {
    padding: 40px 0; }
  #favorites #no-results h2 {
    margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    #favorites #no-results .btn {
      font-size: 18px;
      display: block;
      margin: 0 10px;
      padding: 10px 0; } }

#favorites #modal-please-update p {
  margin-bottom: 20px; }

#favorites #modal-please-update .btn {
  padding: 10px 0;
  width: 100%;
  margin-bottom: 10px; }

#subscribe-now {
  padding: 40px 0;
  text-align: center;
  width: 480px;
  margin: 0 auto;
  display: block; }
  #subscribe-now h2 {
    margin-bottom: 10px; }

.lp.beachTheme #lead-cap {
  display: none !important; }

.lp.beachTheme #header {
  background: none; }

.lp.beachTheme #menu-open-button, .lp.beachTheme #top-nav-primary, .lp.beachTheme #top-nav-secondary {
  display: none; }

.lp.beachTheme #header-logo {
  background: url(../images/gausa-logo.svg) no-repeat;
  background-size: cover;
  left: 30px; }
  @media screen and (max-width: 768px) {
    .lp.beachTheme #header-logo {
      margin: 0; } }

.lp.beachTheme #contact-card {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  z-index: 99; }
  @media screen and (max-width: 768px) {
    .lp.beachTheme #contact-card {
      display: none; } }

.lp.beachTheme #contact-card-info {
  display: flex;
  text-align: right;
  flex-direction: column;
  margin-right: 10px; }
  @media screen and (max-width: 768px) {
    .lp.beachTheme #contact-card-info {
      text-align: left;
      margin: 0; } }

@media screen and (max-width: 768px) {
  .lp.beachTheme #contact-card-photo {
    display: block;
    margin-right: 16px; } }

.lp.beachTheme #contact-card-photo img {
  border-radius: 8px;
  margin-top: 4px;
  width: 60px; }

.lp.beachTheme #contact-card-mobile {
  position: absolute;
  top: 24px;
  right: 20px;
  display: none;
  z-index: 99; }
  @media screen and (max-width: 768px) {
    .lp.beachTheme #contact-card-mobile {
      display: block; } }
  .lp.beachTheme #contact-card-mobile a {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .lp.beachTheme #contact-card-mobile #phone-icon {
    width: 32px;
    margin-left: 4px; }
  .lp.beachTheme #contact-card-mobile #phone-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-align: right; }

.lp.beachTheme #lcc-phone-number {
  display: inline; }
  @media screen and (max-width: 768px) {
    .lp.beachTheme #lcc-phone-number {
      display: none; } }

.lp.beachTheme #phone-mobile {
  display: none; }
  @media screen and (max-width: 768px) {
    .lp.beachTheme #phone-mobile {
      display: inline-block;
      color: #fff;
      background: #0070c7;
      font-size: 18px;
      font-weight: 400;
      font-style: italic;
      border-radius: 4px;
      padding: 12px;
      margin-top: 8px; } }

.lp.beachTheme #gausaQuickReg {
  padding: 0;
  box-shadow: none;
  margin: 0; }

.lp.beachTheme .error-msg {
  display: none; }

.lp.beachTheme .content_body {
  margin: 0;
  padding: 0;
  width: auto; }

.lp.beachTheme .headerJ1QuickReg {
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0; }

.lp.beachTheme .headerJ1QuickReg .navigation, .lp.beachTheme #reg-nav-items {
  display: none; }

.lp.beachTheme #lead-cap-phone {
  position: absolute;
  top: 28px;
  right: 28px;
  font-size: 18px;
  font-family: myriad-pro, sans-serif; }
  .lp.beachTheme #lead-cap-phone a {
    color: #555; }
  .lp.beachTheme #lead-cap-phone #section_mainContent {
    background: none;
    box-shadow: none;
    margin: 0 !important; }

.lp.beachTheme #heroTitle {
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1;
  position: absolute;
  top: 70px;
  left: 0;
  color: #000; }
  @media screen and (max-width: 1400px) {
    .lp.beachTheme #heroTitle {
      top: 78px; } }
  @media screen and (max-width: 1024px) {
    .lp.beachTheme #heroTitle {
      left: 50px; } }
  @media screen and (max-width: 768px) {
    .lp.beachTheme #heroTitle {
      top: 50px; } }
  @media screen and (max-width: 768px) {
    .lp.beachTheme #heroTitle {
      position: static;
      display: block;
      margin-top: 90px;
      text-align: center;
      font-size: 32px;
      font-weight: 400; } }
  .lp.beachTheme #heroTitle span {
    display: block;
    color: #919191;
    width: 460px;
    font-size: 30px;
    font-weight: 200;
    line-height: 1.2;
    margin-top: 5px; }
    @media screen and (max-width: 768px) {
      .lp.beachTheme #heroTitle span {
        width: auto;
        font-size: 22px;
        margin: 10px 20px 20px;
        font-size: 18px; } }

.lp.beachTheme #arrow {
  background: url(../images/lp/arrow-desktop.png) no-repeat;
  background-size: cover;
  width: 95px;
  height: 67px;
  position: absolute;
  top: 226px;
  right: 520px; }
  @media screen and (max-width: 1024px) {
    .lp.beachTheme #arrow {
      right: 768px; } }
  @media screen and (max-width: 768px) {
    .lp.beachTheme #arrow {
      display: none; } }

.lp.beachTheme #form_j1_reg #user-type {
  display: none; }

.lp.beachTheme #hero {
  background: url(../images/lp/hero-bg-xtra-large.jpg) no-repeat;
  background-size: cover;
  height: 880px;
  margin-top: -24px;
  background-attachment: static;
  background-position: 60%; }
  @media screen and (max-width: 1400px) {
    .lp.beachTheme #hero {
      background: url(../images/lp/hero-bg-desktop.jpg) no-repeat;
      background-size: cover;
      height: 790px;
      margin-top: -64px;
      background-attachment: static;
      background-position: left; } }
  @media screen and (max-width: 1024px) {
    .lp.beachTheme #hero {
      background-position: -160px; } }
  @media screen and (max-width: 768px) {
    .lp.beachTheme #hero {
      background-position: -250px; } }
  @media screen and (max-width: 768px) {
    .lp.beachTheme #hero {
      background: none;
      height: auto; } }

.lp.beachTheme #heroContentWrapper {
  width: 1040px;
  display: block;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .lp.beachTheme #heroContentWrapper {
      width: auto; } }
  @media screen and (max-width: 768px) {
    .lp.beachTheme #heroContentWrapper {
      width: auto; } }

.lp.beachTheme #formContainer {
  background-image: linear-gradient(190deg, rgba(210, 210, 210, 0.3), rgba(219, 178, 134, 0.3));
  display: block;
  width: 400px;
  position: absolute;
  top: 150px;
  right: 80px;
  padding: 20px 32px;
  z-index: 99; }
  @media screen and (max-width: 768px) {
    .lp.beachTheme #formContainer {
      right: 40px;
      top: 230px; } }
  @media screen and (max-width: 768px) {
    .lp.beachTheme #formContainer {
      position: static;
      display: block;
      width: auto;
      padding: 20px;
      background: #fff; } }
  .lp.beachTheme #formContainer .footnote {
    background: none;
    color: #000;
    position: absolute;
    left: 12px;
    bottom: -50px; }
    @media screen and (max-width: 768px) {
      .lp.beachTheme #formContainer .footnote {
        position: static;
        padding: 10px 0; } }
  .lp.beachTheme #formContainer .page_title, .lp.beachTheme #formContainer .reg_directions {
    font-family: myriad-pro, sans-serif;
    color: #444;
    padding: 0;
    margin: 0; }
  .lp.beachTheme #formContainer .page_title {
    font-size: 29px;
    color: #0070c7; }
  .lp.beachTheme #formContainer .reg_directions {
    font-size: 27px;
    color: #ef5c11;
    margin-bottom: 20px; }
    .lp.beachTheme #formContainer .reg_directions .asterisk-small {
      font-size: 14px;
      vertical-align: top;
      display: inline-block;
      margin-top: 5px; }
  .lp.beachTheme #formContainer input {
    border: 1px solid #bbb;
    padding: 5px 10px;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
    line-height: 1.8; }
    .lp.beachTheme #formContainer input.error {
      border-color: red; }
    .lp.beachTheme #formContainer input:focus {
      border-color: #0070c7; }
  .lp.beachTheme #formContainer label.error {
    opacity: 1;
    padding: 0;
    color: red;
    margin: 0;
    top: -10px; }
  .lp.beachTheme #formContainer #emailAddress {
    width: 97%; }
  .lp.beachTheme #formContainer .formField {
    width: 49%;
    display: inline-block;
    vertical-align: top; }
    .lp.beachTheme #formContainer .formField input {
      width: 96%; }
  .lp.beachTheme #formContainer #phoneNumberField {
    display: block;
    width: 100%; }
  .lp.beachTheme #formContainer #phoneNumber {
    display: block;
    width: 47%; }
  .lp.beachTheme #formContainer #citydiv {
    width: 146px;
    padding: 0;
    display: inline-block; }
  .lp.beachTheme #formContainer #city {
    font-size: 18px;
    height: 44px;
    border: 1px solid #ddd;
    width: 96%;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0px 10px;
    background: #fff; }
  .lp.beachTheme #formContainer .submit-lead-cap {
    padding: 0 0 10px;
    margin: 0;
    width: auto;
    margin: 0;
    border: none; }
  .lp.beachTheme #formContainer input[type="submit"] {
    font-size: 20px;
    font-weight: 200;
    font-family: myriad-pro, sans-serif;
    padding: 11px 47px 12px;
    line-height: 1;
    background-color: #4a9cdb;
    opacity: 1;
    border: none;
    margin-top: 0; }
    .lp.beachTheme #formContainer input[type="submit"]:hover {
      background-color: #4a9cdb !important;
      cursor: pointer !important; }
  .lp.beachTheme #formContainer .checkboxField {
    margin-top: 10px; }
    .lp.beachTheme #formContainer .checkboxField:first-child {
      margin-top: 20px; }
    .lp.beachTheme #formContainer .checkboxField input {
      vertical-align: top; }
    .lp.beachTheme #formContainer .checkboxField label {
      vertical-align: top;
      margin-top: -2px;
      display: inline-block;
      margin-bottom: 5px;
      margin-left: 0;
      color: #555;
      font-size: 18px; }
      @media screen and (max-width: 768px) {
        .lp.beachTheme #formContainer .checkboxField label {
          width: 300px; } }
  .lp.beachTheme #formContainer #read_tos_div {
    margin-top: 20px; }
  .lp.beachTheme #formContainer #read_tos-error, .lp.beachTheme #formContainer #read_privacy-error {
    display: block;
    top: -14px; }
  .lp.beachTheme #formContainer .link {
    color: #005e99; }
    .lp.beachTheme #formContainer .link:hover {
      cursor: pointer;
      text-decoration: underline; }
  .lp.beachTheme #formContainer .legalContent {
    display: none;
    background: #fff;
    padding: 0px 10px;
    height: 110px;
    margin-bottom: 20px;
    overflow-y: scroll;
    border: 1px solid #ddd; }

.lp.beachTheme .videoSection {
  width: 100%;
  height: 800px;
  position: relative; }
  .lp.beachTheme .videoSection#testimonial {
    background: url(../images/lp/testimonial-bg2.jpg) no-repeat;
    background-size: cover;
    background-position: right; }
    @media screen and (max-width: 768px) {
      .lp.beachTheme .videoSection#testimonial {
        background-position: -320px; } }
    @media screen and (max-width: 768px) {
      .lp.beachTheme .videoSection#testimonial {
        height: 500px;
        background-position: 72%; } }
    @media screen and (max-width: 768px) {
      .lp.beachTheme .videoSection#testimonial h2 {
        padding: 270px 10px 10px;
        font-size: 32px;
        margin: 0; } }
    @media screen and (max-width: 768px) {
      .lp.beachTheme .videoSection#testimonial p {
        padding: 10px;
        margin: 0;
        font-size: 22px;
        width: auto; } }
  .lp.beachTheme .videoSection#tvAd {
    background: url(../images/lp/tv-ad-screen.jpg) no-repeat;
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 768px) {
      .lp.beachTheme .videoSection#tvAd {
        height: 500px; } }
    .lp.beachTheme .videoSection#tvAd h2 {
      margin-top: 190px; }
      @media screen and (max-width: 768px) {
        .lp.beachTheme .videoSection#tvAd h2 {
          padding: 290px 10px 10px;
          font-size: 32px;
          margin: 0; } }

.lp.beachTheme .videoSectionContent {
  position: absolute;
  top: 228px;
  left: 100px; }
  @media screen and (max-width: 768px) {
    .lp.beachTheme .videoSectionContent {
      position: static;
      text-align: center; } }
  .lp.beachTheme .videoSectionContent h2, .lp.beachTheme .videoSectionContent p {
    font-family: myriad-pro, sans-serif;
    font-weight: 200;
    color: #fff; }
  .lp.beachTheme .videoSectionContent h2 {
    font-size: 51px; }
  .lp.beachTheme .videoSectionContent p {
    font-size: 26px;
    width: 400px;
    line-height: 1.3; }

@media screen and (max-width: 768px) {
  .lp.beachTheme .videoSection {
    position: relative; } }

.lp.beachTheme .videoSection .playButton {
  display: inline-block;
  border-radius: 8px;
  background-color: rgba(255, 25, 0, 0.6);
  padding: 12px 20px; }
  @media screen and (max-width: 768px) {
    .lp.beachTheme .videoSection .playButton {
      font-size: 20px; } }

.lp.beachTheme .videoSection .playButton:hover {
  cursor: pointer;
  background-color: rgba(255, 25, 0, 0.7); }

.lp.beachTheme .videoSection #playIcon {
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  margin-top: 2px;
  margin-left: 0px; }

.lp.beachTheme .videoSection #playText {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-top: 0px;
  vertical-align: top;
  margin-left: 6px; }

.lp.beachTheme #tagline {
  background: #584c50;
  width: 100%;
  height: 530px; }
  @media screen and (max-width: 768px) {
    .lp.beachTheme #tagline {
      height: auto; } }
  .lp.beachTheme #tagline #taglineContent {
    width: 750px;
    display: block;
    margin: 0 auto;
    padding-top: 70px; }
    @media screen and (max-width: 768px) {
      .lp.beachTheme #tagline #taglineContent {
        width: auto;
        padding: 20px 40px; } }
    @media screen and (max-width: 768px) {
      .lp.beachTheme #tagline #taglineContent {
        width: auto; } }
  .lp.beachTheme #tagline h2, .lp.beachTheme #tagline p {
    font-family: myriad-pro, sans-serif;
    font-weight: 200;
    color: #fff; }
  .lp.beachTheme #tagline h2 {
    font-size: 48px; }
    @media screen and (max-width: 768px) {
      .lp.beachTheme #tagline h2 {
        font-size: 32px; } }
  .lp.beachTheme #tagline p {
    font-size: 23px;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .lp.beachTheme #tagline p {
        font-size: 22px; } }
  .lp.beachTheme #tagline #buttonContainer {
    text-align: center;
    display: block; }
  .lp.beachTheme #tagline #taglineButton {
    font-family: myriad-pro, sans-serif;
    font-weight: 200;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 23px;
    padding: 10px 28px 11px;
    line-height: 1;
    display: inline-block;
    height: 48px; }
    .lp.beachTheme #tagline #taglineButton:hover {
      text-decoration: none;
      background-color: rgba(255, 255, 255, 0.4); }
  .lp.beachTheme #tagline .taglineSubsection {
    display: flex;
    justify-content: flex-start; }
    @media screen and (max-width: 768px) {
      .lp.beachTheme #tagline .taglineSubsection {
        display: block; } }
  .lp.beachTheme #tagline .taglineList {
    color: #fff;
    font-size: 20px;
    margin-right: 130px; }
    @media screen and (max-width: 768px) {
      .lp.beachTheme #tagline .taglineList {
        margin: 0; } }
    .lp.beachTheme #tagline .taglineList li {
      line-height: 1.6; }
  .lp.beachTheme #tagline .emphasis {
    color: #fff; }
  .lp.beachTheme #tagline #buttonContainer {
    display: flex;
    justify-content: center;
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .lp.beachTheme #tagline #buttonContainer {
        margin: 30px 0 20px; } }

.lp.beachTheme #meetAuPairs {
  text-align: center;
  background: #ebebeb;
  width: 100%;
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    .lp.beachTheme #meetAuPairs {
      padding: 20px; } }

.lp.beachTheme #meetAuPairs h2, .lp.beachTheme #meetAuPairs p {
  font-family: myriad-pro, sans-serif;
  font-weight: 200; }

.lp.beachTheme #meetAuPairs h2 {
  font-size: 48px;
  color: #175c95; }
  @media screen and (max-width: 768px) {
    .lp.beachTheme #meetAuPairs h2 {
      font-size: 54px; } }

.lp.beachTheme #meetAuPairs p {
  font-size: 23px; }

.lp.beachTheme #meetAuPairs .auPairItem {
  display: inline-block;
  padding: 40px 5%; }

.lp.beachTheme #meetAuPairs .auPairItem:hover {
  text-decoration: none; }

.lp.beachTheme #meetAuPairs .auPairImage {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 120px;
  border: 10px solid #ddd; }

.lp.beachTheme #meetAuPairs #ap1 {
  background: url(../images/lp/ap1.jpg) no-repeat;
  background-size: cover; }

.lp.beachTheme #meetAuPairs #ap2 {
  background: url(../images/lp/ap2.jpg) no-repeat;
  background-size: cover; }

.lp.beachTheme #meetAuPairs #ap3 {
  background: url(../images/lp/ap3.jpg) no-repeat;
  background-size: cover; }

.lp.beachTheme #meetAuPairs .auPairName {
  text-align: center;
  font-size: 21px;
  padding: 20px 0 0;
  font-family: myriad-pro, sans-serif;
  color: #175c95; }

.lp.beachTheme #giveFeedback {
  display: none !important; }

.lp.beachTheme #testimonialVideoContainer, .lp.beachTheme #tvAdVideoContainer {
  width: 60%;
  margin: 0 auto;
  padding-top: 50px;
  display: none; }
  @media screen and (max-width: 768px) {
    .lp.beachTheme #testimonialVideoContainer, .lp.beachTheme #tvAdVideoContainer {
      position: absolute;
      top: 40px;
      width: 100%; } }

.lp.beachTheme #testimonialVideo {
  display: block;
  height: auto !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8); }

.lp.beachTheme #closeVideoTestimonial, .lp.beachTheme #closeVideoTvAd {
  color: #fff;
  font-size: 16px;
  width: 96%;
  text-align: right;
  margin: 0 auto 10px;
  padding-right: 20px; }

.lp.beachTheme #closeVideoTestimonial:hover, .lp.beachTheme #closeVideoTvAd:hover {
  cursor: pointer; }

.lp.beachTheme .footnote {
  padding: 20px;
  background: #52474a;
  color: #c7bbc0;
  opacity: 1; }

.lp.beachTheme #lpThemeBeach .inline-legal {
  background: #fff; }

.lp.beachTheme #section-tabs #top-image {
  background-image: url("../images/lp/default-resources-banner.jpg");
  background-size: cover;
  height: 460px;
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    .lp.beachTheme #section-tabs #top-image {
      height: 300px;
      padding: 10px 20px 0; } }

.lp.beachTheme #section-tabs h2 {
  font-size: 62px;
  font-weight: 200;
  color: #fff;
  padding: 40px 0 0 40px;
  margin: 0; }
  @media screen and (max-width: 768px) {
    .lp.beachTheme #section-tabs h2 {
      margin: 0;
      font-size: 42px; } }

.lp.beachTheme #section-tabs h3 {
  margin-bottom: 20px; }

.lp.beachTheme #section-tabs #city-info {
  background: transparent;
  padding: 0;
  margin-top: -72px; }

.lp.beachTheme #section-tabs .tab-styles {
  display: block; }
  @media screen and (max-width: 1024px) {
    .lp.beachTheme #section-tabs .tab-styles {
      overflow-x: scroll; } }
  .lp.beachTheme #section-tabs .tab-styles .btn {
    text-transform: capitalize;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.5);
    color: #fff; }
    .lp.beachTheme #section-tabs .tab-styles .btn:hover {
      background: rgba(0, 0, 0, 0.9); }
    .lp.beachTheme #section-tabs .tab-styles .btn.btn-primary {
      background: #f5f5f5;
      color: #000 !important; }

.lp.beachTheme #section-tabs .well {
  box-shadow: none;
  border-radius: 0;
  border: none;
  padding: 20px 20px 40px; }

.lp.beachTheme #section-tabs h4 {
  font-size: 16px;
  margin: 0;
  line-height: 1.4; }

.lp.beachTheme #section-tabs .card {
  background: #fff;
  padding: 10px;
  margin-bottom: 8px; }
  .lp.beachTheme #section-tabs .card span {
    display: block; }
  .lp.beachTheme #section-tabs .card a {
    font-weight: 400; }

.lp.beachTheme #section-tabs .weather-card {
  text-align: center;
  padding: 20px 10px;
  border: 2px solid white; }
  .lp.beachTheme #section-tabs .weather-card .todayBadge {
    display: none; }
  .lp.beachTheme #section-tabs .weather-card.today {
    border: 2px solid #f9a441; }
    .lp.beachTheme #section-tabs .weather-card.today .todayBadge {
      display: block;
      position: absolute;
      top: 0;
      left: 17px;
      font-size: 12px;
      font-weight: 600;
      color: #fff;
      background: #f9a441;
      padding: 3px 5px; }

.lp.beachTheme #section-tabs .currentTemp {
  font-size: 54px; }

.lp.beachTheme #section-tabs .tempRange {
  font-size: 12px; }

.lp.beachTheme #section-tabs .weatherDesc {
  font-size: 18px;
  text-transform: capitalize; }

.lp.beachTheme #section-faq {
  padding: 20px 0 60px; }
  .lp.beachTheme #section-faq h2 {
    font-size: 42px;
    color: #005e99;
    font-weight: 200;
    margin-bottom: 20px; }
  .lp.beachTheme #section-faq .panel {
    border: none;
    border-radius: 0;
    box-shadow: none; }
  .lp.beachTheme #section-faq .panel-heading {
    background: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    padding: 0; }
  .lp.beachTheme #section-faq .panel-title {
    font-size: 24px;
    font-weight: 200;
    color: #005e99; }
    .lp.beachTheme #section-faq .panel-title .glyphicon {
      display: block;
      float: right;
      font-size: 21px;
      border-radius: 20px;
      border: 1px solid #005e99;
      margin-left: auto;
      padding: 3px 8px 5px;
      line-height: 1;
      top: -1px; }
      @media screen and (max-width: 768px) {
        .lp.beachTheme #section-faq .panel-title .glyphicon {
          top: 2px; } }
    .lp.beachTheme #section-faq .panel-title .glyphicon-plus {
      display: none; }
    .lp.beachTheme #section-faq .panel-title .glyphicon-minus {
      display: block; }
    .lp.beachTheme #section-faq .panel-title a {
      display: block;
      padding: 10px 0 20px; }
      .lp.beachTheme #section-faq .panel-title a:hover, .lp.beachTheme #section-faq .panel-title a:focus {
        text-decoration: none; }
      @media screen and (max-width: 768px) {
        .lp.beachTheme #section-faq .panel-title a {
          display: flex;
          align-items: center; } }
      .lp.beachTheme #section-faq .panel-title a.collapsed .glyphicon-plus {
        display: block; }
      .lp.beachTheme #section-faq .panel-title a.collapsed .glyphicon-minus {
        display: none; }
    @media screen and (max-width: 768px) {
      .lp.beachTheme #section-faq .panel-title .text {
        width: 80%; } }
  .lp.beachTheme #section-faq .panel-body {
    border: none;
    padding: 20px 0; }

.lp.beachTheme #becomeAHostFamily {
  padding: 60px 40px; }
  .lp.beachTheme #becomeAHostFamily img {
    width: 100%; }
  .lp.beachTheme #becomeAHostFamily h2 {
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      .lp.beachTheme #becomeAHostFamily h2 {
        margin-top: 20px; } }
  .lp.beachTheme #becomeAHostFamily p {
    margin-bottom: 16px; }

@media screen and (max-width: 767px) {
  .public-search .page-title h2, .public-search .page-title #tagline-container {
    display: none; } }

.public-search .subscript {
  text-transform: lowercase; }

.public-search #menu-open-button {
  background: none !important; }

.public-search #menu-open-button.close div {
  background: #555; }

.public-search .btn {
  text-shadow: none;
  box-shadow: none; }
  @media screen and (max-width: 767px) {
    .public-search .btn {
      font-size: 12px;
      padding: 5px 0; } }

.public-search .btn-primary {
  border: 1px solid #4c9bd4; }
  .public-search .btn-primary:hover {
    border: 1px solid #286090; }

.public-search .btn-default {
  border: 1px solid #fff; }
  .public-search .btn-default:hover {
    border: 1px solid #e6e6e6; }

.public-search #sort-results {
  position: absolute;
  top: 38px;
  right: 15px; }
  @media screen and (max-width: 767px) {
    .public-search #sort-results {
      display: block;
      position: static;
      margin-bottom: 16px; } }
  .public-search #sort-results label {
    font-size: 16px;
    font-weight: 200;
    color: #333;
    line-height: normal;
    top: auto; }
    @media screen and (max-width: 767px) {
      .public-search #sort-results label {
        font-size: 18px;
        margin-bottom: 8px; } }
  .public-search #sort-results select {
    display: inline-block;
    width: auto;
    font-size: 16px;
    box-shadow: none;
    border: none;
    background: #f5f5f5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-top: -4px; }
    @media screen and (max-width: 767px) {
      .public-search #sort-results select {
        font-size: 18px;
        height: auto;
        width: 100%;
        border: 1px solid #999;
        background: #fff; } }

@media screen and (max-width: 767px) {
  .public-search .chosen-select {
    width: 100%;
    height: 34px; } }

.public-search .chosen-choices {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 16px;
  margin: 1px 0 0;
  font-family: myriad-pro, sans-serif; }
  .public-search .chosen-choices li.search-field {
    font-size: 16px; }
  .public-search .chosen-choices .search-choice span {
    font-weight: 400;
    display: block;
    float: left; }

.public-search .chosen-drop li.active-result {
  font-size: 16px; }

.public-search .chosen-search-input {
  font-family: myriad-pro, sans-serif !important;
  margin: 1px 0 3px !important; }

.public-search .search-choice {
  background: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
  margin-top: 4px !important;
  padding: 4px 20px 4px 5px !important;
  border-radius: 2px !important; }
  .public-search .search-choice span {
    margin: 0 !important;
    font-size: 14px !important; }
  .public-search .search-choice .search-choice-close {
    top: 5px !important; }

.public-search #link-help-center {
  display: none; }

.public-search #section-advanced-search {
  display: none; }

.public-search #form-search {
  box-shadow: none;
  background: #f5f5f5;
  padding: 12px;
  width: 100%;
  margin-bottom: 24px; }

.public-search #primary-filters .chosen-container {
  min-width: 180px;
  width: auto !important;
  max-width: 390px; }
  @media screen and (min-width: 767px) and (max-width: 991px) {
    .public-search #primary-filters .chosen-container {
      width: 440px !important;
      max-width: auto;
      min-width: auto; } }

.public-search #primary-filters .btn-xs {
  font-size: 12px;
  width: auto;
  float: right;
  margin: 0 0 0 8px;
  padding: 8px 12px; }
  @media screen and (max-width: 767px) {
    .public-search #primary-filters .btn-xs {
      font-size: 14px;
      margin: 0 8px 12px 0;
      float: left; } }
  @media screen and (min-width: 767px) and (max-width: 991px) {
    .public-search #primary-filters .btn-xs {
      margin: 0 0px 8px 8px; } }

.public-search #primary-filters span {
  font-size: 16px;
  font-weight: 400;
  margin-right: 8px;
  margin-top: 5px; }
  @media screen and (max-width: 767px) {
    .public-search #primary-filters span {
      font-size: 18px;
      display: block;
      width: 100%;
      margin: 0 0 4px; } }

.public-search #primary-filters span, .public-search #primary-filters input, .public-search #primary-filters .chosen-container, .public-search #primary-filters label {
  float: left;
  display: block; }

@media screen and (max-width: 767px) {
  .public-search #primary-filters #field-state {
    margin-bottom: 10px; } }

.public-search #more-filters {
  display: none;
  border-top: 1px solid #ddd;
  padding: 8px 8px 16px;
  margin-top: 8px; }
  .public-search #more-filters label {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #333;
    top: auto;
    margin: 16px 0 8px; }
    @media screen and (max-width: 767px) {
      .public-search #more-filters label {
        font-size: 18px;
        margin: 20px 0 12px; } }
  .public-search #more-filters .chosen-container {
    width: 100% !important; }
  .public-search #more-filters input[type="checkbox"] + label {
    float: left;
    margin: 0 16px 0 0 !important;
    font-weight: 200;
    color: #aaa; }
    .public-search #more-filters input[type="checkbox"] + label:hover {
      color: #333; }
    @media screen and (max-width: 767px) {
      .public-search #more-filters input[type="checkbox"] + label {
        margin-bottom: 8px !important; }
        .public-search #more-filters input[type="checkbox"] + label:last-child {
          margin-bottom: 0 !important; } }
    @media screen and (min-width: 767px) and (max-width: 991px) {
      .public-search #more-filters input[type="checkbox"] + label {
        margin-bottom: 8px !important; } }
  .public-search #more-filters input[type="checkbox"]:checked + label {
    color: #333; }

.public-search .slider {
  width: 83% !important;
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .public-search .slider {
      width: 73% !important; } }

.public-search #min-exp-container .slider {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  width: 90% !important; }
  @media screen and (max-width: 767px) {
    .public-search #min-exp-container .slider {
      margin: 0;
      margin-left: auto;
      margin-right: 10px;
      width: 80% !important; } }

.public-search .slider-input {
  position: relative; }
  .public-search .slider-input label {
    font-size: 12px !important;
    position: absolute !important;
    top: -12px !important; }
    .public-search .slider-input label:first-child {
      left: 0px !important; }
    .public-search .slider-input label:last-child {
      right: 0px !important; }
    @media screen and (max-width: 767px) {
      .public-search .slider-input label {
        font-size: 16px !important;
        top: -17px !important; } }

.public-search .slider-track {
  background: #e6e6e6;
  box-shadow: none; }

.public-search .slider-selection {
  background: #fff;
  border: none;
  box-shadow: none; }

.public-search .slider-handle {
  opacity: 1;
  background: #4c9bd4; }
  @media screen and (max-width: 767px) {
    .public-search .slider-handle {
      width: 30px;
      height: 30px;
      margin-top: -10px !important; } }

.public-search .form-control {
  display: inline-block;
  width: auto;
  box-shadow: none; }

.public-search input[type="checkbox"] {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: -999;
  opacity: 0; }

.public-search input[type="checkbox"] + label {
  background: url("../images/checkbox.svg") no-repeat;
  background-size: 22px 44px;
  background-position: left bottom;
  padding: 5px 0 5px 28px;
  opacity: 1;
  margin-top: 0px;
  top: 6px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 200;
  display: block;
  margin-bottom: 0;
  height: auto; }
  .public-search input[type="checkbox"] + label:hover {
    color: #333; }
  @media screen and (max-width: 767px) {
    .public-search input[type="checkbox"] + label {
      color: #333 !important;
      width: 90%;
      background-size: 30px 60px;
      font-size: 18px;
      padding: 9px 0 9px 40px;
      margin: 28px 0 0; } }

.public-search input[type="checkbox"]:checked + label {
  background-position: left top;
  color: #333; }

.public-search #results {
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .public-search #results {
      padding: 0; } }

.public-search .profile {
  padding: 15px;
  margin-bottom: 24px; }
  .public-search .profile:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 767px) {
      .public-search .profile:hover {
        box-shadow: none; } }
  .public-search .profile .add-favorite {
    display: block; }
  .public-search .profile .remove-favorite {
    display: none; }
  .public-search .profile.favorite .add-favorite {
    display: none; }
  .public-search .profile.favorite .remove-favorite {
    display: block; }
  .public-search .profile img {
    width: 100%;
    display: block;
    min-height: 120px;
    border: none;
    background: #f5f5f5;
    margin-bottom: 8px;
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .public-search .profile img {
        height: 95px;
        min-height: 95px; } }
    @media screen and (min-width: 767px) and (max-width: 991px) {
      .public-search .profile img {
        height: 90px;
        min-height: 90px; } }
  .public-search .profile .name {
    font-size: 28px;
    margin: 0;
    margin-bottom: 4px;
    padding-top: 0; }
    @media screen and (max-width: 767px) {
      .public-search .profile .name a {
        display: block; } }
    .public-search .profile .name .label {
      font-size: 12px;
      font-weight: 400;
      margin-top: 8px;
      vertical-align: top;
      display: inline-block;
      text-shadow: none;
      padding: 4px 8px; }
  .public-search .profile .availability {
    float: right;
    margin-right: 0; }
    @media screen and (max-width: 767px) {
      .public-search .profile .availability {
        float: none; } }
  .public-search .profile .details {
    font-size: 16px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px 0;
    margin: 0 0 8px; }
    .public-search .profile .details div:first-child {
      padding-left: 0; }
    @media screen and (max-width: 767px) {
      .public-search .profile .details div {
        padding: 0; } }
    @media screen and (min-width: 767px) and (max-width: 991px) {
      .public-search .profile .details div {
        padding: 0;
        font-size: 14px; } }
  .public-search .profile .skill-toggle {
    color: #ddd; }
  .public-search .profile .glyphicon {
    font-size: 14px;
    margin-right: 4px; }
  .public-search .profile .glyphicon-ok {
    display: none;
    color: #47bf21; }
  .public-search .profile .glyphicon-remove {
    display: inline-block;
    color: #ddd;
    top: 2px; }
  .public-search .profile .active {
    color: #333; }
    .public-search .profile .active .glyphicon-ok {
      display: inline-block; }
    .public-search .profile .active .glyphicon-remove {
      display: none; }

.public-search .profile-photo {
  position: relative; }
  .public-search .profile-photo .premier-au-pair {
    bottom: 8px;
    width: 128px;
    height: 20px;
    border-radius: 0; }

.public-search .profile-content {
  padding-left: 0; }

.public-search .profile-info {
  font-size: 14px; }
  .public-search .profile-info div:first-child {
    font-weight: 400; }

.public-search .intro {
  margin-bottom: 12px; }
  .public-search .intro h4 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: -2px;
    color: #843434; }
  .public-search .intro p {
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: 1.4;
    color: #333; }
    @media screen and (min-width: 767px) and (max-width: 991px) {
      .public-search .intro p {
        font-size: 14px; } }

.public-search .metadata {
  font-size: 14px; }
  .public-search .metadata div {
    color: #888; }
    @media screen and (max-width: 767px) {
      .public-search .metadata div {
        color: #888; } }

.public-search #availability-input .form-control {
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    .public-search #availability-input .form-control {
      width: 65px !important; } }

@media screen and (max-width: 767px) {
  .public-search #premier-only + label {
    margin-top: 10px;
    margin-bottom: 20px; } }

.public-search #results-placeholder {
  display: none; }
  .public-search #results-placeholder .profile {
    opacity: 0.4;
    animation: loading-pulse 1.5s infinite;
    animation-timing-function: ease;
    animation-delay: 0s; }
    .public-search #results-placeholder .profile:last-child {
      animation-delay: 0.2s; }
    @media screen and (max-width: 767px) {
      .public-search #results-placeholder .profile {
        padding: 0;
        margin-bottom: 40px; } }
  .public-search #results-placeholder .profile:hover {
    box-shadow: none; }
  .public-search #results-placeholder .photo-placeholder {
    display: block;
    width: 100%;
    height: 128px;
    background: #f1f1f1;
    margin-bottom: 8px; }
    @media screen and (max-width: 767px) {
      .public-search #results-placeholder .photo-placeholder {
        height: 95px; } }
    @media screen and (min-width: 767px) and (max-width: 991px) {
      .public-search #results-placeholder .photo-placeholder {
        height: 90px; } }
  .public-search #results-placeholder .btn {
    display: block;
    width: 100%;
    height: 24px;
    background: #f1f1f1;
    margin-bottom: 4px;
    cursor: default; }
  .public-search #results-placeholder h3 {
    display: block;
    height: 35px;
    width: 375px;
    background: #f1f1f1;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .public-search #results-placeholder h3 {
        width: 135px; } }
  .public-search #results-placeholder .details {
    display: block;
    border: none;
    height: 32px;
    margin-bottom: 8px;
    width: 100%;
    background: #f1f1f1; }
  .public-search #results-placeholder .intro {
    display: block;
    height: 66px;
    margin: 0 0 12px;
    width: 100%;
    background: #f1f1f1;
    color: #333; }
    @media screen and (max-width: 767px) {
      .public-search #results-placeholder .intro {
        height: 225px; } }
  .public-search #results-placeholder .metadata {
    display: block;
    height: 22px;
    width: 200px;
    background: #f1f1f1;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .public-search #results-placeholder .metadata {
        width: 102px; } }

.public-search #section-find-au-pairs.results-loading #form-search {
  opacity: 0.6; }
  .public-search #section-find-au-pairs.results-loading #form-search .btn, .public-search #section-find-au-pairs.results-loading #form-search input, .public-search #section-find-au-pairs.results-loading #form-search select, .public-search #section-find-au-pairs.results-loading #form-search label {
    cursor: not-allowed !important; }

.public-search #section-find-au-pairs.results-loading #results {
  display: none; }

.public-search #section-find-au-pairs.results-loading #results-placeholder {
  display: block; }

@media screen and (max-width: 767px) {
  .public-search .remove-favorite {
    border: 1px solid #333; } }

.public-search .remove-favorite .glyphicon-ok {
  color: #47bf21;
  display: inline-block;
  font-size: 10px;
  margin-right: 0; }
  @media screen and (max-width: 767px) {
    .public-search .remove-favorite .glyphicon-ok {
      display: none; } }

.public-search .pagination {
  text-align: center;
  margin: 20px auto;
  display: block; }
  .public-search .pagination ul {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    list-style-type: none; }
    .public-search .pagination ul li {
      display: block;
      float: left; }
  .public-search .pagination a {
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 2px !important;
    margin: 0 2px;
    padding: 4px 8px; }
    .public-search .pagination a:hover {
      text-decoration: none;
      background: #f1f1f1; }
  .public-search .pagination .active a {
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    color: #333; }

.public-search .popover {
  border-radius: 4px; }

.public-search .popover-title {
  margin: 0;
  width: 240px;
  text-align: center;
  font-size: 24px !important; }

.public-search .popover-content {
  text-align: center; }
  .public-search .popover-content p {
    padding: 0;
    margin-bottom: 8px; }
  .public-search .popover-content .btn {
    font-size: 14px;
    padding: 8px 12px;
    width: 100%; }
  .public-search .popover-content .footnote {
    margin: 12px 0 8px;
    padding: 0;
    font-size: 14px;
    opacity: 1;
    text-align: center; }

.public-search .dump {
  display: none; }

.public-search #old-results {
  display: none; }

.public-search #no-results {
  margin-bottom: 60px; }

.public-search #result-stats {
  display: none; }

#signed-in-search #lead-cap {
  display: none !important; }

#signed-in-search #form-search {
  margin-bottom: 10px; }

#signed-in-search #result-stats {
  display: block;
  margin-bottom: 10px; }

.profile #lead-cap {
  display: none !important; }

.public-profile a:hover, .profile a:hover {
  cursor: pointer; }

.public-profile #content-wrap, .profile #content-wrap {
  min-height: 0;
  height: 100% !important;
  margin-bottom: 40px; }

.public-profile #old-profile, .profile #old-profile {
  display: none; }

.public-profile .page-title, .profile .page-title {
  display: none; }

.public-profile .tile-sub-nav, .profile .tile-sub-nav {
  display: none; }

.public-profile #profile-title, .profile #profile-title {
  background: #555;
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0; }
  .public-profile #profile-title .glyphicon, .profile #profile-title .glyphicon {
    font-size: 12px; }

.public-profile #profile-container, .profile #profile-container {
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .public-profile #profile-container, .profile #profile-container {
      padding: 0 0 20px; } }

.public-profile h1, .profile h1 {
  font-size: 14px;
  font-weight: 200;
  color: #f1f1f1;
  margin: 8px 0;
  padding: 0; }
  .public-profile h1 a, .profile h1 a {
    color: #f1f1f1; }
    .public-profile h1 a:hover, .profile h1 a:hover {
      color: #fff; }

.public-profile #profile-headline, .profile #profile-headline {
  display: none;
  margin-bottom: 12px; }

.public-profile #profile-nav-container, .profile #profile-nav-container {
  background: #555; }
  .public-profile #profile-nav-container a, .profile #profile-nav-container a {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 8px 8px 0px; }
    .public-profile #profile-nav-container a:hover, .public-profile #profile-nav-container a:active, .public-profile #profile-nav-container a:focus, .profile #profile-nav-container a:hover, .profile #profile-nav-container a:active, .profile #profile-nav-container a:focus {
      text-decoration: none;
      opacity: 0.6; }

.public-profile #profile-overview, .profile #profile-overview {
  padding-right: 25px; }

.public-profile #profile-photo, .profile #profile-photo {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .public-profile #profile-photo, .profile #profile-photo {
      margin: 20px 0 12px; } }

.public-profile h2, .profile h2 {
  margin: 8px 0 4px -10px;
  padding: 0;
  text-align: left;
  font-size: 36px;
  color: #4c9bd4; }
  @media screen and (max-width: 767px) {
    .public-profile h2, .profile h2 {
      margin: 0;
      text-align: center; } }
  @media screen and (min-width: 767px) and (max-width: 991px) {
    .public-profile h2, .profile h2 {
      margin-top: -4px; } }
  @media screen and (min-width: 991px) and (max-width: 1199px) {
    .public-profile h2, .profile h2 {
      margin-top: -3px; } }
  .public-profile h2 .label, .profile h2 .label {
    font-size: 12px;
    font-weight: 400;
    margin-top: 12px;
    vertical-align: top;
    display: inline-block;
    text-shadow: none;
    padding: 4px 8px; }
    @media screen and (max-width: 767px) {
      .public-profile h2 .label.label-warning, .profile h2 .label.label-warning {
        margin-bottom: 0; } }
    @media screen and (max-width: 767px) {
      .public-profile h2 .label, .profile h2 .label {
        display: block;
        width: 100%;
        margin: 12px 0 12px;
        font-size: 16px;
        padding: 8px 0; } }

.public-profile .availability, .profile .availability {
  margin-right: -10px; }

.public-profile #age-gender, .profile #age-gender {
  padding: 0;
  margin: 0 0 0 -10px;
  margin-bottom: 0px;
  padding-bottom: 12px; }
  @media screen and (max-width: 767px) {
    .public-profile #age-gender, .profile #age-gender {
      margin: 0;
      font-size: 18px;
      text-align: center; } }

@media screen and (max-width: 767px) {
  .public-profile #profile-actions, .profile #profile-actions {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 2;
    background: #fff;
    left: 0;
    padding: 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    width: 100%; } }

.public-profile #profile-actions #dos-seal, .profile #profile-actions #dos-seal {
  width: 170px;
  display: block;
  margin: 20px auto 0; }
  @media screen and (max-width: 767px) {
    .public-profile #profile-actions #dos-seal, .profile #profile-actions #dos-seal {
      margin-bottom: 20px;
      display: none; } }
  @media screen and (min-width: 767px) and (max-width: 991px) {
    .public-profile #profile-actions #dos-seal, .profile #profile-actions #dos-seal {
      width: 120px; } }

.public-profile #profile-actions .btn, .profile #profile-actions .btn {
  display: block;
  font-size: 12px;
  width: 100%;
  margin-bottom: 8px;
  text-shadow: none;
  box-shadow: none; }
  @media screen and (min-width: 767px) and (max-width: 991px) {
    .public-profile #profile-actions .btn, .profile #profile-actions .btn {
      padding: 14px 0; } }
  @media screen and (max-width: 767px) {
    .public-profile #profile-actions .btn, .profile #profile-actions .btn {
      width: 48%;
      padding: 12px 0;
      display: inline-block;
      float: right;
      margin-bottom: 0; }
      .public-profile #profile-actions .btn:first-child, .profile #profile-actions .btn:first-child {
        float: left; }
      .public-profile #profile-actions .btn:last-child, .profile #profile-actions .btn:last-child {
        display: none; } }
  @media screen and (max-width: 767px) {
    .public-profile #profile-actions .btn.btn-primary, .profile #profile-actions .btn.btn-primary {
      border: 1px solid #4c9bd4;
      margin-left: 10px; } }
  .public-profile #profile-actions .btn .glyphicon, .profile #profile-actions .btn .glyphicon {
    margin-right: 4px;
    top: 2px; }
    @media screen and (max-width: 767px) {
      .public-profile #profile-actions .btn .glyphicon, .profile #profile-actions .btn .glyphicon {
        display: none; } }
    @media screen and (min-width: 767px) and (max-width: 991px) {
      .public-profile #profile-actions .btn .glyphicon, .profile #profile-actions .btn .glyphicon {
        display: none; } }

.public-profile #profile-actions .btn-secondary:hover, .profile #profile-actions .btn-secondary:hover {
  background: #f0f0f0; }

.public-profile #profile-actions .glyphicon-plus, .public-profile #profile-actions .glyphicon-ok, .profile #profile-actions .glyphicon-plus, .profile #profile-actions .glyphicon-ok {
  color: #47bf21; }

.public-profile #profile-actions .glyphicon-minus-sign, .profile #profile-actions .glyphicon-minus-sign {
  color: #f24141; }

.public-profile #profile-actions #remove-favorite, .profile #profile-actions #remove-favorite {
  display: none; }

.public-profile #profile-actions #add-favorite, .profile #profile-actions #add-favorite {
  display: block; }

.public-profile #profile-actions.favorite #remove-favorite, .profile #profile-actions.favorite #remove-favorite {
  display: block; }

.public-profile #profile-actions.favorite #add-favorite, .profile #profile-actions.favorite #add-favorite {
  display: none; }

.public-profile #profile-actions #profile-snippet, .profile #profile-actions #profile-snippet {
  display: none;
  margin: 10px 0 10px; }
  .public-profile #profile-actions #profile-snippet img, .profile #profile-actions #profile-snippet img {
    width: 50px;
    display: inline-block;
    vertical-align: top; }
  .public-profile #profile-actions #profile-snippet h2, .profile #profile-actions #profile-snippet h2 {
    font-size: 20px;
    display: inline-block;
    margin: 0 0 0 5px; }
  .public-profile #profile-actions #profile-snippet .availability, .profile #profile-actions #profile-snippet .availability {
    margin: 5px 0 0 0;
    display: block; }
  .public-profile #profile-actions #profile-snippet a:hover, .profile #profile-actions #profile-snippet a:hover {
    text-decoration: none; }

.public-profile #profile-actions.follow, .profile #profile-actions.follow {
  position: fixed;
  top: 0; }
  .public-profile #profile-actions.follow #profile-snippet, .profile #profile-actions.follow #profile-snippet {
    display: block; }

@media screen and (max-width: 767px) {
  .public-profile #skills-container, .profile #skills-container {
    margin: 0 -13px 0 -4px; } }

.public-profile #skills-container .value, .profile #skills-container .value {
  display: block;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: #47bf21; }
  .public-profile #skills-container .value .glyphicon-remove, .profile #skills-container .value .glyphicon-remove {
    color: #ddd;
    top: 5px; }

.public-profile #skills-container .key, .profile #skills-container .key {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase; }
  @media screen and (min-width: 991px) and (max-width: 1199px) {
    .public-profile #skills-container .key, .profile #skills-container .key {
      font-size: 10px; } }

.public-profile #skills-container .well, .profile #skills-container .well {
  border: 1px solid #e6e6e6;
  box-shadow: none;
  background: #fff;
  margin: 0;
  padding: 8px 4px; }

.public-profile #skills-container div, .profile #skills-container div {
  padding: 0 5px; }
  @media screen and (max-width: 767px) {
    .public-profile #skills-container div, .profile #skills-container div {
      padding: 0 4px 8px; } }
  @media screen and (min-width: 767px) and (max-width: 991px) {
    .public-profile #skills-container div, .profile #skills-container div {
      margin-bottom: 8px; } }

.public-profile #drivers-license, .profile #drivers-license {
  text-align: center; }
  .public-profile #drivers-license .key, .profile #drivers-license .key {
    margin-bottom: 4px; }
    @media screen and (min-width: 991px) and (max-width: 1199px) {
      .public-profile #drivers-license .key, .profile #drivers-license .key {
        margin-bottom: 6px; } }
  .public-profile #drivers-license .value, .profile #drivers-license .value {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.4;
    color: #333; }
    .public-profile #drivers-license .value:last-child, .profile #drivers-license .value:last-child {
      margin-bottom: 3px; }
      @media screen and (min-width: 991px) and (max-width: 1199px) {
        .public-profile #drivers-license .value:last-child, .profile #drivers-license .value:last-child {
          margin-bottom: 7px; } }
    @media screen and (min-width: 991px) and (max-width: 1199px) {
      .public-profile #drivers-license .value, .profile #drivers-license .value {
        font-size: 12px; } }
  .public-profile #drivers-license strong, .profile #drivers-license strong {
    font-weight: 400; }

.public-profile #languages .value, .profile #languages .value {
  font-size: 16px; }

.public-profile .panel-body, .profile .panel-body {
  padding: 0px 15px 15px; }

.public-profile #intro-letter, .profile #intro-letter {
  margin-top: 20px; }
  .public-profile #intro-letter .panel-body, .profile #intro-letter .panel-body {
    padding: 0px 15px 15px; }
  .public-profile #intro-letter h4, .profile #intro-letter h4 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: -2px;
    color: #843434; }
  .public-profile #intro-letter p, .profile #intro-letter p {
    padding: 0px; }

.public-profile .panel, .profile .panel {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 8px; }
  .public-profile .panel p, .profile .panel p {
    padding: 0; }

.public-profile .panel-heading, .profile .panel-heading {
  font-weight: 400;
  font-size: 18px;
  background: #f5f5f5; }
  .public-profile .panel-heading .btn, .profile .panel-heading .btn {
    float: right;
    font-size: 10px;
    color: #4c9bd4;
    padding: 3px 6px;
    border: 1px solid #ddd;
    background: none;
    margin-top: 2px; }
    .public-profile .panel-heading .btn .glyphicon, .profile .panel-heading .btn .glyphicon {
      margin-left: 4px;
      top: 1px; }
      @media screen and (max-width: 767px) {
        .public-profile .panel-heading .btn .glyphicon, .profile .panel-heading .btn .glyphicon {
          margin: 0; } }

.public-profile .alert, .profile .alert {
  text-shadow: none; }
  .public-profile .alert strong, .profile .alert strong {
    font-weight: 400; }

.public-profile .promo-container, .profile .promo-container {
  display: block;
  border: 1px solid #f1f1f1;
  margin-bottom: 20px; }
  .public-profile .promo-container .promo-image, .profile .promo-container .promo-image {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    padding: 20px; }
  .public-profile .promo-container .promo-text-container, .profile .promo-container .promo-text-container {
    display: inline-block;
    width: 400px;
    width: 70%; }
  .public-profile .promo-container h4, .profile .promo-container h4 {
    margin-top: 16px; }
  .public-profile .promo-container .footnote, .profile .promo-container .footnote {
    margin: 0; }

  .public-profile #profile-photos .panel-body .row {
    display:flex; flex-wrap: wrap;
  }

.public-profile #profile-photos .panel-body, .profile #profile-photos .panel-body {
  padding: 10px 25px 20px; }

.public-profile #profile-photos .profile-photo, .profile #profile-photos .profile-photo {
  padding: 5px; }

.public-profile #profile-photos img, .profile #profile-photos img {
  width: 100%; }
  .public-profile #profile-photos img:hover, .profile #profile-photos img:hover {
    opacity: 0.6; }

.public-profile .profile-video, .profile .profile-video {
  margin-top: 20px; }

.public-profile .panel h3, .profile .panel h3 {
  font-size: 16px;
  line-height: 1.4; }

.public-profile .panel thead tr:first-child, .profile .panel thead tr:first-child {
  border-bottom: 1px solid #ddd; }

.public-profile .panel th, .profile .panel th {
  padding: 0px 10px;
  font-weight: 400; }

.public-profile .panel td, .profile .panel td {
  padding: 0px 10px; }

.public-profile #special-needs .well, .profile #special-needs .well {
  box-shadow: none;
  padding: 5px 10px;
  margin-top: 6px; }

.public-profile #driving-experience .panel-body, .profile #driving-experience .panel-body {
  margin-top: 10px; }

.public-profile #children-details, .profile #children-details {
  padding: 0;
  list-style-type: none; }
  .public-profile #children-details li, .profile #children-details li {
    padding: 0; }

.public-profile .check-list, .profile .check-list {
  margin-bottom: 10px; }
  .public-profile .check-list p, .profile .check-list p {
    margin-bottom: 5px;
    color: #aaa;
    opacity: 0.6; }
  .public-profile .check-list .glyphicon-ok, .profile .check-list .glyphicon-ok {
    display: none;
    color: #47bf21;
    font-size: 14px;
    margin-right: 2px; }
  .public-profile .check-list .glyphicon-remove, .profile .check-list .glyphicon-remove {
    display: inline-block;
    color: #aaa;
    font-size: 14px;
    margin-right: 2px;
    top: 2px; }
  .public-profile .check-list .active, .profile .check-list .active {
    color: #333;
    opacity: 1; }
    .public-profile .check-list .active .glyphicon-ok, .profile .check-list .active .glyphicon-ok {
      display: inline-block; }
    .public-profile .check-list .active .glyphicon-remove, .profile .check-list .active .glyphicon-remove {
      display: none; }
  .public-profile .check-list .remove, .profile .check-list .remove {
    display: none; }
  .public-profile .check-list .well, .profile .check-list .well {
    font-size: 16px;
    padding: 5px 10px;
    box-shadow: none;
    background: none; }

.public-profile #family-details .panel-body, .profile #family-details .panel-body {
  padding: 0 15px 20px; }

.public-profile #interests .panel-body, .profile #interests .panel-body {
  padding: 0 30px 20px; }

.public-profile #interests .check-list p, .profile #interests .check-list p {
  margin-bottom: 0; }

.public-profile #work-experience .work-experience-item, .public-profile #other-work-experience .work-experience-item, .profile #work-experience .work-experience-item, .profile #other-work-experience .work-experience-item {
  padding-bottom: 10px; }
  .public-profile #work-experience .work-experience-item:last-child, .public-profile #other-work-experience .work-experience-item:last-child, .profile #work-experience .work-experience-item:last-child, .profile #other-work-experience .work-experience-item:last-child {
    border: none; }

.public-profile #work-experience h3, .public-profile #other-work-experience h3, .profile #work-experience h3, .profile #other-work-experience h3 {
  margin: 20px 0 5px; }

.public-profile #work-experience .check-list p, .public-profile #other-work-experience .check-list p, .profile #work-experience .check-list p, .profile #other-work-experience .check-list p {
  margin-bottom: 0; }

.public-profile #work-experience .well, .public-profile #other-work-experience .well, .profile #work-experience .well, .profile #other-work-experience .well {
  margin: 10px 0 0;
  padding: 5px 10px;
  box-shadow: none;
  background: none; }

.public-profile #other-work-experience .well, .profile #other-work-experience .well {
  margin-top: 5px; }

.public-profile .document-download, .profile .document-download {
  margin-top: 20px; }
  .public-profile .document-download .btn, .profile .document-download .btn {
    font-size: 14px;
    font-weight: 400;
    padding: 3px 6px;
    color: #4c9bd4;
    border: 1px solid #ddd;
    text-transform: none; }
    @media screen and (min-width: 767px) and (max-width: 991px) {
      .public-profile .document-download .btn, .profile .document-download .btn {
        margin-bottom: 5px; } }
    @media screen and (max-width: 767px) {
      .public-profile .document-download .btn, .profile .document-download .btn {
        display: block;
        margin-bottom: 10px;
        padding: 10px 0;
        font-size: 16px; } }

.public-profile #background-information h3, .profile #background-information h3 {
  margin-bottom: 5px; }

.public-profile #background-information .well, .profile #background-information .well {
  margin: 5px 0 0px;
  padding: 5px 10px;
  box-shadow: none;
  background: none; }
  @media screen and (max-width: 991px) {
    .public-profile #background-information .well, .profile #background-information .well {
      margin-bottom: 5px; } }

.public-profile #medical-information .check-list .well, .profile #medical-information .check-list .well {
  margin-left: -16px;
  margin-bottom: 10px;
  background: none;
  font-size: 16px; }

@media screen and (max-width: 320px) {
  .public-profile .hidden-xxs, .profile .hidden-xxs {
    display: none !important; } }

.promo-banner {
  padding-bottom: 20px;
  border: 1px solid #ddd;
  width: 100%;
  padding: 20px 12px;
  margin-bottom: 20px;
  border-radius: 4px; }
  .promo-banner .promo-image {
    width: 220px;
    float: left;
    margin: 0 12px 4px; }
  .promo-banner .promo-text-container {
    display: block;
    float: left;
    width: 630px;
    margin-left: 20px; }
    .promo-banner .promo-text-container p {
      margin: 0;
      padding: 0;
      margin-bottom: 5px; }
    .promo-banner .promo-text-container .footnote {
      margin: 0;
      padding: 0;
      font-size: 12px; }
  .promo-banner h4 {
    font-size: 24px;
    margin: 0;
    margin-top: -5px; }
    .promo-banner h4 .asterisk {
      font-size: 15px;
      margin-top: 4px;
      display: inline-block;
      vertical-align: top; }

#profile-unavailable #header {
  border-bottom: 1px solid #e6e6e6; }

#profile-unavailable .profile {
  text-align: center; }
  #profile-unavailable .profile h1 {
    font-size: 42px;
    color: #4c9bd4;
    margin: 60px 0 36px;
    font-weight: 400; }
  #profile-unavailable .profile h2 {
    color: #9d4369;
    font-size: 28px;
    text-align: center;
    margin: 24px 0; }
  #profile-unavailable .profile p {
    width: 400px;
    display: block;
    margin: 0 auto 16px; }
  #profile-unavailable .profile .btn {
    box-shadow: none;
    text-shadow: none; }
    #profile-unavailable .profile .btn:hover {
      box-shadow: none;
      border: none; }

body {
  font-weight: 200; }

#content-wrap {
  min-width: 0 !important; }

.public-search .popover, .public-profile .popover {
  border-radius: 4px;
  width: 244px; }
  .public-search .popover.top .popover-content .btn, .public-profile .popover.top .popover-content .btn {
    width: 100% !important;
    margin-bottom: 8px !important;
    display: block !important; }
  .public-search .popover .popover-title, .public-profile .popover .popover-title {
    margin: 0;
    width: 240px;
    text-align: center;
    font-size: 24px !important;
    line-height: 1.2; }
  .public-search .popover .popover-content, .public-profile .popover .popover-content {
    text-align: center; }
    .public-search .popover .popover-content p, .public-profile .popover .popover-content p {
      padding: 0 !important;
      margin-bottom: 8px; }
    .public-search .popover .popover-content .btn, .public-profile .popover .popover-content .btn {
      font-size: 14px !important;
      font-weight: 600;
      letter-spacing: 1px;
      padding: 8px 12px;
      width: 100%;
      background: #4c9bd4;
      border: none;
      margin-bottom: 0 !important;
      text-shadow: none;
      box-shadow: none;
      float: none; }
      .public-search .popover .popover-content .btn:hover, .public-profile .popover .popover-content .btn:hover {
        background: #286090; }
    .public-search .popover .popover-content .footnote, .public-profile .popover .popover-content .footnote {
      margin: 12px 0 8px !important;
      padding: 0;
      font-size: 14px;
      opacity: 1;
      text-align: center; }
      .public-search .popover .popover-content .footnote a, .public-profile .popover .popover-content .footnote a {
        margin: 0;
        float: none;
        font-size: 14px;
        font-weight: 200; }

body {
  background: #fff;
  font-family: 'myriad-pro', sans-serif;
  font-size: 16px; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

.no-lead-cap #lead-cap {
  display: none !important; }

#main-content {
  position: relative;
  padding-bottom: 40px; }

.button {
  display: block;
  float: left;
  padding: 14px 24px;
  border: none;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase; }
  .button:hover {
    text-decoration: none; }

.btn {
  display: inline-block;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  border: none; }
  .btn:hover {
    text-decoration: none; }

.btn-small {
  display: block;
  padding: 4px 0;
  font-size: 10px;
  margin-bottom: 4px; }

.btn-medium {
  padding: 8px 16px;
  font-size: 14px; }

.btn-primary {
  background: #4c9bd4;
  color: #fff !important; }

.btn-secondary {
  color: #333;
  border: 1px solid #ddd; }

.popover-inner {
  text-align: center; }
  .popover-inner .btn {
    margin-bottom: 8px; }

h3.popover-title {
  color: #333 !important;
  font-size: 18px !important;
  display: block !important; }

.no-mobile {
  display: none !important; }
  @media screen and (min-width: 767px) {
    .no-mobile {
      display: block !important; } }

@media screen and (min-width: 767px) {
  .no-desktop {
    display: none !important; } }

#vimeo-player {
  width: 100%;
  height: 200px;
  margin-bottom: 12px;
  box-shadow: 0 0 8px #ddd; }
  @media screen and (min-width: 767px) {
    #vimeo-player {
      height: 400px; } }
  @media screen and (min-width: 991px) {
    #vimeo-player {
      height: 440px; } }
  @media screen and (min-width: 1199px) {
    #vimeo-player {
      height: 530px; } }

.alert-growl {
  background: #fff;
  border: none;
  border-left: 5px solid #f9a441;
  border-radius: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding-left: 20px; }
  .alert-growl .close {
    margin-right: -7px;
    margin-top: -12px; }

.modal h3 {
  margin: 0; }

.modal .modal-footer {
  text-align: left; }

#unauthorized .tile-page-title, #unauthorized .tile-sub-nav {
  display: none; }

#unauthorized .container {
  text-align: center;
  padding: 20px 0 40px; }

@keyframes loading-pulse {
  0% {
    opacity: 0.4; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }
