/*! Copyright (c) 2017 Postbox, Inc. */

@media screen and (max-width: 940px) {
    .large-only {
        display: none
    }
}

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

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

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: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
table,
th,
td,
caption,
hr {
    margin: 0;
    padding: 0
}

i,
cite,
em,
var,
address,
dfn {
    font-weight: normal;
    font-style: normal;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    font-style: italic
}

*,
*::after,
*::before {
    box-sizing: border-box
}

html {
    -webkit-font-feature-settings: "kern", "liga", "pnum";
    -moz-font-feature-settings: "kern", "liga", "pnum";
    -ms-font-feature-settings: "kern", "liga", "pnum";
    font-feature-settings: "kern", "liga", "pnum";
    overflow-y: scroll;
    min-height: 100%;
    font-size: .875rem;
    font-family: Helvetica Neue, Arial, sans-serif;
    line-height: 1.57143;
    background: #2caff7;
    color: #828E99;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

p {
	font-size: 10pt;
	color: #697582 !important;
}

@media screen and (max-width: 1280px) {
    html {
        font-size: 82%
    }
}

@media screen and (max-width: 860px) {
    html {
        font-size: 80%
    }
}

html.page-404 {
    background: #137787
}

body {
    background: rgba(255,255,255,0.01);
}

.container {
    max-width: 94.28571em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.85714rem
}

.container::after {
    clear: both;
    content: "";
    display: table
}

@media screen and (max-width: 940px) {
    .container {
        padding: 0 2.14286rem
    }
}

@media screen and (max-width: 760px) {
    .container {
        padding: 0 1.42857rem
    }
}

.container--narrow {
    max-width: 58.57143rem;
    margin: auto
}

.cf::after,
.clearfix::after {
    clear: both;
    content: "";
    display: table
}

.borderless--bottom {
    border-bottom: none !important
}

.borderless--top {
    border-top: none !important
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

@font-face {
    font-family: postbox-icons;
    src: url("../fonts/postbox-icons.eot");
    src: url("../fonts/postbox-icons.eot#iefix") format("embedded-opentype"), url("../fonts/postbox-icons.woff") format("woff"), url("../fonts/postbox-icons.ttf") format("truetype"), url("../fonts/postbox-icons.svg#postbox-icons") format("svg");
    font-weight: normal;
    font-style: normal
}


h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
ul,
ol,
dl,
blockquote,
p,
address,
table,
fieldset,
figure,
pre {
    margin-bottom: 1.57143rem
}

ul,
ol,
dd {
    margin-left: 3.14286rem
}

hr.rule,
.rule,
hr.rule--btm,
.rule--btm,
hr.rule--flush,
.rule--flush {
    border: 0;
    border-top: 1px solid #e3e6e9
}

hr.rule,
.rule {
    margin: 1.57143rem 0
}

hr.rule--btm,
.rule--btm {
    margin: 1.57143rem 0 3.14286rem
}

hr.rule--flush,
.rule--flush {
    margin: 0
}

img {
    max-width: 100%;
    font-style: italic;
    vertical-align: middle
}

img[width],
img[height],
.gm-style img {
    max-width: none
}

figure {
    margin: 0;
    padding: 0
}

h1,
h2,
h3 {
    font-family: Arial Rounded MT Bold, Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

h4,
h5,
h6 {
    font-family: Arial Rounded MT Bold, Helvetica Neue, Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

h1,
.alpha {
    font-size: 34px;
    font-size: 2.42857rem;
    line-height: 1.3
}

@media screen and (max-width: 1440px) {
    h1,
    .alpha {
        font-size: 30px;
        font-size: 2.14286rem
    }
}

h2,
.beta {
    font-size: 30px;
    font-size: 2.14286rem;
    line-height: 1.3
}

@media screen and (max-width: 1440px) {
    h2,
    .beta {
        font-size: 26px;
        font-size: 1.85714rem
    }
}

h3,
.gamma {
    font-size: 26px;
    font-size: 1.85714rem;
    line-height: 1.3
}

@media screen and (max-width: 1440px) {
    h3,
    .gamma {
        font-size: 22px;
        font-size: 1.57143rem
    }
}

h4,
.delta {
    font-size: 22px;
    font-size: 1.57143rem;
    line-height: 1.3
}

@media screen and (max-width: 1440px) {
    h4,
    .delta {
        font-size: 20px;
        font-size: 1.42857rem
    }
}

h5,
.epsilon {
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 1.3
}

@media screen and (max-width: 1440px) {
    h5,
    .epsilon {
        font-size: 18px;
        font-size: 1.28571rem
    }
}

h6,
.zeta {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.3
}

@media screen and (max-width: 1440px) {
    h6,
    .zeta {
        font-size: 17px;
        font-size: 1.21429rem
    }
}

.lede {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 1.6
}

.giga {
    font-size: 64px;
    font-size: 4.57143rem;
    line-height: 1.3
}

.mega {
    font-size: 56px;
    font-size: 4rem;
    line-height: 1.3
}

.kilo {
    font-size: 45px;
    font-size: 3.21429rem;
    line-height: 1.3
}

small,
.milli {
    font-size: 13px;
    font-size: .92857rem;
    line-height: 1.69231
}

.micro {
    font-size: 12px;
    font-size: .85714rem;
    line-height: 1.83333
}

em {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-style: italic;
    font-weight: 400
}

strong {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

a,
a:visited {
    text-decoration: none;
    color: #2caff7;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover,
a:active,
a:focus {
    color: #0091cc
}

.btn,
a.btn,
input.btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    font: inherit;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-weight: 600;
    text-align: center;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    font-size: larger
}

.btn,
a.btn,
input.btn,
.btn:hover,
.btn:active,
.btn:focus {
    text-decoration: none
}

.btn,
a.btn,
input.btn {
    padding: 1.14286rem 3.57143rem 1rem;
    max-width: 100%;
    border: none; // was 2px solid
    color: #2caff7; //was FFFFFF
    border-radius: 5px;
}

.btn--sky,
a.btn--sky,
input.btn--sky {
   // background-color: #2caff7;
    border-color: #2caff7
}

.btn--sky:disabled,
a.btn--sky:disabled,
input.btn--sky:disabled {
    background-color: #0091cc;
    border-color: #0091cc
}

.btn--sky.btn--outline,
a.btn--sky.btn--outline,
input.btn--sky.btn--outline {
    color: #2caff7
}

.btn--sky.btn--outline:hover::after,
.btn--sky.btn--outline:active::after,
.btn--sky.btn--outline:focus::after,
a.btn--sky.btn--outline:hover::after,
a.btn--sky.btn--outline:active::after,
a.btn--sky.btn--outline:focus::after,
input.btn--sky.btn--outline:hover::after,
input.btn--sky.btn--outline:active::after,
input.btn--sky.btn--outline:focus::after {
    color: #2caff7
}

.btn--ketchup,
a.btn--ketchup,
input.btn--ketchup {
    background-color: #db5d44;
    border-color: #db5d44
}

.btn--ketchup:disabled,
a.btn--ketchup:disabled,
input.btn--ketchup:disabled {
    background-color: #ba4f3a;
    border-color: #ba4f3a
}

.btn--ketchup.btn--outline,
a.btn--ketchup.btn--outline,
input.btn--ketchup.btn--outline {
    color: #db5d44
}

.btn--ketchup.btn--outline:hover::after,
.btn--ketchup.btn--outline:active::after,
.btn--ketchup.btn--outline:focus::after,
a.btn--ketchup.btn--outline:hover::after,
a.btn--ketchup.btn--outline:active::after,
a.btn--ketchup.btn--outline:focus::after,
input.btn--ketchup.btn--outline:hover::after,
input.btn--ketchup.btn--outline:active::after,
input.btn--ketchup.btn--outline:focus::after {
    color: #db5d44
}

.btn--white,
a.btn--white,
input.btn--white {
    background-color: #fff;
    border-color: #fff
}

.btn--white:disabled,
a.btn--white:disabled,
input.btn--white:disabled {
    background-color: #d9d9d9;
    border-color: #d9d9d9
}

.btn--white.btn--outline,
a.btn--white.btn--outline,
input.btn--white.btn--outline {
    color: #fff
}

.btn--white.btn--outline:hover::after,
.btn--white.btn--outline:active::after,
.btn--white.btn--outline:focus::after,
a.btn--white.btn--outline:hover::after,
a.btn--white.btn--outline:active::after,
a.btn--white.btn--outline:focus::after,
input.btn--white.btn--outline:hover::after,
input.btn--white.btn--outline:active::after,
input.btn--white.btn--outline:focus::after {
    color: #fff
}

.btn::after,
a.btn::after,
input.btn::after {
    font-family: "postbox-icons";
    content: "\e804";
    z-index: 2;
    position: absolute;
    color: #2caff7; // was FFFFFF
    width: 30px;
    right: -30px;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 400;
}

.btn:hover::after,
.btn:active::after,
.btn:focus::after,
a.btn:hover::after,
a.btn:active::after,
a.btn:focus::after,
input.btn:hover::after,
input.btn:active::after,
input.btn:focus::after {
    right: .78571rem
}

@media screen and (max-width: 540px) {
    .btn,
    a.btn,
    input.btn {
        width: 100%
    }
}

.btn--outline,
a.btn--outline,
input.btn--outline {
    background: none
}

.btn--large,
a.btn--large,
input.btn--large {
    font-size: 1.21429rem;
    padding: 1.28571rem 3.57143rem 1.14286rem
}

.btn--small,
a.btn--small,
input.btn--small {
    padding: .85714rem 3.57143rem .71429rem
}

.btn--fill,
a.btn--fill,
input.btn--fill {
    display: block;
    width: 100%
}

.btn-group>.btn {
    margin-right: 1.14286rem
}

.btn-group>.btn:last-child {
    margin-right: 0
}

@media screen and (max-width: 540px) {
    .btn-group>.btn {
        margin-right: 0;
        width: 100%;
        margin-bottom: 1.57143rem
    }
}

.btn-group--two-btn {
    width: 542px;
    margin: auto
}

.section {
    background: #fff;
    border-bottom: 1px solid #e3e6e9;
    overflow: hidden;
    padding: 5.71429rem 0
}

@media screen and (max-width: 860px) {
    .section {
        padding: 4.28571rem 0
    }
}

.section--large {
    padding: 7.14286rem 0
}

@media screen and (max-width: 860px) {
    .section--large {
        padding: 5.71429rem 0
    }
}

.section--small {
    padding: 4.28571rem 0
}

@media screen and (max-width: 860px) {
    .section--small {
        padding: 2.85714rem
    }
}

.section--narrow {
    margin-left: 8.46774%;
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    padding: 1
}

.section--narrow:last-child {
    margin-right: 0
}

@media screen and (max-width: 1024px) {
    .section--narrow {
        margin-left: 0%;
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 100%;
        padding: 0
    }
    .section--narrow:last-child {
        margin-right: 0
    }
}

.section--attached-top {
    padding-top: 0
}

.section--attached-bottom {
    padding-bottom: 0
}

.section--grey {
    background: #fafeff
}

.ma {
    margin: 1.57143rem !important
}

.mt {
    margin-top: 1.57143rem !important
}

.mr {
    margin-right: 1.57143rem !important
}

.mb {
    margin-bottom: 1.57143rem !important
}

.ml {
    margin-left: 1.57143rem !important
}

.mh {
    margin-top: 1.57143rem !important;
    margin-bottom: 1.57143rem !important
}

.mv {
    margin-right: 1.57143rem !important;
    margin-left: 1.57143rem !important
}

.ma\+ {
    margin: 3.14286rem !important
}

.mt\+ {
    margin-top: 3.14286rem !important
}

.mr\+ {
    margin-right: 3.14286rem !important
}

.mb\+ {
    margin-bottom: 3.14286rem !important
}

.ml\+ {
    margin-left: 3.14286rem !important
}

.mh\+ {
    margin-top: 3.14286rem !important;
    margin-bottom: 3.14286rem !important
}

.mv\+ {
    margin-right: 3.14286rem !important;
    margin-left: 3.14286rem !important
}

.ma- {
    margin: .78571rem !important
}

.mt- {
    margin-top: .78571rem !important
}

.mr- {
    margin-right: .78571rem !important
}

.mb- {
    margin-bottom: .78571rem !important
}

.ml- {
    margin-left: .78571rem !important
}

.mh- {
    margin-top: .78571rem !important;
    margin-bottom: .78571rem !important
}

.mv- {
    margin-right: .78571rem !important;
    margin-left: .78571rem !important
}

.ma0 {
    margin: 0 !important
}

.mt0 {
    margin-top: 0 !important
}

.mr0 {
    margin-right: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.ml0 {
    margin-left: 0 !important
}

.mh0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.mv0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.ta-l {
    text-align: left !important
}

.ta-c {
    text-align: center !important
}

.ta-r {
    text-align: right !important
}

.tt-u {
    text-transform: uppercase !important
}

.tt-l {
    text-transform: lowercase !important
}

.tt-c {
    text-transform: capitalize !important
}

.fw-l {
    font-weight: 300 !important
}

.fw-n {
    font-weight: 400 !important
}

.fw-b {
    font-weight: 500 !important
}

.fw-b--rounded {
    font-family: Arial Rounded MT Bold, Helvetica Neue, Arial, sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important
}

.color--sky {
    color: #2caff7
}

.color--ketchup {
    color: #db5d44
}

.color--slate {
    color: #697582
}

.color--space {
    color: #333
}

.section--color-grape h1,
.section--color-grape h2,
.section--color-grape h3,
.section--color-grape h4,
.section--color-grape h5,
.section--color-grape h6 {
    color: #6d70c3
}

.color-secondary--grape {
    color: #6d70c3
}

.section--color-blueberry h1,
.section--color-blueberry h2,
.section--color-blueberry h3,
.section--color-blueberry h4,
.section--color-blueberry h5,
.section--color-blueberry h6 {
    color: #2ea7ea
}

.color-secondary--blueberry {
    color: #2ea7ea
}

.section--color-apple h1,
.section--color-apple h2,
.section--color-apple h3,
.section--color-apple h4,
.section--color-apple h5,
.section--color-apple h6 {
    color: #3fca5f
}

.color-secondary--apple {
    color: #3fca5f
}

.section--color-mint h1,
.section--color-mint h2,
.section--color-mint h3,
.section--color-mint h4,
.section--color-mint h5,
.section--color-mint h6 {
    color: #40bea6
}

.color-secondary--mint {
    color: #40bea6
}

.section--color-banana h1,
.section--color-banana h2,
.section--color-banana h3,
.section--color-banana h4,
.section--color-banana h5,
.section--color-banana h6 {
    color: #ffc200
}

.color-secondary--banana {
    color: #ffc200
}

.section--color-orange h1,
.section--color-orange h2,
.section--color-orange h3,
.section--color-orange h4,
.section--color-orange h5,
.section--color-orange h6 {
    color: #f88d0a
}

.color-secondary--orange {
    color: #f88d0a
}

.section--color-strawberry h1,
.section--color-strawberry h2,
.section--color-strawberry h3,
.section--color-strawberry h4,
.section--color-strawberry h5,
.section--color-strawberry h6 {
    color: #f84646
}

.color-secondary--strawberry {
    color: #f84646
}

.section--color-raspberry h1,
.section--color-raspberry h2,
.section--color-raspberry h3,
.section--color-raspberry h4,
.section--color-raspberry h5,
.section--color-raspberry h6 {
    color: #d33b85
}

.color-secondary--raspberry {
    color: #d33b85
}

html {
    overflow: hidden;
    background: rgba(255,255,255,0.01);
}

.in-product-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: table;
    overflow: hidden
}

.pull-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto
}

.pull-center,
.pull-center .container {
    overflow: hidden
}

@media screen and (max-width: 540px) {
    .btn {
        width: auto !important
    }
}

@media screen and (max-width: 540px) {
    .hide-small {
        display: none !important
    }
}

.half-half {
    display: table
}

>.half-half__col {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    padding: 0 2.85714rem;
    width: 50%
}

.half-half__col>.cut-left {
    min-width: 200%;
    max-width: 200%;
    margin-left: -80%;
    max-height: 640px;
    float: right
}

.half-half__col>.cut-right {
    min-width: 200%;
    max-width: 200%;
    max-height: 640px
}
