@charset "UTF-8";
/* fonts */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: local("Roboto MediumItalic"), local("Roboto-MediumItalic"), url("fonts/Roboto-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("fonts/Roboto-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: local("Montserrat Italic"), local("Montserrat-Italic"), url("fonts/Montserrat-Italic.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: local("Montserrat Bold Italic"), local("Montserrat-BoldItalic"), url("fonts/Montserrat-BoldItalic.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: local("Montserrat Extra Bold"), local("Montserrat-ExtraBold"), url("fonts/Montserrat-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: local("Montserrat Black"), local("Montserrat-Black"), url("fonts/Montserrat-Black.ttf") format("truetype");
}
/* colors */
/* fonts */
/* breakpoints */
/**
* Reset some basic elements
*/
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/* base styles, using foundation 6 defaults */
html {
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  min-height: 100%;
  vertical-align: baseline;
}

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

body {
  background: #282828;
  color: #B8B8B8;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 18px;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 48em) {
  body {
    font-size: 18px;
    line-height: 22px;
  }
}

article,
header,
section {
  display: block;
}

a {
  background-color: transparent;
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  border-color: #B8B8B8;
  color: #B8B8B8;
}

img {
  border-style: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

h1 {
  color: white;
  font-size: 47px;
  font-weight: 600;
  font-style: bold;
  line-height: 60px;
  padding: 1rem 0;
}

h2 {
  color: white;
  font-size: 37px;
  font-style: bold;
  line-height: 50px;
  padding: 1.3rem 0 0.3rem 0;
}

h3 {
  color: white;
  font-size: 29px;
  font-weight: 600;
  line-height: 40px;
  padding: 1.3rem 0 0.3rem 0;
}

h4 {
  color: black;
  font-size: 23px;
  font-weight: 600;
  line-height: 32px;
  padding: 1.3rem 0 0.3rem 0;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  padding: 1rem 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 34em) {
  h1,
h2,
h3,
h4,
h5 {
    transform: scaleX(0.9) scaleY(0.9);
    line-height: -moz-block-height;
    padding: 0;
  }
}

p {
  line-height: 1.4;
  margin-bottom: 1rem;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 34em) {
  p {
    margin: 0 4% 1rem;
  }
}

ul {
  margin: 0 0 1rem 2rem;
}
ul li {
  line-height: 26px;
  margin-bottom: 0.5rem;
}
ul li ul {
  margin: 0.5rem 0 1rem 1.3rem;
}

ol {
  counter-reset: li-counter;
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0 0 2rem;
}
ol li {
  margin-bottom: 1rem;
  padding: 0.2rem 0 0 0.5rem;
  position: relative;
}
ol li:before {
  color: black;
  content: counter(li-counter);
  counter-increment: li-counter;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 0.4rem;
  left: -0.6rem;
  text-align: right;
}

ol.ol-decimal {
  list-style-type: decimal;
}
ol.ol-decimal li:before {
  content: " ";
}

blockquote {
  border-left: 0.7rem solid #aeb6c1;
  padding-right: 3rem;
  padding-left: 2rem;
  margin-bottom: 2.3rem;
}

.js-no {
  display: inline-block;
}

.js-yes {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.centered {
  margin: 0 auto;
  text-align: center;
}

pre {
  background-color: #edf1f4;
  padding: 0 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
}

code {
  display: inline-block;
  font-size: 1.1rem;
  max-width: 100%;
  white-space: normal;
  word-break: break-all;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.hidden {
  display: none;
}

.no-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding: 2% 0;
}
@media (max-width: 23em) {
  .container {
    min-width: 300px;
  }
}
@media screen and (min-width: 48em) {
  .container {
    width: 750px;
  }
}
@media screen and (min-width: 66em) {
  .container {
    width: 800px;
  }
}

.row {
  margin: 0 5%;
}
@media screen and (min-width: 34em) {
  .row {
    margin: 0;
  }
}

.griddy {
  display: grid;
  grid-template-columns: 35% 65%;
  grid-template-rows: auto;
  grid-column-gap: 10%;
  grid-row-gap: 2rem;
  margin-top: 2rem;
  width: 100%;
}

.flex-parent {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 48em) {
  .flex-parent {
    flex-direction: column;
  }
}

.flex-child {
  height: auto;
  margin: 0;
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 34em) {
  .flex-child {
    width: 100%;
  }
}
.flex-child:nth-child(1) {
  padding-right: 1rem;
}
.flex-child:nth-child(2) {
  padding-left: 1rem;
}

table {
  border: none;
  display: inline-table;
  font-size: 0.8rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  table {
    font-size: 1rem;
    overflow: none;
    width: 100%;
  }
}
table th {
  font-weight: 400;
  line-height: 1.3rem;
  vertical-align: bottom;
  padding: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 48em) {
  table th {
    padding: 1rem 1rem 0.5rem;
  }
}
table th:nth-child(1) {
  border-left: 2px solid #edf1f4;
  text-align: left;
}
table th:last-child {
  border-right: 2px solid #edf1f4;
}
table td {
  line-height: 1.3rem;
  padding: 0.5rem;
  border: 2px solid #edf1f4;
  padding: 1rem;
  text-align: center;
}
table td:nth-child(1) {
  text-align: left;
  background: none;
}

table.data-stripes th,
table.data-stripes thead tr td {
  background-color: #2b2b2b;
  color: white;
  font-weight: bold;
  border-right: 2px solid #2b2b2b;
  border-left: 2px solid #2b2b2b;
  display: none;
  text-align: center;
}
table.data-stripes tr:nth-child(odd) {
  background-color: #edf1f4;
}
table.data-stripes th, table.data-stripes td {
  border-top: none;
  border-bottom: none;
  text-align: left;
}
table.data-stripes th {
  display: none;
}
table.data-stripes td {
  display: block;
}
table.data-stripes th, table.data-stripes td, table.data-stripes thead tr td {
  display: table-cell;
}
table.data-stripes th th, table.data-stripes td th, table.data-stripes thead tr td th {
  text-align: center;
}
table.data-stripes th tr:last-child td, table.data-stripes td tr:last-child td, table.data-stripes thead tr td tr:last-child td {
  border-bottom: 2px solid #969696;
}

table.mobile-table th:nth-child(1) {
  font-weight: 600;
}
table.mobile-table td:nth-child(1) {
  font-weight: 600;
}
@media screen and (max-width: 48em) {
  table.mobile-table th {
    background: #edf1f4;
    color: #2b2b2b;
  }
  table.mobile-table td:nth-child(1) {
    background: #edf1f4;
    color: #2b2b2b;
  }
}

.dropdowns {
  width: 100%;
}
.dropdowns ul {
  background: none;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
}
.dropdowns ul li {
  color: black;
  display: block;
  float: left;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}
.dropdowns ul li a {
  color: black;
}
.dropdowns ul li:hover {
  color: white;
  cursor: pointer;
}
.dropdowns ul li ul {
  background: #aeb6c1;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
  width: 100%;
}
.dropdowns ul li ul li {
  clear: both;
  width: 100%;
}
.dropdowns ul li ul li a {
  border: none;
}
.dropdowns ul li ul li a:hover {
  color: white;
  cursor: pointer;
}
.dropdowns ul li:hover > ul,
.dropdowns ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.page-wrapper {
  max-width: 1024px;
  width: 95%;
  margin: 1rem auto;
}
.page-wrapper header {
  background: #282828;
}
@media screen and (min-width: 48em) {
  .page-wrapper {
    width: 100%;
  }
}
.page-wrapper .main-content .snippet {
  background-color: #edf1f4;
  margin-top: 3rem;
  padding: 1rem;
}
.page-wrapper .main-content .intro {
  float: left;
  margin: 0 auto;
}
.page-wrapper .main-content .intro.griddy {
  grid-template-columns: 60% 40%;
}
.page-wrapper .main-content .intro.griddy .snippet {
  background: #2b2b2b;
  color: white;
}
.page-wrapper .main-content .intro.griddy .snippet h2, .page-wrapper .main-content .intro.griddy .snippet h3, .page-wrapper .main-content .intro.griddy .snippet a {
  color: white;
}
.page-wrapper .main-content .intro.griddy .snippet a:hover {
  border-bottom: 2px solid white;
}
.page-wrapper .main-content .intro.griddy .snippet ol li:before {
  color: white;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding: 2% 0;
}
@media screen and (min-width: 48em) {
  .container {
    width: 750px;
  }
}
@media screen and (min-width: 66em) {
  .container {
    width: 800px;
  }
}

.row {
  margin: 0 5%;
}
@media screen and (min-width: 34em) {
  .row {
    margin: 0;
  }
}

footer {
  background: black;
  clear: both;
  color: #969696;
  display: none;
  padding: 3rem 1rem 3rem 1rem;
  text-transform: uppercase;
  width: 100%;
  font-size: 14px;
}
@media screen and (min-width: 48em) {
  footer {
    display: block;
  }
}
footer .footer-wrapper {
  margin: 0 auto;
  max-width: 640px;
  padding-top: 15px;
  text-align: center;
}
footer .footer-wrapper a {
  border: none;
  color: white;
}
footer .footer-wrapper a:hover {
  border-bottom: 2px solid #969696;
  color: #969696;
}
footer .footer-wrapper .griddy {
  grid-column-gap: 5%;
  grid-template-columns: 30% 30% 30%;
}
footer .footer-wrapper .footer-logo {
  margin: -0.5rem 0 0.5rem;
  width: 100%;
}
footer .footer-wrapper .footer-logo a,
footer .footer-wrapper .footer-logo a:hover {
  border: none;
}
footer .footer-wrapper .footer-logo img {
  height: 7rem;
}

form {
  background: #edf1f4;
  padding: 2rem;
  margin: 0 auto;
}
form label {
  font-size: 1rem;
  line-height: 1.7rem;
  text-transform: uppercase;
}
form input[type=text],
form input[type=email],
form textarea {
  border: none;
  color: #2b2b2b;
  font-weight: 300;
  padding: 0.5rem;
  width: 100%;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form textarea::placeholder {
  color: #2D2D2D;
}
form input[type=file] {
  appearance: none;
  color: #2b2b2b;
  font-size: 0.8rem;
  text-transform: uppercase;
}

[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  background: #fff;
  border: 1px solid #2b2b2b;
  box-shadow: none;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  height: 1.25em;
  width: 1.25em;
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  border: 1px solid #aeb6c1;
  background-image: url("images/check.svg");
  background-position: center;
  background-size: 31px;
  content: "";
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.1s linear;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type=checkbox]:disabled:checked + label:after {
  color: #999;
}

[type=checkbox]:disabled + label {
  color: #aaa;
}

input[type=radio] {
  display: none;
}

input[type=radio] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}

input[type=radio] + label span {
  background-color: white;
}

input[type=radio]:checked + label span {
  background: #2b2b2b;
  border: 4px solid #fff;
}

input[type=radio] + label span,
input[type=radio]:checked + label span {
  transition: background-color 0.1s linear;
}

.ui-widget {
  font-size: 1em;
}

select {
  width: 20em;
}

.eff-button {
  background-color: #ec1e1e;
  border: none;
  border-bottom: 0.5rem solid #b80101;
  border-radius: 0;
  color: white;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 1rem 0;
  padding: 0.4rem 2rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
}
.eff-button a {
  text-decoration: none;
}
.eff-button:link, .eff-button:visited, .eff-button a:link, .eff-button a:visited {
  color: white;
}
.eff-button:hover, .eff-button:focus {
  background: #b80101;
  border-bottom: 0.5rem solid #ec1e1e;
}

.button-style {
  background: #969696;
  border: 2px solid #969696;
  border-radius: 18px;
  clear: both;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  margin: 1rem auto;
  max-width: 23rem;
  padding: 0.3rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
}
.button-style:hover {
  background: black;
  border: 2px solid black;
  color: white;
  text-decoration: none;
}
.button-style:disabled {
  border-color: #aeb6c1;
  background: url("../images/spinner.gif") bottom right no-repeat;
  background-color: #aeb6c1;
  background-size: contain;
  cursor: auto;
}

.tooltip-example {
  transition: all 0.2s ease-in-out;
  background-color: white;
  color: #666666;
  cursor: pointer;
  border: 0;
  display: inline-block;
  float: right;
  font-size: 12.8px;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 0.35rem;
  position: absolute;
  right: 0;
  top: 1.7rem;
}
.tooltip-example .tooltiptext {
  background-color: black;
  border-radius: 0.5rem;
  color: white;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 1.65;
  right: 0;
  padding: 1rem;
  position: absolute;
  text-align: left;
  top: 2rem;
  visibility: hidden;
  width: 20rem;
  z-index: 1;
}
.tooltip-example:hover {
  background: #666666;
  border-color: #666666;
  color: white;
}
.tooltip-example:hover .tooltiptext {
  visibility: visible;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-widget-content {
  background: white;
}

.ui-selectmenu-text {
  display: inline-block;
}

.ui-selectmenu-button {
  background: #fff;
  border: 0.13rem solid #2b2b2b;
  border-radius: 0;
  color: #2b2b2b;
  display: inline-block;
  padding: 0.3rem 0 0 0.5rem;
  position: relative;
}
.ui-selectmenu-button .ui-icon {
  background-size: 65%;
  background-image: url("images/arrow-right.svg");
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  right: 1px;
  top: 5px;
}
.ui-selectmenu-button:hover .ui-icon {
  background-size: 100%;
  background-image: url("images/arrow-down.svg");
  right: 3px;
}

.ui-menu .ui-menu-item {
  padding-left: 0.6rem;
}
.ui-menu .ui-menu-item a {
  border: none;
  color: #2b2b2b;
  font-size: 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-menu .ui-menu-item .ui-state-focus {
  border: 0.01rem solid #edf1f4;
  border-radius: 0;
  background: #edf1f4;
  color: #2b2b2b;
}

.ui-selectmenu-menu .ui-menu {
  max-height: 65vh;
}

body {
  margin-top: 60px;
}

.bar {
  background: black;
  color: white;
  display: block;
  font-size: 12.8px;
  height: 0px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}
.bar a,
.bar a:hover {
  color: white;
}
.bar img {
  margin: 0 1rem 0 0;
  width: 50px;
}

nav {
  background-color: black;
  display: block;
  height: 60px;
  position: fixed;
  left: 0;
  top: 0px;
  text-align: center;
  width: 100%;
  z-index: 10;
}
nav a {
  border: none;
  color: #969696;
  display: inline-block;
  text-decoration: none;
}
nav a:hover {
  border-bottom: 1px solid #969696;
  text-decoration: none;
}
nav a:visited {
  color: inherit;
}
nav a.open-menu {
  color: #969696;
  display: inline-block;
  margin-top: 0.45em;
}
@media screen and (min-width: 48em) {
  nav a.open-menu {
    display: none;
  }
}
nav ul {
  display: flex;
  font-size: 0.75rem;
  height: 2rem;
  justify-content: space-around;
  list-style: none;
  line-height: 1rem;
  margin: 0.2rem auto 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 48em) {
  nav ul {
    max-width: 1024px;
  }
}
nav ul:after {
  content: "";
}
nav ul li {
  display: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
  color: white;
}
nav ul li a {
  color: white;
}
nav ul li a.active {
  color: #969696;
}
nav ul li a:hover:not(.donate), nav ul li a:hover:not(.menu-logo) {
  color: #969696;
}
@media screen and (min-width: 48em) {
  nav ul li {
    display: inline-block;
    font-size: 1rem;
    margin: 0.9rem auto 0;
    text-align: center;
    flex-grow: 1;
  }
}
nav ul li.logo-li {
  display: inline-block;
  margin: 0;
  text-align: left;
}
nav ul li.donate {
  display: inline-block;
  margin: 0.4rem auto;
}
@media screen and (min-width: 48em) {
  nav ul li.donate {
    margin: 0.8rem 0 0 2rem;
    width: 3.5rem;
  }
}
nav ul li.donate a {
  background: black;
  color: #FF0000;
  margin: 0;
  width: auto;
}
nav ul li.donate a span.donate-mobile {
  display: inline-block;
}
nav ul li.donate a:hover {
  color: #FF0000;
  border-bottom: 2px solid #FF0000;
}
@media screen and (min-width: 48em) {
  nav ul li.donate a {
    background: black;
    margin: 0 auto 0 6%;
    padding: 0;
    position: relative;
    top: 0;
    width: auto;
  }
  nav ul li.donate a span.donate-mobile {
    display: none;
  }
}
nav ul .menu-logo {
  background-image: url("images/eff-monogram-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 40px;
  left: 0.5rem;
  position: absolute;
  top: 1rem;
  transition: all 0.2s;
  width: 40px;
}
@media screen and (min-width: 48em) {
  nav ul .menu-logo {
    display: block;
    height: auto;
    width: 200px;
    left: 0;
    margin-top: 0;
    position: relative;
  }
}
nav ul .menu-logo:hover {
  background-image: url("images/eff-monogram-red-hover.svg");
  border: none;
}
nav ul li.close-menu {
  display: none !important;
}

#off-canvas {
  background-color: black;
  display: block;
  font-weight: 400;
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transition: width 0.3s ease;
  width: 0;
  z-index: 100;
}
#off-canvas ul {
  margin-top: 2.5em;
  margin-left: 2.5em;
  list-style-type: none;
}
#off-canvas ul li {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
#off-canvas ul li.menu-logo {
  display: none;
}
#off-canvas a {
  border: 0;
  color: white;
}
#off-canvas a:hover {
  color: #969696;
}
#off-canvas a.open-menu {
  display: none;
}
#off-canvas .close-menu a {
  text-decoration: none;
}
#off-canvas .social-media {
  margin-left: 2.5rem;
}
#off-canvas .social-media img {
  height: auto;
  width: 30px;
  margin-right: 0.7em;
}

