@import url(https://fonts.googleapis.com/css?family=Cinzel:500,600);@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700);/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media all and (max-width: 1499px) {
  header#top nav {
    font-size: 1em !important;
  }
}

@media all and (max-width: 1199px) {
  body {
    font-size: 12px !important;
  }
  div#nav-mobile {
    display: block !important;
  }
  div#nav-desktop {
    display: none !important;
  }
  #whistle {
    display: none !important;
  }
  footer#bottom nav li.parent {
    float: inherit !important;
    width: 100% !important;
    margin-top: 1em !important;
    text-align: center !important;
  }
  aside#sign form input {
    display: block-inline !important;
    width: 200px !important;
    margin: 10px !important;
  }
}

@media all and (max-width: 991px) {
  body {
    font-size: 12px !important;
  }
  div#nav-mobile {
    display: block !important;
  }
  div#nav-desktop {
    display: none !important;
  }
  #whistle {
    display: none !important;
  }
  footer#bottom nav li.parent {
    float: inherit !important;
    width: 100% !important;
    margin-top: 1em !important;
    text-align: center !important;
  }
  aside#sign form input {
    display: block-inline !important;
    width: 200px !important;
    margin: 10px !important;
  }
}

@media all and (max-width: 768px) {
  body {
    font-size: 12px !important;
  }
  div#nav-mobile {
    display: block !important;
  }
  div#nav-desktop {
    display: none !important;
  }
  #whistle {
    display: none !important;
  }
  footer#bottom nav li.parent {
    float: inherit !important;
    width: 100% !important;
    margin-top: 1em !important;
    text-align: center !important;
  }
  aside#sign form input {
    display: block-inline !important;
    width: 200px !important;
    margin: 10px !important;
  }
}

@media all and (max-width: 575px) {
  body {
    font-size: 12px !important;
  }
  div#nav-mobile {
    display: block !important;
  }
  div#nav-desktop {
    display: none !important;
  }
  #whistle {
    display: none !important;
  }
  footer#bottom nav li.parent {
    float: inherit !important;
    width: 100% !important;
    margin-top: 1em !important;
    text-align: center !important;
  }
  aside#sign form input {
    display: block-inline !important;
    width: 200px !important;
    margin: 10px !important;
  }
  aside#splash div#extras {
    border-radius: 0 !important;
  }
  aside#splash div#extras a.button {
    margin-bottom: 3em !important;
  }
}

div#nav-mobile {
  font-family: "Libre Baskerville", serif;
  display: none;
  background: #be1e2d;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

div#nav-mobile input#toggle {
  display: none;
}

div#nav-mobile label {
  display: block;
  font-size: 2em;
  line-height: 1;
  padding: 10px 20px;
  margin: 0;
  text-align: right;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
}

div#nav-mobile label:after {
  content: "\2261";
}

div#nav-mobile div#menu {
  display: none;
}

div#nav-mobile div#menu nav {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0;
  padding: 0;
}

div#nav-mobile div#menu nav ul {
  margin: 0;
  padding: 0;
}

div#nav-mobile div#menu nav ul li {
  display: block;
  list-style-type: none;
  text-align: left;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}

div#nav-mobile div#menu nav ul li.nomobile {
  display: none;
}

div#nav-mobile div#menu nav ul li a {
  display: block !important;
  width: 100%;
  text-decoration: none;
  margin: 0;
  padding: 10px 20px;
  text-align: left !important;
  border: none !important;
  font-weight: 900;
  color: white;
}

div#nav-mobile div#menu nav ul li a:hover {
  background: #9e9e9e;
}

div#nav-mobile div#menu nav ul li a i {
  display: none;
}

div#nav-mobile div#menu nav ul li ul {
  font-size: .8em;
}

div#nav-mobile div#menu nav ul li ul li {
  float: none;
  width: 100%;
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

