@charset "UTF-8";
/*
Theme Name: Templeton 
Description: Curaçao Heritage
Author: Profound team
Author URI: https://profoundprojects.com/
Text Domain: profound
Company: Profound
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 7.3
Version: 1.0
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments,
*/
/* ==============================================
	 Mixins
	 ============================================*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
/* ==============================================
	 Web fonts
	 ============================================*/
@font-face {
  font-family: profound;
  src: url("./assets/fonts/ppl.eot");
  src: url("./assets/fonts/ppl.eot#iefix") format("embedded-opentype"), url("./assets/fonts/ppl.ttf") format("truetype"), url("./assets/fonts/ppl.woff") format("woff"), url("./assets/fonts/ppl.svg#ppl") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
/* ----------------- VARIABLES CONFIG ------------------- */
:root {
  /* Layout: */
  --container: 1280px;
  /* Colors: */
  --white: #fff;
  --black: #000;
  --blue:#0345FF;
  --light-blue:#9BABDA;
  --black23: #262223;
  --orange: rgb(228, 107, 45);
  --yellow: #E1FF02;
  --green:#007858;
  --grey:#979797;
  /* Font/text values */
  --font-body: "Oswald", sans-serif;
}

/* ----------------- FLEX ------------------- */
.site-footer .container, .site-footer .footer-wrapper-right .social-links ul, .site-footer .footer-wrapper-right, .covid-sec-pdf-file, .hero-facts-link, #horiwrapper > div, .site-header, #main {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: var(--white);
  background-color: var(--black23);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
}

a:focus {
  outline: none;
}

.clear,
.clearboth {
  clear: both;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

iframe {
  max-width: 100%;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* ------------------ FONTS ---------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: bold;
  margin: 0 0 0.5em;
  line-height: 1;
}

h1,
.h1 {
  font-size: 7.8vmin;
}
@media screen and (min-width: 1601px) {
  h1,
.h1 {
    font-size: 75px;
  }
}

h2,
.h2 {
  font-size: 5vmin;
}
@media screen and (min-width: 1601px) {
  h2,
.h2 {
    font-size: 45px;
  }
}

h3,
.h3 {
  font-size: 4.5vmin;
}
@media screen and (min-width: 1601px) {
  h3,
.h3 {
    font-size: 35px;
  }
}

h4,
.h4 {
  font-size: 3.9vmin;
}
@media screen and (min-width: 1601px) {
  h4,
.h4 {
    font-size: 30px;
  }
}

h5,
.h5 {
  font-size: 2.7vmin;
}
@media screen and (min-width: 1601px) {
  h5,
.h5 {
    font-size: 25px;
  }
}

h6,
.h6 {
  font-size: 1em;
}

p {
  margin: 0 0 20px;
}
p:last-child {
  margin: 0;
}

a {
  color: var(--white);
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

:-moz-placeholder {
  /* Firefox 18- */
}

::-moz-placeholder {
  /* Firefox 19+ */
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.wp-caption-text {
  text-align: center;
}

.text-center {
  text-align: center;
}

#main {
  min-height: 100%;
  width: calc(780vw - 220px);
  margin-left: 220px;
}

.container,
.clearfix,
.field-set,
section.module,
#container {
  zoom: 1;
  clear: both;
}
.container:before, .container:after,
.clearfix:before,
.clearfix:after,
.field-set:before,
.field-set:after,
section.module:before,
section.module:after,
#container:before,
#container:after {
  content: "";
  display: table;
}
.container:after,
.clearfix:after,
.field-set:after,
section.module:after,
#container:after {
  clear: both;
}

.container,
#container {
  margin: 0 auto;
  max-width: var(--container);
  width: 100%;
}
.container-small,
#container-small {
  zoom: 1;
  clear: both;
  max-width: 1000px;
  margin: auto;
}
.container-small:before, .container-small:after,
#container-small:before,
#container-small:after {
  content: "";
  display: table;
}
.container-small:after,
#container-small:after {
  clear: both;
}
.container-large,
#container-large {
  zoom: 1;
  clear: both;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0 0 40px;
}
.container-large:before, .container-large:after,
#container-large:before,
#container-large:after {
  content: "";
  display: table;
}
.container-large:after,
#container-large:after {
  clear: both;
}

