@charset "UTF-8";
/*
Theme Name:   One Column 
Theme URI:    http://blog.serverdensity.com
Description:  Style update 09.2015
Version:      5.0
Author:       Server Density
Author URI:   http://serverdensity.com
*/
/* Import Libraries */
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/* line 9, style/sass/helpers/_normalize.scss */
html.embed {
  background-color: transparent !important;
}

/* line 14, style/sass/helpers/_normalize.scss */
#wpstats {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 24, style/sass/helpers/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 42, style/sass/helpers/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 55, style/sass/helpers/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 66, style/sass/helpers/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 81, style/sass/helpers/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 92, style/sass/helpers/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
/* line 104, style/sass/helpers/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 116, style/sass/helpers/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 124, style/sass/helpers/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 139, style/sass/helpers/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 144, style/sass/helpers/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 149, style/sass/helpers/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 154, style/sass/helpers/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 159, style/sass/helpers/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 164, style/sass/helpers/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 173, style/sass/helpers/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 181, style/sass/helpers/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 186, style/sass/helpers/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 194, style/sass/helpers/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
/* line 202, style/sass/helpers/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 211, style/sass/helpers/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 220, style/sass/helpers/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 233, style/sass/helpers/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
/* line 243, style/sass/helpers/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
/* line 251, style/sass/helpers/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 261, style/sass/helpers/_normalize.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 269, style/sass/helpers/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 277, style/sass/helpers/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 281, style/sass/helpers/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 293, style/sass/helpers/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 300, style/sass/helpers/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
/* line 308, style/sass/helpers/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* line 318, style/sass/helpers/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 333, style/sass/helpers/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 342, style/sass/helpers/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 354, style/sass/helpers/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 366, style/sass/helpers/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 374, style/sass/helpers/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 386, style/sass/helpers/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 400, style/sass/helpers/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 415, style/sass/helpers/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 430, style/sass/helpers/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 443, style/sass/helpers/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 455, style/sass/helpers/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 469, style/sass/helpers/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 481, style/sass/helpers/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
/* line 490, style/sass/helpers/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 501, style/sass/helpers/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 514, style/sass/helpers/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, style/sass/helpers/_animate.scss */
body {
  -webkit-backface-visibility: hidden;
}

/* line 1, style/sass/helpers/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 1, style/sass/helpers/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes flash {
  0%,50%,100% {
    opacity: 1;
  }
  25%,75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,50%,100% {
    opacity: 1;
  }
  25%,75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,50%,100% {
    opacity: 1;
  }
  25%,75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,50%,100% {
    opacity: 1;
  }
  25%,75% {
    opacity: 0;
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes shake {
  0%,100% {
    -webkit-transform: translateX(0);
  }
  10%,30%,50%,70%,90% {
    -webkit-transform: translateX(-10px);
  }
  20%,40%,60%,80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,100% {
    -moz-transform: translateX(0);
  }
  10%,30%,50%,70%,90% {
    -moz-transform: translateX(-10px);
  }
  20%,40%,60%,80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,100% {
    -o-transform: translateX(0);
  }
  10%,30%,50%,70%,90% {
    -o-transform: translateX(-10px);
  }
  20%,40%,60%,80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,100% {
    transform: translateX(0);
  }
  10%,30%,50%,70%,90% {
    transform: translateX(-10px);
  }
  20%,40%,60%,80% {
    transform: translateX(10px);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes bounce {
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,20%,50%,80%,100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,20%,50%,80%,100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,20%,50%,80%,100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,50%,70%,90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,60%,80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,50%,70%,90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,60%,80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,50%,70%,90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,60%,80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,50%,70%,90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,60%,80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes swing {
  20%,40%,60%,80%,100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* line 1, style/sass/helpers/_animate.scss */
