/*
*
* Reset
*
*/
/*!
 * Eric Meyer's RESET CSS 2.0
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

textarea {
  resize: none;
}

input, textarea, button {
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

:focus::placeholder {
  color: transparent !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 * Shankari Murali's RESET CSS 2.0
 */
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body {
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p, div, input, textarea, button, select, a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a, a:visited, a:hover, a:focus, a:active {
  text-decoration: none !important;
  color: inherit;
}

a {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit;
}

*:focus {
  outline: none;
}

/*
*
* Clear Float
*
*/
.cl {
  clear: both;
}

.cl-n {
  clear: none;
}

.cl-l {
  clear: left;
}

.cl-r {
  clear: right;
}

.cl-b {
  clear: both;
}

.cf::before, .cf::after {
  content: '';
  display: table;
}

.cf::after {
  clear: both;
}

.cf {
  zoom: 1;
}

/*
*
* Font Families
*
*/
@font-face {
  font-family: 'GraphikRegular';
  src: url('../assets/fonts/Graphik-Regular.eot');
  src: url('../assets/fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/Graphik-Regular.woff2') format('woff2'),
    url('../assets/fonts/Graphik-Regular.woff') format('woff'), url('../assets/fonts/Graphik-Regular.ttf') format('truetype'),
    url('../assets/fonts/Graphik-Regular.svg#false') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GraphikMedium';
  src: url('../assets/fonts/Graphik-Medium.eot');
  src: url('../assets/fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/Graphik-Medium.woff2') format('woff2'),
    url('../assets/fonts/Graphik-Medium.woff') format('woff'), url('../assets/fonts/Graphik-Medium.ttf') format('truetype'),
    url('../assets/fonts/Graphik-Medium.svg#false') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: 'SinkinSans';
  src: url('../assets/fonts/SinkinSans-500Medium.otf') format('opentype');
  font-display: auto;
} */
body {
  font-family: 'GraphikRegular', sans-serif;
}

/*
*
* Layout
*
*/
#page {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#main {
  width: 100%;
  flex: 1 1 auto;
}

@media only screen and (min-width:768px) {
  .mobile {
    display: none !important;
  }
}

@media only screen and (max-width:767px) {
  .desktop {
    display: none !important;
  }
}

/*
*
* A 12 column grid of width 1200px
*
*/
/* #page * {
  outline: 1px solid blue;
} */
html {
  font-size: 1200px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
  html {
    font-size: 100vw;
  }
}

@media only screen and (max-width:767px) {
  html {
    font-size: 100vw;
  }
}

body {
  font-size: 0;
}

/* Fixed Grid Container */
.grid__container__fixed {
  width: 1rem;
  margin: auto;
}

@media only screen and (max-width:767px) {
  .grid__container__fixed {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Grid Row */
.grid__row {
  width: 100%;
}

.grid__row.no-gutter {
  margin: 0 -15px;
  width: calc(100% + 30px);
}

/* Clear Floats on Grid Row */
.grid__row::before, .grid__row::after {
  content: '';
  display: table;
}

.grid__row::after {
  clear: both;
}

.grid__row {
  zoom: 1;
}

/* Grid Columns */
.grid__col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 4px;
}

.grid__col.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

.grid__1col {
  width: calc(100%/12);
}

@media only screen and (min-width:768px) {
  .pr__1col__lg {
    padding-right: calc(100%/12);
  }
}

/*  */
.grid__2col {
  width: calc(200%/12);
}

@media only screen and (min-width:768px) {
  .pr__2col__lg {
    padding-right: calc(200%/12);
  }
}

/*  */
.grid__2col__fixed {
  width: calc(2rem/12);
}

.grid__3col {
  width: calc(300%/12);
}

.grid__3col__fixed {
  width: calc(3rem/12);
}

.grid__4col {
  width: calc(400%/12);
}

.grid__5col {
  width: calc(500%/12);
}

.grid__6col {
  width: calc(600%/12);
}

.grid__7col {
  width: calc(700%/12);
}

.grid__8col {
  width: calc(800%/12);
}

.grid__9col {
  width: calc(900%/12);
}

.grid__10col {
  width: calc(1000%/12);
}

.grid__11col {
  width: calc(1100%/12);
}

.grid__12col {
  width: 100%;
}

@media only screen and (max-width:767px) {
  .grid__0col__sm {
    width: 0;
  }

  .grid__col.grid__0col__sm {
    padding: 0;
    min-height: 0;
  }

  .grid__1col__sm {
    width: calc(100%/12);
  }

  .grid__2col__sm {
    width: calc(200%/12);
  }

  .grid__3col__sm {
    width: calc(300%/12);
  }

  .grid__4col__sm {
    width: calc(400%/12);
  }

  .grid__5col__sm {
    width: calc(500%/12);
  }

  .grid__6col__sm {
    width: calc(600%/12);
  }

  .grid__7col__sm {
    width: calc(700%/12);
  }

  .grid__8col__sm {
    width: calc(800%/12);
  }

  .grid__9col__sm {
    width: calc(900%/12);
  }

  .grid__10col__sm {
    width: calc(1000%/12);
  }

  .grid__11col__sm {
    width: calc(1100%/12);
  }

  .grid__12col__sm {
    width: 100%;
  }

  .grid__13col__sm {
    width: calc(1300%/12);
  }
}