/* source-sans-pro-regular - latin */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('../../fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../fonts/source-sans-pro-v13-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-300 - latin */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('../../fonts/source-sans-pro-v13-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../fonts/source-sans-pro-v13-latin-300.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-700 - latin */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('../../fonts/source-sans-pro-v13-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../fonts/source-sans-pro-v13-latin-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

main {
    min-height: 100vh;
}

.filled {
    fill: rgb(0, 148, 132);
}

.title:not(.is-spaced) + .subtitle {
    margin-top: -0.8rem !important;
    margin-bottom: 0.3rem !important;
}

#tiles, #question, #search, #wow_map, #test {
    transition: all 500ms cubic-bezier(.02, .01, .47, 1);
}

#main-product-heading {
    font-size: 3.5rem;
    letter-spacing: -3px;
}

#main-features {
    margin-top: 130px;
}

.select:not(.is-multiple):not(.is-loading)::after {
    border-color: #13246D;
}

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
    stroke: #5A37FD !important;
}

.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {
    stroke: #13246D !important;
}

.ct-series-c .ct-bar, .ct-series-c .ct-line, .ct-series-c .ct-point, .ct-series-c .ct-slice-donut {
    stroke: #7AA88E !important;
}

.ct-series-c .ct-bar, .ct-series-c .ct-line, .ct-series-c .ct-point, .ct-series-c .ct-slice-donut {
    stroke: #7AA88E !important;
}

.dashboard-table > tbody > tr > td {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px !important;
}

.dashboard-table > thead > tr > th:first-child {
    padding-left: 25px !important;
}

.dashboard-table > tbody > tr > td:first-child {
    padding-left: 25px !important;
}

.dashboard-table > thead > tr > th:last-child {
    padding-right: 25px !important;
}

.dashboard-table > tbody > tr > td:last-child {
    padding-right: 25px !important;
}

.dashboard-table > tbody > tr:last-of-type > td:first-child {
    border-radius: 0px 0px 0px 8px !important;
}

.dashboard-table > tbody > tr:last-of-type > td:last-child {
    border-radius: 0px 0px 8px 0px !important;
}

.dashboard-table > thead > tr:last-of-type > th:first-child {
    border-radius: 8px 0px 0px 0px !important;
}

.dashboard-table > thead > tr:last-of-type > th:last-child {
    border-radius: 0px 8px 0px 0px !important;
}

.dashboard-table {
    padding: 20px !important;
    border-radius: 8px !important;
}

.dashboard-table > tbody > tr {
    background-color: white;
    margin-top: 10px !important;
}

.related-courses:first-child table.dataTable thead > th:last-of-type {
    right: 12px !important;
}

.content li + li {
    margin-top: 0 !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0 !important;
    width: 100% !important;
}

.course-card:hover > .card-content > .media > .media-content > .course-info {
    color: #5A37FD !important;
}

.course-card > .card-content > .media > .media-content {
    overflow: hidden;
}

.pathway {
    transition: all 150ms cubic-bezier(.02, .01, .47, 1) !important;
}

.is-cp-slide.is-image {
    margin-top: 0px;
}

.is-cpl-li {
    border-radius: 6px;
}

.is-cp-li:first-of-type {
    margin-top: 5px;
}

.is-cpl-li:hover {
    background-color: #fafafa;
    cursor: pointer;
}

.dropdown-content .dropdown-item {
    justify-content: left
}

a.navbar-burger.burger:hover, .navbar-burger.burger.burger:focus, .navbar-burger.burger.burger:active {
    background-color: transparent !important;
}

.is-second-nav {
    padding: 15px;
    border-radius: 0 0 16px 16px;
    overflow: visible;
    margin-bottom: 0;
}

::selection {
    background: #5A37FD;
    color: white
}

::-moz-selection {
    background: #5A37FD;
    color: white
}

.has-background-white-low-opacity {
    background-color: rgba(250, 250, 250, 0.6) !important;
}

.hero.is-short {
    min-height: 900px;
}

.desc {
    height: 70px;
    overflow: hidden;
}

a.button.is-info.is-outlined {
    background-color: #fcfcfc;
}

.is-search-list-item {
    margin-bottom: 30px;
}

.box {
    position: initial;
    transition: all 150ms cubic-bezier(.02, .01, .47, 1);
}

.burger {
    margin-top: 15px
}

.burger:hover {
    border-radius: 30px !important;
    color: #13246D;
}

.button.is-large {
    border-radius: 6px;
    height: 65px;
}

.button.is-large, .button.is-small, .button {
    border-radius: 6px;
}

.button.is-square {
    height: 200px;
    width: 250px;
}

.button.is-wide {
    width: 150px;
}

.card {
    border-radius: 6px;
}

.content figure:not(:first-child) {
    margin-top: 0px;
}

.dropdown-item:hover {
    color: #5A37FD !important;
}

.dropdown-item > span {
    line-height: 30px;
}

.has-background-light-red {
    background-color: rgba(60, 24, 255, 0.1) !important;
}

.has-background-light-blue {
    background-color: rgba(60, 24, 255, 0.1);
}

.has-background-1 {
    background-image: url("../../images/texture.png") !important;
    background-repeat: repeat !important;
    background-color: hsl(0, 0%, 99%);
    overflow-y:scroll
}

