/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: 'Open Sans', helvetica, arial, sans-serif; }

.red {
  color: #da2126;
  border-color: #da2126; }

.blue {
  color: #2b5ba1;
  border-color: #2b5ba1; }

.grey {
  color: #231f20;
  border-color: #231f20; }

.cream {
  color: #e0efff;
  border-color: #e0efff; }

.offwhite {
  color: #e3fffd;
  border-color: #e3fffd; }

.white {
  color: white;
  border-color: white; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.button {
  cursor: pointer; }

h1,
h2,
h3,
h4 {
  margin: 0;
  text-transform: uppercase;
  color: #231f20; }

h1 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.75rem; }

h2 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2rem; }

h3 {
  font-weight: 300;
  text-transform: none; }

h4 {
  font-weight: 700;
  line-height: 1.2rem; }

p {
  margin: 0;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem; }

a,
.button {
  transition: all 150ms ease-in-out; }

.button {
  text-decoration: none; }

#container {
  width: 100%; }

section {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 20px;
  overflow: auto;
  overflow: hidden; }

.social a {
  width: 24px;
  height: 24px; }
  .social a img {
    width: 24px;
    margin-right: 16px; }

.button {
  width: 130px;
  background-color: white;
  height: 35px;
  text-align: center;
  border: 2px solid #da2126;
  color: #da2126;
  font-weight: 700;
  line-height: 35px;
  font-size: 0.9rem;
  position: absolute;
  top: 40px;
  right: 20px; }
  .button:hover {
    color: white;
    background-color: #da2126; }

#s1 {
  background-color: white;
  padding: 20px 20px; }
  #s1 .social {
    margin-top: 5px;
    float: left; }
  #s1 #nav-logo {
    width: 150px;
    position: relative;
    margin-bottom: -25px;
    z-index: 999;
    transition: transform 150ms ease-in-out; }
    #s1 #nav-logo img {
      width: 100%; }
    #s1 #nav-logo:hover {
      transform: scale(1.1); }
  #s1 #nav-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 80px;
    margin-top: -80px; }
    #s1 #nav-links a {
      color: #da2126;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 700;
      padding: 0 20px; }

#s2 {
  background-image: url(../img/coins.jpg);
  background-size: cover;
  background-position-y: 85%;
  background-position-x: 25%;
  padding: 120px 20px 240px 20px; }
  #s2 div {
    width: 50%;
    float: left; }
  #s2 #header-logo img,
  #s2 #header-logo-mobile img {
    width: 80%;
    margin: 0 10%; }
  #s2 #header-logo-mobile {
    display: none; }
  #s2 #header-text {
    padding: 0 5%;
    box-sizing: border-box;
    margin-top: 40px; }
    #s2 #header-text h1 {
      padding-bottom: 30px;
      border-bottom: 2px solid #da2126; }
    #s2 #header-text p {
      margin-top: 30px;
      padding-right: 60px;
      font-weight: 400; }
      #s2 #header-text p span {
        font-weight: 700;
        letter-spacing: 0.2px;
        display: inline-block;
        margin-bottom: 10px;
        font-size: 1.2rem; }
    #s2 #header-text a {
      color: #2b5ba1;
      font-weight: 700; }
      #s2 #header-text a:hover {
        color: #da2126;
        text-decoration: none; }

#s3 img {
  width: 90%; }

#s4 {
  background-color: #e0efff; }
  #s4 .pillar {
    width: 33%;
    float: left;
    padding: 0 40px 0 42px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    margin-top: 40px; }
    #s4 .pillar img {
      width: 15%;
      min-width: 120px;
      max-width: 240px;
      margin-bottom: 10px; }
    #s4 .pillar h4 {
      padding: 0 20px; }
    #s4 .pillar p {
      margin-top: 12px;
      text-align: left; }
    #s4 .pillar:nth-of-type(1):after, #s4 .pillar:nth-of-type(2):after {
      content: '';
      height: 120px;
      width: 2px;
      position: absolute;
      right: 0;
      top: 60px;
      background-color: #da2126; }

#s5 {
  background-color: #da2126; }
  #s5 .resource {
    display: inline-block;
    width: 70%;
    float: left;
    margin-bottom: 30px;
    padding-right: 30px;
    box-sizing: border-box; }
    #s5 .resource p {
      margin-top: 6px; }
  #s5 .button {
    float: left;
    margin-top: 20px;
    width: 130px;
    background-color: #a9433d;
    height: 35px;
    text-align: center;
    border: 2px solid white;
    color: white;
    font-weight: 700;
    line-height: 35px;
    font-size: 0.9rem;
    position: relative; }
    #s5 .button:hover {
      color: #a9433d;
      background-color: white; }

