/*! normalize.css v8.0.0 | 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; }

/**
 * 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; }

html {
  font-family: 'Raleway', sans-serif;
  font-size: calc(1vw + 0.6rem);
  line-height: 1.6;
  letter-spacing: 1.2; }

@media screen and (min-width: 1600px) {
  html {
    font-size: 20px; } }
a {
  color: inherit;
  text-decoration: none; }

a:hover {
  color: #b31d3b;
  text-decoration: none; }

body {
  background-color: #1a2546; }

main {
  position: relative;
  background-color: white;
  width: 100vw;
  max-width: 1600px;
  overflow-x: hidden;
  margin: 2em auto; }

header {
  margin: 2em auto; }

footer {
  background-color: #6c7756;
  text-align: center;
  color: white;
  font-size: 0.75em; }
  footer .column {
    padding: 1em; }
  footer a {
    color: white;
    text-decoration: none; }
  footer a:hover {
    text-decoration: underline;
    color: white; }

section {
  margin: 2.5em 0.5em; }

h2,
h3,
h4,
h5 {
  text-align: center;
  color: #6c7756;
  font-weight: 300;
  margin: 0 auto;
  text-transform: uppercase; }

h1 {
  font-size: 4em;
  font-weight: 300;
  margin: 0 auto 0;
  color: #b31d3b;
  text-align: center; }

h2 {
  font-size: 1.5em;
  margin: 2em auto;
  color: #1a2546; }

h3 {
  font-size: 1em; }

h4 {
  font-size: 0.8em;
  margin: 0; }

h5 {
  font-size: 0.75em; }

h6 {
  font-size: 0.6em;
  font-weight: 800;
  text-align: left;
  margin-bottom: 0.25; }

.small {
  font-size: 60%; }

.medium {
  font-size: 80%; }

@media screen and (min-width: 800px) {
  .mobile-only {
    display: none; } }
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.column {
  flex-basis: 100%; }

.center {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto; }

@media screen and (min-width: 800px) {
  .column {
    flex: 1; }

  ._25 {
    flex: 15%; }

  ._30 {
    flex: 3; }

  ._40 {
    flex: 4; }

  ._55 {
    flex: 5.5; }

  ._20 {
    flex: 2; }

  ._75 {
    flex: 6; } }
.hero {
  background-image: url(/assets/base_images/hero.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .hero div {
    width: 100%;
    height: 70%;
    min-width: 800px;
    margin: auto; }

.post-list-item:hover {
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.post-list-item:first-child {
  border-color: #1a2546; }

.post-list-item:nth-child(2) {
  border-color: #f69c26; }

.post-list-item:nth-child(3) {
  border-color: #6c7756; }

.post-list-item:last-child {
  border-color: #b31d3b; }

.post-list-item {
  background-color: white;
  overflow: hidden;
  border: solid 3px;
  border-right: none;
  border-left: none;
  padding: 1%;
  margin: 1.2em 2em; }
  .post-list-item h6 {
    font-size: 1.2em;
    font-weight: 400;
    text-align: left;
    margin: 0 auto 0.25em; }
  .post-list-item a {
    text-decoration: none; }

.post-list-date {
  color: #b31d3b; }

@media screen and (min-width: 800px) {
  .post-list-item {
    background-color: white;
    overflow: hidden;
    border: solid 3px;
    border-top: none;
    border-bottom: none;
    border-left: solid;
    border-right: solid;
    margin: 0 1em;
    padding: 1%; } }
.closebtn {
  font-size: 5em;
  margin-bottom: 0em;
  margin-top: 0em;
  line-height: 1em; }

.desktopNav {
  display: none;
  margin-bottom: 0.5em; }

.desktopNav2 {
  font-size: 0.8em;
  margin-bottom: 1em; }

@media screen and (min-width: 800px) {
  .desktopNav {
    display: flex; }
    .desktopNav a {
      text-decoration: none; }
    .desktopNav span {
      font-size: 0.8em;
      padding: 0.5em 1em; }

  .mobileNav {
    display: none; } }
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 0;
  width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: #1a2546;
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  font-size: 1.25em; }

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  width: 100%;
  /* 100% width */
  text-align: center;
  /* Centered text/links */ }

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  color: white;
  display: block;
  /* Display block instead of inline */
  transition: 0.3s;
  /* Transition effects on hover (color) */
  top: 0;
  padding-top: 0.25em; }
  .overlay a:hover {
    color: #b31d3b; }

.mobileNav {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 0.25em;
  width: 100vw;
  color: white;
  background-color: #1a2546; }
  .mobileNav a {
    cursor: pointer; }

.mobileNav-link {
  font-size: 1.2em; }

.mobileNavHeader {
  color: #b31d3b;
  text-decoration: underline;
  margin-top: 0.5em; }

.about_dropdown {
  position: relative;
  display: inline-block; }

.about_dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  padding: 12px 16px;
  z-index: 1; }

.about_dropdown:hover .about_dropdown-content,
.about_dropdown:active .about_dropdown-content {
  display: block; }

.event_dropdown {
  position: relative;
  display: inline-block; }

.event_dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  padding: 12px 16px;
  z-index: 1; }