.animated.lightSpeedIn {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* line 1, style/sass/helpers/_animate.scss */
.animated.lightSpeedOut {
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  -o-animation-duration: .25s;
  animation-duration: .25s;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
/* line 1, style/sass/helpers/_animate.scss */
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* line 1, style/sass/helpers/_animate.scss */
.animated.wiggle {
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
  -o-animation-duration: .75s;
  animation-duration: .75s;
}

/* Import Base */
/* Base colour variables */
/* Base layout variables */
/* Base style variables */
/* Base style variables */
/* line 74, style/sass/modules/_base.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 78, style/sass/modules/_base.scss */
.rndCorners {
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-radius: 2px 2px 2px 2px;
}

/* line 82, style/sass/modules/_base.scss */
.userFeedback {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 87, style/sass/modules/_base.scss */
.white {
  color: #ffffff;
}

/* Button styles */
/* line 91, style/sass/modules/_base.scss */
.btn {
  overflow: hidden;
  display: block;
  text-decoration: none;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-radius: 2px 2px 2px 2px;
  text-align: center;
  line-height: 1.5em;
  padding: 10px;
  outline: none;
  border: 0;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
/* line 101, style/sass/modules/_base.scss */
.btn:hover, .btn:focus {
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
/* line 106, style/sass/modules/_base.scss */
.btn:active {
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* line 113, style/sass/modules/_base.scss */
.btnA {
  text-decoration: none;
  width: 100%;
  background-color: #2d67b2;
  color: #ffffff;
  border: 0;
  padding: 15px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
/* line 124, style/sass/modules/_base.scss */
.btnA:hover {
  color: #ffffff;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}
/* line 129, style/sass/modules/_base.scss */
.btnA:active {
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 135, style/sass/modules/_base.scss */
.btnB {
  background-color: #f7e601;
  color: #ffffff;
}
/* line 139, style/sass/modules/_base.scss */
.btnB:hover, .btnB:focus {
  background-color: #feee13;
}
/* line 145, style/sass/modules/_base.scss */
.btnB:active {
  background-color: #dece01;
}

/* line 151, style/sass/modules/_base.scss */
.circled {
  display: inline-block;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  border-radius: 50% 50% 50% 50%;
  position: relative;
  color: #f9fafb;
  margin: 0;
}
/* line 159, style/sass/modules/_base.scss */
.circled:before {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
/* line 173, style/sass/modules/_base.scss */
::-moz-selection {
  background: #222;
  color: #fff;
  text-shadow: none;
}

/* line 179, style/sass/modules/_base.scss */
::selection {
  background: #222;
  color: #fff;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 188, style/sass/modules/_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 201, style/sass/modules/_base.scss */
img {
  vertical-align: middle;
  background-color: #F9FAFB;
}

/*
 * Remove default fieldset styles.
 */
/* line 210, style/sass/modules/_base.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 220, style/sass/modules/_base.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 228, style/sass/modules/_base.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Form Styles
   ========================================================================== */
/* line 241, style/sass/modules/_base.scss */
.postDate {
  border: 1px solid #dae1e7;
  display: inline-block;
  padding: 0 5px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-radius: 2px 2px 2px 2px;
  background-color: #ffffff;
  font-size: .9em;
}

/* line 250, style/sass/modules/_base.scss */
.tabletShow, .mobileShow {
  display: none;
}

/* line 255, style/sass/modules/_base.scss */
.inlineBtn {
  display: inline-block;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-radius: 2px 2px 2px 2px;
  color: #fff;
}

/* line 262, style/sass/modules/_base.scss */
.MainBtn {
  overflow: hidden;
  text-decoration: none;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-radius: 2px 2px 2px 2px;
  color: #fff;
}

/* line 269, style/sass/modules/_base.scss */
.GreenBtn {
  background: #9bbf2b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #9bbf2b 0%, #4ea154 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9bbf2b), color-stop(100%, #4ea154));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #9bbf2b 0%, #4ea154 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #9bbf2b 0%, #4ea154 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #9bbf2b 0%, #4ea154 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #9bbf2b 0%, #4ea154 100%);
  /* W3C */
}

/* line 279, style/sass/modules/_base.scss */
.GreenBtn:hover, .GreenBtn:focus {
  -moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.5);
}

/* line 286, style/sass/modules/_base.scss */
.GreenBtn:active {
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5), 0px 1px 0px #fff;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5), 0px 1px 0px #fff;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5), 0px 1px 0px #fff;
  text-shadow: 0 1px 0 #000;
}

/* line 293, style/sass/modules/_base.scss */
.BlackBtn {
  background: #222;
  border: 1px solid #000;
  line-height: 3em;
  font-family: "Adelle W01 Regular";
  color: #fff;
  -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0px 1px 2px #000;
  -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0px 1px 2px #000;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0px 1px 2px #000;
}

/* line 304, style/sass/modules/_base.scss */
.BlackBtn:hover {
  -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5), 0px 1px 1px #000;
  -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5), 0px 1px 1px #000;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5), 0px 1px 1px #000;
  text-shadow: 0 1px 0 #000;
}

/* line 311, style/sass/modules/_base.scss */
.BlackBtn:active {
  -moz-box-shadow: inset 0 1px 2px black, 0px 1px 0px #fff;
  -webkit-box-shadow: inset 0 1px 2px black, 0px 1px 0px #fff;
  box-shadow: inset 0 1px 2px black, 0px 1px 0px #fff;
  text-shadow: 0 1px 0 #000;
}

/* ==========================================================================
   Navigation dropdown
   ========================================================================== */
/* line 324, style/sass/modules/_base.scss */
.menu-dropdown {
  position: relative;
}
/* line 329, style/sass/modules/_base.scss */
.menu-dropdown:hover .dropdown-title:before {
  border-top-color: #111111;
}
/* line 334, style/sass/modules/_base.scss */
.menu-dropdown:hover .dropdown-list {
  opacity: 1;
  height: auto;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 341, style/sass/modules/_base.scss */
.menu-dropdown .dropdown-title {
  position: relative;
  display: block;
  z-index: 10;
}
/* line 346, style/sass/modules/_base.scss */
.menu-dropdown .dropdown-title:before {
  content: '';
  display: block;
  float: right;
  width: 0px;
  height: 0px;
  margin-top: 1.1em;
  margin-left: .7em;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-top: 6px solid #bcc7d2;
  border-bottom: none;
}
/* line 361, style/sass/modules/_base.scss */
.menu-dropdown .dropdown-list {
  position: absolute;
  display: block;
  overflow: hidden;
  z-index: 0;
  height: 0;
  opacity: 0;
  top: -.2em;
  left: 0;
  padding-top: 2.7em;
  width: auto;
  margin-left: -15px;
  border: 1px solid #dae1e7;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-radius: 2px 2px 2px 2px;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
/* line 377, style/sass/modules/_base.scss */
.menu-dropdown .dropdown-list li {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-align: left;
  line-height: 3.2em;
}
/* line 385, style/sass/modules/_base.scss */
.menu-dropdown .dropdown-list li a {
  display: block;
  padding: 0 15px;
  height: 100%;
}
/* line 390, style/sass/modules/_base.scss */
.menu-dropdown .dropdown-list li a:hover {
  background-color: #f3f5f7;
  border-bottom: none;
}

/* Sans Serif and Serif Font Declarations */
@font-face {
  font-family: "Adelle SansW01-Light";
  src: url("style/fonts/79b136a6-80d0-40f7-8434-9ad3daa1861d.eot?#iefix");
  src: url("style/fonts/79b136a6-80d0-40f7-8434-9ad3daa1861d.eot?#iefix") format("eot"), url("style/fonts/a9501926-5b52-4faf-98a0-6df7ebe9e2b2.woff") format("woff"), url("style/fonts/649b2f4a-d456-4e90-bc8f-0be0bc34217e.ttf") format("truetype"), url("style/fonts/9bb6d0b1-8b32-4634-9875-f9cdd769d7a4.svg#9bb6d0b1-8b32-4634-9875-f9cdd769d7a4") format("svg");
}
@font-face {
  font-family: "Adelle SansW01-Regular";
  src: url("style/fonts/5577a52c-046a-4ef1-9082-fcd2b45c4d66.eot?#iefix");
  src: url("style/fonts/5577a52c-046a-4ef1-9082-fcd2b45c4d66.eot?#iefix") format("eot"), url("style/fonts/20ed2fae-246b-4199-a71b-6f85ae7bafc4.woff") format("woff"), url("style/fonts/b40b5f79-78e8-4141-af00-22d78eb1e26f.ttf") format("truetype"), url("style/fonts/237d4d0a-43a8-49aa-b628-1a92bdba5c36.svg#237d4d0a-43a8-49aa-b628-1a92bdba5c36") format("svg");
}
@font-face {
  font-family: 'sd-font-blog';
  src: url("style/fonts/sd-font-blog.eot");
  src: url("style/fonts/sd-font-blog.eot?#iefix") format("embedded-opentype"), url("style/fonts/sd-font-blog.woff") format("woff"), url("style/fonts/sd-font-blog.svg#sd-font-blog") format("svg"), url("style/fonts/sd-font-blog.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Assigning Classes */
/* line 29, style/sass/modules/_type.scss */
.ssLight {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}

/* line 34, style/sass/modules/_type.scss */
.ssNormal {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}

/* line 39, style/sass/modules/_type.scss */
.ssMedium {
  font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}

/* line 44, style/sass/modules/_type.scss */
.ssBold {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}

/* line 49, style/sass/modules/_type.scss */
.sNormal {
  font-family: "Adelle SansW01-Light" !important;
}

/* line 53, style/sass/modules/_type.scss */
.sBold {
  font-family: "Adelle SansW01-Regular" !important;
}

/* Icon Fonts */
/* line 65, style/sass/modules/_type.scss */
[class^="icon-"], [class*=" icon-"] {
  position: relative;
  display: inline-block;
  width: 1em;
  font-size: 1.2em;
  margin-right: .3em;
}

/* line 73, style/sass/modules/_type.scss */
[class^="icon-"]:before, [class*=" icon-"]:before,
[class^="icon-"]:after, [class*=" icon-"]:after {
  font-family: 'sd-font-blog';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 0.1em;
}

/* Logo Icon */
/* line 88, style/sass/modules/_type.scss */
.icon-sdIcon::before {
  content: "\e60B";
}

/* Social Icons */
/* line 94, style/sass/modules/_type.scss */
.icon-facebook::before {
  content: "\e401";
}

/* line 99, style/sass/modules/_type.scss */
.icon-hn::before {
  content: "\e402";
}

/* line 104, style/sass/modules/_type.scss */
.icon-linkedin::before {
  content: "\e403";
}

/* line 109, style/sass/modules/_type.scss */
.icon-reddit::before {
  content: "\e404";
}

/* line 114, style/sass/modules/_type.scss */
.icon-twitter::before {
  content: "\e405";
}

/* line 119, style/sass/modules/_type.scss */
.icon-xing::before {
  content: "\e406";
}

/* line 124, style/sass/modules/_type.scss */
.icon-gplus::before {
  content: "\e407";
}

/* Navigation Icons */
/* line 132, style/sass/modules/_type.scss */
.icon-search::before {
  content: "\e415";
}

/* line 137, style/sass/modules/_type.scss */
.icon-logo::before {
  content: "\e60B";
}

/* line 142, style/sass/modules/_type.scss */
.icon-link-arrow::before {
  content: "\e60D";
}

/* line 147, style/sass/modules/_type.scss */
.icon-tick::before {
  content: "\e601";
}

/* line 152, style/sass/modules/_type.scss */
.icon-cross::before {
  content: "\e420";
}

/* line 157, style/sass/modules/_type.scss */
.icon-heart::before {
  content: "\e615";
}

/* line 162, style/sass/modules/_type.scss */
.icon-tickcircle::before {
  content: "\e616";
}

/* line 167, style/sass/modules/_type.scss */
.icon-star::before {
  content: "\e617";
}

/* Font Sizes */
/* line 182, style/sass/modules/_type.scss */
.subscript {
  font-size: 10px;
}

/* line 183, style/sass/modules/_type.scss */
.fontTiny {
  font-size: 0.9em;
}

/* line 184, style/sass/modules/_type.scss */
.fontSmall {
  font-size: 1em;
}

/* line 185, style/sass/modules/_type.scss */
.fontNormal {
  font-size: 1.25em;
}

/* line 186, style/sass/modules/_type.scss */
.fontBig {
  font-size: 1.75em;
}

/* line 187, style/sass/modules/_type.scss */
.fontGiant {
  font-size: 2.25em;
}

/* Font Colours */
/* line 192, style/sass/modules/_type.scss */
.h1Color {
  color: #111111;
}

/* line 193, style/sass/modules/_type.scss */
.h2Color {
  color: #333333;
}

/* line 194, style/sass/modules/_type.scss */
.h3Color {
  color: #555555;
}

/* line 195, style/sass/modules/_type.scss */
.h4Color {
  color: #aaaaaa;
}

/* line 196, style/sass/modules/_type.scss */
.h5Color {
  color: #dddddd;
}

/* Font Styles */
/* line 202, style/sass/modules/_type.scss */
.italics {
  font-style: italic;
  letter-spacing: 0.5px;
}

/* line 203, style/sass/modules/_type.scss */
.linethrough {
  text-decoration: line-through;
  letter-spacing: 1px;
}

/* line 204, style/sass/modules/_type.scss */
.underline {
  text-decoration: underline;
}

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
/* line 212, style/sass/modules/_type.scss */
body {
  font-size: 100%;
}

/* Default fonts and colors. */
/* line 216, style/sass/modules/_type.scss */
body, h3, h4, h5, h6, p, ul, ol, dl, input, textarea {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}

/* line 220, style/sass/modules/_type.scss */
.syntaxhighlighter {
  padding: 15px 0;
  -moz-border-radius: 3px 2px 2px 2px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-radius: 3px 2px 2px 2px;
  border: 1px solid #eaedf1;
}

/* Headings
-------------------------------------------------------------- */
/* line 231, style/sass/modules/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* line 233, style/sass/modules/_type.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #222;
}

/* line 236, style/sass/modules/_type.scss */
h1 {
  font-size: 3.25em;
  line-height: 1.2em;
  margin-bottom: 1em;
  font-weight: bolder;
  color: #111111;
}

/* line 237, style/sass/modules/_type.scss */
h2 {
  font: 2.25em "Adelle SansW01-Regular" !important;
  margin: 2em 0 .5em;
  line-height: 1.4em;
  color: #111111;
}

/* line 238, style/sass/modules/_type.scss */
h3 {
  font: 1.75em "Adelle SansW01-Regular" !important;
  margin: 2em 0 .5em;
  line-height: 1.4em;
  margin-bottom: .5em;
  color: #111111;
}

/* line 239, style/sass/modules/_type.scss */
h4 {
  font-size: 1.2em;
  margin: 2em 0 .5em;
  line-height: 1.4em;
}

/* line 240, style/sass/modules/_type.scss */
h5 {
  font-size: 1.1em;
  margin: 1em 0 .5em;
  line-height: 1.4em;
}

/* line 241, style/sass/modules/_type.scss */
h6 {
  font-size: 1em;
  margin: 1em 0 .5em;
  line-height: 1.4em;
}

/* Text elements
-------------------------------------------------------------- */
/* line 247, style/sass/modules/_type.scss */
p {
  margin: 0 0 1.5em;
  line-height: 1.5em;
  color: #333333;
  font-size: 1.25em;
  font: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 0.25px;
}

/* line 249, style/sass/modules/_type.scss */
ul, ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 2em;
  color: #333333;
  list-style: outside;
}

/* line 250, style/sass/modules/_type.scss */
ul li, ol li {
  margin: 0 0 1em 0;
  font-size: 1.25em;
  line-height: 1.5em;
}

/* line 252, style/sass/modules/_type.scss */
#mainArticle ul li a,
#mainArticle ol li a {
  border-bottom: 1px solid #3d95b3;
}
/* line 255, style/sass/modules/_type.scss */
#mainArticle ul li a:hover,
#mainArticle ol li a:hover {
  color: #3d95b3;
}

/* line 260, style/sass/modules/_type.scss */
ul {
  list-style-type: circle;
}

/* line 261, style/sass/modules/_type.scss */
ol {
  list-style-type: decimal;
}

/* line 263, style/sass/modules/_type.scss */
.gist {
  margin-bottom: 1.5em;
}

/* line 267, style/sass/modules/_type.scss */
.shellBody {
  margin: 0;
  padding: 5px;
  list-style: none;
  background: #141414;
  color: #45D40C;
  font: 0.8em 'Andale Mono', Consolas, 'Courier New';
  line-height: 1.6em;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-radius: 3px 3px 3px 3px;
}
/* line 278, style/sass/modules/_type.scss */
.shellBody li:before {
  content: '$';
  position: absolute;
  left: 0;
  top: 0;
}
/* line 285, style/sass/modules/_type.scss */
.shellBody li {
  word-wrap: break-word;
  position: relative;
  padding: 0 0 0 15px;
}

/* line 292, style/sass/modules/_type.scss */
dl {
  margin: 0 0 1.5em 0;
}

/* line 293, style/sass/modules/_type.scss */
dl dt {
  font-weight: bold;
}

/* line 294, style/sass/modules/_type.scss */
dl dd {
  margin-left: 1.5em;
}

/* line 296, style/sass/modules/_type.scss */
abbr, acronym {
  border-bottom: 1px dotted #333333;
}

/* line 297, style/sass/modules/_type.scss */
address {
  margin-top: 1.5em;
  font-style: italic;
}

/* line 298, style/sass/modules/_type.scss */
del {
  color: #333333;
}

/* line 300, style/sass/modules/_type.scss */
a {
  text-decoration: none;
  color: #111111;
}

/* line 302, style/sass/modules/_type.scss */
p a {
  border-bottom: 1px solid #3d95b3;
}
/* line 305, style/sass/modules/_type.scss */
p a:hover {
  color: #3d95b3;
}

/* line 311, style/sass/modules/_type.scss */
blockquote {
  margin: 2em 0;
  border-left: 5px solid #82bfd4;
  border-top: 1px solid #f9fafb;
  border-bottom: 1px solid #f9fafb;
  padding: 0 5%;
}
/* line 318, style/sass/modules/_type.scss */
blockquote p {
  margin-bottom: 0.5em;
  font-style: italic;
  color: #627b93;
}
/* line 324, style/sass/modules/_type.scss */
blockquote p:last-of-type {
  font-size: 0.75em !important;
  font-weight: bold;
  font-style: normal;
}
/* line 331, style/sass/modules/_type.scss */
blockquote p:last-of-type:before {
  content: '– ';
}

/* line 339, style/sass/modules/_type.scss */
strong {
  font-weight: bold;
}

/* line 340, style/sass/modules/_type.scss */
em, dfn {
  font-style: italic;
}

/* line 341, style/sass/modules/_type.scss */
dfn {
  font-weight: bold;
}

/* line 342, style/sass/modules/_type.scss */
tt {
  display: block;
  margin: 1.5em 0;
  line-height: 1.5;
}

/* line 344, style/sass/modules/_type.scss */
figure {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
/* line 351, style/sass/modules/_type.scss */
figure figCaption {
  position: absolute;
  width: 150px;
  top: 0;
  margin-top: 0;
  outline: 0;
  font: 1em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
  letter-spacing: 0.4px;
  color: #aaaaaa;
}
/* line 363, style/sass/modules/_type.scss */
figure figCaption:before {
  width: 25%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
  content: "";
  margin-bottom: 10px;
}
/* line 372, style/sass/modules/_type.scss */
figure figCaption a {
  color: #aaaaaa;
  border-bottom: 1px solid;
}
/* line 380, style/sass/modules/_type.scss */
figure.insetLeft {
  float: left;
  margin-right: 30px;
}
/* line 385, style/sass/modules/_type.scss */
figure.insetLeft figCaption {
  left: -172px;
  text-align: right;
}
/* line 390, style/sass/modules/_type.scss */
figure.insetLeft figCaption:before {
  margin-left: 75%;
}
/* line 397, style/sass/modules/_type.scss */
figure.insetRight {
  float: right;
  margin-left: 30px;
}
/* line 402, style/sass/modules/_type.scss */
figure.insetRight figCaption {
  right: -172px;
  text-align: left;
}
/* line 407, style/sass/modules/_type.scss */
figure.insetRight figCaption:before {
  margin-right: 75%;
}

/* Tables
-------------------------------------------------------------- */
/* wrapper for extra big tables*/
/* line 418, style/sass/modules/_type.scss */
.infoTable-wrapper {
  overflow-y: auto;
  margin: 2em 0 3em;
}
/* line 422, style/sass/modules/_type.scss */
.infoTable-wrapper .infoTable {
  margin: 0;
}

/* line 428, style/sass/modules/_type.scss */
.infoTable {
  margin: 2em 0 3em;
  text-align: left;
  border: 1px solid #cbd4dc;
  font-size: 1em !important;
}
/* line 434, style/sass/modules/_type.scss */
.infoTable th {
  border-bottom: 4px solid #cbd4dc;
  background-color: #f3f5f7;
  font-family: "Adelle SansW01-Light" !important;
}
/* line 435, style/sass/modules/_type.scss */
.infoTable td {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}
/* line 436, style/sass/modules/_type.scss */
.infoTable td ul, .infoTable td ol {
  padding: 0 0 0 1em;
  margin: 0;
}
/* line 437, style/sass/modules/_type.scss */
.infoTable td p, .infoTable td li {
  font-size: 1em;
}
/* line 438, style/sass/modules/_type.scss */
.infoTable td p:last-of-type, .infoTable td li:last-of-type {
  margin: 0;
}
/* line 439, style/sass/modules/_type.scss */
.infoTable th {
  padding-top: 25px;
  padding-bottom: 25px;
}
/* line 440, style/sass/modules/_type.scss */
.infoTable th, .infoTable td {
  padding-left: 12.5px;
  padding-right: 12.5px;
  border-right: 1px solid #cbd4dc;
}
/* line 441, style/sass/modules/_type.scss */
.infoTable tr {
  border-bottom: 1px solid #cbd4dc;
  background-color: #ffffff;
  vertical-align: top;
}
/* line 442, style/sass/modules/_type.scss */
.infoTable tfoot {
  font-style: italic;
  border-bottom: 4px solid #cbd4dc;
}
/* line 443, style/sass/modules/_type.scss */
.infoTable caption {
  background: #ffc;
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px) {
  /* line 453, style/sass/modules/_type.scss */
  .infoTable th, .infoTable td {
    min-width: 50px;
  }
  /* line 456, style/sass/modules/_type.scss */
  .infoTable th {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* Some default classes
-------------------------------------------------------------- */
/* line 467, style/sass/modules/_type.scss */
.quiet {
  color: #999;
}

/* line 469, style/sass/modules/_type.scss */
.hide {
  display: none;
}

/* line 470, style/sass/modules/_type.scss */
.highlight {
  background: #ffc;
}

/* line 472, style/sass/modules/_type.scss */
.top {
  margin-top: 0;
  padding-top: 0;
}

/* line 473, style/sass/modules/_type.scss */
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 475, style/sass/modules/_type.scss */
.mobileBreak {
  display: none;
}

/* line 477, style/sass/modules/_type.scss */
.arrow-scroll {
  border: 1px solid #333333;
  width: 30px;
  height: 30px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: opacity, 0.25s;
  -o-transition: opacity, 0.25s;
  -webkit-transition: opacity, 0.25s;
  transition: opacity, 0.25s;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-radius: 15px 15px 15px 15px;
  font-size: 1.6em;
  opacity: .45;
}
/* line 487, style/sass/modules/_type.scss */
.arrow-scroll:hover {
  opacity: .75;
}
/* line 492, style/sass/modules/_type.scss */
.arrow-scroll:before {
  font-size: 0.6em;
  color: #333333;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* Structural layout styles */
/* line 3, style/sass/modules/_structure.scss */
body {
  font-size: 1em;
  line-height: 1.4;
  margin: 0 !important;
  padding: 0 !important;
}
/* line 9, style/sass/modules/_structure.scss */
body iframe {
  /* hide google iframe so that it doesn't create horizontal scroll in layout */
  bottom: 0;
  right: 0;
}
/* line 15, style/sass/modules/_structure.scss */
body .wrapper {
  height: auto;
  width: 700px;
  margin: 0 auto;
  padding: 25px 0 0;
  position: relative;
}
/* line 23, style/sass/modules/_structure.scss */
body .wrapper .article {
  width: 100%;
}
/* line 32, style/sass/modules/_structure.scss */
body .oneCol .oneColHead {
  min-height: 400px;
  width: 100%;
}

/* line 42, style/sass/modules/_structure.scss */
.promoArea {
  padding: 100px 25px 50px;
  position: relative;
}
/* line 46, style/sass/modules/_structure.scss */
.promoArea img {
  width: 25px;
  height: auto;
  position: absolute;
  left: 50px;
  top: -34px;
}
/* line 54, style/sass/modules/_structure.scss */
.promoArea h2 {
  margin: 0 0 1em;
}
/* line 58, style/sass/modules/_structure.scss */
.promoArea #submitted {
  display: none;
}
/* line 61, style/sass/modules/_structure.scss */
.promoArea #submitted.isVisible {
  display: block;
}
/* line 65, style/sass/modules/_structure.scss */
.promoArea #submitted .icon-tick {
  background-color: #2d67b2;
  color: #ffffff;
  height: 1em;
  padding: .9em;
  margin: 1em 0 .8em;
  font-size: 1.8em;
}
/* line 74, style/sass/modules/_structure.scss */
.promoArea #submitted b {
  color: #285b9e;
}
/* line 79, style/sass/modules/_structure.scss */
.promoArea #form-wrapper {
  display: none;
}
/* line 82, style/sass/modules/_structure.scss */
.promoArea #form-wrapper.isVisible {
  display: block;
}
/* line 86, style/sass/modules/_structure.scss */
.promoArea #form-wrapper label.error {
  width: 90%;
  margin: 0 auto;
  margin-top: -1em;
  margin-bottom: 2em;
  color: #b70000 !important;
  font-size: .9em;
  text-align: right;
}
/* line 97, style/sass/modules/_structure.scss */
.promoArea #form-wrapper.error-website input[name="website"] {
  border-color: #ea0000;
}
/* line 101, style/sass/modules/_structure.scss */
.promoArea #form-wrapper.error-website label[for="website"].error {
  display: block !important;
}
/* line 107, style/sass/modules/_structure.scss */
.promoArea #form-wrapper.error-email input[name="email"] {
  border-color: #ea0000;
}
/* line 111, style/sass/modules/_structure.scss */
.promoArea #form-wrapper.error-email label[for="email"].error {
  display: block !important;
}

/* Some default classes */
/* line 120, style/sass/modules/_structure.scss */
.clearSpacing {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 126, style/sass/modules/_structure.scss */
.clearMargin {
  margin: 0 !important;
}

/* line 131, style/sass/modules/_structure.scss */
.BoxPad {
  padding: 2% 6%;
}

/* line 135, style/sass/modules/_structure.scss */
.BoxMar {
  margin: 3%;
}

/* line 139, style/sass/modules/_structure.scss */
.marBtm {
  margin-bottom: 25px;
}

/* line 143, style/sass/modules/_structure.scss */
.boxed {
  background-color: #fff;
  border: 1px solid #82bfd4;
  position: relative;
}

/* line 149, style/sass/modules/_structure.scss */
.TWOcol {
  position: relative;
  float: left;
  height: auto;
}

/* line 155, style/sass/modules/_structure.scss */
.priStream {
  margin-right: 0 !important;
  width: 60%;
}

/* line 160, style/sass/modules/_structure.scss */
.secStream {
  width: 40%;
  padding-left: 2%;
}

/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript&plugins=command-line */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
/* line 9, style/sass/modules/_prism.scss */
.token.comment, .token.prolog, .token.doctype, .token.cdata {
  color: slategray;
}
/* line 15, style/sass/modules/_prism.scss */
.token.punctuation {
  color: #999;
}
/* line 18, style/sass/modules/_prism.scss */
.token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted {
  color: #905;
}
/* line 27, style/sass/modules/_prism.scss */
.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted {
  color: #690;
}
/* line 35, style/sass/modules/_prism.scss */
.token.operator, .token.entity, .token.url {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
/* line 41, style/sass/modules/_prism.scss */
.token.atrule, .token.attr-value, .token.keyword {
  color: #07a;
}
/* line 46, style/sass/modules/_prism.scss */
.token.function {
  color: #DD4A68;
}
/* line 49, style/sass/modules/_prism.scss */
.token.regex, .token.important, .token.variable {
  color: #e90;
}
/* line 54, style/sass/modules/_prism.scss */
.token.important, .token.bold {
  font-weight: bold;
}
/* line 58, style/sass/modules/_prism.scss */
.token.italic {
  font-style: italic;
}
/* line 61, style/sass/modules/_prism.scss */
.token.entity {
  cursor: help;
}

/* line 66, style/sass/modules/_prism.scss */
.namespace {
  opacity: .7;
}

/* line 72, style/sass/modules/_prism.scss */
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

/* line 78, style/sass/modules/_prism.scss */
.command-line-prompt {
  border-right: 1px solid #999;
  display: block;
  float: left;
  font-size: 100%;
  letter-spacing: -1px;
  margin-right: 1em;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 93, style/sass/modules/_prism.scss */
.command-line-prompt > span:before {
  color: #999;
  content: ' ';
  display: block;
  padding-right: 0.8em;
}
/* line 99, style/sass/modules/_prism.scss */
.command-line-prompt > span[data-user]:before {
  content: "[" attr(data-user) "@" attr(data-host) "] $";
}
/* line 102, style/sass/modules/_prism.scss */
.command-line-prompt > span[data-user="root"]:before {
  content: "[" attr(data-user) "@" attr(data-host) "] #";
}
/* line 105, style/sass/modules/_prism.scss */
.command-line-prompt > span[data-prompt]:before {
  content: attr(data-prompt);
}

/* line 3, style/sass/modules/_form.scss */
form * {
  box-sizing: border-box;
}
/* line 7, style/sass/modules/_form.scss */
form h3,
form h5 {
  text-align: center;
  margin: 0.75em 0 1em;
}
/* line 13, style/sass/modules/_form.scss */
form h3 {
  font: normal 1.25em "Adelle SansW01-Regular" !important;
  color: #333333;
}
/* line 18, style/sass/modules/_form.scss */
form h5 {
  font-weight: normal;
  font-size: 1em;
  font-family: "Adelle SansW01-Light" !important;
  color: #555555;
  line-height: 1.5em;
}
/* line 26, style/sass/modules/_form.scss */
form textarea {
  resize: vertical;
}
/* line 30, style/sass/modules/_form.scss */
form p,
form label {
  font: 1em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 2em 0 1em;
}
/* line 36, style/sass/modules/_form.scss */
form input[type=text],
form textarea,
form select {
  width: 100%;
  border: 1px solid #ccc;
  font: 1em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 43.75px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-radius: 4px 4px 4px 4px;
  padding: 8px 10px;
  background-color: white;
  margin-bottom: 12.5px;
}
/* line 48, style/sass/modules/_form.scss */
form input[type=text]:focus,
form textarea:focus,
form select:focus {
  -webkit-box-shadow: 0 0 8px #9dc7ea;
  -moz-box-shadow: 0 0 8px #9dc7ea;
  box-shadow: 0 0 8px #9dc7ea;
  border-color: #9dc7ea;
  outline: none;
}
/* line 54, style/sass/modules/_form.scss */
form input[type=text]._has_error,
form textarea._has_error,
form select._has_error {
  border-color: #b70000;
}
/* line 58, style/sass/modules/_form.scss */
form input[type=text]::-webkit-input-placeholder, form input[type=text]::-moz-placeholder, form input[type=text]:-ms-input-placeholder, form input[type=text]:-moz-placeholder, form input[type=text]:disabled,
form textarea::-webkit-input-placeholder,
form textarea::-moz-placeholder,
form textarea:-ms-input-placeholder,
form textarea:-moz-placeholder,
form textarea:disabled,
form select::-webkit-input-placeholder,
form select::-moz-placeholder,
form select:-ms-input-placeholder,
form select:-moz-placeholder,
form select:disabled {
  color: #aaaaaa;
}
/* line 67, style/sass/modules/_form.scss */
form input[type=text].left-half, form input[type=text].right-half,
form textarea.left-half,
form textarea.right-half,
form select.left-half,
form select.right-half {
  float: left;
  width: 48%;
}
/* line 72, style/sass/modules/_form.scss */
form input[type=text].left-half,
form textarea.left-half,
form select.left-half {
  margin-right: 4%;
}
/* line 76, style/sass/modules/_form.scss */
form input[type=text].currentMonitoring,
form textarea.currentMonitoring,
form select.currentMonitoring {
  margin-bottom: 0;
}
/* line 82, style/sass/modules/_form.scss */
form input[type="radio"],
form input[type="checkbox"] {
  margin-right: 10px;
}
/* line 86, style/sass/modules/_form.scss */
form input[type="radio"]:hover,
form input[type="checkbox"]:hover {
  cursor: pointer;
}
/* line 91, style/sass/modules/_form.scss */
form .cell_width {
  min-width: 150px;
  height: 25px;
  float: left;
}
/* line 99, style/sass/modules/_form.scss */
form .cell_width input[type="checkbox"] + label:after {
  content: '\A';
  /* This adds a linebreak after each checks label */
  display: block;
  height: 5px;
  /* This adds some lineheight */
}
/* line 108, style/sass/modules/_form.scss */
form .cell_width label {
  font-size: 0.9em;
  color: #555555;
}
/* line 114, style/sass/modules/_form.scss */
form .tech_stack,
form .tech_size {
  position: relative;
}
/* line 119, style/sass/modules/_form.scss */
form ._submit {
  /* Styles can be found as a global element in base.css */
  display: block;
  font-family: "Adelle SansW01-Regular" !important;
}
/* line 125, style/sass/modules/_form.scss */
form ._error {
  display: none;
}

/* Layout Imports */
/* Main content Styles */
/* line 3, style/sass/views/layout/_main.scss */
body {
  font-size: 1em;
  line-height: 1.4em;
  background-color: #f9fafb;
}
/* line 8, style/sass/views/layout/_main.scss */
body .featured-on {
  background-color: #f0f3f4;
  height: auto;
  width: 100%;
}
/* line 13, style/sass/views/layout/_main.scss */
body .featured-on aside {
  text-align: left;
  margin-top: 0;
}
/* line 17, style/sass/views/layout/_main.scss */
body .featured-on aside h2 {
  color: #557986;
}
/* line 21, style/sass/views/layout/_main.scss */
body .featured-on aside .featured-logo {
  background: url("images/featured/sprite.png") no-repeat;
  background-size: 200px 400px;
  display: inline-block;
  width: 200px;
  height: 66px;
  margin: 0 25px 0 0;
}
/* line 29, style/sass/views/layout/_main.scss */
body .featured-on aside .featured-logo.ft {
  background-position: 0 0;
}
/* line 32, style/sass/views/layout/_main.scss */
body .featured-on aside .featured-logo.techcrunch {
  background-position: 0 -66px;
}
/* line 35, style/sass/views/layout/_main.scss */
body .featured-on aside .featured-logo.gigaom {
  background-position: 0 -133px;
}
/* line 38, style/sass/views/layout/_main.scss */
body .featured-on aside .featured-logo.mongodb {
  background-position: 0 -200px;
}
/* line 41, style/sass/views/layout/_main.scss */
body .featured-on aside .featured-logo.infoworld {
  background-position: 0 -266px;
}
/* line 44, style/sass/views/layout/_main.scss */
body .featured-on aside .featured-logo.telegraph {
  background-position: 0 -333px;
}

/* line 52, style/sass/views/layout/_main.scss */
.pagiNav {
  width: 700px;
  height: 120px;
  padding: 50px 0;
  margin: 0 auto;
}
/* line 60, style/sass/views/layout/_main.scss */
.pagiNav div:first-of-type a span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 65, style/sass/views/layout/_main.scss */
.pagiNav div a:hover {
  margin-right: -10px;
}
/* line 70, style/sass/views/layout/_main.scss */
.pagiNav div:first-of-type a:hover {
  margin-left: -10px !important;
}
/* line 75, style/sass/views/layout/_main.scss */
.pagiNav div a {
  letter-spacing: 1px;
  color: #111111;
  -moz-transition: all, 0.1s;
  -o-transition: all, 0.1s;
  -webkit-transition: all, 0.1s;
  transition: all, 0.1s;
}
/* line 81, style/sass/views/layout/_main.scss */
.pagiNav div a span {
  margin-right: 0;
  font-size: 0.9em;
}

/* Header Styles */
/* line 3, style/sass/views/layout/_header.scss */
header {
  width: 90%;
  height: auto;
  margin: 20px auto 40px;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}
/* line 8, style/sass/views/layout/_header.scss */
header .sdLogo {
  float: left;
  width: 220px;
  height: 35px;
  font-size: 35px;
}
/* line 12, style/sass/views/layout/_header.scss */
header .sdLogo::before {
  top: 0.2em;
  height: 35px;
  color: #111111;
}
/* line 19, style/sass/views/layout/_header.scss */
header nav {
  float: right;
  width: auto;
}
/* line 23, style/sass/views/layout/_header.scss */
header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 27, style/sass/views/layout/_header.scss */
header nav ul li {
  font-size: 0.9em;
  line-height: 35px;
  font-weight: 100;
  padding: 0 12px;
  margin: 0;
  display: inline-block;
  letter-spacing: 0.5px;
  position: relative;
}
/* line 37, style/sass/views/layout/_header.scss */
header nav ul li:first-child:before {
  content: '';
  margin: 0;
}
/* line 43, style/sass/views/layout/_header.scss */
header nav ul li:last-child {
  padding: 0;
}
/* line 47, style/sass/views/layout/_header.scss */
header nav ul li a {
  padding: 2px;
  color: #111111;
}
/* line 51, style/sass/views/layout/_header.scss */
header nav ul li a:hover {
  border-bottom: 1px solid;
}
/* line 57, style/sass/views/layout/_header.scss */
header nav ul #search {
  display: inline-block;
  height: 35px;
  width: auto;
  position: relative;
}
/* line 63, style/sass/views/layout/_header.scss */
header nav ul #search label {
  position: absolute;
  top: -2px;
  left: 12px;
  color: #111111;
  font-size: 1.3em;
  margin: 0.4em 0;
}
/* line 71, style/sass/views/layout/_header.scss */
header nav ul #search label:hover {
  color: #6c94a2;
}
/* line 76, style/sass/views/layout/_header.scss */
header nav ul #search input[type="text"] {
  border: none;
  background: transparent;
  width: 0;
  height: 100%;
  padding: 0 40px 0 0;
  cursor: default;
  border: 0px solid transparent;
}
/* line 85, style/sass/views/layout/_header.scss */
header nav ul #search input[type="text"]:focus {
  width: 200px;
  padding: 0 40px;
  background: #ffffff;
  border: 1px solid #cad8dd;
  cursor: text;
}
/* line 94, style/sass/views/layout/_header.scss */
header nav ul #search input[type="text"]:focus + label {
  color: #6c94a2;
}
/* line 101, style/sass/views/layout/_header.scss */
header .headCred {
  width: 450px;
  float: right;
  text-align: right;
}
/* line 106, style/sass/views/layout/_header.scss */
header .headCred p, header .headCred img {
  display: inline-block;
  margin: 0 0 0 15px;
}
/* line 111, style/sass/views/layout/_header.scss */
header .headCred img {
  -moz-border-radius: 3px 2px 2px 2px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-radius: 3px 2px 2px 2px;
}
/* line 116, style/sass/views/layout/_header.scss */
header .subscribeHeaderBtn {
  display: none;
}
/* line 120, style/sass/views/layout/_header.scss */
header hr {
  height: 1px;
  width: 100%;
  float: left;
  border: 0;
  margin: 0 0 0;
  padding: 0;
}