#s6 {
  background-color: #2b5ba1;
  background-image: url("../img/peoplebg.jpg");
  background-size: cover;
  overflow: hidden; }
  #s6 h3 {
    margin-top: 10px; }
  #s6 form {
    margin: 30px 0;
    width: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%);
    overflow: auto;
    overflow: visible; }
    #s6 form .maininput {
      float: left;
      width: calc(50% - 21px);
      margin: 0 15px 15px 0;
      height: 25px;
      font-size: 0.8rem;
      font-weight: 700;
      padding: 15px;
      color: #231f20;
      box-sizing: border-box;
      letter-spacing: .3px; }
    #s6 form label {
      color: white;
      font-family: 'Open Sans', helvetica, arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      display: block;
      font-size: 0.9rem; }
      #s6 form label:nth-of-type(2), #s6 form label:nth-of-type(4) {
        z-index: 9999;
        margin-top: -20px;
        padding-left: 49%; }
  #s6 .button {
    text-transform: uppercase;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    margin-top: 20px;
    width: 180px;
    background-color: #da2126;
    height: 45px;
    text-align: center;
    border: 2px solid white;
    color: white;
    font-weight: 700;
    line-height: 42px;
    font-size: 1.4rem;
    position: relative;
    display: table;
    margin: 0 auto; }
    #s6 .button:hover {
      color: #da2126;
      background-color: white; }
  #s6 #shareMessage {
    /*
        margin-top: 30px;
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        padding: 15px;
        border: 2px solid white;
        border-radius: 10px;
        color: white;
        background-color: rgba(20, 50, 92, 0.5);
        line-height: 1.75rem;
*/
    position: relative;
    left: 50%;
    transform: translate(-50%);
    padding: 15px 35px;
    border: 1px solid white;
    border-radius: 7px;
    color: white;
    background-color: rgba(20, 50, 92, 0.75);
    line-height: 1.75rem;
    width: 102vw; }
    #s6 #shareMessage span {
      font-weight: 700;
      display: block; }
    #s6 #shareMessage a {
      text-decoration: none;
      color: white;
      font-weight: 700; }
      #s6 #shareMessage a img {
        width: 18px;
        margin: 0 4px 4px 0; }
      #s6 #shareMessage a:hover {
        color: #e3fffd; }

#s7 {
  background-color: #f6f6f6; }
  #s7 h3 {
    margin-top: 20px;
    padding: 0 20%; }
    #s7 h3 a {
      font-weight: 700; }
      #s7 h3 a:hover {
        color: #983a34; }

.featured-logos {
  background: white;
  color: #231f20; }
  .featured-logos .bordered-area {
    margin: 60px 90px;
    padding: 60px 40px;
    border-top: 2px solid #DA2126;
    border-bottom: 2px solid #DA2126;
    display: flex;
    justify-content: center;
    align-items: center; }
    .featured-logos .bordered-area > div {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      padding: 0 30px; }
    .featured-logos .bordered-area > div:first-child {
      max-width: 310px;
      min-width: 220px; }
    .featured-logos .bordered-area h2, .featured-logos .bordered-area h3 {
      display: block;
      text-align: right;
      width: 100%; }
    .featured-logos .bordered-area h2 {
      margin-bottom: 10px;
      max-width: 200px; }
    .featured-logos .bordered-area img {
      max-width: 200px;
      max-height: 150px; }

@media only screen and (max-width: 850px) {
  .featured-logos .bordered-area {
    margin: 60px 20px;
    padding: 30px 40px;
    flex-wrap: wrap; }
    .featured-logos .bordered-area > div {
      padding: 30px; }
    .featured-logos .bordered-area > div:first-child {
      max-width: none;
      min-width: 0; }
    .featured-logos .bordered-area h2, .featured-logos .bordered-area h3 {
      text-align: center; }
    .featured-logos .bordered-area h2 {
      max-width: none; } }

@media only screen and (max-width: 420px) {
  .featured-logos .bordered-area {
    padding: 30px 20px; }
  .featured-logos .bordered-area > div {
    padding: 30px 0; } }

.logos {
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  position: relative;
  left: 50%;
  transform: translate(-50%); }

.logos .logo-area {
  overflow: hidden;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 200px; }

.logos .logo-area .logo {
  width: 25%;
  padding: 0 2%;
  box-sizing: border-box;
  float: left;
  filter: grayscale(1);
  max-width: 200px;
  margin-bottom: 20px;
  opacity: .4; }

.logos .logo-area .logo:hover {
  filter: grayscale(0);
  opacity: 1; }

.logos .logo-area .logo img {
  width: 100%; }

.logos .logo-area .small-logo {
  width: 25%;
  max-width: 120px; }

.logos h4 {
  color: #231f20;
  text-align: center; }

#s8 {
  background-color: #231f20;
  padding: 20px 60px; }

