/**
 * #SETTINGS
 */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,600,700");
@font-face {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/RobotoCondensed-Regular.eot");
  src: url("../fonts/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff"), url("../fonts/RobotoCondensed-Regular.ttf") format("truetype"), url("../fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular") format("svg");
}

@font-face {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/RobotoCondensed-Bold.eot");
  src: url("../fonts/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/RobotoCondensed-Bold.woff") format("woff"), url("../fonts/RobotoCondensed-Bold.ttf") format("truetype"), url("../fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold") format("svg");
}

@font-face {
  font-family: "FjallaOne";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/FjallaOne.eot");
  src: url("../fonts/FjallaOne.eot?#iefix") format("embedded-opentype"), url("../fonts/FjallaOne.woff2") format("woff2"), url("../fonts/FjallaOne.woff") format("woff"), url("../fonts/FjallaOne.ttf") format("truetype"), url("../fonts/FjallaOne.svg#FjallaOne") format("svg");
}

/**
 * #TOOLS
 */
/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Tools/_tools.animations.scss */
.fadeUp {
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  transition: opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}

/* line 7, /Users/zk/Desktop/AR/eric-church/src/sass/Tools/_tools.animations.scss */
.fadeUp.in-viewport {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

/**
 * #GENERIC
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
td,
th {
  padding: 0;
}

/* line 429, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_generic.normalize.scss */
* {
  box-sizing: border-box;
}

/**
 * #BASE
 */
/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_base.page.scss */
* {
  box-sizing: border-box;
}

/* line 5, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_base.page.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 13, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_base.page.scss */
html {
  font-size: 1em;
  line-height: 1.4;
}

/* line 18, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_base.page.scss */
body {
  background: #eeeeee;
}

/* line 22, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_base.page.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 27, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_base.page.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 32, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_base.page.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 41, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_base.page.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
*/
/* line 52, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_base.page.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 58, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_base.page.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 66, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_base.page.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_base.type.scss */
body {
  font-family: "Raleway", Arial, sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

/* line 7, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_base.type.scss */
h1 {
  margin-top: 0;
}

/* line 18, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_base.type.scss */
h4:first-of-type {
  margin-top: 0;
}

/* line 23, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_base.type.scss */
ul {
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0;
}

/* line 42, /Users/zk/Desktop/AR/eric-church/src/sass/Base/_base.type.scss */
a {
  text-decoration: none;
}

/**
 * #OBJECTS
 */
/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
main {
  min-height: -webkit-calc(100vh - 500px);
  min-height: calc(100vh - 500px);
}

/* line 6, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
.wrapper {
  margin: 0 auto 0;
  max-width: 1440px;
  position: relative;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  /* line 6, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .wrapper {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}

/* line 17, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
.wrapper--smaller {
  max-width: 1198px;
}

/* line 21, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
.wrapper--smallest {
  max-width: 954px;
}

/* line 25, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
.wrapper--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 29, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
.wrapper--between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  /* line 33, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .wrapper--desktop {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  /* line 39, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .wrapper--mobile-more {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 1024px) {
  /* line 45, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .wrapper--desktop-margin {
    margin: 162px auto 190px auto;
  }
}

@media screen and (max-width: 1023px) {
  /* line 51, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .wrapper--mobile-margin {
    margin-bottom: 80px;
  }
}

/* line 57, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
.wrapper--mobile-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1024px) {
  /* line 57, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .wrapper--mobile-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 1023px) {
  /* line 65, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .wrapper--mobile-col-rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* line 71, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
.wrapper--wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  /* line 75, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .wrapper--col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 1024px) {
  /* line 81, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .wrapper--end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

/* line 90, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 94, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
.flex-column--margin-bottom {
  margin-bottom: 120px;
}

@media screen and (min-width: 1024px) {
  /* line 94, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .flex-column--margin-bottom {
    margin-bottom: 180px;
  }
}

/* line 104, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1024px) {
  /* line 104, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 114, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
.flex-wrap-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1024px) {
  /* line 114, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .flex-wrap-alt {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 125, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
.form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1024px) {
  /* line 125, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .form-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 136, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
.presale-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1024px) {
  /* line 136, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .presale-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 600px;
    width: 100%;
  }
}

/* line 150, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
.holder {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 150, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .holder {
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}

/* line 163, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
.join-church {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  /* line 169, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .join-church header {
    padding-bottom: 36px;
    padding-top: 36px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 175, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .join-church::before {
    content: '';
    top: 0px;
    background-color: #3b3b3b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2px;
    -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
            transform: translateX(-40px);
    position: relative;
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
  }
}

@media screen and (max-width: 1023px) {
  /* line 188, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .join-church::after {
    content: '';
    bottom: 0px;
    background-color: #3b3b3b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2px;
    -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
            transform: translateX(-40px);
    position: relative;
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
  }
}

@media screen and (min-width: 1024px) {
  /* line 163, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .join-church {
    margin-bottom: 75px;
    padding-bottom: 80px;
  }
}

/* line 208, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
.discography {
  margin-top: 36px;
}

@media screen and (min-width: 1024px) {
  /* line 208, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .discography {
    margin-top: 120px;
  }
}

/* line 217, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
.promotion + article {
  overflow-x: hidden;
}

/* line 222, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
.not-found {
  position: relative;
}

@media screen and (max-width: 1023px) {
  /* line 222, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .not-found {
    height: 100vh;
  }
  /* line 228, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .not-found .wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  /* line 222, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .not-found {
    margin-top: 195px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 238, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .not-found__content {
    margin-right: auto;
    margin-left: auto;
    width: 69.33333vw;
  }
}

@media screen and (max-width: 1023px) {
  /* line 248, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.wrappers.scss */
  .church-choir {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.lists.scss */
.inline-list {
  font-size: 0;
  margin: 0;
  list-style: none;
  padding: 0;
}

/* line 7, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.lists.scss */
.inline-list__item {
  display: inline-block;
  vertical-align: top;
}

/* line 13, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.lists.scss */
.unstyled-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 19, /Users/zk/Desktop/AR/eric-church/src/sass/Objects/_objects.lists.scss */
.bulleted-list {
  list-style-type: disc;
  margin: 0;
  padding-left: 15px;
}

/**
 * #COMPONENTS
 */
/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.scss */
.white {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  /* line 6, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.scss */
  .white--mobile {
    background-color: unset;
  }
}

/* line 12, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.scss */
.white--desktop {
  background-color: unset;
}

@media screen and (min-width: 1024px) {
  /* line 12, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.scss */
  .white--desktop {
    background-color: #ffffff;
  }
}

@media screen and (min-width: 1024px) {
  /* line 23, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.scss */
  .border-grey {
    border: 2px solid #3b3b3b;
  }
}

@media screen and (max-width: 1023px) {
  /* line 29, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.scss */
  .border-grey-mobile {
    border: 2px solid #3b3b3b;
  }
}

@media screen and (min-width: 1024px) {
  /* line 36, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.scss */
  .border {
    border-bottom: 3px solid #3b3b3b;
    border-top: 3px solid #3b3b3b;
  }
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title {
  margin: 0px;
}

/* line 4, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--grey {
  color: #3b3b3b;
}

/* line 8, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--red {
  color: #7e3532;
}

/* line 12, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--big {
  font: 400 30px/1.2 "FjallaOne", Arial, sans-serif;
  letter-spacing: -1.5px;
  margin-right: auto;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

@media screen and (min-width: 1024px) {
  /* line 12, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
  .title--big {
    font: 400 48px/1.2 "FjallaOne", Arial, sans-serif;
    letter-spacing: -3px;
  }
}

/* line 24, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--big-alt {
  font: 700 26px/28px "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 8px;
  margin-top: 2px;
}

/* line 30, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--small {
  font: 400 18px/1 "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 14px;
}

/* line 39, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--small-alt {
  font: 400 18px/28px "Roboto Condensed", Arial, sans-serif;
}

/* line 43, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--smallest {
  font: 400 14px/1 "Roboto Condensed", Arial, sans-serif;
}

/* line 49, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--medium {
  font: 400 20px/1.2 "FjallaOne", Arial, sans-serif;
}

@media screen and (min-width: 1024px) {
  /* line 49, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
  .title--medium {
    font: 400 20px/1.2 "FjallaOne", Arial, sans-serif;
  }
}

/* line 57, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--medium-alt {
  font: 400 22px/28px "Roboto Condensed", Arial, sans-serif;
}

/* line 61, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--small-bold {
  font: 700 16px/24px "Roboto Condensed", Arial, sans-serif;
  margin-top: 4px;
}

@media screen and (min-width: 1024px) {
  /* line 61, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
  .title--small-bold {
    font: 700 20px/28px "Roboto Condensed", Arial, sans-serif;
    margin-top: 10px;
  }
}

/* line 70, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--small-bold + p {
  margin-top: 0px;
}

/* line 75, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--admin {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 79, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--admin span {
  border: 1px solid #3b3b3b;
  background-color: #ffffff;
  color: #7e3532;
  font: 400 14px/1 "FjallaOne", Arial, sans-serif;
  padding: 5px 11.5px;
  margin-left: 8px;
  text-transform: uppercase;
}

/* line 90, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--section {
  font: 400 30px/1.2 "FjallaOne", Arial, sans-serif;
}

@media screen and (min-width: 1024px) {
  /* line 90, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
  .title--section {
    font: 400 36px/1.2 "FjallaOne", Arial, sans-serif;
  }
}

/* line 98, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--video {
  font: 400 22px/26px "FjallaOne", Arial, sans-serif;
  padding-top: 18px;
}

@media screen and (min-width: 1024px) {
  /* line 98, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
  .title--video {
    font: 400 26px/30px "FjallaOne", Arial, sans-serif;
    padding-top: 16px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 108, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
  .title--video br {
    display: none;
  }
}

/* line 117, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--video {
  font: 400 22px/26px "FjallaOne", Arial, sans-serif;
  padding-top: 18px;
}

@media screen and (min-width: 1024px) {
  /* line 117, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
  .title--video {
    font: 400 26px/30px "FjallaOne", Arial, sans-serif;
    padding-top: 16px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 127, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
  .title--video br {
    display: none;
  }
}

/* line 137, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--news {
  font: 400 30px/40px "FjallaOne", Arial, sans-serif;
  letter-spacing: -1.5px;
  padding-top: 11px;
}

@media screen and (min-width: 1024px) {
  /* line 137, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
  .title--news {
    font: 400 30px/40px "FjallaOne", Arial, sans-serif;
    letter-spacing: -1.5px;
    padding-top: 16px;
  }
}

/* line 149, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--date {
  font: 400 18px/1 "Roboto Condensed", Arial, sans-serif;
  padding-top: 20px;
}

@media screen and (min-width: 1024px) {
  /* line 149, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
  .title--date {
    font: 400 18px/1 "Roboto Condensed", Arial, sans-serif;
    padding-top: 25px;
  }
}

/* line 159, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--uppercase {
  text-transform: uppercase;
}

/* line 163, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

/* line 169, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--profile {
  font: 700 20px/24px "Roboto Condensed", Arial, sans-serif;
}

@media screen and (min-width: 1024px) {
  /* line 169, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
  .title--profile {
    font: 700 24px/28px "Roboto Condensed", Arial, sans-serif;
    padding-bottom: 11px;
  }
}

/* line 178, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--profile--big {
  font: 700 24px/30px "Roboto Condensed", Arial, sans-serif;
}

/* line 182, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--profile-biger {
  font: 400 30px/1.2 "FjallaOne", Arial, sans-serif;
}

@media screen and (min-width: 1024px) {
  /* line 186, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
  .title--profile-left {
    padding-left: 8px;
  }
}

/* line 192, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--profile-smaller {
  font: 400 16px/24px "Roboto Condensed", Arial, sans-serif;
}

@media screen and (min-width: 1024px) {
  /* line 192, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
  .title--profile-smaller {
    font: 400 18px/24px "Roboto Condensed", Arial, sans-serif;
  }
}

/* line 199, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--profile-smaller span {
  font-weight: 700;
}

/* line 205, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--padding-zero {
  padding: 0px;
}

/* line 210, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--profile-small {
  font: 400 18px/24px "Roboto Condensed", Arial, sans-serif;
}

/* line 215, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--presale-big {
  font: 700 20px/24px "Roboto", Arial, sans-serif;
  padding-right: 20px;
}

/* line 220, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--presale-medium {
  font: 400 18px/24px "Roboto", Arial, sans-serif;
}

@media screen and (min-width: 1024px) {
  /* line 224, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
  .title--presale-width {
    width: 50%;
  }
}

/* line 231, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--meet-greet {
  font: 700 24px/30px "Roboto", Arial, sans-serif;
  padding-top: 13px;
}

/* line 236, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--bold {
  font-weight: 700;
}

/* line 240, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--price {
  font: 400 30px/1.2 "FjallaOne", Arial, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  margin-top: auto;
}

/* line 246, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--price span {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  font: 400 16px/1.2 "FjallaOne", Arial, sans-serif;
  padding-bottom: 3px;
}

/* line 253, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--album {
  font: 400 30px/40px "Roboto Condensed", Arial, sans-serif;
}

@media screen and (min-width: 1024px) {
  /* line 253, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
  .title--album {
    font: 400 40px/50px "Roboto Condensed", Arial, sans-serif;
    margin-top: 20px;
  }
}

/* line 262, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--discography {
  color: #ffffff;
  font: 400 30px/1.2 "FjallaOne", Arial, sans-serif;
}

@media screen and (min-width: 1024px) {
  /* line 262, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
  .title--discography {
    font: 400 36px/1.2 "FjallaOne", Arial, sans-serif;
  }
}

/* line 270, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--discography + p {
  font: 400 16px/20px "Roboto Condensed", Arial, sans-serif;
  color: #ffffff;
  margin-top: 4px;
}

@media screen and (min-width: 1024px) {
  /* line 270, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
  .title--discography + p {
    font: 400 20px/24px "Roboto Condensed", Arial, sans-serif;
    max-width: 540px;
    margin-top: 8px;
  }
}

/* line 285, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--discography-item {
  color: #3b3b3b;
  font: 400 26px/28px "FjallaOne", Arial, sans-serif;
  margin-top: 18px;
}

/* line 292, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--404 {
  font: 400 120px/1 "FjallaOne", Arial, sans-serif;
}

@media screen and (min-width: 1024px) {
  /* line 292, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
  .title--404 {
    font: 400 180px/1 "FjallaOne", Arial, sans-serif;
  }
}

/* line 299, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
.title--404 + p {
  font: 400 20px/26px "Roboto Condensed", Arial, sans-serif;
  color: #7e3532;
}

@media screen and (min-width: 1024px) {
  /* line 299, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.titles.scss */
  .title--404 + p {
    font: 400 20px/28px "Roboto Condensed", Arial, sans-serif;
    max-width: 470px;
  }
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
.link {
  color: #7e3532;
  font: 400 16px/28px "Roboto", Arial, sans-serif;
  text-decoration: none;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}

/* line 9, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
.link--underline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 2px solid #7e3532;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

/* line 16, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
.link--underline-inline {
  border-bottom: 1px solid #7e3532;
}

/* line 20, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
.link--login {
  margin: 0px auto;
}

@media screen and (min-width: 1024px) {
  /* line 20, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
  .link--login {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0px;
  }
}

/* line 29, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
.link--center {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

/* line 35, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
.link--grey {
  color: #3b3b3b;
  border-color: #3b3b3b;
}

/* line 40, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
.link--section {
  margin-top: 60px;
}

@media screen and (min-width: 1024px) {
  /* line 40, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
  .link--section {
    display: none !important;
  }
}

/* line 48, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
.link--wrapper {
  height: 100%;
  position: absolute;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 55, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
.link--small {
  font: 400 18px/1 "Roboto Condensed", Arial, sans-serif;
  height: auto;
  margin-top: 8px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  /* line 55, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
  .link--small {
    margin-bottom: 0px;
    margin-top: 20px;
  }
}

/* line 67, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
.link--medium {
  font: 400 16px/1.1 "Roboto Condensed", Arial, sans-serif;
}

@media screen and (min-width: 1024px) {
  /* line 67, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
  .link--medium {
    font: 400 18px/1.1 "Roboto Condensed", Arial, sans-serif;
  }
}

/* line 75, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
.link--end {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
}

/* line 81, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
.link--alt {
  border-bottom: 1px solid #3b3b3b;
  color: #3b3b3b;
}

@media screen and (min-width: 1024px) {
  /* line 81, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
  .link--alt {
    border-bottom: 2px solid #3b3b3b;
    color: #3b3b3b;
  }
}

/* line 91, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
.link--home {
  border-bottom: 2px solid #3b3b3b;
  line-height: 22px;
  margin-top: 44px;
}

@media screen and (min-width: 1024px) {
  /* line 91, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
  .link--home {
    margin-top: 26px;
  }
}

/* line 101, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
.link--center {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

/* line 108, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
.link--center-alt {
  display: inline-block;
  height: auto;
  left: 50%;
  position: relative;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

@media screen and (max-width: 1023px) {
  /* line 116, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.links.scss */
  .link--all {
    display: none;
  }
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.buttons.scss */
.btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  box-shadow: none;
  color: #3b3b3b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font: 400 18px/28px "Roboto Condensed", Arial, sans-serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  position: relative;
  outline: none;
  z-index: 9;
}

/* line 17, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.buttons.scss */
.btn--border {
  border: 2px solid #3b3b3b;
}

/* line 21, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.buttons.scss */
.btn--capitalised {
  text-transform: uppercase;
}

/* line 25, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.buttons.scss */
.btn--small {
  height: 40px;
  width: 120px;
}

/* line 30, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.buttons.scss */
.btn--medium {
  height: 40px;
  width: 130px;
}

/* line 35, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.buttons.scss */
.btn--big {
  height: 40px;
  width: 170px;
}

/* line 40, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.buttons.scss */
.btn--red {
  border: 2px solid #7e3532;
}

/* line 44, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.buttons.scss */
.btn--center-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  /* line 51, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.buttons.scss */
  .btn--right-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 0px;
  }
}

/* line 61, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.buttons.scss */
.btn--margin-profile {
  margin-top: 40px;
}

@media screen and (min-width: 1024px) {
  /* line 61, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.buttons.scss */
  .btn--margin-profile {
    margin-top: 28px;
  }
}

/* line 70, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.buttons.scss */
.btn--bold {
  font-weight: 700;
}

/* line 75, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.buttons.scss */
.btn--span-red span {
  color: #7e3532;
}

/* line 81, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.buttons.scss */
.btn--span-bold span {
  font-weight: 700;
}

/* line 86, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.buttons.scss */
.btn--back-white {
  background-color: #ffffff;
}

/* line 90, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.buttons.scss */
.btn--custom {
  border-bottom: 2px solid #231f20;
  border-right: 2px solid #231f20;
  border-left: 2px solid #bc1d1d;
  border-top: 2px solid #bc1d1d;
  font: 400 24px/28px "FjallaOne", Arial, sans-serif;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  width: 160px;
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form {
  margin: 0px auto 80px auto;
  padding-bottom: 45px;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
  .form {
    padding-bottom: 0px;
    margin: 0px auto 55px auto;
    max-width: 834px;
  }
}

/* line 11, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form--auth {
  margin-bottom: 0;
  max-width: 400px;
  padding: 0;
}

/* line 17, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form--alt {
  margin: 0px auto 0px auto;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 17, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
  .form--alt {
    margin: 0px auto 36px auto;
    max-width: unset;
  }
}

/* line 26, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form--alt .edit-details {
  margin-top: 0px;
}

@media screen and (min-width: 1024px) {
  /* line 26, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
  .form--alt .edit-details {
    margin: 33px auto 0px auto;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}

/* line 36, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .membership-details {
  margin-top: 52px;
}

@media screen and (min-width: 1024px) {
  /* line 36, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
  .form .membership-details {
    margin-top: 74px;
  }
}

/* line 44, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .personal-details {
  margin-top: 56px;
}

@media screen and (min-width: 1024px) {
  /* line 44, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
  .form .personal-details {
    margin-top: 76px;
  }
}

/* line 52, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .payment-details {
  margin-top: 42px;
}

@media screen and (min-width: 1024px) {
  /* line 52, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
  .form .payment-details {
    margin-top: 52px;
  }
}

/* line 60, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .personal-details .title,
.form .payment-details .title {
  padding-bottom: 17px;
}

/* line 66, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .options .single {
  border: 2px solid #3b3b3b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 186px;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 1023px) {
  /* line 66, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
  .form .options .single {
    height: 100%;
    padding: 16px 25px 0px 20px;
    width: -webkit-calc(100%);
    width: calc(100%);
  }
}

/* line 80, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .options .single:not(:last-child) {
  margin-bottom: 10px;
  margin-top: 17px;
}

@media screen and (min-width: 1024px) {
  /* line 80, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
  .form .options .single:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* line 89, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .options .single--checked {
  -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}

/* line 94, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .options .single__radio {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-top: 20px;
}

@media screen and (min-width: 1024px) {
  /* line 94, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
  .form .options .single__radio {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 35px 45px;
    margin-top: 0px;
    width: 105px;
  }
}

/* line 107, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .options .single__radio input {
  position: absolute;
  left: -9999px;
}

/* line 113, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .options .single__radio input:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* line 121, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .options .single__radio label {
  font-size: 0px;
  color: #7e3532;
  position: relative;
  padding-left: 32px;
  top: -13px;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  /* line 121, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
  .form .options .single__radio label {
    font-size: 0px;
    top: -30.5px;
  }
}

/* line 135, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .options .single__radio label::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -7px;
  width: 34px;
  height: 34px;
  border: 2px solid #3b3b3b;
  border-radius: 100%;
  background: transparent;
}

@media screen and (min-width: 1024px) {
  /* line 135, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
  .form .options .single__radio label::before {
    height: 56px;
    top: unset;
    width: 56px;
  }
}

/* line 154, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .options .single__radio label::after {
  content: "";
  opacity: 0;
  width: 19px;
  height: 19px;
  background: #7e3532;
  position: absolute;
  top: 2.5px;
  left: -12.5px;
  border-radius: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 154, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
  .form .options .single__radio label::after {
    width: 30px;
    height: 30px;
    top: 15.5px;
    left: -7px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 176, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
  .form .options .single__details {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 35px 45px;
    width: -webkit-calc(100% - 105px);
    width: calc(100% - 105px);
  }
}

@media screen and (max-width: 1023px) {
  /* line 176, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
  .form .options .single__details {
    display: block;
  }
}

/* line 191, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .options .single__details__type {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 191, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
  .form .options .single__details__type {
    width: 180px;
  }
}

/* line 201, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .options .single__details__text p {
  font: 400 16px/24px "Roboto Condensed", Arial, sans-serif;
  margin-top: 6px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  /* line 201, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
  .form .options .single__details__text p {
    font: 400 18px/26px "Roboto Condensed", Arial, sans-serif;
    margin: 16px auto;
    max-width: 425px;
  }
}

/* line 219, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .group {
  margin-bottom: 10px;
  position: relative;
  width: -webkit-calc(100%);
  width: calc(100%);
}

@media screen and (min-width: 1024px) {
  /* line 219, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
  .form .group {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 219, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
  .form .group {
    width: -webkit-calc(50% - 13px);
    width: calc(50% - 13px);
  }
}

/* line 232, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .group--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* line 236, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .group--single:last-child {
  margin-bottom: 0px;
}

/* line 241, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .group__input, .form .group__textarea {
  border: none;
  border: 2px solid #3b3b3b;
  background-color: #ffffff;
  height: 90px;
  font: 400 20px/24px "Roboto Condensed", Arial, sans-serif;
  padding: 20px 20px 16px 20px;
  display: block;
  width: 100%;
}

/* line 252, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .group__input:focus, .form .group__textarea:focus {
  outline: none;
}

/* line 256, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .group__input:focus ~ label,
.form .group__input:valid + label, .form .group__textarea:focus ~ label,
.form .group__textarea:valid + label {
  bottom: 56px;
  font: 400 12px/24px "Roboto Condensed", Arial, sans-serif;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

/* line 264, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .group__textarea {
  border-bottom: 0px;
  resize: none;
  padding: 0px 0px 0px 20px;
}

/* line 270, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .group label {
  bottom: 30px;
  color: #7e3532;
  font: 400 20px/24px "Roboto Condensed", Arial, sans-serif;
  position: absolute;
  left: 22px;
}

/* line 278, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .group__single {
  position: relative;
  width: 100%;
}

/* line 282, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .group__single--wide {
  width: -webkit-calc(100% - 190px);
  width: calc(100% - 190px);
}

/* line 286, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .group__single--short {
  width: 95px;
}

/* line 291, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .group__single--border-left input {
  border-left: unset;
}

/* line 297, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .group__single--border-right input {
  border-right: unset;
}

/* line 303, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .group__single--border-none input {
  border-left: unset;
  border-right: unset;
}

/* line 311, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .group--big {
  border: 2px solid #3b3b3b;
  background-color: #ffffff;
  padding-top: 35px;
  padding-bottom: 15px;
  max-width: 100%;
}

/* line 328, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .group--big input,
.form .group--big textarea {
  border: none;
  height: 150px;
  max-width: 100%;
}

/* line 334, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .group--big input:focus ~ label,
.form .group--big input:valid + label,
.form .group--big textarea:focus ~ label,
.form .group--big textarea:valid + label {
  bottom: unset;
  top: 9px;
}

/* line 341, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .group--big textarea {
  height: 100px;
}

/* line 345, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form .group--big label {
  top: 33px;
}

/* line 351, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form__legal {
  margin: 20px auto 0;
  max-width: 510px;
  padding-left: 40px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  /* line 351, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
  .form__legal {
    margin-top: 50px;
  }
}

/* line 361, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form__legal__checkbox-label {
  color: #3b3b3b;
  font: 400 14px/1.4 "Roboto", Arial, sans-serif;
}

/* line 369, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form__legal__checkbox-label a {
  color: #7e3532;
  text-decoration: underline;
}

/* line 374, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form__legal__checkbox-label:before {
  background: url('../../assets/img/icon.tick.svg') no-repeat -2px -3px #ffffff;
  border: 2px solid #3b3b3b;
  display: block;
  content: "";
  height: 18px;
  left: 0px;
  position: absolute;
  top: 0;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  width: 18px;
  z-index: 2;
}

/* line 389, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form__legal__checkbox {
  left: 3px;
  position: absolute;
  z-index: 1;
}

/* line 394, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form__legal__checkbox:checked ~ label:before {
  background: url('../../assets/img/icon.tick.svg') no-repeat -2px -3px #7e3532;
}

/* line 401, /Users/zk/Desktop/AR/eric-church/src/sass/Components/_components.form.scss */
.form--auth .group {
  margin-bottom: 10px;
}

/**
 * Blocks
 */
/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.album.scss */
.album {
  margin-top: 50px;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.album.scss */
  .album {
    margin-top: 186px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 8, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.album.scss */
  .album__content {
    margin-bottom: 50px;
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  /* line 15, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.album.scss */
  .album__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 235px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 15, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.album.scss */
  .album__img {
    height: 470px;
    margin-right: 60px;
  }
}

/* line 27, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.album.scss */
.album__img img {
  height: 100%;
  width: auto;
}

/* line 33, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.album.scss */
.album .btn {
  letter-spacing: -1px;
}

/* line 36, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.album.scss */
.album .btn + .btn {
  margin-left: 10px;
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.article.scss */
.article {
  position: relative;
  margin-top: 160px;
  z-index: 9;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.article.scss */
  .article {
    margin-bottom: 80px;
    margin-top: 160px;
  }
}

/* line 12, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.article.scss */
.article .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (min-width: 1024px) {
  /* line 12, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.article.scss */
  .article .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 21, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.article.scss */
.article__content {
  margin: 18px 0 0 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 21, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.article.scss */
  .article__content {
    margin: 60px 50px 52px 180px;
  }
}

/* line 29, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.article.scss */
.article__content__video {
  height: auto;
  max-width: 100%;
  margin: 24px 0px 22px;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}

@media screen and (min-width: 1024px) {
  /* line 29, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.article.scss */
  .article__content__video {
    margin: 46px 0px;
  }
}

/* line 41, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.article.scss */
.article__content__video iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 59, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.article.scss */
.article__content__text p {
  font: 400 16px/24px "Roboto Condensed", Arial, sans-serif;
  margin-right: auto;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 59, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.article.scss */
  .article__content__text p {
    font: 400 20px/28px "Roboto Condensed", Arial, sans-serif;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
  }
}

/* line 69, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.article.scss */
.article__content__text p + p {
  margin-top: 22px;
}

@media screen and (min-width: 1024px) {
  /* line 69, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.article.scss */
  .article__content__text p + p {
    margin-top: 26px;
  }
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
.app {
  margin: 80px auto 0;
  max-width: 1440px;
  position: relative;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
  .app {
    margin: 110px auto 0;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}

/* line 14, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
.app__hero img {
  width: 100%;
}

/* line 19, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
.app__header {
  margin-bottom: 40px;
  margin-top: 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 19, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
  .app__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    margin-top: 30px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 19, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
  .app__header {
    margin-top: 80px;
  }
}

/* line 35, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
.app__header__title {
  color: #3b3b3b;
  font: 700 22px/1 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: -1.1px;
  margin-bottom: 40px;
  max-width: 450px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  /* line 35, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
  .app__header__title {
    font-size: 30px;
    letter-spacing: -1.5px;
    max-width: 100%;
    width: 450px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 35, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
  .app__header__title {
    font-size: 34px;
    letter-spacing: -1.7px;
    margin-bottom: 0;
    width: 550px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 35, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
  .app__header__title {
    font-size: 38px;
    letter-spacing: -1.9px;
    width: 710px;
  }
}

/* line 63, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
.app__header__title span {
  color: #7e3532;
}

/* line 68, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
.app__header__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  /* line 68, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
  .app__header__actions {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 467px;
    width: -webkit-calc(100% - 470px);
    width: calc(100% - 470px);
  }
}

@media screen and (min-width: 1024px) {
  /* line 68, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
  .app__header__actions {
    width: -webkit-calc(100% - 640px);
    width: calc(100% - 640px);
  }
}

@media screen and (min-width: 1200px) {
  /* line 68, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
  .app__header__actions {
    width: -webkit-calc(100% - 740px);
    width: calc(100% - 740px);
  }
}

/* line 86, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
.app__header__actions .app-button {
  max-height: 68px;
  max-width: 244px;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}

/* line 93, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
.app__header__actions .app-button--apple {
  margin-right: 10px;
  width: 160px;
}

@media screen and (min-width: 768px) {
  /* line 93, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
  .app__header__actions .app-button--apple {
    margin-right: 0;
    width: 214px;
  }
}

/* line 103, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
.app__header__actions .app-button--play {
  width: 178px;
}

@media screen and (min-width: 768px) {
  /* line 103, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
  .app__header__actions .app-button--play {
    width: 234px;
  }
}

/* line 111, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
.app__header__actions .app-button img {
  width: 100%;
}

/* line 118, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
.app__body {
  margin-bottom: 90px;
}

@media screen and (min-width: 1024px) {
  /* line 118, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
  .app__body {
    margin: 170px auto 180px;
    max-width: 840px;
  }
}

/* line 126, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
.app__body ul {
  list-style-type: none;
  margin-left: 20px;
}

@media screen and (min-width: 1024px) {
  /* line 126, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
  .app__body ul {
    margin: 0;
  }
}

/* line 134, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
.app__body ul li {
  color: #3b3b3b;
  font: 400 16px/1.4 "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  /* line 134, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
  .app__body ul li {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}

/* line 145, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
.app__body ul li span {
  position: relative;
}

/* line 148, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
.app__body ul li span:before {
  background: #7e3532;
  border-radius: 50%;
  content: "";
  display: block;
  height: 7px;
  left: -20px;
  position: absolute;
  top: 4px;
  width: 7px;
}

@media screen and (min-width: 1024px) {
  /* line 148, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.app.scss */
  .app__body ul li span:before {
    height: 8px;
    top: 4px;
    width: 8px;
  }
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.auth.scss */
.auth-container {
  background: #ffffff;
  border: 2px solid #ffffff;
  margin: 80px auto;
  max-width: 994px;
  padding: 20px 10px;
  position: relative;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.auth.scss */
  .auth-container {
    border: 2px solid #3b3b3b;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.auth.scss */
  .auth-container {
    margin-bottom: 180px;
    margin-top: 110px;
    padding: 40px;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}

/* line 23, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.auth.scss */
.auth-container__header {
  margin-bottom: 40px;
}

/* line 26, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.auth.scss */
.auth-container__header__title {
  color: #3b3b3b;
  font: 400 32px/1.6 "FjallaOne", Arial, sans-serif;
  letter-spacing: -0.8px;
  margin: 0 0 0px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  /* line 26, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.auth.scss */
  .auth-container__header__title {
    font-size: 50px;
    letter-spacing: -2.5px;
  }
}

/* line 40, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.auth.scss */
.auth-container__header p {
  color: #3b3b3b;
  font: 400 16px/1 "Roboto Condensed", Arial, sans-serif;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 40, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.auth.scss */
  .auth-container__header p {
    font-size: 18px;
  }
}

/* line 50, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.auth.scss */
.auth-container__header p a {
  color: #7e3532;
  text-decoration: underline;
}

/* line 58, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.auth.scss */
.auth-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 62, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.auth.scss */
.auth-actions a {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  color: #7e3532;
  font: 400 14px/1 "Roboto", Arial, sans-serif;
  text-decoration: underline;
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
.chief-cares {
  margin-top: 80px;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
  .chief-cares {
    margin-top: 110px;
  }
}

/* line 8, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
.chief-cares__primary {
  background: #ffffff;
  border: 2px solid #3b3b3b;
  margin: 0 auto;
  max-width: 994px;
  padding: 20px 10px;
  position: relative;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  /* line 8, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
  .chief-cares__primary {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}

@media screen and (min-width: 1024px) {
  /* line 8, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
  .chief-cares__primary {
    padding: 40px;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}

/* line 27, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
.chief-cares__primary__inner {
  margin: 0 auto;
  max-width: 710px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

@media screen and (min-width: 768px) {
  /* line 27, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
  .chief-cares__primary__inner {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}

/* line 39, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
.chief-cares__primary__header img {
  display: block;
  margin: auto;
  max-width: 100%;
}

/* line 45, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
.chief-cares__primary__header h1 {
  color: #7e3532;
  font: 26px/1.2 "FjallaOne", Arial, sans-serif;
  margin: 60px 0 20px;
  text-transform: uppercase;
}

/* line 53, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
.chief-cares__primary p {
  color: #3b3b3b;
  font: 400 16px/1.5 "Roboto", Arial, sans-serif;
  margin: 0 0 1em;
}

@media screen and (min-width: 768px) {
  /* line 53, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
  .chief-cares__primary p {
    font-size: 20px;
    line-height: 28px;
  }
}

/* line 64, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
.chief-cares__primary__footer {
  margin-top: 40px;
  text-align: center;
}

/* line 68, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
.chief-cares__primary__footer .footnote {
  color: #3b3b3b;
  display: block;
  font: 400 14px/1.2 "Roboto", Arial, sans-serif;
  margin: 30px auto 0;
  max-width: 500px;
}

/* line 78, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
.chief-cares__secondary {
  margin: 100px auto;
  max-width: 994px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

@media screen and (min-width: 768px) {
  /* line 78, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
  .chief-cares__secondary {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}

@media screen and (min-width: 1024px) {
  /* line 78, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
  .chief-cares__secondary {
    margin-top: 170px;
  }
}

/* line 91, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
.chief-cares__secondary__header {
  margin: 0 0 50px;
}

@media screen and (min-width: 1024px) {
  /* line 91, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
  .chief-cares__secondary__header {
    margin-bottom: 100px;
  }
}

/* line 98, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
.chief-cares__secondary__header p {
  color: #3b3b3b;
  font: 400 16px/1.5 "Roboto", Arial, sans-serif;
  margin: 0 0 1em;
  max-width: 710px;
}

@media screen and (min-width: 768px) {
  /* line 98, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
  .chief-cares__secondary__header p {
    font-size: 20px;
    line-height: 28px;
  }
}

/* line 114, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
.chief-cares__orgs__item {
  margin-bottom: 60px;
}

@media screen and (min-width: 1024px) {
  /* line 114, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
  .chief-cares__orgs__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
  }
}

/* line 123, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
.chief-cares__orgs__item .org-thumbnail {
  background: #fff;
  border: 2px solid #3b3b3b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
  height: 240px;
  width: 346px;
}

@media screen and (min-width: 1024px) {
  /* line 123, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
  .chief-cares__orgs__item .org-thumbnail {
    height: 240px;
    width: 346px;
  }
}

/* line 136, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
.chief-cares__orgs__item .org-thumbnail--contrast {
  background: #3b3b3b;
}

/* line 140, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
.chief-cares__orgs__item .org-thumbnail img {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 148, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
  .chief-cares__orgs__item .org-info {
    width: -webkit-calc(100% - 386px);
    width: calc(100% - 386px);
  }
}

/* line 154, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
.chief-cares__orgs__item .org-info__title {
  color: #3b3b3b;
  font: 700 26px/28px "Roboto Condensed", Arial, sans-serif;
  margin: 0 0 10px;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  /* line 154, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
  .chief-cares__orgs__item .org-info__title {
    margin: 0 0 20px;
  }
}

/* line 165, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
.chief-cares__orgs__item .org-info p {
  color: #3b3b3b;
  font: 400 16px/1.5 "Roboto", Arial, sans-serif;
  margin: 0 0 1em;
}

@media screen and (min-width: 768px) {
  /* line 165, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
  .chief-cares__orgs__item .org-info p {
    font-size: 20px;
    line-height: 28px;
  }
}

/* line 176, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.chief-cares.scss */
.chief-cares__orgs__item .org-info__website {
  color: #7e3532;
  text-decoration: underline;
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
.church-choir {
  margin-top: 60px;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
  .church-choir {
    margin-top: 150px;
  }
}

/* line 8, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
.church-choir__header {
  margin: 0 auto;
  max-width: 954px;
  padding-top: 26px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

@media screen and (min-width: 1024px) {
  /* line 8, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
  .church-choir__header {
    margin: 0 auto;
    padding-top: 73px;
  }
}

/* line 19, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
.church-choir__header__title {
  color: #3b3b3b;
  font: 32px/1.2 "FjallaOne", Arial, sans-serif;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  /* line 19, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
  .church-choir__header__title {
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 15px;
  }
}

/* line 33, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
.church-choir__header p {
  color: #3b3b3b;
  font: 400 16px/1.2 "Roboto Condensed", Arial, sans-serif;
  margin: 0 0 1em;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /* line 33, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
  .church-choir__header p {
    font-size: 18px;
  }
}

/* line 43, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
.church-choir__header p:last-of-type {
  margin-bottom: 0;
}

/* line 48, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
.church-choir__header ul {
  margin: 10px auto 30px;
  max-width: 700px;
}

@media screen and (min-width: 1024px) {
  /* line 48, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
  .church-choir__header ul {
    margin: 30px auto;
    text-align: center;
  }
}

/* line 57, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
.church-choir__header ul li {
  color: #3b3b3b;
  display: inline-block;
  font: 400 16px/1.2 "Roboto Condensed", Arial, sans-serif;
  padding-left: 25px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  /* line 57, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
  .church-choir__header ul li {
    font-size: 18px;
  }
}

/* line 69, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
.church-choir__header ul li span:before {
  background: #7e3532;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  top: 6px;
  width: 6px;
}

@media screen and (min-width: 1024px) {
  /* line 69, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
  .church-choir__header ul li span:before {
    top: 8px;
  }
}

/* line 87, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
.church-choir__header .btn {
  font-size: 20px;
  letter-spacing: -1px;
  margin-top: 44px;
}

/* line 92, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
.church-choir__header .btn + img {
  margin: 40px auto 20px;
}

@media screen and (min-width: 1024px) {
  /* line 92, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
  .church-choir__header .btn + img {
    margin: 50px auto 50px;
  }
}

/* line 101, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
.church-choir__header img {
  display: block;
  margin: 54px auto 60px;
  max-width: -webkit-calc(100% - 40px);
  max-width: calc(100% - 40px);
}

@media screen and (min-width: 1024px) {
  /* line 101, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
  .church-choir__header img {
    margin: 54px auto 170px;
  }
}

/* line 110, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
.church-choir__header img + p {
  font: 400 16px/1.2 "Roboto Condensed", Arial, sans-serif;
}

/* line 116, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.church-choir.scss */
.church-choir__section-title {
  color: #3b3b3b;
  font: 700 24px/24px "Roboto Condensed", Arial, sans-serif;
  margin: 0 0 20px;
  text-transform: uppercase;
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.comments.scss */
.comments {
  padding-bottom: 120px;
  padding-top: 50px;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.comments.scss */
  .comments {
    padding-bottom: 286px;
    padding-top: 100px;
  }
}

/* line 11, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.comments.scss */
.comments__list {
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
}

@media screen and (min-width: 1024px) {
  /* line 11, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.comments.scss */
  .comments__list {
    margin-left: 190px;
    margin-top: 0px;
  }
}

/* line 21, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.comments.scss */
.comments__list .single-comment {
  border-bottom: 1px solid #969696;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 710px;
}

/* line 26, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.comments.scss */
.comments__list .single-comment:not(:first-child) {
  padding-top: 25px;
}

/* line 30, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.comments.scss */
.comments__list .single-comment:first-child {
  padding-top: 2px;
}

@media screen and (min-width: 1024px) {
  /* line 30, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.comments.scss */
  .comments__list .single-comment:first-child {
    padding-top: 20px;
  }
}

/* line 39, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.comments.scss */
.comments__list .single-comment--reply {
  margin-right: 0px;
  margin-left: auto;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

@media screen and (min-width: 1024px) {
  /* line 39, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.comments.scss */
  .comments__list .single-comment--reply {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}

/* line 50, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.comments.scss */
.comments__list .single-comment__avatar {
  border-radius: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
  width: 100%;
  max-width: 50px;
}

/* line 59, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.comments.scss */
.comments__list .single-comment__avatar img {
  height: auto;
  width: 100%;
}

/* line 67, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.comments.scss */
.comments__list .single-comment__content__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 70, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.comments.scss */
.comments__list .single-comment__content__top .flag {
  margin-left: 15px;
}

/* line 72, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.comments.scss */
.comments__list .single-comment__content__top .flag svg {
  height: 12px;
  width: 12px;
}

/* line 76, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.comments.scss */
.comments__list .single-comment__content__top .flag svg * {
  fill: #3b3b3b;
}

/* line 83, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.comments.scss */
.comments__list .single-comment__content__top .title + .title {
  margin-left: auto;
}

/* line 89, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.comments.scss */
.comments__list .single-comment__content__text p {
  font: 400 16px/24px "Roboto Condensed", Arial, sans-serif;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-top: 11px;
}

@media screen and (min-width: 1024px) {
  /* line 89, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.comments.scss */
  .comments__list .single-comment__content__text p {
    font: 400 18px/28px "Roboto Condensed", Arial, sans-serif;
  }
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.header {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  /* line 6, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
  .header--light a {
    color: #ffffff !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 13, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
  .header--light svg * {
    fill: #ffffff !important;
  }
}

/* line 21, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.header .branding {
  height: 30px;
  margin: 0 auto;
  width: 138px;
}

/* line 26, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.header .branding--mobile {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  display: block;
}

@media screen and (min-width: 1024px) {
  /* line 26, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
  .header .branding--mobile {
    display: none;
  }
}

/* line 35, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.header .branding svg {
  height: 30px;
  width: 138px;
}

/* line 41, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.header__nav {
  margin: 20px 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /* line 41, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
  .header__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 46px 0;
  }
}

/* line 51, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.header__nav__item {
  color: #3b3b3b;
  display: block;
  font: 400 18px/2 "Roboto Condensed", Arial, sans-serif;
  position: relative;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  /* line 51, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
  .header__nav__item {
    margin: 0 10px;
  }
}

/* line 62, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.header__nav__item:before, .header__nav__item:after {
  background: transparent;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  width: 45px;
}

/* line 75, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.header__nav__item:before {
  top: 7px;
}

/* line 79, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.header__nav__item:after {
  bottom: 7px;
}

/* line 83, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.header__nav__item--branding {
  display: none;
  height: 45px;
}

@media screen and (min-width: 1024px) {
  /* line 83, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
  .header__nav__item--branding {
    display: block;
    margin: -10px 30px 0;
  }
}

/* line 92, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.header__nav__item--branding svg {
  height: 100%;
}

/* line 96, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.header__nav__item--branding:before, .header__nav__item--branding:after {
  display: none;
}

/* line 105, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.header__nav__item .current:before, .header__nav__item .current:after,
.no-touch .header__nav__item:hover:before,
.no-touch .header__nav__item:hover:after {
  background-color: #3b3b3b;
}

/* line 113, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.header__device {
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  /* line 113, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
  .header__device {
    display: none;
  }
}

/* line 126, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.header__desk {
  margin: 0 auto;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 300ms ease-in-out;
  transition: max-height 300ms ease-in-out;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

@media screen and (min-width: 1024px) {
  /* line 126, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
  .header__desk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 500px;
    width: 100%;
  }
}

/* line 140, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.menu-open .header__desk {
  max-height: 100vh;
}

@media screen and (min-width: 1024px) {
  /* line 147, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
  .header__secondary {
    background: #ffffff;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

/* line 160, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.social-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}

/* line 165, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.social-nav__item {
  margin: 0 10px 0px 10px;
}

@media screen and (min-width: 1024px) {
  /* line 168, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
  .social-nav__item:first-of-type {
    margin-left: 0;
  }
}

/* line 174, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.social-nav__item:not(:last-of-type) {
  margin-right: 10px;
}

/* line 178, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.social-nav__item svg {
  height: 24px;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  width: 24px;
}

/* line 183, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.social-nav__item svg * {
  fill: #3b3b3b !important;
}

@media screen and (min-width: 1024px) {
  /* line 165, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
  .social-nav__item {
    margin-right: 0;
  }
}

/* line 194, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.social-nav--alt {
  margin-top: 28px;
  margin-bottom: 34px;
}

@media screen and (min-width: 1024px) {
  /* line 194, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
  .social-nav--alt {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 203, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.social-nav--alt .social-nav__item svg {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

/* line 207, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.social-nav--alt .social-nav__item:last-of-type {
  margin-right: 0px;
}

/* line 210, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.social-nav--alt .social-nav__item:last-of-type svg {
  -webkit-transform: scale(1.8);
      -ms-transform: scale(1.8);
          transform: scale(1.8);
}

/* line 215, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.social-nav--alt .social-nav__item:not(:last-of-type) {
  margin-right: 22px;
}

/* line 222, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.church-choir-nav {
  margin: 20px 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /* line 222, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
  .church-choir-nav {
    margin: 0;
  }
}

/* line 230, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.church-choir-nav__item {
  color: #3b3b3b;
  display: inline-block;
  font: 400 16px/1 "Roboto Condensed", Arial, sans-serif;
  margin: 0 6px;
}

/* line 236, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.church-choir-nav__item:last-of-type {
  border-bottom: 2px solid #7e3532;
  color: #7e3532;
  line-height: 1.2;
}

/* line 260, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.nav-trigger {
  cursor: pointer;
  display: block;
  height: 12.5px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
}

/* line 270, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.nav-trigger span {
  display: block;
  width: 25px;
  height: 2.5px;
  background: #3b3b3b;
  border-radius: 2px;
  left: 0;
  margin-top: -1.25px;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 278, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.nav-trigger span:before, .nav-trigger span:after {
  display: block;
  width: 25px;
  height: 2.5px;
  background: #3b3b3b;
  border-radius: 2px;
  content: "";
  position: absolute;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/* line 287, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.nav-trigger span:before {
  top: -5px;
}

/* line 291, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.nav-trigger span:after {
  bottom: -5px;
}

/* line 295, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.menu-open .nav-trigger span {
  background-color: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 299, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.menu-open .nav-trigger span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 304, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.header.scss */
.menu-open .nav-trigger span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
.footer {
  background: url('../../assets/img/bg.footer.jpg') no-repeat center center transparent;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 500px;
  padding: 40px 0;
  position: relative;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
  .footer {
    min-height: 500px;
  }
}

/* line 15, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
.footer__branding {
  margin: 0 auto;
  max-width: 200px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

/* line 20, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
.footer__branding svg {
  width: 100%;
}

/* line 25, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
.footer__nav {
  margin: 31px auto;
  text-align: center;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

@media screen and (min-width: 1024px) {
  /* line 25, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
  .footer__nav {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}

/* line 34, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
.footer__nav__item {
  color: #3b3b3b;
  display: inline-block;
  font: 400 18px/2.2 "Roboto Condensed", Arial, sans-serif;
  margin: 0 5px;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  /* line 34, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
  .footer__nav__item {
    line-height: 1;
    margin: 0 10px;
  }
}

/* line 48, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
.footer__last {
  bottom: 30px;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 48, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
  .footer__last {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    bottom: 40px;
  }
}

/* line 58, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
.footer__last__inner {
  margin: 0 auto;
  max-width: 1440px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

@media screen and (min-width: 1024px) {
  /* line 58, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
  .footer__last__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}

@media screen and (min-width: 1024px) {
  /* line 71, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
  .footer .footer-social {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 77, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
.footer .footer-social--mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 140px;
  text-align: center;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

@media screen and (min-width: 1024px) {
  /* line 77, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
  .footer .footer-social--mobile {
    display: none;
  }
}

/* line 89, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
.footer .footer-social--desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  /* line 89, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
  .footer .footer-social--desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 97, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
.footer .footer-social__item {
  margin: 0 10px;
}

/* line 100, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
.footer .footer-social__item:not(:last-of-type) {
  margin-right: 10px;
}

/* line 104, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
.footer .footer-social__item svg {
  height: 24px;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  width: 24px;
}

/* line 109, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
.footer .footer-social__item svg * {
  fill: #3b3b3b;
}

@media screen and (min-width: 1024px) {
  /* line 97, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
  .footer .footer-social__item {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  /* line 121, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
  .footer .copy-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

/* line 127, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
.footer .copy-info__labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  /* line 127, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
  .footer .copy-info__labels {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

/* line 138, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
.footer .copy-info__labels__item:first-of-type {
  margin-right: 10px;
}

/* line 142, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
.footer .copy-info__labels__item img {
  height: 50px;
}

@media screen and (min-width: 1024px) {
  /* line 142, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
  .footer .copy-info__labels__item img {
    height: 66px;
  }
}

/* line 152, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
.footer .copy-info__nav {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

/* line 155, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
.footer .copy-info__nav__text {
  color: #3b3b3b;
  font: 400 14px/1 "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  /* line 155, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
  .footer .copy-info__nav__text {
    margin-bottom: 5px;
  }
}

/* line 166, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
.footer .copy-info__nav__nav a {
  color: #3b3b3b;
  font: 700 14px/1 "Roboto Condensed", Arial, sans-serif;
  margin-right: 8px;
  text-transform: uppercase;
}

/* line 172, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.footer.scss */
.no-touch .footer .copy-info__nav__nav a:hover {
  text-decoration: underline;
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
.grid-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 64px;
  margin-top: 64px;
}

@media screen and (min-width: 768px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
  .grid-list {
    display: -ms-grid;
    display: grid;
    grid-gap: 110px 80px;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
  .grid-list {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 110px 80px;
    margin-bottom: 196px;
    margin-top: 76px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 20, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
  .grid-list--news {
    margin-bottom: 190px;
  }
}

/* line 27, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
.grid-list__item {
  position: relative;
}

@media screen and (max-width: 767px) {
  /* line 27, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
  .grid-list__item {
    margin-bottom: 56px;
  }
}

/* line 34, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
.grid-list__item__video {
  height: 0px;
  max-width: 100%;
  overflow: hidden;
  padding-top: 61.33333vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  /* line 34, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
  .grid-list__item__video {
    padding-top: 29.94792vw;
  }
}

@media screen and (min-width: 1024px) {
  /* line 34, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
  .grid-list__item__video {
    padding-top: 16.79688vw;
  }
}

@media screen and (min-width: 1440px) {
  /* line 34, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
  .grid-list__item__video {
    padding-top: 15.97222vw;
  }
}

@media screen and (min-width: 1600px) {
  /* line 34, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
  .grid-list__item__video {
    height: 230px;
    padding-top: unset;
  }
}

/* line 58, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
.grid-list__item__video iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 67, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
.grid-list__item__video img.cover {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 78, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
.grid-list__item__video svg.icon {
  display: block;
  fill: #ffffff;
  height: 48px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 91, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
.grid-list__item__video--playing img.cover,
.grid-list__item__video--playing svg.icon {
  display: none;
}

/* line 101, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
.grid-list__item__img img {
  height: auto;
  width: 100%;
}

/* line 110, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
.grid-list__item__copy p {
  font: 400 16px/1 "Roboto Condensed", Arial, sans-serif;
  color: #3b3b3b;
  margin-top: 22px;
  margin-bottom: 0px;
}

@media screen and (min-width: 1024px) {
  /* line 110, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
  .grid-list__item__copy p {
    font: 400 18px/1 "Roboto Condensed", Arial, sans-serif;
  }
}

/* line 126, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
.grid-list--meet-greet {
  margin-bottom: 45px;
  margin-top: 132px;
}

@media screen and (min-width: 1024px) {
  /* line 126, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
  .grid-list--meet-greet {
    grid-gap: 75px 80px;
    margin-bottom: 346px;
    margin-top: 286px;
  }
}

/* line 136, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
.grid-list--meet-greet .grid-list__item__img {
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

/* line 142, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
.grid-list--meet-greet .grid-list__item__img img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 154, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
.grid-list--discography {
  margin-bottom: 84px;
  margin-top: 54px;
}

@media screen and (min-width: 1024px) {
  /* line 154, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
  .grid-list--discography {
    margin-bottom: 174px;
    margin-top: 43px;
    grid-gap: 55px 80px;
  }
}

/* line 164, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.grid-list.scss */
.grid-list--discography .grid-list__item__img {
  background-color: #ffffff;
  padding: 18px;
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.membership.scss */
.membership {
  max-width: 834px;
  margin: auto;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.membership.scss */
  .membership {
    margin-top: 78px;
  }
}

/* line 9, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.membership.scss */
.membership__card {
  border: 2px solid #3b3b3b;
  padding: 24px 20px 24px 20px;
  margin-top: 24px;
}

@media screen and (min-width: 1024px) {
  /* line 9, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.membership.scss */
  .membership__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 22px 106px 18px 106px;
  }
}

/* line 20, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.membership.scss */
.membership__card__column {
  text-align: center;
}

@media screen and (max-width: 1023px) {
  /* line 24, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.membership.scss */
  .membership__card__column:not(:last-child) {
    margin-bottom: 32px;
  }
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.news-latest.scss */
.news-latest {
  margin-bottom: 42px;
  margin-top: 115px;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.news-latest.scss */
  .news-latest {
    margin-bottom: 150px;
    margin-top: 170px;
  }
}

/* line 10, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.news-latest.scss */
.news-latest .card {
  background-color: #ffffff;
  border: 2px solid #3b3b3b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}

@media screen and (min-width: 1024px) {
  /* line 10, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.news-latest.scss */
  .news-latest .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px;
  }
}

/* line 22, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.news-latest.scss */
.news-latest .card__img {
  height: 0;
  overflow: hidden;
  padding-top: 56vw;
  position: relative;
}

@media screen and (min-width: 1024px) {
  /* line 22, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.news-latest.scss */
  .news-latest .card__img {
    padding-top: 39.0625vw;
    width: -webkit-calc(100% - 560px);
    width: calc(100% - 560px);
  }
}

@media screen and (min-width: 1440px) {
  /* line 22, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.news-latest.scss */
  .news-latest .card__img {
    padding-top: 27.77778vw;
  }
}

@media screen and (min-width: 1600px) {
  /* line 22, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.news-latest.scss */
  .news-latest .card__img {
    height: 400px;
    padding-top: unset;
  }
}

/* line 42, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.news-latest.scss */
.news-latest .card__img img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 54, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.news-latest.scss */
.news-latest .card__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 5px 0px 0px;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  /* line 54, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.news-latest.scss */
  .news-latest .card__content {
    padding: 20px 0px 20px 20px;
    max-width: 520px;
  }
}

/* line 68, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.news-latest.scss */
.news-latest .card__content__copy p {
  font: 400 18px/1 "Roboto Condensed", Arial, sans-serif;
  color: #3b3b3b;
}

@media screen and (min-width: 1024px) {
  /* line 68, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.news-latest.scss */
  .news-latest .card__content__copy p {
    font: 400 18px/1 "Roboto Condensed", Arial, sans-serif;
  }
}

/* line 78, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.news-latest.scss */
.news-latest .card__content__copy p + p {
  margin-top: 24px;
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.profile-nav.scss */
.profile-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 125px 0px 32px auto;
  text-align: right;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.profile-nav.scss */
  .profile-nav {
    margin: 36px 48px 43px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 13, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.profile-nav.scss */
.profile-nav__link {
  padding-bottom: 13px;
}

@media screen and (min-width: 1024px) {
  /* line 13, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.profile-nav.scss */
  .profile-nav__link {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 20, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.profile-nav.scss */
  .profile-nav__link:not(:last-child) {
    margin-right: 30px;
  }
}

/* line 28, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.profile-nav.scss */
.profile-nav__link:first-child {
  padding-top: 10px;
}

@media screen and (min-width: 1024px) {
  /* line 28, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.profile-nav.scss */
  .profile-nav__link:first-child {
    padding-top: 0px;
  }
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.profile-card.scss */
.profile-card {
  border-right: 2px solid #dadada;
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
  padding-top: 39px;
  padding-bottom: 52px;
  margin-bottom: 36px;
  max-width: 370px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.profile-card.scss */
  .profile-card {
    display: none;
  }
}

/* line 14, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.profile-card.scss */
.profile-card .title:first-of-type {
  margin-bottom: 14px;
}

/* line 18, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.profile-card.scss */
.profile-card__avatar {
  border-radius: 50%;
  height: 160px;
  overflow: hidden;
  position: relative;
  margin: 0px auto 21px auto;
  width: 160px;
}

/* line 26, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.profile-card.scss */
.profile-card__avatar img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  width: 100%;
}

/* line 37, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.profile-card.scss */
.profile-card__wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

/* line 46, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.profile-card.scss */
.profile-card__bio {
  margin-top: 8px;
}

/* line 49, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.profile-card.scss */
.profile-card__bio p {
  font: 400 18px/20px "Roboto Condensed", Arial, sans-serif;
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.promotion.scss */
.promotion {
  margin-top: 88px;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.promotion.scss */
  .promotion {
    margin-top: 208px;
  }
}

/* line 10, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.promotion.scss */
.promotion__img img {
  height: auto;
  width: 100%;
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.presale.scss */
.presale {
  margin: 0px auto;
  padding-bottom: 70px;
  width: -webkit-calc(100%);
  width: calc(100%);
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.presale.scss */
  .presale {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}

/* line 10, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.presale.scss */
.presale__codes__single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c4c4c4;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  /* line 10, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.presale.scss */
  .presale__codes__single {
    border-bottom: 2px solid #c4c4c4;
  }
}

/* line 21, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.presale.scss */
.presale__codes__single:not(:first-of-type) {
  margin-top: 24px;
}

/* line 25, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.presale.scss */
.presale__codes__single:first-of-type {
  margin-top: 66px;
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.premium-box.scss */
.premium-box {
  margin-top: 50px;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.premium-box.scss */
  .premium-box {
    margin-top: 176px;
  }
}

/* line 10, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.premium-box.scss */
.premium-box__copy p, .premium-box__join p {
  font: 400 18px/22px "Roboto Condensed", Arial, sans-serif;
  color: #3b3b3b;
}

@media screen and (min-width: 1024px) {
  /* line 10, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.premium-box.scss */
  .premium-box__copy p, .premium-box__join p {
    font: 400 18px/22px "Roboto Condensed", Arial, sans-serif;
  }
}

/* line 18, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.premium-box.scss */
.premium-box__copy p span, .premium-box__join p span {
  font-weight: 700;
}

/* line 25, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.premium-box.scss */
.premium-box__copy {
  margin: 0px auto;
  max-width: 730px;
  padding: 6px 15px 18px 15px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /* line 25, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.premium-box.scss */
  .premium-box__copy {
    padding: 24px 15px 28px 15px;
  }
}

/* line 36, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.premium-box.scss */
.premium-box__copy .link {
  display: inline-block;
  line-height: 20px;
}

/* line 44, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.premium-box.scss */
.premium-box__join {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 15px 46px 15px;
}

/* line 49, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.premium-box.scss */
.premium-box__join p {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  margin: 0px 10px 0px 0px;
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.share.scss */
.share {
  padding-top: 14px;
  padding-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.share.scss */
  .share {
    padding-bottom: 0px;
    padding-left: 40px;
    padding-top: 98px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 13, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.share.scss */
  .share .social-nav__item:first-of-type {
    margin-right: 0px;
  }
  /* line 17, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.share.scss */
  .share .social-nav__item:last-of-type {
    margin-left: 5px;
  }
}

/* line 23, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.share.scss */
.share span {
  font: 400 20px/28px "FjallaOne", Arial, sans-serif;
  padding-bottom: 4px;
  padding-left: 9px;
  text-transform: uppercase;
}

/* line 30, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.share.scss */
.share__stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

/* line 34, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.share.scss */
.share__stats__messages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 38, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.share.scss */
.share__stats__likes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
}

/* line 44, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.share.scss */
.share__socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 47, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.share.scss */
.share__socials span {
  padding-left: 0px;
  padding-right: 35px;
}

@media screen and (min-width: 1024px) {
  /* line 47, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.share.scss */
  .share__socials span {
    padding-right: 32px;
  }
}

/* line 58, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.share.scss */
.share--socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 26px;
  padding-bottom: 42px;
}

@media screen and (min-width: 1024px) {
  /* line 58, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.share.scss */
  .share--socials {
    padding-bottom: 34px;
  }
}

/* line 68, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.share.scss */
.share--socials span {
  padding-right: 22px;
}

@media screen and (min-width: 1024px) {
  /* line 68, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.share.scss */
  .share--socials span {
    padding-right: 38px;
  }
}

/* line 89, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.share.scss */
.share--stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 28px;
  padding-left: 0px;
  padding-bottom: 0px;
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.shop.scss */
.shop {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin-bottom: 100px;
  margin-top: 54px;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.shop.scss */
  .shop {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
            order: unset;
    margin-bottom: 132px;
    margin-left: 50px;
    margin-top: 115px;
    width: 39.0625vw;
  }
}

@media screen and (min-width: 1200px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.shop.scss */
  .shop {
    margin-left: 105px;
    width: 34.0625vw;
  }
}

@media screen and (min-width: 1600px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.shop.scss */
  .shop {
    width: 545px;
  }
}

/* line 25, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.shop.scss */
.shop .products {
  width: 100%;
}

/* line 32, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.shop.scss */
.shop .products__single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 170px;
}

@media screen and (min-width: 1024px) {
  /* line 32, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.shop.scss */
  .shop .products__single {
    border: 2px solid #3b3b3b;
    height: 255px;
    padding: 15px;
  }
}

/* line 42, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.shop.scss */
.shop .products__single:not(:last-of-type) {
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  /* line 42, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.shop.scss */
  .shop .products__single:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

/* line 51, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.shop.scss */
.shop .products__single:first-of-type {
  margin-top: 32px;
}

@media screen and (min-width: 1024px) {
  /* line 51, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.shop.scss */
  .shop .products__single:first-of-type {
    margin-top: 60px;
  }
}

/* line 61, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.shop.scss */
.shop .products__single__img {
  border: 2px solid #3b3b3b;
  height: 100%;
  width: auto;
}

/* line 66, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.shop.scss */
.shop .products__single__img img {
  height: 100%;
  width: auto;
}

/* line 72, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.shop.scss */
.shop .products__single__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
}

@media screen and (min-width: 1024px) {
  /* line 72, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.shop.scss */
  .shop .products__single__details {
    padding: 18px 0px 0px 24px;
  }
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.subnav.scss */
.subnav {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.subnav.scss */
  .subnav {
    margin-top: 170px;
  }
}

/* line 10, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.subnav.scss */
.subnav__link {
  color: #3b3b3b;
  font: 400 30px/36px "FjallaOne", Arial, sans-serif;
  opacity: 0.7;
}

@media screen and (min-width: 1024px) {
  /* line 10, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.subnav.scss */
  .subnav__link {
    font: 400 36px/42px "FjallaOne", Arial, sans-serif;
  }
}

/* line 19, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.subnav.scss */
.subnav__link--active {
  border-bottom: 3px solid #7e3532;
  opacity: 1;
}

/* line 24, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.subnav.scss */
.subnav__link:not(last-child) {
  margin-right: 44px;
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
.texture {
  left: 0;
  min-height: 400px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
  .texture {
    min-height: 700px;
    top: -130px;
  }
}

/* line 14, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
.texture img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  width: 100%;
}

/* line 22, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
.texture:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0)), color-stop(96%, #eeeeee));
  background: linear-gradient(to bottom, rgba(238, 238, 238, 0) 0%, #eeeeee 96%);
  bottom: 0;
  content: "";
  display: block;
  height: 30%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

/* line 37, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
.texture--none:after {
  content: unset;
}

/* line 42, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
.texture--bigger {
  min-height: 560px;
  margin-top: 48px;
}

@media screen and (min-width: 1024px) {
  /* line 42, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
  .texture--bigger {
    min-height: 910px;
    top: 0px;
  }
}

/* line 55, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
.texture--white-overlay::before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

/* line 68, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
.texture--overlay-reduced::before {
  background: rgba(255, 255, 255, 0.4);
}

@media screen and (min-width: 1024px) {
  /* line 74, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
  .texture--more-top {
    top: -94px;
  }
}

/* line 85, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
.texture--small-top {
  top: 28px;
}

@media screen and (min-width: 1024px) {
  /* line 85, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
  .texture--small-top {
    top: -7px;
  }
}

/* line 94, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
.texture--news {
  top: -10px;
}

@media screen and (min-width: 1024px) {
  /* line 94, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
  .texture--news {
    top: -70px;
  }
}

/* line 104, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
.texture--linear-top:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #a8bcb1), to(rgba(238, 238, 238, 0)));
  background: linear-gradient(to bottom, #a8bcb1 10%, rgba(238, 238, 238, 0) 100%);
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* line 120, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
.texture--top-profile {
  top: -80px;
}

/* line 123, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
.texture--top-profile:before {
  height: 65%;
}

@media screen and (min-width: 1024px) {
  /* line 120, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
  .texture--top-profile {
    top: -170px;
  }
  /* line 130, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
  .texture--top-profile:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #a8bcb1), to(rgba(238, 238, 238, 0)));
    background: linear-gradient(to bottom, #a8bcb1 60%, rgba(238, 238, 238, 0) 100%);
    height: 60%;
  }
}

@media screen and (min-width: 1024px) {
  /* line 140, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
  .texture--top-meet {
    top: 10px;
  }
}

/* line 148, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
.texture--discography {
  min-height: 560px;
  margin-top: 48px;
}

@media screen and (min-width: 1024px) {
  /* line 148, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
  .texture--discography {
    min-height: 1040px;
    top: 0px;
  }
}

/* line 157, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
.texture--discography:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #2e5669), to(rgba(198, 221, 221, 0)));
  background: linear-gradient(to bottom, #2e5669 10%, rgba(198, 221, 221, 0) 100%);
}

/* line 163, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
.texture--discography:after {
  height: 60%;
}

@media screen and (min-width: 1024px) {
  /* line 169, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
  .texture--404 {
    min-height: 1040px;
    top: 0px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 176, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
  .texture--article {
    min-height: 300px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 182, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.texture.scss */
  .texture--tour {
    top: -35px;
  }
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.tours.scss */
.tours {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 101px;
  margin-top: 90px;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.tours.scss */
  .tours {
    margin-bottom: 101px;
    margin-top: 125px;
    width: -webkit-calc(100% - 414px);
    width: calc(100% - 414px);
  }
}

/* line 18, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.tours.scss */
.tours .tour-dates__single {
  border-bottom: 1px solid rgba(59, 59, 59, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 17px 0px 20px 0px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  /* line 18, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.tours.scss */
  .tours .tour-dates__single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 25px 0px 20px 0px;
  }
}

/* line 32, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.tours.scss */
.tours .tour-dates__single:first-of-type {
  margin-top: 40px;
}

@media screen and (min-width: 1024px) {
  /* line 32, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.tours.scss */
  .tours .tour-dates__single:first-of-type {
    margin-top: 38px;
  }
}

/* line 52, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.tours.scss */
.tours .tour-dates__single__info {
  margin-bottom: 12px;
}

@media screen and (min-width: 1024px) {
  /* line 52, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.tours.scss */
  .tours .tour-dates__single__info {
    margin-bottom: 0px;
  }
}

/* line 62, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.tours.scss */
.tours .tour-dates__single__actions {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0px auto 0 0;
}

@media screen and (min-width: 1024px) {
  /* line 62, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.tours.scss */
  .tours .tour-dates__single__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 20px 0 0 0;
  }
}

/* line 73, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.tours.scss */
.tours .tour-dates__single__actions .link:first-child {
  margin-left: 15px;
  max-height: 30px;
}

@media screen and (min-width: 1024px) {
  /* line 73, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.tours.scss */
  .tours .tour-dates__single__actions .link:first-child {
    margin-left: 0;
    margin-right: 20px;
  }
}

/* line 87, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.tours.scss */
.tours--past {
  width: 225px;
}

@media screen and (max-width: 1023px) {
  /* line 87, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.tours.scss */
  .tours--past {
    margin-bottom: 0px;
    margin-top: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  /* line 102, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.tours.scss */
  .tours--past .tour-dates__single__info {
    margin-bottom: 0px;
    margin-top: 10px;
  }
}

/* line 115, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.tours.scss */
.tours--alt {
  margin-bottom: 60px;
  margin-top: 56px;
}

@media screen and (min-width: 1024px) {
  /* line 115, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.tours.scss */
  .tours--alt {
    margin-bottom: 132px;
    margin-top: 115px;
    width: 41.01562vw;
  }
}

@media screen and (min-width: 1200px) {
  /* line 115, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.tours.scss */
  .tours--alt {
    width: 49.0625vw;
  }
}

@media screen and (min-width: 1600px) {
  /* line 115, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.tours.scss */
  .tours--alt {
    width: 785px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 135, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.tours.scss */
  .tours--alt .tour-dates__single:first-of-type {
    margin-top: 2px;
  }
}

/* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.videos.scss */
.videos {
  margin-top: 95px;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.videos.scss */
  .videos {
    margin-top: 125px;
  }
}

/* line 4, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.video.scss */
.video__card {
  padding-top: 72px;
}

/* line 9, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.video.scss */
.video__card__item {
  height: 0px;
  max-width: 100%;
  overflow: hidden;
  padding-top: 58.13333vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  /* line 9, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.video.scss */
  .video__card__item {
    padding-top: 56.77083vw;
  }
}

@media screen and (min-width: 1024px) {
  /* line 9, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.video.scss */
  .video__card__item {
    padding-top: 56.25vw;
  }
}

@media screen and (min-width: 1440px) {
  /* line 9, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.video.scss */
  .video__card__item {
    padding-top: 56.38889vw;
  }
}

@media screen and (min-width: 1600px) {
  /* line 9, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.video.scss */
  .video__card__item {
    height: 812px;
    padding-top: unset;
  }
}

/* line 33, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.video.scss */
.video__card__item iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 33, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.video.scss */
  .video__card__item iframe {
    padding-top: 29.94792vw;
  }
}

@media screen and (min-width: 1024px) {
  /* line 33, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.video.scss */
  .video__card__item iframe {
    padding-top: 79.29688vw;
  }
}

@media screen and (min-width: 1440px) {
  /* line 33, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.video.scss */
  .video__card__item iframe {
    padding-top: 56.38889vw;
  }
}

@media screen and (min-width: 1600px) {
  /* line 33, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.video.scss */
  .video__card__item iframe {
    height: 812px;
    padding-top: unset;
  }
}

/* line 59, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.video.scss */
.video__card__item img.cover {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.video.scss */
.video__card__item svg.icon {
  display: block;
  fill: #ffffff;
  height: 48px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 83, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.video.scss */
.video__card__item--playing img.cover,
.video__card__item--playing svg.icon {
  display: none;
}

/* line 88, /Users/zk/Desktop/AR/eric-church/src/sass/Blocks/_blocks.video.scss */
.video__card__item--playing a {
  z-index: -1;
}

/**
 * #TRUMPS
 */
@media screen and (min-width: 768px) {
  /* line 1, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.scss */
  .hide-on-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 7, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.scss */
  .hide-on-mobile {
    display: none !important;
  }
}

/* line 13, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.scss */
.no-scroll {
  overflow: hidden;
}

/* line 17, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.scss */
.visually-hidden {
  visibility: hidden;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 9, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 17, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 28, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 37, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 53, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 67, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.helpers.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 83, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 89, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.helpers.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 98, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.helpers.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 108, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.helpers.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 115, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.helpers.scss */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 120, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.helpers.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 124, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.helpers.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  /* line 132, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.helpers.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* line 138, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.helpers.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 144, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.helpers.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  /* line 148, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.helpers.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 153, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.helpers.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 161, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.helpers.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 168, /Users/zk/Desktop/AR/eric-church/src/sass/Trumps/_trumps.helpers.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
