/*Styles for components for NauticEd account*/

/*Progress bar*/

.pc-title {
    margin-bottom: 8px;
    font-size: 13px;
}

.pc-title .percent {
    display: inline-block;
    float: right;
    font-weight: 600;
    color: #0164a5;
}

.pc-title .range {
    display: inline-block;
    word-spacing: -3px;
    width: 25%;
}

.pc-title .range-1,
.pc-title .range-2 {
    text-align: left;
}

.pc-title .range-3,
.pc-title .range-4 {
    text-align: right;
}

.pc-title .justify {
    text-align: justify;
    overflow: hidden;
    display: block;
    height: 19px;
}

.pc-title .justify:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.pc-title .range6 {
    display: inline;
    vertical-align: top;
}

.progress {
    display: block;
    height: 8px;
    margin: 8px 0 2px;
    background-color: #dfe2e9;
    background-image: none;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: none;
}

.progress .progress-bar-success {
    background: none #0164a5;
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*Progress bar colors*/

.progress.orange .progress-bar-success {
    background: none #ff5200;
}

.pc-title.orange .percent {
    color: #ff5200;
}

.progress.yellow .progress-bar-success {
    background: none #dfba49;
}

.pc-title.yellow .percent {
    color: #dfba49;
}

.progress.green .progress-bar-success {
    background: none #45b6af;
}

.pc-title.green .percent {
    color: #45b6af;
}

.progress.green2 .progress-bar-success {
    background: none #45b563;
}

.pc-title.green2 .percent {
    color: #45b563;
}

.progress.black .progress-bar-success {
    background: none #000;
}

.pc-title.black .percent {
    color: #000;
}

.progress.red .progress-bar-success {
    background: none #f3565d;
}

.pc-title.red .percent {
    color: #f3565d;
}

.progress.purple .progress-bar-success {
    background: none #8e44ad;
}

.pc-title.purple .percent {
    color: #8e44ad;
}

/*Tabs*/

.nav.nav-tabs {
    border: 0 none;
    margin: 0;
    display: none;
}

.nav.nav-pillars {
    border-right: 1px solid #eee;
}

.nav.nav-tabs > li {
    margin-right: 2px;
    position: relative;
    border-bottom: 4px solid transparent;
}

.nav.nav-tabs > li:last-child {
    margin-right: 0;
}

.nav.nav-tabs > li.active {
    border-bottom: 4px solid #ff5200;
}

.nav.nav-pillars > li.active a {
    background: #0164a5;
    color: #fff;
}

.nav.nav-tabs > li.open,
.nav.nav-tabs > li:hover {
    border-bottom: 4px solid #d1d2d3;
}

.nav.nav-tabs > li.active:hover {
    border-bottom: 4px solid #ff5200;
}

.nav > li > a {
    padding: 10px 14px;
}

.nav.nav-tabs > li > a,
.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a:focus,
.nav.nav-tabs > li > a:active {
    font-size: 15px;
    border-radius: 0;
    border: 0 none;
    color: #737373;
    margin-right: 0;
    background: none transparent;
}

.nav.nav-tabs > li.active > a {
    border: 0 none;
    color: #333;
}

.nav.nav-tabs > li.open > a,
.nav.nav-tabs > li:hover > a {
    background: none transparent !important;
    border: 0 none;
    color: #333;
}

.tab-content {
    padding: 18px 0 0;
}

.tab-content > .tab-pane {
    display: block;
    visibility: visible;
    padding-bottom: 15px;
}

.pill-content {
    padding: 0;
}

.pill-content > .pill-pane {
    display: none;
    visibility: hidden;
}

.pill-content > .active {
    display: block;
    visibility: visible;
}

@media (min-width: 35.5em) {
    .nav.nav-tabs {
        display: block;
    }

    .tab-content > .tab-pane {
        display: none;
        visibility: hidden;
    }

    .tab-content > .active {
        display: block;
        visibility: visible;
    }
}

@media (min-width: 48em) {
    .tab-content {
        border-style: solid none none;
        border-width: 1px 0 0;
        border-color: #eee;
        margin-top: -3px;
    }

    .nav-tabs.first-element {
        margin-top: -10px;
    }
}

/*Tabs colors*/

.orange .nav.nav-tabs > li.active {
    border-bottom: 4px solid #ff5200;
}

.orange .nav.nav-tabs > li.active:hover {
    border-bottom: 4px solid #ff5200;
}

.red .nav.nav-tabs > li.active {
    border-bottom: 4px solid #f3565d;
}

.red .nav.nav-tabs > li.active:hover {
    border-bottom: 4px solid #f3565d;
}

.blue .nav.nav-tabs > li.active {
    border-bottom: 4px solid #3281b5;
}

.blue .nav.nav-tabs > li.active:hover {
    border-bottom: 4px solid #3281b5;
}

.green .nav.nav-tabs > li.active {
    border-bottom: 4px solid #45b6af;
}

.green .nav.nav-tabs > li.active:hover {
    border-bottom: 4px solid #45b6af;
}

.green2 .nav.nav-tabs > li.active {
    border-bottom: 4px solid #45b563;
}

.green2 .nav.nav-tabs > li.active:hover {
    border-bottom: 4px solid #45b563;
}

.black .nav.nav-tabs > li.active {
    border-bottom: 4px solid #000;
}

.black .nav.nav-tabs > li.active:hover {
    border-bottom: 4px solid #000;
}

.yellow .nav.nav-tabs > li.active {
    border-bottom: 4px solid #dfba49;
}

.yellow .nav.nav-tabs > li.active:hover {
    border-bottom: 4px solid #dfba49;
}

.purple .nav.nav-tabs > li.active {
    border-bottom: 4px solid #8e44ad;
}

.purple .nav.nav-tabs > li.active:hover {
    border-bottom: 4px solid #8e44ad;
}

/* Simple sticky header for tables */
table.sticky-table-header {
    position: relative;
}

table.sticky-table-header thead th {
    position: sticky;
    top: 0;
    z-index: 99;
}

/*Pseudo table*/

@media (min-width: 35.5em) {
    .pseudo-table {
        display: table;
        width: 100%;
    }

    .pseudo-td {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
    }
}

/*Rating*/

.rating-loading {
    background-image: url(/l2015/images/loading.gif);
}

.rating-container .rating-stars:before {
    text-shadow: 0 0 0 transparent;
}

.rating-disabled {
    cursor: default;
}

.rating-xs {
    font-size: 1.3em;
}

.rating-container .rating-stars {
    color: #dfba49;
}

/*Responsive video, iframe*/

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #444;
    border: 1px solid #333;
}

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

/*Poll*/

#recommend-poll {
    background-color: #f6f6f6;
    padding: 15px 20px;
    margin: 15px -20px 0;
}