@media only screen and (max-width: 780px) {
  /* line 129, style/sass/views/layout/_header.scss */
  header {
    width: 100%;
    height: 50px;
    padding: 0;
    float: none;
    z-index: 99;
  }
  /* line 134, style/sass/views/layout/_header.scss */
  header .saasArea {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  /* line 138, style/sass/views/layout/_header.scss */
  header .saasArea .sdIcon {
    width: 30px;
    height: 30px;
    margin: 10px 2%;
    font-size: 30px;
    float: left;
  }
  /* line 145, style/sass/views/layout/_header.scss */
  header .saasArea h4, header .saasArea p, header .saasArea .headerBtn {
    display: none;
  }
  /* line 149, style/sass/views/layout/_header.scss */
  header .saasArea .subscribeHeaderBtn {
    height: 30px;
    margin: 10px 2%;
    padding: 0 4%;
    font-size: 0.9em;
    line-height: 30px;
    float: right;
    display: block;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-radius: 3px 3px 3px 3px;
  }
  /* line 158, style/sass/views/layout/_header.scss */
  header .blogArea {
    display: none;
  }
}
/* Footer Styles */
/* line 3, style/sass/views/layout/_footer.scss */
footer {
  width: 100%;
  height: auto;
  border-top: 1px solid #dae1e7;
  background: #fbfcfd;
}
/* line 9, style/sass/views/layout/_footer.scss */
footer .footer-top {
  width: 90%;
  margin: 0 auto;
  padding: 0 20px;
}
/* line 15, style/sass/views/layout/_footer.scss */
footer .l-col {
  width: 28%;
  margin-right: 8%;
  float: left;
  padding: 3em 0;
}
/* line 21, style/sass/views/layout/_footer.scss */
footer .l-col:last-child {
  margin-right: 0;
}
/* line 25, style/sass/views/layout/_footer.scss */
footer .l-col:nth-child(2) {
  width: 31%;
}
/* line 28, style/sass/views/layout/_footer.scss */
footer .l-col:nth-child(2) .nav-inline {
  font-size: 1.1em;
}
/* line 33, style/sass/views/layout/_footer.scss */
footer .l-col:nth-child(3) {
  width: 25%;
  padding-top: 70px;
}
/* line 38, style/sass/views/layout/_footer.scss */
footer .l-col p a {
  color: #111111;
  border-bottom: none;
}
/* line 42, style/sass/views/layout/_footer.scss */
footer .l-col p a:hover {
  border-bottom: 1px solid #111111;
}
/* line 48, style/sass/views/layout/_footer.scss */
footer .sdLogo {
  font-size: 30px;
  margin-bottom: 34px;
}
/* line 53, style/sass/views/layout/_footer.scss */
footer h4 {
  margin-top: 5px;
}
/* line 58, style/sass/views/layout/_footer.scss */
footer .nav li,
footer p {
  font-size: .9em;
  color: #888888;
}
/* line 64, style/sass/views/layout/_footer.scss */
footer p {
  margin-bottom: .8em;
}
/* line 68, style/sass/views/layout/_footer.scss */
footer .nav {
  list-style: none;
  padding: 0;
  margin: 1.5em 0;
}
/* line 73, style/sass/views/layout/_footer.scss */
footer .nav li {
  margin-bottom: .5em;
}
/* line 76, style/sass/views/layout/_footer.scss */
footer .nav li:last-child {
  margin-bottom: 0;
}
/* line 80, style/sass/views/layout/_footer.scss */
footer .nav li a {
  color: #111111;
  padding: 2px;
  text-decoration: none;
}
/* line 85, style/sass/views/layout/_footer.scss */
footer .nav li a:hover {
  border-bottom: 1px solid #111111;
}
/* line 92, style/sass/views/layout/_footer.scss */
footer .nav.nav-inline li {
  display: inline-block;
  margin-right: 1em;
}
/* line 96, style/sass/views/layout/_footer.scss */
footer .nav.nav-inline li:last-child {
  margin-right: 0;
}
/* line 103, style/sass/views/layout/_footer.scss */
footer .sd-product-feature {
  position: relative;
  margin-top: 40px;
  padding-top: 45px;
  border-top: 1px solid #dae1e7;
}
/* line 109, style/sass/views/layout/_footer.scss */
footer .sd-product-feature .title {
  margin-top: 0;
}
/* line 113, style/sass/views/layout/_footer.scss */
footer .sd-product-feature .wp-post-image {
  float: right;
  width: 30%;
  max-width: 140px;
  height: auto;
  margin-left: 1em;
  margin-bottom: 1em;
}
/* line 123, style/sass/views/layout/_footer.scss */
footer #om-sidebar-action-optin {
  background-color: transparent !important;
  padding: 0 !important;
}
/* line 128, style/sass/views/layout/_footer.scss */
footer .twtr-button {
  display: inline-block;
  margin-left: 5px;
  vertical-align: -.3em;
}
/* line 134, style/sass/views/layout/_footer.scss */
footer .goodbye {
  padding: 35px;
  text-align: center;
  border-top: 1px solid #e1e6eb;
  border-bottom: 1px solid #e1e6eb;
  background: #ffffff;
}
/* line 141, style/sass/views/layout/_footer.scss */
footer .goodbye p {
  color: #111111;
  padding: 0;
  margin: 0;
}

/* line 1, style/sass/views/layout/_subscribe.scss */
#subscribe {
  width: 700px;
  margin: 50px auto;
  background-color: #ffffff;
  border: 1px solid #eaedf1;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-radius: 4px 4px 4px 4px;
  padding: 50px;
  text-align: center;
}

/* line 12, style/sass/views/layout/_subscribe.scss */
.thank-you-container .thank-you-text {
  text-align: center;
  font-size: 1.75em;
  font-family: "Adelle SansW01-Light" !important;
  margin-bottom: 0;
  margin-top: 1em;
}