.card-header {
    border-radius: 6px;
}

.has-experience-background {
    background-size: cover;
    background: linear-gradient( rgba(0,0,0,0.3), rgba(0, 0, 0, 0.3) ),url(../../images/work.jpg) no-repeat top left  fixed;
}

.has-gap-background {
    background-size: cover;
    background: linear-gradient( rgba(0,0,0,0.3), rgba(0, 0, 0, 0.3) ),url(../../images/plane.jpg) no-repeat top  fixed;
}

.has-highschool-background {
    background-size: cover;
    background: linear-gradient( rgba(0,0,0,0.3), rgba(0, 0, 0, 0.3) ),url(../../images/school.jpg) no-repeat top  fixed;
}

.is-section-list > li {
    list-style: inside !important;
}

.is-section-list {
    margin: 0 !important;
    list-style: none !important;
}
.has-no-margin-left {
    margin-left: 0 !important;
}

#jump-menu {
    width: 318px;
}

has-no-margin-bottom {
    margin-bottom: 0 !important;
}

.has-margin-right-10 {
    margin-right: 10px;
}

.has-margin-right-20 {
    margin-right: 20px;
}

.has-margin-top-5 {
    margin-top: 5px !important;
}

.has-margin-top-10 {
    margin-top: 10px !important;
}

.has-margin-top-15 {
    margin-top: 15px !important;
}

.has-margin-top-20 {
    margin-top: 20px !important;
}

.has-margin-top-30 {
    margin-top: 30px !important;
}

.has-margin-top-40 {
    margin-top: 40px !important;
}

.has-margin-top-50 {
    margin-top: 50px !important;
}

.has-margin-top-60 {
    margin-top: 60px !important;
}

.has-margin-top-100 {
    margin-top: 100px !important;
}

.has-navbar-fixed-top {
    padding-top: 82px !important;
}

.has-navbar-fixed-top.is-normal {
    padding-top: 52px !important;
}

.has-navbar-fixed-top.has-banner {
    padding-top: 128.4px !important;
}

.has-no-decorations {
    text-decoration: none !important;
}

.has-margin-left-10 {
    margin-left: 10px !important;
}

.banner {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.banner.out {
    top: 0px;
}

.has-occupations-background {
    background-size: cover;
    background: linear-gradient( rgba(0,0,0,0.3), rgba(0, 0, 0, 0.3) ),url(../../images/drawing.jpg) no-repeat top  fixed;
}

.has-pig-background {
    background-size: cover;
    background: linear-gradient( rgba(0,0,0,0.3), rgba(0, 0, 0, 0.3) ),url(../../images/pig-3.jpg) no-repeat top  fixed;
}

.has-post-background {
    background-size: cover;
    background: linear-gradient( rgba(0,0,0,0.3), rgba(0, 0, 0, 0.3) ),url(../../images/students.jpg) no-repeat top  fixed;
}

.has-rounded-corners {
    border-radius: 8px;
}

.has-shadow {
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.03) !important;
}

.has-text-grey {
    color: #757c8a !important;
}

.input, .textarea, .select select {
    background-color: #F5F5F5;
    border-color: #f4f4f4 !important;
    border-radius: 6px;
}

.card, .notification, .box {
    border-color: #f4f4f4 !important;
    border: solid 1px;
}

.is-action-buttons {
    background-color: transparent;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    bottom: 0;
    padding-bottom: 15px;
    padding-top: 0px;
    position: fixed;
    width: 100%;
    margin: 0px;
    z-index: 50;
    left: 0;
}

.is-action-buttons {
    height: 75px;
}

.is-borderless {
    border: none !important;
}

.is-outlined-info {
    border: solid 1px;
    border-color: #13246D;
    color: #13246D;
}

.is-career-image {
    width: 60% !important;
}

.is-career-image.wide {
    width: 40% !important;
}

.is-career-image.wide {
    width: 30% !important;
}

.is-jump-to-section {
    display: block;
    margin-top: -82px !important;
    padding-top: 82px;
}

.is-login-box {
    padding: 50px;
}

.is-main-section-hero {
    border-radius: 16px;
    margin: 0px 16px 0px 16px;
}

.is-occupations-list {
    height: 500px;
    overflow: auto;
    overflow-x: hidden;
}

.is-section-heading {
    text-shadow: 0 1px 0 #13246D !important;
}

.is-section-heading.blue {
    text-shadow: 0 1px 0 white !important;
}

.is-side-bar-section-faq {
    width: 318px;
}

.is-size-0 {
    font-size: 4rem;
}

.is-size-8 {
    font-size: 0.5rem;
}

.is-transparent {
    background-color: transparent;
}

.is-transparent {
    background-color: transparent !important;
}

.is-transparent {
    background-color: transparent !important;
}

.material-scrolltop:hover {
    color: #5A37FD;
}

.navbar {
    border-radius: 0px 6px 0px 6px;
}

.navbar, .navbar-brand {
    height: 82px;
    max-height: 82px;
    transition: all 100ms cubic-bezier(.02, .01, .47, 1);
}

.navbar.is-normal, .navbar-brand.is-normal {
    height: 52px;
    max-height: 52px !important;
    transition: all 100ms cubic-bezier(.02, .01, .47, 1);
}

