@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("./glyphicon.css");

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.bg-r-no-repeat {
    background-repeat: no-repeat;
}

.bg-p-tc {
    background-position: top center;
}

.bg-p-c {
    background-position: center;
}

.bg-s-contain {
    background-size: contain;
}

.bg-s-cover {
    background-size: cover;
}

.f {
    display: -ms-flexbox;
    display: flex;
}

.f-row {
    -ms-flex-direction: row;
    flex-direction: row;
}

.f-col {
    -ms-flex-direction: column;
    flex-direction: column;
}

.f-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.f-col-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.f-j-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.f-j-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.f-j-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.f-j-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.f-j-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.f-a-start {
    -ms-flex-align: start;
    align-items: flex-start;
}

.f-a-end {
    -ms-flex-align: end;
    align-items: flex-end;
}

.f-a-center {
    -ms-flex-align: center;
    align-items: center;
}

.f-a-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
}

.f-a-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
}

.m-0 {
    margin: 0px 0px;
}

.m-y-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.m-x-0 {
    margin: 0 0px;
}

.m-t-0 {
    margin-top: 0px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-r-0 {
    margin-right: 0px;
}

.m-l-0 {
    margin-left: 0px;
}

.m-1 {
    margin: 12px 10px;
}

.m-y-1 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.m-x-1 {
    margin: 0 10px;
}

.m-t-1 {
    margin-top: 12px;
}

.m-b-1 {
    margin-bottom: 12px;
}

.m-r-1 {
    margin-right: 10px;
}

.m-l-1 {
    margin-left: 10px;
}

.m-2 {
    margin: 24px 20px;
}

.m-y-2 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.m-x-2 {
    margin: 0 20px;
}

.m-t-2 {
    margin-top: 24px;
}

.m-b-2 {
    margin-bottom: 24px;
}

.m-r-2 {
    margin-right: 20px;
}

.m-l-2 {
    margin-left: 20px;
}

.m-3 {
    margin: 36px 30px;
}

.m-y-3 {
    margin-top: 36px;
    margin-bottom: 36px;
}

.m-x-3 {
    margin: 0 30px;
}

.m-t-3 {
    margin-top: 36px;
}

.m-b-3 {
    margin-bottom: 36px;
}

.m-r-3 {
    margin-right: 30px;
}

.m-l-3 {
    margin-left: 30px;
}

.m-4 {
    margin: 48px 40px;
}

.m-y-4 {
    margin-top: 48px;
    margin-bottom: 48px;
}

.m-x-4 {
    margin: 0 40px;
}

.m-t-4 {
    margin-top: 48px;
}

.m-b-4 {
    margin-bottom: 48px;
}

.m-r-4 {
    margin-right: 40px;
}

.m-l-4 {
    margin-left: 40px;
}

.m-5 {
    margin: 60px 50px;
}

.m-y-5 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.m-x-5 {
    margin: 0 50px;
}

.m-t-5 {
    margin-top: 60px;
}

.m-b-5 {
    margin-bottom: 60px;
}

.m-r-5 {
    margin-right: 50px;
}

.m-l-5 {
    margin-left: 50px;
}

.m-6 {
    margin: 72px 60px;
}

.m-y-6 {
    margin-top: 72px;
    margin-bottom: 72px;
}

.m-x-6 {
    margin: 0 60px;
}

.m-t-6 {
    margin-top: 72px;
}

.m-b-6 {
    margin-bottom: 72px;
}

.m-r-6 {
    margin-right: 60px;
}

.m-l-6 {
    margin-left: 60px;
}

.m-7 {
    margin: 84px 70px;
}

.m-y-7 {
    margin-top: 84px;
    margin-bottom: 84px;
}

.m-x-7 {
    margin: 0 70px;
}

.m-t-7 {
    margin-top: 84px;
}

.m-b-7 {
    margin-bottom: 84px;
}

.m-r-7 {
    margin-right: 70px;
}

.m-l-7 {
    margin-left: 70px;
}

.m-8 {
    margin: 96px 80px;
}

.m-y-8 {
    margin-top: 96px;
    margin-bottom: 96px;
}

.m-x-8 {
    margin: 0 80px;
}

.m-t-8 {
    margin-top: 96px;
}

.m-b-8 {
    margin-bottom: 96px;
}

.m-r-8 {
    margin-right: 80px;
}

.m-l-8 {
    margin-left: 80px;
}

.m-9 {
    margin: 108px 90px;
}

.m-y-9 {
    margin-top: 108px;
    margin-bottom: 108px;
}

.m-x-9 {
    margin: 0 90px;
}

.m-t-9 {
    margin-top: 108px;
}

.m-b-9 {
    margin-bottom: 108px;
}

.m-r-9 {
    margin-right: 90px;
}

.m-l-9 {
    margin-left: 90px;
}

.m-10 {
    margin: 120px 100px;
}

.m-y-10 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.m-x-10 {
    margin: 0 100px;
}

.m-t-10 {
    margin-top: 120px;
}

.m-b-10 {
    margin-bottom: 120px;
}

.m-r-10 {
    margin-right: 100px;
}

.m-l-10 {
    margin-left: 100px;
}

.mr-auto {
    margin-right: auto;
}

.ml-auto {
    margin-left: auto;
}

.p-1 {
    padding: 12px 10px;
}

.p-y-1 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.p-x-1 {
    padding: 0 10px;
}

.p-t-1 {
    padding-top: 12px;
}

.p-b-1 {
    padding-bottom: 12px;
}

.p-r-1 {
    padding-right: 10px;
}

.p-l-1 {
    padding-left: 10px;
}

.p-2 {
    padding: 24px 20px;
}

.p-y-2 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.p-x-2 {
    padding: 0 20px;
}

.p-t-2 {
    padding-top: 24px;
}

.p-b-2 {
    padding-bottom: 24px;
}

.p-r-2 {
    padding-right: 20px;
}

.p-l-2 {
    padding-left: 20px;
}

.p-3 {
    padding: 36px 30px;
}

.p-y-3 {
    padding-top: 36px;
    padding-bottom: 36px;
}

.p-x-3 {
    padding: 0 30px;
}

.p-t-3 {
    padding-top: 36px;
}

.p-b-3 {
    padding-bottom: 36px;
}

.p-r-3 {
    padding-right: 30px;
}

.p-l-3 {
    padding-left: 30px;
}

.p-4 {
    padding: 48px 40px;
}

.p-y-4 {
    padding-top: 48px;
    padding-bottom: 48px;
}

.p-x-4 {
    padding: 0 40px;
}

.p-t-4 {
    padding-top: 48px;
}

.p-b-4 {
    padding-bottom: 48px;
}

.p-r-4 {
    padding-right: 40px;
}

.p-l-4 {
    padding-left: 40px;
}

.p-5 {
    padding: 60px 50px;
}

.p-y-5 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.p-x-5 {
    padding: 0 50px;
}

.p-t-5 {
    padding-top: 60px;
}

.p-b-5 {
    padding-bottom: 60px;
}

.p-r-5 {
    padding-right: 50px;
}

.p-l-5 {
    padding-left: 50px;
}

.p-6 {
    padding: 72px 60px;
}

.p-y-6 {
    padding-top: 72px;
    padding-bottom: 72px;
}

.p-x-6 {
    padding: 0 60px;
}

.p-t-6 {
    padding-top: 72px;
}

.p-b-6 {
    padding-bottom: 72px;
}

.p-r-6 {
    padding-right: 60px;
}

.p-l-6 {
    padding-left: 60px;
}

.p-7 {
    padding: 84px 70px;
}

.p-y-7 {
    padding-top: 84px;
    padding-bottom: 84px;
}

.p-x-7 {
    padding: 0 70px;
}

.p-t-7 {
    padding-top: 84px;
}

.p-b-7 {
    padding-bottom: 84px;
}

.p-r-7 {
    padding-right: 70px;
}

.p-l-7 {
    padding-left: 70px;
}

.p-8 {
    padding: 96px 80px;
}

.p-y-8 {
    padding-top: 96px;
    padding-bottom: 96px;
}

.p-x-8 {
    padding: 0 80px;
}

.p-t-8 {
    padding-top: 96px;
}

.p-b-8 {
    padding-bottom: 96px;
}

.p-r-8 {
    padding-right: 80px;
}

.p-l-8 {
    padding-left: 80px;
}

.p-9 {
    padding: 108px 90px;
}

.p-y-9 {
    padding-top: 108px;
    padding-bottom: 108px;
}

.p-x-9 {
    padding: 0 90px;
}

.p-t-9 {
    padding-top: 108px;
}

.p-b-9 {
    padding-bottom: 108px;
}

.p-r-9 {
    padding-right: 90px;
}

.p-l-9 {
    padding-left: 90px;
}

.p-10 {
    padding: 120px 100px;
}

.p-y-10 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.p-x-10 {
    padding: 0 100px;
}

.p-t-10 {
    padding-top: 120px;
}

.p-b-10 {
    padding-bottom: 120px;
}

.p-r-10 {
    padding-right: 100px;
}

.p-l-10 {
    padding-left: 100px;
}

.p-11 {
    padding: 132px 110px;
}

.p-y-11 {
    padding-top: 132px;
    padding-bottom: 132px;
}

.p-x-11 {
    padding: 0 110px;
}

.p-t-11 {
    padding-top: 132px;
}

.p-b-11 {
    padding-bottom: 132px;
}

.p-r-11 {
    padding-right: 110px;
}

.p-l-11 {
    padding-left: 110px;
}

.p-12 {
    padding: 144px 120px;
}

.p-y-12 {
    padding-top: 144px;
    padding-bottom: 144px;
}

.p-x-12 {
    padding: 0 120px;
}

.p-t-12 {
    padding-top: 144px;
}

.p-b-12 {
    padding-bottom: 144px;
}

.p-r-12 {
    padding-right: 120px;
}

.p-l-12 {
    padding-left: 120px;
}

.row--center {
    -ms-flex-align: center;
    align-items: center;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 17px;
    color: #003764;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 500;
    background: #fff;
}

/* h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
ol,
ul,
code,
pre {
  margin: 0;
  padding: 0;
} */

li {
    display: block;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
} */

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

svg {
    display: block;
    width: 100%;
}

pre {
    white-space: pre-wrap;
    /* CSS 3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

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

table {
    width: 100%;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

th {
    text-align: left;
    font-weight: normal;
}

[v-cloak] {
    display: none;
}

::-moz-selection {
    background: #c3e9ee;
    /* WebKit/Blink Browsers */
}

::selection {
    background: #c3e9ee;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #c3e9ee;
    /* Gecko Browsers */
}

.body-text--small {
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
}

.body-text--small p {
    margin-bottom: 18px;
}

.body-text--small ul {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 25px;
}

.body-text--small ul li {
    display: list-item;
    list-style: disc;
    margin-left: 1.4em;
    margin-bottom: 6px;
}

.card {
    height: 100%;
    position: relative;
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.card__meta-fields {
    display: -ms-flexbox;
    display: flex;
    line-height: 24px;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media screen and (min-width: 1024px) {
    .card__meta-fields {
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 70px;
        line-height: 70px;
        font-size: 15px;
    }
}

.card__meta-field {
    background: #494541;
    color: #fff;
    padding: 12px 30px;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .card__meta-field {
        padding: 0 30px;
        text-align: left;
    }
}

.card__meta-field--alt {
    background: #d86860;
    color: #fffcf3;
}

.card__tag {
    background: #494541;
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 19px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    border-radius: 3px;
}

.coupon-callout__heading {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 10px;
    color: #52bbc0;
    font-weight: 800;
}

.coupon-callout__text {
    color: #494541;
    font-size: 32px;
    line-height: 44px;
    font-weight: 400;
}

.h-slider {
    line-height: 33px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.h-slider__slide-card {
    height: 320px;
}

.h-slider__track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    transform: translateX(calc(-100% + -30px));
}

.h-slider__slide {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 30px;
}

.h-slider__slide--condensed {
    width: 75%;
}

.h-slider__track-overlay-container {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
}

.h-slider__track-overlay {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.h-slider__track-overlay--primary {
    width: 1170px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.h-slider__track-overlay--previous:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(
        to right,
        #fffcf3,
        #fffcf3,
        rgba(255, 252, 243, 0.95),
        rgba(255, 252, 243, 0.75),
        rgba(255, 252, 243, 0)
    );
}

.h-slider__track-overlay--next:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(
        to left,
        #fffcf3,
        #fffcf3,
        rgba(255, 252, 243, 0.95),
        rgba(255, 252, 243, 0.75),
        rgba(255, 252, 243, 0)
    );
}

.h-slider--white .h-slider__track-overlay--previous:after {
    background-image: linear-gradient(
        to right,
        #fff,
        #fff,
        rgba(255, 255, 255, 0.95),
        rgba(255, 255, 255, 0.75),
        rgba(255, 255, 255, 0)
    );
}

.h-slider--white .h-slider__track-overlay--next:after {
    background-image: linear-gradient(
        to left,
        #fff,
        #fff,
        rgba(255, 255, 255, 0.95),
        rgba(255, 255, 255, 0.75),
        rgba(255, 255, 255, 0)
    );
}

.h-slider__nav {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.h-slider__wrapper {
    position: relative;
}

.h-slider__nav-item {
    width: 57px;
    height: 57px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    pointer-events: all;
    transform: translateY(-50%);
    cursor: pointer;
    transition:
        transform 300ms ease-out,
        box-shadow 300ms ease-out;
}

.h-slider__nav-item:hover {
    transform: translateY(calc(-50% - 3px));
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.1);
}

.h-slider__nav-arrow {
    background-image: url(../../images/arrow--small-blue@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 10px;
    width: 57px;
    height: 57px;
}

.h-slider__nav-item--previous .h-slider__nav-arrow {
    transform: rotate(180deg);
}

.h-slider__nav-item--next {
    right: -102px;
}

.h-slider__nav-item--previous {
    left: -102px;
}

/*
.h-slider .card {
    transition: box-shadow 1000ms ease-out;
    box-shadow:0 20px 30px rgba(#000, 0);
}

.h-slider .active-slide {
    .card {
        box-shadow:0 9px 15px rgba(#000, 0.16);
    }
}
*/

.icon {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon--file {
    background-image: url(../fonts/file-icon.svg?8031e16716f8e297a378e17c5c9c31c1);
}

.icon--play {
    background-image: url(../fonts/play-icon.svg?2bc5f6956e52487957a41671aaa8f741);
}

.m-b-3 {
    margin-bottom: 36px;
}

.m-b-4 {
    margin-bottom: 48px;
}

.m-b-8 {
    margin-bottom: 96px;
}

.m-t-2 {
    margin-top: 24px;
}

.m-t-3 {
    margin-top: 36px;
}

.m-t-4 {
    margin-top: 48px;
}

@keyframes video-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.video-cover {
    width: 100vw;
    overflow: hidden;
    background: #003764;
    position: relative;
    height: 100vh;
}

@media screen and (min-width: 1024px) {
    .video-cover {
        height: auto;
    }

    .video-cover:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%;
    }
}

.video-cover__video-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-cover__video {
    opacity: 0;
    animation: video-fade-in 2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation-delay: 500ms;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: auto;
    min-height: 100%;
    filter: grayscale(100%);
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width: 1024px) {
    .video-cover__video {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        min-height: 0;
    }
}

.video-cover__foreground {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 55, 100, 0.8);
}

/* Slider */

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

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

.slick-list:focus {
    outline: none;
}

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

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

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

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

.slick-track:after {
    clear: both;
}

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

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

.accent-blue {
    color: #52bcc1;
}

.accent-green {
    color: #66b555;
}

.alert {
    padding: 16px;
    background: #74cdd7;
    color: #003764;
    border-radius: 3px;
}

.art-card__button {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 33px;
}

.art-card p {
    margin-bottom: 15px !important;
}

@media screen and (min-width: 1024px) {
    .art-card p {
        margin-bottom: 24px !important;
    }
}

.art-card img {
    width: 180px;
    margin: 0 auto;
}

.better-card {
    text-align: center;
    font-family: "Avenir", Helvetica;
    margin-bottom: 36px;
}

@media screen and (min-width: 1024px) {
    .better-card {
        margin-bottom: 0;
    }
}

.better-card__top {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

@media screen and (min-width: 1024px) {
    .better-card__top {
        font-size: 25px;
        line-height: 34px;
    }
}

.better-card__label {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 2px;
    border: 2px solid #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 8px;
    padding-top: 3px;
}

@media screen and (min-width: 1024px) {
    .better-card__label {
        font-size: 40px;
        line-height: 55px;
        padding-top: 5px;
    }
}

.better-card__description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 17px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

@media screen and (min-width: 1024px) {
    .better-card__description {
        font-size: 24px;
        line-height: 33px;
    }
}

.better-card__link {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
    .better-card__link {
        font-size: 20px;
    }
}

.better-card__link:hover {
    text-decoration: underline;
}

.banner {
    background-image: url(../../images/banner@2x.png);
    width: 200px;
    height: 80px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
}

@media screen and (min-width: 1199px) {
    .banner {
        width: 298px;
        height: 100px;
    }
}

.btn {
    background: #fff;
    color: #52bcc1;
    border-radius: 3px;
    padding: 6px;
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "PT Sans", Helvetica, sans-serif;
    border: none;
    line-height: 29px;
    text-align: center;
    width: 100%;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #024f61;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn:focus:active {
    color: #ffffff;
}
.btn,
.btn-default:hover,
.btn-lg {
    color: #fff;
}
.btn-lg,
.btn-md {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.btn-round {
    border-radius: 50px;
}
.btn-series {
    background-color: #037893;
}
/* @media screen and (min-width: 1024px) {
  .btn {
    padding: 6px;
  }
} */

.btn--green {
    background: #66b555;
    transition: background-color 200ms ease-out;
    color: #fff;
}

.btn--green:hover {
    background: #5daf4c;
}

.btn--orange {
    background: #d86860;
    transition: background-color 200ms ease-out;
}

.btn--orange:hover {
    background: #d3554c;
}

.btn--orange:focus {
    outline: none;
}

.btn--inactive {
    background: #d7dadc;
    transition: background-color 200ms ease-out;
}

.btn--inactive:hover {
    background: #cfd2d5;
}

.btn--inactive:focus {
    outline: none;
}

.btn--light-blue {
    background: #52bcc1;
    color: #fff;
    transition: background-color 200ms ease-out;
}

.btn--light-blue:hover {
    background: #68c9d4;
}

.btn--blue {
    background: #037893;
    transition: background-color 200ms ease-out;
    color: #fff;
}

.btn--blue:hover {
    background: #02647a;
}

.btn--blue-outline {
    background: #fff;
    border: 3px solid #037893;
    color: #037893;
}

.btn--blue-outline:hover {
    background: #037893;
    color: #fff;
}

.btn--blue-outline.btn--active {
    background: #037893;
    color: #fff;
}

.btn--brown-outline {
    background: #fff;
    border: 3px solid #494541;
    color: #494541;
}

.btn--brown-outline:hover {
    background: #494541;
    color: #fff;
}

.btn--brown-outline.btn--active {
    background: #494541;
    color: #fff;
}

.btn--inline {
    display: inline-block;
    width: auto;
    padding: 6px 15px;
}

.btn__big-text {
    font-size: 18px;
    display: block;
    margin-bottom: 6px;
}

.btn__small-text {
    font-size: 13px;
    display: block;
}

.btn--white-outline {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.btn--white-outline:hover {
    background: #fff;
    color: #494541;
}
.btn-lg {
    height: 60px;
    padding: 22px 18px;
    font-weight: 900;
    font-size: 12px;
    line-height: 18px;
}

.bubble-btn {
    padding: 22px 18px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 18px;
    border: 2px solid #52bcc1;
    border-radius: 64px;
    text-transform: uppercase;
    color: #52bcc1;
    transition:
        800ms cubic-bezier(0.19, 1, 0.22, 1) color,
        800ms cubic-bezier(0.19, 1, 0.22, 1) backgorund-color;
}

.bubble-btn:hover {
    background: #52bcc1;
    color: #fff;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.content-section {
    padding-bottom: 120px;
}

.content-section p {
    margin-bottom: 18px;
    line-height: 27px;
}

.content-section ul {
    list-style: disc;
    margin-bottom: 18px;
}

.content-section ul li {
    margin-left: 40px;
    margin-bottom: 6px;
    display: list-item;
}

.content-section ul li ul {
    margin-top: 6px;
}

.content-section ul li li {
    list-style: circle;
}

.contributor {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.contributor--author {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(116, 205, 215, 0.3);
}

.contributor__title {
    color: #74cdd7;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.contributor__title--author {
    color: #d86860;
}

.contributor__photo {
    width: 125px;
    height: 125px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.contributor__photo img {
    border-radius: 125px;
}

.contributor__primary {
    padding-left: 20px;
    line-height: 33px;
    font-size: 17px;
}

.contributor-card__image {
    border-radius: 500px;
    overflow: hidden;
    margin: 0 auto;
    max-width: 200px;
    margin-bottom: 24px;
}

.contributor-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Avenir", Helvetica;
    text-align: center;
    margin-bottom: 36px;
}

@media screen and (min-width: 1024px) {
    .contributor-card {
        margin-bottom: 0;
    }
}

.contributor-card__image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    border-radius: 200px;
}

.contributor-card__name {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.deal-seal {
    background-color: #d86860;
    width: 95px;
    height: 95px;
    border-radius: 95px;
    border: 1px solid #494541;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    font-weight: 900;
}

.deal-seal__label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.deal-seal__value {
    font-size: 11px;
    padding-bottom: 3px;
}

.demo-cta {
    background: #fff;
    color: #494541;
}

.demo-cta__text {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
    font-family: "Avenir", Helvetica;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .demo-cta__text {
        font-size: 42px;
        line-height: 57px;
    }
}

.demo-cta__button-container {
    width: 150px;
    margin: 0 10px;
}

@media screen and (min-width: 1024px) {
    .demo-cta__button-container {
        width: 200px;
    }
}

.demo-cta__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.feature {
    padding: 60px 0;
}

.feature__heading {
    color: #74cdd7;
    font-size: 15px;
    line-height: 33px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.feature__content {
    line-height: 33px;
}

.featured-series {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #dadada;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
}

.featured-series__card {
    height: 320px;
    width: 50%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.featured-series__content {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.featured-series__description {
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 30px 24px 30px;
    font-size: 17px;
    line-height: 33px;
    color: #003764;
    font-family: Avenir, Helvetica;
}

.featured-series__link-container {
    padding: 0 30px;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.featured-series__link-container .btn {
    letter-spacing: 3px;
}

.forest-cta {
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.forest-cta__text {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 24px;
}

.forest-cta__button-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.forest-cta__button-container .btn {
    display: inline-block;
    width: auto;
}

.form-control {
    border: 1px solid #ced1d4;
    padding: 12px 10px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 17px;
    width: 100%;
    display: block;
    border-radius: 4px;
}

select.form-control {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid #000;
}

.form-control--textarea-lg {
    height: 200px;
}

.form-error {
    color: #ef0000;
    display: block;
    line-height: 25px;
}

.form-group {
    margin-bottom: 15px;
}

.h1 {
    font-family: "Didot", Georgia;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

@media screen and (min-width: 1024px) {
    .h1 {
        font-size: 42px;
        line-height: 53px;
        letter-spacing: 35px;
    }
}

.h2 {
    font-family: "Didot", Georgia;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.h3 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 900;
    margin-bottom: 15px;
}

.hb-3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
    font-family: "Didot", Georgia;
    color: #003764;
}

.hb-4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #037893;
}

.heading--h1 {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

@media screen and (min-width: 1024px) {
    .heading--h1 {
        font-size: 25px;
        line-height: 34px;
    }
}

.heading--h2 {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 33px;
    text-transform: uppercase;
}

.heading--light-blue {
    color: #74cdd7;
}

.heading--white {
    color: #fff;
}

.heading--orange {
    color: #d86860;
}

.heading--brown {
    color: #9e9888;
}

.heading--medium {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 33px;
    text-transform: uppercase;
}

.heading--success {
    color: #66b555;
    font-size: 36px;
    line-height: 60px;
    margin-bottom: 10px;
    font-weight: 300;
}

.hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero__box-inner {
    border: 3px solid #fff;
    padding: 5px 30px;
    text-align: center;
    display: inline-block;
    color: #52bcc1;
    font-family: "Cacophony Loud", Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
}

@media screen and (min-width: 1024px) {
    .hero__box-inner {
        font-size: 40px;
        line-height: 41px;
    }
}

.hero__title {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    font-family: "Didot", Georgia;
    font-weight: 600;
}

@media screen and (min-width: 1024px) {
    .hero__title {
        font-size: 64px;
        line-height: 81px;
    }
}

.hero__h1 {
    color: #ffffff;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 5px;
    font-family: "Didot", Georgia;
    text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
    .hero__h1 {
        font-size: 42px;
        line-height: 54px;
        letter-spacing: 15px;
    }
}

.hide-below-medium {
    display: none;
}

@media screen and (min-width: 1024px) {
    .hide-below-medium {
        display: block;
    }
}

@keyframes fade-in-down {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-jumbo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    color: #fff;
    text-align: center;
}

.home-jumbo__title {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    opacity: 0;
    animation: fade-in-down 1300ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation-delay: 300ms;
    margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
    .home-jumbo__title {
        font-size: 25px;
        line-height: 34px;
    }
}

.home-jumbo__content {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-weight: 700;
    line-height: 48px;
    font-size: 36px;
    opacity: 0;
    animation: fade-in-down 1300ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation-delay: 500ms;
}

@media screen and (min-width: 1024px) {
    .home-jumbo__content {
        line-height: 60px;
        font-size: 60px;
        margin-bottom: 25px;
    }
}

.home-jumbo__em {
    font-style: normal;
    font-weight: 900;
    color: #74cdd7;
}

.home-jumbo__button-container {
    padding-top: 24px;
    max-width: 480px;
    margin: 0 auto;
    opacity: 0;
    animation: fade-in-down 1300ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation-delay: 700ms;
}

.home-jumbo__logo {
    width: 180px;
    margin: 0 auto 25px;
}

@media screen and (max-height: 400px) {
    .home-jumbo__logo {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .home-jumbo__logo {
        width: 140px;
    }
}

@media screen and (min-width: 1200px) {
    .home-jumbo__logo {
        width: 240px;
    }
}

.jumbo-page-head {
    background-color: #fffcf3;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-bottom: 60px;
    background-image: url(../../images/jumbo-header-bg.png);
    position: relative;
    overflow: hidden;
    color: #d86860;
}

@media screen and (min-width: 1024px) {
    .jumbo-page-head {
        height: 370px;
    }
}

.jumbo-page-head__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
}

.jumbo-page-head--blue {
    background: #74cdd7;
    color: #fff;
}

.jumbo-page-head__title {
    padding: 70px 30px;
    font-size: 36px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 800;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .jumbo-page-head__title {
        padding: 0;
        transform: translateY(-50%) translateX(-50%);
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 72px;
    }
}

.jumbo-page-head__leaves {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: auto;
}

.jumbo-page-head__leaves svg {
    position: absolute;
    height: 90%;
}

.jumbo-page-head__leaves .a {
    fill: #5fa1b4;
}

.jumbo-page-head__leaves--orange .a {
    fill: #f26130;
}

.jumbo-page-head--orange {
    background: #d86860;
}

.label {
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 6px;
}

.lead {
    font-size: 21px;
    line-height: 24px;
}

@media screen and (min-width: 1024px) {
    .lead {
        font-size: 32px;
        line-height: 38px;
    }
}

.masthead {
    background: #fff;
    color: #000;
}

.masthead__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 0;
}

@media screen and (min-width: 1200px) {
    .masthead__inner {
        padding: 0;
    }
}

.masthead--has-video {
    background: #fff;
    z-index: 3;
    height: 110px;
}

@media screen and (min-width: 1024px) {
    .masthead--has-video {
        height: 140px;
    }
}

@keyframes modal-bg-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes modal-box-in {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.modal-backdrop {
    background-color: white;
}

.modal-backdrop.in {
    opacity: 0.95;
}

.modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 27, 49, 0.8);
    opacity: 0;
    animation: modal-bg-in 1300ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.modal__box {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
}

@media screen and (min-width: 1024px) {
    .modal__box {
        width: 60%;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        height: 650px;
        max-height: 90%;
        max-width: 600px;
        opacity: 0;
        animation: modal-box-in 800ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
    }
}

.modal__box-inner {
    border-radius: 3px;
    background: #fff;
    overflow: scroll;
    height: 100%;
    width: 100%;
}

.modal__content {
    padding: 30px;
    font-size: 13px;
    line-height: 20px;
}

.modal__content p {
    margin-bottom: 18px;
}

.modal__heading {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.modal__close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #d86860;
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.3);
    width: 36px;
    height: 36px;
    border-radius: 36px;
    border: none;
    z-index: 3;
}

.modal__close:before,
.modal__close:after {
    content: "";
    position: absolute;
    top: 16px;
    left: 6px;
    width: 24px;
    height: 3px;
    background: #fff;
}

.modal__close:after {
    transform: rotate(45deg);
}

.modal__close:before {
    transform: rotate(-45deg);
}

.modal__close:focus {
    outline: none;
}

.modal__close:active {
    background: #c85e57;
    outline: none;
}

.nav-toggle {
    width: 30px;
    position: absolute;
    top: 36px;
    right: 30px;
    padding: 0;
    margin: 0;
    border: none;
    display: block;
    background: none;
    z-index: 20;
}

.nav-toggle .cls-1 {
    fill: #494541;
}

@media screen and (min-width: 1200px) {
    .nav-toggle {
        display: none;
    }
}

.pagination {
    padding-left: 0;
    margin: 22px 0;
}

.label,
.pager li,
.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > button {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.6;
    color: #3097d1;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover,
.pagination > li > button:hover,
.pagination > li > button:focus {
    z-index: 2;
    color: #216a94;
    background-color: #eee;
    border-color: #ddd;
    box-shadow: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > .active > button,
.pagination > .active > button:focus,
.pagination > .active > button:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #037893;
    border-color: #037893;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover,
.pagination > .disabled > button:focus,
.pagination > .disabled > button:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 22px 0;
    text-align: center;
    list-style: none;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.price-model {
    text-align: center;
    background: #fff;
    color: #494541;
    border: 1px solid #494541;
    padding-top: 31px;
    padding-bottom: 34px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: none;
    margin: 0 15px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    top: 0;
    position: relative;
    transition:
        box-shadow 300ms ease-out,
        border-color 300ms ease-out,
        top 900ms cubic-bezier(0.23, 1, 0.32, 1);
    margin-bottom: 25px;
}

.price-model:hover {
    border-color: rgba(124, 134, 140, 0);
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.11);
    top: -10px;
}

@media screen and (min-width: 1200px) {
    .price-model {
        margin-bottom: 0;
    }
}

.price-model__seal {
    position: absolute;
    top: -40px;
    right: -20px;
}

.price-model__price {
    margin-bottom: 25px;
}

@media screen and (min-width: 1200px) {
    .price-model__price {
        margin-bottom: 47px;
    }
}

.price-model__default-price {
    color: #7c868c;
    margin-bottom: 12px;
    font-size: 0;
}

@media screen and (min-width: 1200px) {
    .price-model__default-price {
        margin-bottom: 0;
    }
}

.price-model__price-value {
    font-family: "Avenir", Helvetica;
    font-weight: 900;
    color: #d86860;
    display: inline;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1px;
}

@media screen and (min-width: 1200px) {
    .price-model__price-value {
        font-size: 60px;
        line-height: 60px;
    }
}

.price-model__price-period {
    font-family: "Avenir", Helvetica;
    font-weight: 900;
    color: #d86860;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: -1px;
    display: inline;
    position: relative;
    left: -8px;
}

@media screen and (min-width: 1200px) {
    .price-model__price-period {
        font-size: 35px;
        line-height: 60px;
        left: -15px;
    }
}

.price-model__default-price {
    opacity: 0.6;
}

.price-model__default-price-value {
    font-family: "Avenir", Helvetica;
    color: #494541;
    opacity: 0.5;
    display: inline;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1px;
    font-weight: 900;
    text-decoration: line-through;
}

@media screen and (min-width: 1200px) {
    .price-model__default-price-value {
        font-size: 36px;
        line-height: 36px;
    }
}

.price-model__default-price-period {
    font-family: "Avenir", Helvetica;
    color: #494541;
    opacity: 0.5;
    font-weight: 900;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1px;
    display: inline;
    position: relative;
    left: -8px;
}

@media screen and (min-width: 1200px) {
    .price-model__default-price-period {
        font-size: 21px;
        line-height: 36px;
        left: -5px;
    }
}

.price-model__meta-heading {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    border-top: 1px solid #979797;
    margin: 0 10px;
    padding-top: 6px;
}

@media screen and (min-width: 1200px) {
    .price-model__meta-heading {
        margin-bottom: 6px;
        font-size: 15px;
        line-height: 20px;
    }
}

.price-model__meta-value {
    font-size: 15px;
    line-height: 18px;
    font-weight: 900;
}

@media screen and (min-width: 1200px) {
    .price-model__meta-value {
        font-size: 17px;
        line-height: 18px;
    }
}

.price-model__meta-content {
    font-weight: 900;
    font-size: 30px;
}

.price-model__meta {
    margin-bottom: 20px;
}

.price-model__button {
    width: 200px;
    margin: 0 auto;
}
.price-model__button a {
    letter-spacing: 0;
}

.price-model--show {
    display: block;
}

.pricing {
    padding-bottom: 120px;
    padding-top: 60px;
}

.pricing__switch {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 60px;
}

.pricing__switch-button {
    width: 200px;
    margin: 0 10px;
}

.pricing__options {
    position: relative;
}

@media screen and (min-width: 1200px) {
    .pricing__options {
        height: 440px;
    }
}

.pricing__set {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
    pointer-events: none;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 1200px) {
    .pricing__set {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.pricing__set--active {
    pointer-events: auto;
}

.primary-nav {
    padding: 30px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #52bcc1;
    z-index: 10;
    -ms-flex-align: center;
    align-items: center;
    font-family: "PT Sans", Helvetica, sans-serif;
}

@media screen and (min-width: 1200px) {
    .primary-nav {
        padding: 20px 0 20px 20px;
        display: -ms-flexbox;
        display: flex;
        position: static;
        background: none;
        height: 140px;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.primary-nav--open {
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 1200px) {
    .primary-nav--open {
        display: block;
    }
}

.primary-nav__list {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
}

.primary-nav__link {
    padding: 6px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    text-align: center;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    text-decoration: none;
}
@media screen and (min-width: 1200px) {
    .primary-nav__list {
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto;
    }
    .primary-nav__link {
        margin-left: 15px;
    }
}

.primary-nav__link--sign-up {
    padding: 6px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #d86860;
    color: #d86860;
}

.primary-nav__link--sign-up-green {
    background: #fff;
    margin-bottom: 30px;
    color: #52bcc1;
    border: 1px solid #52bcc1;
    border-radius: 3px;
    padding: 6px;
    margin-top: 24px;
}

@media screen and (min-width: 1200px) {
    .primary-nav__link--sign-up-green {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.ribbon-bullets {
    font-size: 14px;
    line-height: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Avenir", Helvetica;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 1024px) {
    .ribbon-bullets {
        -ms-flex-direction: row;
        flex-direction: row;
        letter-spacing: 1px;
        font-size: 24px;
        line-height: 33px;
    }
}

.ribbon-bullets__bullet {
    padding: 0 10px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

@media screen and (min-width: 1024px) {
    .ribbon-bullets__bullet {
        margin: 0;
    }
}

.ribbon-bullets__bullet:after {
    color: #52bcc1;
    content: "\2219";
    font-size: 30px;
    line-height: 33px;
    padding-left: 12px;
    display: none;
}

@media screen and (min-width: 1024px) {
    .ribbon-bullets__bullet:after {
        display: inline;
    }
}

.ribbon-bullets__bullet:last-of-type:after {
    display: none;
}

.section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section--brown {
    background: #494541;
    color: #fff;
}

.section--dark {
    color: #fff;
}

.series {
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
}

.series p {
    margin-bottom: 18px;
}

.series ul {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 25px;
}

.series ul li {
    display: list-item;
    list-style: disc;
    margin-left: 1.4em;
    margin-bottom: 6px;
}

.series__primary {
    width: 762px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.series__description {
    border-bottom: 1px solid rgba(116, 205, 215, 0.3);
    padding-bottom: 50px;
    margin-bottom: 60px;
}

.series__cover {
    margin-bottom: 30px;
    height: 300px;
}

@media screen and (min-width: 1024px) {
    .series__cover {
        height: 405px;
    }
}

.series-background {
    background-color: #d7dadc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
}

.series-background.series-background--no-image > .glyphicon {
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    font-size: 5em;
}

.series-background > .glyphicon {
    display: none;
}

.series-background .series-background__shader {
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.series-collection__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.series-collection__item-cover {
    width: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0);
    transform: translateY(0);
    transition:
        box-shadow 300ms ease-out,
        transform 300ms ease-out;
    margin-bottom: 18px;
}

.series-collection__item:hover .series-collection__item-cover {
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.16);
    transform: translateY(-3px);
}

.series-collection__item-cover:after {
    content: "";
    padding-bottom: 50%;
    display: block;
    width: 100%;
}

.series-collection__item-number {
    background: #fffcf3;
    color: #d86860;
    font-size: 15px;
    font-weight: 900;
    height: 71px;
    text-align: center;
    line-height: 71px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px;
    text-transform: uppercase;
}

.series-collection__item-content {
    font-size: 15px;
    line-height: 25px;
}

.series-tile {
    margin-bottom: 20px;
    min-height: 245px;
    position: relative;
}

.series-tile:hover .series-tile__title {
    display: none;
}

.series-tile:hover .series-tile__summary {
    display: block;
}

.series-tile:hover .series-tile__categories {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.series-tile > .series-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.series-tile > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.series-tile__title {
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 33px;
    letter-spacing: 3px;
    font-family: Avenir, Helvetica;
}

.series-tile__summary {
    display: none;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 33px;
    font-family: Avenir, Helvetica;
}

.series-tile__summary-title {
    color: #74cdd7;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Avenir, Helvetica;
}

.series-tile__description {
    color: white;
    height: 7.7em;
    overflow: hidden;
    font-family: Avenir, Helvetica;
}

.series-tile__categories {
    display: none;
    bottom: 10px;
    left: 10px;
    position: absolute;
}

.series-tile__category {
    background-color: #494541;
    color: white;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 19px;
    border-radius: 3px;
    font-family: Avenir, Helvetica;
}

.site-card {
    padding: 120px 0;
    line-height: 33px;
    overflow: hidden;
}

.site-card p {
    margin-bottom: 33px;
}

.site-card--light-blue {
    background: #74cdd7;
    color: #fff;
    line-height: 33px;
}

.site-card--beige-leaves {
    background-image: url(../../images/leaves-large-beige-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.site-card--beige {
    background: #fffcf3;
}

.site-card--blue {
    background: #003764;
    color: #fff;
}

.site-footer {
    padding: 60px 0;
    background: #494541;
    color: #fff;
}

.site-footer__heading {
    color: #74cdd7;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 36px;
}

@media screen and (min-width: 1024px) {
    .site-footer__heading {
        margin-top: 0;
    }
}

.site-footer__content {
    line-height: 33px;
    font-size: 17px;
}

.site-footer__copyright {
    color: #7c868c;
    font-size: 17px;
    line-height: 23px;
    padding-top: 60px;
}

.site-footer__link-list-link {
    font-size: 17px;
    line-height: 33px;
    display: block;
}

.site-footer__link-list-link:hover {
    text-decoration: underline;
}

.slick-slider {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.slick-slider .slick-arrow {
    width: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background: #fff;
    border: none;
    background-image: url(../../images/arrow-back.png);
    background-position: center;
    background-size: 44px 85px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    white-space: nowrap;
    display: none !important;
}

.slick-slider .slick-arrow.slick-next {
    transform: rotate(180deg);
}

@media screen and (min-width: 1024px) {
    .slick-slider .slick-arrow {
        display: inline-block !important;
    }
}

.slick-slide {
    text-align: center;
}

.slick-slide__image {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    height: 470px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slick-slide__title {
    font-family: "Avenir", Helvetica;
    font-weight: 900;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.slick-slide__description {
    font-size: 20px;
    line-height: 30px;
    font-family: "Avenir", Helvetica;
}

.stagger-feature {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 60px;
}

@media screen and (min-width: 1024px) {
    .stagger-feature {
        -ms-flex-direction: row;
        flex-direction: row;
        width: 930px;
    }
}

.stagger-feature__artwork {
    width: 325px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-order: 1;
    order: 1;
}

.stagger-feature__artwork img {
    display: block;
    border-radius: 2px;
    margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
    .stagger-feature--alt .stagger-feature__artwork {
        -ms-flex-order: 2;
        order: 2;
    }
}

.stagger-feature__content {
    line-height: 33px;
    -ms-flex-order: 2;
    order: 2;
}

@media screen and (min-width: 1024px) {
    .stagger-feature__content {
        padding-left: 73px;
    }

    .stagger-feature--alt .stagger-feature__content {
        -ms-flex-order: 1;
        order: 1;
        padding-right: 73px;
        padding-left: 0;
    }
}

.testimonial {
    border-top: 3px solid #494541;
    padding-top: 36px;
    padding-left: 50px;
    color: #494541;
    margin-bottom: 24px;
    position: relative;
}

@media screen and (min-width: 1024px) {
    .testimonial {
        padding-top: 72px;
        padding-left: 0;
    }
}

.testimonial:before,
.testimonial:after {
    color: #52bcc1;
    font-size: 72px;
    line-height: 91px;
    top: -40px;
    position: absolute;
    font-family: "Didot", Georgia;
    font-weight: 600;
}

.testimonial:before {
    content: "\201C";
    left: 0px;
    top: 24px;
}

.testimonial:after {
    content: "\201D";
    display: none;
}

@media screen and (min-width: 1200px) {
    .testimonial:before {
        left: -60px;
        top: 0;
    }

    .testimonial:after {
        display: block;
        right: -60px;
    }
}

.testimonial__content {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
    .testimonial__content {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 0;
    }
}

.testimonial__cite {
    text-align: right;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (min-width: 1024px) {
    .testimonial__cite {
        font-size: 24px;
        line-height: 33px;
    }
}

.text {
    font-family: "Avenir", Helvetica;
}

.text p {
    margin-bottom: 18px;
    font-size: 18px;
    color: #000;
    letter-spacing: -1px;
    line-height: 24px;
}

@media screen and (min-width: 1024px) {
    .text p {
        font-size: 24px;
        line-height: 44px;
    }
}

.text ul {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    letter-spacing: -1px;
    list-style-type: disc;
}

@media screen and (min-width: 1024px) {
    .text ul {
        font-size: 24px;
        line-height: 44px;
    }
}

.text ul li {
    display: list-item;
    margin-left: 1.4em;
}

.text--small p {
    font-size: 16px;
    line-height: 24px;
}

@media screen and (min-width: 1024px) {
    .text--small p {
        font-size: 20px;
        line-height: 27px;
    }
}

.text--small ul {
    font-size: 16px;
    line-height: 24px;
}

@media screen and (min-width: 1024px) {
    .text--small ul {
        font-size: 20px;
        line-height: 27px;
    }
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.training-series-cta {
    margin-top: 50px;
}

.training-series-cta__text {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 22px;
}

.training-series-cta__text--orange {
    color: #d86860;
}

.training-series-cta__button {
    width: 200px;
}

.training-series-cta__button--wide {
    max-width: 600px;
    width: 100%;
}

.training-series-cta__button--center {
    margin: 0 auto;
}

.v-slider__slide-card {
    height: 320px;
    margin-bottom: 30px;
}

.wrapper {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    .wrapper {
        width: 100%;
        max-width: 1170px;
    }
}
.startagies {
    padding: 0 30px;
}

.home-carousel {
    max-width: 810px;
    margin: 0 auto;
}

.btn--light-blue {
    background: #52bcc1;
}
.btn--light-blue:hover {
    background: #68c9d4;
}

.btn--blue {
    background: #037893;
}
.btn--blue:hover {
    background: #02647a;
}

.series-index .featured-series-slider {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.series-index .featured-series-slider .h-slider__slide {
    position: relative;
    width: 572px;
    height: 320px;
    z-index: 4;
}

.series-index .featured-series {
    width: 100%;
    height: 100%;
    border: 1px solid #d7dadc;
}

.series-index .featured-series .series-background {
    width: 320px;
    height: 100%;
}

.series-index .featured-series__left {
    float: left;
    width: 320px;
    height: 100%;
    position: relative;
}

.series-index .featured-series__right {
    box-sizing: border-box;
    float: left;
    padding: 10px 20px;
    position: relative;
    width: 250px;
    height: 100%;
}

.series-index .featured-series__right .btn {
    position: absolute;
    bottom: 10px;
    width: 210px;
}

.series-index .featured-series__name {
    background-color: #fffcf3;
    color: #74cdd7;
    font-weight: 700;
    padding: 3px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    left: 0;
}

.series-index .featured-series__category {
    background-color: #66b555;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 0.8em;
    padding: 5px 10px;
    position: absolute;
}

.series-tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.series-show,
.lessons-show {
    font-family: Helvetica, sans-serif;
}
.series-show .lesson-list .panel.panel-box {
    min-height: 4em;
}

.series-show .lesson-list .panel.panel-box h4 {
    text-align: left;
    padding-left: 15px;
}

.series-show .series-cover-image-header {
    margin-bottom: 20px;
}

.series-show .content-sidebar .series-tag {
    margin-right: 10px;
    background: #fff;
    padding: 5px 15px;
    font-size: 17px;
    line-height: 33px;
    color: #003764;
    font-weight: 500;
    border: 1px solid #d0d0d0;
    border-radius: 100px;
}
.panel.panel-box {
    border: 1px solid #d7dadc;
    min-height: 14em;
    overflow: visible;
    position: relative;
}

.panel.panel-box.action:hover {
    border: 1px solid #66b555;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05);
}

.panel.panel-box a:hover {
    text-decoration: none;
}

.panel.panel-box h4 {
    color: #037893;
    font-size: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    top: 50%;
    left: 0;
    transform: perspective(1px) translateY(-50%);
    width: 90%;
    font-weight: 400;
}
.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel__locked {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: flex;
    background: #a95c74;
    color: #fff;
    font-weight: 600;
    padding: 5px;
    font-size: 13px;
    border-radius: 3px;
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) background-color;
    cursor: pointer;
}

.panel__locked:hover {
    background: #89495d;
}

.panel__locked-icon {
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M128.462 0C72.9784 0 28 44.9471 28 100.392V205.804C28 233.526 50.4892 256 78.2311 256H178.693C206.435 256 228.924 233.526 228.924 205.804V100.392C228.924 44.9471 183.946 0 128.462 0ZM128.462 50.1961C156.204 50.1961 178.693 72.6696 178.693 100.392H78.2311C78.2311 72.6696 100.72 50.1961 128.462 50.1961ZM148.555 160.627C148.555 168.365 144.175 175.079 137.759 178.432L147.034 209.569H111.146L120.263 178.964C113.254 175.829 108.37 168.798 108.37 160.627C108.37 149.538 117.365 140.549 128.462 140.549C139.559 140.549 148.555 149.538 148.555 160.627Z" fill="white"/></svg>');
    background-size: contain;
}

.panel__locked-label {
    padding-top: 1px;
    margin-right: 5px;
}
.container .page-header {
    border-bottom: none;
    float: left;
    margin: 0 0 22px;
    padding: 0;
    width: 100%;
}

.container .page-header .button-back {
    margin-top: -9px;
}

.container .page-header h3.page-header-title {
    display: inline-block;
    text-transform: uppercase;
    line-height: 2;
    margin: 0;
    padding: 0;
}

.container .page-header h3.page-header-title.page-header-title--has-filters {
    line-height: 70px;
}

.container .page-header .page-header-actions > .btn {
    margin-left: 6px;
}
.button-back {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border-radius: 50%;
}
.btn-info {
    background-color: #037893;
}
.btn-info:hover {
    background-color: #024f61;
    color: #fff;
}
.resource-badge {
    background: #037893;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
    float: right;
    border-radius: 3px;
    padding: 1px 13px 0 34px;
    line-height: 35px;
    position: relative;
    font-family: Helvetica, sans-serif;
}
.resource-badge__icon {
    position: absolute;
    height: 15px;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
}
.icon--play {
    background-image: url(../fonts/play-icon.svg?36aeed6…);
}
.icon {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
}
.alert,
.modal-body,
.modal-footer,
.modal-header,
.panel-body {
    padding: 15px;
}
.content-sidebar .metadata-label {
    color: #037893;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 33px;
    font-weight: 700;
}

.content-sidebar p {
    color: #494541;
    font-size: 17px;
    line-height: 33px;
}

.carousel__prev {
    @media (min-width:1200px) {
        left: -65px !important;
    }
    /* width: 44px !important;
    height: 85px !important; */
}

.carousel__next {
    @media (min-width:1200px) {
        right: -65px !important;
    }
    width: 44px !important;
    height: 85px !important;
}
@media (min-width:767px) {
    .nav-item.dropdown{
        margin-left: 15px;
    }
}
