﻿@-ms-viewport {
    /*width: device-width;*/
    width: auto !important;
    zoom: 1.0;
}

.login-footer-text {
    margin: 5px 10px 5px 15px;
}

.btn-margin-left {
    margin-left: 3px;
}
.adb2c-header{
    padding-left: 0.45%;
}
@media(min-width: 320px) and (max-width: 760px) {
    .adb2c-header {
       margin-left: -12.5%;
    }
}
@media(min-width: 768px) and (max-width:1024px) {
    .adb2c-header {
       margin-left: 2%;
    }
}

.btn-margin-right {
    margin-right: 3px !important;
}

.btn-margin-right-40 {
    margin-right: 40px;
}

.btn:focus {
    color: #fff;
}

.ui-sel2 {
    display: flex;
    width: 100%;
}

    .ui-sel2 .select2-container {
        width: calc(100% - 39px);
    }

    .ui-sel2 .input-group-btn {
        width: 39px;
    }

.dont-break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.ellipsis .select2-chosen {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

    .ellipsis .select2-chosen:hover {
        cursor: default;
    }

.voffset {
    margin-top: 2px;
}

.voffset1 {
    margin-top: 5px;
}

.voffset2 {
    margin-top: 10px;
}

.voffset3 {
    margin-top: 15px;
}

.voffset4 {
    margin-top: 24px;
}

.voffset4-5 {
    margin-top: 35px;
}

.voffset5 {
    margin-top: 40px;
}

.voffset6 {
    margin-top: 60px;
}

.voffset7 {
    margin-top: 80px;
}

.voffset8 {
    margin-top: 100px;
}

.voffset9 {
    margin-top: 150px;
}

.-voffset {
    margin-top: -2px;
}

.-voffset1 {
    margin-top: -5px;
}

.-voffset2 {
    margin-top: -10px;
}

.-voffset3 {
    margin-top: -15px;
}

.-voffset4 {
    margin-top: -30px;
}

.-voffset4-5 {
    margin-top: -35px;
}

.-voffset5 {
    margin-top: -40px;
}

.-voffset6 {
    margin-top: -60px;
}

.-voffset7 {
    margin-top: -80px;
}

.-voffset8 {
    margin-top: -100px;
}

.-voffset9 {
    margin-top: -150px;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.tip {
    position: relative;
    text-decoration: none;
}

    .tip:hover:before {
        display: block;
        position: absolute;
        padding: 10px;
        content: attr(title);
        -moz-min-width: 120px;
        -ms-min-width: 120px;
        -o-min-width: 120px;
        -webkit-min-width: 120px;
        min-width: 120px;
        text-align: justify;
        width: 400px;
        height: auto;
        white-space: normal;
        bottom: 25px;
        background: #000000;
        background: rgba(0,0,0,.8);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        color: #fff;
        font-size: .86em;
    }

    .tip:hover:after {
        position: absolute;
        display: block;
        content: "";
        border-color: #000000 transparent transparent transparent;
        border-color: rgba(0,0,0,.8) transparent transparent transparent;
        border-style: solid;
        border-width: 10px;
        height: 0;
        width: 0;
        position: absolute;
        top: -8px;
        left: 1em;
    }

.tip2 {
    position: relative;
    text-decoration: none;
}

    .tip2 span {
        display: none;
    }

    .tip2:hover span {
        display: block;
        position: absolute;
        padding: .5em;
        content: attr(title);
        -moz-min-width: 120px;
        -ms-min-width: 120px;
        -o-min-width: 120px;
        -webkit-min-width: 120px;
        min-width: 120px;
        text-align: center;
        width: auto;
        height: auto;
        white-space: nowrap;
        top: -32px;
        background: #000000;
        background: rgba(0,0,0,.8);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        color: #fff;
        font-size: .86em;
    }

        .tip2:hover span:after {
            position: absolute;
            display: block;
            content: "";
            border-color: #000000 transparent transparent transparent;
            border-color: rgba(0,0,0,.8) transparent transparent transparent;
            border-style: solid;
            border-width: 10px;
            height: 0;
            width: 0;
            position: absolute;
            bottom: -16px;
            left: 1em;
        }

.div-striped > div:nth-child(odd) {
    background-color: #f9f9f9;
}

.form-section {
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding: 0.75em 0 1.5em;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 999px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.header-label-pad {
    padding-top: 7.5px;
}

.multiselect-active {
    background-color: #f5f5f5;
}

.multiselect-success {
    background-color: #dff0d8;
}

.multiselect-info {
    background-color: #d9edf7;
}

.multiselect-warning {
    background-color: #fcf8e3;
}

.multiselect-danger {
    background-color: #f2dede;
}

.panel-default > .panel-heading {
    background-color: #9DD2FF;
}

.panel-default > .panel-footer {
    background-color: #9DD2FF;
}

.panel-info > .panel-footer {
    background-color: #d9edf7;
}

.panel-label {
    margin-top: 8px;
    margin-bottom: 8px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

#dropdownDiv .row .row-title {
    display: block;
    float: left;
    line-height: 29px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 1px;
}

.btn-group .search-group {
    width: 600px;
    background-color: #fafafa;
    padding: 15px 13px 15px 25px;
}

    .btn-group .search-group .dropdown-menu .radio-select {
        margin: 0 10px;
    }

.courses-wrapper .course-item .row .col-fit {
    word-wrap: break-word;
}

.courses-wrapper .course-item .row-div {
    margin-top: 5px;
}

.row-box {
        margin: 0px;
        padding-left:0px;
}
header .nav > li > a {
    font-size: 14px;
    /*color: #dce7f0;*/
}

/*header .nav > li > a:hover {
    background-color: #27435a !important;
}*/

/*header a:hover{
    color: #fff;
}*/

header .nav .open > a {
    background-color: #27435a !important;
}

header .nav .nav-item .dropdown-menu {
    background-color: #27435a !important;
}

    header .nav .nav-item .dropdown-menu > li > a {
        background-color: #27435a !important;
        color: #95b6d1;
    }

    header .nav .nav-item .dropdown-menu > li:hover > a {
        background-color: #95b6d1 !important;
        color: #fff;
    }

    .header .nav-item .welcome-txt {
        color: #1C304B;
    }

    .header .nav-item .username-txt {
        color: #1C304B;
    }

/* These are used for list views*/
.page-wrapper .page-content .row-divider {
    border-bottom: 1px dotted #e8e8e8;
    padding: 10px 0 0 15px;
}


.panel-color {
    background-color: #9DD2FF;
}


.fa-6x {
    font-size: 12em;
}

.fa-7x {
    font-size: 20em;
}

.print-col-md,
.print-col-md-1,
.print-col-md-2,
.print-col-md-3 {
    padding-left: 15px;
    font-size: 11px;
}

.print-col-md {
    width: 20%;
}

.print-col-md-1 {
    width: 8%;
}

.print-col-md-2 {
    width: 12%;
}

.print-col-md-3 {
    width: 25%;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block !important;
        float: right !important;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -220px;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.well-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.well-scroll {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

div.myPerm {
    overflow-x: auto;
    height: 300px;
    padding-left: 10px;
}

    div.myPerm > article {
        width: 95%;
    }

.navbar-default {
    background-color: #9DD2FF;
    border-color: #9DD2FF;
}

    .navbar-default .navbar-form {
        border-color: #9DD2FF;
    }

a.inline {
    display: inline;
}

div.inline {
    display: inline;
}


.dropdown-menu-lg {
    min-width: 200px;
}

.hoffset1 {
    margin: 15px;
}


.bgImage {
    background-image: url(/Content/Images/login-bg.jpg);
}

.aim-item {
    color: #fdc23b !important;
}

    .aim-item:hover {
        background-color: #fdc23b !important;
        color: #16445d !important;
    }

.loginMenuImage {
    display: block;
    float: left;
    width: 35px;
    margin-right: 5px;
}

.loginMenuContent {
    float: left;
}

.alertContent {
    padding-left: 15px;
    padding-right: 15px;
}

.home-page-twitter {
    background-color: #ffffff;
    padding-left: 15px !important;
}

    .home-page-twitter article.course-item {
        margin: 5px 10px;
    }

  .pull-right-toggle-switch{
      width: 130px;
      margin-top: 10px;
      margin-left: 10px;
  }
    .home-page-twitter .tweet-container {
        padding: 0px 0px 10px 0px;
        margin: 0px;
    }

        .home-page-twitter .tweet-container .tweet-text {
            margin: 5px 0px;
            padding: 0px;
        }

        .home-page-twitter .tweet-container .tweet-time {
            display: block;
            font-size: 11px;
            font-weight: bold;
            margin: 5px 0px;
            padding: 0px 0px 5px 0px;
        }

    .home-page-twitter .tweet-logo {
        background-color: #55acee;
        margin-bottom: 10px;
        padding-left: 15px;
    }

        .home-page-twitter .tweet-logo .section-heading {
            clear: both;
            color: #ffffff;
            font-size: 22px;
            line-height: 60px;
            margin: 0;
            text-align: center;
        }

            .home-page-twitter .tweet-logo .section-heading .fa-twitter {
                font-size: 30px;
                padding-right: 20px;
            }

    .home-page-twitter .twitterID {
        margin-left: 0px;
        padding-left: 10px;
    }

.font16 {
    font-size: 16px;
    font-family: sans-serif;
}

.home-page-twitter .twitterID a {
    color: #b53439;
}

.no-padding {
    padding: 0px;
}

.only-right-padding1 {
    padding: 0 2% 0 0;
}

.only-left-padding1 {
    padding: 0 0 0 2%;
}

@media (max-width: 480px) {
    .home-page-twitter .tweet-logo .section-heading {
        padding-right: 15%;
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    home-page-twitter .tweet-logo .section-heading {
        padding-right: 20%;
        width: 100%;
    }
}

@media (min-width: 769px) {
    home-page-twitter .tweet-logo .section-heading {
        padding-right: 20%;
        width: 100%;
    }
}

.exploreGoalList {
    list-style-type: none;
    padding-left: 15px;
}

    .exploreGoalList li {
        background: #756c63;
    }

        .exploreGoalList li a span {
            display: inline-block;
            width: 20px;
            left: 15px;
            position: absolute;
        }

        .exploreGoalList li a {
            color: #fff;
            display: block;
            padding: 8px 20px;
            padding-left: 45px;
            font-size: 13px;
            position: relative;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            white-space: nowrap;
            text-align: left;
        }

    .exploreGoalList .sectionContent {
        transition: background-color .1s ease;
        -webkit-transition: background-color .1s ease;
        -ms-transition: background-color .1s ease;
        -moz-transition: background-color .1s ease;
        -o-transition: background-color .1s ease;
        text-align: center;
        position: relative;
        height: 100%;
        overflow: hidden;
    }

    .exploreGoalList .settingBtn {
        position: absolute;
        opacity: 0;
        transition: opacity .15s ease-in;
        -webkit-transition: opacity .15s ease-in;
        -ms-transition: opacity .15s ease-in;
        -moz-transition: opacity .15s ease-in;
        -o-transition: opacity .15s ease-in;
        visibility: hidden;
        right: -20px;
        top: -2px;
        height: 23px;
        padding: 0;
        font-size: 14px;
        width: 55px;
        background-color: #ff2e00;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    .exploreGoalList .sectionContent:hover .settingBtn {
        visibility: visible;
        opacity: 1;
    }

    .exploreGoalList .sectionContent .settingBtn i {
        color: #fff;
    }

        .exploreGoalList .sectionContent .settingBtn i.fa-check {
            display: none;
        }

    .exploreGoalList .selected .settingBtn i.fa-check {
        display: block;
    }

    .exploreGoalList .selected .settingBtn i.fa-cog {
        display: none !important;
    }

    .exploreGoalList .sectionContent .settingBtn i.fa-cog {
        display: block;
    }

    .exploreGoalList li div.selected .sectionContent {
        background-color: #16445d;
    }

    .exploreGoalList li div.selected .settingBtn {
        background-color: transparent;
        right: 0;
        top: 0px;
        text-align: center;
        width: 18px;
        opacity: 1;
        height: 18px;
        right: -3px;
        visibility: visible;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        line-height: 15px;
        font-size: 10px;
    }

        .exploreGoalList li div.selected .settingBtn i {
            color: #6598ab;
            background-color: #fff;
            padding: 2px 2px;
            margin: 0;
            width: 13px;
            height: 13px;
            font-size: 9px;
            border-radius: 50%;
        }

.exploreGoalListHori {
    display: inline-block;
    padding: 0px 10px;
}

.border-box {
    border: 1px solid #ddd;
}

.sortOrder {
    padding: 6px;
}

.text-pad-right {
    padding-right: 10px;
}

.img-auto .flexslider .slides img {
    width: auto;
    display: inline;
}

.flexslider .slides img {
    width: auto;
    display: inline;
}

.top-resource-item {
    background-color: #fefdd9;
    line-height: 16px;
    border-bottom: 2px solid #fff;
    padding: 12px 5px 12px 5px;
}

    .top-resource-item div {
        margin-left: 18px;
        font-size: 15px;
        color: #16445d;
        font-weight: 600;
    }

    .top-resource-item span {
        margin-left: 18px;
        display: block;
        line-height: 13px;
        font-size: 13px;
        color: #666677;
        padding-left: 14px;
    }

.centerImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.welcomeVideo {
    padding-left: 10px;
    float: right;
}

.searchResultBlock {
    padding-left: 30px;
    padding-right: 30px;
}

.searchHeader {
    background-color: #687b8e;
    color: #fff;
}

.searchHeaderCol {
    padding: 4px 30px;
}

.searchHeader a {
    color: #fff;
}

.searchResultDetail {
    padding-left: 5px;
    width: 90%;
}

.thumbnailImage {
    width: 75px;
    height: 75px;
}

.select2Image, .select2-container.select2Image a, .select2-container.select2Image .select2-choice {
    height: 85px !important;
}

.select2-container.select2Image .select2-choice .select2-arrow b {
   background-position: -6px 50%;
}

.select2-container.select2Image .select2-choice > .select2-chosen {
    display:flex;
    align-items:center;
    min-height:80px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 18px 3px 5px !important;
}

.stepSlider {
    max-width: 1100px;
    margin: auto;
}

.stepTopDiv {
    height: 120px;
    text-align: center;
    margin-bottom: 2px;
    padding: 10px;
}

.stepBottomDiv {
    padding: 10px;
}


.validateBorder.ng-invalid.ng-dirty {
    border-color: red;
}

#popoverUserName .popover-content, #popoverPass .popover-content {
    padding: 4px;
}


/* This was put in to fix a problem with the menu collapsing in ios */
@media only screen and (max-width: 720px) {
    .main-nav ul.navbar-nav li ul {
        display: none !important;
    }

    .main-nav ul.navbar-nav li.open ul {
        display: block !important;
    }
}

.modal-content .container {
    width: 598px;
}

.margin-bottom-8 {
    margin-bottom: 8px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.container-rounded-10 {
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    -ms-border-radius: 10;
    -o-border-radius: 10;
    border-radius: 10px;
}

.auth-title {
    font-size: 50px;
}

.auth-heading-panel {
   
}

.auth-main-content {
    padding-left: 24px;
    padding-right: 24px;
}
.auth-main-content-login .form-group {
    margin-bottom: 24px;
}
.auth-subtitle {
    color: #4d4d4d;
    font-size: 30px;
    font-weight: 600;
}

.auth-pagetext {
    color: #333333;
    margin-bottom: 3%;
    text-align: center;
}

.auth-social-media-login {
    margin-bottom: 4%;
    margin-top: 4%;
}

.auth-bottom-panel {
     padding-top: 16px;
    padding-bottom: 24px;
}

.teal {
    color: #57b5c0;
}
.auth-main-content .text-left .control-label { margin-bottom: 8px}
.auth-main-content .text-left.only-right-padding1,.auth-main-content .text-left.no-padding, .text-left.only-left-padding1 {
  margin-bottom: 24px;
}
.btn-ready {
    padding: 5px 50px;
    font: bold;
    font-size: 18px;
    width: 300px;
    height: 40px;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {

    .personalizeContent {
        top: 5%;
    }

    #loginScreen .personalizeContent {
        top: 8%;
    }

    .only-right-padding1 {
        padding: 0;
    }

    .only-left-padding1 {
        padding: 0;
    }
}


.red-border {
    border: 1px solid #d86435 !important;
}

@media only screen and (min-width: 1280px) {
    .modal-large.modal-legal .modal-dialog {
        width: 71%;
    }
}
@media only screen and (min-width: 1400px) {
    .modal-large.modal-legal .modal-dialog {
        width: 64%;
    }
}

@media only screen and (min-width: 1600px) {
    .modal-large.modal-legal .modal-dialog {
        width: 57%;
    }
}

@media only screen and (min-width: 1700px) {
    .modal-large.modal-legal .modal-dialog {
        width: 54%;
    }
}

@media only screen and (min-width: 1900px) {
    .modal-large.modal-legal .modal-dialog {
        width: 50%;
    }
}


@media only screen and (max-width: 768px) {
    .icon-offset {
        display: block;
    }

    .modal-large .modal-dialog {
        width: 95%;
        margin: 0px auto;
    }
}


@media (min-width: 769px) {
    .icon-offset {
        display: none;
    }

    .modal-large .modal-dialog {
        width: 75%;
    }
}

.text-to-upper {
    text-transform: uppercase;
}

.text-to-lower {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.nicName {
    padding-left: 2px;
    padding-right: 2px;
    background-color: transparent;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    text-align: center;
}

.lineHorizontal {
    background-image: url("/Content/Images/line_1px.svg");
    background-repeat: repeat-x;
    background-position: center center;
}

.orBox {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.orContent {
    width: 50px;
    background-color: white;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
}


.altHomeHeaderContainer {
    background-image: url('/Content/Images/login-bg-teal_1903x720.jpg');
    background-position-y: -340px;
    height: 300px;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.altHomeHeaderPreActive{
  background-image: url('/Content/Images/altHome_Banner_Img.png')!important;
    background-position-y: 0;
    height: 300px;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.altHomeHeaderPreActive::after {
    content: "";
    position: absolute;
    opacity: 0.8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}
.altHomeHeaderPreActive .altHomeHeader .altHomeTitles {
    z-index: 10;
    bottom: 40px;
}
.altHomeHeaderPreActive .altHomeHeader .altHomeTitles h1 span,
.altHomeHeaderPreActive .altHomeHeader .altHomeTitles h2 {
    font-size: 34px;
    font-family: 'Noto Serif';
    color: #fff;
    margin: 0;
}
.altHomeHeaderPreActive .altHomeHeader .altHomeTitles h1 {
    margin-bottom: 5px;
}
.altHomeHeader {
    width: 90%;
    min-width: 370px;
    max-width: 1024px;
    margin: 0px auto;
}

.altHomeTitles {
    color: white;
    position: absolute;
    bottom: 20px;
}

    .altHomeTitles h3 {
        font-size: 50px;
        font-weight: bold;
    }

    .altHomeTitles h5 {
        font-size: 30px;
    }

.altHomeContent.altHomePreActive {
    width: auto;
    min-width: auto;
    max-width: inherit;
    margin: 0;
    position: relative;
    height: 100vh;
}

.altHome-main-section {
    display: flex;
    justify-content: center;
    background: #ede7ee;
}

.altHomeWhiteBox {
    margin: 10px 15px;
    border-radius: 0;
    max-width: 400px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    transition: all ease .4s;
    padding: 20px 30px;
    position: relative;
}
.altHomePreActive {
    background: #ede7ee;
    padding: 40px 0 80px;
    margin: 0 auto;
}
.altHomePreActive h2 {
    font-size: 24px;
    color: #4f185b;
    margin-top: 0;
    line-height: 28px;
    margin-bottom: 20px;
    font-family: 'Noto Serif';
}

.altHomeWhiteBox h3 {
    font-size: 16px;
    color: #000;
    font-weight: 900;
    margin-top: 0;
    line-height: 24px;
    min-height: 100px;
}

.custom-layout-view {
    display: flex;
    justify-content: center;
}

.btn-clickHere {
    background: #4f185b;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    width: auto;
    text-align: center;
    font-size: 16px;
    height: 40px;
    min-width: 170px;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    text-decoration: none;display: flex;
    justify-content: center;
    align-items: center;
}
.btn-clickHere:hover,
.btn-clickHere:focus{
    color: #fff;
}
.btn-clickHere:focus-visible {
    outline: 2px solid #333 !important;
}
.altHomeWhiteBox a:hover {
    text-decoration: none;
    }

@media (max-width:767px) {
    .hide-sm {
        display: none;
    }

    .altHomePreActive .lastWatch {
        margin-top: 0px;
    }
    .altHomePreActive h2 {
        font-size: 21px;
    }
    .altHome-main-section {
        flex-direction: column;
        align-items: center;
    }
    .altHomeWhiteBox {
        margin: 20px 10px;
    }
    .altHomeHeaderPreActive .altHomeHeader .altHomeTitles {
        padding-left: 15px;
    }
    .altHomeHeaderPreActive .altHomeHeader .altHomeTitles h1 span,
    .altHomeHeaderPreActive .altHomeHeader .altHomeTitles h2 {
        font-size: 21px;
    }
}

@media (max-width:992px) {
    .altHomeWhiteBox {
        max-width: 350px;
    }
}

@media (max-width:900px) {
    .altHomeWhiteBox {
        padding: 20px;
    }
}
.altHomeContentSmall {
    width: 360px;
    margin: 40px auto;
}

.altHomeResumeContent input[type="text"]{
    border: 1px solid #1c304b;
    border-radius: 8px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Noto Sans', sans-serif;
    color: #1c304b;
    padding: 8px 16px;
    line-height: 24px;
}
.altHomeResumeContent input[type="text"]::placeholder {
    font-size: 14px;
    font-style: normal!important;
    font-weight: 400;
    font-family: 'Noto Sans',sans-serif;
    color: #45505f;
}
.altHomeResumeContent input[type="text"]:focus,
.altHomeResumeContent input[type="text"]:focus-visible
 {
    border: 1px solid #aa0285
}
.altHomeResumeContent .select2-container .select2-choice>.select2-chosen {
    color: #45505f !important;
}
.altHomeResumeContent .form-group label {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #1c304b;
    font-family: Noto Sans, sans-serif;
}
.altHomeResumeContent .red-aestrick:before {
    content: '*';
    color: #c70f00;
    font-family: Noto Sans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    margin-right: 4px;
}
.altHomeResumeContent .file-upload {
    position: relative;
}

.altHomeResumeContent .file-upload input[type="file"] {
    display: none
}

.altHomeResumeContent .file-upload label {
    display: inline-block;
    padding: 7px 16px 5px;
    cursor: pointer;
    border: 1px solid #1c304b;
    border-radius: 8px;
    background-color: #fff;
    width: 360px
}

.altHomeResumeContent .file-upload label .file-container {
    display: flex;
    align-items: baseline;
    gap: 16px
}

.altHomeResumeContent .file-upload label .file-container span {
    padding: 10px 16px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #1c304b;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: .6px;
    color: #1c304b;
    top: 0
}

.altHomeResumeContent .file-upload label .file-container p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Noto Sans',sans-serif;
    line-height: 24px;
    letter-spacing: .056px;
    color: #5c6573;
    text-transform: capitalize
}
.altHomeResumeContent div[translate="CANDIDATE_RESUME_FORMATS"] {
    font-size: 12px;
    text-align: left;
    padding-bottom: 32px;
    font-weight: 400;
    line-height: 16px;
}
.altHomeResumeContent .primary-btn--lg {
    padding: 8px 40px;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    font-family: Noto Sans, sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: #441750;
    border-radius: 8px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none;
}
.altHomeResumeContent .primary-btn--lg:hover {
    background-color: #613e6b;
}
div[bind-html-compile="ctrl.content.RawText"] p {
        font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #45505f;
}
div[bind-html-compile="ctrl.content.RawText"] p a {
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
}
div[bind-html-compile="ctrl.content.RawText"] p a u{
     text-decoration: none;
}
 .select2-results .select2-no-results,
 .select2-results .select2-searching,
 .select2-results .select2-selection-limit {
    background: #f4f4f4 !important;
    display: list-item !important;
    padding-left: 5px !important;
    color: #45505f !important;
}
 .select2-with-searchbox .select2-search {
    min-height: 0;
    line-height: 0;
  background: #fff !important;
    box-shadow: none !important;
}
.select2-results {
    max-height: 257px;
    padding: 0;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    border: none !important;
    filter: drop-shadow(4px 8px 16px rgba(28, 48, 75, .08)) !important;
    box-shadow: none !important;
    background-color: #fff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #45505f !important;
    font-family: 'Noto Sans', sans-serif !important;
}
.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none
}
 .select2-results li.select2-more-results{
     color: #45505f !important;
     padding: 8px 16px !important;
    font-size: 14px !important;
}

 .select2-results li:hover {
    background-color: #f8f8f9 !important;
}
 .select2-results .select2-highlighted {
    background: #e4d8f4!important;
    color: #fff !important;
}
.select2-results .select2-result-label {
    padding: 8px 16px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    font-family: Noto Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #45505f !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 .select2-results .select2-result-label {
    border-bottom: 1px solid #ebebee !important;
}
@media (max-height: 350px) {
     .select2-results {
        max-height: 90px !important;
    }
}
 ul#select2-results-1::-webkit-scrollbar {
  width: 8px;
}

 ul#select2-results-1::-webkit-scrollbar-button {
  display: none;
}

 ul#select2-results-1::-webkit-scrollbar-track {
  background-color: #EBEBEE !important;
	border-radius: 8px;
	margin: 8px 0;
}

 ul#select2-results-1::-webkit-scrollbar-thumb {
  background: #611E6F !important; 
	border-radius: 8px;
}
.altHomeChoicesBtn {
    padding-bottom: 25px;
}

.cookie-banner {
    color: black;
    height: auto;
    min-height: 30px;
    padding: 15px 25px;
    z-index: 10000;
    position: fixed;
    left: 0;
    width: 100%;
    background-color: #ddd;
}

    .cookie-banner.top {
        top: 0;
    }

    .cookie-banner.bottom {
        bottom: 0;
    }

    .cookie-banner label {
        line-height: 30px;
        font-weight: normal;
    }

    .cookie-banner a {
        color: blue;
    }

#adblocker-inner-message {
    margin-top: 3px;
}

#adblocker-message .warning {
    background-color: #f0ad4e;
}

#adblocker-message label {
    color: #000;
    line-height: 18px;
    margin-bottom: 0px;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.btm-offset1 {
    margin-bottom: 5px;
}

.vertical-align-bottom {
    vertical-align: bottom;
    margin: 5px;
}

.spinnerLoader {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 6px;
    border-radius: 50%;
    border-top: 2px solid #16445d;
    border-right: 2px solid transparent;
    animation: loaderSpin .6s linear infinite;
}

@keyframes loaderSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Self Registration*/

.cookie-banner-btn {
    padding-top: 0;
}

.selfRegistrationContent {
    margin: 52px 0 100px 0;
}

    .selfRegistrationContent h4 a {
        font-size: 14px;
        color: #fff;
        text-decoration: underline;
        font-weight: 600;
    }

        .selfRegistrationContent h4 a:hover {
            color: #E0DDDD;
        }

.self-registration-checkbox_wrapper {
    position: relative;
    height: 30px;
    line-height: 30px;
    width: 100%;
    margin: 0 auto;
}

.self-registration-checkbox + label {
    background: url('/Content/Images/icons/checkmark_off_30x30.svg') no-repeat;
    height: 30px;
    display: inline-block;
    padding: 0 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.self-registration-checkbox {
    opacity: 0;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

    .self-registration-checkbox:checked + label {
        background: url('/Content/Images/icons/checkmark_on_30x30.svg') no-repeat;
        height: 30px;
        display: inline-block;
        padding: 0 0 0 40px;
    }

.self-registration-checkbox_wrapper > label {
    padding-left: 40px;
    margin-bottom: 8px;
    font-size: 11px;
    text-decoration: underline;
    cursor: pointer;
}

.non-svg-profile-initials {
    color: #fff;
    font-size: 25px;
    line-height: 47px;
    text-align: center;
    font-weight: 600;
    width: 50px;
    font-family: Open Sans;
}

.non-svg-profile-initials-wide {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 39px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    width: 40px;
}

.icon_avatar_circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    object-fit: contain;
    background-image: url('/Content/Images/developMe/icon-avatar-circle.svg');
    text-align: center;
}

    .icon_avatar_circle.larger {
        width: 50px;
        height: 50px;
        background-image: url('/Content/Images/developMe/icon-avatar-circle-larger.svg');
    }

    .icon_avatar_circle .non-svg-profile-initials {
        position: absolute;
        top: 2px;
        right: 0;
    }

/*media queries only below this point*/

@media (max-width: 1000px) {
    #registrationBox {
        width: 85%;
    }

        #registrationBox h1 {
            font-size: 30px;
        }
}


@media (max-width: 893px) {
    #registrationBox {
        width: 95%;
    }
}

