﻿@import url(https://fonts.googleapis.com/css?family=Raleway:400, 300, 300italic, 400italic, 500, 500italic, 600, 600italic, 700, 700italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400, 700);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}
html {
    line-height: 1
}
ol,
ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption,
td,
th {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}
blockquote,
q {
    quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}
a img {
    border: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
p {
    font-size: 15px;
    line-height: 27px;
    padding-bottom: 15px;
    color: #414A52
}
h1 {
    font-size: 45px;
    font-weight: 300;
    line-height: 68px
}
h2 {
    font-size: 36px;
    font-weight: 300;
    color: #fff
}
h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #8A9097
}
h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 7px 0 65px 60px;
    text-transform: uppercase
}
h4:after {
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 15px;
    content: '';
    background-color: #7AE2DE
}
h5 {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    color: #414A52
}
.bold-italic {
    font-weight: 600;
    font-style: italic
}
.btn.primary {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background-color: #7AE2DE;
    padding: 20px;
    text-decoration: none;
    line-height: 1
}
.btn.primary:hover {
    background-color: #71D5D2
}
.btn.secondary {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7AE2DE;
    border: 2px solid #7AE2DE;
    padding: 15px 20px;
    text-decoration: none;
    line-height: 1
}
.btn.secondary:hover {
    color: #fff;
    background-color: #71D5D2;
    border-color: #71D5D2
}
.btn.secondary:focus {
    color: #fff;
    background-color: #7AE2DE;
    border-color: #7AE2DE
}
.btn.secondary-white {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    border: 2px solid #fff;
    padding: 15px 20px;
    text-decoration: none;
    line-height: 1
}
.btn.secondary-white:hover {
    color: #7AE2DE;
    background-color: #fff;
    border-color: #fff
}
.btn.secondary-white:focus {
    color: #7AE2DE;
    background-color: #fff;
    border-color: #fff
}
.view-more {
    margin-top: 70px
}
a.text-link {
    color: #fff;
    margin-left: 30px;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase
}
a.text-link:focus {
    color: #fff
}
a.text-link:after {
    font-family: FontAwesome;
    content: "\f105";
    opacity: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms
}
a.text-link:hover {
    color: #fff
}
a.text-link:hover:after {
    opacity: 1;
    margin-left: 10px
}
.has-padding {
    padding: 125px 0
}
.has-padding-tall {
    padding: 160px 0
}
.alternate-bg {
    background-color: #F4F6F9
}
.footer-bg {
    background-color: #414A52
}
.is-centered {
    text-align: center
}
.vjs-default-skin .vjs-mute-control {
    position: absolute;
    bottom: 13px;
    left: 50%;
    font-size: 20px;
    cursor: pointer;
    transform: translateX(-154px)
}
.vjs-default-skin .vjs-mute-control:before {
    content: "\e617"
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before {
    content: "\e615"
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before {
    content: "\e616"
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before {
    content: "\e618"
}
.vjs-default-skin .vjs-volume-control {
    position: absolute;
    right: 49%;
    bottom: 40px;
    width: 16rem;
    transform: translateX(50%)
}
.vjs-default-skin .vjs-volume-bar {
    margin: 0;
    width: 16rem;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 2px
}
.vjs-default-skin .vjs-volume-level {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.3125rem;
    width: 100%;
    background-color: #fff;
    border-radius: 2px
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
    position: absolute;
    left: 15rem
}
.vjs-default-skin .vjs-volume-handle:before {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    position: relative;
    top: -8px;
    left: 0;
    background-color: #fff;
    border-radius: 50%
}
.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
    text-align: center
}
.vjs-icon-play-circle:before {
    content: ""
}
.video-js .vjs-play-control.vjs-playing,
.vjs-icon-pause {
    font-weight: 400;
    font-style: normal
}
.video-js .vjs-play-control.vjs-playing:before,
.vjs-icon-pause:before {
    content: ""
}
.video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0,
.vjs-icon-volume-mute {
    font-weight: 400;
    font-style: normal
}
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before,
.vjs-icon-volume-mute:before {
    content: ""
}
.video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1,
.vjs-icon-volume-low {
    font-weight: 400;
    font-style: normal
}
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before,
.vjs-icon-volume-low:before {
    content: ""
}
.video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2,
.vjs-icon-volume-mid {
    font-weight: 400;
    font-style: normal
}
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before,
.vjs-icon-volume-mid:before {
    content: ""
}
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button,
.vjs-icon-volume-high {
    font-weight: 400;
    font-style: normal
}
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before,
.vjs-icon-volume-high:before {
    content: ""
}
.video-js .vjs-fullscreen-control,
.vjs-icon-fullscreen-enter {
    font-weight: 400;
    font-style: normal
}
.video-js .vjs-fullscreen-control:before,
.vjs-icon-fullscreen-enter:before {
    content: ""
}
.video-js.vjs-fullscreen .vjs-fullscreen-control,
.vjs-icon-fullscreen-exit {
    font-weight: 400;
    font-style: normal
}
.video-js.vjs-fullscreen .vjs-fullscreen-control:before,
.vjs-icon-fullscreen-exit:before {
    content: ""
}
.vjs-icon-square {
    font-weight: 400;
    font-style: normal
}
.vjs-icon-square:before {
    content: ""
}
.vjs-icon-spinner {
    font-weight: 400;
    font-style: normal
}
.vjs-icon-spinner:before {
    content: ""
}
.video-js .vjs-subtitles-button,
.vjs-icon-subtitles {
    font-weight: 400;
    font-style: normal
}
.video-js .vjs-subtitles-button:before,
.vjs-icon-subtitles:before {
    content: ""
}
.video-js .vjs-captions-button,
.vjs-icon-captions {
    font-weight: 400;
    font-style: normal
}
.video-js .vjs-captions-button:before,
.vjs-icon-captions:before {
    content: ""
}
.video-js .vjs-chapters-button,
.vjs-icon-chapters {
    font-weight: 400;
    font-style: normal
}
.video-js .vjs-chapters-button:before,
.vjs-icon-chapters:before {
    content: ""
}
.vjs-icon-share {
    font-weight: 400;
    font-style: normal
}
.vjs-icon-share:before {
    content: ""
}
.vjs-icon-cog {
    font-weight: 400;
    font-style: normal
}
.vjs-icon-cog:before {
    content: ""
}
.video-js .vjs-mouse-display,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle {
    font-weight: 400;
    font-style: normal
}
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before {
    content: " "
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
    position: absolute;
    left: 15rem
}
.vjs-default-skin .vjs-volume-handle:before {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    position: relative;
    top: -8px;
    left: 0;
    background-color: #fff;
    border-radius: 50%
}
.vjs-icon-circle-outline {
    font-weight: 400;
    font-style: normal
}
.vjs-icon-circle-outline:before {
    content: ""
}
.vjs-icon-circle-inner-circle {
    font-weight: 400;
    font-style: normal
}
.vjs-icon-circle-inner-circle:before {
    content: ""
}
.vjs-icon-hd {
    font-weight: 400;
    font-style: normal
}
.vjs-icon-hd:before {
    content: ""
}
.video-js .vjs-control.vjs-close-button,
.vjs-icon-cancel {
    font-weight: 400;
    font-style: normal
}
.video-js .vjs-control.vjs-close-button:before,
.vjs-icon-cancel:before {
    content: ""
}
.vjs-icon-replay {
    font-weight: 400;
    font-style: normal
}
.vjs-icon-replay:before {
    content: ""
}
.vjs-icon-facebook {
    font-weight: 400;
    font-style: normal
}
.vjs-icon-facebook:before {
    content: ""
}
.vjs-icon-gplus {
    font-weight: 400;
    font-style: normal
}
.vjs-icon-gplus:before {
    content: ""
}
.vjs-icon-linkedin {
    font-weight: 400;
    font-style: normal
}
.vjs-icon-linkedin:before {
    content: ""
}
.vjs-icon-twitter {
    font-weight: 400;
    font-style: normal
}
.vjs-icon-twitter:before {
    content: ""
}
.vjs-icon-tumblr {
    font-weight: 400;
    font-style: normal
}
.vjs-icon-tumblr:before {
    content: ""
}
.vjs-icon-pinterest {
    font-weight: 400;
    font-style: normal
}
.vjs-icon-pinterest:before {
    content: ""
}
.vjs-icon-audio-description {
    font-weight: 400;
    font-style: normal
}
.vjs-icon-audio-description:before {
    content: ""
}
.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.video-js:-moz-full-screen {
    position: absolute
}
.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important
}
.video-js *,
.video-js:after,
.video-js:before {
    box-sizing: inherit
}
.video-js ul {
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin: 0;
}
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-fluid {
    width: 100%;
    max-width: 100%;
    height: 0
}
.video-js.vjs-16-9 {
    padding-top: 56.25%
}
.video-js.vjs-4-3 {
    padding-top: 75%
}
.video-js.vjs-fill {
    width: 100%;
    height: 100%
}
.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto
}
.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}
.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important
}
.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}
.vjs-hidden {
    display: none !important
}
.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}
.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible
}
.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto
}
.vjs-no-js a,
.vjs-no-js a:visited {
    color: #66A8CC
}
.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 60px;
    height: 60px;
    width: 60px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}
