html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-weight: 400;
    font-size: 100%;
    line-height: 1.5em;
    font-family: "Open Sans",  "open-sans",  sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #333;
}
p {
    font-size: 18px;
    line-height: 1.8em;
    color: #333;
}
a, button, input, textarea, select {
    outline: none;
}
a {
    display: inline-block;
    text-decoration: none;
    color: #7087C4;
}
input, textarea, button {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
    resize: none;
    font-family: "Open Sans",  "open-sans",  sans-serif;
    -webkit-font-smoothing: antialiased;
}
strong {
    font-weight: 700;
}
img {
    display: inline-block;
}
iframe {
    position: relative;
    z-index: 15;
}
h1, h2, h3, h4, h5 {
    font-family: "brandon-grotesque",  sans-serif;
}
h1 {
    font: 300 45px/65px "Open Sans",  "open-sans",  sans-serif;
    margin-bottom: 75px;
    color: #323a45;
}
h2 {
    font: 300 35px/52px "Open Sans",  "open-sans",  sans-serif;
    color: #323a45;
    margin-bottom: 55px;
}
h3 {
    font: 700 40px/1.5em "brandon-grotesque",  sans-serif;
    color: #323a45;
    text-transform: uppercase;
    margin-bottom: 18px;
}
h4 {
    font: 600 13px/1.2em "Open Sans",  "open-sans",  sans-serif;
    color: #323a45;
}
.container {
    padding: 100px 0;
    position: relative;
}
.container.alt {
    background-color: #f9f9fa;
}
.container.dark h1, .container.dark h2, .container.dark h3, .container.dark h4, .container.dark h5 {
    color: #fff;
}
.container.dark-blue {
    background: #323a45;
}
.container.dark-blue h1, .container.dark-blue h2, .container.dark-blue h3, .container.dark-blue h4, .container.dark-blue h5 {
    color: #fff;
}
.container.near-black {
    background: #212228;
}
.container.near-black h1, .container.near-black h3, .container.near-black h4, .container.near-black h5 {
    color: #fff;
}
.container .inside {
    *zoom: 1;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    clear: both;
}
.container .inside:before, .container .inside:after {
    content: " ";
    display: table;
}
.container .inside:after {
    clear: both;
}
.container.blog-content-wrapper {
    padding-top: 0;
}
.container.blog-content-wrapper .column-articles {
    width: 102.272%;
    overflow: hidden;
    margin-left: "-1.562%"}
@media screen and (min-width: 320px) {
    .container.blog-content-wrapper .column-articles {
    width: 100%;
    margin-left: 0;
}
}.container.blog-content-wrapper .column-sidebar {
    float: right;
    margin-left: -100%;
    width: 250px;
    position: relative;
    z-index: 10;
}
#header {
    background-color: #323a45 !important;
    padding: 30px 0;
    overflow: hidden;
    border-bottom: solid 1px #d0d5d8;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#header .hero {
    position: absolute;
    bottom: 0px;
    left: 50%}
#header h2 {
    font: 400 45px/1.3em "brandon-grotesque",  sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    max-width: 960px;
    margin: 85px auto 0 auto;
    letter-spacing: 1px;
}
#content {
    background: #fff;
    position: relative;
}
.modal {
    display: none;
}
.pauseAnim {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}
.playAnim {
    animation-play-state: running;
    -webkit-animation-play-state: running;
}
.noTransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}
.ss-twitter {
    color: #38a7ef;
}
.ss-mail {
    color: #7087C4;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #252b33;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
    opacity: 0.35;
}
.laura-caption {
    max-width: 100% !important;
}
.laura-caption-text {
    font: 500 16px/36px "Open Sans",  "open-sans",  sans-serif;
    color: #7e8890 !important;
    text-align: center;
}
@font-face {
    font-family: "icomoon";
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-buffer:before {
    content: "\69"}
.icon-twitter:before {
    content: "\61"}
.icon-feed:before {
    content: "\62"}
.icon-facebook:before {
    content: "\63"}
.icon-google-plus:before {
    content: "\64"}
.icon-dribbble:before {
    content: "\65"}
.icon-share:before {
    content: "\66"}
.icon-linkedin:before {
    content: "\67"}
.icon-share-reversed:before {
    content: "\68"}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify, .footer-links {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
.inline-block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
body.fixed-nav #main-nav-wrapper.container {
    background: none;
    padding: 0;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    width: 100%}
body.fixed-nav #main-nav-wrapper.container nav {
    margin-top: 10px;
}
@media screen and (min-width: 550px) {
    body.fixed-nav #main-nav-wrapper.container nav {
    margin-top: 0;
}
}body.fixed-nav #main-nav-wrapper.container nav>a {
    position: relative;
    display: inline-block;
    width: 100%}
body.fixed-nav #main-nav-wrapper.container nav>a div.logo {
    position: absolute;
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -4364px;
    background-repeat: no-repeat;
    height: 40px;
    width: 100px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    body.fixed-nav #main-nav-wrapper.container nav>a div.logo {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -4013.5px;
}
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    body.fixed-nav #main-nav-wrapper.container nav>a div.logo-hover {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -3878.5px;
}
}body.fixed-nav #main-nav-wrapper.container nav>a span {
    display: none;
}
body.fixed-nav #main-nav-wrapper.container nav ul {
    display: none;
}
@media screen and (min-width: 550px) {
    body.fixed-nav #main-nav-wrapper.container nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
}
}
@media screen and (min-width: 550px) and (min-width: 768px) {
    body.fixed-nav #main-nav-wrapper.container nav {
    padding: 50px 60px 0;
}
}
@media screen and (min-width: 550px) {
    body.fixed-nav #main-nav-wrapper.container nav: after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
body.fixed-nav #main-nav-wrapper.container nav>a {
    float: left;
    width: 40%}
body.fixed-nav #main-nav-wrapper.container nav>a div.logo {
    position: absolute;
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -4363px;
    background-repeat: no-repeat;
    height: 40px;
    width: 100px;
    left: 0;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}
@media screen and (min-width: 550px) and (-webkit-min-device-pixel-ratio: 1.5),  screen and (min-width: 550px) and (min--moz-device-pixel-ratio: 1.5),  screen and (min-width: 550px) and (-o-min-device-pixel-ratio: 3 / 2),  screen and (min-width: 550px) and (min-device-pixel-ratio: 1.5),  screen and (min-width: 550px) and (min-resolution: 144dpi) {
    body.fixed-nav #main-nav-wrapper.container nav>a div.logo {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -4013.5px;
}
}
@media screen and (min-width: 550px) {
    body.fixed-nav #main-nav-wrapper.container nav>a div.logo-hover {
    position: absolute;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -4229px;
    background-repeat: no-repeat;
    height: 40px;
    width: 100px;
    left: 0;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}
@media screen and (min-width: 550px) and (-webkit-min-device-pixel-ratio: 1.5),  screen and (min-width: 550px) and (min--moz-device-pixel-ratio: 1.5),  screen and (min-width: 550px) and (-o-min-device-pixel-ratio: 3 / 2),  screen and (min-width: 550px) and (min-device-pixel-ratio: 1.5),  screen and (min-width: 550px) and (min-resolution: 144dpi) {
    body.fixed-nav #main-nav-wrapper.container nav>a div.logo-hover {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -3878.5px;
}
}
@media screen and (min-width: 550px) {
    body.fixed-nav #main-nav-wrapper.container nav>a span {
    display: block;
    line-height: 39px;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin-left: 45px;
}
body.fixed-nav #main-nav-wrapper.container nav>a:hover div.logo-hover {
    opacity: 1;
}
body.fixed-nav #main-nav-wrapper.container nav ul {
    display: block;
    float: right;
    width: auto;
    text-align: right;
}
body.fixed-nav #main-nav-wrapper.container nav ul li {
    display: inline-block;
    vertical-align: middle;
}
body.fixed-nav #main-nav-wrapper.container nav ul li.signup a {
    margin-left: 15px;
    color: #fff;
    border: none;
    padding: 12px 17px;
    border: 1px solid #fff;
    text-transform: none;
    font-size: 14px;
    font-weight: 700;
    font-family: "Open Sans",  "open-sans",  sans-serif;
}
body.fixed-nav #main-nav-wrapper.container nav ul li.signup a:hover {
    background: #7087C4;
    border: 1px solid #7087C4;
    color: #fff;
}
body.fixed-nav #main-nav-wrapper.container nav ul a {
    display: inline-block;
    padding: 3px 15px;
    font-size: 13px;
    color: #8a959e;
    font-family: "brandon-grotesque",  sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    display: block;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