@media (max-width: 761px) {

    .selfRegistrationContent {
        top: 1%;
    }

    #registrationBox h1 {
        font-size: 20px;
    }


    .icon_avatar_circle {
        display: inline-block;
        object-fit: contain;
        text-align: center;
        position: relative;
        vertical-align: middle;
    }
}


.myDocumentsUploadCheckBox {
    display: none;
}

.myResumeUploadBtn {
    margin-top: 0px !important;
}

.myResumeDocumentName {
    line-height: 30px;
    float: left;
    margin-left: 10px;
}

@media (max-width: 540px) {
    .g-recaptcha {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (max-width: 300px) {
    .g-recaptcha {
        transform: scale(0.65);
        -webkit-transform: scale(0.65);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}


.legal-requirements-box .row {
    text-align: center;
    margin: auto;
}

.legal-requirements-box {
    text-align: center;
}

.agree-box {
    border: 1px solid #ddd;
    border-color: #c3d1d9;
    text-align: left;
    text-transform: uppercase;
    margin: 5px 0;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
}

.agreed .agree-box {
    background-color: #4AAEBD;
    color: #EFF7F7;
}

.has-unagreed-policies {
    color: red;
}

.need-agree .agree-box,
.need-agree .policy-btn {
    border: 1px solid red;
}

.agree-box label {
    font-weight: normal !important;
}

.toggle-switch .switch-left {
    color: #fff !important;
    background: #5798a8 !important;
}


.btn-excl-mark {
    background-image: url("/Content/Images/icons/icon-notification.svg");
    position: absolute;
    top: -10px;
    right: 5px;
    width: 20px;
    height: 20px;
}

.preview-name-header {
    height: 20px;
    font-size: 20px;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.91;
    letter-spacing: -1.5px;
    text-align: left;
    color: #676767;
}

.cursor-pointer {
    cursor: pointer;
}

.file-name-limited {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.myResume .legal-button {
    width: 250px;
    vertical-align: center;
}

    .myResume .legal-button input[type=checkbox] {
        display: inline;
    }

.myResume .agree-box label {
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.myResume .btn.update-btn {
    width: 250px;
}

.btn-purple {
    background: #81515d;
    color: #fff;
}

.white {
    color: white;
}

.myResume .consentText.red-text,
.myResume .consentText.red-text p,
.myResume .consentText.red-text span {
    color: red !important;
}

.red-box {
    border: solid 1px red;
}

.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

    .disabled > a {
        color: currentColor;
        display: inline-block;
        pointer-events: none;
        text-decoration: none;
    }

.validation-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #c3d1d9;
    color: white;
    font-size: 13px;
}

    .validation-bar > div {
        padding-top: 5px;
        padding-bottom: 5px;
    }

.validation-bar-hidden {
    margin-bottom: 29px;
}

header.newUser .nav > li > a {
    color: #dce7f0;
}

    header.newUser .nav > li > a:focus, .nav > li > a:hover {
        background-color: transparent;
    }

.newUser .container {
    width: 100%;
}

header.login .nav > li > a {
    color: #dce7f0;
}

    header.login .nav > li > a:focus, .nav > li > a:hover {
        background-color: transparent;
    }

.login .container {
    width: 100%;
}

.invisible {
    visibility: hidden;
}

    .invisible button {
        visibility: hidden;
    }

/*Forgot Username*/
.forgot-username-slide-top {
    position: static;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 20%;
}

    .forgot-username-slide-top.ng-enter {
        -webkit-animation: slideInUp 3s;
        animation: slideInUp 3s;
        position: static;
    }

    .forgot-username-slide-top.ng-leave {
        -webkit-animation: slideOutDown 2s;
        animation: slideOutDown 2s;
        position: absolute;
    }

.forgot-username-loading {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    -webkit-animation: rotation 2s infinite linear;
}

.forgot-username-loading-complete {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
}

.forgot-username-divider {
    object-fit: contain;
    background-color: #e5e5e5;
}

.forgot-username-tell-us-where-youd {
    font-family: Noto Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.004em;
    text-align: left;
    color: #45505F;
    text-align: left;
}

    .forgot-username-tell-us-where-youd .text-style-1 {
         font-weight: 400;
    }

.forgot-username-button_change_password {
    width: 310px;
    height: 50px;
    object-fit: contain;
}

.forgot-username-hello-were-glad-yo {
    font-family: OpenSans;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #57b5c0 !important;
}

    .forgot-username-hello-were-glad-yo .text-style-1 {
        font-size: 50px;
        font-weight: bold;
    }

    .forgot-username-hello-were-glad-yo .text-style-2 {
        font-size: 24px;
    }

    .forgot-username-hello-were-glad-yo .text-style-3 {
        font-weight: bold;
    }

.forgot-username-since-this-is-your-f, .forgot-username-since-this-is-your-f h1 {
    font-family: OpenSans;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.forgot-username-right-now-shes-goi, .forgot-username-right-now-shes-goi p {
    font-family: OpenSans;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

    .forgot-username-right-now-shes-goi .text-style-1 {
        font-weight: bold;
    }

.forgot-username-button_finish {
    width: 220px;
    height: 50px;
    object-fit: contain;
}

.g-recaptcha > div {
    margin: 0 auto;
}

.center {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

@media (max-width:767px) {

    .validation-bar > div {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    @media(min-width:320px) {
        .btn-ready {
            width: 250px;
        }

        .button-sq-large {
            min-width: 250px;
        }
    }
}

@media (max-height:668px) and (min-width:500px) {

    .validation-bar > div {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .validation-bar-hidden {
        margin-bottom: 19px;
    }
}

.policy-container {
    padding: 10px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
}

.policies-border {
    padding: 5% 8% 0% 8%;
    background-color: #f0f0f0;
    position: relative;
    border-top: solid #e5e5e5;
}

.policy-agree-text {
    font-size: 12px;
    line-height: 1.33;
    color: #000000;
}

.policy-name-text {
    font-size: 14px;
    font-weight: bold;
    color: #57b5c0;
}

@media (max-width: 760px) {
    .policy-container {
        padding: 5px;
    }

    .policies-border {
        padding-top: 10px;
        padding-bottom: 25px;
    }
}

@media (max-height:668px) and (min-width:500px) {
    .policy-container {
        padding: 5px;
    }
}

.allert-wrapper {
    padding: 10px;
    margin-bottom: 10px;
}

.validation-row {
    width: 100%;
    display: inline-block;
    background-color: #c3d1d9;
    color: white;
}

.reset-password-container {
    top: 20%;
    width: 100%;
}

.reset-password-content {
    max-width: 450px;
    background-color: white;
    width: 90%;
    margin: auto;
    height: 100%;
}

.reset-password-body {
    color: #333333;
    font-size: 14px;
    font-family: OpenSans;
    padding: 5% 7%;
}

.reset-password-title {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-family: 'Open Sans';
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    color: #4d4d4d;
    background-color: #ffffff;
}

.title-main-text {
    font-size: 50px;
    font-weight: bold;
    color: #57b5c0;
}

.subtitle-text {
    font-size: 30px;
}

.footer-container-indent {
   
    padding: 45px;
}

.reset-password-pagetext {
    padding-bottom: 10px;
    font-family: 'OpenSans';
    color: #333333 !important;
    font-size: 14px;
}

.var-height-footerbar {
    min-height: calc(100vh - 15vh);
}

.login-container {
    top: 20%;
    width: 100%;
}

.login-content {
    width: 500px;
    height: 580px;
    margin: auto;
}

.login-divider {
    width: 390px;
    font-size: 14px;
    font-family: OpenSans;
    margin: 0px auto 20px auto;
    padding: 20px 0;
}

.login-title {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    font-family: 'Open Sans';
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    color: #4d4d4d;
    background-color: #ffffff;
}

.login-form {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.login-divider-wrapper {
    width: 100%;
    background-color: #e5e5e5;
    color: #333333;
}

.reset-request-title {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-family: 'Open Sans';
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    color: #4d4d4d;
    background-color: #ffffff;
}

.reset-request-pagetext {
    padding-bottom: 10px;
    font-family: 'OpenSans';
    color: #333333 !important;
    font-size: 14px;
}

.verification-btn {
    width: 100%;
    margin-top: 20px;
    background-color: #81515d;
    color: white;
    font-size: 16px;
    font-style: normal;
    color: #ffffff;
    height: 50px;
    text-transform: uppercase;
}

.recapcha-container > div {
    margin: auto;
}

.animated-content a {
    transition: none;
}

.animated-content .btn {
    transition: none;
}

.list-content .navbar.navbar-default {
    background: none;
    border: none;
}


@media screen and (max-width: 375px) {

    .reset-password-container {
        top: 13%;
    }

    .reset-password-body {
        padding: 5% 4%;
    }

    .cookie-banner label.sm-banner {
        line-height: 20px;
        font-size: 10px;
        margin-bottom: 0;
    }

    .title-main-text {
        font-size: 25px;
    }

    .subtitle-text {
        font-size: 15px;
    }

    .reset-password-pagetext {
        font-size: 11px;
    }

    .login-content {
        width: 300px;
        height: 400px;
    }

    .login-container {
        top: 16%;
    }

    .login-title {
        margin-top: 10px;
    }

    .login-form {
        margin-top: 10px;
        margin-bottom: 2px;
    }

    .login-divider {
        width: 270px;
        margin-bottom: 10px;
        padding: 15px 0;
    }

    .allert-wrapper {
        font-size: 12px;
        margin-bottom: 3px;
        padding: 2px;
    }

    .reset-request-pagetext {
        font-size: 11px;
    }

    .verification-btn {
        margin-top: 10px;
    }

    .reset-request-title {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .recapcha-container {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
    }
}

@media screen and (max-width: 767px) {
    .footer-logo {
        width: 40px;
    }

    .footer-container-indent {
        margin-top: 0px;
    }

    .verification-btn {
        font-size: 14px;
    }

    .cookie-banner-btn {
        padding-top: 15px;
    }

    .cookie-banner {
        font-size: 11px;
    }
}

@media screen and (min-width: 321px) and (max-width: 767px) {

    .reset-password-title {
        font-size: 30px;
    }

    .title-main-text {
        font-size: 35px;
    }

    .subtitle-text {
        font-size: 25px;
    }

    .login-content {
        height: 450px;
        width: 330px;
    }

    .login-title {
        margin-top: 15px;
        font-size: 30px;
    }

    .login-form {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .login-divider {
        width: 320px;
        margin: 0px auto 10px auto;
        padding: 20px 0;
    }

    .allert-wrapper {
        font-size: 12px;
        margin-bottom: 3px;
        padding: 2px;
    }

    .verification-btn {
        margin-top: 10px;
    }
}

@media (max-width: 760px) {
    .policy-container {
        padding: 5px;
    }

    .auth-title {
        font-size: 30px;
    }

    .auth-subtitle {
        font-size: 22px;
    }

    .validation-bar {
        display: inline-block;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

.that-is-it-hidden {
    visibility: hidden;
}

.margin-top-container {
    margin-top: 7%;
}

.logo-image-container {
    max-height: 50px;
}
.logo-image-container[src="/Content/Images/logos/LHH_WHITE_2019.svg"]{
 filter: invert(86%) sepia(49%) saturate(2253%) hue-rotate(266deg) brightness(100%) contrast(100%);
}

.login-main-div .login-top-margin {
    margin-top: 5%;
}

@media screen and (min-width: 1440px) and (max-width: 1600px)and (min-height: 900px) and (max-height: 900px) {
    .login-main-div .login-top-margin {
        margin-top: 4%;
    }
}

@media screen and (min-width: 1920px) and (max-width: 2560px)and (min-height: 1080px) and (max-height: 1080px) {
    .login-main-div .login-top-margin {
        margin-top: 4%;
    }
}

/*Custom Css ella in CRN START*/
#messenger-button {
    position: fixed;
    right: 6px;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    z-index: 9998;
    cursor: pointer;
    transform-origin: bottom;
    bottom: 20px;
    opacity: 1;
    transform: scale(1)
}

    #messenger-button.messenger-button-shown {
        animation: messenger-button-shown-frames .4s cubic-bezier(.62,.28,.23,.99);
        animation-delay: .2s;
        animation-fill-mode: both
    }

    #messenger-button.messenger-button-hidden {
        animation: messenger-button-hidden-frames .4s cubic-bezier(.62,.28,.23,.99);
        animation-delay: 0s;
        animation-fill-mode: both
    }

.widget-xs #messenger-button.messenger-button-hidden {
    animation: messenger-button-hidden-frames-xs .4s cubic-bezier(.62,.28,.23,.99);
    animation-delay: 0s;
    animation-fill-mode: both
}

#messenger-button .messenger-button-icon {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%
}

    #messenger-button .messenger-button-icon img {
        max-width: 100%;
        height: auto
    }

@keyframes messenger-button-shown-frames {
    0% {
        transform: scale(0);
        bottom: 0;
        opacity: 0
    }

    1% {
        transform: scale(1);
        bottom: 0;
        opacity: 0
    }

    to {
        bottom: 20px;
        opacity: 1
    }
}

@keyframes messenger-button-hidden-frames {
    0% {
        bottom: 20px;
        opacity: 1;
        transform: scale(1)
    }

    99% {
        bottom: 0;
        opacity: 0;
        transform: scale(1)
    }

    to {
        bottom: 0;
        opacity: 0;
        transform: scale(0)
    }
}

@keyframes messenger-button-hidden-frames-xs {
    0% {
        bottom: 40px;
        right: 14px;
        opacity: 1;
        transform: scale(1)
    }

    99% {
        bottom: 20px;
        right: 14px;
        opacity: 0;
        transform: scale(1)
    }

    to {
        bottom: 20px;
        right: 14px;
        opacity: 0;
        transform: scale(0)
    }
}

.button-display {
    transform-origin: bottom right;
    bottom: 20px;
}


    .button-display.appear {
        opacity: 0;
        animation: appear-button-frames .4s cubic-bezier(.62,.28,.23,.99);
        animation-delay: .2s;
        animation-fill-mode: both
    }


    .button-display.close {
        animation: close-button-frames .4s cubic-bezier(.62,.28,.23,.99);
        animation-delay: 0s;
        animation-fill-mode: both;
    }


    .button-display.init {
        transform: scale(0);
        opacity: 0
    }


.widget-lg .button-display.init {
    bottom: -640px
}


.widget-md .button-display.init {
    bottom: -480px
}


.widget-sm .button-display.init {
    bottom: -420px
}


@keyframes appear-button-frames {
    0% {
        opacity: 0;
        transform: scale(0)
    }


    1% {
        opacity: 0;
        transform: scale(.1)
    }


    to {
        display: block;
        opacity: 1;
        transform: scale(1)
    }
}


@keyframes close-button-frames {
    0% {
        opacity: 1;
        transform: scale(1)
    }


    99% {
        opacity: 0;
        transform: scale(.1)
    }


    to {
        opacity: 0;
        transform: scale(0)
    }
}


div#chatbotcontrol {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: calc(100% - 10%);
    height: 100%;
    overflow: hidden;
}

.widget-sm {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 20px;
}

.show-widget-sm {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 20px;
    box-shadow: 0 0 12px rgba(0,0,0,.15);
    background-color: #fff;
    border-radius: 10px;
    height: 550px;
    width: 390px;
}
/*@media (max-height: 507px) and (min-width: 768px){
.widget-sm {
  width: 354px;
  height: 444px;
  max-height: 444px;
    overflow-y: scroll;
  }
}*/

#chatbotcontrol .css-mfy564 {
    height: calc(100% - 89px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    max-height: 500px !important;
}


#header .close-handle {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 10px;
}

    #header .close-handle .fa {
        color: #fff;
    }

#header {
    z-index: 10;
    height: 44px;
    line-height: 32px;
    padding: 6px 15px;
    position: relative;
    background-color: #f4f4f4;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    box-sizing: content-box;
    color: #46acb9;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

.intro-pane {
    background-color: #f8f9fa;
    padding: 18px 0px;
    border-bottom: 1px solid #e6e6e6;
    min-height: 90px;
    -webkit-transform: translateZ(0);
}

    .intro-pane .app-name, .intro-pane .intro-text {
        margin-left: 68px;
    }

    .intro-pane .app-name {
        color: #46acb9 !important;
        font-size: 18px;
        font-weight: 700;
    }

    .intro-pane .intro-app-icon {
        float: left;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-left: 13px;
    }

    .intro-pane .intro-text {
        color: #787f8c;
        font-size: 13px;
        line-height: 1.3;
        margin-top: 8px;
    }

.conversation-timestamp-header {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #b2b2b2;
    margin-top: 25px;
    margin-bottom: 15px;
    min-height: 90px;
}

@media (min-width: 320px) and (max-width: 500px) {
    #chatbotcontrol, .show-widget-sm {
        width: 100% !important;
        right: 0px;
        left: 0px;
    }


        #chatbotcontrol .css-gtdio3 {
            max-height: 475px !important;
        }
}



@media (min-width: 800px) and (max-width: 890px) {
    #chatbotcontrol .css-gtdio3 {
        max-height: 475px !important;
    }
}

.css-1m1alj7 {
    display: none;
}

.unread-badge {
    background-color: #e54054;
    border-radius: 100px;
    box-shadow: 0 0 0 1px #cf2615;
    color: #fff;
    padding: 0 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

#messenger-button .unread-badge {
    position: absolute;
    top: 0;
}

.css-120um36 ul li:first-child:nth-last-child(1) {
    margin-left: auto;
}

.css-1abghdv {
    background-color: white;
    font-weight: 600;
    -webkit-appearance: none;
    border-color: rgb(230, 230, 230);
    border-radius: 1px;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}
/*Custom Css ella in CRN END*/

#calendarscheduleformmodal .heading-title {
    padding-top: 20px;
}

    #calendarscheduleformmodal .heading-title .ofc-meeting-title {
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
    }

    #calendarscheduleformmodal .heading-title .fc-header.note-color.ofc-meeting-details {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    #calendarscheduleformmodal .heading-title .meeting-date-list {
        margin-top: 20px;
        display: block;
    }

        #calendarscheduleformmodal .heading-title .meeting-date-list .selectDate {
            margin-bottom: 20px;
        }

        #calendarscheduleformmodal .heading-title .meeting-date-list .selectTime {
            margin-bottom: 15px;
        }

