@charset "utf-8";


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* BASIC CONSCIOUS RESETs +++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* make HTML5 elements block-level for consistent styling */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1 }

/* Basic Form styling */
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }

/* Basic List styling */
ul, ol { margin: 0 0 1.5385em 0; padding: 0 0 0 0; /* 1em; /* 1.25em; */ }
dd { margin: 0 0 0 3em; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0 }
li { line-height: 1.5385em; } /* 20 */

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; font-size: 0.8462em; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em }

* {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
*, *:after, *:before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

::-webkit-scrollbar {
  width: 0.35em;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.5);
  border: none;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

/* imgs fit column */
.fitColumn {
  max-width: 100%;
  height: auto;
}

#gmap {
  display: block;
  float: left;
  width: 100%;
  border: 1px solid rgba(0,0,0,0.25);
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* SITE SPECIFIC styling ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html {
  overflow-y: auto;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
  width: 100%;
}

body {
  width: 100%;
  background:rebeccapurple; /* whitesmoke; /* #FCFCFC; */
  color: rgba(32,16,48,0.82); /* rebeccapurple; /* #152255; */
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  margin: 0px;
  padding: 0em;
  height: 100%;
  overflow-y: scroll;
}

ul {
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
}
ul li {
  margin: 0px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* TYPE STUFF */

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3em; /* 1.25em; */
  margin: 0px 0px 0em 0px; /* 0px 0px 0.5em 0px; */
}
h2 {
  font-size: 1.5em;
  padding: 0px;
}
h3 {
  font-size: 1.25em;
  padding: 0px;
}

p {
  font-size: 1em;
  margin: 0px 0px 1.35em 0px;
}

/* INLINE LINKS */
a { text-decoration: none; color: tomato; outline: 0; }
a:active, a:focus { outline: 0; }
a:hover { text-decoration: underline; outline: none; }

a img {
  border: 0px;
}

#mapSource {
  width: 100%;
  height: 300px;
  margin-bottom: 0px; /* 0.5em; */
}

/* ************************************************************************** */
/* Other Wrappers */

#menuWrapper {
  background: white;/* yellow; /* orange; /* white; /* lightSkyBlue; /* lightgreen; */
}

/* NAV ICON */
.burgerWrapper a#burger {
  display: block;
  float: right;
  padding: 0px;
  margin: 0px;
  /* color: #003366; */
  color: rgba(32,16,48,0.82); /* rebeccapurple; /* #152255; */
}

.burgerWrapper a#burger #burgerIcon,
.burgerWrapper a#burger #crossIcon {
  outline: none;
  border: none;
  display: block;
  float: right;
  cursor: pointer;
  background-color: transparent;
  margin: 0px;
}
.burgerWrapper a#burger #burgerIcon {
  padding: 0.25em 0.8em 0px 0.6em;
}
.burgerWrapper a#burger #crossIcon {
  padding: 0.25em 0.5em 0px 0.9em;
}

.burgerWrapper a#burger #burgerIcon.hide,
.burgerWrapper a#burger #crossIcon.hide {
  display: none;
}

.maxWidth {
  max-width: 1280px; /* 1024px; */
  margin: 0px auto;
}

/* map */
#mapSource {
  width: 100%;
  height: 480px;
}

/* padlet */
.padlet-embed {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  background: rgb(244, 244, 244);
}
.padlet-embed p iframe {
  width: 100%;
  height: 608px;
  display: block;
  float: left;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}

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

/* Gallery wrapper ******************************* */

#galleryWrapper,
#videoGalleryWrapper {
  display: block;
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -0.25em 1.5em -0.25em;
}

#galleryWrapper a,
#videoGalleryWrapper a {
  padding: 0px 0.25em 0.5em 0.25em;
}

#galleryWrapper a img,
#videoGalleryWrapper a img {
  width: 100%;
  height: auto;
  display: block;
  float: left;
}

/* Program entries ******************************** */

.programEntry {
  width: 100%;
  padding: 0.4em 0px; /* 0.5em 0px; */
  border-bottom: 1px solid rgba(121, 94, 94, 0.1); /*  1px solid rgba(32, 27, 63, 0.1); */
}