div#nav-mobile div#menu nav ul li ul li a {
  color: rgba(255, 255, 255, 0.75);
  padding-left: 2em;
  font-weight: normal;
}

input#toggle:checked ~ div#menu {
  display: block !important;
}

body {
  font-size: 14px;
  font-family: "Libre Baskerville", serif;
  -webkit-text-size-adjust: none;
  color: #212121;
}

#cover {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: white;
  z-index: 9999;
}

a {
  color: #be1e2d;
}

a:hover {
  color: #e51c23;
}

h1, h2, h3, h4 {
  color: #212121;
}

h1.fancy, h2.fancy, h3.fancy, h4.fancy {
  font-family: "Cinzel", serif;
}

p, li {
  line-height: 1.7;
}

.row img {
  max-width: 100%;
  height: auto;
}

.pad {
  padding: 0 20px;
}

div.clear {
  clear: both;
  height: 1px;
}

header#top {
  line-height: 1 !important;
  font-family: "Cinzel", serif;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  font-size: 16px;
}

header#top hgroup {
  margin: 2em 0 0;
}

header#top div#nav-desktop nav {
  margin: 60px 0;
  font-size: 1.25em;
}

header#top div#nav-desktop nav ul {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  text-align: right;
}

header#top div#nav-desktop nav ul li {
  position: relative;
  z-index: 2;
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

header#top div#nav-desktop nav ul li a {
  padding: 2em 1em;
  color: #212121;
  text-decoration: none;
}

header#top div#nav-desktop nav ul li a:hover {
  color: #9e9e9e;
}

header#top div#nav-desktop nav ul li a i.ss-navigatedown {
  font-size: .5em;
  margin-right: 5px;
  color: #be1e2d;
}

header#top div#nav-desktop nav ul li a.first {
  margin-left: 1em;
}

header#top div#nav-desktop nav ul li a.icon {
  padding: 2em .25em;
  vertical-align: middle;
  font-size: 1.25em;
  color: #be1e2d;
}

header#top div#nav-desktop nav ul li a.icon:hover {
  color: #e51c23;
}

header#top div#nav-desktop nav ul li ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  padding: .5em 1em 1em 1em;
  margin: 0;
  text-align: left;
  width: 150px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

header#top div#nav-desktop nav ul li ul li {
  display: block;
  padding: 0;
  margin: 0;
  font-size: .7em;
}

header#top div#nav-desktop nav ul li ul li a {
  padding: .7em;
  display: block;
  color: #b0120a;
  border-bottom: 1px solid #e0e0e0;
}

header#top div#nav-desktop nav ul li ul li a:hover {
  color: #212121;
  background: whitesmoke;
}

header#top div#nav-desktop nav ul li:hover > ul {
  display: block;
}

header#top div#whistle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

header#top div#whistle a {
  color: white;
  text-transform: uppercase;
  font-size: .8em;
  background: #be1e2d;
  padding: .5em 1em;
  line-height: 1;
  display: block;
  text-decoration: none;
  border-bottom-left-radius: 7px;
}

header#top div#whistle a:hover {
  background: #e51c23;
}

aside#splash {
  background: url("../img/background.jpg") center center no-repeat #be1e2d;
  background-size: cover;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  padding: 100px 0;
  color: #eeeeee;
  text-align: center;
  font-family: "Libre Baskerville", serif;
}

aside#splash p {
  font-size: 1.5em;
  color: #fde0dc;
}

aside#splash p strong {
  font-family: "Cinzel", serif;
  display: block;
  font-size: 1.5em;
  color: white;
  margin-bottom: .5em;
}

aside#splash div#extras {
  margin-top: 80px;
  margin-bottom: -150px;
  background: white;
  border-radius: 3px;
  text-shadow: none;
  padding: 40px 20px 20px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

aside#splash div#extras i {
  display: none;
  font-size: 3em;
  color: #e0e0e0;
  margin-bottom: 10px;
}

