html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}

img {
  border: 0px;
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
}

/* Force the vertical scrollbar in FF */

html {
  overflow-y: scroll;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

body {
  background-color: #0c55a4;
  font-family: proxima-nova, sans-serif;
}

p a {
  color: #0c55a4;
  transition: 0.25s ease-in-out;
}

p a:hover {
  color: #54a9d8;
}

a,
input {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.inner {
  width: 80%;
  margin: 0 auto;
}

/* Header */

#header {
  background: url("/images/hero.jpg") no-repeat;
  background-position: 50% 0;
  height: 600px;
  padding-top: 50px;
  border-bottom: solid 6px #ffffff;
}

#header #logo {
  /* width: 19%; */
  width: 25%;
  height: auto;
}

#logo-mobile {
  display: none;
}

#header #dems-logo {
  /* width: auto;
  height: 152px; */
  height: auto;
  width: 11%;
}

#navigation {
  float: right;
  /* width: 78%; */
  /* width: calc(78% - 102px); */
  width: 74%;
  /* width: calc(78% - 164px); */
  width: 63%;
  text-align: right;
}

#navigation ul li {
  list-style: none;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  margin-right: 7px;
  font-family: superclarendon, serif;
  vertical-align: middle;
}

#navigation ul li.donatebtn {
  margin-right: 1px;
  margin-left: 0;
}

#navigation ul li.social {
  margin-right: 10px;
}

#navigation ul li a {
  color: #0c55a4;
  text-decoration: none;
  text-transform: uppercase;
}

#navigation ul li a:hover {
  color: #003670;
}

#navigation ul li a.redbtn {
  display: inline-block;
  background-color: #cc3333;
  display: inline-block;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 0px;
  font-weight: normal;
  cursor: pointer;
}

#navigation ul li a.redbtn:hover {
  background-color: #9e0000;
}

.headercon {
  width: 50%;
  display: block;
  position: relative;
  top: 60px;
}

.headercon p {
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 15px;
  text-align: center;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 1);
}

.headercon div {
  padding: 20px 0 10px 0;
  /* max-width: 440px; */
  margin: 0 auto;
}

.headercon svg {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.endorse-list {
  width: 100%;
}

.endorse-list img:nth-child(2) {
  width: 40%;
  /* max-width: 280px; */
}

img.sd-logo {
  margin-top: 13px;
  vertical-align: top;
}

.endorse-list img:nth-child(3) {
  width: 58%;
  /* max-width: 405px; */
}

.endorse-list img:nth-child(5) {
  width: 100%;
}

.endorse-list img:nth-child(4) {
  width: 60%;
  margin-bottom: 50px;
}

.endorse-sublist {
  width: 100%;
  font-size: 0;
}

.endorse-text-list {
  margin-top: 30px;
}

.endorse-text-list p svg {
  width: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.endorse-sublist figure {
  width: 23% !important;
  display: inline-block;
  margin: 30px 1%;
  vertical-align: middle;
}

.endorse-sublist figure img {
  width: 100% !important;
}

/* .endorse-sublist.first figure {
    width: 13% !important;
    display: inline-block;
} */

.endorse-sublist.first figure img {
  width: 100% !important;
  max-height: 250px;
  max-height: 160px;
  object-fit: contain;
}

.primarycontent .endorse-sublist.first p {
  margin-top: 30px;
  margin-bottom: 0;
}

.primarycontent .endorse-sublist .image-p {
  font-size: 15px;
  margin-top: 10px;
}

.primarycontent .endorse-sublist.first .image-p {
  font-size: 21px;
}

.endorse-left,
.endorse-right {
  width: 49%;
  text-align: left;
  vertical-align: top;
  display: inline-block;
}

/* Sub Header */

#subheader {
  background: linear-gradient(
      to bottom,
      rgba(82, 93, 159, 0.52),
      rgba(0, 28, 80, 0.73)
    ),
    url("/images/landscape.png") no-repeat;
  background-size: cover !important;
  background-position: 30% 0;
  padding: 50px 0 30px 0;
  border-bottom: solid 6px #ffffff;
  height: 170px;
  text-align: center;
}

#subheader h2 {
  text-align: center;
  color: #ffffff;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: superclarendon, serif;
}

#subheader .quickdonatebtns a {
  display: inline-block;
  font-size: 42px;
  color: #0c55a4;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px 40px;
  text-decoration: none;
  font-weight: bold;
  font-family: superclarendon, serif;
  margin-right: 5px;
  vertical-align: middle;
}