body.fixed-nav #main-nav-wrapper.container nav ul a:hover, body.fixed-nav #main-nav-wrapper.container nav ul a .selected {
    color: #7087C4;
}
}body.fixed-nav #fixed-ad-bug {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -1719px;
    background-repeat: no-repeat;
    height: 40px;
    width: 35px;
    position: fixed;
    right: 15px;
    top: 0;
    cursor: pointer;
    z-index: 101;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transform: translate3d(0,  -60px,  0);
    -ms-transform: translate3d(0,  -60px,  0);
    -webkit-transform: translate3d(0,  -60px,  0);
    transform: translate3d(0,  -60px,  0);
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    body.fixed-nav #fixed-ad-bug {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -1368.5px;
}
}.no-csstransforms3d body.fixed-nav #fixed-ad-bug {
    top: -60px;
}
body.fixed-nav #fixed-ad-bug.on {
    -moz-transform: translate3d(0,  45px,  0);
    -ms-transform: translate3d(0,  45px,  0);
    -webkit-transform: translate3d(0,  45px,  0);
    transform: translate3d(0,  45px,  0);
}
.no-csstransforms3d body.fixed-nav #fixed-ad-bug.on {
    top: -5px;
}
body.fixed-nav #fixed-ad-bug.on:hover {
    -moz-transform: translate3d(0,  50px,  0);
    -ms-transform: translate3d(0,  50px,  0);
    -webkit-transform: translate3d(0,  50px,  0);
    transform: translate3d(0,  50px,  0);
}
.no-csstransforms3d body.fixed-nav #fixed-ad-bug.on:hover {
    top: 0;
}
body.fixed-nav #fixed-ad, body.fixed-nav #fixed-ad-mobile {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background: #212228;
    text-align: center;
    padding: 13px 20px 0;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transform: translate3d(0,  -50px,  0);
    -ms-transform: translate3d(0,  -50px,  0);
    -webkit-transform: translate3d(0,  -50px,  0);
    transform: translate3d(0,  -50px,  0);
    -webkit-backface-visibility: hidden;
}
.no-csstransforms3d body.fixed-nav #fixed-ad, .no-csstransforms3d body.fixed-nav #fixed-ad-mobile {
    top: -50px;
}
body.fixed-nav #fixed-ad.on, body.fixed-nav #fixed-ad-mobile.on {
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -webkit-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
.no-csstransforms3d body.fixed-nav #fixed-ad.on, .no-csstransforms3d body.fixed-nav #fixed-ad-mobile.on {
    top: 0;
}
body.fixed-nav #fixed-ad .inside, body.fixed-nav #fixed-ad-mobile .inside {
    padding: 0;
    text-align: center;
    width: auto;
}
body.fixed-nav #fixed-ad .inside a.close, body.fixed-nav #fixed-ad-mobile .inside a.close {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -1218px;
    background-repeat: no-repeat;
    height: 9px;
    width: 9px;
    position: absolute;
    top: 22px;
    right: 30px;
    z-index: 102;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    body.fixed-nav #fixed-ad .inside a.close, body.fixed-nav #fixed-ad-mobile .inside a.close {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -868px;
}
}body.fixed-nav #fixed-ad .inside a.close:after, body.fixed-nav #fixed-ad-mobile .inside a.close:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%,  -50%);
}
body.fixed-nav #fixed-ad .inside .fixed-ad-content, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content {
    position: relative;
    text-align: center;
}
body.fixed-nav #fixed-ad .inside .fixed-ad-content.enterprise, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content.enterprise {
    display: none;
}
body.fixed-nav #fixed-ad .inside .fixed-ad-content.enterprise>a div.logo-hover, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content.enterprise>a div.logo-hover {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -3854px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    body.fixed-nav #fixed-ad .inside .fixed-ad-content.enterprise>a div.logo-hover, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content.enterprise>a div.logo-hover {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -3503.5px;
}
}body.fixed-nav #fixed-ad .inside .fixed-ad-content.enterprise p.button input, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content.enterprise p.button input {
    background: #3a87bc;
}
body.fixed-nav #fixed-ad .inside .fixed-ad-content.enterprise p.button input:hover, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content.enterprise p.button input:hover {
    background: #2e6b95;
}
body.fixed-nav #fixed-ad .inside .fixed-ad-content>a, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content>a {
    position: relative;
    margin-right: 20px;
}
body.fixed-nav #fixed-ad .inside .fixed-ad-content>a div.logo, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content>a div.logo {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -4104px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    body.fixed-nav #fixed-ad .inside .fixed-ad-content>a div.logo, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content>a div.logo {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -3753.5px;
}
}body.fixed-nav #fixed-ad .inside .fixed-ad-content>a div.logo-hover, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content>a div.logo-hover {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -3979px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    opacity: 0;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    body.fixed-nav #fixed-ad .inside .fixed-ad-content>a div.logo-hover, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content>a div.logo-hover {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -3628.5px;
}
}body.fixed-nav #fixed-ad .inside .fixed-ad-content>a:hover div.logo-hover, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content>a:hover div.logo-hover {
    opacity: 1;
}
body.fixed-nav #fixed-ad .inside .fixed-ad-content span, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content span {
    display: inline;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.15em;
    margin-right: 30px;
    vertical-align: top;
}
body.fixed-nav #fixed-ad .inside .fixed-ad-content p.button, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content p.button {
    display: inline;
    line-height: 25px;
    height: 25px;
}
body.fixed-nav #fixed-ad .inside .fixed-ad-content p.button input, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content p.button input {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 25px;
    font-family: "brandon-grotesque",  sans-serif;
    padding: 0 17px;
    vertical-align: top;
}
body.fixed-nav #fixed-ad .inside .fixed-ad-content p.button.outline, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content p.button.outline {
    position: relative;
}
body.fixed-nav #fixed-ad .inside .fixed-ad-content p.button.outline input, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content p.button.outline input {
    background: none;
    border: 1px solid #707783;
    margin-right: 20px;
}
body.fixed-nav #fixed-ad .inside .fixed-ad-content p.button.outline span, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content p.button.outline span {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 9px;
    left: 15px;
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -6137px;
    background-repeat: no-repeat;
    height: 7px;
    width: 5px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    body.fixed-nav #fixed-ad .inside .fixed-ad-content p.button.outline span, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content p.button.outline span {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -5785px;
}
}body.fixed-nav #fixed-ad .inside .fixed-ad-content p.button.outline:hover input, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content p.button.outline:hover input {
    background: #fff;
    color: #333c4e;
}
body.fixed-nav #fixed-ad .inside .fixed-ad-content p.button.outline:hover span, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content p.button.outline:hover span {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -6030px;
    background-repeat: no-repeat;
    height: 7px;
    width: 5px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    body.fixed-nav #fixed-ad .inside .fixed-ad-content p.button.outline: hover span, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content p.button.outline:hover span {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -5678px;
}
}body.fixed-nav #fixed-ad .inside .fixed-ad-content .clear, body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content .clear {
    clear: both;
}
body.fixed-nav #fixed-ad-mobile {
    display: block;
    top: 0;
    height: 45px;
    -moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
    -moz-transform: translate3d(0,  -45px,  0);
    -ms-transform: translate3d(0,  -45px,  0);
    -webkit-transform: translate3d(0,  -45px,  0);
    transform: translate3d(0,  -45px,  0);
}
.no-csstransforms3d body.fixed-nav #fixed-ad-mobile {
    top: -45px;
}
body.fixed-nav #fixed-ad-mobile .on {
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -webkit-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
.no-csstransforms3d body.fixed-nav #fixed-ad-mobile .on {
    top: 0;
}
@media screen and (min-width: 769px) {
    body.fixed-nav #fixed-ad-mobile {
    display: none;
}
}body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content span {
    display: inline-block;
    margin: 3px 5px 0 0;
    font: 400 10px/15px "brandon-grotesque",  sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
}
body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content span.pink {
    font: 700 10px/15px "brandon-grotesque",  sans-serif;
    color: #7087C4;
    margin-right: 0;
}
body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content span.blue {
    font: 700 10px/15px "brandon-grotesque",  sans-serif;
    color: #3a87bc;
    margin-right: 0;
}
body.fixed-nav #fixed-ad-mobile .inside .fixed-ad-content a {
    margin: 0;
}
body.fixed-nav #fixed-ad {
    display: none;
    -moz-transform: translate3d(0,  -50px,  0);
    -ms-transform: translate3d(0,  -50px,  0);
    -webkit-transform: translate3d(0,  -50px,  0);
    transform: translate3d(0,  -50px,  0);
}
.no-csstransforms3d body.fixed-nav #fixed-ad {
    top: -50px;
}
@media screen and (min-width: 769px) {
    body.fixed-nav #fixed-ad {
    display: block;
}
}body.fixed-nav.no-hero #main-nav-wrapper.container nav {
    padding: 20px 60px 20px;
}
@media screen and (min-width: 550px) {
    body.fixed-nav.no-hero #main-nav-wrapper.container nav {
    border-bottom: 1px solid #e4e4e4;
}
}body.fixed-nav.no-hero #main-nav-wrapper.container nav>a span {
    color: #252b33;
}
body.fixed-nav.no-hero #main-nav-wrapper.container nav ul li.signup a {
    color: #7087C4;
    border: 1px solid #7087C4;
}
body.fixed-nav.no-hero #main-nav-wrapper.container nav ul li.signup a:hover {
    color: #fff;
}
button {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-weight: normal;
}
p.button.outline a {
    background: none;
    border: solid 1px #fff;
    padding: 19px 39px;
}
p.button.outline a:hover {
    background: #777f86;
    background: rgba(255, 255, 255, 0.3);
}
p.button.blue a, p.button.blue input {
    background: #2f7bbd;
}
p.button.blue a:hover, p.button.blue input:hover {
    background: #3888ce;
}
p.button.white a {
    background: #fff;
    color: #2f7bbd;
}
p.button.white a:hover {
    background: rgba(255, 255, 255, 0.9);
}
p.button.small a {
    font-size: 13px;
    padding: 12px 25px;
}
p.button a, p.button input, p.button button {
    display: inline-block;
    padding: 20px 40px;
    background: #7087C4;
    border: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1em;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
p.button a:hover, p.button input:hover, p.button button:hover {
    background: #6077b9;
}
p.button input {
    padding: 23px 40px 22px;
}
form {
    display: inline-block;
    margin-bottom: 31px;
}
form p {
    position: relative;
    float: left;
    margin: 0;
}
form input, form textarea {
    font: 400 18px/1em "Open Sans",  "open-sans",  sans-serif;
    color: #8a959e;
}
form input.error, form textarea.error {
    border-color: #7087C4;
    box-shadow: 0 0 0 1px #7087C4;
}
form textarea {
    overflow: auto;
}
form label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: #8a959e;
    margin: 18px 0px 0px 16px;
    font-weight: 400;
}
form label.error {
    display: none !important;
}
form input[type=text], form input[type=search], form input[type=email], form input[type=password], form textarea {
    background: #fff;
    width: 232px;
    line-height: 1em;
    padding: 18px 15px;
    margin-right: 10px;
    border: 1px solid #d4d7da;
}
form input[type=text].error, form input[type=search].error, form input[type=email].error, form input[type=password].error, form textarea.error {
    border-color: #7087C4;
}
.scroll-nav {
    background: #fff;
    padding: 20px 0;
    z-index: 99999;
}
.scroll-nav.stuck {
    width: 100%;
    position: fixed;
    top: 81px;
    left: 0;
    border-bottom: solid 1px #d0d5d8;
}
.scroll-nav ul {
    display: block;
    text-align: center;
}
.scroll-nav ul li {
    display: inline-block;
    margin: 0 20px;
}
.scroll-nav ul li a {
    color: #2f7bbd;
    font: 700 15px/1em "brandon-grotesque",  sans-serif;
    text-transform: uppercase;
}
.scroll-nav ul li a.active {
    color: #8a959e;
}
.footer-signup {
    text-align: center;
    padding: 83px 0 125px;
}
@media screen and (min-width: 1650px) {
    .footer-signup {
    min-height: 700px;
}
.single .footer-signup {
    padding: 125px 0;
}
}.footer-signup .inside {
    display: none;
}
.footer-signup .inside .logo {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -4899px;
    background-repeat: no-repeat;
    height: 40px;
    width: 100px;
    margin-bottom: 30px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .footer-signup .inside .logo {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -4548.5px;
}
}.footer-signup .inside h1 {
    font-family: "brandon-grotesque",  sans-serif;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.08em;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.footer-signup .inside h2 {
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.005em;
    color: #abb0b7;
    font-family: "Open Sans",  "open-sans",  sans-serif;
    font-style: italic;
    margin-bottom: 39px;
}
.footer-signup .inside .button.outline a {
    border-color: #7087C4;
    color: #7087C4;
    font-size: 12px;
    font-family: "brandon-grotesque",  sans-serif;
    letter-spacing: 0.125em;
    font-weight: bold;
    padding: 14px 14px 12px;
}
.footer-signup .inside .button.outline a:hover {
    background: #7087C4;
    color: #fff;
}
.footer-signup .inside p.trust {
    margin-top: 70px;
    color: #7e8890;
    font: 300 10px/1em "brandon-grotesque",  sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-transform: uppercase;
}
.footer-signup .inside ul {
    display: block;
    max-width: 895px;
    margin: 0px auto;
    padding-top: 36px;
    text-align: center;
}
@media screen and (min-width: 1025px) {
    .footer-signup .inside ul {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
}.footer-signup .inside li {
    display: inline-block;
    vertical-align: middle;
    width: 85%}
@media screen and (min-width: 550px) {
    .footer-signup .inside li {
    width: auto;
}
}.footer-signup .inside li.stretch {
    width: 100%;
    font-size: 0;
    line-height: 0;
}
.footer-signup .inside li a {
    vertical-align: bottom;
    overflow: hidden;
    text-indent: 9000px;
    text-transform: capitalize;
}
.footer-signup .inside .adobe a {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -727px;
    background-repeat: no-repeat;
    height: 20px;
    width: 91px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .footer-signup .inside .adobe a {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -377px;
}
}.footer-signup .inside .shopify a {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -6872px;
    background-repeat: no-repeat;
    height: 28px;
    width: 100px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .footer-signup .inside .shopify a {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -6517.5px;
}
}.footer-signup .inside .salesforce a {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -6604px;
    background-repeat: no-repeat;
    height: 38px;
    width: 54px;
    margin-top: 0.5em;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .footer-signup .inside .salesforce a {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -6252px;
}
}.footer-signup .inside .twitter a {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -8375px;
    background-repeat: no-repeat;
    height: 21px;
    width: 26px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .footer-signup .inside .twitter a {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -8020.5px;
}
}.footer-signup .inside .evernote a {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -1588px;
    background-repeat: no-repeat;
    height: 31px;
    width: 129px;
    margin-top: 0.5em;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .footer-signup .inside .evernote a {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -1237.5px;
}
}.footer-signup .inside .adidas a {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -478px;
    background-repeat: no-repeat;
    height: 21px;
    width: 86px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .footer-signup .inside .adidas a {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -128px;
}
}.footer-signup .inside .huge a {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -2097px;
    background-repeat: no-repeat;
    height: 21px;
    width: 52px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .footer-signup .inside .huge a {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -1746.5px;
}
}.footer-signup .inside .sony a {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -8029px;
    background-repeat: no-repeat;
    height: 18px;
    width: 101px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .footer-signup .inside .sony a {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -7674.5px;
}
}.footer-signup .inside .uber a {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -8496px;
    background-repeat: no-repeat;
    height: 15px;
    width: 111px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .footer-signup .inside .uber a {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -8141.5px;
}
}.footer-signup .inside.enterprise {
    display: block;
}
.footer-signup .inside.enterprise .logo {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -4634px;
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    margin-bottom: 0px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .footer-signup .inside.enterprise .logo {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -4283.5px;
}
}.footer-signup .inside.enterprise div:not(.logo) {
    margin: 15px auto 30px;
    font: 500 15px/20px "brandon-grotesque",  sans-serif;
    text-transform: uppercase;
    color: #fff;
}
.footer-signup .inside.enterprise .button.outline a {
    border-color: #3a87bc;
    color: #3a87bc;
    padding: 14px 50px 12px;
}
.footer-signup .inside.enterprise .button.outline a:hover {
    background: #3a87bc;
    color: #fff;
}
#wpstats {
    display: none;
}
iframe[name=google_conversion_frame] {
    display: none;
}
.share-wrapper-mobile {
    display: none;
}
body.single .share-wrapper-mobile {
    display: block;
}
@media screen and (min-width: 769px) {
    body.single .share-wrapper-mobile {
    display: none;
}
}body.single .share-wrapper-mobile .share-widget-container-fixed {
    position: fixed;
    bottom: -45px;
    height: 45px;
    width: 100%;
    z-index: 101;
    border-top: 1px solid #e4e4e4;
    background: #fff;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
body.single .share-wrapper-mobile .share-widget-container-fixed.on {
    bottom: 0;
}
body.single .share-wrapper-mobile .share-widget-container-fixed ul {
    margin: 0;
    padding: 0 !important;
    height: 45px;
}
body.single .share-wrapper-mobile .share-widget-container-fixed ul li {
    position: relative;
    border-right: 1px solid #e4e4e5;
    height: 45px;
    display: inline-block;
}
body.single .share-wrapper-mobile .share-widget-container-fixed ul li div {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
}
body.single .share-wrapper-mobile .share-widget-container-fixed ul li.in {
    width: 45px;
}
body.single .share-wrapper-mobile .share-widget-container-fixed ul li.in div {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -5794px;
    background-repeat: no-repeat;
    height: 19px;
    width: 22px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    body.single .share-wrapper-mobile .share-widget-container-fixed ul li.in div {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -5443px;
}
}body.single .share-wrapper-mobile .share-widget-container-fixed ul li.twitter {
    width: calc((100% - 64px) / 4);
}
body.single .share-wrapper-mobile .share-widget-container-fixed ul li.twitter div {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -5913px;
    background-repeat: no-repeat;
    height: 17px;
    width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    body.single .share-wrapper-mobile .share-widget-container-fixed ul li.twitter div {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -5561.5px;
}
}body.single .share-wrapper-mobile .share-widget-container-fixed ul li.facebook {
    width: calc((100% - 64px) / 4);
}
body.single .share-wrapper-mobile .share-widget-container-fixed ul li.facebook div {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -5436px;
    background-repeat: no-repeat;
    height: 20px;
    width: 10px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    body.single .share-wrapper-mobile .share-widget-container-fixed ul li.facebook div {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -5085.5px;
}
}body.single .share-wrapper-mobile .share-widget-container-fixed ul li.gplus {
    width: calc((100% - 64px) / 4);
}
body.single .share-wrapper-mobile .share-widget-container-fixed ul li.gplus div {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -5556px;
    background-repeat: no-repeat;
    height: 18px;
    width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    body.single .share-wrapper-mobile .share-widget-container-fixed ul li.gplus div {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -5205px;
}
}body.single .share-wrapper-mobile .share-widget-container-fixed ul li.linkedin {
    width: calc((100% - 63px) / 4);
    border-right: none;
}
body.single .share-wrapper-mobile .share-widget-container-fixed ul li.linkedin div {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -5674px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    body.single .share-wrapper-mobile .share-widget-container-fixed ul li.linkedin div {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -5323px;
}
}
.share-wrapper {
    position: absolute;
    top: 40px;
    z-index: 101;
    width: 100%;
    padding: 0px;
    background: #fff;
    display: none;
}
@media screen and (min-width: 769px) {
    .share-wrapper {
    display: block;
}
}.share-wrapper .share-widget-container, .share-wrapper .share-widget-container-fixed {
    width: 100%;
    padding: 10px 0 10px;
    background: #fff;
}
.share-wrapper .share-widget-container .feature-share, .share-wrapper .share-widget-container-fixed .feature-share {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.share-wrapper .share-widget-container .feature-share a, .share-wrapper .share-widget-container-fixed .feature-share a {
    display: inline-block;
    text-align: center;
    padding: 0;
    font-size: 18px;
}
.share-wrapper .share-widget-container .feature-share a:hover, .share-wrapper .share-widget-container-fixed .feature-share a:hover {
    color: #323a45;
}
.share-wrapper .share-widget-container .feature-share a li, .share-wrapper .share-widget-container-fixed .feature-share a li {
    position: relative;
    display: inline-block;
    border: 1px solid #abb0b7;
    padding: 5px 10px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.share-wrapper .share-widget-container .feature-share a li .count, .share-wrapper .share-widget-container-fixed .feature-share a li .count {
    display: inline-block;
    font-family: "Open Sans",  "open-sans",  sans-serif;
    color: #abb0b7;
    font-size: 12px;
    font-weight: bold;
}
.share-wrapper .share-widget-container .feature-share a li .social-container, .share-wrapper .share-widget-container-fixed .feature-share a li .social-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 20px;
}
.share-wrapper .share-widget-container .feature-share a li.twitter, .share-wrapper .share-widget-container-fixed .feature-share a li.twitter {
    margin-right: 10px;
}
.share-wrapper .share-widget-container .feature-share a li.twitter .count, .share-wrapper .share-widget-container-fixed .feature-share a li.twitter .count {
    color: #55acee;
}
.share-wrapper .share-widget-container .feature-share a li.twitter .social-icon, .share-wrapper .share-widget-container-fixed .feature-share a li.twitter .social-icon {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -7918px;
    background-repeat: no-repeat;
    height: 11px;
    width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .share-wrapper .share-widget-container .feature-share a li.twitter .social-icon, .share-wrapper .share-widget-container-fixed .feature-share a li.twitter .social-icon {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -7563.5px;
}
}.share-wrapper .share-widget-container .feature-share a li.twitter .social-icon-hover, .share-wrapper .share-widget-container-fixed .feature-share a li.twitter .social-icon-hover {
    position: absolute;
    top: 8px;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -7807px;
    background-repeat: no-repeat;
    height: 11px;
    width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .share-wrapper .share-widget-container .feature-share a li.twitter .social-icon-hover, .share-wrapper .share-widget-container-fixed .feature-share a li.twitter .social-icon-hover {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -7452.5px;
}
}.share-wrapper .share-widget-container .feature-share a li.twitter:hover, .share-wrapper .share-widget-container-fixed .feature-share a li.twitter:hover {
    border: 1px solid #55acee;
    background: #55acee;
}
.share-wrapper .share-widget-container .feature-share a li.twitter:hover .social-icon, .share-wrapper .share-widget-container-fixed .feature-share a li.twitter:hover .social-icon {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.share-wrapper .share-widget-container .feature-share a li.twitter:hover .social-icon-hover, .share-wrapper .share-widget-container-fixed .feature-share a li.twitter:hover .social-icon-hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.share-wrapper .share-widget-container .feature-share a li.twitter:hover .count, .share-wrapper .share-widget-container-fixed .feature-share a li.twitter:hover .count {
    color: #fff;
}
.share-wrapper .share-widget-container .feature-share a li.facebook, .share-wrapper .share-widget-container-fixed .feature-share a li.facebook {
    margin-right: 10px;
}
.share-wrapper .share-widget-container .feature-share a li.facebook .count, .share-wrapper .share-widget-container-fixed .feature-share a li.facebook .count {
    color: #3b5998;
}
.share-wrapper .share-widget-container .feature-share a li.facebook .social-icon, .share-wrapper .share-widget-container-fixed .feature-share a li.facebook .social-icon {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -7247px;
    background-repeat: no-repeat;
    height: 12px;
    width: 6px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .share-wrapper .share-widget-container .feature-share a li.facebook .social-icon, .share-wrapper .share-widget-container-fixed .feature-share a li.facebook .social-icon {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -6892.5px;
}
}.share-wrapper .share-widget-container .feature-share a li.facebook .social-icon-hover, .share-wrapper .share-widget-container-fixed .feature-share a li.facebook .social-icon-hover {
    position: absolute;
    top: 7px;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -7135px;
    background-repeat: no-repeat;
    height: 12px;
    width: 6px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .share-wrapper .share-widget-container .feature-share a li.facebook .social-icon-hover, .share-wrapper .share-widget-container-fixed .feature-share a li.facebook .social-icon-hover {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -6780.5px;
}
}.share-wrapper .share-widget-container .feature-share a li.facebook:hover, .share-wrapper .share-widget-container-fixed .feature-share a li.facebook:hover {
    border: 1px solid #3b5998;
    background: #3b5998;
}
.share-wrapper .share-widget-container .feature-share a li.facebook:hover .social-icon, .share-wrapper .share-widget-container-fixed .feature-share a li.facebook:hover .social-icon {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.share-wrapper .share-widget-container .feature-share a li.facebook:hover .social-icon-hover, .share-wrapper .share-widget-container-fixed .feature-share a li.facebook:hover .social-icon-hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.share-wrapper .share-widget-container .feature-share a li.facebook:hover .count, .share-wrapper .share-widget-container-fixed .feature-share a li.facebook:hover .count {
    color: #fff;
}
.share-wrapper .share-widget-container .feature-share a li.gplus, .share-wrapper .share-widget-container-fixed .feature-share a li.gplus {
    margin-right: 10px;
}
.share-wrapper .share-widget-container .feature-share a li.gplus .count, .share-wrapper .share-widget-container-fixed .feature-share a li.gplus .count {
    color: #dd4b39;
}
.share-wrapper .share-widget-container .feature-share a li.gplus .social-icon, .share-wrapper .share-widget-container-fixed .feature-share a li.gplus .social-icon {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -7471px;
    background-repeat: no-repeat;
    height: 12px;
    width: 13px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .share-wrapper .share-widget-container .feature-share a li.gplus .social-icon, .share-wrapper .share-widget-container-fixed .feature-share a li.gplus .social-icon {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -7116.5px;
}
}.share-wrapper .share-widget-container .feature-share a li.gplus .social-icon-hover, .share-wrapper .share-widget-container-fixed .feature-share a li.gplus .social-icon-hover {
    position: absolute;
    top: 7px;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -7359px;
    background-repeat: no-repeat;
    height: 12px;
    width: 13px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .share-wrapper .share-widget-container .feature-share a li.gplus .social-icon-hover, .share-wrapper .share-widget-container-fixed .feature-share a li.gplus .social-icon-hover {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -7004.5px;
}
}.share-wrapper .share-widget-container .feature-share a li.gplus:hover, .share-wrapper .share-widget-container-fixed .feature-share a li.gplus:hover {
    border: 1px solid #dd4b39;
    background: #dd4b39;
}
.share-wrapper .share-widget-container .feature-share a li.gplus:hover .social-icon, .share-wrapper .share-widget-container-fixed .feature-share a li.gplus:hover .social-icon {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.share-wrapper .share-widget-container .feature-share a li.gplus:hover .social-icon-hover, .share-wrapper .share-widget-container-fixed .feature-share a li.gplus:hover .social-icon-hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.share-wrapper .share-widget-container .feature-share a li.gplus:hover .count, .share-wrapper .share-widget-container-fixed .feature-share a li.gplus:hover .count {
    color: #fff;
}
.share-wrapper .share-widget-container .feature-share a li.linkedin .count, .share-wrapper .share-widget-container-fixed .feature-share a li.linkedin .count {
    color: #0976b4;
}
.share-wrapper .share-widget-container .feature-share a li.linkedin .social-icon, .share-wrapper .share-widget-container-fixed .feature-share a li.linkedin .social-icon {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -7695px;
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .share-wrapper .share-widget-container .feature-share a li.linkedin .social-icon, .share-wrapper .share-widget-container-fixed .feature-share a li.linkedin .social-icon {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -7340.5px;
}
}.share-wrapper .share-widget-container .feature-share a li.linkedin .social-icon-hover, .share-wrapper .share-widget-container-fixed .feature-share a li.linkedin .social-icon-hover {
    position: absolute;
    top: 7px;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -7583px;
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .share-wrapper .share-widget-container .feature-share a li.linkedin .social-icon-hover, .share-wrapper .share-widget-container-fixed .feature-share a li.linkedin .social-icon-hover {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -7228.5px;
}
}.share-wrapper .share-widget-container .feature-share a li.linkedin:hover, .share-wrapper .share-widget-container-fixed .feature-share a li.linkedin:hover {
    border: 1px solid #0976b4;
    background: #0976b4;
}
.share-wrapper .share-widget-container .feature-share a li.linkedin:hover .social-icon, .share-wrapper .share-widget-container-fixed .feature-share a li.linkedin:hover .social-icon {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.share-wrapper .share-widget-container .feature-share a li.linkedin:hover .social-icon-hover, .share-wrapper .share-widget-container-fixed .feature-share a li.linkedin:hover .social-icon-hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.share-wrapper .share-widget-container .feature-share a li.linkedin:hover .count, .share-wrapper .share-widget-container-fixed .feature-share a li.linkedin:hover .count {
    color: #fff;
}
.share-wrapper .share-widget-container .feature-share a li.subscribe-link, .share-wrapper .share-widget-container-fixed .feature-share a li.subscribe-link {
    float: right;
}
.share-wrapper .share-widget-container .feature-share a li.subscribe-link a, .share-wrapper .share-widget-container-fixed .feature-share a li.subscribe-link a {
    font-size: 12px;
    font-weight: 700;
    line-height: 29px;
    padding: 0 15px;
    color: #abb0b7;
}
.share-wrapper .share-widget-container-fixed {
    position: fixed;
    padding: 15px 0 12px;
    bottom: 0;
    height: 70px;
    border-top: 1px solid #e4e4e4;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transform: translate3d(0,  70px,  0);
    -ms-transform: translate3d(0,  70px,  0);
    -webkit-transform: translate3d(0,  70px,  0);
    transform: translate3d(0,  70px,  0);
    -webkit-backface-visibility: hidden;
}
.no-csstransforms3d .share-wrapper .share-widget-container-fixed {
    bottom: -70px;
}
.share-wrapper .share-widget-container-fixed.on {
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -webkit-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
.no-csstransforms3d .share-wrapper .share-widget-container-fixed.on {
    bottom: 0;
}
.share-wrapper .share-widget-container-fixed a.logo {
    position: absolute;
    left: 20px;
    margin-top: 2px;
    width: 100px;
}
.share-wrapper .share-widget-container-fixed a.logo div.logo {
    position: absolute;
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -4229px;
    background-repeat: no-repeat;
    height: 40px;
    width: 100px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .share-wrapper .share-widget-container-fixed a.logo div.logo {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -4013.5px;
}
}.share-wrapper .share-widget-container-fixed a.logo span {
    line-height: 42px;
    font-size: 17px;
    color: #252b33;
    font-weight: 500;
    margin-left: 45px;
}
.share-wrapper .share-widget-container-fixed form {
    position: absolute;
    top: 15px;
    right: 20px;
}
.share-wrapper .share-widget-container-fixed form p {
    float: none;
    display: inline-block;
}
.share-wrapper .share-widget-container-fixed form input[type="text"] {
    font-size: 12px;
    padding: 9px 15px 9px;
    height: 37px;
}
.share-wrapper .share-widget-container-fixed form input[type="text"].error {
    border: 1px solid #7087C4;
    box-shadow: none;
}
.share-wrapper .share-widget-container-fixed form label {
    font-size: 12px;
    margin: 4px 0 0 15px;
}
.share-wrapper .share-widget-container-fixed form .button input {
    display: inline-block;
    font-family: "Open Sans",  "open-sans",  sans-serif;
    font-size: 12px;
    font-weight: bold;
    background: none;
    border: 1px solid #7087C4;
    color: #7087C4;
    padding: 12px 25px 11px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: none;
}
.share-wrapper .share-widget-container-fixed form .button input:hover, .share-wrapper .share-widget-container-fixed form .button input.on {
    background: #7087C4;
    color: #fff;
}
.share-wrapper .share-widget-container-fixed .social-offer {
    position: absolute;
    top: 15px;
    right: 20px;
}
.share-wrapper .share-widget-container-fixed .social-offer p {
    display: inline-block;
    font: 500 13px/45px "Open Sans",  "open-sans",  sans-serif;
    color: #333c4e;
}
.share-wrapper .share-widget-container-fixed .social-offer a {
    font: 600 13px/45px "Open Sans",  "open-sans",  sans-serif;
}
.sticky-widget-wrapper {
    z-index: 10;
}
.sticky-widget-wrapper.sticky {
    position: fixed;
    width: 250px;
    top: 110px;
}
.sticky-widget-wrapper h2 {
    font: 400 20px/25px "Open Sans",  "open-sans",  sans-serif;
    margin-bottom: 30px;
    padding-right: 23px;
}
#infscr-loading {
    display: block;
}
#infscr-loading img {
    width: 16px;
    height: 16px;
    display: inline;
    vertical-align: middle;
}
#infscr-loading div {
    display: inline-block;
    vertical-align: middle;
    font: 16px/1em "Open Sans",  "open-sans",  sans-serif;
    color: #7e8890;
    margin: 0 0 0 10px;
}
article {
    position: relative;
}
article header h1, article header h2 {
    margin: 60px auto 50px;
    color: #323a45;
    font: 400 40px/56px "brandon-grotesque",  sans-serif;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    color: #323a45;
    text-align: center;
}
article header h1 a, article header h2 a {
    color: #323a45;
}
article header h1.no-hero, article header h2.no-hero {
    margin: 130px auto 50px;
}
article header .author {
    margin-bottom: 20px;
    font-size: 13px;
    text-transform: uppercase;
    color: #848484;
    letter-spacing: 1px;
}
article .entry h1, article .entry h2, article .entry h3, article .entry h4 {
    font: 300 30px/1.5 "Open Sans",  "open-sans",  sans-serif;
    display: block;
    color: #323a45;
    text-transform: none;
}
article .entry h1 {
    margin-bottom: 20px;
}
article .entry h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 auto 40px;
    width: 85%}
article .entry h3 {
    font-size: 18px;
    margin: 0 auto 40px;
    width: 85%}
article .entry p, article .entry ul, article .entry ol {
    color: #333;
    font-size: 16px;
    line-height: 1.9;
}
article .entry p {
    display: block;
    width: 85%;
    margin: 40px auto;
}
article .entry a {
    color: #2f7bbd;
    display: inline;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
article .entry a:hover {
    color: #7087C4;
}
article .entry strong {
    font-weight: 600;
    color: #323a45;
}
article .entry ul, article .entry ol {
    margin: 0 auto 40px;
    width: 85%}
article .entry ul li, article .entry ol li {
    font-size: 16px;
    line-height: 1.7em;
    padding-left: 0.2em;
    margin: 10px 0;
}
article .entry ul {
    list-style: disc outside none;
}
article .entry ol {
    list-style: decimal outside none;
}
article .entry blockquote, article .entry blockquote p {
    font: italic 400 17px/1.5em "Open Sans",  "open-sans",  sans-serif;
    color: #838b92;
    line-height: 1.8em;
}
article .entry blockquote {
    margin: 35px 0 45px 0;
    quotes: "\201C" "\201D" "\2018" "\2019"}
article .entry blockquote:before {
    content: open-quote;
    font-size: 1em;
    line-height: 1em;
    padding-right: 2px;
}
article .entry blockquote:after {
    content: close-quote;
    font-size: 1em;
    line-height: 1em;
}
article .entry .pull-quote {
    font: italic 300 30px/50px "Open Sans",  "open-sans",  sans-serif;
    color: #7087C4;
    margin: 70px auto !important;
    text-align: center;
    width: 100% !important;
}
article .entry .pull-quote span {
    text-decoration: none !important;
    border: none !important;
}
article .entry .pull-quote a {
    color: #7087C4;
    text-decoration: none;
}
article .entry img {
    display: block;
    max-width: 800px;
    margin: 50px auto;
    height: auto;
}
article .entry img, article .entry .fluid, article .entry .pull-quote, article .entry .ngg-gallery-singlepic-image img, article .entry .pro-tip {
    width: 100%}
article .entry img.no-scale, article .entry .fluid.no-scale, article .entry .pull-quote.no-scale, article .entry .ngg-gallery-singlepic-image img.no-scale, article .entry .pro-tip.no-scale {
    width: 100%;
    margin-left: 0px;
}
article .entry img.no-resize, article .entry .fluid.no-resize, article .entry .pull-quote.no-resize, article .entry .ngg-gallery-singlepic-image img.no-resize, article .entry .pro-tip.no-resize {
    width: auto;
    margin: 0;
}
article .entry img.laura-smiley, article .entry .fluid.laura-smiley, article .entry .pull-quote.laura-smiley, article .entry .ngg-gallery-singlepic-image img.laura-smiley, article .entry .pro-tip.laura-smiley {
    width: auto;
    margin: 0;
    display: inline;
}
article .entry img.align-center, article .entry .fluid.align-center, article .entry .pull-quote.align-center, article .entry .ngg-gallery-singlepic-image img.align-center, article .entry .pro-tip.align-center {
    display: block;
    width: auto;
    margin: 20px auto;
}
article .entry .fluid {
    position: relative;
}
article .entry .pro-tip {
    background: #ffffdf;
    outline: 1px solid #e5e1a7;
    margin-bottom: 25px;
    padding: 10px 30px;
}
article .entry .pro-tip p {
    font-style: normal;
    font-size: 14px;
    line-height: 1.7;
    color: #918b7b;
    margin-left: 0;
    margin-right: 0;
}
article .entry .pro-tip p bold, article .entry .pro-tip p strong {
    color: #474641;
    font-style: normal;
    margin-top: 0px;
    line-height: 1em;
    margin-bottom: 5px;
}
article .entry .callout {
    clear: both;
    float: right;
    width: 200px;
    color: #999;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    margin: 15px 0 15px 0;
    padding-left: 15px;
}
article .entry .callout p {
    text-align: right;
    font-size: 12px;
    line-height: 16px;
    margin: 8px 0;
}
article .entry .callout a {
    text-align: right;
}
article .entry .callout img {
    margin: 0;
    display: inline-block;
    width: auto;
    height: auto;
}
article .entry .callout:after {
    content: " ";
    clear: both;
    visibility: hidden;
    display: block;
    font-size: 0;
    height: 0;
}
article .entry a+.pro-tip {
    margin-top: 15px;
}
article .entry .pro-tip+h3 {
    margin-top: 35px;
}
article .entry .fluid+h2, article .entry .fluid+h3 {
    margin-top: 40px;
}
article .entry h2+p {
    margin-top: -10px;
}
article .entry h3+p {
    margin-top: -10px;
}
article .entry h3+ul, article .entry h3+ol {
    margin-top: -5px;
}
article .entry>a:first-child img, article .entry>p:first-child a img, article .entry>p:first-child, article .entry>blockquote:first-child, article .entry>blockquote:first-child p, article .entry>img:first-child, article .entry>.ngg-gallery-singlepic-image:first-child a img {
    margin-top: 0px;
}
article .entry h2+.tiled-gallery, article .entry h3+.tiled-gallery {
    padding-top: 0px;
}
.make-me-smaller {max-width: 800px;}
.make-me-smaller h1 {max-width: 800px;}

.blog #infscr-loading {
    clear: both;
}
.blog #header {
    height: 446px;
    text-align: center;
}
.blog #header form {
    padding-top: 20px;
}
.blog #header input, .blog #header label {
    font: 14px/1em "Open Sans",  "open-sans",  sans-serif;
    color: #919396;
    font-weight: 600;
}
.blog #header input {
    width: 300px;
    padding: 9px 15px 9px 48px;
    background: rgba(255, 255, 255, 0.1);
    border: solid 1px #919396;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.blog #header input:focus {
    border-color: #cfcfcf;
    color: #cfcfcf;
}
.blog #header input.error {
    border-color: #7087C4;
}
.blog #header button {
    margin-top: 1px;
    padding: 0px 25px;
    line-height: 40px;
    font-size: 13px;
}
.blog #header i {
    position: absolute;
    top: 14px;
    left: 12px;
}
.blog #header label {
    margin: 15px 0 0px 48px;
}
.blog #header .button {
    display: inline-block;
}
.blog .is_category .column-sidebar {
    margin-top: 55px;
}
.blog .inside-grid {
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
@media screen and (min-width: 20em) {
    .blog .inside-grid {
    max-width: 82.5em;
    margin: 0 auto;
}
}
@media screen and (min-width: 80em) {
    .blog .inside-grid {
    max-width: 90%;
    margin: 0 auto;
}
}.blog .column-articles {
    width: 100% !important;
    position: relative;
    overflow: hidden !important;
    background: #fff;
}
.blog .column-articles .backHome {
    position: absolute;
    top: -60px;
    color: #7e8890;
    font-size: 15px;
}
.blog .column-articles .backHome:hover {
    color: #7087C4;
}
.blog .category-header h2 {
    position: relative;
    padding: 0;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.075em;
    color: #333c4e;
    font-family: "brandon-grotesque",  sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: 700;
}
.blog article.hero {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    height: 90vh;
}
@media screen and (min-width: 550px) {
    .blog article.hero {
    height: 630px;
}
}.blog article.hero .hero-bg {
    height: 100%}
.blog article.hero .bg {
    z-index: 1;
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    max-height: 90vh;
}
@media screen and (min-width: 550px) {
    .blog article.hero .bg {
    max-height: 630px;
}
}.blog article.hero .content {
    position: absolute;
    max-width: 700px;
    width: 85%;
    top: 50%;
    left: 50%;
    text-align: center;
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
}
.blog article.hero .content h1 {
    position: relative;
    z-index: 2;
    padding: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    font-family: "brandon-grotesque",  sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
}
@media screen and (min-width: 550px) {
    .blog article.hero .content h1 {
    font-size: 50px;
    line-height: 66px;
}
}.blog article.hero .content h2 {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0;
    font-size: 10px;
    line-height: 60px;
    letter-spacing: 0.125em;
    color: #fff;
    text-transform: uppercase;
    font-family: "brandon-grotesque",  sans-serif;
    font-weight: 700;
}
.blog article.hero .content .hero-cta {
    font-family: "brandon-grotesque",  sans-serif;
    display: inline;
    font-size: 1.33333em;
    padding: 12px 25px 11px;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1em;
    color: #fff;
    border: 1px solid #fff;
    margin: 0 auto;
    text-transform: uppercase;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 550px) {
    .blog article.hero .content .hero-cta {
    font-size: 0.77778em;
}
}.blog article.hero .content .hero-cta:hover {
    color: #fff;
    border: 1px solid #7087C4;
    background: #7087C4;
}
.blog article.hero .bs-bullets {
    list-style-type: none;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: auto;
    -moz-transform: translate(-50%,  0);
    -ms-transform: translate(-50%,  0);
    -webkit-transform: translate(-50%,  0);
    transform: translate(-50%,  0);
    margin: 0;
    padding: 0;
}
.blog article.hero .bs-bullets li {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    background-color: #fff;
    width: 10px;
    height: 10px;
}
.blog article.hero .bs-bullets li.active {
    background-color: #7087C4;
}
.blog article.hero .entry {
    height: 100%;
    width: 100%}
.blog article.laura-scroll-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: 400px;
}
@media screen and (min-width: 40em) {
    .blog article.laura-scroll-item {
    width: 46.876%;
    margin: 0 1.515% 1.875em;
}
}
@media screen and (min-width: 64em) {
    .blog article.laura-scroll-item {
    width: 30.303%;
    float: left;
    margin: 0 1.515% 1.875em;
}
}
@media screen and (min-width: 105em) {
    .blog article.laura-scroll-item {
    width: 21.95%;
    float: left;
    margin: 0 1.515% 1.875em;
}
}.blog article.laura-scroll-item .entry>a:first-child {
    display: block;
}
.blog article.laura-scroll-item .entry img {
    width: 100%;
    margin-left: 0;
}
.blog article.laura-scroll-item .entry div.preview-bg {
    width: 100%;
    padding-bottom: 62.5%}
