@import "css.css";

html, *, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

::-moz-selection {
    background: #a62336;
    color: #fff
}

::selection {
    background: #a62336;
    color: #fff
}

body {
    margin: 0;
    color: #333;
    font-family: Source Sans Pro, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

a {
    -webkit-transition: all .3s;
    transition: all .3s;
    outline: none;
    color: #007bd0;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: #003f6a
}

h1, h2, h3, .h3, h4, .h4, h5, h6 {
    display: block;
    margin: 0 0 15px;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 400
}

h1 {
    font-size: 48px;
    font-weight: 100;
    line-height: 1.1
}

h2 {
    font-size: 36px;
    line-height: 1.1
}

h3, .h3 {
    font-size: 28px;
    line-height: 1.2
}

h4, .h4 {
    font-size: 18px;
    font-weight: 700
}

p:last-of-type {
    margin-bottom: 0
}

p:first-of-type {
    margin-top: 0
}

img {

    max-width: 100%;
    vertical-align: bottom
}

hr {
    height: 1px;
    margin: 15px 0;
    border: 0;
    background: #eee
}

@media only screen and (min-width: 768px) {
    hr {
        margin: 30px 0
    }
}

ul {
    padding: 0 0 0 20px
}

@media only screen and (min-width: 1024px) {
    ul {
        padding: 0 0 0 35px
    }
}

ul > li {
    margin-bottom: 10px;
    font-size:20px;
}

ul > li:last-child {
    margin-bottom: 0
}

table {
    width: 100%
}

td {
    padding: 5px 0;
    border-bottom: 1px solid #eee
}

a, button, [role=button], input, label, select, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

form ul {
    margin: 0;
    padding: 0;
    list-style: none
}

form ul > li {
    position: relative;
    margin-bottom: 20px
}

form ul a {
    display: inline-block;
    margin-top: 4px;
    color: #4d4d4d;
    font-size: 14px
}

form .recaptcha {
    width: 304px;
    margin: 20px auto
}

form footer {
    font-size: .9375;
    text-align: center
}

form footer p {
    font-size: 14px
}

form footer button, form footer .button {
    width: 100%;
    margin: 1.5rem 0 1rem;
    padding: 1.25rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

label {
    display: block;
    color: #007bd0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

label.error {
    padding: 2px 10px;
    border-radius: 0 0 3px 3px;
    background: #cc4b37;
    color: #fff;
    font-weight: 400;
    text-transform: none
}

label.error.error-message {
    margin: 0 0 20px;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 15px;
    text-align: center
}

label a {
    text-decoration: underline
}

label a:hover {
    text-decoration: none
}

input {
    border: 1px solid #eee;
    border-radius: 3px;
    outline: none;
    font-family: Source Sans Pro, sans-serif;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=text], input[type=email], input[type=password], input[type=number] {
    width: 100%;
    padding: .75rem .5rem;
    color: #4d4d4d;
    -moz-appearance: textfield
}

input[type=text].error, input[type=email].error, input[type=password].error, input[type=number].error {
    border-radius: 3px 3px 0 0;
    border-color: #cc4b37
}

input[type=text][disabled], input[type=email][disabled], input[type=password][disabled], input[type=number][disabled] {
    background: #eee;
    color: #d5d5d5
}

input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
    display: none
}

input[type=checkbox]:not(.optanon-status-checkbox) {
    position: absolute;
    left: -999em
}

input[type=checkbox]:not(.optanon-status-checkbox) + label {
    position: relative;
    padding-left: 26px;
    color: #333;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.8;
    text-transform: none;
    cursor: pointer
}

input[type=checkbox]:not(.optanon-status-checkbox) + label:before {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border: 1px solid #eee;
    border-radius: 3px;
    content: "";
    vertical-align: top
}

input[type=checkbox]:not(.optanon-status-checkbox):checked + label:before {
    border-color: #005d9d;
    background: url(../image/checkmark_white.svg) no-repeat center center #005d9d;
    background-size: 80% auto
}

input[type=checkbox]:not(.optanon-status-checkbox).error + label {
    color: #cc4b37
}

input[type=checkbox]:not(.optanon-status-checkbox).error + label:before {
    border-color: #cc4b37
}

input[type=checkbox]:not(.optanon-status-checkbox).error + label a {
    color: #a62336
}

.input-number {
    font-size: 0
}

.input-number .number-toggle {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 3px 0 0 3px;
    background: #eee;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    cursor: pointer
}

.input-number .number-toggle.plus {
    border-radius: 0 3px 3px 0
}

.input-number [type=number] {
    width: calc(100% - 100px);
    border-radius: 0;
    font-size: 16px;
    vertical-align: top
}

input::-ms-reveal, input::-ms-clear {
    display: none
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}



.container--no-padding {
    padding: 0
}

.button, button, [type=submit] {
    display: inline-block;
    margin: 0;
    padding: .75em 2em;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 0;
    border-radius: 3px;
    outline: none;
    background: #005d9d;
    color: #fff;
    font-family: Source Sans Pro, sans-serif;
    font-size: 16px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .1);
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.button:hover, button:hover, [type=submit]:hover {
    background: #006cb7;
    color: #fff
}

.button[disabled], button[disabled], [type=submit][disabled] {
    background: #eee;
    color: #d5d5d5;
    text-shadow: none
}

.button.large, button.large, [type=submit].large {
    font-size: 18px
}

.button.xlarge, button.xlarge, [type=submit].xlarge {
    font-size: 1.25rem
}

.button.wide, button.wide, [type=submit].wide {
    padding-right: 4em;
    padding-left: 4em
}

.button.light, button.light, [type=submit].light {
    background: #007bd0
}

.button.light:hover, button.light:hover, [type=submit].light:hover {
    background: #008aea
}

.button.dark, button.dark, [type=submit].dark {
    background: #003f6a
}

.button.dark:hover, button.dark:hover, [type=submit].dark:hover {
    background: #005d9d
}

.button.secondary, button.secondary, [type=submit].secondary {
    background: #a62336
}

.button.secondary:hover, button.secondary:hover, [type=submit].secondary:hover {
    background: #d02c44;
    color: #fff
}

.button.tertiary, button.tertiary, [type=submit].tertiary {
    background: #eee;
    color: #333;
    text-shadow: -1px -1px 0 #fff;
    -webkit-box-shadow: 0 0 0 1px #d5d5d5 inset;
    box-shadow: 0 0 0 1px #d5d5d5 inset
}

.button.tertiary:hover, button.tertiary:hover, [type=submit].tertiary:hover {
    background: #d5d5d5
}

.button.ghost, button.ghost, [type=submit].ghost {
    background: transparent;
    color: #005d9d;
    text-shadow: none;
    -webkit-box-shadow: 0 0 0 3px #005d9d inset;
    box-shadow: 0 0 0 3px #005d9d inset
}

.button.ghost:hover, button.ghost:hover, [type=submit].ghost:hover {
    background: #005d9d;
    color: #fff
}

.button.error, button.error, [type=submit].error {
    background: #cc4b37
}

.button.success, button.success, [type=submit].success {
    background: #3adb76;
    color: #333
}

.hidden {
    display: none
}

.close {
    display: inline-block;
    width: 25px;
    height: 25px
}

.close svg {
    width: 100%;
    height: auto
}

.password-reveal {
    position: absolute;
    right: 0;
    width: 40px;
    height: 50px;
    margin: 0;
    line-height: 45px;
    text-align: center
}

.password-reveal svg {
    display: none;
    width: 80%;
    vertical-align: middle
}

.password-reveal svg:first-child {
    display: inline-block
}

.password-reveal svg path {
    fill: #d5d5d5;
    stroke: #d5d5d5
}

.password-reveal + input {
    padding-right: 65px
}

.responsive-embed {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%
}

.responsive-embed > div, .responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.text-center {
    text-align: center
}

.uppercase {
    text-transform: uppercase
}

.display-center {
    margin: 0 auto
}

.loading {
    position: relative
}

.loading:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../image/loading.svg) no-repeat center center rgba(255, 255, 255, .9);
    content: "";
    z-index: 10
}

.video-holder {
    max-width: 60rem;
    margin: 0 auto
}

.video .jw-preview {
    visibility: inherit
}

[name=google_conversion_frame] {
    position: absolute;
    height: 0
}

.page__content {
    margin: 60px 0 90px
}

.alert {
    margin: 0 0 1rem;
    padding: 15px 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fbfbfb
}

.alert--success {
    border-color: #3adb76;
    background: #3adb76
}

.alert--warning {
    border-color: #ffae00;
    background: #ffae00
}

.gdpr {
    display: none
}

.is-gdpr .gdpr, .not-gdpr {
    display: block
}

.is-gdpr .not-gdpr {
    display: none
}

.optanon-alert-box-wrapper {
    z-index: 999999
}

.checklist {
    margin: 0 0 2rem;
    padding: 0;
    list-style: none
}

.checklist li {
    position: relative;
    margin-bottom: 5px;
    padding: 0 1.125rem;
    font-size: 1.125rem
}

.checklist li:before {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: -.125rem;
    width: 1rem;
    height: 1rem;
    background: url(../image/checkmark_black.svg) no-repeat center center;
    background-size: cover;
    content: ""
}

.grid {
    margin: 0;
    padding: 0;
    list-style: none
}

@media only screen and (min-width: 768px) {
    .grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px
    }
}

.grid--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.grid__column {
    margin: 0
}

@media only screen and (min-width: 768px) {
    .grid__column {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0;
        padding: 0 15px
    }
}

@media only screen and (min-width: 768px) {
    .grid__column--one-quarter {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
}

@media only screen and (min-width: 768px) {
    .grid__column--one-third {
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        max-width: 33.3333%
    }
}

@media only screen and (min-width: 768px) {
    .grid__column--half {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media only screen and (min-width: 768px) {
    .grid__column--two-thirds {
        -ms-flex-preferred-size: 66.6666%;
        flex-basis: 66.6666%;
        max-width: 66.6666%
    }
}

@media only screen and (min-width: 768px) {
    .grid__column--three-quarters {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
}

@media only screen and (min-width: 1024px) {
    .grid__column--large-one-third {
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        max-width: 33.3333%
    }
}

.page-section {
    margin-top: 4rem;
    margin-bottom: 5rem
}

.page-section__title {
    margin-bottom: 1rem;
    font-size: 2.25rem;
    text-transform: uppercase
}

.page-section__footer {
    padding: 2rem 1rem;
    background: #fbfbfb;
    font-size: 1.125rem;
    text-align: center
}

.page-section__footer .button {
    margin-top: 1rem
}

.page-section--background-grey {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;
}

.page-section--no-nav {
    margin-top: 8rem
}

.page-section--background-blue {
    margin-top: 0;
    margin-bottom: 0;
    padding: 4rem 0 5rem;
    background: url('data:image/svg+xml,%3Csvg width="6" height="6" viewBox="0 0 6 6" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="%23ffffff" fill-opacity="0.1" fill-rule="evenodd"%3E%3Cpath d="M5 0h1L0 6V5zM6 5v1H5z"/%3E%3C/g%3E%3C/svg%3E') #005d9d;
    color: #fff
}

.page-section--background-blue path {
    fill: #fff
}

.page-section--small {
    padding: 2rem 0 2.5rem
}

.page-section--full-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100vh - 2rem - 225px);
    margin-top: 0;
    margin-bottom: 0;
    padding: 8rem 0 5rem
}

@media only screen and (min-width: 768px) {
    .page-section--full-page {
        min-height: calc(100vh - 2rem - 138px)
    }
}

.page-section--border-top {
    padding-top: 4rem;
    border-top: 1px solid #eee
}

html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.remodal, [data-remodal-id] {
    display: none
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: ""
}

.remodal-overlay, .remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

.remodal-is-initialized {
    display: inline-block
}

.remodal-bg.remodal-is-opening {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.remodal-overlay {
    background: rgba(255, 255, 255, .85)
}

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes
}

.remodal-wrapper {
    padding: 0
}

.remodal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
    color: #2b2e38;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
    box-shadow: 0 1px 3px #00000021
}

.remodal.remodal-is-opening, .remodal.remodal-is-closing {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes
}

.remodal, .remodal-wrapper:after {
    vertical-align: middle
}

.remodal-close {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent
}

.remodal-close:hover, .remodal-close:focus {
    color: #2b2e38
}

.remodal-close:before {
    font-family: Arial, Helvetica CY, Nimbus Sans L, sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\d7";
    text-align: center
}

.remodal-confirm, .remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0
}

.remodal-confirm {
    color: #fff;
    background: #81c784
}

.remodal-confirm:hover, .remodal-confirm:focus {
    background: #66bb6a
}

.remodal-cancel {
    color: #fff;
    background: #e57373
}

.remodal-cancel:hover, .remodal-cancel:focus {
    background: #ef5350
}

.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0
}

@-webkit-keyframes remodal-opening-keyframes {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes remodal-opening-keyframes {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes remodal-closing-keyframes {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes remodal-overlay-opening-keyframes {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes remodal-overlay-closing-keyframes {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 700px
    }
}

.lt-ie9 .remodal-overlay {
    background: #2b2e38
}

.lt-ie9 .remodal {
    width: 700px
}

@font-face {
    font-family: slick;
    src: url(https://cdn.shopify.com/s/files/1/1976/0763/t/21/assets/fonts/slick.eot);
    src: url(https://cdn.shopify.com/s/files/1/1976/0763/t/21/assets/fonts/slick.eot?) format("embedded-opentype"), url(https://cdn.shopify.com/s/files/1/1976/0763/t/21/assets/fonts/slick.woff) format("woff"), url(https://cdn.shopify.com/s/files/1/1976/0763/t/21/assets/fonts/slick.ttf) format("truetype"), url(https://cdn.shopify.com/s/files/1/1976/0763/t/21/assets/fonts/slick.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before, .slick-next:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "\2190"
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "\2192"
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.pre-header {
    color: #fff;
    text-align: center
}

@media only screen and (min-width: 1024px) {
    .pre-header {
        text-align: left
    }
}

@media only screen and (min-width: 1024px) {
    .pre-header__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.pre-header__promo {
    position: relative;
    padding: 5px 0 7px
}

@media only screen and (min-width: 1024px) {
    .pre-header__promo {
        -webkit-box-flex: 1;
        -ms-flex: 1 0;
        flex: 1 0;
        padding: 3px .5rem 6px 0;
        border-right: 1px solid rgba(255, 255, 255, .05)
    }
}

@media only screen and (min-width: 1024px) {
    .pre-header__promo-details {
        position: relative
    }
}

.pre-header__promo-details-link {
    margin-left: 5px;
    color: #fff;
    text-decoration: underline;
    cursor: pointer
}

.pre-header__modal {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    margin-top: 5px;
    padding: 1.5rem;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    background: #fff;
    color: #333;
    font-weight: 400;
    z-index: 9999
}

@media only screen and (min-width: 768px) {
    .pre-header__modal {
        width: 25rem;
        margin-top: 10px;
        font-size: .875rem
    }
}

.pre-header__modal.open {
    display: block
}

.pre-header__modal:before {
    position: absolute;
    top: -6px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ""
}

.pre-header__modal-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: url(../image/icon-close.svg) no-repeat center center;
    background-size: 20px;
    color: #333;
    cursor: pointer
}

.pre-header__currency {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 38px;
    margin: 0 0 0 auto;
    padding: 2px 0;
    border-top: 1px solid #333;
    font-size: .875rem;
    font-weight: 600
}

@media only screen and (min-width: 1024px) {
    .pre-header__currency {
        padding: 0 0 0 .5rem;
        border-top: 0
    }
}

.pre-header a {
    color: #fff;
    text-decoration: underline
}

.pre-header a:hover {
    text-decoration: none
}

.pre-header .doubly-wrapper {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    margin-top: 0;
    float: none
}

.pre-header .doubly-nice-select.currency-switcher, .pre-header .nice-select.currency-switcher {
    height: auto;
    padding: 0 18px 0 0;
    float: none;
    border: 0;
    background: none;
    line-height: 38px
}

.pre-header .doubly-nice-select.currency-switcher:after, .pre-header .nice-select.currency-switcher:after {
    top: 16px;
    right: 7px;
    border-color: #fff
}

.pre-header .doubly-nice-select.currency-switcher .current, .pre-header .nice-select.currency-switcher .current {
    color: #fff;
    font-size: 12px;
    font-weight: 600
}

.pre-header .doubly-nice-select.currency-switcher .current .flags, .pre-header .nice-select.currency-switcher .current .flags {
    margin: 10px 3px 0 10px !important
}

.pre-header .flags {
    background-image: url(../image/currency-flags.png)
}

.navigation {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #eee;
    background: #fff;
    z-index: 999
}

.navigation__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.navigation__logo {
    width: 11.5rem;
    height: 4rem;
    margin: 0 auto 0 0;
    background: url(../image/logo_dark_inv_academy.svg) no-repeat center left;
    background-size: contain;
    color: transparent
}

.navigation__list {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    list-style: none
}

@media only screen and (min-width: 768px) {
    .navigation__list {
        display: block !important;
        position: static;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: auto;
        background: transparent;
        font-size: 0;
        text-align: right
    }
}

.navigation__list-item {
    margin: 0;
    -webkit-transition: background .3s;
    transition: background .3s;
    border-bottom: 1px solid #eee;
    color: #007bd0
}

@media only screen and (min-width: 768px) {
    .navigation__list-item {
        display: inline-block;
        border: 0;
        color: #333
    }
}

.navigation__list-item--has-dropdown {
    position: relative
}

@media only screen and (min-width: 768px) {
    .navigation__list-item--has-dropdown {
        padding-right: 1rem
    }
}

.navigation__list-item--has-dropdown:after {
    position: absolute;
    top: 0;
    right: 1rem;
    margin-top: 1.25em;
    border-top: 6px solid #007bd0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""
}

@media only screen and (min-width: 768px) {
    .navigation__list-item--has-dropdown:after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-top-color: #333
    }
}

.navigation__list-item.open .navigation__dropdown {
    display: block
}

@media only screen and (min-width: 1024px) {
    .navigation__list-item.open .navigation__dropdown {
        display: none
    }
}

@media only screen and (min-width: 768px) {
    .navigation__list-item:hover {
        background: #fbfbfb
    }
}

@media only screen and (min-width: 1024px) {
    .navigation__list-item:hover .navigation__dropdown {
        display: block
    }
}

.navigation__link {
    display: block;
    padding: .625rem 1rem .75rem;
    color: inherit;
    font-size: 1.125rem;
    text-transform: uppercase
}

@media only screen and (min-width: 768px) {
    .navigation__link {
        padding: 0 1rem;
        font-size: 1rem;
        line-height: 4rem
    }
}

@media only screen and (min-width: 1024px) {
    .navigation__link {
        font-size: 1.0625rem
    }
}

.navigation__link:hover {
    color: inherit
}

.navigation__dropdown {
    display: none;
    margin: 0;
    padding: 2px 0 .5rem;
    border-radius: 0 0 2px 2px;
    list-style: none
}

@media only screen and (min-width: 768px) {
    .navigation__dropdown {
        position: absolute;
        min-width: 12rem;
        border: 1px solid #eee;
        border-top: 0;
        background: #fbfbfb;
        text-align: left;
        white-space: nowrap;
        -webkit-box-shadow: 0 6px 6px -4px rgba(0, 0, 0, .05);
        box-shadow: 0 6px 6px -4px #0000000d
    }
}

.navigation__dropdown-link {
    display: block;
    padding: .5rem 1.5rem;
    color: #333
}

@media only screen and (min-width: 768px) {
    .navigation__dropdown-link {
        padding: .5rem 1rem;
        font-size: .9375rem;
        text-transform: uppercase
    }
}

.navigation__dropdown-link:hover {
    background: #007bd0;
    color: #fff
}

.navigation__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4rem;
    padding: 0 1rem
}

@media only screen and (min-width: 1024px) {
    .navigation__icon--search {
        display: none
    }
}

.navigation__icon--hamburger {
    position: relative
}

@media only screen and (min-width: 768px) {
    .navigation__icon--hamburger {
        display: none
    }
}

.navigation__icon--hamburger:before, .navigation__icon--hamburger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.25rem;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-box-shadow .15s linear .15s, -webkit-transform .15s linear 0ms;
    transition: -webkit-box-shadow .15s linear .15s, -webkit-transform .15s linear 0ms;
    transition: box-shadow .15s linear .15s, transform .15s linear 0ms;
    transition: box-shadow .15s linear .15s, transform .15s linear 0ms, -webkit-box-shadow .15s linear .15s, -webkit-transform .15s linear 0ms;
    background: #333;
    -webkit-box-shadow: 0 6px 0 0 #333, 0 -6px 0 0 #333;
    box-shadow: 0 6px #333, 0 -6px #333;
    content: ""
}

.navigation__icon--hamburger.active:before, .navigation__icon--hamburger.active:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: -webkit-box-shadow .15s linear 0ms, -webkit-transform .15s linear .15s;
    transition: -webkit-box-shadow .15s linear 0ms, -webkit-transform .15s linear .15s;
    transition: box-shadow .15s linear 0ms, transform .15s linear .15s;
    transition: box-shadow .15s linear 0ms, transform .15s linear .15s, -webkit-box-shadow .15s linear 0ms, -webkit-transform .15s linear .15s;
    background: #007bd0;
    -webkit-box-shadow: 0 0 0 0 #007bd0;
    box-shadow: 0 0 #007bd0
}

.navigation__icon--hamburger.active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.navigation__icon svg {
    width: auto;
    height: 1rem
}

.navigation__icon svg path {
    -webkit-transition: fill .3s;
    transition: fill .3s;
    fill: #333
}

.navigation__icon.active path {
    fill: #007bd0
}

.navigation__search-bar {
    display: none;
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
    padding: .5rem 1rem;
    background: #007bd0;
    font-size: 0
}

@media only screen and (min-width: 1024px) {
    .navigation__search-bar {
        display: block !important;
        position: relative;
        top: 0;
        width: auto;
        margin: 0 .5rem 0 1.5rem;
        padding: 0;
        border-bottom: 1px solid #d5d5d5;
        background: none
    }
}

.navigation__search-input {
    width: calc(100% - 2rem);
    height: 2.25rem;
    border: 0;
    border-radius: 0;
    background: none;
    color: #fff
}

@media only screen and (min-width: 1024px) {
    .navigation__search-input {
        width: 10rem;
        -webkit-transition: width .3s;
        transition: width .3s;
        color: #333;
        font-size: .8125rem
    }
}

@media only screen and (min-width: 1400px) {
    .navigation__search-input:focus {
        width: 13rem
    }
}

.navigation__search-input::-webkit-input-placeholder {
    color: #d5d5d5
}

.navigation__search-input::-moz-placeholder {
    color: #d5d5d5
}

.navigation__search-input::-ms-input-placeholder {
    color: #d5d5d5
}

.navigation__search-input::placeholder {
    color: #d5d5d5
}

.navigation__search-button {
    max-width: 2rem;
    height: 2.25rem;
    padding: 0 0 0 1rem;
    border-radius: 0;
    background: none
}

@media only screen and (min-width: 1024px) {
    .navigation__search-button {
        position: relative;
        top: 2px;
        padding: 0 .5rem
    }
}

.navigation__search-button:hover {
    background: none
}

.navigation__search-button svg {
    position: relative;
    top: 2px;
    height: 1rem
}

.navigation__search-button svg path {
    fill: #fff
}

@media only screen and (min-width: 1024px) {
    .navigation__search-button svg path {
        fill: #333
    }
}

.navigation__cart-counter {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 1px 0 -.5rem;
    border-radius: 100%;
    background: #007bd0;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.25rem;
    text-align: center
}

.navigation__results {
    width: 100%;
    margin-top: 2px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    background: #fff
}

.navigation__result {
    margin: 0
}

.navigation__result-link {
    display: block;
    margin: 0;
    padding: .5rem 1rem;
    border-bottom: 1px solid #eee
}

.navigation__result-link:hover {
    background: #fbfbfb;
    color: #333
}

.main-footer {
    background: #333;
    color: #fff;
    text-align: center
}

@media only screen and (min-width: 1024px) {
    .main-footer {
        text-align: left
    }
}

.main-footer__list {
    margin: 0;
    padding: 30px 0;
    font-size: 0;
    list-style: none
}

.main-footer__list-item {
    margin: 0
}

@media only screen and (min-width: 768px) {
    .main-footer__list-item {
        display: inline-block
    }
}

.main-footer__link {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px
}

@media only screen and (min-width: 768px) {
    .main-footer__link {
        margin: 0;
        padding: 0 15px
    }
}

.main-footer__link:hover {
    color: #fff;
    text-decoration: underline
}

.main-footer__sub-footer {
    padding: 15px 30px;
    background: #000
}

@media only screen and (min-width: 1024px) {
    .main-footer__sub-footer {
        text-align: right
    }
}

.main-footer__sub-footer a {
    color: inherit
}

.course-sidebar-holder {
    position: relative;
    width: 100%;
    height: 6.25rem
}

@media only screen and (min-width: 1024px) {
    .course-sidebar-holder {
        height: auto;
        z-index: 0
    }
}

.course-sidebar-holder__sticky {
    position: absolute;
    top: 0;
    width: 100%
}

@media only screen and (min-width: 1024px) {
    .course-sidebar-holder__sticky {
        top: 4rem;
        right: 0;
        z-index: 0
    }
}

@media only screen and (min-width: 1024px) {
    .course-section {
        position: relative;
        max-width: calc(100% - 2rem)
    }
}

.course-section--content {
    font-size: 1.25rem
}

.fourohfour {
    margin: 0 auto 60px
}

@media only screen and (min-width: 768px) {
    .fourohfour {
        max-width: 75%
    }
}

@media only screen and (min-width: 1024px) {
    .fourohfour {
        max-width: 50%
    }
}

.fourohfour__title {
    color: #007bd0;
    font-size: 100px;
    font-weight: 300;
    line-height: 1
}

.learning-markets__footer {
    margin-top: 2rem
}

.learning-markets__modal-link {
    display: inline-block;
    margin-top: 5px
}

.learning-markets .webinar-in-session, .learning-markets .webinar-not-in-session {
    display: none
}

.learning-markets svg {
    max-width: 3.5rem;
    margin-bottom: 5px
}

.accordian--learning-markets tr td:last-of-type {
    text-align: right
}

[data-remodal-id=modal--learning-markets] {
    max-width: 31rem;
    padding: 2rem;
    text-align: left
}

[data-remodal-id=modal--learning-markets] h3 {
    text-transform: uppercase
}

[data-remodal-id=modal--learning-markets] .form__footer {
    margin-top: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee
}

.tag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 .75rem;
    background: #000;
    color: #fff;
    font-size: .875rem;
    font-weight: 800;
    line-height: 1.75rem;
    text-transform: uppercase
}

.tag:before, .tag:after {
    position: absolute;
    right: -.5rem;
    bottom: 0;
    width: 0;
    height: 0;
    margin-right: 1px;
    border-right: .5rem solid transparent;
    content: ""
}

.tag:before {
    border-bottom: .875rem solid #000
}

.tag:after {
    top: 0;
    border-top: .875rem solid #000
}

.tag--red {
    background: #a62336
}

.tag--red:before, .tag--red:after {
    border-top-color: #a62336;
    border-bottom-color: #a62336
}

.tag--blue {
    background: #005d9d
}

.tag--blue:before, .tag--blue:after {
    border-top-color: #005d9d;
    border-bottom-color: #005d9d
}

.hero {
    padding: 7rem 0 3rem;
    border-bottom: 1px solid #eee;
    background: no-repeat center center #fff;
    background-size: cover
}

@media only screen and (min-width: 1024px) {
    .hero {
        padding-bottom: 0;
        border-bottom: 0
    }
}

.hero--background {
    padding: 7rem 0 3rem;
    color: #fff
}

.hero--home {
    padding: 11.5rem 0 7.5rem;
    color: #fff
}

.hero--anniversary {
    padding: 13.5rem 0 9.5rem;
    text-align: center;
    text-shadow: 0 4px 5px rgba(51, 51, 51, .95)
}

.hero--anniversary .hero__subtitle {
    margin: 0 auto
}

.hero__title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase
}

@media only screen and (min-width: 1024px) {
    .hero__title--product {
        margin-bottom: 1rem;
        font-size: 1.75rem;
        font-weight: 400
    }
}

.hero__subtitle {
    margin: .5rem 0;
    font-size: 1.75rem;
    font-weight: 100
}

@media only screen and (min-width: 1024px) {
    .hero__subtitle--product {
        font-size: 3rem;
        font-weight: 600;
        line-height: 1.1
    }
}

.hero__subtitle--home {
    font-weight: 400
}

@media only screen and (min-width: 1024px) {
    .hero__subtitle--home {
        max-width: 66.6666%
    }
}

.hero__content {
    padding: 1rem 0 0
}

.hero__link {
    display: inline-block;
    color: inherit;
    text-decoration: underline
}

.hero__link:hover {
    color: inherit;
    text-decoration: none
}

.hero__link--instructor {
    margin-left: 5px
}

.hero__link--testimonial {
    margin-top: 5px
}

.hero:not(.hero--background) + .page-section--background-grey {
    margin-top: 4rem
}

.hero svg {
    display: inline-block;
    width: 16px;
    height: 13px;
    margin: 0 5px -2px 0;
    fill: currentColor
}

.hero path {
    fill: currentColor
}

.icon-callout {
    margin-bottom: 45px;
    font-size: 1.25rem;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .icon-callout {
        margin: 1rem 0 0
    }
}

.icon-callout__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    padding: 15px;
    border: 5px solid #007bd0;
    border-radius: 100%
}

.icon-callout svg {
    width: 100%;
    max-height: 100%
}

.icon-callout svg path {
    fill: #007bd0
}

.image-slider {
    margin: 0;
    padding: 1.5rem 0 2rem;
    background: url('data:image/svg+xml,%3Csvg width="6" height="6" viewBox="0 0 6 6" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="%23b5b5b5" fill-opacity="0.1" fill-rule="evenodd"%3E%3Cpath d="M5 0h1L0 6V5zM6 5v1H5z"/%3E%3C/g%3E%3C/svg%3E') #eee
}

.image-slider__title {
    color: #b3b3b3;
    font-size: 1.0625rem;
    font-weight: 700;
    text-align: center
}

.image-slider img {
    margin: 0 auto
}

.image-slider .slider {
    display: none
}

.image-slider .slider.slick-initialized {
    display: block
}

.image-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.image-slider button {
    z-index: 10
}

.testimonial {
    position: relative;
    padding: 3rem 0 2rem
}

@media only screen and (min-width: 1400px) {
    .testimonial {
        padding: 2rem 0
    }
}

.testimonial--featured {
    font-size: 1.5rem
}

.testimonial--slider {
    font-size: 1.25rem
}

.testimonial--home {
    padding: 5rem 0 4rem;
    background-color: #eee;
    font-size: 1.5rem
}

@media only screen and (min-width: 1400px) {
    .testimonial--home {
        padding: 7rem 0
    }
}

@media only screen and (min-width: 768px) {
    .testimonial--home:before {
        position: absolute;
        top: 0;
        left: calc(50% - 10px);
        width: 25%;
        height: 100%;
        margin-left: -1%;
        -webkit-transform: skew(-15deg);
        transform: skew(-15deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        background: #eee;
        content: "";
        z-index: 5
    }
}

.testimonial__image {
    display: none
}

@media only screen and (min-width: 768px) {
    .testimonial__image {
        display: block;
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
        background: no-repeat center center;
        background-size: cover
    }
}

.testimonial__content {
    position: relative
}

.testimonial__content--home {
    z-index: 10
}

@media only screen and (min-width: 768px) {
    .testimonial__content--home {
        margin-left: 50%
    }
}

.testimonial__content svg {
    position: absolute;
    top: -50px;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .1
}

@media only screen and (min-width: 1400px) {
    .testimonial__content svg {
        top: -21px;
        left: -30px
    }

    .testimonial--slider .testimonial__content svg {
        left: 0;
        opacity: .05
    }
}

.testimonial__name {
    margin-top: 10px;
    font-size: 1.125em;
    font-weight: 700
}

.testimonial__position {
    font-size: .8333em
}

.testimonial-list__group {
    display: block;
}

.testimonial-list__group:first-child {
    display: block
}

.card {
    display: block;
    margin-bottom: 30px;
    -webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: transform .3s, box-shadow .3s;
    transition: transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 #fff6
}

.card:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, .4);
    box-shadow: 0 6px 6px -6px #0006
}

.card__title {
    padding: 2.5rem 1rem;
    border-radius: 3px 3px 0 0;
    background: #333;
    color: #fff;
    font-size: 2rem;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase
}

.card__title--featured {
    background: #007bd0
}

.card__play-button {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: -58%;
    padding-top: 58%;
    cursor: pointer;
    z-index: 5
}

.card__play-button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-size .3s, opacity .3s;
    transition: background-size .3s, opacity .3s;
    background: url(../image/icon-arrow-right-white.svg) no-repeat center center rgba(0, 0, 0, .3);
    background-size: 100px;
    content: "";
    opacity: .5
}

.card__play-button:hover:before {
    background-size: 110px;
    opacity: 1
}

.card__image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 58%;
    border-radius: 3px 3px 0 0;
    background: no-repeat center center;
    background-size: cover
}

.card__image--instructor {
    padding-top: 64%
}

.card__image--alternate {
    display: none;
    position: relative;
    margin-bottom: -58%;
    z-index: 3
}

.card__image--alternate.running-test {
    display: block
}

.card__image--alternate.running-test + .card__image {
    opacity: 0
}

.card__content {
    padding: 1.5rem 2rem;
    color: #333
}

.card__content--instructor {
    padding: 1.25rem 1.5rem
}

.card__headline {
    margin-bottom: .75rem;
    font-size: 1.75rem;
    line-height: 1.2
}

.card__subject {
    margin: -.75rem 0 .75rem;
    color: #007bd0;
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase
}

.card__footer {
    padding: 2rem;
    border-top: 1px solid #eee;
    text-align: right
}

.card__price {
    margin-bottom: 1rem;
    color: #333
}

.card .money {
    display: block;
    color: #4d4d4d;
    font-size: 2.5rem !important;
    line-height: 1.2
}

.card .money[doubly-currency=USD] {
    display: none
}

.card__usd {
    font-size: 2.5rem;
    line-height: 1.2
}

.money:not([doubly-currency="USD"]) + .card__usd {
    font-size: 1.75rem;
    font-weight: 100;
    line-height: 1
}

.card__link {
    display: block;
    font-weight: 600
}

.megabundle {
    display: block;
    margin: 2rem 0 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    border: 1px solid #eee;
    background: #fbfbfb;
    color: #333
}

.megabundle:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    color: #333
}

@media only screen and (min-width: 768px) {
    .megabundle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.megabundle--subscription {
    -webkit-box-shadow: 0 -1rem 0 0 #007bd0;
    box-shadow: 0 -1rem #007bd0
}

.megabundle__content {
    padding: 2rem
}

@media only screen and (min-width: 768px) {
    .megabundle__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.megabundle__content--tag {
    position: relative
}

.megabundle__title {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.2;
    text-transform: uppercase
}

.megabundle__title--subscription {
    border-bottom: 1px solid;
    color: #007bd0
}

.megabundle__tags {
    margin-top: 2rem;
    font-size: .875rem;
    font-weight: 600
}

@media only screen and (min-width: 768px) {
    .megabundle__tags {
        margin-top: auto
    }
}

.megabundle__footer {
    padding: 2rem 2rem 3rem;
    background: #fff;
    text-align: right
}

@media only screen and (min-width: 768px) {
    .megabundle__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 1rem);
        flex: 0 0 calc(33% - 1rem);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: -1px;
        border-right: 1px solid #eee;
        text-align: center
    }
}

.megabundle__usd {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    line-height: 1.2
}

.megabundle__usd--sale {
    color: #a62336
}

.money:not([doubly-currency="USD"]) + .megabundle__usd {
    color: #333;
    font-size: 1.75rem;
    font-weight: 100;
    line-height: 1
}

.megabundle .money {
    font-size: 2.5rem !important;
    line-height: 1.2
}

.megabundle .money[doubly-currency=USD] {
    display: none
}

.megabundle .money--sale {
    color: #a62336
}