#off-canvas:target {
  width: 260px;
}

#off-canvas:target + .page-wrapper {
  margin-top: -60px;
  position: relative;
  right: 260px;
}
#off-canvas:target + .page-wrapper a.open-menu {
  display: none;
}
#off-canvas:target + .page-wrapper .close-menu {
  display: block;
}
#off-canvas:target + .page-wrapper .main-nav {
  position: relative;
}

#off-canvas:not(:target) + .page-wrapper {
  right: 0;
}

.open-menu {
  color: black;
  display: none;
  font-size: 2rem;
  position: absolute;
  right: 15px;
  top: 0px;
  z-index: 1000;
}
.open-menu:hover {
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  .open-menu {
    display: inline-block;
  }
}

.close-menu {
  position: absolute;
  right: 9px;
  top: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 2rem;
}
.close-menu:hover {
  cursor: pointer;
}

.share-links.mobile {
  clear: both;
  display: block;
  margin: 2rem auto 1rem;
  text-align: center;
}
.share-links.mobile > a {
  border: none;
  display: inline-block;
  height: 3rem;
  overflow: hidden;
  position: relative;
  width: 3rem;
}
.share-links.mobile > a i {
  background-color: white;
  background-size: 3rem;
  display: inline-block;
  height: 3rem;
  position: relative;
  width: 3rem;
  z-index: 2;
}
.share-links.mobile > a:nth-child(1) {
  margin-right: 2rem;
}
.share-links.mobile > a span {
  background-color: #ec1e1e;
  box-sizing: content-box;
  display: inline-block;
  font-size: 1.2rem;
  height: 3rem;
  line-height: 3rem;
  opacity: 0.9;
  padding-left: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  text-align: left;
  text-transform: uppercase;
  visibility: hidden;
  width: 14.7rem;
  z-index: 1;
}
.share-links.mobile > a.share-facebook i {
  background: url("images/icon-facebook.svg") no-repeat;
}
.share-links.mobile > a.share-twitter i {
  background: url("images/icon-twitter.svg") no-repeat;
}

