@charset "UTF-8";
/**
 * Handling z-index
 *
 * @see http://css-tricks.com/handling-z-index/
 */
/**
 * Media query mixin
 */
/**
 * HiDPI Media query mixin
 */
/**
 * rem mixin
 * Calculate the rem unit, and return both pixels and rems
 * to support older (non-rem supporting) browsers
 */
/**
 * Font size mixin
 */
/**
 * style input attr placeholder mixin
 *
 * @see http://stackoverflow.com/questions/17181849/placeholder-mixin-scss-css
 */
/**
 * Calculate rem
 *
 * calc-rem: calculate the rem value based on the desired pixel
 * value versus a context value, usually the default font
 */
/**
 * Calculate %
 *
 * calc-percent: calculate the percent using the target ÷ context
 * formula, expressed as a percentage.  See Chapter 2 of "Responsive
 * Web Design" (Marcotte, A Book Apart, 2011)
 */
/**
 * Calculate em
 *
 * calc-em: sometimes, you really need to use ems, not rems,
 * esp. when you're dealing with fonts that should be sized
 * relative to other items in a component, such as headers.
 * Remember to define your context!  Your context will be
 * the font-size of the parent element.
 */
.u-center {
  text-align: center; }

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px); }

.o-container {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .o-container {
      width: 750px; } }
  @media (min-width: 992px) {
    .o-container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .o-container {
      width: 1170px; } }
  @media (min-width: 1400px) {
    .o-container {
      width: 1360px; } }

.o-Flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .o-Flex-column {
    flex-direction: column; }
  .o-Flex-reverse {
    flex-direction: row-reverse; }
  .o-Flex-wrap {
    flex-wrap: wrap; }
  .o-Flex-center {
    align-items: center; }
  .o-Flex-end {
    align-items: flex-end; }
  .o-Flex-align-center {
    justify-content: center; }
  .o-Flex-align-even {
    justify-content: space-between; }

.o-Flex_Grow {
  flex: 1; }

.o-Flex_Push {
  margin-left: auto; }

.o-mt10 {
  margin-top: 10px; }

.o-mt20 {
  margin-top: 20px; }

.o-mt30 {
  margin-top: 30px; }

.o-mt40 {
  margin-top: 40px; }

.o-mt50 {
  margin-top: 50px; }

.o-mt60 {
  margin-top: 60px; }

.o-mt70 {
  margin-top: 70px; }

.o-mt80 {
  margin-top: 80px; }

.o-mra {
  margin-right: auto; }

.o-mb10 {
  margin-bottom: 10px; }

.o-M15 {
  margin-bottom: 15px; }

.o-mb20 {
  margin-bottom: 20px; }

.o-mb30 {
  margin-bottom: 30px; }

.o-mb40 {
  margin-bottom: 40px; }

.o-mb50 {
  margin-bottom: 50px; }

.o-mb60 {
  margin-bottom: 60px; }

.o-mb70 {
  margin-bottom: 70px; }

.o-mb80 {
  margin-bottom: 80px; }

.o-mb100 {
  margin-bottom: 100px; }

.o-mla {
  margin-left: auto; }