.event_dropdown:hover .event_dropdown-content,
.event_dropdown:active .event_dropdown-content {
  display: block; }

.content h2 {
  font-weight: 800;
  text-align: left;
  margin-bottom: 0.125em; }
.content_author {
  margin-bottom: 5em; }
.content_area {
  border-top: 3px solid #f69c26;
  max-width: 90%;
  margin: 0 auto; }
.content iframe {
  width: 100%;
  height: auto;
  padding: 20px 0; }

@media screen and (min-width: 800px) {
  .content_area {
    max-width: 75%; }
  .content iframe {
    height: 100%; } }
.month {
  margin: 0.25em auto; }

.event > .january ~ .january {
  display: none; }

.event > .january {
  display: inline-block;
  margin-top: 1em;
  background-color: #b31d3b;
  color: white; }

.event > .february ~ .february {
  display: none; }

.event > .february {
  display: inline-block;
  margin-top: 1em;
  background-color: #b31d3b;
  color: white; }

.event > .march ~ .march {
  display: none; }

.event > .march {
  display: inline-block;
  margin-top: 1em;
  background-color: #b31d3b;
  color: white; }

.event > .april ~ .april {
  display: none; }

.event > .april {
  display: inline-block;
  margin-top: 1em;
  background-color: #b31d3b;
  color: white; }

.event > .may ~ .may {
  display: none; }

.event > .may {
  display: inline-block;
  margin-top: 1em;
  background-color: #b31d3b;
  color: white; }

.event > .june ~ .june {
  display: none; }

.event > .june {
  display: inline-block;
  margin-top: 1em;
  background-color: #b31d3b;
  color: white; }

.event > .july ~ .july {
  display: none; }

.event > .july {
  display: inline-block;
  margin-top: 1em;
  background-color: #b31d3b;
  color: white; }

.event > .august ~ .august {
  display: none; }

.event > .august {
  display: inline-block;
  margin-top: 1em;
  background-color: #b31d3b;
  color: white; }

.event > .september ~ .september {
  display: none; }

.event > .september {
  display: inline-block;
  margin-top: 1em;
  background-color: #b31d3b;
  color: white; }

.event > .october:nth-child(n + 2) {
  display: none; }

.event > .october {
  display: inline-block;
  margin-top: 1em;
  background-color: #b31d3b;
  color: white; }

.event > .november ~ .november {
  display: none; }

.event > .november {
  display: inline-block;
  margin-top: 1em;
  background-color: #b31d3b;
  color: white; }

.event > .december ~ .december {
  display: none; }

.event > .december {
  display: inline-block;
  margin-top: 1em;
  background-color: #b31d3b;
  color: white; }

.event-list > .event-list-item:nth-child(n + 5) {
  display: none; }

.event-list-image {
  width: 100%; }

