/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    scroll-behavior: smooth
}

body {
    background-color: #dfebf4;
    font-family: "Arial", sans-serif;
    color: #1a1a1a;
    font-size: 16px;
    letter-spacing: .01em
}

.container {
    max-width: 1000px;
    margin: 0.5em auto
}

.content {
    background-color: #f3f7fb;
    padding: 0.3em 0.8em
}

.content .main {
    margin-bottom: 1em
}

h1,
h2,
h3,
h4,
h5 {
    color: #1a1a1a
}

h1,
h2 {
    font-weight: 400;
    letter-spacing: .03em
}

h2 {
    border-bottom: 2px solid #bcd5e9;
    display: inline-block;
    margin-bottom: 0.2em;
    padding-bottom: 0.15em
}

p,
.desc ul {
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.24em;
    text-rendering: optimizeLegibility
}

a {
    color: #993d00
}

a:hover {
    color: #5997c8
}

.title {
    margin-left: 0.5em;
    margin-bottom: 2.2em
}

.title .subtitle {
    margin-top: -0.8em;
    color: #383838;
    line-height: 1.2em
}

.intro {
    margin-top: 1.8em;
    padding-left: 0.6em;
    border-left: 5px solid #bcd5e9
}

.tiny-button {
    display: inline-block;
    margin: 0;
    padding: 0.75em 1em;
    border: 0;
    border-radius: .25em;
    background-color: #727272;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.5;
    cursor: pointer
}

.tiny-button:hover {
    opacity: 0.85
}

.tiny-button:active {
    box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.2)
}

.tiny-button:focus {
    outline: thin dotted #444;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.button-primary {
    background-color: #993d00;
    margin-right: 0.25em
}

.tiny-form input[type="text"],
.tiny-form input[type="password"],
.tiny-form input[type="email"],
.tiny-form input[type="url"],
.tiny-form input[type="date"],
.tiny-form input[type="month"],
.tiny-form input[type="time"],
.tiny-form input[type="datetime"],
.tiny-form input[type="datetime-local"],
.tiny-form input[type="week"],
.tiny-form input[type="number"],
.tiny-form input[type="search"],
.tiny-form input[type="tel"],
.tiny-form input[type="color"],
.tiny-form select,
.tiny-form textarea {
    padding: 0.8em 0.6em;
    display: inline-block;
    border: 1px solid #d0d0d0;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 3px #cfe1ef;
    box-shadow: inset 0 1px 3px #cfe1ef;
    border-radius: .25em;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tiny-form input[type="text"]:focus,
.tiny-form input[type="password"]:focus,
.tiny-form input[type="email"]:focus,
.tiny-form input[type="url"]:focus,
.tiny-form input[type="date"]:focus,
.tiny-form input[type="month"]:focus,
.tiny-form input[type="time"]:focus,
.tiny-form input[type="datetime"]:focus,
.tiny-form input[type="datetime-local"]:focus,
.tiny-form input[type="week"]:focus,
.tiny-form input[type="number"]:focus,
.tiny-form input[type="search"]:focus,
.tiny-form input[type="tel"]:focus,
.tiny-form input[type="color"]:focus,
.tiny-form select:focus,
.tiny-form textarea:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 3px #3673a3;
    box-shadow: inset 0 1px 3px #3673a3
}

.tiny-form label {
    margin: 0.25em 0;
    display: block
}

.tiny-form {
    max-width: 714px;
    background: #f7fafc;
    border: 1px solid #eff4fa;
    padding: 0.5em 0.4em
}

span.label {
    font-size: 0.9em;
    border: 1px solid #cfe1ef;
    display: inline-block;
    padding: 0.05em 0.3em;
    margin: 0 0.4em;
    background-color: #ffd;
    border-radius: 3px;
    text-align: center
}

.notice {
    background-color: #ffffec;
    display: block;
    border: 1px solid #cfe1ef;
    margin: 1em 0
}

.notice p {
    margin: 0.4em 0.7em
}

.tiny-menu-list {
    list-style-type: none
}

.tiny-menu-list li {
    display: inline;
    margin: 0.1em;
    padding: 0.2em 0.1em 0.3em 0.3em
}

@media (max-width: 590px) {
    footer.content .tiny-menu-list li {
        display: block
    }
}

footer.content {
    padding: 0.1em
}

.muted {
    opacity: 0.7
}

.disclaimer-text {
    padding: 0 0.5em;
    font-size: 90%
}

.tiny-nav {
    height: 3.2em;
    background-color: #30658f;
    padding-right: 0.4em
}

.tiny-nav a {
    color: #cfe1ef
}

.tiny-nav img {
    margin-right: 0;
    padding-right: 0
}

.tiny-nav .brand {
    display: inline-block;
    margin: 0.35em -2em 0 0.2em
}

span.menu-icon {
    cursor: pointer;
    float: right;
    margin: 0 0.2em;
    padding: 1em 0.25em;
    font-size: 1em;
    color: #e8eceb
}

.sidenav a:hover {
    color: #f1f1f1
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #29587c;
    overflow-x: hidden;
    transition: 0.5s
}

.sidenav ul {
    margin-top: 6em;
    margin-left: .5em;
    list-style: none
}

.sidenav li {
    margin-left: -2.5em
}

.sidenav li a {
    border-bottom: 1px solid #35709f;
    padding: 0.4em 0.2em 0.5em 0.4em;
    text-decoration: none;
    font-size: 1.2em;
    color: #f5f9fc;
    display: block;
    transition: 0.3s
}

.sidenav li a:hover {
    background-color: #275275
}

.sidenav li a.active {
    background-color: #3978aa
}

.sidenav li:first-child a {
    border-top: 1px solid #35709f
}