.recommend_poll_question {
    margin: 5px 0 10px;
}

#recommend_poll_preinfo {
    margin: 3px 0;
}
#recommend_poll_preinfo a {
    color: #0000FF;
}

.recommend_poll_question .question {
    font-weight: bold;
}

.poll_nav {
    text-align:center;
    margin: 20px 0 0;
}

.poll_error {
    text-align: center;
}

#recommend-poll #question-number {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

.recommend_poll_question .question {
    margin-bottom: 10px;
}

.recommend_poll_question .answer {
    margin-top: 8px;
}

.recommend_poll_question .answer label {
    font-weight: normal;
    margin: 0;
}

.full-widget,
.block-more {
    text-align: right;
}

#recommend-poll .full-widget a,
.block-more a {
    font-size: 15px;
}

.block-more.small-link a {
    font-size: 14px;
}

#recommend-poll .poll_nav a {
    font-size: 14px;
    display: inline-block;
    margin: 0 20px;
}

#recommend-poll .poll_nav span {
    color: #ccc;
    display: inline-block;
    margin: 0 20px;
}

#recommend-poll .poll_nav i {
    font-size: 25px;
}

.poll_submit {
    margin: 15px 0 10px;
}

@media (min-width: 35.5em) {
    #recommend-poll {
        margin: 15px 0 0;
    }
}

@media (min-width: 48em) {
    .poll_submit {
        margin: 0;
    }
}

/*Buttons*/

.btn {
    width: 100%;
}

.btn:focus, .btn:active, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: 0;
}

.btn-default {
    color: #555;
}

.btn-orange {
    background-color: #ff5d31;
    border-color: #e54e25;
    color: #fff;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
    background-color: #ff5200;
    border-color: #e04a03;
    color: #fff;
}

.btn-orange.btn-disabled, .btn-orange[disabled],
.btn-orange.btn-disabled:hover, .btn-orange[disabled]:hover,
.btn-orange.btn-disabled:focus, .btn-orange[disabled]:focus,
.btn-orange.btn-disabled:active, .btn-orange[disabled]:active {
    background-color: #fff;
    border-color: #ccc;
    color: #555;
    opacity: 1;
}

.btn-icon {
    height: 26px;
    padding: 4px 0;
    text-align: center;
    width: 26px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin: .5rem;
    border-radius: 50%;
    vertical-align: baseline;
    border-width: 0;
    background-color: #ededed;
    color: #555;
    transition: background-color .15s ease-in-out;
}

.btn-icon:hover, .btn-icon:focus, .btn-icon:active {
    background-color: #d3d3d3;
    box-shadow: none;
}

.btn-icon i {
    font-size: 18px;
    vertical-align: top;
}

.btn-icon.valign-baseline {
    vertical-align: baseline;
}

.btn-icon.valign-middle {
    vertical-align: middle;
}

.btn-icon.valign-top {
    vertical-align: top;
}

[class*=-success] .btn-icon {
    background-color: #b2dba1;
}

[class*=-success] .btn-icon:hover, [class*=-success] .btn-icon:focus, [class*=-success] .btn-icon:active {
    background-color: #94cd7c;
}

[class*=-warning] .btn-icon {
    background-color: #f2e187;
}

[class*=-warning] .btn-icon:hover, [class*=-warning] .btn-icon:focus, [class*=-warning] .btn-icon:active {
    background-color: #edd559;
}

[class*=-danger] .btn-icon {
    background-color: #dca7a7;
}

[class*=-danger] .btn-icon:hover, [class*=-danger] .btn-icon:focus, [class*=-danger] .btn-icon:active {
    background-color: #cd8383;
}

[class*=-info] .btn-icon {
    background-color: #9acfea;
}

[class*=-info] .btn-icon:hover, [class*=-info] .btn-icon:focus, [class*=-info] .btn-icon:active {
    background-color: #70bbe1;
}

.icon-small i {
    font-size: 14px;
    margin-top: 2px;
}

.btn-edit i {
    font-size: 15px;
}

@media (max-width: 48em) {
    .btn {
        margin-bottom: 10px;
    }
}

@media (min-width: 48em) {
    .btn {
        width: auto;
    }

    .btn-icon {
        width: 26px;
    }
}

/*Label*/

.label-lg {
    font-size: 100%;
}


/*Callout*/

.bs-callout {
    border-color: #eee;
    border-style: solid;
    border-width: 0 0 0 5px;
    margin: 10px 0;
    padding: 10px;
    font-size: 0.93em;
}

.bs-callout-danger {
    border-color: #d9534f;
}

.bs-callout-info {
    border-color: #5bc0de;
}

.bs-callout-success {
    border-color: #5cb85c;
}

.bs-callout-primary {
    border-color: #0164a5;
}

.bs-callout-warning {
    border-color: #f0ad4e;
}

.bs-callout-success .colored {
    color: #31708f;
    font-weight: bold;
}

/*Forms*/

.control-label {
    margin: 0;
    padding: 10px 0 5px;
}

label.with-element-inside {
    position: relative;
    padding-left: 21px;
}

label.with-element-inside input[type="radio"], label.with-element-inside input[type="checkbox"] {
    left: 0;
    position: absolute;
    top: 2px;
}

.without-right-info {
    border-top: 1px solid #eee;
}

.form-group {
    border-bottom: 1px solid #eee;
    margin: 0;
}

.form-group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.borderless .form-group, .borderless .form-group div {
    border: 0 none;
}

.borderless .form-group > div {
    padding: 7px 15px !important;
}

.form-group .form-control-static {
    padding-top: 0;
    padding-bottom: 0;
}

.form-group.last{
    border-bottom: 0 none;
}

.form-group > div {
    padding: 5px 0 15px;
}

.form-group > div:first-child {
    padding-top: 15px;
}

.form-actions {
    border-top: 1px solid #eee;
    margin: 0;
}

.form-actions > div {
    padding: 15px 0;
}

.form-actions input[type="button"] + input[type="button"],
.form-actions input[type="submit"] + input[type="submit"],
.form-actions input[type="submit"] + input[type="button"],
.form-actions input[type="button"] + input[type="submit"],
.form-actions button + button,
.two-buttons input[type="button"] + input[type="button"],
.two-buttons input[type="submit"] + input[type="submit"],
.two-buttons input[type="submit"] + input[type="button"],
.two-buttons input[type="button"] + input[type="submit"],
.two-buttons button + button,
.two-buttons .btn + .btn,
.crewmates-details-popup .modal-footer .two-buttons button {
    margin-top: 10px;
}

.form-top-info {
    padding: 5px 15px 5px 20px;
    margin: 0;
    border-bottom: 1px solid #eee;
}

.form-top-info.right {
    text-align: right;
}

.small-input input {
    max-width: 50%;
}