#subheader .quickdonatebtns a:hover {
  background-color: #e5e5e5;
}

#subheader .quickdonatebtns a.redbtn {
  background-color: #cc3333;
  display: inline-block;
  max-width: 280px;
  padding: 13px 40px;
  color: #ffffff;
  text-decoration: none;
  font-family: proxima-nova, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 0px;
  font-weight: normal;
}

video {
  cursor: pointer;
}

#subheader .quickdonatebtns a.redbtn:hover {
  background-color: #9e0000;
}

#header {
  background-size: cover;
}

#signup {
  background-color: #fff;
  padding: 50px 0;
}

#signup .inner {
  text-align: center;
}

#signup input.formelm {
  width: 35%;
  margin-right: 1%;
  background-color: #ffffff;
  box-sizing: border-box;
  border: solid 1px #ffffff;
  font-size: 17px;
  padding: 25px 20px;
  border-radius: 7px;
  text-align: center;
}

#signup input.submit {
  background-color: #0c55a4;
  padding: 25px 20px;
  font-size: 17px;
  color: #ffffff;
  border: solid 1px #0c55a4;
  cursor: pointer;
  text-transform: uppercase;
}

#signup input.submit:hover {
  background-color: #003977;
}

.primarycontent {
  background-color: #ffffff;
  padding: 50px 0;
}

.primarycontent .inner {
  width: 55%;
}

.primarycontent h2 {
  margin-bottom: 15px;
  font-size: 55px;
  line-height: 65px;
  text-align: center;
  color: #0c55a4;
  font-family: superclarendon, serif;
}

.primarycontent p.intro {
  font-size: 20px;
  color: #ffffff;
  background-color: #1d96d3;
  box-sizing: border-box;
  padding: 5px 9px;
  text-align: center;
  font-family: superclarendon, serif;
  font-weight: bold;
}

.primarycontent p {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 25px;
}

.primarycontent p.largebluetext {
  font-size: 22px;
  line-height: 27px;
  color: #1d96d3;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: superclarendon, serif;
}

.callout img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#subheader p {
  color: white;
  margin-bottom: 30px;
}

.callout {
  border-bottom: solid 30px #1d96d3;
  text-align: center;
}

.callout:last-of-type {
  border: none;
}

#footer {
  padding: 50px 0;
  text-align: center;
}

#footer p {
  margin-bottom: 20px;
  vertical-align: center;
  color: #ffffff;
}

#footer p a.redbtn {
  background-color: #cc3333;
  display: inline-block;
  padding: 10px 100px;
  color: #ffffff;
  text-decoration: none;
  font-size: 28px;
}

#footer p a.redbtn:hover {
  /*background-color:#9e0000;*/
}

#footer #footerlogo {
  margin-bottom: 30px;
  width: 221px;
}

#footer p a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

#footer p svg {
  margin-right: 7px;
}

#footer p span {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  margin-right: 10px;
  font-size: 22px;
  font-weight: bold;
  font-family: superclarendon, serif;
}

#footer p.disclaimer {
  border: solid 2px #ffffff;
  display: inline-block;
  padding: 10px 20px;
}

#footer p.copyright {
  color: #1d96d3;
  font-size: 18px;
  font-family: superclarendon, serif;
}

#footer p.copyright a {
  text-decoration: none;
  color: #1d96d3;
  vertical-align: top;
}

.largebluetext {
  cursor: pointer;
}

.largebluetext .up img,
.largebluetext .down img {
  width: 18px;
  height: auto;
  vertical-align: middle;
}

.largebluetext .up,
.accordion.open .down {
  display: none;
}

.largebluetext .down,
.accordion.open .up {
  display: inline-block;
}

.hiddencon {
  display: none;
}

.hiddencon a {
  color: #003670;
}

.hiddencon a:hover {
  color: #146690;
}

.accordion.open .hiddencon {
  display: block;
}

.graybg {
  padding: 20px 0;
  /*background-color:#2a2a2a;*/
  background-color: #fff;
}

.graybg .headercon p {
  color: #0c55a4 !important;
  text-shadow: none;
}

.graybg .headercon {
  width: 90%;
  margin: 0 auto;
  top: 0;
}

.mobileonly {
  display: none;
}

body.privacy .primarycontent h2 {
  font-size: 30px;
  line-height: 35px;
}