.event-list-speaker {
  font-size: 0.8em;
  text-transform: uppercase; }

.events-overivew {
  order: 0; }

.event {
  order: 1; }

.series {
  color: white; }

.RBF {
  background: rgba(246, 156, 38, 0.58); }

.series:hover {
  text-decoration: none; }

.seeMore {
  border: 1px solid #1a2546;
  background-color: #1a2546;
  color: white;
  padding: 0.25em 0.5em; }

.seeMore:hover {
  color: #1a2546;
  background-color: white;
  border: 1px solid #1a2546; }

@media screen and (min-width: 800px) {
  .events-overivew {
    padding-right: 1.5em; }

  .seeMore {
    display: none; } }
.blog-list-item:hover {
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.blog-list-item:first-child {
  border-color: #1a2546; }

.blog-list-item:nth-child(2) {
  border-color: #f69c26; }

.blog-list-item:nth-child(3) {
  border-color: #6c7756; }

.blog-list-item:last-child {
  border-color: #b31d3b; }

.blog-list-item {
  background-color: white;
  overflow: hidden;
  border: solid 3px;
  border-right: none;
  border-left: none;
  padding: 1%;
  margin: 1.2em 2em; }
  .blog-list-item h6 {
    font-size: 1.2em;
    font-weight: 400;
    text-align: left;
    margin: 0 auto 0.25em; }
  .blog-list-item a {
    text-decoration: none; }

.blog-list-date {
  color: #b31d3b; }

.splash {
  width: 100%; }

article h1 {
  font-size: 1.5em;
  font-weight: 800;
  margin: 2em auto;
  color: #1a2546;
  text-decoration: underline; }
article h2 {
  font-size: 1.25em; }
article img {
  width: 100%; }
article a {
  color: #b31d3b; }
  article a:hover {
    text-decoration: underline; }

blockquote {
  margin-left: 0;
  padding-left: 40px;
  border-left: solid 5px #6c7756;
  color: dimgray;
  font-style: italic;
  background-color: #f6f6f6; }

code {
  padding: 0.5em;
  background: #f6f6f6;
  display: flex;
  width: 100%;
  overflow-x: scroll; }

@media screen and (min-width: 800px) {
  article img {
    width: 70%;
    height: auto;
    margin: 0.5em 15%; } }
#mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px raleway, Arial, sans-serif;
  width: 100%; }
  #mc_embed_signup .email_form {
    margin-left: auto;
    width: 50%;
    border: 1px solid #1a2546;
    padding-left: 0.5em; }
  #mc_embed_signup .email_submit {
    margin-right: auto;
    background-color: #1a2546;
    color: white;
    border: 1px solid #1a2546;
    border-left: none;
    height: 2.5em; }
  #mc_embed_signup .email_submit:hover {
    color: #1a2546;
    background-color: white;
    border: 1px solid #1a2546;
    border-left: none; }

.social-icon {
  height: 1.5em;
  min-height: 25px;
  width: auto;
  margin-right: 0.25em; }
  .social-icon:hover {
    transform: scale(1.25); }

.share-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.75em; }
  .share-buttons a {
    display: flex;
    flex-wrap: nowrap;
    flex: none;
    padding: 0.5em 0.75em; }
    .share-buttons a i {
      display: none; }

._small {
  justify-content: flex-start;
  margin-top: 0; }
  ._small a {
    padding: 0.5em 0.25em; }
  ._small a:first-child {
    padding-left: 0; }
  ._small .social-icon {
    height: 1.5em;
    width: auto;
    margin-right: 0.25em; }
    ._small .social-icon:hover {
      transform: scale(1.25); }

@media screen and (min-width: 840px) {
  .share-buttons a i {
    display: inline-block; }

  .social-icon:hover {
    transform: scale(1); } }
.shopping-cart {
  cursor: pointer;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  display: flex;
  flex-direction: column; }
  .shopping-cart svg {
    margin: auto;
    width: 2em; }
  .shopping-cart span {
    margin: auto;
    font-size: 0.6em; }
  .shopping-cart:hover svg {
    fill: #b31d3b; }

.shop-content {
  max-width: 90%;
  margin: 0 auto 1em auto; }
  .shop-content .row {
    justify-content: space-around; }
.shop-product {
  display: flex;
  flex-direction: column;
  flex-basis: 0%;
  margin: 1.5em;
  margin-bottom: 1em; }
  .shop-product img {
    margin: 0 auto;
    width: 200px; }
    .shop-product img:hover {
      box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      transform: scale(1.02);
      transition: 0.2s; }
  .shop-product-info {
    display: flex;
    flex-direction: column; }
  .shop-product-price {
    margin: auto; }
  .shop-product-title {
    margin: auto;
    text-align: center; }
.shop-collections .row {
  justify-content: space-around; }
.shop-collections a {
  color: white;
  padding: 0.5em 2em;
  flex-basis: 100%;
  margin: auto;
  margin-bottom: 1em;
  text-align: center;
  font-style: italic; }
.shop-collections a:hover {
  transform: scale(1.01); }
.shop-collections a:nth-child(1) {
  background-color: #1a2546; }
.shop-collections a:nth-child(2) {
  background-color: #f69c26; }
.shop-collections a:nth-child(3) {
  background-color: #6c7756; }
.shop-collections a:nth-child(4) {
  background-color: #b31d3b; }
.shop-collections a:nth-child(1n + 4) {
  background-color: #1a2546; }
.shop-collections a:nth-child(2n + 4) {
  background-color: #f69c26; }
.shop-collections a:nth-child(3n + 4) {
  background-color: #6c7756; }
.shop-collections a:nth-child(4n + 4) {
  background-color: #b31d3b; }

@media screen and (min-width: 840px) {
  .shop-collections a {
    flex-basis: calc(100% / 4); } }
.shop-icon {
  margin-top: 1.5em; }
  .shop-icon a {
    border: 1px solid #1a2546;
    padding: 0.25em 0.5em; }
  .shop-icon a:hover {
    background-color: #b31d3b;
    color: white; }

@media screen and (min-width: 800px) {
  .shop-icon {
    margin-top: 0; } }
.product-content h2 {
  font-weight: 800;
  text-align: left;
  margin-bottom: 0.125em;
  margin-top: 0; }
.product-content h4 {
  text-align: left; }
.product-content_area {
  max-width: 90%;
  margin: 0 auto; }

.product-img {
  margin-bottom: auto;
  display: flex; }
  .product-img-container {
    padding-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
    width: 70%; }
  .product-img img {
    width: 100%;
    text-align: center;
    height: auto;
    margin-left: auto;
    margin-right: auto; }

.product-info {
  padding: 0 1em;
  padding-top: 1em;
  margin-bottom: auto; }

.buy-button {
  margin-top: 1em;
  border: 1px solid #1a2546;
  padding: 0.5em;
  background-color: white;
  color: #1a2546; }
  .buy-button .buy {
    padding: 0.5em; }
  .buy-button .price {
    padding: 0.5em; }

.buy-button-disabled {
  margin-top: 1em;
  padding: 0.5em;
  background-color: white;
  color: #1a2546;
  border: 1px solid #851d1d; }

.buy-button:hover {
  cursor: pointer;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: 0.1;
  background-color: #1a2546;
  color: white; }

.buy-button-disabled:hover {
  cursor: pointer;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: 0.1;
  color: white;
  background-color: #851d1d; }

.shop-home {
  border-top: 1px solid #b31d3b; }
  .shop-home .about {
    padding: 20px;
    max-width: 50rem;
    margin: auto;
    padding-bottom: 3em; }
  .shop-home h1 {
    font-size: 3em;
    margin: 1em auto; }

.divider {
  width: 5em;
  height: 3px;
  background-color: #1a2546;
  margin: auto; }

.collection h1 {
  font-size: 3em;
  margin: 1em auto; }
.collection-about {
  text-align: center; }
