/* CSS Basis */
/* Helper Class Names for Background and Font Colors
===================================================== */
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; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
html,
button,
input,
select,
textarea {
color: #222; }
html {
font-size: 1em;
line-height: 1.4;
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
body {
margin: 0;
line-height: 1; }
::-moz-selection {
background: #be1e2d;
text-shadow: none; }
::selection {
background: #be1e2d;
text-shadow: none; }
a {
background: transparent; }
a:focus {
outline: thin dotted; }
ol, ul {
list-style: none; }
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0; }
audio,
canvas,
img,
video {
vertical-align: middle; }
fieldset {
border: 0;
margin: 0;
padding: 0; }
textarea {
resize: vertical; }
.row {
width: 100%;
position: relative; }
.sblock {
margin: .75em 0; }
h1 {
font-size: 30px;
font-size: 1.875rem; }
h2 {
font-size: 28px;
font-size: 1.75rem; }
h3 {
font-size: 26px;
font-size: 1.625rem; }
h4 {
font-size: 24px;
font-size: 1.5rem; }
h5 {
font-size: 20px;
font-size: 1.25rem; }
h6 {
font-size: 18px;
font-size: 1.125rem; }
p {
font-size: 15px;
font-size: 0.9375rem; }
li {
font-size: 15px;
font-size: 0.9375rem; }
/* Font Size Variables
---------------------- */
/* Responsive Variables
========================= */
a {
color: #be1e2d; }
body {
font-family: "Titillium Web", sans-serif;
font-weight: normal;
font-size: 100%;
text-rendering: optimizelegibility;
color: white;
background: #262626; }
.wrap {
max-width: 64em;
position: relative;
margin: 5em auto; }
/* ==========================================================================
Unique Styles -
Author:
Date:
========================================================================== */
/* ==========================================================================
End of Unique Styles
========================================================================== */
label, input {
display: block; }
input {
margin-bottom: 1em; }
textarea, input[type=email], input[type=url], input[type=tel], input[type=password], input[type=search], input[type=text] {
background: #fff;
border-color: #be1e2d;
border-style: solid;
border-width: 1px;
font-size: 12px;
font-family: inherit;
padding: 4px 10px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0 1px rgba(255, 255, 255, 0.5);
box-shadow: 0 1px rgba(255, 255, 255, 0.5);
-webkit-transition: all linear .1s;
-moz-transition: all linear .1s;
-o-transition: all linear .1s;
-ms-transition: all linear .1s;
transition: all linear .1s;
line-height: 1.1; }
/* ==========================================================================
Helper classes
========================================================================== */
.ir {
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
*text-indent: -9999px; }
.ir:before {
content: "";
display: block;
width: 0;
height: 150%; }
.hidden {
display: none !important;
visibility: hidden; }
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
.no-show {
visibility: hidden; }
.clearfix:before,
.clearfix:after {
content: " ";
/* 1 */
display: table;
/* 2 */ }
.clearfix:after {
clear: both; }
.clearfix {
*zoom: 1; }
/* ==========================================================================
Print Styles
========================================================================== */
@media print {
* {
background: transparent !important;
color: #000 !important;
/* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important; }
div {
float: none;
clear: both;
width: 100%; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
abbr[title]:after {
content: " (" attr(title) ")"; }
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: ""; }
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
img {
max-width: 100% !important; }
@page {
margin: 0.5cm; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; } }