/* 
Column mixins by Tiffany Brown (@webinista / webinista.com) 
Public domain licensed, because, really who couldn't come up with this on their own?
It's not required, but I'd appreciate you letting me know if you found these useful :-).
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Calistoga&family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  display: block;
}

p, ul, ol {
  margin: 0 0 1.5em;
}

ul li {
  list-style: disc outside none;
  margin: 0 0 5px 40px;
}
ul li ul {
  margin: 5px 0;
}

ol li {
  list-style: decimal outside none;
  margin: 0 0 5px 40px;
}

img {
  box-sizing: border-box;
  max-width: 100%;
}

select, input[type=text], input[type=email], input[type=tel], textarea {
  box-sizing: border-box;
  width: 100%;
}

input[type=text], input[type=email], input[type=tel], textarea {
  font: normal 15px/18px sans-serif;
  padding: 5px;
}

.visually-hidden {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.centered, .aligncenter, .centred, .aligncentre {
  text-align: center;
}

.entry-nav {
  margin: 10px 0;
  padding: 10px 0;
}

.entry-nav p {
  margin: 0;
  width: 45%;
}

.prev-entry {
  float: left;
  text-align: left;
}

.next-entry {
  float: right;
  text-align: right;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 120px;
  background: white;
  padding: 0;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 3em 0;
}

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  /* -webkit-filter: blur(8px);
  filter: blur(8px); */
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 80px;
  height: 80px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.dropzone .dz-details {
  display: none !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
	Colors
*/
/*
	Fonts
*/
/*
	Global
*/
body {
  background: #20414A;
  color: #FFF;
  font: 400 18px/24px "Source Sans Pro", sans-serif;
  text-align: center;
}
body.mobile.builder {
  background: #F0F0F0;
  font-size: 14px;
  line-height: 19px;
  height: 100%;
}
body.mobile.builder header, body.mobile.builder footer {
  display: none;
}

.page {
  background: #FFF;
  color: #525252;
  padding-bottom: 1px;
}

h1 {
  color: #20414A;
  font: 400 60px/62px "Calistoga", sans;
  margin-bottom: 20px;
}
.desktop-builder-page h1 {
  margin-bottom: 40px;
}

h2 {
  color: #20414A;
  font: 400 48px/50px "Calistoga", sans;
  margin-bottom: 20px;
}

h3 {
  color: #20414A;
  font: 600 28px/30px "Source Sans Pro", sans-serif;
  margin-bottom: 20px;
}

blockquote {
  margin: 1.5em 3em;
}
blockquote p:last-child {
  margin-bottom: 0;
}

a {
  color: #20414A;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
a:hover {
  text-decoration: none;
}

.wrapper {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 20px;
  position: relative;
  text-align: left;
}

.page-content {
  max-width: 640px;
  padding-bottom: 60px;
}
.page-content h1 {
  margin-bottom: 80px;
}

.btn {
  background: #20414A;
  border: 0;
  border-radius: 8px;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font: 700 18px/20px "Source Sans Pro", sans-serif;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.btn:hover {
  color: #FFF;
}
.btn:disabled {
  opacity: 0.25;
}
.btn svg {
  color: #FFF;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.btn.icon-left svg {
  margin-right: 8px;
}
.btn.icon-right svg {
  margin-left: 8px;
}

/*
 * Header	
*/
header {
  padding: 60px 0 120px;
}

.catie-logo {
  width: 180px;
}

nav {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
nav ul {
  margin: 0;
}
nav li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 60px;
}
nav a {
  text-decoration: none;
}
nav a.current {
  color: #646464;
}
nav .links {
  left: 280px;
  position: absolute;
  top: 20px;
}
nav .langs {
  right: 20px;
  position: absolute;
  top: 20px;
}
nav .langs li {
  margin: 0 0 0 20px;
}

/*
 * Home	
*/
.home-primary {
  margin-bottom: 100px;
  min-height: 600px;
  position: relative;
}
.home-primary .wrapper {
  position: static;
}
.home-primary figure {
  max-width: 600px;
  position: absolute;
  right: 0;
  top: -20px;
  width: 50%;
}

.home-intro {
  font-size: 21px;
  line-height: 28px;
  width: 50%;
}

.steps {
  color: #20414A;
  display: flex;
  margin: 0 0 80px;
  text-align: center;
}
.steps li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  padding: 0 40px;
  position: relative;
  width: 33.3333333333%;
}
.steps img {
  margin-left: -30px;
  width: 200px;
}
.steps span {
  font-size: 96px;
  left: 50%;
  line-height: 96px;
  margin-left: -20px;
  position: absolute;
  top: 15%;
}
.steps h3 {
  margin: 15px 0;
}
.steps p {
  margin: 0;
}

.mobile-builder-link {
  display: none;
}

/*
 * Builder	
*/
#desktop-builder {
  display: flex;
  margin-bottom: 80px;
}
#desktop-builder #builder-canvas {
  padding: 40px 0 0;
  width: 70%;
}
#desktop-builder #builder-panel {
  box-shadow: -2px 0 6px rgba(0, 0, 0, 0.25);
  width: 30%;
}
#desktop-builder #builder-canvas-content {
  height: 700px;
}

