@import url("./v-select.css");
@import url("./glyphicon.css");
body {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #636b6f;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
p {
    margin: 0 0 11px;
}
.lead {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
.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;
}

body {
    font-family: "Avenir", Helvetica;
}

.modal-backdrop {
    background-color: white;
}

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

.modal .modal-content {
    border-radius: 0;
    box-shadow: none;
    border: solid 1px #e0e3e4;
    text-align: center;
}

.modal .modal-header {
    border: none;
}

.modal .modal-title {
    clear: right;
    text-transform: uppercase;
}

.modal .modal-footer {
    border: none;
}
.alert,
.modal-body,
.modal-footer,
.modal-header,
.panel-body {
    padding: 15px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -moz-appearance: none;
    appearance: none;
}
.form-group {
    margin-bottom: 15px;
}
input[type="text"],
input[type="password"],
input[type="email"] {
    border-radius: 0px;
    border: solid 1px #d7dadc;
    margin: 10px 0px;
    height: 60px;
    font-size: 17px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
    border-color: #66b555;
}

input[type="text"].error,
input[type="password"].error,
input[type="email"].error {
    border-color: red;
}

input[type="text"].form-control,
input[type="password"].form-control,
input[type="email"].form-control {
    box-shadow: none;
    border-radius: 3px;
}

.selectize-input > input[type="text"] {
    font-size: inherit;
    height: auto;
}

.editable-input > input[type="text"].input-sm {
    font-size: 12px;
    height: auto;
    margin: 0;
    padding: 6px 12px;
}

.help-block {
    color: red;
}

table {
    margin-top: 20px;
}

table thead {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #74cdd7;
}

table thead th {
    border: none;
    font-weight: normal !important;
    cursor: pointer;
}

table thead th[aria-sort="ascending"]::after {
    font-family: "Glyphicons Halflings";
    font-size: 0.55em;
    margin-left: 4px;
    content: "\e114";
    color: #d0d0d0;
}

table thead th[aria-sort="descending"]::after {
    font-family: "Glyphicons Halflings";
    font-size: 0.55em;
    margin-left: 4px;
    content: "\e113";
    color: #d0d0d0;
}

table td {
    font-family: "Avenir", Helvetica;
    font-weight: 600;
    border: none;
    color: #003764;
}

table td a {
    color: #003764;
    text-decoration: none;
    border-bottom: solid 2px #74cdd7;
}

table td a:hover,
table td a:active {
    color: #003764;
    text-decoration: none;
}

.navbar .nav-links a:hover,
.navbar .nav-links a .active {
    text-decoration: none;
    color: #d86860;
}

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

.navbar-header {
    padding: 13px 0;
}

.navbar .dropdown--avatar {
    height: 140px;
}

.navbar .dropdown--avatar .dropdown-toggle--avatar {
    height: 140px;
}

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

.content-sidebar .row {
    margin-bottom: 12px;
}

.content-sidebar .metadata-label {
    color: #037893;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 33px;
}

.content-sidebar .inline-edit .editable-container,
.content-sidebar .inline-edit .control-group,
.content-sidebar .inline-edit .editable-input,
.content-sidebar .inline-edit .form-control {
    width: 100%;
}

.content-sidebar .description-field .inline-edit .editable-input {
    width: 76%;
}

.tile-toolbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.tile-toolbar .tile-toolbar__content {
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
}

.tile-toolbar .tile-toolbar__content {
    display: inline-block;
}

.tile-toolbar .tile-toolbar__menu {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
}

.tile-toolbar .tile-toolbar__menu > a {
    cursor: pointer;
    font-size: 1.4em;
}

.tile-toolbar .label {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    padding: 0 10px;
}

.admin-series-show .lesson-list .panel.panel-box {
    min-height: 4em;
}

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

.admin-series-show .series-image {
    width: 100%;
    height: 250px;
}

.admin-lessons-show .panel-box {
    min-height: 10em;
    display: flex;
    justify-content: end;
}

.admin-lessons-show input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
    width: 100%;
}