.o-module {
  position: relative;
  padding: 40px 6.16667vw; }
  @media (min-width: 90em) {
    .o-module {
      padding: 60px; } }
  .o-module.has-double-pt {
    padding-top: 80px; }
    @media (min-width: 90em) {
      .o-module.has-double-pt {
        padding-top: 120px; } }
  .o-module.has-double-p {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media (min-width: 90em) {
      .o-module.has-double-p {
        padding-top: 120px;
        padding-bottom: 120px; } }

.o-module_inner {
  position: relative;
  width: 87.66667vw;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 90em) {
    .o-module_inner {
      width: 1320px; } }
  .o-module_inner.is-sm {
    max-width: 600px; }
  .o-module_inner.is-md {
    max-width: 800px; }
  .o-module_inner.is-lg {
    max-width: 1000px; }

.o-module_cols {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px; }
  @media (min-width: 768px) {
    .o-module_cols {
      grid-template-columns: repeat(2, 1fr); } }
  .o-module_cols.is-reverse {
    text-align: right; }
    .o-module_cols.is-reverse .o-module_image {
      transform: rotate(5deg); }
      @media (min-width: 768px) {
        .o-module_cols.is-reverse .o-module_image {
          order: 1; } }

.o-module_image {
  transform: rotate(-5deg); }

.c-content h1, .c-content h2, .c-content h3, .c-content h4, .c-content h5, .c-content h6 {
  font-family: titling-gothic-fb-narrow, sans-serif;
  font-weight: 500;
  text-transform: uppercase; }
  .c-content h1:not(:first-child), .c-content h2:not(:first-child), .c-content h3:not(:first-child), .c-content h4:not(:first-child), .c-content h5:not(:first-child), .c-content h6:not(:first-child) {
    margin-top: 30px; }
  .c-content h1:not(:last-child), .c-content h2:not(:last-child), .c-content h3:not(:last-child), .c-content h4:not(:last-child), .c-content h5:not(:last-child), .c-content h6:not(:last-child) {
    margin-bottom: 40px; }
  .c-content h1 > strong, .c-content h2 > strong, .c-content h3 > strong, .c-content h4 > strong, .c-content h5 > strong, .c-content h6 > strong {
    font-weight: 400; }

.c-content h1 {
  font-size: calc(35 / 16 * 1rem); }
  @media (min-width: 768px) {
    .c-content h1 {
      font-size: calc(55 / 16 * 1rem); } }

.c-content h2 {
  font-size: calc(25 / 16 * 1rem); }
  @media (min-width: 768px) {
    .c-content h2 {
      font-size: calc(45 / 16 * 1rem); } }

.c-content p, .c-content li, .c-content th, .c-content td {
  font-size: calc(20 / 16 * 1rem); }
  @media (min-width: 768px) {
    .c-content p, .c-content li, .c-content th, .c-content td {
      font-size: calc(25 / 16 * 1rem); } }

.c-content p:not(:last-child) {
  margin-bottom: 20px; }

.c-content p + figure {
  margin-top: 20px; }

.c-content p > img {
  display: block;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px; }
  .c-content p > img.alignright {
    margin-left: auto; }
  .c-content p > img.aligncenter {
    margin-right: auto;
    margin-left: auto; }

.c-content a:not(.c-btn) {
  text-decoration: underline; }

.c-content ul,
.c-content ol {
  margin-top: 5px;
  margin-left: 18px; }
  .c-content ul:not(:last-child),
  .c-content ol:not(:last-child) {
    margin-bottom: 20px; }

.c-content li {
  padding-left: 2px; }
  .c-content li:not(:first-child) {
    margin-top: 6px; }

.c-content ul li {
  list-style: none; }

.c-content ol li {
  list-style: none; }

.c-content blockquote:not(:first-child),
.c-content figure:not(:first-child),
.c-content hr:not(:first-child),
.c-content table:not(:first-child) {
  margin-top: 60px; }

.c-content blockquote:not(:last-child),
.c-content figure:not(:last-child),
.c-content hr:not(:last-child),
.c-content table:not(:last-child) {
  margin-bottom: 60px; }

.c-content blockquote {
  padding: 0 15px; }

.c-content hr {
  height: 20px;
  border: none;
  background-size: 100px auto;
  background-repeat-y: no-repeat; }

.c-content table {
  width: 100%;
  border: 2px solid;
  border-collapse: collapse;
  border-spacing: 0; }

.c-content th {
  font-weight: 700; }

.c-content th, .c-content td {
  padding: 8px;
  border: 2px solid; }

.c-content small {
  display: inline-block;
  line-height: 1.4; }

.c-content .c-btn,
.c-content .cloud-btn {
  margin-top: 30px;
  margin-bottom: 30px; }

.c-content-blocks {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center; }
  @media (min-width: 992px) {
    .c-content-blocks {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 992px) {
    .c-content-blocks.is-alt {
      grid-template-columns: repeat(3, 1fr); } }

#mc_embed_signup #mc-embedded-subscribe-form .indicates-required {
  color: #a89bfd;
  font-size: 1rem; }

#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group {
  width: 100%;
  padding-bottom: 30px; }
  #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group.size1of2 {
    float: none;
    width: 100%;
    margin-right: 0; }
  #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group label {
    margin: 0 0 15px;
    font-family: titling-gothic-fb-narrow, sans-serif;
    font-size: calc(20 / 16 * 1rem);
    text-transform: uppercase; }
  #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input {
    width: 100%;
    padding: 20px;
    border-radius: 0;
    font-size: 1.125rem; }

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  width: 100%;
  border-radius: 0 !important; }

#mc_embed_signup #mc-embedded-subscribe-form .button {
  display: inline-block;
  height: auto;
  padding: 20px 32px;
  margin: 30px 0 0;
  border: 0;
  background: #a89bfd;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  font-family: titling-gothic-fb-narrow, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.15;
  outline: 0;
  text-transform: uppercase;
  transition: transform 0.3s ease; }


/*# sourceMappingURL=main.css.map*/