/*!
 * Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
@import url("://fonts.googleapis.com/css?family=Lato:300,400,600,700");
* {
  box-sizing: border-box; }

html {
  width: 100%;
  height: 100%; }

body {
  margin: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #223C83;
  width: 100%;
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  letter-spacing: 1px; }

h1, h2 {
  line-height: 1.3;
  font-weight: bold; }

h2 {
  font-size: 32px; }

p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.2; }

li {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.25; }

@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 18px;
    line-height: 1.6; } }
a {
  transition: all 0.2s ease-in-out;
  color: #223C83;
  /* override bootstrap */ }

a:hover,
a:focus {
  color: #4b8ddf; }

a.tuesday:link,
a.tuesday:visited,
a.tuesday:hover {
  color: #58C1DF;
  text-decoration: underline; }

.even-text {
  color: #223C83; }

.light {
  font-weight: 400; }

.pad-sides {
  padding-left: 25px;
  padding-right: 25px; }

.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #223C83; }

.navbar-custom .navbar-toggle {
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 1.8rem;
  padding: 4px 7px; }
  .navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:active {
    outline: none; }

.navbar-custom .navbar-brand {
  font-weight: 700; }

.navbar-custom .navbar-brand:focus {
  outline: none; }

.navbar-custom a {
  color: white; }

.navbar-custom .nav li a {
  transition: background 0.3s ease-in-out;
  color: #223C83;
  font-weight: 300; }

.navbar-custom .nav li a:hover {
  color: rgba(31, 53, 120, 0.75);
  outline: none;
  background-color: transparent; }

.navbar-custom .top-nav-collapse li a {
  color: white; }

.navbar-custom .top-nav-collapse li a:hover {
  color: rgba(255, 255, 255, 0.8); }

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent; }

.navbar-custom .nav li.active {
  outline: none; }

.navbar-custom .nav li.active a:hover {
  color: #223C83; }

.segment {
  margin-top: 50px; }

@media (max-width: 767px) {
  .navbar-custom .nav li a {
    color: white; }

  .navbar-custom .nav li a:hover {
    color: rgba(255, 255, 255, 0.75); } }
@media (min-width: 768px) {
  .navbar-custom {
    padding-top: 20px;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out; }

  .navbar-custom.top-nav-collapse {
    padding-top: 20px;
    /* header color */
    background: #223C83;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

  .navbar-custom.top-nav-collapse li a {
    color: white;
    font-weight: 300; }

  .navbar-custom.top-nav-collapse li a:hover {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300; } }
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 40px 0;
  text-align: center;
  background-color: white;
  color: #223C83;
  background-size: cover;
  -o-background-size: cover;
  position: relative; }

.intro .intro-body {
  display: table-cell;
  vertical-align: middle; }

.intro .intro-body .brand-heading {
  font-size: 40px; }

.intro .intro-body .intro-text {
  font-size: 18px; }

@media (min-width: 768px) {
  .intro {
    height: 100%; }

  .intro .intro-body .brand-heading {
    font-size: 100px; }

  .intro .intro-body .intro-text {
    font-size: 26px; } }
.page-scroll-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  display: flex;
  justify-content: center; }

.btn-circle {
  width: 70px;
  height: 70px;
  padding: 7px 16px;
  border: 2px solid #223C83;
  border-radius: 100% !important;
  font-size: 40px;
  background: transparent;
  transition: background 0.3s ease-in-out; }

.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.1); }

.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s; }

.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* .content-section {
  padding-top: 100px;
} */
.supplemental-page {
  padding-top: 25px;
  max-width: 90%; }

.download-section {
  width: 100%;
  padding: 50px 0;
  background-size: cover;
  -o-background-size: cover; }

#map {
  width: 100%;
  height: 200px;
  margin-top: 100px; }

@media (min-width: 768px) {
  .download-section {
    padding: 50px 0; }

  #map {
    height: 400px;
    margin-top: 250px; } }
.btn {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: all 0.3s ease-in-out;
  border-radius: 0; }

.btn-default {
  font-size: 16px;
  border: 1px solid #4A90E2;
  border-radius: 3px;
  background-color: transparent; }