#container {
  padding: 60px 0px;
}

#sidebar {
  display: none;
}

.round-img {
  border-radius: 100% 100% 100% 100%;
  overflow: hidden;
}
.round-img img {
  display: block;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-row {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-col-50 {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.flex-col-80 {
  width: 80%;
}
.flex-col-20 {
  width: 20%;
}
.flex-col-60 {
  width: 60%;
}
.flex-col-65 {
  width: 65%;
}
.flex-col-35 {
  width: 35%;
}
.flex-col-40 {
  width: 40%;
}

.button {
  cursor: pointer;
  outline: none;
  border-radius: 34px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 19px 25px;
  max-width: 380px;
  width: 100%;
  color: var(--white);
  background-color: var(--blue);
  -webkit-box-shadow: 0 6px 11px 0 #456702;
          box-shadow: 0 6px 11px 0 #456702;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--font-body);
  font-weight: bold;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
}
.button:hover {
  color: var(--yellow);
}
.button.small {
  padding: 10px;
  max-width: 250px;
  font-size: 18px;
}

.site-header {
  background-image: url("./assets/img/header_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  max-width: 220px;
  width: 100%;
  height: 100vh;
  z-index: 200;
  padding: 14vh 30px 30px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.site-header.active {
  position: relative;
}
.site-header .logo {
  margin-bottom: 40px;
}
.site-header .header__menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-header .header__menu ul li {
  display: block;
}
.site-header .header__menu ul li a {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--black23);
  font-weight: bold;
}
.site-header .header__menu ul li:hover a, .site-header .header__menu ul li.menu-active a {
  color: var(--blue);
}
.site-header.hidemenu {
  display: none;
}

.section-container {
  padding: 7vh 90px 0;
}

#horiwrapper {
  height: 100vh;
  overflow: hidden;
}
#horiwrapper > div {
  width: 575vw;
  height: 100vh;
}

.section-scroll {
  float: left;
  height: 100vh;
  width: 85vw;
  position: relative;
}

.abt-sec, .hero-sec, .covid-sec, .story-sec, .app-sec, .join-sec, .site-footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 3;
}

.hero-sec {
  background-image: url("./assets/img/hr_bg.png");
  position: relative;
  z-index: 5;
  min-height: 100vh;
}
.hero-thumb {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 40%;
  z-index: 7;
  height: 90vh;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-con {
  max-width: 850px;
}
.hero-con h1 {
  text-transform: uppercase;
  font-size: 9vmin;
  font-weight: 500;
  position: relative;
  z-index: 8;
  line-height: 0.98;
  margin-bottom: 0.3em;
}
.hero-con h1 strong {
  color: var(--yellow);
  font-size: 24vmin;
  font-weight: 700;
}
@media (min-width: 1601px), (min-height: 900px) {
  .hero-con h1 {
    font-size: 80px;
  }
  .hero-con h1 strong {
    font-size: 216px;
  }
}
.hero-con h3 {
  font-size: 4.45vmin;
  color: var(--yellow);
  font-weight: 300;
  max-width: 678px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 0.9em;
}
@media screen and (min-width: 1601px) {
  .hero-con h3 {
    font-size: 40px;
  }
}
.hero-vtext {
  padding-bottom: 2.5em;
  position: relative;
}
.hero-vtext:after {
  content: "";
  position: absolute;
  width: 853px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--grey);
}
.hero-vtext img {
  max-width: 87px;
  margin-right: 30px;
}
.hero-vtext span {
  display: block;
  width: calc(100% - 117px);
  font-size: 2.75vmin;
  line-height: 1.2;
  font-weight: 300;
}
@media (min-width: 1601px), (min-height: 900px) {
  .hero-vtext span {
    font-size: 24px;
  }
}
.hero-facts {
  padding-top: 2em;
  position: relative;
  z-index: 8;
  max-width: 678px;
}
.hero-facts-link {
  padding-right: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.hero-facts-link img {
  margin-left: 8px;
}
.hero-facts h4 {
  text-transform: uppercase;
}
.hero-facts h4 span {
  -webkit-text-stroke: 1px var(--yellow);
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
}
.hero-facts-wrap {
  font-size: 2.8vmin;
  line-height: 1.2;
}
.hero-facts-wrap b, .hero-facts-wrap strong {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--yellow);
}
@media screen and (min-width: 1601px) {
  .hero-facts-wrap {
    font-size: 25px;
  }
}

.abt-sec {
  background-image: url("./assets/img/time_bg.png");
  width: 100vw;
  margin-left: -20vw;
}
.abt-sec-wrap {
  background-color: var(--black23);
  padding: 88px 125px;
  max-width: 65%;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.abt-sec-wrap .con {
  font-size: 2.8vmin;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 20px;
  max-width: 671px;
}
@media (min-width: 1601px), (min-height: 900px) {
  .abt-sec-wrap .con {
    font-size: 25px;
  }
}
.abt-sec-wrap .h1 {
  font-size: 21vmin;
  max-width: 728px;
  margin-bottom: 0;
  line-height: 0.9;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 1601px), (min-height: 900px) {
  .abt-sec-wrap .h1 {
    font-size: 189px;
  }
}
.abt-sec-wrap .h1 span {
  -webkit-text-stroke: 2px var(--yellow);
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
}
.abt-sec.tabs-section {
  margin-left: 0;
  width: 120vw;
}
.abt-sec .tabs-section-wrap {
  min-height: 80vh;
  padding: 50px 130px 50px 80px;
  max-width: 70%;
}
.abt-sec .tab-content-wrap {
  max-height: 80vh;
  min-height: 70vh;
  overflow-y: auto;
  padding-right: 30px;
}
.abt-sec .tab-content-wrap .con {
  max-width: 100%;
}
.abt-sec .tab-content-wrap .con.pdf_files_info {
  margin-right: 80px;
}
.abt-sec .part-logos {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.abt-sec .part-logos-img {
  width: 25%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.abt-sec .part-logos-img img {
  max-height: 150px;
}
.abt-sec .pdf_files {
  margin-bottom: 30px;
}
.abt-sec .pdf_files_info {
  width: 80%;
}
.abt-sec .pdf_files_btn {
  width: 20%;
}
.abt-sec .pdf_files_btn .button {
  padding: 15px;
  font-size: 20px;
}
.abt-sec .tab-head {
  margin: 50px 0;
}
.abt-sec .tab-head-item {
  margin: 0 10px;
  font-size: 20px;
}
.abt-sec .tab-head-item.active {
  color: var(--yellow);
}
.abt-sec .tab-head-item.col-1 {
  width: 100%;
}
.abt-sec .tab-head-item.col-2 {
  width: calc(50% - 20px);
}
.abt-sec .tab-head-item.col-3 {
  width: calc(33.33% - 20px);
}
.abt-sec .tab-head-item.col-4 {
  width: calc(25% - 20px);
}
.abt-sec .tab-content-wrap::-webkit-scrollbar-thumb {
  background-color: var(--blue);
  outline: 1px solid var(--blue);
  border-radius: 5px;
}
.abt-sec .tab-content-wrap::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
}

.story-sec {
  background-image: url("./assets/img/story_bg.png");
  position: fixed;
  display: none;
  z-index: 2;
  left: 220px;
  top: 0;
  width: 90vw;
  height: 100vh;
}
.story-sec:after {
  content: "";
  position: absolute;
  background-image: url("./assets/img/stories_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 35%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 1601px) {
  .story-sec:after {
    width: 40%;
  }
}
.story-sec-wrap {
  max-width: 1180px;
  margin: 10vh 65px 5vh;
}
.story-sec-wrap .h3 {
  max-width: 692px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 30px;
}
.story-sec-wrap h5 {
  font-size: 2.8vmin;
  line-height: 1.2;
  font-weight: 300;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1601px), (min-height: 900px) {
  .story-sec-wrap h5 {
    font-size: 25px;
  }
}
.story-sec-hero {
  background-color: var(--blue);
}
.story-sec-hero-center a {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.19);
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 60vh;
}
.story-sec-hero .flex-col-20 {
  padding: 16px 10px 0 20px;
}
.story-sec-hero-thumbs {
  max-width: 185px;
}
.story-sec-hero-thumbs a {
  position: relative;
  border: 4px solid #f0f0f0;
  margin-bottom: 10px;
}
.story-sec-hero-thumbs a img {
  display: block;
}
.story-sec-hero-thumbs h6 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
.story-sec-overlay {
  width: 90vw;
  height: 1px;
}
.story-sec-tdetails {
  position: absolute;
  bottom: 0;
  padding: 30px;
  left: 0;
}
.story-sec-tdetails h5 {
  margin-bottom: 0;
  margin-left: 0;
}
.story-sec-tdetails h5 span {
  display: block;
  font-size: 56px;
  line-height: 1.2;
  font-weight: bold;
}
.story-sec-tdetails h6 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 0;
}

.covid-sec {
  background-image: url("./assets/img/covid.png");
  width: 120vw;
  margin-left: -5vw;
  position: relative;
  background-position: left;
  z-index: 5;
}
.covid-sec-wrap {
  max-width: 1160px;
  width: 100%;
  margin: 8vh 15vw 0;
}
.covid-sec-wrap .h1 {
  font-size: 16.7vmin;
  max-width: 850px;
  margin-bottom: 0;
  line-height: 0.9;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 1601px), (min-height: 900px) {
  .covid-sec-wrap .h1 {
    font-size: 150px;
  }
}
.covid-sec-wrap .h1 span {
  -webkit-text-stroke: 2px var(--yellow);
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
  display: block;
  font-size: 23.3vmin;
}
@media screen and (min-width: 1601px) {
  .covid-sec-wrap .h1 span {
    font-size: 209px;
  }
}
.covid-sec-wrap-blk {
  max-width: 1100px;
}
.covid-sec-wrap-blk .flex-row {
  margin-top: -30px;
}
.covid-sec-hero {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
  font-size: 2.8vmin;
  line-height: 1.2;
  height: 40vh;
  position: relative;
  overflow-y: auto;
}
@media (min-width: 1601px), (min-height: 900px) {
  .covid-sec-hero {
    font-size: 25px;
  }
}
.covid-sec-hero .flex-col-50 {
  width: calc(50% - 90px);
  margin: 0 90px 40px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.covid-sec-hero .flex-col-50 .con b, .covid-sec-hero .flex-col-50 .con strong {
  text-transform: uppercase;
  color: var(--yellow);
  font-weight: 700;
  display: inline-block;
}
.covid-sec-hero .flex-col-50 .con small {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  color: var(--yellow);
}
.covid-sec-pdf {
  position: relative;
  margin: 0 40px 0 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.covid-sec-pdf:before {
  content: "";
  display: inline-block;
  width: calc(100% - 164px);
  height: 1px;
  background-color: var(--yellow);
}
.covid-sec-pdf-file {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--yellow);
  font-weight: bold;
}
.covid-sec-pdf-file img {
  width: 24px;
  margin: 0 14px;
}

.app-sec {
  background-image: url("./assets/img/vaccine.png");
  width: 110vw;
  position: relative;
  z-index: 5;
  background-size: cover;
}
.app-sec-wrap {
  max-width: 120vmin;
  margin: 10vh 0 0 20vw;
}
@media (min-width: 1601px), (min-height: 900px) {
  .app-sec-wrap {
    max-width: 1080px;
  }
}
.app-sec-wrap .h1, .app-sec-wrap .h2, .app-sec-wrap .h3 {
  color: var(--blue);
  text-transform: uppercase;
}
.app-sec-wrap .h1 {
  font-size: 16.7vmin;
  line-height: 0.93;
  margin-bottom: 0;
}
@media (min-width: 1601px), (min-height: 900px) {
  .app-sec-wrap .h1 {
    font-size: 150px;
  }
}
.app-sec-wrap .h2 {
  font-size: 11.3vmin;
  font-weight: 300;
  line-height: 0.94;
  margin-bottom: 38px;
}
@media (min-width: 1601px), (min-height: 900px) {
  .app-sec-wrap .h2 {
    font-size: 107px;
  }
}
.app-sec-wrap .h3 {
  font-size: 7.8vmin;
  line-height: 1.2;
  margin: 20px 0;
}
@media (min-width: 1601px), (min-height: 900px) {
  .app-sec-wrap .h3 {
    font-size: 70px;
  }
}

.join-sec {
  background-image: url("./assets/img/webinar_bg.png");
  position: relative;
  width: 150vw;
  z-index: 4;
  margin-left: -15vw;
}
.join-sec:before, .join-sec:after {
  content: "";
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
}
.join-sec:before {
  background-image: url("./assets/img/blue_white_wave.png");
  width: 40%;
  left: 0;
}
.join-sec:after {
  background-image: url("./assets/img/web_after.svg");
  width: 30%;
  right: -10vw;
}
.join-sec-wrap {
  min-height: 80vh;
  position: relative;
  z-index: 1;
  max-width: 1280px;
  width: 100%;
  margin: 9vh auto 0;
  background: var(--yellow);
}
.join-sec-wrap h4, .join-sec-wrap .h5, .join-sec-wrap h5 {
  color: var(--blue);
}
.join-sec-wrap .flex-col-65 {
  border-right: 1px solid var(--light-blue);
  padding: 40px 50px 60px 60px;
}
.join-sec-wrap .flex-col-65 img, .join-sec-wrap .flex-col-65 iframe {
  width: 100%;
}
.join-sec-wrap .flex-col-65 h4 {
  font-size: 4.9vmin;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: uppercase;
}
.join-sec-wrap .flex-col-65 h4 span {
  -webkit-text-stroke: 2px var(--blue);
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
}
.join-sec-wrap .flex-col-65 .h5 {
  font-size: 2.4vmin;
  line-height: 1.2;
  font-weight: 400;
}
.join-sec-wrap .flex-col-35 {
  padding: 100px 100px 100px 55px;
}
.join-sec-wrap .flex-col-35 .h5 {
  font-weight: 300;
}
.join-sec-wrap .flex-col-35 .button {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.join-sec-wrap .flex-col-35 .button i {
  margin-right: 15px;
}

.site-footer {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background-image: url("./assets/img/footer.png");
  z-index: 1;
  padding-bottom: 100px;
}
.site-footer.active {
  z-index: 2;
}
.site-footer .footer-wrapper {
  position: relative;
  height: 100vh;
  padding-top: 8vh;
}
.site-footer .footer-wrapper-left {
  width: 80%;
}
.site-footer .footer-wrapper-left .footer-text {
  font-size: 21.1vmin;
  line-height: 19vmin;
  font-weight: 700;
}
.site-footer .footer-wrapper-left .footer-text strong, .site-footer .footer-wrapper-left .footer-text b {
  color: var(--yellow);
}
.site-footer .footer-wrapper-left .footer-text p {
  margin: 0;
}
.site-footer .footer-wrapper-left .covidlinks {
  margin-top: 3vh;
  font-size: 1.8vmin;
  line-height: 3.35vmin;
}
.site-footer .footer-wrapper-left .covidlinks h3 {
  font-size: 1.8vmin;
  line-height: 3.35vmin;
}
.site-footer .footer-wrapper-left .covidlinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-wrapper-left .covidlinks ul li a {
  color: var(--yellow);
}
.site-footer .footer-wrapper-left .templeton_logo {
  margin-top: 4vh;
}
.site-footer .footer-wrapper-right {
  width: 20%;
  text-align: right;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-footer .footer-wrapper-right .social-links ul {
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
  padding-right: 4vw;
  width: 100%;
  max-width: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .footer-wrapper-right .social-links ul li a img {
  display: block;
  max-height: 40px;
}
.site-footer .footer-wrapper-right .footer__menu ul {
  list-style: none;
  padding-right: 4vw;
}
.site-footer .footer-wrapper-right .footer__menu ul li a {
  font-size: 1.86vmin;
  line-height: 4vmin;
  text-transform: uppercase;
  font-weight: 700;
}
.site-footer .footer-credits {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid var(--grey);
  padding: 22px 0;
  width: 100%;
  max-width: 995px;
  margin-left: 20vw;
}
.site-footer .footer-credits p {
  margin: 0;
  color: var(--grey);
  opacity: 0.46;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.site-footer .container {
  padding: 0 0 0 20vw;
  max-width: 100%;
}

#footer-profound #profound-copyright-footer {
  font-size: 14px;
  line-height: 17px;
}

[class*=ppicon-],
[class^=ppicon-] {
  font-family: profound !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ppicon-profound:before {
  content: "\e900";
}

.ppicon-profound-accolade:before {
  content: "\e901";
}

#profound-copyright-footer a {
  text-decoration: none;
  vertical-align: middle;
}

.profound-fadeinanim:hover {
  opacity: 1;
  -webkit-transition: ease-in-out 2.5s;
  -o-transition: ease-in-out 2.5s;
  transition: ease-in-out 2.5s;
  -webkit-animation-name: profound-fadeinanim;
          animation-name: profound-fadeinanim;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

@-webkit-keyframes profound-fadeinanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes profound-fadeinanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.profound-fadeoutanim {
  opacity: 1;
  -webkit-transition: ease-in-out 2.5s;
  -o-transition: ease-in-out 2.5s;
  transition: ease-in-out 2.5s;
  -webkit-animation-name: profound-fadeoutanim;
          animation-name: profound-fadeoutanim;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

@-webkit-keyframes profound-fadeoutanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes profound-fadeoutanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mq-desktop {
  display: block;
}
@media (max-width: 1100px) {
  .mq-desktop {
    display: none !important;
  }
}

.mq-mobile {
  display: none;
}
@media (max-width: 1100px) {
  .mq-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1350px) {
  .container,
#container {
    padding: 0 30px;
  }
  .story-sec-wrap {
    max-width: 80%;
  }
  .covid-sec-wrap {
    max-width: 65%;
  }
}
@media screen and (max-width: 1200px) {
  .abt-sec-wrap .h1 {
    font-size: 15vmin;
  }
  .covid-sec-wrap .h1 {
    font-size: 14vmin;
  }
  .covid-sec-wrap .h1 span {
    font-size: 20vmin;
  }
  .app-sec-wrap .h1 {
    font-size: 14vmin;
  }
}
@media screen and (max-width: 1100px) {
  .mobilenav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url("./assets/img/header_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 200;
  }
  .mobilenav .menu-primary-container {
    width: 100%;
  }
  .mobilenav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .mobilenav ul li {
    width: 16%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-right: 1px solid rgba(38, 34, 35, 0.27);
  }
  .mobilenav ul li:last-child {
    border-right: 0;
  }
  .mobilenav ul li a {
    padding: 10px;
    color: var(--black23);
    font-weight: 700;
    text-transform: uppercase;
  }
  #horiwrapper {
    height: auto;
    overflow: auto;
  }
  #main {
    min-height: 1px;
    width: 100%;
    margin-left: 0;
  }
  h4,
.h4 {
    font-size: 30px;
  }
  .section-scroll {
    padding: 25px;
    float: none;
    height: auto;
    width: 100%;
    position: relative;
  }
  .section-scroll#footertar {
    padding: 0;
  }
  #horiwrapper > div {
    width: 100%;
    height: auto;
  }
  .abt-sec {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }
  .abt-sec-wrap {
    max-width: 100%;
  }
  .abt-sec .part-logos-img img {
    max-height: 100px;
  }
  .abt-sec.tabs-section {
    width: 100%;
    margin-left: 0;
    padding: 105px 25px 0;
    margin-top: 0;
  }
  .abt-sec .tabs-section-wrap {
    padding: 30px 30px 50px;
    min-height: 100%;
    max-width: 100%;
  }
  .abt-sec .tab-content-wrap {
    max-height: 100%;
    min-height: 100%;
    padding-right: 0;
  }
  .abt-sec .tab-head {
    margin-bottom: 30px;
  }
  .abt-sec .pdf_files_btn .button {
    font-size: 20px;
  }
  .covid-sec {
    width: 100%;
    margin-left: 0;
  }
  .abt-sec-wrap {
    padding: 30px 30px 50px;
    max-width: 90%;
    position: static;
  }
  .section-container {
    padding: 0;
  }
  .site-header {
    display: none;
  }
  .site-footer .container,
.site-footer .footer-wrapper-right .social-links ul,
.site-footer .footer-wrapper-right,
.covid-sec-pdf-file,
.hero-facts-link,
#horiwrapper > div,
.site-header,
#main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hero-sec {
    background-image: url("./assets/img/mobile-hero-bg.png");
    background-size: contain;
    background-position: top right;
  }
  .hero-thumb {
    right: 0;
    width: 25%;
    height: 67vh;
    background-size: contain;
  }
  .hero-vtext:after {
    width: 100%;
  }
  .hero-vtext img {
    max-width: 40px;
    margin-right: 10px;
  }
  .hero-vtext span {
    font-size: 20px;
  }
  .hero-con {
    padding-right: 70px;
  }
  .hero-con h3 {
    font-size: 19px;
  }
  .hero-con h1 {
    font-size: 40px;
  }
  .hero-con h1 strong {
    font-size: 80px;
  }
  .hero-facts-wrap {
    font-size: 22px;
  }
  .abt-sec-wrap {
    max-width: 100%;
  }
  .abt-sec-wrap .con {
    font-size: 21px;
  }
  .abt-sec-wrap .h1 {
    font-size: 80px;
  }
  .story-sec {
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    padding: 20vh 25px 130px;
    z-index: 2;
    margin-top: -15vh;
  }
  .story-sec:after {
    background-repeat: repeat;
    background-size: contain;
    width: 100%;
    height: 86px;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    background-image: url("./assets/img/mobile-stories-pattren.png");
  }
  .story-sec-tdetails {
    position: static;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 3vh 0;
    padding: 0;
  }
  .story-sec-tdetails h6 {
    margin-left: 0px;
  }
  .story-sec-wrap {
    margin: 0;
    max-width: 100%;
  }
  .story-sec-wrap h5 {
    font-size: 20px;
    margin-left: 0;
  }
  .story-sec-wrap h5 span {
    font-size: 40px;
  }
  .story-sec-wrap .h3 {
    margin-left: 0;
    font-size: 30px;
    color: #EF0167;
  }
  .story-sec-wrap h6 {
    margin-left: 20px;
  }
  .story-sec-hero {
    background: transparent;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .story-sec-hero-thumbs {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .story-sec-hero-thumbs a {
    max-width: 50%;
  }
  .story-sec-hero-thumbs h6 {
    font-size: 18px;
  }
  .story-sec-hero-center {
    width: 100%;
  }
  .story-sec-hero-center a {
    height: auto;
    min-height: 1px;
    padding-bottom: 60%;
  }
  .story-sec-hero .flex-col-20 {
    padding: 0;
    width: 100%;
  }
  .covid-sec {
    background-image: url("./assets/img/mobile-facts-bg.png");
    padding: 100px 25px 40vh;
    margin-top: -30px;
    background-position: top;
    position: relative;
    z-index: 3;
    background-size: 100% 100%;
  }
  .covid-sec-wrap {
    max-width: 100%;
    margin: 0;
  }
  .covid-sec-wrap-blk .flex-row {
    margin-top: 2vh;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .covid-sec-pdf {
    margin: 0;
    width: 100%;
  }
  .covid-sec-hero {
    margin-top: 30px;
    font-size: 22px;
    height: auto;
  }
  .covid-sec-hero .flex-col-50 {
    width: 100%;
    margin: 0 0 20px;
  }
  .covid-sec .h1 {
    font-size: 70px;
  }
  .covid-sec .h1 span {
    font-size: 80px;
  }
  .app-sec {
    background-image: url("./assets/img/mobile-getvaccinated-bg.png");
    background-size: 100% 100%;
    background-position: center bottom;
    padding-bottom: 10vh;
    padding-top: 10vh;
  }
  .app-sec-wrap {
    max-width: 100%;
    margin: auto;
  }
  .app-sec-wrap .h1,
.app-sec-wrap .h3 {
    /* font-size: 16.7vmin; */
    font-size: 50px;
  }
  .app-sec-wrap .h2 {
    /* font-size: 11.3vmin; */
    font-size: 40px;
  }
  .app-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 33px;
    left: 0;
    top: -16px;
    background-position: contain;
    background-repeat: repeat-x;
    background-image: url("./assets/img/mobile-getvaccinated-topshape.svg");
  }
  .story-sec-overlay {
    padding: 0 !important;
  }
  .site-footer {
    position: static;
    height: auto;
    width: 100%;
    padding-bottom: 0;
    background-size: cover;
  }
  .site-footer .container {
    padding: 25px;
  }
  .site-footer .footer-wrapper-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .footer-wrapper-left .footer-text {
    margin-bottom: 40px;
  }
  .site-footer .footer-wrapper-left .covidlinks {
    margin-top: 0;
    font-size: 18px;
    line-height: 39px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .site-footer .footer-wrapper-left .covidlinks h3 {
    font-size: 21px;
    line-height: 39px;
  }
  .site-footer .footer-wrapper-left .templeton_logo {
    /* margin-top: 4vh; */
    margin: 2vh 0;
    text-align: center;
  }
  .site-footer .footer-wrapper-right {
    width: 100%;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .site-footer .footer-wrapper-right .social-links ul {
    margin: auto;
    padding-right: 0;
  }
  .site-footer .footer-credits {
    position: static;
    padding: 25px 0 80px;
    width: calc(100% - 50px);
    left: 995px;
    margin-left: 0;
    margin: auto;
    text-align: center;
  }
  .site-footer .footer-wrapper {
    height: auto;
  }
  .join-sec {
    margin-left: 0;
    margin-top: -50px;
  }
  .join-sec-wrap {
    margin-top: 9vh;
  }
  .join-sec-wrap .flex-col-65, .join-sec-wrap .flex-col-35 {
    padding: 30px;
  }
  .join-sec:before {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .hero-sec {
    padding: 0;
  }
  .hero-sec .section-container {
    position: relative;
    z-index: 2;
    padding: 25px;
    height: 100%;
  }
  .hero-sec:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 400px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 62, 62, 0)), to(#1f1d1d));
    background-image: -o-linear-gradient(top, rgba(66, 62, 62, 0), #1f1d1d);
    background-image: linear-gradient(to bottom, rgba(66, 62, 62, 0), #1f1d1d);
  }
  .hero-con h1 {
    font-size: 5vh;
  }
  .hero-con h1 strong {
    font-size: 11vh;
  }
  .hero-vtext span {
    font-size: 3vh;
  }
  .hero-facts-wrap {
    font-size: 3vh;
  }
  .hero-con h3 {
    font-size: 3vh;
  }
  .hero-vtext {
    padding-bottom: 2vh;
  }
  .hero-facts {
    padding-top: 2vh;
  }
  .hero-facts h4 {
    font-size: 4vh;
  }
  .hero-facts .flex-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2vh;
  }
  .hero-facts .flex-row .flex-col-50 {
    width: 100%;
  }
  .hero-facts .flex-row .flex-col-50:last-child {
    display: none;
  }
  .join-sec-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .join-sec-wrap .flex-col-65, .join-sec-wrap .flex-col-35 {
    width: 100%;
  }
  .join-sec-wrap .flex-col-65 {
    border-right: 0;
    border-bottom: 1px solid var(--light-blue);
  }
  .join-sec-wrap .flex-col-65 h4 {
    font-size: 25px;
  }
  .join-sec-wrap .h5, .join-sec-wrap h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hero-sec {
    overflow: hidden;
  }
  .hero-thumb {
    right: -100px;
    width: 80%;
    z-index: -1;
    height: 100%;
    background-size: contain;
  }
  .site-footer .footer-wrapper-left .flex-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-footer .footer-wrapper-left .flex-row .flex-col-60, .site-footer .footer-wrapper-left .flex-row .flex-col-40 {
    width: 100%;
  }
  .site-footer .footer-wrapper-left .flex-row .flex-col-40 {
    text-align: center;
  }
  .abt-sec .part-logos-img {
    width: 50% !important;
    margin-bottom: 15px;
  }
  .abt-sec .pdf_files {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .abt-sec .pdf_files_info, .abt-sec .pdf_files_btn {
    width: 100%;
  }
  .abt-sec .tab-content-wrap .con.pdf_files_info {
    margin-right: 0;
  }
  .mobilenav ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .join-sec:before, .join-sec:after {
    width: 100%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    height: 80%;
  }
  .join-sec:before {
    top: -50%;
  }
  .join-sec:after {
    bottom: -10vh;
    left: 0;
    right: unset;
    top: unset;
  }
}
@media screen and (max-width: 400px) {
  .story-sec::after {
    background-size: cover;
  }
  .covid-sec {
    background-size: cover;
  }
  .hero-thumb {
    right: -80px;
    width: 65%;
    background-size: cover;
    height: 60vh;
  }
}
@media screen and (max-width: 360px) {
  .mobilenav ul li a {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */