/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: none
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    display: table;
    box-sizing: border-box;
    padding: 0;
    max-width: 100%;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

body,
html {
    width: 100%;
    height: 100%
}

html {
    font-size: 16px;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

body {
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 100%;
    font-weight: 400;
    color: #212121;
    line-height: 1.45
}

img:not([src]):not([srcset]) {
    visibility: hidden
}

a {
    transition: all .25s cubic-bezier(.4, 0, 1, 1)
}

a,
a:focus,
a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, Open Sans, Trebuchet MS, sans-serif
}

ul {
    padding: 0;
    list-style-type: none
}

.btn__container {
    text-align: center
}

.btn {
    font-size: .875rem;
    text-transform: uppercase;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    cursor: pointer;
    transition: all .25s cubic-bezier(.4, 0, 1, 1)
}

.btn:active,
.btn:focus,
.btn:hover {
    color: #fff;
    box-shadow: 0 26px 35px rgba(50, 50, 93, .1), 0 14px 15px rgba(0, 0, 0, .07)
}

.btn--fab {
    display: block;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    border-radius: 50%
}

.btn--fab--primary {
    background-color: #03a9f4
}

.btn--fab--primary:focus,
.btn--fab--primary:hover {
    background-color: #1eb7fc
}

.btn--fab--primary:active {
    background-color: #0391d1
}

.btn--fab--big {
    padding: 1rem;
    width: 3.5rem;
    height: 3.5rem
}

.btn--fab--medium {
    padding: .35rem;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem
}

.btn--fab--small {
    padding: .35rem;
    width: 2.5rem;
    height: 2.5rem
}

.btn--full,
.btn--ghost {
    padding: .75rem 2.625rem;
    font-weight: 700;
    border: 2px solid
}

.btn--full--black {
    color: #fff;
    background-color: #181818;
    border-color: #181818
}

.btn--full--black:focus,
.btn--full--black:hover {
    background-color: #3e3e3e;
    border-color: #3e3e3e
}

.btn--full--primary {
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4
}

.btn--full--primary:focus,
.btn--full--primary:hover {
    background-color: #47c4fd;
    border-color: #47c4fd
}

.btn--full--white {
    color: #212121;
    background-color: #fff;
    border-color: #fff
}

.btn--full--white:focus,
.btn--full--white:hover {
    color: #474747
}

.btn--ghost {
    background: transparent
}

.btn--ghost--black {
    color: #181818;
    border-color: #181818
}

.btn--ghost--black:focus,
.btn--ghost--black:hover {
    color: #3e3e3e;
    border-color: #3e3e3e
}

.btn--ghost--primary {
    color: #03a9f4;
    border-color: #03a9f4
}

.btn--ghost--primary:focus,
.btn--ghost--primary:hover {
    color: #47c4fd;
    border-color: #47c4fd
}

.btn--ghost--white {
    color: #fff
}

.btn--ghost--white:focus,
.btn--ghost--white:hover {
    color: #f5f5f5
}

.btn--round,
.el--round {
    border-radius: 50px
}

.divider {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    max-width: 4rem;
    height: 2px;
    background-color: #03a9f4;
    border: 0
}

.divider--left {
    margin-left: 0
}

.icon {
    color: #a7cef7;
    cursor: pointer;
    transition: color .25s cubic-bezier(.4, 0, 1, 1)
}

.icon:focus,
.icon:hover {
    color: #fff
}

.icon--menu {
    float: right
}

.process__icon {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.process__icon img {
    max-width: 5.625rem;
    max-height: 5.625rem
}

@media screen and (max-width:767px) {
    .process__info {
        margin-right: auto;
        margin-left: auto
    }
}

.link--default {
    color: #86878b
}

.link--black,
.link--default:focus,
.link--default:hover {
    color: #212121
}

.link--black:focus,
.link--black:hover,
.link--gold {
    color: #f5f5f5
}

.link--gold:focus,
.link--gold:hover {
    color: #212121
}

.link--white {
    color: #fff
}

.link--white:focus,
.link--white:hover {
    color: #757575
}

.no-js .js-typed {
    display: none
}

.no-js .js-typed-fallback {
    display: block
}

.js .js-typed-fallback {
    display: none
}

.card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem 2rem;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07)
}