#s8 #footer-logo {
  width: 130px;
  padding-right: 70px;
  border-right: 2px solid white; }

#s8 #footer-links {
  float: right;
  margin-top: 20px; }

#s8 #footer-links .footer-link {
  color: white;
  text-decoration: none;
  letter-spacing: .5px;
  margin-right: 60px; }

#s8 #footer-links .footer-link:hover {
  color: #da2126; }

#s8 #footer-links .social {
  float: right; }

#privacy,
#pressrelease {
  background-color: #f6f6f6;
  padding: 40px 80px 40px 40px; }

#privacy ol,
#pressrelease ol {
  padding-bottom: 20px;
  border-bottom: 1px solid black;
  margin-bottom: 40px; }

#privacy ol li,
#pressrelease ol li {
  font-weight: 400; }

#privacy h1,
#privacy h2,
#pressrelease h1,
#pressrelease h2 {
  margin: 10px 0; }

#privacy p,
#pressrelease p {
  margin-bottom: 20px; }

#privacy a,
#pressrelease a {
  color: #da2126;
  font-weight: 400; }

#privacy a:hover,
#pressrelease a:hover {
  color: #2b5ba1; }

#privacy p:first-of-type {
  font-weight: 400; }

#privacy p:last-of-type {
  font-weight: 700; }

.w40 {
  width: 40%;
  float: left;
  padding: 0 60px;
  box-sizing: border-box; }

.w40 h1 {
  margin-bottom: 15px; }

.w40 p {
  padding-left: 60px; }

.w60 {
  width: 60%;
  float: left; }

.arrow {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 30px;
  animation: pulsate 1s infinite; }

.arrow span:before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 1.5em;
  position: relative;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 1.5em;
  transform: rotate(135deg); }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2b5ba1;
  text-transform: uppercase; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #2b5ba1;
  text-transform: uppercase; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #2b5ba1;
  text-transform: uppercase; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #2b5ba1;
  text-transform: uppercase; }

.hidden {
  display: none !important; }

.shown {
  display: flex !important;
  animation: fadeup .5s forwards; }

@keyframes fadeup {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#statement {
  background-image: url(../img/bench.jpg);
  background-size: cover;
  background-position-y: 85%;
  background-position-x: 25%;
  padding: 120px 20px 240px 20px; }

#statement h1 {
  border-bottom: 2px solid #2b5ba1;
  display: block;
  padding-bottom: 16px; }

#statement .w40 p {
  padding: 0; }

#info {
  background-color: #e0efff; }

#info h2 {
  padding: 0 20%;
  margin-bottom: 60px; }

#info a {
  font-weight: 700;
  color: #2b5ba1;
  text-decoration: none; }

#info #efs {
  display: inline-block;
  white-space: nowrap; }

#info .infoblock {
  width: 30%;
  float: left;
  margin-bottom: 60px;
  padding: 20px 0; }

#info .infoblock img {
  width: 300px;
  left: 50%;
  margin-bottom: 25px;
  transform: translate(-50%);
  position: relative; }

#info .infoblock:nth-of-type(1) {
  padding-left: 15%;
  padding-right: calc(5% - 1px); }

#info .infoblock:nth-of-type(2) {
  padding-right: 15%;
  padding-left: calc(5% - 1px);
  border-left: 2px solid black; }

#info .infoblock .disclaimertext {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-top: 20px;
  font-style: italic; }

#partners h3 {
  margin-top: 10px;
  margin-bottom: 60px; }

#blogheader {
  background-color: #f6f6f6;
  position: relative;
  padding: 60px 20px 40px 20px;
  overflow: visible; }

#blogheader #stripes {
  position: relative;
  width: 140px;
  left: 50%;
  transform: translate(-50%); }