.canvas-label {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}

#builder-canvas {
  background: #F0F0F0;
  box-sizing: border-box;
  color: #646464;
  text-align: center;
}

#builder-canvas-content {
  overflow: hidden;
}

#builder-canvas-zoomable {
  height: 100%;
  width: 100%;
}

#builder-panel {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 18px;
  padding: 40px;
}

.option-row {
  margin-bottom: 20px;
}
.option-row label {
  color: #646464;
  display: block;
}

.format-row label {
  margin-bottom: 20px;
}
.format-row input {
  left: -9999px;
  position: absolute;
}
.format-row ul {
  display: flex;
  margin: 0;
}
.format-row li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  width: 50%;
}
.format-row img {
  border: 1px solid #F0F0F0;
  cursor: pointer;
  vertical-align: middle;
}
.format-row img.selected {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.format-row .poster-thumbnail {
  width: 60px;
}
.format-row .postcard-thumbnail {
  margin-top: 15px;
  width: 61px;
}
.format-row span {
  color: #646464;
  cursor: pointer;
  display: none;
  font-size: 12px;
  left: 50%;
  line-height: 12px;
  margin-left: -25px;
  position: absolute;
  top: 24%;
  width: 50px;
  z-index: 3;
}

.image-row label, .message-row label {
  background: #F0F0F0;
  border-radius: 8px;
  cursor: pointer;
  line-height: 16px;
  padding: 10px 12px 14px;
  position: relative;
}
.image-row label svg, .message-row label svg {
  font-size: 18px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.image-row label .chevron, .message-row label .chevron {
  font-size: 10px;
  margin: 0;
  position: absolute;
  right: 12px;
  top: 15px;
}
.image-row ul, .message-row ul {
  margin: 0;
}
.image-row li, .message-row li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.image-row ul {
  position: relative;
}
.image-row li {
  padding: 10px;
}
.image-row .next, .image-row .prev {
  color: #646464;
  position: absolute;
  top: 40px;
  z-index: 2;
}
.image-row .next {
  right: -20px;
}
.image-row .prev {
  left: -20px;
}
.image-row img {
  cursor: pointer;
  display: block;
  padding: 10px;
}
.image-row img.selected {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.message-row ul {
  border: 1px solid #646464;
  border-radius: 8px;
  margin-top: 10px;
}
.message-row ul li {
  border-bottom: 1px solid #646464;
  cursor: pointer;
  padding: 10px 12px;
}
.message-row ul li:first-child {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.message-row ul li:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.message-row ul li.selected {
  background: #F0F0F0;
  color: #000;
}
.message-row ul li:hover {
  color: #000;
}

.custom-row textarea {
  border-radius: 8px;
  font: 400 14px/17px "Source Sans Pro", sans-serif;
  height: 100px;
  padding: 16px 20px;
}
.custom-row textarea::placeholder {
  color: #9D9D9D;
}

.counter {
  color: #9D9D9D;
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding: 2px 20px;
  text-align: left;
}

.upload-row label {
  cursor: pointer;
  padding: 0 8px 8px;
}
.upload-row label svg {
  font-size: 18px;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

.print-row label {
  cursor: pointer;
  display: block;
  padding: 2px 8px;
}

.print-menu {
  border: 1px solid #538881;
  border-radius: 8px;
  display: block;
  margin: 0;
  vertical-align: top;
}
.print-menu li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.print-menu li label {
  background: #F0F0F0;
  color: #646464;
  cursor: pointer;
  display: block;
  padding: 10px 12px 14px;
  position: relative;
}
.print-menu li input {
  left: -9999px;
  position: absolute;
}
.print-menu li:first-child label {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.print-menu li:last-child label {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.print-menu li.selected label {
  background: #538881;
  border-radius: 7px;
  color: #FFF;
}
.print-menu li.selected label svg {
  color: #94B2B0;
}
.print-menu.open li:first-child.selected label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.print-menu.open li:last-child.selected label {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#order-fields {
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 0 4px #000;
  color: #20414A;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  width: 600px;
}
#order-fields h3 {
  background: #20414A;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  color: #FFF;
  font-size: 18px;
  line-break: 20px;
  margin: -30px -30px 30px;
  padding: 10px 30px;
}
#order-fields .order-row {
  margin-bottom: 20px;
}
#order-fields label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
#order-fields select {
  width: 100px;
}
#order-fields #copiesCustom {
  display: none;
  margin-left: 20px;
  width: 50px;
}
#order-fields textarea {
  height: 80px;
}
#order-fields .mfp-close {
  color: #FFF;
}

.order-intro {
  color: #646464;
}

.order-submit {
  margin: 30px 0;
  text-align: center;
}

.order-footer {
  color: #646464;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}
.order-footer p {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
}

.mobile #order-fields {
  background: #20414A;
  box-sizing: border-box;
  color: #FFF;
  width: 100%;
}
.mobile #order-fields a {
  color: #FFF;
}
.mobile #order-fields .order-intro {
  color: #FFF;
}
.mobile #order-fields .order-submit .btn {
  background: #538881;
}
.mobile #order-fields .order-footer {
  color: #FFF;
}