body.privacy .primarycontent ol,
body.privacy .primarycontent ul {
  margin-bottom: 20px;
  margin-left: 20px;
}

body.privacy .primarycontent li {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 5px;
}

.ig svg {
  height: auto !important;
}

#backtotop svg {
  width: 50px;
  height: auto;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#backtotop svg:hover {
  fill: #cccccc;
}

#backtotop {
  position: fixed;
  right: 0;
  bottom: 20px;
  display: none;
  z-index: 9999;
  background-color: #1d96d3;
  /* display: inline-block; */
  padding: 15px 15px;
}

#navigation_mobile {
  padding: 20px 20px;
  border-bottom: 5px solid white;

  text-align: center;
}

#navigation_mobile ul li {
  display: inline-block;
  list-style: none;
  /* margin-bottom: 10px; */
  margin-right: 10px;
  font-size: 19px;
  line-height: 24px;
  font-weight: bold;
}

#navigation_mobile ul li:last-child {
  margin-right: 0;
}

#navigation_mobile ul li a {
  color: #ffffff;
  text-decoration: underline;
}

div.running-sec svg,
div.running-sec span {
  display: inline-block;
  vertical-align: middle;
}

p#email-add a,
p#email-add a:visited {
  size: 1em;
  color: #fff;
  text-decoration: underline;
}

div.espan-1 span,
div.espan-1 svg {
  display: inline-block;
  vertical-align: middle;
  width: 4%;
}

div.espan-1 h2 {
  width: 100%;
}

div.espan-1 span {
  width: 86%;
}

/* Popup Form */

#popupvideo h2 {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 26px;
  text-align: left;
}

#dvGlobalMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  background-color: #000;
  opacity: 0.8;
  display: none;
}

.navlink.langcon {
  margin: 10px 0;
}

.navlink.langcon a {
  display: block;
  margin: 10px 0;
}

#dvGlobalMask2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background-color: #000;
  opacity: 0.8;
  display: none;
}

#dvGlobalMask3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background-color: #000;
  opacity: 0.8;
  display: none;
}

.langconfooter a {
  display: block;
  color: white;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  text-decoration: none;
}

.langconfooter a:hover {
  text-decoration: underline;
}

#dvGlobalMask4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background-color: #000;
  opacity: 0.8;
  display: none;
}

#popupvideo .redbtn {
  background-color: #cc3333;
  display: inline-block;
  max-width: 280px;
  padding: 13px 40px;
  margin-top: 20px;
  color: #ffffff;
  text-decoration: none;
  font-family: proxima-nova, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 0px;
  font-weight: normal;
  transition: 0.25s;
}

#popupvideo .redbtn:hover {
  color: #cc3333;
  transition: 0.25s ease-in-out;
  background-color: #ffffff;
}

#popupvideo {
  /* display: none; */
  position: absolute;
  z-index: 9999;
  background-repeat: no-repeat;
  background-color: #03101e;
  padding: 20px;
  width: 640px;
  left: 20%;
  color: #ffffff;
}

#popupvideo video {
  width: 100%;
  margin-bottom: 10px;
}

#popupvideo p {
  font-size: 21px;
  line-height: 22px;
  margin-bottom: 0;
}

.front #popupvideo h2 {
  margin-bottom: 5px;
}

#popupvideo iframe {
  width: 100%;
}

#popupvideo .modalnav {
  cursor: pointer;
  height: 25px;
  width: 25px;
  position: absolute;
  right: -20px;
  top: -20px;
  color: #fff;
  z-index: 9000;
  background-color: #000000;
  border-radius: 25px;
  padding: 7px 5px 5px 5px;
  border: solid 4px #fff;
  -webkit-box-shadow: 0px -1px 28px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 28px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -1px 28px -9px rgba(0, 0, 0, 0.75);
  font-weight: bold;
  font-size: 20px;
  vertical-align: bottom;
  text-align: center;
  line-height: 21px;
  box-sizing: content-box;
}

#popupvideo .modalnav {
  display: none;
}

#popupvideo .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#popupvideo .content {
  padding: 20px;
}

.donation-auto {
  margin-top: 0px;
  text-align: center;
}

#popupvideo #donation-auto p,
#popupvideo .donation-auto p {
  font-size: 39px;
  line-height: 39px;
  margin-top: 20px;
}