.navbar.out {
    max-height: 0px !important;
    min-height: 0px;
    overflow: hidden !important;
    transition: all 100ms cubic-bezier(.02, .01, .47, 1);
}

.navbar.out-dashboard {
    max-height: 0px !important;
    min-height: 0px;
    overflow: hidden !important;
    transition: all 100ms cubic-bezier(.02, .01, .47, 1);
}

.navbar-burger span {
    color: #13246D;
    height: 2px;
}

.navbar-burger.is-active span {
    color: #5A37FD;
    height: 2px;
}

.navbar-item img {
    max-height: none;
}

.progress {
    transition: all 150ms cubic-bezier(.02, .01, .47, 1);
}

.progress::-webkit-progress-value {
    transition: all 150ms cubic-bezier(.02, .01, .47, 1);
}

.scrollUp {
    height: 82px;
}

.slick-list {
    padding: 0px
}

.steps.is-large .steps-marker {
    overflow: visible !important;
}

.steps.is-large:not(.is-vertical) .steps-segment:not(:last-child)::after {
    height: 1px !important;
    top: calc(1.8rem - (.2em)) !important;
}

.sticky {
    position: fixed;
    top: 31%;
    transition: all 150ms cubic-bezier(.02, .01, .47, 1);
}

.vertical-center {
    align-items: center;
    display: flex;
}

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.is-search-button {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
    transition: all 150ms cubic-bezier(.02, .01, .47, 1) !important;
}

.is-search-button.is-expanded {
    background-color: #13246D !important;
    color: white !important;
}

.is-search-input {
    transition: all 150ms cubic-bezier(.02, .01, .47, 1) !important;
    width: 0px;
}

.is-search-input.is-expanded {
    width: 170px;
    margin-right: -8px;
}

.is-search-input > .is-search-input-form {
    box-shadow: none !important;
}

.is-search-input > .is-search-input-form::placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
}

.input::placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
}

.control.has-icons-left .icon, .control.has-icons-right .icon {
    color: rgba(0, 0, 0, 0.6) !important;

}

.is-search-list-item {
    margin: 10px 0px 10px 0px;
    padding: 10px;
}

.tabs ul {
    border-bottom-color: transparent;
}

.is-product-page-image {
    text-align: left !important;
}

.navbar-brand-image {
    width: 170px;
}

.navbar-brand-image.short {
    width: 30px;
}

.tabs.is-boxed li.is-active a {
    border: none;
    color: #5A37FD;
}

.tabs.is-boxed li.is-active a:hover {
    border: none;
    color: #5A37FD;
}

.tabs.is-boxed li a {
    border: none;
    color: #13246D;
}

.tabs.is-boxed li a:hover {
    background: none;
    color: #5A37FD
}

.tabs .dropdown {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: -1px;
    padding: 0px;
    vertical-align: top;
}

.card-header-title {
    margin-bottom: 0px !important;
}

#page_search.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 10%;
    right: 10%;
}

#page-search {
    transition: all 150ms cubic-bezier(.02, .01, .47, 1);
    top: 200px;
}

#page_search.fixed.scroll-up {
    top: 62px;
}

.career-choices-image {
    width: 60%;
}

.modal > .modal-content > .box {
    margin-left: 15px;
    margin-right: 15px;
}

figure.is-feature-image > img {
    width: 100px;
}

.navbar.is-fixed-top.has-banner {
    top: 46.4px;
}

.is-clickable {
    transition: all 150ms cubic-bezier(.02, .01, .47, 1) !important;
}

.is-clickable:hover {
    box-shadow: 16px 16px 8px 0px rgba(0, 0, 0, 0.04) !important;
    transform: scale(1.0125);
}

.is-search-list-item.occupation > a > .card {
    height: 170px;
    overflow: hidden;
}

li.is-active > a {
    color: #5A37FD !important;
}

.is-search-list-item.occupation > a > .card > .card-content > .desc {
    text-overflow: ellipsis !important;
    overflow: hidden;
}

.parsley-errors-list {
    margin-top: 8px !important;
    margin-left: 0px !important;
    list-style-type: none !important;
    font-weight: bold;
    color: #5A37FD;
    font-size: 12px;
}

