/* reset browser defaults */
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, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

/* 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; }

/* general styling */
body {
  font-family: "BrandonText", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 100%;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #f5f4f2 url(/img/texture-bg.png) repeat top left fixed; }

/* links */
a:link, a:visited {
  color: #ff5b40;
  outline: none;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #205f82; }

/* form cursors */
button[type="submit"],
input[type="submit"] {
  cursor: pointer; }

/* custom selection colors */
::-moz-selection {
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  background: #ff5b40; }

::selection {
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  background: #ff5b40; }

/* webfonts
--------------------------------------------- */
@font-face {
  font-family: "BrandonText";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: -.01em;
  src: url("/webfonts/BrandonTextRegular.woff2") format("woff2"), url("/webfonts/BrandonTextRegular.woff") format("woff"); }
@font-face {
  font-family: "BrandonText";
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: -.01em;
  src: url("/webfonts/BrandonTextBold.woff2") format("woff2"), url("/webfonts/BrandonTextBold.woff") format("woff"); }
@font-face {
  font-family: "BrandonText";
  font-style: italic;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: -.01em;
  src: url("/webfonts/BrandonTextItalic.woff2") format("woff2"), url("/webfonts/BrandonTextItalic.woff") format("woff"); }
@font-face {
  font-family: "CartridgeRegular";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  src: url("/webfonts/Cartridge-Regular.woff2") format("woff2"), url("/webfonts/Cartridge-Regular.woff") format("woff"); }
@font-face {
  font-family: "CartridgeSB";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  src: url("/webfonts/Cartridge-SB.woff2") format("woff2"), url("/webfonts/Cartridge-SB.woff") format("woff"); }
@font-face {
  font-family: "VaultAlarm";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  src: url("/webfonts/VaultAlarm-Regular.woff2") format("woff2"), url("/webfonts/VaultAlarm-Regular.woff") format("woff"); }
.font-alts {
  font-feature-settings: 'ss01'; }

/* page structure
--------------------------------------------- */
div.content {
  background: #fff; }
  div.content div.content-inner {
    max-width: 1320px;
    margin: 0 auto; }

footer[role="contentinfo"] {
  clear: both; }

/* header
--------------------------------------------- */
#logo-mark {
  position: absolute;
  top: 26px;
  left: 50%;
  margin-left: -20px;
  z-index: 9999; }
  @media only screen and (max-width: 800px) {
    #logo-mark {
      top: 13px; } }
  #logo-mark a img {
    width: 40px; }
  #logo-mark a:hover img {
    opacity: .75; }

#logo {
  margin: 0 0 0 20px; }
  @media only screen and (max-width: 800px) {
    #logo {
      position: relative;
      top: 7px;
      margin: 0;
      text-align: center; } }
  #logo a {
    display: inline-block; }
    #logo a img {
      width: 160px; }
      @media only screen and (max-width: 800px) {
        #logo a img {
          width: 131px; } }
    #logo a:hover {
      opacity: .75; }

/* nav */
#fixed {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #f5f4f2; }

header[role="banner"] {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 30px 0 28px 0;
  z-index: 2;
  overflow: hidden; }
  @media only screen and (max-width: 800px) {
    header[role="banner"] {
      line-height: 70px;
      padding: 0;
      box-sizing: border-box; } }
  header[role="banner"].rule-off {
    border-bottom: none; }

a.menu {
  display: none; }
  @media only screen and (max-width: 800px) {
    a.menu {
      display: block;
      position: absolute;
      top: 0px;
      left: 20px;
      opacity: .72; } }

nav[role="navigation"] {
  float: right;
  margin: -27px 0 0 0; }
  @media only screen and (max-width: 800px) {
    nav[role="navigation"] {
      display: none;
      clear: left;
      margin: 0;
      padding-top: 0;
      width: 100%; }
      #page-home nav[role="navigation"] {
        margin-bottom: 0; } }

nav[role="navigation"] ul {
  float: right;
  padding: 0 10px 0 0; }
  @media only screen and (max-width: 800px) {
    nav[role="navigation"] ul {
      float: none;
      padding: 0;
      text-align: center; } }

nav[role="navigation"] ul li {
  display: inline-block;
  margin: 0 10px; }
  nav[role="navigation"] ul li#home {
    position: absolute;
    top: 28px;
    left: 20px; }
  @media only screen and (max-width: 800px) {
    nav[role="navigation"] ul li {
      display: block;
      margin: 0; }
      nav[role="navigation"] ul li#home {
        position: static;
        display: block; } }

