@import url("https://fonts.googleapis.com/css?family=Barlow:400,500");
body {
  font-family: "Barlow", sans-serif;
  background: #E9FAFF; }

button {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 40px;
  background: #00BBF0;
  border: 1px solid #00a7d6;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease; }

button:hover {
  background: #00afe1; }

p {
  color: #B5B5B5; }

.bg-light {
  background: #008BB2 !important; }

.navbar-light {
  color: white !important; }

.navbar-brand {
  font-size: 20px; }

.navbar-nav {
  font-size: 15px; }

.nav-item {
  padding-right: 20px !important; }

.hero {
  padding: 60px 0;
  text-align: center;
  background-image: url("../img/hero_bg.png");
  background-size: stretch;
  border-bottom: 7px solid #FFC15A; }
  .hero h1 {
    font-family: Barlow-Regular;
    font-size: 32px;
    color: #FFFFFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px; }
  .hero input {
    background: #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    border: none;
    font-size: 18px;
    font-color: #136076;
    padding: 10px;
    width: 40%;
    margin: 0 auto;
    outline: 0; }

.content {
  margin-top: 35px;
  padding-top: 20px; }

.card {
  background: white;
  border-radius: 5px;
  padding: 35px;
  border: none;
  border-top: 5px solid #00BBF0;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.05); }
  .card h1 {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #136076;
    text-align: center; }
  .card .selectors {
    margin-top: 20px;
    color: #B5B5B5; }
    .card .selectors .radio-wrap {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 15px; }
    .card .selectors .input-wrap {
      margin-top: 10px; }
      .card .selectors .input-wrap label {
        font-size: 13px;
        margin-bottom: 5px; }
      .card .selectors .input-wrap input {
        border-radius: 3px;
        padding: 10px 15px;
        border: 1px solid #ECECEC;
        width: 100%;
        outline: 0; }
    .card .selectors .btn-wrap {
      text-align: center; }
      .card .selectors .btn-wrap button {
        margin-top: 20px; }

.secondary-card {
  margin-top: 20px; }

.card-words {
  text-align: center; }
  .card-words .card-content {
    margin-top: 20px; }
  .card-words .word-link {
    display: block;
    line-height: 27px;
    font-size: 14px;
    color: #00BBF0; }

.card-numbers {
  text-align: center; }
  .card-numbers .card-content {
    margin-top: 20px; }

.button-link {
  padding: 3px;
  display: block;
  background: #F2FCFF;
  border: 1px solid #ABECFF;
  font-size: 14px;
  margin-bottom: 15px;
  border-radius: 100px;
  text-align: center;
  color: #00BBF0;
  transition: color 0.2s ease; }

.button-link:hover {
  text-decoration: none;
  color: #009fcc; }

.jumble-card {
  text-align: center; }

.jumble-link {
  padding: 5px 10px;
  background: #F2FCFF;
  border: 1px solid #ABECFF;
  font-size: 14px;
  margin-bottom: 15px;
  border-radius: 100px;
  text-align: center;
  color: #136076;
  transition: color 0.2s ease; }

.jumble-link:hover {
  text-decoration: none;
  color: #009fcc; }

.site-content {
  margin-top: 50px; }

.main-card {
  padding: 50px; }
  .main-card .bread-crumb {
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    color: #B5B5B5; }
    .main-card .bread-crumb span {
      font-weight: 500; }
  .main-card h1 {
    text-align: left;
    font-size: 24px;
    margin-top: 20px; }
    .main-card h1 span {
      color: #00BBF0; }
  .main-card .word-list {
    margin-top: 20px;
    margin-bottom: 70px; }
  .main-card .word {
    padding: 7px 45px;
    background: #F2FCFF;
    border: 1px solid #ABECFF;
    border-radius: 100px;
    color: #136076;
    font-weight: 500;
    display: inline-block;
    margin-top: 20px !important; }
  .main-card .quick-links-tb {
    width: 100%;
    max-width: 100%; }
    .main-card .quick-links-tb th {
      font-size: 13px;
      color: #B5B5B5;
      font-weight: 400; }
    .main-card .quick-links-tb td {
      padding: 15px 0;
      border-top: 1px solid #EAEAEA;
      border-bottom: 1px solid #EAEAEA;
      color: #B5B5B5; }
      .main-card .quick-links-tb td a {
        color: #00BBF0; }

.definition {
  margin: 20px 0;
  padding: 20px;
  background: #F2FCFF;
  border: 1px solid #ABECFF;
  border-radius: 5px; }
  .definition p {
    color: #136076; }

.word-list {
  color: #00BBF0; }
  .word-list li {
    padding: 5px 0; }
    .word-list li a {
      color: #00BBF0; }

.footer {
  padding: 25px 0;
  margin-top: 70px;
  background: #136076;
  border-top: 5px solid #00BBF0; }
  .footer .footer-left {
    color: white;
    opacity: 0.7;
    font-size: 16px; }
  .footer .footer-right {
    text-align: right; }
    .footer .footer-right a {
      margin-left: 20px;
      opacity: 0.7;
      font-family: "Barlow", sans-serif;
      font-size: 14px;
      color: #FFFFFF;
      line-height: 25px;
      text-decoration: underline; }

@media screen and (max-width: 1140px) {
  .secondary-card {
    margin-top: 0px !important; }

  .card {
    margin-top: 20px !important; } }
@media screen and (max-width: 960px) {
  .hero input {
    width: 85%; }

  .footer .footer-left {
    text-align: center; }
  .footer .footer-right {
    text-align: center;
    margin-top: 10px; } }
.clist {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  line-height: 27px;
  font-size: 14px;
  color: #00BBF0;
  text-align: left; }