#mobile-welcome {
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 0 4px #000;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 21px;
  color: #20414A;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  text-align: center;
  width: 280px;
}
#mobile-welcome p {
  margin-bottom: 10px;
}
#mobile-welcome .btn {
  background: #5dd3e5;
  color: #20414A;
}

#uploader {
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 0 4px #000;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  text-align: center;
  width: 360px;
}
#uploader h3 {
  background: #20414A;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  color: #FFF;
  font-size: 18px;
  line-break: 20px;
  margin: -30px -30px 30px;
  padding: 10px 30px;
  text-align: left;
}
#uploader .mfp-close {
  color: #FFF;
  top: 2px;
}
#uploader .dz-default .dz-button {
  color: #646464;
}
#uploader .dz-default .dz-button span {
  color: #538881;
  cursor: pointer;
  text-decoration: underline;
}

#poster-canvas {
  background: #FFF;
  box-sizing: border-box;
  color: #000;
  height: 650px;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  text-align: left;
  width: 500px;
}
#poster-canvas .poster-headline {
  font: 400 32px/36px "Calistoga", sans;
  hyphens: none;
  margin-bottom: 5px;
  hyphens: none;
}
#poster-canvas .poster-blurb {
  font-size: 14px;
  hyphens: none;
  line-height: 17px;
  width: 360px;
  hyphens: none;
}
#poster-canvas .poster-custom {
  background: #FFF;
  bottom: 20px;
  border: 1px dashed #94B2B0;
  left: 30px;
  padding: 10px;
  position: absolute;
  width: 280px;
  z-index: 2;
}
#poster-canvas .poster-custom-text {
  font-size: 11px;
  line-height: 14px;
}
#poster-canvas .poster-custom-text:empty {
  display: none;
}
#poster-canvas .poster-logos {
  padding-top: 10px;
}
#poster-canvas .poster-logos:empty {
  display: none;
}
#poster-canvas .poster-logos img {
  margin-right: 20px;
  max-height: 40px;
  vertical-align: middle;
  max-width: 80px;
}
#poster-canvas .poster-catie-footer {
  bottom: 20px;
  font: 400 9px/11px "Calistoga", sans;
  position: absolute;
  right: 30px;
  text-align: right;
  width: 140px;
}
#poster-canvas .poster-catie-logo {
  background: #FFF;
  bottom: 35px;
  padding: 10px;
  position: absolute;
  right: 20px;
  text-align: right;
}
#poster-canvas .poster-catie-logo img {
  width: 120px;
}

#postcard-front {
  background: #FFF;
  box-sizing: border-box;
  color: #000;
  height: 320px;
  margin: 0 auto 30px;
  padding: 20px;
  position: relative;
  text-align: left;
  width: 460px;
}
#postcard-front .postcard-headline {
  font: 400 28px/30px "Calistoga", sans;
  hyphens: none;
  position: relative;
  width: 160px;
  z-index: 2;
}
#postcard-front .postcard-image {
  position: absolute;
  right: 10px;
  top: 40px;
  width: 280px;
  z-index: 1;
}
#postcard-front .postcard-catie-logo {
  bottom: 10px;
  position: absolute;
  left: 20px;
}
#postcard-front .postcard-catie-logo img {
  width: 100px;
}