.programEntry span.timeWrapper {
  display: inline-block;
  padding-right: 1em;
  min-width: 120px;
  opacity: 0.82; /* 0.75; */
}

.programEntry span.infoWrapper {
  display: inline-block;
}

.programEntry span.title {
  font-style: italic;
  padding: 2px 0px; /* 2px 3px; */
  /* background: rgba(0,0,0,0.1); */
}

.programEntry span.lead {
  padding-right: 1em;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* THERE ARE STYLESHEETS ATTACHED TO THIS formatting */

/* grids */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen {

  #pageWrapper {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column; /* row; */
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  header {
    flex: 0 0 100%; /* 15%; */
    display: none;
    background: white; /* lightgoldenrodyellow; /* lightpink; /* yellow; /* moccasin; */
  }

  #logo {
    position: relative;
  }

  /* round logo */
  #logo a.round {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 80px; /* 100%; */
    height: auto;
    float: left;
    z-index: 1000;
    opacity: 0.78;
    display: none;
  }
  #logo a.round img {
    max-width: 100%;
    height: auto;
  }

  /* text logo */
  #logo a.text {
    position: absolute;
    top: 19px;
    left: 18px;
    display: block;
    width: auto;
    float: left;
    font-size: 32px;
    font-weight: 700;
    /* color: #003366; */
    color: rgba(32,16,48,0.82); /* rebeccapurple; /* #152255; */
    z-index: 1000;
  }
  #logo a.text:hover {
    text-decoration: none;
  }

  #info {
    display: block;
    position: fixed;
    bottom: 0.9em; /* 1em; */
    left: 0.9em; /* 1em; */
    color: rgba(0,0,0,0.75);
  }
  #info p {
    margin: 0px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
  }

  #menuWrapper {
    flex: 0 0 100%; /* 15%; */
    margin-bottom: 0px; /* 2em; */
    background: whitesmoke; /* rgba(252, 230, 109, 0.1); */
  }

  #mainWrapper {
    flex: 0 0 100%; 
    padding: 1.5em 1em 0px 1em; /* 0px 0.65em; */
    background: rebeccapurple;
    color: rgba(255,255,255,0.9);
  }
  #mainWrapper a {
    color: orange;
  }

  /* burger menu */
  #mobileNavWrapper {
    flex: 0 0 100%;
    overflow: hidden;
    height: auto;
    max-height: 420px;
    transition: max-height 0.2s ease;
  }
  #mobileNavWrapper.hide {
    max-height: 0px;
    border-bottom: 1px solid transparent;
  }
  /* burger nav */
  .burgerWrapper {
    flex: 0 0 100%;
  }
  .burgerWrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  /* mobileNav */
  ul.mobileNav {
    list-style: none;
    margin-bottom: 0px;
    flex: 0 0 100%;
    height: auto;
    /* max-height: 420px; */
    border-bottom: 1px solid rgba(0,0,0,0.1);
    overflow: hidden;
    /* transition: max-height 0.2s ease; */
  }
  ul.mobileNav li {
    display: block;
    width: 100%;
    float: left;
  }
  ul.mobileNav li a {
    display: block;
    width: 100%;
    float: left;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid transparent;
    font-size: 29px;
    line-height: 29px; /* 34px; */
    text-align: center;
    padding: 0.5em;
    font-weight: 500;
    color: #333333; /* #036; */
    font-family: 'EB Garamond', serif;
    text-transform: capitalize;
  }
  ul.mobileNav li a:hover {
    text-decoration: underline;
    border-bottom: 1px solid transparent;
    background: rgba(51,51,51,.05); /* rgba(0,51,102,.05); */
  }
  ul.mobileNav li.active a {
    text-decoration: line-through;
    color: #333; /* #003366; */
  }
  ul.mobileNav li ul {
    display: none;
  }

  /* other wrappers */

  #galleryWrapper a,
  #videoGalleryWrapper a {
    flex: 0 0 100%;
  }

  /* Resources */
  .resourceWrapper,
  .peopleWrapper,
  .WhyCodeWrapper,
  .workshopWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin: 0px -0.35em 0px -0.35em;
  }
  .peopleWrapper {
    margin-bottom: 1em;
  }
  .resourceEntry,
  .peopleEntry,
  .whyCodeEntry,
  .workshopEntry {
    padding: 0px 0.35em;
    /* color: rgba(0,0,0,0.65); */
    /* flex is in media queries */
  }
  .resourceEntry span.thumb a,
  .peopleEntry span.thumb a,
  .workshopEntry span.thumb a {
    width: 100%;
    height: auto;
    display: block;
    float: left;
  }
  .resourceEntry span.thumb a img,
  .peopleEntry span.thumb a img,
  .workshopEntry span.thumb a img {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    margin: 0px;
  }
  /* people without links _*/
  .resourceEntry span.thumb img,
  .peopleEntry span.thumb img,
  .workshopEntry span.thumb img {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    margin: 0px;
    
  }  
  .resourceEntry span.name,
  .peopleEntry span.name {
    display: block;
    width: 100%;
    float: left;
    font-weight: bold;
    margin-top: 0.5em;
  }
  .workshopEntry span.name {
    display: block;
    width: 100%;
    float: left;
    font-weight: bold;
    margin-top: 1em;
  }
  .resourceEntry span.desc,
  .peopleEntry span.desc,
  .workshopEntry span.desc {
    display: block;
    float: left;
    /* margin-bottom: 1.5em; */
  }
  .resourceEntry a,
  .peopleEntry a,
  .workshopEntry a {
    overflow-wrap: break-word;
  }
  .peopleEntry span.whyCode {
    display: block;
    float: left;
    font-style: italic;
  }

  /* whycode entry */
  .whyCodeEntry span.name {
    display: block;
    width: 100%;
    float: left;
    font-weight: bold;
  }
  .whyCodeEntry span.whyCode {
    display: block;
    float: left;
    font-style: italic;
  }

  .resourceEntry,
  .peopleEntry,
  .whyCodeEntry,
  .workshopEntry {
    overflow: hidden;
    padding-bottom: 1.5em;
  }

  .resourceEntry {
    flex: 0 0 100%; /* 1; */
  }
  .peopleEntry {
    flex: 0 0 50%; /* 1; */
  }
  .whyCodeEntry {
    flex: 0 0 100%;
  }
  .workshopEntry {
    flex: 0 0 100%;
  }

}


