@charset "UTF-8";
@import url("//hello.myfonts.net/count/2ee16a");
/*****************/
/*SASS VARIABLES*/
/***************/
/*colors*/
/* line 22, ../sass/variables.scss */
.black {
  color: #000000;
}

/* line 23, ../sass/variables.scss */
.white {
  color: #ffffff;
}

/* line 24, ../sass/variables.scss */
.pgray {
  color: #b3b3b3;
}

/* line 25, ../sass/variables.scss */
.medgray {
  color: #7f7f7f;
}

/* line 26, ../sass/variables.scss */
.red {
  color: #ed1c24;
}

/* line 27, ../sass/variables.scss */
.textgray {
  color: #3c3837;
}

/* line 29, ../sass/variables.scss */
.color-yellow {
  color: #e9eea9;
}

/* line 30, ../sass/variables.scss */
.border-yellow {
  border-color: #e9eea9;
}

/* line 31, ../sass/variables.scss */
.background-yellow {
  background: #e9eea9;
}

/**************/
/*SASS MIXINS*/
/************/
/*helpers*/
/*type*/
@font-face {
  font-family: 'CochinLT';
  src: url("webfonts/2EE16A_0_0.eot");
  src: url("webfonts/2EE16A_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2EE16A_0_0.woff2") format("woff2"), url("webfonts/2EE16A_0_0.woff") format("woff"), url("webfonts/2EE16A_0_0.ttf") format("truetype");
}
@font-face {
  font-family: 'AlbertsthalTypewriter';
  src: url("webfonts/AlbertsthalTypewriter.eot") format("embedded-opentype");
  src: url("webfonts/AlbertsthalTypewriter.eot?#iefix") format("embedded-opentype"), url("webfonts/AlbertsthalTypewriter.woff") format("woff"), url("webfonts/AlbertsthalTypewriter.ttf") format("truetype");
}
/* line 123, ../sass/variables.scss */
.typewriter {
  font-family: 'AlbertsthalTypewriter';
  font-weight: normal;
  font-style: normal;
}

/* line 124, ../sass/variables.scss */
.cochin-serif {
  font-family: "CochinLT", Palatino, 'Palatino Linotype', serif;
  font-style: normal;
  font-weight: 100;
}

/* ================== GENERAL TYPE STYLES ===================== */
/* =================================================================== */
/* =================================================================== */
/* =================================================================== */
/* Headers */
/* line 135, ../sass/variables.scss */
h1 {
  font-family: "CochinLT", Palatino, 'Palatino Linotype', serif;
  font-style: normal;
  font-weight: 100;
  font-size: 3.875em;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 6px;
  -webkit-mask-image: url(../img/type.png);
  mask-image: url(../img/type.png);
}

/* Menu Header */
/* line 137, ../sass/variables.scss */
h2 {
  font-family: "CochinLT", Palatino, 'Palatino Linotype', serif;
  font-style: normal;
  font-weight: 100;
  font-size: 2.6875em;
  line-height: 1;
  text-transform: uppercase;
  -webkit-mask-image: url(../img/type.png);
  mask-image: url(../img/type.png);
}

/* Menu Header */
/* line 139, ../sass/variables.scss */
h3 {
  font-family: "CochinLT", Palatino, 'Palatino Linotype', serif;
  font-style: normal;
  font-weight: 100;
  font-size: 2.25em;
  line-height: 1;
  text-transform: uppercase;
  -webkit-mask-image: url(../img/type.png);
  mask-image: url(../img/type.png);
}

/* Subheaders */
/* line 141, ../sass/variables.scss */
h4 {
  font-family: "CochinLT", Palatino, 'Palatino Linotype', serif;
  font-style: normal;
  font-weight: 100;
  font-size: 1.5em;
  line-height: 1.35em;
  letter-spacing: 1px;
}

