@charset "UTF-8";
/** Reset some basic elements */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; }

/** Basic styling */
body { font: 400 12px/1.5 "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif; color: #111; background-color: #ffffff; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; display: flex; min-height: 100vh; flex-direction: column; box-sizing: border-box; letter-spacing: .5px; }

/** Set `margin-bottom` to maintain vertical rhythm */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 20px; }

/** `main` element */
main { display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */ }

/** Images */
img { max-width: 100%; vertical-align: middle; }

/** Figures */
figure > img { display: block; }

figcaption { font-size: 11.375px; }

/** Lists */
ul, ol { margin-left: 40px; }

li > ul, li > ol { margin-bottom: 0; }

/** Headings */
h1, h2, h3, h4, h5, h6 { font-weight: 400; }

/** Links */
a { color: #000000; text-decoration: none; }

a:visited { color: #bf2918; }

a:hover { color: #111; text-decoration: underline; }

.social-media-list a:hover { text-decoration: none; }

.social-media-list a:hover .username { text-decoration: underline; }

/** Blockquotes */
blockquote { color: #828282; border-left: 4px solid #e8e8e8; padding-left: 20px; font-size: 14.625px; letter-spacing: -1px; font-style: italic; }

blockquote > :last-child { margin-bottom: 0; }

/** Code formatting */
pre, code { font-size: 12.1875px; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #eef; }

code { padding: 1px 5px; }

pre { padding: 8px 12px; overflow-x: auto; }

pre > code { border: 0; padding-right: 0; padding-left: 0; }

/** Wrapper */
.wrapper { max-width: -webkit-calc(1080px - (40px * 2)); max-width: calc(1080px - (40px * 2)); margin-right: auto; margin-left: auto; padding-right: 40px; padding-left: 40px; }

@media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(1080px - (40px)); max-width: calc(1080px - (40px)); padding-right: 20px; padding-left: 20px; } }

/** Clearfix */
.wrapper:after, .footer-col-wrapper:after, .container:after { content: ""; display: table; clear: both; }

/** Icons */
.svg-icon { width: 16px; height: 16px; display: inline-block; fill: #828282; padding-right: 5px; vertical-align: text-top; }

.social-media-list li + li { padding-top: 5px; }

.arrow-down:before { color: #666; content: '▼'; }

/** Tables */
table { margin-bottom: 40px; width: 100%; text-align: left; color: #3f3f3f; border-collapse: collapse; border: 1px solid #e8e8e8; }

table tr:nth-child(even) { background-color: #f7f7f7; }

table th, table td { padding: 13.3333333333px 20px; }

table th { background-color: #f0f0f0; border: 1px solid #dedede; border-bottom-color: #c9c9c9; }

table td { border: 1px solid #e8e8e8; }

.center { margin-left: auto; margin-right: auto; justify-content: center; }

.text-left { text-align: left; }

.text-center { text-align: center; }

.text-right { text-align: right; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { scroll-behavior: smooth; --scroll-behavior: smooth; }

/** Site header */
.site-header { min-height: 74.6px; background: #000000; text-align: center; padding-top: 80px; position: relative; }

@media screen and (max-width: 600px) { .site-header { padding-top: 40px; } }

.site-additional-links { color: #fff; font-weight: bold; margin-bottom: 20px; }

.site-additional-links a,
.site-additional-links a:visited { color: #fff;}
.site-additional-links a:hover { text-decoration: none; }

.site-title { font-size: 21.125px; font-weight: 300; line-height: 43.875px; letter-spacing: -1px; color: #fff; text-align: center; position: relative; display: inline-block; }

.site-title, .site-title:visited { color: #fff; }

.site-title img { max-width: 425px; display: inline-block; float: none; }

@media screen and (max-width: 600px) { .site-title img { max-width: 340px; } }

.site-nav { float: right; line-height: 43.875px; }

.site-nav .nav-trigger { display: none; }

.site-nav .menu-icon { display: none; }

.site-nav .page-link { color: #111; line-height: 1.5; }

.site-nav .page-link:not(:last-child) { margin-right: 20px; }

@media screen and (max-width: 600px) { .site-nav { position: absolute; top: 9px; right: 20px; background-color: #ffffff; border: 1px solid #e8e8e8; border-radius: 5px; text-align: right; }
  .site-nav label[for="nav-trigger"] { display: block; float: right; width: 36px; height: 36px; z-index: 2; cursor: pointer; }
  .site-nav .menu-icon { display: block; float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; }
  .site-nav .menu-icon > svg { fill: #424242; }
  .site-nav input ~ .trigger { clear: both; display: none; }
  .site-nav input:checked ~ .trigger { display: block; padding-bottom: 5px; }
  .site-nav .page-link { display: block; padding: 5px 10px; margin-left: 20px; }
  .site-nav .page-link:not(:last-child) { margin-right: 0; } }

/** Site footer */
.site-footer { padding: 60px 0; font-weight: bold; font-size: 12px;}

.site-footer a { text-decoration: none; color: #111; }

.site-footer .footer-logo { max-width: 100px; height: auto; }

.footer-heading { font-size: 14.625px; margin-bottom: 20px; }

.contact-list, .social-media-list { list-style: none; margin-left: 0; }

.footer-col-wrapper { font-size: 12.1875px; color: #828282; margin-left: -20px; }

.footer-col { float: left; margin-bottom: 20px; padding-left: 20px; }

.footer-col-1 { width: -webkit-calc(35% - (40px / 2)); width: calc(35% - (40px / 2)); }

.footer-col-2 { width: -webkit-calc(20% - (40px / 2)); width: calc(20% - (40px / 2)); }

.footer-col-3 { width: -webkit-calc(45% - (40px / 2)); width: calc(45% - (40px / 2)); }

.footer-links {
  font-size: 13px;
  letter-spacing: initial;
}

@media screen and (max-width: 800px) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (40px / 2)); width: calc(50% - (40px / 2)); }
  .footer-col-3 { width: -webkit-calc(100% - (40px / 2)); width: calc(100% - (40px / 2)); } }

@media screen and (max-width: 600px) { .footer-col { float: none; width: -webkit-calc(100% - (40px / 2)); width: calc(100% - (40px / 2)); } }

/** Page content */
.page-content { padding: 40px 0; flex: 1; }

.page-heading { font-size: 26px; }

.post-list-heading { font-size: 22.75px; }

.post-list { margin-left: 0; list-style: none; }

.post-list > li { margin-bottom: 40px; }

.post-meta { font-size: 11.375px; color: #828282; }

.post-link { display: block; font-size: 19.5px; }

/** Posts */
.post-header { margin-bottom: 40px; }

.post-title { font-size: 34.125px; letter-spacing: -1px; line-height: 1; }

@media screen and (max-width: 800px) { .post-title { font-size: 29.25px; } }

.post-content { margin-bottom: 40px; }

.post-content h2 { font-size: 26px; }

@media screen and (max-width: 800px) { .post-content h2 { font-size: 22.75px; } }

.post-content h3 { font-size: 21.125px; }

@media screen and (max-width: 800px) { .post-content h3 { font-size: 17.875px; } }

.post-content h4 { font-size: 16.25px; }

@media screen and (max-width: 800px) { .post-content h4 { font-size: 14.625px; } }

.container { position: relative; max-width: -webkit-calc(1080px - (40px * 2)); max-width: calc(1080px - (40px * 2)); margin-right: auto; margin-left: auto; padding-right: 40px; padding-left: 40px; }

@media screen and (max-width: 800px) { .container { max-width: -webkit-calc(1080px - (40px)); max-width: calc(1080px - (40px)); padding-right: 20px; padding-left: 20px; } }

.section { width: 100%; padding: 20px 0; position: relative; }

.section .container { position: relative; }

/** Spacing */
.px-1 { padding-left: 20px; padding-right: 20px; }

.px-2 { padding-left: 40px; padding-right: 40px; }

.laptop-break { display: block; background: blue; }

@media screen and (max-width: 600px) { .laptop-break { display: none; background: red; } }

form { margin: 40px auto; max-width: 540px; }

.form-group { display: block; width: 100%; }

.form-group-row { display: flex; align-items: center; flex-wrap: nowrap; justify-content: center; }

.form-group-row input { flex-grow: 2; flex-shrink: 2; }

.form-group-row .btn { flex-basis: 0 1 10%; }

input { height: 20px; min-width: 0; line-height: 20px; background: #ffffff; font-weight: bold; text-align: left; border: 0; margin: 0; outline: 0; padding: 25px 13px; font-size: 13px; -webkit-border-radius: 0px; border-radius: 0px; -webkit-appearance: none; letter-spacing: initial; }

input::placeholder { color: #999999; }

input:placeholder-shown { text-align: left; }

.btn { height: 50px; padding: 0 50px; border: none; font-size: 13px; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #111; background: #FFFFFF; text-decoration: none !important; cursor: pointer; letter-spacing: initial; }

@media screen and (max-width: 600px) { .btn { padding: 0 30px; } }

.btn:hover { background: #FFFFFF; text-decoration: none !important; }

.btn-primary { background: #666; color: #FFF; }

.btn-primary:hover { background: #666; color: #FFF; }

/** Syntax highlighting styles */
.highlight { background: #fff; }

.highlighter-rouge .highlight { background: #eef; }

.highlight .c { color: #998; font-style: italic; }

.highlight .err { color: #a61717; background-color: #e3d2d2; }

.highlight .k { font-weight: bold; }

.highlight .o { font-weight: bold; }

.highlight .cm { color: #998; font-style: italic; }

.highlight .cp { color: #999; font-weight: bold; }

.highlight .c1 { color: #998; font-style: italic; }

.highlight .cs { color: #999; font-weight: bold; font-style: italic; }

.highlight .gd { color: #000; background-color: #fdd; }

.highlight .gd .x { color: #000; background-color: #faa; }

.highlight .ge { font-style: italic; }

.highlight .gr { color: #a00; }

.highlight .gh { color: #999; }

.highlight .gi { color: #000; background-color: #dfd; }

.highlight .gi .x { color: #000; background-color: #afa; }

.highlight .go { color: #888; }

.highlight .gp { color: #555; }

.highlight .gs { font-weight: bold; }

.highlight .gu { color: #aaa; }

.highlight .gt { color: #a00; }

.highlight .kc { font-weight: bold; }

.highlight .kd { font-weight: bold; }

.highlight .kp { font-weight: bold; }

.highlight .kr { font-weight: bold; }

.highlight .kt { color: #458; font-weight: bold; }

.highlight .m { color: #099; }

.highlight .s { color: #d14; }

.highlight .na { color: #008080; }

.highlight .nb { color: #0086B3; }

.highlight .nc { color: #458; font-weight: bold; }

.highlight .no { color: #008080; }

.highlight .ni { color: #800080; }

.highlight .ne { color: #900; font-weight: bold; }

.highlight .nf { color: #900; font-weight: bold; }

.highlight .nn { color: #555; }

.highlight .nt { color: #000080; }

.highlight .nv { color: #008080; }

.highlight .ow { font-weight: bold; }

.highlight .w { color: #bbb; }

.highlight .mf { color: #099; }

.highlight .mh { color: #099; }

.highlight .mi { color: #099; }

.highlight .mo { color: #099; }

.highlight .sb { color: #d14; }

.highlight .sc { color: #d14; }

.highlight .sd { color: #d14; }

.highlight .s2 { color: #d14; }

.highlight .se { color: #d14; }

.highlight .sh { color: #d14; }

.highlight .si { color: #d14; }

.highlight .sx { color: #d14; }

.highlight .sr { color: #009926; }

.highlight .s1 { color: #d14; }

.highlight .ss { color: #990073; }

.highlight .bp { color: #999; }

.highlight .vc { color: #008080; }

.highlight .vg { color: #008080; }

.highlight .vi { color: #008080; }

.highlight .il { color: #099; }

.text-white { color: white; }

.text-yellow { color: #e4fe55; }

.hr-anchor { border: 0 !important; height: 0; color: transparent; visibility: hidden; margin-top: 40px; }

@media screen and (max-width: 600px) { .hr-anchor { margin-top: 40px; } }

#subscribeSection { color: white; background-color: #000000; padding-bottom: calc(277px + 40px); }

@media screen and (max-width: 600px) { #subscribeSection { padding-bottom: calc(277px + (40px* .5)); } }

#subscribeSection2 { color: white; background-color: #000000; }

#subscribeForm2 { padding-bottom: 60px; }

@media screen and (max-width: 600px) { #subscribeForm2 { padding-bottom: 30px; } }

.inbox { margin-left: auto; margin-right: auto; margin-top: -277px; margin-bottom: -20px; background: white; color: #111; box-shadow: -2px 20px 10px 3px rgba(22, 21, 19, 0.2); max-width: 640px; }

iframe#recentEmail { width: 100%; height: auto; border: 0; }

.inbox-toolbar { height: 50px; font-size: 13px; background: #ebebeb; color: #919191; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }

.inbox-header { text-align: center; padding: 20px 0; font-size: 13px; letter-spacing: initial; }

a.call-to-action { display: inline-block; font-size: 13px; letter-spacing: initial;}

a.call-to-action:link { color: #666 !important; text-decoration: none; }

a.call-to-action:active, a.call-to-action:visited { color: #666; }

.arrow-down { font-size: 11px; }

.email { max-width: 600px; margin-left: auto; margin-right: auto; }

hr { border: 0; border-top: 1px solid #333; }

.pb-0 { padding-bottom: 0; }

.pt-2 { padding-top: 20px; }

.footer-quote {
  color: #ae9e85;
  padding-bottom: 20px;
  max-width: 600px;
  margin: 0 auto;
}


.footer-quote p {
  font-family: Helvetica Neue, Helvetica, Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  margin: 8px 0;
  text-transform: uppercase;
  letter-spacing: .5px; 
  color: #ae9e85;
}

.footer-quote a {
  color: #ae9e85;
  text-decoration: none;
}

.footer-quote h3 {
  font-family: "Sentinel A", "Sentinel B";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.2;
  color: #ae9e85;    
  font-size: 28px;  
  margin: 0;
  }

@media (max-width: 1020px) {
    .footer-quote h3 {
      font-size: 24px;
    }
  }  


@media (max-width: 600px) {
  .footer-quote h3 {
    font-size: 23px;
  }
}  

.mailchimp-signup {
  margin: 2rem auto;
  max-width: 540px;
  position: relative;
}

.email-input {
  background: #fff;
  /*border: 2px solid #5a5e62;*/
  border: 0px;
  height: 100%;
  font-weight: 700;
  padding: 15px;
  width: 100%;
  height: 50px;
}
.email-input:focus {
  outline: none;
  border-color: #FFF;
}
.form-group {
  display: flex;
  justify-content: center;
  position: relative;
}
.mc-field-group {
  flex: 1;
}
.response {
  color: #F29E9F;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  position: absolute;
  width: 100%;
  text-align: center;
}
div.mce_inline_error {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;  
}
.response.mce-success-response {
    color: #FFF;
}

/* high specificity here to override styles injected by js */
#mc_embed_signup .form-group div.mce_inline_error {
  margin: 0;
  padding: 0.5rem;
  position: absolute;
  width: 100%;
  background-color: transparent;
  color: #F29E9F;
  text-align: left;
  text-align: center;
}
#mc_embed_signup .form-group input.mce_inline_error {
  border-color: #FFF;
}

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