#blogheader h1 {
  margin-top: 20px; }

#featuredpost {
  padding: 60px 10%; }

#featuredpost #featuredimg {
  float: left;
  width: 50%;
  padding-right: 30px; }

#featuredpost #featuredimg img {
  width: 100%;
  height: auto; }

#featuredpost .post p {
  margin-bottom: 20px; }

.post h5,
.fullpost h5 {
  margin: 0;
  text-transform: uppercase;
  color: #2b5ba1;
  margin-top: 15px; }

.post h2,
.fullpost h2 {
  text-transform: none;
  border-bottom: 2px solid #2b5ba1;
  display: flex;
  margin-top: 0px;
  padding-bottom: 15px; }

.post p,
.fullpost p {
  margin-top: 20px; }

.post a,
.fullpost a {
  text-decoration: none;
  color: #2b5ba1;
  text-transform: uppercase;
  font-weight: 700; }

.post img,
.fullpost img {
  float: left;
  width: 20%;
  padding-right: 30px;
  height: auto; }

.post:after,
.fullpost:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both; }

#posts {
  background-color: #f6f6f6;
  padding: 60px 20%; }

#posts .post {
  margin-bottom: 80px; }

#posts a {
  float: right;
  margin-top: 20px; }

.fullpost {
  margin-bottom: 40px; }

.fullpost h1,
.fullpost a {
  text-transform: none;
  font-weight: 400; }

.fullpost h1 {
  border-bottom: 2px solid #2b5ba1;
  padding-bottom: 10px; }

.blogbutton {
  position: relative;
  right: initial;
  float: left !important;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  margin-top: 0 !important;
  background-color: #2b5ba1;
  border: 2px solid #2b5ba1;
  color: white; }

.blogbutton:hover {
  background-color: white;
  color: #2b5ba1; }

#filters {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  top: 45px;
  right: 47px;
  position: absolute;
  /* Dropdown Button */
  /* The container <div> - needed to position the dropdown content */
  /* Dropdown Content (Hidden by Default) */
  /* Links inside the dropdown */
  /* Change color of dropdown links on hover */
  /* Show the dropdown menu on hover */
  /* Change the background color of the dropdown button when the dropdown content is shown */ }

#filters .dropbtn {
  background-color: transparent;
  border: none;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  color: #2b5ba1;
  cursor: pointer; }

#filters .dropbtn span {
  font-size: 0.6rem; }

#filters .dropdown {
  position: relative;
  display: inline-block;
  margin: 0 10px; }

#filters .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 110px;
  box-shadow: 0 8px 10px -1px rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: all 100ms ease-in-out;
  left: 0; }

#filters .dropdown-content a {
  color: black;
  padding: 6px 8px;
  text-decoration: none;
  text-align: left;
  display: block;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.8rem; }

#filters .dropdown-content a:hover {
  background-color: #2b5ba1;
  color: white; }

#filters .dropdown:hover .dropdown-content {
  display: block; }

.sbx-custom {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 40px;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 14px;
  top: 20px;
  right: 20px;
  position: absolute;
  text-transform: none !important; }

.sbx-custom__wrapper {
  width: 100%;
  height: 100%; }

.sbx-custom__input {
  display: inline-block;
  transition: box-shadow .4s ease, background .4s ease;
  border: 0;
  border-radius: 0px;
  box-shadow: inset 0 0 0 1px #CCCCCC;
  background: #FFFFFF;
  padding: 0;
  padding-right: 70px;
  padding-left: 8px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  white-space: normal;
  font-size: inherit;
  appearance: none;
  text-transform: none !important; }

.sbx-custom__input::-webkit-search-decoration,
.sbx-custom__input::-webkit-search-cancel-button,
.sbx-custom__input::-webkit-search-results-button,
.sbx-custom__input::-webkit-search-results-decoration {
  display: none; }