aside#splash div#extras h1 {
  font-size: 1.2em;
  margin: 0;
  font-family: "Cinzel", serif;
  color: #be1e2d;
}

aside#splash div#extras p {
  font-size: 1em;
  color: #616161;
  margin: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}

aside#splash div#extras a.button {
  display: inline-block;
  background: #be1e2d;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  text-decoration: none;
  padding: 1em 2em;
  border-radius: 3px;
  font-size: .8em;
  margin-bottom: 2em;
}

aside#splash div#extras a.button:hover {
  background: #be1e2d;
}

aside#sign {
  background: #eceff1;
  margin-bottom: 100px;
  padding: 100px 0 50px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
}

aside#sign h1 {
  margin: 0;
  font-size: 1.2em;
  color: #1C255E;
  font-family: "Cinzel", serif;
}

aside#sign p {
  color: #2b3990;
}

aside#sign form input[type=text] {
  display: inline;
  margin: 0 10px 0 0;
  width: 100px;
  color: #2b3990;
  border-color: #2b3990;
}

aside#sign form input[type=text]#email {
  width: 200px;
}

aside#sign form input[type=submit] {
  display: inline;
  background: #2b3990;
}

aside#sign form input[type=submit]:hover {
  background: #2b3990;
}

section#middle {
  padding: 100px 0;
}

section#middle h1 {
  font-family: "Cinzel", serif;
  color: #2b3990;
  font-weight: normal;
}

section#middle p.attention {
  margin-bottom: 2em;
  border: 1px solid #be1e2d;
  padding: 2em;
  border-radius: 4px;
  color: #be1e2d;
  text-align: center;
}

section#middle p.attention b {
  display: block;
  font-size: 1.1em;
}

section#middle div.hr {
  margin: 50px 0;
  height: 1px;
  background: #e0e0e0;
}

section#middle div.space {
  height: 100px;
}

section#middle div.small_space {
  height: 2em;
}

section#middle div#error {
  text-align: center;
}

section#middle div#error p {
  font-size: 1.5em;
}

section#middle div#error p strong {
  font-size: 1.5em;
  color: #be1e2d;
  display: block;
}

section#middle div.photo {
  margin-bottom: 1em;
  padding: 3px;
  background: white;
  border-radius: 2px;
  border: 1px solid #be1e2d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

section#middle div.photo img {
  display: block;
  width: 100%;
}

section#middle article {
  line-height: 1.5;
}

section#middle article h1 {
  margin: 0;
  padding: 0;
}

section#middle article hr {
  height: 1px;
  background: #e0e0e0;
  border: none;
  margin: 50px 0;
}

section#middle article p, section#middle article li {
  font-family: "Libre Baskerville", serif;
  font-size: 1.1em;
}

section#middle article blockquote {
  margin-left: 0;
  border-left: 2px solid #e0e0e0;
  padding-left: 2em;
}

section#middle article iframe {
  width: 100%;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

section#middle article span.author {
  color: #9e9e9e;
  font-size: .9em;
  margin: 1em 0;
  text-transform: uppercase;
  display: block;
}

section#middle article ul.tags {
  margin: 1em 0;
  padding: 0;
}

section#middle article ul.tags li {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0;
}

section#middle article ul.tags li strong {
  font-size: .7em;
  font-weight: 900 !important;
  text-transform: uppercase;
  padding: 0 1em;
  color: black;
}

section#middle article ul.tags li a {
  display: inline-block;
  font-size: .5em;
}

section#middle article div.share {
  margin-bottom: 2em;
}

section#middle article ul.coords {
  margin: 1em 0;
  padding: 0;
  color: #757575;
}

section#middle article ul.coords li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: 900;
  line-height: 2;
  font-size: .8em;
  text-transform: uppercase;
}

section#middle article ul.coords li i {
  vertical-align: middle;
  color: #e0e0e0;
  margin-right: 10px;
}

section#middle article ul.coords li a {
  color: #757575;
  text-decoration: none;
}

