/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  cursor: pointer;
}

a:focus {
  outline:thin dotted;
  outline:5px auto -webkit-focus-ring-color;outline-offset:-2px
  color:#000000;outline:1px dashed #000000;
}

figure {
  margin:0
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

html,body {
  font-family: 'Open Sans', sans-serif;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h2 {
  line-height: 1.2;
}

ol, ul {
  list-style: none;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=d9f6bd60-29a6-43c5-8d33-29c836f0e3c5");
@font-face {
    font-family:"Museo W01_700";
    src:url("../fonts/13012335-73ef-44f0-b295-7b83041355af.woff2") format("woff2"),url("https://www.covidrdalliance.com/css/Fonts/28d74e9b-4ea9-4e3c-b265-c67a72c66856.woff") format("woff");
}

/*Globals*/
.flex { display: flex; }
.justify-between { justify-content: space-between; }
.justify-center {     justify-content: center; }
.justify-end {justify-content: flex-end; }
.items-stretch { align-items: stretch; }
.items-center {     align-items: center; }
.flex-wrap {flex-wrap: wrap; }
.max-w-4xl {max-width: 54rem;}
.max-w-5xl {     max-width: 64rem; }
.max-w-6xl {     max-width: 72rem; }
.max-w-xs {max-width: 20rem; }
.max-w-3xl {max-width: 48rem; }
.mt-12 {margin-top: 3rem; }
.mt-20 {margin-top: 5rem; }
.my-8 {margin-top: 2rem; margin-bottom: 2rem; }
.flex-1 { flex: 1 1 0%; }
.pb-16 {padding-bottom: 4rem; }
.pr-16 {padding-right: 4rem; }
.pb-20 {padding-bottom: 5em;}
.pt-8 { padding-top: 2rem; }
.mt-10 {margin-top: 2.5rem; }
.py-16 {padding-top: 4rem; padding-bottom: 4rem; }
.m-auto {margin: auto; }
.-mt-12 {margin-top: -3rem}
.text-center {text-align: center; }
.w-full {width: 100%; }
.mt-16 { margin-top: 4rem; }
.flex-start { align-items: start; }
.img-wrap img { width: 100%; }

.inner-nav a { color: #fff; }


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: bolder
}

h1 {
  font-size: 67px;
  line-height: 1;
}

h2 {
  font-size: 45px;
  color: #344480;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 27px;
  color: #344480;
  margin-bottom: 0.5em;
}

p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 1.2em;
}

nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-top: 40px;
  /*transition: all 0.3s ease-out;*/
}

nav a {
  text-decoration: none;
}

nav img {
  transition: all 0.3s ease-out;
  width: 100%;
  max-width: 140px;
  width: 140px;
}

nav.on {
  background: #344480;
  position: fixed;
  padding-top: 15px;
  padding-bottom: 20px;
}
nav.on a { color: #ffffff; }
nav.on a img {
  max-width: 55px;
  max-height: 50px;
}
nav.on .wrap {
      align-items: center;
}

nav ul li a:hover {
  text-decoration: underline;
}

nav ul li {
  margin: 0 1em;
  position: relative;
}
nav ul li:last-child {
  display: none;
}

nav ul li a {
  color: #344480;
  font-weight: bolder;
  font-family:"Museo W01_700", sans-serif;
  font-size: 24px;
}

.img-wrap img {
  border-radius: 9px;
}

.wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px;
}

.w-560 {
  max-width: 760px;
}

.hero {
  background: url('../img/covid-research-and-development.jpg') no-repeat center 0 transparent;
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 160px;
}



.hero h1 {
  color: #ffffff;
  font-weight: bolder;
  margin-bottom: 54px;
  line-height: 1.1;
}

.btn {
  display: inline-block;
  background: #b4cf61;
  color: #ffffff;
  font-weight: bolder;
  border-radius: 32px;
  text-align: center;
  padding: 1em 4.2em;
  text-decoration: none;
}

.btn:hover {
  box-shadow: 0 1px 8px rgba(0,0,0,0.5);
  text-decoration: underline;
}

.blurb-callout {
  background: #344480;
  color: #fff;
  padding: 2em 2.5em 1em;
  border-radius: 10px;
  margin-bottom: 60px;
  max-width: 560px;
}

.blurb-callout p {
  font-size: 22px;
}

.dash {
  display: inline-block;
  background: #b4cf61;
  width: 142px;
  height: 6px;
}

.card {
  background: #344480;
  color: #ffffff;
  border-radius: 9px;
  padding: 3em 2.5em 3em;
  max-width: 510px;
  margin: 0 7px;
  text-align: left;
  position: relative;
}

.card:hover {
  background: #284480;
}

.card:hover .btn {
  background: #344480;
  box-shadow: 0 1px 8px rgba(0,0,0,0.5);
}

.card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card p {
  font-size: 14px;
}

.card .btn {
  margin-top: 0.5em;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card .title {
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 0.5em;
}

.highlight {
  background: url('../img/img-02.jpg') no-repeat center 0 transparent;
  background-size: cover;
  border-radius: 9px;
  padding: 150px 0;
}

.highlight .blurb h2 {
  color: #ffffff;
  line-height: 1.2;
}

.highlight .blurb {
  max-width: 935px;
  padding: 0 30px;
}

ul.tabs {
  margin: 0 auto;
  width: 100%;
  /*max-width: 1090px;*/
  margin-top: -30px;
  padding: 0 60px;
}

ul.tabs li {
  background: #f5f5f5;
  margin-bottom: 10px;
  border-radius: 9px;
  padding: 2em 2em 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding-right: 12em;
  line-height: 1.7;
}

ul.tabs ul li {
  padding: 0;
  margin-bottom: 1.7em;
  padding-left: 2em;
}
ul.tabs ul li p { padding-top: 0; }
ul.tabs ul li:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #b4cf61;
  position: absolute;
  top: 7px;
  left: 4px;
}

ul.tabs li:hover {
  /*background-color: #efefef;*/
}

ul.tabs li .title {
  color: #344480;
  font-weight: bolder;
  font-size: 25px;
  max-width: 770px;
  margin-bottom: 1.2em;
  line-height: 1.4;
}

ul.tabs li p {
  /*padding-top: 1.5em;*/
}

ul.tabs li .icon {
  position: absolute;
  top: 0;
  right: 0;
  background: #b4cf61;
  color: #ffffff;
  padding: 0.8em 1em 1em 1em;
  font-size: 30px;
  font-weight: normal;
  height: 100%;
  transition: all 0.1s ease-out;
  min-width: 80px;
  color: transparent !important;
}

ul.tabs li .icon:after {
  content: "+";
  color: #ffffff;
  position: absolute;
  top: calc(50% - 25px);
  right: calc(50% - 7px);
}
ul.tabs li.active .icon:after {
  content: "--";
  letter-spacing: -3px;
  color: #b4cf61;
  top: 25px;
}

ul.tabs .active .icon {
  background: none;
  color: #b4cf61;
}

ul.tabs > li {
  padding-left: 3em;
}

ul.tabs > li:hover .title {
  text-decoration: underline;
}

ul.tabs li ul {
  padding-left: 2em;
}

ul.tabs li ul li ul li {
  padding-left: 1.7em;
}
ul.tabs li ul li ul li:after {
  background: #344480;
  width: 8px;
  height: 8px;
  top: 8px;
}

ul.tabs li ul {
  margin-top: 1.7em;
}

ul.tabs li ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

ul.tabs li ul li {
  position: relative;
}

/*ul.tabs li div:last-child {
  display: none;
}*/

ul.tabs .active .title + div {
  /*display: block;*/
}

ul.tabs .title + div {
  display: none;
  padding-bottom: 1em;
}

.media .title {
  color: #686868;
  font-size: 26px;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
  font-family:"Museo W01_700", sans-serif;
}

.media .date {
  font-size: 20px;
  color: #919191;
}

.media h2 {
  margin-bottom: 0;
}

.media li {
  margin-bottom: 1.5em;
}

.media li a {
  color: #344480;
  text-decoration: underline;
  font-weight: bolder;
  font-size: 25px;
}

.media li a:hover {
  color: #b4cf61;
  text-decoration: none;
}

.logos li img {
  width: 184px;
}


/*Mobile Menu*/
.mobile-menu {
  position: fixed;
  height: 100%;
  width: 50vw;
  /*background: rgba(255,255,255,0.9);*/
  background: #344480;
  top: 0;
  right: -100%;
  z-index: 9;
  padding-top: 6em;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  /*border-left: 1px solid rgba(0,0,0,0.4);*/
}

.mobile-menu.on {
  right: 0;
}

.mobile-menu ul {
  padding-right: 45px;
}

.mobile-menu ul li {
  text-align: right;
}
.mobile-menu li a {
  display: block;
  width: 100%;
  padding: 1em 0;
      font-size: 16px;
      color: #ffffff;
      text-decoration: none;
}
.mobile-menu li a:hover {
  text-decoration: underline;
}

/*#media-contact .flex-1 {
  flex: 1 0 100%;
}*/

#media-contact a, #media a, #contact a {
  color: #344480;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}




footer li {
  margin-left: 1em;
  border-left: 1px solid #b4cf61;
  padding-left: 1em;
  line-height: 1;
}

footer li:first-child {
  border-left: none;
}

footer li a {
  color: #b4cf61;
  text-decoration: none;
}

footer li a:hover {
  text-decoration: underline;
}

footer p {
  color: #ffffff;
  font-size: 17px;
  margin-top: 1em;
}

footer img {
  width: 100%;
  max-width: 110px;
  width: 110px;
}


.text-right {
  text-align: right;
}

nav .wrap.flex { position: relative; }

.icon-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  cursor: pointer;
}