.blog article.laura-scroll-item .entry .content-link {
    display: none;
}
.blog article.laura-scroll-item .entry .category-link:hover h2 {
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #42484d;
}
.blog article.laura-scroll-item .entry .title-link:hover h1 {
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #b1032e;
}
.blog article.laura-scroll-item .entry .fluid {
    display: block;
    position: relative;
    margin: 0;
    padding-bottom: 62.5%;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.blog article.laura-scroll-item .entry .fluid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.blog article.laura-scroll-item .entry h2 {
    font-family: "brandon-grotesque",  sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #7e8890;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 44px;
    text-align: center;
}
.blog article.laura-scroll-item .entry h1 {
    font-family: "brandon-grotesque",  sans-serif;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.065em;
    color: #7087C4;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 270px;
    margin: 0 auto;
    text-align: center;
}
.blog article.laura-scroll-item .entry p {
    font-size: 14px;
    line-height: 27px;
    color: #333c4e;
    padding: 0 25px;
    text-align: center;
    margin-top: 30px;
}
.blog .post-hero {
    position: fixed;
    text-align: center;
    width: 100%;
    height: 500px;
    z-index: -1;
    overflow: hidden;
    background: #323a45;
}
@media screen and (min-width: 550px) {
    .blog .post-hero {
    height: 600px;
}
}
@media screen and (min-width: 1650px) {
    .blog .post-hero {
    height: 700px;
}
}.blog .post-hero .hero-bg {
    height: 110%;
    width: 110%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
}
.blog .post-hero .hero-bg .backstretch {
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -webkit-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
.blog .post-hero .header-content {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 90%;
    max-width: 700px;
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
}
.blog .post-hero .header-content h2 {
    font-family: "brandon-grotesque",  sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}
.blog .post-hero .header-content h1 {
    font-family: "brandon-grotesque",  sans-serif;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
}
@media screen and (min-width: 550px) {
    .blog .post-hero .header-content h1 {
    font-size: 50px;
    line-height: 66px;
}
}.blog .post-hero .author-content {
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 60px;
    display: none;
}
@media screen and (min-width: 550px) {
    .blog .post-hero .author-content {
    display: block;
}
}.blog .post-hero .author-content img {
    height: 40px;
    width: 40px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 5px;
}
.blog .post-hero .author-content p {
    margin: 0 auto;
    font: italic 400 12px/1.5em "Open Sans",  "open-sans",  sans-serif;
    color: #fff;
}
.blog .pagination {
    width: 100%;
    text-align: center;
}
.blog .slide-ad {
    position: fixed;
    right: 20px;
    bottom: 10px;
    display: none;
    z-index: 100;
}
@media screen and (min-width: 1024px) {
    .blog .slide-ad {
    display: block;
}
}.blog .slide-ad .content {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
}
.blog .slide-ad .content h2 {
    text-transform: uppercase;
}
.blog .slide-ad .content p {
    font: 500 15px/28px "Open Sans",  "open-sans",  sans-serif;
    color: #333c4e;
    letter-spacing: -0.01em;
}
.blog .slide-ad .content p.footnote {
    font: 500 11px/15px "Open Sans",  "open-sans",  sans-serif !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    margin: 0 !important;
}
.blog .slide-ad .content form {
    margin: 0;
}
.blog .slide-ad .content form input[type="text"] {
    height: 35px;
}
.blog .slide-ad .content form label {
    font-size: 13px;
    margin: 6px 0 0 15px;
}
.blog .slide-ad .content form p {
    margin: 0;
}
.blog .slide-ad .content form p.button input {
    font-size: 12px;
    padding: 14px 15px 12px;
}
.blog .slide-ad .close {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -1218px;
    background-repeat: no-repeat;
    height: 9px;
    width: 9px;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    transition: all 0.3s ease;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .blog .slide-ad .close {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -868px;
}
}.blog .slide-ad .close:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%,  -50%);
}
.blog .slide-ad.one {
    background-image: url("../img/inline/slide-1-bg.png");
    width: 708px;
    height: 223px;
    bottom: 0;
    -moz-transform: translate3d(0,  223px,  0);
    -ms-transform: translate3d(0,  223px,  0);
    -webkit-transform: translate3d(0,  223px,  0);
    transform: translate3d(0,  223px,  0);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min--moz-device-pixel-ratio: 1.3),  only screen and (-o-min-device-pixel-ratio: 1.3 / 1),  only screen and (min-resolution: 125dpi),  only screen and (min-resolution: 1.3dppx) {
    .blog .slide-ad.one {
    background-image: url("../img/inline/slide-1-bg@2x.png");
    background-size: cover;
}
}.no-csstransforms3d .blog .slide-ad.one {
    bottom: -223px;
}
.blog .slide-ad.one .content {
    -moz-transform: translate(calc(-50% + 130px),  -50%);
    -ms-transform: translate(calc(-50% + 130px),  -50%);
    -webkit-transform: translate(calc(-50% + 130px),  -50%);
    transform: translate(calc(-50% + 130px),  -50%);
}
.blog .slide-ad.one .content h2 {
    font: 700 21px/28px "brandon-grotesque",  sans-serif;
    color: #252b33;
    letter-spacing: 0.03em;
    margin: 0;
}
.blog .slide-ad.one .content p {
    font: 500 15px/28px "Open Sans",  "open-sans",  sans-serif;
    color: #333c4e;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}
.blog .slide-ad.two {
    background-image: url("../img/inline/slide-2-bg.png");
    width: 400px;
    height: 155px;
    bottom: 0;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transform: translate3d(0,  155px,  0);
    -ms-transform: translate3d(0,  155px,  0);
    -webkit-transform: translate3d(0,  155px,  0);
    transform: translate3d(0,  155px,  0);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min--moz-device-pixel-ratio: 1.3),  only screen and (-o-min-device-pixel-ratio: 1.3 / 1),  only screen and (min-resolution: 125dpi),  only screen and (min-resolution: 1.3dppx) {
    .blog .slide-ad.two {
    background-image: url("../img/inline/slide-2-bg@2x.png");
    background-size: cover;
}
}.no-csstransforms3d .blog .slide-ad.two {
    bottom: -155px;
}
.blog .slide-ad.two.on {
    -moz-transform: translate3d(0,  -75px,  0);
    -ms-transform: translate3d(0,  -75px,  0);
    -webkit-transform: translate3d(0,  -75px,  0);
    transform: translate3d(0,  -75px,  0);
}
.no-csstransforms3d .blog .slide-ad.two.on {
    bottom: 75px;
}
.blog .slide-ad.two .content {
    width: 250px;
    -moz-transform: translate(calc(-50% - 50px),  -50%);
    -ms-transform: translate(calc(-50% - 50px),  -50%);
    -webkit-transform: translate(calc(-50% - 50px),  -50%);
    transform: translate(calc(-50% - 50px),  -50%);
}
.blog .slide-ad.two .content h2 {
    font: 400 14px/22px "brandon-grotesque",  sans-serif;
    color: #fff;
    letter-spacing: 0.08em;
    margin: 25px 0 5px;
}
.blog .slide-ad.two .content p {
    font: 400 10px/22px "Open Sans",  "open-sans",  sans-serif;
    color: #abb0b7;
    letter-spacing: 0.08em;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.blog .sticky-ad-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}
.blog .sticky-ad-modal-close {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -1107px;
    background-repeat: no-repeat;
    height: 11px;
    width: 11px;
    position: absolute;
    top: 2em;
    right: 2em;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .blog .sticky-ad-modal-close {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -757px;
}
}.blog .sticky-ad-modal-close:after {
    content: "";
    position: absolute;
    width: 2.625em;
    height: 2.625em;
    display: block;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    transition: all 0.2s ease;
}
.blog .sticky-ad-modal-close:hover:after, .blog .sticky-ad-modal-close:focus:after {
    background: rgba(255, 255, 255, 0.2);
}
.blog .is-open .sticky-ad-modal-close {
    opacity: 1;
    visibility: visible;
    z-index: 120;
}
.blog .is-open .sticky-ad-modal-close:after {
    z-index: 100;
}
.blog .subscribe-modal, .blog .subscribe-modal-confirm {
    display: none;
    position: fixed;
    width: 500px;
    height: 450px;
    background: #fff;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    text-align: center;
    padding: 40px;
    z-index: 101;
}
.blog .subscribe-modal h2, .blog .subscribe-modal-confirm h2 {
    color: #323a45;
    font: 300 28px/40px "Open Sans",  "open-sans",  sans-serif;
    margin: 11px 0 7px;
}
.blog .subscribe-modal p, .blog .subscribe-modal-confirm p {
    float: none;
    width: 100%;
    color: #bbc3c9;
    font: 700 11px/18px "brandon-grotesque",  sans-serif;
    margin: 20px auto;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}
.blog .subscribe-modal p.footnote, .blog .subscribe-modal-confirm p.footnote {
    font: italic 500 12px/45px "Open Sans",  "open-sans",  sans-serif;
    color: #bbc3c9;
    text-transform: none;
}
.blog .subscribe-modal form, .blog .subscribe-modal-confirm form {
    width: 300px;
    margin: 0;
}
.blog .subscribe-modal form p, .blog .subscribe-modal-confirm form p {
    margin: 0 auto;
}
.blog .subscribe-modal form label, .blog .subscribe-modal-confirm form label {
    font: 500 16px "Open Sans",  "open-sans",  sans-serif;
    margin: 14px 0 0 16px;
    text-transform: none;
}
.blog .subscribe-modal form input, .blog .subscribe-modal-confirm form input {
    width: 100%}
.blog .subscribe-modal form input[type="text"], .blog .subscribe-modal form input[type="password"], .blog .subscribe-modal-confirm form input[type="text"], .blog .subscribe-modal-confirm form input[type="password"] {
    display: block;
    font: 500 16px "Open Sans",  "open-sans",  sans-serif;
    padding: 13px 15px;
    text-transform: none;
    margin-bottom: 13px;
}
.blog .subscribe-modal form input[type="submit"], .blog .subscribe-modal-confirm form input[type="submit"] {
    display: block;
    padding: 18px 40px 17px;
}
.blog .signup-modal {
    display: none;
    position: fixed;
    width: 500px;
    height: 600px;
    background: #fff;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    text-align: center;
    padding: 50px;
    z-index: 101;
}
.blog .signup-modal h2 {
    color: #323a45;
    font: 300 26px/38px "Open Sans",  "open-sans",  sans-serif;
    letter-spacing: 0.01em;
    margin: 0 0 7px;
}
.blog .signup-modal p {
    float: none;
    width: 100%;
    color: #7e8890;
    font: 500 15px/38px "Open Sans",  "open-sans",  sans-serif;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
}
.blog .signup-modal p.terms {
    font: 500 11px/24px "Open Sans",  "open-sans",  sans-serif;
    color: #abb0b7;
    text-transform: none;
    margin-top: 20px;
}
.blog .signup-modal p.terms a, .blog .signup-modal p.terms a:visited, .blog .signup-modal p.terms a:hover {
    color: #abb0b7;
    text-decoration: underline;
}
.blog .signup-modal form {
    width: 360px;
    margin: 27px 0 29px;
}
.blog .signup-modal form label {
    font: 500 16px "Open Sans",  "open-sans",  sans-serif;
    margin: 14px 0 0 16px;
    text-transform: none;
}
.blog .signup-modal form input {
    width: 100%}
.blog .signup-modal form input[type="text"], .blog .signup-modal form input[type="password"] {
    display: block;
    font: 500 16px "Open Sans",  "open-sans",  sans-serif;
    padding: 13px 15px;
    text-transform: none;
    margin-bottom: 20px;
}
.blog .signup-modal form input[type="submit"] {
    font: 500 13px/1em "brandon-grotesque",  sans-serif;
    letter-spacing: 0.1em;
    display: block;
    padding: 18px 40px 17px;
}
.blog .subscribe-modal-confirm {
    width: 500px;
    height: 200px;
}
.blog .subscribe-modal-close {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -1107px;
    background-repeat: no-repeat;
    height: 11px;
    width: 11px;
    position: absolute;
    top: -1.5em;
    right: -1.5em;
    transition: all 0.3s ease;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .blog .subscribe-modal-close {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -757px;
}
}.blog .subscribe-modal-close:after {
    content: "";
    position: absolute;
    width: 2.625em;
    height: 2.625em;
    display: block;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    transition: all 0.2s ease;
}
.blog .subscribe-modal-close:hover:after, .blog .subscribe-modal-close:focus:after {
    background: rgba(255, 255, 255, 0.2);
}
.blog .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #252b33;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    z-index: 100;
}
.blog .see-what-else {
    font-size: 14px;
    font-family: "brandon-grotesque",  sans-serif;
    font-weight: bold;
    color: #7e8890;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    text-align: center;
    margin-bottom: 25px;
}
.blog article.laura-scroll-item.static-ad {
    background-image: url("../img/inline/slide-inline.jpg");
    z-index: 50;
    display: none;
    margin-bottom: 50px;
    min-height: 625px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min--moz-device-pixel-ratio: 1.3),  only screen and (-o-min-device-pixel-ratio: 1.3 / 1),  only screen and (min-resolution: 125dpi),  only screen and (min-resolution: 1.3dppx) {
    .blog article.laura-scroll-item.static-ad {
    background-image: url("../img/inline/slide-inline@2x.jpg");
    background-size: cover;
}
}
@media screen and (min-width: 40em) {
    .blog article.laura-scroll-item.static-ad {
    margin: 0 1.515% calc(1.875em + 50px);
}
}
@media screen and (min-width: 64em) {
    .blog article.laura-scroll-item.static-ad {
    margin: 0 1.515% calc(1.875em + 50px);
}
}
@media screen and (min-width: 105em) {
    .blog article.laura-scroll-item.static-ad {
    margin: 0 1.515% calc(1.875em + 50px);
}
}.blog article.laura-scroll-item.static-ad .entry {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    text-align: center;
    width: 355px;
}
.blog article.laura-scroll-item.static-ad .entry a.logo {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -4364px;
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    text-indent: -10000px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    .blog article.laura-scroll-item.static-ad .entry a.logo {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -4013.5px;
}
}.blog article.laura-scroll-item.static-ad .entry h2 {
    font: 400 36px/55px "brandon-grotesque",  sans-serif;
    letter-spacing: 0.06em;
    color: #fff;
    margin: 50px auto;
}
.blog article.laura-scroll-item.static-ad .entry p.button {
    padding: 0;
}
.blog article.laura-scroll-item.static-ad .entry p.button a {
    background: none;
    border: 1px solid #7087C4;
    color: #7087C4;
    font: 700 14px/15px "brandon-grotesque",  sans-serif;
    letter-spacing: 0.1em;
    padding: 12px 45px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.blog article.laura-scroll-item.static-ad .entry p.button a:hover {
    background: #7087C4;
    color: #fff;
}
}.blog article.laura-scroll-item.static-ad.enterprise .entry {
    width: 100%;
    -moz-transform: translate(-50%,  calc(-50% - 40px));
    -ms-transform: translate(-50%,  calc(-50% - 40px));
    -webkit-transform: translate(-50%,  calc(-50% - 40px));
    transform: translate(-50%,  calc(-50% - 40px));
}
.blog article.laura-scroll-item.static-ad.enterprise .entry h2 {
    font: 300 30px/45px "brandon-grotesque",  sans-serif;
    letter-spacing: 0.06em;
    margin: 35px auto 35px;
    color: #fff;
    width: 85%}
