/* No files to import found in abstractions//* */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: local("Montserrat Hairline"), local("Montserrat-Hairline"), url("../fonts/Montserrat-Hairline.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/Montserrat-Light.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local("Montserrat Black"), local("Montserrat-Black"), url("../fonts/Montserrat-Black.woff") format("woff"); }

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 300;
  src: local("Merriweather Light"), local("Merriweather-Light"), url("../fonts/Merriweather-Light.woff") format("woff"); }

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local("Merriweather"), local("Merriweather-Regular"), url("../fonts/Merriweather-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local("Merriweather Bold"), local("Merriweather-Bold"), url("../fonts/Merriweather-Bold.woff") format("woff"); }

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 900;
  src: local("Merriweather Black"), local("Merriweather-Black"), url("../fonts/Merriweather-Black.woff") format("woff"); }

@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 300;
  src: local("Merriweather Light Italic"), local("Merriweather-LightItalic"), url("../fonts/Merriweather-LightItalic.woff") format("woff"); }

@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  src: local("Merriweather Italic"), local("Merriweather-Italic"), url("../fonts/Merriweather-Italic.woff") format("woff"); }

@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 700;
  src: local("Merriweather Bold Italic"), local("Merriweather-BoldItalic"), url("../fonts/Merriweather-BoldItalic.woff") format("woff"); }

@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 900;
  src: local("Merriweather Black Italic"), local("Merriweather-BlackItalic"), url("../fonts/Merriweather-BlackItalic.woff") format("woff"); }

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Cond Light"), local("OpenSans-CondensedLight"), url(../fonts/open_sans_condensed_light.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Cond Light Italic"), local("OpenSans-CondensedLightItalic"), url(../fonts/open_sans_condensed_light_italic.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans Condensed Bold';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Condensed Bold"), local("OpenSans-CondensedBold"), url(../fonts/open_sans_condensed_bold.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans Light';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(../fonts/open_sans_light.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans Light';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url(../fonts/open_sans_light_italic.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans SemiBold';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(../fonts/open_sans_semibold.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans SemiBold';
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url(../fonts/open_sans_semibold_italic.woff) format("woff"); }

/**
* 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  min-height: 100%;
  vertical-align: baseline; }

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

article,
header,
section {
  display: block; }

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

li {
  list-style-type: none;
  list-style-image: none; }

.left {
  float: left; }

.right {
  float: right; }

.centered {
  margin: 0 auto; }

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

.visually-hidden, #primary-nav .logo span, header h1, footer .logo span {
  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; }

body {
  font-size: 16px;
  line-height: 2rem;
  font-family: "Merriweather";
  font-weight: 400; }

a {
  color: #4B6A88;
  text-decoration: underline; }
  a:visited {
    color: #666; }

.main-content a:hover {
  background-color: #E5EBEC; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: sub;
  font-size: smaller; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat";
  text-align: center;
  font-weight: 700; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    text-decoration: none; }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
      background-color: transparent !important; }

h1 {
  font-size: 2rem;
  line-height: 2.3rem;
  margin-bottom: 1.6rem;
  text-align: left; }

h2 {
  font-size: 1.7rem;
  line-height: 1.9rem;
  margin-bottom: 1.3rem;
  margin-top: 3rem; }

h3 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 1.1rem; }

h4 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-bottom: .5rem;
  text-align: left; }

h5 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-bottom: .5rem;
  margin-left: 2rem;
  text-align: left; }

h6 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
  margin: 0 1rem 1.7rem 1rem;
  text-align: left; }
  @media screen and (min-width: 740px) {
    h6 {
      margin: 0 6rem 1.7rem 3rem;
      text-align: justify; } }

p {
  margin-bottom: 2.3rem;
  overflow-wrap: break-word;
  word-break: break-word; }

/* Sticky footer */
body {
  height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

/* Content container */
#primary-nav,
.main-content,
.footer-inner {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.8%; }

.main-content {
  padding-bottom: 120px; }

#primary-nav {
  font-family: "Montserrat";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px; }
  #primary-nav .logo {
    display: block;
    background: url("/images/eff-logo-red.svg") no-repeat;
    background-size: contain;
    width: 150px;
    height: 32px; }
  #primary-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 430px; }
  #primary-nav li {
    text-decoration: none;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 16px; }
    #primary-nav li:not(:first-child) {
      margin-left: 1em; }
    #primary-nav li a {
      color: rgba(0, 0, 0, 0.69);
      text-decoration: none; }
      #primary-nav li a:hover, #primary-nav li a:focus {
        color: rgba(0, 0, 0, 0.95); }
      #primary-nav li a:visited {
        color: inherit; }
  #primary-nav li:last-child a {
    color: #ec1e1e; }
    #primary-nav li:last-child a:before {
      background-color: #ec1e1e; }
    #primary-nav li:last-child a:hover, #primary-nav li:last-child a:active, #primary-nav li:last-child a:focus {
      color: #ec1e1e; }
  @media screen and (max-width: 740px) {
    #primary-nav {
      padding-top: 15px;
      padding-bottom: 12px; }
      #primary-nav ul {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        min-width: unset; }
      #primary-nav li {
        display: none; }
      #primary-nav li:last-child {
        display: block;
        border: 3px solid #ec1e1e;
        border-radius: 3px;
        font-size: .85rem;
        font-weight: 400;
        line-height: 1.3rem;
        text-transform: uppercase;
        width: 7rem;
        height: 1.7rem;
        text-align: center; }
        #primary-nav li:last-child a {
          width: 100%;
          display: inline-block; } }

