/*
  HTML5 Boilerplate

  reset.css contains a reset, font normalization and some base styles.

  credit is left where credit is due.
  much inspiration was taken from these projects:
	yui.yahooapis.com/2.8.1/build/base/base.css
	camendesign.com/design/
	praegnanz.de/weblog/htmlcssjs-kickstart
*/
/*
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
/* line 19, reset.css */
html, body, div, span, object, iframe, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 34, reset.css */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* line 40, reset.css */
h1 {
  font-size: 160%;
}

/* line 41, reset.css */
h2 {
  font-size: 150%;
}

/* line 42, reset.css */
h3 {
  font-size: 140%;
}

/* line 43, reset.css */
h4 {
  font-size: 130%;
}

/* line 44, reset.css */
h5 {
  font-size: 120%;
}

/* line 45, reset.css */
h6 {
  font-size: 110%;
}

/* line 46, reset.css */
fieldset {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 54, reset.css */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 59, reset.css */
blockquote, q {
  quotes: none;
}

/* line 61, reset.css */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 64, reset.css */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 66, reset.css */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 68, reset.css */
del {
  text-decoration: line-through;
}

/* line 70, reset.css */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 72, reset.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 74, reset.css */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 76, reset.css */
input, select {
  vertical-align: middle;
}

/* END RESET CSS */
/* font normalization inspired by  from the YUI Library's fonts.css: developer.yahoo.com/yui/ */
/* line 82, reset.css */
body {
  font: 13px/1.231 sans-serif;
  *font-size: small;
}

/* hack retained to preserve specificity */
/* line 83, reset.css */
select, input, textarea, button {
  font: 99% sans-serif;
}

/* normalize monospace sizing
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
/* line 87, reset.css */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/*
 * minimal base styles
 */
/* line 94, reset.css */
body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* headers (h1,h2,etc) have no default font-size or margin. define those yourself. */
/* line 102, reset.css */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* always force a scrollbar in non-IE: */
/* line 105, reset.css */
html {
  overflow-y: scroll;
}

/* accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
/* line 109, reset.css */
a:hover, a:active {
  outline: none;
}

/*a, a:active, a:visited { color: #607890; }*/
/* line 112, reset.css */
a, a:active {
  color: #607890;
}

/* line 113, reset.css */
a:hover {
  color: #036;
}

/* line 116, reset.css */
ul, ol {
  margin-left: 2em;
}

/* line 117, reset.css */
ol {
  list-style-type: decimal;
}

/* remove margins for navigation lists */
/* line 120, reset.css */
nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

/* line 122, reset.css */
small {
  font-size: 85%;
}

/* line 123, reset.css */
strong, th {
  font-weight: bold;
}

/* line 125, reset.css */
td {
  vertical-align: top;
}

/* set sub, sup without affecting line-height: gist.github.com/413930 */
/* line 128, reset.css */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

/* line 129, reset.css */
sup {
  top: -0.5em;
}

/* line 130, reset.css */
sub {
  bottom: -0.25em;
}

/* line 132, reset.css */
pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
  padding: 15px;
}

/* line 138, reset.css */
textarea {
  overflow: auto;
}

/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
/* line 140, reset.css */
.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

/* thnx ivannikolic! */
/* align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
/* line 143, reset.css */
input[type="radio"] {
  vertical-align: text-bottom;
}

/* line 144, reset.css */
input[type="checkbox"] {
  vertical-align: bottom;
}

/* line 145, reset.css */
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

/* line 146, reset.css */
.ie6 input {
  vertical-align: text-bottom;
}

/* hand cursor on clickable input elements */
/* line 149, reset.css */
label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer;
}

/* webkit browsers add a 2px margin outside the chrome of form elements */
/* line 152, reset.css */
button, input, select, textarea {
  margin: 0;
}

/* colors for form validity */
/* line 156, reset.css */
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

/* make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
/* line 161, reset.css */
button {
  width: auto;
  overflow: visible;
}

/* bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
/* line 165, reset.css */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/*
 * Non-semantic helper classes: please define your styles before this section.
 */