.is-feather-icon {
    margin-left: initial !important;
    margin-right: 0.75em !important;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.navbar-menu-item.is-active {
    color: #5A37FD !important;
}

.listjs-pagination {
    margin-top: 64px !important;
    list-style: none !important;
    justify-content: center;
    margin-left: 0px !important;
}

a.pagination-link {
    margin: 4px !important;
    color:#5A37FD;
}

a.pagination-link.dots {
    display: inline-flex
}

.listjs-pagination > li.active > a, a.pagination-link.is-current {
    color: white !important;
    background-color: #5A37FD!important;
    border: 1px solid #5A37FD;
}

.listjs-pagination > li > a, a.pagination-link, a.pagination-link:focus {
    padding: 8px 8px 8px 8px;
    display: block;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    background: #fff;
    text-align: center;
    border: 1px solid #5A37FD;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.05);
    margin-right: 12px;
}

.listjs-pagination > li > a:hover, a.pagination-link:hover {
    color: white !important;
    background-color: #5A37FD;
    border: 1px solid #5A37FD;
}

.listjs-pagination > li.disabled > a {
    color: #5A37FD;
    background-color: transparent !important;
}

.listjs-pagination > li.disabled > a:hover {
    color: initial !important;
    background-color: transparent !important;
}

.listjs-pagination > li.disabled > a {
    padding: 0 !important;
    border-radius: 0px !important;
    border: none !important;
    box-shadow: none !important;
    height: 20px;
}

.navbar-link:not(.is-arrowless)::after {
    border-color: #5A37FD;
}

ion-icon {
    font-size: 24px;
}

ion-icon[size="medium"] {
    font-size: 20px;
}

ion-icon[size="extra-small"] {
    font-size: 16px;
}

.bookmark-button {
    z-index:29!important;
    position:relative;
    cursor: pointer;
}

.bookmark-button:hover {
    background-color: transparent !important;
}

.bookmark-icon {
    transition: all 100ms cubic-bezier(.02, .01, .47, 1);
    color: #5A37FD !important
}

.course-bookmark-button {
    transition: all 50ms cubic-bezier(.02, .01, .47, 1) !important;
}

.course-bookmark-button:not(.is-outlined):hover {
    background-color: transparent !important;
    border-color: #5A37FD !important;
    color: #5A37FD !important;
}

.state-button {
    line-height: 18px;
}

.course-section-box {
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%;
}

.course-section-box > h2, .course-section-box > h3, .course-section-box > h1, .course-section-box > h4 {
    font-size: 1em !important;
    color: #13246D !important;
}

.course-section-box > h3 > p, .course-section-box > h3 > ul {
    font-weight: normal;
    color: #13246D !important;
}

strong {
    color: #13246D !important;
    font-weight: 700;
}

.institution-box {
    width: max-content !important;
}

.course-card-image {
    max-width: 125px;
    margin-right: 0px !important;
}

.course-card-info-section {
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none !important;
}

.course-card-info-section:hover {
    text-decoration: none !important;
}

.course-card-info-section > .columns {
    margin-bottom: 0px;
}

.bookmarks-collapse-button * {
    transition: all 100ms cubic-bezier(.02, .01, .47, 1) !important;
    visibility: visible;
}

.bookmarks-collapse-box {
    transition: height 300ms cubic-bezier(.02, .01, .47, 1);
    height: 0px;
    padding: 0px;
    visibility: hidden;
    overflow: auto;
    scrollbar-color: #cecece;
    scrollbar-width: thin;
}

.bookmarks-collapse-box.expanded {
    height: 220px;
    visibility: visible;
    padding: 20px;
}

.student-row-columns * {
    transition: all 300ms cubic-bezier(.02, .01, .47, 1);
}

.student-row-columns {
    width: max-content;
    padding-left:0;
    padding-right:0;
}

.student-row-info {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: all 150ms cubic-bezier(.02, .01, .47, 1);
}

.student-row-info:hover {
    color: #5A37FD !important;
}

.student-row-head {
    padding-top: 0;
    padding-bottom: 0;
}

.student-row-head-label {
    font-size: 0.9rem !important;
}

.student-row-email-button:hover {
    background-color: unset !important;
    color: #5A37FD !important;
    transition: all 150ms cubic-bezier(.02, .01, .47, 1);
}

.bookmark-tag {
    margin:2px;
}

.bookmark-tag-text {
    margin:2px;
    max-width: 150px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.is-shadowless {
    box-shadow: none !important;
}

.current-page-mobile {
    margin-right: 16px;
    margin-left: 16px;
}

.students-list-pagination {
    margin-top:64px;
}

.students-list-pagination-numbers {
    margin-top:0 !important;
    margin-left: 0 !important;
}

.pagination-previous:focus, .pagination-next:focus, .pagination-link:focus, .pagination-link:hover {
    border-color: #5A37FD !important;
}

.modal-background {
    background-color:rgba(10, 10, 10, 0.4);
}

.is-width-max-content {
    width: max-content !important;
}

.is-icon-round {
    width:40px;
    height:40px;
    border-radius: 99px !important;
    font-size:16px !important;
}

.is-icon-round.is-large {
    width:62px;
    height:62px;
}

.student-bookmarks-list {
    min-height:700px !important;
}

.techsupport-dropdown {
    z-index: 99 !important;
}

.course-card-link {
    border: none !important;
    position:absolute;
    left:0; top:0; bottom:0; right:0;
    z-index:28;
}

.course-card:hover {
    text-decoration: none !important;
}

.course-card-link:hover {
    text-decoration: none !important;
}

.course-card-link:focus {
    border: none !important;
    outline:none !important;
}

.navbar.is-fixed-top {
    z-index: 100
}

.has-background-rainbow {
    background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
    -webkit-animation: rainbow 24s infinite, pulse 3s ease infinite;
    -z-animation: rainbow 24s infinite, pulse 3s ease infinite;
    -o-animation: rainbow 24s infinite, pulse 3s ease infinite;
    animation: rainbow 24s infinite, pulse 3s ease infinite;
    background-size: 1800% 1800%;
    border-color: transparent;
}
.has-background-rainbow:hover, .has-background-rainbow:focus  {
    border-color: transparent;
}

@-webkit-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}

@-moz-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}

@-o-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}

@keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}

.restart-360 {
    animation: spin-animation 0.5s;
    transition: all 100ms ease-in-out;
}

