/* fonts */
/* 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"); }
/* 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: white;
  color: black;
  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;
  border-bottom: 2px solid #0054A8;
  color: #0054A8;
  text-decoration: none;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    border-bottom: 2px solid #969696;
    color: #969696; }

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

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: 1;
      margin-bottom: 1rem;
      margin-top: 1rem;
      text-align: left;
      padding: 0; } }

h1 {
  color: black;
  font-size: 47px;
  font-weight: 800;
  line-height: 60px;
  padding: 1rem 0; }

h2 {
  color: black;
  font-size: 37px;
  font-weight: 600;
  line-height: 50px;
  margin: 3rem auto 1rem;
  padding: 1.3rem 0;
  text-align: center; }
  @media screen and (min-width: 48em) {
    h2 {
      margin: 2rem auto 0; } }

h3 {
  color: black;
  font-size: 29px;
  font-weight: 600;
  line-height: 40px;
  padding: 0.5rem 0 0.5rem 0;
  text-transform: uppercase; }

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

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

p {
  color: black;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1rem;
  padding: 0;
  position: relative; }
  @media screen and (max-width: 34em) {
    p {
      font-size: 19.8px;
      padding: 0;
      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; }

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; }

.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; }

.mobile {
  display: inline-block; }
  @media screen and (min-width: 48em) {
    .mobile {
      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; } }

.eff-button {
  background-color: #ec1e1e;
  border: none;
  border-bottom: 0.5rem solid #b80101;
  border-radius: 0;
  color: white;
  cursor: pointer;
  font-size: 1.8rem;
  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; }

footer {
  background-color: #001830;
  clear: both;
  color: #969696;
  font-weight: 600;
  padding: 1rem;
  text-transform: uppercase;
  width: 100%; }
  @media screen and (min-width: 48em) {
    footer {
      display: block; } }
  footer a {
    border: none;
    color: #3399FF; }
    footer a:hover {
      color: #fff; }
  footer .footer-wrapper {
    margin: 0 auto;
    padding-top: 1rem; }
  footer .footer-logo {
    float: left;
    display: inline-block;
    width: 100%; }
    footer .footer-logo img {
      height: 45px; }

.griddy {
  display: inline-block;
  margin-top: 0.5rem;
  width: 90%; }
  @media screen and (min-width: 34em) {
    .griddy {
      display: grid;
      grid-template-columns: 30% 30% 30%;
      grid-template-rows: auto;
      grid-column-gap: 10%;
      grid-row-gap: 2rem;
      grid-template-columns: 33% 33% 33%;
      width: 400px; }
      .griddy div {
        margin-bottom: 0; } }
  .griddy div {
    margin-bottom: 1rem; }

body {
  margin-top: 60px; }

nav {
  background-color: black;
  display: block;
  height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 10; }
  nav a {
    border: none;
    color: white;
    display: inline-block;
    text-decoration: none; }
    nav a:hover {
      color: #3399FF;
      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.5rem 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.28rem;
      font-weight: 700;
      color: white; }
      nav ul li a {
        color: white; }
        nav ul li a:active, nav ul li a:hover {
          border-color: #3399FF;
          color: #3399FF; }
      @media screen and (min-width: 48em) {
        nav ul li {
          display: inline-block;
          font-size: 1.6rem;
          margin: 0.9rem auto 0;
          text-align: center;
          flex-grow: 1; } }
    nav ul li.close-menu {
      display: none !important; }

nav span.mobile ul li {
  display: block;
  color: white;
  left: 1rem;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: 1rem; }

#off-canvas {
  background-color: black;
  display: block;
  font-size: 22px;
  font-weight: 600;
  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 {
      margin-bottom: 1rem; }
    #off-canvas ul li.menu-logo {
      display: none; }
  #off-canvas a {
    border: 0;
    color: white; }
    #off-canvas a:hover, #off-canvas a:focus {
      border-bottom: 2px solid #3399FF;
      color: #3399FF; }
  #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: 32px;
  position: absolute;
  right: 9px;
  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: 32px; }
  .close-menu:hover {
    cursor: pointer; }

.page-wrapper {
  width: 100%;
  margin: 0 auto; }

#share-buttons {
  height: 100px;
  width: 100px;
  position: absolute;
  right: 0;
  top: 30px; }
  @media (max-width: 830px) {
    #share-buttons {
      right: -25px; } }

#share-buttons a {
  margin: 4px;
  width: 54px;
  height: 74px;
  z-index: 0;
  margin-top: 60px; }

.sicon {
  float: left;
  width: 54px;
  height: 54px;
  background-color: transparent;
  background-image: url("../images/social-icons.png");
  background-repeat: no-repeat; }

#share-buttons .sicon {
  margin-top: 2px; }

#sfb {
  background-position: 0 -59px; }

#stwit {
  background-position: 50% 0; }

#sgplus {
  background-position: 0 -117px; }

#semail {
  background-position: 0 -175px; }

#semail:hover, #sgplus:hover, #stwit:hover, #sfb:hover {
  opacity: 0.9; }

.social-count, .social-no-count {
  display: inline-block;
  position: relative; }

#share-buttons .social-no-count {
  margin-top: 0; }

.social-count:after {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 2px;
  top: -40px;
  color: #444;
  content: attr(count);
  display: block;
  left: 0px;
  width: 54px;
  padding: 5px;
  text-align: center;
  position: absolute;
  text-shadow: 0 1px 0 #000;
  white-space: nowrap; }

.social-count:before {
  border: solid;
  border: 1px solid #fff;
  border-color: #111 transparent;
  border-color: #fff transparent;
  border-width: .4em .4em 0 .4em;
  top: -9px;
  content: "";
  display: block;
  left: 22px;
  position: absolute; }

.no-js #share-buttons a {
  margin-top: 0 !important; }
.no-js #share-buttons .social-count {
  margin-bottom: 0 !important; }
.no-js .social-count:after {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 2px;
  top: -40px;
  color: #444;
  content: attr(count);
  display: none;
  left: 0px;
  width: 54px;
  padding: 5px;
  text-align: center;
  position: absolute;
  text-shadow: 0 1px 0 #000;
  white-space: nowrap; }
.no-js .social-count:before {
  border: solid;
  border: 1px solid #fff;
  border-color: #111 transparent;
  border-color: #fff transparent;
  border-width: .4em .4em 0 .4em;
  top: -4px;
  content: "";
  display: none;
  left: 22px;
  position: absolute; }

.blue-bg {
  background: #3399FF; }

.black-bg {
  background: black; }

.white-bg {
  background: white; }

header {
  background: #3399FF;
  margin-bottom: 0; }
  header .container {
    padding-top: 0; }
  header .banner span.mobile {
    display: block; }
    @media screen and (min-width: 48em) {
      header .banner span.mobile {
        display: none; } }
  header .banner span.desktop {
    display: none; }
    @media screen and (min-width: 48em) {
      header .banner span.desktop {
        display: block; } }
  header img {
    width: 100%;
    max-width: 1200px;
    margin-top: 0px;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s; }

.main-content .intro {
  margin: 2rem 1rem 0;
  font-size: 26.4px;
  font-weight: 300;
  line-height: 1.2; }
  @media screen and (min-width: 48em) {
    .main-content .intro {
      font-size: 33px;
      margin: 1rem auto 0; } }

.action {
  text-align: center;
  margin: 3rem auto 3rem; }
  @media screen and (min-width: 48em) {
    .action {
      margin: 4rem auto 4rem; } }

.facts a {
  border-color: black;
  color: black; }
  .facts a:hover {
    border-color: white;
    color: white; }

.quotes {
  background: black;
  display: inline-block;
  text-shadow: none;
  padding-bottom: 40px;
  text-align: center;
  width: 100%; }
  .quotes h2 {
    color: #3399FF; }
  .quotes p {
    color: white;
    display: inline-block;
    margin-bottom: 2rem;
    text-align: left;
    width: 90%; }
    @media screen and (min-width: 48em) {
      .quotes p {
        margin-bottom: 3rem;
        width: 80%; } }
    .quotes p span {
      color: #3399FF;
      display: block;
      font-size: 17.6px;
      font-weight: 600;
      margin-bottom: 1rem;
      margin-top: 1rem;
      text-align: right;
      text-transform: uppercase; }
      .quotes p span a {
        border: none;
        color: #3399FF; }
        .quotes p span a:hover {
          color: white; }
      @media screen and (min-width: 48em) {
        .quotes p span {
          font-size: 19.8px;
          display: block; } }

.action-section h2 {
  font-size: 39.6px;
  font-weight: 800;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (min-width: 48em) {
    .action-section h2 {
      font-size: 66px;
      margin-bottom: 2rem; } }
.action-section .action-embed {
  background-color: #3399FF;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  max-width: 400px; }

.logo-section {
  padding: 80px 0;
  background-color: black;
  text-align: center; }
  .logo-section img {
    width: 194px;
    height: auto;
    padding: 1em; }
    .logo-section img:first-of-type {
      width: 300px; }

.share-links.mobile {
  clear: both;
  display: block;
  margin: 1rem auto 2rem;
  text-align: center; }
  .share-links.mobile > a {
    border: none;
    display: inline-block;
    height: 4rem;
    overflow: hidden;
    position: relative;
    width: 4rem; }
    .share-links.mobile > a i {
      background-color: white;
      background-size: 4rem;
      display: inline-block;
      height: 4rem;
      position: relative;
      width: 4rem;
      z-index: 2; }
    .share-links.mobile > a:nth-child(1) {
      margin-right: 2rem; }
    .share-links.mobile > a span {
      background-color: #3399FF;
      box-sizing: content-box;
      display: inline-block;
      font-size: 1.2rem;
      height: 4rem;
      line-height: 4rem;
      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;
  margin-top: 22.5rem;
  position: absolute;
  top: 112px;
  z-index: 3; }
  .share-links.desktop > a {
    border: none;
    display: block;
    height: 5rem;
    margin-top: 1rem;
    overflow: hidden;
    position: relative;
    width: 5rem; }
    .share-links.desktop > a:hover, .share-links.desktop > a:focus {
      opacity: 0.8;
      transition: width 130ms;
      width: 22rem; }
      .share-links.desktop > a:hover i, .share-links.desktop > a:focus i {
        left: 0;
        position: absolute;
        z-index: 2; }
      .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: 5rem;
    display: inline-block;
    position: relative;
    height: 5rem;
    width: 5rem;
    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: content-box;
    color: black;
    display: inline-block;
    font-size: 1.2rem;
    height: 5rem;
    line-height: 5rem;
    opacity: 0.9;
    padding-left: 0;
    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; } }
iframe html {
  background: #3399FF; }

.action_page-embed_iframe {
  background: #3399FF;
  margin-top: 0; }
  .action_page-embed_iframe .container {
    margin-bottom: -2rem; }
  .action_page-embed_iframe #tools {
    background: white; }
    .action_page-embed_iframe #tools .tool {
      background: white;
      margin-bottom: 0; }
      .action_page-embed_iframe #tools .tool .tool-title {
        display: none; }
    .action_page-embed_iframe #tools .page-indicator {
      background: #aeb6c1;
      color: #3399FF; }
      .action_page-embed_iframe #tools .page-indicator div {
        padding: 0.4em; }
      .action_page-embed_iframe #tools .page-indicator div:not(:first-child) {
        border-left: 6px solid #3399FF; }
      .action_page-embed_iframe #tools .page-indicator div:not(.active) {
        background: black;
        color: #3399FF; }
  .action_page-embed_iframe form {
    background: white; }
    .action_page-embed_iframe form input[type="text"] {
      background: white;
      border: 1px solid black; }
    .action_page-embed_iframe form .privacy-notice span.privacy-notice-popover {
      background: white; }
      
/*# sourceMappingURL=style.css.map */