#postcard-back {
  background: #FFF;
  box-sizing: border-box;
  color: #000;
  height: 320px;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  text-align: left;
  width: 460px;
}
#postcard-back .postcard-blurb {
  color: #123B35;
  font-size: 16px;
  font-weight: 700;
  hyphens: none;
  line-height: 19px;
  margin-bottom: 10px;
}
#postcard-back .postcard-custom {
  border: 1px dashed #94B2B0;
  padding: 10px;
}
#postcard-back .postcard-custom-text {
  font-size: 11px;
  line-height: 14px;
}
#postcard-back .postcard-custom-text:empty {
  display: none;
}
#postcard-back .postcard-logos {
  padding-top: 10px;
  text-align: right;
}
#postcard-back .postcard-logos:empty {
  display: none;
}
#postcard-back .postcard-logos img {
  margin-left: 20px;
  max-height: 40px;
  vertical-align: middle;
  max-width: 80px;
}
#postcard-back .postcard-catie-logo {
  bottom: 35px;
  position: absolute;
  right: 20px;
  text-align: right;
}
#postcard-back .postcard-catie-logo img {
  width: 100px;
}
#postcard-back .postcard-catie-footer {
  bottom: 20px;
  font: 400 10px/12px "Calistoga", sans;
  position: absolute;
  right: 20px;
  text-align: right;
}

/*
 * Mobile	
*/
.mobile-builder-page .mobile-eyebrow {
  background: #FFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  height: 60px;
  left: 0;
  padding: 15px 20px;
  position: fixed;
  right: 0;
  text-align: right;
  top: 0;
}
.mobile-builder-page .mobile-eyebrow .btn {
  font-size: 14px;
  line-height: 17px;
  padding: 6px 12px;
  vertical-align: middle;
}
.mobile-builder-page .mobile-eyebrow .mobile-back {
  font-size: 24px;
  left: 20px;
  line-height: 24px;
  position: absolute;
  top: 17px;
}
.mobile-builder-page .mobile-eyebrow .print-row {
  position: absolute;
  right: 120px;
  text-align: left;
  top: 8px;
}
.mobile-builder-page .mobile-eyebrow .print-row label {
  padding: 0;
}
.mobile-builder-page .mobile-bar {
  background: #FFF;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.25);
  bottom: 0;
  display: flex;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
}
.mobile-builder-page .mobile-bar li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 9px;
  line-height: 10px;
  width: 20%;
}
.mobile-builder-page .mobile-bar li a {
  color: #646464;
  display: block;
  padding: 10px 5px;
  text-decoration: none;
}
.mobile-builder-page .mobile-bar li a:hover {
  color: #525252;
}
.mobile-builder-page .mobile-bar li svg {
  display: block;
  font-size: 28px;
  line-height: 28px;
  margin: 0 auto 5px;
}
.mobile-builder-page #mobile-builder #builder-canvas {
  box-sizing: border-box;
  padding: 70px 0 100px;
}
.mobile-builder-page #mobile-builder #builder-canvas-content {
  height: 100%;
}
.mobile-builder-page .mobile-panel {
  background: #20414A;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  bottom: 0;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
  color: #FFF;
  display: none;
  left: 5px;
  padding: 20px;
  position: fixed;
  right: 5px;
  z-index: 99;
}
.mobile-builder-page .mobile-panel > label {
  display: block;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
.mobile-builder-page .mobile-panel ul {
  margin: 0;
}
.mobile-builder-page .mobile-panel li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.mobile-builder-page .mobile-panel .close-panel {
  color: #FFF;
  font-size: 18px;
  left: 10px;
  line-height: 18px;
  padding: 4px;
  position: absolute;
  top: 14px;
}
.mobile-builder-page #format-panel ul {
  display: flex;
  margin: 0 auto;
  width: 140px;
}
.mobile-builder-page #format-panel ul li {
  width: 50%;
}
.mobile-builder-page #format-panel ul input {
  left: -9999px;
  position: absolute;
}
.mobile-builder-page #format-panel ul img {
  width: 60px;
}
.mobile-builder-page #format-panel ul img.selected {
  box-shadow: 0 0 8px #000;
}
.mobile-builder-page #format-panel ul img.postcard-thumbnail {
  margin-top: 20px;
}
.mobile-builder-page #format-panel ul span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
  text-align: center;
}
.mobile-builder-page #artwork-panel ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.mobile-builder-page #artwork-panel ul li {
  box-sizing: border-box;
  padding: 5px 5px 0;
  width: 25%;
}
.mobile-builder-page #artwork-panel ul img.selected {
  box-shadow: 0 0 8px #000;
}
.mobile-builder-page #message-panel li {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: block;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 20px;
}
.mobile-builder-page #message-panel li.selected {
  background: #FFF;
  color: #20414A;
}
.mobile-builder-page #custom-panel {
  padding: 60px 40px 40px;
}
.mobile-builder-page #custom-panel textarea {
  height: 100px;
}
.mobile-builder-page #logos-panel {
  color: #525252;
  padding: 60px 40px 40px;
}
.mobile-builder-page #logos-panel form {
  border-radius: 8px;
  padding: 20px;
}