.sidenav .close-btn {
    position: absolute;
    text-decoration: none;
    top: 0;
    font-size: 2.8em;
    padding: 0.1em 0.35em;
    background-color: #1d3d56
}

.align-center {
    text-align: center
}

.tiny-form input[type="text"] {
    width: 85%;
    max-width: 500px;
    padding: 0.6em;
    font-size: 1.2em
}

#advancedOptions {
    max-width: 500px;
    margin: 1.5em 0 0
}

#advButton {
    margin-left: 8px
}

.flex-default {
    display: flex
}

.flex-vertical {
    flex-direction: column
}

.title-wrapper {
    flex-direction: column
}

.option {
    flex-basis: 50%;
    margin: 0 0.5em 0.75em 0.5em
}

.wordle-form .button-wrapper {
    margin-left: 0.5em
}

#wrap-input-placed input {
    display: inline;
    height: 2.4em;
    width: 2.4em
}

.input-up {
    text-transform: uppercase
}

sup {
    color: #4288c0
}

.pull-right {
    float: right
}

.button-large {
    font-size: 110%
}

.button-wrapper {
    margin: 1em 0 0.4em;
    display: block
}

.button-wrapper button {
    display: inline-block
}

.text-red {
    color: red
}

.text-green {
    color: #005c00
}

.text-orange {
    color: #ad7000
}

#results-wrapper .summary {
    background: #cfe1ef;
    padding: 0.1em 0.2em 0.7em 0.7em
}

#results-wrapper .result {
    border: 2px solid #cfe1ef;
    margin: 3em 0 2em;
    background-color: #fff
}

#results-wrapper .result:first-child {
    margin-top: 2.5em
}

#results-wrapper .result div.list-wrapper {
    padding: 0.1em 0.5em
}

#results-wrapper .result h3 {
    margin: 0;
    padding: 0.4em 0.5em 0.5em 0.4em;
    background: #cfe1ef
}

#results-wrapper .result ul {
    margin-top: 0.5em;
    padding: 0.1em 0.1em
}

#results-wrapper .result ul li {
    display: inline-block;
    margin-right: 0.2em;
    padding: 0.4em 0.2em;
    font-size: 1.35em
}

#results-wrapper .result ul li a {
    text-decoration: none;
    padding: 0.05em 0.2em 0.2em 0.2em;
    letter-spacing: 0.01em
}

#results-wrapper .result.error p {
    color: #B22222;
    padding: 0.1em 0.8em 0 0.8em;
    font-weight: bold
}

.text-light {
    opacity: 0.7
}

.text-lighter {
    opacity: 0.5
}

.hide {
    display: none !important
}

.hidden {
    display: none
}

p.ofn-info {
    border: 2px dotted #f5f9fc;
    background: #fff;
    margin: 0 0.5em 0.5em 0.5em;
    padding: 0.1em 0.3em;
    font-size: 90%
}

.ads {
    margin: 3em 0 3em;
    padding-bottom: 0.9em;
    text-align: center;
    border-bottom: 2px dashed #cfe1ef;
    border-top: 2px dashed #cfe1ef
}

.ads-pages {
    margin: 2.5em 0 2.5em
}

.ads-aligned {
    margin-bottom: 2em
}

div.ads-label {
    color: #333;
    font-size: 0.7em;
    text-align: center;
    margin-bottom: 1.6em;
    padding-top: 1.1em
}

div.ads-label span {
    border-bottom: 2px solid #cfe1ef
}

div.ads-unsc {
    margin-top: -0.5em
}

.ads-home {
    margin-top: 1.6em;
    margin-bottom: 1.2em
}

.reserved-slot {
    height: 280px
}

.reserved-slot-home {
    height: 100px
}

@media screen and (min-width: 755px) {
    .left-aligned {
        text-align: left !important
    }
}

@media (max-width: 480px) {
    .container {
        margin: 0 auto
    }
    .content {
        padding: 0.4em 0.6em
    }
    footer {
        margin-top: 0.25em
    }
    h1 {
        font-size: 1.7em
    }
    h2 {
        font-size: 1.5em
    }
    p.subtitle {
        font-size: 87%
    }
    img {
        max-width: 95%;
        height: auto;
        display: block
    }
    .ads-aligned {
        text-align: center
    }
}

.input-wrapper input {
    margin-right: -1.8em
}

.input-wrapper #clearIconBtn {
    all: unset;
    margin-left: 2.5em;
    text-decoration: none;
    cursor: pointer
}

#clear-icon {
    color: #993d00;
    background-color: #f9fbfd;
    font-size: 1.6em;
    border-radius: .25em;
    border: 1px dotted #fff;
    padding: 0.3em
}

#showOfnWordsBtn {
    margin: 0.6em 0 0 0.6em
}

.blog img {
    width: 500px;
    float: right;
    padding: 0.25em;
    margin: 0.3em;
    border: 1px solid #e8eff7
}

.blog .author-block {
    border: 2px dashed #e8eff7;
    padding: 0.2em 0.5em;
    margin: 1em 0 0.5em
}

a.wordWrapper span.marked-letter {
    color: #3673a3
}

a.wordWrapper span.score-wrapper {
    opacity: 55%;
    margin-left: 0.10em;
    color: #1a1a1a;
    font-size: 80%
}

.clearable {
    background: #fff url(http://i.stack.imgur.com/mJotv.gif) no-repeat right -10px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px;
    border-radius: 3px;
    transition: background 0.4s
}

.clearable.x {
    background-position: right 5px center
}

.clearable.onX {
    cursor: pointer
}

.clearable::-ms-clear {
    display: none;
    width: 0;
    height: 0
}


/*# sourceMappingURL=style.css.map */