* {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
fieldset, 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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  line-height: 0;
  vertical-align: middle;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font: 13px/1.231 sans-serif;
  *font-size: small;
  /*text-rendering: optimizeLegibility;*/
  /* this causes problems in Chrome for Windows and on iOS */
  -webkit-overflow-scrolling: touch;
}

select, input, textarea, button {
  font: 99% sans-serif;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

body, select, input, textarea {
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

html {
  overflow-y: scroll;
}

a:hover, a:active {
  outline: none;
}

ul, ol {
  list-style: none;
}

ol {
  list-style-type: decimal;
}

nav ul, nav li {
  margin: 0;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

textarea {
  overflow: auto;
}

.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

input:invalid, textarea:invalid {
  border-radius: 1px;
  box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.a11y-only {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

html, body {
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #fff;
  font-family: "proxima-nova", Helvetica, Verdana, sans-serif;
}

.body {
  overflow: hidden;
}

::-moz-selection {
  background: #70B1BC;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #70B1BC;
  color: #fff;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: #70B1BC;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0px;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
button:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

i {
  font-style: normal;
}

@-ms-viewport {
  width: device-width;
}
.body {
  min-height: 500px;
  display: block;
}

.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}

.footer,
.body-mod {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-is-open .footer, .nav-is-open
.body-mod {
  -webkit-transform: translateX(-150px);
      -ms-transform: translateX(-150px);
          transform: translateX(-150px);
}

.nav {
  background-color: #000;
  padding: 0 0 0 10px;
  position: relative;
  z-index: 1;
}
@media (min-width: 480px) {
  .nav {
    padding: 0 10px;
  }
}
@media (min-width: 600px) {
  .nav {
    padding: 0 20px;
  }
}

.nav-width {
  max-width: 960px;
  margin: 0 auto;
  padding: 15px 0 11px;
  position: relative;
  *zoom: 1;
}
.nav-width:after {
  content: "";
  display: table;
  clear: both;
}

.nav-logoMod {
  width: 140px;
  display: block;
  float: left;
}
@media (min-width: 600px) {
  .nav-logoMod {
    width: 220px;
  }
}

.nav-logo {
  width: 100%;
}

@media (max-width: 479px) {
  .nav-list {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 43px;
    background-color: #000;
    width: 150px;
    -webkit-transform: translateX(150px);
        -ms-transform: translateX(150px);
            transform: translateX(150px);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .nav-is-open .nav-list {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 480px) {
  .nav-list {
    float: right;
  }
}
@media (min-width: 600px) {
  .nav-list {
    padding: 5px 0;
  }
}

.nav-item {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #000;
}
@media (max-width: 479px) {
  .nav-item {
    opacity: 0;
    padding: 15px 10px;
    -webkit-transform: translateX(25px);
        -ms-transform: translateX(25px);
            transform: translateX(25px);
  }
  .nav-is-open .nav-item {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .nav-is-open .nav-item:nth-child(1) {
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
  }
  .nav-is-open .nav-item:nth-child(2) {
    -webkit-transition-delay: 0.19s;
            transition-delay: 0.19s;
  }
  .nav-is-open .nav-item:nth-child(3) {
    -webkit-transition-delay: 0.26s;
            transition-delay: 0.26s;
  }
  .nav-is-open .nav-item:nth-child(4) {
    -webkit-transition-delay: 0.33s;
            transition-delay: 0.33s;
  }
}
@media (min-width: 480px) {
  .nav-item {
    display: inline-block;
  }
}

.nav-trigger-button {
  font-family: "proxima-nova", Helvetica, Verdana, sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: right;
  display: block;
  margin-bottom: 13px;
  padding-right: 10px;
  padding: 0 10px 0 0;
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 480px) {
  .nav-trigger-button {
    display: none;
  }
}

.nav-link {
  font-family: "proxima-nova", Helvetica, Verdana, sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
  display: block;
  text-align: right;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 480px) {
  .nav-link {
    padding: 0 15px 0 0;
  }
  .nav-item:last-of-type .nav-link {
    padding-right: 0;
  }
}
@media (min-width: 600px) {
  .nav-link {
    font-size: 14px;
    padding: 0 20px 0 0;
  }
  .nav-item:last-of-type .nav-link {
    padding-right: 0;
  }
}
.nav-link:hover {
  opacity: .8;
}

.article-content pre {
  color: #fff;
  background-color: #29292A;
  margin: 40px -20px;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 600px) {
  .article-content pre {
    border-radius: 3px;
  }
}
.article-content pre span {
  white-space: nowrap;
}

.article-content p code,
.article-content ul code,
.article-content ol code {
  background-color: #F4F4F0;
  color: #474445;
  font-family: "Source Code Pro", "Courier New", Courier, mono;
  font-size: 14px;
  padding: 3px 6px;
  border-radius: 2px;
}

code {
  word-wrap: break-word;
}

.article-content pre[class*="language"] {
  margin-right: -20px;
  margin-left: -20px;
}
@media (max-width: 459px) {
  .article-content pre[class*="language"] {
    font-size: 12px;
    border-radius: 0;
  }
}

code {
  word-wrap: break-word;
}

.footer {
  min-height: 300px;
  height: auto;
  background-color: #262626;
  padding: 50px 5% 0;
  color: #666;
  line-height: 28px;
  font-family: "proxima-nova", Helvetica, Verdana, sans-serif;
}

.footer-item {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  margin-right: 2%;
}
@media (min-width: 0) and (max-width: 399px) {
  .footer-item {
    border-bottom: 1px dotted #888;
    width: 100%;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .footer-item {
    border-top: 1px dotted #888;
    width: 46%;
    padding: 2.5%;
    font-size: 16px;
  }
  .footer-item:nth-of-type(2n-1) {
    margin-right: 5%;
  }
}
@media (min-width: 768px) {
  .footer-item:first-of-type {
    width: 25%;
    margin-right: 4%;
  }
}

.footer-item .footer-item--link:hover {
  color: #b9b9b9;
}

.footer--logo {
  max-width: 100%;
  margin-top: 8px;
  margin-bottom: 10px;
}

.footer-item--title {
  color: #999;
  margin-bottom: 15px;
}
@media (min-width: 0) and (max-width: 767px) {
  .footer-item--title {
    margin-bottom: 0;
  }
}

/* DISQUS WRAPPER STYLE */
#disqus_thread {
  margin: 3em 0;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.home-width {
  max-width: 640px;
  margin: 0 auto;
}

.tease {
  display: block;
  position: relative;
  margin-top: -1px;
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
.tease:hover {
  background-color: #f9f9f9;
  position: relative;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.tease-trans {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.touch .tease-trans {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.tease-inner {
  margin: 0 auto;
  max-width: 640px;
  padding: 25px 20px;
  border-bottom: 1px solid #ddd;
  *zoom: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.tease-inner:after {
  content: "";
  display: table;
  clear: both;
}
.tease:hover .tease-inner {
  border-color: transparent;
}
.tease:last-child .tease-inner {
  border-bottom: 0px;
}
@media (min-width: 500px) {
  .tease-inner {
    padding: 40px 20px;
  }
}

.tease-h1 {
  font-weight: 500;
  font-size: 20px;
  color: #70B1BC;
  margin-bottom: 5px;
  display: block;
}
@media (min-width: 500px) {
  .tease-h1 {
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 300;
  }
}

.tease-h2 {
  font-size: 16px;
}

.tease-list {
  display: block;
  clear: both;
  font-size: 12px;
}
@media (min-width: 500) {
  .tease-list {
    clear: none;
  }
}
.tease-list.tease-list--width-headshot {
  margin-top: 12px;
}

.tease-item--headshot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  margin: -8px 5px 0 0;
  background-size: cover;
  float: left;
  background-color: #ddd;
}
@media (min-width: 500px) {
  .tease-item--headshot {
    margin-right: 10px;
  }
}

.tease-item {
  display: inline-block;
  margin-right: 3px;
  color: #908A8B;
  font-family: "Source Code Pro", "Courier New", Courier, mono;
}
.tease-item:first-child:after {
  display: inline-block;
  margin-left: 8px;
  content: '|';
  color: #908A8B;
}
.tease-item:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.tease-item:last-child:after {
  display: none;
}

.tease-item--author:hover {
  color: #EF5B35;
}

.tease-img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  float: left;
  margin: 0 10px 10px 0;
  border: 2px solid #fff;
}
@media (min-width: 500px) {
  .tease-img {
    border: 3px solid #fff;
    margin: 0 30px 0 0;
    width: 100px;
    height: 100px;
    min-width: 100px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}

@media (min-width: 500px) {
  .img-tease {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 500px) {
  .img-tease .tease-hgroup {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}

.pagination-mod {
  max-width: 640px;
  font-family: "Source Code Pro", "Courier New", Courier, mono;
  color: #908A8B;
  padding: 20px 10px;
  margin: 0 auto;
  *zoom: 1;
}
.pagination-mod:after {
  content: "";
  display: table;
  clear: both;
}

.pagination-list--PN {
  float: left;
}

.pagination-list--num {
  float: right;
}

.pagination-item--PN,
.pagination-item--num {
  display: inline-block;
  margin-left: -8px;
}
.pagination-item--PN:hover,
.pagination-item--num:hover {
  color: #EF5B35;
}

.pagination-link--PN {
  padding: 2px 10px;
}

.pagination-link--num {
  padding: 2px 5px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination-link--num.active {
  color: #EF5B35;
  background-color: #F4F4F0;
}

.pagination-item--PN:first-child {
  border-right: 1px solid #908A8B;
}

.article-topper {
  background-color: #F4F4F0;
  position: relative;
}

.article-topper--img {
  min-height: 100vh;
  margin-top: -43px;
  padding-top: 35vh;
  background-color: #222;
  text-align: center;
  background-size: cover;
  position: static;
  background-position: 50% 50%;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .article-topper--img {
  background-attachment: fixed;
}
@media (min-width: 400px) {
  .article-topper--img {
    margin-top: -53px;
  }
}
.article-topper--img .article-hgroup {
  max-width: 800px;
}
.article-topper--img .article-h1 {
  color: #fff;
  font-size: 32px;
}
@media (min-width: 500px) and (max-width: 699px) {
  .article-topper--img .article-h1 {
    font-size: 45px;
  }
}
@media (min-width: 700px) {
  .article-topper--img .article-h1 {
    font-size: 55px;
  }
}
.article-topper--img .article-byline {
  color: #fff;
}
.article-topper--img .article-timestamp {
  color: #fff;
}

.article-hgroup {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 20px;
}

.article-timestamp {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
  color: #EF5B35;
  margin-bottom: 10px;
}

.article-h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 10px;
}
@media (min-width: 400px) and (max-width: 599px) {
  .article-h1 {
    font-size: 32px;
  }
}
@media (min-width: 600px) {
  .article-h1 {
    font-size: 42px;
  }
}

.article-byline {
  font-size: 16px;
  font-family: "Source Code Pro", "Courier New", Courier, mono;
}

.copy-button {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
@media (min-width: 600px) {
  .copy-button {
    display: block;
  }
}

.copy-text {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 7px;
  right: 0;
  color: #000;
  height: 34px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-family: "Source Code Pro", "Courier New", Courier, mono;
  font-weight: 500;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 105px;
  white-space: nowrap;
}
.copy-button:hover .copy-text, .zeroclipboard-is-hover .copy-text {
  opacity: 1;
  right: 32px;
}
.clicked .copy-text {
  color: #138975;
  opacity: 1;
  right: 32px;
  width: 190px;
}

.copy-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 34px;
  height: 34px;
  background-color: #000;
  background-image: url("/assets/img/icon/copy.svg");
  background-size: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.clicked .copy-icon {
  background-color: #138975;
  background-image: url("/assets/img/icon/check.svg");
}

.topper-img {
  width: 100%;
  display: block;
}

.article-content {
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 30px 20px;
}
.article-content td, .article-content th {
  border: 1px solid;
  padding: 8px;
}

.article-content * + * {
  margin-top: 20px;
}

.job-post,
.article-content blockquote,
.article-content ul > li,
.article-content ol > li,
.article-content p {
  font-size: 16px;
  line-height: 27px;
}
@media (min-width: 600px) {
  .job-post,
  .article-content blockquote,
  .article-content ul > li,
  .article-content ol > li,
  .article-content p {
    font-size: 17px;
  }
}

.job-post b,
.job-post .bold,
.article-content blockquote b,
.article-content blockquote .bold,
.article-content ul > li b,
.article-content ul > li .bold,
.article-content ol > li b,
.article-content ol > li .bold,
.article-content figcaption b,
.article-content figcaption .bold,
.article-content p b,
.article-content p .bold {
  font-weight: 600;
}
.job-post a,
.article-content blockquote a,
.article-content ul > li a,
.article-content ol > li a,
.article-content figcaption a,
.article-content p a {
  color: #70B1BC;
}
.job-post a:hover,
.article-content blockquote a:hover,
.article-content ul > li a:hover,
.article-content ol > li a:hover,
.article-content figcaption a:hover,
.article-content p a:hover {
  text-decoration: underline;
}
.job-post em,
.job-post .ital,
.article-content blockquote em,
.article-content blockquote .ital,
.article-content ul > li em,
.article-content ul > li .ital,
.article-content ol > li em,
.article-content ol > li .ital,
.article-content figcaption em,
.article-content figcaption .ital,
.article-content p em,
.article-content p .ital {
  font-style: italic;
}

ins {
  background-color: #F5F5AB;
  padding: 0 3px;
}

.article-content .pullQuote {
  font-size: 19px;
  font-weight: 100;
  color: #EF5B35;
  font-family: "Source Code Pro", "Courier New", Courier, mono;
  padding: 20px 0;
  margin: 10px 0 0;
}
@media (min-width: 600px) {
  .article-content .pullQuote {
    font-size: 26px;
    margin: 10px -20px 0;
  }
}

.article-content .pq-nobreak {
  white-space: normal;
  text-align: center;
}
.article-content .pq-nobreak span {
  display: block;
}
@media (min-width: 900px) {
  .article-content .pq-nobreak {
    text-align: left;
    white-space: nowrap;
    font-size: 1.6em;
  }
  .article-content .pq-nobreak span {
    display: inline;
  }
}

.job-post h1,
.article-content h1 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-top: 48px;
}

.job-post h2,
.article-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 48px;
}

.article-content h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  color: #908A8B;
  margin-top: 36px;
}

.job-post h4,
.article-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 32px;
}

.article-content img,
.article-content figure {
  margin: 40px -20px;
  text-align: center;
  max-width: calc(100% + 40px);
}

.article-content figure img {
  margin: 0;
  max-width: 100%;
}
@media (min-width: 660px) {
  .article-content figure img {
    border-radius: 3px;
  }
}

.article-content figure iframe {
  display: block;
  margin: auto;
  max-width: 100%;
}

.article-content figcaption {
  border-top: 1px solid #ddd;
  padding: 10px 10px 0;
  color: #999;
  margin-top: 0px;
}
@media (min-width: 660px) {
  .article-content figcaption {
    padding: 10px 7px 0;
    margin: 0 3px;
  }
}

.list--big > li {
  font-size: 19px;
  font-weight: 600;
  margin-top: 40px;
  list-style-position: inside;
}
@media (min-width: 700px) {
  .list--big > li {
    list-style-position: outside;
  }
}

.article-content ol,
.article-content ul {
  padding: 0 20px;
}
.article-content ol * + *,
.article-content ul * + * {
  margin-top: 10px;
}

.article-content ul {
  list-style-type: disc;
}

.article-content blockquote {
  color: #999;
  padding-left: 15px;
  border-left: 4px solid #70B1BC;
}

.article-nav {
  display: none;
  background-color: #000;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.nav-visible .article-nav {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.no-touch .article-nav {
  display: block;
}
@media (min-width: 1030px) {
  .touch .article-nav {
    display: block;
  }
}

.article-navWidth {
  position: relative;
  *zoom: 1;
}
.article-navWidth:after {
  content: "";
  display: table;
  clear: both;
}

.article-nav-logoMod {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 38px;
  background-image: url("/assets/img/localytics-logo-icon.png");
  background-size: 48%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.article-navH {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-right: 50px;
  overflow: hidden;
  padding: 8px 50px 8px 38px;
}

.copy-button--nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  width: 35px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.copy-button--nav.zeroclipboard-is-hover, .copy-button--nav:hover {
  width: 124px;
}
.copy-button--nav.clicked {
  width: 204px;
}
.copy-button--nav:after {
  content: '';
  display: block;
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  width: 15px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #000000);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000000);
}

.copy-text--nav {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 7px;
  color: #fff;
  font-family: "Source Code Pro", "Courier New", Courier, mono;
  white-space: nowrap;
  text-align: left;
  opacity: 0;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.zeroclipboard-is-hover .copy-text--nav, .copy-button--nav:hover .copy-text--nav {
  opacity: 1;
  right: 45px;
}
.clicked .copy-text--nav {
  right: 45px;
  opacity: 1;
}

.copy-icon--nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 35px;
  border-left: 2px solid #fff;
  background-image: url("/assets/img/icon/copy.svg");
  background-size: 45%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #000;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.clicked .copy-icon--nav {
  background-color: #138975;
  background-image: url("/assets/img/icon/check.svg");
}

.logo-eng-job {
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 599px) {
  .logo-eng-job {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .nav-visible .logo-eng-job {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (min-width: 600px) {
  .logo-eng-job {
    max-width: 300px;
    margin: 27px 0 20px;
    width: 50%;
    margin-left: 20px;
    float: right;
  }
}
@media (min-width: 900px) {
  .logo-eng-job {
    margin-right: -150px;
  }
}
.logo-eng-job:hover {
  -webkit-transform: scale(1.025);
      -ms-transform: scale(1.025);
          transform: scale(1.025);
}
.logo-eng-job > a {
  display: block;
  background-color: #F4F4F0;
  border-radius: 3px;
  font-size: 16px;
  margin-top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 10px;
}
.logo-eng-job > a:hover {
  text-decoration: none;
}
@media (min-width: 600px) {
  .logo-eng-job > a {
    padding: 55px 15px 27px;
    font-size: 19px;
  }
}
.logo-eng-job > span {
  display: none;
}
@media (min-width: 600px) {
  .logo-eng-job > span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 7px;
    background-color: #000;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-family: "Source Code Pro", "Courier New", Courier, mono;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}

table {
  border: 1px solid #ccc;
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr {
  border: 1px solid #ddd;
  padding: 5px;
}

table th, table td {
  padding: 10px;
  text-align: center;
}

table th {
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table thead {
    display: none;
  }

  table tr {
    margin-bottom: 10px;
    display: block;
  }

  table td {
    margin: 0 !important;
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
  }

  table td:last-child {
    border-bottom: 1px solid #000;
  }

  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}
.author-cover {
  padding-top: 180px;
  background-color: #F4F4F0;
  display: none;
}
.author-topper--w-cover .author-cover {
  display: block;
}
@media (min-width: 600px) {
  .author-topper--w-cover .author-cover {
    padding-top: 350px;
  }
}
.author-topper--w-image .author-cover {
  display: block;
}

.author-cover--image {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
}
.no-touch .author-cover--image {
  background-attachment: fixed;
}
@media (min-width: 600px) {
  .author-cover--image {
    padding-top: 350px;
  }
}
.author-cover--image:after {
  display: block;
  content: ' ';
  position: absolute;
  top: -30px;
  bottom: 0;
  right: -30px;
  left: -30px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
}

.author-topper-content {
  padding: 0 20px 50px;
  max-width: 960px;
  margin: 50px auto 0;
  border-bottom: 1px solid #ddd;
}
.author-topper--w-image .author-topper-content {
  margin: -80px auto 0;
}

.author-image {
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  border: 4px solid #fff;
  position: relative;
}

.author-name {
  text-align: center;
  font-size: 50px;
  font-weight: 300;
}
.author-topper--w-cover .author-name, .author-topper--w-image .author-name {
  font-size: 30px;
}
@media (min-width: 600px) {
  .author-topper--w-cover .author-name, .author-topper--w-image .author-name {
    font-size: 40px;
  }
}
.author-topper--w-bio .author-name {
  margin-bottom: 20px;
}

.author-link {
  color: #EF5B35;
}
.author-link:hover {
  text-decoration: underline;
}

.author-bio {
  text-align: center;
  font-size: 16px;
  line-height: 1.4em;
  max-width: 640px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .author-bio {
    font-size: 20px;
  }
}

.comment-tease-title,
.author-tease-title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 700;
}

.author-tease-title {
  margin: 30px auto;
}
@media (min-width: 600px) {
  .author-tease-title {
    margin: 40px auto;
  }
}

.comment-tease-title {
  margin: 60px auto;
}
@media (min-width: 600px) {
  .comment-tease-title {
    margin: 80px auto;
  }
}

.tease--author {
  text-align: center;
}
.tease--author:first-of-type .tease-inner {
  border-top: 1px solid #ddd;
}
.tease--author:first-of-type:hover .tease-inner {
  border-top: 1px solid transparent;
}

.comment-tease-group {
  text-align: center;
}

.comment-tease-list {
  padding: 0 15px 25px;
  border-top: 1px solid #ddd;
  background-color: #F4F4F0;
}
@media (min-width: 600px) {
  .comment-tease-list {
    padding: 0 20px 50px;
  }
}

.comment-tease-list-inner {
  display: block;
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
}

.comment-tease {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-bottom: 30px;
}
.comment-tease:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .comment-tease {
    margin-bottom: 60px;
    padding: 0 15px;
    margin-left: -4px;
    width: 50%;
  }
  .comment-tease:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 900px) {
  .comment-tease {
    width: 33.33%;
  }
  .comment-tease:nth-last-of-type(3) {
    margin-bottom: 0;
  }
}

.comment-meta-info {
  margin-bottom: 10px;
}

.comment-date,
.comment-name {
  display: inline-block;
}

.comment-name {
  font-weight: 700;
  font-size: 15px;
  margin-right: 5px;
}

.comment-date {
  font-family: "Source Code Pro", "Courier New", Courier, mono;
  color: #908A8B;
  font-size: 13px;
}

.comment-tease > p,
.comment-p {
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.comment-article {
  font-family: "Source Code Pro", "Courier New", Courier, mono;
  color: #908A8B;
}

.comment-article-link {
  color: #EF5B35;
}
.comment-article-link:hover {
  text-decoration: underline;
}

.page-topper {
  text-align: center;
  background-color: #70B1BC;
  color: #fff;
  padding: 80px 20px;
}
@media (min-width: 600px) {
  .page-topper {
    padding: 140px 20px;
  }
}

.page-topper--img {
  color: #fff;
  background-size: cover;
  background-position: 50% 50%;
}
.no-touch .page-topper--img {
  background-attachment: fixed;
}

.page-hgroup {
  max-width: 800px;
  margin: 0 auto;
}

.page-h1 {
  font-size: 32px;
}
@media (min-width: 500px) and (max-width: 699px) {
  .page-h1 {
    font-size: 45px;
  }
}
@media (min-width: 700px) {
  .page-h1 {
    font-size: 55px;
  }
}

.page-intro {
  padding: 20px;
  margin-bottom: 50px;
  text-align: center;
  background-color: #F4F4F0;
}
@media (min-width: 600px) {
  .page-intro {
    padding: 70px 40px;
  }
}
@media (min-width: 800px) {
  .page-intro {
    padding: 100px 40px;
  }
}
.page-intro h1 {
  font-size: 24px;
  font-weight: 700;
  max-width: 700px;
  margin: 0 auto 25px;
}
@media (min-width: 600px) {
  .page-intro h1 {
    font-size: 36px;
  }
}
.page-intro p {
  font-size: 18px;
  line-height: 27px;
  max-width: 650px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .page-intro p {
    font-size: 20px;
  }
}

.page-content td {
  border: 1px solid;
  padding: 5px;
}

.job-filter-mod {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 600px) {
  .job-filter-mod {
    padding: 0 10px 40px;
  }
}

@media (min-width: 600px) {
  .job-filters {
    margin-left: -0px;
    *zoom: 1;
  }
  .job-filters:after {
    content: "";
    display: table;
    clear: both;
  }
  .job-filters > .job-filter-item {
    float: left;
    padding-left: 0px;
    width: 50%;
  }
  .ie7 .job-filters > .job-filter-item {
    width: 50%;
  }
  .job-filters > .job-filter-item:nth-of-type(2n+3) {
    clear: left;
  }
}

.job-filter-title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 600px) {
  .job-filter-title {
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 50px;
  }
}

.job-filter-button {
  text-align: center;
  font-family: "proxima-nova", Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 22px;
  display: block;
  color: #444444;
  width: 100%;
  padding: 30px 10px;
  margin-bottom: 20px;
  background-color: rgba(239, 91, 53, 0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.job-filter-button:hover {
  color: #fff;
  background-color: #70B1BC;
}

.job-filter-count {
  color: #908A8B;
  font-size: 15px;
  font-family: "Source Code Pro", "Courier New", Courier, mono;
  text-transform: initial;
  letter-spacing: 0px;
  font-weight: 400;
  display: block;
  margin-top: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.job-filter-button:hover .job-filter-count {
  color: #000;
}

.job-list-filter-titler {
  font-family: "proxima-nova", Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

.job-list-mod {
  min-height: 100vh;
  padding: 30px 0;
  display: block;
}
@media (min-width: 600px) {
  .job-list-mod {
    padding: 80px 0;
  }
}

.job-item {
  text-align: center;
  padding: 40px 20px;
  border-bottom: 1px solid #ddd;
  max-width: 800px;
  margin: 0 auto;
}
.job-item:last-of-type {
  border-bottom: 0px;
}

.job-item--trigger {
  padding: 0;
  font-family: "proxima-nova", Helvetica, Verdana, sans-serif;
  width: 100%;
  color: #444444;
  font-size: 24px;
  font-weight: 300;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.job-item--trigger:hover {
  color: #EF5B35;
}
@media (min-width: 600px) {
  .job-item--trigger {
    font-size: 32px;
  }
}
@media (min-width: 900px) {
  .job-item--trigger {
    font-size: 40px;
  }
}

.job-item--location {
  color: #908A8B;
  font-size: 15px;
  font-family: "Source Code Pro", "Courier New", Courier, mono;
  text-transform: initial;
  letter-spacing: 0px;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}

.job-post {
  max-width: 600px;
  text-align: left;
  margin: 0 auto;
  padding: 0 20px;
}
.is-closed .job-post {
  display: none;
}
.job-post p, .job-post ul, .job-post h3 {
  margin-bottom: 10px;
}

.job-post h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 36px;
}

.job-post ul {
  list-style-type: disc;
  padding-left: 19px;
}

.job-desc {
  margin-bottom: 30px;
}

#gh_resume,
#gh_cover_letter {
  padding: 9px 0;
  border: 0px;
}

.job-form {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
.is-closed .job-form {
  display: none;
}
.job-form label {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.job-form input, .job-form textarea {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0px;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  display: block;
  width: 100%;
  padding: 9px;
  border: 1px solid #ddd;
  font-size: 16px;
  font-family: "proxima-nova", Helvetica, Verdana, sans-serif;
}
.job-form input:focus, .job-form textarea:focus {
  outline: 0;
}
.job-form .heading {
  font-weight: 700;
  font-size: 24px;
  float: left;
  margin-bottom: 20px;
}
.job-form .required-fields {
  float: right;
  font-family: "Source Code Pro", "Courier New", Courier, mono;
  color: #908A8B;
  font-size: 14px;
}
.job-form .link-container a:after {
  display: inline-block;
  content: '|';
  padding: 0 7px 0 10px;
  color: #908A8B;
}
.job-form .link-container a:last-child:after {
  display: none;
}
.job-form .field {
  clear: both;
  margin-bottom: 15px;
}
.job-form .asterisk {
  color: #EF5B35;
  font-family: "Source Code Pro", "Courier New", Courier, mono;
  font-weight: 400;
}
.job-form .button {
  display: inline-block;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0px;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  width: auto;
  color: #70B1BC;
  border: 2px solid #70B1BC;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 12px 28px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.job-form .button:focus {
  outline: 0;
}
.job-form .button:hover {
  background-color: #70B1BC;
  color: #fff;
}

.jobs-h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  max-width: 800px;
  margin: 0 auto 10px;
}
@media (min-width: 400px) and (max-width: 599px) {
  .jobs-h1 {
    font-size: 32px;
  }
}
@media (min-width: 600px) {
  .jobs-h1 {
    font-size: 42px;
  }
}

.gh-job-detail {
  padding: 0;
  min-height: 100vh;
}

#job-list-mod {
  padding: 0 20px;
}

.touch .required-false {
  display: none;
}

.page-opensource .page-intro {
  margin-bottom: 0;
}

.os-tease-grid {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 750px) and (max-width: 1049px) {
  .os-tease-grid__inner {
    margin-left: -20px;
    *zoom: 1;
  }
  .os-tease-grid__inner:after {
    content: "";
    display: table;
    clear: both;
  }
  .os-tease-grid__inner > .os-tease {
    float: left;
    padding-left: 20px;
    width: 50%;
  }
  .ie7 .os-tease-grid__inner > .os-tease {
    width: 50%;
  }
  .os-tease-grid__inner > .os-tease:nth-of-type(2n+3) {
    clear: left;
  }
}
@media (min-width: 1050px) {
  .os-tease-grid__inner {
    margin-left: -20px;
    *zoom: 1;
  }
  .os-tease-grid__inner:after {
    content: "";
    display: table;
    clear: both;
  }
  .os-tease-grid__inner > .os-tease {
    float: left;
    padding-left: 20px;
    width: 33.33333%;
  }
  .ie7 .os-tease-grid__inner > .os-tease {
    width: 33%;
  }
  .os-tease-grid__inner > .os-tease:nth-of-type(3n+4) {
    clear: left;
  }
}

.os-tease__logo-mod {
  width: 130px;
  height: 130px;
  margin: 0 auto 10px;
  position: relative;
}

.os-tease__logo {
  max-width: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.os-tease__hgroup {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 0;
  border-top: 2px solid #ddd;
}
@media (min-width: 1050px) {
  .os-tease__hgroup .os-tease--small {
    border-top: 0px;
    margin-bottom: 50px;
  }
  .os-tease--small:nth-of-type(1) .os-tease__hgroup, .os-tease--small:nth-of-type(2) .os-tease__hgroup, .os-tease--small:nth-of-type(3) .os-tease__hgroup {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.os-tease--big {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
.os-tease--big:first-child .os-tease__hgroup {
  border-top: 0px solid #ddd;
}

.os-tease__h {
  font-size: 32px;
  margin-bottom: 10px;
}
@media (min-width: 750px) and (max-width: 1049px) {
  .os-tease--big .os-tease__h {
    font-size: 40px;
  }
}
@media (min-width: 1050px) {
  .os-tease--big .os-tease__h {
    font-size: 55px;
  }
}
@media (min-width: 1050px) {
  .os-tease--small .os-tease__h {
    font-size: 38px;
  }
}
.os-tease__h a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.os-tease__h a:hover {
  color: #EF5B35;
}

.os-tease__tech {
  color: #908A8B;
  font-size: 15px;
  font-family: "Source Code Pro", "Courier New", Courier, mono;
  margin-bottom: 15px;
}

.os-tease__desc {
  font-size: 18px;
  line-height: 1.5;
}
.os-tease__desc a {
  color: #70B1BC;
}
.os-tease__desc a:hover {
  text-decoration: underline;
}
