@charset "UTF-8";
@font-face {
  font-family: 'National_light';
  src: url("fonts/National2-Light.eot");
  src: local("☺"), url("fonts/National2-Light.woff") format("woff"), url("fonts/National2-Light.ttf") format("truetype"), url("fonts/National2-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'National_medium';
  src: url("fonts/National2-Medium.eot");
  src: local("☺"), url("fonts/National2-Medium.woff") format("woff"), url("fonts/National2-Medium.ttf") format("truetype"), url("fonts/National2-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'National';
  src: url("fonts/National2-Regular.eot");
  src: local("☺"), url("fonts/National2-Regular.woff") format("woff"), url("fonts/National2-Regular.ttf") format("truetype"), url("fonts/National2-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MrsEaves';
  src: url("fonts/MrsEavesRoman.eot");
  src: local("☺"), url("fonts/MrsEavesRoman.eot?#iefix") format("embedded-opentype"), url("fonts/MrsEavesRoman.woff2") format("woff2"), url("fonts/MrsEavesRoman.woff") format("woff"), url("fonts/MrsEavesRoman.ttf") format("truetype"), url("fonts/MrsEavesRoman.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MrsEaves_italic';
  src: url("fonts/MrsEavesSmartLig-Italic.eot");
  src: local("☺"), url("fonts/MrsEavesSmartLig-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/MrsEavesSmartLig-Italic.woff2") format("woff2"), url("fonts/MrsEavesSmartLig-Italic.woff") format("woff"), url("fonts/MrsEavesSmartLig-Italic.ttf") format("truetype"), url("fonts/MrsEavesSmartLig-Italic.svg#MrsEavesSmartLig-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* colors definition */
/* colors definition ends here */
body {
  background: #ffffff;
  color: #193762;
  overflow-x: hidden;
  font-family: "National_light";
}

html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: center;
}

.preloader_static {
  position: fixed;
  width: 90px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader_rotate {
  position: fixed;
  width: 170px;
  top: 50%;
  left: 50%;
  margin-left: -85px;
  margin-top: -85px;
  -webkit-animation: spin 18s linear infinite;
  animation: spin 18s linear infinite;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.font_bold {
  font-family: "National_medium";
}

.font_light {
  font-family: 'National_light';
}

.font_regular {
  font-family: "National";
}

.custom_cursor {
  cursor: url("../images/find_stockist_mouse_pointer.png"), auto;
}

[data-aos="image-reveal-1"] {
  clip-path: inset(100% 0% 0% 0%);
  -webkit-clip-path: inset(100% 0% 0% 0%);
}

[data-aos="image-reveal-1"] img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

[data-aos="image-reveal-1"].aos-animate {
  clip-path: inset(0% 0% 0% 0%);
  -webkit-clip-path: inset(0% 0% 0% 0%);
}

[data-aos="image-reveal-1"].aos-animate img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

[data-aos="image-reveal-2"] {
  clip-path: inset(100% 0% 0% 0%);
  -webkit-clip-path: inset(100% 0% 0% 0%);
}

[data-aos="image-reveal-2"].aos-animate {
  clip-path: inset(0% 0% 0% 0%);
  -webkit-clip-path: inset(0% 0% 0% 0%);
}

.section_spacer {
  width: 100%;
  height: 50px;
}

.section_spacer2 {
  width: 100%;
  height: 70px;
}

.section_spacer3 {
  width: 100%;
  height: 60px;
}

.section_spacer9x {
  height: 90px;
}

.section_spacer_190 {
  height: 190px;
}

@keyframes image_reveal_cp {
  0% {
    clip-path: inset(100% 0% 0% 0%);
    -webkit-clip-path: inset(100% 0% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
    -webkit-clip-path: inset(0% 0% 0% 0%);
  }
}

@-webkit-keyframes image_reveal_cp {
  0% {
    -webkit-clip-path: inset(100% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
  }
}

.add_image_reveal_cp1 {
  -webkit-animation-name: image_reveal_cp;
          animation-name: image_reveal_cp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.add_image_reveal_cp2 {
  -webkit-animation-name: image_reveal_cp;
          animation-name: image_reveal_cp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.add_image_reveal_cp3 {
  -webkit-animation-name: image_reveal_cp;
          animation-name: image_reveal_cp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.add_image_reveal_cp4 {
  -webkit-animation-name: image_reveal_cp;
          animation-name: image_reveal_cp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

/* navbar */
header {
  padding: 20px 0;
}

.header_links {
  position: relative;
}

.page_distillery .header_links:after {
  background-color: #ffffff;
}

.page_stockists .header_links:after {
  background-color: #ffffff;
}

.header_links:after {
  content: '';
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #193762;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.header_links:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.header_left_links, .header_right_links, .header_center_links {
  font-family: 'National_light';
  text-align: center;
  text-transform: uppercase;
}

.header_left_links a, .header_right_links a, .header_center_links a {
  color: #193762;
  margin: 15px;
  text-decoration: none;
}

.header_right_links a {
  margin: 10px;
}

.header_center {
  text-align: center;
}

.header_center .top_logo_black, .header_center .top_logo_white {
  margin: 0 auto;
}

.header_center_links {
  text-align: center;
  text-decoration: underline;
  margin-top: 50px;
}

.header_center_links .header_links {
  font-size: 0.7rem;
  text-transform: none;
  position: relative;
}

.top_logo_black, .top_logo_white {
  width: 25%;
}

.page_distillery header .header_links {
  color: #ffffff;
}

.page_privacy header .header_links {
  color: #ffffff;
}

.page_homepage header .header_links {
  color: #ffffff;
}

.page_homepage header .header_links:after {
  background-color: #ffffff;
}

.page_stockists header .header_links {
  color: #ffffff;
}

.age_gate {
  background: #153561;
  padding: 50px 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  color: #ffffff;
}

.age_gate .age_gate_content_no {
  display: none;
}

.age_gate a {
  text-decoration: none;
  color: #ffffff;
}

.age_gate .age_gate_illustration {
  max-width: 85%;
}

.age_gate .age_gate_logo {
  max-width: 29%;
}

.age_gate .age_gate_social_links_wrapper {
  margin-top: 20px;
  text-align: center;
}

.age_gate .age_gate_social_links {
  margin: 0 10px;
  text-decoration: none;
}

.age_gate .age_gate_headline {
  font-family: "MrsEaves";
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0px;
}

.age_gate .age_gate_body {
  font-family: "National";
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 30px;
}

.age_gate .age_gate_cookies_wrapper {
  font-size: 0.8125rem;
  line-height: 1.2;
  margin-top: 15px;
  text-transform: uppercase;
  text-align: center;
}

.age_gate .age_gate_cookies_wrapper a {
  text-decoration: underline;
  color: #ffffff;
}

.age_gate .age_gate_confirm {
  font-family: "National_light";
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 5px 40px;
  margin: 0 20px;
  background: #153561;
  border: 1px solid #ffffff;
  cursor: pointer;
  min-width: 140px;
  text-align: center;
}

.age_gate .age_gate_confirm:hover {
  background: #ffffff;
  color: #153561;
}

.age_gate .age_gate_center_column {
  max-width: 40%;
}

.age_gate .mobile_adv_copyright {
  font-family: "National";
  font-size: 0.75rem;
  text-align: center;
  margin-top: 10px;
}

.age_gate .footer_adv_name {
  margin-top: 60px;
}

.image_reveal {
  -webkit-clip-path: inset(0% 0% 0% 0%) !important;
          clip-path: inset(0% 0% 0% 0%) !important;
  -webkit-transition: -webkit-clip-path 1s;
  transition: -webkit-clip-path 1s;
  transition: clip-path 1s;
  transition: clip-path 1s, -webkit-clip-path 1s;
}

.desktop_menu {
  max-width: 100vw;
}

/* ipad only */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .only_mobile {
    display: none !important;
  }
  .only_desktop {
    display: none !important;
  }
  .only_desktop.only_tab {
    display: block !important;
  }
  .only_mobile.only_tab {
    display: block !important;
  }
  .no_tab {
    display: none !important;
  }
  .section_spacer {
    width: 100%;
    height: 50px;
  }
  .section_spacer2 {
    width: 100%;
    height: 70px;
  }
  .section_spacer3 {
    width: 100%;
    height: 60px;
  }
  .age_gate .age_gate_logo {
    max-width: 50%;
  }
  .age_gate .age_gate_center_column {
    padding: 0 40px;
    max-width: 100%;
    margin: 0 auto;
  }
  .age_gate .age_gate_headline {
    font-size: 2.15rem;
    line-height: 0.895;
  }
  .age_gate .age_gate_body {
    font-size: 0.8125rem;
  }
  .age_gate .age_gate_cofirm_wrapper {
    width: 100%;
  }
  .age_gate .age_gate_confirm {
    font-size: 1.875rem;
    padding-left: 0px;
    padding-right: 0px;
    height: 47px;
    line-height: 36px;
    text-align: center;
  }
  .age_gate .age_gate_yes {
    margin-bottom: 16px;
  }
  .age_gate .footer_adv_name {
    max-width: 25%;
  }
  .age_gate .mobile_adv_copyright {
    font-family: "National";
    font-size: 0.563rem;
    text-align: center;
    margin-top: 5px;
  }
}

/* desktop only */
@media only screen and (min-width: 1025px) {
  .only_mobile {
    display: none !important;
  }
  .only_tab {
    display: none !important;
  }
}

/* mobile only */
@media only screen and (max-width: 576px) {
  .only_desktop {
    display: none !important;
  }
  .only_tab {
    display: none !important;
  }
  .no_mobile {
    display: none !important;
  }
  .section_spacer {
    width: 100%;
    height: 50px;
  }
  .section_spacer2 {
    width: 100%;
    height: 70px;
  }
  .section_spacer3 {
    width: 100%;
    height: 60px;
  }
  .age_gate .age_gate_logo {
    max-width: 50%;
  }
  .age_gate .age_gate_center_column {
    padding: 0 40px;
    max-width: 100%;
    margin: 0 auto;
  }
  .age_gate .age_gate_headline {
    font-size: 1.75rem;
    line-height: 0.895;
    margin-top: 15px;
  }
  .age_gate .age_gate_body {
    font-size: 0.8125rem;
    text-transform: uppercase;
  }
  .age_gate .age_gate_cofirm_wrapper {
    width: 100%;
  }
  .age_gate .age_gate_confirm {
    font-size: 1.875rem;
    padding-left: 0px;
    padding-right: 0px;
    height: 47px;
    line-height: 36px;
    text-align: center;
  }
  .age_gate .age_gate_yes {
    margin-bottom: 16px;
  }
  .age_gate .footer_adv_name {
    max-width: 25%;
  }
  .age_gate .mobile_adv_copyright {
    font-family: "National";
    font-size: 0.563rem;
    text-align: center;
    margin-top: 5px;
    color: #ffffff;
  }
  .mobile_menu_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: #153561 !important;
    padding: 30px 45px;
    display: none;
    z-index: 1000;
  }
  .hamburger_icon, .hamburger_close_icon {
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 999;
  }
  .page_privacy .hamburger_icon path, .page_privacy .hamburger_close_icon path {
    stroke: #ffffff;
  }
  .mobile_header_links {
    font-family: "National_light";
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 10px;
  }
  .mobile_header_links:hover {
    color: #ffffff;
  }
  .mobile_secondary_navigation {
    position: absolute;
    bottom: 0px;
    max-width: calc(100vw - 90px);
    width: 100%;
    color: #86CAD9;
  }
  .mobile_menu_links {
    width: 100%;
    margin-bottom: 25px;
  }
  .mobile_menu_links form {
    margin-bottom: 40px;
    width: 100%;
  }
  .mobile_main_navigation .mobile_menu_links {
    margin-bottom: 0px;
  }
  .mobile_social_links {
    margin-right: 30px;
    margin-top: 5px;
  }
  .mobile_social_links img {
    width: 75%;
  }
  .mobile_kit_heading, .mobile_kit_body {
    font-family: "National";
    color: #86CAD9;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-bottom: 0px;
  }
  .mobile_kit_body {
    text-transform: none;
    font-size: 0.8125rem;
    margin-bottom: 20px;
  }
  .mobile_menu_email {
    width: 93%;
    background: none;
    border: 0px;
    border-bottom: 1px #86CAD9 solid;
    padding: 5px;
    color: #86CAD9;
    font-family: 'National_light';
    border-radius: 0px;
  }
  .mobile_menu_email::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #86CAD9;
    opacity: 1;
    /* Firefox */
    text-transform: uppercase;
  }
  .mobile_menu_email:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #86CAD9;
    opacity: 1;
    /* Firefox */
    text-transform: uppercase;
  }
  .mobile_menu_email::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #86CAD9;
    opacity: 1;
    /* Firefox */
    text-transform: uppercase;
  }
  .mobile_menu_email::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #86CAD9;
    opacity: 1;
    /* Firefox */
    text-transform: uppercase;
  }
  .mobile_menu_email:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #86CAD9;
    text-transform: uppercase;
  }
  .mobile_menu_email::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #86CAD9;
    text-transform: uppercase;
  }
  .mobile_menu_email_submit {
    border: 0px;
    background: none;
    color: #ffffff;
    display: inline-block;
    margin-left: -45px;
  }
  .mobile_menu_email_submit img {
    width: 100%;
    margin-bottom: 5px;
  }
  .mobile_logos {
    width: 100%;
  }
  .mobile_logos .mobile_tamras_logo {
    max-width: 30%;
  }
  .mobile_adv_logo {
    max-width: 100%;
  }
  .mobile_adv_logo_wrapper {
    text-align: right;
  }
  .mobile_adv_copyright {
    font-family: "National_light";
    color: #86CAD9;
    font-size: 0.6rem;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1800px), screen and (min-width: 1024px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), screen and (min-width: 1024px) and (max-width: 1800px) and (min-resolution: 200dpi) {
  .age_gate_social_links img {
    max-width: 40%;
  }
  .age_gate .age_gate_headline {
    font-size: 2.2rem;
  }
  .age_gate .age_gate_body {
    font-size: 1.2rem;
  }
  .age_gate .age_gate_confirm {
    font-size: 1.98rem;
  }
  .age_gate_right_illustration {
    margin-top: 110px;
  }
  .footer_adv_name {
    width: 21%;
  }
  .section_spacer {
    width: 100%;
    height: 50px;
  }
  .section_spacer2 {
    width: 100%;
    height: 70px;
  }
  .section_spacer3 {
    width: 100%;
    height: 60px;
  }
}

@media only screen and (min-width: 1920px) {
  .age_gate .age_gate_headline {
    font-size: 3rem;
  }
  .age_gate .age_gate_body {
    font-size: 1.5rem;
  }
  .age_gate .age_gate_cookies_wrapper {
    max-width: 80%;
  }
  .age_gate .age_gate_confirm {
    font-size: 2rem;
  }
  .age_gate_right_illustration {
    margin-top: 150px;
  }
  .footer_adv_name {
    width: 30%;
  }
  .section_spacer {
    width: 100%;
    height: 50px;
  }
  .section_spacer2 {
    width: 100%;
    height: 70px;
  }
  .section_spacer3 {
    width: 100%;
    height: 60px;
  }
}

.flex-even {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* navbar */
.as_section_1 {
  margin-top: 0px;
}

.as_goan_sprit_illustration_wrapper {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .as_section {
    min-height: 100%;
    height: 100%;
    position: relative;
  }
}

.as_section1_illustration img {
  max-width: 80%;
  margin: 0 auto;
}

.as_section1_headline {
  font-family: 'MrsEaves_italic';
  line-height: 0.8;
  font-size: 3.3rem;
}

.as_section1_spacer_line {
  width: 10%;
  height: 1px;
  background: #193762;
  margin: 15px 0;
}

.as1_body_text_wrapper {
  padding-top: 230px;
  padding-bottom: 90px;
}

.as_section1_body, .as_section2_body {
  font-family: "National_light";
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
  max-width: 38%;
  margin-top: 20px;
  margin-bottom: 0px;
}

.as_section2_h5 {
  font-family: "National_light";
  margin-top: -25%;
}

.as_section2_p, .as_section3_p {
  font-family: "National_light";
  line-height: 1;
}

.as_section2_body {
  text-align: left;
  max-width: 65%;
}

.as_section2_body_left2 {
  margin-left: 20%;
}

.as_section2_body_right {
  margin-left: 20%;
}

.as_section2_spacer {
  width: 100px;
  height: 1px;
  background: #193762;
  display: inline-block;
  margin: 4px;
}

.as_section2_spacer_line {
  width: 10%;
  height: 1px;
  background: #193762;
  margin-top: 60px;
}

.as_section2_spacer_line2 {
  margin-left: 20%;
}

.as_section2_spacer_line3 {
  margin-left: 20%;
}

.as_section3_h3 {
  font-family: "National_light";
  margin-top: 10px;
}

.as_section3_body {
  font-family: "MrsEaves_italic";
  font-size: 1.3rem;
  line-height: 1.3;
}

.as_section3_spacer {
  width: 100px;
  height: 0px;
  background: #193762;
  margin: 15px 0 25px 100px;
}

.as_section4_h {
  font-family: "MrsEaves_italic";
  margin-top: 10px;
}

.as_section4_body {
  font-family: "National_light";
  max-width: 50%;
  text-align: center;
  line-height: 1;
  font-size: 1.15rem;
  line-height: 1.7;
  margin-top: 20px;
}

.as_goan_sprit_illustration {
  max-width: 80%;
}

.goan_spirit_cards_wrapper {
  padding: 0 20px;
  padding-top: 0px;
  padding-bottom: 30px;
  margin-top: 140px;
  margin-bottom: 155px;
}

.goan_spirit_card {
  margin: 25px;
}

.goan_spirit_card img {
  max-width: 100%;
}

.as_section_spacer1 {
  height: 180px;
}

.as_section3_img_wrapper {
  overflow: hidden;
}

/* desktop only */
@media only screen and (min-width: 1024px) {
  .as_section1_headline {
    line-height: 0.9;
  }
  .as_section_2 section {
    padding: 0 30px;
  }
  .as_section2_img_wrapper img {
    max-width: 100%;
  }
  .as_section2_img2_wrapper img {
    max-width: 90%;
  }
  .as_section2_img2_wrapper div {
    max-width: 90%;
    margin-top: -20%;
    margin-right: -10%;
    background: url("../images/about_us/as_section2_image2.jpg");
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .as_section2_img3_wrapper img {
    width: 40%;
  }
  .as_section_3 section {
    padding: 0 100px;
  }
  .as_section3_img_wrapper {
    max-width: 100%;
  }
  .as_section3_img_wrapper img {
    max-width: 100%;
  }
}

/* mobile devices */
@media only screen and (max-width: 576px) {
  .mobile_logo {
    width: 35%;
    margin: 0 auto;
    margin-top: 25px;
  }
  .as_section_1 {
    padding: 0 11px;
  }
  .as_section_1 img {
    max-width: 100%;
  }
  .as_section1_headline {
    font-size: 3rem;
    line-height: 0.8;
    text-align: center;
  }
  .as_section1_body, .as_section2_body {
    font-size: 0.89rem;
    line-height: 1.2;
    margin-top: 11px;
  }
  .as1_body_text_wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .as_section1_body, .as_section2_body {
    max-width: 90%;
  }
  .as_section1_spacer_line {
    width: 25%;
  }
  .as_section_2 {
    padding: 0px 27px;
  }
  .as_section2_p, .as_section3_p, .as_section3_p {
    font-size: 2.1rem;
  }
  .as_section2_img_wrapper {
    margin-bottom: 0;
    margin-top: 50px;
  }
  .as_section2_img_wrapper img {
    max-width: 100%;
    opacity: 1 !important;
  }
  .as_section2_h5 {
    font-size: 0.7rem;
    margin: 0px 0px 10px 0px;
    width: 100%;
  }
  .as_section2_body {
    max-width: 100%;
    margin-top: 50px;
  }
  .as_section2_body_left2 {
    margin-left: 0px;
  }
  .as_section2_img3_wrapper {
    display: none;
  }
  .as_section2_spacer_line {
    margin-top: 50px;
  }
  .as_section2_spacer_line2, .as_section2_spacer_line3 {
    margin-left: 0px;
  }
  .as_section_3 {
    padding: 0 33px;
  }
  .as_section3_body {
    margin-bottom: 0px;
  }
  .as_section3_h3 {
    font-size: 1.9rem;
    margin-top: 0px;
  }
  .as_section3_img_wrapper {
    max-width: 100%;
  }
  .as_section3_img_wrapper img {
    max-width: 100%;
  }
  .as_section3_spacer {
    margin: 0px 0 50px 0;
  }
  .as_section_spacer1 {
    height: 0px;
  }
  .founder_1 {
    margin-top: 52px;
  }
  .only_mobile.founders_illustration {
    width: 60%;
    margin: 0px auto 59px auto;
  }
  .as_section4_h {
    text-align: center;
    margin-top: 53px;
    font-size: 2.5rem;
    line-height: 0.815;
    margin-bottom: 0px;
  }
  .as_section4_body {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    margin-top: 26px;
    font-size: 0.89rem;
    line-height: 1.2;
    padding: 0 27px;
  }
  .goan_spirit_card {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .goan_spirit_card img {
    width: 100%;
  }
  .as_goan_sprit_illustration_wrapper {
    width: 75%;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
  }
  .as_goan_sprit_illustration_wrapper img {
    width: 100%;
  }
  .section_spacer_mobile_60 {
    height: 60px;
  }
  .goan_spirit_cards_wrapper {
    padding: 0px;
    margin-top: 133px;
    margin-bottom: 75px;
  }
  .as_section2_body_right {
    margin-left: 0px;
  }
  .as_end_spacer {
    height: 74px;
  }
}

/* end mobile devices */
@media only screen and (min-width: 1024px) and (max-width: 1800px), screen and (min-width: 1024px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), screen and (min-width: 1024px) and (max-width: 1800px) and (min-resolution: 200dpi) {
  .as_section1_headline {
    font-size: 3.3rem;
    line-height: 0.8;
  }
  .as_section2_h5 {
    font-size: 1.02rem;
  }
  .as_section2_p, .as_section3_p {
    font-size: 3rem;
    line-height: 0.921;
    margin-top: 20px;
  }
  .as_section2_body {
    max-width: 440px;
    line-height: 1.4;
  }
  .as_section2_body_right {
    margin-top: 216px;
  }
  .as_section2_body_left2 {
    max-width: 100%;
    margin-left: 20%;
  }
  .as_section3_h3 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 30px;
  }
  .as_section3_body {
    max-width: 100%;
    font-size: 1.3rem;
    line-height: 1.3;
    margin-top: 20px;
  }
  .as_section_3 section {
    padding-right: 25px !important;
  }
  .as_section_3 .as_section_3_1 {
    padding-left: 25px;
  }
  .as_section4_h {
    font-size: 3.3rem;
    line-height: 0.8;
    font-family: "MrsEaves_italic";
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1920px) {
  .as_section_1 {
    margin-top: 0px;
  }
  .as_section1_headline {
    font-size: 3.95rem;
  }
  .as1_body_text_wrapper {
    padding-top: 260px;
    padding-bottom: 110px;
  }
  .as1_body_text_wrapper .as_section1_body, .as1_body_text_wrapper .as_section2_body {
    font-size: 1.15rem;
    line-height: 1.7;
    max-width: 36%;
  }
  .as_section2_body {
    font-size: 1.15rem;
    line-height: 1.7;
  }
  .as_section2_body_left {
    margin-top: 0px;
    max-width: 500px;
  }
  .as_section2_spacer_line3 {
    margin-left: 28%;
  }
  .as_section2_h5 {
    font-size: 1.05rem;
  }
  .as_section2_p, .as_section3_p {
    font-size: 3.65rem;
    margin-top: 20px;
    line-height: 1;
  }
  .as_section2_spacer {
    margin: 6px 7px;
  }
  .as_section2_body_right {
    margin-left: 28.5%;
    padding-right: 5%;
    margin-top: 100px;
  }
  .as_section2_spacer_line2 {
    margin-left: 28.5%;
  }
  .as_section2_img3_wrapper img {
    margin-left: 20%;
  }
  .as_section3_h3 {
    font-size: 3.65rem;
    line-height: 1;
  }
  .founders_image_wrapper {
    margin-right: -20%;
  }
  .founders_content_wrapper {
    margin-left: 20%;
  }
  .as_section3_body {
    margin-top: 20px;
    font-size: 1.58rem;
  }
  .as_section_3 section {
    padding-right: 25px;
    padding-left: 25px;
  }
  .as_section3_img_wrapper {
    padding-right: 75px;
  }
  .as_section4_h {
    font-size: 3.95rem;
  }
  .as_section4_body {
    font-size: 1.15rem;
    line-height: 1.7;
  }
  .as_section2_body_left2 {
    width: 640px;
    margin-left: 27%;
    margin-top: 50px;
  }
  .as_goan_sprit_illustration_wrapper {
    width: 25%;
  }
  .as_goan_sprit_illustration_wrapper img {
    width: 100%;
  }
  .as_section4_body {
    max-width: 39%;
    margin-top: 0px;
  }
  .as_section_spacer1 {
    height: 190px;
  }
}

/* ipad only */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .as_section1_headline {
    font-size: 3.5rem;
  }
  .as_section1_body, .as_section2_body {
    max-width: 70%;
  }
  .as_section_1 img {
    max-width: 100%;
  }
  .as_section_2_2 {
    margin-top: 20%;
  }
  .as_section2_h5 {
    font-size: 0.8rem;
  }
  .as_section2_img_wrapper img {
    max-width: 100%;
  }
  .as_section2_p, .as_section3_p {
    font-size: 2.1rem;
  }
  .as_section2_body {
    max-width: 90% !important;
  }
  .as_section2_spacer_line {
    max-width: 90%;
  }
  .as_section2_img2_wrapper div {
    max-width: 90%;
    margin-top: -20%;
    margin-right: -10%;
    background: url("../images/about_us/as_section2_image2.jpg");
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .as_section_3 section {
    padding: 0px;
  }
  .founder_info, .as_section3_spacer, .as_section3_spacer {
    margin-left: 30px;
  }
  .as_section3_img_wrapper {
    max-width: 100%;
  }
  .as_section3_img_wrapper img {
    max-width: 100%;
  }
  .founder_info, .as_section3_spacer {
    margin-left: 30px;
  }
  .as_section4_body {
    max-width: 70%;
  }
  .goan_spirit_cards_wrapper {
    padding: 0px;
  }
  .goan_spirit_card {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .as_section1_headline {
    font-size: 3.5rem;
  }
  .as_section1_body, .as_section2_body {
    max-width: 60%;
  }
  .as_section2_body {
    max-width: 440px;
  }
  .as1_body_text_wrapper {
    padding-top: 150px;
    padding-bottom: 70px;
  }
}

footer {
  background: #153561;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow-x: hidden;
}

.footer_left_links, .footer_right_links, .footer_center_links {
  font-family: 'National_light';
  text-align: center;
  text-transform: uppercase;
}

.footer_left_links a, .footer_right_links a, .footer_center_links a {
  color: #86CAD9;
  margin: 15px;
  margin-right: 0px;
  margin-left: 0px;
  text-decoration: none;
}

.footer_left_illustration img, .footer_right_illustration img {
  max-width: 85%;
}

.footer_right_illustration {
  text-align: right;
}

.footer_right_links a {
  margin: 10px;
  margin-left: 0px;
  margin-right: 0px;
}

.footer_center {
  text-align: center;
}

.footer_center .tamras_gin_image {
  max-width: 40%;
  margin: auto auto;
}

.footer_center_links {
  text-align: center;
}

.footer_center_links .footer_links {
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 1px;
  -webkit-text-decoration-color: #86CAD9;
  /* Safari */
  text-decoration-color: #86CAD9;
}

.footer_social_links_wrapper {
  margin: 20px 0 50px 0;
}

.footer_social_links_wrapper .footer_social_links {
  margin: 0 10px !important;
  text-decoration: none;
  display: inline-block;
}

.footer_links_left {
  text-align: left;
  font-size: 0.85rem;
}

.footer_links_right {
  text-align: right;
  font-size: 0.85rem;
}

.footer_adv_name a {
  margin: 0px;
}

.footer_adv_name img {
  width: 80%;
}

.footer_adv_copyright {
  font-size: 0.5rem;
  color: #86CAD9;
  text-transform: none;
  text-decoration: none;
  display: block;
  margin-top: 10px;
}

.kit_form_wrapper {
  margin-top: 50px;
  font-family: 'National';
  text-align: center;
}

.kit_copy {
  font-family: 'National_medium';
  color: #86CAD9;
}

.kit_body {
  font-family: "National_light";
  margin-bottom: 20px;
  margin-top: 10px;
  text-transform: uppercase;
}

.kit_headline {
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1;
}

.footer_email {
  background: none;
  border: 0px;
  border-bottom: 1px #86CAD9 solid;
  padding: 5px;
  color: #86CAD9;
  width: 94%;
  font-family: 'National_light';
  padding-left: 15px;
  padding-right: 35px;
}

.footer_email_submit {
  border: 0px;
  background: none;
  color: #86CAD9;
  display: inline-block;
  margin-left: -46px;
}

.footer_email_submit img {
  width: 100%;
  margin-bottom: 5px;
}

.footer_email::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #86CAD9;
  opacity: 1;
  /* Firefox */
  text-transform: uppercase;
}

.footer_email:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #86CAD9;
  opacity: 1;
  /* Firefox */
  text-transform: uppercase;
}

.footer_email::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #86CAD9;
  opacity: 1;
  /* Firefox */
  text-transform: uppercase;
}

.footer_email::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #86CAD9;
  opacity: 1;
  /* Firefox */
  text-transform: uppercase;
}

.footer_email:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #86CAD9;
  text-transform: uppercase;
}

.footer_email::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #86CAD9;
  text-transform: uppercase;
}

/* ipad only */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_left_illustration img, .footer_right_illustration img, .footer_right_illustration img {
    max-width: 80%;
  }
}

/* desktop only */
@media only screen and (min-width: 1024px) and (max-width: 1800px), screen and (min-width: 1024px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), screen and (min-width: 1024px) and (max-width: 1800px) and (min-resolution: 200dpi) {
  .footer_social_links img {
    max-width: 80%;
  }
}

/* mobile only */
@media only screen and (max-width: 576px) {
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer_center .tamras_gin_image {
    max-width: 60%;
  }
  .footer_mobile_links_wrapper.footer_social_links_wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer_mobile_links_wrapper.footer_social_links_wrapper .footer_social_links img {
    max-width: 75%;
  }
  .footer_mobile_links_wrapper.primary_nav_links a {
    font-size: 0.8125rem;
    margin: 0 7px;
  }
  .footer_center_links {
    margin-top: 15px;
  }
  .footer_center_links2 {
    width: 100%;
  }
  .kit_form_wrapper {
    margin-top: 30px;
  }
  .kit_headline {
    font-size: 1.25rem;
  }
  .kit_body {
    font-size: 0.8125rem;
    text-transform: none;
  }
  .footer_email {
    width: 75%;
  }
  .footer_center_links2 {
    font-size: 0.8125rem;
  }
  .footer_center_links2 a {
    text-transform: none !important;
  }
  .footer_adv_name {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1920px) {
  .footer_center .tamras_gin_image {
    margin: auto auto;
  }
  .footer_email {
    width: 91%;
  }
  .kit_copy {
    font-size: 3.125rem;
  }
  .kit_body {
    font-size: 1.4375rem;
  }
  .footer_email {
    font-size: 1.4375rem;
  }
  .footer_links_left, .footer_links_right {
    font-size: 1.125rem;
  }
  .footer_adv_copyright {
    font-size: 0.75rem;
  }
  .footer_social_links_wrapper {
    margin-bottom: 70px;
  }
}
/*# sourceMappingURL=about_us.css.map */