/*! normalize.css v3.0.1 | MIT License | git.io/normalize */*{margin:0;padding:0;text-decoration:none;background:transparent;box-sizing:border-box}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}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}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;text-transform:lowercase}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}hr{box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}cite{font-style:normal}hr{border:none}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"]{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;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}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.padded--inner{padding:4rem 7vw}.padded--outer{padding:4rem 10vw}.center{text-align:center;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}@keyframes shake{from, to{transform:translate3d(0, 0, 0)}10%, 30%, 50%, 70%, 90%{transform:translate3d(-10px, 0, 0)}20%, 40%, 60%, 80%{transform:translate3d(10px, 0, 0)}}@keyframes rotate-bg{0%{background-position-x:0}50%{background-position-x:100%}100%{background-position-x:200%}}@keyframes flash{from, 50%, to{opacity:1}25%, 75%{opacity:0}}@keyframes pulse{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scale3d(1, 1, 1)}}@keyframes blink{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}section.intro{background-size:cover;background-repeat:no-repeat;background-position:center center}::-moz-selection{background:rgba(123,0,0,0.5);color:white}::selection{background:rgba(123,0,0,0.5);color:white}::-moz-selection{background:rgba(123,0,0,0.5);color:white}html,body{min-height:100%}a{text-decoration:none;color:inherit}*{box-sizing:border-box}:focus{outline:none}h1,h2,h3,h4,h5,h6{font-weight:normal}b{font-weight:normal}i{font-style:normal}strong{font-weight:bold}em{font-style:italic}u{text-decoration:underline}img{max-width:100%}small{font-size:90%}body{background:white;font-family:"Source Sans Pro",monospace,sans-serif;font-size:85%;color:#383838;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;overflow-x:hidden}@media (min-width: 600px){body{font-size:90%}}@media (min-width: 768px){body{font-size:95%}}@media (min-width: 1024px){body{font-size:100%}}*{transition:0.25s}h1{font-family:"Source Serif Pro",serif;font-size:3.5em;font-weight:700;color:#7B0000;line-height:1.15;margin-bottom:1.25rem}h2{font-family:"Source Serif Pro",serif;font-size:2.55em;color:#7B0000;line-height:1.15;margin:0 0 1.5rem}a{color:#7B0000;text-decoration:underline}a:hover,a:focus{color:rgba(123,0,0,0.6)}a:active{color:#383838}p,ul,ol,p a{-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;word-break:break-word;font-size:1.25rem;margin-bottom:1rem;line-height:1.6}p.lead{font-family:"Source Sans Pro",monospace,sans-serif;font-size:2.125em;line-height:1.4;color:#383838;margin-bottom:2rem}a.button{border-radius:10px;padding:1.25rem;display:inline-block;transition:0.185s;text-decoration:none;background:#7B0000;font-family:"Source Serif Pro",serif;font-weight:700;font-size:1.325rem;color:#FFF9F9;box-shadow:5px 5px 0 rgba(123,0,0,0.5)}a.button:hover,a.button:focus{background:#620000;box-shadow:5px 5px 0 #ffb2b2}a.button:active{transform:translate(5px, 5px);box-shadow:none}header nav[role="navigation"]{display:-ms-flexbox;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex-pack:justify;justify-content:space-between}header nav[role="navigation"] .nav-icon{position:fixed;right:0;top:0;padding:1rem;transition:0.35s;cursor:pointer;z-index:4;font-weight:700;font-size:2.5rem;font-family:"Source Serif Pro",serif;color:#7B0000}header nav[role="navigation"] .nav-icon.plus{transform:rotate(0deg)}header nav[role="navigation"] .nav-icon.turn{transform:rotate(135deg)}@media (min-width: 768px){header nav[role="navigation"] .nav-icon{display:none}}header nav[role="navigation"] ul{list-style:none;display:-ms-flexbox;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex-pack:start;justify-content:flex-start;height:100vh;height:calc(var(--vh, 1vh) * 100);animation:fadeOut 0.35s;background:#FFE9E9;position:fixed;width:100vw;z-index:2;padding:1.5rem;font-family:"Source Serif Pro",serif;font-weight:700;font-size:2.5rem;text-decoration:underline;color:#7B0000}@media (min-width: 768px){header nav[role="navigation"] ul{position:static;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:auto;font-size:1.25rem;animation:none;background:white;text-decoration:none}}header nav[role="navigation"] ul.close{display:none;animation:fadeOut 0.35s}@media (min-width: 768px){header nav[role="navigation"] ul.close{display:-ms-flexbox;display:flex;animation:none}}header nav[role="navigation"] ul.open{animation:fadeIn 0.4s}@media (min-width: 768px){header nav[role="navigation"] ul.open{animation:none}}header nav[role="navigation"] ul li{margin-top:0.75rem}header nav[role="navigation"] ul li a{text-decoration:none}section.intro{display:grid;background-attachment:fixed;grid-template-columns:10vw repeat(6, 1fr) 10vw;grid-template-areas:". hd	hd	hd	hd	hd	hd ."}@media (min-width: 600px){section.intro{grid-template-areas:". hd	hd	hd	hd	hd	img img"}}@media (min-width: 768px){section.intro{grid-template-areas:". hd	hd	hd	.	img	img img"}}@media (min-width: 1024px){section.intro{grid-template-columns:10vw repeat(4, 1fr);grid-template-areas:".	hd	hd	hd	.	img	img img"}}@media (min-width: 1400px){section.intro{grid-template-columns:10vw repeat(4, 1fr);grid-template-areas:".	hd	hd	.	img img"}}section.intro main{grid-area:hd;padding:4rem 0;-ms-flex-align:center;align-items:center}section.intro main h1{margin-bottom:1rem}section.intro main p.lead{width:100%}@media (min-width: 1400px){section.intro main p.lead{width:90%}}section.intro main .button{margin-top:1rem}@media (min-width: 768px){section.intro main .button{margin-top:1.725rem}}section.intro figure{display:none;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}@media (min-width: 768px){section.intro figure{grid-area:img;opacity:1;display:-ms-flexbox;display:flex}}section.intro figure img{width:100%}@media (min-width: 768px){section.half-grid{display:grid;grid-template-columns:3fr 4fr}}section.half-grid .faq .faq-container{margin-bottom:4rem}section.half-grid .faq h2{border-left:10px solid #FFE9E9;padding-left:15px}.news{background:#FFE9E9}.news h1,.news p.lead{text-align:center}.news p.lead{color:#383838}.news .post-container{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.news .post-container .post{width:80%;margin:0 auto 2rem}@media (min-width: 1024px){.news .post-container .post{width:40%}}.news .post-container .post h3{text-align:center;font-weight:700;font-family:"Source Serif Pro",serif;font-size:1.55rem;color:#7B0000;margin-bottom:1rem}.news .post-container .post img{width:100%;height:300px;-o-object-fit:cover;object-fit:cover}.news .post-container .post p{text-align:center}.news.longlist .post-container .post a{text-decoration:none}.news.longlist .post-container .post a:hover,.news.longlist .post-container .post a:focus{opacity:0.7}.news.longlist .post-container .post h3{font-size:2.25em;font-weight:400;text-decoration:none}.news.longlist .post-container .post img{border:5px solid #FFCBCB}section.process{background:#FFF9F9}@media (min-width: 768px){section.process .lead{width:80%}}section.process .chart{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack:distribute;justify-content:space-around;margin:5rem 0 3rem}section.process .chart .step{width:100%;display:-ms-flexbox;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;text-align:center;margin-bottom:2.5rem;border-bottom:5px solid #FFE9E9}@media (min-width: 768px){section.process .chart .step{width:40%;border:none}}@media (min-width: 1024px){section.process .chart .step{width:22.5%}}section.process .chart .step>*{margin-bottom:1rem}section.process .chart .step .number{text-align:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:0 auto 1.25rem;width:75px;height:75px;background:#7B0000;border-radius:50%;border:5px solid #FFCBCB;font-weight:700;font-family:"Source Serif Pro",serif;font-size:2.125em;color:#FFF9F9}section.process .chart .step .heading{font-size:1.45em;font-weight:600;text-transform:uppercase}section.process .chart .step .subtitle{font-family:"Source Serif Pro",serif;font-size:1.625rem;color:#7B0000}section.process .chart .step img{margin:1.25rem 0 2.25rem;width:100%;-o-object-fit:cover;object-fit:cover;height:240px}section.process .chart .step a.button{margin-bottom:2rem}footer{padding-bottom:2rem;background:#FFE9E9}footer nav[role="navigation"] ul{list-style:none;background:#FFE9E9;font-size:1.125rem;display:-ms-flexbox;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex-align:center;align-items:center;padding:3rem 0 1rem}@media (min-width: 600px){footer nav[role="navigation"] ul{-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack:space-evenly;justify-content:space-evenly}}footer nav[role="navigation"] ul li{font-size:1.125rem;font-family:"Source Serif Pro",serif}footer nav[role="navigation"] ul li a{text-decoration:none}footer small{text-align:center;display:block;font-weight:700}article.article-body{width:100%}@media (min-width: 1024px){article.article-body{width:70vw}}article.article-body img{margin:2rem auto}article.article-body hr{width:80%;height:10px;border-bottom:2px dotted #FFCBCB;margin:2rem auto}article.article-body h1,article.article-body h2{margin:2rem 0 1.5rem}input[placeholder],input[type="text"],input[type="email"],input[type="tel"],input[type="url"],input[type="submit"],textarea,select,option{padding:1rem;border-radius:0;background:#FFF9F9;outline-offset:0;max-width:100%;border:4px solid #FFCBCB;font-family:"Source Serif Pro",serif;font-size:1.125em}.form{padding:1.5vw 0 0;margin-bottom:2rem;display:grid;grid-gap:5vw;grid-row-gap:2rem;grid-template-columns:1fr}@media (min-width: 768px){.form{grid-template-columns:1fr 1fr}}@media (min-width: 600px){.form>*:not(textarea){grid-column-start:1}}@media (min-width: 600px){.form textarea{grid-column-start:2;grid-row-start:1;grid-row-end:4}}.form input[type="submit"]{background:#7B0000;color:#FFE9E9;margin:0 17.5%;font-family:"Source Sans Pro",monospace,sans-serif;font-weight:700;font-size:1.325em;text-transform:uppercase;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}@media (min-width: 600px){.form input[type="submit"]{grid-column-start:2}}.form label{font-size:1.75em;text-align:right}
