@charset "UTF-8";


.m-cover, .cover_section_1 {
    color:#fff;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-repeat:no-repeat;
    background-color:#000;
    background-position:top center;
    height:100vh;
    position:relative;
    overflow:hidden
}

.cover_section_1 {  }

.m-cover:before {
    background-image: url('../images/articles/scroll_down.png');
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    bottom: 10px;
    left: 50%;
    margin-left: -18px;
}

.m-cover-headline {
    border: 3px solid #000;
    background-color: rgba(255,255,255, 0.7);
    width: 1100px;
    margin: 50px auto;
}

.m-cover-headline h1 {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 100;
    font-size: 110px;
    line-height: 1;
    text-align: center;
    color: #000;
}

.m-cover-headline h2 {
    font-family:sans-serif;
    font-weight:normal;
    font-size:16px;
    text-align:center;
    line-height:1.5;
    margin:1em auto;
    max-width:600px;
    color: #000;
}
.m-cover-headline h3 {
    font-family:sans-serif;
    font-weight:normal;
    font-size:16px;
    text-align:center;
    line-height:1.5;
    margin:0 auto;
    padding-bottom:2em;
    max-width:600px;
    color: #000;
}
.leaderboard {
    margin:1em 0;
    text-align:center
}
.m-content {
    background:#f8f8f8;
    overflow:hidden;
    top:0;
    width:100%
}
.m-content .snippet-n a {
    -webkit-font-smoothing:subpixel-antialiased;
    text-transform:none;
    font-family:sans-serif;
    font-size:inherit;
    line-height:inherit;
    letter-spacing:0;
    padding:0
}
.m-content .snippet-n a:hover {
    text-decoration:underline
}

/* important stuff added Alex */

#avstore_article.minimal .snippet-n {
    max-width:1200px;
    margin-left:auto;
    margin-right:auto
}

.snippet-n .g8-3,.snippet-n .g10-2 {
    float:none !important;
    margin:0 1rem !important;
    width:auto !important
}


.snippet-n:before,.snippet-n:after {
    content:".";
    display:block;
    height:0;
    overflow:hidden
}

.snippet-n:after {
    clear:both
}



/* important stuff added Alex */

.windows .m-content .snippet-n a {
    color:#008a00
}
.m-content .snippet-n h2 {
    font-family:sans-serif;
    font-size:50px;
    line-height:1
}
@media (max-width: 975px) {
    .m-content .snippet-n h2 {
        font-size:24px
    }
}
@media (max-width: 400px) {
    .m-content .snippet-n h2 {
        font-size:18px
    }
}
.m-content .snippet-n p {
    color:#333;
    line-height:1.5
}
.m-content .snippet-n em {
    font-style:italic
}
.m-content .snippet-n small {
    font-size:13px
}
.m-content .snippet-n strong {
    font-weight:bold
}
.m-content .snippet-n .g8-3 {
    background:#fff;
    padding:20px
}
.m-content .snippet-n.m-tweets .g8-3 {
    background:none
}
.m-body {
    z-index:1;
    position:relative;
    background:#fff
}
#comments {
    max-width:794px;
    margin:0 auto;
    border:none
}
body>img {
    display:none
}
.m-pullquote {
    float:left;
    max-width:400px;
    padding:1em
}
.m-pullquote.left {
    margin:0 1em 0 -6em
}
.m-pullquote.right {
    margin:0 -6em 0 1em;
    float:right
}
@media (max-width: 720px) {
    .m-pullquote.left,
    .m-pullquote.right {
        float:none;
        margin:1em auto
    }
}
.m-pullquote .back {
    display:none
}
.m-flame {
    margin:1em 4em
}
.m-flame .m-flame__quote {
    font-family:sans-serif;
    font-weight:300;
    font-size:18px;
    line-height:1.5;
    color:#000;
    float:left;
    margin-bottom:0
}
.m-flame .m-flame__source {
    font-family:sans-serif;
    font-weight:300;
    font-size:14px;
    text-align:right;
    display:block;
    clear:both;
    margin:0
}
.m-flame .m-flame__source:before {
    content:'—'
}
.m-flame .m-flame__source a {
    color:#33b5e5;
    font-size:14px
}
.m-flame .m-flame__source a:hover,
.m-flame .m-flame__source a:active {
    text-decoration:underline
}
@media (max-width: 720px) {
    .m-flame {
        margin:1em
    }
}
.m-section {
    -webkit-background-size:contain;
    -moz-background-size:contain;
    -o-background-size:contain;
    background-size:cover;
    background-position:top center;
    background-repeat:no-repeat;
    padding-top:100px;
    position:relative
}
.m-section .snippet-n:last-child {
    margin-bottom:0
}