.sbx-custom__input:hover {
  box-shadow: inset 0 0 0 1px #b3b3b3; }

.sbx-custom__input:focus,
.sbx-custom__input:active {
  outline: 0;
  box-shadow: inset 0 0 0 1px #2b5ba1;
  background: #FFFFFF; }

.sbx-custom__input::placeholder {
  color: #AAAAAA; }

.sbx-custom__submit {
  position: absolute;
  top: 0;
  right: 0;
  left: inherit;
  margin: 0;
  border: 0;
  border-radius: 0 0px 0px 0;
  background-color: #2b5ba1;
  padding: 0;
  width: 48px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: inherit;
  user-select: none; }

.sbx-custom__submit::before {
  display: inline-block;
  margin-right: -4px;
  height: 100%;
  vertical-align: middle;
  content: ''; }

.sbx-custom__submit:hover,
.sbx-custom__submit:active {
  cursor: pointer; }

.sbx-custom__submit:focus {
  outline: 0; }

.sbx-custom__submit svg {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  fill: #FFFFFF; }

.sbx-custom__reset {
  display: none;
  position: absolute;
  top: 12px;
  right: 54px;
  margin: 0;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  user-select: none;
  fill: rgba(0, 0, 0, 0.5); }

.sbx-custom__reset:focus {
  outline: 0; }

.sbx-custom__reset svg {
  display: block;
  margin: 4px;
  width: 8px;
  height: 8px; }

.sbx-custom__input:valid ~ .sbx-custom__reset {
  display: block;
  animation-name: sbx-reset-in;
  animation-duration: .15s; }

@keyframes sbx-reset-in {
  0% {
    transform: translate3d(-20%, 0, 0);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }

@media only screen and (max-width: 975px) {
  #statement {
    padding: 420px 20px 40px 20px;
    background-image: url("../img/bench2.jpg");
    background-position-x: 45%; }
  #info h2 {
    padding: 0; }
  .infoblock {
    width: 100%; }
  .infoblock {
    width: 100% !important;
    padding: 0 !important;
    border: none !important; }
  #disclaimer {
    padding: 0 !important; }
  #stripes {
    margin-top: 50px; }
  #featuredpost #featuredimg {
    width: 100%; }
  #featuredpost h5 {
    clear: both;
    padding-top: 20px; } }

@media only screen and (max-width: 600px) {
  section {
    padding: 30px 20px; }
  h1 {
    font-size: 2rem;
    line-height: 2.25rem; }
  h2 {
    font-size: 1.5rem;
    line-height: 1.75rem; }
  h3 {
    font-size: 1.1rem; }
  .right {
    text-align: left; }
  .w40,
  .w60 {
    padding: 0;
    width: 100%; }
  .w40 p,
  .w60 p {
    padding: 0; }
  #s1 #nav-links {
    height: auto;
    margin-top: 50px; }
    #s1 #nav-links a {
      padding: 0 10px;
      font-size: 14px; }
  #s1 #nav-logo {
    width: 120px; }
  #s2 {
    background-image: url(../img/coins2.jpg);
    padding: 30px 20px;
    background-position-x: 64%; }
  #s2 div {
    width: 100%;
    float: none; }
  #s2 .white {
    color: #2b5ba1; }
  #s2 #header-logo img,
  #s2 #header-logo-mobile img {
    width: 90%;
    margin: 0 5%; }
  #s2 #header-logo {
    display: none; }
  #s2 #header-logo-mobile {
    display: block; }
  #s2 #header-text {
    margin-top: 30px;
    padding-right: 30px; }
  #s2 #header-text h1 {
    text-shadow: none;
    text-shadow: 0 0 1px white; }
  #s2 #header-text p {
    padding-right: 0;
    text-shadow: none;
    text-shadow: 0 0 1px white; }
  #s3 img {
    width: 100%;
    margin-top: 30px; }
  #s4 .pillar {
    width: 100%;
    padding: 0 20px; }
  #s4 .pillar:nth-of-type(1):after,
  #s4 .pillar:nth-of-type(2):after {
    content: '';
    height: 0; }
  #s5 .resource {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    margin-top: 40px; }
  #s5 .button {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 60px;
    float: right;
    right: auto; }
  #s6 .button {
    right: auto; }
  #s6 form {
    width: 100%; }
  #s6 form .maininput {
    width: 100%; }
  #s6 form label:nth-of-type(2) {
    z-index: 0;
    margin-top: 0;
    padding-left: 0; }
  #s6 form label:nth-of-type(4) {
    z-index: 0;
    margin-top: 0;
    padding-left: 0; }
  #s7 h3 {
    padding: 0 10px;
    margin-bottom: 40px; }
  .logos {
    width: 90%;
    margin: 0;
    display: flex;
    flex-flow: wrap; }
  .logos a {
    width: 50%;
    padding: 0 7% 6% 0; }
  .logos a:nth-of-type(1) {
    width: 50%; }
  .logos a:nth-of-type(3) {
    clear: both; }
  .logos a:nth-of-type(5) {
    clear: both; }
  .logos a:nth-of-type(7) {
    clear: both; }
  #s8 {
    padding: 20px; }
  #s8 #footer-logo {
    width: 50%;
    border: 0px;
    padding: 0; }
  #s8 #footer-links {
    margin-top: 30px;
    width: 100%;
    float: left; }
  #s8 #footer-links .footer-link {
    margin: 0 0 10px 0;
    width: 100%;
    float: left;
    display: block; }
  #privacy,
  #pressrelease {
    padding: 40px; }
  .sbx-custom {
    width: 91%; }
  #posts {
    padding: 30px 20px; }
  #blogheader img {
    width: 110px;
    margin-top: 60px; }
  #filters {
    right: initial;
    left: 50%;
    transform: translate(-50%); }
  #filters .dropdown {
    min-width: 80px; }
  #filters .dropdown .dropbtn {
    font-size: 0.8rem;
    min-width: 100px;
    text-align: center;
    margin: 0; }
  .blogbutton {
    padding: 0 25%; } }