/* for image replacement */
/* line 172, reset.css */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
/* line 176, reset.css */
.hidden {
  display: none;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: by Jon Neal
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
/* line 180, reset.css */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Hide visually and from screenreaders, but maintain layout */
/* line 183, reset.css */
.invisible {
  visibility: hidden;
}

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
/* line 186, reset.css */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 187, reset.css */
.clearfix:after {
  clear: both;
}

/* fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
/* line 189, reset.css */
.clearfix {
  zoom: 1;
}

/*
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  /* line 196, reset.css */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* black prints faster: sanbeiji.com/archives/953 */
  /* line 198, reset.css */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  /* line 199, reset.css */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 200, reset.css */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 201, reset.css */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* don't show links for images, or javascript/internal links */
  /* line 202, reset.css */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 203, reset.css */
  thead {
    display: table-header-group;
  }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
  /* line 204, reset.css */
  tr, img {
    page-break-inside: avoid;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 206, reset.css */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 207, reset.css */
  h2, h3 {
    page-break-after: avoid;
  }
}
/*

/!\ WARNING /!\
These styles are common to emails and webpages.
Remember to test both when modifying them.

*/
/*--- VARIABLES ---------------------------------------------------------*/
/*--- SHARED STYLES ---------------------------------------------*/
/* line 71, scss/_global_all.scss */
.is-underlined {
  text-decoration: underline;
}

/* line 79, scss/_global_all.scss */
.is-secondary {
  font-size: 12px;
  color: #777;
}

/* line 86, scss/_global_all.scss */
.is-disabled {
  opacity: 0.4;
}

/* line 93, scss/_global_all.scss */
.is-hidden {
  visibility: hidden;
}

/* line 97, scss/_global_all.scss */
.button, .mailclark-button {
  font-family: Georgia, Times, "Times New Roman", serif;
  display: inline-block;
  padding: 3.5px 7px;
  background-color: #FFF;
  color: #472D38;
  border: 1px solid #472D38;
  border-radius: 4px;
}
/* line 106, scss/_global_all.scss */
.button:hover, .mailclark-button:hover {
  background-color: #472D38;
  color: #FFF;
}

/* line 111, scss/_global_all.scss */
.button--primary {
  padding: 7px;
  color: #FFF;
  background-color: #472D38;
  border-color: #472D38;
}

/*--- BASICS ---------------------------------------------------------*/
@font-face {
  font-family: 'Candlescript';
  src: url('../fonts/Candlescript.eot?1452764380');
  src: url('../fonts/Candlescript.eot?&1452764380#iefix') format("embedded-opentype"), url('../fonts/Candlescript.woff?1452764380') format("woff"), url('../fonts/Candlescript.ttf?1452764380') format("truetype"), url('../fonts/Candlescript.svg?1452764380#Candlescript') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 24, scss/_global_web.scss */
body {
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #472D38;
  font-size: 14px;
}

/* line 30, scss/_global_web.scss */
h1, h2, h3 {
  font-weight: normal;
  margin-bottom: 7px;
}

/* line 35, scss/_global_web.scss */
div, section, article, header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 39, scss/_global_web.scss */
strong {
  font-weight: bold;
}

/* line 43, scss/_global_web.scss */
em {
  font-style: italic;
}

/* line 47, scss/_global_web.scss */
a, .accent, a:hover, a:active {
  text-decoration: none;
  color: #472D38;
}

/* line 56, scss/_global_web.scss */
ul.is-inlined {
  list-style-type: none;
  margin-left: 0;
}

/*--- LAYOUT --------------------------------------------------------------*/
/* line 64, scss/_global_web.scss */
.is-page-centered {
  max-width: 1238px;
  margin: 0 auto;
  padding-left: 7px;
  padding-right: 7px;
}

/* line 71, scss/_global_web.scss */
.is-centered {
  text-align: center;
}

/* line 75, scss/_global_web.scss */
.is-full-width {
  width: 100%;
}

/*--- FORMS ---------------------------------------------------------*/
/* line 84, scss/_global_web.scss */
.button--primary:hover, .button--primary:active, .button--primary.is-saving {
  background-color: #D16C5C;
  border-color: #D16C5C;
}
/* line 89, scss/_global_web.scss */
.button--primary:disabled {
  opacity: 0.4;
}

/* line 94, scss/_global_web.scss */
.button--cancel {
  color: #F71742;
  border-color: #F71742;
}
/* line 98, scss/_global_web.scss */
.button--cancel:hover {
  background-color: #F71742;
}

/* line 109, scss/_global_web.scss */
textarea, input[type=text], input[type=password], input[type=email], select {
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #472D38;
  background-color: #FFF;
  margin-bottom: 7px;
  padding: 7px;
  border: 1px solid #AAA;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px inset;
}
/* line 120, scss/_global_web.scss */
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, select:focus {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px, rgba(0, 0, 0, 0.1) 0 1px 2px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px, rgba(0, 0, 0, 0.1) 0 1px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px, rgba(0, 0, 0, 0.1) 0 1px 2px inset;
}
/* line 123, scss/_global_web.scss */
textarea:focus::-webkit-input-placeholder, input[type=text]:focus::-webkit-input-placeholder, input[type=password]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder {
  color: #AAA;
}
/* line 126, scss/_global_web.scss */
textarea:focus::-moz-placeholder, input[type=text]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, select:focus::-moz-placeholder {
  color: #AAA;
}
/* line 129, scss/_global_web.scss */
textarea:focus:-ms-input-placeholder, input[type=text]:focus:-ms-input-placeholder, input[type=password]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder {
  color: #AAA;
}

/* line 135, scss/_global_web.scss */
input[type=checkbox], label {
  vertical-align: middle;
}

/* line 139, scss/_global_web.scss */
select.is-inlined {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}

/* line 145, scss/_global_web.scss */
.message--error {
  color: #F71742;
  text-align: center;
}
/* line 149, scss/_global_web.scss */
.message--error:before {
  content: "\274c";
  color: #F71742;
}

/* line 155, scss/_global_web.scss */
.message--success {
  text-align: center;
}
/* line 158, scss/_global_web.scss */
.message--success:before {
  content: "\2713";
  color: #08BB27;
}

/* line 164, scss/_global_web.scss */
.message--error:before, .message--success:before {
  font-size: 16px;
  display: inline-block;
  margin-right: 3.5px;
  vertical-align: middle;
}

/*--- MORE SHARED STYLES -----------------------------------------------------*/
/* line 174, scss/_global_web.scss */
.is-code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace, sans-serif;
  color: #D16C5C;
  background-color: #F6F6F6;
  border: 1px solid #DDD;
  border-radius: 4px;
  padding: 1px 3px;
}

/* line 182, scss/_global_web.scss */
.is-code--secondary {
  color: #472D38;
}

/* line 186, scss/_global_web.scss */
.is-emoji {
  width: 22px;
  vertical-align: bottom;
}

/* line 191, scss/_global_web.scss */
.is-a-nice-list {
  list-style-type: none;
  margin: 0;
}

/* line 196, scss/_global_web.scss */
.is-a-nice-list > li {
  position: relative;
  padding-left: 14px;
}
/* line 200, scss/_global_web.scss */
.is-a-nice-list > li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "\0020";
  color: #472D38;
  font-size: 14px;
  border: 1px solid #D16C5C;
  border-radius: 21px;
  display: inline-block;
  text-align: center;
  height: 7px;
  width: 7px;
  line-height: 7px;
}