/* line 21, style/sass/views/layout/_subscribe.scss */
.open_subscribe {
  border: 0;
  font-size: 1em;
  text-align: center;
  display: inline-block;
  color: #2d67b2;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
/* line 30, style/sass/views/layout/_subscribe.scss */
.open_subscribe span {
  background-color: #2d67b2;
  color: #f7e601;
  margin-right: 10px;
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
/* line 36, style/sass/views/layout/_subscribe.scss */
.open_subscribe span:before {
  top: auto;
}
/* line 41, style/sass/views/layout/_subscribe.scss */
.open_subscribe.btnA {
  color: #ffffff;
  font-family: "Adelle SansW01-Regular" !important;
}
/* line 46, style/sass/views/layout/_subscribe.scss */
.open_subscribe.fixed_subcribe {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-radius: 0 0 0 0;
}
/* line 54, style/sass/views/layout/_subscribe.scss */
.open_subscribe.fixed_subcribe:before {
  display: none;
}
/* line 57, style/sass/views/layout/_subscribe.scss */
.open_subscribe.fixed_subcribe .icon-star {
  color: #f7e601;
}
/* line 61, style/sass/views/layout/_subscribe.scss */
.open_subscribe.footer_subcribe {
  display: none;
  padding: 15px 25px 15px 15px;
}
/* line 65, style/sass/views/layout/_subscribe.scss */
.open_subscribe.footer_subcribe:before {
  font-size: 1.3em;
  line-height: 14px;
}

/* line 73, style/sass/views/layout/_subscribe.scss */
.subscribe-page {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 79, style/sass/views/layout/_subscribe.scss */
.subscribe-modal {
  background-color: #f9fafb;
  position: fixed;
  top: 48px;
  bottom: 0;
  width: 100%;
  z-index: 11;
  overflow-y: auto;
  -moz-transition: top 0.5s ease-out;
  -o-transition: top 0.5s ease-out;
  -webkit-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
  opacity: 1;
}
/* line 90, style/sass/views/layout/_subscribe.scss */
.subscribe-modal.closed {
  top: 100%;
  -moz-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
/* line 95, style/sass/views/layout/_subscribe.scss */
.subscribe-modal .upper-close {
  display: none;
}
/* line 99, style/sass/views/layout/_subscribe.scss */
.subscribe-modal .button-close {
  text-align: center;
  text-decoration: underline;
  color: #555555;
  font-size: 0.9em;
  margin-bottom: 20px;
  cursor: pointer;
}

/* line 112, style/sass/views/layout/_subscribe.scss */
.subscribe-modal ._form,
.subscribe-page ._form {
  padding: 25px;
}
/* line 115, style/sass/views/layout/_subscribe.scss */
.subscribe-modal ._form .image-top,
.subscribe-page ._form .image-top {
  width: 30%;
  margin: 0 auto 1em auto;
  display: block;
}
/* line 121, style/sass/views/layout/_subscribe.scss */
.subscribe-modal ._form ._form-thank-you,
.subscribe-page ._form ._form-thank-you {
  text-align: center;
}
/* line 125, style/sass/views/layout/_subscribe.scss */
.subscribe-modal ._form p,
.subscribe-page ._form p {
  margin-top: 0;
}
/* line 129, style/sass/views/layout/_subscribe.scss */
.subscribe-modal ._form ._submit,
.subscribe-page ._form ._submit {
  margin-top: 1em;
}
/* line 133, style/sass/views/layout/_subscribe.scss */
.subscribe-modal ._form .cell_width,
.subscribe-page ._form .cell_width {
  min-width: 100px !important;
}
/* line 138, style/sass/views/layout/_subscribe.scss */
.subscribe-modal ._form .cell_break,
.subscribe-page ._form .cell_break {
  display: none;
}

@media only screen and (min-width: 780px) {
  /* line 145, style/sass/views/layout/_subscribe.scss */
  .open_subscribe.footer_subcribe {
    display: inline-block;
  }

  /* line 148, style/sass/views/layout/_subscribe.scss */
  .open_subscribe.fixed_subcribe {
    display: none;
  }

  /* line 151, style/sass/views/layout/_subscribe.scss */
  .subscribe-modal {
    overflow-y: visible;
    width: 90%;
    max-width: 450px;
    bottom: auto;
    top: 20px;
    left: calc( 50% - 200px );
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 110;
    font-size: 0.9em;
  }
  /* line 163, style/sass/views/layout/_subscribe.scss */
  .subscribe-modal .upper-close {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    background: #f9fafb;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    border-radius: 50% 50% 50% 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0;
    display: block;
    cursor: pointer;
    overflow: hidden;
    font-size: 0.8em;
  }
  /* line 179, style/sass/views/layout/_subscribe.scss */
  .subscribe-modal .upper-close:before {
    display: block;
    position: relative;
  }
  /* line 186, style/sass/views/layout/_subscribe.scss */
  .subscribe-modal.closed {
    top: 110%;
  }
  /* line 190, style/sass/views/layout/_subscribe.scss */
  .subscribe-modal ._form {
    padding: 40px 60px 20px;
  }
  /* line 193, style/sass/views/layout/_subscribe.scss */
  .subscribe-modal .button-close {
    margin-bottom: 40px;
  }
  /* line 196, style/sass/views/layout/_subscribe.scss */
  .subscribe-modal ._field_name {
    width: 48%;
    float: left;
  }
  /* line 200, style/sass/views/layout/_subscribe.scss */
  .subscribe-modal ._field_name + ._field_name {
    float: right;
  }

  /* line 206, style/sass/views/layout/_subscribe.scss */
  .fade-layer {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 109;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  /* line 216, style/sass/views/layout/_subscribe.scss */
  .fade-layer.closed {
    top: 100%;
    left: 100%;
    background-color: transparent;
  }
}
/*
PREMIUM CONTENT STYLING
*/
/* line 229, style/sass/views/layout/_subscribe.scss */
.premContent {
  background-color: #ffffff;
  position: relative;
  padding: 50px;
  width: 700px;
  margin: 50px auto;
  /* dotted border top and bottom */
}
/* line 236, style/sass/views/layout/_subscribe.scss */
.premContent .thank-you-container {
  width: 75%;
  margin: 0 auto;
}
/* line 242, style/sass/views/layout/_subscribe.scss */
.premContent:before, .premContent:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #aaaaaa 15%, rgba(255, 255, 255, 0) 0%);
  background-size: 12px 2px;
  background-repeat: repeat-x;
}
/* line 256, style/sass/views/layout/_subscribe.scss */
.premContent:before {
  background-position: top;
  top: 0;
}
/* line 261, style/sass/views/layout/_subscribe.scss */
.premContent:after {
  background-position: bottom;
  bottom: 0;
}
/* line 266, style/sass/views/layout/_subscribe.scss */
.premContent .image-top {
  width: 100px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: translateY(-50%) translateX(30%);
  -ms-transform: translateY(-50%) translateX(30%);
  -webkit-transform: translateY(-50%) translateX(30%);
  transform: translateY(-50%) translateX(30%);
}
/* line 275, style/sass/views/layout/_subscribe.scss */
.premContent h3 {
  font-size: 1.75em !important;
  margin: 0.5em 0;
}
/* line 280, style/sass/views/layout/_subscribe.scss */
.premContent h5 {
  margin: 1em 0 2.5em;
}
/* line 284, style/sass/views/layout/_subscribe.scss */
.premContent .preferredContent {
  margin-bottom: 0;
}
/* line 288, style/sass/views/layout/_subscribe.scss */
.premContent button {
  margin: 3em auto 1em;
  width: auto;
}

@media only screen and (max-width: 780px) {
  /* line 297, style/sass/views/layout/_subscribe.scss */
  .premContent {
    padding: 0 25px 25px 25px;
    width: 100%;
    margin: 25px auto;
  }
  /* line 302, style/sass/views/layout/_subscribe.scss */
  .premContent h3 {
    margin: -0.75em 0 0.5em;
  }
  /* line 306, style/sass/views/layout/_subscribe.scss */
  .premContent .image-top {
    margin: 0 auto;
    display: block;
    position: relative;
    right: auto;
    top: auto;
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
  }
  /* line 314, style/sass/views/layout/_subscribe.scss */
  .premContent button {
    font-size: 1.25em;
  }

  /* line 319, style/sass/views/layout/_subscribe.scss */
  .subscribe-modal {
    background-color: #f9fafb;
    position: fixed;
    top: 48px;
    bottom: 0;
    width: 100%;
    z-index: 11;
    overflow-y: auto;
    -moz-transition: top 0.5s ease-out;
    -o-transition: top 0.5s ease-out;
    -webkit-transition: top 0.5s ease-out;
    transition: top 0.5s ease-out;
    opacity: 1;
  }
  /* line 330, style/sass/views/layout/_subscribe.scss */
  .subscribe-modal.closed {
    top: 100%;
    -moz-transition: top 0.2s ease-out;
    -o-transition: top 0.2s ease-out;
    -webkit-transition: top 0.2s ease-out;
    transition: top 0.2s ease-out;
  }
  /* line 335, style/sass/views/layout/_subscribe.scss */
  .subscribe-modal .upper-close {
    display: none;
  }
  /* line 339, style/sass/views/layout/_subscribe.scss */
  .subscribe-modal .button-close {
    text-align: center;
    text-decoration: underline;
    color: #555555;
    font-size: 0.9em;
    margin-bottom: 20px;
    cursor: pointer;
  }

  /* line 349, style/sass/views/layout/_subscribe.scss */
  .open_subscribe.footer_subcribe {
    display: none;
  }

  /* line 352, style/sass/views/layout/_subscribe.scss */
  .open_subscribe.fixed_subcribe {
    display: block;
  }
}
/* Page Imports */
/* Index Page Styles */
/* line 3, style/sass/views/_index.scss */
.home {
  position: relative;
}
/* line 7, style/sass/views/_index.scss */
.home header {
  position: relative;
  z-index: 1;
}
/* line 13, style/sass/views/_index.scss */
.home .fold {
  width: 100%;
  z-index: 0;
  height: 100vh;
  min-height: 500px;
  position: relative;
  margin-top: -114px;
}
/* line 22, style/sass/views/_index.scss */
.home .fold aside {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  width: 700px;
}
/* line 34, style/sass/views/_index.scss */
.home .fold .homeSubscribeFoot {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
/* line 48, style/sass/views/_index.scss */
.home #home .newFeature {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-color: #111111;
  border: 1px solid #333333;
  position: relative;
  height: 245px;
  overflow: hidden;
  display: table;
}
/* line 60, style/sass/views/_index.scss */
.home #home .newFeature img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  z-index: 3;
  opacity: 0.1;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 69, style/sass/views/_index.scss */
.home #home .newFeature div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
  z-index: 4;
}
/* line 78, style/sass/views/_index.scss */
.home #home .newFeature h4 {
  padding: 0 5% 25px;
}
/* line 83, style/sass/views/_index.scss */
.home #home .newFeature a {
  color: #ffffff;
  background-color: #f7e601;
  display: inline-block;
  padding: 10px 15px;
}
/* line 89, style/sass/views/_index.scss */
.home #home .newFeature a:hover {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
/* line 97, style/sass/views/_index.scss */
.home #home .newFeature:hover img {
  width: 120%;
  left: -10%;
}

/* Page Styles */
/* line 5, style/sass/views/_page.scss */
.page .pageTitle {
  min-height: 300px;
  position: relative;
}
/* line 9, style/sass/views/_page.scss */
.page .pageTitle h1 {
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin-top: -40px;
  width: 700px;
  font: 2.25em "Adelle SansW01-Light" !important;
}
/* line 19, style/sass/views/_page.scss */
.page .pageTitle .arrow-scroll {
  position: absolute;
  bottom: 50px;
  text-align: center;
  padding: 0;
  margin: 0;
  border-color: #ffffff;
}
/* line 26, style/sass/views/_page.scss */
.page .pageTitle .arrow-scroll:before {
  color: #ffffff;
}
/* line 32, style/sass/views/_page.scss */
.page .oneCol {
  background-color: #f9fafb;
  min-height: 600px;
}
/* line 36, style/sass/views/_page.scss */
.page .oneCol article {
  width: 700px;
  margin: 0 auto;
}

/* line 49, style/sass/views/_page.scss */
.devops header .sdLogo:before,
.mongodb header .sdLogo:before,
.SysAdmin header .sdLogo:before,
.best-devops-blog-articles header .sdLogo:before {
  color: #ffffff;
}
/* line 50, style/sass/views/_page.scss */
.devops header nav ul li:before,
.mongodb header nav ul li:before,
.SysAdmin header nav ul li:before,
.best-devops-blog-articles header nav ul li:before {
  color: #ffffff;
}
/* line 51, style/sass/views/_page.scss */
.devops header nav ul li a,
.mongodb header nav ul li a,
.SysAdmin header nav ul li a,
.best-devops-blog-articles header nav ul li a {
  color: #ffffff;
}
/* line 52, style/sass/views/_page.scss */
.devops header nav ul li #search label,
.mongodb header nav ul li #search label,
.SysAdmin header nav ul li #search label,
.best-devops-blog-articles header nav ul li #search label {
  color: #ffffff;
}
/* line 53, style/sass/views/_page.scss */
.devops header nav ul li #search label:focus,
.mongodb header nav ul li #search label:focus,
.SysAdmin header nav ul li #search label:focus,
.best-devops-blog-articles header nav ul li #search label:focus {
  color: #ffffff;
}
/* line 54, style/sass/views/_page.scss */
.devops header nav ul li #search input:focus,
.mongodb header nav ul li #search input:focus,
.SysAdmin header nav ul li #search input:focus,
.best-devops-blog-articles header nav ul li #search input:focus {
  border: 0;
}
/* line 56, style/sass/views/_page.scss */
.devops header .menu-dropdown .dropdown-title,
.mongodb header .menu-dropdown .dropdown-title,
.SysAdmin header .menu-dropdown .dropdown-title,
.best-devops-blog-articles header .menu-dropdown .dropdown-title {
  color: #ffffff;
}
/* line 57, style/sass/views/_page.scss */
.devops header .menu-dropdown .dropdown-list,
.mongodb header .menu-dropdown .dropdown-list,
.SysAdmin header .menu-dropdown .dropdown-list,
.best-devops-blog-articles header .menu-dropdown .dropdown-list {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
/* line 58, style/sass/views/_page.scss */
.devops header .menu-dropdown .dropdown-list li a:hover,
.mongodb header .menu-dropdown .dropdown-list li a:hover,
.SysAdmin header .menu-dropdown .dropdown-list li a:hover,
.best-devops-blog-articles header .menu-dropdown .dropdown-list li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
/* line 59, style/sass/views/_page.scss */
.devops header .menu-dropdown:hover .dropdown-title:before,
.mongodb header .menu-dropdown:hover .dropdown-title:before,
.SysAdmin header .menu-dropdown:hover .dropdown-title:before,
.best-devops-blog-articles header .menu-dropdown:hover .dropdown-title:before {
  border-top-color: #ffffff;
}

/* line 68, style/sass/views/_page.scss */
.thankyou header .sdLogo:before {
  color: #111111;
}
/* line 69, style/sass/views/_page.scss */
.thankyou header nav ul li:before {
  color: #111111;
}
/* line 70, style/sass/views/_page.scss */
.thankyou header nav ul li a {
  color: #111111;
}

/* line 75, style/sass/views/_page.scss */
.devops {
  background-color: #1581AB;
}

/* line 76, style/sass/views/_page.scss */
.mongodb {
  background-color: #ecd898;
}

/* line 77, style/sass/views/_page.scss */
.SysAdmin {
  background-color: #111111;
}

/* line 78, style/sass/views/_page.scss */
.best-devops-blog-articles {
  background-color: #839da6;
}

/* line 79, style/sass/views/_page.scss */
.categoryPage {
  background-color: #ffffff;
}

/* line 92, style/sass/views/_page.scss */
.thankyou .wrapper {
  text-align: center;
}
/* line 96, style/sass/views/_page.scss */
.thankyou .wrapper article {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}
/* line 103, style/sass/views/_page.scss */
.thankyou .wrapper h1,
.thankyou .wrapper h2 {
  font: 1.75em "Adelle SansW01-Light" !important;
}
/* line 108, style/sass/views/_page.scss */
.thankyou .wrapper h1 strong,
.thankyou .wrapper h2 strong {
  font-weight: normal;
  font-family: "Adelle SansW01-Regular" !important;
}
/* line 115, style/sass/views/_page.scss */
.thankyou .wrapper p,
.thankyou .wrapper label {
  font-size: 1em;
  color: #333333;
}
/* line 122, style/sass/views/_page.scss */
.thankyou .wrapper .circled {
  width: 75px;
  height: 75px;
  background-color: #2d67b2;
  font-size: 2.25em;
}
/* line 130, style/sass/views/_page.scss */
.thankyou .wrapper form {
  text-align: right;
}
/* line 134, style/sass/views/_page.scss */
.thankyou .wrapper form .field {
  display: table;
  width: 100%;
  margin-bottom: 12.5px;
  position: relative;
}
/* line 141, style/sass/views/_page.scss */
.thankyou .wrapper form .field label,
.thankyou .wrapper form .field input,
.thankyou .wrapper form .field span {
  display: table-cell;
  vertical-align: middle;
}
/* line 149, style/sass/views/_page.scss */
.thankyou .wrapper form .field label {
  width: 100%;
  padding-right: 25px;
}
/* line 154, style/sass/views/_page.scss */
.thankyou .wrapper form .field label em {
  padding-right: 25px;
}
/* line 160, style/sass/views/_page.scss */
.thankyou .wrapper form .field input.error {
  border-color: #b70000;
}
/* line 165, style/sass/views/_page.scss */
.thankyou .wrapper form .field span {
  color: #b70000;
  position: absolute;
  right: -120px;
  width: 100px;
  text-align: left;
  font-size: 0.9em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 177, style/sass/views/_page.scss */
.thankyou .wrapper form .field #website {
  width: 325px;
}
/* line 182, style/sass/views/_page.scss */
.thankyou .wrapper form .field #email {
  width: 250px;
}
/* line 188, style/sass/views/_page.scss */
.thankyou .wrapper form #submit {
  display: inline-block;
}

/* line 200, style/sass/views/_page.scss */
.error404 .wrapper {
  margin: 100px auto 120px;
}
/* line 204, style/sass/views/_page.scss */
.error404 article {
  padding-top: 230px;
}
/* line 208, style/sass/views/_page.scss */
.error404 .thumbnail404 {
  height: 200px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
}
/* line 214, style/sass/views/_page.scss */
.error404 .thumbnail404 img {
  width: auto;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 200px;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
/* line 224, style/sass/views/_page.scss */
.error404 .not,
.error404 .found {
  display: table;
  padding: 50px 0 100px;
}
/* line 230, style/sass/views/_page.scss */
.error404 .not div,
.error404 .not article,
.error404 .found div,
.error404 .found article {
  display: table-cell;
  vertical-align: middle;
}
/* line 236, style/sass/views/_page.scss */
.error404 .not div p:last-of-type,
.error404 .not article p:last-of-type,
.error404 .found div p:last-of-type,
.error404 .found article p:last-of-type {
  margin: 0;
}
/* line 242, style/sass/views/_page.scss */
.error404 .not article,
.error404 .found article {
  padding-left: 50px;
}

/* line 250, style/sass/views/_page.scss */
.searchResults {
  max-width: 700px;
  margin: 0 auto;
}
/* line 255, style/sass/views/_page.scss */
.searchResults h2 {
  padding: 75px 0;
}
/* line 260, style/sass/views/_page.scss */
.searchResults article {
  padding: 0 200px 75px 25px;
  border-left: 2px solid #dae1e7;
  position: relative;
  margin: 0;
}
/* line 267, style/sass/views/_page.scss */
.searchResults article:before {
  content: '';
  position: absolute;
  top: -0;
  left: -6px;
  background-color: #f9fafb;
  border: 2px solid #dae1e7;
  display: block;
  width: 6px;
  height: 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-radius: 6px 6px 6px 6px;
}
/* line 281, style/sass/views/_page.scss */
.searchResults article:last-of-type {
  padding: 0 200px 25px 25px;
}
/* line 285, style/sass/views/_page.scss */
.searchResults article:last-of-type .thumbnail {
  position: absolute;
  bottom: 25px;
  right: 0;
}
/* line 291, style/sass/views/_page.scss */
.searchResults article:last-of-type:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: -9px;
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #dae1e7;
}
/* line 306, style/sass/views/_page.scss */
.searchResults article .thumbnail {
  position: absolute;
  bottom: 75px;
  right: 0;
}
/* line 311, style/sass/views/_page.scss */
.searchResults article .thumbnail img {
  width: 50px;
  height: auto;
}
/* line 318, style/sass/views/_page.scss */
.searchResults article .timestamp {
  position: absolute;
  top: -6px;
  right: 0;
}
/* line 325, style/sass/views/_page.scss */
.searchResults aside {
  padding: 75px 0 75px 25px;
  position: relative;
  margin: 0;
}
/* line 331, style/sass/views/_page.scss */
.searchResults aside:before {
  content: '\e415';
  font-family: "sd-font-blog" !important;
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  position: relative;
  color: #dae1e7;
  top: 0.1em;
  position: absolute;
  top: 65px;
  left: -6px;
  font-family: monospace;
  font-size: 1.75em;
  left: -9px;
}
/* line 354, style/sass/views/_page.scss */
.searchResults article h4,
.searchResults aside h4 {
  font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #111111;
  font-size: 1.25em;
  font-weight: 300;
  margin: 0 0 5px;
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
/* line 364, style/sass/views/_page.scss */
.searchResults article p,
.searchResults aside p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #333333;
  font-size: 1.25em;
  font-weight: 300;
  margin: 0;
}

