
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
	background-color: white;
}

@font-face {
	font-family: Titillium;
	src: url("../fonts/Titillium-Regular.otf") format("opentype");
}

@font-face {
	font-family: Titillium-Bold;
	src: url("../fonts/Titillium-Bold.otf") format("opentype");
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
/*
.row {
    padding-bottom: 3.5em;
}
*/
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
h1 {
	font-family: "Titillium-Bold";
    font-size: 2em;
    margin: 0.67em 0
}
mark {
    background: #6a78e6;
    color: #000
}
small {
    font-size: 80%
}
img {
    border: 0
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button,
.btn {
    overflow: visible;
    border-radius: 5px 5px 5px 5px;
    background-color: #6a78e6;
	box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.50);
    padding: 10px 20px;
    cursor: pointer;
    border: 0px;
    font-weight: bold;
}
button:hover,
.btn:hover {
	background-color: lightgrey;
}

button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: border-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
textarea {
    overflow: auto
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0.5em;
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: 300 16px/1.5 "Titillium", Helvetica, Arial, sans-serif;
    color: #fff;
    text-rendering: optimizeLegibility
}
@media screen and (max-width: 767px) {
    .display-1,
    .masthead h1 {
        font-size: 3.0625rem;
        line-height: 3.1875rem;
        margin: 3rem 0
    }
    h1,
    .h1 {
        font-size: 2.4375rem;
        line-height: 2.6875rem;
        margin: 3rem 0
    }
    h2,
    .h2 {
        font-size: 1.859375rem;
        line-height: 2.20625rem;
        margin: 2.5rem 0
    }
    h3,
    .h3 {
        font-size: 1.3125rem;
        line-height: 1.71875rem;
        margin: 2rem 0
    }
    h4,
    .h4,
    h1:not([class])+p {
        font-size: 1.09375rem;
        line-height: 1.7125rem;
        margin: 2rem 0
    }
    h5,
    .h5 {
        font-size: .823529412rem;
        line-height: 1.23125rem;
        margin: 2rem 0
    }
    h6,
    .h6 {
        font-size: .75rem;
        line-height: 1.23125rem;
        margin: 2rem 0;
        text-transform: uppercase
    }
}
@media screen and (min-width: 768px) {
    .display-1,
    .masthead h1 {
        font-size: 3.5rem;
        line-height: 3.4375rem;
        margin: 3rem 0
    }
    h1,
    .h1 {
        font-size: 2.8125rem;
        line-height: 2.9375rem;
        margin: 3rem 0
    }
    h2,
    .h2 {
        font-size: 2.125rem;
        line-height: 2.45625rem;
        margin: 2.5rem 0
    }
    h3,
    .h3 {
        font-size: 1.5rem;
        line-height: 1.96875rem;
        margin: 2rem 0
    }
    h4,
    .h4,
    h1:not([class])+p {
        font-size: 1.25rem;
        line-height: 1.7125rem;
        margin: 2rem 0
    }
    h5,
    .h5 {
        font-size: 1rem;
        line-height: 1.48125rem;
        margin: 2rem 0
    }
    h6,
    .h6 {
        font-size: .75rem;
        line-height: 1.23125rem;
        margin: 2rem 0;
        text-transform: uppercase
    }
}
display-1,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	font-family: "Titillium-Bold";
    letter-spacing: -0.0125em;
    word-wrap: break-word
}
display-1,
h1,
.h1,
h2,
.h2 {
    font-weight: 300
}
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
strong {
    font-weight: 400
}
display-1:first-child,
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
    margin-top: 0
}
p,
ul,
ol,
pre,
blockquote {
    /*margin: 0 0 2rem*/
}
p {
    word-wrap: break-word
}
ul,
ol {
    list-style-position: outside;
    margin-top: 0;
    padding-left: 1.2em
}
ul.row,
ul.row,
ol.row,
ol.row {
    padding-left: 0
}
ul {
    list-style-type: square
}
pre code,
article blockquote {
    display: block;
    padding: 1rem;
    border-radius: 0.125rem
}
blockquote {
    font-style: italic;
    position: relative
}
blockquote::before {
    content: "\201F";
    position: absolute;
    left: -1ex
}
article blockquote {
    background: rgba(0, 0, 0, 0.03);
    color: #373d48;
    border-left: 0.125rem solid rgba(0, 0, 0, 0.1)
}
article blockquote::before {
    display: none
}
article blockquote>* {
    margin-left: -.125rem
}
small {
    display: block;
    font-size: .8125rem;
    line-height: .98125rem;
    color: rgba(55, 61, 72, 0.6)
}
*,
*:before,
*:after {
    box-sizing: border-box
}
/**:last-child {
    margin-bottom: 0 !important
}*/
@media screen and (min-width: 768px) {
    .row {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        /*margin-bottom: -5 !important*/
    }
    .row.center-h,
    .col.center-h {
        -webkit-box-pack: center;
        justify-content: center
    }
    .row.justify {
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-pack: justify;
        justify-content: justify
    }
    .row.distribute {
        justify-content: space-around
    }
    .row.col-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }
    .col {
        /*margin-bottom: 05.3030303% !important;
        margin-left: 05.3030303%*/
		margin: 1.25em 1.0em;
    }
    .row.center-v>.col {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }
    .row.justify .col+.col,
    .row.distribute .col+.col {
        margin-left: 0
    }
    .span-1 {
        width: 03.2%
    }
    .span-2 {
        width: 12.0%
    }
    .span-3 {
        width: 20.8%
    }
    .span-4 {
        width: 29.6%
    }
    .span-5 {
        width: 38.4%
    }
    .span-6 {
        width: 47.2%
    }
    .span-7 {
        width: 56% 0
    }
    .span-8 {
        width: 64.8%
    }
    .span-9 {
        width: 73.6%
    }
    .span-10 {
        width: 82.4%
    }
    .span-11 {
        width: 91.2%
    }
    .span-12 {
        width: 100%
    }
    [class*="span"]:only-child {
        margin: 0 auto
    }
    .col.span-1 {
        width: 03.030303%
    }
    .col.span-2 {
        width: 11.3636364%
    }
    .col.span-3 {
        width: 19.6969697%
    }
    .col.span-4 {
        width: 28.030303%
    }
    .col.span-5 {
        width: 36.3636364%
    }
    .col.span-6 {
        width: 44.6969697%
    }
    .col.span-7 {
        width: 53.030303%
    }
    .col.span-8 {
        width: 61.3636364%
    }
    .col.span-9 {
        width: 69.6969697%
    }
    .col.span-10 {
        width: 78.030303%
    }
    .col.span-11 {
        width: 86.3636364%
    }
    .col.span-12 {
        width: 94.6969697%
    }
}
@media screen and (min-width: 768px) {
    html,
    body {
        height: 100%
    }
    body>* {
        padding: 0 2rem
    }
}
@media screen and (max-width: 767px) {
    body>* {
        padding: 0 1rem
    }
    [class*="span-"]+[class*="span-"] {
        margin-top: 3rem;
        margin-left: 0 !important
    }
}
.hero {
    background: #061524
}
body {
    overflow-y: scroll;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
}
body>section {
    overflow: hidden
}
section {
	padding: 0px;
}
.wrapper {
    padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 2rem;
}
body>section {
    background-color: #3e26d3;
    box-shadow: inset -10 20px 0 rgba(0, 0, 0, 0.10)
}
.hero .masthead {
    text-align: center;
    position: relative;
    color: rgba(255, 255, 255, 0.7)
}
.hero .masthead h1 {
    color: #fff
}
.hero .masthead blockquote {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.125rem
}
.hero .masthead blockquote::before {
    content: none
}
.hero .masthead blockquote>footer {
    display: inline-block
}
.hero .masthead small {
    color: rgba(255, 255, 255, 0.6)
}
.view-all::after {
    content: "\0020\203a"
}
section .section-header {
    margin: 1rem auto 1rem;
    text-align: center
}