/* line 220, scss/_global_web.scss */
.is-a-nice-list--numbered {
  counter-reset: ol-counter;
}

/* line 224, scss/_global_web.scss */
.is-a-nice-list--numbered > li {
  padding-left: 28px;
}
/* line 227, scss/_global_web.scss */
.is-a-nice-list--numbered > li:before {
  content: counter(ol-counter);
  counter-increment: ol-counter;
  top: -1px;
  height: 21px;
  width: 21px;
  line-height: 16px;
}

/* line 238, scss/_global_web.scss */
.is-a-nice-list--more-margin > li {
  margin-bottom: 7px;
}

/* line 1, scss/_menus.scss */
.menu {
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  z-index: 1;
}

/* line 10, scss/_menus.scss */
.menu__open, .top-bar__link {
  display: block;
  padding: 3.5px 0 3.5px 7px;
  color: #472D38;
  font-style: italic;
}

/* line 17, scss/_menus.scss */
.menu__pane {
  display: none;
}

/* line 21, scss/_menus.scss */
.menu__logo {
  font-weight: bold;
}

/* line 25, scss/_menus.scss */
.menu__item {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  color: #FFF;
  font-style: italic;
  font-size: 16px;
}

/* line 33, scss/_menus.scss */
.menu__item a {
  display: block;
  padding: 7px;
  color: #FFF;
}
/* line 38, scss/_menus.scss */
.menu__item a:not(.menu__button):hover {
  color: #472D38;
}