@keyframes spin-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.wow-step-illustration {
    width: 400px !important;
}

.wow-start-illustration {
    width: 500px !important;
}

.wow-progress-bar {
    width:100%;
    height:8px;
    bottom:82px;
    position:fixed
}

.wow-hero {
    margin-bottom: 82px
}

.wow-slides {
    margin-top:30px !important;
}

.icon.thick > ion-icon {
    --ionicon-stroke-width:40px;
}

.wow-button > .icon > img {
    height: 24px;
    width:24px;
    stroke:white !important;
}

.is-user-choices {
    margin-bottom: 20px !important;
}

a.button.is-small > .icon > ion-icon {
    height: 14px !important;
    width: 14px !important;
}

.tags-input {
    border:none !important;
    padding:16px !important;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.05) !important;
}

.input-icon {
    height:50px;
}

.environment-banner {
    position: fixed;
    top:0;
    height:55.74px;
    width:100%;
    margin-bottom: 0 !important;
    z-index: 101;
}

.environment-banner > .hero-body {
    padding: 1rem 2rem 1rem 1rem !important;
}

.has-environment-banner {
    margin-top:55.74px;
}

.c4y-navbar ~ .job-board-navbar {
    box-shadow: none;
}

.job-board-navbar {
    position: fixed !important;
    top: 82px;
    height:52px !important;
    width: 100%;
}

.job-board-navbar > .container > .tabs {
    height:52px !important;
}

.job-board-navbar > .container > .tabs  {
    width: 100%;
}

.navbar-dropdown {
    z-index: 101!important;
}

.modal {
    z-index: 9999;
}

.paywall {
    z-index:99;
    bottom:0;
    width:100%;
    position: fixed;
}

.paywall-image {
    width:80%;
}

.onboarding-modal > .modal-content {
    width:900px;
    scrollbar-width: thin;
    scrollbar-color: #cecece transparent;
    overflow-x: hidden;
}

.onboarding-modal-box {
    padding: 1.5rem;
}

.onboarding-image {
    width:500px;
}
.mic-visualiser {
    display: block;
    width: 100%;
    height: 200px;
    padding: 0;
    margin: 0;
}

mask > path {
    stroke-linecap: square;
    stroke: white;
    stroke-width: 0.5px;
}

.permissions-image {
    width: 300px;
}

.has-width-max-content{
    width: max-content !important;
}

.video-interview {
    width:100%;
    border-radius: 12px;
}

img {
    border-radius: 6px;
}

.search-delete-icon {
    pointer-events: auto;
}

.has-text-transparent {
    color: transparent;
}

.is-pointable {
    cursor: pointer;
}

.search-input {
    width:200px;
}

.wow-result-button {
    max-width: 160px;
}

.wow-result-button > span {
    overflow:hidden;
    text-overflow:ellipsis;
}

@media screen and (max-width: 3840px) {
    .main_heading_2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 1920px) {
    #main_heading {
        font-size: 3.4rem;
    }

    .main_heading_2 {
        font-size: 2.5rem;
    }

    #main_heading_3 {
        font-size: 3rem;
    }

    .is-career-image.semi-wide {
        width: 50% !important;
    }

    .sticky {
        top: 22%;
    }
}

@media screen and (max-width: 1440px) {
    #main_heading {
        font-size: 3.2rem;
        margin-left: -500px !important;
    }

    .main_heading_2 {
        font-size: 2.2rem;
    }

    #main_heading_3 {
        font-size: 2.5rem;
    }

    .has-gap-background {
        background-position: bottom;
    }

    .is-occupations-list {
        height: 450px;
    }

    .sticky {
        top: 27%;
    }
}

@media screen and (max-width: 1366px) {
    #main-product-heading {
        font-size: 4.25rem;
        letter-spacing: -3px;
    }

    #main_heading {
        font-size: 3rem;
        margin-left: -500px !important;
    }

    .main_heading_2 {
        font-size: 2.2rem;
    }

    #main_heading_3 {
        font-size: 2.5rem;
    }

    .button.is-wide {
        width: 150px;
    }

    .has-experience-background {
        background-position: center;
    }

    .has-gap-background {
        background-position: bottom right;
    }

    .is-career-image {
        width: 50% !important;
    }

    .is-career-image.semi-wide {
        width: 40% !important;
    }

    .is-career-image.wide {
        width: 25% !important;
    }

    .is-login-box {
        border: none;
        padding: 0px;
    }

    .is-occupations-list {
        height: 450px;
    }

    .sticky {
        top: 31%;
    }
}

@media screen and (max-width: 1280px) {
    .has-margin-top-20-desktop {
        margin-top:20px;
    }

    .navbar-menu {
        border-radius: 0px 0px 16px 16px;
    }

    .navbar-brand-image {
        width: 150px !important;
    }

    .navbar-brand-image.short {
        width: 30px !important;
    }

    .mobile-dashboard-navbar {
        max-height: 82px !important;
    }

    #main_heading {
        font-size: 3rem;
        margin-left: -450px !important;
    }

    .main_heading_2 {
        font-size: 2.2rem;
    }

    #main_heading_3 {
        font-size: 2.5rem;
    }

    .dashboard-navbar-menu > .navbar-item {
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
        display: inline-block;
    }

    .dashboard-navbar-menu > .navbar-item > .icon, .dashboard-navbar-menu > .navbar-item > div {
        line-height: 12px !important;
        margin-bottom: 0px;
    }

    .navbar-brand-item {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1025px) {
    .environment-banner > .hero-body {
        line-height: 2;
    }
    .job-board-navbar {
        position: fixed !important;
        height: 52px;
    }

    .navbar-dropdown.has-shadow {
        box-shadow: none !important;
    }
}