/* line 378, style/sass/views/_page.scss */
#home article,
.page article {
  border-bottom: 1px solid #dae1e7;
  padding: 100px 0;
  display: table;
}
/* line 383, style/sass/views/_page.scss */
#home article:last-child,
.page article:last-child {
  border-bottom: none;
}
/* line 387, style/sass/views/_page.scss */
#home article .thumbImg,
#home article .thumbDesc,
.page article .thumbImg,
.page article .thumbDesc {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
/* line 394, style/sass/views/_page.scss */
#home article .thumbDesc,
.page article .thumbDesc {
  padding-left: 50px;
}
/* line 398, style/sass/views/_page.scss */
#home article .thumbImg,
.page article .thumbImg {
  width: 200px;
}
/* line 401, style/sass/views/_page.scss */
#home article .thumbImg img,
.page article .thumbImg img {
  width: 200px;
  height: auto;
}
/* line 409, style/sass/views/_page.scss */
#home article div h2,
.page article div h2 {
  padding: 0;
  margin: 0;
  font: 1.75em "Adelle SansW01-Regular" !important;
}
/* line 413, style/sass/views/_page.scss */
#home article div h2 a,
.page article div h2 a {
  border-bottom: 1px solid #dae1e7;
}
/* line 416, style/sass/views/_page.scss */
#home article div h2 a:hover,
.page article div h2 a:hover {
  border-bottom: 1px solid #333333;
}
/* line 419, style/sass/views/_page.scss */
#home article div h2 a:hover span,
.page article div h2 a:hover span {
  color: #111111;
}
/* line 424, style/sass/views/_page.scss */
#home article div h2 a span,
.page article div h2 a span {
  color: #dae1e7;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 0.8em;
  margin-left: 10px;
}
/* line 433, style/sass/views/_page.scss */
#home article div p,
.page article div p {
  font-size: 1em;
  margin: 12.5px 0 25px;
  color: #555555;
}
/* line 438, style/sass/views/_page.scss */
#home article div p:last-of-type,
.page article div p:last-of-type {
  margin-bottom: 0;
}

/* line 450, style/sass/views/_page.scss */
#home article:first-child {
  padding-top: 50px;
}

/* line 461, style/sass/views/_page.scss */
.page-template-course-landing h2,
.devops-newsletter h2,
.page-template-ebook-landing h2 {
  font-size: 1.75em !important;
  font-family: "Adelle SansW01-Light" !important;
  margin: 0 0 1em;
}
/* line 467, style/sass/views/_page.scss */
.page-template-course-landing hr,
.devops-newsletter hr,
.page-template-ebook-landing hr {
  margin: 3.5em 0;
  border-top-color: #dae1e7;
}
/* line 474, style/sass/views/_page.scss */
.page-template-course-landing ul li strong,
.devops-newsletter ul li strong,
.page-template-ebook-landing ul li strong {
  font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #557986;
}
/* line 481, style/sass/views/_page.scss */
.page-template-course-landing section,
.devops-newsletter section,
.page-template-ebook-landing section {
  padding: 50px 0;
}
/* line 485, style/sass/views/_page.scss */
.page-template-course-landing .author,
.devops-newsletter .author,
.page-template-ebook-landing .author {
  background-color: #557986;
}
/* line 488, style/sass/views/_page.scss */
.page-template-course-landing .author .wrapper,
.devops-newsletter .author .wrapper,
.page-template-ebook-landing .author .wrapper {
  display: table;
}
/* line 491, style/sass/views/_page.scss */
.page-template-course-landing .author .wrapper img,
.page-template-course-landing .author .wrapper p,
.devops-newsletter .author .wrapper img,
.devops-newsletter .author .wrapper p,
.page-template-ebook-landing .author .wrapper img,
.page-template-ebook-landing .author .wrapper p {
  display: table-cell;
  vertical-align: middle;
}
/* line 497, style/sass/views/_page.scss */
.page-template-course-landing .author .wrapper img,
.devops-newsletter .author .wrapper img,
.page-template-ebook-landing .author .wrapper img {
  -moz-border-radius: 5px 2px 2px 2px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-radius: 5px 2px 2px 2px;
  margin-right: 50px;
}
/* line 502, style/sass/views/_page.scss */
.page-template-course-landing .author .wrapper p,
.devops-newsletter .author .wrapper p,
.page-template-ebook-landing .author .wrapper p {
  margin: 0;
  color: #f9fafb;
}
/* line 510, style/sass/views/_page.scss */
.page-template-course-landing .display_archive .campaign,
.devops-newsletter .display_archive .campaign,
.page-template-ebook-landing .display_archive .campaign {
  font-style: italic;
}
/* line 513, style/sass/views/_page.scss */
.page-template-course-landing .display_archive .campaign a,
.devops-newsletter .display_archive .campaign a,
.page-template-ebook-landing .display_archive .campaign a {
  margin: 0 0 1.5em;
  font-style: normal;
  line-height: 1.5em;
  font-size: 1.25em;
  display: block;
}

/* line 526, style/sass/views/_page.scss */
.page-template-ebook-landing h1 {
  text-align: center;
  margin-bottom: 0;
}
/* line 530, style/sass/views/_page.scss */
.page-template-ebook-landing h1:before {
  content: 'Free eBook';
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 2px 6px;
  border-radius: 5px;
  color: #f9fafb;
  background-color: #3d95b3;
  position: absolute;
  -moz-transform: rotate(-25deg) translateX(-25%) translateY(-35px);
  -ms-transform: rotate(-25deg) translateX(-25%) translateY(-35px);
  -webkit-transform: rotate(-25deg) translateX(-25%) translateY(-35px);
  transform: rotate(-25deg) translateX(-25%) translateY(-35px);
}
/* line 544, style/sass/views/_page.scss */
.page-template-ebook-landing .subtitle {
  display: block;
  text-align: center;
  border-top: 1px solid #dae1e7;
  border-bottom: 1px solid #dae1e7;
  padding: 5px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: italic;
  margin: 25px auto 50px;
  width: 50%;
}
/* line 556, style/sass/views/_page.scss */
.page-template-ebook-landing article {
  padding: 25px 0 0;
  border-bottom: 0;
}
/* line 560, style/sass/views/_page.scss */
.page-template-ebook-landing article .ebook-cover {
  position: relative;
  width: 50%;
  float: left;
}
/* line 565, style/sass/views/_page.scss */
.page-template-ebook-landing article .ebook-cover img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  border-top-left-radius: 0.2em;
  border-bottom-left-radius: 0.2em;
}
/* line 576, style/sass/views/_page.scss */
.page-template-ebook-landing article .ebook-cover:before, .page-template-ebook-landing article .ebook-cover:after {
  content: '';
  background-color: #fff;
  height: 100%;
  width: 100%;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  border-top-left-radius: 0.2em;
  border-bottom-left-radius: 0.2em;
  position: absolute;
  border: 1px solid #ccc;
  transform-origin: 0;
}
/* line 591, style/sass/views/_page.scss */
.page-template-ebook-landing article .ebook-cover:before {
  top: 0;
  left: 0;
  z-index: 2;
  transform: rotateZ(0.5deg);
}
/* line 598, style/sass/views/_page.scss */
.page-template-ebook-landing article .ebook-cover:after {
  top: 1px;
  left: 2px;
  z-index: 1;
  transform: rotateZ(1deg);
}
/* line 606, style/sass/views/_page.scss */
.page-template-ebook-landing article aside {
  width: 50%;
  float: left;
  padding-left: 25px;
}

/* Single Page Styles */
/* line 3, style/sass/views/_single.scss */
.japanPrompt {
  width: auto;
  height: 75px;
  padding: 0 12.5px;
  text-align: center;
}
/* line 9, style/sass/views/_single.scss */
.japanPrompt span {
  display: table;
  padding: 25px 0;
  margin: 0 auto;
}
/* line 15, style/sass/views/_single.scss */
.japanPrompt span img,
.japanPrompt span a {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
/* line 23, style/sass/views/_single.scss */
.japanPrompt span img {
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #555555;
}
/* line 29, style/sass/views/_single.scss */
.japanPrompt span a {
  text-decoration: none;
}

/* line 39, style/sass/views/_single.scss */
.singlePage article {
  margin: 0 auto;
}
/* line 43, style/sass/views/_single.scss */
.singlePage article img.aligncenter {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
/* line 49, style/sass/views/_single.scss */
.singlePage article img {
  max-width: 100%;
}
/* line 53, style/sass/views/_single.scss */
.singlePage article img.browserChrome {
  border: 1px solid #dae1e7;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  margin-bottom: 1.75em;
  padding-top: 30px;
  background: url("style/assets/browser-chrome.gif") no-repeat top left #dae1e7;
  background-size: 1500px 29px;
}
/* line 64, style/sass/views/_single.scss */
.singlePage article .postHeadline {
  position: relative;
  padding-top: 350px;
  z-index: 3;
}
/* line 70, style/sass/views/_single.scss */
.singlePage article .postHeadline .postThumbnail {
  height: 300px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
}
/* line 76, style/sass/views/_single.scss */
.singlePage article .postHeadline .postThumbnail img {
  width: auto;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 300px;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
/* line 89, style/sass/views/_single.scss */
.singlePage article .sysSundayThumbnail {
  background: url("style/assets/bg-images/blurred-bg.jpg") no-repeat;
  display: table;
  text-align: center;
}
/* line 94, style/sass/views/_single.scss */
.singlePage article .sysSundayThumbnail .sysSundayTitle {
  display: table-cell;
  vertical-align: middle;
}
/* line 99, style/sass/views/_single.scss */
.singlePage article .sysSundayThumbnail .sysSundayTitle h1, .singlePage article .sysSundayThumbnail .sysSundayTitle p {
  color: #ffffff;
  display: inline;
}
/* line 107, style/sass/views/_single.scss */
.singlePage article .postTitle {
  margin: 0 0 25px;
  text-align: center;
}
/* line 113, style/sass/views/_single.scss */
.singlePage article .postDetail {
  width: 100%;
  display: inline-block;
  margin: 0 0 25px;
  padding: 12.5px;
  background-color: #ffffff;
  border-left: 5px solid #82bfd4;
  border-right: 5px solid #82bfd4;
  border-top: 1px solid #eaedf1;
  border-bottom: 1px solid #eaedf1;
}
/* line 123, style/sass/views/_single.scss */
.singlePage article .postDetail img {
  float: left;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
}
/* line 130, style/sass/views/_single.scss */
.singlePage article .postDetail p {
  float: left;
  margin: 0 0 0 12.5px;
  line-height: 25px;
}
/* line 140, style/sass/views/_single.scss */
.singlePage #disqus_thread {
  width: 700px;
  margin: 50px auto;
}

/* line 150, style/sass/views/_single.scss */
.devopsNewsletter img {
  margin: 0 auto 50px;
  display: block;
}
/* line 156, style/sass/views/_single.scss */
.devopsNewsletter #externalLinks {
  padding: 25px 0;
  margin: 0;
  list-style: none;
}
/* line 162, style/sass/views/_single.scss */
.devopsNewsletter #externalLinks li {
  padding: 25px 37.5px;
  position: relative;
}
/* line 167, style/sass/views/_single.scss */
.devopsNewsletter #externalLinks li:before {
  content: "\2192";
  position: absolute;
  top: 25px;
  left: 0;
}
/* line 175, style/sass/views/_single.scss */
.devopsNewsletter #externalLinks li a {
  width: 100%;
  display: block;
  font-weight: bold;
  color: #2d67b2;
  font-size: 1.25em;
}
/* line 183, style/sass/views/_single.scss */
.devopsNewsletter #externalLinks li a:hover, .devopsNewsletter #externalLinks li a:active, .devopsNewsletter #externalLinks li a:visited {
  color: #111111;
}

/* line 196, style/sass/views/_single.scss */
.twoCol aside {
  width: 250px;
  float: left;
  min-height: 100px;
}
/* line 202, style/sass/views/_single.scss */
.twoCol .content {
  padding-top: 25px;
  padding-left: 300px;
}

/* line 213, style/sass/views/_single.scss */
.listicle article .postDetail p,
.tutorialArticle article .postDetail p {
  float: none;
  text-align: center;
  margin: 0;
}

/* line 222, style/sass/views/_single.scss */
.tutorialArticle {
  position: relative;
}
/* line 225, style/sass/views/_single.scss */
.tutorialArticle .ctaScrollerPadder {
  height: 0;
  display: inline-block;
  width: 100%;
}
/* line 231, style/sass/views/_single.scss */
.tutorialArticle #ctaScroller {
  background-color: #fcf9ee;
  width: 100%;
  border: 1px solid #f4e8c3;
  margin-bottom: 1.5em;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-radius: 2px 2px 2px 2px;
}
/* line 238, style/sass/views/_single.scss */
.tutorialArticle #ctaScroller .content {
  display: table;
  padding: 25px;
  width: 700px;
  margin: 0 auto;
  font-size: 0.8em;
}
/* line 245, style/sass/views/_single.scss */
.tutorialArticle #ctaScroller .content .btnA {
  margin-left: 2em;
  display: inline;
  font-size: 0.8em;
}
/* line 251, style/sass/views/_single.scss */
.tutorialArticle #ctaScroller .content * {
  margin: 0;
  vertical-align: middle;
  display: table-cell;
}
/* line 257, style/sass/views/_single.scss */
.tutorialArticle #ctaScroller .content p {
  max-width: 250px;
}
/* line 261, style/sass/views/_single.scss */
.tutorialArticle #ctaScroller .content img {
  background-color: transparent;
}
/* line 266, style/sass/views/_single.scss */
.tutorialArticle #ctaScroller.scroll {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
/* line 275, style/sass/views/_single.scss */
.tutorialArticle #ctaScroller.scroll .content {
  padding: 25px 0;
}
/* line 278, style/sass/views/_single.scss */
.tutorialArticle #ctaScroller.scroll .content img {
  width: 50px;
  height: auto;
}
/* line 283, style/sass/views/_single.scss */
.tutorialArticle #ctaScroller.scroll .content .btnA {
  padding: 0.6em;
}
/* line 290, style/sass/views/_single.scss */
.tutorialArticle .icon-arrow {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #dae1e7;
  display: block;
  margin: 0 auto;
  padding: 0;
}
/* line 298, style/sass/views/_single.scss */
.tutorialArticle .update {
  border-top: 1px solid #dae1e7;
  border-bottom: 1px solid #dae1e7;
  font-style: italic;
  padding: 12.5px 0;
  color: #555555;
}

