/***********************************
*  Container Styles
***********************************/

#label .container {
  width: 100% !important;
}
#label .flex-container {
  display: flex;
  align-items: center;
}

/***********************************
*  Content Styles
***********************************/

#label h1.page-title {
  font-size: 48px;
  padding-bottom: 10px;
  word-wrap: break-word;
}

#label h2.media-description {
  font-size: 21px;
  font-weight: 400;
  margin: 0 0 60px;
}

#label .row.criteria {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 5px;
  padding-top: 15px;
}

#label .criteria h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0;
}

#label #sources h2 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  margin-top: 60px;
}

#label #sources p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}

#label #sources div p:last-of-type {
  padding-bottom: 10px;
}

/***********************************
*  Sidebar Styles
***********************************/

#label aside {
  background: #fff;
  font-weight: 700;
  padding: 20px;
}

#label .possible-points {
  font-weight: 200;
  font-size: 12px;
}

#label aside header {
  margin-bottom: 20px;
}

#label .na {
  background: url(/assets/icons/png/na.png) no-repeat;
  width: 21px;
  height: 14px;
}

#label .fa-check,
#label .green {
  color: #43ae49;
}

#label .trustworthy {
  color: #000000;
}

#label .fa-times {
  color: #c72028;
}

#label .platform {
  color: #abaaab;
}

#label .red {
  color: #c82127;
}

#label .satire {
  color: #fbb037;
}

#label .unrated {
  color: #000000;
}

#label .flex-container.rating .nguard-icon {
  flex-basis: 40px;
  flex-grow: 0;
  margin-right: 15px;
  width: 40px;
  height: 52px;
}

#label .flex-container div {
  flex: 1 1;
}

#label .flex-container div:last-child {
  flex: 1 1;
  flex-grow: 1;
}

#label .bullet {
  border-top: 1px solid #e6e6e6;
  padding: 10px 0;
}

#label .bullet div:first-child:not(.score) {
  text-align: center;
  font-size: 18px;
  flex-basis: 40px;
  flex-grow: 0;
  margin-right: 15px;
}

/***********************************
*  Media Queries / Mobile  Styles
***********************************/
@media screen and (max-width: 1199px) {
  #label h2.media-description.desktop {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  #label .mobile {
    display: none;
  }
  #label .desktop {
    display: block;
  }
  #label .mobile-flex-container #sidebar {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  #label .desktop {
    display: none;
  }
  #label .mobile {
    display: block;
  }
  #label .mobile-flex-container #sidebar {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  #label h1.page-title {
    font-size: 42px;
  }

  #label h2.media-description.mobile {
    margin-bottom: 30px;
  }

  #label .mobile-flex-container {
    display: flex;
    flex-direction: column;
  }

  #label .mobile-flex-container #summary,
  #label .mobile-flex-container #sidebar {
    flex: 1 1;
    float: none;
  }
  #label .mobile-flex-container #summary {
    order: 2;
  }

  #label #overview .row.criteria:first-of-type {
    border: none;
    margin-top: 20px;
  }
  #label .criteria h3 {
    padding-bottom: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-3 {
    min-width: 40%;
  }
  .col-lg-9 {
    max-width: 60%;
  }
}

@media (min-width: 1200px) and (max-width: 1290px) {
  .col-lg-3 {
    min-width: 30%;
  }
  .col-lg-9 {
    max-width: 70%;
  }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  #label .columnizer {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
  }

  #label .bullet:first-of-type {
    margin-top: 11px;
    /* hack to deal with CSS3 columns break */
    /* bottom padding of last element + border width */
  }
}

@media screen and (max-width: 767px) {
  #label h1.page-title {
    font-size: 36px;
  }
  #labelh2.media-description {
    font-size: 18px;
  }
}

#label .criteria-note {
  padding: 20px;
  margin-left: 20px;
  font-weight: 700;
  font-style: italic;
}

#label .criteria-note a {
  color: #42b149;
  font-style: italic;
}

#label #sources {
  word-wrap: break-word;
}

#label .score {
  font-size: 16px;
  font-weight: 700;
  /* padding-bottom: 10px; */
}

#label .score .points {
  font-weight: 400;
}

#label .weight {
  font-size: 12px;
  font-weight: 400;
}

#label .byline_type {
  margin-right: 10px;
}

.get-newsguard a {
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0125),
    0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: #43ae49;
  color: white;
  border-radius: 0.5rem;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 1px;
  border-style: solid;
  border-top-width: 0.0625rem;
  border-bottom-width: 4.125px !important;
  padding: 0 1.5rem;
  line-height: 42px;
  float: left;
}

.get-newsguard span {
  float: left;
  font-weight: 600;
  font-size: 20px;
  margin-left: 10px;
}

.get-newsguard .browser-logo {
  width: 30px;
  height: 42px;
  margin-left: 10px;
  margin-right: 10px;
  background-size: 30px 30px;
  background-position-y: 6px;
  background-repeat: no-repeat;
}

.browser-logo.chrome {
  background-image: url(/assets/icons/png/chrome.png);
}
.browser-logo.edge {
  background-image: url(/assets/icons/png/edge.png);
}
.browser-logo.safari {
  background-image: url(/assets/icons/png/safari.png);
}
.browser-logo.firefox {
  background-image: url(/assets/icons/png/firefox.png);
}

/***********************************
*  General Styles
***********************************/