nav[role="navigation"] ul li a {
  display: inline-block;
  margin-right: -.15em;
  padding-bottom: 6px;
  font-family: "CartridgeRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: #333; }
  @media only screen and (max-width: 800px) {
    nav[role="navigation"] ul li a {
      display: block;
      margin-right: 0;
      padding: 20px;
      border-top: 1px solid rgba(0, 0, 0, 0.05); } }

nav[role="navigation"] ul li a:hover {
  color: #999; }

/* nav[role="navigation"] ul li.active {
  border-bottom: 3px solid $color-accent;

  @include respond(medium-screens) {
    border-bottom: none;
  } 
} */
nav[role="navigation"] ul li#home {
  margin: 0; }

nav[role="navigation"] ul li#home a {
  font-family: "CartridgeSB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: -.012em;
  line-height: 1;
  color: #333; }
  nav[role="navigation"] ul li#home a:hover {
    color: #999; }
  nav[role="navigation"] ul li#home a:active {
    color: #ff5b40; }

/* flex grids
--------------------------------------------- */
div.post .flex-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 20px; }
  @media only screen and (max-width: 800px) {
    div.post .flex-grid {
      display: block; } }
  div.post .flex-grid .col {
    width: 30%;
    margin: 0 0 60px 0;
    padding: 0 40px;
    text-align: center;
    box-sizing: border-box; }
    @media only screen and (max-width: 800px) {
      div.post .flex-grid .col {
        width: auto;
        margin: 0 0 40px 0; } }
    div.post .flex-grid .col p, div.post .flex-grid .col h3 {
      width: auto;
      margin: 0; }
    div.post .flex-grid .col h3 {
      margin: 0 0 10px 0;
      font-size: 22px;
      font-weight: bold;
      line-height: 1.3; }
      div.post .flex-grid .col h3 span {
        display: block;
        margin: 0 0 6px;
        font-family: "CartridgeRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 44px;
        font-weight: bold;
        color: #ff5b40; }
        div.post .flex-grid .col h3 span strong {
          display: inline-block;
          color: #ff5b40; }
    div.post .flex-grid .col p {
      font-size: 22px;
      line-height: 1.4; }

div.post div.btn {
  margin: 40px 0 60px 0;
  text-align: center; }
  div.post div.btn button {
    display: inline-block;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;
    font-family: "CartridgeRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-decoration: none;
    color: #fff;
    background: #333;
    border: none;
    border-radius: 6px; }
    div.post div.btn button:hover {
      background: #ff5b40; }

div.logos {
  margin-top: 60px;
  border-top: 1px solid #e3e0db; }

/* main styles
--------------------------------------------- */
h1 {
  margin: 0 0 30px 0;
  padding: 0;
  font-family: "VaultAlarm", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 72px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -.015em; }
  @media only screen and (max-width: 800px) {
    h1 {
      font-size: 42px;
      line-height: 1.2; } }
  h1 em {
    margin: 0 1px 0 5px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #333; }

/* index of posts */
div.index {
  margin: 0 0 20px 0; }
  div.index div.post-content img {
    display: none; }
  div.index div.teaser {
    float: right;
    width: 200px;
    margin: 2px 0 0 30px; }
    @media only screen and (max-width: 800px) {
      div.index div.teaser {
        float: none;
        width: auto;
        margin: 0 0 10px 0; } }
    div.index div.teaser img {
      max-width: 100%;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.4); }
      div.index div.teaser img:hover {
        opacity: .75; }

div.post p.read-more a {
  display: inline-block;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  color: #fff;
  background: #ccc;
  border-radius: 4px; }
  div.post p.read-more a:hover {
    background: #ff5b40; }
  @media only screen and (max-width: 800px) {
    div.post p.read-more a {
      display: block;
      font-size: 12px; } }

/* blog sidebar */
div.post div.blog-sidebar,
div.blog-sidebar {
  float: right;
  padding: 20px 20px 0 0;
  text-align: right; }
  div.post div.blog-sidebar.alt,
  div.blog-sidebar.alt {
    float: none; }
  @media only screen and (max-width: 800px) {
    div.post div.blog-sidebar,
    div.blog-sidebar {
      float: none;
      text-align: left; } }
  div.post div.blog-sidebar li,
  div.blog-sidebar li {
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 18px;
    line-height: 1.4; }
    div.post div.blog-sidebar li a,
    div.blog-sidebar li a {
      color: #333;
      font-weight: normal;
      text-decoration: none; }
      div.post div.blog-sidebar li a:hover,
      div.blog-sidebar li a:hover {
        opacity: .8; }
    div.post div.blog-sidebar li img,
    div.blog-sidebar li img {
      width: 14px;
      margin: 0 6px 0 0;
      opacity: .72; }

/* posts */
div.post {
  padding: 40px 0 60px 0; }
  div.home div.post {
    padding-top: 60px;
    border-bottom: 1px solid #e3e0db; }
    @media only screen and (max-width: 800px) {
      div.home div.post {
        padding-top: 20px; } }
  div.index div.post {
    padding: 40px 0 20px 0; }
    @media only screen and (max-width: 800px) {
      div.index div.post {
        padding: 10px 0 0 0;
        margin: 0 0 10px 0; } }
  @media only screen and (max-width: 800px) {
    div.post {
      padding: 20px 0 40px 0; } }

div.post header {
  width: 63.917525773196%;
  /* 640 / 970 */
  margin: 0 auto 30px auto; }
  div.index div.post header {
    margin-bottom: 0; }
  @media only screen and (max-width: 800px) {
    div.post header {
      width: auto;
      margin-right: 20px;
      margin-left: 20px; } }

div.post h2 {
  margin: 0 0 10px 0;
  font-family: "VaultAlarm", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 64px;
  font-weight: normal;
  letter-spacing: -.015em;
  line-height: .95;
  text-transform: uppercase; }
  div.post h2.alt {
    margin: 60px 0 10px 0;
    padding-top: 60px;
    font-size: 40px;
    text-align: center;
    border-top: 1px solid #e3e0db; }
    @media only screen and (max-width: 800px) {
      div.post h2.alt {
        font-size: 32px; } }
  div.post h2.alt2 {
    margin: 40px 0 10px 0;
    font-size: 40px;
    text-align: center; }
  div.index div.post h2 {
    font-size: 30px;
    line-height: 1.1; }
    @media only screen and (max-width: 800px) {
      div.index div.post h2 {
        font-size: 24px;
        line-height: 1.1; } }
  div.post h2 a {
    font-weight: normal;
    text-decoration: none;
    border-bottom: none; }
  @media only screen and (max-width: 800px) {
    div.post h2 {
      font-size: 36px;
      line-height: 1; } }

div.post h2.page-title {
  font-size: 120px;
  line-height: 1;
  letter-spacing: -.03em;
  text-align: center; }
  @media only screen and (max-width: 800px) {
    div.post h2.page-title {
      margin-top: 0;
      font-size: 70px;
      line-height: 1; } }

div.post h3 {
  width: 63.917525773196%;
  /* 620 / 970 */
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 24px;
  font-family: "CartridgeSB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .1em; }
  @media only screen and (max-width: 800px) {
    div.post h3 {
      width: auto;
      margin-right: 20px;
      margin-left: 20px;
      margin-top: 50px;
      font-size: 20px; } }
  div.post h3.alt {
    margin-bottom: 10px;
    font-size: 32px;
    text-align: center; }
    @media only screen and (max-width: 800px) {
      div.post h3.alt {
        font-size: 24px; } }
  div.post h3.alt-quote {
    margin-top: 40px;
    margin-bottom: 40px; }

div.post h4 {
  width: 63.917525773196%;
  /* 620 / 970 */
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: "CartridgeSB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .1em; }
  @media only screen and (max-width: 800px) {
    div.post h4 {
      width: auto;
      margin-right: 20px;
      margin-left: 20px;
      font-size: 20px; } }

div.post p {
  width: 63.917525773196%;
  /* 620 / 970 */
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.5; }
  @media only screen and (max-width: 800px) {
    div.post p {
      width: auto;
      margin-right: 20px;
      margin-left: 20px;
      font-size: 18px;
      line-height: 1.5; } }

div.post-full div.post div.drop > p:first-of-type:first-letter {
  float: left;
  margin: 6px 6px 0 0;
  font-family: "VaultAlarm", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 72px;
  font-weight: bold;
  line-height: .8;
  text-align: center;
  color: #ff5b40; }
  @media only screen and (max-width: 800px) {
    div.post-full div.post div.drop > p:first-of-type:first-letter {
      font-size: 64px; } }

div.post p.date {
  margin: 0 0 10px 0;
  font-family: "CartridgeRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: #bbb; }
  @media only screen and (max-width: 800px) {
    div.post p.date {
      font-size: 14px; } }

div.post p.opening {
  margin-bottom: 40px;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -.02em; }
  @media only screen and (max-width: 800px) {
    div.post p.opening {
      font-size: 24px;
      line-height: 1.3; } }

div.post a {
  color: #333;
  font-weight: bold;
  text-decoration: underline; }
  div.post a:hover {
    color: #ff5b40;
    border-color: #ff5b40; }

div.post ul {
  width: 63.917525773196%;
  /* 620 / 970 */
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.5; }
  @media only screen and (max-width: 800px) {
    div.post ul {
      width: auto;
      margin-right: 20px;
      margin-left: 20px;
      margin-left: 40px;
      font-size: 18px;
      line-height: 1.5; } }
  div.post ul li {
    margin: 0 0 5px 0;
    list-style: disc; }
    div.post ul li:last-child {
      margin-bottom: 0; }

div.post dl {
  width: 63.917525773196%;
  /* 620 / 970 */
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.5; }
  @media only screen and (max-width: 800px) {
    div.post dl {
      width: auto;
      margin-right: 20px;
      margin-left: 20px;
      font-size: 18px;
      line-height: 1.5; } }
  div.post dl dd {
    margin: 0 0 20px 0; }
    div.post dl dd:last-child {
      margin-bottom: 0; }

/* call out box */
div.post div.call-out {
  margin: -30px 0 0 0;
  padding: 20px 0 10px 0;
  background: #f5f4f2 url(/img/texture.png) repeat top left fixed;
  background-size: 20%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; }
  @media only screen and (max-width: 800px) {
    div.post div.call-out {
      border-radius: 0; } }
  div.post div.call-out a {
    text-decoration: none; }
  div.post div.call-out h3.alt {
    margin: 30px auto 0 auto; }

/* pull quotes */
div.post blockquote {
  margin: 30px 5% 35px 5%; }
  @media only screen and (max-width: 800px) {
    div.post blockquote {
      margin-right: 10%;
      margin-left: 10%; } }

div.post blockquote p {
  width: auto;
  margin: 0;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.1;
  text-indent: -.33em;
  color: #ff5b40; }
  @media only screen and (max-width: 800px) {
    div.post blockquote p {
      font-size: 26px;
      line-height: 1.1; } }

/* long blockquotes */
div.post .long-quote {
  width: 63.917525773196%;
  /* 620 / 970 */
  margin: 0 auto;
  background: #f5f4f2 url(/img/texture.png) repeat top left fixed;
  background-size: 20%;
  border-radius: 10px; }
  @media only screen and (max-width: 800px) {
    div.post .long-quote {
      width: auto;
      margin-right: 20px;
      margin-left: 20px;
      margin: 0;
      border-radius: 0; } }

div.post .long-quote blockquote {
  margin: 30px 0;
  padding: 60px 80px 40px 80px; }
  @media only screen and (max-width: 800px) {
    div.post .long-quote blockquote {
      padding: 30px 60px 10px 60px; } }
  div.post .long-quote blockquote p {
    width: auto;
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
    text-indent: 0;
    color: #777; }
    @media only screen and (max-width: 800px) {
      div.post .long-quote blockquote p {
        font-size: 18px;
        line-height: 1.4; } }

/* full-width photos */
div.post div.photo {
  margin: 30px 0; }
  div.post div.photo img {
    display: block;
    width: 100%; }
  div.post div.photo p {
    width: auto;
    margin: 10px 18.041237113402% 0 0;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999; }
    @media only screen and (max-width: 800px) {
      div.post div.photo p {
        margin: 10px 20px 0 20px; } }

/* medium-width photos */
div.post div.photo-medium {
  float: left;
  margin: 10px 30px 10px 0; }
  div.post div.photo-medium img {
    display: block;
    max-width: 380px;
    border-radius: 6px; }
  @media only screen and (max-width: 800px) {
    div.post div.photo-medium {
      float: none;
      margin: 30px 0; }
      div.post div.photo-medium img {
        margin: 0 auto; } }

/* small photos */
div.post div.photo-small {
  float: right;
  margin: 10px 0 10px 40px; }
  div.post div.photo-small img {
    display: block;
    max-width: 280px;
    border-radius: 6px; }
  @media only screen and (max-width: 800px) {
    div.post div.photo-small {
      float: none;
      margin: 30px 0; }
      div.post div.photo-small img {
        margin: 0 auto; } }

/* small alt photos */
div.post div.photo-small-alt {
  float: left;
  margin: 10px 40px 10px 0; }
  div.post div.photo-small-alt img {
    display: block;
    max-width: 280px;
    border-radius: 6px; }
  @media only screen and (max-width: 800px) {
    div.post div.photo-small-alt {
      float: none;
      margin: 30px 0; }
      div.post div.photo-small-alt img {
        margin: 0 auto; } }

/* tiny photos */
div.post div.photo-tiny {
  float: right;
  margin: 10px 0 10px 40px; }
  div.post div.photo-tiny img {
    display: block;
    max-width: 180px;
    border-radius: 6px; }
  @media only screen and (max-width: 800px) {
    div.post div.photo-tiny {
      float: none;
      margin: 30px 0; }
      div.post div.photo-tiny img {
        margin: 0 auto; } }

/* home */
div.home-wrap {
  background: #f5f4f2 url(/img/texture-bg.png) repeat top left fixed; }

div.home-sec {
  position: relative; }

div.post-home {
  padding: 40px 0; }
  @media only screen and (max-width: 800px) {
    div.post-home {
      padding-top: 20px; } }

div.post div.first-home {
  z-index: 9999;
  overflow: hidden; }
  @media only screen and (max-width: 800px) {
    div.post div.first-home {
      float: none;
      width: auto;
      padding-top: 0; } }
  div.post div.first-home div.first-text {
    margin-top: 40px; }
    @media only screen and (max-width: 800px) {
      div.post div.first-home div.first-text {
        margin-top: 10px;
        padding-right: 0;
        width: auto; } }
    div.post div.first-home div.first-text p.opening {
      margin-bottom: 20px;
      position: relative;
      z-index: 9999; }

div.post p.last {
  font-size: 24px;
  line-height: 1.4; }
  @media only screen and (max-width: 800px) {
    div.post p.last {
      font-size: 20px;
      line-height: 1.4; } }

p.sub {
  text-align: center; }

div.post div.photo-home {
  position: relative;
  margin: -20px 0 20px 0;
  z-index: 1; }
  @media only screen and (max-width: 800px) {
    div.post div.photo-home {
      margin: -10px 0 0 0; } }
  div.post div.photo-home img {
    display: block;
    width: 100%; }
    @media only screen and (max-width: 800px) {
      div.post div.photo-home img {
        display: block;
        margin: 10px auto;
        max-width: 100%; } }

div.post div.first-home div.bottom {
  width: 50%;
  margin: 0;
  padding: 30px 0 0 0;
  border-right: 1px solid #e3e0db;
  box-sizing: border-box; }
  @media only screen and (max-width: 800px) {
    div.post div.first-home div.bottom {
      float: none;
      width: auto;
      padding: 0;
      border: none; } }

div.post div.side-by-side {
  float: right;
  width: 50%;
  margin: 30px 0 0 0;
  border-left: 1px solid #e3e0db;
  box-sizing: border-box; }
  @media only screen and (max-width: 800px) {
    div.post div.side-by-side {
      float: none;
      width: auto;
      margin: 40px auto 0 auto;
      border: none; } }
  div.post div.side-by-side img {
    display: block;
    height: 120px;
    margin: 0 auto 20px auto;
    border-radius: 8px; }
    div.post div.side-by-side img.icon {
      opacity: .72; }
    @media only screen and (max-width: 800px) {
      div.post div.side-by-side img {
        height: 48px;
        margin-bottom: 10px; } }
  div.post div.side-by-side a:hover img {
    opacity: .8; }
  div.post div.side-by-side a:hover img.icon {
    opacity: .5; }
  div.post div.side-by-side p.last {
    margin: 0 auto 30px auto;
    text-align: center; }

div.post div.side-left {
  float: left;
  border-left: none; }
  @media only screen and (max-width: 800px) {
    div.post div.side-left {
      float: none; } }

#home-books {
  margin: 0 0 60px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e0db; }
  @media only screen and (max-width: 800px) {
    #home-books {
      margin-bottom: 20px; } }

img.sig {
  max-width: 160px;
  margin-left: 15px;
  opacity: .72; }

div.post div.first-home-about {
  padding-top: 0; }
  @media only screen and (max-width: 800px) {
    div.post div.first-home-about {
      padding-bottom: 20px; } }

div.post div.first-home-about div.side-by-side img {
  width: 48px;
  height: auto; }
  @media only screen and (max-width: 800px) {
    div.post div.first-home-about div.side-by-side img {
      width: 32px; } }

/* book tease */
div.post .book-tease {
  margin: 80px 0 0 0; }
  @media only screen and (max-width: 800px) {
    div.post .book-tease {
      margin: 40px 0 60px 0; } }
  div.post .book-tease img {
    float: left;
    margin: -14px 20px 0 -10px; }
    @media only screen and (max-width: 800px) {
      div.post .book-tease img {
        float: none;
        display: block;
        margin: 0 0 20px 0; } }
  div.post .book-tease a:hover img {
    opacity: .8; }
  div.post .book-tease h5 {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3; }
    div.post .book-tease h5 a {
      font-weight: 500;
      text-decoration: none; }
  div.post .book-tease h6 {
    margin: 0 0 5px 0;
    font-family: "CartridgeRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #ff5b40; }
  div.post .book-tease p {
    margin: 0 0 0 190px;
    font-size: 18px;
    line-height: 1.5; }
    @media only screen and (max-width: 800px) {
      div.post .book-tease p {
        margin-left: 0; } }
  div.post .book-tease a.btn {
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 14px 20px;
    font-family: "CartridgeRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .1em;
    color: #fff;
    background: #333;
    border-radius: 4px; }
    div.post .book-tease a.btn:hover {
      background: #ff5b40; }

/* thumb grid */
ol.thumb-grid {
  margin: 30px 0 5px 0;
  overflow: hidden; }
  ol.thumb-grid li {
    float: left;
    width: 32%;
    margin: 0 2% 20px 0; }
    ol.thumb-grid li:nth-child(3n) {
      float: right;
      margin-right: 0; }
    ol.thumb-grid li a {
      border: none; }
    ol.thumb-grid li img {
      width: 100%; }

/* slats */
div.post ul.slats {
  width: auto;
  margin: 50px 0 0 0; }
  @media only screen and (max-width: 800px) {
    div.post ul.slats {
      margin-left: 20px;
      margin-right: 20px; } }
  div.post ul.slats li {
    position: relative;
    float: left;
    width: 33.33%;
    margin: 0 0 50px 0;
    text-align: center;
    list-style: none;
    z-index: 1; }
    @media only screen and (max-width: 800px) {
      div.post ul.slats li {
        float: none;
        width: auto;
        margin: 0 0 30px 0; } }
    div.post ul.slats li .new-badge {
      position: absolute;
      top: -20px;
      right: 70px;
      width: 60px;
      line-height: 60px;
      font-size: 15px;
      font-family: "CartridgeRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: .1em;
      color: #fff;
      background: #ff5b40;
      border: 3px solid #fff;
      border-radius: 50%;
      transform: rotate(20deg);
      z-index: 2; }
    div.post ul.slats li a, div.post ul.slats li .wrap {
      display: block;
      text-decoration: none; }
      div.post ul.slats li a h3, div.post ul.slats li .wrap h3 {
        width: auto;
        margin: 15px 0 8px 0;
        font-family: "BrandonText", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-weight: normal;
        text-transform: none;
        letter-spacing: 0;
        line-height: 1; }
        @media only screen and (max-width: 800px) {
          div.post ul.slats li a h3, div.post ul.slats li .wrap h3 {
            padding: 0; } }
      div.post ul.slats li a p, div.post ul.slats li .wrap p {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.4;
        font-family: "CartridgeRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: .16em; }
        div.post ul.slats li a p cite, div.post ul.slats li .wrap p cite {
          display: block;
          font-style: normal;
          font-family: "BrandonText", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 16px;
          line-height: 2;
          text-transform: none;
          letter-spacing: 0;
          color: #999; }
      div.post ul.slats li a img, div.post ul.slats li .wrap img {
        display: block;
        height: 360px;
        margin: 0 auto;
        transition: all .5s; }
        div.post ul.slats li a img:hover, div.post ul.slats li .wrap img:hover {
          transform: rotate(-2deg); }

div.post ul.slats.slats-4 li {
  width: 25%; }
  @media only screen and (max-width: 800px) {
    div.post ul.slats.slats-4 li {
      width: auto; } }
  div.post ul.slats.slats-4 li a img {
    height: 260px; }

div.post ul.team li {
  position: relative; }
  div.post ul.team li .wrap h3 {
    font-family: "VaultAlarm", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px; }
  div.post ul.team li .wrap img {
    width: 70%;
    height: auto;
    border-radius: 50%;
    transition: all .5s; }
  div.post ul.team li .wrap img.photo-alt {
    height: 0; }
  div.post ul.team li .wrap:hover img.photo {
    height: 0;
    transform: rotate(-2deg); }
  div.post ul.team li .wrap:hover img.photo-alt {
    height: auto; }

/* full-width video embed */
div.video-large {
  position: relative;
  margin: 30px 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  div.video-large iframe,
  div.video-large object,
  div.video-large embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* end dot */
div.post p.end {
  margin-top: -5px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #ff5b40; }

/* archive */
table.archive {
  width: 63.917525773196%;
  /* 620 / 970 */
  margin: 0 auto;
  margin: 50px auto 40px auto;
  border-collapse: collapse; }
  @media only screen and (max-width: 800px) {
    table.archive {
      width: auto;
      margin-right: 20px;
      margin-left: 20px;
      width: 100%;
      margin: 20px 0; } }
  table.archive td {
    padding: 20px 20px 20px 0;
    font-size: 20px;
    border-bottom: 1px solid #eee; }
    @media only screen and (max-width: 800px) {
      table.archive td {
        padding-left: 20px; } }
    table.archive td em {
      float: right;
      font-size: 14px;
      font-family: "CartridgeRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #333; }
    table.archive td a {
      display: block;
      font-weight: normal;
      text-decoration: none;
      color: #333; }
      table.archive td a:hover {
        color: #ff5b40; }
  table.archive tr:last-child td {
    border: none; }

/* pagination styles*/
div.page {
  padding: 40px 0;
  font-weight: bold;
  text-align: center; }

div.page span.disabled {
  display: none; }

div.page a.previous,
div.page a.next {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin: 0 10px;
  text-indent: -9999px; }
  div.page a.previous.previous,
  div.page a.next.previous {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("/img/icon-previous.png"); }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      div.page a.previous.previous,
      div.page a.next.previous {
        background-image: url("/img/icon-previous-2x.png");
        -webkit-background-size: 44px 88px;
        -moz-background-size: 44px 88px;
        background-size: 44px 88px; } }
  div.page a.previous.next,
  div.page a.next.next {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("/img/icon-next.png"); }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      div.page a.previous.next,
      div.page a.next.next {
        background-image: url("/img/icon-next-2x.png");
        -webkit-background-size: 44px 88px;
        -moz-background-size: 44px 88px;
        background-size: 44px 88px; } }

div.page a.previous:hover,
div.page a.next:hover {
  background-position: 0 -44px; }

p.see-all {
  margin: 50px 0;
  text-align: center; }
  p.see-all a {
    display: inline-block;
    padding: 14px 20px;
    font-family: "CartridgeRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .16em;
    color: #333;
    border: 1px solid #e0e0e0;
    border-radius: 6px; }
    p.see-all a:hover {
      color: #fff;
      border-color: #ff5b40;
      background: #ff5b40; }

/* the deck
--------------------------------------------- */
div.extra {
  position: relative;
  background: rgba(255, 255, 255, 0.6); }

div.thedeck {
  overflow: hidden;
  max-width: 50%;
  margin: 0 auto;
  padding: 80px 0; }
  @media only screen and (max-width: 800px) {
    div.thedeck {
      max-width: none;
      margin: 0 20px;
      padding: 40px 0; } }
  div.thedeck h3 {
    position: absolute;
    left: 0;
    top: 120px;
    margin: 0;
    font-family: "CartridgeRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .04em;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    @media only screen and (max-width: 800px) {
      div.thedeck h3 {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 20px;
        -webkit-transform: none; } }
    div.thedeck h3 a {
      color: #bbb; }
      div.thedeck h3 a:hover {
        color: #777; }
  div.thedeck img {
    float: left;
    margin: 0 20px 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
    div.thedeck img:hover {
      opacity: .75; }
  div.thedeck p {
    margin: 0;
    padding: 14px 0 0 0;
    font-size: 18px;
    line-height: 1.5;
    color: #777; }
    @media only screen and (max-width: 800px) {
      div.thedeck p {
        padding: 0;
        font-size: 16px; } }
    div.thedeck p a {
      font-weight: 600;
      color: #333; }
      div.thedeck p a:hover {
        color: #ff5b40; }

/* footer
--------------------------------------------- */
footer.site-footer {
  max-width: 1320px;
  margin: 80px auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #333; }
  @media only screen and (max-width: 800px) {
    footer.site-footer {
      margin: 40px 20px;
      font-size: 16px;
      line-height: 1.5; } }
  footer.site-footer p a {
    font-weight: 600;
    color: #333; }
    footer.site-footer p a:hover {
      color: #999; }
  footer.site-footer h2 {
    margin: 0 0 2px 0;
    font-size: 28px; }
  footer.site-footer h3 {
    font-family: "CartridgeRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    opacity: .3; }

ul.icons {
  margin: 20px 0 0 0; }
  ul.icons li {
    display: inline;
    margin: 0 10px; }
    ul.icons li a img {
      height: 32px;
      opacity: .8; }
      @media only screen and (max-width: 460px) {
        ul.icons li a img {
          height: 20px; } }
    ul.icons li a:hover img {
      opacity: .5; }

div.logo-footer {
  margin-bottom: 4px; }
  div.logo-footer a img {
    width: 160px; }
    @media only screen and (max-width: 460px) {
      div.logo-footer a img {
        width: 100px; } }
  div.logo-footer a:hover img {
    opacity: .7; }

/* link in bio
--------------------------------------------- */
div.linkinbio {
  padding: 0 0 60px 0;
  text-align: center; }
  div.linkinbio img.avatar {
    margin: 0 auto;
    width: 100px;
    border-radius: 50%; }
  div.linkinbio h1 {
    margin: 0;
    font-size: 48px; }
  div.linkinbio ul.icons {
    margin: 20px auto; }
    div.linkinbio ul.icons li {
      margin: 0 8px; }

div.post ul.links {
  margin: 20px auto; }
  div.post ul.links li {
    margin: 0 20px;
    padding: 0;
    list-style: none; }
    div.post ul.links li a {
      display: block;
      margin: 0 0 20px 0;
      padding: 15px 40px;
      line-height: 1.3;
      text-decoration: none;
      border: 1px solid #dad7cf;
      border-radius: 10px; }
      div.post ul.links li a strong {
        display: block;
        font-size: 28px;
        line-height: 1.3; }
      div.post ul.links li a span {
        font-weight: normal;
        line-height: 1.2;
        color: #999; }
    div.post ul.links li a:hover, div.post ul.links li a:active {
      color: #fff;
      border-color: #ff5b40;
      background: #ff5b40; }
      div.post ul.links li a:hover span, div.post ul.links li a:active span {
        color: rgba(255, 255, 255, 0.8); }

/* misc.
--------------------------------------------- */
hr, .hide {
  display: none; }

a img {
  border: none; }

div.post a.see-all {
  position: absolute;
  top: 90px;
  right: 20px;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  border: 1px solid #e3e0db;
  border-radius: 6px; }

/* self-clear floats */
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* newsletter form */
form.ml-block-form {
  margin: 40px 20px 60px 20px;
  font-size: 28px;
  line-height: 2;
  text-align: center; }
  form.ml-block-form input[type='text'],
  form.ml-block-form input[type='email'],
  form.ml-block-form textarea {
    width: 30%;
    margin: 0 10px;
    padding: 15px 20px;
    font-family: "BrandonText", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #333;
    border: none;
    border: 1px solid #dad7cf;
    border-radius: 6px;
    box-sizing: border-box; }
    @media only screen and (max-width: 800px) {
      form.ml-block-form input[type='text'],
      form.ml-block-form input[type='email'],
      form.ml-block-form textarea {
        display: block;
        width: 80%;
        margin: 0 auto 20px auto; } }
  form.ml-block-form textarea {
    display: block;
    width: 40%;
    height: 150px;
    margin: 20px auto 0 auto;
    padding: 10px;
    border: 1px solid #333;
    border-radius: 6px; }
    @media only screen and (max-width: 800px) {
      form.ml-block-form textarea {
        width: 80%; } }
  form.ml-block-form .btn {
    display: inline-block;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    font-family: "CartridgeRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .16em;
    text-decoration: none;
    color: #fff;
    background: #333;
    border: none;
    border-radius: 6px; }
    form.ml-block-form .btn:hover {
      background: #ff5b40; }
  form.ml-block-form .btn.loading,
  form.ml-block-form .btn.loading:hover {
    background: #333;
    opacity: .3; }

.row-success {
  text-align: center; }
  .row-success img {
    position: relative;
    top: 2px;
    width: 20px;
    margin: 0 6px 0 0; }

/* hire form */
form.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 20px 30px 20px;
  font-size: 28px;
  line-height: 1.8;
  text-align: left; }
  @media only screen and (max-width: 800px) {
    form.contact {
      display: block; } }
  form.contact .form-col {
    width: 48%;
    margin: 0 0 60px 0;
    padding: 0 40px;
    box-sizing: border-box; }
    @media only screen and (max-width: 800px) {
      form.contact .form-col {
        width: auto;
        margin: 0 0 40px 0; } }
  form.contact input[type='text'],
  form.contact input[type='email'],
  form.contact textarea {
    width: 35%;
    margin: 0 10px;
    padding: 2px;
    font-family: "BrandonText", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #333;
    border: none;
    border-bottom: 2px solid #333;
    box-sizing: border-box; }
    form.contact input[type='text']:focus,
    form.contact input[type='email']:focus,
    form.contact textarea:focus {
      outline: none; }
    @media only screen and (max-width: 800px) {
      form.contact input[type='text'],
      form.contact input[type='email'],
      form.contact textarea {
        display: block;
        width: 100%;
        margin: 0 0 20px 0; } }
  form.contact textarea {
    display: block;
    width: 100%;
    height: 120px;
    margin: 0;
    padding: 25px 25px;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    border: 2px solid #333;
    border-radius: 10px; }
    @media only screen and (max-width: 800px) {
      form.contact textarea {
        width: 100%; } }
  form.contact .btn-row {
    margin: 20px 0 0 0; }
  form.contact .btn {
    width: 100%;
    display: inline-block;
    padding: 20px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    font-family: "CartridgeRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .16em;
    text-decoration: none;
    color: #fff;
    background: #333;
    border: none;
    border-radius: 6px; }
    form.contact .btn:hover {
      background: #ff5b40; }
  form.contact .btn.loading,
  form.contact .btn.loading:hover {
    background: #333;
    opacity: .3; }

.row-success {
  text-align: center; }
  .row-success img {
    position: relative;
    top: 2px;
    width: 20px;
    margin: 0 6px 0 0; }

/* IE patches
--------------------------------------------- */
/* self-clear floats */
* html .group {
  /* IE6 */
  height: 1%; }

*:first-child + html .group {
  /* IE7 */
  min-height: 1px; }
