@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400&display=swap);

/*! 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: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    background-color: transparent
}

code {
    font-family: monospace, monospace;
    font-size: 1em
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    bottom: -.25em
}

img {
    border-style: none
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

[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
}

[hidden],
template {
    display: none
}

figure,
h1,
h2,
h3,
h4,
h5,
hr,
p {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none;
    padding: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e2e8f0
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a0aec0
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a0aec0
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #a0aec0
}

input::placeholder,
textarea::placeholder {
    color: #a0aec0
}

[role=button],
button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
embed,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}

.bg-transparent {
    background-color: transparent
}

.bg-black {
    background-color: #000
}

.bg-white {
    background-color: #fff
}

.bg-alice-blue {
    background-color: #f3faff
}

.bg-black-pearl {
    background-color: #072131
}

.bg-black-pearl-80 {
    background-color: rgba(7, 33, 49, .5)
}

.bg-dodger-blue {
    background-color: #199fff
}

.bg-dark-50 {
    background-color: rgba(0, 0, 0, .5)
}

.hover\:bg-white:hover {
    background-color: #fff
}

.border-white {
    border-color: #fff
}

.border-blue-800 {
    border-color: #2c5282
}

.border-cornflower,
.hover\:border-cornflower:hover {
    border-color: #97caeb
}

.rounded {
    border-radius: .25rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-full {
    border-radius: 9999px
}

.border-4 {
    border-width: 4px
}

.border {
    border-width: 1px
}

.border-t-0 {
    border-top-width: 0
}

.border-r-0 {
    border-right-width: 0
}

.border-l-0 {
    border-left-width: 0
}

.border-t {
    border-top-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.block {
    display: block
}

.flex {
    display: flex
}

.table {
    display: table
}

.hidden {
    display: none
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

.items-stretch {
    align-items: stretch
}

.self-end {
    align-self: flex-end
}

.self-center {
    align-self: center
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.font-light {
    font-weight: 300
}

.font-bold {
    font-weight: 700
}

.h-3 {
    height: .75rem
}

.h-5 {
    height: 1.25rem
}

.h-10 {
    height: 2.5rem
}

.h-64 {
    height: 16rem
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.leading-tight {
    line-height: 1.25
}

.m-5 {
    margin: 1.25rem
}

.m-auto {
    margin: auto
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mt-2 {
    margin-top: .5rem
}

.mr-2 {
    margin-right: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mr-8 {
    margin-right: 2rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-24 {
    margin-bottom: 6rem
}

.mt-auto {
    margin-top: auto
}

.-mt-64 {
    margin-top: -16rem
}

.last\:mb-0:last-child {
    margin-bottom: 0
}

.max-h-64 {
    max-height: 16rem
}

.max-h-128 {
    max-height: 32rem
}

.max-w-1\/2 {
    max-width: 50%
}

.max-w-2\/3 {
    max-width: 66.6666%
}

.min-w-2\/3 {
    min-width: 66.6666%
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.opacity-50 {
    opacity: .5
}

.opacity-75 {
    opacity: .75
}

.hover\:opacity-100:hover {
    opacity: 1
}

.overflow-hidden {
    overflow: hidden
}

.p-2 {
    padding: .5rem
}

.p-5 {
    padding: 1.25rem
}

.p-8 {
    padding: 2rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.pr-0 {
    padding-right: 0
}

.pt-1 {
    padding-top: .25rem
}

.pl-1 {
    padding-left: .25rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pt-3 {
    padding-top: .75rem
}

.pl-4 {
    padding-left: 1rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pt-12 {
    padding-top: 3rem
}

.pr-16 {
    padding-right: 4rem
}

.pr-20 {
    padding-right: 5rem
}

.pt-64 {
    padding-top: 16rem
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
}

.fill-current {
    fill: currentColor
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-white {
    color: #fff
}

.text-gray-100 {
    color: #f7fafc !important;
}

.text-blue-500 {
    color: #4299e1 !important;
}

.text-alice-blue {
    color: #f3faff !important;
}

.text-astronaut-blue {
    color: #003a5d !important;
}

.text-cornflower {
    color: #97caeb !important;
}

.hover\:text-black-pearl:hover,
.text-black-pearl {
    color: #072131 !important;
}

.text-sm {
    font-size: .875rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.text-2xl {
    font-size: 1.5rem
}

.text-3xl {
    font-size: 1.875rem
}

.text-4xl {
    font-size: 2.25rem
}

.text-5xl {
    font-size: 3rem
}

.uppercase {
    text-transform: uppercase
}

.underline {
    text-decoration: underline
}

.whitespace-no-wrap {
    white-space: nowrap
}

.w-3 {
    width: .75rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-8 {
    width: 2rem
}

.w-10 {
    width: 2.5rem
}

.w-1\/3 {
    width: 33.333333%
}

.w-2\/3 {
    width: 66.666667%
}

.w-full {
    width: 100%
}

.z-10 {
    z-index: 10
}

.z-50 {
    z-index: 50
}

.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.translate-y-1 {
    --transform-translate-y: 0.25rem
}

body {
    font-family: Open Sans
}

.logo img {
    max-width: 474px
}

footer .footer-logo {
    max-width: 166px
}

nav {
    font-family: Oswald;
    font-weight: 300
}

.title-font {
    font-family: Oswald, sans-serif
}

.post h3 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #003a5d;
    line-height: 1.25
}

.post p {
    font-size: 1.125rem;
    color: #003a5d;
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .post p {
        font-size: 1.5rem
    }
}

.post ul {
    list-style-type: disc;
    padding-left: 1.5rem
}

.post ul li {
    font-size: 1.5rem;
    color: #003a5d;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.post a {
    color: #97caeb;
    text-decoration: underline
}

.ad-unit {
    margin: 2rem auto;
    text-align: center
}

.content-container h3 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #003a5d
}

.content-container p {
    font-size: 1.125rem;
    color: #003a5d;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.content-container ul {
    list-style-type: disc;
    padding-left: 1.5rem
}

.content-container ul li {
    font-size: 1.5rem;
    color: #003a5d;
    margin-top: 1rem;
    margin-bottom: 1rem
}

#searchform label {
    font-size: 1.25rem;
    color: #003a5d;
    margin-right: 1rem
}

#searchform input.field {
    font-size: 1.25rem;
    border-radius: .375rem;
    padding: .5rem;
    width: 33.333333%
}

#searchform input.submit {
    font-size: 1.25rem;
    color: #fff;
    padding: .5rem;
    margin-left: 1rem;
    background-color: #003a5d
}

@media screen and (min-width:1300px) {
    .feature-block h3 {
        font-size: 2.25rem
    }
}

@media (max-width:1300px) and (min-width:1024px) {
    .feature-block h3 {
        font-size: 1.875rem
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .feature-block h3 {
        font-size: 1.5rem
    }
}

@media (max-width:768px) and (min-width:300px) {
    .feature-block h3 {
        font-size: 1.25rem
    }
}


footer .footer-button-container {
    min-width: 220px;
    padding-left: 15px
}

@media screen and (max-width:1024px) {
    footer .footer-button-container {
        display: flex;
        justify-content: flex-start !important;
        padding-left: 0
    }
}

@media screen and (max-width:1200px) {
    footer .footer-link-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start !important
    }

    footer .footer-link-container a {
        width: 25%;
        margin: 8px 0 10px !important;
        padding: 0 10px;
        text-align: center
    }
}

@media screen and (max-width:1200px) and (max-width:1100px) {
    footer .footer-link-container a {
        width: 33.3333%
    }
}

@media screen and (max-width:1200px) and (max-width:1024px) {
    footer .footer-link-container {
        flex-direction: column;
        justify-content: flex-start !important;
        margin-top: 20px
    }

    footer .footer-link-container a {
        text-align: left;
        padding: 0
    }
}

@media screen and (max-width:1200px) {
    footer .footer-bottom-link-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start !important
    }

    footer .footer-bottom-link-container a {
        width: 20%;
        margin: 0 0 10px !important;
        padding: 0 5px;
        text-align: center
    }
}

@media screen and (max-width:1200px) and (max-width:1100px) {
    footer .footer-bottom-link-container a {
        width: 25%
    }
}

@media screen and (max-width:1200px) and (max-width:1024px) {
    footer .footer-bottom-link-container {
        flex-direction: column;
        justify-content: flex-start !important;
        border-color: #97caeb;
        border-top-width: 1px;
        padding-top: 10px
    }

    footer .footer-bottom-link-container a {
        text-align: left;
        padding: 0
    }
}

@media (min-width:1024px) and (max-width:1300px) {
    #nav-bar .container {
        max-width: 100%;
        padding: 0 10px
    }
}

.equishopper-nav ul {
    background-color: #1a6f8f;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

.equishopper-nav ul li {
    padding: .75rem;
    display: inline-block
}

.equishopper-nav ul li:hover {
    background-color: #0a4156
}

@media (min-width:768px) {
	.md\:flex-row {
        flex-direction: row
    }
    .md\:min-w-1\/2 {
        min-width: 50%
    }

    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .md\:pt-0 {
        padding-top: 0
    }
	.md\:pt-3 {
       padding-top: .50rem
    }
	
    .md\:pr-4 {
        padding-right: 1rem
    }

    .md\:pr-20 {
        padding-right: 5rem
    }

    .md\:text-2xl {
        font-size: 1.5rem
    }

    .md\:text-3xl {
        font-size: 1.875rem
    }

    .md\:text-4xl {
        font-size: 2.25rem
    }

    .md\:w-1\/2 {
        width: 50%
    }
}

@media (min-width:1024px) {
    .lg\:bg-white {
        background-color: #fff
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:self-stretch {
        align-self: stretch
    }

    .lg\:justify-end {
        justify-content: flex-end
    }

    .lg\:justify-center {
        justify-content: center
    }

    .lg\:justify-between {
        justify-content: space-between
    }

    .lg\:mx-2 {
        margin-left: .5rem;
        margin-right: .5rem
    }

    .lg\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .lg\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:mr-2 {
        margin-right: .5rem
    }

    .lg\:ml-3 {
        margin-left: .75rem
    }

    .lg\:mr-4 {
        margin-right: 1rem
    }

    .lg\:ml-5 {
        margin-left: 1.25rem
    }

    .lg\:first\:ml-0:first-child {
        margin-left: 0
    }

    .lg\:last\:mr-0:last-child {
        margin-right: 0
    }

    .lg\:last\:mb-0:last-child {
        margin-bottom: 0
    }

    .lg\:max-h-64 {
        max-height: 16rem
    }

    .lg\:max-h-community {
        max-height: 370px
    }

    .lg\:max-w-1\/2 {
        max-width: 50%
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:pb-0 {
        padding-bottom: 0
    }

    .lg\:pr-4 {
        padding-right: 1rem
    }

    .lg\:pr-5 {
        padding-right: 1.25rem
    }

    .lg\:pl-8 {
        padding-left: 2rem
    }

    .lg\:pr-16 {
        padding-right: 4rem
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-2xl {
        font-size: 1.5rem
    }

    .lg\:text-4xl {
        font-size: 2.25rem
    }

    .lg\:text-5xl {
        font-size: 3rem
    }

    .lg\:whitespace-no-wrap {
        white-space: nowrap
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:w-2\/3 {
        width: 66.666667%
    }

    .lg\:w-1\/4 {
        width: 25%
    }

    .lg\:w-1\/5 {
        width: 20%
    }

    .lg\:w-full {
        width: 100%
    }
}

@media (min-width:1280px) {
    .xl\:flex {
        display: flex
    }

    .xl\:ml-16 {
        margin-left: 4rem
    }

    .xl\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .xl\:pr-20 {
        padding-right: 5rem
    }

    .xl\:text-lg {
        font-size: 1.125rem
    }

    .xl\:text-xl {
        font-size: 1.25rem
    }

    .xl\:text-4xl {
        font-size: 2.25rem
    }

    .xl\:w-1\/3 {
        width: 33.333333%
    }
}