@media (min-width: 320px) and (max-width: 374px) {
    .modal-dialog {
        width: 85%;
        margin: 0 5%;
    }
}

@media (min-width: 375px) and (max-width: 768px) {
    .modal-dialog {
        width: 85%;
        margin: 0 5%;
    }

    #calendarscheduleformmodal button.close-btn i.fa-times {
        position: relative;
    }
}

#calendarscheduleformmodal .heading-title .fc-header.note-color.ofc-meeting-details p {
    font-weight: normal !important;
    color: #4bacb9;
}

#calendarscheduleformmodal .heading-title .fc-header.note-color.ofc-meeting-details table {
    margin-bottom: 20px;
}

    #calendarscheduleformmodal .heading-title .fc-header.note-color.ofc-meeting-details table tr td:nth-child(3) {
        color: #000;
    }

    #calendarscheduleformmodal .heading-title .fc-header.note-color.ofc-meeting-details table tr:nth-child(1) td {
        position: relative;
        left: 2px;
    }

@media (max-width: 380px) {
    #calendarscheduleformmodal .heading-title .fc-header.note-color.ofc-meeting-details {
        margin: 0 10px 20px 10px;
    }

        #calendarscheduleformmodal .heading-title .fc-header.note-color.ofc-meeting-details table tr td {
            font-size: 10px;
        }
}