@media screen and (max-width:702px) {
    .card:nth-of-type(2) {
        margin-top: 2.5rem
    }
}

@media screen and (max-width:1070px) {
    .card:last-of-type {
        margin-top: 2.5rem
    }
}

.card--hero {
    margin-right: auto;
    margin-left: auto
}

@media screen and (min-width:769px) {
    .card--hero {
        float: right
    }
}

.card--long {
    padding: 2rem 2rem 3rem;
    width: 16.5rem;
    min-height: 24rem
}

.card--small {
    max-width: 22.5rem
}

.card--square {
    width: 21.5rem;
    min-height: 16.5rem
}

.countdown {
    display: table;
    margin: 0 auto 1.5rem;
    font-size: 1.75rem;
    font-weight: 500
}

.countdown>div {
    float: left;
    min-width: 5rem;
    color: #fff
}

@media screen and (max-width:369px) {
    .countdown>div:nth-of-type(3) {
        clear: left
    }
}

.countdown span {
    position: relative;
    display: block;
    padding-top: .125rem;
    margin-top: .375rem;
    font-size: 1rem;
    color: #fff;
    text-align: center
}

.countdown span:before {
    position: absolute;
    top: -4px;
    top: -.25rem;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 20px;
    width: 1.25rem;
    height: 1px;
    height: .0625rem;
    content: "";
    background: #fff
}

.features__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .features__list>div {
        margin-bottom: 1rem
    }
}

@media screen and (max-width:767px) {
    .features__list p {
        margin-right: auto;
        margin-left: auto
    }
}

.features__mockup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.features__mockup img {
    max-width: 100%
}

.features__icon {
    padding: .75rem .8125rem;
    color: #fff;
    background-color: #03a9f4;
    border-radius: 50%
}

.form-group {
    position: relative;
    padding-left: 0;
    margin-bottom: 2rem
}

@media screen and (max-width:550px) {
    .form-group:first-of-type {
        margin-bottom: 2rem
    }
}

.form-label,
label {
    position: absolute;
    top: .5rem;
    left: 0;
    z-index: 1;
    display: block;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    color: #757575;
    transition: all .25s cubic-bezier(.4, 0, 1, 1)
}

.form-element,
input,
select,
textarea {
    position: relative;
    z-index: 3;
    display: block;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    width: 100%;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    background-color: transparent;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 0
}

.form-element:focus,
input:focus,
select:focus,
textarea:focus {
    border-bottom-color: #03a9f4;
    outline: 0
}

.form-element:focus+.form-label,
.form-element:focus+label {
    font-size: .75rem;
    font-weight: 700;
    color: #03a9f4;
    -ms-transform: translateY(-26px);
    transform: translateY(-26px)
}

.form textarea {
    resize: vertical
}

.form--contact textarea {
    min-height: 6.25rem
}

@media screen and (min-width:768px) {
    .form--contact textarea {
        min-height: 12.1875rem
    }
}

.form--hero {
    margin-top: 16px;
    width: 100%;
    max-width: 15.9375rem
}

.form--hero,
.form--optin {
    margin-right: auto;
    margin-left: auto
}

.form--optin {
    max-width: 30rem
}

.form--optin .form-group {
    position: relative
}

.form--optin input {
    padding: .9375rem 1.75rem;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07)
}

.form--optin input:focus {
    border: 1px solid #03a9f4
}

@media screen and (min-width:440px) {
    .form--optin input {
        padding-top: 1.125rem;
        padding-right: 11.75rem;
        padding-bottom: 1.125rem
    }
}

@media screen and (max-width:439px) {
    .form--optin .btn {
        width: 100%;
        box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07)
    }
}

@media screen and (min-width:440px) {
    .form--optin .btn {
        position: absolute;
        top: .25rem;
        right: .25rem;
        z-index: 3;
        box-shadow: none
    }
}

