@import 'https://fonts.googleapis.com/css?family=Yellowtail';
@import 'https://fonts.googleapis.com/css?family=Quando';
@import 'https://fonts.googleapis.com/css?family=Judson';
header {
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
  font-family: "Quando", serif;
  webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.12);
  moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.12);
  background-color: white;
  border-bottom: 3px solid #b56357; }
  @media (min-width: 992px) {
    header {
      background-color: white;
      border-bottom: none; } }

.logo-container {
  background: none;
  float: left;
  padding: 10px; }
  @media (min-width: 992px) {
    .logo-container {
      display: inline-block;
      background-color: white;
      float: none;
      width: 50%; } }
  .logo-container img.logo {
    margin-top: 4px;
    width: 210px; }
    @media (min-width: 360px) {
      .logo-container img.logo {
        margin-top: 0;
        width: 250px; } }
    @media (min-width: 479px) {
      .logo-container img.logo {
        width: 350px;
        height: auto; } }

.header-contact {
  display: none;
  text-align: right;
  font-family: "Judson", serif;
  font-size: 11pt;
  vertical-align: top;
  margin-top: 34px; }
  @media (min-width: 992px) {
    .header-contact {
      display: inline-block;
      width: calc(50% - 5px);
      background-color: white;
      float: none;
      padding-right: 15px; }
      .header-contact a:first-child, .header-contact span:first-child {
        display: inline-block;
        border-right: 1px solid #a7b3a5;
        padding-right: 15px; }
      .header-contact a:not(:first-child), .header-contact span:not(:first-child) {
        padding-left: 9px; } }

