body {
    margin: 0px;
    height: 100%;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006C84;
	font-size: 24px;
	margin-top: 0px;
    padding-top: 24px;
	margin-bottom: 0px;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-align: center;
}

h3#specialty_copy {
    margin-top: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 24px;
    letter-spacing: 8px;
}

h3.mobile-header {
    margin-top: -8px;
    color: #006C84;
    font-size: 34px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #7c7c7c;
	font-size: 20px;
	margin-top: 6px;
}

a {
    color: #7c7c7c;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.patientpoint-logo-container {
    margin-left: auto;
	margin-right: auto;
	width: 84%;
	max-width: 1200px;
}

.patientpoint-logo {
    margin-top: 16px;
}

.top-content-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 93%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.header-tile {
	position: relative;
	margin-top: 18px;
	left: 0;
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-bottom: 8px solid #fa6400;
}

.hero-image {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
}

.header-overlay {
    position: absolute;
    width: 80%;
    margin-left: 10%;
    opacity: 0.4;
}

.header-logo-container {
    position: absolute;
    top: 0;
    width: 100%;
}

.header-logo {
	width: 100%;
    height: 100%;
}

.header-logo-image {
    position: absolute;
    width: 450px;
    margin-top: 120px;
    margin-left: 14%;
}

.specialty-box {
    position: relative;
    margin-top: -29px;
    margin-left: auto;
    margin-right: auto;
	width: 50%;
    min-height: 50px;
    background: #fa6400;
}

.content {
	position: relative;
	left: 0px;
	width: 100%;
}

.content-box {
	margin-left: auto;
	margin-right: auto;
    margin-top: 50px;
	margin-bottom: 36px;
	width: 84%;
	max-width: 1200px;
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-copy {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 5%;
    text-align: center;
}

.footer-copy p {
    font-size: 14px;
}

.content-link:hover {
    background-color: #006C84;
    border: 2px solid #006C84;
    color: #ffffff;
}

.editorial-link, .privacy-link, .terms-link, .conduct-link {
    text-decoration: underline;
}

#txtCode {
    float: left;
    margin-top: 20px;
    width: 220px;
    height: 40px;
}

#btnEnter {
    float: left;
    height: 40px;
    margin-top: 22px;
    margin-left: 20px;
}

@media screen and (max-width: 1300px) and (min-width: 800px){
    .content-box {
        width: 80%;
    }
    .header-tile {
        top: 0px;
        height: 350px;
        margin-top: 16px;
    }
    .header-overlay {
        margin-left: 0;
        width: 100%;
    }
    .header-logo-image {
        position: absolute;
        width: 300px;
        margin-top: 100px;
        margin-left: 12%;
    }
    .header-copy{
        position: absolute;
        height: auto;
        width: 450px;
        top: 10px;
        left: 49.8%;
        padding-left: 80px;
        border-left: 2px solid #ffffff;
    }
    h3#specialty_copy {
        letter-spacing: 6px;
    }
}

@media screen and (max-width: 800px)  {
    p {
        font-size: 16px;
    }
    .content-box {
        width: 80%;
        margin-top: 20px;
    }
    .header-logo {
        display: flex;
        height: 250px;
        justify-content: center;
        align-items: center;
    }
    .header-tile {
        top: 0px;
        height: 230px;
        margin-top: 16px;
    }
    .header-logo-image {
        position: relative;
        margin-top: -38px;
        margin-left: auto;
        margin-right: auto;
        width: 65%;
        max-width: 360px;
    }
    .header-copy {
        display: none;
    }
    .header-overlay {
        margin-left: 0;
        width: 100%;
        min-width: 600px;
        top: 0;
    }
    .specialty-box {
        width: 80%;
    }
    .patientpoint-logo-container {
        margin-left: auto;
        margin-right: auto;
        width: 55%;
        max-width: 350px;
    }
    .patientpoint-logo {
        width: 100%;
    }
    .content-link {
        margin-top: 96px;
    }
    h3#specialty_copy {
        letter-spacing: 3px;
    }
    .footer-copy p {
        position: relative;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-size: 11px;
        margin-top: 0px;
    }
}