/*
 * Medsense.com Styles
 */

/* Reset stylesheet */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

/* Links
   ========================================================================== */

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1, span.h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

span.h1 {
    font-size: 4em;
    margin: 0.67em 0;
    font-family: 'Times New Roman', sans-serif;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

/* End reset stylesheet
   ========================================================================== */

/* Global Styles */

/* apply a natural box layout model to all elements (padding will not affect width) */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #000;
    font: 12px arial;
    width: 100%;
}

h1, h2, h3, h4, h5, h6, .h2 {
    color: #990066;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h2.main-heading,
h4.sub-heading {
    text-transform: uppercase;
    margin: 12px 0;
}

p.intro-body {
    margin: 8px 0 20px;
}

p.body {
    margin: 10px 0 20px;
}

p.end-body {
    margin-top: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

img.image-border {
    border: 2px solid #fff;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

a:active,
a:link,
a:visited {
    color: #400080;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #990066;
    text-decoration: underline
}

blockquote {
    font-style: italic;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.list-body {
    margin: 0 0 25px 25px;
}

/* Header */
header {
    padding: 0 20px;
    border-bottom: 8px solid #400080;
    margin-bottom: 20px;
}

header h1 {
    height: 50px;
    width: 500px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* Left sidebar */
.aside-left {
    width: 20%;
    float: left;
    padding-left: 20px;
}

nav h3 {
    font-size: 14px;
    margin-bottom: 0;
}

nav ul {
    list-style: none;
    padding-left: 0;
    line-height: 1.75;
    margin-top: 0;
}

/* Main area */
main {
    width: 60%;
    float: left;
    padding: 0 40px 20px 40px;
}

p.list-indent {
    padding-left: 20px;
    margin: 0;
}

p.list-indent:last-child {
    margin-bottom: 20px;
}

p.chapter {
    margin-top: 5px;
    margin-bottom: 0;
}

.publications h4 {
    margin-bottom: 0;
}

.publications p {
    margin-top: 0;
}

/* Right sidebar */
.aside-right {
    width: 20%;
    float: right;
    padding-right: 20px;
}

.utilities object {
    display: block;
}

.utilities form input {
    margin: 5px;
    display: block;
}

.utilities form input[type="checkbox"] {
    display: inline;
}

.info p {
    font-size: 11px;
}

/* Footer */
footer {
    clear: both;
    padding: 20px;
    text-align: center;
    border-top: 8px solid #400080;
}

footer nav ul {
    list-style: none;
}

footer nav ul li {
    display: inline-block;
}

/*----------*/
.image-left {
    float: left;
    margin-right: 5px;
}

.image-right {
    float: right;
    margin-left: 5px;
}

.image-center {
    display: block;
    margin: auto;
}

@media screen and (max-width: 1100px) {
    main { width: 50%;
        padding: 0 10px 20px 10px;
    }

    .aside-right {
        width: 30%;
    }
}

@media screen and (max-width: 767px) {
    main, .aside-left, .aside-right {
        box-sizing: border-box;
        width: 100%;
    }

    .aside-right {
        padding: 0 10px;
    }

    span.h1 {
        font-size: 2.5em;
    }
}