.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block
}
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
    outline: 0;
    border-color: #fff;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
    display: none
}
.video-js button {
    background: 0 0;
    border: 0;
    color: inherit;
    display: inline-block;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: 0.5em;
    z-index: 2
}
.vjs-menu-button {
    cursor: pointer
}
.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto
}
.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
    display: none
}
.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: 0.2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase
}
.vjs-menu li:focus,
.vjs-menu li:hover {
    outline: 0;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5)
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2B333F
}
.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 0.3em;
    font-weight: 700;
    cursor: default
}
.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, 0.7)
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em
}
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-menu-button-popup:hover .vjs-menu {
    display: block
}
.video-js .vjs-menu-button-inline {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden
}
.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em
}
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em
}
.video-js .vjs-menu-button-inline.vjs-slider-active {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}
.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}
.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
    display: block;
    opacity: 1
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto
}
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
    width: auto
}
.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden
}
.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 51px;
    background-color: transparent
}
.vjs-has-started .vjs-control-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.1 s, opacity 0.1s;
    -moz-transition: visibility 0.1 s, opacity 0.1s;
    -o-transition: visibility 0.1 s, opacity 0.1s;
    transition: visibility 0.1 s, opacity 0.1s
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1 s, opacity 1s;
    -moz-transition: visibility 1 s, opacity 1s;
    -o-transition: visibility 1 s, opacity 1s;
    transition: visibility 1 s, opacity 1s
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
    display: none !important
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}
@media �screen {
    .vjs-user-inactive.vjs-playing .vjs-control-bar:before {
        content: ""
    }
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table
}
.video-js .vjs-control {
    outline: 0;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}