.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: bold;
    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: white;
    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 .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;
}

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

.lessons-show .lesson-item-list .panel.panel-box {
    min-height: 4em;
}

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

.queue-index .queue-item {
    margin-bottom: 20px;
    min-height: 245px;
    position: relative;
}

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

.queue-index .queue-item .queue-item__title {
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.queue-index .queue-item .queue-item__title:hover {
    text-decoration: none;
}

.queue-index .tile-toolbar .label-primary {
    background-color: #d86860;
}

.queue-index .tile-toolbar .tile-toolbar__menu > a {
    color: white;
}

.queue-index .tile-toolbar .tile-toolbar__menu > a:active {
    color: #d7dadc;
}

.selected-plan {
    background-color: #66b555;
    margin: 10px 0;
    height: 60px;
    font-size: 17px;
    color: white;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
}

.selected-plan .close {
    color: white;
    opacity: 1;
    margin-right: 30px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

#planSelectionModal {
    margin-top: 100px;
}

#planSelectionModal .modal-lg {
    width: 65%;
}

#planSelectionModal .modal-body {
    margin-top: 50px;
}

.year-mo-selector {
    margin-top: 30px;
}

.year-mo-selector button {
    width: 150px;
    margin: 0px 10px;
    background-color: #d7dadc !important;
}

.year-mo-selector button.selected {
    background: #d86860 !important;
    border-color: #d86860 !important;
}

.pricing-plan {
    border: solid 1px #d7dadc;
    padding-bottom: 15px;
}

.pricing-plan .plan-price {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.pricing-plan .plan-price span {
    font-size: 25px;
}

.pricing-plan button {
    background-color: #66b555;
}

.pricing-plan button:hover,
.pricing-plan button:active {
    background-color: #d86860;
}

.pricing-plan.selected {
    border-color: #66b555;
}

.pricing-plan button {
    width: 100%;
}

.pricing-plan.selected button {
    background-color: #d86860;
    content: "SELECTED";
    border-color: #d86860;
}

.current-lesson {
    border: 1px solid #d7dadc;
}

.current-lesson .panel-heading {
    color: #d86860;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    padding-top: 30px;
}

.current-lesson .series-background {
    height: 250px;
}

.current-lesson .row {
    margin-bottom: 20px;
}

.current-lesson .row:last-child {
    border-top: 1px solid #d7dadc;
    margin-bottom: 0;
    padding-top: 20px;
}

.groups-index .groups-list .tile-toolbar__menu > a {
    color: #d7dadc;
}

.groups-index .groups-list .tile-toolbar__menu > a:active {
    color: #d0d0d0;
}

.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: 900;
}

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

.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);
}

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

.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);
}

.banner {
    background-image: url(../../images/banner@2x.png);
    padding-top: 6px;
    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;
}

.banner img {
    width: 297px;
    display: block;
}
.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.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 auto;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    top: 50%;
    left: 0;
    transform: perspective(1px) translateY(-50%);
    width: 90%;
    font-weight: 400;
    right: 0;
}