.hero {
    position: relative;
    background-position: 50%;
    background-size: cover
}

@media screen and (min-width:768px) {
    .hero {
        height: 100vh;
        min-height: 40rem
    }
}

.hero--gradient {
    background: #56ccf2;
    background: linear-gradient(0deg, #56ccf2, #2f80ed)
}

.hero--gradient .hero__overlay {
    background-color: rgba(0, 0, 0, .01)
}

.hero--image {
    background-image: url(../../images/polar_image_web.jpg)
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    .hero--image {
        background-image: url(../../images/polar_image_web.jpg)
    }
}

.hero--optin {
    height: 100vh;
    min-height: 50rem
}

@media screen and (min-width:540px) {
    .hero--optin {
        min-height: 33.75rem
    }
}

.hero--home {
    min-height: 71rem
}

@media screen and (min-width:555px) {
    .hero--home {
        min-height: 60rem
    }
}

.hero__overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45)
}

.hero__content {
    position: relative;
    top: 50%;
    width: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero__content .list {
    -ms-flex-align: center;
    align-items: center
}

.hero__content h1 {
    font-size: 3rem;
    font-weight: 300;
    color: hsla(0, 0%, 100%, .95);
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .hero__content h1 {
        text-align: center
    }
}

.hero__content p {
    margin-bottom: 28px;
    color: hsla(0, 0%, 100%, .75)
}

@media screen and (max-width:767px) {
    .hero__content p {
        margin-right: auto;
        margin-left: auto;
        text-align: center
    }
}

@media screen and (min-width:768px) {
    .hero__content .card {
        margin-top: 0
    }
}

.hero--carousel {
    overflow: hidden
}

@keyframes a {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.hero--carousel .carousel-inner,
.hero--carousel .carousel__item,
.hero--carousel .carousel__wrapper,
.hero--carousel .item {
    height: 100%;
    min-height: 71rem
}

@media screen and (min-width:555px) {
    .hero--carousel .carousel-inner,
    .hero--carousel .carousel__item,
    .hero--carousel .carousel__wrapper,
    .hero--carousel .item {
        min-height: 60rem
    }
}

.hero--carousel .item {
    transition: opacity .95s
}

.hero--carousel .item.active {
    animation: a .95s
}

.hero--carousel .carousel__item {
    width: 100%;
    height: 100%;
    background-size: cover
}

.hero--carousel .carousel__item-one {
    background: url(../../images/carousel/carousel-slide-one.jpg) no-repeat 50%
}

.hero--carousel .carousel__item-two {
    background: url(../../images/carousel/carousel-slide-two.jpg) no-repeat 50%
}

.hero--carousel .carousel__item-three {
    background: url(../../images/carousel/carousel-slide-three.jpg) no-repeat 50%
}

.hero--carousel .carousel__item-four {
    background: url(../../images/carousel/carousel-slide-four.jpg) no-repeat 50%
}

.hero--particlesjs {
    background-color: #fff;
    background-image: none
}

.hero--particlesjs .hero__overlay {
    background-color: hsla(0, 0%, 100%, .25)
}

.hero--particlesjs .hero__content h1,
.hero--particlesjs .hero__content p {
    color: #212121
}

.particles {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .3
}

.hero--video {
    overflow: hidden;
    background-image: none
}

.video-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    min-width: 100%!important;
    min-height: 100%!important;
    object-fit: fill
}

.hero--countdown video {
    max-width: 100%;
    max-height: 100%
}

.insert {
    position: relative
}

.insert--logos {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
}

.insert--logos ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .insert--logos ul {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width:767px) {
    .insert--logos {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .insert--logos li:nth-of-type(2n) {
        display: none
    }
}

.insert__logo {
    width: 100%;
    max-width: 9.375rem;
    max-height: 3.4375rem
}

@media screen and (min-width:768px) {
    .insert__logo {
        max-width: 6.25rem;
        max-height: 1.5625rem
    }
}

@media screen and (min-width:992px) {
    .insert__logo {
        max-width: 7.5rem;
        max-height: 2.1875rem
    }
}

.insert__logo path {
    fill: #bfbfbf
}

.insert--cta {
    height: 20rem;
    color: #fff;
    background-image: url(../../images/bcgs/insert--cta.jpg)
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    .insert--cta {
        background-image: url(../../images/bcgs/insert--cta--@2.jpg)
    }
}

.insert--cta>.container {
    height: 100%
}

.cta__content {
    position: relative;
    top: 50%;
    z-index: 4;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.insert--map {
    position: relative;
    height: 20rem
}

.insert--media {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.insert--overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.insert--shadow {
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07)
}

.section--map {
    min-height: 480px
}

.overlay--map {
    position: absolute
}

.map__iframe,
.overlay--map {
    width: 100%;
    height: 100%
}

.navbar-trinity {
    background: hsla(0, 0%, 100%, .98);
    border-width: 0;
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .08)
}

.navbar-trinity .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    font-size: 1.125rem;
    font-weight: 700;
    color: #757575;
    line-height: 4.0625rem
}

.navbar-trinity .navbar-brand:focus,
.navbar-trinity .navbar-brand:hover {
    opacity: .5
}

.navbar-trinity .navbar-toggle {
    padding: 0 .9375rem 0 0;
    margin: 0;
    height: 4.0625rem;
    border: 0
}

.navbar-trinity .navbar-toggle:focus,
.navbar-trinity .navbar-toggle:hover {
    background: transparent
}

.navbar-trinity .navbar-toggle:focus .icon-bar,
.navbar-trinity .navbar-toggle:hover .icon-bar {
    background-color: #03a9f4
}

.navbar-trinity .navbar-toggle .icon-bar {
    background-color: #757575;
    transition: color .25s cubic-bezier(.4, 0, 1, 1)
}

.navbar-trinity .nav>li>a {
    font-size: .875rem;
    color: #757575;
    text-transform: uppercase;
    border: 0
}

.navbar-trinity .nav>li>a:focus,
.navbar-trinity .nav>li>a:hover {
    color: #03a9f4;
    background: transparent;
    border-bottom-color: #03a9f4
}

@media screen and (max-width:767px) {
    .navbar-trinity .nav>li>a {
        text-align: right
    }
}

@media screen and (min-width:768px) {
    .navbar-trinity .nav>li>a {
        padding: 0 .625rem;
        line-height: 63px;
        border-bottom: 2px solid #fff
    }
    .navbar-trinity .nav>li>a:focus,
    .navbar-trinity .nav>li>a:hover {
        border-bottom-color: #03a9f4
    }
}

@media screen and (min-width:992px) {
    .navbar-trinity .nav>li>a {
        padding-right: 1.125rem;
        padding-left: 1.125rem
    }
}

.navbar-trinity .navbar-collapse {
    border: 0
}

.plan__container {
    display: block;
    overflow: hidden;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    transition: box-shadow .25s cubic-bezier(.4, 0, 1, 1)
}

@media screen and (max-width:767px) {
    .plan__container {
        margin-bottom: 2rem
    }
}

.plan__footer,
.plan__head {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #212121
}

.plan__head h4 {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase
}

.plan__body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.plan__price {
    margin-bottom: 3rem;
    font-size: 48px;
    font-weight: 700
}

.plan__price span {
    display: block;
    font-size: 13px
}

@media screen and (max-width:767px) {
    .plan__price {
        margin-right: auto;
        margin-left: auto
    }
}

.plan__features ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.plan__features li {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase
}

.plan__features span {
    margin-right: 6px
}

.plan__footer {
    color: #fff;
    background-color: #fff
}

.plan__container--highlighted,
.plan__container--highlighted .plan__footer {
    background-color: #03a9f4
}

.plan__container--highlighted,
.plan__container--highlighted h4 {
    color: #fff
}

.trinity-slider,
.trinity-slider__wrapper {
    display: -ms-flexbox;
    display: flex
}

.trinity-slider__wrapper {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .trinity-slider__wrapper>.col-sm-3 {
        width: 100%
    }
}

ul.trinity-slider {
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

@media screen and (max-width:767px) {
    ul.trinity-slider {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: visible;
        margin-bottom: 2rem
    }
}

.slider__link {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 5.625rem;
    height: 5.625rem;
    font-size: .75rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-color: #455a64
}

.slider__link:focus,
.slider__link:hover {
    color: #fff;
    background-color: #1eb7fc
}

.slider__link:focus:before,
.slider__link:hover:before {
    border-left-color: #1eb7fc
}

.slider__link:before {
    position: absolute;
    top: 45px;
    top: 2.8125rem;
    right: -10px;
    right: -.625rem;
    content: "";
    border-top: 10px solid transparent;
    border-top: .625rem solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 10px solid transparent;
    border-bottom: .625rem solid transparent;
    border-left: 10px solid #455a64;
    border-left: .625rem solid #455a64;
    transition: all .25s cubic-bezier(.4, 0, 1, 1)
}

@media screen and (max-width:767px) {
    .slider__link:before {
        top: 154px;
        top: 9.625rem;
        right: 0;
        left: 0;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media screen and (max-width:449px) {
    .slider__link:before {
        top: 125px;
        top: 7.8125rem
    }
}

@media screen and (min-width:450px) {
    .slider__link {
        width: 6.875rem;
        height: 6.875rem
    }
}

.slider__link--active {
    background-color: #03a9f4
}

.slider__link--active:focus,
.slider__link--active:hover {
    background-color: #0391d1
}

.slider__link--active:focus:before,
.slider__link--active:hover:before {
    border-left-color: #0391d1
}

.slider__link--active:before {
    border-left-color: #03a9f4
}

.slider__icon {
    margin-bottom: -2.1875rem;
    width: 100%;
    font-size: 1.85rem;
    text-align: center
}

.slider__slide {
    display: none
}

@media screen and (max-width:767px) {
    .slider__slide>.row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.slider__slide--active {
    display: block
}

.slide__heading {
    margin-top: 0
}

.slide__mockup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .slide__mockup {
        margin-top: 4rem
    }
}

.slide__mockup>div {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.slide__mockup img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    max-height: 18.75rem
}

.testimonial-quote__container {
    text-align: center
}

@media screen and (max-width:767px) {
    .testimonial-quote__container {
        margin-bottom: 2rem
    }
}

.testimonial-quote__container h5 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #9e9e9e
}

.testimonial__text {
    margin-bottom: 1.5rem;
    font-size: .9375rem;
    text-align: center
}

.testimonial__quote {
    position: relative;
    top: .375rem;
    display: inline-block;
    font-family: serif;
    font-size: 2.0625rem;
    font-style: normal;
    line-height: .5
}

.quote-left {
    margin-right: .25rem
}

.quote-right {
    margin-left: .25rem
}

.testimonial__photo img {
    width: 100%;
    max-width: 4.375rem;
    border-radius: 50%
}

footer {
    padding-top: 4rem;
    padding-bottom: 3rem;
    background-color: #424242
}

footer,
footer .container {
    position: relative
}

footer .btn--fab {
    position: absolute;
    top: -5.5rem;
    right: 1rem;
    margin: auto
}

@media screen and (min-width:790px) {
    footer .btn--fab {
        right: 0
    }
}

.nav--social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    font-size: 1.25rem
}

.nav--social .list-break {
    margin-top: 6px;
    margin-bottom: 6px;
    width: 100%;
    height: 1px
}

@media screen and (min-width:450px) {
    .nav--social .list-break {
        display: none
    }
}

.nav--social li:nth-of-type(n+2):not(.list-break) {
    margin-left: 1rem
}

.nav--social a {
    display: block;
    min-width: 2.125rem;
    font-size: 1.625rem;
    text-align: center
}

.nav--social a:focus,
.nav--social a:hover {
    color: hsla(228, 2%, 54%, .35)
}

.footer__copy {
    color: hsla(0, 0%, 100%, .5)
}

section:nth-of-type(n+2) {
    padding-top: 7rem;
    padding-bottom: 7rem
}

.section--grey {
    background-color: #f5f5f5
}

@media print {
    :after,
    :before {
        color: #000!important;
        text-shadow: none!important;
        background: transparent!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

.page-countdown .navbar-brand,
.page-countdown .navbar-header {
    float: none;
    text-align: center
}

.page-countdown .navbar-header {
    text-align: center
}

@media screen and (max-width:439px) {
    .hero__overlay br {
        display: none
    }
}

.hero__overlay .nav--social {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}

.hero__overlay .link--default {
    color: #fff;
    opacity: .85
}

.hero__overlay .hero--particlesjs .countdown>div,
.hero__overlay .hero--particlesjs .countdown span {
    color: #212121
}

.hero__overlay .hero--particlesjs .countdown span:before {
    background: #212121
}

.no-js .lazy {
    display: none
}

.el--oval {
    border-radius: 4px
}

.text--highlight {
    font-weight: 700;
    color: #03a9f4
}

.template-options-panel {
    position: fixed;
    top: 50%;
    left: -220px;
    z-index: 5;
    padding: .75rem;
    width: 13.75rem;
    height: auto;
    min-height: 9.375rem;
    text-align: left;
    background-color: #ededed;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    transition: left .5s ease-in-out;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.template-options-panel select {
    font-size: 14px
}

.template-options-panel .switch,
.template-options-panel .theme {
    display: inline-block;
    margin-top: .375rem;
    margin-right: .1875rem;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer
}

.template-panel-open {
    left: 0
}

.template__button {
    position: absolute;
    top: 2.1875rem;
    right: -4.1875rem;
    width: 5.9375rem;
    height: 2.5rem;
    font-size: .875rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    cursor: pointer;
    transition: all .25s cubic-bezier(.4, 0, 1, 1);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.template__button:focus {
    outline: 0
}

.alizarin {
    background-color: #e74c3c
}

.amber {
    background-color: #ffc107
}

.amethyst {
    background-color: #9b59b6
}

.asbestos {
    background-color: #7f8c8d
}

.belize-hole {
    background-color: #2980b9
}

.blue-grey {
    background-color: #607d8b
}

.brown {
    background-color: #795548
}

.carrot {
    background-color: #e67e22
}

.concrete {
    background-color: #95a5a6
}

.cyan {
    background-color: #00bcd4
}

.dark-violet {
    background-color: #280f34
}

.deep-orange {
    background-color: #ff5722
}

.deep-purple {
    background-color: #673ab7
}

.emerald {
    background-color: #2ecc71
}

.green {
    background-color: #4caf50
}

.green-sea {
    background-color: #16a085
}

.grey {
    background-color: #9e9e9e
}

.indigo {
    background-color: #3f51b5
}

.light-blue {
    background-color: #03a9f4
}

.light-orange {
    background-color: #f39c12
}

.lime {
    background-color: #cddc39
}

.lime-green {
    background-color: #8bc34a
}

.midnight-blue {
    background-color: #2c3e50
}

.nephritis {
    background-color: #27ae60
}

.orange {
    background-color: #ff9800
}

.pete-river {
    background-color: #3498db
}

.pink {
    background-color: #e91e63
}

.pomegranate {
    background-color: #c0392b
}

.pumpkin {
    background-color: #d35400
}

.purple {
    background-color: #9c27b0
}

.red {
    background-color: #f44336
}

.silver {
    background-color: #bdc3c7
}

.sun-flower {
    background-color: #f1c40f
}

.teal {
    background-color: #009688
}

.turquoise {
    background-color: #1abc9c
}

.wet-asphalt {
    background-color: #34495e
}

.wisteria {
    background-color: #8e44ad
}

.yellow {
    background-color: #ffd90f
}


/*# sourceMappingURL=trinity-light-blue.min.css.map */