.m-section.one .g8-3>p.big_letter:first-letter {
    font-size:6em;
    display:block;
    float:left;
    width:1em;
    height:1em;
    background-color:#fff;
    color:#000;
    color:black;
    text-align:center;
    margin:-20px 10px 10px -20px;
    line-height:1
}


.windows .m-section.one .g8-3>p.big_letter:first-letter {
    color:#fff;
    background-color:#008a00
}


.m-section.five .g8-3 {
    padding-bottom:6em
}
.m-tweet {
    -webkit-transition:-webkit-transform 150ms ease,
        opacity 150ms ease;
    -moz-transition:-moz-transform 150ms ease,
        opacity 150ms ease;
    -o-transition:-o-transform 150ms ease,
        opacity 150ms ease;
    transition:transform 150ms ease,
        opacity 150ms ease;
    margin:0 1em 1em 1em;
    clear:both;
    background:#33b5e5;
    padding:1em;
    position:relative
}
.m-tweet.right {
    margin:0 -4em 1em 1em;
    float:right
}
.m-tweet.left {
    margin:0 1em 1em -4em;
    float:left
}
.m-tweet q {
    font-family:sans-serif;
    font-weight:normal;
    font-size:22px;
    color:#fff;
    line-height:1
}
.m-tweet span {
    font-family:sans-serif;
    font-weight:normal;
    font-size:13px;
    color:#fff;
    display:block
}
.m-tweet:first-child {
    margin-top:4em
}
.m-tweet:last-child {
    margin-bottom:4em
}
@media (max-width: 400px) {
    .m-tweet.left,
    .m-tweet.right {
        margin:0 auto 1em auto
    }
    .m-tweet q {
        font-size: 14px
    }
}
.snippet-n.m-article-footer {
    margin-bottom:0
}
.snippet-n.m-article-footer .g8-3 {
    background:#000;
    color:#fff
}
@media (min-width: 720px) {
    .snippet-n.m-article-footer .g8-3 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -webkit-align-items:center;
        -moz-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-pack:center;
        -webkit-justify-content:center;
        -moz-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
}
.snippet-n.m-article-footer .m-credits {
    width:40%;
    float:left
}
.snippet-n.m-article-footer .m-credits ul {
    padding:0
}
@media (max-width: 720px) {
    .snippet-n.m-article-footer .m-credits {
        width:100%;
        float:none
    }
}
.snippet-n.m-article-footer .m-footer-return {
    width:30%;
    float:left;
    text-align:center;
    position:relative
}
.snippet-n.m-article-footer .m-footer-return a {
    line-height:100px;
    display:block;
    position:relative
}
.snippet-n.m-article-footer .m-footer-return a:hover {
    text-decoration:underline
}


.windows .m-flame .m-flame__quote {
    font-family:'Segoe UI',
        'Segoe',
        sans-serif;
    font-weight:400;
    font-size:20px
}
.windows .m-flame .m-flame__source {
    font-family:'Segoe UI',
        'Segoe',
        sans-serif;
    font-weight:400;
    font-size:14px
}
.windows .m-flame span {
    background-color:#7FC57F;
    color:#fff;
    padding:1px 0;
    position:relative
}

