@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cabin-v35-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/cabin-v35-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cabin-v35-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/cabin-v35-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/cabin-v35-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/cabin-v35-latin-regular.svg#Cabin') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap;
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/cabin-v35-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/cabin-v35-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cabin-v35-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/cabin-v35-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/cabin-v35-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/cabin-v35-latin-500.svg#Cabin') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/cabin-v35-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/cabin-v35-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cabin-v35-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/cabin-v35-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/cabin-v35-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/cabin-v35-latin-700.svg#Cabin') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #333333;
    font: 400 1em/1.428571429 'Cabin', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 866px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
}
p {
    padding-bottom: 2.125rem;
}
h1 {
    margin: 0 0 1.75rem;
    font-size: 1.688em;
    line-height: 1.1em;
    color: #4d4d4d;
}
h1 span {
    font-size: 0.7em;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0.9375rem;
}
h3 {
    font-size: 1.3125em;
    line-height: 1.1;
    color: #595959;
    margin-bottom: 2.25rem;
    text-align: center;
}
h1, h3 {
    font-weight: 500;
}
h2, strong {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
a.color1 {
    text-decoration: underline;
    color: #245d1c;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 3rem;
    list-style: none;
}
li {
    padding-left: 2.5rem;
}
ul li:before {
    content: "\2022";
    font-size: 1em;
    float: left;
    margin: -1px 0 0 -1.1rem;
}
article {
    padding: 2rem 2rem 0;
}
.width strong {
    display: inline-block;
    width: 115px;
    margin-right: 0.9375rem;
}
.color {
    color: #006162;
    padding-bottom: 0.125rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.9375rem;
}
hr {
    margin: -0.875rem 0 1.25rem;
    border: none;
    border-bottom: 1px solid #ccc;
}
figure {
    margin: 0 -2rem;
}
.flex {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
}
.flex div {
    width: calc(100% - 210px);
}
footer p {
    padding: 0.9375rem;
    background-color: #00415F;
    color: #fff;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.4;
}
.link a {
    padding: 0.3125rem 0.625rem;
    display: inline-block;
    background-color: #009495;
    color: #fff;
    margin-bottom: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    text-decoration: underline;
}
.link {
    padding-bottom: 0.9375rem;
}
.flex1 {
    display: inline-flex;
    align-items: flex-start;
}
@media only screen and (max-width: 865px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p span {
        display: inline-block;
    }
}
@media only screen and (max-width: 480px) {
    article {
        padding: 1rem 1rem 0;
    }
    figure {
        margin: 0 -1rem;
    }
    li {
        padding-left: 1.1rem;
    }
    .flex {
        flex-direction: column;
        align-items: center;
    }
    .flex div {
        width: auto;
    }
    .flex p {
        text-align: center;
    }
}
@media only screen and (max-width: 380px) {
    .width strong {
        width: auto;
    }
    .flex1 {
        display: inline-block;
    }
}