.blog article.laura-scroll-item.static-ad.enterprise .entry p {
    margin: 0 auto 55px;
    font: 400 18px/28px "Open Sans",  "open-sans",  sans-serif;
    letter-spacing: 0.02em;
    color: #939da5;
    width: 90%}
.blog article.laura-scroll-item.static-ad.enterprise .entry p.button a {
    display: block;
    border: 1px solid #3a87bc;
    color: #3a87bc;
    padding: 16px 0;
    width: 80%;
    margin: 0 auto;
}
.jp-carousel-info, .jp-carousel-buttons {
    display: none;
}
.single .container {
    padding-bottom: 0;
}
.single .container.footer-signup {
    padding-bottom: 300px;
}
.single .container.footer-site {
    padding-bottom: 80px;
}
.single .author {
    display: inline-block;
}
.single .pocket-btn {
    float: right;
}
.single .column-articles {
    top: 500px;
    margin: 0 auto 500px;
}
@media screen and (min-width: 550px) {
    .single .column-articles {
    top: 600px;
    margin: 0 auto 600px;
}
}
@media screen and (min-width: 1650px) {
    .single .column-articles {
    top: 700px;
    margin: 0 auto 700px;
}
}.single.no-hero .column-articles {
    top: 0;
    margin: 0 auto;
}
.single article.single-post {
    margin: 0 auto;
}
.single article.single-post .entry {
    padding-top: 60px;
    padding-bottom: 20px;
    border-bottom: 0;
    margin-bottom: 0;
}
.single article.single-post .entry img {
    margin: 0 auto;
}
.single article.single-post .entry.no-hero {
    padding-top: 0px;
}
.single article.single-post p, .single article.single-post a, .single article.single-post h2, .single article.single-post h3, .single article.single-post header, .single article.single-post blockquote {
    max-width: 700px;
}
.single article.single-post a.anchorImage {
    display: block;
    margin: 0 auto 40px;
}
.single article.single-post blockquote {
    margin: 0 auto;
}
.single article.single-post header, .single article.single-post .author-card, .single article.single-post .pixels-photos, .single article.single-post ul, .single article.single-post .fluid, .single article.single-post ol, .single article.single-post iframe, .single article.single-post h1, .single article.single-post div:not(.entry):not(.invGallery):not(.invGallery-bg):not(.backstretch) {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.single article.single-post iframe {
    display: block;
}
.single article.single-post ol, .single article.single-post ul:not(.feature-share):not(.bs-bullets) {
    padding-left: 23px;
}
.single article.single-post em {
    font-style: italic !important;
}
.single .author-card {
    margin: 0 auto 70px;
}
.single .author-card .divider {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}
.single .author-card .divider .copy {
    font-family: "brandon-grotesque",  sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #abb0b7;
    text-transform: uppercase;
    float: left;
    margin-right: 9px;
}
.single .author-card .divider .line {
    margin-top: 10px;
    border-bottom: 1px solid #d0d5d8;
    overflow: hidden;
}
.single .author-card .author-block {
    overflow: hidden;
    width: 100%}
.single .author-card .author-block img {
    float: left;
    width: 13%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
.single .author-card .author-block .author-details {
    vertical-align: top;
    padding-left: 17px;
    overflow: hidden;
}
.single .author-card .author-block .author-details p {
    margin: 0px;
    font-size: 16px;
    line-height: 30px;
    color: #252b33;
    width: auto;
}
.single .author-card .author-block .author-details span {
    display: inline-block;
    color: #252b33;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
}
.single .author-card .author-block .author-social-media a {
    display: inline-block;
}
.single .related-articles {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}
.single .related-articles h2 {
    font-size: 14px;
    font-family: "brandon-grotesque",  sans-serif;
    font-weight: bold;
    color: #252b33;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    text-align: center;
    margin-bottom: 35px;
}
.single .related-articles article.laura-scroll-item.static-ad {
    position: relative;
    background-image: url("../img/ads/slude-inline-related.jpg");
    float: none;
    display: inline-block;
    width: 100%;
    padding: 0;
    min-height: 300px;
    margin: 0;
    margin-bottom: 100px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min--moz-device-pixel-ratio: 1.3),  only screen and (-o-min-device-pixel-ratio: 1.3 / 1),  only screen and (min-resolution: 125dpi),  only screen and (min-resolution: 1.3dppx) {
    .single .related-articles article.laura-scroll-item.static-ad {
    background-image: url("../img/ads/slide-inline-related@2x.jpg");
    background-size: cover;
}
}.single .related-articles article.laura-scroll-item.static-ad .entry {
    width: 100%}
.single .related-articles article.laura-scroll-item.static-ad .entry h2 {
    width: 100%;
    font: 400 26px/42px "brandon-grotesque",  sans-serif;
    margin: 20px 0 30px;
}
.single .related-articles article.laura-scroll-item.static-ad.enterprise {
    background-image: url("../img/ads/slide-enterprise-related.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min--moz-device-pixel-ratio: 1.3),  only screen and (-o-min-device-pixel-ratio: 1.3 / 1),  only screen and (min-resolution: 125dpi),  only screen and (min-resolution: 1.3dppx) {
    .single .related-articles article.laura-scroll-item.static-ad.enterprise {
    background-image: url("../img/ads/slide-enterprise-related@2x.jpg");
    background-size: cover;
}
}.single .related-articles article.laura-scroll-item.static-ad.enterprise .entry {
    width: 100%;
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
}
.single .related-articles article.laura-scroll-item.static-ad.enterprise .entry span {
    margin-bottom: 20px;
}
.single .related-articles article.laura-scroll-item.static-ad.enterprise .entry h2 {
    width: 100%;
    font: 300 25px/37.5px "brandon-grotesque",  sans-serif;
    letter-spacing: 0.06em;
    margin: 0 0 20px;
}
.single .related-articles article.laura-scroll-item.static-ad.enterprise .entry p.button {
    margin: 0 auto;
    width: 200px;
}
@media screen and (min-width: 550px) {
    .single .related-articles article.laura-scroll-item.static-ad {
    width: 46.75%;
    min-height: 400px;
    margin: 0 12px 100px;
}
}
@media screen and (min-width: 1024px) {
    .single .related-articles article.laura-scroll-item.static-ad {
    width: 27.5%;
    min-height: 350px;
    margin: 0 26px 100px;
}
}.single .related-articles .related-content {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    vertical-align: top;
}
.single .related-articles .related-content.tile1, .single .related-articles .related-content.tile2, .single .related-articles .related-content.tile3 {
    padding: 0;
}
.single .related-articles .related-content .related-thumb {
    position: relative;
    width: 100%;
    padding-bottom: 62.5%;
    display: block;
}
.single .related-articles .related-content .related-thumb iframe, .single .related-articles .related-content .related-thumb .preview-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (min-width: 550px) {
    .single .related-articles .related-content {
    width: 49.5%;
    display: inline-block;
    margin-bottom: 80px;
}
.single .related-articles .related-content.tile1, .single .related-articles .related-content.tile2, .single .related-articles .related-content.tile3 {
    padding: 0 12px;
}
}
@media screen and (min-width: 1024px) {
    .single .related-articles .related-content {
    width: 32.5%}
.single .related-articles .related-content.tile1, .single .related-articles .related-content.tile2, .single .related-articles .related-content.tile3 {
    padding: 0 26px;
}
}.single .related-articles .related-content .post-content {
    width: 100%}
.single .related-articles .related-content h2 {
    font-family: "brandon-grotesque",  sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #7e8890;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    text-align: center;
}
.single .related-articles .related-content h1 {
    font-family: "brandon-grotesque",  sans-serif;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.065em;
    color: #7087C4;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 275px;
    margin: 0 auto;
    text-align: center;
}
.single .tiled-gallery {
    font-size: 0px;
    text-align: center;
    margin-right: -5px;
    padding-top: 30px;
}
.single .tiled-gallery .tiled-gallery-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 5px 0;
}
.single .tiled-gallery .tiled-gallery-item a {
    display: block;
}
.single .tiled-gallery .tiled-gallery-item a img {
    width: 100px;
    height: 100px;
}
.single .ngg-galleryoverview {
    font-size: 0px;
    text-align: center;
    margin-right: -5px;
    padding-top: 30px;
}
.single .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 10px 0;
}
.single .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail {
    float: none;
}
.single .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail a {
    display: block;
}
.single .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail a img {
    width: auto;
    margin: 0;
    border: 0;
    padding: 0;
}
.single .ngg-singlepic {
    max-width: none;
}
.single .ngg-gallery-singlepic-image {
    margin: 0;
    max-width: none !important;
}
.single .ngg-gallery-singlepic-image a {
    display: block;
    max-width: none;
}
.single .dd_post_share {
    margin-top: 50px;
}
.single .cm_ajax_shortcode_form {
    display: none;
}
@media (max-width: 1366px) {
    .single article.single-post p, .single article.single-post a, .single article.single-post h2, .single article.single-post h3, .single article.single-post header, .single article.single-post blockquote, .single article.single-post .author-card, .single article.single-post .pixels-photos, .single article.single-post ul, .single article.single-post .fluid, .single article.single-post ol, .single article.single-post iframe, .single article.single-post h1, .single article.single-post div: not(.entry):not(.invGallery):not(.invGallery-bg):not(.backstretch) {
    max-width: 700px;
}
.feature-share {
    max-width: 700px !important;
}
article .entry img {
    max-width: 700px;
}
article .entry h2 {
    font-size: 18px;
}
article .entry p, article .entry ul, article .entry ol {
    font-size: 16px;
}
.author-details p {
    font-size: 14px !important;
}
.author-details span {
    font-size: 16px !important;
}
}
.footer-signup ul {
    text-align: center;
}
.footer-signup ul li {
    margin: 20px;
}
.footer-signup ul li.stretch {
    display: none;
}
.entry p>a>img {
    margin-top: 20px;
}
}
@media (max-width: 900px) {
    .column-sidebar {
    display: none;
}
.container.blog-content-wrapper .column-articles {
    padding-right: 0;
    float: none;
}
.container.blog-content-wrapper .column-articles article, .container.blog-content-wrapper .column-articles #comment-wrapper {
    padding-right: 0;
}
.container.blog-content-wrapper .column-articles .header-bar {
    margin-right: 0;
}
.single .container.blog-content-wrapper .column-articles {
    padding-left: 20px;
    padding-right: 20px;
}
.single article.single-post .entry img, .single article.single-post .entry .fluid, .single article.single-post .entry blockquote {
    width: 100%}