/*
 * Success	
*/
.success-page {
  display: flex;
  margin: 0 auto 60px;
  max-width: 800px;
}
.success-page .artwork-column {
  margin-bottom: 40px;
  width: 50%;
}
.success-page .artwork-column img {
  border: 1px solid #646464;
}
.success-page .content-column {
  box-sizing: border-box;
  font-size: 24px;
  line-height: 32px;
  padding: 0 40px;
  width: 50%;
}
.success-page .content-column h2 {
  margin-bottom: 60px;
}
.success-page .content-column .download-btn {
  margin: 60px 0;
}
.success-page .content-column .download-btn .btn {
  background: #5dd3e5;
  color: #20414A;
  font-size: 24px;
  line-height: 24px;
  padding: 16px 30px;
}
.success-page .success-page-footer {
  font-size: 16px;
  line-height: 21px;
}

/*
 * PDF Layouts	
*/
.submission {
  background: #FFF;
  color: #000;
  margin: 0;
  padding: 0;
}
.submission.format-poster {
  size: letter portrait;
}
.submission.format-postcard {
  size: 6in 4in;
}

#poster-pdf {
  background: #FFF;
  box-sizing: border-box;
  height: 11in;
  margin: 0 auto;
  overflow: hidden;
  padding: 0.35in;
  position: relative;
  text-align: left;
  width: 8.5in;
}
#poster-pdf .poster-headline {
  font: 400 54px/60px "Calistoga", sans;
  hyphens: none;
  margin-bottom: 0.15in;
}
#poster-pdf .poster-blurb {
  font-size: 24px;
  hyphens: none;
  line-height: 28px;
  width: 6.5in;
}
#poster-pdf .poster-custom {
  background: #FFF;
  bottom: 0.3in;
  border: 1px dashed #94B2B0;
  left: 0.35in;
  padding: 0.2in;
  position: absolute;
  width: 5in;
  z-index: 2;
}
#poster-pdf .poster-custom-text {
  font-size: 16px;
  line-height: 21px;
}
#poster-pdf .poster-logos {
  padding-top: 0.2in;
}
#poster-pdf .poster-logos img {
  margin-right: 0.2in;
  max-height: 0.65in;
  vertical-align: middle;
  max-width: 1.25in;
}
#poster-pdf .poster-catie-footer {
  bottom: 0.35in;
  font: 400 14px/16px "Calistoga", sans;
  position: absolute;
  right: 0.35in;
  text-align: right;
  width: 2.25in;
}
#poster-pdf .poster-catie-logo {
  background: #FFF;
  bottom: 0.75in;
  position: absolute;
  right: 0.35in;
  text-align: right;
}
#poster-pdf .poster-catie-logo img {
  width: 1.75in;
}

#postcard {
  text-align: center;
}

#postcard-pdf-front {
  background: #FFF;
  box-sizing: border-box;
  height: 4in;
  margin: 0 auto;
  padding: 0.25in;
  position: relative;
  text-align: left;
  width: 6in;
}
#postcard-pdf-front .postcard-headline {
  font: 400 32px/36px "Calistoga", sans;
  hyphens: none;
  position: relative;
  width: 2in;
  z-index: 2;
}
#postcard-pdf-front .postcard-image {
  position: absolute;
  right: 0.25in;
  top: 0.25in;
  width: 3.75in;
  z-index: 1;
}
#postcard-pdf-front .postcard-catie-logo {
  bottom: 0.25in;
  position: absolute;
  left: 0.25in;
}
#postcard-pdf-front .postcard-catie-logo img {
  width: 1.2in;
}

