@charset "UTF-8";

[hidden] {
    display: none
}

main h1, main h2, main h3, main h4, main h5 {
    color: #c72027;
}

html {
    color: #6d6f71;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    max-width: 980px;
	margin: 0 auto;
}

.container {
    padding-top: 0px;
    padding-right: 31px;
    padding-bottom: 31px;
    padding-left: 31px;
}


a:focus {
    outline: thin dotted
}

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

body,input,button {
    -webkit-font-smoothing: antialiased
}

b,strong {
    font-weight: bold
}

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

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

img {
    border: 0
}


a {
    transition: color 100ms
}

#mobile-header {
    display: none
}