@media screen and (max-width: 768px) {
    .has-width-max-content{
        width: auto !important;
    }

    .onboarding-modal-box {
        padding: .5rem;
    }

    .onboarding-modal > .modal-content {
        width:100% !important;
    }
    .is-section-heading {
        text-shadow: none;
        color: #13246D !important;
    }

    .resources-hero {
        background: none;
    }

    .c4y-navbar > .container > .navbar-menu {
        height:500px;
    }

    .paywall-image {
        margin-top: 32px;
        width: 100%
    }

    .has-margin-top-20-touch {
        margin-top:20px;
    }
    .navbar-dropdown.has-shadow {
        box-shadow: none !important;
    }

    .is-occupations-list {
        height: 600px;
    }

    .wow-slides {
        margin-top:40px !important;
    }

    .wow-nav-button {
        height:30px !important;
        font-size: .75rem;
    }

    .wow-nav-button .icon > ion-icon {
        height: 14px !important;
        width: 14px !important;
    }

    .wow-start-button > .icon > ion-icon{
        height: 20px !important;
        width: 20px !important;
    }

    .wow-button {
        height:50px !important;
    }

    .error-image {
        width: 100%;
    }

    .students-list-pagination {
        margin-top:24px;
    }

    .state-picker-key-dates-columns > .column {
        padding-right: .0rem;
    }

    figure.is-feature-image > img {
        width: 70px;
    }

    #main-features {
        margin-top: 50px;
    }

    .column.is-6-tablet {
        flex: none;
        width: 50%;
    }

    .columns.is-multiline.is-tablet {
        flex-wrap: wrap;
        display: flex;
    }

    .is-product-page-image {
        text-align: center !important;
        display: none;
    }

    .is-main-section-image {
        margin-top: 30px !important;
    }

    #main_heading {
        font-size: 2.6rem;
    }

    .main_heading_2 {
        font-size: 1.8rem;
    }

    #main_heading_3 {
        font-size: 2.2rem;
    }

    .is-action-buttons {
        height: 75px;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .is-career-image.semi-wide {
        width: 60% !important;
    }

    .is-career-image.wide {
        width: 60% !important;
    }

    .is-jump-to-section {
        display: block;
        margin-top: -82px !important;
        padding-top: 82px;
    }

    .is-login-box {
        border: none;
        box-shadow: none !important;
        padding: 50px;
    }

    .is-user-choices {
        margin-top: 10px !important;
    }

    .navbar-item.is-logo-item {
        flex-direction: column;
        flex-grow: 1;
        justify-content: center;
        left: 3%;
    }

    .navbar-start {
        margin-left: 0 !important;
    }

    .has-shadow-touch {
        box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.05) !important;
    }

    .is-action-buttons {
        height: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .wow-progress-bar {
        bottom:8px;
    }
}

@media screen and (max-width: 665px) {
    .job-board-navbar {
        top: 64px;
    }

    .is-width-max-content {
        width: initial !important;
    }

    .pagination-next, .pagination-previous{
        margin-bottom:24px !important;
    }

    .students-list-pagination-numbers {
        margin-bottom:24px !important;
    }

    a.pagination-link {
        margin: 2px !important;
        color:#5A37FD;
    }

    .student-row-info {
        position: initial;
        top: initial;
        transform: none
    }

    .hero-body {
        padding: 1.5rem .75rem;
    }

    .landing-hero > .hero-body {
        padding: 3rem .75rem;
        z-index: 1;
    }

    .listjs-pagination > li > a {
        margin-right: 4px
    }

    .modal > .modal-content {
        max-width: 400px;
    }

    .column.is-6-tablet {
        flex: none;
        width: 100%;
    }

    .columns.is-multiline.is-tablet {
        flex-wrap: nowrap;
        display: flex;
    }

    figure.is-feature-image > img {
        width: 70px;
    }

    .is-product-page-image {
        text-align: center !important;
        display: none
    }

    .is-main-section-image {
        margin-top: 20px !important;
    }

    #main-features {
        margin-top: 50px;
    }

    .career-choices-figure {
        margin-left: 0px;
        margin-right: 0px;
    }

    .career-choices-image {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .has-navbar-fixed-top {
        padding-top: 64px !important;
    }

    .burger {
        margin-top: 7px;
    }

    .navbar, .navbar-brand {
        max-height: 64px;
        transition: all 100ms cubic-bezier(.02, .01, .47, 1);
    }

    .navbar .mobile-dashboard-navbar > .navbar-brand {
        max-height: 82px;
        transition: all 100ms cubic-bezier(.02, .01, .47, 1);
    }

    .is-main-section-hero > .hero-body {
        padding: 0px;
        padding-top: 30px;
    }

    #main_heading {
        font-size: 1.55rem;
    }

    .main_heading_2 {
        font-size: 1.5rem !important;
    }

    #main_heading_3 {
        font-size: 2.2rem;
    }

    .career-choices-image {
        width: 100%;
    }

    .button.is-wide {
        width: 120px;
    }

    .has-experience-background {
        background-attachment: initial;
    }

    .has-occupations-background {
        background-attachment: initial;
    }

    .has-post-background {
        background-attachment: initial;
    }

    .is-action-buttons.has-save-button {
        border-radius: 0px;
        padding-bottom: 0px;
        padding-top: 15px;
    }

    .is-career-image {
        width: 80% !important;
    }

    .is-hidden-mobile-button {
        display: none;
    }

    .is-jump-to-section {
        display: block;
        margin-top: initial !important;
        padding-top: initial;
    }

    .is-login-box {
        border: none;
        box-shadow: none !important;
        padding: 0px;
    }

    .navbar-item.is-logo-item {
        flex-direction: column;
        flex-grow: 1;
        justify-content: center;
        left: 7%;
    }

    .navbar-menu {
        border-radius: 0px 0px 16px 16px;
    }

    .navbar-start {
        margin-left: 0 !important;
    }

    .steps.is-horizontal.is-narrow .steps-segment {
        min-width: 4em !important;
    }

    .steps.is-large .steps-marker {
        height: 2.5rem;
        overflow: hidden;
        width: 2.5rem;
    }

    img.is-slick {
        border-radius: 12px;
        margin-left: 10px;
        width: 300px;
    }

    .navbar.is-fixed-top.has-banner {
        top: 42.4px;
    }

    .key-dates-illustration {
        margin-top: 64px;
    }

    .is-search-input.is-expanded {
        width: 200px;
        margin-right: -8px;
    }
}

