/* Universal */

:root {
    font-size: 0.875em;
    box-sizing: border-box;
    overflow: auto;
}

*,
::before,
::after {
    box-sizing: inherit;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans', sans-serif;
	color: #003D4D;
}

h1 {
    font-weight: 300;
}

h4,
h5,
h6 {
    font-weight: 600;
    font-size: 1em;
}


body, p {
    font-family: 'Noto Sans', sans-serif;
    color: black;
    margin: 0;
    margin-bottom: 10px;
}

body li {
	list-style-position: outside;
	padding-left:5px;
}

img {
    max-width: 100%;
    height: auto;
}


/* Index Header */
.header {
    text-align: center;
    max-width: 50em;
    margin: auto;
    padding: 1em 1em;
    padding-bottom: 0 !important;
}

/* Inner pages Header */
.site-header {
    border-bottom: 4px solid;
}

.site-header.records-header {
    border-color: #048BA8;
}

.site-header.access-header {
    border-color: #46602F;
	color: #46602F;
}

.site-header.privacy-header {
    border-color: #315E52;
}

.logo img {
    width: 10em;
	margin: -1em 0em 1em 0em;
}

img.module-logo {
	width: 10em !important;
	margin: 3.5em 1em 0em 2em !important;
}

.section-hero {
    background: url('images/hiker-launch-top.png') no-repeat center;
    background-size: cover;
    padding: 30px 20px;
    position: relative;
    width: 100%;
    height: 500px;
}