#postcard-pdf-back {
  background: #FFF;
  box-sizing: border-box;
  height: 4in;
  margin: 0 auto;
  padding: 0.25in;
  page-break-before: always;
  position: relative;
  text-align: left;
  width: 6in;
}
#postcard-pdf-back .postcard-blurb {
  color: #123B35;
  font-size: 18px;
  font-weight: 700;
  hyphens: none;
  line-height: 24px;
  margin-bottom: 0.25in;
}
#postcard-pdf-back .postcard-custom {
  border: 1px dashed #94B2B0;
  padding: 0.15in;
}
#postcard-pdf-back .postcard-custom-text {
  font-size: 13px;
  line-height: 17px;
}
#postcard-pdf-back .postcard-logos {
  padding-top: 0.15in;
  text-align: right;
}
#postcard-pdf-back .postcard-logos img {
  margin-left: 0.15in;
  max-height: 0.5in;
  vertical-align: middle;
  max-width: 1in;
}
#postcard-pdf-back .postcard-catie-logo {
  bottom: 0.4in;
  position: absolute;
  right: 0.25in;
  text-align: right;
}
#postcard-pdf-back .postcard-catie-logo img {
  width: 1.5in;
}
#postcard-pdf-back .postcard-catie-footer {
  bottom: 0.25in;
  font: 400 12px/15px "Calistoga", sans;
  position: absolute;
  right: 0.25in;
  text-align: right;
}

/*
 * Footer	
*/
footer {
  font-size: 18px;
  line-height: 20px;
  padding: 40px 0;
}
footer p {
  margin: 0;
}
footer small {
  font-size: 16px;
  margin-left: 10px;
  opacity: 0.65;
}

/* 
	Forms
*/
.error {
  color: #CC0000;
  font-weight: 700;
}

.errors, .parsley-errors-list {
  color: #CC0000;
  font-weight: 700;
  margin: 0;
}
.errors li, .parsley-errors-list li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  padding: 4px;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #CC0000;
  border: 1px solid #CC0000;
}

.required {
  color: #CC0000;
  font-weight: 700;
  margin-left: 5px;
}

@media screen and (max-width: 920px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }

  h1 {
    font-size: 48px;
    line-height: 50px;
  }

  h2 {
    font-size: 32px;
    line-height: 34px;
  }

  h3 {
    font-size: 24px;
    line-height: 26px;
  }

  header {
    padding: 20px 0 40px;
  }

  nav {
    background: #20414A;
    bottom: 0;
    left: 0;
    padding: 20px 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  nav .links, nav .langs {
    margin: 0;
    position: static;
  }
  nav a {
    color: #FFF;
    display: block;
    padding: 10px 20px;
  }
  nav .links {
    margin-top: 20px;
  }
  nav .links li {
    display: block;
    margin: 0;
  }
  nav .langs li {
    margin: 0;
  }

  .menu-open {
    font-size: 28px;
    line-height: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .menu-close {
    font-size: 28px;
    line-height: 28px;
    right: 20px;
    top: 20px;
  }

  .catie-logo {
    width: 100px;
  }

  .home-primary {
    min-height: 0;
  }
  .home-primary figure {
    display: block;
    margin-right: -20px;
    max-width: none;
    position: static;
    text-align: right;
    width: auto;
  }

  .home-intro {
    width: auto;
  }

  .steps {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .steps li {
    margin-bottom: 40px;
    width: 100%;
  }

  .home-builder #desktop-builder {
    display: none;
  }

  .page-content {
    min-height: 0;
    max-width: none;
  }
  .page-content h1 {
    margin-bottom: 40px;
  }

  .success-page {
    display: block;
  }
  .success-page .artwork-column {
    width: 100%;
  }
  .success-page .content-column {
    width: 100%;
  }
  .success-page .content-column h2 {
    margin-bottom: 40px;
  }
  .success-page .content-column .download-btn {
    margin: 40px 0;
  }

  .mobile-builder-link {
    display: block;
    padding-bottom: 40px;
    text-align: center;
  }
  .mobile-builder-link .btn {
    font-size: 24px;
    line-height: 26px;
  }

  #desktop-builder {
    display: block;
  }
  #desktop-builder #builder-canvas, #desktop-builder #builder-panel {
    width: 100%;
  }
  #desktop-builder #builder-canvas-content {
    height: 500px;
  }
}
@media screen and (max-width: 640px) {
  .mobile-bleed {
    margin-left: -20px;
    margin-right: -20px;
  }

  figure.left, figure.right {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }
}