.single article.single-post .entry img.laura-smiley, .single article.single-post .entry .fluid.laura-smiley, .single article.single-post .entry blockquote.laura-smiley {
    width: auto;
    margin: 0;
    display: inline;
}
.single article.single-post .entry .callout {
    padding: 0;
    width: auto;
    display: block;
}
.single article.single-post .entry .callout .anchorImage {
    margin: 0;
    padding: 0;
    text-align: center;
}
.single article.single-post .entry>ul {
    padding-left: 0;
}
.single article.single-post .entry .author-card img {
    width: 13%}
.single article.single-post .tiled-gallery .tiled-gallery-item a {
    display: block;
}
.single article.single-post .tiled-gallery .tiled-gallery-item a img {
    width: 100px;
    height: 100px;
}
.single article.single-post .ngg-gallery-thumbnail a.anchorImage {
    margin: 0;
}
.footer-links>li:first-child {
    display: none;
}
.footer-links>li:nth-child(6) {
    width: 100%;
    margin-top: 20px;
}
.footer-links>li {
    width: 40%;
    vertical-align: top;
}
.footer-links>li ul {
    margin-bottom: 30px;
}
.footer-links>li li {
    text-align: center;
}
.footer-links>li li.title {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2em;
}
.footer-links>li li a {
    font-size: 20px;
}
.footer-links .stretch {
    display: none;
}
.footer-links .icon {
    margin: 30px 20px 0 0;
    font-size: 35px;
}
.footer-links .icon.icon-feed {
    margin-right: 0px;
}
@media (max-width: 640px) {
    #header {
    display: none;
}
.blog-content-wrapper {
    padding-top: 48px;
    font-size: 60%}