section .section-header h1 {
    margin: 0rem;
}

.section-footer {
    margin-top: 2.8125rem;
    text-align: center;
    position: relative;
    border-width: 1px 0 0;
    border-image: -webkit-linear-gradient(0deg, rgba(62, 38, 211, 0), #3e26d3 100%, rgba(62, 38, 211, 0) 100%) 2%;
    border-image: linear-gradient(90deg, rgba(62, 38, 211, 0), #3e26d3 100%, rgba(62, 38, 211, 0) 100%) 2%
}
.masthead .section-footer {
    color: rgba(255, 255, 255, 0.6);
    border-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%) 2%;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%) 2%
}
body>section:nth-child(odd) .footer-title>span {
    background-color: #f9fafb
}
body .masthead .hero.hero {
    display: inline-block;
    margin: 5.625rem -90rem 0
}
.preload * {
    -webkit-transition: none !important;
    transition: none !important
}
img.max {
    max-width: 100%;
    height: auto;
    display: block
}
.new {
    display: inline-block;
    padding: .3125rem .375rem .25rem;
    vertical-align: middle;
    position: relative;
    top: -.2em;
    border-radius: 0.125rem;
    text-transform: uppercase;
    font-size: .75rem;
    background: #4d994e;
    color: #fff;
    line-height: 1
}
.group:before,
.group:before,
.group:after {
    content: "";
    display: table
}
.group:after {
    clear: both
}
.group {
    zoom: 1
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: inline-block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em
}
.rtl {
    direction: rtl
}
.rtl .online-link {
    direction: ltr
}
*::selection {
    color: #fff;
    background: #238cf6
}
*::selection:window-inactive {
    background: #207cdf
}
*:focus {
    outline: none
}
a {
    text-decoration: none;
    color: #ddd;
    -webkit-transition: color .1s ease-out, border-color .1s ease-out, background-color .1s ease-out, background-image .1s ease-out;
    transition: color .1s ease-out, border-color .1s ease-out, background-color .1s ease-out, background-image .1s ease-out;
    font-weight: bold;
    -webkit-tap-highlight-color: rgba(32, 124, 223, 0.08)
}
a:hover,
a:active,
a:focus {
    color: #fff
}
a.highlight {
    color: rgba(255, 255, 255, 0.8)
}
a.highlight.highlight:hover,
a.highlight.highlight:focus {
    color: #fff
}
a.highlight.highlight:active,
a.highlight.highlight.active {
    color: #fff
}
.text-dark-link a,
a.text-dark-link {
    display: block;
    color: #111418
}
a * {
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out
}
a:hover h1,
a:active h1,
a:focus h1,
a:hover h2,
a:active h2,
a:focus h2,
a:hover h3,
a:active h3,
a:focus h3,
a:hover h4,
a:active h4,
a:focus h4,
a:hover h5,
a:active h5,
a:focus h5,
a:hover h6,
a:active h6,
a:focus h6 {
    color: #207cdf
}
a:hover h1 small,
a:active h1 small,
a:focus h1 small,
a:hover h2 small,
a:active h2 small,
a:focus h2 small,
a:hover h3 small,
a:active h3 small,
a:focus h3 small,
a:hover h4 small,
a:active h4 small,
a:focus h4 small,
a:hover h5 small,
a:active h5 small,
a:focus h5 small,
a:hover h6 small,
a:active h6 small,
a:focus h6 small {
    color: #207cdf
}
a>p,
a>q {
    font-weight: 300
}
a .h4 {
    margin-bottom: 1rem
}
.button {
    display: inline-block;
    padding: .625em 1.5625em;
    border-radius: 0.1875rem;
    border: 1px solid rgba(32, 124, 223, 0.4);
    font-weight: 400
}
.button:hover,
.button:active,
.button:focus {
    background: rgba(35, 140, 246, 0.04);
    color: #238cf6;
    border-color: rgba(35, 140, 246, 0.4)
}
.button.full {
    background: #207cdf;
    color: #fff
}
.button.full:hover,
.button.full:active,
.button.full:focus {
    background: #238cf6
}
nav ul,
nav ol,
ul.row,
ol.row {
    list-style: none
}
nav ul,
nav ol {
    margin: 0;
    padding: 0;
    font-size: 0
}
nav li {
    font-size: 1rem
}
@media screen and (min-width: 768px) {
    nav li {
        display: inline-block;
        vertical-align: middle
    }
}
.main-nav {
    position: fixed;
    width: 100%;
    z-index: 99;
}
body:not(.hero)>.main-nav {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.99)
}
body.hero>.main-nav {
    border: 0;
    border-bottom-width: 1px;
    border-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%) 5%;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%) 5%;
    background: rgba(62, 38, 211, 0.95) 
}
.main-nav h1 {
    display: inline-block;
    margin: 0;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
}
.main-nav ul {
	margin-top: 20px;
}
body:not(.hero) .main-nav h1 a {
    color: #111418
}
body.hero .main-nav h1 a {
    color: #fff
}
[role="banner"] {
    width: 1em;
    height: .923076923em
}
[role="banner"] * {
    fill: #111418
}
.hero [role="banner"] * {
    fill: #fff
}
.main-nav .nav-toggle {
    display: none
}
.main-nav a {
    display: block
}
.main-nav a:active,
.main-nav a.active {
    color: #111418
}
.hero .main-nav a {
    color: rgba(255, 255, 255, 0.6)
}
.hero .main-nav a:hover,
.hero .main-nav a:focus {
    color: rgba(255, 255, 255, 0.8)
}
.hero .main-nav a:active,
.hero .main-nav a.active {
    color: #fff
}
.main-nav a>* {
    vertical-align: middle
}
@media screen and (min-width: 768px) {
    body {
        padding-top: 5.75rem
    }
    [id]:target::before {
        content: "";
        display: block;
        padding-top: 5.75rem;
        margin-top: -5.75rem
    }
    .main-nav {
        margin-top: -5.75rem;
        padding-top: 1.125rem;
        padding-bottom: 1.125rem;
        overflow: hidden
    }
    .main-nav ul {
        float: right
    }
    .main-nav li {
        margin-left: 2rem
    }
    .main-nav a.buy {
        padding: .2rem .625rem;
        border: 1px solid rgba(32, 124, 223, 0.4);
        border-radius: 0.1875rem
    }
    .main-nav a.buy:hover,
    .main-nav a.buy:active,
    .main-nav a.buy:focus {
        color: #fff;
        background: #238cf6
    }
    .hero .main-nav a.buy {
        color: rgba(255, 255, 255, 0.8);
        border-color: rgba(255, 255, 255, 0.3)
    }
    .hero .main-nav a.buy:hover,
    .hero .main-nav a.buy:active,
    .hero .main-nav a.buy:focus {
        background: rgba(255, 255, 255, 0.04);
        color: #fff;
        border-color: rgba(255, 255, 255, 0.4)
    }
}
@media screen and (max-width: 767px) {
    body {
        padding-top: 3.8125rem
    }
    [id]:target::before {
        content: "";
        display: block;
        padding-top: 3.8125rem;
        margin-top: -3.8125rem
    }
    .main-nav {
        margin-top: -3.8125rem;
        padding-top: 0rem;
        padding-bottom: 0rem
    }
    .main-nav h1 {
        font-size: 1.4375rem
    }
    .main-nav ul {
        margin-top: 1.0625rem;
        margin-left: -1rem;
        margin-bottom: -4.5rem !important;
        padding-left: 1rem;
        margin-right: -1rem;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: opacity 0.1s ease-out, max-height 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 0.1s ease-out, max-height 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)
    }
    .main-nav ul.active {
        max-height: 999px;
        opacity: 1;
        -webkit-transition: opacity 0.05s ease-in, max-height 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: opacity 0.05s ease-in, max-height 1.2s cubic-bezier(0.075, 0.82, 0.165, 1)
    }
    .hero .main-nav ul {
        border-top-color: rgba(255, 255, 255, 0.1)
    }
    .main-nav li:not(:last-child) {
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06)
    }
    body.hero .main-nav li {
        border-bottom-color: rgba(255, 255, 255, 0.1)
    }
    .main-nav ul a {
        display: block;
        padding: 1rem 0;
        position: relative
    }
    .main-nav ul a:not(.active)::before {
        content: "";
        display: inline-block;
        width: .375rem;
        height: .625rem;
        position: absolute;
        right: 1rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><title>Disclosure Indicator</title><path d="M0,1.5 L1.5,0 L7.29201249,5.79201249 C7.68302319,6.18302319 7.68649149,6.81350851 7.29201249,7.20798751 L1.5,13 L0,11.5 L4.29422684,7.20577316 C4.68401459,6.81598541 4.68722761,6.18722761 4.29422684,5.79422684 L0,1.5 Z" fill="#207cdf" fill-rule="evenodd"/></svg>');
        background-size: contain;
        opacity: .25
    }
    .hero .main-nav ul a:not(.active)::before {
        -webkit-filter: hue-rotate(276deg) saturate(0) saturate(0) brightness(100%);
        filter: hue-rotate(276deg) saturate(0) saturate(0) brightness(100%)
    }
    .main-nav .nav-toggle {
        display: inline-block;
        float: right;
        cursor: pointer;
        color: #207cdf;
        font-weight: 400;
        position: relative;
        top: 2px;
        padding: 1.125rem;
        margin: -1.125rem
    }
    .hero .main-nav .nav-toggle {
        color: #fff
    }
    .nav-toggle {
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(32, 124, 223, 0.08)
    }
    .nav-toggle::after {
        display: inline-block;
        content: "";
        width: 0;
        height: 0;
        position: relative;
        top: -2px;
        margin-left: .375rem;
        border-left: .25rem solid transparent;
        border-right: .25rem solid transparent;
        border-top: 0.25rem solid #207cdf;
        -webkit-transition: -webkit-transform .12s ease-out;
        transition: -webkit-transform .12s ease-out;
        transition: transform .12s ease-out;
        transition: transform .12s ease-out, -webkit-transform .12s ease-out
    }
    .hero .nav-toggle::after {
        border-top-color: #fff
    }
    .nav-toggle.active::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}