.video-js .vjs-control:before {
    font-size: 1.8em;
    line-height: 1.67
}
.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
    text-shadow: none
}
.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: none
}
.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle
}
.video-js .vjs-custom-control-spacer {
    display: none
}
.video-js .vjs-progress-control {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 8px;
    font-size: 0.3em
}
.vjs-live .vjs-progress-control {
    display: none
}
.video-js .vjs-progress-holder {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    height: 8px
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.666666666666666666em
}
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
    display: none;
    font-size: 0.6em
}
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
    position: absolute;
    display: block;
    height: 8px;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0
}
.video-js .vjs-mouse-display:before {
    display: none
}
.video-js .vjs-play-progress {
    background-color: rgba(122, 226, 222, 0.75)
}
.video-js .vjs-play-progress:before {
    position: absolute;
    top: -0.333333333333333em;
    right: -0.5em;
    font-size: 0.9em
}
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
    display: none;
    position: absolute;
    top: -2.4em;
    right: -1.5em;
    font-size: 0.9em;
    color: #000;
    content: attr(data-current-time);
    padding: 0.2em 0.5em;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em
}
.video-js .vjs-play-progress:after,
.video-js .vjs-play-progress:before {
    z-index: 1
}
.video-js .vjs-load-progress {
    background: ligthen(#FFF, 25%);
    background: rgba(255, 255, 255, 0.5)
}
.video-js .vjs-load-progress div {
    background: ligthen(#73859f, 50%);
    background: rgba(115, 133, 159, 0.75)
}
.video-js.vjs-no-flex .vjs-progress-control {
    width: auto
}
.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: none
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1 s, opacity 1s;
    -moz-transition: visibility 1 s, opacity 1s;
    -o-transition: visibility 1 s, opacity 1s;
    transition: visibility 1 s, opacity 1s
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
    display: none
}
.video-js .vjs-progress-control .vjs-mouse-display:after {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8)
}
.video-js .vjs-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5)
}
.video-js .vjs-slider:focus {
    text-shadow: 0 0 1em #fff;
    -webkit-box-shadow: 0 0 1em #fff;
    -moz-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff
}
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%)
}
.video-js .vjs-volume-control {
    width: 5em;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.video-js .vjs-volume-bar {
    margin: 1.35em 0.45em
}
.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: 0.3em
}
.vjs-volume-bar.vjs-slider-vertical {
    width: 0.3em;
    height: 5em;
    margin: 1.35em auto
}
.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
}
.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em
}
.vjs-slider-vertical .vjs-volume-level {
    width: 0.3em
}
.vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em
}
.vjs-slider-horizontal .vjs-volume-level {
    height: 0.3em
}
.vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%
}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
    display: block;
    width: 0;
    height: 0;
    border-top-color: transparent
}
.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
    left: 0.5em;
    height: 8em
}
.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
    left: -2em
}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
    height: 0;
    width: 0;
    overflow-x: hidden;
    overflow-y: hidden
}
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content,
.vjs-volume-menu-button-vertical:hover .vjs-menu-content {
    height: 8em;
    width: 2.9em
}
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content,
.vjs-volume-menu-button-horizontal:hover .vjs-menu-content {
    height: 2.9em;
    width: 8em
}
.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
    background-color: transparent !important
}
.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%
}
.vjs-poster img {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%
}
.vjs-has-started .vjs-poster {
    display: none
}
.vjs-audio.vjs-has-started .vjs-poster {
    display: block
}
.vjs-controls-disabled .vjs-poster {
    display: none
}
.vjs-using-native-controls .vjs-poster {
    display: none
}
.video-js .vjs-live-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    font-size: 1em;
    line-height: 3em
}
.vjs-no-flex .vjs-live-control {
    display: none;
    width: auto;
    text-align: left
}
.vjs-live-display {
    display: none
}
.video-js .vjs-time-control {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    line-height: 3em
}
.vjs-live .vjs-time-control {
    display: none
}
.video-js .vjs-current-time-display {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0 10px;
    margin: 0 0 0 15px
}
.video-js .vjs-remaining-time {
    position: absolute;
    right: 0
}
.video-js .vjs-remaining-time-display {
    position: absolute;
    right: 0;
    background-color: rgba(255, 255, 255, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0 10px;
    margin: 0 15px 0 0
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
    display: block
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
    display: none
}
.vjs-time-divider {
    display: none;
    line-height: 3em
}
.vjs-live .vjs-time-divider {
    display: none
}
.video-js .vjs-play-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    display: none
}
.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em
}
.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.1em;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5)
}
.vjs-subtitles {
    color: #fff
}
.vjs-captions {
    color: #fc6
}
.vjs-tt-cue {
    display: block
}
video::-webkit-media-text-track-display {
    -moz-transform: translateY(-3em);
    -ms-transform: translateY(-3em);
    -o-transform: translateY(-3em);
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em)
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    -moz-transform: translateY(-1.5em);
    -ms-transform: translateY(-1.5em);
    -o-transform: translateY(-1.5em);
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em)
}
.video-js .vjs-fullscreen-control {
    width: 3.8em;
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: none
}
.vjs-playback-rate .vjs-playback-rate-value {
    font-size: 1.5em;
    line-height: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center
}
.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center
}
.vjs-error .vjs-error-display:before {
    color: #fff;
    content: 'X';
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -0.5em;
    position: absolute;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%
}
.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, 0.7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    display: block
}
.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: #fff
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: #fff
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
    border-top-color: #fff;
    -webkit-animation-delay: 0.44s;
    animation-delay: 0.44s
}
@keyframes vjs-spinner-spin {
    100% {
        transform: rotate(360deg)
    }
}
@-webkit-keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }
    20% {
        border-top-color: #73859f
    }
    35% {
        border-top-color: #fff
    }
    60% {
        border-top-color: #73859f
    }
    100% {
        border-top-color: #73859f
    }
}
@-webkit-keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }
    20% {
        border-top-color: #73859f
    }
    35% {
        border-top-color: #fff
    }
    60% {
        border-top-color: #73859f
    }
    100% {
        border-top-color: #73859f
    }
}
.vjs-chapters-button .vjs-menu {
    left: -10em;
    width: 0
}
.vjs-chapters-button .vjs-menu ul {
    width: 24em
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) control {
    display: none
}
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-fullscreen-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control {
    display: none
}
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control {
    display: none
}
.vjs-caption-settings {
    position: relative;
    top: 1em;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.75);
    color: #fff;
    margin: 0 auto;
    padding: 0.5em;
    height: 15em;
    font-size: 12px;
    width: 40em
}
.vjs-caption-settings .vjs-tracksettings {
    top: 0;
    bottom: 2em;
    left: 0;
    right: 0;
    position: absolute;
    overflow: auto
}
.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
    float: left
}
.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-controls:after,
.vjs-caption-settings .vjs-tracksettings-font:after {
    clear: both
}
.vjs-caption-settings .vjs-tracksettings-controls {
    position: absolute;
    bottom: 1em;
    right: 1em
}
.vjs-caption-settings .vjs-tracksetting {
    margin: 5px;
    padding: 3px;
    min-height: 40px
}
.vjs-caption-settings .vjs-tracksetting label {
    display: block;
    width: 100px;
    margin-bottom: 5px
}
.vjs-caption-settings .vjs-tracksetting span {
    display: inline;
    margin-left: 5px
}
.vjs-caption-settings .vjs-tracksetting > div {
    margin-bottom: 5px;
    min-height: 20px
}
.vjs-caption-settings .vjs-tracksetting > div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 0
}
.vjs-caption-settings label > input {
    margin-right: 10px
}
.vjs-caption-settings input[type=button] {
    width: 40px;
    height: 40px
}
.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0))
}
.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1
}
body {
    overflow-x: hidden
}
body,
html {
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #414A52;
    -webkit-text-size-adjust: 100%
}
.group:after {
    display: table;
    clear: both;
    content: ''
}
.no-padding {
    padding: 0
}
.no-margin {
    margin: 0
}
a {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    color: #7AE2DE
}
a:hover {
    text-decoration: none;
    color: #71D5D2
}
ol,
ul {
    margin: 0;
    padding: 0
}
ul li {
    list-style: none
}
input,
textarea {
    outline: none
}
.wide {
    width: auto;
    max-height: 100%
}
.tall {
    max-width: 100%;
    height: auto
}
.bold {
    font-weight: 600
}
.italic {
    font-style: italic
}
.has-top-margin {
    margin-top: 50px
}
.carousel-cell {
    display: table;
    width: 100%;
    height: calc(100vh - 8.2em);
    margin-right: 10px;
    background-position: center;
    background-size: cover
}
.flickity-prev-next-button {
    display: none
}
.flickity-page-dots {
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 25px;
    bottom: auto;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translateY(-50%);
    text-align: center
}
.flickity-page-dots .dot {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 4px 20px;
    opacity: 1;
    border: 2px solid white;
    background: transparent
}
.flickity-page-dots .dot.is-selected {
    background: white
}
.wp1,
.wp10,
.wp2,
.wp3,
.wp4,
.wp5,
.wp6,
.wp7,
.wp8,
.wp9 {
    visibility: hidden
}
.wp1 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}
.wp2 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}
.wp3 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}
.bounceInDown,
.bounceInLeft,
.bounceInRight,
.fadeIn,
.fadeInDown,
.fadeInLeft,
.fadeInRight,
.fadeInUp,
.fadeInUpD,
.fadeInUpDelay {
    visibility: visible
}
.header-nav-wrapper {
    position: relative;
    background-color: #fff
}
.header-nav-wrapper .logo {
    display: inline-block;
    width: 340px;
    padding: 30px 0;
    text-align: center;
    border-bottom: solid 5px #7AE2DE;
    background-color: #ffffff
}
.header-nav-wrapper .primary-nav-wrapper {
    float: right;
    -webkit-transition: all 300ms;
    transition: all 300ms
}
.header-nav-wrapper nav {
    display: inline-block;
    margin-right: 60px;
    padding: 34px 0 33px
}
.header-nav-wrapper nav ul {
    display: inline-block
}
.header-nav-wrapper nav ul li {
    font-size: 13px;
    display: inline-block;
    padding: 10px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-right: solid 1px #E5E7E9
}
.header-nav-wrapper nav ul li:last-child {
    border-right: none
}
.header-nav-wrapper nav ul li a {
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    text-decoration: none;
    color: #414A52
}
.header-nav-wrapper nav ul li a:hover {
    color: #7AE2DE
}
.header-nav-wrapper nav ul li a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 2px;
    content: '';
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #7AE2DE
}
.header-nav-wrapper nav ul li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}
.header-nav-wrapper .is-visible {
    visibility: visible;
    opacity: 1
}
.secondary-nav-wrapper {
    display: inline-block;
    padding: 35px 30px;
    background-color: #414A52
}
.secondary-nav-wrapper ul.secondary-nav li {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase
}
.secondary-nav-wrapper ul.secondary-nav li.subscribe {
    position: relative;
    padding: 10px 20px 10px 0;
    border-right: solid 1px #505c66
}
.secondary-nav-wrapper ul.secondary-nav li.subscribe a {
    position: relative;
    padding-bottom: 10px;
    text-decoration: none
}
.secondary-nav-wrapper ul.secondary-nav li.subscribe a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 2px;
    content: '';
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #7AE2DE
}
.secondary-nav-wrapper ul.secondary-nav li.subscribe a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}
.secondary-nav-wrapper ul.secondary-nav li.subscribe:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 34px;
    content: ' ';
    border-right: 1px solid #323940
}
.secondary-nav-wrapper ul.secondary-nav li.search {
    margin-left: 20px
}
.secondary-nav-wrapper ul.secondary-nav li.search a {
    font-size: 16px;
    color: #fff
}
.secondary-nav-wrapper ul {
    display: inline-block
}
.secondary-nav-wrapper ul li {
    display: inline-block
}
.search-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    width: 50%;
    padding: 38px 30px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0;
    background-color: #414A52
}
.search-wrapper ul.search .is-selected {
    width: 360px
}
.search-wrapper ul.search li {
    display: inline-block
}
.search-wrapper ul.search li .hide-search {
    font-size: 20px;
    position: absolute;
    top: 40%;
    right: 30px;
    color: #fff
}
.search-wrapper ul.search li input {
    font-size: 13px;
    width: 300px;
    padding-bottom: 9px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    color: #fff;
    border: none;
    border-bottom: solid 2px #7AE2DE;
    background-color: #414A52
}
.primary-nav-wrapper.open {
    visibility: visible;
    opacity: 1
}
.nav-toggle {
    position: absolute;
    z-index: 999999;
    top: 50%;
    left: 50%;
    padding: 10px 35px 16px 0;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.nav-toggle:focus {
    outline: none
}
.nav-toggle span,
.nav-toggle span:after,
.nav-toggle span:before {
    position: absolute;
    display: block;
    width: 35px;
    height: 3px;
    content: '';
    cursor: pointer;
    border-radius: 1px;
    background: #fff
}
.nav-toggle span:before {
    top: -10px
}
.nav-toggle span:after {
    bottom: -10px
}
.nav-toggle span,
.nav-toggle span:after,
.nav-toggle span:before {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}
.nav-toggle.active span {
    background-color: transparent
}
.nav-toggle.active span:after,
.nav-toggle.active span:before {
    top: 0
}
.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translatey(-10px) rotate(-45deg);
    transform: translatey(-10px) rotate(-45deg)
}
.navicon {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    width: 25px;
    height: 26px;
    padding: 52px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background-color: #414A52
}
.fixed {
    position: fixed;
    z-index: 999
}
header.hero {
    position: relative;
    display: table;
    width: 100%;
    height: calc(100vh - 8.2em);
    max-height: 760px;
    padding: 10px
}
header.hero .hero-bg {
    display: table-cell;
    vertical-align: middle
}
header.hero .hero-bg .hero-intro-text {
    margin-top: 60px;
    padding-top: 25px;
    text-align: center;
    border-top: solid 1px rgba(255, 255, 255, 0.25)
}
header.hero .hero-bg .hero-intro-text p {
    font-weight: 300;
    margin: 0;
    padding: 0;
    color: #fff
}
header.hero h1 {
    margin-bottom: 40px;
    color: #fff
}
header.hero h3 {
    font-weight: 300;
    margin-bottom: 45px;
    padding: 0 25%;
    color: #fff
}
@-webkit-keyframes scroll-inner {
    from {
        margin-top: 15%;
        opacity: 1
    }
    to {
        margin-top: 75%;
        opacity: 0
    }
}
@keyframes scroll-inner {
    from {
        margin-top: 15%;
        opacity: 1
    }
    to {
        margin-top: 75%;
        opacity: 0
    }
}
div.mouse-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
div.mouse {
    position: relative;
    display: block;
    width: 20px;
    height: 30px;
    margin: 0 auto;
    border: solid 1px #fff;
    border-radius: 8px
}
div.mouse span.scroll-down {
    display: block;
    width: 4px;
    height: 4px;
    margin: 15% auto auto;
    -webkit-animation: scroll-inner 1.5s;
    animation: scroll-inner 1.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 50%;
    background: #fff
}
.collective p {
    padding-bottom: 25px
}
.collective .video-player {
    display: inline-block;
    margin: 25px 0 50px -100px;
    padding: 10px;
    background-color: #F4F6F9
}
.stats {
    background: url("../img/stats-bg.jpg") no-repeat center center;
    background-size: cover
}
.stats i.icon {
    font-size: 50px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: 10px;
    color: #fff
}
.stats .stats-wrapper {
    display: inline-block
}
.stats p.stats-number {
    font-size: 48px;
    color: #fff
}
.stats p.stats-text {
    font-size: 15px;
    font-weight: 500;
    line-height: .7;
    padding: 0;
    text-transform: uppercase;
    color: #fff
}
.stats .stats-container {
    text-align: center;
    border-right: solid 1px rgba(255, 255, 255, 0.25)
}
.stats .stats-container:last-of-type {
    border-right: none
}
.stats .stats-number {
    text-align: left
}
.crew article.crew-member {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.crew article.crew-member figure {
    display: table;
    width: calc(100% + 1px);
    height: 100%
}
.crew article.crew-member figure figcaption {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle
}
.crew article.crew-member figure figcaption p {
    padding: 15px 15px 25px;
    color: #fff
}
.crew article.crew-member figure figcaption a {
    color: rgba(255, 255, 255, 0.7)
}
.crew article.crew-member figure figcaption a:hover {
    color: #fff
}
.crew article.crew-member figure figcaption .crew-socials ul li {
    display: inline-block;
    margin-right: 10px
}
.crew article.crew-member figure figcaption .crew-socials ul li:last-child {
    margin-right: 0
}
.crew article.crew-member figure:hover .overlay {
    opacity: 1
}
.crew article.crew-member h2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff
}
.crew article.crew-member img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.crew article.crew-member .overlay {
    z-index: 99;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0;
    background-color: rgba(122, 226, 222, 0.8)
}
.skillset {
    margin-top: 55px
}
.skillset .bar-chart-wrapper {
    position: relative;
    margin-bottom: 35px
}
.skillset .bar-wrapper {
    background-color: #414A52
}
.skillset .bar-wrapper .bar {
    height: 10px;
    margin: 10px 0;
    background-color: #7AE2DE
}
.skillset .bar-chart-figure {
    float: right
}
.skillset .push-right {
    position: absolute;
    top: 0;
    right: 0
}
.latest-articles .sort {
    text-align: right
}
.latest-articles article span.featured-tag {
    font-size: 13px;
    position: absolute;
    z-index: 99;
    bottom: 10px;
    left: 10px;
    padding: 4px 10px;
    color: #fff;
    background-color: #7AE2DE;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px
}
.latest-articles article figure.has-overlay {
    height: 100%
}
.latest-articles article:hover h2:after {
    margin-left: 10px;
    opacity: 1
}
.latest-articles article:hover .has-overlay:after {
    background-color: rgba(65, 74, 82, 0.8)
}
.latest-articles article ul.article-footer {
    padding-top: 15px;
    border-top: solid 1px #E5E7E9
}
.latest-articles article ul.article-footer li {
    font-size: 13px;
    display: inline-block
}
.latest-articles article ul.article-footer li.article-comments {
    float: right
}
.latest-articles img {
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms;
    transition: all 300ms
}
.latest-articles figcaption h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 15px 10px 10px 0;
    color: #414A52
}
.latest-articles figcaption h2:after {
    content: '\f105';
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0
}
.latest-articles article.article-post {
    position: relative;
    overflow: hidden
}
.latest-articles article.article-post .article-image {
    position: relative;
    overflow: hidden;
    height: 225px;
    max-height: 250px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.latest-articles .freebies .has-overlay:after,
.latest-articles .has-overlay:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    background-color: rgba(65, 74, 82, 0.6)
}
.latest-articles select#inputArticle-Sort {
    font-size: 13px;
    width: 300px;
    margin-left: 25px;
    padding-bottom: 9px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    text-indent: 0.01px;
    text-overflow: '';
    color: rgba(65, 74, 82, 0.5);
    border: none;
    border-bottom: solid 2px #7AE2DE;
    background: url("../img/dd-arrow.png") no-repeat;
    background-color: none;
    background-position: 280px 5px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}