.form-control.small-size {
    display: inline-block;
    max-width: 80%;
    min-width: 50px;
    margin-top: 10px;
}

.form-control.small-size:first-child {
    margin-top: 0;
}

textarea.form-control {
    resize: vertical;
}

.help-block {
    color: #666;
    font-size: 0.93em;
}

.btn-cancel {
    margin: 15px 0 0;
}

label.label-checkbox {
    cursor: pointer;
}

@media (min-width: 35.5em) {
    .form-control.small-size {
        display: inline-block;
        max-width: 20%;
        min-width: 50px;
        margin: 0;
    }
}

@media (min-width: 48em) {
    .control-label {
        margin-top: 1px;
        text-align: right;
        padding: 20px;
    }

    .form-group > div {
        border-left: 1px solid #eee;
        padding: 15px;
        min-height: 61px;
    }

    .form-group > div[class*="offset-"] {
        min-height: 0;
    }

    .form-actions > div {
        padding: 15px;
    }

    .btn-cancel {
        margin: 0 0 0 15px;
    }

    .form-group .form-control-static {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .without-right-info {
        border-top: 1px solid #eee;
    }

    .form-actions input[type="button"] + input[type="button"],
    .form-actions input[type="submit"] + input[type="submit"],
    .form-actions input[type="submit"] + input[type="button"],
    .form-actions input[type="button"] + input[type="submit"],
    .form-actions button + button,
    .two-buttons input[type="button"] + input[type="button"],
    .two-buttons input[type="submit"] + input[type="submit"],
    .two-buttons input[type="submit"] + input[type="button"],
    .two-buttons input[type="button"] + input[type="submit"],
    .two-buttons button + button,
    .two-buttons .btn + .btn,
    .crewmates-details-popup .modal-footer .two-buttons button {
        margin-top: 0;
        margin-left: 10px;
    }
}

@media (min-width: 62em) {
    label.with-element-inside input[type="radio"], label.with-element-inside input[type="checkbox"] {
        top: 3px;
    }
}

.form-group input:disabled + span,
.form-group input:disabled + label {
    opacity: .65;
    cursor: not-allowed;
}

/*Popover*/

.btn-help.after {
    margin-left: 10px;
    float: right;
}

.form-group.with-help > div,
.form-actions.with-help > div,
.btn-wrapper.with-help > div {
    position: relative;
    padding-right: 80px;
}

.form-group.with-help .btn-help,
.form-actions.with-help .btn-help,
.btn-wrapper.with-help .btn-help {
    position: absolute;
    top: 9px;
    right: 0px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-actions.with-help .btn-help {
    top: 19px;
}

.btn-wrapper.with-help .btn-help {
    margin-top: -13px;
    top: 50%;
}

@media (min-width: 48em) {

    .btn-help.after {
        margin-left: 8px;
    }

    .form-group.with-help .btn-help,
    .form-actions.with-help .btn-help,
    .btn-wrapper.with-help .btn-help	{
        top: 50%;
        margin-top: -13px;
        right: 15px;
    }

    .grey-field .form-actions.with-help .btn-help,
    .grey-field .btn-wrapper.with-help .btn-help	{
        margin-top: -5px;
    }
}

/*Wait*/

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

@-webkit-keyframes bounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@keyframes bounceDelay {
    0%, 80%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.page-spinner-bar {
    position: fixed;
    z-index: 10051;
    width: 100px;
    top: 40%;
    left: 50%;
    margin-left: -55px;
    text-align: center;
}

.page-spinner-bar.not-fixed {
    margin-top: 40px;
    position: static;
    z-index: auto;
    margin-left: 0;
    width: auto;
}

.page-spinner-bar > div {
    margin: 0 5px;
    width: 18px;
    height: 18px;
    background: #5fbbad;
    border-radius: 100% !important;
    display: inline-block;
    -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
    animation: bounceDelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.page-spinner-bar .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.page-spinner-bar .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

/*Collapsible block*/

.collapsible.collapse {
    display: none;
}

.collapsible.expand {
    display: block;
}

.collapsible-action.more-info {
    display: block;
    text-align: center;
    margin: 15px 0 0;
}

.collapsible-action.more-info span {
    display: inline-block;
}

.collapsible-action.more-info b {
    margin: 0 0 0 5px;
}

@media (min-width: 48em) {
    .collapsible-action.more-info {
        margin: 0 0 0 15px;
        padding: 0;
        display: inline-block;
        text-align: left;
        position: relative;
        top: 2px;
    }

    .collapsible-action.more-info b {
        margin: 0 8px 0 0;
    }
}

.popover.top {
    box-shadow: -5px -5px rgba(102, 102, 102, 0.1);
}

.popover.bottom {
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
}

.popover.right {
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
}

.popover.left {
    box-shadow: -5px -5px rgba(102, 102, 102, 0.1);
}

.popover .popover-content {
    font-size: 0.93em;
    min-width: 220px;
}

.popover.top > .arrow {
    bottom: -10.9px;
}

.popover.bottom > .arrow {
    top: -10.9px;
}

.popover.left > .arrow {
    right: -10.9px;
}

.popover.right > .arrow {
    left: -10.9px;
}

/*Tables*/

.top-info {
    padding: 5px 0 10px;
    margin: 0;
    border-bottom: 1px solid #eee;
}

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

.table-border table tr,
.course-content table tr,
.course-introduction table tr {
    background-color: #fff;
}

.table-border table tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.table-border table td,
.table-border table th {
    border: 1px solid #eee;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: middle;
    font-size: 0.93em;
}

.course-content table td,
.course-introduction table td {
    border: 1px solid #eee;
    line-height: 1.42857;
    padding: 8px;
}

.course-content table th,
.course-introduction table th {
    border: 1px solid #eee;
    line-height: 1.42857;
    font-weight: 600;
    color: #333;
    padding: 15px 8px;
}

.table-border table th {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #333;
    padding: 15px 8px;
}

.table-border table th.sort a{
    text-decoration: underline;
}

.table-border table .btn-edit-icon {
    display: block;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.table-border table .btn-edit-icon i {
    font-size: 18px;
    vertical-align: top;
    color: #5a5a5a;
}

.table-border table .btn-edit-icon:hover i, .table-border table .btn-edit-icon:focus i, .table-border table .btn-edit-icon:active i {
    color: #ff5d31;
}

.table-border table .btn-edit {
    display: inline-block;
}

.table-border .btn-help.after {
    margin-top: 0;
    margin-bottom: 0;
}

.table-border .label-default {
    background-color: #999;
    vertical-align: bottom;
}

.table-border .pagination,
.pagination {
    margin: 0 15px 0 0;
    vertical-align: top;
}

.table-border .help-block {
    margin-top: 15px;
}

.table-border table tr.tr-success {
    background-color: #e4fae4;
}

.modal-dialog .table-border table,
.modal-dialog .scrollable table {
    min-width: 0;
    max-width: 568px;
}

.modal-dialog .scrollable:after {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

/*Pagination*/

.pagination-wrapper {
    margin-top: 20px;
}

.pagination-wrapper-small {
    margin-top: 10px;
}

.pagination-title {
    display: inline-block;
    margin: 5px 5px 0 0;
    display: none;
}

.count {
    display: inline-block;
    margin: 5px 0 0;
}

.table-export {
    float: right;
    margin-top: 5px;
}

.scrollable table {
    min-width: 500px;
}

/*Mode switcher*/

.mode-switcher {
    margin-top: 25px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}

.mode-switcher .btn-group {
    margin-left: 0;
    display: block;
    float: none;
}

.mode-switcher .btn-group .btn + .btn, .mode-switcher .btn-group .btn + .btn-group, .mode-switcher .btn-group .btn-group + .btn, .mode-switcher .btn-group .btn-group + .btn-group {
    margin-left: 0;
}

.mode-switcher .btn {
    background-color: #acb5c3;
    color: #fafcfb;
    font-size: 14px;
    line-height: 1.5;
    padding: 6px 10px;
    background-image: none !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0 none;
    filter: none;
    outline: medium none !important;
    text-shadow: none;
    width: 50%;
}

.mode-switcher.three-items .btn {
    width: 33.33%;
}

.mode-switcher .btn:hover, .mode-switcher .btn:focus {
    background-color: #97a3b4;
    color: #fafcfb;
}

.mode-switcher .btn:active, .mode-switcher .btn.active {
    background-color: #818da0;
    color: #fafcfb;
}

.mode-switcher .btn-orange {
    background-color: #ff5d31;
    border-color: #e54e25;
    color: #fff;
}

.mode-switcher .btn-orange:hover, .mode-switcher .btn-orange:focus {
    background-color: #ff5200;
    border-color: #e04a03;
    color: #fff;
}

.mode-switcher .btn-group > .btn:first-child {
    border-radius: 25px 0 0 25px !important;
    padding-left: 15px;
}

.mode-switcher .btn-group > .btn:last-child {
    border-radius: 0 25px 25px 0 !important;
    padding-right: 15px;
}

.mode-switcher .btn-group > .btn.with-help{
    border-radius: 0 25px 25px 0 !important;
    padding-right: 15px;
}

.mode-switcher.with-help-btn .btn {
    width: 33.33%;
    width: calc((100% - 40px)/2);
}

.mode-switcher.with-help-btn .btn.with-help {
    cursor: help;
    height: 33px;
    padding-bottom: 0;
    padding-top: 0;
    width: 40px;
    background-color: #a1abbb;
}

.mode-switcher.with-help-btn .btn.with-help:hover {
    background-color: #97a3b4;
    color: #fafcfb;
}

.mode-switcher.with-help-btn .btn.with-help:focus, .mode-switcher.with-help-btn .btn.with-help:active {
    background-color: #818da0;
    color: #fafcfb;
}

.mode-switcher.with-help-btn .btn.with-help i {
    font-size: 17px;
    margin: 9px 0 7px;
}

@media (min-width: 48em) {
    .mode-switcher {
        margin-bottom: 0;
    }

    .mode-switcher .btn-group {
        float: right;
    }

    .mode-switcher .btn,
    .mode-switcher.three-items .btn,
    .with-help-btn.mode-switcher .btn,
    .with-help-btn.mode-switcher .btn.with-help {
        width: auto;
    }
}

/*Accordion*/

.panel-group {
    margin-left: -20px;
    margin-right: -20px;
}

.panel-group .panel {
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    border: solid #e2e2e2;
    border-width: 0 0 1px;
}

.panel-group .panel + .panel {
    margin: 0;
}

.panel-group .panel:last-child {
    border-width: 0;
}

.panel-group .panel .panel-body {
    border-style: solid;
    border-color: #eee !important;
    border-width: 0 1px;
    padding-left: 20px;
    padding-right: 20px;
}

.panel-group .panel:last-child .panel-body {
    border-width: 0 1px 1px;
}

.panel-group .panel-title {
    font-weight: normal;
    padding: 0 20px 0 5px;
}

.panel-group .panel-heading {
    padding: 0;
    position: relative;
    background-color: #f6f6f6;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.panel-group .panel-heading h4 a {
    display: block;
    padding: 10px 15px 10px 40px;
    color: #444;
    width: 100%;
    font-size: 15px;
}

.panel-group .panel-heading h4 a i {
    color: #a4a4a4;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    left: 20px;
    top: 12px;
}

.panel-group .panel-heading h4 a i.plus {
    display: none;
}

.panel-group .panel-heading h4 a.collapsed i.minus{
    display: none;
}

.panel-group .panel-heading h4 a.collapsed i.plus{
    display: block;
}

.panel-group .panel-heading h4 a:hover, .panel-group .panel-heading h4 a:focus, .panel-group .panel-heading h4 a:active,
.panel-group .panel-heading h4 a.collapsed:hover, .panel-group .panel-heading h4 a.collapsed:focus, .panel-group .panel-heading h4 a.collapsed:active {
    text-decoration: underline;
}

.panel-group .panel-heading button {
    margin-left: 10px;
    margin-top: 4px;
    margin-bottom: 10px;
    width: 20%;
    min-width: 20px;
    float: left;
}

.panel-group .panel-heading button i {
    font-size: 15px;
}

.panel-group .panel-heading .vessel_remove_link,
.panel-group .panel-heading .vessel_help_link {
    margin-left: 40px;
}

.panel-group .panel-heading .vessel_help_link {
    padding-right: 12px;
    padding-left: 11px;
}

@media (min-width: 35.5em) {

    .panel-group .panel-heading h4 a {
        width: 50%;
        display: inline-block;
        padding: 14px 15px 14px 40px;
    }

    .panel-group .panel-heading button {
        margin-bottom: 0;
        margin-top: 8px;
        float: right;
        width: auto;
        min-width: 0;
    }

    .panel-group .panel-heading .vessel_remove_link,
    .panel-group .panel-heading .vessel_help_link	{
        margin-left: 10px;
    }

    .panel-group .panel-heading h4 a i {
        margin-top: -6px;
        top: 50%;
    }
}

@media (min-width: 48em) {
    .panel-group {
        margin-left: 0;
        margin-right: 0;
    }

    .panel-group .panel-title {
        padding: 0;
        margin-right: 15px;
    }

    .panel-group .panel .panel-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel-group .panel-heading h4 a i {
        left: 15px;
    }
}

/*Wizard*/

.wizard {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

.wizard a, .tabcontrol a {
    outline: 0px none;
}

.wizard ul, .tabcontrol ul {
    list-style: outside none none ! important;
    margin: 0px;
    padding: 0px;
}

.wizard ul > li, .tabcontrol ul > li {
    display: block;
    padding: 0px;
}

.wizard > .steps .current-info, .tabcontrol > .steps .current-info {
    left: -999em;
    position: absolute;
}

.wizard > .content > .title, .tabcontrol > .content > .title {
    left: -999em;
    position: absolute;
}

.wizard > .steps {
    display: block;
    position: relative;
    width: 100%;
}

.wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps > ul > li {
    width: 25%;
}

.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: left;
}

.wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    margin: 0px 0.5em 0.5em;
    padding: 8px;
    text-decoration: none;
    width: auto;
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: none repeat scroll 0% 0% #eeeeee;
    color: #aaaaaa;
    cursor: default;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: none repeat scroll 0% 0% #1ab394;
    color: #ffffff;
    cursor: default;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: none repeat scroll 0% 0% #6fd1bd;
    color: #ffffff;
}

.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
    background: none repeat scroll 0% 0% #ed5565;
    color: #ffffff;
}

.wizard > .content {
    background: none repeat scroll 0% 0% #f6f6f6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    margin: 5px 5px 10px;
    min-height: 120px;
    overflow: hidden;
    position: relative;
    width: auto;
}

.wizard-big.wizard > .content {
    min-height: 320px;
}

.wizard.vertical > .content {
    display: inline;
    float: left;
    margin: 0px 2.5% 0.5em;
    width: 65%;
}

.wizard > .content > .body {
    float: left;
    height: 95%;
    padding: 2.5%;
    position: absolute;
    width: 95%;
}

.wizard > .content > .body ul {
    list-style: outside none disc ! important;
}

.wizard > .content > .body ul > li {
    display: list-item;
}

.wizard > .content > .body > iframe {
    border: 0px none;
    height: 100%;
    width: 100%;
}

.wizard > .actions {
    display: block;
    position: relative;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions {
    display: inline;
    float: right;
    margin: 0px 2.5%;
    width: 95%;
}

.wizard > .actions > ul {
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li {
    margin: 0px 0.5em;
}

.wizard.vertical > .actions > ul > li {
    margin: 0px 0px 0px 1em;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: none repeat scroll 0% 0% #1ab394;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: none repeat scroll 0% 0% #eeeeee;
    color: #aaaaaa;
}

.wizard .form-group,
.wizard .form-group > div,
.wizard .form-top-info {
    border-color: #e2e2e2;
}

/*Sidebar*/

.sidebar-item {
    margin-bottom: 20px;
}

.sidebar-item h4 {
    line-height: 1.2;
    margin-top: 0;
}

.colored-box h4 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 8px;
    font-weight: normal;
    padding-right: 45px;
}

.colored-box p {
    margin: 0;
    padding-right: 45px;
    font-size: 14px;
}

.colored-box p + p {
    margin: 10px 0 0;
}

.colored-box a {
    display: block;
    padding: 10px;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}

.colored-box i {
    top: 50%;
    font-size: 35px;
    opacity: 0.3;
    position: absolute;
    right: 10px;
    margin: -17px 0 0;
}

.colored-box.green a {
    background-color: #26a69a;
}

.colored-box.green a:hover, .colored-box.green a:focus, .colored-box.green a:active  {
    background-color: #1f897f;
}

.colored-box.blue a {
    background-color: #3598dc;
}

.colored-box.blue a:hover, .colored-box.blue a:focus, .colored-box.blue a:active  {
    background-color: #2386ca;
}

.colored-box.red a {
    background-color: #cb5a5e;
}

.colored-box.red a:hover, .colored-box.red a:focus, .colored-box.red a:active  {
    background-color: #c23f44;
}

.colored-box.yellow a {
    background-color: #c49f47;
}

.colored-box.yellow a:hover, .colored-box.yellow a:focus, .colored-box.yellow a:active  {
    background-color: #af8c38;
}

.colored-box.purple a {
    background-color: #8e5fa2;
}

.colored-box.purple a:hover, .colored-box.purple a:focus, .colored-box.purple a:active  {
    background-color: #7a518c;
}

.colored-box.orange a {
    background-color: rgba(255, 82, 0, .9);
}

.colored-box.orange a:hover, .colored-box.orange a:focus, .colored-box.orange a:active  {
    background-color: rgba(255, 82, 0, 1);
}

@media (min-width: 62em) {

    .colored-box h4 {
        font-size: 17px;
        padding: 0;
    }

    .colored-box p {
        font-size: 13px;
    }

    .colored-box i {
        bottom: 10px;
        top: auto;
        right: 10px;
        margin: 0;
    }
}

/*Rank labels*/

.rank-label,
.status-label {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.level-part {
    display: block;
}

/*Dropdown in Help icons area*/

.help-icons .btn,
.help-icons .btn:focus,
.help-icons .btn:active {
    color: #0164a5;
    border: 0 none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    background: none transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    text-shadow: 0 0 0 transparent;
}

.help-icons .open > .dropdown-toggle.btn-default {
    background: none transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.help-icons .btn:hover,
.help-icons .btn:focus,
.help-icons .btn:active,
.help-icons .open > .dropdown-toggle.btn-default {
    color: #ff5d31;
}

.btn-title-icon {
    display: inline-block;
    margin-right: 8px;
}

.btn-title-icon i {
    font-size: 22px;
    display: inline-block;
    position: relative;
    top: 3px;
    color: #0164a5;
}

.help-icons .btn:hover i,
.help-icons .btn:focus i,
.help-icons .btn:active i,
.help-icons .open > .dropdown-toggle.btn-default i {
    color: #ff5d31;
}

.btn-title-icon {
    display: none;
}

.btn-title {
    display: inline-block;
    margin-top: 0;
}

.btn-title .caret {
    margin-left: 3px;
}

.help-icons .dropdown-menu:before,
.dropdown-menu:before {
    border-bottom: 8px solid #eee;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    left: 9px;
    right: auto;
    top: -8px;
}

.help-icons .dropdown-menu:after,
.dropdown-menu:after {
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block !important;
    position: absolute;
    left: 10px;
    right: auto;
    top: -6px;
}

.help-icons .dropdown-menu,
.dropdown-menu {
    width: 200px;
    margin-right: 6px;
    margin-top: 12px;
    right: auto;
    left: 0;
    border: 1px solid #eee;
    text-shadow: none;
    -webkit-box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
}

.datepicker {
    width: 250px;
}

.datepicker:before {
    top: -8px !important;
}

.datepicker_ro[readonly] {
    background: transparent !important;
    cursor: pointer !important;
}

.datepicker thead tr:first-child th, .datepicker tfoot tr th {
    color: #0164a5;
}

.help-icons .dropdown-menu li > a,
.dropdown-menu li > a {
    font-size: 13px;
    clear: both;
    color: #555;
    display: block;
    line-height: 18px;
    padding: 6px 14px;
    text-decoration: none;
    white-space: normal;
    background-image: none;
    background-color: transparent;
}

.help-icons .dropdown-menu > li > a:hover,
.help-icons .dropdown-menu > li > a:focus,
.help-icons .dropdown-menu > li > a:active,
.help-icons .dropdown-menu > .active > a,
.help-icons .dropdown-menu >.active > a:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active,
.dropdown-menu > .active > a,
.dropdown-menu >.active > a:hover {
    background-image: none;
    background-color: #f6f6f6;
    color: #555;
}

.help-icons .dropdown-menu > .active > a,
.dropdown-menu > .active > a {
    font-weight: bold;
}

.help-icons .dropdown-menu li > a i,
.dropdown-menu li > a i {
    display: inline-block;
    margin-right: 9px;
    width: 15px;
    color: #666;
    position: relative;
    top: 1px;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
}

@media (min-width: 35.5em) {
    .help-icons .dropdown-menu:before,
    .drop-left .dropdown-menu:before	{
        right: 9px;
        left: auto;
    }

    .help-icons .dropdown-menu:after,
    .drop-left .dropdown-menu:after	{
        right: 10px;
        left: auto;
    }

    .help-icons .dropdown-menu,
    .drop-left .dropdown-menu	{
        left: auto;
        right: 0;
    }
}

@media (min-width: 48em) {

    .btn-title {
        margin-top: 2px;
    }

    .help-icons .dropdown-menu {
        width: 406px;
        -webkit-columns: 200px 2;
        -moz-columns: 200px 2;
        columns: 200px 2;
        -moz-column-rule: 1px solid #eee;
        -webkit-column-rule: 1px solid #eee;
        column-rule: 1px solid #eee;
        -moz-column-gap: 0;
        -webkit-column-gap: 0;
        column-gap: 0;
    }
}

@media (min-width: 60em) {

    .btn-title {
        margin-top: 0px;
    }

    .btn-title-icon {
        display: inline-block;
    }
}

/*Scroll to top*/

.cd-top {
    bottom: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    padding: 2px;
    position: fixed;
    right: 25px;
    text-align: center;
    z-index: 1030;
}

.cd-top.home {
    right: auto;
    left: 25px;
}

.cd-top i {
    color: #c8c8c8 /*b9b9b9*/;
    font-size: 38px;
    cursor: pointer;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: 0.8;
}

.no-touch .cd-top:hover {
    opacity: 1;
}

.main .cd-top.home {
    display: none !important;
}

@media (min-width: 62em) {

    .cd-top {
        bottom: 10px;
        right: 20px;
    }

    .cd-top.home {
        bottom: 10px;
        left: 20px;
    }
}

.tooltip.top .tooltip-arrow {
    bottom: 1px;
}

.tooltip.bottom .tooltip-arrow {
    top: 1px;
}

/*Contact Us popup*/

ul.contactus-list li {
    list-style: none;
}

p.top-contactus {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

/* School dialog */

.modal-content {
    font-size: .875rem;
    line-height: 1.56;
    color: #333;
    background: #FFFFFF;
    border: 1px solid #D1D2D3;
    border-radius: 0;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, .1), 0px 3px 4px rgba(0, 0, 0, .1);
}

.school-notice .modal-body {
    padding: 1.5rem;
    background: url(/l2015/images/modal-body-bg.svg) 50% 50% / cover no-repeat transparent;
}

.school-notice .close {
    color: #333;
    font-size: 2rem;
    padding: .8rem;
    width: 3.6rem;
    height: 3.6rem;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .4;
    transition: opacity .15s ease-in-out;
}

.school-notice .close:hover,
.school-notice .close:focus,
.school-notice .close:active {
    opacity: .8;
}

.school-notice .modal-footer {
    padding: .75rem 1.5rem;
    border-top-color: #d1d2d3;
}

.school-notice .modal-footer .btn {
    padding: 6px 16px;
    width: auto !important;
    margin: 0;
}

.school-notice-intro {
    margin-bottom: 1rem;
}

.school-notice-intro h2 {
    font-size: 1.375rem;
    line-height: 1.36;
    margin: 0 0 .35rem;
    font-weight: bold;
}

.school-notice-intro p {
    margin: 0;
    font-size: 1.1rem;
}

.school-info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}

.school-info-wrapper > a {
    margin-bottom: 1rem;
    flex: 0 0 auto;
    display: block;
}

.school-info-wrapper img {
    max-width: 12.5rem;
    max-height: 12.5rem;
    width: auto;
    height: auto;
}

.school-info-wrapper .school-info {
    flex: 1 1 auto;
}

.school-info .school-name {
    font-size: 1.375rem;
    line-height: 1.36;
    text-transform: uppercase;
    font-weight: bold;
}

.school-info .school-name,
.school-info .school-name a {
    color: #ff5200;
}

.school-info .school-name a:hover,
.school-info .school-name a:focus,
.school-info .school-name a:active {
    color: #0164a5;
}

.school-info .school-location {
    margin-top: .6rem;
}

.school-info .school-location span {
    display: block;
    font-size: .8125rem;
}

.school-notice-content p:last-child {
    margin-bottom: 0;
}

.school-notice-content p small {
    font-size: .8125rem;
}

@media (min-width: 576px) {
    .school-notice-intro {
        margin-bottom: 1.5rem;
    }

    .school-info-wrapper {
        flex-direction: row;
        margin-bottom: 1.5rem;
    }

    .school-info-wrapper > a {
        margin-bottom: 0;
        margin-right: 2rem;
    }
}

@media (min-width: 768px) {
    .school-notice .modal-body {
        padding: 1.5rem 2rem;
    }

    .school-notice .modal-footer {
        padding: 1rem 2rem;
    }

    .school-notice-intro {
        margin-bottom: 2rem;
    }

    .school-info-wrapper {
        margin-bottom: 2rem;
    }
}

/* Social login styles */

#signin_widget_wrapper /* This is only for layout 2015 (profile pages)*/ {
    overflow-x: auto;
}

#janrainEngageEmbed .janrainContent {
    max-width: 280px !important;
    max-height: 48px !important;
    margin: 0 !important;
    border: 0 none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  @media (min-width: 35.5em) {
    #janrainEngageEmbed .janrainContent {
      max-width: 380px !important;
      max-height: 54px !important;
    }
  }
  #janrainEngageEmbed #janrainProviderPages {
    left: 0 !important;
  }
  #janrainEngageEmbed #janrainProviderPages ~ div {
    display: none !important;
  }
  #janrainEngageEmbed .janrain-provider-text-color-aol,
  #janrainEngageEmbed .janrain-provider-text-color-googleplus,
  #janrainEngageEmbed .janrain-provider-text-color-yahoo,
  #janrainEngageEmbed .janrain-provider-text-color-facebook,
  #janrainEngageEmbed .janrain-provider-text-color-microsoftaccount,
  #janrainEngageEmbed .janrain-provider-text-color-linkedin {
    width: 0 !important;
    overflow: hidden !important;
  }
  #janrainEngageEmbed #janrainAuthReturnExperience {
    width: 100% !important;
    max-height: 48px !important;
    padding: 5px 0 0 !important;
  }
  @media (min-width: 35.5em) {
    #janrainEngageEmbed #janrainAuthReturnExperience {
      max-height: 54px !important;
    }
  }
  #janrainEngageEmbed #janrainAuthReturnExperience > div:first-child {
    top: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #janrainEngageEmbed #janrainAuthReturnExperience > div:first-child a:first-child {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    height: 40px !important;
    flex: 0 0 auto;
    width: 65% !important;
    margin: 0 !important;
    background-image: none !important;
    background-color: #fff !important;
    transition: background-color 0.2s ease-in-out;
  }
  @media (min-width: 35.5em) {
    #janrainEngageEmbed #janrainAuthReturnExperience > div:first-child a:first-child {
      height: 46px !important;
      width: 70% !important;
    }
  }
  #janrainEngageEmbed #janrainAuthReturnExperience > div:first-child a:first-child:hover,
  #janrainEngageEmbed #janrainAuthReturnExperience > div:first-child a:first-child:focus,
  #janrainEngageEmbed #janrainAuthReturnExperience > div:first-child a:first-child:active {
    background-color: #ecebeb !important;
  }
  #janrainEngageEmbed #janrainAuthReturnExperience > div:first-child a:first-child span {
    display: block !important;
    margin: 0 5px 0 0 !important;
    flex: 1 1 auto;
    white-space: normal !important;
    text-align: left !important;
  }
  #janrainEngageEmbed #janrainAuthReturnExperience > div:first-child a:first-child span.janrain-provider-icon-24 {
    flex: 0 0 auto;
    margin-left: 5px !important;
    margin-right: 8px !important;
    white-space: nowrap !important;
  }
  #janrainEngageEmbed #janrainAuthReturnExperience > div:first-child a:last-child {
    display: block !important;
    flex: 0 0 auto;
    width: calc(35% - 10px) !important;
    margin: 0 0 0 10px !important;
    text-align: center !important;
    text-decoration: underline;
  }
  @media (min-width: 35.5em) {
    #janrainEngageEmbed #janrainAuthReturnExperience > div:first-child a:last-child {
      width: calc(30% - 10px) !important;
    }
  }
  @media (min-width: 75em) {
    #janrainEngageEmbed #janrainAuthReturnExperience > div:first-child a:last-child {
      width: calc(30% - 15px) !important;
      margin-left: 15px !important;
    }
  }
  #janrainEngageEmbed #janrainAuthReturnExperience > div:first-child a:last-child:hover,
  #janrainEngageEmbed #janrainAuthReturnExperience > div:first-child a:last-child:focus,
  #janrainEngageEmbed #janrainAuthReturnExperience > div:first-child a:last-child:active {
    text-decoration: none;
  }
  #janrainEngageEmbed #janrainAuthReturnExperience .janrain-provider-text-color-aol,
  #janrainEngageEmbed #janrainAuthReturnExperience .janrain-provider-text-color-googleplus,
  #janrainEngageEmbed #janrainAuthReturnExperience .janrain-provider-text-color-yahoo,
  #janrainEngageEmbed #janrainAuthReturnExperience .janrain-provider-text-color-facebook,
  #janrainEngageEmbed #janrainAuthReturnExperience .janrain-provider-text-color-microsoftaccount,
  #janrainEngageEmbed #janrainAuthReturnExperience .janrain-provider-text-color-linkedin {
    width: auto !important;
  }
  #janrainEngageEmbed ul.providers li {
    float: left !important;
    max-width: 40px !important;
    min-height: 40px !important;
    background-color: transparent !important;
    background-image: none !important;
    margin-bottom: 0 !important;
  }
  @media (min-width: 35.5em) {
    #janrainEngageEmbed ul.providers li {
      margin-left: 8px !important;
      max-width: 46px !important;
      min-height: 46px !important;
    }
  }
  #janrainEngageEmbed ul.providers li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1;
    transition: background-color 0.2s ease-in-out;
  }
  #janrainEngageEmbed ul.providers li a {
    position: relative !important;
    z-index: 2;
    height: 100%;
  }
  #janrainEngageEmbed ul.providers li a .janrain-provider-icon-24 {
    position: absolute;
    top: 4px;
    left: 7px;
  }
  @media (min-width: 35.5em) {
    #janrainEngageEmbed ul.providers li a .janrain-provider-icon-24 {
      top: 7px;
      left: 10px;
    }
  }
  #janrainEngageEmbed ul.providers li:hover::before,
  #janrainEngageEmbed ul.providers li:focus::before,
  #janrainEngageEmbed ul.providers li:active::before {
    background-color: #ecebeb;
  }
  #janrainEngageEmbed ul.providers:first-child li:first-child {
    margin-left: 0 !important;
  }
  #janrainEngageEmbed .janrainHeader {
    display: none !important;
  }