.share-links.desktop {
  display: none;
  left: 0;
  position: absolute;
  top: 22.5rem;
  z-index: 3;
}
.share-links.desktop > a {
  border: none;
  display: block;
  height: 4rem;
  width: 4rem;
  left: 0;
  margin-top: 1rem;
  overflow: visible;
  position: relative;
}
.share-links.desktop > a:hover, .share-links.desktop > a:focus {
  opacity: 0.8;
  transition: width 130ms;
  width: 19.7rem;
}
.share-links.desktop > a:hover i, .share-links.desktop > a:focus i {
  left: 0;
  position: absolute;
  z-index: 2;
}
.share-links.desktop > a:hover i:after, .share-links.desktop > a:hover i:before, .share-links.desktop > a:focus i:after, .share-links.desktop > a:focus i:before {
  display: none;
  right: 0;
  transform: none;
}
.share-links.desktop > a:hover span, .share-links.desktop > a:focus span {
  visibility: visible;
}
.share-links.desktop > a:nth-child(2) {
  margin-top: 3rem;
}
.share-links.desktop > a i {
  background-color: none;
  background-size: 4rem;
  display: inline-block;
  position: relative;
  height: 4rem;
  width: 4rem;
  z-index: 2;
}
.share-links.desktop > a.share-facebook i {
  background: url("images/icon-facebook.svg") no-repeat;
}
.share-links.desktop > a.share-twitter i {
  background: url("images/icon-twitter.svg") no-repeat;
}
.share-links.desktop > a span {
  background-color: white;
  box-sizing: border-box;
  color: black;
  display: inline-block;
  font-size: 1.2rem;
  height: 4rem;
  line-height: 4rem;
  opacity: 0.9;
  padding-left: 1rem;
  position: absolute;
  right: 0;
  text-align: left;
  text-transform: uppercase;
  top: 0;
  visibility: hidden;
  width: 15.7rem;
  z-index: 1;
}