.megabundle .money--compare-at {
    display: block !important;
    margin-bottom: -.25rem;
    color: #4d4d4d;
    font-size: 1.5rem !important;
    font-weight: 100 !important;
    text-decoration: line-through !important
}

.megabundle__access {
    display: block;
    margin: -1.25rem 0 1rem;
    font-size: 1.25rem
}

.perks__perk {
    margin: 2rem 0 0;
    padding: 2rem;
    border: 1px solid #d5d5d5;
    background: #fff;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .perks__perk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left
    }
}

.perks__perk + .perks__perk {
    margin: -1px 0 0
}

@media only screen and (min-width: 768px) {
    .perks__perk + .perks__perk {
        padding-top: 0;
        border-top: 0
    }
}

.perks__icon {
    width: 5rem;
    margin: 0 auto
}

@media only screen and (min-width: 768px) {
    .perks__icon {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 5rem;
        flex: 1 0 5rem;
        max-width: 5rem
    }
}

.perks__content {
    padding: 1rem 0
}

@media only screen and (min-width: 768px) {
    .perks__content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 0 0 2rem;
        font-size: .9375rem
    }
}

.perks__title {
    margin-bottom: 3px
}

.perks svg {
    max-width: 100%;
    height: 4rem;
    margin-top: 3px
}

.accordian {
    margin-top: 1px;
    background: #fff
}

@media only screen and (min-width: 1024px) {
    .accordian {
        font-size: 1.25rem
    }
}

.accordian__title {
    margin-bottom: 1px;
    padding: .75rem 1.5rem;
    background: #eee;
    font-size: 1.125rem
}

.accordian__list-item {
    margin-bottom: 1px;
    border: 1px solid #eee
}

.accordian__toggle-link {
    display: block;
    position: relative;
    padding: 1rem 1.5rem;
    font-weight: 600;
    font-size:22px;
    color:rgb(29, 47, 79);
}

.accordian__toggle-link:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    background: url(../image/icon-arrow-down.svg) no-repeat center center;
    background-size: 10px 10px;
    content: ""
}

.accordian__toggle-link.active:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.accordian__content {
    display: none;
    padding: 0 2rem 2rem
}

.accordian__content ul {
    margin: 0
}

.instructor {
    margin-bottom: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
    font-size: 1.25rem
}

@media only screen and (min-width: 768px) {
    .instructor {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.instructor--first {
    margin-top: 1rem;
    padding-top: 0;
    border-top: 0
}

.instructor__photo {
    margin: 0 0 1rem
}

@media only screen and (min-width: 768px) {
    .instructor__photo {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 16rem;
        margin: .8rem 0 0
    }
}

.instructor__name {
    display: none;
    font-size: 2.25rem
}

@media only screen and (min-width: 768px) {
    .instructor__name {
        display: block
    }
}

.instructor__name--photo {
    display: block
}

@media only screen and (min-width: 768px) {
    .instructor__name--photo {
        display: none
    }
}

.instructor__name--bio-page {
    margin: -1.25rem 0 .75rem;
    font-size: 3rem;
    font-weight: 600;
    text-transform: uppercase
}

.instructor__subject {
    margin: -1.25rem 0 .75rem;
    color: #007bd0;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase
}

@media only screen and (min-width: 768px) {
    .instructor__content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 0 0 1.5rem
    }
}

.modal--login.remodal-wrapper {
    position: absolute
}

@media only screen and (min-width: 1024px) {
    .modal--login.remodal-wrapper {
        position: fixed
    }
}

[data-remodal-id=modal-login] {
    max-width: 500px;
    padding: 0;
    border: 0
}

[data-remodal-id=modal-login] .tabset-content {
    text-align: center
}

[data-remodal-id=modal-login] form {
    text-align: left
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

.tabs li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 0 0 -1px;
    padding: 10px 0;
    -webkit-transition: background .3s;
    transition: background .3s;
    border: 1px solid #eee;
    background: #fbfbfb;
    color: #737373;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer
}

.tabs li:first-child {
    margin: 0
}

@media only screen and (min-width: 768px) {
    .tabs li {
        padding: 15px 0;
        font-size: 18px
    }
}

.tabs li.active {
    border-bottom: 0;
    background: #fff;
    color: #005d9d;
    cursor: default
}

.tabset-content {
    margin-top: -1px;
    padding: 30px;
    border: 1px solid #eee;
    text-align: left
}

.tabset-content .tab-content {
    display: none
}

.tabset-content .tab-content.active {
    display: block
}

.secondary-nav {
    display: none;
    position: relative;
    height: 55px
}

@media only screen and (min-width: 768px) {
    .secondary-nav {
        display: block
    }
}

.secondary-nav__navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: rgba(255, 255, 255, .9)
}

.secondary-nav__list {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none
}

.secondary-nav__list-item {
    display: inline-block;
    margin: 0
}

.secondary-nav__link {
    display: block;
    height: 55px;
    padding: 0 15px;
    color: #333;
    font-size: 16px;
    line-height: 56px;
    -webkit-box-shadow: 0 0 0 #007bd0 inset;
    box-shadow: 0 0 #007bd0 inset
}

.secondary-nav__link:hover {
    background: #fbfbfb;
    color: #007bd0;
    -webkit-box-shadow: 0 -3px 0 #007bd0 inset;
    box-shadow: 0 -3px #007bd0 inset
}

#cart-modal {
    max-width: 450px;
    height: 100%;
    margin-bottom: 0;
    padding: 0;
    float: right;
    -webkit-transform: none;
    transform: none;
    border-left: 1px solid #eee;
    text-align: center;
    vertical-align: top;
    overflow-y: auto;
    overflow-x: hidden
}

#cart-modal.remodal-is-opening {
    -webkit-animation-name: cart-modal-opening-keyframes;
    animation-name: cart-modal-opening-keyframes
}

#cart-modal.remodal-is-closing {
    -webkit-animation-name: cart-modal-closing-keyframes;
    animation-name: cart-modal-closing-keyframes
}

#cart-modal .remodal-close {
    left: 100%;
    -webkit-transform: translateX(-100%);
    transform: translate(-100%)
}

#cart-modal .remodal-close:hover, #cart-modal .remodal-close:focus {
    background: none;
    color: #005d9d
}

#cart-modal header {
    padding: 30px 30px 45px
}

#cart-modal header h2 {
    color: #005d9d
}

#cart-modal .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 0;
    width: 100%;
    margin-bottom: 20px;
    -webkit-transition: left .3s;
    transition: left .3s
}

#cart-modal .content.show-form {
    left: -100%
}

#cart-modal .shopping-cart {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    width: 100%
}

#cart-modal .forms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 200%;
    flex: 1 0 200%;
    width: 200%;
    -webkit-transition: left .3s;
    transition: left .3s
}

#cart-modal .forms.show-login {
    left: -100%
}

#cart-modal .forms form {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%
}

#cart-modal .forms .registration-form {
    display: none
}

.is-gdpr #cart-modal .forms .registration-form {
    display: block
}

#cart-modal form {
    padding: 0 30px
}