.left-btn {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.right-btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.btn,
.btn-lg,
.navbar .nav-links a,
.series-tile__title {
    letter-spacing: 3px;
}

.btn-lg {
    height: 60px;
    padding: 22px 18px;
    font-weight: 900;
    font-size: 12px;
    line-height: 18px;
}

.btn.left-btn.btn-primary {
    border-right: 1px solid #02647a;
}

.right-btn {
    border-left: 0;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background: #024f61;
}

.btn-default:hover {
    color: #fff;
}

.btn {
    background: #037893;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    line-height: 1.6;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn {
    font-size: 13px;
    font-weight: 600;
    transition: background-color 0.2s;
    border-radius: 500px;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:focus:active {
    background: #024f61;
}

.btn:disabled {
    background: #7c868c !important;
}

.btn-lg {
    padding: 22px 18px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 3px;
    color: white;
    line-height: 18px;
}

.btn-md {
    padding: 16px 18px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    border-radius: 500px;
    font-weight: 900;
}

.btn-info {
    background-color: #037893;
    color: #fff;
}

.btn-info:hover {
    color: #fff;
}

.btn--secondary {
    background: #f1f1f1;
    color: #003764;
}
.btn,
.initialism {
    text-transform: uppercase;
}

.btn--secondary:hover {
    background: #e4e4e4;
    color: #003764;
}

.btn--warning {
    background: #e4bcc9;
    color: #96254a;
}

.btn--warning:hover {
    background: #ddaaba;
    color: #96254a;
}

.btn-round {
    border-radius: 50px;
}

.button-back {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.current-lesson--description {
    font-size: 15px;
    line-height: 20px;
    color: #003764;
}

.current-lesson__name {
    color: #74cdd7;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    line-height: 33px;
    display: block;
}

.current-lesson__thumbnail {
    border-radius: 3px;
    overflow: hidden;
}

.dropdown-matcher {
    height: 400px;
    overflow: scroll;
    border: 1px solid #66b555;
    margin-bottom: 12px;
    position: relative;
}

.dropdown-matcher__item {
    padding: 12px 30px;
    color: #999;
    font-size: 17px;
    line-height: 33px;
    display: -ms-flexbox;
    display: flex;
}

.dropdown-matcher__item:hover {
    background: #66b555;
    color: #fff;
}

.dropdown-matcher__primary {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.dropdown-matcher__secondary {
    width: 25%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
    color: #ccc;
}

.dropdown-matcher--loading {
    background-position: center;
    background-image: url(../../images/loading.gif);
    background-repeat: no-repeat;
}

.dropdown-matcher__message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 320px;
    text-align: center;
}

.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;
}

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

.file-upload {
    background-color: #d7dadc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px solid #d7dadc;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
}

.file-upload .glyphicon {
    font-size: 110px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    transform: perspective(1px) translateY(-50%);
    width: 100%;
}

.file-upload input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.file-upload .file-upload__menu-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.file-upload .file-upload__menu {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.file-upload .file-upload__menu-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.file-upload .file-upload__menu-content .btn {
    display: block;
    margin: 0 auto 10px;
    overflow: hidden;
    position: relative;
    width: 90%;
}

.file-upload .file-upload__menu-content .btn:last-child {
    margin-bottom: 0;
}

.filter-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.filter-form__control {
    height: 70px;
    padding: 18px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #037893;
    font-size: 17px;
}

.filter-form__filter-container {
    margin-left: 20px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox !important;
    display: flex !important;
}

.filter-form__filter-container:first-of-type {
    margin-left: 0;
}

.filter-form__control--search {
    background-image: url(../fonts/search-blue.svg?860e46b2b385576031c57568d39aec64);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 18px 18px;
    padding-right: 50px;
}

.first-series__thumbnail {
    width: 150px;
    height: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.first-series {
    background: #52bcc1;
    color: #000000;
    display: block;
}

.first-series__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.first-series__content {
    padding: 0 20px;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.first-series__close {
    position: relative;
    background: #fff;
    color: #037893;
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.3);
    width: 36px;
    height: 36px;
    border-radius: 36px;
    border: none;
    z-index: 3;
    transition: background-color 400ms cubic-bezier(0.19, 1, 0.22, 1);
}

.first-series__close:before,
.first-series__close:after {
    content: "";
    position: absolute;
    top: 16px;
    left: 6px;
    width: 24px;
    height: 3px;
    background: #037893;
}

.first-series__close:after {
    transform: rotate(45deg);
}

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

.first-series__close:focus {
    outline: none;
}

.first-series__close:active {
    background: #c85e57;
    outline: none;
}

.first-series__close:hover {
    background: black;
}

.inline-edit input[type="text"],
.inline-edit input[type="password"],
.inline-edit input[type="email"] {
    margin: 0;
    padding: 0 10px;
}

.inline-edit .inline-edit-toggle {
    padding-left: 6px;
}

.inline-edit .glyphicon {
    color: #74cdd7;
    font-size: 0.8em;
}

.page-content {
    padding: 36px 0;
}

.container .page-header {
    border-bottom: none;
    margin-bottom: 22px;
}

.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 0 0 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;
}
.spark-settings-stacked-tabs li.active a {
    border-left-color: #037893;
}
.spark-settings-stacked-tabs li {
    display: block;
}
.spark-settings-stacked-tabs li a {
    display: block;
    padding: 10px 15px;
    border-left: 3px solid transparent;
    color: #636b6f;
    text-decoration: none;
    border-bottom: 1px solid #e4ecf2;
}
.spark-settings-stacked-tabs li:last-child a {
    border-bottom: 0;
}

.spark-profile-photo-lg {
    border: 2px solid #d3e0e9;
    border-radius: 50%;
    padding: 2px;
    height: 75px;
    width: 75px;
}

.spark-nav-profile-photo,
.spark-profile-photo-xl,
.spark-team-photo {
    border: 2px solid #d3e0e9;
    padding: 2px;
}

.spark-profile-photo-xl {
    border-radius: 50%;
    height: 125px;
    width: 125px;
}

.spark-nav-profile-photo {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.spark-team-photo {
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.spark-team-photo-xs {
    border-radius: 50%;
    height: 1.28571429em;
    width: 1.28571429em;
}

.spark-screen .profile-photo-preview,
.spark-screen .team-photo-preview {
    border-radius: 6px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    height: 150px !important;
    vertical-align: middle;
    width: 150px !important;
}

.panel.panel-box.panel--micro {
    min-height: 4em;
}

.panel-default {
    border: 2px solid #037893;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-default > .panel-heading {
    background-color: #037893;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.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 5px;
    font-size: 13px;
    border-radius: 3px;
    transition: 500ms 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;
}

.profile-photo {
    width: 85px;
    height: 85px;
    border-radius: 50%;
}

.resource-badge {
    background: #037893;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
    border-radius: 3px;
    padding: 1px 13px 0 34px;
    line-height: 35px;
    position: relative;
}

.resource-badge__icon {
    position: absolute;
    height: 15px;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
}

.rethink-badge {
    display: inline-block;
    width: 70px;
    height: 18px;
    background-image: url(../../images/orange-user-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(4px);
}

.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-cover-image-header {
    width: 100%;
    height: 300px;
    position: relative;
}

.series-cover-image-header .series-background {
    width: 100%;
    height: 100%;
}

.series-cover-image-header .series-cover-image-header__title {
    background-color: white;
    color: #74cdd7;
    font-weight: bold;
    padding: 10px 15px;
    position: absolute;
    text-transform: uppercase;
    top: 1px;
    left: 1px;
}

.series-cover-image-header .series-cover-image-header__category {
    background-color: #66b555;
    color: white;
    padding: 5px 10px;
    position: absolute;
    bottom: 20px;
    left: 15px;
}

.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: 500;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 33px;
    letter-spacing: 3px;
}

.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;
}

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

.series-tile__description {
    color: white;
    height: 7.7em;
    overflow: hidden;
}

.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;
    float: left;
}

.spark-settings-stacked-tabs li.active a {
    border-left-color: #037893;
}

.star-rating {
    text-align: center;
    margin-bottom: 6px;
}

.star-rating a .glyphicon-star {
    cursor: pointer;
    color: #74cdd7;
}

.star-rating a .glyphicon-star-empty {
    cursor: pointer;
    color: #d0d0d0;
}

body {
    background: white;
}

textarea:active,
input:active,
textarea:focus,
button:focus,
button:active,
button:hover,
label:focus,
.form-control:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    box-shadow: none;
    -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Avenir", Helvetica;
    font-weight: 900;
    color: #037893;
}

h6 {
    letter-spacing: 2px;
    font-size: 9px;
}

.orange {
    color: #d86860;
}

.navy-blue {
    color: #003764;
}

.light-gray {
    color: #d7dadc;
}

.gray {
    color: #7c868c;
}

.clickable {
    cursor: pointer;
}

.medium-editor-anchor-preview,
.medium-editor-toolbar {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    z-index: 2000;
}

@keyframes medium-editor-image-loading {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes medium-editor-pop-upwards {
    0% {
        opacity: 0;
        transform: matrix(0.97, 0, 0, 1, 0, 12);
    }

    20% {
        opacity: 0.7;
        transform: matrix(0.99, 0, 0, 1, 0, 2);
    }

    40% {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, -1);
    }

    100% {
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}

.medium-editor-anchor-preview {
    left: 0;
    line-height: 1.4;
    max-width: 280px;
    position: absolute;
    text-align: center;
    top: 0;
    word-break: break-all;
    word-wrap: break-word;
    visibility: hidden;
}

.medium-editor-anchor-preview a {
    color: #fff;
    display: inline-block;
    margin: 5px 5px 10px;
}

.medium-editor-placeholder-relative:after,
.medium-editor-placeholder:after {
    content: attr(data-placeholder) !important;
    white-space: pre;
    padding: inherit;
    margin: inherit;
    font-style: italic;
}

.medium-editor-anchor-preview-active {
    visibility: visible;
}

.medium-editor-dragover {
    background: #ddd;
}

.medium-editor-image-loading {
    animation: medium-editor-image-loading 1s infinite ease-in-out;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.medium-editor-placeholder {
    position: relative;
}

.medium-editor-placeholder:after {
    position: absolute;
    left: 0;
    top: 0;
}

.medium-editor-placeholder-relative,
.medium-editor-placeholder-relative:after {
    position: relative;
}

.medium-toolbar-arrow-over:before,
.medium-toolbar-arrow-under:after {
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 0;
}

.medium-toolbar-arrow-under:after {
    border-width: 8px 8px 0;
}

.medium-toolbar-arrow-over:before {
    border-width: 0 8px 8px;
    top: -8px;
}

.medium-editor-toolbar {
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
}

.medium-editor-toolbar ul {
    margin: 0;
    padding: 0;
}

.medium-editor-toolbar li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.medium-editor-toolbar li button {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 1.33;
    margin: 0;
    padding: 15px;
    text-decoration: none;
    background-color: white;
    outline: none;
    border: 1px solid black;
}

.medium-editor-toolbar li button:focus {
    outline: 0;
}

.medium-editor-toolbar li .medium-editor-action-underline {
    text-decoration: underline;
}

.medium-editor-toolbar li .medium-editor-action-pre {
    font-size: 12px;
    font-weight: 100;
    padding: 15px 0;
}

.medium-editor-toolbar-active {
    visibility: visible;
}

.medium-editor-sticky-toolbar {
    position: fixed;
    top: 1px;
}

.medium-editor-relative-toolbar {
    position: relative;
}

.medium-editor-toolbar-active.medium-editor-stalker-toolbar {
    animation: medium-editor-pop-upwards 160ms forwards linear;
}

.medium-editor-action-bold {
    font-weight: bolder;
}

.medium-editor-action-italic {
    font-style: italic;
}

.medium-editor-toolbar-form {
    display: none;
}

.medium-editor-toolbar-form .medium-editor-toolbar-form-row {
    line-height: 14px;
    margin-left: 5px;
    padding-bottom: 5px;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input,
.medium-editor-toolbar-form label {
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0;
    padding: 6px;
    width: 316px;
    display: inline-block;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input:focus,
.medium-editor-toolbar-form label:focus {
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    outline: 0;
}

.medium-editor-toolbar-form a {
    display: inline-block;
    font-size: 24px;
    font-weight: bolder;
    margin: 0 10px;
    text-decoration: none;
}

.medium-editor-toolbar-form-active {
    display: block;
}

.medium-editor-toolbar-actions:after {
    clear: both;
    content: "";
    display: table;
}

.medium-editor-element {
    word-wrap: break-word;
    min-height: 30px;
    display: inline-block;
    height: auto;
}

.medium-editor-element img {
    max-width: 100%;
}

.medium-editor-element sub {
    vertical-align: sub;
}

.medium-editor-element sup {
    vertical-align: super;
}

.medium-editor-hidden {
    display: none !important;
}

.medium-editor-element p {
    font-size: inherit;
    color: inherit;
}

.series-toggle {
    background: #ff7546;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: white;
    border-radius: 0;
    margin-bottom: 36px;
    font-weight: bold;
}

.series-toggle a {
    margin: 0 10px;
    color: white;
    text-decoration: none !important;
}

.series-toggle a:hover {
    color: #00447a;
}

.series-toggle a.active {
    color: #003764;
}

.v-select .selected-tag {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    height: auto !important;
}
.v-select .vs__dropdown-menu .vs__dropdown-option--selected {
    position: relative;
}

.v-select .vs__dropdown-menu .vs__dropdown-option--selected:after {
    font-family: "Glyphicons Halflings" !important;
    content: "\e013" !important;
    color: #ffa500;
    font-weight: 300;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.v-select.vs--open .vs__dropdown-toggle {
    border: 1px solid #38c093 !important;
}

.v-select .vs__dropdown-menu li a {
    background-color: white !important;
    position: relative;
}

.v-select .vs__dropdown-menu .vs__dropdown-option--highlight {
    background-color: #38c093 !important;
}

.v-select .vs__dropdown-menu .vs__dropdown-option--highlight.vs__dropdown-option--selected:after {
    color: #fff;
}

.cancelled-subscription {
    margin-top: 100px;
}

.cancelled-subscription img {
    width: 70%;
    margin-bottom: 15px;
}

.cancelled-subscription p {
    font-size: 22px;
    color: #00467a;
    font-weight: bold;
}

.cancelled-subscription a {
    margin-top: 25px;
    border-radius: 0;
    background-color: white;
    display: block;
    color: #ffa500;
    border: 1px solid #bcbcbc;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}

.medium-editor-anchor-preview-active,
.medium-editor-toolbar-active {
    visibility: visible !important;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}
.masthead {
    background: #fff;
    color: #000;
    border-bottom: 2px solid #037893;
}

.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;
    }
}
.navbar-brand {
    width: 180px;
}
.navbar-brand img {
    max-width: 100%;
}
@media (min-width: 768px) {
    .navbar-brand {
        width: 298px;
    }
}
.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;
    list-style: none;
    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;
    }
}
.with-navbar {
    padding-top: 140px;
}

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

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

.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: 1024px) {
    .nav-toggle {
        display: none;
    }
}

.navbar .dropdown-header {
    font-weight: bold;
    margin-bottom: 5px;
}
.navbar .dropdown-menu > li > a {
    font-weight: 300;
}
.navbar .dropdown-menu > li > a i {
    color: #a4aaae;
}
.navbar .dropdown-menu > li > a i.text-success {
    color: #4eb76e;
}

.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: #3097d1;
    border-color: #3097d1;
}

.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;
}

table {
    background-color: transparent;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-weight: 700;
    font-size: 14px;
}
.table tr > td input,
.table tr > td select,
.table tr > td textarea {
    font-weight: 700;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #f5f8fa;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

@media (min-width:767px) {
    .nav-item.dropdown{
        margin-left: 15px;
    }
}