.secondary-nav {
    text-align: center
}
.secondary-nav ul {
    white-space: nowrap;
    overflow: auto;
    -webkit-mask-image: -webkit-linear-gradient(left, transparent 0%, #000 4%, #000 92%, transparent 100%)
}
.secondary-nav ul::-webkit-scrollbar {
    display: none
}
@media screen and (max-width: 767px) {
    .secondary-nav ul {
        margin: 0 -1rem
    }
}
.secondary-nav li {
    margin-right: .25rem;
    display: inline-block;
    font-size: .875rem
}
@media screen and (min-width: 768px) {
    .secondary-nav li {
        margin-right: 3.5rem
    }
    .secondary-nav li:last-child {
        margin-right: 0
    }
}
.secondary-nav a {
    display: inline-block;
    padding: 1rem
}
.secondary-nav a:active,
.secondary-nav a.active {
    color: #111418
}
.search-toggle {
    background-image: url('data:image/svg+xml;utf-8,<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Oval 1</title><path d="M13.46 14.39c-.78.586-1.748.933-2.8.933-2.573 0-4.66-2.087-4.66-4.66C6 8.086 8.087 6 10.66 6c2.575 0 4.662 2.087 4.662 4.662 0 1.05-.348 2.02-.935 2.8.075.035.144.082.205.143l3.2 3.2c.275.275.28.717.004.992-.273.273-.72.27-.992-.003l-3.2-3.2c-.062-.06-.11-.13-.143-.205zM12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12zm-1.34-9.61c2.06 0 3.73-1.67 3.73-3.728 0-2.06-1.67-3.73-3.73-3.73-2.058 0-3.728 1.67-3.728 3.73s1.67 3.73 3.73 3.73z" fill="#207CDF" fill-rule="evenodd"/></svg>');
    -webkit-transition: -webkit-filter .1s ease-out;
    transition: -webkit-filter .1s ease-out;
    transition: filter .1s ease-out;
    transition: filter .1s ease-out, -webkit-filter .1s ease-out
}
.search-toggle:hover,
.search-toggle:active,
.search-toggle:focus {
    -webkit-filter: hue-rotate(1deg) saturate(117%) brightness(105%);
    filter: hue-rotate(1deg) saturate(117%) brightness(105%)
}
@media screen and (min-width: 768px) {
    .toc-nav {
        margin-top: 1rem
    }
    .nav-toggle {
        display: inline-block
    }
    .toc-nav header {
        position: relative
    }
    .search-toggle {
        width: 1.5rem;
        height: 1.5rem;
        cursor: pointer;
        float: right;
        margin-top: .4rem
    }
}
.toc-nav h1 {
    margin-bottom: 1.125rem
}
.toc-nav h2,
.toc-nav nav>ol>li {
    font-size: 1rem;
    line-height: 1.73125rem;
    font-weight: 400;
    margin: 0;
    padding: 0
}
@media screen and (min-width: 768px) {
    .toc-nav li:not(:first-child) h2,
    .toc-nav nav>ol>li:not(:first-child) {
        margin: .25rem 0
    }
}
.toc-nav a.active {
    color: #111418
}
.toc-nav a.active::before {
    content: "\2023";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    margin-left: -.65rem;
    margin-right: .25rem;
    font-size: 1.2rem
}
.toc-nav li {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: list-item;
    font-size: .8125rem;
    line-height: 1.23125rem
}
@media screen and (min-width: 768px) {
    .toc-nav li {
        margin: .125rem 0
    }
}
@media screen and (max-width: 767px) {
    .toc-nav {
        margin: -2.5rem -.5rem 0;
        padding: .594rem 1rem;
        width: calc(100% + 1rem);
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0.1875rem;
        position: relative
    }
    .toc-nav ol {
        display: none
    }
    .toc-nav li {
        line-height: 1.5
    }
    .toc-nav h2,
    .toc-nav ol ol a {
        display: block;
        padding: .5rem 0
    }
    .toc-nav .nav-toggle {
        display: block;
        width: calc(100% - .5rem);
        cursor: pointer;
        position: relative;
        font-size: 1rem;
        margin: -.625rem -1rem -.5625rem;
        padding: .5rem 1rem .5625rem
    }
    .toc-nav .nav-toggle::after {
        border-top-color: #111418
    }
    .toc-nav .nav-toggle.active::after {
        border-bottom-color: #111418
    }
    .search-toggle {
        width: 2.75rem;
        height: 2.75rem;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        background-position: center center
    }
    .toc-nav nav.active {
        margin-top: .5625rem;
        padding-top: .5rem;
        position: relative
    }
    .toc-nav nav.active::before {
        content: "";
        display: block;
        width: calc(100% + 2rem);
        height: 1px;
        background: rgba(0, 0, 0, 0.03);
        position: absolute;
        top: 0;
        left: -1rem
    }
    .toc-nav a.active::before {
        line-height: 1
    }
    .toc-nav nav>ol>li>a.active::before {
        margin-top: .25rem
    }
}
body>section+footer {
    background: #f9fafb
}
body>section:nth-child(even):last-of-type+footer {
    background: #fff
}
.stop-scrolling {
    overflow: hidden
}
.stop-scrolling.ios {
    position: fixed;
    width: 100%
}
.overlay {
    position: fixed;
    z-index: 98;
    width: 100%;
    height: 100%;
    background-color: rgba(55, 61, 72, 0.99);
    top: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all .08s ease-out;
    transition: all .08s ease-out
}
.overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}
.overlay.cover-all {
    z-index: 999
}
section.buy .col {
    position: relative
}
section.buy .h2 {
    margin-bottom: 1rem;
    font-weight: 400
}
@media screen and (min-width: 1024px) {
    section.buy .col:last-of-type::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -2.8%;
        width: 1px;
        background: -webkit-linear-gradient(270deg, rgba(230, 230, 230, 0), #e6e6e6 50%, rgba(230, 230, 230, 0) 100%) 2%;
        background: linear-gradient(180deg, rgba(230, 230, 230, 0), #e6e6e6 50%, rgba(230, 230, 230, 0) 100%) 2%
    }
}
@media screen and (max-width: 767px) {
    section.buy {
        text-align: center
    }
    section.buy .button {
        display: block
    }
}
@media screen and (min-width: 768px) {
    section.buy .row,
    section.buy .col {
        margin-bottom: 0 !important
    }
}
.two-cols {
    position: relative;
    padding: 2.8125rem 0
}
.two-cols::after {
    content: "";
    position: absolute;
    top: 2em;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: -webkit-linear-gradient(270deg, rgba(230, 230, 230, 0), #e6e6e6 50%, rgba(230, 230, 230, 0) 100%) 2%;
    background: linear-gradient(180deg, rgba(230, 230, 230, 0), #e6e6e6 50%, rgba(230, 230, 230, 0) 100%) 2%;
    z-index: 0
}
.two-cols::before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    color: #bac6d5;
    font-size: 3rem;
    z-index: 1;
    -webkit-font-smoothing: none
}
@media screen and (max-width: 768px) {
    img.max {
        display: block;
        margin: 0 auto
    }
    .two-cols::before,
    .two-cols::after {
        display: none
    }
    .masthead>.wrapper>.actions {
        white-space: nowrap
    }
    .masthead>.wrapper>.actions>.button {
        margin: 0 !important
    }
}

.open-title {
	position: absolute;
	top: 300px;
	left: 80px;
	width: 480px;
	height: 120px;
	font-size: 3.5em;
	color: #ffffff; 
	line-height: 38px;
	text-shadow: 2px 2px rgba(50,50,50,0.5);
}

.discover-explore-learn {
	background-image: url('../gfx/gabriel_ipad.jpg');
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}
/*
.creativity-enabler {
	background-image: url('../gfx/gabriel_ipad2.png');
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}
*/
.bubble {
	 background: rgba(62,38,211,0.7); 
	 border-radius: 25px;
	 padding: 30px;
}

.floatleft {
	float: left;
	overflow: hidden;
}
.floatleft img {
	display: block;
}

.what-can-gyro-do {
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #3e26d3;
}

.what-can-gyro-do header {
	text-align: left;
	margin-left: 0em;
}

.what-can-gyro-do .content {
	margin-left: 0em;
}

.what-can-gyro-do .content h3 {
	margin: 0em;
}

.organize h3{
    margin: 0em;
}

.stores {
	padding: 0em;
}
.stores>div:nth-child(2) {
    margin-left: 2em;
}

.other-features {
	/*background-color: #FFE16C;*/
	padding-left: 1.5em;
}

.other-features header {
	text-align: left;
	margin-left: 0em;
}

.other-features .content {
	margin-left: 0em;
}

.other-features .content h3 {
	margin-bottom: 0em;
}
.sensor-actuators {
	/*background-image: url('../gfx/gyro_open2.png');
    background-repeat:   no-repeat;
    background-position: center right;*/
	background-color: #3e26d3;
	padding-left: 3em;
}
.sensor-actuators li {
	list-style: none;
}

.sensor-actuators h1 {
	margin: 0;
	margin-left: 0.5em;
}

.sensor-actuators h2 {
	font-size: 1em;
    margin-right: 1em;
    margin-left: -1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	opacity: 1;
	background: #321db3;
	border-radius: 10px;
    padding: 10px 20px;
}

.ecosystem {
	/*background-color: #6a78e6;*/
}

.guiexception {
	width: 100%;
    height: 16%;
    margin-right: 10%;
    margin-left: -10%;
    margin-bottom: 10%;
    padding: 10px 20px;
    
}

.subscribe {
    background-color: #4d35de;
}

.play-learn {
	background-image: url('../gfx/gabriel_ipad.png');
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
	padding-top: 5em;
}

.education {
	background-image: url('../gfx/gabriel_ipad2.png');
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
	padding-top: 5em;
}

/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:1em 0 0 1em}
#mc_embed_signup form h3 { padding: 0; margin: 0; }
#mc_embed_signup input {border:1px solid #999; color: black; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input[type=submit]{color: white;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup input[type=submit]:hover {background-color: #45d1f1; color: #311abd;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#c60; font-size:200%;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:25px; right:10px;}        
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}