.fc-header.error-msg {
    padding: 0px 15px;
}
/*Self Enrollment*/
.self-enrollment-lnk {
    cursor: pointer;
    color: purple;   
}
    .self-enrollment-lnk:focus {
        color: #5697a8;
    }

.self-enrollment-amazon-privacy-lnk {
    font-size: 12px;
    font-style: italic;
    color: gray;
}
.cookie-banner a:focus-visible, .cookie-banner-btn:focus-visible img{
    border: 1px solid #000;
}
.goal-title-res {
    word-break: break-word;
}

.ui-sortable-hover:hover {
    background-color:lightblue;
    cursor:pointer;
}


.sorry-modal .card-top {
    background-color: #fff;
    padding: 5%;
}
.sorry-modal .card-bottom {
    background-color: #f0f0f0;
    padding: 5%;
}

.sorry-modal .modal-subtitle{
    font-family: 'Noto Serif';
    font-weight: 800;
    font-size: 30px;
}


.course-item .details.row-divider .col-title.firstCols, .course-item .details.row-divider {
    word-break: break-word;
}
.primary-url-checkbox{
    margin: 0px !important;
    width: 30px;
    border: none;
    box-shadow: none;
}
.content-access-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-access-parent .content-access-delete {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.content-access-parent .content-access-delete .form-inline {
    padding-left: 20px;
}
.decomissionedselfenrollment {
        color: #333;
        font-size: 13px;
        font-weight: 550;
        margin-bottom: 4%;
        line-height:1.5;
}

.decomissionedselfenrollment a:focus-visible {
      outline: 1px solid #4d005b !important;
      outline-offset: 2px;
}

.custom-pagination {
    padding-top: 15px;
}
 
.custom-pagination .pagination li a {
	 font-size: 12px;
	 font-weight: 400;
	 font-family: 'Noto Sans', sans-serif;
	 color: #45505F;
	 border: none;
}
.custom-pagination .pagination>.active>a {
	 background: #FCF7FB;
	 border: 1px solid #AA0825;
	 border-radius: 8px;
	 font-weight: 600;
}
.custom-pagination .pagination>.active>a:hover {
	 color: #45505F;
}
.custom-pagination .pagination>li>a:hover {
	 border-radius: 8px;
}
.custom-pagination .pull-right .btn{
	 border-radius: 8px;
	 border: 1px solid #CCCCD3;
	 background-color: #FFFFFF;
	 font-size: 12px;
	 font-weight: 400;
	 font-family: 'Noto Sans', sans-serif;
	 color: #45505F;
     line-height: 16px;
}
.custom-pagination .pull-right button:first-child{
     border-right: none;
}
.custom-pagination .pull-right button:nth-child(2){
     border-left: none;
     border-top-left-radius: 0px;
     border-bottom-left-radius: 0px;
}
.custom-pagination .pull-right .dropdown-menu {
	 min-width: 79px;
	 border: 1px solid #EBEBEE;
	 border-radius: 8px;
}
.custom-pagination .pull-right .dropdown-menu li {
	 border-bottom: 1px solid #EBEBEE;
}
.custom-pagination .pull-right .dropdown-menu li:last-child {
	 border-bottom: none;
}
.custom-pagination .pull-right .dropdown-menu li a {
     color: #1C304B;
}
 
body.INDmodalOpen, body[data-indmodalopen] {
    overflow: auto !important;
}

.vmockModal .modal-header {
  padding: 24px 40px;
  background: #F2F2F7;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

@media (max-width: 768px) {
  .vmockModal .modal-header {
    padding: 24px !important;
  }
}

.vmockModal .modal-header h4.modal-title,
.vmockModal .modal-header .header-txt {
  order: 1;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
  line-height: 24px;
  color: #1C304B;
  margin: 0;
}

.vmockModal .modal-header a.close-modal-cross {
  order: 2;
  width: 24px;
  height: 24px;
  opacity: 1;
}

.vmockModal .modal-header .header-icon {
  padding-right: 12px;
}

.vmockModal .modal-body {
  padding: 24px 40px 32px;
}

@media (max-width: 768px) {
  .vmockModal .modal-body {
    padding: 24px;
  }
}

.vmockModal .modal-body hr {
  margin-top: 24px;
  margin-bottom: 0;
}

.vmockModal .modal-body .mb-0 {
  margin-bottom: 0;
  padding-left: 24px;
}

.vmockModal .modal-footer {
  padding: 0px 40px 32px !important;
  margin-top: 0;
  border-top: none;
}

@media (max-width: 768px) {
  .vmockModal .modal-footer {
    padding: 24px !important;
  }
}

.vmockModal .modal-footer .footer-btns {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.vmockModal .modal-footer .footer-btns .yoodli-accept-btn {
   width: 100%;
}

.vmockModal .modal-footer::before {
  content: '';
  display: block;
  width: 100%;
  border-top: 1px solid #EBEBEE;
  margin-bottom: 24px;
}

.vmockModal .vmock-content-wrapper .vmock-welcome-txt {
  color: #1C304B;
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.2px;
  margin-top: 0;
  margin-bottom: 24px;
}

.vmockModal .vmock-content-wrapper .vmock-acknowledgment-txt {
  margin-top: 24px;
}

.vmockModal .vmock-content-wrapper ul {
  margin-bottom: 24px;
}

.vmockModal .vmock-content-wrapper ul li {
  font-size: 14px;
}

.vmockModal .vmock-content-wrapper a {
  color: #AA0285;
  text-decoration: underline;
  cursor: pointer;
}

.vmockModal .vmock-content-wrapper h2 {
  color: #45505F;
  margin-top: 24px;
  margin-bottom: 0;
}

.vmockModal .modal-body .infotext-two {
    margin-bottom: 0;
    color: #45505F;
}

.req-add-logo {
    color: #c70f00;
}

.error-modal-container .modal-header {
  padding: 24px 40px;
  background: #F2F2F7;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

@media (max-width: 768px) {
  .error-modal-container .modal-header {
    padding: 24px !important;
  }
}

.error-modal-container .modal-header a.close-modal-cross {
  order: 2;
  width: 24px;
  height: 24px;
  opacity: 1;
}

.error-modal-container .modal-body {
  padding: 24px 40px 32px;
  text-align: center;
}

@media (max-width: 768px) {
  .error-modal-container .modal-body {
    padding: 24px;
  }
}

.error-modal-container .modal-body h1 {
    margin-top: 16px;
    margin-bottom: 8px;
}

.error-modal-container .modal-footer {
  padding: 0px 40px 32px !important;
  margin-top: 0;
  border-top: none;
}

@media (max-width: 768px) {
  .error-modal-container .modal-footer {
    padding: 24px !important;
  }
}

.error-modal-container .modal-footer .footer-btns {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.vmockModal .modal-footer .footer-btns .yoodli-accept-btn {
   width: 100%;
}

.custom-modal-middle .modal-dialog {
    margin-top: 250px;
}

.error-modal-container .modal-footer::before {
  content: '';
  display: block;
  width: 100%;
  border-top: 1px solid #EBEBEE;
  margin-bottom: 24px;
}


.ssoid-edit .divider-ssoid {
    margin: 32px 16px 25px;
    border-top: 1px solid #CCCCD3;
}
.ssoid-edit .text-updated-ssoid {
     font-family: 'Noto Sans', sans-serif;
     font-weight:600;
     font-size:16px;
     line-height:24px;
     margin-bottom:8px;
}
.ssoid-edit .text-updated-ssoid:last-child {
    margin-bottom:0px;
}
.ssoid-edit .select2-container.form-control{
    height:auto;
}

.reqfield{
    color:#C70F00;
}
.ssoid-edit .certificate-state a { 
      font-family: 'Noto Sans', sans-serif;
     font-weight:500;
     font-size:14px;
     line-height:16px;
     text-transform: uppercase;  
     cursor: pointer;

}
.required-validation-error {
    margin-top: 4px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #c70f00;
    margin-bottom: 0px;
    display: inline-flex;
    width: 100%;
    margin-top: 8px;
}
.required-validation-error .required-errorIcon:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('/Content/Images/icons/required-errorIcon.svg');
    float: left;
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-top: 1px;
}

input[type="text"].input-error-state, textarea.input-error-state {
    border: 1px solid #c70f00;
    background-color: #fdf6f5;

}
#editForm .controls .select2-container.form-control.select-error-state  .select2-choice {
    border-color:#c70f00 !important;
     background: #fdf6f5;
}

#editForm .select2-container.select-error-state .select2-chosen {
    background: #fdf6f5;
}

.disable-label {
    opacity:0.6;
}

.vmockModal .modal-header .close-modal-cross:focus-visible {
    outline: 4px solid #ff5858 !important;
    outline-offset: -2px !important;
    border-radius: 2px !important;
}

 #onetrust-consent-sdk {
     display: none;
 }