/* line 143, ../sass/variables.scss */
h5 {
  font-family: "CochinLT", Palatino, 'Palatino Linotype', serif;
  font-style: normal;
  font-weight: 100;
  font-size: 0.875em;
  line-height: 1em;
}

/* Body */
/* line 145, ../sass/variables.scss */
p {
  font-family: "CochinLT", Palatino, 'Palatino Linotype', serif;
  font-style: normal;
  font-weight: 100;
  font-size: 1.125em;
  line-height: 1.5em;
}

/* line 147, ../sass/variables.scss */
h6 {
  font-family: "CochinLT", Palatino, 'Palatino Linotype', serif;
  font-style: normal;
  font-weight: 100;
  font-size: 1.75em;
  line-height: 1;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1500px) {
  /* Headers */
  /* line 153, ../sass/variables.scss */
  h1 {
    font-size: 3.5em;
    line-height: 1;
  }

  /* line 154, ../sass/variables.scss */
  h2, h3 {
    font-size: 2.25em;
  }

  /* Subheaders */
  /* line 156, ../sass/variables.scss */
  h4 {
    font-size: 1.3125em;
    line-height: 1.875em;
  }

  /* Body */
  /* line 158, ../sass/variables.scss */
  p {
    font-size: 1em;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 1280px) {
  /*======== GENERAL TYPE STYLES ==========*/
  /* Headers */
  /* line 168, ../sass/variables.scss */
  h1 {
    font-size: 3em;
    line-height: 1;
  }

  /* Subheaders */
  /* line 170, ../sass/variables.scss */
  h2, h3 {
    font-size: 2em;
  }

  /* line 171, ../sass/variables.scss */
  h4 {
    font-size: 1.275em;
    line-height: 1.875em;
  }

  /* Body */
  /* line 173, ../sass/variables.scss */
  p {
    font-size: 1em;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 1200px) {
  /*======== GENERAL TYPE STYLES ==========*/
  /* Headers */
  /* line 184, ../sass/variables.scss */
  h1 {
    font-size: 2.875em;
    line-height: 1;
  }

  /* Subheaders */
  /* line 186, ../sass/variables.scss */
  h2, h3 {
    font-size: 1.75em;
  }

  /* line 187, ../sass/variables.scss */
  h4 {
    font-size: 1.2em;
    line-height: 1.875em;
  }

  /* Body */
  /* line 189, ../sass/variables.scss */
  p {
    font-size: 1em;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 1024px) {
  /*======== GENERAL TYPE STYLES ==========*/
  /* Headers */
  /* line 199, ../sass/variables.scss */
  h1 {
    font-size: 2.5em;
    line-height: 1;
  }

  /* Subheaders */
  /* line 201, ../sass/variables.scss */
  h2, h3 {
    font-size: 1.75em;
  }

  /* line 202, ../sass/variables.scss */
  h4 {
    font-size: 1.125em;
    line-height: 1.5em;
  }

  /* Body */
  /* line 204, ../sass/variables.scss */
  p {
    font-size: 1em;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 980px) {
  /*======== GENERAL TYPE STYLES ==========*/
  /* Headers */
  /* line 215, ../sass/variables.scss */
  h1 {
    font-size: 2.5em;
    line-height: 1;
  }

  /* Subheaders */
  /* line 217, ../sass/variables.scss */
  h2, h3 {
    font-size: 1.75em;
  }

  /* line 218, ../sass/variables.scss */
  h4 {
    font-size: 1.125em;
    line-height: 1.875em;
  }

  /* Body */
  /* line 220, ../sass/variables.scss */
  p {
    font-size: 1em;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 798px) {
  /*======== GENERAL TYPE STYLES ==========*/
  /* line 228, ../sass/variables.scss */
  h3 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  /* Headers */
  /* line 236, ../sass/variables.scss */
  h1 {
    font-size: 1.75em;
    line-height: 1.25;
  }

  /* Subheaders */
  /* line 238, ../sass/variables.scss */
  h2, h3 {
    font-size: 1.25em;
  }

  /* line 239, ../sass/variables.scss */
  h4 {
    font-size: 1.125em;
    line-height: 1.35em;
  }

  /* Body */
  /* line 241, ../sass/variables.scss */
  p {
    font-size: 1em;
    line-height: 1.5em;
  }
}
/* line 10, ../sass/popup-modal.scss */
.popup-modal {
  display: block;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
/* line 22, ../sass/popup-modal.scss */
.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: transparent;
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
/* line 44, ../sass/popup-modal.scss */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.3);
}

/* line 48, ../sass/popup-modal.scss */
.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

/* line 57, ../sass/popup-modal.scss */
.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  cursor: auto;
  white-space: normal;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 75, ../sass/popup-modal.scss */
.featherlight-content .modal-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  float: left;
  padding: 3% 0;
  background-image: url(../img/texture-minimal.png);
}

/* line 85, ../sass/popup-modal.scss */
.featherlight-content .modal-background {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #e9eea9;
  top: 0;
  left: 0;
  z-index: -1;
}

/* line 95, ../sass/popup-modal.scss */
.featherlight-content .modal-wrapper {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 798px) {
  /* line 95, ../sass/popup-modal.scss */
  .featherlight-content .modal-wrapper {
    float: left;
    padding-left: 5%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 95, ../sass/popup-modal.scss */
  .featherlight-content .modal-wrapper {
    padding: 5%;
  }
}

/* line 119, ../sass/popup-modal.scss */
.featherlight-content .modal-info {
  flex: 0 0 81%;
  padding: 0 5% 0 0;
  margin: 0;
}
@media only screen and (max-width: 798px) {
  /* line 119, ../sass/popup-modal.scss */
  .featherlight-content .modal-info {
    flex: 0 0 81%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 119, ../sass/popup-modal.scss */
  .featherlight-content .modal-info {
    flex: 0 0 100%;
  }
}

/* line 132, ../sass/popup-modal.scss */
.featherlight-content .modal-info .modal-info__subhead {
  font-family: 'AlbertsthalTypewriter';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  padding: 0;
  margin: 0;
  -webkit-mask-image: url(../img/texture.png);
  mask-image: url(../img/texture.png);
  text-transform: none;
  margin-bottom: 10px;
  font-size: 2.5vw;
  line-height: 1.25;
}
@media only screen and (max-width: 640px) {
  /* line 132, ../sass/popup-modal.scss */
  .featherlight-content .modal-info .modal-info__subhead {
    font-size: 21px;
  }
}

/* line 148, ../sass/popup-modal.scss */
.featherlight-content .modal-info .modal-info__headline {
  letter-spacing: 3px;
  font-size: 3.5vw;
  padding: 0;
  margin: 10px 0 0 0;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  /* line 148, ../sass/popup-modal.scss */
  .featherlight-content .modal-info .modal-info__headline {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 640px) {
  /* line 148, ../sass/popup-modal.scss */
  .featherlight-content .modal-info .modal-info__headline {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

/* line 163, ../sass/popup-modal.scss */
.featherlight-content .modal-info .modal-info__support {
  display: block;
  font-family: "CochinLT", Palatino, 'Palatino Linotype', serif;
  font-style: normal;
  font-weight: 100;
  color: #000000;
  padding: 10px 0 0 0;
  font-size: 2vw;
}
@media only screen and (max-width: 1024px) {
  /* line 163, ../sass/popup-modal.scss */
  .featherlight-content .modal-info .modal-info__support {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  /* line 163, ../sass/popup-modal.scss */
  .featherlight-content .modal-info .modal-info__support {
    font-size: 1em;
    padding: 0;
  }
}

/* line 179, ../sass/popup-modal.scss */
.featherlight-content .modal-info .asterisk {
  font-family: 'AlbertsthalTypewriter';
  font-weight: normal;
  font-style: normal;
  position: relative;
  display: inline-block;
  top: -5px;
}

/* line 186, ../sass/popup-modal.scss */
.featherlight-content .modal-info .modal-info__support .extreme-tours {
  display: inline-block;
  color: #ed1c24;
  margin-left: 10px;
}
@media only screen and (max-width: 900px) {
  /* line 186, ../sass/popup-modal.scss */
  .featherlight-content .modal-info .modal-info__support .extreme-tours {
    margin: 0;
    display: block;
  }
}

/* line 196, ../sass/popup-modal.scss */
.featherlight-content .modal-info .modal-info__callout {
  display: block;
  font-family: "CochinLT", Palatino, 'Palatino Linotype', serif;
  font-style: normal;
  font-weight: 100;
  color: #000000;
  padding: 0;
  font-size: 1em;
}
@media only screen and (max-width: 640px) {
  /* line 196, ../sass/popup-modal.scss */
  .featherlight-content .modal-info .modal-info__callout {
    font-size: 1em;
    padding: 0 0 15px 0;
  }
}

/* line 210, ../sass/popup-modal.scss */
.featherlight-content .modal-button {
  flex: 0 0 calc(14% - 2px);
  text-align: center;
  padding: 0;
  margin: 0;
  font-family: 'AlbertsthalTypewriter';
  font-weight: normal;
  font-style: normal;
  font-size: 1.3125em;
  line-height: 1;
  padding: 30px 0;
  margin: 0;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-mask-image: url(../img/texture.png);
  mask-image: url(../img/texture.png);
  position: relative;
}
/* line 230, ../sass/popup-modal.scss */
.featherlight-content .modal-button:hover {
  background: #000000;
  color: #e9eea9;
}
@media only screen and (max-width: 640px) {
  /* line 210, ../sass/popup-modal.scss */
  .featherlight-content .modal-button {
    flex: 0 0 calc(100% - 2px);
  }
}

/* contains the content */
/* line 244, ../sass/popup-modal.scss */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}

/* line 249, ../sass/popup-modal.scss */
.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  text-align: center;
  padding: 0;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  width: 80px;
  height: 80px;
}

/* line 265, ../sass/popup-modal.scss */
.featherlight .featherlight-close-icon span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 4vw;
  margin-top: -5px;
  color: #000000;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 667px) {
  /* line 281, ../sass/popup-modal.scss */
  .featherlight .section-card__icon {
    display: none;
  }
}
/* line 286, ../sass/popup-modal.scss */
.featherlight .featherlight-close-icon span {
  font-size: 26px;
  vertical-align: bottom;
}

/* line 291, ../sass/popup-modal.scss */
.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}

/* line 297, ../sass/popup-modal.scss */
.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
}

/* line 303, ../sass/popup-modal.scss */
.featherlight iframe {
  /* styling */
  border: none;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  /* line 311, ../sass/popup-modal.scss */
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    /*padding: 10px 10px 0;
    border-bottom: 10px solid transparent;*/
  }
}
/*

.mobile-popup-modal {
	width: 100%; max-height: 135px; padding: 15px 0; background: $white; position: fixed; z-index: 8000; bottom: 0; left: 0; text-align: center; display: none;
	@include box-shadow(0px -0px 15px 0px rgba(0,0,0,0.75));
	
	@media screen and (max-width: 767px) {
		display: block;
	}
}
.mobile-popup-modal__close {
	position: absolute; top: 0; right: 0; padding: 10px 15px 15px 15px; text-decoration: none; font-size: 18px;
}
.mobile-popup-modal__title {
	font-size: 24px;  text-transform: uppercase; margin: 0 auto 5px auto; max-width: 75%;
}
.mobile-popup-modal__buttons {
	text-align: center;
}
.mobile-popup-modal__button {
	display: inline-block; margin: 0 5px; max-width: 135px; min-width: 135px; font-size: 14px; padding: 1
}	

*/