#donation-auto a,
.donation-auto a {
  display: inline-block;
  /*background-color:#e83d3e;*/
  border-bottom: solid 2px #b13012;
  /*color:#ffffff;*/
  text-decoration: none;
  padding: 18px 0 11px 0;
  margin-right: 5px;
  text-align: center;
  transition: all 0.5s ease;
  box-sizing: border-box;
  width: 31.4%;
  background-size: auto, 100% 100%;
  background-color: #ffffff;
  color: #0d2b4c;
}

/*#donation-auto a:last-child, .donation-auto a:last-child {
    background-color:#e83d3e;
    color:#ffffff;
}*/

/*
#donation-auto a:nth-child(2), .donation-auto a:nth-child(2) {
    color:#e83d3e;
}
*/

#donation-auto a:hover,
.donation-auto a:hover {
  background: none;
  background-color: #ca3536;
  color: #ffffff;
}

#donation-auto a:last-child,
.donation-auto a:last-child {
  margin-right: 0;
}

p.sharebtn {
  text-align: center;
  margin-bottom: 0;
}

.sharebtn a {
  display: inline-block;
  background-color: #e7401a;
  border-bottom: solid 2px #b13012;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 0 8px 0;
  margin-right: 0 auto;
  text-align: center;
  transition: all 0.5s ease;
  box-sizing: border-box;
  width: 200px;
  background: url(../img/btn-bg-pink.png) no-repeat top left;
  background-size: auto, 100% 100%;
  background-color: #d31145;
}

.gibtn a {
  background: #1d96d3 !important;
}

.gibtn:hover a {
  background: #146690 !important;
}

.checkboxes fieldset {
  display: inline-block;
  border: none;
  vertical-align: middle;
  width: 32%;
  text-align: center;
}

.checkboxes {
  margin-bottom: 20px;
}

.checkboxes fieldset label {
  display: block;
}

#popupvideo input.submit {
  background-color: #0c55a4;
  padding: 15px 20px;
  font-size: 17px;
  width: 60%;
  color: #ffffff;
  border: solid 1px #0c55a4;
  cursor: pointer;
  text-transform: uppercase;
}

#popupvideo form {
  text-align: center;
  clear: both;
  padding-top: 20px;
}

#popupvideo input.formelm {
  width: 48%;
  margin-bottom: 10px;
  margin-right: 1%;
  background-color: #ffffff;
  box-sizing: border-box;
  border: solid 1px #ffffff;
  font-size: 17px;
  padding: 7px 20px;
  border-radius: 7px;
  text-align: center;
}

#giform input.submit {
  background-color: #0c55a4;
  padding: 15px 20px;
  font-size: 17px;
  width: 60%;
  color: #ffffff;
  border: solid 1px #0c55a4;
  cursor: pointer;
  text-transform: uppercase;
}

#giform {
  text-align: center;
  background: rgb(29, 150, 211);
  padding: 50px;
}

#giform input.formelm {
  width: 48%;
  margin-bottom: 10px;
  margin-right: 1%;
  background-color: #ffffff;
  box-sizing: border-box;
  border: solid 1px #ffffff;
  font-size: 17px;
  padding: 15px 20px;
  border-radius: 7px;
  text-align: center;
}

#popupvideo img {
  width: 50%;
  float: right;
}

input[type="checkbox"].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type="checkbox"].css-checkbox + label.css-label {
  padding-left: 20px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
}

input[type="checkbox"].css-checkbox:checked + label.css-label {
  background-position: 0 -15px;
}

.css-label {
  background-image: url("../images/checkbox/dark-check-green.png");
}

/*specific classes related to Checkbox skins*/

.lite-green-check {
  background-image: url("/images/checkbox/lite-green-check.png");
}

.lite-blue-check {
  background-image: url("../images/checkbox/lite-blue-check.png");
}

.lite-gray-check {
  background-image: url("../images/checkbox/lite-gray-check.png");
}

.lite-cyan-check {
  background-image: url("../images/checkbox/lite-cyan-check.png");
}

.lite-orange-check {
  background-image: url("../images/checkbox/lite-orange-check.png");
}

.lite-red-check {
  background-image: url("../images/checkbox/lite-red-check.png");
}

.lite-x-cyan {
  background-image: url("../images/checkbox/lite-x-cyan.png");
}

.lite-x-gray {
  background-image: url("../images/checkbox/lite-x-gray.png");
}

.lite-x-blue {
  background-image: url("../images/checkbox/lite-x-blue.png");
}

.lite-x-orange {
  background-image: url("../images/checkbox/lite-x-orange.png");
}

.lite-x-red {
  background-image: url("../images/checkbox/lite-x-red.png");
}