@media screen and (min-width: 66em) {
  .share-links.mobile {
    display: none;
  }

  .share-links.desktop {
    display: block;
  }
}
/**
 * CSS Modal
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
/**
 * CSS Modal Configuration
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.has-overlay {
  overflow: hidden;
  height: auto;
}
.has-overlay > body {
  height: 100%;
  overflow: hidden;
}

.modal--show, .modal--fade {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  display: none\9 ;
}
.modal--show:target, .modal--fade:target, .is-active.modal--show, .is-active.modal--fade {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: auto;
  height: auto;
  opacity: 1;
}
.is-active.modal--show, .is-active.modal--fade {
  display: block\9 ;
  height: 100% \9 ;
  width: 100% \9 ;
}
.modal--show:target, .modal--fade:target, .is-active.modal--show, .is-active.modal--fade {
  display: block\9 ;
}
.modal--show .modal-inner, .modal--fade .modal-inner {
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 20;
  margin-left: -325px;
  width: 650px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.modal--show .modal-inner > img, .modal--fade .modal-inner > img,
.modal--show .modal-inner > video,
.modal--fade .modal-inner > video,
.modal--show .modal-inner > iframe,
.modal--fade .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 300px;
}
.modal--show .modal-inner > img, .modal--fade .modal-inner > img {
  width: auto;
  max-width: 100%;
}
.modal--show .modal-inner iframe, .modal--fade .modal-inner iframe {
  display: block;
  width: 100%;
  border: 0;
}
.modal--show .modal-content, .modal--fade .modal-content {
  position: relative;
  max-height: 400px;
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal--show .modal-content > *, .modal--fade .modal-content > * {
  max-width: 100%;
}
.modal--show footer, .modal--fade footer {
  border-top: 1px solid #5e5e5e;
  padding: 0 1.2em 18px;
  background: #f0f0f0;
  border-radius: 2px;
}
.modal--show .modal-close, .modal--fade .modal-close {
  display: block;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
}
.modal--show .modal-close:focus:after, .modal--fade .modal-close:focus:after {
  outline: 1px dotted;
  outline: -webkit-focus-ring-color auto 5px;
}
.modal--show .modal-close:before, .modal--fade .modal-close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.modal--show .modal-close:after, .modal--fade .modal-close:after {
  content: "×";
  position: absolute;
  top: 60px;
  right: 50%;
  z-index: 20;
  margin-right: -325px;
}
@media screen and (max-width: 690px) {
  .modal--show .modal-inner, .modal--fade .modal-inner {
    width: auto;
    left: 20px;
    right: 20px;
    margin-left: 0;
  }
  .modal--show .modal-close:after, .modal--fade .modal-close:after {
    margin-right: 0 !important;
    right: 20px;
  }
}
@media screen and (max-width: 30em) {
  .modal--show, .modal--fade {
    -webkit-transform: translate(0, 400px);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: opacity 1ms 0.25s;
    -moz-transition: opacity 1ms 0.25s;
    -o-transition: opacity 1ms 0.25s;
    -ms-transition: opacity 1ms 0.25s;
    transition: opacity 1ms 0.25s;
    display: block;
    right: auto;
    bottom: auto;
  }
  .modal--show:target, .modal--fade:target, .is-active.modal--show, .is-active.modal--fade {
    width: 100%;
    height: 100%;
  }
  .modal--show:target .modal-close, .modal--fade:target .modal-close, .is-active.modal--show .modal-close, .is-active.modal--fade .modal-close {
    display: block;
  }
  .modal--show .modal-inner, .modal--fade .modal-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: auto;
  }
  .modal--show .modal-content, .modal--fade .modal-content {
    max-height: none;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .modal--show .modal-close, .modal--fade .modal-close {
    display: none;
    right: auto;
  }
  .modal--show .modal-close:before, .modal--fade .modal-close:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }
  .modal--show .modal-close:after, .modal--fade .modal-close:after {
    top: 5px !important;
    right: 5px;
    left: auto;
    margin-left: 0;
  }
}
@media screen and (max-height: 46em) and (min-width: 30em) {
  .modal--show .modal-content, .modal--fade .modal-content {
    max-height: 340px;
    max-height: 50vh;
  }
}
@media screen and (max-height: 36em) and (min-width: 30em) {
  .modal--show .modal-content, .modal--fade .modal-content {
    max-height: 265px;
    max-height: 40vh;
  }
}
.is-stacked.modal--show, .is-stacked.modal--fade {
  -webkit-transform: translate(0, 0) scale(1, 1);
  -moz-transform: translate(0, 0) scale(1, 1);
  -o-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  opacity: 1;
}
.is-stacked.modal--show .modal-inner, .is-stacked.modal--fade .modal-inner {
  -webkit-animation: scaleDown 0.7s ease both;
  -moz-animation: scaleDown 0.7s ease both;
  animation: scaleDown 0.7s ease both;
}
.is-stacked.modal--show .modal-close, .is-stacked.modal--fade .modal-close {
  opacity: 0;
}
@media screen and (max-width: 30em) {
  .is-stacked.modal--show, .is-stacked.modal--fade {
    -webkit-animation: scaleDown 0.7s ease both;
    -moz-animation: scaleDown 0.7s ease both;
    animation: scaleDown 0.7s ease both;
  }
  .is-stacked.modal--show .modal-inner, .is-stacked.modal--fade .modal-inner {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
  .is-stacked.modal--show .modal-close, .is-stacked.modal--fade .modal-close {
    opacity: 1;
  }
}

/**
 * All animations for CSS Modal
 *
 * Available:
 * - %modal--transition-fade (fade)
 * - %modal--transition-zoomIn (zooms in)
 * - %modal--transition-plainScreen (hides background)
 *
 * Usage:
 *
 * .selector {
 * 		@extend %modal--transition-fade;
 * }
 *
 */
