/**
 * SASS File
 * @copyright Advance Marketing Group
 * @author Bryan Wiebe <info@hutzmedia.com>
 * @filename main.css
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import "https://fonts.googleapis.com/css?family=Lato:400,700,900";
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  background-color: #000000; }

/* 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.
 */
div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  box-sizing: border-box; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
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.
 */
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #ffffff;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out; }
  a:hover {
    color: #cccccc; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
  text-decoration: none; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  box-sizing: border-box; }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
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.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
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.
 */
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`.
 */
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
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.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Additions
   ========================================================================== */
.page-width {
  position: relative;
  max-width: 919px;
  margin: 0 auto; }

.browserupgrade {
  text-align: center;
  background-color: #12458c;
  color: #ffffff;
  padding: 16px 0;
  margin: 0; }
  .browserupgrade a {
    color: #92bcff;
    text-decoration: none; }

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #ffffff; }

/**
 * Site sprites
 * @project zptheme
 * @author Bryan Wiebe <hutzmedia.com>
 * @filename sprites.scss
 */
.icons-sprite, .icons-form-facebook, .icons-list-checkbox, .icons-social-facebook, .icons-social-instagram, .icons-social-vimeo {
  background-image: url('../img/icons-s5afe97e958.png');
  background-repeat: no-repeat; }

.icons-form-facebook {
  background-position: 0 0;
  height: 17px;
  width: 18px; }

.icons-list-checkbox {
  background-position: 0 -17px;
  height: 18px;
  width: 20px; }

.icons-social-facebook {
  background-position: 0 -35px;
  height: 24px;
  width: 25px; }

.icons-social-instagram {
  background-position: 0 -59px;
  height: 24px;
  width: 24px; }

.icons-social-vimeo {
  background-position: 0 -83px;
  height: 24px;
  width: 27px; }

/**
 * Site Header
 * @copyright Advance Marketing Group
 * @author Bryan Wiebe <info@hutzmedia.com>
 * @filename footer.scss
 */
#main-header {
  padding: 58px 0 39px 0; }
  #main-header .page-width {
    padding: 0 16px; }
  @media (max-width: 767px) {
    #main-header {
      padding: 16px 0; } }
  #main-header .logo {
    margin: 0 auto;
    max-width: 550px; }
    #main-header .logo .image-container {
      display: block;
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
      padding: 20.90909% 0 0 0;
      box-sizing: border-box; }
      #main-header .logo .image-container img {
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }

/**
 * Site Splash / Content
 * @copyright Advance Marketing Group
 * @author Bryan Wiebe <info@hutzmedia.com>
 * @filename splash.scss
 */
body.background {
  background-color: #0d0e0c; }

#main-content .page-width {
  padding: 0 16px;
  height: 100%; }
#main-content .section {
  position: relative; }
  #main-content .section:before, #main-content .section:after {
    content: "";
    display: table; }
  #main-content .section:after {
    clear: both; }
#main-content .alert {
  position: relative;
  top: -16px;
  padding: 16px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.13); }
  #main-content .alert.alert-danger {
    background-color: rgba(128, 0, 0, 0.5); }
#main-content #home .row {
  margin-bottom: 60px; }
  #main-content #home .row:before, #main-content #home .row:after {
    content: "";
    display: table; }
  #main-content #home .row:after {
    clear: both; }
  @media (max-width: 767px) {
    #main-content #home .row {
      margin-bottom: 16px; } }
  #main-content #home .row .col {
    float: left; }
  #main-content #home .row .col-form {
    width: 40%;
    margin-top: 127px;
    padding: 26px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08); }
    @media (min-width: 768px) and (max-width: 1023px) {
      #main-content #home .row .col-form {
        width: 45%; } }
    @media (max-width: 767px) {
      #main-content #home .row .col-form {
        width: 100%;
        padding: 16px;
        margin: 0 0 16px 0; } }
    #main-content #home .row .col-form .form-control {
      font-size: 14px;
      color: #000000;
      background-color: #ffffff;
      padding: 8px 10px;
      border: 1px solid #bcbcbc;
      width: 100%;
      margin-bottom: 2px; }
    #main-content #home .row .col-form a {
      display: block;
      color: #ffffff;
      margin: 12px 0;
      font-size: 14px;
      letter-spacing: -0.05em; }
      #main-content #home .row .col-form a .icons-sprite, #main-content #home .row .col-form a .icons-form-facebook, #main-content #home .row .col-form a .icons-list-checkbox, #main-content #home .row .col-form a .icons-social-facebook, #main-content #home .row .col-form a .icons-social-instagram, #main-content #home .row .col-form a .icons-social-vimeo {
        display: inline-block;
        vertical-align: top;
        margin-right: 8px; }
      #main-content #home .row .col-form a span {
        vertical-align: top;
        display: inline-block; }
    #main-content #home .row .col-form .submit-container {
      margin-top: 26px; }
      #main-content #home .row .col-form .submit-container:before, #main-content #home .row .col-form .submit-container:after {
        content: "";
        display: table; }
      #main-content #home .row .col-form .submit-container:after {
        clear: both; }
      #main-content #home .row .col-form .submit-container .btn {
        display: block;
        float: left;
        width: 40%;
        font-weight: 900;
        font-size: 24px;
        text-align: center;
        text-transform: uppercase;
        margin: 0 0; }
      #main-content #home .row .col-form .submit-container .btn-join {
        background-color: #eeb429;
        -moz-transition: background-color 200ms ease-in-out;
        -o-transition: background-color 200ms ease-in-out;
        -webkit-transition: background-color 200ms ease-in-out;
        transition: background-color 200ms ease-in-out;
        border: 1px solid rgba(255, 255, 255, 0.24); }
        #main-content #home .row .col-form .submit-container .btn-join:hover {
          background-color: #d39a11; }
      #main-content #home .row .col-form .submit-container .btn-login {
        float: right;
        background-color: transparent;
        border: 1px solid transparent; }
      #main-content #home .row .col-form .submit-container span {
        font-size: 20px;
        line-height: 34px;
        width: 18%;
        text-align: right;
        font-weight: 900;
        float: left; }
  #main-content #home .row .col-member {
    float: right;
    width: 40%; }
    @media (min-width: 768px) and (max-width: 1023px) {
      #main-content #home .row .col-member {
        width: 45%; } }
    @media (max-width: 767px) {
      #main-content #home .row .col-member {
        width: 100%; } }
    #main-content #home .row .col-member h2 {
      margin: 0;
      border: 0;
      text-transform: uppercase;
      font-size: 60px;
      color: #f8bb29;
      line-height: 48px;
      font-weight: 900;
      letter-spacing: -0.05em;
      text-align: center;
      text-shadow: 0 0 10px black; }
      @media (max-width: 767px) {
        #main-content #home .row .col-member h2 {
          font-size: 48px;
          line-height: 40px; } }
    #main-content #home .row .col-member ul {
      margin: 26px 0 0 0;
      padding: 0; }
      #main-content #home .row .col-member ul li {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
        padding: 14px 24px 14px 66px;
        background-color: rgba(0, 0, 0, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.13);
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 700; }
        #main-content #home .row .col-member ul li .icons-sprite, #main-content #home .row .col-member ul li .icons-form-facebook, #main-content #home .row .col-member ul li .icons-list-checkbox, #main-content #home .row .col-member ul li .icons-social-facebook, #main-content #home .row .col-member ul li .icons-social-instagram, #main-content #home .row .col-member ul li .icons-social-vimeo {
          position: absolute;
          left: 24px;
          top: 14px;
          display: inline-block; }
#main-content #subscribe .subscribe-container {
  max-width: 540px;
  margin: 0 auto;
  text-align: center; }
  #main-content #subscribe .subscribe-container h3 {
    margin: 0 0 24px 0;
    padding: 0;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    vertical-align: top; }
    #main-content #subscribe .subscribe-container h3:before, #main-content #subscribe .subscribe-container h3:after {
      content: "";
      display: table; }
    #main-content #subscribe .subscribe-container h3:after {
      clear: both; }
    #main-content #subscribe .subscribe-container h3 .logo {
      float: right;
      width: 270px; }
      #main-content #subscribe .subscribe-container h3 .logo .image-container {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        padding: 20.74074% 0 0 0;
        box-sizing: border-box; }
        #main-content #subscribe .subscribe-container h3 .logo .image-container img {
          display: block;
          width: 100%;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }
    @media (max-width: 767px) {
      #main-content #subscribe .subscribe-container h3 {
        text-align: center;
        margin: 0 0 16px 0; }
        #main-content #subscribe .subscribe-container h3 .logo {
          float: none;
          max-width: 270px;
          width: auto;
          margin: 8px auto 0 auto; } }
  #main-content #subscribe .subscribe-container .btn-subscribe {
    display: inline-block;
    padding: 30px 0;
    width: 80%;
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.5);
    background: #f5b92b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f5b92b 0%, #8d6506 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5b92b), color-stop(100%, #8d6506));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5b92b 0%, #8d6506 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5b92b 0%, #8d6506 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5b92b 0%, #8d6506 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f5b92b 0%, #8d6506 100%);
    /* W3C */ }
    @media (max-width: 767px) {
      #main-content #subscribe .subscribe-container .btn-subscribe {
        width: 100%;
        padding: 16px 0; } }
    #main-content #subscribe .subscribe-container .btn-subscribe:hover {
      color: #ffffff;
      background: #e2a20b;
      /* Old browsers */
      background: -moz-linear-gradient(top, #e2a20b 0%, #5c4204 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2a20b), color-stop(100%, #5c4204));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #e2a20b 0%, #5c4204 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #e2a20b 0%, #5c4204 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #e2a20b 0%, #5c4204 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #e2a20b 0%, #5c4204 100%);
      /* W3C */ }

/**
 * Site Footer
 * @copyright Advance Marketing Group
 * @author Bryan Wiebe <info@hutzmedia.com>
 * @filename header.scss
 */
#main-footer {
  padding: 0 0 24px 0;
  text-align: center;
  text-transform: uppercase; }
  #main-footer, #main-footer a {
    color: #71716f; }
  #main-footer .page-width {
    padding: 0 16px; }
  #main-footer .social-container {
    margin: 28px 0 28px 0;
    text-align: center; }
    @media (max-width: 767px) {
      #main-footer .social-container {
        margin: 16px 0 16px 0; } }
    #main-footer .social-container .icons-sprite, #main-footer .social-container .icons-form-facebook, #main-footer .social-container .icons-list-checkbox, #main-footer .social-container .icons-social-facebook, #main-footer .social-container .icons-social-instagram, #main-footer .social-container .icons-social-vimeo {
      display: inline-block;
      opacity: 0.8;
      -moz-transition: opacity 200ms ease-in-out;
      -o-transition: opacity 200ms ease-in-out;
      -webkit-transition: opacity 200ms ease-in-out;
      transition: opacity 200ms ease-in-out;
      margin: 0 14px; }
      #main-footer .social-container .icons-sprite a, #main-footer .social-container .icons-form-facebook a, #main-footer .social-container .icons-list-checkbox a, #main-footer .social-container .icons-social-facebook a, #main-footer .social-container .icons-social-instagram a, #main-footer .social-container .icons-social-vimeo a {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -9999px; }
      #main-footer .social-container .icons-sprite:hover, #main-footer .social-container .icons-form-facebook:hover, #main-footer .social-container .icons-list-checkbox:hover, #main-footer .social-container .icons-social-facebook:hover, #main-footer .social-container .icons-social-instagram:hover, #main-footer .social-container .icons-social-vimeo:hover {
        opacity: 1; }
  #main-footer .line {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.13);
    margin-bottom: 24px; }
  #main-footer .copyright {
    margin: 0;
    text-align: center;
    font-size: 14px; }
    #main-footer .copyright p {
      margin: 0; }
  #main-footer .copyright, #main-footer .amg {
    display: inline-block; }
  #main-footer .amg {
    margin-left: 32px; }
    @media (max-width: 767px) {
      #main-footer .amg {
        margin: 8px 0 0 0; } }

/**
 * Video
 * @copyright Advance Marketing Group
 * @author Bryan Wiebe <info@hutzmedia.com>
 * @filename splash.scss
 */
.video-auto {
  position: fixed !important;
  opacity: 0.5; }