/* Course Ads banner */

/* Common styles */

.course-banner {
    margin: 20px -20px -20px;
    min-height: 6.25rem;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
}

.course-banner__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 0 0 auto;
    padding: .6875rem 1.25rem;
}

@media (min-width: 35.5em) {
    .banner-container .course-banner__link {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}

.course-banner__link,
.course-banner__link:hover,
.course-banner__link:focus,
.course-banner__link:active {
    color: inherit;
}

.course-banner__left-text,
.course-banner__right-text {
    position: relative;
    /* text-transform: uppercase; */
    font-size: 1rem;
    line-height: 1.19;
    flex: 0 0 auto;
    /* font-weight: bold; */
    /* white-space: pre-line; */
    width: 50%;
}

.course-banner__left-text p,
.course-banner__right-text p {
    margin: 0;
}

.course-banner__left-text p + p,
.course-banner__right-text p + p {
    margin-top: 10px;
}

.course-banner__left-text {
    padding-right: 1.5rem;
}

.course-banner__right-text {
    text-align: right;
    padding-left: 1.5rem;
}

.course-banner__left-text:first-child:last-child,
.course-banner__right-text:first-child:last-child {
    padding-left: 0;
    padding-right: 0;
}

.course-banner__right-text:not(:empty) {
    margin-top: 1rem;
}

.course-banner__right-text:first-child:last-child {
    margin-top: 0 !important;
}

@media (max-width: 35.4375em) {
    .banner-container .course-banner__left-text,
    .banner-container .course-banner__right-text {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
        white-space: normal;
    }
}

@media (max-width: 47.9375em) {
    .banner-container .course-banner__left-text br,
    .banner-container .course-banner__right-text br {
        display: none;
    }
}

@media (min-width: 48em) {
    .banner-container .course-banner__left-text,
    .banner-container .course-banner__right-text {
        font-size: 1.15rem;
    }
}

@media (min-width: 53.75em) {
    .banner-container .course-banner__left-text,
    .banner-container .course-banner__right-text {
        font-size: 1.25rem;
    }
}

@media (min-width: 62em) {
    .banner-container .course-banner__left-text,
    .banner-container .course-banner__right-text {
        font-size: 1.375rem;
    }
}

@media (min-width: 28.75em) {
    .banner-container .course-banner__right-text:not(:empty) {
        margin-top: .5rem;
    }
}

@media (min-width: 35.5em) {
    .banner-container .course-banner__right-text:not(:empty) {
        margin-top: 0;
    }

    .banner-container .course-banner__right-text:first-child:last-child {
        margin-left: auto;
    }
}

/* Banners with default bgs styles */

/* Default bg 1 */

@media (max-width: 47.9375em) {
    .banner-container .course-banner[style*="bg-cads-1.svg"] {
        background-color: rgba(75, 179, 223, .78);
    }

    .banner-container .course-banner[style*="bg-cads-1.svg"] .course-banner__left-text,
    .banner-container .course-banner[style*="bg-cads-1.svg"] .course-banner__right-text {
        color: #fff !important;
    }
}

/* Default bg 2 */

@media (max-width: 47.9375em) {
    .banner-container .course-banner[style*="bg-cads-2.svg"] {
        background-color: rgba(199, 238, 255, 1);
    }

    .banner-container .course-banner[style*="bg-cads-2.svg"] .course-banner__left-text {
        color: #2B6CA7 !important;
    }
}

/* Responsive banner preview */

.course-ad-preview .course-banner {
    margin: 15px -20px 30px;
    border-style: solid;
    border-color: #eee;
    border-width: 2px 0;
    min-height: calc(6.25rem + 4px);
}



.desktop-view {
    width: calc(62.375rem - 40px);
}

.desktop-view .course-banner__link {
    flex-wrap: nowrap;
    justify-content: space-between;
}

.desktop-view .course-banner__left-text,
.desktop-view .course-banner__right-text {
    font-size: 1.375rem;
}

.desktop-view .course-banner__right-text:not(:empty) {
    margin-top: 0;
}

.desktop-view .course-banner__right-text:first-child:last-child {
    margin-left: auto;
}



.tablet-view {
    width: calc(44.375rem - 40px + 2px);
}

.tablet-view .course-banner__link {
    flex-wrap: nowrap;
    justify-content: space-between;
}

.tablet-view .course-banner__left-text,
.tablet-view .course-banner__right-text {
    font-size: 1.15rem;
}

.tablet-view .course-banner__right-text:not(:empty) {
    margin-top: 0;
}

.tablet-view .course-banner__right-text:first-child:last-child {
    margin-left: auto;
}



.mobile-landscape-view {
    width: calc(31.875rem - 40px + 2px);
}

.mobile-landscape-view .course-banner__link {
    flex-wrap: nowrap;
    justify-content: space-between;
}

.mobile-landscape-view .course-banner__right-text:not(:empty) {
    margin-top: 0;
}

.mobile-landscape-view .course-banner__right-text:first-child:last-child {
    margin-left: auto;
}

.mobile-landscape-view .course-banner__left-text br,
.mobile-landscape-view .course-banner__right-text br {
    display: none;
}

.mobile-landscape-view .course-banner[style*="bg-cads-1.svg"] {
    background-color: rgba(75, 179, 223, .78);
}

.mobile-landscape-view .course-banner[style*="bg-cads-1.svg"] .course-banner__left-text,
.mobile-landscape-view .course-banner[style*="bg-cads-1.svg"] .course-banner__right-text {
    color: #fff !important;
}

.mobile-landscape-view .course-banner[style*="bg-cads-2.svg"] {
    background-color: rgba(199, 238, 255, 1);
}

.mobile-landscape-view .course-banner[style*="bg-cads-2.svg"] .course-banner__left-text {
    color: #2B6CA7 !important;
}



.mobile-portrait-view {
    width: calc(19.8125rem - 40px + 2px);
}

.mobile-portrait-view .course-banner__left-text,
.mobile-portrait-view .course-banner__right-text {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    white-space: normal;
}

.mobile-portrait-view .course-banner__left-text br,
.mobile-portrait-view .course-banner__right-text br {
    display: none;
}

.mobile-portrait-view .course-banner[style*="bg-cads-1.svg"] {
    background-color: rgba(75, 179, 223, .78);
}

.mobile-portrait-view .course-banner[style*="bg-cads-1.svg"] .course-banner__left-text,
.mobile-portrait-view .course-banner[style*="bg-cads-1.svg"] .course-banner__right-text {
    color: #fff !important;
}

.mobile-portrait-view .course-banner[style*="bg-cads-2.svg"] {
    background-color: rgba(199, 238, 255, 1);
}

.mobile-portrait-view .course-banner[style*="bg-cads-2.svg"] .course-banner__left-text {
    color: #2B6CA7 !important;
}




.tablet-view .course-banner,
.mobile-landscape-view .course-banner,
.mobile-portrait-view  .course-banner {
    border-width: 2px 2px 2px 0;
}


/* Share resume modal */

.share-resume input:focus {
    box-shadow: none !important;
    border-color: #ccc !important;
}

.share-resume .share-help-text {
    margin: 5px 0 0;
    min-height: 24px;
    font-weight: bold;
}

/* Alex AI switcher */

.alexai-switcher {
    display: flex;
    justify-content: flex-end;
    margin-bottom: -45px;
    position: relative;
    z-index: 5;
}

.alexai-switcher > div {
    display: flex;
    justify-content: flex-start;
    flex: 0 0 auto;
    align-items: center;
    column-gap: 5px;
}

.alexai-switcher img,
.alexai-switcher label {
    flex: 0 0 auto;
}

.alexai-switcher img {
    border-radius: 50%;
    height: 45px;
}

@media (min-width: 35.5em) {
    .alexai-switcher {
        justify-content: flex-start;
        float: right;
        margin: -5px 0 0 1rem;
    }
}

.text-in-circle {
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.2em;
    font-size: 0.7em;
    text-align: center;
    border-radius: 50%;
    border: 0;
    color: #fff;
    background-color: #3281b5;
    padding: 0.2em;
}

.text-in-circle.orange {
    background-color: #ff5d31;
}

