@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;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 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 {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 23px;
  color: #201b3f;
  font-weight: 400;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: lightgrey;
}

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 {
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em;
  color: #393743;
  font-family: 'EB Garamond', serif;
}

h2 {
  font-size: 29px;
  padding: 0px;
}
h3 {
  font-size: 1.25em;
  padding: 0px;
}

p {
  font-size: 1em;
  margin: 0px 0px 1em 0px; /* 0px 0px 2em 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: 0.5em;
}

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

/* NAV ICON */
.burgerWrapper a#burger {
  display: block;
  float: right;
  padding: 0px;
  margin: 0px;
  /* color: #003366; */
  color: #201b3f;
}

.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: 1024px;
  margin: 0px auto;
}

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

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


/* 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;
}


/* 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.5em 0px;
  border-bottom: 1px solid rgba(32, 27, 63, 0.1);
}

.programEntry span.timeWrapper {
  display: inline-block;
  padding-right: 1em;
}

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

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

.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: #ffff00;
    background: -moz-linear-gradient(top, #ffff00 1%, #eedd00 100%);
    background: -webkit-linear-gradient(top, #ffff00 1%,#eedd00 100%);
    background: linear-gradient(to bottom, #ffff00 1%,#eedd00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#eedd00',GradientType=0 );
  }
  
  #logo {
    position: relative;
  }

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

  /* text logo */
  #logo a.text {
    position: absolute;
    top: 20px;
    left: 18px;
    display: block;
    width: auto;
    font-family: 'EB Garamond', serif;
    font-size: 36px;
    font-weight: 800; /* 700; */
    /* color: #003366; */
    color: #201b3f;
    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: 29px;
    line-height: 32px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
  }

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

  #mainWrapper {
    flex: 0 0 100%; 
    padding: 0px 1em;
  }

  /* 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;
    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: #333; /* #036; */
    font-family: 'EB Garamond', serif;
    text-transform: capitalize;
  }
  ul.mobileNav li a:hover {
    text-decoration: underline;
    border-bottom: 1px solid transparent;
    color: #333;
    background: rgba(51,51,51,.05); /* rgba(0,51,102,.05); */
  }
  ul.mobileNav li.active a {
    text-decoration: line-through;
    color: #333; /* #003366; */
  }


  /* other wrappers */

  #galleryWrapper a,
  #videoGalleryWrapper a {
    flex: 0 0 100%;
  }
  /* Resources */
  .resourceWrapper,
  .peopleWrapper,
  .WhyCodeWrapper {
    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;
  }
  .resourceEntry,
  .peopleEntry,
  .whyCodeEntry {
    padding: 0px 0.35em;
    color: rgba(0,0,0,0.65);
  }
  .resourceEntry span.thumb a,
  .peopleEntry span.thumb a {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
    display: block;
    float: left;
  }
  .resourceEntry span.thumb a img,
  .peopleEntry span.thumb a 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;
  }
  .resourceEntry span.desc,
  .peopleEntry span.desc {
    display: block;
    float: left;
    /* margin-bottom: 1.5em; */
  }
  .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 {
    overflow: hidden;
    padding-bottom: 1.5em;
  }

  .resourceEntry {
    flex: 0 0 100%; /* 1; */
  }
  .peopleEntry {
    flex: 0 0 50%; /* 1; */
  }
  .whyCodeEntry {
    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%; /* 1; */
  }
  .peopleEntry {
    flex: 0 0 50%; /* 33.3333%; /* 1; */
  }
  .whyCodeEntry {
    flex: 0 0 100%;
  }

}


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

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

  .resourceEntry {
    flex: 0 0 50%; /* 33.3333%; /* 1; */
  }
  .peopleEntry {
    flex: 0 0 50%; /* 33.3333%; /* 20%; /* 1; */
  }
  .whyCodeEntry {
    flex: 0 0 100%; /* 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 {
    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; /* 1.3em 1.3em 0.5em 1.3em; */
    margin-right: 0px; /* -0.9em; */
    max-height: none;
    height: auto;
    border-bottom: 1px solid transparent;
    text-align: left;
  }
  ul.mobileNav li {
    display: block; /* inline-block; */
    width: 100%; /* auto; */
    float: left; /* none; */
  }
  ul.mobileNav li:first-child {
    border-top: 0px;
  }
  ul.mobileNav li a {
    display: block;
    float: left;
    width: auto;
    padding: 0px 0.9em 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: #333; /* #003366; */
  }

  /* 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: 1400px) {
  
  #galleryWrapper a,
  #videoGalleryWrapper a {
    flex: 0 0 20%;
  }

}



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


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

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