/* line 308, style/sass/views/_single.scss */
.signupEmbed {
  overflow: hidden;
  position: relative;
  width: 140%;
  margin: 75px -20%;
  text-align: center;
}
/* line 316, style/sass/views/_single.scss */
.signupEmbed img {
  position: absolute;
  top: 50px;
}
/* line 321, style/sass/views/_single.scss */
.signupEmbed img:first-of-type {
  left: 50%;
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
}
/* line 327, style/sass/views/_single.scss */
.signupEmbed img:last-of-type {
  right: 50%;
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}
/* line 334, style/sass/views/_single.scss */
.signupEmbed div {
  width: 450px;
  position: relative;
  z-index: 8;
  margin: 0 auto;
}
/* line 341, style/sass/views/_single.scss */
.signupEmbed div .content {
  padding: 50px 25px;
  background-color: #f9fafb;
  border-top: 5px solid #dae1e7;
  border-left: 1px solid #dae1e7;
  border-right: 1px solid #dae1e7;
}
/* line 348, style/sass/views/_single.scss */
.signupEmbed div .content h4 {
  margin: 0 auto 0.75em;
}
/* line 352, style/sass/views/_single.scss */
.signupEmbed div .content p {
  margin: 0 auto 2em;
}
/* line 357, style/sass/views/_single.scss */
.signupEmbed div .content ul {
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
/* line 363, style/sass/views/_single.scss */
.signupEmbed div .content ul li {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1em;
  display: inline-block;
  background-color: #ffffff;
  padding: 3px 8px;
  margin: 2px 0;
  border: 1px solid #dae1e7;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-radius: 3px 3px 3px 3px;
}
/* line 374, style/sass/views/_single.scss */
.signupEmbed div .content ul li span {
  width: 1.5em;
  font-size: 1em;
  margin-right: .5em;
  color: #3d95b3;
}

/* line 387, style/sass/views/_single.scss */
.listicle {
  width: 900px !important;
}
/* line 393, style/sass/views/_single.scss */
.listicle article aside #stickyNav {
  margin-right: 50px;
  padding-top: 25px;
  width: 250px;
  position: relative;
  z-index: 4;
}
/* line 400, style/sass/views/_single.scss */
.listicle article aside #stickyNav h4 {
  margin: 0 0 12.5px 0;
}
/* line 404, style/sass/views/_single.scss */
.listicle article aside #stickyNav #secondaryNav {
  list-style: none;
  padding: 0;
}
/* line 409, style/sass/views/_single.scss */
.listicle article aside #stickyNav #secondaryNav li {
  background-color: #eaedf1;
  font-size: 0.9em;
  margin: 0 0 2px;
  padding: 4px;
}
/* line 415, style/sass/views/_single.scss */
.listicle article aside #stickyNav #secondaryNav li a {
  display: block;
}
/* line 421, style/sass/views/_single.scss */
.listicle article aside #stickyNav .sdFeatures {
  padding: 25px 0 50px;
  background: url("images/random/linux-monitoring-graph.png") no-repeat bottom right #82bfd4;
  background-size: 284px 189px;
  position: relative;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-radius: 2px 2px 2px 2px;
}
/* line 430, style/sass/views/_single.scss */
.listicle article aside #stickyNav .sdFeatures .sdLogo:before {
  color: #ffffff;
  width: 240px;
  display: inline-block;
  text-align: center;
  font-size: 32px;
}
/* line 439, style/sass/views/_single.scss */
.listicle article aside #stickyNav .sdFeatures ul {
  padding: 12.5px 25px;
  margin: 0;
  color: #ffffff;
}
/* line 444, style/sass/views/_single.scss */
.listicle article aside #stickyNav .sdFeatures ul li {
  font-size: 0.9em;
  margin: 0 0 0.5em;
}
/* line 450, style/sass/views/_single.scss */
.listicle article aside #stickyNav .sdFeatures .ctaBox {
  position: absolute;
  bottom: 0;
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  width: 80%;
  margin: 0 10%;
}
/* line 457, style/sass/views/_single.scss */
.listicle article aside #stickyNav .sdFeatures .ctaBox .btn {
  background-color: #2d67b2;
  color: #ffffff;
  display: block;
}
/* line 463, style/sass/views/_single.scss */
.listicle article aside #stickyNav .sdFeatures .ctaBox .subCta,
.listicle article aside #stickyNav .sdFeatures .ctaBox p {
  font-size: 10px;
  font-style: italic;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.2px;
}
/* line 472, style/sass/views/_single.scss */
.listicle article aside #stickyNav .sdFeatures .ctaBox p {
  color: #555555;
  margin-top: 1em;
}
/* line 479, style/sass/views/_single.scss */
.listicle article aside #stickyNav.sticky {
  position: fixed;
  top: 0;
}
/* line 488, style/sass/views/_single.scss */
.listicle article .content img {
  margin-bottom: 1em;
}
/* line 492, style/sass/views/_single.scss */
.listicle article .content h3 {
  counter-increment: number;
}
/* line 495, style/sass/views/_single.scss */
.listicle article .content h3:before {
  content: counter(number) ". ";
}
/* line 500, style/sass/views/_single.scss */
.listicle article .content h3 a {
  border-bottom: 2px solid #5cacc7;
}
/* line 506, style/sass/views/_single.scss */
.listicle article .list-item {
  display: table;
}
/* line 509, style/sass/views/_single.scss */
.listicle article .list-item .list-desc,
.listicle article .list-item .list-img {
  display: table-cell;
  vertical-align: top;
}
/* line 515, style/sass/views/_single.scss */
.listicle article .list-item .list-img {
  padding-left: 25px;
  width: 200px;
  height: auto;
  border: none;
  display: block;
}
/* line 522, style/sass/views/_single.scss */
.listicle article .list-item .list-img img {
  width: 200px;
  height: auto;
}

/* line 533, style/sass/views/_single.scss */
div.TT_wrapper {
  margin: 3em 0;
  border-style: solid;
  border-width: 0 0 0 6px;
  border-color: #1da1f2;
  background-color: #f9fafb;
  position: relative;
  border-radius: 0;
  padding: 0;
}
/* line 544, style/sass/views/_single.scss */
div.TT_wrapper:hover div.TT_tweet_link_wrapper {
  display: block;
}
/* line 548, style/sass/views/_single.scss */
div.TT_wrapper div.TT_byline {
  display: none;
}
/* line 553, style/sass/views/_single.scss */
div.TT_wrapper div.TT_text {
  font-size: 2em;
}
/* line 558, style/sass/views/_single.scss */
div.TT_wrapper div.TT_text a.TT_tweet_link {
  line-height: 1.5;
  padding: 10px 10px 10px 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
}
/* line 565, style/sass/views/_single.scss */
div.TT_wrapper div.TT_text a.TT_tweet_link:hover {
  text-shadow: none;
}
/* line 572, style/sass/views/_single.scss */
div.TT_wrapper div.TT_footer {
  border-top: 0px;
  margin: 0;
  padding: 0;
  position: static;
}
/* line 580, style/sass/views/_single.scss */
div.TT_wrapper div.TT_tweet_link_wrapper {
  position: absolute;
  height: 48px;
  width: 48px;
  padding: 0;
  left: -24px;
  top: calc(50% - 22px);
  display: none;
}
/* line 590, style/sass/views/_single.scss */
div.TT_wrapper div.TT_tweet_link_wrapper a.TT_tweet_link {
  height: 42px;
  width: 42px;
  overflow: hidden;
  display: block;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0ic3ZnMiIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItMjA1LjYgMzQ2LjggMTgxLjQgMTgxLjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTIwNS42IDM0Ni44IDE4MS40IDE4MS40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48ZyBpZD0iZzEwIiB0cmFuc2Zvcm09Im1hdHJpeCgxLjMzMzMgMCAwIC0xLjMzMzMgMCAxNTAuNjcpIj48ZyBpZD0iZzEyIiB0cmFuc2Zvcm09InNjYWxlKC4xKSI+PGcgaWQ9ImcxNCI+PGc+PGcgaWQ9ImcxNiI+PHBhdGggaWQ9InBhdGgyMiIgY2xhc3M9InN0MCIgZD0iTS0zNzUuOS0xODQ5LjljLTM1LjctMTUuOS03NC4xLTI2LjYtMTE0LjQtMzEuNGM0MS4xLDI0LjcsNzIuNyw2My43LDg3LjYsMTEwLjJjLTM4LjUtMjIuOC04MS4xLTM5LjQtMTI2LjUtNDguM2MtMzYuMywzOC43LTg4LjEsNjIuOS0xNDUuNCw2Mi45Yy0xMTAuMSwwLTE5OS4zLTg5LjItMTk5LjMtMTk5LjNjMC0xNS42LDEuNy0zMC44LDUuMi00NS40Yy0xNjUuNiw4LjMtMzEyLjQsODcuNy00MTAuNywyMDguMmMtMTcuMi0yOS40LTI3LTYzLjYtMjctMTAwLjJjMC02OS4xLDM1LjItMTMwLjEsODguNi0xNjUuOWMtMzIuNywxLTYzLjQsMTAtOTAuMywyNC45YzAtMC44LDAtMS43LDAtMi41YzAtOTYuNiw2OC43LTE3Ny4xLDE1OS44LTE5NS40Yy0xNi43LTQuNi0zNC4zLTctNTIuNS03Yy0xMi45LDAtMjUuMywxLjItMzcuNSwzLjZjMjUuNC03OS4yLDk4LjktMTM2LjgsMTg2LjItMTM4LjRjLTY4LjMtNTMuNS0xNTQuMi04NS4zLTI0Ny41LTg1LjNjLTE2LjEsMC0zMS45LDAuOS00Ny41LDIuOGM4OC4yLTU2LjUsMTkyLjktODkuNSwzMDUuNS04OS41YzM2Ni41LDAsNTY2LjksMzAzLjYsNTY2LjksNTY3YzAsOC42LTAuMiwxNy4yLTAuNiwyNS44Qy00MzYuNC0xOTI0LjktNDAyLjctMTg4OS45LTM3NS45LTE4NDkuOSIvPjwvZz48L2c+PC9nPjwvZz48L2c+PC9zdmc+");
  background-color: #1da1f2;
  background-size: 34px 34px;
  background-position: center center;
  text-indent: 100px;
  white-space: nowrap;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 100% 100% 100% 100%;
  -webkit-border-top-left-radius: 100%;
  -webkit-border-top-right-radius: 100%;
  -webkit-border-bottom-right-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
  border-radius: 100% 100% 100% 100%;
}
/* line 607, style/sass/views/_single.scss */
div.TT_wrapper div.TT_tweet_link_wrapper a.TT_tweet_link img {
  display: none;
}

/* line 616, style/sass/views/_single.scss */
pre,
code {
  color: black;
  background: none;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
/* line 637, style/sass/views/_single.scss */
pre::-moz-selection, pre ::-moz-selection, pre::selection, pre ::selection,
code::-moz-selection,
code ::-moz-selection,
code::selection,
code ::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  /* line 647, style/sass/views/_single.scss */
  code,
  pre {
    text-shadow: none;
  }
}
/* Code blocks */
/* line 654, style/sass/views/_single.scss */
pre {
  font-size: .9em;
  margin: 2em 0;
  overflow: auto;
  -webkit-box-shadow: 0 0 5px 0 #bcc7d2 inset;
  -moz-box-shadow: 0 0 5px 0 #bcc7d2 inset;
  box-shadow: 0 0 5px 0 #bcc7d2 inset;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-radius: 3px 3px 3px 3px;
}
/* line 660, style/sass/views/_single.scss */
pre code {
  padding: 1.5em 2em;
  display: inline-block;
}

/* line 666, style/sass/views/_single.scss */
:not(pre) > code,
pre {
  background: #dae1e7;
}

/* Inline code */
/* line 672, style/sass/views/_single.scss */
:not(pre) > code {
  font-size: .7em;
  padding: .2em .5em;
  border-radius: 2px;
  white-space: normal;
  -webkit-box-shadow: 0 0 5px 0 #bcc7d2 inset;
  -moz-box-shadow: 0 0 5px 0 #bcc7d2 inset;
  box-shadow: 0 0 5px 0 #bcc7d2 inset;
}