.banner {
    transition: all 150ms cubic-bezier(.02, .01, .47, 1);
}

.tabs.is-boxed li a {
    border: none;
    color: #13246D;
}

body {
    color: #13246D !important;
    -webkit-tap-highlight-color: transparent;
}

.input, .textarea {
    background-color: white;
    border-color: #dbdbdb;
    color: #13246D;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
}

.hero.is-tiny > .hero-body {
    padding-bottom: .7rem;
    padding-top: .7rem;
}

.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag), .hero.is-primary strong {
    color: inherit;
}

.has-text-purple {
    color: #5A37FD !important;
}

.is-purple {
    color: #5A37FD !important;
}

.is-light-blue {
    color: #9fbfff !important;
}

a {
    color: #5A37FD;
}

a.is-purple-link {
    color: #5A37FD !important;
}

a:hover {
    color: #5A37FD;
}

a:not(.button):hover {
    text-decoration: underline;
}

a.is-purple-link:hover {
    color: #5A37FD !important;
}

.has-text-gradient {
    background: -webkit-linear-gradient(right, #13246D, #5A37FD);
}

a.button.is-button-link, a.is-button-link.dropdown-item {
    color: #5A37FD;
    font-weight: bold;
}

a.button.is-button-link:hover, a.button.dropdown-item.is-button-link:hover {
    color: #5A37FD;
}

a.button, button.button {
    transition: all 150ms cubic-bezier(.02, .01, .47, 1);
}

a.button.is-light {
    color: #13246D;
}

a.button.is-light:hover {
    color: #13246D;
}

a.has-background-green {
    background-color: #7AA88E;
    border-color: #7AA88E;
    color: white;
}

.has-background-green {
    background-color: #7AA88E !important;
    border-color: #7AA88E !important;
    color: white !important;
}

.has-text-green {
    color: #7AA88E !important;
}

a.has-background-green:hover {
    background-color: #598f71;
    border-color: #598f71;
    color: white;
}

a.has-background-orange {
    background-color: #F58F5B;
    border-color: #F58F5B;
    color: white;
}

.has-background-orange {
    background-color: #F58F5B !important;
    border-color: #F58F5B !important;
    color: white !important;
}

.has-background-orange-low-opacity {
    background-color: rgba(245, 143, 91, 0.2);
}

.has-text-orange {
    color: #F58F5B !important;
}

a.has-background-orange:hover {
    background-color: #c56737;
    border-color: #c56737;
    color: white !important;
}

a.has-background-teal {
    background-color: #346E6C;
    border-color: #346E6C;
    color: white;
}

.has-background-teal {
    background-color: #346E6C !important;
    border-color: #346E6C !important;
    color: white !important;
}

.has-text-teal {
    color: #346E6C;
}

.chart-container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.chart-container {
    min-height: 180px !important;
}

a.has-background-teal:hover {
    background-color: #245a58;
    border-color: #245a58;
    color: white;
}

a.has-background-yellow {
    background-color: #DBBB8C;
    border-color: #DBBB8C;
    color: white;
}

.has-background-yellow {
    background-color: #DBBB8C;
    border-color: #DBBB8C;
    color: white;
}

.has-background-yellow-low-opacity {
    background-color: rgba(219, 187, 140, 0.2);
}

a.has-background-yellow:hover {
    background-color: #c09e6c;
    border-color: #c09e6c;
    color: white;
}

.has-background-yellow {
    background-color: #DBBB8C !important;
}

a.has-text-info:hover, a.has-text-info:focus {
    color: #5A37FD !important;
    background-color: transparent;
}

a.has-text-white-bis:hover {
    color: #5A37FD !important;
}

.button:focus:not(:active), .button.is-focused:not(:active) {
    box-shadow: none
}

.has-text-normal {
    text-transform: none !important;
    letter-spacing: initial !important;
}

.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
    box-shadow: none;
}

