/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body {
  font-family: 'Quicksand', sans-serif;
  background: url("../img/bg.svg") no-repeat;
  background-position: center top;
  background-size: 100% auto; }
  @media screen and (max-width: 600px) {
    body {
      background-size: auto; } }

.container {
  width: auto;
  max-width: 980px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  .container::after {
    content: '';
    display: table;
    clear: both; }

header {
  margin-top: 50px; }
  @media screen and (max-width: 600px) {
    header {
      margin-top: 30px; } }
  header .brand {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    header .brand::after {
      content: '';
      display: table;
      clear: both; }
    header .brand:last-child {
      margin-right: 0%; }
    @media screen and (max-width: 600px) {
      header .brand {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center; }
        header .brand:first-child {
          margin-left: auto; }
        header .brand:last-child {
          margin-right: auto; } }
  header .navigation {
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: right;
    margin-left: -50px; }
    header .navigation::after {
      content: '';
      display: table;
      clear: both; }
    header .navigation:last-child {
      margin-right: 0%; }
    @media screen and (max-width: 600px) {
      header .navigation {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin: 0;
        text-align: center;
        margin-top: 20px; }
        header .navigation:first-child {
          margin-left: auto; }
        header .navigation:last-child {
          margin-right: auto; } }
    header .navigation a {
      color: #fff;
      text-decoration: none;
      display: inline-block;
      padding: 5px 15px; }
      header .navigation a:hover {
        color: #00A8FF; }
    header .navigation a.active {
      color: #00A8FF; }
    header .navigation a.bordered {
      border: 1px solid #eeeeee30;
      border-radius: 5px;
      background: #01236b; }
  header h1.jumbo-txt {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 200;
    font-size: 30px;
    max-width: 331px;
    margin-top: 62px; }
    @media screen and (max-width: 600px) {
      header h1.jumbo-txt {
        text-align: center;
        margin-top: 10px;
        margin: 0 auto;
        margin-top: 30px;
        font-size: 25px; } }

.clearfix {
  clear: both; }

.body-content {
  margin-top: 97px; }
  @media screen and (max-width: 600px) {
    .body-content {
      margin-top: 30px; } }

.main {
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%; }
  .main::after {
    content: '';
    display: table;
    clear: both; }
  .main:last-child {
    margin-right: 0%; }
  @media screen and (max-width: 600px) {
    .main {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .main:first-child {
        margin-left: auto; }
      .main:last-child {
        margin-right: auto; } }

.sidebar {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%; }
  .sidebar::after {
    content: '';
    display: table;
    clear: both; }
  .sidebar:last-child {
    margin-right: 0%; }
  @media screen and (max-width: 600px) {
    .sidebar {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .sidebar:first-child {
        margin-left: auto; }
      .sidebar:last-child {
        margin-right: auto; } }

.riddles-cards-cont .riddle-card:nth-child(even) {
  border-left: 5px solid #FF8100; }

.riddles-cards-cont .riddle-card:nth-child(odd) {
  border-left: 5px solid #B900FF; }

.riddle-card {
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  display: block;
  padding: 20px;
  margin-bottom: 15px; }
  @media screen and (max-width: 600px) {
    .riddle-card {
      padding: 10px; } }
  .riddle-card .vote-cont {
    padding: 10px;
    border: 1px solid #F2F3F7;
    border-radius: 3px;
    float: left;
    clear: none;
    text-align: inherit;
    width: 7.3%;
    margin-left: 0%;
    margin-right: 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
    .riddle-card .vote-cont::after {
      content: '';
      display: table;
      clear: both; }
    .riddle-card .vote-cont:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .riddle-card .vote-cont:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .riddle-card .vote-cont:nth-child(2n + 1) {
      clear: both; }
    @media screen and (max-width: 600px) {
      .riddle-card .vote-cont {
        float: left;
        clear: none;
        text-align: inherit;
        width: 10.905%;
        margin-left: 0%;
        margin-right: 3%;
        text-align: center; }
        .riddle-card .vote-cont::after {
          content: '';
          display: table;
          clear: both; }
        .riddle-card .vote-cont:nth-child(n) {
          margin-right: 3%;
          float: left;
          clear: none; }
        .riddle-card .vote-cont:nth-child(2n) {
          margin-right: 0%;
          float: right; }
        .riddle-card .vote-cont:nth-child(2n + 1) {
          clear: both; } }
    .riddle-card .vote-cont a {
      display: block; }
    .riddle-card .vote-cont a:first-child {
      margin-bottom: 20px; }
    .riddle-card .vote-cont a:last-child {
      margin-top: 20px; }
    .riddle-card .vote-cont .count {
      color: #ccc; }
    .riddle-card .vote-cont .count-plus {
      color: #00A8FF !important; }
  .riddle-card .riddle-cont {
    float: left;
    clear: none;
    text-align: inherit;
    width: 89.7%;
    margin-left: 0%;
    margin-right: 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .riddle-card .riddle-cont::after {
      content: '';
      display: table;
      clear: both; }
    .riddle-card .riddle-cont:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .riddle-card .riddle-cont:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .riddle-card .riddle-cont:nth-child(2n + 1) {
      clear: both; }
    @media screen and (max-width: 600px) {
      .riddle-card .riddle-cont {
        float: left;
        clear: none;
        text-align: inherit;
        width: 86.095%;
        margin-left: 0%;
        margin-right: 3%; }
        .riddle-card .riddle-cont::after {
          content: '';
          display: table;
          clear: both; }
        .riddle-card .riddle-cont:nth-child(n) {
          margin-right: 3%;
          float: left;
          clear: none; }
        .riddle-card .riddle-cont:nth-child(2n) {
          margin-right: 0%;
          float: right; }
        .riddle-card .riddle-cont:nth-child(2n + 1) {
          clear: both; } }
    .riddle-card .riddle-cont a {
      text-decoration: none; }
    .riddle-card .riddle-cont h1 {
      font-size: 20px;
      max-width: 90%;
      display: inline-block;
      color: #303643; }
    .riddle-card .riddle-cont .actions-cont {
      margin-top: 18px; }
      .riddle-card .riddle-cont .actions-cont .btn-action {
        float: left; }
    .riddle-card .riddle-cont .answer {
      background: #F1F6F9;
      color: #00A8FF;
      padding: 15px;
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 5px; }
    .riddle-card .riddle-cont .sharing {
      display: block;
      text-align: right; }

.btn {
  background: #ccc;
  color: #000;
  padding: 10px;
  border-radius: 3px;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block; }

.btn-action {
  background: #00A8FF !important;
  font-weight: 500;
  color: #fff; }

ul.share-buttons {
  list-style: none;
  padding: 0;
  display: inline;
  padding: 10px; }

ul.share-buttons li {
  display: inline; }

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.sidebar {
  padding-top: 30px; }
  .sidebar .daily-joke {
    background: #FFDEA6;
    border-radius: 5px;
    padding: 20px; }
    .sidebar .daily-joke h1 {
      font-size: 20px;
      font-weight: 200;
      text-align: center; }
  .sidebar h1.side-header {
    color: #737D93;
    font-size: 16px;
    text-align: center; }
  .sidebar .sidebar-search {
    position: relative; }
    .sidebar .sidebar-search input {
      display: block;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 0;
      background: #fff;
      padding: 15px;
      font-size: 15px;
      background: #FFFFFF;
      -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
      border-radius: 3px;
      outline: 0; }
    .sidebar .sidebar-search button {
      background: #00A8FF;
      border: 0;
      color: #fff;
      padding: 7px 15px;
      position: absolute;
      top: 7px;
      right: 5px;
      border-radius: 3px; }

.btn-white {
  text-decoration: none;
  background: #fff;
  color: #00A8FF;
  font-weight: 400;
  margin-top: 15px; }

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

footer {
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 15px;
  background: url("../img/border.svg") no-repeat;
  background-position: center top;
  background-size: 100% auto; }
  @media screen and (max-width: 600px) {
    footer {
      background-size: auto;
      margin-top: 20px; } }
  footer .brand {
    float: left; }
    @media screen and (max-width: 600px) {
      footer .brand {
        float: none;
        text-align: center; } }
    footer .brand a {
      color: #737D93;
      text-decoration: none; }
  footer .nav {
    float: right; }
    @media screen and (max-width: 600px) {
      footer .nav {
        float: none;
        text-align: center;
        margin-top: 10px; } }
    footer .nav a {
      color: #737D93;
      font-size: 15px;
      margin-left: 15px; }

.search-card {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px; }
  .search-card h1 {
    font-weight: 200;
    font-size: 20px;
    margin: 0;
    padding: 0; }
    .search-card h1 span {
      color: #00A8FF; }
  .search-card p {
    font-size: 16px;
    color: #737D93;
    margin: 0;
    padding: 0;
    margin-top: 10px; }

.profile-card {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px; }
  .profile-card .profile-col {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center; }
    .profile-card .profile-col::after {
      content: '';
      display: table;
      clear: both; }
    .profile-card .profile-col:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .profile-card .profile-col:nth-child(3n) {
      margin-right: 0%;
      float: right; }
    .profile-card .profile-col:nth-child(3n + 1) {
      clear: both; }
    .profile-card .profile-col h2, .profile-card .profile-col h1 {
      margin: 0;
      padding: 0; }
    .profile-card .profile-col h2 {
      font-size: 16px;
      color: #737D93; }
    .profile-card .profile-col h1 {
      color: #00A8FF;
      font-size: 20px;
      margin-top: 5px; }

.title-head {
  text-align: center;
  font-size: 16px;
  color: #737D93;
  padding: 10px; }

.btn-pagi {
  background: #fff;
  border: 1px solid #00226B15;
  text-decoration: none;
  color: #00226B50;
  font-weight: 600;
  width: 25%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.center-btn {
  margin-left: 5px;
  margin-right: 5px; }

.form-container {
  width: auto;
  max-width: 460px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 60px; }
  .form-container::after {
    content: '';
    display: table;
    clear: both; }
  @media screen and (max-width: 600px) {
    .form-container {
      padding: 10px;
      margin-bottom: 50px; } }
  .form-container form {
    background: #fff;
    border-radius: 5px;
    padding: 30px 50px; }
    .form-container form .input {
      padding-top: 20px; }
      .form-container form .input label {
        display: block;
        text-align: center;
        text-transform: uppercase;
        opacity: 0.3;
        font-size: 13px;
        color: #737D93;
        letter-spacing: 0.41px;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
        text-align: left;
        margin-bottom: 10px;
        font-weight: bold; }
      .form-container form .input input {
        display: block;
        margin-top: 15px;
        border: 1px solid #EEF1F3;
        outline: 0;
        width: 100%;
        background: transparent;
        padding: 10px;
        border-radius: 3px; }
        @media screen and (max-width: 600px) {
          .form-container form .input input {
            font-size: 30px; } }
      .form-container form .input input {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .form-container form .btn-submit {
      margin: 0 auto;
      display: block;
      padding: 13px 20px;
      margin-top: 15px;
      background: #00A8FF;
      border: 0;
      color: #fff;
      font-weight: bold;
      font-size: 16px; }
  .form-container .page-info {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px; }
    .form-container .page-info h1 {
      font-size: 30px;
      color: #fff; }
    .form-container .page-info p {
      font-size: 16px;
      color: #fff;
      opacity: .75;
      max-width: 311px;
      margin-top: 9px;
      text-align: center;
      margin: 0 auto; }

.auth-page {
  background-image: url("../img/bg.svg") no-repeat;
  background-color: #001F60; }
  .auth-page footer a {
    color: #fff !important; }

.other-link {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 14px; }
  .other-link a {
    color: #00A8FF; }