.btn-default:hover,
.btn-default:focus {
  border: 1px solid #4A90E2;
  outline: none;
  color: white;
  background-color: #4A90E2; }

ul.banner-social-buttons {
  margin-top: 0; }

.intro .app-downloads {
  display: none; }

.app-downloads {
  margin-top: 30px;
  margin-bottom: 10px; }
  .app-downloads a {
    display: inline-block;
    height: 50px;
    margin: 5px; }
    .app-downloads a img {
      height: 100%; }

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px; } }
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0; }

  ul.banner-social-buttons li:last-child {
    margin-bottom: 0; }

  .hidden-mobile {
    display: none; }

  .center-mobile {
    margin: 25px auto !important;
    text-align: center !important; }

  nav li {
    text-align: center !important; }

  .navbar-brand {
    padding: 0;
    top: 10px;
    left: 0;
    right: 0;
    height: 0;
    display: flex;
    justify-content: center;
    position: absolute; }
    .navbar-brand img {
      height: 80px;
      transition: height 0.2s ease; }

  .collapsing + .navbar-brand,
  .collapse.in + .navbar-brand,
  .top-nav-collapse .navbar-brand {
    top: 8px; }
    .collapsing + .navbar-brand img,
    .collapse.in + .navbar-brand img,
    .top-nav-collapse .navbar-brand img {
      height: 40px; }

  .intro .app-downloads {
    display: block; }

  .btn-circle {
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }

  .page-scroll-wrap {
    bottom: 20px; } }
@media (max-width: 374px) {
  h2 {
    font-size: 22px; }

  p {
    font-size: 17px; }

  .app-downloads a {
    height: 40px; } }
img::-moz-selection {
  background: transparent; }
img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }

.fixed {
  position: fixed;
  top: 50%;
  left: 5%;
  width: 320px;
  height: 50px;
  -webkit-backface-visibility: hidden; }

a.nav-icon {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s; }

a.nav-icon:hover {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear; }

.coin-toss-examples {
  border: 2px solid #4A90E2;
  background-color: #4A90E2;
  border-radius: 3px;
  margin-bottom: 25px; }

.coin-toss-examples p {
  font-size: 14px;
  padding: 10px; }

.feature {
  margin-top: 75px;
  margin-bottom: 55px; }

.text-feature {
  padding: 40px 20px; }

.error {
  margin-top: 75px;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white; }

.screenshot {
  padding-bottom: 25px;
  max-width: 250px; }

.yellow-background {
  background-color: #F4C543; }

.pale-blue-background {
  background-color: #A8D6F4; }

.very-pale-blue-background {
  background: #F4F6FC; }

.dark-blue-background {
  background: #223C83; }

.flex-container {
  margin: auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center; }

.logo-group {
  width: 80%;
  height: auto; }

.centered-text {
  text-align: center; }

.homepage-link {
  font-size: 24px; }

.press-article {
  padding-top: 10px;
  padding-bottom: 20px; }

.press-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between; }

.press-publication {
  color: black;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px; }

.press-link {
  color: #3E8DEB;
  font-weight: bold;
  font-size: 20px; }

.press-date {
  text-align: right;
  color: gray;
  font-weight: normal;
  font-size: 16px; }

.padded-bottom {
  padding-bottom: 20px; }

.padded-top {
  padding-top: 20px; }

.more-padded-top {
  padding-top: 40px; }

.image-text-container-left {
  padding-right: 0;
  left: 200px;
  text-align: left; }

.image-text-container-center {
  text-align: center; }

.image-text-left {
  width: 300px;
  height: auto; }

.image-text-center {
  width: 350px;
  max-width: 100%;
  height: auto; }

@media (max-width: 1199px) {
  .image-text-container-left {
    left: 110px; } }
@media (max-width: 992px) {
  .screenshot {
    padding-right: 25px; }

  .image-text-container-left {
    left: 0; } }
@media (min-width: 768px) {
  #faq-video {
    padding-bottom: 20px;
    max-width: 660px;
    margin: auto; } }
@media (max-width: 767px) {
  #faq-video {
    padding-bottom: 20px;
    max-width: 100%; }

  .image-text-container-left {
    text-align: center; }

  .padded-mobile {
    width: 80%; } }
footer .flex-container {
  max-width: 86%; }

footer {
  padding-bottom: 25px; }

footer a, footer div {
  color: white; }

footer div a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75); }

/*