/**
 * 
 */
@font-face {
  font-family: national;
  src: url("fonts/national-regular.otf");
}
/*---------------*/
/* MEDIA QEURIES */
/*---------------*/
.grid {
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 2%;
  margin-left: 2%;
}
@media (max-width: 599px) {
  .grid {
    display: block;
    flex: none;
  }
}

.grid_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.grid {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.grid__item, .grid__item_span-12, .grid__item_span-11, .grid__item_span-10, .grid__item_span-9, .grid__item_span-8, .grid__item_span-7, .grid__item_span-6, .grid__item_span-5, .grid__item_span-4, .grid__item_span-3, .grid__item_span-2, .grid__item_span-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 2%;
  padding-left: 2%;
}
@media (max-width: 599px) {
  .grid__item, .grid__item_span-12, .grid__item_span-11, .grid__item_span-10, .grid__item_span-9, .grid__item_span-8, .grid__item_span-7, .grid__item_span-6, .grid__item_span-5, .grid__item_span-4, .grid__item_span-3, .grid__item_span-2, .grid__item_span-1 {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}

.grid__item_span-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.grid__item_span-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.grid__item_span-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.grid__item_span-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.grid__item_span-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.grid__item_span-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.grid__item_span-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.grid__item_span-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.grid__item_span-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.grid__item_span-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.grid__item_span-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.grid__item_span-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.grid_end {
  justify-content: flex-end;
}

.grid_center {
  margin: 0 auto;
}

.grid_space-around {
  justify-content: space-around;
}

.grid_space-between {
  justify-content: space-between;
}

h1 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 5.875rem;
  color: #00130B;
  letter-spacing: 0.125rem;
  line-height: 5rem;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}