/* Responsive Imports (last because they need to override previous list-style-position: ) */
/* Mobile Styles */
@media only screen and (max-width: 780px) {
  /* line 6, style/sass/modules/_mobile.scss */
  .icon-sdIcon::before {
    content: "\e416";
  }

  /* line 10, style/sass/modules/_mobile.scss */
  .mobileHide {
    display: none !important;
  }

  /* line 15, style/sass/modules/_mobile.scss */
  .mobileShow {
    display: block;
  }

  /* line 20, style/sass/modules/_mobile.scss */
  .alert {
    display: none;
  }

  /* line 25, style/sass/modules/_mobile.scss */
  body {
    /* TYPE REDEFINED */
    font-size: 0.7em;
  }
  /* line 31, style/sass/modules/_mobile.scss */
  body h1 {
    font-size: 2.5em;
  }
  /* line 35, style/sass/modules/_mobile.scss */
  body header {
    width: 100%;
    padding: 11px 7% 9px;
    margin: 0 auto;
    height: 48px;
    background-color: #f9fafb;
    position: fixed;
    z-index: 99;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  /* line 46, style/sass/modules/_mobile.scss */
  body header .sdLogo {
    font-size: 28px;
    margin: 0;
    width: 100%;
  }
  /* line 53, style/sass/modules/_mobile.scss */
  body header nav {
    display: none;
  }
  /* line 59, style/sass/modules/_mobile.scss */
  body .wrapper {
    width: 100%;
  }
  /* line 63, style/sass/modules/_mobile.scss */
  body .wrapper article {
    padding: 50px 5%;
  }
  /* line 68, style/sass/modules/_mobile.scss */
  body .wrapper .promoArea {
    padding: 75px 5% 50px;
  }
  /* line 72, style/sass/modules/_mobile.scss */
  body .wrapper .promoArea #om-post-action-footer {
    font-size: 1.2em;
  }
  /* line 75, style/sass/modules/_mobile.scss */
  body .wrapper .promoArea #om-post-action-footer .left-label {
    display: block;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 1em;
  }
  /* line 81, style/sass/modules/_mobile.scss */
  body .wrapper .promoArea #om-post-action-footer .left-label .arrow {
    display: none;
  }
  /* line 86, style/sass/modules/_mobile.scss */
  body .wrapper .promoArea #om-post-action-footer input[type="text"],
  body .wrapper .promoArea #om-post-action-footer input[type="email"] {
    width: 95% !important;
  }
  /* line 91, style/sass/modules/_mobile.scss */
  body .wrapper .promoArea #om-post-action-footer label.error {
    text-align: center;
  }
  /* line 96, style/sass/modules/_mobile.scss */
  body .wrapper .promoArea form {
    text-align: center;
  }
  /* line 100, style/sass/modules/_mobile.scss */
  body .wrapper .promoArea form .field {
    display: block;
  }
  /* line 104, style/sass/modules/_mobile.scss */
  body .wrapper .promoArea form .field label,
  body .wrapper .promoArea form .field #website,
  body .wrapper .promoArea form .field #email {
    display: inline-block;
    width: 100%;
  }
  /* line 112, style/sass/modules/_mobile.scss */
  body .wrapper .promoArea form .field label {
    padding: 0;
    margin-bottom: 10px;
  }
  /* line 118, style/sass/modules/_mobile.scss */
  body .wrapper .promoArea form .field input {
    padding: 20px;
  }
  /* line 123, style/sass/modules/_mobile.scss */
  body .wrapper .promoArea form .field span {
    position: static;
    right: auto;
    width: 100%;
    top: auto;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 142, style/sass/modules/_mobile.scss */
  .home header {
    position: fixed;
    z-index: 99;
  }
  /* line 148, style/sass/modules/_mobile.scss */
  .home .fold {
    margin-top: 0;
    min-height: 0;
    height: 90vh;
  }
  /* line 154, style/sass/modules/_mobile.scss */
  .home .fold aside {
    padding: 0;
    width: 86%;
    margin: 0 auto;
    min-height: 300px;
  }
  /* line 162, style/sass/modules/_mobile.scss */
  .home .fold .homeSubscribeFoot {
    bottom: 25px;
  }
  /* line 166, style/sass/modules/_mobile.scss */
  .home .fold .homeSubscribeFoot p {
    display: none;
  }
  /* line 173, style/sass/modules/_mobile.scss */
  .home #home {
    width: 100%;
    padding-top: 100px;
  }
  /* line 177, style/sass/modules/_mobile.scss */
  .home #home:before, .home #home:after {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 3px;
    background-color: #dae1e7;
  }
  /* line 186, style/sass/modules/_mobile.scss */
  .home #home:before {
    top: 121px;
    left: 7%;
  }
  /* line 191, style/sass/modules/_mobile.scss */
  .home #home:after {
    bottom: 21px;
    right: 7%;
  }
  /* line 196, style/sass/modules/_mobile.scss */
  .home #home article {
    width: 86%;
    margin: 0 7%;
    padding: 0 7% 125px;
    border-bottom: 1px solid #dae1e7;
    border-top: 1px solid #dae1e7;
    position: relative;
  }
  /* line 204, style/sass/modules/_mobile.scss */
  .home #home article .thumbImg,
  .home #home article .thumbDesc {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0;
  }
  /* line 212, style/sass/modules/_mobile.scss */
  .home #home article h2 {
    margin: 37.5px 0 12.5px !important;
  }
  /* line 216, style/sass/modules/_mobile.scss */
  .home #home article p {
    margin-bottom: 0;
  }
  /* line 220, style/sass/modules/_mobile.scss */
  .home #home article p:last-of-type {
    margin: 0;
    position: absolute;
    top: -10px;
    width: 100%;
  }
  /* line 227, style/sass/modules/_mobile.scss */
  .home #home article:before, .home #home article:after {
    position: absolute;
    display: block;
    z-index: 10;
    content: '';
    height: 6px;
    width: 6px;
    background-color: #f9fafb;
    border: 2px solid #dae1e7;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius: 5px 5px 5px 5px;
  }
  /* line 239, style/sass/modules/_mobile.scss */
  .home #home article:first-of-type {
    margin-top: 25px;
    border-top: 2px solid #dae1e7;
    padding-top: 0;
  }
  /* line 245, style/sass/modules/_mobile.scss */
  .home #home article:nth-of-type(2n-1) {
    border-right: 2px solid #dae1e7;
  }
  /* line 248, style/sass/modules/_mobile.scss */
  .home #home article:nth-of-type(2n-1):before {
    top: -5px;
    right: -5px;
  }
  /* line 252, style/sass/modules/_mobile.scss */
  .home #home article:nth-of-type(2n-1):after {
    bottom: -5px;
    right: -5px;
  }
  /* line 257, style/sass/modules/_mobile.scss */
  .home #home article:nth-of-type(2n) {
    border-left: 2px solid #dae1e7;
  }
  /* line 260, style/sass/modules/_mobile.scss */
  .home #home article:nth-of-type(2n):before {
    top: -5px;
    left: -5px;
  }
  /* line 264, style/sass/modules/_mobile.scss */
  .home #home article:nth-of-type(2n):after {
    bottom: -5px;
    left: -5px;
  }
  /* line 269, style/sass/modules/_mobile.scss */
  .home #home article:last-of-type {
    border-bottom: 2px solid #dae1e7;
    padding-bottom: 50px;
  }
  /* line 274, style/sass/modules/_mobile.scss */
  .home #home article .thumbImg {
    margin-bottom: 25px;
    margin-top: -50px;
    overflow: hidden;
    width: 200px;
    left: 50%;
    margin-left: -100px;
  }
  /* line 282, style/sass/modules/_mobile.scss */
  .home #home article .thumbImg img {
    height: 100px;
    width: auto;
  }

  /* line 291, style/sass/modules/_mobile.scss */
  .home {
    padding: 0;
  }
  /* line 295, style/sass/modules/_mobile.scss */
  .home .pagiNav {
    padding: 0 25px;
    margin: 37.5px 0;
    width: 100%;
    border: 0;
    height: 20px;
  }

  /* line 311, style/sass/modules/_mobile.scss */
  .listicle #listBody .postDetail p {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 318, style/sass/modules/_mobile.scss */
  .listicle #listBody .list-item {
    display: block;
  }
  /* line 321, style/sass/modules/_mobile.scss */
  .listicle #listBody .list-item .list-desc,
  .listicle #listBody .list-item .list-img {
    display: inline-block;
  }
  /* line 326, style/sass/modules/_mobile.scss */
  .listicle #listBody .list-item .list-image {
    width: 90%;
  }
  /* line 332, style/sass/modules/_mobile.scss */
  .listicle #listBody .twoCol aside,
  .listicle #listBody .twoCol .content {
    width: 100%;
    float: none;
    padding: 0;
  }
  /* line 339, style/sass/modules/_mobile.scss */
  .listicle #listBody .twoCol aside {
    margin-bottom: 100px;
  }
  /* line 341, style/sass/modules/_mobile.scss */
  .listicle #listBody .twoCol aside #stickyNav {
    width: 100%;
    height: auto;
  }

  /* line 350, style/sass/modules/_mobile.scss */
  .singlePage, .devopsNewsletter {
    width: 100% !important;
    margin: 0 !important;
    padding-top: 25px;
  }
  /* line 356, style/sass/modules/_mobile.scss */
  .singlePage .japanPrompt, .devopsNewsletter .japanPrompt {
    margin-top: 25px;
    padding: 0 12.5px;
    font-size: 11px;
  }
  /* line 362, style/sass/modules/_mobile.scss */
  .singlePage .japanPrompt img, .devopsNewsletter .japanPrompt img {
    margin-right: 12.5px;
  }
  /* line 368, style/sass/modules/_mobile.scss */
  .singlePage article, .singlePage #sysSunday, .devopsNewsletter article, .devopsNewsletter #sysSunday {
    padding: 50px 17.5px 50px;
    border-right: 0;
    width: 100%;
  }
  /* line 374, style/sass/modules/_mobile.scss */
  .singlePage article .postHeadline, .singlePage #sysSunday .postHeadline, .devopsNewsletter article .postHeadline, .devopsNewsletter #sysSunday .postHeadline {
    position: static;
    padding: 0;
  }
  /* line 379, style/sass/modules/_mobile.scss */
  .singlePage article .postHeadline h1, .singlePage #sysSunday .postHeadline h1, .devopsNewsletter article .postHeadline h1, .devopsNewsletter #sysSunday .postHeadline h1 {
    margin: 0 0 25px;
  }
  /* line 384, style/sass/modules/_mobile.scss */
  .singlePage article .postHeadline .postThumbnail, .singlePage #sysSunday .postHeadline .postThumbnail, .devopsNewsletter article .postHeadline .postThumbnail, .devopsNewsletter #sysSunday .postHeadline .postThumbnail {
    position: relative;
    height: auto;
  }
  /* line 389, style/sass/modules/_mobile.scss */
  .singlePage article .postHeadline .postThumbnail img, .singlePage #sysSunday .postHeadline .postThumbnail img, .devopsNewsletter article .postHeadline .postThumbnail img, .devopsNewsletter #sysSunday .postHeadline .postThumbnail img {
    position: relative;
    left: auto;
    top: auto;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 300px;
    height: auto;
  }
  /* line 399, style/sass/modules/_mobile.scss */
  .singlePage article .postHeadline .postThumbnail iframe, .singlePage #sysSunday .postHeadline .postThumbnail iframe, .devopsNewsletter article .postHeadline .postThumbnail iframe, .devopsNewsletter #sysSunday .postHeadline .postThumbnail iframe {
    width: 100%;
    height: auto;
  }
  /* line 406, style/sass/modules/_mobile.scss */
  .singlePage article .postDetail, .singlePage #sysSunday .postDetail, .devopsNewsletter article .postDetail, .devopsNewsletter #sysSunday .postDetail {
    margin: 12.5px 0;
  }
  /* line 410, style/sass/modules/_mobile.scss */
  .singlePage article .postDetail p, .singlePage #sysSunday .postDetail p, .devopsNewsletter article .postDetail p, .devopsNewsletter #sysSunday .postDetail p {
    font-size: 0.9em;
    line-height: 16px;
    float: none;
    padding-left: 50px;
  }
  /* line 419, style/sass/modules/_mobile.scss */
  .singlePage article .postAuthor, .singlePage #sysSunday .postAuthor, .devopsNewsletter article .postAuthor, .devopsNewsletter #sysSunday .postAuthor {
    margin: 25px 0;
  }
  /* line 423, style/sass/modules/_mobile.scss */
  .singlePage article .postAuthor .subscribeMeta, .singlePage #sysSunday .postAuthor .subscribeMeta, .devopsNewsletter article .postAuthor .subscribeMeta, .devopsNewsletter #sysSunday .postAuthor .subscribeMeta {
    display: none;
  }
  /* line 429, style/sass/modules/_mobile.scss */
  .singlePage article figure, .singlePage #sysSunday figure, .devopsNewsletter article figure, .devopsNewsletter #sysSunday figure {
    width: 100%;
  }
  /* line 433, style/sass/modules/_mobile.scss */
  .singlePage article figure img, .singlePage #sysSunday figure img, .devopsNewsletter article figure img, .devopsNewsletter #sysSunday figure img {
    width: 50%;
  }
  /* line 441, style/sass/modules/_mobile.scss */
  .singlePage article figure.insetLeft figcaption, .singlePage article figure.insetRight figcaption, .singlePage #sysSunday figure.insetLeft figcaption, .singlePage #sysSunday figure.insetRight figcaption, .devopsNewsletter article figure.insetLeft figcaption, .devopsNewsletter article figure.insetRight figcaption, .devopsNewsletter #sysSunday figure.insetLeft figcaption, .devopsNewsletter #sysSunday figure.insetRight figcaption {
    right: 0;
    left: auto;
    text-align: right;
    width: 45%;
  }
  /* line 451, style/sass/modules/_mobile.scss */
  .singlePage .beSocial, .devopsNewsletter .beSocial {
    width: 100%;
  }
  /* line 456, style/sass/modules/_mobile.scss */
  .singlePage #subscribe, .devopsNewsletter #subscribe {
    padding: 50px 12.5px;
    width: 100%;
  }
  /* line 467, style/sass/modules/_mobile.scss */
  .singlePage #subscribe .hbspt-form form .hs_email input, .devopsNewsletter #subscribe .hbspt-form form .hs_email input {
    width: 100% !important;
  }
  /* line 475, style/sass/modules/_mobile.scss */
  .singlePage #subscribe .hbspt-form form .hs_submit input, .devopsNewsletter #subscribe .hbspt-form form .hs_submit input {
    width: 100% !important;
    margin: 25px 0 0;
  }

  /* line 493, style/sass/modules/_mobile.scss */
  .singlePage.tutorialArticle .tutorialContent .update {
    padding: 12.5px;
  }
  /* line 501, style/sass/modules/_mobile.scss */
  .singlePage.tutorialArticle .tutorialContent #ctaScroller .content {
    padding: 10px;
    width: 100%;
  }
  /* line 506, style/sass/modules/_mobile.scss */
  .singlePage.tutorialArticle .tutorialContent #ctaScroller .content p {
    width: auto;
    width: 40%;
  }
  /* line 515, style/sass/modules/_mobile.scss */
  .singlePage.tutorialArticle aside {
    padding: 0;
    position: relative;
  }
  /* line 520, style/sass/modules/_mobile.scss */
  .singlePage.tutorialArticle aside img {
    width: 50px;
    height: 50px;
  }
  /* line 526, style/sass/modules/_mobile.scss */
  .singlePage.tutorialArticle aside p {
    font-size: 1em;
    margin: 0;
  }
  /* line 532, style/sass/modules/_mobile.scss */
  .singlePage.tutorialArticle aside:after {
    font-size: 1em !important;
  }
  /* line 539, style/sass/modules/_mobile.scss */
  .singlePage #disqus_thread {
    padding: 0 12.5px;
    width: 100%;
  }
  /* line 545, style/sass/modules/_mobile.scss */
  .singlePage .signupEmbed {
    margin: 0 0 4%;
    width: auto;
  }
  /* line 550, style/sass/modules/_mobile.scss */
  .singlePage .signupEmbed img {
    width: 90%;
    height: auto;
    margin: 0 auto;
    position: static;
    display: block;
    left: auto;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 560, style/sass/modules/_mobile.scss */
  .singlePage .signupEmbed div {
    width: 100%;
    margin-top: -37.5px;
    padding: 37.5px 12.5px 12.5px;
  }

  /* line 569, style/sass/modules/_mobile.scss */
  .oneCol {
    width: 100% !important;
    margin: 50px 0 0 !important;
  }
  /* line 576, style/sass/modules/_mobile.scss */
  .oneCol section:last-child {
    margin-bottom: 0;
  }
  /* line 582, style/sass/modules/_mobile.scss */
  .oneCol .oneColHead {
    display: none !important;
  }
  /* line 587, style/sass/modules/_mobile.scss */
  .oneCol .oneColAction {
    display: none;
  }
  /* line 592, style/sass/modules/_mobile.scss */
  .oneCol .threeCol {
    width: 92%;
    margin: 25px 4% 0 !important;
    padding: 0;
  }
  /* line 597, style/sass/modules/_mobile.scss */
  .oneCol .threeCol h2 {
    margin-top: 0;
  }
  /* line 602, style/sass/modules/_mobile.scss */
  .oneCol .threeCol article {
    width: 100%;
    border: 1px solid #aaaaaa;
    margin: 0 0 25px !important;
  }
  /* line 607, style/sass/modules/_mobile.scss */
  .oneCol .threeCol article:last-child {
    margin: 0 !important;
  }
  /* line 612, style/sass/modules/_mobile.scss */
  .oneCol .threeCol article h4 {
    font-size: 1em;
    padding: 12.5px 12.5px 0;
  }
  /* line 618, style/sass/modules/_mobile.scss */
  .oneCol .threeCol article p {
    font-size: 0.9em;
    padding: 6.25px 12.5px 12.5px;
  }
  /* line 626, style/sass/modules/_mobile.scss */
  .oneCol .twoCol {
    padding: 0 4%;
  }
  /* line 630, style/sass/modules/_mobile.scss */
  .oneCol .twoCol .viewMore {
    text-align: center;
    padding: 25px 0;
  }
  /* line 636, style/sass/modules/_mobile.scss */
  .oneCol .twoCol .linkList {
    width: 100%;
  }
  /* line 640, style/sass/modules/_mobile.scss */
  .oneCol .twoCol .linkList ul {
    display: none;
  }
  /* line 646, style/sass/modules/_mobile.scss */
  .oneCol .twoCol .linkList ul li a {
    border: 1px solid #aaaaaa;
  }
  /* line 652, style/sass/modules/_mobile.scss */
  .oneCol .twoCol .linkList .searchResults {
    margin-top: 25px;
    border: 1px solid #aaaaaa;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-radius: 2px 2px 2px 2px;
  }
  /* line 660, style/sass/modules/_mobile.scss */
  .oneCol .twoCol .featuredSidebar {
    width: 100%;
    margin: 0 0 25px;
  }

  /* line 671, style/sass/modules/_mobile.scss */
  .page .splash {
    width: 100%;
    padding: 5%;
  }
  /* line 676, style/sass/modules/_mobile.scss */
  .page .splash .hero {
    width: 50%;
    height: auto;
    margin: 62.5px 25% 0;
  }
  /* line 685, style/sass/modules/_mobile.scss */
  .page .splash aside h2 {
    font-size: 16px;
    margin: 25px 0;
  }
  /* line 691, style/sass/modules/_mobile.scss */
  .page .splash aside .steps,
  .page .splash aside form {
    width: 100% !important;
  }
  /* line 696, style/sass/modules/_mobile.scss */
  .page .splash aside .steps {
    margin-bottom: 25px;
  }
  /* line 708, style/sass/modules/_mobile.scss */
  .page.page-template-course-landing section, .page.devops-newsletter section, .page.page-template-ebook-landing section {
    padding: 25px 0;
  }
  /* line 711, style/sass/modules/_mobile.scss */
  .page.page-template-course-landing section:first-of-type, .page.devops-newsletter section:first-of-type, .page.page-template-ebook-landing section:first-of-type {
    padding-top: 75px;
  }
  /* line 716, style/sass/modules/_mobile.scss */
  .page.page-template-course-landing .wrapper, .page.devops-newsletter .wrapper, .page.page-template-ebook-landing .wrapper {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 725, style/sass/modules/_mobile.scss */
  .page.page-template-course-landing #om-sidebar-action-optin #om-sidebar-action-optin-wrap #om-sidebar-action-footer input, .page.devops-newsletter #om-sidebar-action-optin #om-sidebar-action-optin-wrap #om-sidebar-action-footer input, .page.page-template-ebook-landing #om-sidebar-action-optin #om-sidebar-action-optin-wrap #om-sidebar-action-footer input {
    width: 100%;
    margin-left: 0;
  }
  /* line 733, style/sass/modules/_mobile.scss */
  .page.page-template-course-landing .author, .page.devops-newsletter .author, .page.page-template-ebook-landing .author {
    background-color: #557986;
  }
  /* line 736, style/sass/modules/_mobile.scss */
  .page.page-template-course-landing .author .wrapper, .page.devops-newsletter .author .wrapper, .page.page-template-ebook-landing .author .wrapper {
    text-align: center;
  }
  /* line 739, style/sass/modules/_mobile.scss */
  .page.page-template-course-landing .author .wrapper img,
  .page.page-template-course-landing .author .wrapper p, .page.devops-newsletter .author .wrapper img,
  .page.devops-newsletter .author .wrapper p, .page.page-template-ebook-landing .author .wrapper img,
  .page.page-template-ebook-landing .author .wrapper p {
    display: inline-block;
  }
  /* line 744, style/sass/modules/_mobile.scss */
  .page.page-template-course-landing .author .wrapper img, .page.devops-newsletter .author .wrapper img, .page.page-template-ebook-landing .author .wrapper img {
    margin: 0 0 25px;
  }
  /* line 753, style/sass/modules/_mobile.scss */
  .page.page-template-ebook-landing h1 {
    padding-top: 25px;
  }
  /* line 756, style/sass/modules/_mobile.scss */
  .page.page-template-ebook-landing h1:before {
    left: 50%;
    -moz-transform: rotate(-5deg) translateX(-50%) translateY(-35px);
    -ms-transform: rotate(-5deg) translateX(-50%) translateY(-35px);
    -webkit-transform: rotate(-5deg) translateX(-50%) translateY(-35px);
    transform: rotate(-5deg) translateX(-50%) translateY(-35px);
  }
  /* line 762, style/sass/modules/_mobile.scss */
  .page.page-template-ebook-landing .subtitle {
    width: 100%;
    margin-bottom: 25px;
  }
  /* line 767, style/sass/modules/_mobile.scss */
  .page.page-template-ebook-landing article {
    padding: 25px;
  }
  /* line 770, style/sass/modules/_mobile.scss */
  .page.page-template-ebook-landing article .ebook-cover,
  .page.page-template-ebook-landing article aside {
    width: 100%;
  }
  /* line 775, style/sass/modules/_mobile.scss */
  .page.page-template-ebook-landing article aside {
    padding: 25px 0 0;
  }

  /* line 785, style/sass/modules/_mobile.scss */
  .error404 .not,
  .error404 .found {
    padding: 100px 0 50px;
    display: block;
    text-align: center;
  }
  /* line 792, style/sass/modules/_mobile.scss */
  .error404 .not div,
  .error404 .not article,
  .error404 .found div,
  .error404 .found article {
    padding: 0 5%;
    display: inline-block;
  }
  /* line 799, style/sass/modules/_mobile.scss */
  .error404 .not div,
  .error404 .found div {
    margin-bottom: 25px;
  }

  /* line 806, style/sass/modules/_mobile.scss */
  .sidebar {
    display: none;
  }

  /* line 811, style/sass/modules/_mobile.scss */
  #modalOverlay {
    top: 48px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }
  /* line 816, style/sass/modules/_mobile.scss */
  #modalOverlay .modalWindow {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    border-bottom: 1px solid #aaaaaa;
  }
  /* line 822, style/sass/modules/_mobile.scss */
  #modalOverlay .modalWindow .close {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 99;
  }
  /* line 829, style/sass/modules/_mobile.scss */
  #modalOverlay .modalWindow .modalBody {
    border: 0;
    padding: 25px;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-radius: 0 0 0 0;
  }
  /* line 834, style/sass/modules/_mobile.scss */
  #modalOverlay .modalWindow .modalBody a {
    font-size: 1.25em;
  }

  /* line 846, style/sass/modules/_mobile.scss */
  footer .sdLogo {
    display: none;
  }
  /* line 850, style/sass/modules/_mobile.scss */
  footer .footer-top {
    font-size: 1.3em;
  }
  /* line 854, style/sass/modules/_mobile.scss */
  footer .l-col {
    width: auto;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  /* line 859, style/sass/modules/_mobile.scss */
  footer .l-col:nth-child(2), footer .l-col:nth-child(3) {
    width: 100%;
    margin: 0 auto;
  }
  /* line 865, style/sass/modules/_mobile.scss */
  footer .l-col:nth-child(2) {
    padding: 0;
  }
  /* line 869, style/sass/modules/_mobile.scss */
  footer .l-col:nth-child(3) {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  /* line 875, style/sass/modules/_mobile.scss */
  footer .sd-product-feature {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #dae1e7;
    border-bottom: 1px solid #dae1e7;
  }
  /* line 883, style/sass/modules/_mobile.scss */
  footer #om-sidebar-action-optin {
    padding: 0 30px !important;
  }
  /* line 887, style/sass/modules/_mobile.scss */
  footer .goodbye {
    padding: 25px 12.5px;
  }
  /* line 890, style/sass/modules/_mobile.scss */
  footer .goodbye p {
    font-size: 10px;
  }
  /* line 895, style/sass/modules/_mobile.scss */
  footer .twtr-button {
    display: block;
    margin-top: 1em;
  }

  /* line 903, style/sass/modules/_mobile.scss */
  .listicle .postDetail,
  .tutorialArticle .postDetail {
    margin: 12.5px 0;
  }
  /* line 907, style/sass/modules/_mobile.scss */
  .listicle .postDetail p,
  .tutorialArticle .postDetail p {
    float: none;
    padding: 0;
  }

  /* GLOBAL STYLES */
  /* line 919, style/sass/modules/_mobile.scss */
  .featured-on .wrapper {
    text-align: center;
  }
  /* line 922, style/sass/modules/_mobile.scss */
  .featured-on .wrapper .featured-logo {
    margin: 10px;
    width: 100px;
    height: 33px;
    background: url("images/featured/sprite.png") no-repeat;
    background-size: 100px 200px;
  }
  /* line 929, style/sass/modules/_mobile.scss */
  .featured-on .wrapper .featured-logo.ft {
    background-position: 0 0;
  }
  /* line 932, style/sass/modules/_mobile.scss */
  .featured-on .wrapper .featured-logo.techcrunch {
    background-position: 0 -33px;
  }
  /* line 935, style/sass/modules/_mobile.scss */
  .featured-on .wrapper .featured-logo.gigaom {
    background-position: 0 -66px;
  }
  /* line 938, style/sass/modules/_mobile.scss */
  .featured-on .wrapper .featured-logo.mongodb {
    background-position: 0 -100px;
  }
  /* line 941, style/sass/modules/_mobile.scss */
  .featured-on .wrapper .featured-logo.infoworld {
    background-position: 0 -133px;
  }
  /* line 944, style/sass/modules/_mobile.scss */
  .featured-on .wrapper .featured-logo.telegraph {
    background-position: 0 -166px;
  }

  /* line 951, style/sass/modules/_mobile.scss */
  .gist .blob-num {
    display: none;
  }
}
/* Large Screen Styles */
@media only screen and (min-width: 1500px) {
  /* line 12, style/sass/modules/_desktop.scss */
  body .globalWrapper .wrapper #mainArticle, body .globalWrapper .wrapper .japanPrompt, body .globalWrapper .wrapper .footMeta, body .globalWrapper .wrapper #disqus_thread {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1650px) {
  /* line 26, style/sass/modules/_desktop.scss */
  body .globalWrapper {
    max-width: 1650px;
    margin: 0 auto;
    position: relative;
  }
  /* line 32, style/sass/modules/_desktop.scss */
  body .globalWrapper header {
    left: auto;
    width: 300px;
  }
  /* line 37, style/sass/modules/_desktop.scss */
  body .globalWrapper header .saasArea {
    padding: 50px;
  }
  /* line 42, style/sass/modules/_desktop.scss */
  body .globalWrapper header .blogArea {
    padding: 25px 50px;
  }
  /* line 48, style/sass/modules/_desktop.scss */
  body .globalWrapper .alert {
    margin-left: 325px;
  }
  /* line 53, style/sass/modules/_desktop.scss */
  body .globalWrapper .indexPage, body .globalWrapper .oneCol {
    margin-left: 300px !important;
  }
  /* line 58, style/sass/modules/_desktop.scss */
  body .globalWrapper footer {
    padding-left: 300px;
  }
  /* line 63, style/sass/modules/_desktop.scss */
  body .globalWrapper .wrapper {
    margin-left: 300px;
  }
  /* line 67, style/sass/modules/_desktop.scss */
  body .globalWrapper .wrapper #sidebar {
    padding: 25px 50px;
    width: 350px;
  }
  /* line 73, style/sass/modules/_desktop.scss */
  body .globalWrapper .wrapper #mainArticle, body .globalWrapper .wrapper .japanPrompt, body .globalWrapper .wrapper .footMeta, body .globalWrapper .wrapper #disqus_thread {
    padding-left: 125px;
    padding-right: 125px;
    max-width: 1000px;
  }
  /* line 79, style/sass/modules/_desktop.scss */
  body .globalWrapper .wrapper #tutorialSell {
    max-width: 1000px;
  }
  /* line 86, style/sass/modules/_desktop.scss */
  body #modalOverlay {
    left: 0;
  }
}
/* ==========================================================================
   Universal Layouts
   ========================================================================== */