body {
  background-color: #f7f7f7;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 700;
}


/***********************************
*  Container Styles
***********************************/

.container {
  width: 100% !important;
}

.container-fluid {
  max-width: 1265px;
}


/***********************************
*  Navigation Styles
***********************************/

.navbar,
.navbar-default {
  min-height: 90px;
  background-color: #ffffff;
}

.navbar-default {
  border: none;
}

.navbar {
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 0;
}

.navbar-brand {
  height: auto;
  line-height: 95px;
  padding: 0 15px;
}

@media screen and (min-width: 767px) {
  .navbar-default .nav-item {
    margin-left: 16.66666667%;
    width: 83.33333%;
    text-align: right;
  }

  .navbar-default .nav-item .nav-link {
    color: #337ab7;
    font-weight: bold;
    font-size: 16px;
    padding: 15px;
    margin-top: 20px;
  }

  .navbar-default .nav-item .nav-link:hover {
    text-decoration: underline;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1265px;
  }
}

/***********************************
* contents
 */

.page-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

/***********************************
*  Footer Styles
***********************************/

footer {
  min-height: 50px;
  margin-top: 50px;
}

footer p {
  min-height: 50px;
}

.modal-backdrop.show {
  opacity: 0.9;
}
/* hebrew */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 300;
  src: local('Frank Ruhl Libre Light'), local('FrankRuhlLibre-Light'), url(https://fonts.gstatic.com/s/frankruhllibre/v3/j8_36_fAw7jrcalD7oKYNX0QfAnPUxvH9JXGhKWLDw41Iw.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 300;
  src: local('Frank Ruhl Libre Light'), local('FrankRuhlLibre-Light'), url(https://fonts.gstatic.com/s/frankruhllibre/v3/j8_36_fAw7jrcalD7oKYNX0QfAnPUxvH9JnGhKWLDw41Iw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 300;
  src: local('Frank Ruhl Libre Light'), local('FrankRuhlLibre-Light'), url(https://fonts.gstatic.com/s/frankruhllibre/v3/j8_36_fAw7jrcalD7oKYNX0QfAnPUxvH9JfGhKWLDw4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* hebrew */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 400;
  src: local('Frank Ruhl Libre Regular'), local('FrankRuhlLibre-Regular'), url(https://fonts.gstatic.com/s/frankruhllibre/v3/j8_w6_fAw7jrcalD7oKYNX0QfAnPW7Ll4brkiY-xBg.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 400;
  src: local('Frank Ruhl Libre Regular'), local('FrankRuhlLibre-Regular'), url(https://fonts.gstatic.com/s/frankruhllibre/v3/j8_w6_fAw7jrcalD7oKYNX0QfAnPW77l4brkiY-xBg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 400;
  src: local('Frank Ruhl Libre Regular'), local('FrankRuhlLibre-Regular'), url(https://fonts.gstatic.com/s/frankruhllibre/v3/j8_w6_fAw7jrcalD7oKYNX0QfAnPW7Dl4brkiY8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* hebrew */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 500;
  src: local('Frank Ruhl Libre Medium'), local('FrankRuhlLibre-Medium'), url(https://fonts.gstatic.com/s/frankruhllibre/v3/j8_36_fAw7jrcalD7oKYNX0QfAnPU0PG9JXGhKWLDw41Iw.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 500;
  src: local('Frank Ruhl Libre Medium'), local('FrankRuhlLibre-Medium'), url(https://fonts.gstatic.com/s/frankruhllibre/v3/j8_36_fAw7jrcalD7oKYNX0QfAnPU0PG9JnGhKWLDw41Iw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 500;
  src: local('Frank Ruhl Libre Medium'), local('FrankRuhlLibre-Medium'), url(https://fonts.gstatic.com/s/frankruhllibre/v3/j8_36_fAw7jrcalD7oKYNX0QfAnPU0PG9JfGhKWLDw4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* hebrew */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 700;
  src: local('Frank Ruhl Libre Bold'), local('FrankRuhlLibre-Bold'), url(https://fonts.gstatic.com/s/frankruhllibre/v3/j8_36_fAw7jrcalD7oKYNX0QfAnPUwvA9JXGhKWLDw41Iw.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 700;
  src: local('Frank Ruhl Libre Bold'), local('FrankRuhlLibre-Bold'), url(https://fonts.gstatic.com/s/frankruhllibre/v3/j8_36_fAw7jrcalD7oKYNX0QfAnPUwvA9JnGhKWLDw41Iw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 700;
  src: local('Frank Ruhl Libre Bold'), local('FrankRuhlLibre-Bold'), url(https://fonts.gstatic.com/s/frankruhllibre/v3/j8_36_fAw7jrcalD7oKYNX0QfAnPUwvA9JfGhKWLDw4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Udc1GAK6bt6o.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0ddc1GAK6bt6o.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Vdc1GAK6bt6o.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0adc1GAK6bt6o.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Wdc1GAK6bt6o.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Xdc1GAK6bt6o.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Zdc1GAK6b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOX-hpKKSTj5PW.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOVuhpKKSTj5PW.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXuhpKKSTj5PW.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUehpKKSTj5PW.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXehpKKSTj5PW.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXOhpKKSTj5PW.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@media screen and (max-width: 766px) {
  .navbar .nav-item .nav-link {
    display: none;
  }
}




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