h2 {
  /* H2: Subtitle: */
  font-family: "Playfair Display", serif;
  font-size: 30px;
  letter-spacing: 0.51px;
  line-height: 40px;
  margin-bottom: 40px;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 599px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

h3 {
  /* H3: Section title: */
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 35px;
  color: #2D2E2F;
  letter-spacing: 1.11px;
  line-height: 35px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

h4 {
  /* H4: Key point: */
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 23px;
  color: #2D2E2F;
  letter-spacing: 0.33px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
}

h5, .meta-text {
  font-family: "Playfair Display", serif;
  font-size: 11px;
  color: #A7A9AC;
  letter-spacing: 1.33px;
  line-height: 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

p {
  /* This is a paragraph Copy 4: */
  font-family: "national", sans-serif;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}
p.lead {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 28px;
}
p.opacity {
  opacity: 0.65;
}

a {
  -webkit-font-smoothing: antialiased;
}

.textLeft {
  text-align: left;
}

.textCenter {
  text-align: center;
}

.light {
  color: #FEFEFE;
}

.dark {
  color: #333F48;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  initial-letter: 1.5;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  min-width: 1024px;
}
@media (min-width: 600px) and (max-width: 1023px) {
  body {
    min-width: 600px;
  }
}
@media (max-width: 599px) {
  body {
    min-width: 300px;
  }
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 3.125rem;
  border-radius: 10px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
}

.inline {
  display: inline-block;
  vertical-align: top;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.center_vert {
  top: 50%;
  transform: translateY(-50%);
}

.center_hor {
  left: 50%;
  transform: translateX(-50%);
}

.center_all {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.red {
  color: #ED1B2F;
}

.grey {
  color: #5B5F65;
}

.white {
  color: white;
}

.center {
  text-align: center;
}

.redBkgd {
  background: #ED1B2F;
}

a {
  /* LINK: */
  font-family: "national", sans-serif;
  letter-spacing: 0.93px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.interactiveDiv {
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.interactiveDiv p {
  margin: 0;
  line-height: 20px;
}

/*
  padding / margins
*/
.margin80 {
  margin: 80px 0;
}

.padding80 {
  padding: 80px 0;
}

.p0 {
  padding: 0;
}

.m0 {
  margin: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

/*
  colors
*/
.bk-dark {
  background: #333F48;
}

.bk-orange {
  background: #B95F30;
}

.bk-yellow {
  background: #B6B485;
}

.bk-green {
  background: #6B8E70;
}

.bk-blue-trans {
  background: rgba(60, 77, 92, 0.9);
}

.bk-orange-trans {
  background: rgba(185, 95, 48, 0.9);
}

.bk-yellow-trans {
  background: rgba(182, 180, 133, 0.9);
}

.bk-green-trans {
  background: rgba(107, 142, 122, 0.9);
}

.gridlayoutmonthwrapper {
  position: absolute;
  width: 100%;
}

/*a{

	&:after{
		transition: width 0.3s ease;
		width:0;
		height:1px;
		background:white;
		display:block;
		margin-top:2px;
		margin-left:0px;
		content: ' ';
	}
	&:hover{
		&:after{
			content: ' ';
			width:50%; 
			height:1px;
			background:white;
			display:block;
			transition: width 0.3s ease;
		}
	}
}*/
/**
 * Header
 **/
/**
 * Page Introductions
 **/
.medOblique {
  font-family: "futura-pt", sans-serif;
  font-weight: 500 !important;
  font-style: italic;
}

.book {
  font-family: "futura-pt", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.heavy {
  font-family: "futura-pt", sans-serif;
  font-weight: 700 !important;
  font-style: italic;
}

.demiOblique {
  font-family: "futura-pt", sans-serif;
  font-weight: 600 !important;
  font-style: italic;
}

header {
  display: flex;
}
header a {
  padding-right: 12vw;
  margin-right: 12vw;
}
header a:first-child {
  border-right: 1px solid white;
}

html, body {
  height: auto;
  min-height: 100vh;
}

body {
  background: linear-gradient(180deg, rgb(0, 119, 184) 50%, rgb(160, 247, 255) 150%);
  padding: 8vh 8vw;
  color: white;
  letter-spacing: 0 !important;
  line-height: 1.5;
}

#hoka {
  padding-top: 5vh;
}

h1, h2, h3, h4, h5, p {
  letter-spacing: 0 !important;
  line-height: 1.5 !important;
  margin: 0;
}

h1 {
  font-size: 24px;
  color: white;
  padding-bottom: 4vh;
}

h2 {
  font-size: 16px;
  padding-bottom: 3vh;
}

p {
  padding-bottom: 2vh;
  font-size: 16px !important;
}

.signoff {
  padding-top: 1vh;
}
.signoff p {
  padding-bottom: 3vh;
}

#hoka, header {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#loading #animation {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}

@media only screen and (min-width: 600px) {
  body {
    padding: 8vh 20vw;
    padding-bottom: 0;
  }
  html, body {
    height: auto;
    min-height: 100vh;
  }
  header {
    margin-bottom: 2vh;
  }
  header a {
    padding-right: 3vw;
    margin-right: 3vw;
  }
  header #hoka-logo {
    width: 150px;
  }
  header #nuyarn-logo {
    width: 55px;
  }
  #hoka {
    width: 70%;
  }
  #loading #animation {
    text-align: center;
  }
  #loading #animation svg {
    width: 50% !important;
  }
  h1 {
    font-size: 2.3vw;
  }
  h2, p {
    font-size: 1.2vw !important;
  }
  .signoff img {
    float: right;
    margin-bottom: 8vh !important;
  }
}
@media only screen and (min-height: 1000px) and (max-width: 1024px) {
  #hoka {
    width: 90%;
  }
  header #hoka-logo {
    width: 110px;
  }
  header #nuyarn-logo {
    width: 40px;
  }
  #loading #animation {
    text-align: center;
  }
  #loading #animation svg {
    width: 70% !important;
  }
  h1 {
    font-size: 4vw;
    padding-bottom: 2vh;
  }
  h2 {
    padding-bottom: 1.5vh;
  }
  p {
    padding-bottom: 1vh;
  }
  h2, p {
    font-size: 1.8vw !important;
  }
  .signoff p {
    padding-bottom: 1vh;
  }
}
/**
 * Footer
 **/
#internet-explorer-error {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("./img/ie-overlay.png") repeat 0 0;
  color: white;
  padding-top: 5%;
  padding-bottom: 5%;
  z-index: 2000;
}

.IEWrapper {
  height: auto;
  width: 100%;
}

#internet-explorer-error h2 {
  text-align: center;
  margin-bottom: 20px;
}

#internet-explorer-error p {
  max-width: 650px;
  margin: auto auto;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}
#internet-explorer-error p a {
  color: #fff;
}
#internet-explorer-error p a:hover {
  color: grey;
  border: none;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