.lite-x-green {
  background-image: url("../images/checkbox/lite-x-green.png");
}

.mac-style {
  background-image: url("../images/checkbox/mac-style.png");
}

.mario-style {
  background-image: url("../images/checkbox/mario-style.png");
}

.alert-style {
  background-image: url("../images/checkbox/alert-style.png");
}

.lite-plus {
  background-image: url("../images/checkbox/lite-plus.png");
}

.dark-plus {
  background-image: url("../images/checkbox/dark-plus.png");
}

.dark-plus-cyan {
  background-image: url("../images/checkbox/dark-plus-cyan.png");
}

.dark-plus-orange {
  background-image: url("../images/checkbox/dark-plus-orange.png");
}

.dark-check-cyan {
  background-image: url("../images/checkbox/dark-check-cyan.png");
}

.dark-check-green {
  background-image: url("../images/checkbox/dark-check-green.png");
}

.dark-check-orange {
  background-image: url("../images/checkbox/dark-check-orange.png");
}

.depressed-lite-small {
  background-image: url("../images/checkbox/depressed-lite-small.png");
}

.elegant {
  background-image: url("../images/checkbox/elegant.png");
}

.depressed {
  background-image: url("../images/checkbox/depressed.png");
}

.chrome-style {
  background-image: url("../images/checkbox/chrome-style.png");
}

.web-two-style {
  background-image: url("../images/checkbox/web-two-style.png");
}

.vlad {
  background-image: url("../images/checkbox/vlad.png");
}

.klaus {
  background-image: url("../images/checkbox/klaus.png");
}

input[type="checkbox"].css-checkbox.med + label.css-label.med {
  padding-left: 22px;
  height: 17px;
  display: inline-block;
  line-height: 17px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
}

input[type="checkbox"].css-checkbox.med:checked + label.css-label.med {
  background-position: 0 -17px;
}

input[type="checkbox"].css-checkbox.sme + label.css-label.sme {
  padding-left: 22px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
}

input[type="checkbox"].css-checkbox.sme:checked + label.css-label.sme {
  background-position: 0 -16px;
}

input[type="checkbox"].css-checkbox.lrg + label.css-label.lrg {
  padding-left: 22px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
}

input[type="checkbox"].css-checkbox.lrg:checked + label.css-label.lrg {
  background-position: 0 -20px;
}

.navlink.langcon ul {
  display: none;
}

.navlink.langcon:hover {
  position: relative;
}

.navlink.langcon:hover ul {
  display: inherit;
  position: absolute;
  left: 0;
  text-align: left;
  padding-top: 12px;
}

#navigation .navlink.langcon:hover ul li {
  display: block;
  padding: 10px;
  background: white;
}

.bannertop {
  /* width: 100%; */
  padding: 25px 5%;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #0c55a4;
}

.bannertop p {
  color: #fff;
  font-family: superclarendon, serif;
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
}

.bannertop p a {
  color: #fff;
}

.bannertop p a:hover {
  color: #9e0000;
}

.callout img {
  width: 100%;
  height: auto;
}

h2.polling-h2 {
  font-size: 20px;
  border-bottom: 5px solid;
  margin-top: -50px;
  padding: 0 5%;
}

.stay-safe {
  background-color: #003670;
  color: #fff;
  margin-top: -10px;
}

.stay-safe a {
  /* color: #0C55A4;
    font-weight: bold;
    text-decoration: none; */
  color: #54a9d8;
  font-weight: bold;
  /* text-decoration: none; */
}

.primarycontent.stay-safe h2 {
  color: #fff;
}

.stay-safe a:hover {
  color: #b13012;
}

.stay-safe ul {
  margin-left: 7%;
}

.stay-safe ul li {
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 25px;
}

.flickr {
  height: 18px;
  width: auto;
}

.covid-h2 .up {
  display: none;
}

.covid-inner {
  display: none;
}

.stay-safe.open .covid-inner {
  display: block;
}

.stay-safe.open .up {
  display: inline-block;
}

.stay-safe.open .down {
  display: none;
}

.primarycontent.stay-safe h2:hover,
.stay-safe .up:hover,
.stay-safe .down:hover {
  cursor: pointer;
}

.endorse-right {
  width: 100%;
  text-align: center;
}

.blue-link {
  color: #1d96d3;
  transition: 0.25s;
}

.blue-link:hover {
  color: #0d5477;
  transition: 0.25s;
}