.feather-16 {
    width: 16px;
    height: 16px;
}

.feather-24 {
    width: 24px;
    height: 24px;
}

.feather-32 {
    width: 32px;
    height: 32px;
}

img {
    transition: all 150ms cubic-bezier(.02, .01, .47, 1);
}

img.is-slick {
    border-radius: 12px;
    margin-left: 10px;
}

li > a.is-section-menu-item:hover {
    color: #5A37FD;
}

.tippy-arrow {
    border-bottom-color: whitesmoke;
}

.shepherd.tippy-popper[x-placement^="bottom"] .tippy-arrow {
    border-bottom-color: whitesmoke !important;
}

p > a:hover, td > a:hover, .card-footer-item > a:hover {
    color: #5A37FD;
}

ul.is-section-list > li > a:hover {
    color: #5A37FD;
}

.table {
    background-color: white;
    color: #13246D !important;
}

th {
    color: #13246D !important;
}

.content table td, .content table th {
    border: 0.1px solid #f2f2f2;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top;
}

.getting-job-ready-button:hover {
    background-color: white !important;
    color: #5A37FD !important;
}

div.dataTables_wrapper div.dataTables_paginate > ul {
    list-style: none;
}

.chrome-blur {
    background-color: rgb(255, 255, 255);
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    .selector:not(*:root), .chrome-blur {
        backdrop-filter: blur(30px);
        background-color: rgba(255, 255, 255, 0.7);
    }
}

body::-webkit-scrollbar-button {
    display: none
}

@media print {
    .is-hidden-print {
        display: none !important;
    }

    .has-background-1 {
        background-image: none !important;
        background-color: hsl(0, 0%, 99%);
    }

    .column, .column.is-4, .column.is-7 {
        display: block;
        flex-basis: 0 !important;
        flex-grow: 1 !important;
        flex-shrink: 1 !important;
        padding: 0.75rem;
    }
}

.selectize-input > input {
    max-width: 100% !important;
    font-size: 24px !important;
    font-stretch: 100% !important;
    font-style: normal !important;
    font-variant-caps: normal !important;
    font-variant-east-asian: normal !important;
    font-variant-ligatures: normal !important;
    font-variant-numeric: normal !important;
    font-weight: 400 !important;
}

.selectize-input > input::-moz-placeholder {
    color: rgba(54, 54, 54, 0.3);
}

.selectize-input > input::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.3);
}

.selectize-input > input:-moz-placeholder {
    color: rgba(54, 54, 54, 0.3);
}

.selectize-input > input:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.3);
}

.selectize-input, .selectize-input input {
    font-size: 24px !important;
    font-stretch: 100% !important;
    font-style: normal !important;
    font-variant-caps: normal !important;
    font-variant-east-asian: normal !important;
    font-variant-ligatures: normal !important;
    font-variant-numeric: normal !important;
    font-weight: 400 !important;
}

.video-container {
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

input[type="range"].slider.is-info::-moz-range-track {
    background: #5A37FD !important;
}

input[type=range].slider:not([orient="vertical"]).has-output {
    display: inline-block;
    width: 100% !important;
}

.shepherd-content {
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.05) !important;
    background-color: whitesmoke !important;
}

.shepherd-element {
    border-radius: 6px;
}

.shepherd-modal-overlay-container {
    height: 100vh;
    opacity: 0.5;
    transition: all 0.3s ease-out 0s, height 0s ease 0s, opacity 0.3s ease 0s !important;
}

.shepherd-active.shepherd-modal-is-visible .shepherd-button, .shepherd-active.shepherd-modal-is-visible .shepherd-cancel-icon, .shepherd-active.shepherd-modal-is-visible .shepherd-element, .shepherd-active.shepherd-modal-is-visible .shepherd-target {
    border-radius: 6px
}

.navbar-item.shepherd-target {
    border-radius: 6px
}

.shepherd.tippy-popper .tippy-tooltip .tippy-content {
    text-align: left;
}

.shepherd-text {
    padding: 1.25rem !important;
    padding-bottom: 1rem !important;
    padding-top: .8rem !important;
}

.no-hover:hover {
    background-color: transparent;
}

.card.is-equal-height {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-footer.is-sticky {
    position: absolute;
    bottom: 0;
    right: 20px;
    margin-bottom: 10px;
}

.is-truncated {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.is-truncated-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.is-truncated-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.is-custom-tag {
    margin-bottom: 10px;
    display: block;
    border-radius: 4px;
    padding: 1rem;
}

body::-webkit-scrollbar {
    width: 8px;
}

body {
    scrollbar-width: thin;
    scrollbar-color: #cecece
}

body::-webkit-scrollbar-track {
    background: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
    border-radius: 16px;
}

html {
    overflow-y: scroll;
    scrollbar-color: #cecece;
    scrollbar-width: thin;
}

.error-image {
    width:70%;
}

.login-image {
    width: 75% !important;
}


*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
    border-radius: 16px;
}