/* ***************************************************** */
/* BREAK MEDIUM */

@media (min-width: 400px) {
  
  #galleryWrapper a,
  #videoGalleryWrapper a {
    flex: 0 0 50%;
  }

  /* grid was moved to grid.css */
  .resourceEntry {
    flex: 0 0 50%;
  }
  .peopleEntry {
    flex: 0 0 50%;
  }
  .whyCodeEntry {
    flex: 0 0 100%;
  }

}


/* ***************************************************** */
/* BREAK MEDIUM */

@media (min-width: 800px) {
  
  #galleryWrapper a,
  #videoGalleryWrapper a {
    flex: 0 0 33.3333%;
  }
  .resourceEntry {
    flex: 0 0 33.3333%;
  }
  .peopleEntry {
    flex: 0 0 33.3333%;
  }
  .whyCodeEntry {
    flex: 0 0 50%;
  }
  .workshopEntry {
    flex: 0 0 50%;
  }  
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 4. */
@media screen and (min-width: 1024px) {

  /* now rows as flex-direction */
  #pageWrapper {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  /* no mobile nav */
  .burgerWrapper a#burger #burgerIcon,
  .burgerWrapper a#burger #crossIcon {
    display: none;
  }

  header {
    flex: 0 0 15%;
    display: block;    
  }

  #logo a.text {
    display: none;
  }

  #logo a.round {
    position: fixed; /* absolute; */
    top: -3px;
    left: -3px;
    width: 120px;
    height: auto;
    float: left;
    display: block;
  }

  #menuWrapper {
    flex: 0 0 15%;
    margin-bottom: 0px;
  }

  #mainWrapper {
    flex: 0 0 70%;
    padding-top: 1em; /* 3em; /* 0px; */
    padding-bottom: 0px;
  }

  /* burger menu */
  #mobileNavWrapper {
    display: block;
    width: 20vw; /* 15vw; */
    position: fixed;
    padding: 0.9em 0px 0px 0.9em;
  }
  #mobileNavWrapper.hide {
    height: auto;
    max-height: none;
  } 
  .burgerWrapper #burger {
    display: none;
  }
  ul.mobileNav {
    text-align: right;
    padding: 0px 0px 0.5em 0px;
    margin-right: 0px;
    max-height: none;
    height: auto;
    border-bottom: 1px solid transparent;
    text-align: left;
  }
  ul.mobileNav li {
    display: block;
    width: 13vw;
    float: left;
  }
  ul.mobileNav li:first-child {
    border-top: 0px;
  }
  ul.mobileNav li a {
    display: block;
    float: left;
    width: auto;
    padding: 0px 0.25em 0px 0px;
    text-align: left;
    border-bottom: 0px;
    border-top: 0px;
    font-size: 29px;
    line-height: 34px;
  }
  ul.mobileNav li a:hover {
    text-decoration: underline;
    border: 0px;
    background: transparent;
    color: #333333;
  }

  /* other wrappers */
  #galleryWrapper a,
  #videoGalleryWrapper a {
    flex: 0 0 25%;
  }

  .resourceEntry {
    flex: 0 0 33.3333%; /* 1; */
  }
  .peopleEntry {
    flex: 0 0 33.3333%; /* 20%; /* 1; */
  }
  .whyCodeEntry {
    flex: 0 0 50%;
  }


}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 4. */
@media screen and (min-width: 1280px) {

  .resourceEntry {
    flex: 0 0 25%;
  }
  .peopleEntry {
    flex: 0 0 25%; /* 20%; /* 1; */
  }
  .whyCodeEntry {
    flex: 0 0 33.3333%;
  }
  


}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 4. */
@media screen and (min-width: 1600px) {
  
  #galleryWrapper a,
  #videoGalleryWrapper a {
    flex: 0 0 20%;
  }

  .resourceEntry {
    flex: 0 0 25%;
  }
  .peopleEntry {
    flex: 0 0 20%; /* 20%; /* 1; */
  }
  .whyCodeEntry {
    flex: 0 0 33.3333%; /* 25%; */
  }


}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* EB Garamond font */