/* ==========================================================================
   Header Section
   ========================================================================== */
/* ==========================================================================
   Main Content Section
   ========================================================================== */
/* line 62, style/sass/style.scss */
article div, a, iframe {
  position: relative;
}

/* line 66, style/sass/style.scss */
article img {
  height: auto;
}

/* line 70, style/sass/style.scss */
.rndCorners {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 76, style/sass/style.scss */
.priStream article:first-child {
  margin-top: 0 !important;
}

/* line 80, style/sass/style.scss */
.postMeta {
  float: right;
  width: 16%;
  padding: 2%;
  height: auto;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
}

/* line 87, style/sass/style.scss */
.cont {
  width: 75%;
  float: left;
}

/* line 92, style/sass/style.scss */
.ffff {
  background-color: #fff;
}

/* line 96, style/sass/style.scss */
.f9f9 {
  background-color: #f9f9f9;
}

/* line 100, style/sass/style.scss */
h2.sySunday a {
  position: relative;
  padding: 50px 5%;
  background-color: #fff;
  text-align: left;
  float: left;
  width: 84%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 20px 3% 0 3%;
  background: url("css/assets/sysAdminbg.png") repeat-x -600px -200px;
  color: #fff;
}

/* line 116, style/sass/style.scss */
p.authorCred {
  color: #777;
  margin: 2em 0 1em 0 !important;
  letter-spacing: 2px;
  font-style: italic;
  font-family: 'Adelle W01 Regular';
}

/* line 122, style/sass/style.scss */
p.indexCred {
  color: #999;
  letter-spacing: 2px;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px 0;
}

/* line 128, style/sass/style.scss */
div.textSummary p {
  font-size: 14px;
  line-height: 18px;
  color: #666;
}

/* line 133, style/sass/style.scss */
.newsletterSignup {
  width: 52%;
  float: left;
  padding: 1% 4% 2%;
  max-width: 750px;
}

/* line 141, style/sass/style.scss */
.ribbonCTA {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("css/assets/ribbon-comingsoon.png") no-repeat;
}

/* line 148, style/sass/style.scss */
.ribbonCTA a {
  display: block;
  width: 150px;
  height: 150px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  top: -60px;
  left: -60px;
  z-index: 99;
}

/* line 160, style/sass/style.scss */
section.spread {
  height: 100%;
  width: 100%;
  border: 1px solid #ddd;
  text-align: center;
  min-height: 600px;
  position: relative;
}

/* line 169, style/sass/style.scss */
.half {
  width: 50%;
  float: left;
  height: auto;
  padding: 2%;
}

/* line 175, style/sass/style.scss */
.SF_h3 {
  font-family: "HelveticaNeueW01-UltLt";
  width: 80%;
  margin: 0 10% !important;
  position: absolute;
  top: 10%;
  color: #444;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 2em;
}

/* line 183, style/sass/style.scss */
.SF_h2 {
  font-family: "HelveticaNeueW01-77BdCn 692722";
  display: none;
  width: 80%;
  margin: 0 10% !important;
  position: absolute;
  top: 20%;
  color: #444;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 3em;
}

/* line 191, style/sass/style.scss */
.active {
  display: block;
}

/* line 195, style/sass/style.scss */
.SF {
  width: 60%;
  margin: 0 20%;
  height: auto;
  top: 40%;
  position: absolute;
}

/* line 200, style/sass/style.scss */
.SF_submit {
  height: 5em !important;
  line-height: 5em !important;
  font-size: 1.8em !important;
  margin: 1em 0 0 !important;
  width: 100%;
  display: block;
  font-family: "Adelle W01 Regular";
  color: #fff;
}

/* line 210, style/sass/style.scss */
.SF_input {
  text-align: center;
  width: 90% !important;
  height: 4em !important;
  line-height: 2em !important;
  margin: 0 5% !important;
  font-family: 'Adelle W01 Regular';
  padding: 0 !important;
  font-size: 1.5em !important;
}

/* line 221, style/sass/style.scss */
.SD_h2 {
  font-size: 4em;
  margin: 1em 0 !important;
}

/* line 226, style/sass/style.scss */
.SD_div {
  width: 60%;
  margin: 0 20%;
  height: auto;
}

/* line 231, style/sass/style.scss */
.SD_p {
  font-size: 1.5em;
  line-height: 2em;
}

/* ==========================================================================
   Premium Page Styles
   ========================================================================== */
/* line 239, style/sass/style.scss */
.premiumPageTitle {
  width: 100%;
  background-color: #fff;
  height: 350px;
  position: relative;
  text-align: center;
}

/* line 245, style/sass/style.scss */
.About h1, .About p {
  color: #fff;
}

/* line 249, style/sass/style.scss */
img.gravatar {
  width: 20%;
  height: auto;
  float: left;
  margin: 0 6% 6% 0;
  border: 1px solid #aaa;
}

/* ==========================================================================
Blog Post Styles
========================================================================== */
/* line 258, style/sass/style.scss */
h1.post-head {
  padding: 0 2px;
  margin-top: 20px;
  font-family: 'HelveticaNeueW01-77BdCn 692722';
}

/* line 263, style/sass/style.scss */
.index-h2 {
  margin-top: 0 !important;
}

/* line 267, style/sass/style.scss */
h1.post-head a {
  color: #222;
}

/* line 271, style/sass/style.scss */
article .meta {
  float: right;
  display: block;
  width: 120px;
  height: 120px;
  text-align: center;
  background: #f9f9f9;
  margin-left: 10px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

/* line 277, style/sass/style.scss */
article .meta ul {
  margin: 0 !important;
  padding: 5px;
  width: 110px;
}

/* line 278, style/sass/style.scss */
article .meta li {
  list-style: none;
}

/* line 279, style/sass/style.scss */
article .meta li:first-child span:first-child {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -1px;
  padding: 0 2px 0 10px;
}

/* line 280, style/sass/style.scss */
article .meta li:first-child span:nth-child(2) {
  color: rgba(0, 0, 0, 0.5);
}

/* line 281, style/sass/style.scss */
article .meta li.de span:nth-child(2) {
  font-size: 30px;
}

/* line 282, style/sass/style.scss */
article .meta li:first-child span:nth-of-type(3) {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* line 283, style/sass/style.scss */
article .meta li:nth-child(1) {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 284, style/sass/style.scss */
article .meta li:nth-child(2) {
  margin-top: 5px;
}

/* line 285, style/sass/style.scss */
article .meta li:nth-child(2) a,
article .meta li:nth-child(3) a {
  color: #999;
  font-size: 14px;
  letter-spacing: normal;
  font-style: italic;
}

/* line 287, style/sass/style.scss */
article .meta li:nth-child(2) a:hover,
article .meta li:nth-child(3) a:hover {
  color: #333;
}

/* line 293, style/sass/style.scss */
.singleSocial {
  top: 0;
  padding: 10px 0 10px 30px;
  height: 80px;
  width: 150px;
  float: right;
}

/* line 299, style/sass/style.scss */
.singleSocial div, .singleSocial a, .singleSocial iframe {
  float: left !important;
  padding: 0 !important;
  margin: 5px 0 !important;
}

/* line 304, style/sass/style.scss */
.fixed {
  position: fixed;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  height: auto;
  z-index: 99;
  margin-left: -3%;
  padding-left: 3%;
  -webkit-border-radius: 0 0 50px 0;
  -moz-border-radius: 0 0 50px 0;
  border-radius: 0 0 50px 0;
}

/* line 316, style/sass/style.scss */
.asideBox {
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
  box-sizing: border-box;
  height: auto;
}

/* line 323, style/sass/style.scss */
.twoCol .asideBox {
  margin-left: 2% !important;
  margin-right: 2% !important;
  width: 96%;
}

/* line 329, style/sass/style.scss */
aside.postAuthor {
  float: left;
  width: 94%;
  height: auto;
  display: table;
  margin: 6% 3%;
}

/* ==========================================================================
   Page Styles
   ========================================================================== */
/* line 341, style/sass/style.scss */
.newsBox {
  background-color: #222;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin-top: 20px;
  border: 1px solid #000;
  float: left;
  padding: 2%;
}

/* line 352, style/sass/style.scss */
.tweetFollow {
  background: #4d90fe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d90fe), color-stop(100%, #4787ed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4d90fe 0%, #4787ed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d90fe', endColorstr='#4787ed',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  margin-bottom: 20px;
  border: 1px solid #3079ed;
  float: left;
  text-align: center;
  padding: 2% 2% 1%;
}

/* line 371, style/sass/style.scss */
.newsBox h4 {
  width: 29%;
  float: left;
  text-align: right;
  color: #888;
  padding: 2%;
  text-shadow: black 0.1em 0.1em 0.2em;
  margin: 0;
  font-size: 14px;
}

/* line 379, style/sass/style.scss */
.twoCol .newsBox h4 {
  width: 96% !important;
  text-align: left !important;
}

/* line 384, style/sass/style.scss */
#mc_signup {
  width: 100%;
  float: left;
  padding: 0 0 10%;
  margin: 0;
}

/* line 389, style/sass/style.scss */
.twoCol #mc_signup {
  width: 100% !important;
}

/* line 393, style/sass/style.scss */
.mc_interests_header {
  float: left;
  width: 100%;
  color: #999;
  text-align: left;
}

/*
 * Inputs
 * Base form styles  */
/* line 401, style/sass/style.scss */
input[type=submit]:focus,
input[type="button"],
input[type=reset]:focus,
button:focus,
.button:focus {
  outline: none;
}

/* line 409, style/sass/style.scss */
label, input[type="button"], input[type="submit"], input[type=reset], input[type="image"], button {
  cursor: pointer;
}

/* Remove button padding in FF */
/* line 414, style/sass/style.scss */
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* ==========================================================================
   Page Styles
   ========================================================================== */
/* line 423, style/sass/style.scss */
.wiggleAlert {
  -webkit-animation-duration: .75s;
  -webkit-animation-iteration-count: 1;
}

/* line 429, style/sass/style.scss */
.pageTitle {
  -webkit-border-radius: 5px;
  -moz-border-radixus: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 0 !important;
}

/* Responsive Slides */
/* line 439, style/sass/style.scss */
.rslides-wrapper {
  margin-bottom: 2em;
}

/* line 443, style/sass/style.scss */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* line 452, style/sass/style.scss */
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  margin-bottom: 0;
}

/* line 462, style/sass/style.scss */
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

/* line 468, style/sass/style.scss */
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

/* line 476, style/sass/style.scss */
.rslides .caption {
  bottom: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 0.8em;
  line-height: 3.5em;
  color: #dddddd;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 491, style/sass/style.scss */
.rslides_nav.prev {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: -1.5em;
  z-index: 100;
  line-height: 1em;
  color: #dddddd;
  font-size: 1em;
  text-indent: -9999px;
  width: 3.9em;
  height: 3.1em;
}

/* line 505, style/sass/style.scss */
.rslides_nav.prev:hover {
  color: #ffffff;
}

/* line 509, style/sass/style.scss */
.rslides_nav.prev:before {
  content: "\21E0" !important;
  font-size: 2em;
  position: absolute;
  top: .75em;
  left: 1em;
  text-indent: 0;
  margin-top: -0.25em;
  margin-left: -0.45em;
}

/* line 520, style/sass/style.scss */
.rslides_nav.next {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: -1.5em;
  z-index: 100;
  line-height: 1em;
  color: #dddddd;
  font-size: 1em;
  text-indent: -9999px;
  width: 3.9em;
  height: 3.1em;
}

/* line 534, style/sass/style.scss */
.rslides_nav.next:before {
  content: "\21E2" !important;
  font-size: 2em;
  position: absolute;
  top: .75em;
  left: 1em;
  text-indent: 0;
  margin-top: -0.25em;
  margin-left: -0.45em;
}

/* line 545, style/sass/style.scss */
.rslides_nav.next:hover {
  color: #ffffff;
}

/* line 549, style/sass/style.scss */
.crayon-table td {
  display: table-cell;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 562, style/sass/style.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 570, style/sass/style.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 581, style/sass/style.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 590, style/sass/style.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 606, style/sass/style.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 620, style/sass/style.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 636, style/sass/style.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 642, style/sass/style.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 651, style/sass/style.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 663, style/sass/style.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 670, style/sass/style.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 675, style/sass/style.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 679, style/sass/style.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 687, style/sass/style.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 693, style/sass/style.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 699, style/sass/style.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 703, style/sass/style.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 708, style/sass/style.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 716, style/sass/style.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 723, style/sass/style.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
