@charset "utf-8";
/* CSS Document */

html {font-family:'Raleway',sans-serif;}
body {font-family:'Raleway',sans-serif;font-size:1em;line-height:1.8em;color:#F0F0F1;background-color:#333;font-weight:400;}
b,strong {font-weight:800;}
a {color:#E53212;background-color:transparent;text-decoration:none;}
a:hover {color:#eeeeee;text-decoration:none;background-color:#E53212;transition:0.3s;}
h1,h2,h3,h4,h5,h6 {font-family:'Raleway',sans-serif; font-weight:600;}
p {font-family:'Raleway',sans-serif;font-weight:400;}
.small {font-size:.8em;line-height:1.2em;}
.display {font-family:'Raleway',sans-serif;font-size:4em;line-height:1em;font-weight:600;}

.navbar {z-index: 100;}
a.navbar-brand:hover {background-color:transparent;}
.navbar-toggler {border:none;color:#292521;}
.navbar-toggler:focus {box-shadow: 0 0 0 0;}
.navbar-toggler-icon {width:1.8em; height:1.8em;}
.navbar-nav .nav-link {padding-right:20px;padding-left:20px;}
.navbar a {font-size:1.2em;margin:10px;padding:10px 20px;font-family:'Raleway',sans-serif;font-weight:600;}
.ml-auto,.mx-auto{margin-left:auto!important}

.header-social-links a {color:#E53212;display:inline-block;margin:10px;padding:10px;}
.header-social-links a:hover {color:#eeeeee;background-color:none;}
.bg-orange {background-color:#E53212!important;text-align: center;}


.container,.container-fluid{width:100%;padding-right:1em;padding-left:1em;margin-right:auto;margin-left:auto}
@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}
@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}
.row{display:flex;flex-wrap:wrap;margin-right:-1em;margin-left:-1em}
.no-gutters{margin-right:0;margin-left:0}
.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}


.btn{letter-spacing:2px;text-transform:uppercase;display:inline-block;font-weight:400;color:#fff;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:2px solid transparent;padding:.75em 1.5em;font-size:.9em;line-height:1.5;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.btn{transition:none}}
.btn:hover{color:#fff;text-decoration:none}
.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2em rgba(255,146,133,.25)}
.btn.disabled,.btn:disabled{opacity:.65}
.btn:not(:disabled):not(.disabled){cursor:pointer}
a.btn.disabled{pointer-events:none}

.btn-outline-dark{color:#E53212;border-color:#E53212}
.btn-outline-dark:hover{color:#fff;background-color:#E53212;border-color:#E53212}
.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2em rgba(38,38,38,.5)}
.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#E53212;background-color:transparent}
.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#E53212;border-color:#E53212}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2em rgba(38,38,38,.5)}

.border{border:1px solid #262626!important}
.border-bottom{border-bottom:1px solid #262626!important}
.border-0{border:0!important}
.border-secondary{border-color:#cccccc!important}
.border-light{border-color:#f2f1f1!important}
.border-dark{border-color:#262626!important}
.border-white{border-color:#fff!important}

.rounded{border-radius:.25em!important}
.d-inline-block{display:inline-block!important}
.d-block{display:block!important}
.d-flex{display:flex!important}
.d-inline-flex{display:inline-flex!important}
@media (min-width:992px){.d-lg-none{display:none!important}}
.flex-column{flex-direction:column!important}
.justify-content-center{justify-content:center!important}
.justify-content-between{justify-content:space-between!important}
.align-items-center{align-items:center!important}
.align-content-center{align-content:center!important}
@media (min-width:576px){.justify-content-sm-center{justify-content:center!important}}
@media (min-width:768px){.justify-content-md-between{justify-content:space-between!important}}
@media (min-width:992px){.justify-content-lg-between{justify-content:space-between!important}}

.position-static{position:static!important}.fixed-top{top:0}
.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}
.fixed-bottom{bottom:0}
@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}
.shadow{box-shadow:0 .5em 1em rgba(14,14,14,.15)!important}

.align-middle{vertical-align:middle!important}

.bg-primary{background-color:#E53212!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#fff!important}
.bg-secondary{background-color:#cccccc!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#cfcdcf!important}
.bg-success{background-color:#26a65b!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1d7d44!important}
.bg-info{background-color:#00acc1!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#007f8e!important}
.bg-warning{background-color:#f9690e!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#cf5305!important}
.bg-danger{background-color:red!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#c00!important}
.bg-light{background-color:#f2f1f1!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#d9d7d7!important}
.bg-dark{background-color:#262626!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#0d0d0d!important}
.bg-black{background-color:#0e0e0e!important}a.bg-black:focus,a.bg-black:hover,button.bg-black:focus,button.bg-black:hover{background-color:#000!important}

a.bg-white:focus,a.bg-white:hover,button.bg-white:focus,button.bg-white:hover{background-color:#e6e6e6!important}
.bg-white{background-color:#fff!important}
.text-left{text-align:left!important}
.text-right{text-align:right!important}
.text-center{text-align:center!important}
@media (min-width:576px){.text-sm-center{text-align:center!important}}
@media (min-width:768px){.text-md-center{text-align:center!important}}
@media (min-width:992px){.text-lg-right{text-align:right!important}}
.text-uppercase{text-transform:uppercase!important}
.font-weight-light{font-weight:300!important}
.font-weight-normal{font-weight:400!important}
.font-italic{font-style:italic!important}

.text-primary{color:#ff9285!important}
.text-secondary{color:#cccccc!important}
.text-secondary a{color:#cccccc!important}
.text-light{color:#f2f1f1!important}
.text-dark{color:#262626!important}
.text-black{color:#0e0e0e!important}
.text-white{color:#fff!important}

.w-25{width:25%!important}
.w-15{width:15%!important}
.mb-0{margin-bottom:0!important}
.ml-0{margin-left:0!important}
.mt-1{margin-top:.25em!important}
.mb-1{margin-bottom:.25em!important}
.mt-2{margin-top:.5em!important}
.mr-2{margin-right:.5em!important}
.mb-2{margin-bottom:.5em!important}
.ml-2{margin-left:.5em!important}
.mt-3{margin-top:1em!important}
.mr-3{margin-right:1em!important}
.mb-3{margin-bottom:1em!important}
.mt-4,.my-4{margin-top:1.5em!important}
.mb-4,.my-4{margin-bottom:1.5em!important}
.mt-5,.my-5{margin-top:3em!important}
.mb-5,.my-5{margin-bottom:3em!important}
.my-6{margin-top:5em!important}
.mb-6,.my-6{margin-bottom:5em!important}
.px-0{padding-right:0!important;padding-left:0!important}
.px-1{padding-right:.25em!important;padding-left:.25em!important}
.p-2{padding:.5em!important}
.pt-2,.py-2{padding-top:.5em!important}
.pb-2,.py-2{padding-bottom:.5em!important}
.p-3{padding:1em!important}
.py-3{padding-top:1em!important}
.px-3{padding-right:1em!important}
.pb-3,.py-3{padding-bottom:1em!important}
.px-3{padding-left:1em!important}
.py-4{padding-top:1.5em!important}
.pb-4,.py-4{padding-bottom:1.5em!important}
.pt-5,.py-5{padding-top:3em!important}
.pb-5,.py-5{padding-bottom:3em!important}
.py-6{padding-top:5em!important;padding-bottom:5em!important}
.mx-n1{margin-right:-.25em!important;margin-left:-.25em!important}
.mt-n6{margin-top:-5em!important}
.mx-auto{margin-right:auto!important}
.ml-auto,.mx-auto{margin-left:auto!important}
@media (min-width:576px){.mb-sm-0{margin-bottom:0!important}}
@media (min-width:768px){.mt-md-0{margin-top:0!important}
.mb-md-0{margin-bottom:0!important}
.py-md-6{padding-top:5em!important;padding-bottom:5em!important}}
@media (min-width:992px){.mb-lg-0{margin-bottom:0!important}
.mt-lg-6{margin-top:5em!important}
.px-lg-0{padding-right:0!important;padding-left:0!important}
.py-lg-5{padding-top:3em!important}
.pr-lg-5{padding-right:3em!important}
.py-lg-5{padding-bottom:3em!important}
.pl-lg-5{padding-left:3em!important}
.pt-lg-6,.py-lg-6{padding-top:5em!important}
.pb-lg-6,.py-lg-6{padding-bottom:5em!important}
.mx-lg-n4{margin-right:-1.5em!important;margin-left:-1.5em!important}}
@media (min-width:1200px){.px-xl-4{padding-right:1.5em!important;padding-left:1.5em!important}}


