@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap');

:root {
    font-size: 16px;
}

* {
    margin: 0;
    
    box-sizing: border-box;
}

body {
    font-size: .875rem;
    background: #FFFFFF;
    line-height: 1.3rem;
    font-family: 'Open Sans', Arial;
    background-color: #fff;
    color: #000;
    padding-top: 5.333rem;
	margin-top: -6rem;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 68.75rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

article section p {
    margin-bottom: 0.625rem;

}

article .right_section p {
    margin-bottom: 0.625rem;
}

h1 {
    font-size: 1.5rem;
    line-height: 2.2rem;
    position: relative;
    top: 3%;
    left: 3.0%;
	right: 1.0%;
    color: #001e41;
	margin-bottom: 2.0rem;
}

h2 {
    font-size: 1.187rem;
    line-height: 1.4rem;
    padding-left: 1.25rem;
    border-left: 3px solid #001e41;
    margin-bottom: 2.5rem;
}

h3 {
    font-size: 1.125rem;
    line-height: 1.4rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #001e41;
    font-weight: 500;
}

h4 {
    font-size: 1.125rem;
    line-height: 1.4rem;
    margin-bottom: 1rem;
    color: #001e41;
    font-weight: 500;
}

h5 {
    font-size: .937rem;
    line-height: 1.3rem;
}

p {
    padding-right: 35px;
	position: relative;
	top: 2px;
    left: 33px;
	right: 60px;
    color: #001e41;
	
}

ul {
    margin-top: 0.725rem;
	list-style: none;
    position: relative;
    top: 3%;
    left: 3.0%;
	right: 3.0%;
    color: #001e41;
}

ul li {
    padding-left: 1.375rem;
    margin-bottom: 0.5rem;
}

ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: .812rem;
    color: 002046;
    padding-right: 1px;
    margin-left: -1.562rem;
    display: inline-block;
    width: .937rem;
    float: left;
}

article {
    margin: .0rem 0;
	margin-bottom: 1.0rem;
	left: 3.0%;
	right: 1.0%;
}

article p: {
	position: relative;
    margin: 0rem 0;
	left: 3.0%;
	right: 1.0%;
}

aside {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    column-gap: 2.5rem;
}

aside section {
    width: 64%;
}

.right_section {
    padding: 1.25rem .937rem;
    background-color: #F4F4F4;
    width: 32%;
    height: 20%
}

.right_section > p:nth-child(7) {
    margin: 2.5rem 0;
}

.btn {
    font-size: 1.333rem;
    line-height: 1.444rem;
    background-color: #001e41;
    padding: .5rem 3.437rem;
    box-shadow: -.062rem .062rem 0 0 rgb(0 1 0 / 20%);
    color: #fff;
    white-space: normal;
    text-decoration: none;
    font-size: 1.333rem;
    line-height: 1.222rem;
    font-weight: 700;
    border-radius: 0.15rem;
    border: 0 none;
    cursor: pointer;
}

.btn:hover {
    background-color: #001e41;
    color: #fff;
    box-shadow: none;
}

.btn.btn-default:after {
    font-size: 1rem;
}

.btn.btn-default:after {
    content: "\f054";
    font-family: FontAwesome;
    padding-left: .625rem;
    font-weight: 300;
    font-size: 0.85rem;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -1.0rem 0;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
    padding: .937rem 0;
}

footer .btn {
    padding: .5rem 1.562rem;
}

.social_media {
    display: flex;
    align-items: center;
}

.social_media a {
    font-size: 2.062rem;
    color: #777c8d;
    padding: .312rem .5rem;
    border-radius: .312rem;
}

.social_media a:hover {
    color: #001e41;
}

footer p {
    color: #777c8d;
    line-height: 1.1rem;
    margin-right: .625rem;
}

@media only screen and (max-width: 68.687rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    a {
        white-space: nowrap;
    }

    h1 {
        position: static;
        color: #001e41;
    }

    .btn {
        white-space: nowrap;
        padding: 8px;
    }
}

@media only screen and (max-width: 47.437rem) {
    aside {
        display: block;
    }

    aside section,
    .right_section {
        width: 100%
    }
}

@media only screen and (max-width: 30rem) {
    .social_media {
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 23.438rem) {
    h2 {
        margin: 0;
        font-size: 1rem;
    }

    h3 {
        font-size: 1rem;
        margin: .625rem 0
    }

    article p:nth-last-of-type(1) {
        margin: 0;
    }

    .right_section > p:nth-child(7) {
        margin: 1.25rem 0;
        text-align: center;
    }

    footer {
        display: block;
        text-align: center;
        padding: 1.25rem;
        margin: 0;
    }

    .social_media {
        margin: .625rem 0 0;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}
