* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    width: 100%;
	line-height: 1;
    margin: 0;
    
}
ol, ul {
    color: #575756;
    list-style:disc;
    margin-left: -25px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {font-size: 2.7rem;line-height: 3rem;color: #ffffff;font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";text-align: left;}
h2 {font-size: 2rem;line-height: 2.5rem;color: #ffffff;font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";text-align: left;}
h3 {font-size: 1.5rem;line-height: 1.8rem;color: #575756;font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";text-align: left;}
h6 {font-size: 0.8rem;line-height: 1.2rem; color: #575756;font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";text-align: left;font-weight: 400;}
p {font-size: 1rem;line-height: 1.4rem; color: #575756;font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";text-align: left;}

.clear {clear: both;}

.container {
    width: 100%;
    margin: 0;
    background-color: #fbb800;
}

.head {
    display: inline-block;
    padding-left: 20%;
    padding-right: 20%;
}

.tysabrilogo {
	width: 150px;
    height: 100px;
    background-image: url("../images/tysabri-logo.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
    margin-right: 0px;
    margin-top: 20px;
}


.biogenlogo {
    position: relative;
    bottom: 75px;
	width: 150px;
    height: 50px;
    background-image: url("../images/biogen-logo.png");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
    
}

.hero-img {
    position: absolute;
    left: 4%;
    top: 20px;
    width: 40%;
    max-width: 600px;
    float: left;
    margin: auto;
    text-align: center;
}

.page-title {
    float: right;
    width: 60%;
    color: #ffffff;
    font-size: 1.5rem;
    padding-top: 0px;
    padding-bottom: 40px;
}

.title {
    padding-top: 20px;
}

.download {
    display: inline-block;
    padding-left: 20%;
    padding-right: 20%;
    margin: 0;
    margin-top: 60px;
}

.columns{
    padding-top: 0px;
}

.two-col {
    float: left;
    width: 50%;
    text-align: left;
    
}

.two-col p, h3{
    width: 90%;
}

.three-col {
    float: left;
    width: 33.33%;
    text-align: center;
}

#qr {
    padding-left: 40px;
    padding-top: 80px;
}

.link p{
    text-align: center;
    font-weight: 700;
    color: #000000;
    font-size: 1rem;
}

.instructions {
    width: auto;
    height: auto;
    background-color: #ffffff;
    display: inline-block;
    padding-left: 20%;
    padding-right: 20%;
    margin: 0;
    margin-top: 60px;
    
}

.blue {color: #0096d6;}

#android-instructions {
    padding-top: 6px;
}

#blueBtn {
    width: 100%;
    background-color: #0096d6;
    padding: 10px;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
}

.reporting {
    padding-top: 20px;
}

.reporting h3, p {
    color: #000000;
    
}

#environment {
    max-width: 400px;    
    }

@media (min-width: 601px)and (max-width: 1080px) {
    
h1 {font-size: 2.7rem;line-height: 3rem;color: #ffffff;font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";text-align: left;}
h2 {font-size: 2rem;line-height: 2.5rem;color: #ffffff;font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";text-align: left;}
h3 {font-size: 1.5rem;line-height: 1.8rem;color: #575756;font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";text-align: left;}
h6 {font-size: 0.8rem;line-height: 1.2rem; color: #575756;font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";text-align: left;font-weight: 400;}
p {font-size: 1rem;line-height: 1.4rem; color: #575756;font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";text-align: left;}


.head {
    display: inline-block;
    padding-left: 5%;
    padding-right: 5%;
}

.tysabrilogo {
	width: 150px;
    height: 100px;
    background-image: url("../images/tysabri-logo.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
    margin-right: 0px;
    margin-top: 20px;
}


.biogenlogo {
    position: relative;
    bottom: 75px;
	width: 150px;
    height: 50px;
    background-image: url("../images/biogen-logo.png");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
    
}

.hero-img {
    position: absolute;
    left: -12%;
    top: 80px;
    width: 50%;
    max-width: 700px;
    float: left;
    margin: auto;
    text-align: center;
}

.page-title {
    float: right;
    width: 60%;
    color: #ffffff;
    font-size: 1.5rem;
    padding-top: 0px;
    padding-bottom: 40px;
}

.title {
    padding-top: 20px;
}

.download {
    display: inline-block;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0;
    margin-top: 0px;
}

.columns{
    padding-top: 0px;
}

.two-col {
    float: left;
    width: 49%;
    text-align: left;
    margin-right: 1%;
    
}

.two-col p, h3{
    width: 90%;
}

.three-col {
    float: left;
    width: 33.33%;
    text-align: center;
}

#qr {
    padding-left: 25px;
    padding-top: 80px;
}

.link p{
    width: 100%;
    position: relative;
    left: -10px;
    font-weight: 700;
    color: #000000;
    font-size: 0.9rem;
    text-align: left;
    
}

.instructions {
    width: auto;
    height: auto;
    background-color: #ffffff;
    display: inline-block;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0;
    margin-top: 60px;
    
}

.blue {color: #0096d6;}

#android-instructions {
    padding-top: 6px;
}

#blueBtn {
    width: 98%;
    background-color: #0096d6;
    padding: 10px;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
}

.reporting {
    padding-top: 20px;
}

.reporting h3, p {
    color: #000000;
    
}
    
}

@media (min-width: 100px)and (max-width: 600px) {

h1 {font-size: 2.5rem;line-height: 3rem;color: #ffffff;font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";text-align: left;}
h2 {font-size: 1.6rem;line-height: 2rem;color: #ffffff;font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";text-align: left;}
h3 {font-size: 1.4rem;line-height: 1.6rem;color: #575756;font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";text-align: left;}
h6 {font-size: 0.7rem;line-height: 1rem; color: #575756;font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";text-align: left;font-weight: 400;}
p {font-size: 1rem;line-height: 1.4rem; color: #575756;font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";text-align: left;}
    
.head {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
}
    
.tysabrilogo {
	width: 150px;
    height: 100px;
    background-image: url("../images/tysabri-logo.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    float:none;
    margin:auto;
    margin-top: 20px;
}


.biogenlogo {
    position: relative;
    bottom: 20px;
	width: 150px;
    height: 150px;
    background-image: url("../images/biogen-logo.png");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    float: none;
        
}


.hero-img {
    position: relative;
    top: 0px;
    left: -100px;
    width: 100%;
    max-width: 400px;
    float: none;
    text-align: center;
}    
    
.page-title {
    float: none;
    width: 95%;
    color: #ffffff;
    font-size: 1.5rem;
   
}

.title {
    padding-top: 0px;
}

.download {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0;
    margin-top: 0px;
}

.columns{
    padding-top: 0px;
}

.two-col {
    float: none;
    width: 100%;
    text-align: left;
    
}

.two-col p, h3{
    width: 100%;
}

.three-col {
    float: none;
    width: 100%;
    text-align: center;
}

#qr {
    padding-left: 0px;
    padding-top: 0px;
}

.link p{
    text-align: center;
    font-weight: 700;
    color: #000000;
    font-size: 1.2rem;
    padding-bottom: 20px;
}

.instructions {
    width: auto;
    height: auto;
    background-color: #ffffff;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0;
    margin-top: 60px;
    
}

.blue {color: #0096d6;}

#android-instructions {
    padding-top: 0px;
}

#blueBtn {
    width: 95%;
    background-color: #0096d6;
    padding: 10px;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
}

.reporting {
    padding-top: 20px;
}

.reporting h3, p {
    color: #000000;
    
}
    

}