.windows .m-pullquote {
    -webkit-transition:-webkit-transform 300ms ease;
    -moz-transition:-moz-transform 300ms ease;
    -o-transition:-o-transform 300ms ease;
    transition:transform 300ms ease;
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
    -o-transform-style:preserve-3d;
    transform-style:preserve-3d;
    background:#008A00;
    position:relative
}
.windows .m-pullquote q {
    font-family:'Segoe UI Light',
        'Segoe UI',
        'Segoe',
        sans-serif;
    font-weight:200;
    font-size:24px;
    -webkit-transition:opacity 300ms ease;
    -moz-transition:opacity 300ms ease;
    -o-transition:opacity 300ms ease;
    transition:opacity 300ms ease;
    color:#fff;
    line-height:1.2
}
@media (max-width: 400px) {
    .windows .m-pullquote q {
        font-size:14px
    }
}
.csstransforms3d .windows .m-pullquote .front,
.csstransforms3d .windows .m-pullquote .back {
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    position:relative;
    width:100%;
    height:100%;
    background:#008A00;
    top:0;
    left:0
}
.csstransforms3d .windows .m-pullquote .front {
    z-index:10
}
.csstransforms3d .windows .m-pullquote .back {
    -webkit-transform:rotateX(180deg);
    -moz-transform:rotateX(180deg);
    -ms-transform:rotateX(180deg);
    -o-transform:rotateX(180deg);
    transform:rotateX(180deg);
    position:absolute;
    display:block
}
.csstransforms3d .windows .m-pullquote.rendered {
    -webkit-transform:rotateX(180deg);
    -moz-transform:rotateX(180deg);
    -ms-transform:rotateX(180deg);
    -o-transform:rotateX(180deg);
    transform:rotateX(180deg)
}
.csstransforms3d .windows .m-pullquote.rendered q {
    opacity:0
}
.csstransforms3d .windows .m-pullquote.rendered .front {
    z-index:0
}
.csstransforms3d .windows .m-pullquote.unrendered {
    -webkit-transform:none;
    -moz-transform:none;
    -ms-transform:none;
    -o-transform:none;
    transform:none
}
.csstransforms3d .windows .m-pullquote.unrendered q {
    opacity:1
}
.windows .m-tweet {
    background:#0050ef
}
.windows .m-tweet.left {
    background:#3d7eff
}
.windows .m-tweet q {
    font-family:'Segoe UI',
        'Segoe',
        sans-serif;
    font-weight:400;
    font-size:18px
}
.windows .m-tweet span {
    font-family:'Segoe UI',
        'Segoe',
        sans-serif;
    font-weight:400;
    font-size:13px
}
.windows .m-tweet a {
    color:#fff !important
}
.windows .m-tweet:before {
    content:'';
    position:absolute
}
.windows .m-tweet.left:before {
    display:block;
    width:0;
    height:0;
    border:0 solid transparent;
    border-left-color:#3d7eff;
    border-width:20px 0 0px 20px;
    left:10px;
    top:-20px
}
.windows .m-tweet.right:before {
    display:block;
    width:0;
    height:0;
    border:0 solid transparent;
    border-right-color:#0050ef;
    border-width:0px 20px 20px 0;
    right:10px;
    bottom:-20px
}
.windows .m-tweet.rendered {
    -webkit-transform:translate3d(0,
        100%,
        0);
    -moz-transform:translate3d(0,
        100%,
        0);
    -ms-transform:translate3d(0,
        100%,
        0);
    -o-transform:translate3d(0,
        100%,
        0);
    transform:translate3d(0,
        100%,
        0);
    opacity:0
}
.windows .m-tweet.unrendered {
    -webkit-transform:translate3d(0,
        0,
        0);
    -moz-transform:translate3d(0,
        0,
        0);
    -ms-transform:translate3d(0,
        0,
        0);
    -o-transform:translate3d(0,
        0,
        0);
    transform:translate3d(0,
        0,
        0);
    opacity:1
}
@media (max-width: 720px) {
    .windows .m-tweet.left,
    .windows .m-tweet.right {
        margin:0 auto 2em auto
    }
    .windows .m-tweet q {
        font-size: 14px
    }
}
.windows .snippet-n h2 {
    font-family:'Segoe UI Light',
        'Segoe UI',
        'Segoe',
        sans-serif;
    font-weight:200;
    font-size:50px;
    color:#008a00
}
@media (max-width: 975px) {
    .windows .snippet-n h2 {
        font-size:24px
    }
}
@media (max-width: 400px) {
    .windows .snippet-n h2 {
        font-size:18px
    }
}
.windows .snippet-n p {
    font-family:'Segoe UI Semilight',
        'Segoe UI',
        'Segoe',
        sans-serif;
    font-weight:300;
    font-size:16px
}
.windows .snippet-n .g8-3 {
    -webkit-perspective:1000;
    -moz-perspective:1000;
    -ms-perspective:1000;
    -o-perspective:1000;
    perspective:1000
}
.windows .snippet-n.m-article-footer .g8-3 {
    background: #000;
    color:#fff
}
.windows .snippet-n.m-article-footer .m-credits h3 {
    font-family:'Segoe UI Bold',
        'Segoe UI',
        'Segoe',
        sans-serif;
    font-weight:bold;
    font-size:18px;
    text-transform:none;
    font-style:normal
}
.windows .snippet-n.m-article-footer .m-credits li {
    font-family:'Segoe UI',
        'Segoe',
        sans-serif;
    font-weight:400;
    font-size:14px
}
.windows .snippet-n.m-article-footer .m-footer-return a {
    font-family:'Segoe UI',
        'Segoe',
        sans-serif;
    font-weight:400;
    font-size:16px;
    color:#fff
}