.section-hero .image-caption {
    position: absolute;
    bottom: 10px;
    left: auto;
    right: auto;
    right: 20px;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 0;
    text-align: right;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.herotext {
    color: #201751;
    font-size: 1.5em;
    padding-left: 1em;
    font-weight: 300;
    padding-top: 1px;
}

.introhero {
    border: 2px solid #003D4D;
    border-radius: 20px;
    padding: 2em;
    margin-left: 2em;
    margin-right: 2em;
    max-width: 70%;
    position: relative;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
}

@media screen and (min-width: 800px) {
    .header {
        text-align: left;
        min-width: 100%;
        padding: 1em 0;
        padding-left: 1em;
    }

    .logoimg {
        display: initial;
        float: right;
        max-width: calc(100% - 1em);
        margin-top: -6em;
    }

    .herotext {
        max-width: 50%;
    }

    .introhero {
        position: relative;
        z-index: 1;
        background-color: white;
        width: 600px;
        margin-left: 2em;
        font-size: 1em;
    }

    .section-hero {
        background: url('images/hiker-launch-top.png') no-repeat center;
        background-size: cover;
        width: 100%;
        height: 400px;
        /* margin-bottom: -80px; */
    }

}

.programs {
    background-color: white;
    margin-top: -40px;
}


.programs > .container {
    text-align: center;
    max-width: 100%;
    margin: auto;
    margin-top: 5em;
}

.programs > h2 {
    padding-left: 1em;
	padding-top:3em;
	padding-bottom:0px;
    font-size: 2.3em;
}

.programs .programs-card-details {
    margin-top: -20px;
    background-color: black;
    color: white;
    padding-bottom: 20px;
}

.programs .programs-card-details p {
    color: white;
    text-align: left;
}

div.programs-image {
    border-top-left-radius: 1em;
	border-top-right-radius: 1em;
}

div.programs-card-details {
	border-bottom-left-radius: 2em;
	border-bottom-right-radius: 2em;
}

.programs>.container p {
    color: black;
}

.programs-card>.container p {
    color: white;
}

.programs .programs-card-details p {
    padding-left: 2em;
    padding-right: 2em;
}

.programs-card h3 {
    font-size: 2em;
	margin-top:0.25em;
	margin-bottom: 0.25em;
}

.programs-card .read-more-link,
.programs-card .read-less-link {
    background: transparent;
    box-shadow: none;
    border: 0;
    outline: none;
    display: block;
    padding-left: 3em;
    text-align: left;
}

.programs-card .read-more-content li{
	margin:10px;
}

.programs .programs-card-details .records-heading {
    color: #05A5C7;
}

.programs-card-details .programs-card-btn .records-btn {
    font-family: Noto Sans, sans-serif;
    background-color: #035F73;
    text-transform: uppercase;
    color: white;
    padding: 15px 35px;
    border-radius: 35px;
	border: 2px solid #138CA9;
    text-decoration: none;
    margin: auto;
}

.programs .programs-card-details .records-read {
    color: #05A5C7 !important;
    text-decoration: none;
}

.programs .programs-card-details .privacy-heading {
    color: #5AAA95;
}

.programs-card-details .programs-card-btn .privacy-btn {
    font-family: Noto Sans, sans-serif;
    background-color: #2F5B4F;
    text-transform: uppercase;
    color: white;
    padding: 15px 35px;
    border-radius: 35px;
	border: 2px solid #58AA95;
    text-decoration: none;
    margin: auto;
}

.programs .programs-card-details .privacy-read {
    color: #5AAA95 !important;
    text-decoration: none;
}

.programs .programs-card-details .access-heading {
    color: #78A24D;
}

.programs .programs-card-details p {
    color: white;
}

.programs-card-details .programs-card-btn .access-btn {
    font-family: Noto Sans, sans-serif;
    background-color: #455D2C;
    text-transform: uppercase;
    color: white;
    padding: 15px 35px;
    border-radius: 35px;
	border: 2px solid #719B4B;
    text-decoration: none;
    margin: auto;
}

.programs .programs-card-details .access-read {
    color: #78A24D !important;
    text-decoration: none;
}

.programs>.bottom-img {
    display: initial;
    max-width: 100%;
    margin-top: 6em;
}

.programs-icon {
	width:5em;
	margin-top:20px;
}


@media screen and (min-width: 600px) {

	.programs > h2 {
        padding-left: 3em;
        padding-top: 3em;

    }

    .programs>.container {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .programs .programs-card {
        flex: 0 0 33em;
        margin: 0 0.5em;
        text-align: left;
        margin-bottom: 10em;
        background-color: black;
        color: white;
        border-radius: 20px
    }

    .programs-card p {
        padding: 10px;
        color: white;
    }

    .programs-card h3 {
        padding: 1px;
    }

    .programs .programs-card-details {
        display: block;
        text-align: center;
    }



    .program-card-details h3 {
        padding: 10px;
    }


    .programs-card-btn a {
        margin: auto;
        margin-bottom: 10px;
    }

    .programs > .container p {
        color: white;
    }

    .programs > .bottom-img {
        display: initial;
        max-width: 100%;
        margin-top: -6em;
    }
}


footer>.container {
    text-align: center;
    clear: both;
    background-color: black;
    color: white;
    height: 100%;
    margin-top: -1em;
    padding-top: 3em;
}

footer>.container img {
    text-align: center;
    max-width: 50%;
    padding-top: 2em;
}

footer>.container .footer-btn {
    font-family: Noto Sans, sans-serif;
    background-color: black;
    color: white;
    padding: 15px 25px;
    border: 1px solid white;
    text-decoration: none;
}

.footer-text {
	text-align: end;
	margin:5em;
	color:white;
}


@media screen and (min-width: 600px) {
    footer>.container {
        clear: both;
        background-color: black;
        padding-top: 3em;
        color: white;
        height: 200px;
        text-align: left;
    }

    footer>.container img {
        float: right;
        max-width: 30%;
        padding-right: 5em;
        padding-bottom: 5em;
    }

    footer>.container .footer-info .footer-btn {
        margin-left: 10em;
        margin-top: 10em;
    }

    footer>.container .footer-btn {
        font-family: Noto Sans, sans-serif;
        background-color: black;
        color: white;
        padding: 15px 25px;
        border: 1px solid white;
        text-decoration: none;
        margin: 30px 10px;
    }

}

/* RECORDS NAV BAR */

nav {
    float: right;
}

nav ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.nav {
    width: 500px;
    margin: 0 auto;
    color: #f0f0f0;
}


.nav a {
    display: block;
    padding: 10px;
    line-height: inherit;
    cursor: pointer;
    color: #2A4071;
}

.nav a:hover {
    color: #048BA8;
}

.nav__menu {
    line-height: 45px;
    font-weight: 400;
    text-transform: uppercase;
}

.nav__menu .nav__menu-item {
    display: inline-block;
    position: relative;
}

.nav__menu .nav__menu-item:hover {
    background-color: white;
}

.access .nav__menu-item.has-children > a {
    background: url('images/menu-icon-access.svg') no-repeat left;
}

.privacy .nav__menu-item.has-children > a {
    background: url('images/menu-icon-privacy.svg') no-repeat left;
}

.records .nav__menu-item.has-children > a {
    background: url('images/menu-icon-records.svg') no-repeat left;
}

.nav__menu .nav__menu-item .nav__submenu {
    display: block;
}

.nav__menu-item .nav__submenu {
    font-weight: 300;
    text-transform: none;
    display: none !important;
    position: absolute;
    width: 220px;
    background-color: white;
    z-index: 99;
}

.nav__menu-item:hover .nav__submenu {
    background: rgba(#000);
    display: block !important;
}

.nav__submenu-item a {
    padding: 0 !important;
    padding-left: 1em !important;
}

/* RECORDS CSS */

.records-header>.container {
    width: 100%;
}

.records-header>.container img {
    text-align: center;
    width: 250px;
    margin: auto;
}

.records-header>.container nav {
    text-align: center;
    margin-top: 2em;
}

.records-header>.container nav a {
    text-transform: uppercase;
    text-decoration: none;
    padding: 1em;
}

.nav__submenu-item a {
    padding: 0 !important;
    padding-left: 1em !important;
    text-align: left;
}

.records-header>.container ul li a:before {
    display: inline-block;
    width: 3px;
    height: 5px;
}

.records-header .records-headerimg {
    width: 100%;
    border-top: 6px solid #035F73;
    margin-top: 1rem;
}

.records-title-header h1,
.records-title-header h2 {
    color: #035F73;
} 


.records-body-section {
    padding: 1em 1em;
}

.records-body-section h2 {
    color: #035F73;
    font-size: 1.5em;
}

.records-body-section p, .records-body-section ul, .records-body-section ol {
    font-size: 1.2em;
}

.records-body-section a {
    color: #035F73;
}

.records-interaction {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.records-callout {
    background-color: #035F73;
    border-radius: 25px;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
    padding: 1em 1em;
    margin-top: 2em;
    margin-bottom: 2em;
}

.records-callout p, .records-callout h5, .records-callout ul, .records-callout a {
    font-size: 1.1em;
    color: white;
}

.records-worddoc button {
    font-family: 'Noto Sans', sans-serif;
    background-color: #035F73;
    text-transform: uppercase;
    color: white!important;
    padding: 15px 35px;
    border-radius: 35px;
    text-decoration: none;
    margin: auto;
    border: none;
    margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
    .records-body-section {
        padding: 1em 10em;
    }

    .records-interaction {
        text-align: center;
        margin-top: 3em;
        margin-bottom: 3em;
    }

    .records-header>.container nav {
        float: right;
        margin-top: 2em;
    }

    .records-header>.container nav a {
        text-transform: uppercase;
        text-decoration: none;
        padding: 3em;
    }

    .records-header>.container img {
        float: left;
        width: 300px;
        margin-top: 40px;
    }


    .records-header>.container nav {
        float: right;
        margin-top: 2em;
    }

}


/* Title Header */

.title-header {
    border-top: 5px solid #ffffff;
    position: relative;
    margin-bottom: 50px;
}

.title-header .container {
    display: flex;
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    height: 100%;
    width: 100%;
    padding: 1em 10em;
}

.title-header .image-caption {
    position: absolute;
    top: 10px;
    left: auto;
    right: auto;
    right: 20px;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 0;
    text-align: right;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.title-header .page-title {
    position: absolute;
    top: 20%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

#records-title-header img, #privacy-title-header img, #title-header img, #security-title-header img {
    min-width: 100%!important;
}

.title-header h1 {
    font-size: 45px;
    border-radius: 20px;
    border: 2px solid white;
    padding: 25px 35px;
    width: auto;
    text-align: center;
    margin: 2rem auto;
    z-index: 1;
    display: inline-block;
}

.title-header.records-title-header h1 {
    background-color: rgba(255, 255, 255, 0.85);
	color:rgba(4, 141, 170, 1);
	border:3px solid #035F73;
	box-shadow: 2px 2px 5px rgba(0, 61, 76, 1);
} 

.title-header.access-title-header h1 {
    background-color: rgba(255, 255, 255, 0.85);
    color: #46602F;
	border: 3px solid #46602F;
}
 
.title-header.privacy-title-header h1 {
    color: #315E52;
	border: 3px solid #315E52;
    background-color: rgba(255, 255, 255, 0.7);
} 

.title-header .image-icon {
    margin-top: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

.screen-sm,
.screen-md {
    display: none;
}

@media screen and ( max-width: 1200px ) {
    .title-header h1 {
        font-size: 35px;
        width: auto;
    }

    .screen-lg,
    .screen-sm {
        display: none;
    }

    .screen-md {
        display: block;
    }
}

@media ( max-width: 800px ) {
    .title-header h1 {
        font-size: 26px;
        width: auto;
    }

    .title-header .container {
        padding: 1em 1em;
    }

    .title-header .image-icon {
        margin-bottom: 10px;
    }

    .title-header .image-icon img {
        max-width: 50px;
        height: auto;
    }

    .screen-lg,
    .screen-md {
        display: none;
    }

    .screen-sm {
        display: block;
    }
}

@media ( max-width: 460px ) {
    .title-header h1 {
        font-size: 100%;
        width: 90%;
    }
}

/*** END Title Header ***/


/* PRIVACY CSS */

.privacy h1, .privacy h2, .privacy h3, .privacy h4, .privacy h5 {
	color:#315E52;
}

.privacy-header>.container {
    width: 100%;
}

.privacy-header>.container img {
    text-align: center;
    width: 250px;
    margin: auto;
}

.privacy-header>.container nav {
    text-align: center;
    margin-top: 2em;
}

.privacy-header>.container nav a {
    text-transform: uppercase;
    text-decoration: none;
    padding: 1em;
}

.nav__submenu-item a {
    padding: 0 !important;
    padding-left: 1em !important;
    text-align: left;
}

.privacy-header>.container ul li a:before {
    display: inline-block;
    width: 3px;
    height: 5px;
}

.privacy-header .privacy-headerimg {
    width: 100%;
    border-top: 6px solid #315E52;
    margin-top: 1rem;
}

.privacy-body-section {
    padding: 1em 1em;
}

.privacy-body-section h2 {
    color: #315E52;
    font-size: 1.5em;
}

.privacy-body-section p, .privacy-body-section ul, .privacy-body-section ol{
    font-size: 1.2em;
}

.privacy-body-section a {
    color: #315E52;
}

.privacy-interaction {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.privacy-callout {
    background-color: #315E52;
    border-radius: 25px;
    padding: 1em 1em;
    padding-left: 2em;
    padding-right: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
}

.privacy-callout p, .privacy-callout h5, .privacy-callout ul, .privacy-callout a {
    font-size: 1.1em;
    color: white;
}

.privacy-worddoc button {
    font-family: 'Noto Sans', sans-serif;
    background-color: #5DAC97;
    text-transform: uppercase;
    color: black !important;
    padding: 15px 35px;
    border-radius: 35px;
    text-decoration: none;
    margin: auto;
    border: none;
    margin-bottom: 20px;
}


@media screen and (min-width: 800px) {
    .privacy-body-section {
        padding: 1em 10em;
    }

    .privacy-interaction {
        text-align: center;
        margin-top: 3em;
        margin-bottom: 3em;
    }

    .privacy-header>.container nav {
        float: right;
        margin-top: 2em;
    }

    .privacy-header>.container nav a {
        text-transform: uppercase;
        text-decoration: none;
        padding: 3em;
    }

    .privacy-header>.container img {
        float: left;
        width: 300px;
        margin-top: 40px;
    }


    .privacy-header>.container nav {
        float: right;
        margin-top: 2em;
    }
}


/* ACCESS CSS */

.access-header>.container {
    width: 100%;
}

.access-header>.container img {
    text-align: center;
    width: 250px;
    margin: auto;
}

.access-header>.container nav {
    text-align: center;
    margin-top: 2em;
}

.access-header>.container nav a {
    text-transform: uppercase;
    text-decoration: none;
    padding: 1em;
}

.nav__submenu-item a {
    padding: 0 !important;
    padding-left: 1em !important;
    text-align: left;
}

.access-header>.container ul li a:before {
    display: inline-block;
    width: 3px;
    height: 5px;
}

.access-header .access-headerimg {
    width: 100%;
    border-top: 6px solid #46602F;
    margin-top: 1rem;
}

.access-body-section {
    padding: 1em 1em;
}

.access-body-section h2 {
    color: #46602F;
    font-size: 1.5em;
}

.access-body-section p, .access-body-section ul, .access-body-section ol{
    font-size: 1.2em;
}

.access-body-section a {
    color: #46602F;
}

.access-interaction {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.access-callout {
    background-color: #46602F;
    border-radius: 25px;
    padding: 1em 1em;
    padding-left: 2em;
    padding-right: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
}

.access-callout p, .access-callout h5, .access-callout ul, .access-callout a {
    font-size: 1.1em;
    color: white;
}

.access-worddoc button {
    font-family: 'Noto Sans', sans-serif;
    background-color: #46602F;
    text-transform: uppercase;
    color: white!important;
    padding: 15px 35px;
    border-radius: 35px;
    text-decoration: none;
    margin: auto;
    border: none;
    margin-bottom: 20px;
}


@media screen and (min-width: 800px) {
    .access-body-section {
        padding: 1em 10em;
    }

    .access-interaction {
        text-align: center;
        margin-top: 3em;
        margin-bottom: 3em;
    }

    .access-header>.container nav {
        float: right;
        margin-top: 2em;
    }

    .access-header>.container nav a {
        text-transform: uppercase;
        text-decoration: none;
        padding: 3em;
    }

    .access-header>.container img {
        float: left;
        width: 300px;
        margin-top: 40px;
    }


    .access-header>.container nav {
        float: right;
        margin-top: 2em;
    }
}

/* IFRAME CSS */

iframe {
    border: none;
}

/* MODULE FOOTER NAV */

.module-footer-navigation {
    margin-top: 4em;
    margin-bottom: 4em;
}

.records-module-btn-previous{
    font-family: 'Noto Sans', sans-serif;
    background-color: #035F73;
    text-transform: uppercase;
    color: white!important;
    padding: 15px 35px;
    border-radius: 35px;
    text-decoration: none;
    margin: auto;
}

.records-module-btn-next {
    font-family: 'Noto Sans', sans-serif;
    background-color: #035F73;
    text-transform: uppercase;
    color: white!important;
    padding: 15px 35px;
    border-radius: 35px;
    text-decoration: none;
    margin: auto;
    float: right;
}

.privacy-module-btn-previous{
    font-family: 'Noto Sans', sans-serif;
    background-color: #315E52;
    text-transform: uppercase;
    color: white!important;
    padding: 15px 35px;
    border-radius: 35px;
    text-decoration: none;
    margin: auto;
}

.privacy-module-btn-next {
    font-family: 'Noto Sans', sans-serif;
    background-color: #315E52;
    text-transform: uppercase;
    color: white!important;
    padding: 15px 35px;
    border-radius: 35px;
    text-decoration: none;
    margin: auto;
    float: right;
}

.access-module-btn-previous{
    font-family: 'Noto Sans', sans-serif;
    background-color: #46602F;
    text-transform: uppercase;
    color: white!important;
    padding: 15px 35px;
    border-radius: 35px;
    text-decoration: none;
    margin: auto;
}

.access-module-btn-next {
    font-family: 'Noto Sans', sans-serif;
    background-color: #46602F;
    text-transform: uppercase;
    color: white!important;
    padding: 15px 35px;
    border-radius: 35px;
    text-decoration: none;
    margin: auto;
    float: right;
}