@-webkit-keyframes cart-modal-opening-keyframes {
    0% {
        right: -475px;
        opacity: 0
    }
    to {
        right: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes cart-modal-opening-keyframes {
    0% {
        right: -475px;
        opacity: 0
    }
    to {
        right: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes cart-modal-closing-keyframes {
    0% {
        right: 0px;
        opacity: 1
    }
    to {
        right: -475px;
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes cart-modal-closing-keyframes {
    0% {
        right: 0px;
        opacity: 1
    }
    to {
        right: -475px;
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

.sailthru-form {
    margin-top: 1rem;
    padding: 2rem;
    border: 1px solid #d5d5d5;
    background: #fff
}

@media only screen and (min-width: 768px) {
    .sailthru-form {
        margin-top: 0
    }
}

.sailthru-form--full-width {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    text-align: center
}

.sailthru-form__content {
    padding-bottom: 1rem
}

@media only screen and (min-width: 1024px) {
    .sailthru-form__content {
        padding-bottom: 1.5rem
    }
}

.sailthru-form__content p {
    margin: 0
}

.form--sailthru__submit {
    width: 100%;
    margin: 0 0 1rem;
    padding: 0;
    line-height: 50px
}

.form--sailthru .form__fields {
    margin-bottom: .5rem
}

.form--sailthru-full-width {
    text-align: left
}

@media only screen and (min-width: 768px) {
    .form--sailthru-full-width {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 1rem
    }
}

.form--sailthru-full-width__fields {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.form--sailthru-full-width__footer {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin: 0;
    padding-top: 1rem
}

@media only screen and (min-width: 768px) {
    .form--sailthru-full-width__footer {
        max-width: 33.3333%;
        padding: 0 0 0 2rem
    }
}

.form--sailthru-full-width button {
    margin-bottom: 1rem
}

.course-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 6.25rem;
    padding: 0 1rem;
    border-bottom: 1px solid #eee;
    background: #fff
}

@media only screen and (min-width: 1024px) {
    .course-sidebar {
        display: block;
        max-width: 25%;
        height: auto;
        margin: 0 1rem 0 auto;
        padding: 2rem 1rem;
        border: 3px solid #eee;
        text-align: center
    }
}

.course-sidebar__price {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.course-sidebar .money {
    display: block;
    color: #4d4d4d;
    font-size: 2.5rem !important;
    font-weight: 100 !important;
    line-height: 1.2
}

@media only screen and (min-width: 1024px) {
    .course-sidebar .money {
        margin-bottom: .25rem;
        font-size: 1.75rem !important;
        font-weight: 400 !important
    }
}

.course-sidebar .money[doubly-currency=USD] {
    display: none
}

.course-sidebar__usd {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2
}

.money:not([doubly-currency="USD"]) + .course-sidebar__usd {
    color: #4d4d4d;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1
}

.course-sidebar__action {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0
}

@media only screen and (min-width: 768px) {
    .course-sidebar__action {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        text-align: right
    }
}

@media only screen and (min-width: 1024px) {
    .course-sidebar__action {
        text-align: center
    }
}

.course-sidebar__access {
    display: none;
    margin-right: 1rem
}

@media only screen and (min-width: 768px) {
    .course-sidebar__access {
        display: inline-block
    }
}

@media only screen and (min-width: 1024px) {
    .course-sidebar__access {
        display: block;
        margin: 1rem 0 0;
        padding-top: 1rem;
        border-top: 1px solid #eee;
        font-size: 1.75rem;
        font-weight: 100
    }
}

.course-sidebar__content {
    display: none
}

@media only screen and (min-width: 1024px) {
    .course-sidebar__content {
        display: block;
        margin-top: 2rem;
        font-size: 1.125rem
    }
}

.course-sidebar__content ul {
    padding: 0 0 0 20px;
    text-align: left
}

@media only screen and (min-width: 768px) {
    .course-sidebar .add-to-cart {
        display: inline-block
    }
}

@media only screen and (min-width: 1024px) {
    .course-sidebar .add-to-cart {
        display: block
    }
}

.course-sidebar__student-terms {
    margin-top: .5rem;
    font-size: .8rem
}

.course-sidebar__student-terms-content {
    color: #333;
    font-size: .8rem;
    text-align: left
}

@media only screen and (min-width: 1024px) {
    .course-sidebar button {
        width: 100%;
        margin: .5rem auto 0;
        padding: 1em 2.5em;
        font-size: 18px
    }
}

.shopping-cart {
    margin-top: 2rem;
    text-align: left
}

.shopping-cart--modal {
    margin-top: 0
}

.shopping-cart__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 2rem
}

.shopping-cart__image {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    max-width: 240px
}

.shopping-cart__image--modal {
    max-width: 30%
}

.shopping-cart__featured-image {
    width: 100%
}

.shopping-cart__quantity {
    position: absolute;
    top: -.75rem;
    right: -.75rem;
    width: 2rem;
    height: 2rem;
    border: 2px solid #fff;
    border-radius: 100%;
    background: #000;
    color: #fff;
    line-height: 1.7;
    text-align: center
}

.shopping-cart__remove-link {
    display: inline-block;
    margin-top: 5px;
    color: #4d4d4d
}

.shopping-cart__content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-left: 1rem
}

.shopping-cart__item-title {
    color: #333;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase
}

@media only screen and (min-width: 768px) {
    .shopping-cart__item-title {
        font-size: 1.5rem
    }
}

@media only screen and (min-width: 1024px) {
    .shopping-cart__item-title {
        font-size: 1.75rem
    }
}

.shopping-cart__item-title--modal {
    font-size: 1.15rem
}

.shopping-cart__price {
    margin-top: .75rem;
    padding-top: .75rem;
    border-top: 1px solid #eee
}

.shopping-cart__price--modal {
    margin-top: .5rem;
    padding-top: .5rem
}

.shopping-cart .money {
    font-size: 1.25rem !important
}

.shopping-cart .money[doubly-currency=USD] {
    display: none
}

.shopping-cart__usd {
    font-size: 1.25rem
}

.money:not([doubly-currency="USD"]) + .shopping-cart__usd {
    color: #d5d5d5
}

.money:not([doubly-currency="USD"]) + .shopping-cart__usd:before {
    content: " ("
}

.money:not([doubly-currency="USD"]) + .shopping-cart__usd:after {
    content: ")"
}

.shopping-cart__usd--total {
    margin-left: .5rem;
    font-size: 2.25rem
}

.money:not([doubly-currency="USD"]) + .shopping-cart__usd--total {
    display: block;
    margin: 0;
    color: #d5d5d5;
    font-size: 1.25rem;
    line-height: 1
}

.money:not([doubly-currency="USD"]) + .shopping-cart__usd--total:before {
    content: "("
}

.money:not([doubly-currency="USD"]) + .shopping-cart__usd--total:after {
    content: ")"
}

.shopping-cart__total {
    margin: 1rem 0 0;
    padding-top: 1rem;
    border-top: 1px solid #eee;
    color: #005d9d;
    font-size: 1.25rem;
    text-align: right
}

.shopping-cart__total .money {
    margin-left: .5rem;
    font-size: 2.25rem !important
}

.shopping-cart__message {
    margin: 1rem 0 0;
    color: #4d4d4d;
    font-size: .8rem
}

.shopping-cart__footer {
    margin-top: 1rem;
    text-align: right
}

.shopping-cart__buttons {
    margin-top: 1rem
}

.shopping-cart .checkout-button {
    margin-bottom: .5rem
}

.slider {
    padding: 0
}

@media only screen and (min-width: 768px) {
    .slider {
        padding: 0 3rem
    }
}

@media only screen and (min-width: 1400px) {
    .slider {
        padding: 0
    }
}

.slider .slick-slide {
    outline: 0
}

.slider .slick-arrow {
    right: 0;
    width: 2rem;
    height: 2rem;
    margin: 0;
    -webkit-transform: rotate(-90deg) translate(50%, 0);
    transform: rotate(-90deg) translate(50%);
    -webkit-transition: background-size .3s;
    transition: background-size .3s;
    border-radius: 0;
    background: url(../image/icon-arrow-down.svg) no-repeat center center;
    background-size: 70%
}

@media only screen and (min-width: 768px) {
    .slider .slick-arrow {
        top: 50%;
        margin: 0
    }
}

@media only screen and (min-width: 1400px) {
    .slider .slick-arrow {
        right: -3rem
    }
}

.slider .slick-arrow:hover {
    background-size: 85%
}

.slider .slick-arrow:before {
    display: none
}

.slider .slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: rotate(90deg) translate(-50%, 0);
    transform: rotate(90deg) translate(-50%)
}

@media only screen and (min-width: 1400px) {
    .slider .slick-arrow.slick-prev {
        left: -3rem
    }
}

.slider .slick-dots {
    bottom: -2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%)
}

.slider .slick-dots li {
    width: 10px;
    height: 10px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    border: 2px solid #d5d5d5;
    border-radius: 100%;
    background: none
}

.slider .slick-dots li:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.slider .slick-dots li.slick-active {
    background: #d5d5d5
}

.slider .slick-dots button {
    display: none
}

.template-giftcard {
    position: relative;
    min-height: 100vh
}

.gift-card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 600px;
    padding: 3rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 3px;
    background: #fff;
    text-align: center
}

.gift-card__logo {
    display: block;
    width: 300px;
    height: 80px;
    margin: 0 auto 1rem;
    background: url(../image/logo_dark.svg) no-repeat center center;
    background-size: 80% auto
}

@media only screen and (min-width: 1024px) {
    .gift-card__logo {
        width: 400px;
        height: 100px;
        margin-bottom: 2rem
    }
}

.gift-card__image {
    display: block;
    max-width: 80%;
    margin: 1rem auto;
    border-radius: 3px
}

@media only screen and (min-width: 768px) {
    .gift-card__image {
        max-width: 95%
    }
}

.gift-card__code {
    margin: 1rem 0 2rem;
    border: 2px solid #d02c44;
    font-size: 2rem;
    font-weight: 600
}

@media only screen and (min-width: 768px) {
    .gift-card-options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 3rem
    }
}

.gift-card-options__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 2rem 0 2.5rem;
    font-size: 1.5rem;
    font-weight: 100
}

.gift-card-options__item {
    width: 80%;
    max-width: 18rem;
    margin: 4rem auto
}

@media only screen and (min-width: 768px) {
    .gift-card-options__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: 12rem;
        margin: 0 .5rem
    }
}

.gift-card-options__radio {
    position: absolute;
    left: -999rem
}

.gift-card-options__label {
    display: block;
    position: relative;
    height: 0;
    padding-top: 80%;
    -webkit-transition: background .3s, color .3s, -webkit-transform .3s;
    transition: background .3s, color .3s, -webkit-transform .3s;
    transition: transform .3s, background .3s, color .3s;
    transition: transform .3s, background .3s, color .3s, -webkit-transform .3s;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fbfbfb;
    cursor: pointer
}

.gift-card-options__label:hover {
    -webkit-transform: scale(1.075);
    transform: scale(1.075)
}

[type=radio]:checked + .gift-card-options__label {
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
    border: 1px solid #a62336;
    background: #d02c44;
    color: #fff
}

.gift-card-options__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gift-card-options__usd {
    display: block;
    color: #333;
    font-size: 1.25rem;
    font-weight: 400
}

[type=radio]:checked + label .gift-card-options__usd {
    color: #fff
}

.gift-card-options .money {
    color: #a62336
}

.gift-card-options .money[doubly-currency=USD] {
    display: none
}

.gift-card-options [type=radio]:checked + label .money {
    color: #fff
}

.gift-card-options__icon {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 60px;
    padding: .5rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: border-color .3s, background .3s;
    transition: border-color .3s, background .3s;
    border: 5px solid #eee;
    border-radius: 100%;
    background: #fff
}

[type=radio]:checked + label .gift-card-options__icon {
    border-color: #d02c44
}

.gift-card-options__icon path {
    -webkit-transition: stroke .3s;
    transition: stroke .3s;
    stroke: #d5d5d5
}

[type=radio]:checked + label .gift-card-options__icon path {
    stroke: #a62336
}

.gift-card-options__description {
    margin: 2rem 0
}

.course-list__content {
    margin: 0 auto 1.5rem
}

@media only screen and (min-width: 1024px) {
    .course-list__content {
        max-width: 66.666%
    }
}

.course-list__footer {
    padding: 2rem 1rem;
    background: #fbfbfb;
    text-align: center
}

.video-content {
    margin-bottom: 4rem
}

.video-content:only-child, .video-content:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 768px) {
    .video-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (min-width: 768px) {
    .video-content__video {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333%;
        flex: 1 0 33.333%;
        max-width: 33.333%
    }
}

@media only screen and (min-width: 768px) {
    .video-content:nth-of-type(2n+2) .video-content__video {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.video-content__content {
    padding: 1rem 0 1.5rem;
    font-size: 1.25rem
}

@media only screen and (min-width: 768px) {
    .video-content__content {
        padding: 0 1rem
    }
}

@media only screen and (min-width: 768px) {
    .video-content:nth-of-type(2n+2) .video-content__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 66.666%;
        flex: 1 0 66.666%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 66.666%;
        padding: 0 1rem 0 0
    }
}

.video-content__title {
    margin-bottom: .75rem;
    font-size: 2.25rem;
    text-transform: uppercase
}

@media only screen and (min-width: 768px) {
    .video-content__title {
        margin-bottom: .25rem
    }
}

.sg-survey {
    margin-top: 45px;
    font-family: Source Sans Pro, sans-serif
}

.sg-survey .sg-question-title label {
    font-size: 16px
}

.sg-survey label {
    color: #333;
    text-transform: none
}

.sg-survey .sg-header {
    background: #005d9d;
    color: #fff
}

.sg-survey .sg-header .sg-title {
    padding: 15px;
    font-size: 30px
}

.sg-survey .sg-question {
    padding-bottom: 15px
}

.sg-survey .sg-question-options {
    padding: 0
}

.sg-survey .sg-question-options .sg-list li {
    margin: 0
}

.sg-survey .sg-input-text {
    margin-top: 15px;
    border: 1px solid #000;
    border-radius: 3px
}

.sg-survey .sg-input-essay {
    width: 100%;
    margin-top: 15px;
    border-width: 1px;
    border-radius: 3px
}

.sg-survey .sg-submit-button {
    width: 200px;
    margin: 0 10px;
    background: #a62336
}

.sg-survey .sg-progress-bar {
    width: 155px
}

.sg-survey .sg-progress-bar-text {
    position: relative;
    background: #005d9d;
    color: #fff
}

.sg-survey .sg-progress-bar-background {
    margin-left: -45px;
    border-radius: 10px;
    background: #d5d5d5
}

.sg-survey .sg-progress-bar-inner {
    border-radius: 10px 0 0 10px;
    background: #005d9d
}

.sg-survey .sg-progress-bar-full .sg-progress-bar-inner {
    border-radius: 10px
}

.sg-survey .sg-group .sg-group-item {
    padding: 0 0 15px
}

/*# sourceMappingURL=/s/files/1/1976/0763/t/21/assets/theme.css.map?v=25432406771539008631582069655 */