@media screen and (min-width: 30em) {
  .modal--fade {
    transition: opacity 0.4s;
  }
}

/**
 * CSS Modal Themes
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
/*
 * Global Theme Styles
 */
.modal--show, .modal--fade {
  color: #2b2b2b;
  line-height: 1.3;
}
.modal--show .modal-inner, .modal--fade .modal-inner {
  border-radius: 2px;
  background: #edf1f4;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  max-width: 100%;
  -webkit-transition: max-width 0.25s linear, margin-left 0.125s linear;
  transition: max-width 0.25s linear, margin-left 0.125s linear;
}
.modal--show header, .modal--fade header {
  background: #edf1f4;
  border-bottom: 1px solid #2b2b2b;
  padding: 0 1.2em;
}
.modal--show header > h2, .modal--fade header > h2 {
  margin: 0.5em 0;
}
.modal--show .modal-content, .modal--fade .modal-content {
  background: white;
  border-bottom: 1px solid #2b2b2b;
  padding: 15px 1.2em;
}
.modal--show footer, .modal--fade footer {
  border-top: 1px solid #5e5e5e;
  padding: 1rem 1.2em 18px;
  background: #f0f0f0;
  border-radius: 2px;
}
.modal--show .modal-close, .modal--fade .modal-close {
  text-indent: -100px;
}
.modal--show .modal-close:before, .modal--fade .modal-close:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAEUlEQVQoz2NgeEYAjioYSQoAzOTmAXhPhyoAAAAASUVORK5CYII=");
}
.modal--show .modal-close:after, .modal--fade .modal-close:after {
  content: "×";
  background: #edf1f4;
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 1.2em;
  text-decoration: none;
  text-indent: 0;
}
@media screen and (max-width: 30em) {
  .modal--show .modal-close:before, .modal--fade .modal-close:before {
    background: #aeb6c1;
    height: 3em;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  }
  .modal--show .modal-inner, .modal--fade .modal-inner {
    padding-top: 3em;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .modal--show .modal-close, .modal--fade .modal-close {
    text-decoration: none;
  }
  .modal--show .modal-close:after, .modal--fade .modal-close:after {
    content: attr(data-close);
    font-size: 1em;
    padding: 0.5em 1em;
  }
}

/*
 * Plain Screen Theme Styles
 */
/**
 * Apply the desired modal behavior to your container selector
 */
.modal-wrapper {
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 860px;
  width: 95%;
}
.modal-wrapper #modal-popup {
  background-color: #969696;
  color: black;
  display: inline-block;
  padding: 1rem;
  position: absolute;
  right: 2rem;
  top: 26.2rem;
  transition: all 0.3s ease;
  width: 200px;
  z-index: 100;
}
@media screen and (min-width: 48em) {
  .modal-wrapper #modal-popup {
    top: 24rem;
  }
}
@media screen and (min-width: 80em) {
  .modal-wrapper #modal-popup {
    right: 5%;
  }
}
@media screen and (min-width: 1500px) {
  .modal-wrapper #modal-popup {
    right: 10%;
  }
}
@media screen and (min-width: 1800px) {
  .modal-wrapper #modal-popup {
    right: 15%;
  }
}
.modal-wrapper .modal-container button {
  background: #ec1e1e;
  border: none;
  color: black;
  display: inline-block;
  float: right;
  font-size: 16px;
  height: 3rem;
  width: 5rem;
}
@media screen and (device-aspect-ratio: 40/71) {
  .modal-wrapper .modal-container button {
    /* CSS specific to iPhone5/older iPods */
    margin-right: -2rem;
  }
}
.modal-wrapper .modal-container .modal-backdrop {
  height: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  transition: opacity 0.2s ease-in;
}
.modal-wrapper .modal-container #modal-toggle {
  cursor: pointer;
  height: 6rem;
  left: 80%;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 6rem;
  z-index: 100;
}
@media screen and (min-width: 34em) {
  .modal-wrapper .modal-container #modal-toggle {
    left: 91%;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .modal-wrapper .modal-container #modal-toggle {
    /* CSS specific to iOS devices */
    left: 75%;
  }
  @media screen and (min-width: 48em) {
    .modal-wrapper .modal-container #modal-toggle {
      left: 85%;
    }
  }
}
.modal-wrapper .modal-container #modal-toggle:checked {
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9;
}
.modal-wrapper .modal-container #modal-toggle:checked ~ .modal-backdrop {
  height: 100vh;
  left: 0;
  opacity: 1;
  pointer-events: none;
  top: 0;
  width: 100%;
  z-index: 9;
}
.modal-wrapper .modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content {
  cursor: auto;
  pointer-events: auto;
  z-index: 999;
}

/* styles for hiding/displaying results */
#section-result {
  text-align: center;
}
#section-result .result {
  display: inline-block;
  background-color: white;
  color: black;
  border: 2px solid #FF0000;
  padding: 1.5rem;
}
#section-result .result h3 {
  color: black;
  font-size: 24px;
  padding: 0;
}
#section-result .result #flocID {
  font-weight: bold;
}

h1, h2 {
  text-align: center;
  text-transform: none;
}

h1 {
  font-size: 5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  padding-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 48em) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  padding-top: 0;
  line-height: 1.2;
}
@media screen and (max-width: 48em) {
  h2 {
    font-size: 1.6rem;
  }
}

p {
  margin: 1rem 0 1rem 0;
}

#section-background {
  padding-top: 0.5rem;
}

.page-wrapper {
  margin-top: 0;
}

div.title {
  padding-bottom: 0.5rem;
}

p code {
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #383838;
  color: #C8C8C8;
}

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