nav.on .icon-menu {
  top: -10px;
}

.icon-menu span {
    display: block;
    width: 100%;
    height: 5px;
    background: #b4cf61;
    margin-bottom: 4px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: center center; position: relative;
    border-radius: 10px;
    /*border: 1px solid #344480;*/
    /*box-shadow: 0 1px 5px rgba(0,0,0,0.2);*/
}

.icon-menu.on span:first-child {
      transform: rotate(45deg); top: 7px;
}
.icon-menu.on span.out { opacity: 0; }
.icon-menu.on span:last-child {
      transform: rotate(-45deg); top: -11px;
}

.hide-desktop {
  display: none;
}


/*Mobile*/
 @media (min-width: 1281px) {

 }

 @media (max-width: 1280px) {
    .hero.inner {
        padding-bottom: 70px;
    }
    .hide-mobile {
      display: none;
    }
    .hide-desktop {
      display: block;
    }
    #about-us .wrap.flex {
            flex-direction: column-reverse;
    }
    .blurb-callout {
      max-width: 100%;
      margin-bottom: 30px;
    }
     nav img {
      max-width: 100px;
      max-height: 100px;
     }
     footer img {
      max-height: 50px;
     }
    .hero {
          padding-top: 20vw;
          padding-bottom: 13vw;
    }
    .hero .wrap div {
        max-width: 58vw;
    }
    .hero h1 {
          font-size: 5vw;
    }
    .media li a {
      font-size: 19px;
    }
    .media .date {
      font-size: 16px;
    }
    footer img {
      max-width: 50px;
    }
    footer p {
      font-size: 15px;
    }
 }

   @media (min-width: 981px) {
        .offset-top {
          margin-top: -180px;
        }
        .offset-top-20 {
          margin-top: -20px;
        }
   }

  @media (max-width: 980px) {
    .hero.inner {
        padding-bottom: 20px;
        margin-bottom: 2em;
    }
    .leading-with-research {
      display: block;
    }
    .column-reverse {
          flex-direction: column-reverse;
    }
      nav img {
        max-width: 50px;
        max-height: 50px;
     }
    .highlight .blurb h2 {
      font-size: 5vw;
    }
    #about-us .wrap.flex {
            flex-direction: column-reverse;
    }
    #faq .max-w-xs {
              max-width: 32vw;
    }
    .highlight {
          padding: 10vw 0;
    }
    ul.tabs li .icon {
      line-height: 0;
    }
    ul.tabs > li {
          padding-left: 2em;
              padding-top: 1em;
              padding-bottom: 0.5em;
    }
    ul.tabs {
      padding: 0 20px;
    }
    ul.tabs li .title {
       font-size: 2vw;
    }
    .blurb-callout {
      max-width: 100%;
      margin-bottom: 30px;
    }

    .mt-10 {
      margin-top: 0;
    }
    .pr-16 {
      padding-right: 0;
    }
    .img-wrap img {
      margin: auto;
      width: 100%;
    }
    nav ul li {
      display: none;
    }
    nav ul li:last-child {
        display: inline-block;
      }
      ul.tabs li .icon:after {
        top: 50%;
      }
  }

  @media (min-width: 981px) {
      .mobile-menu {
        display: none;
      }
  }

  @media (max-width: 767px) {
      body #cookie-law-info-bar div {
        display: block;
      }
      body #cookie-law-info-bar div span {
        display: block;
        padding-right: 0;
        margin-bottom: 10px;
      }
      #resources .inner-wrap {
        display: block;
      }
      #resources .card {
        max-width: 100%;
        margin-bottom: 10px;
      }
      #media-contact .inner-wrap, #media .inner-wrap, #contact .inner-wrap   {
        display: block;
      }
      #media-contact .pr-10, #media .pr-10, #contact .pr-10 {
        padding-right: 0;
        margin-bottom: 60px;
      }
      ul.tabs > li {
        padding-right: 7em;
      }
      .blurb-callout p {
        font-size: 19px;
      }
      h2 {
        font-size: 35px;
      }
      ul.tabs li .title {
        font-size: 15px;
      }
      ul.tabs p {
        font-size: 15px;
      }
      ul.tabs li ul {
        padding-left: 1em;
      }

  }

    @media (max-width: 767px) {
        .hero {
          padding-top: 150px;
        }
    }

    @media (max-width: 599px) {
        .hero .wrap div {
          max-width: 60vw;
        }
        p {
          font-size: 16px;
        }
        #members ul li {
          width: 50%;
        }
        ul.tabs > li {
          padding-left: 1em;
          padding-right: 6em;
          font-size: 15px;
          line-height: 1.5;
        }
        ul.tabs li {
          line-height: 1.4;
        }
        ul.tabs li ul {
          padding-left: 0;
        }
        ul.tabs li.active .title {
          padding-right: 6em;
        }
        ul.tabs li.active {
          padding-right: 1em;
        }
        .hero .blurb {
            margin-bottom: 50px;
        }
        .hero.inner .blurb {
          display: none;
        }
        footer li a {
          font-size: 13px;
        }
        footer p {
          font-size: 12px;
          max-width: 200px;
          float: right;
        }
        .media li a {
          font-size: 16px;
        }
    }

