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

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006C84;
	font-size: 21px;
	margin-top: 26px;
	margin-bottom: 36px;
    width: 97%;
    margin-left: 1.5%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #7c7c7c;
	font-size: 12px;
	margin-top: 7px;
    width: 97%;
    margin-left: 1.5%;
    text-align: center;
}

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: 17px;
}

.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: 400px;
    overflow: hidden;
    border-bottom: 4px solid #fa6400;
}

.hero-image {
    position: absolute;
    width: 100%;
    opacity: 0.5;
    margin-top: -7%;
}

.specialty-box {
    position: relative;
    margin-top: -48px;
    margin-left: auto;
    margin-right: auto;
	width: 40%;
    background: #fa6400;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 36px;
}

.switch {
    position: relative;
    display: none;
    width: 80px;
    height: 40px;
    margin-top: -24px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}

.switch input { 
    opacity: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    border: 4px #fa6400 solid;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 32px;
    width: 32px;
    left: 6px;
    top: 4px;
    background-color: #fa6400;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    border: 4px #ffffff solid;
    background-color: #fa6400;
}

input:checked + .slider:before {
    background-color: #ffffff;
}

input:checked + .slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
}

.slider.round:before {
    border-radius: 50%;
}

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

.content-box {
	margin-left: auto;
	margin-right: auto;
	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%;
}

.tile {
	position: relative;
	float: left;
	margin-right: 5%;
	margin-top: 40px;
	margin-bottom: 0px;
	width: 20%;
    display: none;
}

.content-link {
    display: block;
    width: 98%;
    height: 30px;
    border: 2px solid #006C84;
    border-radius: 30px;
    text-align: center;
    margin-top: 12px;
    margin-left: 1%;
    padding-top: 14px;
    color: #006C84;
    cursor: pointer;
    font-size: 14px;
}

.pdf-image {
    width: 54%;
    margin-left: 23%;
}

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

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

@media screen and (min-width: 1200px){
    h2 {
        height: 120px;
    }

    .tile {
        height: 360px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 800px){
     h2 {
        height: 120px;
    }

    .content-box {
        width: 84%;
    }

    .tile {
        width: 28.33%;
        height: 360px;
    }

    .header-tile {
        top: 0px;
        height: 320px;
        margin-top: 16px;
    }

    .hero-image {
        min-width: 950px;
    }

    .specialty-box {
        width: 64%;
    }
}

@media screen and (max-width: 800px)  {
    .content-box {
        width: 84%;
    }

    .tile {
        width: 100%;
        margin-right: 0;
        margin-top: 12px;
        margin-bottom: 84px;
    }

    .pdf-image {
        width: 40%;
        margin-left: 30%;
    }

    .header-tile {
        top: 0px;
        height: 320px;
        margin-top: 16px;
    }

    .hero-image { 
        width: 200%;
        min-width: 850px;
        left: -82%;
    }

    .specialty-box {
        width: 84%;
    }

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

    .patientpoint-logo {
        width: 100%;
    }

    .footer-copy p {
        position: relative;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-size: 11px;
        margin-top: 0px;
    }
}