section#middle article ul.coords li a:hover {
  color: #424242;
}

section#middle div.list span.author {
  margin-top: 1em;
}

section#middle div.list h1 {
  margin: 0;
  font-weight: normal;
  font-size: 1.5em;
}

section#middle div.list h1 a {
  font-weight: 900;
  color: #be1e2d;
}

section#middle div.list h1 a:hover {
  color: #e51c23;
}

section#middle div.list p, section#middle div.list li {
  font-size: 1em;
}

section#middle div.paginator ul {
  margin: .5em 0;
  padding: 0;
}

section#middle div.paginator ul li {
  margin: 0;
  padding: 1px;
  list-style-type: none;
  display: inline-block;
  text-align: center;
  line-height: 1.5 !important;
}

section#middle div.paginator ul li span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid black;
  color: black;
}

section#middle div.paginator ul li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: black;
  border: 1px solid black;
  text-decoration: none;
}

section#middle div.paginator ul li a:hover {
  background: black;
  color: white;
}

section#middle div.paginator ul li a.disabled {
  border-color: black;
  color: black;
}

section#middle div.paginator ul li a.disabled:hover {
  background: black;
  color: white;
}

footer#bottom {
  text-align: center;
  padding: 100px 0 200px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

footer#bottom p, footer#bottom li {
  line-height: 2;
  font-size: 1.1em;
}

footer#bottom p#disclaimer {
  margin: 100px 0;
  font-size: 1.2em;
}

footer#bottom a {
  text-decoration: none;
  color: #be1e2d;
}

footer#bottom a:hover {
  color: #e51c23;
}

footer#bottom nav {
  text-align: left;
}

footer#bottom nav .ss-navigatedown {
  display: none;
}

footer#bottom nav .nomobile {
  display: none;
}

footer#bottom nav ul {
  margin: 0;
  padding: 0;
}

footer#bottom nav ul li.parent {
  margin: 0;
  display: block;
  float: left;
  width: 25%;
  font-weight: 900;
}

footer#bottom nav ul li.parent.hidden {
  display: none;
}

footer#bottom nav ul li.parent a {
  margin: 0 20px 0 0;
  display: block;
  border-bottom: 1px solid #e0e0e0;
}

footer#bottom nav ul li.parent ul {
  font-size: .8em;
  margin: 0;
  padding: 0;
}

footer#bottom nav ul li.parent ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

footer#bottom nav ul li.parent ul li a {
  color: #424242;
}

footer#bottom nav ul li.parent ul li a:hover {
  color: #757575;
}

footer#bottom ul#social {
  font-size: 3em;
  margin: 1em 0;
  padding: 0;
}

footer#bottom ul#social li {
  list-style-type: none;
  display: inline;
  margin: 0;
}

footer#bottom ul#social li a {
  text-decoration: none;
}

form label {
  line-height: 1.5;
}

form * {
  outline: none;
}

form input, form textarea {
  display: block;
  width: 90%;
  margin-bottom: 1em;
  border-radius: 3px;
  padding: 1em 2em;
  border: 1px solid #be1e2d;
  color: #be1e2d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

form input[type=submit] {
  width: inherit;
  color: white;
  background: #be1e2d;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 900;
  padding: 1em 2em;
}

form div.alert {
  text-align: center;
  display: block;
  color: white;
  background: #90a4ae;
  border-radius: 7px;
  padding: 1em;
  font-size: .9em;
  margin-bottom: 2em;
}

form div.alert.green {
  background: #259b24;
}

form div.alert.red {
  background: #e51c23;
}

form div.alert ul {
  margin: 0;
  padding: 0;
}

form div.alert ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.heroicon-outline {
  fill: #757575;
}

.heroicon-component-fill {
  fill: white;
}

.heroicon-component-accent {
  fill: white;
}

.heroicon-shadows {
  fill: #e0e0e0;
  opacity: .4;
}