@media only screen and (min-width: 601px) and (max-width: 975px) {
  .right {
    text-align: left; }
  h1 {
    font-size: 2rem;
    line-height: 2.25rem; }
  h2 {
    font-size: 1.5rem;
    line-height: 1.75rem; }
  h3 {
    font-size: 1.1rem; }
  .w40,
  .w60 {
    width: 100%;
    padding: 0; }
  .w40 p,
  .w60 p {
    padding: 0; }
  #s2 {
    padding: 30px 20px;
    background-position-x: 64%;
    background-image: url(../img/coins3.jpg); }
  #s2 div {
    width: 100%;
    float: none; }
  #s2 .white {
    color: #2b5ba1; }
  #s2 #header-logo img,
  #s2 #header-logo-mobile img {
    width: 90%;
    margin: 0 5%;
    max-width: 410px; }
  #s2 #header-logo {
    display: none; }
  #s2 #header-logo-mobile {
    display: block; }
  #s2 #header-text {
    margin-top: 30px;
    padding-right: 200px; }
  #s2 #header-text p {
    padding-right: 0; }
  #s3 {
    padding: 30px; }
  #s3 .w60 {
    margin-top: 30px; }
  #s3 .w60 img {
    width: 100%; }
  #s4 .pillar {
    padding: 0 20px; }
  #s4 .pillar:nth-of-type(1):after,
  #s4 .pillar:nth-of-type(2):after {
    height: 150px;
    width: 2px;
    top: 100px; }
  #s5 .resource {
    width: 75%;
    margin-top: 40px;
    margin-bottom: 0; }
  #s5 .button {
    margin-top: 50px; }
  #s6 form {
    width: 65%; }
  .logos {
    width: 90%;
    margin: 0 5%;
    display: flex;
    flex-flow: wrap; }
  .logos a {
    width: 33%;
    padding: 0 7% 6% 0; }
  .logos a:nth-of-type(3) {
    clear: both; }
  .logos a:nth-of-type(5) {
    clear: both; }
  .logos a:nth-of-type(7) {
    clear: both; }
  #s8 #footer-logo {
    width: 100px;
    padding-right: 30px; }
  #s8 #footer-links .footer-link {
    color: white;
    text-decoration: none;
    letter-spacing: .5px;
    margin-right: 30px;
    font-size: 0.75rem; }
  #s8 #footer-links .social a,
  #s8 #footer-links .social a img {
    width: 18px;
    height: 18px; } }

@keyframes pulsate {
  0% {
    opacity: 0.75;
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(1.125); }
  100% {
    opacity: 0.75;
    transform: scale(1); } }

/* ==========================================================================
     Helper classes
     ========================================================================== */
/*
   * Hide visually and from screen readers
   */
.hidden {
  display: none !important; }

/*
   * Hide only visually, but have it available for screen readers:
   * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
   *
   * 1. For long content, line feeds are not interpreted as spaces and small width
   *    causes content to wrap 1 word per line:
   *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
   */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
   * Extends the .visuallyhidden class to allow the element
   * to be focusable when navigated to via the keyboard:
   * https://www.drupal.org/node/897638
   */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
   * Hide visually and from screen readers, but maintain layout
   */
.invisible {
  visibility: hidden; }

/*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    `contenteditable` attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     http://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
         http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

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