/*
Theme Name:     Kramer Direct
Author:         Matt Wiz
Description:    2018 Theme Update
Text Domain:	genii
Version:        0.0.1
License:        To Kill
Template:	    genii
*/
::-moz-selection {
  background: #d41e38;
  color: #fff; }

::selection {
  background: #d41e38;
  color: #fff; }

body {
  background-color: #e6e6e6;
  font-family: "Open Sans", sans-serif; }

#site-header {
  background-color: #002B49;
  color: #fff; }
  #site-header a.logo, #site-header a.logo-mobile {
    color: #fff; }

.hamburger:hover {
  background: #05131d; }
.hamburger.is-active {
  background-color: #d41e38; }

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #fff; }

.primary-nav {
  background-color: #eee; }
  .primary-nav a {
    border-bottom-color: #ddd;
    border-top-color: #fff;
    color: #002B49; }
  .primary-nav li {
    background-color: #eee; }
  .primary-nav ul {
    background-color: #eee; }

.sub-menu {
  background-color: #eee; }
  .sub-menu li.btn-back {
    background-color: #fff;
    color: #002B49; }

.bt-search {
  background: #d41e38; }
  .bt-search:before {
    color: #fff; }
  .bt-search:hover {
    background: #05131d; }

input[name="s"] {
  background-color: #fff;
  color: #111; }
  input[name="s"]::-webkit-input-placeholder {
    color: #555; }
  input[name="s"]::-moz-placeholder {
    color: #555; }
  input[name="s"] :-ms-input-placeholder {
    color: #555; }
  input[name="s"] :-moz-placeholder {
    color: #555; }

button.bt-search {
  background: #d41e38; }
  button.bt-search:hover {
    background: #d41e38; }
  button.bt-search:focus {
    background: #00a8e2; }

.mobile-header h1 {
  background-color: #002B49; }
.mobile-header a {
  color: #fff; }

#sub-header {
  background: #f4f4f4;
  border-bottom-color: #d2d6d5;
  color: #a6abab; }
  #sub-header a {
    color: #444; }
    #sub-header a:hover {
      color: #444; }
    #sub-header a strong {
      color: #a6abab; }

#breadcrumb {
  border-bottom: 1px solid #d2d6d5;
  color: #a6abab; }
  #breadcrumb:before {
    color: #bbb; }
  #breadcrumb:hover {
    background: #f4f4f4;
    border-right-color: #eee; }
  #breadcrumb a:hover {
    color: #d41e38; }

.social-icons {
  background: -webkit-gradient(linear, left top, right top, from(rgba(244, 244, 244, 0)), color-stop(5%, #f4f4f4));
  background: linear-gradient(to right, rgba(244, 244, 244, 0) 0%, #f4f4f4 5%); }
  .social-icons a:before {
    color: #a1a1a1; }
  .social-icons a:hover {
    color: #d41e38 !important; }
    .social-icons a:hover:before {
      color: #002B49; }

#container {
  background: #fff;
  -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1); }

.h2 {
  color: #d41e38; }

main h2 {
  color: #d41e38; }
main h3 {
  color: #d41e38; }
main a {
  color: #002B49; }
  main a:hover {
    color: #d41e38; }

.button,
.button-primary,
.button-secondary {
  background: #00a8e2;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  color: #fff; }

.button:before {
  background: rgba(0, 0, 0, 0.1); }
.button:hover {
  background: #009bd0;
  color: #fff; }
.button:active, .button:focus {
  border-bottom-color: #009bd0; }

.checkmark em {
  color: #787168; }
.checkmark li:before {
  color: #00a8e2; }
.checkmark li ul li i {
  color: #05131d; }

blockquote {
  background: #f5f5f5; }

.count-up .highlight {
  color: #d41e38; }
#sidebar {
	z-index: 1;
}
#sidebar a {
  color: #d41e38; }
  #sidebar a:hover {
    color: #00a8e2; }
  #sidebar a.button,
  #sidebar a.button:hover {
    color: #fff; }
#sidebar h2 {
  color: #183040; }
footer .fin {
	text-align: left;
}
footer {
  background-color: #002B49;
  color: #fff; }
  footer a {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.15); }
    footer a:hover {
      color: #00a8e2; }
      footer a:hover:before {
        color: #d41e38; }
	footer .social-icons .tel a:before {
		content: none !important;
	}
footer .social-icons a.facebook:before,
footer .social-icons a[href*="facebook.com"]:before {
		font-size: 1.5rem;
	}
footer .social-icons a.linkedin:before,
footer .social-icons a[href*="linkedin.com"]:before {
		font-size: 1.5rem;
	}

footer .social-icons li {
	margin-right: 1rem;
}
    footer a.tel {
      color: #d41e38;
       }
  footer h1 {
    color: #d41e38; }
  footer h2 {
    color: #fff; }
  footer .social-icons a:hover {
    color: #fff !important; }
    footer .social-icons a:hover:before {
      color: #d41e38; }

.hero-image:after {
  content: " ";
  background: -webkit-gradient(linear, left top, right top, from(#05131d), color-stop(#d41e38), to(#05131d));
  background: linear-gradient(to right, #05131d, #d41e38, #05131d);
  background-size: 400% 400%;
  -webkit-animation: Gradient 2.5s ease infinite;
  animation: Gradient 2.5s ease infinite; }

.single .hero-image .entry-header {
  background: rgba(255, 255, 255, 0.5); }
  .single .hero-image .entry-header h1 {
    color: #313131; }

#tagline {
  background: rgba(255, 255, 255, 0.75); }
  #tagline h1 {
    color: #002B49; }
.page-id-9 main {
	max-width: 100%;
}
.contact iframe {
	max-width: 100%;
}
.alt-bg {
  background-color: #002B49;
  color: #fff; }
  .alt-bg.large p.h1 {
    color: #d41e38; }
  .alt-bg strong {
    color: #00a8e2; }
  .alt-bg p.h1 {
    color: #fff; }
  .alt-bg p.h2 {
    color: #d41e38; }
  .alt-bg .h1 {
    color: #d41e38; }
  .alt-bg.arrow {
    position: relative;
    margin-bottom: 4rem; }
    .alt-bg.arrow:after {
      border-top-color: #002B49; }

.bar {
  background-color: #00a8e2;
  color: #fff; }
  .bar h1,
  .bar p,
  .bar span {
    color: #fff;
    border-top-color: #fff;
    border-bottom-color: #fff; }

#sidebar .widget_categories ul li a {
  border-bottom-color: #eee; }
  #sidebar .widget_categories ul li a:hover {
    background: #d41e38;
    color: #fff; }

.overlay {
  background: rgba(0, 44, 75, 0.4); }

.page-numbers {
  border: 1px solid #f1f1f1; }
  .page-numbers:hover {
    background: #d41e38;
    color: #fff; }
  .page-numbers.current {
    color: #fff;
    background: #002B49; }

    .promos h1 {
	    font-size: 1.25rem;
	    color: #002b49;
    }

    .promos h3 {
	    color: #d22030;
    }

.sideFix {
	position: relative;
	top:auto;
	right: auto;
	max-width: none;
	padding: inherit;
}

.error404 .sideFix {
	position: relative !important;
}

.entry-title {
    line-height: 2.5rem;
    font-weight: 400;
}

/* Wordpress admin bar */
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a, #wpadminbar .quicklinks .menupop ul li a:focus, #wpadminbar .quicklinks .menupop ul li a:focus strong, #wpadminbar .quicklinks .menupop ul li a:hover, #wpadminbar .quicklinks .menupop ul li a:hover strong, #wpadminbar .quicklinks .menupop.hover ul li a:focus, #wpadminbar .quicklinks .menupop.hover ul li a:hover, #wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:focus, #wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:hover, #wpadminbar li #adminbarsearch.adminbar-focused:before, #wpadminbar li .ab-item:focus .ab-icon:before, #wpadminbar li .ab-item:focus:before, #wpadminbar li a:focus .ab-icon:before, #wpadminbar li.hover .ab-icon:before, #wpadminbar li.hover .ab-item:before, #wpadminbar li:hover #adminbarsearch:before, #wpadminbar li:hover .ab-icon:before, #wpadminbar li:hover .ab-item:before, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover {
  color: #d41e38; }

#wpadminbar .ab-top-menu > li.hover > .ab-item, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item, #wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus {
  color: #d41e38; }

#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label, #wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label, #wpadminbar > #wp-toolbar li.hover span.ab-label {
  color: #d41e38; }


div.wpcf7-validation-errors {
	border: 0;
	background-color: #d41e38;
	color: #fff;}

div.wpcf7-response-output {
	margin: 0 !important;
	min-width: none !important;
	max-width: 100% !important;
}

.cbprod {
	display: flex;
    justify-content: space-evenly;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

span.wpcf7-checkbox span.wpcf7-list-item {
	display: inline-block !important;
}

.wpcf7 input[type="checkbox"]{
	min-width: 0;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
	padding: 0.5rem 0.5rem;
	border: 1px solid #dedede;
	font-size: 1rem;
	outline: 0;
	transition: border 0.25s ease-in-out;
	max-width: 90%;}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus,
.wpcf7-not-valid:focus {
	outline: 0;
	border: 1px solid #00a8e2 !important;
}

.wpcf7 label {
	font-size: 0.9rem;
}

.wpcf7-submit {
    background: #00a8e2;
    border: 0 !important;
    outline: 0;
    box-shadow: none;
    color: #fff;
    padding: 0.5rem 1rem !important;
    cursor: pointer;
}

.wpcf7-not-valid {
	border: 1px solid #d41e38 !important;
}

.wpcf7-not-valid-tip {
	color: #d41e38;
	font-size: 0.8rem;
	margin-top:0.25rem;
}

:-webkit-full-screen-ancestor #action-header,
:-webkit-full-screen-ancestor #site-header,
:-webkit-full-screen-ancestor #sub-header,
:-webkit-full-screen-ancestor #wpadminbar,
:-webkit-full-screen-ancestor *
{
  position: static !important;
  z-index: auto;
}

iframe:-webkit-full-screen {
	z-index: 999 !important;
}

@media only screen and (min-width: 782px) {
  .hero-image:hover #tagline,
  .hero-image:hover .entry-header {
    background: rgba(255, 255, 255, 0.75); } }
@media only screen and (min-width: 1150px) {

  #tagline {
    background: rgba(255, 255, 255, 0.25); }

  .bt-search {
    background: #05131d; }
    .bt-search:hover {
      background: #d41e38; }

  .primary-nav {
    background-color: transparent; }
    .primary-nav a {
      color: #fff; }
    .primary-nav ul {
      background: transparent; }
    .primary-nav li {
      background: transparent; }
      .primary-nav li:hover {
        background-color: #05131d; }

  .sub-menu a {
    color: #313131; }
    .sub-menu a:hover {
      color: #fff; }
  .sub-menu li {
    border-bottom-color: #dedede;
    border-top-color: #fff; }

  .nav-menu > li {
    border-left-color: rgba(255, 255, 255, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1); }

  .menu-item-has-children .sub-menu {
    background: #efefef;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5); }

  .nav-menu .sub-menu li:hover,
  .nav-menu .sub-menu a:hover {
    background: #05131d; }

  .sub-menu a,
  .nav-menu .sub-menu li:hover .sub-menu a {
    color: #313131; }

  .nav-menu .sub-menu a:hover,
  .nav-menu .sub-menu li:hover,
  .nav-menu .sub-menu li:hover a,
  .nav-menu .sub-menu li:hover .sub-menu a:hover,
  .nav-menu .sub-menu li:hover .sub-menu li:hover a,
  .nav-menu .sub-menu li:hover .sub-menu li:hover .sub-menu a:hover {
    color: #fff; }

  footer a {
    background-color: transparent; } }
@font-face {
  font-family: 'kramer';
  src: url("font/kramer.eot?28qqsq");
  src: url("font/kramer.eot?28qqsq#iefix") format("embedded-opentype"), url("font/kramer.ttf?28qqsq") format("truetype"), url("font/kramer.woff?28qqsq") format("woff"), url("font/kramer.svg?28qqsq#kramer") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="kramer-"], [class*=" kramer-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kramer' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input[name="s"] {
  background: #efefef;
  -webkit-box-shadow: inset -1px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset -1px 1px 5px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

hr {
  border-top: 1px solid #ddd; }

.iframe-container {
	max-width: 100% !important;
}

#help a:before {
  font-family: 'kramer' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.kramer-request-mail-samples:before,
.mail_samples:before {
  content: "\e900"; }

.kramer-increase-response-rates:before,
.response_rates:before {
  content: "\e901"; }

.kramer-run-prospect-counts:before,
.prospect_counts:before {
  content: "\e902"; }

.alt-bg.arrow.baby {
  background-color: #d41e38; }
  .alt-bg.arrow.baby:after {
    border-top-color: #d41e38; }

#action-header {
  display: none; }

span.red {
  color: #d41e38; }

main li {
	margin-bottom: 0.5rem;
}

main h1 {
  color: #002B49; }

#content .details h3 {
    font-size: 1.4em;
    font-weight: bold;
}

#content .details.two.auto h2 {
  margin-top: 0; }
#content .details.two.auto div {
  min-width: 22%; }
  #content .details.two.auto div:first-child {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  #content .details.two.auto div:last-child {
    max-width: none; }

#container .list-item div {
  text-align: left; }
  #container .list-item div:first-child {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    text-align: left; }

#recent-posts-2 {
  width: 100%;
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none; }
  #recent-posts-2 li {
    padding: 0.25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

body.home #tagline {
  background: transparent;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 40%;
  -webkit-transition: none;
  transition: none;
  width: 90%;
  max-width: none; }
  body.home #tagline h1, body.home #tagline h2 {
    color: #fff; }
  body.home #tagline:hover {
    background: transparent; }

body.home #tagline h1 {
  font-size: 1.5rem;
  padding: 0.25rem 2rem; }

body.home #tagline h2 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  padding: 0rem 2rem; }

body.home .hero-image:hover #tagline,
body.home .hero-image:hover .entry-header {
  background: transparent; }

.hero-image img {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-animation-name: none;
          animation-name: none; }

.hero-image:hover img {
  -webkit-animation-name: none;
          animation-name: none; }

body.home .hero-image .helpSlide {
  position: relative;
  bottom: 0;
  left: 0em;
  background-color: #eeeeee;
  padding: 1em 2em;
  font-size: 1.5em;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  margin: 0;
  width: 100%;
  text-align: center; }

body.home .hero-image.hovering .helpSlide {
  background-color: #f6a026;
  color: #fff;
  /*   padding: 0.5em 2em 1em 2em; */ }

#help {
  background-color: #eee;
  display: block;
  text-align: center;
  width: 100%; }

#help ul {
  margin: 0;
  padding: 0; }

#help li {
  display: block;
  width: 100%; }

#help li a.opt {
  padding: 2em 1em;
  display: block;
  text-decoration: none;
  color: #00273d;
  font-size: 1.1em;
  font-weight: bold;
  /* IE 9 */
  -webkit-transform: scale(0.95);
  /* Safari */
  transform: scale(0.95);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

#help li a.opt:before {
  font-family: "healthlogix";
  font-size: 2.5em;
  line-height: 0;
  vertical-align: middle;
  margin-right: 0.25em;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-weight: 300; }

.pidcards:before {
  content: '\e802'; }

.support:before {
  content: '\e801'; }

.deliver:before {
  content: '\e800'; }

#help li a.opt:hover, #help li a.active {
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
  color: #fff;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #002B49;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

#help li a.opt:hover:before {
  color: #fff; }

#help li p.btn {
  margin-top: 2em; }

.hero-image:after {
  content: none; }

@media only screen and (min-width: 960px) {
  body.home #tagline h1 {
    font-size: 2.5rem;
    line-height: 3.25rem;
    padding: 1rem 2rem; }

  body.home #tagline h2 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.5rem;
    padding: 1rem 2rem; }

  #help ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-item-align: stretch;
        align-self: stretch; }

  body.home .hero-image .helpSlide {
    width: auto;
    left: 3rem;
    padding: 0.5em 2em;
    position: absolute; } }
@media only screen and (min-width: 1150px) {
	.sideFix {
		position: fixed;
		top:220px;
		right:0rem;
		max-width: 350px;
		padding: 2rem;
	}

	.mobile-only {
		display: none !important;
	}

  #wpadminbar {
    top: 170px; }

  #action-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 60px;
    top: 0;
    background: #fff;
    width: 100vw;
    z-index: 90; }
    #action-header #logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 2rem; }
    #action-header a.logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #action-header a.logo img {
        max-width: 300px; }

  #actions {
    margin-right: 2rem;
    text-transform: uppercase;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 0.8rem;
    font-weight: 600; }
    #actions li {
      list-style: none;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      #actions li.action-button a {
        background: #00a8e2;
        color: #fff;
        padding: 0.5rem 1rem; }
        #actions li.action-button a:hover {
          color: #fff;
          background: #d41e38; }
    #actions a {
      text-decoration: none;
      color: #d41e38;
      margin: 0 0.5rem;
      -webkit-transition: background-color .25s ease-in-out;
      transition: background-color .25s ease-in-out; }
      #actions a:hover {
        color: #00a8e2; }
      #actions a.action-button {
        background: #00a8e2;
        color: #fff;
        padding: 0.5rem 1rem; }
        #actions a.action-button:hover {
          color: #fff;
          background: #d41e38; }

  #site-header {
    top: 60px; }

  #sub-header {
    top: 130px; }

  #container {
    margin-top: 170px; } }

@media only screen and (min-width: 1450px){
	.sideFix {
		top: 220px;
		right: 2rem;
	}
}
    @media only screen and (min-width: 1750px){
	.sideFix {
		position: fixed;
		top:200px;
		right: inherit;
		max-width: 350px;
		padding: 2rem;
	}

	#container {
	    margin: auto;
	    margin-top: 160px;
	    max-width: 1680px;
	    width: 90%;
	     font-size: 1rem;
	    line-height: 1.75rem;
	}
}
/*
@media only screen and (max-width:767px){
  #covidMessage{position: fixed;height: 200px;top: 0;background: #d41e38;color:#fff;width: 100vw;z-index: 90;text-align: center;padding:10px 5px;}
    #covidMessage br{display: none}
    #covidMessage a{text-decoration: underline;color:#fff;}
  #site-header{top:200px}
  #sub-header{top:250px;}
  #container{margin-top:290px}
}

@media only screen and (min-width: 768px) and (max-width: 899px){
  #covidMessage{position: fixed;height: 110px;top: 0;background: #d41e38;color:#fff;width: 100vw;z-index: 90;text-align: center;padding:10px 5px;}
    #covidMessage br{display: none}
    #covidMessage a{text-decoration: underline;color:#fff;}
  #site-header{top:100px}
  #sub-header{top:160px;}
  #container{margin-top:200px}
}

@media only screen and (min-width: 900px) and (max-width: 1149px){
  #covidMessage{position: fixed;height: 80px;top: 0;background: #d41e38;color:#fff;width: 100vw;z-index: 90;text-align: center;padding:10px 5px;}
    #covidMessage br{display: none}
    #covidMessage a{text-decoration: underline;color:#fff;}
  #site-header{top:80px}
  #sub-header{top:130px;}
  #container{margin-top:170px}
}


@media only screen and (min-width: 1150px) and (max-width: 1350px){
  #covidMessage{position: fixed;height: 80px;top: 0;background: #d41e38;color:#fff;width: 100vw;z-index: 90;text-align: center;padding:10px 5px;}
    #covidMessage br{display: none}
    #covidMessage a{text-decoration: underline;color:#fff;}
  #action-header{top:80px;}
  #site-header{top:140px}
  #sub-header{top:210px;}
  #container{margin-top:250px}
}


@media only screen and (min-width: 1350px) {
  #covidMessage{position: fixed;height: 60px;top: 0;background: #d41e38;color:#fff;width: 100vw;z-index: 90;text-align: center;padding:10px 5px;}
    #covidMessage a{text-decoration: underline;color:#fff;}
  #action-header{top:60px;}
  #site-header{top:120px}
  #sub-header{top:190px;}
  #container{margin-top:230px}
}
*/