/* line 43, scss/_menus.scss */
.menu__item--current {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 47, scss/_menus.scss */
.menu__button {
  text-align: right;
}

/* line 51, scss/_menus.scss */
.menu__button span {
  display: inline-block;
  padding: 0 7px;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  background-color: #472D38;
  border-radius: 4px;
}
/* line 60, scss/_menus.scss */
.menu__button span:hover {
  color: #472D38;
  background-color: #E6AF83;
}

/* line 66, scss/_menus.scss */
.submenu {
  padding: 0 7px 7px;
}

/* line 70, scss/_menus.scss */
.submenu__item {
  margin: 0 7px;
  padding: 3.5px 7px;
  font-size: 14px;
  line-height: 14px;
}

/* line 76, scss/_menus.scss */
.submenu__item a {
  padding: 0;
}

/* line 80, scss/_menus.scss */
.submenu__item--current {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 84, scss/_menus.scss */
.menu-under {
  height: 25px;
}

/*--- FOOTER ---------------------------------------------------------------*/
/* line 91, scss/_menus.scss */
.footer__item {
  padding: 7px;
  font-style: italic;
}

/* line 96, scss/_menus.scss */
.footer__item a {
  text-decoration: underline;
}
/* line 99, scss/_menus.scss */
.footer__item a:hover {
  color: #D16C5C;
}

/*--- RESPONSIVE ---------------------------------------------------------*/
/* Mobile first */
@media screen and (min-width: 769px) {
  /* line 117, scss/_menus.scss */
  .menu {
    height: 49px;
    outline-width: 2px;
  }

  /* line 122, scss/_menus.scss */
  .menu--w-submenu {
    height: 79px;
    border-bottom: 30px solid rgba(0, 0, 0, 0.1);
  }

  /* line 127, scss/_menus.scss */
  .menu__open {
    display: none;
  }

  /* line 131, scss/_menus.scss */
  .menu__logo a {
    display: block;
    height: 35px;
    width: 147.7px;
    margin: 7px 14px;
    background: transparent url('../img/logos/mailclark-name-menu.png?1455701568') no-repeat 0 0;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  /* line 144, scss/_menus.scss */
  .menu__logo a:hover {
    background-image: url('../img/logos/mailclark-name-menu-hover.png?1455701568');
  }

  /* line 149, scss/_menus.scss */
  .menu__pane {
    display: flex !important;
    -webkit-align-items: stretch;
    align-items: stretch;
  }

  /* line 154, scss/_menus.scss */
  .menu__item {
    line-height: 35px;
    border: 0;
  }

  /* line 158, scss/_menus.scss */
  .menu__item a {
    padding: 7px 14px;
  }

  /* line 161, scss/_menus.scss */
  .menu__logo a {
    padding: 0;
  }

  /* line 166, scss/_menus.scss */
  .submenu {
    display: -webkit-flex;
    display: flex;
    position: absolute;
    margin: 4px 0 0 7px;
    padding: 0;
  }

  /* line 173, scss/_menus.scss */
  .submenu__item {
    margin: 0 14px 0 0;
  }

  /* line 177, scss/_menus.scss */
  .submenu__item a {
    padding: 0;
  }

  /* line 181, scss/_menus.scss */
  .menu-under {
    height: 49px;
  }

  /* line 185, scss/_menus.scss */
  .menu-under--w-submenu {
    height: 79px;
  }

  /* line 190, scss/_menus.scss */
  .footer__block {
    clear: left;
  }

  /* line 194, scss/_menus.scss */
  .footer__item {
    float: left;
    padding: 21px;
    border: 0;
  }
}
@media screen and (min-width: 1025px) {
  /* line 203, scss/_menus.scss */
  .menu__logo a {
    margin: 7px 52.5px 7px 21px;
  }

  /* line 207, scss/_menus.scss */
  .menu__item {
    font-size: 19px;
  }

  /* line 211, scss/_menus.scss */
  .menu__button span {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 225, scss/_menus.scss */
  .menu {
    height: 65px;
  }

  /* line 229, scss/_menus.scss */
  .menu--w-submenu {
    height: 100px;
    border-bottom: 35px solid rgba(0, 0, 0, 0.1);
  }

  /* line 234, scss/_menus.scss */
  .menu__logo a {
    height: 51px;
    width: 215.22px;
  }

  /* line 239, scss/_menus.scss */
  .menu__item {
    line-height: 51px;
    font-size: 22px;
  }

  /* line 244, scss/_menus.scss */
  .menu__button span {
    font-size: 19px;
    line-height: 34px;
  }

  /* line 249, scss/_menus.scss */
  .submenu {
    margin-top: 7px;
  }

  /* line 253, scss/_menus.scss */
  .submenu__item {
    font-size: 16px;
  }

  /* line 257, scss/_menus.scss */
  .menu-under {
    height: 65px;
  }

  /* line 261, scss/_menus.scss */
  .menu-under--w-submenu {
    height: 100px;
  }

  /* line 266, scss/_menus.scss */
  .footer__item {
    font-size: 16px;
  }
}
/* line 4, scss/_global_site.scss */
body {
  background-color: #472D38;
}

/* line 8, scss/_global_site.scss */
h1, h2, h3 {
  font-family: "Candlescript", Georgia, Times, "Times New Roman", serif;
}

/*--- LAYOUT --------------------------------------------------------------*/
/* line 16, scss/_global_site.scss */
.menu--site {
  background-color: #D16C5C;
  outline: 1px solid #9b3b2c;
}

/* line 21, scss/_global_site.scss */
.header {
  background: #72AD97 url('../img/logos/mailclark-name-watermark.png?1455701568') no-repeat center center;
  padding-top: 7px;
}

/* line 26, scss/_global_site.scss */
.page-banner {
  text-align: center;
  padding: 7px;
}

/* line 31, scss/_global_site.scss */
.page-banner__title {
  font-size: 35px;
}

/*--- ARTICLES -----------------------------------------------------------*/
/* line 38, scss/_global_site.scss */
.article {
  background-color: #EAEDDC;
  padding: 14px 0;
}

/* line 43, scss/_global_site.scss */
.article:nth-of-type(even) {
  background-color: #D6D9BA;
}

/* line 47, scss/_global_site.scss */
.article__title, .page--blog h2 {
  margin: 0;
  text-align: center;
  font-size: 35px;
  color: #D16C5C;
}

/* line 54, scss/_global_site.scss */
.article__subtitle {
  font-size: 28px;
}

/* line 58, scss/_global_site.scss */
.article__secondary-title {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  font-size: 1em;
}

/* line 64, scss/_global_site.scss */
.article__details, .article__pretitle {
  font-size: 15px;
  font-style: italic;
  margin-bottom: 14px;
}
/* line 69, scss/_global_site.scss */
.article__details a:not(.button), .article__pretitle a:not(.button) {
  text-decoration: underline;
}

/* line 75, scss/_global_site.scss */
.article__details em {
  font-style: normal;
}
/* line 79, scss/_global_site.scss */
.article__details p:not(:last-child), .article__details ul:not(:last-child), .article__details li:not(:last-child) {
  padding-bottom: 7px;
}

/* line 84, scss/_global_site.scss */
.article__details--secondary {
  max-width: 700px;
  font-style: normal;
  font-size: 12px;
}

/* line 90, scss/_global_site.scss */
.article__illustration {
  text-align: center;
}

/* line 94, scss/_global_site.scss */
.article__illustration img {
  max-width: 300px;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 7px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 7px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 7px 0;
}

/* line 101, scss/_global_site.scss */
.article__number {
  font-size: 100px;
  line-height: 0.5em;
  font-style: italic;
  color: rgba(0, 0, 0, 0.05);
  float: left;
  text-align: center;
}

/* line 110, scss/_global_site.scss */
.full-width {
  margin: 0 auto;
}

/* line 114, scss/_global_site.scss */
.full-width__picture {
  width: 100%;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 7px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 7px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 7px 0;
}

/*--- MISC -----------------------------------------------------------------*/
/* line 122, scss/_global_site.scss */
.footer__item {
  color: #EAEDDC;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 126, scss/_global_site.scss */
.footer__item a {
  color: #E6AF83;
}

/* line 130, scss/_global_site.scss */
.slack-button {
  display: inline-block;
  width: 139px;
  height: 40px;
  background: transparent url("https://platform.slack-edge.com/img/add_to_slack.png") no-repeat 0 0;
  text-decoration: none !important;
}
/* line 137, scss/_global_site.scss */
.slack-button:not(.slack-button--disabled):hover {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px, rgba(0, 0, 0, 0.1) 0 1px 2px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px, rgba(0, 0, 0, 0.1) 0 1px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px, rgba(0, 0, 0, 0.1) 0 1px 2px inset;
}

/* line 142, scss/_global_site.scss */
.dont-hunt-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 64px;
  z-index: 2;
}

/*--- RESPONSIVE ---------------------------------------------------------*/
/* Mobile first */
@media screen and (min-width: 481px) {
  /* line 157, scss/_global_site.scss */
  .article__pretitle {
    margin-bottom: 21px;
  }

  /* line 161, scss/_global_site.scss */
  .article__details {
    margin: 14px 0 21px;
  }
  /* line 164, scss/_global_site.scss */
  .article__details > p, .article__details > ul {
    padding-left: 14px;
  }
  /* line 168, scss/_global_site.scss */
  .article__details:not(.article__details--no-border) > p {
    border-left: 2px solid #D16C5C;
  }

  /* line 173, scss/_global_site.scss */
  .article__illustration img {
    max-width: 400px;
  }
}
@media screen and (min-width: 769px) {
  /* line 186, scss/_global_site.scss */
  .page-banner {
    padding: 14px 0;
  }

  /* line 190, scss/_global_site.scss */
  .page-banner__title {
    font-size: 45px;
  }

  /* line 194, scss/_global_site.scss */
  .page-banner__text {
    font-size: 16px;
  }

  /* line 199, scss/_global_site.scss */
  .article {
    padding: 42px 0;
  }

  /* line 203, scss/_global_site.scss */
  .article__body:not(.article__body--no-flex-zone) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  /* line 208, scss/_global_site.scss */
  .article__description {
    padding-right: 42px;
  }
  /* line 211, scss/_global_site.scss */
  .article__description:first-child {
    padding-left: 21px;
  }

  /* line 216, scss/_global_site.scss */
  .article__title, .page--blog h2 {
    text-align: left;
    font-size: 35px;
  }

  /* line 221, scss/_global_site.scss */
  .article__details, .article__section, .article__pretitle {
    font-size: 16px;
  }

  /* line 225, scss/_global_site.scss */
  .article__details {
    margin-top: 21px;
  }

  /* line 229, scss/_global_site.scss */
  .article__details--secondary {
    font-size: 14px;
  }

  /* line 233, scss/_global_site.scss */
  .article__illustration img {
    max-width: 300px;
  }

  /* line 237, scss/_global_site.scss */
  .article__description--reorder {
    padding: 0 21px 0 42px;
  }

  /* line 241, scss/_global_site.scss */
  .article__illustration--reorder {
    order: -1;
  }

  /* line 245, scss/_global_site.scss */
  .article__number {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    font-size: 150px;
    min-width: 12%;
  }

  /* line 252, scss/_global_site.scss */
  .submenu {
    margin-left: -200px;
  }

  /* line 256, scss/_global_site.scss */
  .dont-hunt-badge {
    width: 95px;
    height: 80px;
    top: 7px;
    right: 7px;
  }

  /* line 263, scss/_global_site.scss */
  :target {
    position: absolute;
    top: -93px;
  }
}
@media screen and (min-width: 1025px) {
  /* line 271, scss/_global_site.scss */
  .is-line-breaker {
    display: block;
    height: 0;
    visibility: hidden;
  }

  /* line 281, scss/_global_site.scss */
  .article__title, .page--blog h2 {
    font-size: 45px;
    position: relative;
  }

  /* line 286, scss/_global_site.scss */
  .article__subtitle {
    font-size: 35px;
    position: relative;
  }

  /* line 291, scss/_global_site.scss */
  .article__details, .article__section, .article__pretitle {
    font-size: 19px;
  }

  /* line 295, scss/_global_site.scss */
  .article__details {
    margin-top: 21px;
  }

  /* line 299, scss/_global_site.scss */
  .article__details--secondary {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 305, scss/_global_site.scss */
  .article__details .is-a-nice-list li:before {
    top: 8px;
  }

  /* line 308, scss/_global_site.scss */
  .article__details .is-a-nice-list--numbered li:before {
    top: 2px;
  }

  /* line 312, scss/_global_site.scss */
  .article__illustration img {
    max-width: 400px;
  }

  /* line 316, scss/_global_site.scss */
  .article__number {
    font-size: 200px;
  }

  /* line 321, scss/_global_site.scss */
  .slack-button {
    width: 183px;
    height: 53px;
    background: transparent url("https://platform.slack-edge.com/img/add_to_slack@2x.png") no-repeat 0 0;
    background-size: cover;
    border-radius: 4px;
  }

  /* line 329, scss/_global_site.scss */
  .dont-hunt-badge {
    width: 120px;
    height: 101px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 343, scss/_global_site.scss */
  .page-banner {
    padding: 21px 0;
  }

  /* line 347, scss/_global_site.scss */
  .page-banner__title {
    font-size: 70px;
  }

  /* line 352, scss/_global_site.scss */
  .article__illustration img {
    max-width: 500px;
  }

  /* line 357, scss/_global_site.scss */
  .slack-button--primary {
    width: 278px;
    height: 80px;
    border-radius: 10px;
  }

  /* line 363, scss/_global_site.scss */
  :target {
    top: -114px;
  }
}
/* line 4, scss/home.scss */
.menu__logo--home {
  display: none;
}

/*--- CLUBBLE.IO BANNER --------------------------------------------------------------*/
/* line 11, scss/home.scss */
.clubbleio-banner {
  height: 125px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #FFF;
  background-color: #0CA7D5;
  background-image: url('../img/site/clubbleio-wave.png?1458725179');
  background-attachment: fixed;
}

/* line 27, scss/home.scss */
.clubbleio-banner__logo {
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 7px;
}

/* line 33, scss/home.scss */
.clubbleio-banner__logo--clubbleio {
  width: 100px;
}

/* line 37, scss/home.scss */
.clubbleio-banner__logo--mailclark {
  width: 125px;
}

/* line 41, scss/home.scss */
.clubbleio-banner p {
  padding: 3.5px 7px;
}

/* line 45, scss/home.scss */
.clubbleio-banner__login {
  font-style: italic;
  font-size: 12px;
}
/* line 49, scss/home.scss */
.clubbleio-banner__login a {
  color: #FFF;
}

/* line 54, scss/home.scss */
.home-body {
  position: relative;
}
/* line 57, scss/home.scss */
.home-body .menu {
  top: 0;
}

/*--- BANNER --------------------------------------------------------------*/
/* line 65, scss/home.scss */
.home-banner__headline {
  text-align: center;
}

/* line 69, scss/home.scss */
.home-banner__title {
  margin: 14px 0 7px;
}

/* line 73, scss/home.scss */
.home-banner__logo {
  width: 215px;
}

/* line 77, scss/home.scss */
.home-banner__baseline {
  color: #EAEDDC;
  font-size: 19px;
  font-style: italic;
}

/* line 83, scss/home.scss */
.home-banner__signup {
  margin: 21px 0;
}

/* line 87, scss/home.scss */
.home-banner__signup--request a {
  text-decoration: underline;
}

/* line 91, scss/home.scss */
.slack-button--disabled {
  opacity: 0.4;
}

/* line 95, scss/home.scss */
.home-banner__signup--request {
  display: block;
  margin-top: 7px;
}

/* line 100, scss/home.scss */
.home-banner__signup .message--error {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  padding: 0 3.5px;
  margin-bottom: 7px;
}

/* line 111, scss/home.scss */
.home-banner__anim {
  width: 306px;
  height: 192.78px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

/* .home-banner__anim div { // anim CSS has to be inline
    position: absolute; top: -15%; bottom: -10%; left: -17%; right: -8%;
}*/
/*--- QUOTE ---------------------------------------------------------------*/
/* line 126, scss/home.scss */
.catchphrase {
  padding: 21px 0;
  text-align: center;
  color: #EAEDDC;
  font-size: 16px;
  font-style: italic;
}

/* line 134, scss/home.scss */
.quote {
  background-color: #E6AF83;
  padding: 14px 0;
  text-align: center;
}

/* line 140, scss/home.scss */
.quote__text {
  font-family: "Candlescript", Georgia, Times, "Times New Roman", serif;
  font-size: 28px;
}

/*--- ARTICLES -------------------------------------------------------------*/
/* line 149, scss/home.scss */
.article--2nd .article__title {
  color: #472D38;
}
/* line 153, scss/home.scss */
.article--2nd .article__details p {
  border-color: #472D38;
}

/* line 159, scss/home.scss */
.article--3rd .article__title {
  color: #72AD97;
}
/* line 163, scss/home.scss */
.article--3rd .article__details p {
  border-color: #72AD97;
}

/*--- TWEETS ---------------------------------------------------------------*/
/* line 171, scss/home.scss */
.catchphrase--tweets-intro {
  background-color: #E6AF83;
  color: #472D38;
  padding: 21px 0 0;
}

/* line 177, scss/home.scss */
.article--tweets {
  background-color: #E6AF83;
}

/* line 181, scss/home.scss */
.tweet {
  background-color: rgba(255, 255, 255, 0.2);
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 1px 1px 3.5px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 1px 1px 3.5px 0;
  box-shadow: rgba(0, 0, 0, 0.05) 1px 1px 3.5px 0;
  border-radius: 4px;
  padding: 7px;
  margin-bottom: 7px;
}

/* line 189, scss/home.scss */
.tweet__text {
  font-style: italic;
  margin-bottom: 7px;
}

/* line 194, scss/home.scss */
.tweet__avatar {
  border-radius: 4px;
  float: left;
  margin-right: 7px;
}

/* line 200, scss/home.scss */
.tweet__author {
  display: block;
}

/* line 204, scss/home.scss */
.tweet__date {
  font-size: 11px;
}

/*--- RESPONSIVE ---------------------------------------------------------*/
/* Mobile first */
@media screen and (min-width: 481px) {
  /* line 215, scss/home.scss */
  .home-banner__logo {
    width: 320px;
  }

  /* line 219, scss/home.scss */
  .home-banner__anim {
    width: 400px;
    height: 252px;
  }
}
@media screen and (min-width: 769px) {
  /* line 228, scss/home.scss */
  .clubbleio-banner {
    height: 150px;
  }

  /* line 232, scss/home.scss */
  .clubbleio-banner p {
    padding: 7px;
  }

  /* line 236, scss/home.scss */
  .home-banner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 727px;
    height: 320px;
  }

  /* line 243, scss/home.scss */
  .home-banner__title, .home-banner__signup {
    margin: 0;
  }

  /* line 247, scss/home.scss */
  .home-banner__baseline {
    margin: 7px 0 21px;
    font-size: 22px;
  }

  /* line 252, scss/home.scss */
  .home-banner__anim {
    -webkit-align-self: flex-end;
    align-self: flex-end;
  }

  /* line 256, scss/home.scss */
  .catchphrase {
    font-size: 19px;
  }

  /* line 260, scss/home.scss */
  .catchphrase--tweets-intro {
    padding: 42px 0 0;
  }

  /* line 264, scss/home.scss */
  .article--tweets .article__body {
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 269, scss/home.scss */
  .tweet {
    width: 31%;
    margin-right: 7px;
  }

  /* line 274, scss/home.scss */
  .quote {
    padding: 21px 0;
  }

  /* line 278, scss/home.scss */
  .quote__words {
    font-size: 35px;
  }

  /* line 282, scss/home.scss */
  .quote__author {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  /* line 289, scss/home.scss */
  .clubbleio-banner {
    height: 175px;
    font-size: 16px;
  }

  /* line 294, scss/home.scss */
  .clubbleio-banner__logo--clubbleio {
    width: 125px;
  }

  /* line 298, scss/home.scss */
  .clubbleio-banner__logo--mailclark {
    width: 160px;
  }

  /* line 302, scss/home.scss */
  .menu__logo--home {
    display: block;
  }

  /* line 306, scss/home.scss */
  .home-banner {
    width: 983px;
    height: 450px;
  }

  /* line 311, scss/home.scss */
  .home-banner__signup--request {
    font-size: 16px;
  }

  /* line 315, scss/home.scss */
  .home-banner__logo {
    width: 375px;
  }

  /* line 319, scss/home.scss */
  .home-banner__anim {
    width: 525px;
    height: 330.75px;
  }

  /* line 325, scss/home.scss */
  .catchphrase {
    font-size: 22px;
  }

  /* line 329, scss/home.scss */
  .tweet {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
  }

  /* line 334, scss/home.scss */
  .tweet__text {
    height: 110px;
  }

  /* line 338, scss/home.scss */
  .quote__words {
    font-size: 45px;
  }

  /* line 342, scss/home.scss */
  .quote__author {
    font-size: 19px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 349, scss/home.scss */
  .clubbleio-banner {
    height: 200px;
    font-size: 16px;
  }

  /* line 354, scss/home.scss */
  .clubbleio-banner__logo--clubbleio {
    width: 150px;
  }

  /* line 358, scss/home.scss */
  .clubbleio-banner__logo--mailclark {
    width: 200px;
  }

  /* line 362, scss/home.scss */
  .home-banner {
    width: auto;
    height: 550px;
  }

  /* line 367, scss/home.scss */
  .home-banner__logo {
    width: auto;
  }

  /* line 371, scss/home.scss */
  .home-banner__baseline {
    margin: 14px 0 42px;
    font-size: 25px;
  }

  /* line 376, scss/home.scss */
  .home-banner__anim {
    width: 625px;
    height: 393.75px;
  }

  /* line 382, scss/home.scss */
  .catchphrase {
    font-size: 25px;
  }

  /* line 386, scss/home.scss */
  .tweet__text {
    height: 90px;
  }
}

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