header {
  width: 100%;
  background: url("/images/banner.png") no-repeat center;
  background-color: #F58728;
  background-size: contain;
  position: relative;
  margin-bottom: 5px;
  height: 240px; }
  @media screen and (min-width: 740px) {
    header {
      height: 320px; } }

.language-switcher {
  text-align: center;
  margin-bottom: 1em; }
  .language-switcher li {
    display: inline-block;
    margin-right: 1em; }
  .language-switcher li a {
    text-decoration: none; }

footer {
  background: #9AAFBC;
  color: #254B66;
  font-family: "Montserrat";
  padding-top: 4rem;
  padding-bottom: 1.5rem; }
  footer .logo {
    display: block;
    background: url("/images/eff-logo-blue.svg") no-repeat;
    background-size: contain;
    height: 60px;
    margin-bottom: 4rem; }
  footer a {
    color: #4B6A88;
    position: relative;
    text-decoration: none; }
  footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    footer ul a {
      color: #254B66;
      font-size: 1rem;
      font-weight: 400;
      margin-bottom: .9rem;
      text-align: left;
      text-transform: uppercase; }
  @media screen and (max-width: 740px) {
    footer {
      padding-top: 3rem;
      padding-bottom: 1rem; }
      footer .logo {
        height: 40px;
        margin-bottom: 2rem; }
      footer ul a {
        font-size: 0.8rem; } }

#badger-description {
  font-size: 1.2rem;
  line-height: 1.4em;
  max-width: 700px;
  font-family: "Montserrat";
  font-weight: 300;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

#badger-download {
  margin: 20px auto 10px;
  text-align: center;
  max-width: 500px;
  border: 2px solid #FF641C;
  background-color: #FF641C;
  border-radius: 5px;
  font-family: 'Open Sans Condensed Bold';
  letter-spacing: 0.1em;
  padding: 1.1em 0.8em;
  text-transform: uppercase;
  clear: both;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  #badger-download a {
    text-decoration: none;
    font-size: 1.9rem;
    color: #FFF; }
    #badger-download a span {
      color: #000;
      font-size: 0.75em;
      font-family: 'Open Sans Condensed'; }
  #badger-download:hover {
    background-color: #F58728;
    cursor: pointer; }
    #badger-download:hover a {
      color: #FF641C;
      color: #FFF;
      background-color: transparent; }
  #badger-download.not-supported {
    border-color: #A5A5A5;
    background-color: #F2F5F6;
    cursor: default; }
    #badger-download.not-supported a, #badger-download.not-supported span {
      color: #A5A5A5; }

#install-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #install-group img {
    display: none;
    width: 80px;
    height: 80px; }
  #install-group a {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: center;
        align-self: center; }
  #install-group a span {
    display: block; }

#browser-not-supported {
  margin-top: 1rem;
  text-align: center;
  max-width: 600px;
  margin: auto; }
  #browser-not-supported p {
    margin-bottom: 1.6rem; }
  #browser-not-supported .small {
    font-size: 0.8rem;
    line-height: 1.6rem;
    max-width: 400px;
    margin: auto; }

.version {
  text-align: center;
  font-size: 0.85rem;
  font-family: "Montserrat"; }
  .version a {
    text-decoration: none; }

#android-beta-warning {
  text-align: center;
  font-style: italic; }

.other-browsers {
  font-family: "Montserrat";
  font-size: 0.9rem;
  line-height: 1.3em;
  padding-top: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 420px;
  margin: auto; }
  .other-browsers a {
    display: block;
    text-decoration: none;
    opacity: 0.75;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .other-browsers a:hover {
      background-color: transparent;
      opacity: 1; }
  .other-browsers img {
    height: 40px;
    margin-bottom: 10px;
    opacity: 0.85; }

#faq h3 {
  margin-top: 45px; }
  #faq h3 a {
    color: #000000; }
    #faq h3 a:visited {
      color: #000000; }

#faq .anchors {
  font-family: "Montserrat";
  font-size: 1.1rem;
  line-height: 1.4rem; }
  #faq .anchors li {
    margin: 15px 0; }
  #faq .anchors a {
    text-decoration: none; }
    #faq .anchors a:visited {
      color: #4B6A88; }

#faq-top {
  padding-top: 1px; }

#back-to-faq-top {
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 10;
  border: 2px solid #FF641C;
  background-color: #FF641C;
  border-radius: 5px 5px 0 0;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 12.5px;
  letter-spacing: 0.8px;
  padding: 0 18px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  #back-to-faq-top:hover {
    background-color: #F58728; }
  #back-to-faq-top a {
    text-decoration: none;
    color: white; }
  #back-to-faq-top a:hover {
    background-color: transparent; }