.latest-articles select#inputArticle-Sort:focus {
    outline: none
}
.freebies .has-overlay:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(65, 74, 82, 0.5)
}
.freebies .content-left {
    padding-right: 80px;
    border-right: solid 1px #E5E7E9
}
.freebies .content-right {
    padding-left: 80px
}
.freebies article.item {
    position: relative;
    background-color: #000
}
.freebies article.item h2 {
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    display: inline-block;
    margin-bottom: 30px;
    padding: 15px 30px 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: solid 2px #fff
}
.freebies article.item img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: calc(100% + 1px);
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.freebies .overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    opacity: 0;
    background-color: rgba(65, 74, 82, 0.7)
}
.freebies .freebies-intro {
    margin-bottom: 80px
}
.freebies figure {
    position: relative;
    overflow: hidden;
    height: 500px;
    max-height: 500px
}
.freebies figure:hover .overlay {
    opacity: 1
}
.freebies figure figcaption .freebie-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    max-width: 700px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}
.freebies figure figcaption .freebie-content .date {
    font-size: 13px;
    display: block;
    color: rgba(255, 255, 255, 0.5)
}
.freebies figure figcaption .like-share-wrapper {
    font-size: 13px;
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff
}
.freebies figure figcaption .like-share-wrapper a {
    color: #fff
}
.freebies figure figcaption ul li {
    display: inline-block;
    padding: 0 10px 0 0;
    border-right: solid 1px rgba(255, 255, 255, 0.25)
}
.freebies figure figcaption ul li:last-child {
    padding: 0 0 0 10px;
    border-right: none
}
.freebies figure figcaption ul li i {
    margin-right: 5px
}
section.get-started {
    position: relative;
    padding: 90px 0;
    background-image: -webkit-linear-gradient(225deg, #70f6ea 0%, #51ccdc 100%);
    background-image: linear-gradient(225deg, #70f6ea 0%, #51ccdc 100%)
}
section.get-started h2 {
    font-size: 28px;
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
    color: #fff
}
section.get-started a {
    font-weight: bold;
    margin-bottom: 5px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    color: #fff;
    border-bottom: solid 2px rgba(255, 255, 255, 0.5)
}
section.get-started a:hover {
    border-bottom-color: #fff
}
section.get-started:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background-image: url("../img/texture-shapes-bg.png")
}
footer p {
    font-size: 14px;
    color: #fff
}
footer ul li {
    font-size: 14px;
    color: #fff
}
footer ul li i {
    margin-right: 5px
}
footer ul li a {
    color: #fff
}
footer ul li a:hover {
    color: #7AE2DE
}
footer .footer-branding {
    margin-bottom: 40px
}
footer .footer-branding .footer-branding-logo {
    margin-bottom: 10px
}
footer .footer-nav {
    padding-top: 40px;
    border-top: solid 1px rgba(255, 255, 255, 0.15)
}
footer .footer-nav ul.footer-primary-nav {
    display: inline-block;
    margin-bottom: 30px
}
footer .footer-nav ul.footer-primary-nav li {
    display: inline-block;
    margin-right: 50px
}
footer .footer-nav ul.footer-primary-nav li:last-child {
    margin-right: 0
}
footer .footer-nav ul.footer-share {
    display: inline-block;
    float: right
}
footer .footer-nav ul.footer-share > li {
    display: inline-block;
    margin-right: 50px
}
footer .footer-nav ul.footer-share > li:last-child {
    margin-right: 0
}
footer .footer-nav ul.footer-secondary-nav li {
    color: #8A9097
}
.share-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(50, 57, 74, 0.31);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.share-dropdown:after {
    position: absolute;
    top: 100%;
    left: 75%;
    width: 0;
    height: 0;
    margin-left: -5px;
    content: ' ';
    pointer-events: none;
    border: solid transparent;
    border-width: 5px;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    box-shadow: 0 0 20px 0 rgba(50, 57, 74, 0.31)
}
.share-dropdown ul li {
    display: inline-block;
    margin: 10px 0;
    padding: 5px 20px;
    border-right: solid 1px #E5E7E9
}
.share-dropdown ul li:last-child {
    padding: none;
    border-right: none
}
.share-dropdown ul li a {
    color: #8A9097
}
.share-dropdown ul li a.share-twitter:hover {
    color: #00aced
}
.share-dropdown ul li a.share-facebook:hover {
    color: #4a6ea9
}
.share-dropdown ul li a.share-linkedin:hover {
    color: #007ab9
}
.share-dropdown ul li i {
    margin: 0
}
.is-open {
    top: -20px;
    opacity: 1
}
@media screen and (max-width: 1200px) {
    .header-nav-wrapper nav {
        margin-right: 10px
    }
    .header-nav-wrapper .logo {
        width: 280px
    }
}
@media screen and (max-width: 1024px) {
    .primary-nav-wrapper {
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-color: #414A52
    }
    .navicon {
        visibility: visible
    }
    .header-nav-wrapper nav {
        width: 100%;
        padding: 100px 0 0;
        text-align: center
    }
    .header-nav-wrapper nav ul {
        display: block
    }
    .header-nav-wrapper nav ul li {
        font-size: 30px;
        display: block;
        padding: 10px 20px;
        border-right: none
    }
    .secondary-nav-wrapper ul.secondary-nav li {
        font-size: 30px
    }
    .header-nav-wrapper nav ul li a {
        display: block;
        padding-bottom: 40px;
        color: #fff
    }
    .header-nav-wrapper nav ul li a:before {
        display: none
    }
    .secondary-nav-wrapper {
        display: block;
        padding: 0;
        text-align: center;
        background-color: transparent
    }
    .secondary-nav-wrapper ul {
        display: block
    }
    .secondary-nav-wrapper li a:before {
        display: none
    }
    .secondary-nav-wrapper ul li.subscribe a {
        font-weight: 600;
        display: block;
        color: #fff
    }
    .secondary-nav-wrapper ul li.subscribe a:hover {
        color: #7AE2DE
    }
    .secondary-nav-wrapper ul.secondary-nav li.subscribe {
        display: block;
        padding: 10px 0;
        border-right: none
    }
    .secondary-nav-wrapper ul.secondary-nav li.search i {
        display: none
    }
    .secondary-nav-wrapper ul.secondary-nav li.subscribe:after {
        display: none
    }
}
@media screen and (max-width: 991px) {
    .collective .video-player {
        margin: 25px 0 50px
    }
    .crew article.crew-member {
        margin-bottom: 30px
    }
    .latest-articles article.standard-article {
        margin-top: 20px
    }
    h4 {
        margin-left: 0
    }
    .freebies .content-left {
        margin-bottom: 20px;
        padding-right: 0;
        border-right: none
    }
    .freebies .content-right {
        padding-left: 15px
    }
    footer .footer-nav ul.footer-primary-nav li {
        margin-right: 40px
    }
    section.get-started h2 {
        line-height: 42px;
        margin: 0 0 20px
    }
    .latest-articles article {
        margin-top: 50px
    }
}
@media screen and (max-width: 768px) {
    .stats .stats-container {
        width: 210px;
        margin: 0 auto 100px;
        text-align: left;
        border-right: none
    }
    .stats .stats-container:last-child {
        margin-bottom: 0
    }
    .latest-articles .sort {
        text-align: left
    }
    footer .footer-branding {
        margin-bottom: 20px
    }
    footer .footer-nav {
        padding-top: 20px;
        border-top: solid 1px rgba(255, 255, 255, 0.15)
    }
    footer .footer-nav ul.footer-primary-nav {
        display: block;
        margin-bottom: 0
    }
    footer .footer-nav ul.footer-primary-nav li {
        display: block;
        margin: 0 0 20px;
        padding: 15px 0;
        border-bottom: dashed 1px rgba(255, 255, 255, 0.25)
    }
    footer ul li a {
        display: block
    }
    footer .footer-nav ul.footer-share {
        display: block;
        float: none
    }
    footer ul.footer-secondary-nav {
        margin-top: 40px
    }
    footer ul.footer-secondary-nav li a {
        margin-top: 10px
    }
    footer .footer-nav ul.footer-share > li {
        display: block;
        margin: 0 0 20px;
        padding: 15px 0;
        border-bottom: dashed 1px rgba(255, 255, 255, 0.25)
    }
    .share-dropdown {
        top: auto;
        right: auto;
        bottom: 120px;
        left: 15px
    }
    .share-dropdown:after {
        left: 20%
    }
    .flickity-page-dots {
        line-height: 1;
        position: absolute;
        top: auto;
        right: auto;
        bottom: 25px;
        left: 50%;
        width: auto;
        margin: 0;
        padding: 0;
        list-style: none;
        transform: translateX(-50%);
        text-align: center
    }
    .flickity-page-dots .dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 4px;
        opacity: 1;
        border: 2px solid white;
        background: transparent
    }
    div.mouse-container {
        display: none
    }
}
@media screen and (max-width: 640px) {
    .video-js {
        width: 100%
    }
    .collective .video-player {
        width: 100%
    }
    header.hero {
        height: 640px
    }
    .mouse-container {
        display: none
    }
    .carousel-cell {
        height: 640px
    }
    header.hero h1 {
        font-size: 30px;
        line-height: 40px
    }
    .has-padding {
        padding: 80px 0
    }
    .has-padding-tall {
        padding: 80px 0
    }
    section.get-started h2 {
        font-size: 24px;
        line-height: 48px;
        margin-right: 0;
        margin-bottom: 30px
    }
    .latest-articles article.featured-article {
        height: 310px;
        max-height: 310px
    }
    .latest-articles article.standard-article {
        height: 180px;
        max-height: 180px
    }
}
@media screen and (max-width: 480px) {
    .header-nav-wrapper {
        border-bottom: solid 5px #7ae2de;
        background-color: #414A52
    }
    .header-nav-wrapper .logo {
        width: 250px
    }
    .navicon {
        padding: 52px 35px;
        background-color: transparent
    }
    .header-nav-wrapper .logo {
        border-bottom: none
    }
    .sort h5 {
        display: block
    }
    .latest-articles select#inputArticle-Sort {
        margin: 20px 0
    }
}