body, ul {
    margin:0;
    padding:0;
    font-family:'Open Sans', sans-serif;
}

ul {
    list-style:none;
}

button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Need this for a wierd css bug, disable to see what happens....wierd huh? */
main {font-size:1em;color:#2a2a2a;font-family:'Open Sans'; text-align:justify;}


/* Site wide settings */
h1,h2,h3{margin-top:1.5rem;margin-bottom:0.5rem;font-weight:500;line-height:1.1;}
h1,h2,h3,h4,h5,h6 {font-weight: 500;line-height: 1.1;}
h2{font-size:1.875rem;font-family:'Amiri'; color:#3d3a35}
h1{font-size:2.500rem;font-family:'Amiri'; color:#A30434}
h3{font-size:1.250rem;font-family:'Roboto'; color:#3d3a35}
hr{margin-top:1.250em;margin-bottom:1.250em;border:0;border-top:1px solid #eee;-webkit-box-sizing:content-box;box-sizing:content-box;height:0;}

#back-to-top {
    position:fixed;
    right:30px;
    bottom:2%;
    background-color:#316b14;
    line-height:1;
    padding:4px 6px;
    border-radius:3px;
    display:none;
}
#back-to-top svg {
    -webkit-transform:rotate(270deg);
            transform:rotate(270deg);
    height:20px;
    width:20px;
    fill:#FFF;
}

#mobile_pilot_link{
    margin-top:10px;
    margin-bottom:15px;
    min-width:175px;
    background-color:#6aa041;
    color:white;
    font-family:'Open Sans', sans-serif;
    height: 2.5em;
    font-size: 18px;
    padding-bottom:15px;
    border:none;
    font-size:1em;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
}

#mobile_pilot_link:hover {
    background:#edbf26;
    color:#525450;
}

/*Mobile devices up to landscape tablets*/
@media only screen and 
(min-width:768px) and (max-width:1200px),
(min-width: 600px) and (max-width:768px),
(min-width:480px) and (max-width:600px),
(max-width: 480px) {
main {font-size:1em;color:#2a2a2a;font-family:'Open Sans'; text-align:justify;padding-right:1em; padding-left:1em;}
h1,h2,h3{margin-top:1.5rem;margin-bottom:0.5rem;font-weight:500;line-height:1.1;padding-right:0em;text-align:left;}
h1,h2,h3,h4,h5,h6 {font-weight: 500;line-height: 1.1; padding-right:0em;}
h2{font-size:1.62rem;font-family:'Amiri'; color:#3d3a35}
h1{font-size:2em;font-family:'Amiri'; color:#A30434;}
h3{font-size:1.25rem;font-family:'Roboto'; color:#3d3a35}
hr{margin-top:1.150em;margin-bottom:1.250em;border:0;border-top:1px solid #eee;-webkit-box-sizing:content-box;box-sizing:content-box;height:0;}

#back-to-top {
    right:15px;
    }
}

a {color:#2B8815;text-decoration:none;}
a:hover {color:#2B8815;text-decoration:underline;}
a,a:hover,a:focus {outline:none;}


p{padding-left:0em;padding-right: 0em;}


@media only screen and 
(min-width:768px) and (max-width:992px) {
#back-to-top {
    position:fixed;
    right:15px;
    bottom:18%;
    background-color:#316b14;
    line-height:1;
    padding:4px 6px;
    border-radius:3px;
    display:none;
}
#back-to-top svg {
    -webkit-transform:rotate(270deg);
            transform:rotate(270deg);
    height:20px;
    width:20px;
    fill:#FFF;
}
}

#unsupported-browser td {
    text-align: center;
}

#unsupported-browser img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

mark {
  background-color: rgba(255, 252, 0, .5);
}

@media only screen and (max-width:768px){
#back-to-top {
    position:fixed;
    right:15px;
    bottom:18%;
    background-color:#316b14;
    line-height:1;
    padding:4px 6px;
    border-radius:3px;
    display:none;
}
#back-to-top svg {
    -webkit-transform:rotate(270deg);
            transform:rotate(270deg);
    height:20px;
    width:20px;
    fill:#FFF;
}
}