nav {
  font-weight: 400;
  font-size: 13px;
  height: 100%;
  background-color: #b56357; }
  @media (min-width: 992px) {
    nav {
      border-bottom: 1px solid #a8564a; } }
  nav ul.mobile-nav {
    list-style-type: none;
    position: absolute;
    top: calc(100% + 3px);
    width: 100%;
    padding: 0;
    margin: 0;
    color: #b56357;
    background-color: white; }
    nav ul.mobile-nav.menu-inactive {
      display: none; }
    nav ul.mobile-nav li {
      padding: 15px;
      border-bottom: 1px solid #eee; }
      nav ul.mobile-nav li:last-child {
        border-bottom-color: lightgray; }
      nav ul.mobile-nav li:hover, nav ul.mobile-nav li:active {
        background-color: #eee; }
  nav ul.desktop-nav {
    padding: 0;
    margin: 0; }
    nav ul.desktop-nav > li {
      position: relative;
      display: inline-block;
      list-style-type: none;
      padding: 21px 15px;
      margin: 0;
      height: 100%;
      color: #eae3ea; }
      nav ul.desktop-nav > li:hover {
        background-color: #a8564a;
        cursor: pointer; }
        nav ul.desktop-nav > li:hover > ul {
          display: block;
          position: absolute;
          top: 100%;
          left: 0;
          width: 200px;
          background-color: #f4f4f4;
          border-top: 1px solid #a8564a; }
          nav ul.desktop-nav > li:hover > ul li {
            width: 100%;
            color: #333;
            padding: 5px 10px; }
            nav ul.desktop-nav > li:hover > ul li:hover {
              display: block;
              background-color: #b4dbc0; }
      nav ul.desktop-nav > li > ul {
        display: none; }
    @media (max-width: 991px) {
      nav ul.desktop-nav {
        display: none; } }
  @media (max-width: 991px) {
    nav .menu {
      float: right;
      width: 70px;
      padding: 25px 15px; }
      nav .menu .line {
        height: 4px;
        width: 100%;
        background-color: #a7b3a5; }
        nav .menu .line:not(:last-child) {
          margin-bottom: 6px; } }
  @media (min-width: 480px) {
    nav .menu {
      width: 70px;
      padding: 32px 15px; } }
  @media (min-width: 992px) {
    nav .menu {
      display: none; } }

.banner {
  background-image: url(../media/country-sunrise.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 500px;
  padding-top: 80px; }

section {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Quando", serif;
  font-weight: 700;
  background-color: #eae3ea; }
  section:nth-child(odd) {
    background-color: white; }
    section:nth-child(odd) .column-card {
      background-color: #eae3ea; }
    section:nth-child(odd).inverse {
      background-color: #eae3ea; }
      section:nth-child(odd).inverse .column-card {
        background-color: white; }
  section h3 {
    font-size: 15pt;
    font-weight: 400;
    color: #b56357; }
    section h3:first-child {
      margin-top: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      section h3 {
        font-size: 11.2pt; } }
  section h4 {
    color: #8c9c89; }
    section h4:first-child {
      margin-top: 0; }
    section h4:not(:first-child) {
      margin-top: 20px; }
    section h4 + p {
      margin-top: 0; }
  section h5 {
    margin-top: 25px;
    font-weight: 700;
    margin-bottom: 5px; }
    section h5:first-child {
      margin-top: 0; }
    section h5 + p {
      margin-top: 0; }
  section p {
    font-family: "Judson", serif;
    font-weight: 500;
    font-size: 12pt;
    margin-top: 15px; }
    section p:first-child {
      margin-top: 0; }
    section p:last-child {
      margin-bottom: 0; }
  section ul {
    font-family: "Judson", serif;
    font-weight: 500;
    font-size: 12pt;
    padding-left: 18px; }
    section ul:last-child {
      margin-bottom: 0; }
  section .subtitle {
    font-weight: 500;
    font-size: 16pt;
    text-align: center;
    color: #b56357; }
    section .subtitle.margin {
      margin-bottom: 45px; }
  section.map-section {
    padding: 0;
    height: 400px;
    overflow: hidden;
    border-bottom: 1px solid lightgray; }

.home-columns:not(:first-child) {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .home-columns:not(:first-child) {
      margin-top: 0; } }

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

.divider {
  position: relative;
  height: 1px;
  border-top: 1px solid #a7b3a5;
  margin: 40px auto; }
  footer .divider {
    width: 50%;
    margin: 20px auto;
    border-color: #a7b3a5; }
    @media (min-width: 768px) {
      footer .divider {
        display: none; } }

.img-holder {
  background-color: lightgray;
  width: 100%;
  overflow: hidden;
  border: 1px solid #ededed; }
  .col-sm-4 .img-holder {
    height: auto; }
    @media (min-width: 768px) {
      .col-sm-4 .img-holder {
        height: 190px; } }
    @media (min-width: 992px) {
      .col-sm-4 .img-holder {
        height: 252px; } }
    @media (min-width: 1200px) {
      .col-sm-4 .img-holder {
        height: 310px; } }
  @media (min-width: 1200px) {
    .col-lg-3 .img-holder {
      height: 250px; } }
  .img-holder.image-section {
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .img-holder.image-section {
        margin-bottom: 20px; } }
  .img-holder.height-override {
    max-height: 550px; }
  @media (min-width: 768px) {
    .img-holder.use-height img {
      height: 100%;
      width: auto;
      margin-left: -87px; } }
  @media (min-width: 992px) {
    .img-holder.use-height img {
      height: 100%;
      width: auto;
      margin-left: -127px; } }

.about-us h3:first-child {
  margin-top: 20px; }

.mission-statement p {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .mission-statement p {
      width: auto; } }

.column-card-row {
  overflow: hidden; }
  .column-card-row .column-card {
    padding: 20px;
    background-color: white; }
    @media (max-width: 766px) {
      .column-card-row .column-card {
        margin-top: 20px; } }
    @media (min-width: 768px) {
      .column-card-row .column-card {
        margin-bottom: -99999px;
        padding-bottom: 99999px; } }
  @media (min-width: 768px) {
    .column-card-row ul:last-child, .column-card-row p:last-child {
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .column-card-row + .column-card-row {
      margin-top: 20px; } }
  .column-card-row [class^=col-]:first-child .column-card {
    margin-top: 0; }

.contact-form {
  padding-bottom: 20px;
  font-weight: 100; }
  .contact-form input, .contact-form textarea {
    border-radius: 1px;
    margin-bottom: 20px;
    font-size: 14px; }
  .contact-form textarea {
    height: 110px; }
  .contact-form button {
    border: none;
    background-color: lightgray;
    font-weight: 100;
    color: black;
    padding: 10px 20px; }
    .contact-form button:focus, .contact-form button:active {
      outline-color: transparent; }
    .contact-form button:not(:last-child) {
      margin-right: 6px; }
    .contact-form button.button-primary {
      background-color: #b56357;
      color: white; }
      .contact-form button.button-primary:hover {
        background-color: #974d42; }
      .contact-form button.button-primary:active {
        background-color: #bd7369; }
    .contact-form button.button-secondary {
      background-color: #e3dae3;
      color: #b56357; }
      .contact-form button.button-secondary:hover {
        background-color: #d4c6d4; }
      .contact-form button.button-secondary:active {
        background-color: #e6dde6; }

.slideshow {
  display: table;
  width: 100%;
  margin-bottom: 20px; }
  .slideshow div {
    display: table-cell; }
  .slideshow .left-arrow, .slideshow .right-arrow {
    position: relative;
    width: 30px;
    border: 1px solid #eae3ea;
    cursor: pointer; }
    .slideshow .left-arrow:hover, .slideshow .left-arrow:focus, .slideshow .left-arrow:active, .slideshow .right-arrow:hover, .slideshow .right-arrow:focus, .slideshow .right-arrow:active {
      background-color: white; }
    @media (min-width: 992px) {
      .slideshow .left-arrow:hover, .slideshow .right-arrow:hover {
        background-color: #eae3ea; } }
  .slideshow .left-arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #b56357; }
  .slideshow .right-arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #b56357; }
  .slideshow .slide {
    position: relative;
    width: calc(100% - 60px);
    border-top: 1px solid #eae3ea;
    border-bottom: 1px solid #eae3ea;
    text-align: center;
    background-color: #eae3ea; }
    .slideshow .slide h4 {
      margin: 0;
      position: absolute;
      top: calc(100% + 20px);
      left: 0; }
    .slideshow .slide img {
      height: 172px;
      width: auto; }
    @media (min-width: 480px) {
      .slideshow .slide img {
        height: 281px; } }
    @media (min-width: 768px) {
      .slideshow .slide img {
        height: 385px; } }
    @media (min-width: 992px) {
      .slideshow .slide img {
        height: 518px; } }
    @media (min-width: 1200px) {
      .slideshow .slide img {
        height: 630px; } }

footer {
  padding: 40px 0;
  font-family: "Judson", serif;
  font-size: 11pt;
  background-color: #a7b3a5; }
  footer .terms a:hover, footer .footer-contact a:hover {
    color: #bd7369; }
  footer .terms a, footer .terms span, footer .footer-contact a, footer .footer-contact span {
    display: block;
    text-align: center; }
    @media (min-width: 768px) {
      footer .terms a, footer .terms span, footer .footer-contact a, footer .footer-contact span {
        display: inline-block; }
        footer .terms a:first-child, footer .terms span:first-child, footer .footer-contact a:first-child, footer .footer-contact span:first-child {
          border-right: 1px solid gray;
          padding-right: 12px; }
        footer .terms a:last-child, footer .terms span:last-child, footer .footer-contact a:last-child, footer .footer-contact span:last-child {
          padding-left: 6px; } }
  @media (min-width: 768px) {
    footer .footer-contact {
      text-align: right; } }

a {
  color: #974d42; }
  a:hover {
    text-decoration: none;
    color: #a7b3a5; }

img {
  width: 100%; }

body {
  background-color: #a7b3a5; }

main {
  background-color: #eae3ea;
  margin-top: 72px; }
  @media (min-width: 480px) {
    main {
      margin-top: 89px; } }
  @media (min-width: 992px) {
    main {
      margin-top: 148px; } }

input.error, textarea.error {
  border-color: #b56357; }