/* eb-garamond-500 - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/eb-garamond-v12-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/eb-garamond-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/eb-garamond-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/eb-garamond-v12-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/eb-garamond-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/eb-garamond-v12-latin-500.svg#EBGaramond') format('svg'); /* Legacy iOS */
}
/* eb-garamond-700 - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/eb-garamond-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/eb-garamond-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/eb-garamond-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/eb-garamond-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/eb-garamond-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/eb-garamond-v12-latin-700.svg#EBGaramond') format('svg'); /* Legacy iOS */
}
/* eb-garamond-500italic - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/eb-garamond-v12-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/eb-garamond-v12-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/eb-garamond-v12-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/eb-garamond-v12-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/eb-garamond-v12-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/eb-garamond-v12-latin-500italic.svg#EBGaramond') format('svg'); /* Legacy iOS */
}
/* eb-garamond-700italic - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/eb-garamond-v12-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/eb-garamond-v12-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/eb-garamond-v12-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/eb-garamond-v12-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/eb-garamond-v12-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/eb-garamond-v12-latin-700italic.svg#EBGaramond') format('svg'); /* Legacy iOS */
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* rubik-regular - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rubik-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Rubik'), local('Rubik-Regular'),
       url('../fonts/rubik-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rubik-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rubik-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rubik-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rubik-v9-latin-regular.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-italic - latin */
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/rubik-v9-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Rubik Italic'), local('Rubik-Italic'),
       url('../fonts/rubik-v9-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rubik-v9-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rubik-v9-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rubik-v9-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rubik-v9-latin-italic.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-700 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/rubik-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Rubik Bold'), local('Rubik-Bold'),
       url('../fonts/rubik-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rubik-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rubik-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rubik-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rubik-v9-latin-700.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-700italic - latin */
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/rubik-v9-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Rubik Bold Italic'), local('Rubik-BoldItalic'),
       url('../fonts/rubik-v9-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rubik-v9-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rubik-v9-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rubik-v9-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rubik-v9-latin-700italic.svg#Rubik') format('svg'); /* Legacy iOS */
}