.cf:before, main:before, .cf:after, main:after { content: ""; display: block; }

.cf:after, main:after { clear: both; }

.cf, main { zoom: 1; }

body { min-width: 320px; position: relative; min-width: 320px; background: #d9d9d9; color: #333; font-family: "Sanchez","Georgia", Times,serif; }

a { color: #9A2935; transition: all ease-in-out .125s; -moz-transition: all ease-in-out .125s; -o-transition: all ease-in-out .125s; -webkit-transition: all ease-in-out .125s; }
a:hover, a:active, a:focus { color: #c23443; }

h1, h2, h3, h4, h5, h6 { font-family: "Urbanist", "Helvetica", Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000; letter-spacing: .125em; margin-right: -.125em; font-weight: 700; }

h2 { font-size: 2em; }

h3 { font-size: 1.25em; }

h4 { font-size: 1em; }

h5 { font-size: .875em; }

h6 { font-size: .75em; }

hr { border: 0; height: 2px; margin: 3em auto; background: #9A2935; position: relative; width: 100%; max-width: 400px; }
hr:after { content: ""; display: block; background-image: url(cssimages/bullet.svg); background-size: 1.75em 1.75em; width: 1.75em; height: 1.75em; display: block; position: absolute; margin: auto; right: 0; top: 0; bottom: 0; left: 0; }

.specialname { font-family: "Urbanist", "Helvetica", Helvetica, Arial, sans-serif; word-spacing: -.4375em; }
.error header .specialname { text-transform: none; }
.specialname span.special { font-family: "Urbanist", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bolder; }

header { background: #FFF; padding: 1.5em 1.5em 2em; margin-bottom: 1em; }
header h2 { text-align: center; margin-top: .5em; font-size: 2.5em; }
header h1 { max-width: 175px; margin: 0 auto; width: 100%; }
header h1 a { background-image: url(cssimages/logo.svg); background-position: center top; background-repeat: no-repeat; background-size: 50px 50px; text-align: center; padding-top: 60px; text-transform: uppercase; font-size: 1.5em; display: block; text-decoration: none; }

main { padding: 1em 2em; text-align: center; }
.home main section { padding: 2em 1.5em; background: #FFF; margin-bottom: 1em; text-align: center; }
.home main section h3 { margin-bottom: .75em; }
.home main section ul li { margin-bottom: 1em; }

footer { text-align: center; margin-top: .5em; padding: 1.5em 1.5em 2em; }

@media only screen and (min-width: 800px) { main { max-width: 1200px; margin: 0 auto; }
  .flexbox .home main { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: wrap; -webkit-flex: wrap; -ms-flex: wrap; flex: wrap; }
  .home main section { width: 32%; float: left; margin-right: 2%; }
  .home main section:nth-child(3n+3) { margin-right: 0; }
  .flexbox .home main section { float: none; } }
