/*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com*/

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}



body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    color: #9DD8C4;
    margin: auto;
    max-width: 1200px;
}

hr {
    color: inherit;
    height: 0
}

code {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em
}

button {
    text-transform: none;
}

button.voyager-button {
    border: 1px solid #EBDCAA !important;
    color:  #EBDCAA;
}
button.voyager-button:hover {
    border: 1px solid #EBDCAA !important;
    background-color:  #EBDCAA;
    color: #02014F;
}

button,
input,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}


[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

progress {
    vertical-align: baseline
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

h1,
h2,
h3,
hr,
p {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

html {
    font-family: ui-sans-serif, 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
}

body {
    font-family: inherit;
    line-height: inherit
}

.float-left {
 	float: left 
}

.float-center {
 	float: center 
}

.float-right {
 	float: right 
}


*,
:after,
:before {
    border: 0 solid;
    box-sizing: border-box
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #9ca3af;
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9ca3af;
    opacity: 1
}

input::placeholder,
textarea::placeholder {
    color: #9ca3af;
    opacity: 1
}

button {
    cursor: pointer
}

h1,
h2,
h3 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
textarea,
form {
    color: inherit;
    line-height: inherit;
    padding: 0
}

code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

embed,
iframe,
img,
svg {
    /*display: block;*/
    vertical-align: middle;
    margin-top: -1px;  /* Adjustment since it was rendering a TIIINY space */
    margin-bottom: -1px;
}

img {
    height: auto;
    max-width: 100%
}


/* CUSTOM Flexbox container to display images side by side */
/* Style for the container that holds the images */
.image-container {
  display: flex;        /* Enables flexbox layout */
  justify-content: center;
  gap: 10px;            /* Optional: Adds space between images */
}

.image-container div {
  flex: 0 0 48%;         /* Makes each div take up 48% of the container's width */
  width: 100%; /* Ensures it scales down if needed */
  margin: 0 auto; /* Centers the container */
  display: flex;
  flex-direction: column;  /* Stacks the image and caption vertically */
  align-items: center;     /* Centers them horizontally */
  justify-content: center;
  /* Other styles as needed */
}

/* Style for each image item */
.image-container img {
  width: 100%;           /* Makes images take up 48% of the container's width */
  height: auto;
  display: block;
  margin: 0 auto;       /* Centers images */
}

/* Optional: Ensures captions stay centered with the images */
.image-container figcaption {
  text-align: center;
  font-style: italic;
  margin-top: 10px; /* Adds space between image and caption */
}

/* For smaller screens, stack images vertically */
@media (max-width: 768px) {
  .image-container img {
    width: 100%; /* Ensure images take full width on smaller screens */
  }
}

/* End custom */



*,
:after,
:before {
    --tw-border-opacity: 1;
    border-color: #9DD8C4;
}

html {
    font-size: 18px
}

a.rounded:hover,
a:hover {
    color: #EBDCAA;
}

a.rounded-full {
    color: #9DD8C4;
    text-decoration: inherit
}


a.rounded,
a {
    color: #5554AB;
    text-decoration: inherit
}

a.footer,
a.footer:hover {
    color: #9DD8C4;
}

nav.main a {
    color: #9DD8C4;
    text-decoration: inherit
}


a.pencil-editlink {
    font-size: 75%;
    opacity: .7;
    text-decoration: none
}

a.pencil-editlink:hover {
    opacity: 1
}

.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
    }
}

@media (min-width:1536px) {
    .container {
        max-width: 1536px
    }
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.order-first {
    order: -9999
}

.m-8 {
    margin: 2rem
}

.-m-4 {
    margin: -1rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-0 {
    margin-bottom: 0;
    margin-top: 0
}

.my-2 {
    margin-bottom: .5rem;
    margin-top: .5rem
}

.my-3 {
    margin-bottom: .75rem;
    margin-top: .75rem
}

.my-4 {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.my-6 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.my-12 {
    margin-bottom: 3rem;
    margin-top: 3rem
}

.mt-1 {
    margin-top: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-16 {
    margin-top: 4rem
}

.mt-auto {
    margin-top: auto
}

.-mt-12 {
    margin-top: -3rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-3 {
    margin-right: .75rem
}

.mr-4 {
    margin-right: 1rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-12 {
    margin-bottom: 3rem
}

.ml-1 {
    margin-left: .25rem
}

.ml-3 {
    margin-left: .75rem
}

.ml-auto {
    margin-left: auto
}

.block {
    display: block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.hidden {
    display: none
}

.h-1 {
    height: .25rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-10 {
    height: 2.5rem
}

.h-20 {
    height: 5rem
}

.h-32 {
    height: 8rem
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-10 {
    width: 2.5rem
}

.w-20 {
    width: 5rem
}

.w-64 {
    width: 16rem
}

.w-1\/6 {
    width: 16.666667%
}

.w-5\/6 {
    width: 83.333333%
}

.w-full {
    width: 100%
}

.max-w-sm {
    max-width: 24rem
}

.max-w-3xl {
    max-width: 48rem
}

.max-w-4xl {
    max-width: 56rem
}

.max-w-5xl {
    max-width: 64rem
}

.max-w-full {
    max-width: 100%
}

.max-w-screen-xl {
    max-width: 1280px
}

.flex-1 {
    flex: 1 1 0%
}

.flex-none {
    flex: none
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-shrink {
    flex-shrink: 1
}

.flex-grow {
    flex-grow: 1
}

.transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.origin-top-right {
    transform-origin: top right
}

.rotate-0 {
    --tw-rotate: 0deg
}

.rotate-180 {
    --tw-rotate: 180deg
}

.scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

.resize-none {
    resize: none
}

.list-none {
    list-style-type: none
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.content-center {
    align-content: center
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.overflow-hidden {
    overflow: hidden
}

.break-normal {
    overflow-wrap: normal;
    word-break: normal
}

.rounded-none {
    border-radius: 0
}

.rounded {
    border-radius: .25rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.rounded-b-none {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.rounded-b {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.border-0 {
    border-width: 0
}

.border-2 {
    border-width: 2px;
}

.border {
    border-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-b-4 {
    border-bottom-width: 4px
}

.border-b {
    border-bottom-width: 1px
}

.border-none {
    border-style: none
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}

.border-light-blue {
    --tw-border-opacity: 1;
    border-color: #9DD8C4;
}

.border-light-yellow {
    --tw-border-opacity: 1;
    border-color: #EBDCAA;
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
}

.focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-dark-blue {
    --tw-bg-opacity: 1;
    color: #9DD8C4;
    background-color: #010035
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.p-1 {
    padding: .25rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.p-10 {
    padding: 2.5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-0 {
    padding-bottom: 0;
    padding-top: 0
}

.py-1 {
    padding-bottom: .25rem;
    padding-top: .25rem
}

.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem
}

.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

.py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem
}

.py-24 {
    padding-bottom: 6rem;
    padding-top: 6rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pt-12 {
    padding-top: 3rem
}

.pt-20 {
    padding-top: 5rem
}

.pt-24 {
    padding-top: 6rem
}

.pr-0 {
    padding-right: 0
}

.pr-3 {
    padding-right: .75rem
}

.pb-0 {
    padding-bottom: 0
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pb-20 {
    padding-bottom: 5rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.align-middle {
    vertical-align: middle
}

.font-sans {
    font-family: ui-sans-serif, 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
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-lg {
    font-size: 1.125rem
}

.text-lg,
.text-xl {
    line-height: 1.75rem
}

.text-xl {
    font-size: 1.25rem
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.uppercase {
    text-transform: uppercase
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.leading-normal {
    line-height: 1.5
}

.leading-relaxed {
    line-height: 1.625
}

.tracking-normal {
    letter-spacing: 0
}

.tracking-wide {
    letter-spacing: .025em
}

.tracking-widest {
    letter-spacing: .1em
}

.text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: #FFFFFF;
}

.text-light-yellow {
    --tw-text-opacity: 1;
    color: #EBDCAA;
}

.text-light-blue {
    --tw-text-opacity: 1;
    color: #9DD8C4;
}

.text-medium-blue {
    --tw-text-opacity: 1;
    color: #56917D;
}

.text-dark-blue {
    --tw-text-opacity: 1;
    color: #02014F;
}

.text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity))
}

.text-indigo {
    color: #5554AB;
}

.focus\:text-gray-900:focus,
.hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: #EBDCAA;
}

.underline {
    text-decoration: underline
}

.no-underline {
    text-decoration: none
}

.hover\:no-underline:hover {
    text-decoration: none
}

.opacity-0 {
    opacity: 0
}

.opacity-25 {
    opacity: .25
}

.opacity-100 {
    opacity: 1
}

*,
:after,
:before {
    --tw-shadow: 0 0 #FFFFFF
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

.shadow,
.shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

*,
:after,
:before {
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000
}

.filter {
    --tw-blur: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-brightness: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-contrast: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-grayscale: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-hue-rotate: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-invert: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-saturate: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-sepia: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-drop-shadow: var(--tw-empty,
            /*!*/
            /*!*/
        );
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.grayscale {
    --tw-grayscale: grayscale(100%)
}

.transition {
    transition-duration: .15s;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-transform {
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-75 {
    transition-duration: 75ms
}

.duration-100 {
    transition-duration: .1s
}

.duration-200 {
    transition-duration: .2s
}

.ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.article>p {
    margin: 1rem 0
}

.article>p,
.article>ul {
    font-size: clamp(1.1rem, 1.1vw, 1.6rem)
}

.article>ul {
    list-style-position: inside;
    list-style-type: disc
}

.article h1 {
    font-size: clamp(1.875rem, 2.5vw, 2.25rem)
}

.article h2 {
    font-size: clamp(1.5rem, 2vw, 1.875rem)
}

.article h3 {
    font-size: clamp(1.25rem, 1.75vw, 1.5rem);
    font-weight: 700
}

@media (min-width:640px) {
    .sm\:my-4 {
        margin-bottom: 1rem;
        margin-top: 1rem
    }

    .sm\:mt-0 {
        margin-top: 0
    }

    .sm\:-mt-6 {
        margin-top: -1.5rem
    }

    .sm\:mr-4 {
        margin-right: 1rem
    }

    .sm\:mr-10 {
        margin-right: 2.5rem
    }

    .sm\:ml-6 {
        margin-left: 1.5rem
    }

    .sm\:ml-auto {
        margin-left: auto
    }

    .sm\:w-1\/2 {
        width: 50%
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:justify-start {
        justify-content: flex-start
    }
}

@media (min-width:768px) {
    .md\:mt-0 {
        margin-top: 0
    }

    .md\:-mt-1 {
        margin-top: -.25rem
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:mb-2 {
        margin-bottom: .5rem
    }

    .md\:ml-0 {
        margin-left: 0
    }

    .md\:ml-4 {
        margin-left: 1rem
    }

    .md\:ml-auto {
        margin-left: auto
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:inline {
        display: inline
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:h-36 {
        height: 9rem
    }

    .md\:w-48 {
        width: 12rem
    }

    .md\:w-64 {
        width: 16rem
    }

    .md\:w-auto {
        width: auto
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:flex-grow {
        flex-grow: 1
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:items-center {
        align-items: center
    }

    .md\:justify-start {
        justify-content: flex-start
    }

    .md\:justify-end {
        justify-content: flex-end
    }

    .md\:justify-between {
        justify-content: space-between
    }

    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .md\:py-8 {
        padding-bottom: 2rem;
        padding-top: 2rem
    }

    .md\:pb-0 {
        padding-bottom: 0
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

@media (min-width:1024px) {
    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mt-2 {
        margin-top: .5rem
    }

    .lg\:-mt-24 {
        margin-top: -6rem
    }

    .lg\:mr-0 {
        margin-right: 0
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:ml-auto {
        margin-left: auto
    }

    .lg\:h-48 {
        height: 12rem
    }

    .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\:flex-wrap {
        flex-wrap: wrap
    }

    .lg\:rounded-l-lg {
        border-bottom-left-radius: .5rem;
        border-top-left-radius: .5rem
    }

    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }
}

@media (min-width:1280px) {
    .xl\:mt-0 {
        margin-top: 0
    }

    .xl\:mr-4 {
        margin-right: 1rem
    }
}

#header {
    max-width: 1200px;
}

.bg-blue {
    background-color: #02014F;
}

.bg-yellow {
    background-color: #EBDCAA;
}

h1, h2, h3 {
    font-size: 30px;
    color: #9DD8C4;
    font-weight: bold;
}


.tight-waves {
    margin-top:-50px; 
    margin-bottom:-80px;
}
@media (max-width: 1200px) {
    .tight-waves {
        margin-top:-40px; 
        margin-bottom:-80px;
    }
}



@media (max-width: 1000px) {
    .tight-waves {
        margin-top:-20px; 
        margin-bottom:-40px;
    }
}

.tight-waves-content {
    margin-top:-50px; 
    margin-bottom:-70px;
}
@media (max-width: 1000px) {
.tight-waves-content {
    margin-top: -20px;
    margin-bottom: -40px;
}
}

figure.align-center,
p.align-center,
div.align-center {
    text-align: center;
}

img.align-center {
    max-width: 100%;
    height: auto;
    float: none !important;  /* override any inline float:left */
}