.single .container.blog-content-wrapper .column-articles {
    padding-left: 0px;
    padding-right: 0px;
}
.blog .column-articles .backHome {
    display: none;
}
article header h1, article header h2 {
    margin: 0 0 20px 0;
    font-size: 3em;
}
article header .author {
    font-size: 0.8em;
}
article .entry img, article .entry .fluid, article .entry .anchorImage {
    margin: 1.875em -20px;
}
article .entry .anchorImage img {
    margin-left: 0px;
    margin-right: 0px;
}
article .entry img {
    height: auto;
}
article .entry .anchorImage {
    display: block;
    margin: 0px -20px;
}
article .entry p, article .entry ul, article .entry ol, article .entry blockquote, article .entry .pull-quote {
    font-size: 2.18em;
    line-height: 1.6em;
}
article .entry .pull-quote {
    padding-left: 30px;
    padding-right: 30px;
}
article .entry p {
    display: block;
    margin-top: 0.94em;
    margin-bottom: 0.94em;
    font-size: 18px;
    line-height: 32px;
}
article .entry ul, article .entry ol {
    margin-left: 0.5em;
    padding-left: 1em;
    font-size: 16px;
}
article .entry ul li, article .entry ol li {
    margin: 0.625em 0;
}
article .entry ul {
    list-style: disc outside none;
}
article .entry ul>ul {
    margin-left: 0px;
    padding-left: 0px;
}
article .entry ol {
    list-style: decimal outside none;
}
article .entry ol li {
    padding-left: 0;
}
article .entry .fluid {
    position: relative;
    padding-bottom: 65.8%;
    height: 0;
    overflow: hidden;
}
article .entry .fluid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
article .entry h2, article .entry h3 {
    font-size: 2.813;
    margin-bottom: 3.125;
    line-height: 1.4em;
}
article .entry strong {
    font-weight: 600;
}
article .entry .callout {
    display: block;
    margin: 20px auto;
    float: none;
    width: 200px;
    color: #999;
    font-size: 0.75px;
    line-height: 1em;
    text-align: center;
}
article .entry .callout img {
    margin: 0;
    width: auto;
    height: auto;
}
article .entry blockquote {
    border-left: none;
    padding-left: 0;
}
article article.single-post .entry img, article article.single-post .entry .fluid, article article.single-post .entry blockquote {
    width: 100%;
    margin-left: 0;
}
article article.single-post .entry .anchorImage, article article.single-post .entry .fluid {
    margin-left: -20px;
    margin-right: -20px;
}
article article.single-post .entry ul {
    margin-left: 0.3em;
    padding-left: 0;
}
.single article.single-post .entry .gallery {
    width: 100%;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
.single article.single-post .entry .gallery br {
    display: none !important;
}
.single article.single-post .entry .gallery .gallery-item {
    float: none !important;
    display: inline-block;
    width: 90px !important;
    margin-right: 5px;
}
.single article.single-post .entry .gallery .gallery-item:nth-child(3n) {
    margin-right: 0px;
}
.single article.single-post .entry .gallery .gallery-item dt, .single article.single-post .entry .gallery .gallery-item dt a {
    width: 90px;
    margin: 0;
}
.single article.single-post .entry .gallery .gallery-item dt img, .single article.single-post .entry .gallery .gallery-item dt a img {
    width: 100%;
    margin: 0;
}
.single article.single-post .entry .author-card .author-block {
    width: 95%;
    margin: 0 auto;
}
.single article.single-post .entry .author-card div.copy {
    display: none;
}
.single article.single-post .entry .author-card img {
    width: 18%}
.single article.single-post .entry .ngg-galleryoverview {
    margin-top: 0;
    padding-top: 0;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    body.fixed-nav #main-nav-wrapper.container nav {
    padding-top: 5px;
    padding-bottom: 5px;
}
body.fixed-nav #main-nav-wrapper.container nav>a {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -5162px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) and (-o-min-device-pixel-ratio: 3 / 2),  only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) and (min-device-pixel-ratio: 1.5),  only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) and (min-resolution: 144dpi) {
    body.fixed-nav #main-nav-wrapper.container nav>a {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -4811.5px;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    body.fixed-nav #main-nav-wrapper.container .laura-menu {
    display: inline-block;
    background-image: url('../img/sprites/main.png');
    background-position: 0 -3076px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) and (-o-min-device-pixel-ratio: 3 / 2),  only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) and (min-device-pixel-ratio: 1.5),  only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) and (min-resolution: 144dpi) {
    body.fixed-nav #main-nav-wrapper.container .laura-menu {
    background-image: url('../img/sprites-retina/global-s6a884edb16.png');
    -moz-background-size: 133px auto;
    -o-background-size: 133px auto;
    -webkit-background-size: 133px auto;
    background-size: 133px auto;
    background-position: 0 -2725.5px;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    body.fixed-nav #fixed-mobile-nav ul li {
    margin: 0px;
}
body.fixed-nav #fixed-mobile-nav ul li a {
    font-size: 0.6em;
    padding: 4px 20px;
}
body.fixed-nav #fixed-mobile-nav ul li.signup a {
    padding: 3px 20px;
}
}
