/*------------------------------------*\
    $NORMALIZE.CSS V2.1.3
\*------------------------------------*/

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/*------------------------------------*\
    $BASE
\*------------------------------------*/

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

html { min-height: 100%; overflow-y: scroll; }

body { margin: 0 auto; width: 960px; }

 header:after,
   main:after,
section:after,
  aside:after,
 footer:after,
    .cf:after { content: ""; display: table; clear: both }

.content { position: relative }
header   > :first-child,
main     > :first-child,
section  > :first-child,
aside    > :first-child,
footer   > :first-child,
.content > :first-child { margin-top: 0 }
header   > :last-child,
main     > :last-child,
section  > :last-child,
aside    > :last-child,
footer   > :last-child,
.content > :last-child { margin-bottom: 0 }

.float-l { float: left }
.float-r { float: right }


/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/

html,body { color: #777; font: 15px/1.5 Georgia, sans-serif }

h1,h2,h3,h4,h5,h6 { font-weight: normal; margin: 0.75em 0; }
h1 { font-size: 1.60em; color: #7f1416; } /* 24/15 */
h2 { font-size: 1.33em } /* 20/15 */
h3 { font-size: 1.20em } /* 18/15 */
h4 { font-size: 1.13em } /* 17/15 */
h5 { font-size: 1.06em } /* 16/15 */
h6 { font-size: 1.00em }
ul,
ol { padding: 0; margin: 1em 0 }
li { padding: 0 0 0.5em 0 }
a { color: #c71825; text-decoration: none }
a:active,a:hover { text-decoration: underline }

/*------------------------------------*\
    $BLOCKQUOTE
\*------------------------------------*/

blockquote { position: relative; overflow: hidden; padding: 1em 2.6em; margin: 0 0 1em 0 }
blockquote:before,
blockquote:after{ position: absolute; font-size: 7em; height: 0.4em; color: #c71825; line-height: 1; font-family: sans-serif }
blockquote:before { content: "“"; left:  0; top:  0 }
blockquote:after  { content: "”"; right: 0; bottom: 5px }
blockquote > :first-child { margin-top: 0 }
blockquote > :last-child  { margin-bottom: 0 }

/*------------------------------------*\
    $COOKIECUTTR
\*------------------------------------*/

.cc-cookies { position:fixed; width: 100%; left: 0; bottom: 0; padding: 0.5em 5%; background: #333; color: #fff; font-size: 14px; z-index: 99999; text-align: center }
.cc-cookies a,.cc-cookies a:hover { color: #fff; text-decoration: underline }
.cc-cookies a.cc-cookie-accept { font-size: 0.7em; display: inline-block; text-decoration: none; background: #C71825; padding: 0.5em 0.75em; border-radius: 3px; font-weight: 700 }
@media screen and (max-width: 768px) { .cc-cookies a.cc-cookie-accept { display: block; margin: 1em 0 } }

/*------------------------------------*\
    $PARSLEY / FORMS
\*------------------------------------*/

.form-item { position: relative; margin-bottom: 1em }
.parsley-error { background: #ffefef }
.parsley-success { background: #dbffe3 }
.parsley-error-list { position: relative; margin: 8px 0 0; padding: 0; color: #fff; background: #e26161; border-radius: 3px; overflow: visible; list-style: none; }
.parsley-error-list:before { content: ""; display: inline-block; position: absolute; bottom: 100%; left: 0.5em; border: 8px solid transparent; border-bottom: 8px solid #e26161 }
.parsley-error-list li { padding: 0.5em!important; background: none!important; }
input:-webkit-autofill { -webkit-box-shadow:0 0 0 50px #fff inset }