.flex li a {
    color:#fff;
  }
  .err-txt {
    color: #fff; font-size: 24px;
  }
  .err-txt a {
    color:#b4cf61;
    text-decoration: none;
  }

  .err-txt a:hover {
    color:#fff;
    text-decoration: underline;
  }

  #cookie-law-info-bar {
  font-size: 12pt;
  margin: 0 auto;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  box-sizing: border-box;
  width:100%;
  z-index: 9999;
  box-shadow:rgba(0,0,0,.5) 0px 5px 50px;
  display: none;
  left:0px;
  font-weight:300;
  background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; bottom: 0px; position: fixed; display: block;
}
#cookie-law-info-again {
  font-size: 10pt;
  margin: 0;
  padding:5px 10px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
  vertical-align: middle;
}

#cookie-law-info-bar span a {
  color: #344480;
  text-decoration: underline;
}
#cookie-law-info-bar span a:hover {
  color: #344480;
  text-decoration: none;
}
.cookie_action_close_header {
  display: inline-block;
  text-align: center;
  margin: 10px auto;
  cursor: pointer;
  padding: 10px 30px !important;
  font-size: 14px !important;
}

.cli-bar-popup{
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  padding:20px;
}

#cookie-law-info-bar div {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0 30px;
  max-width: 1320px;
  margin: 0 auto;
}

#cookie-law-info-bar div span {
  padding-right: 2em;
  font-size: 12px;
}
