/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


@font-face {
    font-family: "Rolling No One";
    src: url("../fonts/RollingNoOne-ExtraBold.eot") format("eot"),
    url("../fonts/RollingNoOne-ExtraBold.ttf") format("ttf"),
    url("../fonts/RollingNoOne-ExtraBold.svg") format("svg"),
    url("../fonts/RollingNoOne-ExtraBold.woff") format("woff");
}

body {
    font-family: 'Open Sans', sans-serif, arial;
    font-size: 16px;
    line-height: 27px;
}
strong {
    font-weight: 600;
}
ul {
    list-style-type: disc;
    list-style-position: inside;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Rolling No One';
    color: #231f20;
}
h2 {
    font-size: 30px;
    margin: 40px 0;
}
h3 {
    font-size: 25px;
    margin: 30px 0;
}
img {
    max-width: 100%;
}
a {
    color: #0367bf;
}
a:focus, a:active, a:hover {
    color: #333333;
    text-decoration: none;
}

input, select, textarea {
    font-family: "Rolling NO One";
}
input:not(.btn) {
    height: auto;
    padding: 8px 16px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    text-shadow: none;
    max-width: 480px;
    font-size: 13px;
    display: inline-block;
}
.btn {
    font-family: "Rolling No One";
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid #9C27B0;
    color: #9C27B0;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 8px 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.btn:hover, .btn:focus, .btn:active {
    background-color: #9C27B0;
    color: #ffffff;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #999999 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #999999 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #999999 !important;
}


.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100vw;
    height: 100vh;
    background-color: #74c2ed;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #000000;
    position: fixed;
    z-index: 2000;
    bottom: 20px;
    right: 100%;
    width: 100%;
    height: 10px;
}

.pace-progress-percent {
    position: absolute;
    bottom: 80px;
    font-family: "Rolling No One";
    width: 100%;
    font-size: 50px;
    color: #000000;
}

.pace-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 250px;
}


.section-pad {
    padding: 120px 0;
}
.section-small-pad {
    padding: 60px 0;
}
.section-dark * {
    color: #ffffff;
}
section#about {
    background-color: #5841b8;
}
.section-grey {
    background-color: #f9f9f9;
}

#welcome, .screenshots .item {
    line-height: 0;
}
#video {
    background: transparent url("../content/img/curiocity-bg-01.jpg") center center no-repeat;
    background-size: cover;
}
#store-badges img {
    max-width: 300px;
}
#learning .learning .item img {
    height: 300px;
    margin: 20px 0 30px 0;
}
#learning .learning .item {
    font-size: 30px;
    line-height: normal;
}

#scroller {
    width: 20px;
    height: 167px;
    background-color: #ffffff;
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -83px;
    padding: 5px;
}
#scroller a {
    display: block;
    width: 100%;
    height: 22px;
    background-color: #ACACAC;
    position: relative;
}
#scroller a.active {
    background-color: #74c2ed;
}
#scroller a:focus {
    outline: none;
}
#scroller a + a {
    margin-top: 5px;
}
#scroller a span {
    font-size: 13px;
    line-height: 1.8em;
    color: #ffffff;
    padding: 3px 12px;
    background-color: #222222;
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#scroller a span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -6px;
    margin-top: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #222222;
}
#scroller a:hover span {
    opacity: 1;
    visibility: visible;
}

.side-social {
    position: fixed;
    top: 50%;
    left: -56px;
    background-color: #ffffff;
    padding: 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.side-social.active {
    left: 0;
}
.side-social a {
    display: block;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
    background-color: #0367bf;
    color: #ffffff;
}
.a2a_kit a.a2a_button_email {
    margin-bottom: 0!important;
}
.a2a_kit > * {
    float: none !important;
}
.a2a_kit a {
    margin-bottom: 8px;
    background-color: transparent;
    width: 36px;
}



.footer-social {
    margin-top: 70px;
}
.footer-social a + a {
    margin-left: 10px;
}
.footer-social a img {
    width: 40px;
}

footer.copyrights {
    padding: 24px 0;
    background-color: #eeeeee;
    font-size: 12px;
    text-transform: uppercase;
    color: #666666;
    letter-spacing: 1px;
}