/* custom mailchimp section */
#mc_embed_signup {
    clear: left;
    color: #fff
}
#mc_embed_signup .clear {
    padding: 0 2rem;
    margin-bottom: 2rem
}
#mc_embed_signup .mc-field-group {
    width: 100%;
    padding: 2rem;
}
#mc_embed_signup div.mce_inline_error {
    background-color: #FF3710!important
}
#mc_embed_signup input {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    border: none!important;
    outline: 0
}
#mc-embedded-subscribe {
    width: 100%;
    display: block;
    margin: 0!important
}

.col-md-4,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 992px) {
    .col-md-4 {
        float: left;
		width: 33.3333333333%;
    }
	.col-md-12 {
        float: left;
		width:100%;
    }
}

.toc a:hover {
	color: #45d1f1;
}

.contact-icons {
	font-size: 2em;
	text-align: center;
}

.contact-icons span {
	padding: 1em;
}

.contact-icons .wrapper {
	padding: 0px;
}

.contact-icons a:hover {
	color: #45d1f1;
}

.bg2 {
	background-color: #4d35de;
}

.prices header h1 {
	text-align: left;
}

.prices header p {
	text-align: left;
}

.prices img {
	max-width: 11.0em;
	border-radius: 25px;
}

.addons header h1 {
	text-align: left;
}

.addons header h4 {
	text-align: left;
}

.addons header p {
	text-align: left;
}

.content a {
	text-decoration: underline;
}

.addons p {
	font-size: 1.25rem;
}

.prices a {
	text-decoration: underline;
}

.addons a {
	text-decoration: underline;
}

.addons ul {
list-style-type: disc;
text-align: left;
padding-left: 2em;
}

.addons li {
	text-align: left;
	font-size: 1.25rem;
}

.prices .content {
	margin: 1rem auto 1rem;
}

.courses {
	background-image: url('../gfx/GYRO_WKS.jpg');
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
	padding-top: 5em;
}

.courses a {
	text-decoration: underline;
}

.making-the-maker a {
	text-decoration: underline;
}

.teacher-maker a {
	text-decoration: underline;
}