@font-face {
    font-family: 'ff-unit-slab-web';
    src: url(fonts/unitslab-ot/UnitSlabOT-Light.eot);
    src: url(fonts/unitslab-ot/UnitSlabOT-Light.eot?#iefix) format('embedded-opentype'),url(fonts/unitslab-ot/UnitSlabOT-Light.woff) format('woff'),url(fonts/unitslab-ot/UnitSlabOT-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ff-unit-slab-web';
    src: url(fonts/unitslab-ot/UnitSlabOT.eot);
    src: url(fonts/unitslab-ot/UnitSlabOT.eot?#iefix) format('embedded-opentype'),url(fonts/unitslab-ot/UnitSlabOT.woff) format('woff'),url(fonts/unitslab-ot/UnitSlabOT.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
.blue {
    color: #0000cc;
}
/* .slds-scope th, .slds-scope td, .slds-scope th, .slds-scope td */
.slds-scope h1, .slds-scope h2, .slds-scope h3, .slds-scope h4, .slds-scope h5, .slds-scope h6, .slds-scope {
    font-family: "ff-unit-slab-web",serif;
}

.table>tbody>tr>td {
    border:0;
}

.slds-scope:not(html), .slds-scope body, .slds-scope {
    font-size: 14px;
    color: rgb(51, 51, 51);
}

html {
    font-size: 16px;
}

.slds-scope h1, .slds-scope h2, .slds-scope h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.slds-scope h4, .slds-scope h5, .slds-scope h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

body {
    margin-bottom: 170px;
    font-family: "franklin-gothic-urw", "Arial", sans-serif;
    background-color: rgb(232, 233, 233);
}

.navbar {
    background-color: transparent;
    border: none;
    border-top: 5px solid rgb(0, 0, 204);
    margin-bottom: 0;
}

.slds-scope {
    font-family: "franklin-gothic-urw", "Arial", sans-serif;
}

.slds-scope a {
    font-size: 16px;
}

.modal-header .close {
    margin-top: 0px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-size: 30px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: right;
    z-index: 10;
}

.modal-header .close:hover {
    text-decoration: none;
}

.overlay .modal-header:after {
    clear: none;
}

h1, .slds-scope h1 {
    font-size: 17px;
    font-family: "ff-unit-slab-web",serif;
    font-weight: 700;
    color: rgb(0, 0, 204);
    text-transform: uppercase;
}

h2, .slds-scope h2 {
    font-size: 22px;
    font-family: "ff-unit-slab-web",serif;
    color: rgb(0, 0, 204);
    font-weight: 700;
}

h3, .slds-scope h3 {
    font-size: 54px;
    font-family: "ff-unit-slab-web",serif;
    color: rgb(0, 0, 204);
    text-transform: uppercase;
}

h4, .slds-scope h4 {
    font-size: 14px;
    color: rgb(0, 0, 204);
}

h5, .slds-scope h5 {
    font-size: 32px;
    font-family: "ff-unit-slab-web",serif;
    color: rgb(0, 0, 204);
    text-transform: uppercase;
}

.slds-scope .sidebar h3 {
    font-size: 21px;
    text-transform: inherit;
}

a, a:visited, a:focus, input, button {
    outline: none !important;
}

.form-control {
    background-color: transparent;
    border-right: none;
    color: rgb(0, 0, 0);
}

.form-control:focus {
    border-color: inherit;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control.disabled {
    background-color: rgb(238, 238, 238);
    opacity: 1;
    cursor: not-allowed;
}

.input-group-addon {
    background-color: transparent;
    border-left: none;
}

.field-required {
    color: red;
}

label.control-label {
    color: rgb(86, 86, 86);
    -webkit-transform: opacity 6s ease-in-out;
    -ms-transform: opacity 6s ease-in-out;
    transform: opacity 6s ease-in-out;
    font-weight: 100;
}

label.has-value {
    color: rgb(109, 110, 113);
    -webkit-transform: opacity 6s ease-in-out;
    -ms-transform: opacity 6s ease-in-out;
    transform: opacity 6s ease-in-out;
}

#layout-entry label.control-label {
    /*opacity: 0;*/
}

#layout-entry label.has-value {
    opacity: 1;
}

#layout-entry label.has-value + .input-group span {
    color: #0eb300;
}

#layout-entry .form-group.error .input-group span {
    color: #d60000;
}

.password-page .form-group input[type=submit] {
    margin-top: 20px;
}

#layout-entry .form-control, #layout-entry h2 {
    color: rgb(255, 255, 255);
}

#layout-entry .error-msg {
    font-weight: 700;
}

.btn-primary, .btn.btn-primary, .btn.btn-primary[disabled] {
    background: rgb(0, 0, 204);
    border: 0px;
    color: rgb(255, 255, 255) !important;
    height: 50px;
    font-size: 16px !important;
    font-family: "ff-unit-slab-web",serif !important;
    text-transform: uppercase !important;
    display: inline-block;
    padding: 0 15px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 5px;
    line-height: 50px !important;
}

.btn-primary:hover, .btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:focus {
    background: rgb(0, 0, 204);
}

.form-control, .file-name, .slds-scope input.form-control, .slds-scope select.form-control {
    color: rgb(51, 51, 51);
    display: block;
    width: auto;
    height: auto;
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border-radius: 0px;
    padding: 10px 50px 10px 10px;
    font-size: 16px;
    width: 100%;
    background: transparent;
    -ms-flex-item-align: end;
    align-self: flex-end;
    line-height: 20px;
}

.form-control:focus {
    border: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form .input-group {
    border: 1px solid #797979;
}

#process_entry form .input-group {
    border: 1px solid #626262;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
}

#process_entry form .input-group[disabled], #process_entry input.form-control[disabled] {
    background: rgba(99, 99, 99, 0.2);
}

input.form-control.credit-card-input, select.form-control.credit-card-input option.credit-card {
    background: url(https://sdev-my-aimbusinessschool-edu-au.cs5.force.com/resource/1503012355000/ScentiaAssets/shared/images/payment/accepted-cards.png) no-repeat;
    background-size: auto 25px;
    background-position: right;
}

#process_entry input.form-control.credit-card-input[disabled] {
    background: url(https://sdev-my-aimbusinessschool-edu-au.cs5.force.com/resource/1503012355000/ScentiaAssets/shared/images/payment/accepted-cards.png) no-repeat #e0e0e0;
    background-size: auto 25px;
    background-position: right;
}

form .input-group span.input-group-addon {
    background: transparent;
    min-width: 53px;
    border: none;
    position: absolute;
    top: 5px;
    right: 5px;
}

#layout-entry .input-group span.input-group-addon {
    padding: 5px 0;
    min-width: 35px;
}

#layout-entry h2 {
    font-size: 26px;
    font-family: "ff-unit-slab-web",serif;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrow.png) no-repeat 97% 50% !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0px;
    padding-left: 13px;
    padding-right: 45px;
    line-height: 34px;
    font-size: 16px;
}

#layout-entry a, #footer a {
    color: rgb(255, 255, 255);
    font-size: 14px;
}

#layout-entry #wrapper {
    background-image: url(../images/loginbg_lg_mbaplus.jpg);
    background-size: cover;
    background-position: center right;
}

#footer {
    background-color: black;
    color: white;
    width: 100%;
}

#layout-entry #header a {
    background-color: transparent;
}

#layout-entry .well-form {
    padding-left: 3em;
    padding-right: 3em;
}

#layout-entry select {
    background: url(../images/arrow-white.png) no-repeat 97% 50% !important;
}

select option {
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
}

#layout-entry label.control-label {
    color: silver;
}

#layout-entry #layout-entry h1, .well-form {
    background-color: black;
    border-color: black;
    color: white;
    border-radius: 0px;
}

.modal-title {
    background: none;
}

.message {
    background-color: transparent;
    border: 0px;
    float: left;
    padding: 5px 0;
    margin: 0;
}

.message table tbody tr td span {
    display: none;
}

.message table tbody tr td, .error-msg {
    color: red !important;
    font-size: 13px !important;
    float: left;
    width: 100%;
}

.message table tbody tr td img {
    display: none;
}

.message .messageText {
    margin-left: 0px;
}

.uiInputDefaultError {
    position: absolute;
    top: 43px;
}

.uiInputDefaultError .form-element__help, .cStudentPortal_OtherDetails .error-msg {
    color: red;
    font-size: 13px;
    margin: 0;
}

ul.inner-nav {
    float: none;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    font-family: "ff-unit-slab-web",serif;
}

ul.inner-nav li {
    float: none;
    overflow: hidden;
    width: auto;
    display: inline-block;
    font-family: "ff-unit-slab-web",serif;
}

.navbar-default .navbar-nav > .active, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a:hover, ul.inner-nav li:hover, ul.inner-nav li.active {
    background-color: rgb(0, 0, 204);
}

.navbar-default .navbar-nav > li > a {
    color: rgb(0, 0, 0);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover, ul.inner-nav li a {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 18px;
    font-family: "ff-unit-slab-web",serif;
    padding: 24px 25px 10px 25px;
    float: left;
    background: transparent;
    font-weight: 600;
}

ul.user-profile {
    padding: 20px 0 0 0;
    position: relative;
    z-index: 1;
}

ul.user-profile li.user-icon img {
    height: 30px;
}

/* .navbar-default .navbar-nav.user-profile > li > a, ul.user-profile li a, ul.user-profile li a:hover */ 
.navbar-default .navbar-nav.user-profile > li > a, .navbar-default .navbar-nav.user-profile > li > a:focus,
.navbar-default .navbar-nav.user-profile > li > a:hover {
    color: rgb(0, 0, 204);
    font-size: 12px;
    line-height: 16px;
    font-weight:400;
    background: transparent !important;
    padding: 0 0 0 10px;
    font-family: "franklin-gothic-urw", "Arial", sans-serif;
    text-transform: capitalize;
    text-align: left;
}

ul.user-profile li img.arrow {
    width: 9px;
    margin: 0 0 0 6px;
    position: absolute;
}

ul.user-profile li ul.dropdown-menu {
    padding: 10px;
    background-color: rgb(0, 0, 204);
    right: -20px;
}

/* ul.user-profile li ul.dropdown-menu li, ul.user-profile li ul.dropdown-menu li a  */
ul.user-profile li ul.dropdown-menu li, ul.user-profile li ul.dropdown-menu li a,ul.user-profile li ul.dropdown-menu li a:hover,
ul.user-profile li ul.dropdown-menu li a:focus{
    color: rgb(255, 255, 255) !important;
    font-size: 12px;
    line-height: 16px;
    font-family: "franklin-gothic-urw", "Arial", sans-serif;
    text-transform: uppercase;
    background:none;
}

ul.user-profile li ul.dropdown-menu li, .my-applications {
    margin-bottom: 10px;
}

.my-applications h2 {
    padding-left: 15px;
    padding-right: 15px;
}

ul.user-profile li ul.dropdown-menu li:last-child {
    margin-bottom: 0px;
}

input[type=date] {
    min-height: 1.2em;
}

.step-count {
    text-align: center;
    margin-bottom: 10px;
}

.step-count ul {
    text-align: center;
    -webkit-box-shadow: 15px 0px 0px #fafafa, -15px 0px 0px #fafafa, 0px 2px 10px #dcdbdb, 0px -2px 10px #dcdbdb;
    box-shadow: 15px 0px 0px #fafafa, -15px 0px 0px #fafafa, 0px 2px 10px #dcdbdb, 0px -2px 10px #dcdbdb;
    display: inline-block;
    background: #fafafa;
    margin: 0px auto 20px;
}

.step-count ul li {
    color: #8ea3c5;
    color: rgb(185, 185, 185);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 12px;
    padding: 5px 0px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
}

.step-count ul li a {
    color: #0000cc;
}

.step-count ul li:last-child:after {
    display: none;
}

.step-count ul li.active a, .step-count ul li.active, .step-count ul li.active .link {
    color: rgb(0, 0, 204);
    font-weight: 700;
}

/* calendar */
.uiDatePicker--default .dateBar .monthYear, .uiDatePicker--default .dateBar .monthYear span, .uiDatePicker--default .dateBar select, .uiDatePickerGrid--default .calGrid th, a.uiDayInMonthCell--default.prevMonth, a.uiDayInMonthCell--default.nextMonth, a.uiDayInMonthCell--default.desktop:hover, a.uiDayInMonthCell--default.desktop:focus, a.uiDayInMonthCell--default.desktop:active, a.uiDayInMonthCell--default {
    color: #0000CC;
}
.uiDatePicker.uiDatePicker--default .dateBar .monthYear {
    line-height: 18px !important;
    text-align: center;
}
.uiInput--datetime .datePicker-openIcon {
    background: url(../images/calender.png) no-repeat 0 0 !important;
    height: 24px !important;
    position: absolute !important;
    width: 24px !important;
    right: 10px;
    top: 8px;
    z-index: 999;
    left: auto !important;
}
.uiDatePicker--default .dateBar select {
    color: #0000CC !important;
    width: 65px !important;
}
.uiDatePicker--default .dateBar .prevMonth, .uiDatePicker--default .dateBar .prevMonth:hover, .uiDatePicker--default .dateBar .prevMonth:focus {
    width: 0 !important;
    height: 0 !important;
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid #0000CC !important;
    border-left: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: none !important;
    display: inline-block;
}
.uiDatePicker--default .dateBar .nextMonth, .uiDatePicker--default .dateBar .nextMonth:hover, .uiDatePicker--default .dateBar .nextMonth:focus {
    width: 0 !important;
    height: 0 !important;
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid #0000CC !important;
    border-right: 0px 0 !important;
    -webkit-box-shadow: none 0 !important;
    box-shadow: none 0 !important;
    background: none !important;
}
.uiDatePicker--default .dateBar .monthYear {
    line-height: 18px !important;
}
.datePicker-openIcon .assistiveText, .prevMonth .assistiveText, .nextMonth .assistiveText, .picklist .assistiveText,
.dateBar .assistiveText{
    display: none;
}
.datepicker__filter--month .monthYear {
    margin: 0;
}

#process_entry #wrapper {
    background-image: url(../images/bg_process_shaded.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: rgb(232, 233, 233);
}

#step-wizard-entry h1 {
    min-height: 21px;
}

#step-wizard-entry h1 img {
    margin: -5px 0 0 5px;
}

.process-button-group .btn-primary {
    margin: 0 4% !important;
    width: 25%;
}

.option-button, .slds-scope .slds-button--neutral.option-button {
    width: 50%;
    display: block;
    border: 1px solid rgb(196, 188, 183);
    margin-top: 5px;
    background: transparent;
    color: rgb(58, 61, 66);
    font-size: 16px;
    line-height: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    height: 50px;
    border-radius: 0;
    float: left;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-shadow: 0px 0px 5px #7d7d7d;
    box-shadow: 0px 0px 5px #7d7d7d;
}

.option-button span, .option-button:focus, .slds-scope .slds-button--neutral.option-button span, .slds-scope .slds-button--neutral.option-button:focus {
    font-size: 16px;
    font-weight: normal;
}

.option-button:hover, .option-button:focus, .option-button.active, .slds-scope .slds-button--neutral.option-button.active {
    border: 3px solid rgb(0, 0, 204);
    background: none;
}

.option-button.active span, .option-button:hover span.label, .option-button:focus span.label {
    color: rgb(0, 0, 204);
    text-shadow: none;
}

.button-group {
    margin-bottom: 18px;
    float: left;
    width: 100%;
}

.citizenship-list .radio input[type=radio] {
    left: 22px;
}

.multiselection-list {
    height: auto;
}

.multiselection-list ul {
    margin: 0;
}

.multiselection-list .checkbox input[type=checkbox] {
    left: 0;
}

.multiselection-list .checkbox label {
    padding-left: 0;
}

/*
.process-button-group, .home-content {
    margin: 0 0 50px 0;
}
*/

.homepage-new .home-content {
    position: relative;
    top: -50px;
}



.carousel-caption h3 {
    line-height: 65px;
    padding: 10px 0 0 0;
}

.carousel-caption p {
    font-size: 20px;
    line-height: 25px;
    padding: 10px 0 0 0;
    color: rgb(0, 0, 0);
}

.carousel-indicators li {
    border: 1px solid rgba(255,255,255,1);
    background-color: rgba(255,255,255,0.5);
}

.slds-scope a.btn-aim-clasic {
    display: inline-block; 
    min-width: 220px; 
    text-align: center;
    background: white; 
    font-family: 'Franklin Gothic',sans-serif; 
    font-weight: 500; 
    font-size: 15px; 
    color: #fff;
    background-color: #f5633a; 
    letter-spacing: 1px;
    padding: 5px 20px; 
    max-width: 250px; 
    border: 3px solid #FFF;
    transition: all 0.3s ease-out;
}

.slds-scope a.btn-aim-clasic:hover {
    background-color: #f45022;
}

.carousel-indicators li:hover, .carousel-indicators li.active {
    background-color: rgba(255,255,255,1);
    width: 12px;
    height: 12px;
    margin: 0px;
}

.thankyoubg .thankyou i {
    color: rgb(0,0,204);
    font-size: 6rem;
}

.thankyoubg {
    background-image: url(../images/bg_thankyou.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

.thankyou {
    color: #000;
    background: #ffffff;
    text-align: center;
    padding: 40px;
    max-width: 450px;
    margin: 50px auto;
    border: 1px solid #7d7d7d;
    border-radius: 5px;
}

.thy h2 i.material-icons.mdl {
    font-size: 6rem;
}

.thankyou p, .thy .thumbnail p {
    font-size: 16px;
}

.thankyou i {
    font-size: 5rem;
    color: rgb(0,0,204);
}

.thy .thumbnail {
    padding: 20px 40px;
    max-width: 450px;
    margin: 40px auto;
    border: 1px solid #7d7d7d;
    border-radius: 5px;
}

.thy .thumbnail .btn.btn-primary {
    height: 35px;
    line-height: 32px !important;
    padding: 0 8% !important;
}

.thankyou h2, .thankyou h1, .thankyou h3, .thankyou h4, .thankyou h5 {
    text-transform: initial;
}

body.ext-webkit.ext-chrome {
    background-color: transparent;
}

.publishercontainer, .feedcontainer {
    max-width: 100% !important;
}

.publishercontainer .publisherQuestionTitleInner {
    padding-right: 0px !important;
}

.zen .publisherTypeOverflow.zen-open .zen-options .publisherFeedItemTypeChoice {
    padding-top: 0px !important;
}

.zen .publisherTypeOverflow .zen-trigger {
    height: 30px !important;
}

.zen .publisherTypeOverflow .zen-options {
    top: -10px !important;
    padding-top: 0px !important;
}

.feedcontainer a, .publishercontainer .publisherFeedItemTypeChoices a.publisherattach, a.cxcontentcommentaction, span.cxcontentcommentactiontext, .zen .publisherTypeOverflow a, .publisherTypeOverflow span, .publisherTypeOverflow div {
    color: rgb(0, 0, 204) !important;
}

.zen .publisherTypeOverflow.zen-select {
    top: -1px !important;
}

.feedcontainer .feeditem {
    margin: 0 !important;
    padding: 15px 0 10px 0 !important;
    border-top: 1px solid rgb(0, 0, 0) !important;
}

.publishercontainer.defaultState #publishersharebutton:hover, .publishercontainer.defaultState #publishersharebutton:active, .publishercontainer.defaultState #publishersharebutton:focus, .publishercontainer.defaultState #publishersharebutton.onHover, .zen .zen-highlightBtn, .zen .zen-btn.zen-highlightBtn:hover, .zen .zen-btn.zen-highlightBtn.onHover, .publishercontainer.defaultState #publishersharebutton:focus, .publishercontainer.defaultState #publishersharebutton:active, #publishersharebutton:hover, .publishercontainer.defaultState #publishersharebutton:active {
    background-color: rgb(0, 0, 204) !important;
    background-image: -webkit-linear-gradient(top, rgb(0, 0, 204) 0, rgb(0, 0, 204) 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(0, 0, 204)), to(rgb(0, 0, 204))) !important;
    background-image: -o-linear-gradient(top, rgb(0, 0, 204) 0, rgb(0, 0, 204) 100%) !important;
    background-image: linear-gradient(top, rgb(0, 0, 204) 0, rgb(0, 0, 204) 100%) !important;
    font-size: 16px;
    font-family: "ff-unit-slab-web",serif;
    text-transform: uppercase;
    height: 37px;
    border: 0px;
    line-height: 16px;
    padding: 10px 15px;
    border: 0px !important;
}

.publishercontainer .bottomBar {
    height: 57px !important;
}

.defaultState .TextPost .publisherTextAreaInner {
    height: 37px;
}

a.info-popup-link {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    color: #0000cc;
    border: 2px solid #0000cc;
    border-radius: 30px;
    font-family: arial;
    text-align: center;
    text-transform: lowercase;
    line-height: 17px;
    font-size: 14px;
    font-family: "ff-unit-slab-web",serif;
    position: absolute;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
}

a.info-popup-link:hover {
    color: #0000ff;
    border: 2px solid #0000ff;
}

a.info-popup-link.csvInfo:hover {
    border: 2px solid #006bff;
    color: #006bff;
    transition: all 0.2s ease-in-out;
}

a.info-popup-link.csvInfo:focus:before {
    content: " ";
    height: 150px;
    width: 150px;
    background: url(https://sdev-my-aimbusinessschool-edu-au.cs5.force.com/resource/1503012355000/ScentiaAssets/shared/images/payment/credit_card_ccv.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    display: block;
    z-index: 9;
}

.modal-header h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: rgb(0, 0, 204);
    font-family: "franklin-gothic-urw", "Arial", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.modal-body {
    font-size: 16px;
    line-height: 1.4em;
    color: rgb(0, 0, 0);
    font-family: Arial, sans-serif;
    width: 100%;
}

.slds-scope table img {
    max-width: inherit;
}

.slds-scope small {
    font-size: 85%;
}

.slds-scope p {
    margin: 0 0 10px;
}

.slds-scope a.edit, a.edit {
    width: 22px;
    height: 22px;
    background: url(../images/edit_1.png) no-repeat 0 0;
    float: none;
    cursor: default;
    display: block;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    background-size: 100%;
    padding: 0;
    margin-top: -4px;
}

.slds-scope a.non-edit, a.non-edit {
    width: 16px;
    height: 16px;
    background: url(../images/tick.png) no-repeat 0 0;
    float: none;
    cursor: default;
    display: block;
    text-align: center;
    margin: 0 auto;
    background-size: 100%;
}

select::-ms-expand {
    display: none;
}

#portal-loading-spinner, #portal-loading-spinner p {
    font-family: "franklin-gothic-urw", "Arial", sans-serif;
}

.youtube-video {
    min-height: 400px;
}

.home-hero {
    background: #0000cc;
    color: #fff;
    margin-bottom: 50px;
}

.home-hero h1, .home-hero h2, .home-hero h3, .home-hero h4, .home-hero h5 {
    color: #fff;
}

.slds-scope .slds-tabs--scoped__nav {
    display: block;
}

.slds-scope .slds-tabs--scoped__item {
    width: 100%;
    display: inline-block;
}
.slds-scope .slds-tabs--scoped__item+.slds-tabs--scoped__item {
    margin: 0;
}
.slds-scope .home-hero h1 {
    text-align: center;
}

.slds-scope .slds-tabs--scoped .slds-tabs--scoped__link img {
    width: 25px;
    pointer-events: none;
    margin-right: 5px;
    position: absolute;
    top: 8px;
}

.menu-text {
    pointer-events: none;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin-left: 40px;
    position: relative;
}

.panel-collapse h4 {
    padding-top: 60px;
}

.slds-tabs--scoped__content h4 {
    padding-top: 40px;
}

.slds-tabs--scoped__content h4.panel-title {
    padding-top: 0;
}

.slds-tabs--scoped__content p {
    margin-top: 30px;
    margin-bottom: 20px;
}

.slds-tabs--scoped__content .sidebar-content {
    background-color: #f4f6f9;
    padding-bottom: 30px;
}

.slds-tabs--scoped__content .sidebar-content p {
    margin-top: 5px;
    margin-bottom: 0px;
}

.slds-tabs--scoped__content .sidebar-content h4 {
    padding-top: 30px;
}

.panel-heading {
    padding: 0;
}

.course-aim .toggle-table button.deselect {
    background-color: #333;
}

.slds-scope a:hover, .slds-scope a:focus {
    text-decoration: none;
}

.prgrs-bar .addbtn {
    margin: 4px 0;
    height: 32px;
    line-height: 30px !important;
}

.filter-dropdown {
    display: inline-block;
    position: absolute; 
    right:15px;
    top:14px;
}

.cart-count {
    position: absolute;
    top: -15px;
    right: 25px;
    font-size: 18px;
    color: #000;
}

.course-aim .fa-2x.fa-shopping-cart {
    color: #000;
}

.table.progressbar-table, .table.resp-table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.table.resp-table thead > tr > th, .table.progressbar-table thead > tr > th {
    border: none;
}

.filterUp:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: 17%;
    right: -2px;
    opacity: 1;
}

.filterDown:after {
    content: "\f0d8";
    font-family: FontAwesome;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: 17%;
    right: -2px;
    opacity: 0;
}

.filtered .filterDown:after, .filtered .filterUp:after {
    opacity: 1;
}

#step-wizard-entry .uiOutputText {
    word-wrap: break-word;
}

.prgrs-bar .table.table-striped td button {
    height: 30px;
    vertical-align: middle;
    line-height: 20px !important;
}

.course-aim .table .no-space {
    padding: 0;
    line-height: 0.8;
}

.course-pay .pay-tbl {
    margin-bottom: 8px;
}

#procees-entry .ezi {
    padding: 10px 0;
}

#procees-entry .ezi .ezi-img {
    padding: 1% 0;
}

#procees-entry .ezi p {
    font-size: 12px;
}

.course-aim label {
    font-family: "franklin-gothic-urw", "Arial", sans-serif;
}

.my-applications .table thead {
    background-color: #4d4d4d;
    color: #ffffff;
}

.c-aim i.material-icons.mdl {
    color: #0000ff;
    font-size: 4rem;
}
/*.course-aim .panel-group .panel.cust-panel table thead th*/
.c-aim .checkboxInput label, {
    font-weight: normal;
    width:12.5%;
    padding:8px;
}

.c-aim .fee-txt {
    display: table;
}

.c-aim .fee-txt span {
    display: table-cell;
    vertical-align: middle;
    padding-right: 8px;
}

.c-aim .panel.pay-panel {
    border: 1px solid #7d7d7d;
    border-radius: 0;
}

.c-aim .panel.pay-panel table:last-child tr:last-child td {
    border-bottom: 0 !important;
}

.course-aim .selct table tr.bdrls td {
    border-bottom: 0 !important;
    padding: 10px 0;
}

.c-aim .panel.pay-panel .table {
    margin-bottom: 15px;
}

.c-aim .panel.pay-panel .table.no-bdr tr td button {
    height: 35px;
    line-height: 32px !important;
    background-color: #f4633a;
    margin: 2px 0;
}

#process_entry .panel.cust-panel .table tr td button.slct-icon {
    background: url(../images/plus.png) no-repeat left 8px center;
    background-color: rgb(0,0,204);
}

.c-aim .pay-panel .table.no-bdr > tr > td:first-child {
    width: 70%;
    text-align: left;
}

.c-aim .pay-panel table > tr > td:nth-child(2) {
    width: 30%;
    text-align: right;
}

.c-aim .panel.pay-panel .bttl td {
    padding: 8px 0;
}

.c-aim .panel-default > .panel-heading {
    padding: 10px 15px;
    background-color: rgb(0,0,204);
    border-radius: 0;
    color: #ffffff;
    font-size: 18px !important;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "ff-unit-slab-web",serif;
}

#layout-entry .form-group .btn.btn-lg.btn-block.btn-primary {
    border-radius: none;
}

#process_entry .course-aim .panel .panel-heading a span {
    color: #ffffff;
    font-size: 20px;
    vertical-align: middle;
}

#process_entry .course-aim h2 {
    text-transform: none;
}

#layout-entry .modal-header .close-btn {
    color: rgb(0, 0, 204);
}

#layout-entry .modal-header .close, #process_entry .modal-header .close {
    opacity: 0.9;
    color: rgb(0, 0, 204);
}

.course-aim {
    font-family: "ff-unit-slab-web",serif;
}

.course-aim .cust-panel > .panel-heading {
    padding: 10px !important;
    background-color: #4d4d4d !important;
    border-radius: 0;
    color: #ffffff;
    font-size: 18px;
    font-family: "franklin-gothic-urw", "Arial", sans-serif;
    -o-transition: 400ms linear 0.6s;
    transition: 400ms linear 0.6s;
    -webkit-transition: 400ms linear 0.6s;
    -moz-transition: 400ms linear 0.6s;
    -ms-transition: 400ms linear 0.6s;
}

.prgrs-bar .txt-red {
    color: rgb(255,0,0) !important;
    font-weight: normal;
}

.prgrs-bar .txt-grey, .course-aim .txt-grey {
    color: #4d4d4d;
}

.course-aim .panel-group .panel + .panel {
    margin-top: 0px;
}

.course-aim .panel table {
    margin-bottom: 0;
}

.course-aim .panel .table > tbody > div > tr > td, .course-aim .panel .table > thead > tr > th {
    /*text-align: center;
    border: none;
    vertical-align: middle;
    width:12.5%;*/
}

.course-aim .panel .table>tbody>div>tr>td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.course-aim .panel .table > thead > tr > th {
    /*position: relative;
    width:12.5%;*/
}

.course-aim .panel.selct .table > tbody > tr > td:first-child, .course-aim .panel.selct .table > thead > tr > th:first-child {
    text-align: left;
}

.course-aim .panel.selct .table.tbl-bdr > thead > tr > th, .course-aim .table.tbl-bdr > tbody > tr > td {
    border: none;
    padding: 2px 0;
}

.course-aim .panel.selct table tr td:first-child {
    width: 55%;
    text-align: left;
}

.course-aim .panel.selct table {
    margin-bottom: 10px;
}

.course-aim .panel.selct table tr td:nth-child(2) {
    width: 35%;
    text-align: right;
}

.course-aim .panel.selct table tr td:nth-child(3) {
    width: 10%;
    text-align: right;
    padding: 0;
}

.c-aim h4 {
    font-family: "ff-unit-slab-web",serif;
}

#process_entry .panel.cust-panel .table tr td button {
    width: 115px;
    line-height: 32px !important;
    height: 30px;
    border-radius: 5px;
}

#process_entry .panel.cust-panel .table tr td button.deselct {
    background: #4d4d4d;
}

.course-aim .selct .sub-ttl td {
    padding-bottom: 12px;
}

.c-aim .pay-panel table tr.total td {
    border-bottom: 1px solid #7d7d7d;
    padding-bottom: 10px;
}

.course-aim .selct .disc td, .c-aim .pay-panel .table.no-bdr .disc td {
    padding-top: 12px;
}

.course-aim .selct .ttl td {
    padding: 8px 0;
}

.course-aim .selct .ttl td:first-child, .course-aim .selct .ttl td:nth-child(2) {
    border-bottom: 1px solid #7d7d7d;
}

.course-aim .selct .sub-ttl td:first-child, .course-aim .selct .sub-ttl td:nth-child(2) {
    border-bottom: 1px solid #7d7d7d;
}

#process_entry .course-aim .panel.selct .table tr td button.btn.btn-primary {
    width: 100%;
    background-color: #f4633a;
    color: #ffffff;
    margin: 5px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    max-width: 308px;
    height: 38px;
    line-height: 32px !important;
}

.course-aim .panel-group .panel .panel-heading.active {
    background-color: rgb(0,0,204) !important;
    -o-transition: 400ms linear 0s;
    transition: 400ms linear 0s;
    -moz-transition: 400ms linear 0s;
    -webkit-transition: 400ms linear 0s;
    -ms-transition: 400ms linear 0s;
}

.course-aim .panel .table thead {
    background-color: #3433d7;
}

.course-aim .panel .table thead tr th a {
    color: #ffffff;
    text-decoration: none;
}

.course-aim .panel .panel-body {
    padding: 0px;
}

.course-aim .panel .panel-body .table-responsive {
    padding: 10px;
}

.course-aim .panel .panel-body.panel-hidden {
    padding: 0;
}

.course-aim .filter {
    background-color: #e8e9e9;
}

.course-aim .filter .checkbox {
    margin: 7px 0;
}

.course-aim .panel.selct .panel-body {
    padding: 15px;
}

.course-aim .panel.selct table button.cust-icon {
    border: none;
    background: transparent !important;
    color: red !important;
    font-size: 25px;
    padding: 0;
    margin: 0;
}

.c-aim .return a, .course-aim .return a {
    font-family: "franklin-gothic-urw", "Arial", sans-serif;
}

.course-aim .table.tbl-bdr button.btn-primary {
    background: #f4633a;
}

#layout-entry .modal-dialog.alert span a {
    color: rgb(0, 0, 204);
}

#process_entry .tab-content .panel-heading a {
    padding: 15px 45px 15px 15px;
    display: block;
    position: relative;
}

.course-aim .panel.selct.panel-default > .panel-heading {
    background-color: rgb(0,0,204);
    border-radius: 0;
    color: #ffffff;
    font-size: 22px;
    font-family: "ff-unit-slab-web",serif;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.course-aim .panel.selct {
    border: 1px solid #7d7d7d;
    border-radius: 0;
    margin-top: 20px;
}

.course-aim .panel-heading {
    padding: 15px 45px 15px 15px;
    position: relative;
}

#process_entry .tab-content .panel-heading a:before {
    position: absolute;
    right: 15px;
    content: '+';
    color: rgb(0, 112, 210);
    font-size: 30px;
    font-weight: 900;
    line-height: 0em;
    top: 50%;
}

.course-aim .panel.selct .table.tbl-bdr tr:last-child td:first-child, .course-aim .panel.selct .table.tbl-bdr tr:last-child td:nth-child(2) {
    border-bottom: 1px solid #808080;
}

.selected-units table:last-child {
    border: 0px;
}

.course-aim .selected-units table tr:last-child td {
    padding: 20px 0;
}

.prgrs-bar .table-striped thead {
    background-color: #4d4d4d;
    color: #ffffff;
}

.prgrs-bar h2:last-child {
    text-transform: none;
    font-weight: normal;
    color: rgb(255,0,0);
}

.prgrs-bar .table-striped tbody tr:nth-child(odd) {
    background-color: rgb(216, 221, 230);
    border-bottom: 1px solid #FFF;
}

.prgrs-bar .table-striped tbody tr:nth-child(even) {
    background-color: #ffffff;
    border-bottom: 1px solid rgb(216, 221, 230);  
}

.prgrs-bar .table-striped thead tr th {
    font-weight: normal;
}

.c-aim .table > tbody > tr > td, .c-aim .table > tbody > tr > th {
    border-top: none !important;
    padding: 2px 0;
}

.c-aim .upfront label {
    font-weight: normal;
}

.c-aim .upfront .cust-btn {
    color: #ffffff !important;
}

#process_entry .tab-content .panel-heading a.open:before {
    content: '\25cf';
}

#process_entry .tab-content .panel-body {
    padding: 15px 15px 35px;
}

.logo {
    margin-left: auto;
    display: inline-block;
    margin: 0px 10px;
}

.mba-logo {
display: inline-block;
    max-width: 160px;
    margin: 0 0 0 60px;
    position: absolute;
    top: 40px;
    right: 40px;
}

.mba-logo img {
    width: 100%;
}
.logo img {
    display: inline-block;
    max-width: 190px;
}

.partner-logo-container {
    /*float: left;
    margin: 0 0 0 20px;
    height: 70px;
    width: auto;
    position: absolute;
    left: 155px;
    top: 20px;
    border-left: 2px solid #302d2d;
    padding-left: 20px;*/
}

.logo img.partner-logo,img.partner-logo {
    height: 100%;
}

.partner-logo-container {
    display: inline-block;
    margin: 0 0 0 20px;
    border-left: 2px solid #302d2d;
    padding-left: 20px;
}

.logo img.partner-logo,img.partner-logo {
    height: auto;
    max-width: 70px;
}

.course-aim .tbl-bdr i {
    display: inline;
}

.homepage-new .container-fluid.home-hero {
    margin: 0;
    padding: 0;
}

.homepage-new .home-hero #carousel {
    padding-bottom: 0px;
}

.homepage-new .home-hero #carousel-indicators {
    position: absolute;
    margin: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    left: 0;
    top: auto;
    bottom: 70px;
}

.slds-scope .homepage-new .slds-tabs--scoped__nav {
    background-color: transparent;
    border: none;
    background: transparent;
}

.slds-scope .homepage-new .home-hero h1 {
    text-transform: none;
}

.homepage-new .home-hero h1, .homepage-new .home-content h1 {
    font-size: 20px;
    font-family: "ff-unit-slab-web",serif;
    color: #fff;
    text-transform: uppercase;
}

.homepage-new .home-hero h2, .homepage-new .home-content h2 {
    font-size: 26px;
    font-family: "ff-unit-slab-web",serif;
    color: #333;
    text-transform: uppercase;
}

.homepage-new button.button.aim-primary {
    width: auto;
    min-width: 200px;
    background: #f4633a;
    color: #ffffff;
    margin: 5px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 308px;
    margin-top: 20px;
    border: 0px;
    font-size: 14px;
    font-family: "franklin-gothic-urw", "Arial", sans-serif;
    display: inline-block;
    padding: 10px 20px;
    box-shadow: none;
    text-shadow: none;
}

.homepage-new .home-hero {
    background: #424242;
    color: #fff;
    margin-bottom: 50px;
}

.homepage-new .article-item.colored-bg {
    background: #fafafe;
}

.homepage-new .article-item .ordered-list {
    padding-left: 90px;
    position: relative;
    padding-bottom: 30px;
}

.homepage-new .article-item .ordered-list:before {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0px;
    border: 2px solid #1c1cd1;
    color: #545454;
    font-family: "ff-unit-slab-web",serif;
    font-size: 46px;
    text-align: center;
}

.homepage-new .article-item .ordered-list.one:before {
    content: '1';
}

.homepage-new .article-item .ordered-list.two:before {
    content: '2';
}

.homepage-new .article-item .ordered-list.three:before {
    content: '3';
}

.homepage-new .article-item .ordered-list .title {
    font-size: 1.1em;
    font-weight: bold;
}

.homepage-new .latest-news {
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 20px;
}

.homepage-new .latest-news h4 {
    margin-top: 0;
}

.homepage-new .latest-news, .homepage-new .latest-news h4, .homepage-new .latest-news p {
    color: #595959;
}

.slds-scope .homepage-new .slds-tabs--scoped__nav {
    border: none;
    border-radius: 6px 6px 0px 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
}

.slds-scope .homepage-new .slds-tabs--scoped__item:first-child .slds-tabs--scoped__link {
    border-left: 0;
}

/*.slds-scope .slds-active .slds-tabs--scoped__link {
}*/

.slds-scope .slds-tabs--scoped__link .icon-active, .slds-scope .slds-active .slds-tabs--scoped__link .icon-default {
    display: none;
}

.slds-scope .slds-tabs--scoped__link .icon-default, .slds-scope .slds-active .slds-tabs--scoped__link .icon-active {
    display: inline-block;
}

.slds-scope .slds-active a.slds-tabs--scoped__link,
.slds-scope .slds-tabs--scoped__item:first-child .slds-tabs--scoped__link {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

.slds-scope .homepage-new .slds-tabs--scoped__nav li {
    border-right: 1px solid #adadad;
    vertical-align: middle;
    min-height: 45px;
    width: 20%;
}

.slds-scope .homepage-new .slds-tabs--scoped__nav li.slds-active {
    border: 0px;
    padding: 1px 0;
    background: #FFF;
    border-radius: 6px 6px 0 0;
}

.slds-scope .homepage-new .slds-tabs--scoped__link, .slds-scope .homepage-new .slds-tabs--scoped__link a {
    color: #212121;
    width: 100%;
}

.slds-scope .homepage-new .slds-tabs--scoped__link {
    /* height: auto; */
    line-height: 1em;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
}

.homepage-new .slds-tabs--scoped__item.slds-text-title--caps.slds-active a {
    border: transparent;
}

.slds-scope .homepage-new .slds-tabs--scoped__content {
    border: transparent;
    padding-top: 50px;
}

.homepage-new .article-item {
    margin: 20px 0;
    padding: 50px 30px 50px 14.9999999%;
}

.homepage-new .article-item:nth-child(even) {
    background: hsla(216, 29%, 94%, 1);
}

.homepage-new .content-hover {
    margin-top: 20px;
}

.homepage-new .slds-tabs--scoped__content .content-hover-bg h4 {
    padding-top: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.homepage-new .content-hover-bg {
    position: relative;
    height: auto;
    width: 100%;
    display: block;
    overflow: hidden;
}

.homepage-new .content-hover-bg a {
    cursor: pointer;
}

.homepage-new .content-hover:hover .content-hover-inner {
    background: rgba(0, 0, 204, 0.75);
}

.homepage-new .content-hover-bg img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.homepage-new .content-hover-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    background: rgba(94,94,94,0.75);
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.homepage-new .article-item {
    width: 100%;
    display: inline-block;
}

.homepage-new .article-item.left .text-content {
    width: 70%;
    display: inline-block;
    margin-right: 5%;
}

.homepage-new .article-item.left .image-content {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.homepage-new .article-item.right .text-content {
    width: 70%;
    display: inline-block;
    margin-left: 5%;
}

.homepage-new .article-item.right .image-content {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.homepage-new .text-content h2 {
    margin: 0;
}

.homepage-new .quick-links {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 2px;
    font-size: 14px;
}

.homepage-new .quick-links:before {
    content: "\25b6";
    right: 10px;
    position: absolute;
    color: #595959;
}

.homepage-new .slds-tabs--scoped__content .sidebar-content.bg-color {
    border: none;
    background: #fff;
    border: 1px solid #c9cbcc;
}

.homepage-new .slds-tabs--scoped__content .sidebar-content a.links {
    display: block;
    width: 100%;
    font-size: 14px;
}

.homepage-new .slds-tabs--scoped__content .sidebar-content h5 {
    color: #595959;
    font-size: 16px;
    font-family: "franklin-gothic-urw", "Arial", sans-serif;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 4px;
}

.homepage-new .line-divider {
    display: block;
    width: 100%;
    border-bottom: 2px solid #8e8e8e;
    margin: 20px 0;
}

.homepage-new .slds-tabs--scoped__content p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.homepage-new .slds-tabs--scoped__content .sidebar-content p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}

.homepage-new .slds-tabs--scoped__content p a {
    font-size: 14px;
}

.homepage-new .slds-tabs--scoped__content .sidebar-content {
    padding: 10px 20px;
    margin-bottom: 25px;
    margin-left: 3%;
}

.homepage-new .news-item .list-unstyled#carousel-indicators {
    margin: 0;
    padding: 0;
}

.homepage-new .news-item .text-content {
    border: 1px solid #c9cbcc;
    margin: 40px 0 0 0;
    padding: 20px;
    min-height: 180px;
    background: #e8e8e8;
}

.homepage-new .slds-tabs--scoped__content .sidebar-content h4 {
    padding-top: 0px;
    color: #595959;
    text-transform: uppercase;
    font-size: 18px;
}

.slds-scope .slds-popover_tooltip, .slds-scope .slds-popover--tooltip {
    background: rgb(0, 0, 204);
    font-family: "franklin-gothic-urw", "Arial", sans-serif;
    font-size: 14px;
}
.slds-popover.toggle {
    display: none;
}

.slds-form-element__icon.slds-align-middle {
    display: block;
}

.carousel {
    padding-bottom: 0px;
    width: 100%;
    overflow: hidden;
}

.carousel .carousel-inner {
    padding-bottom: 0px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    left: 0%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: visible;
}

.carousel .carousel-inner .carousel-caption {
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    display: table;
}

.carousel .carousel-item {
    position: relative;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
/*-----------abs toggle table-------*/

.course-aim .panel .table > thead > th a { 
    color: #FFF;
    font-size: 12px;
}
.course-aim .panel .table > thead > th a.filterUp:after,
.course-aim .panel .table > thead > th a.filterDown:after {
    position: relative;
    top: auto;
    
}
/*.abs-toggle-table thead tr th, .abs-toggle-table tbody tr td {
white-space: pre-wrap !important;
width: 12% !important;  
}
#process_entry .panel.cust-panel .table.abs-toggle-table tr td button {  
width: 70px !important;
line-height: 32px !important;
height: 30px; 
border-radius: 5px;
text-align: right;
padding: 0 4px!important;
font-size: 12px !important; 
}
.table-pad-0 {
padding: 0 !important;
} */

@media (min-width: 768px) {
    .slds-scope .slds-tabs--scoped__item {
        width: 20%;
        vertical-align: bottom;
    }

    .slds-scope .home-hero h1 {
        font-size: 48px;
        text-align: left;
    }

    .slds-scope .homepage-new .home-hero h1 {
        text-align: right;
    }

    .slds-scope .home-hero h4 {
        font-size: 18px;
        line-height: 1.4em;
    }

    #wrapper .slds-tabs--scoped__link {
        font-size: 18px;
    }

    .slds-tabs--scoped__content {
        padding-top: 60px;
    }

    .panel-body img {
        max-width: 80%;
        height: auto;
        margin: auto;
        display: block;
    }
}

.navbar-collapse.collapse {
    text-align: center;
    position: relative;
}

ul.uiInputDefaultError {
    width: 100%;
    height: 100%;
    top: 0;
    text-align: left;
}

ul.uiInputDefaultError:before {
    height: 22px;
    display: inline-block;
    right: -34px;
    width: 22px;
    border: 2px solid rgba(255,0,0,1);
    border-radius: 20px;
    vertical-align: middle;
    top: 10px;
    color: red;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-family: arial;
    font-weight: bold;
    opacity: 0;
    content: "!";
    position: absolute;
    right: -30px;
    cursor: pointer;
    background: rgba(255,255,255,0.5);
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

ul.uiInputDefaultError li.form-element__help {
    opacity: 0;
    padding: 0px 25px 0 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    height: 100%;
    color: #fff;
    background: rgb(244,99,58);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    font-size: 14px;
    pointer-events: none;
}

.checkboxInput ul.uiInputDefaultError li.form-element__help, ul.uiInputDefaultError.uiInputCheckbox li.form-element__help, .checkboxInput ul.uiInputDefaultError:hover li.form-element__help {
    height: auto;
    position: absolute;
    bottom: -18px;
}


.checkboxTCinput.side .has-error.uiInputDefaultError {
    opacity: 1;
    pointer-events: none;
}

.checkboxTCinput.side .has-error.uiInputDefaultError .form-element__help {
    width: 100%;
    bottom: -20px;
    opacity: 1;
}

ul.uiInputDefaultError:hover li.form-element__help, ul.uiInputDefaultError.press li.form-element__help {
    opacity: 1;
    z-index: 99999999;
    width: 100%;
    position: relative;
}

ul.uiInputDefaultError:hover:before {
    border: 2px solid rgb(244,99,58);
}

ul.uiInputDefaultError:before {
    -webkit-animation: showErrorIcon 0.25s ease-in-out forwards;
    animation: showErrorIcon 0.25s ease-in-out forwards;
}

@-webkit-keyframes showErrorIcon {
    0% {
        opacity: 0;
    }

    10% {
        -webkit-box-shadow: 0px 0px 30px 4px rgba(255,0,0,1);
        box-shadow: 0px 0px 30px 4px rgba(255,0,0,1);
        -webkit-transform: rotateX(80deg);
        transform: rotateX(80deg);
    }

    30% {
        -webkit-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
    }

    100% {
        opacity: 1;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
        box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}

@keyframes showErrorIcon {
    0% {
        opacity: 0;
    }

    10% {
        -webkit-box-shadow: 0px 0px 30px 4px rgba(255,0,0,1);
        box-shadow: 0px 0px 30px 4px rgba(255,0,0,1);
        -webkit-transform: rotateX(80deg);
        transform: rotateX(80deg);
    }

    30% {
        -webkit-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
    }

    100% {
        opacity: 1;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
        box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}

@-webkit-keyframes expandHeight {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@keyframes expandHeight {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@-webkit-keyframes contractHeight {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    100% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@keyframes contractHeight {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    100% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

.input.uiInput {
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.has-error.input.uiInput, .has-error.uiInputDefaultError, .has-error.input.form-control, .button-group.has-error button.option-button {
    background: rgba(244,99,58,0.1);
}

.type-file input.form-control {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.type-file label {
    font-size: 1.25em;
    font-weight: 700;
    color: rgb(0, 0, 204);
    border: 2px solid rgb(0, 0, 204);
    display: inline-block;
    padding: 2px 10px;
    margin: 8px;
    font-size: 1.1em;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.type-file:focus label, .type-file label:hover {
    background-color: rgb(0, 0, 204);
    color: #fff;
}

.list-group-item {
    padding: 6px 15px;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.step-count ul li:after {
    content: "|";
    right: -15px;
    top: 4px;
    position: absolute;
    color: #b3b3b3;
}

.contact-support {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 9;
    -webkit-transform: translate3d(300px,0,0);
    transform: translate3d(300px,0,0);
}

.contact-support .support-text {
    opacity: 0;
    font-size: 14px;
    position: absolute;
    top: -75px;
    width: 120px;
    right: 0;
    color: #0000cc;
    background: white;
    border-radius: 10px;
    padding: 2px 6px;
    text-align: center;
    height: 50px;
}

.contact-support .support-text:before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    right: 15px;
}

.contact-support img:hover + .support-text {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-animation: showSupportDialog 0.5s ease-out forwards;
    animation: showSupportDialog 0.5s ease-out forwards;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

.contact-support.showSupport {
    -webkit-animation: showSupport 0.6s ease-out forwards;
    animation: showSupport 0.6s ease-out forwards;
}

.contact-support :hover {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-animation: funnyAnimation 0.2s ease-in-out forwards;
    animation: funnyAnimation 0.2s ease-in-out forwards;
}

#layout-entry .field-usi {
    height: 0;
    width: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
}

@-webkit-keyframes showSupport {
    0% {
        -webkit-transform: translate3d(300px,0,0) rotateZ(20deg);
        transform: translate3d(300px,0,0) rotateZ(20deg);
    }

    50% {
        -webkit-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg);
    }

    100% {
        -webkit-transform: rotateZ(0deg) translate3d(0,0,0);
        transform: rotateZ(0deg) translate3d(0,0,0);
    }
}

@keyframes showSupport {
    0% {
        -webkit-transform: translate3d(300px,0,0) rotateZ(20deg);
        transform: translate3d(300px,0,0) rotateZ(20deg);
    }

    50% {
        -webkit-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg);
    }

    100% {
        -webkit-transform: rotateZ(0deg) translate3d(0,0,0);
        transform: rotateZ(0deg) translate3d(0,0,0);
    }
}

@-webkit-keyframes showSupportDialog {
    0% {
        -webkit-transform: scale(0,0);
        transform: scale(0,0);
        opacity: 1;
    }

    30% {
        -webkit-transform: scale(0.5,0);
        transform: scale(0.5,0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1;
    }
}

@keyframes showSupportDialog {
    0% {
        -webkit-transform: scale(0,0);
        transform: scale(0,0);
        opacity: 1;
    }

    30% {
        -webkit-transform: scale(0.5,0);
        transform: scale(0.5,0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1;
    }
}

@-webkit-keyframes funnyAnimation {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    20% {
        -webkit-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg);
    }

    40% {
        -webkit-transform: rotateZ(30deg);
        transform: rotateZ(30deg);
    }

    100% {
        -webkit-transform: rotateZ(00deg);
        transform: rotateZ(00deg);
    }
}

@keyframes funnyAnimation {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    20% {
        -webkit-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg);
    }

    40% {
        -webkit-transform: rotateZ(30deg);
        transform: rotateZ(30deg);
    }

    100% {
        -webkit-transform: rotateZ(00deg);
        transform: rotateZ(00deg);
    }
}

.showLoading {
    z-index: 9999999999;
    position: relative;
}

#myApplications p {
    margin: 20px 0;
}

#myApplications td, #myApplications th {
    border: 1px solid #ccc;
    text-align: center;
}

.my-applications .table-responsive {
    border: 0px;
    margin-bottom: 40px;
}

.my-applications .table tbody tr:nth-child(odd) {
    background-color: rgb(216, 221, 230);
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    table#myApplications .program {
        cursor: pointer;
    }

    table#myApplications, #myApplications thead, #myApplications tbody, #myApplications th, #myApplications td, #myApplications tr {
        display: block;
    }

    #myApplications thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #myApplications tr {
        border: 1px solid #ccc;
        background: hsla(180,2%,97%,1);
        font-size: 0.8em;
    }

    #myApplications td {
        border: none;
        position: relative;
        padding-left: 50%;
    }

    #myApplications td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: right;
    }

    #myApplications td:nth-of-type(2) {
        padding: 10px 25px;
        text-align: center;
        background: hsla(180,2%,95%,1);
        min-height: 40px;
        line-height: 1.8em;
    }

    #myApplications td:nth-of-type(2):before {
        content: "+";
        right: 0;
        left: auto;
        font-size: 30px;
        color: blue;
        cursor: pointer;
        top: 5px;
        width: auto;
        min-width: 18px;
        line-height: 1em;
        text-align: center;
    }

    #myApplications .open-table td:nth-of-type(2):before {
        content: "-";
    }

    #myApplications td:nth-of-type(3):before {
        content: "Name";
    }

    #myApplications td:nth-of-type(4):before {
        content: "Email";
    }

    #myApplications td:nth-of-type(5):before {
        content: "Date";
    }

    #myApplications td:nth-of-type(6):before {
        content: "Status";
    }

    #myApplications td:nth-of-type(7):before {
        content: " ";
    }

    #myApplications td:nth-of-type(1) {
        position: absolute;
        left: 30px;
        padding-left: 0;
        z-index: 99;
        margin-top: 8px;
    }

    #myApplications .hide-table td:nth-of-type(3), #myApplications .hide-table td:nth-of-type(4), #myApplications .hide-table td:nth-of-type(5), #myApplications .hide-table td:nth-of-type(6), #myApplications .hide-table td:nth-of-type(7) {
        height: 0;
        padding: 0;
        overflow: hidden;
    }

    #myApplications .open-table td:nth-of-type(3), #myApplications .open-table td:nth-of-type(4), #myApplications .open-table td:nth-of-type(5), #myApplications .open-table td:nth-of-type(6), #myApplications .open-table td:nth-of-type(7) {
        height: auto;
        overflow: hidden;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #myApplications {
        width: inherit;
    }

    ul a#user-icon {
        max-height: 30px;
        max-width: 115px;
    }

    #footer p, #footer ul {
        text-align: center;
    }

    .slds-scope small {
        font-size: 82%;
    }
}

.clickdesk-ultra a.click-desk-visitor {
    opacity: 0;
}

.clickdesk_cdw_j .cd-bubble {
    -webkit-transform: scale(0.7,0.7) translateX(60px) translateY(10px);
    -ms-transform: scale(0.7,0.7) translateX(60px) translateY(10px);
    transform: scale(0.7,0.7) translateX(60px) translateY(10px);
}

#clickdesk-appendable-bubble {
    display: block !important;
}

.c-aim .panel .table tr:last-child td:first-child, .c-aim .panel .table tr:last-child td:nth-child(2) {
    border-bottom: 1px solid #7d7d7d;
    padding-bottom: 10px;
}

.uiInputDefaultError .form-element__help {
    margin-top: 0rem !important;
}

.slds-datepicker .uiDatePickerGrid--default .calGrid th, .slds-datepicker .uiDayInMonthCell--default {
    font-family: "franklin-gothic-urw", "Arial", sans-serif;
}

@media screen and (min-width: 1440px) {
    #step-wizard-entry, .step-wizard-button {
        margin: 0 10%;
    }

    .container-fluid.my-applications {
        margin: 0 20%;
    }
}

@media screen and (max-width: 1440px) {
    .step-count {
        padding: 0 15%;
    }

    h1, .slds-scope h1 {
        font-size: 17px;
    }

    .thankyou {
        margin-top: 50px;
    }

    .container-fluid.my-applications {
        margin: 0 14%;
    }
}

@media screen and (max-width: 1359px) {
    h3, .slds-scope h3 {
        font-size: 39px;
    }

    .carousel-caption h3 {
        line-height: 50px;
        padding: 0;
    }

    .carousel-caption p {
        font-size: 18px;
        line-height: 23px;
    }

    .homepage-new .home-content {
        top: 0;
    }

    .homepage-new .home-hero #carousel-indicators {
        bottom:10px;
    }
    .carousel-caption h3 {
        font-size: 40px;
        line-height: 1em;
        margin: 0;

    }
    .menu-text {
        display: none;
    }
    .slds-scope .slds-tabs--scoped .slds-tabs--scoped__link img {
        left:0;
        right:0;
        margin: auto

    }
}

@media screen and (max-width: 1199px) {
    #layout-entry #wrapper {
        background-size: cover;
        background-position: center right;
    }

    .step-count ul li a {
        font-size: 14px;
    }

    .step-count {
        padding: 0 14%;
    }


}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .course-aim .fa-shopping-cart {
        display: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .course-aim .fa-shopping-cart {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    h1, .slds-scope h1 {
        font-size: 16px;
    }

    .footer .container {
        width: 100%;
    }

    .bg {
        background-size: 121%;
        background-position: top right 100%;
    }

    #layout-entry #wrapper {
        background-color: rgb(92, 92, 92);
        background-image: none;
    }

    .container-fluid.my-applications {
        margin: 0 12%;
    }
    .slds-scope .logo {
        margin: 10px 0;
    }
    #lightning .partner-logo-container {
        margin: 0 0 0 5px;
    }
    .partner-logo-container {
        padding-left: 5px;
    }
    #lightning img.partner-logo {
        max-width: 50px;
    }
    .slds-scope .logo img {
        max-width: 100px;
    }
}

@media screen and (max-width: 991px) {
    .thankyoubg .thankyou i {
        font-size: 4rem;
    }

    .thankyou p, .thy .thumbnail p {
        font-size: 14px;
    }

    .course-aim .fa-2x.fa-shopping-cart {
        margin-right: 10px;
    }

    .cart-count {
        right: 30px;
    }

    .progressbar-table tbody td button {
        font-size: 1em;
    }

    #process_entry .panel.cust-panel .table tr td button {
        font-size: 0.8em;
        padding: 0 30px !important;
    }

    ul.inner-nav li a {
        padding: 24px 6px 8px 8px;
    }

    .c-aim .return {
        bottom: 20%;
        left: 10%;
    }

    .course-aim .panel.selct {
        margin-top: 10px;
    }

    .center-on-mobile {
        text-align: center;
    }

    .c-aim .panel.pay-panel {
        margin: 0 15px;
    }

    #process_entry .course-aim .panel.selct .table tr td button {
        max-width: 90%;
    }

    .thankyoubg {
        background-position: right top;
        background-size: auto;
    }

    .thankyou {
        padding: 20px 15px;
    }

    .step-count {
        padding: 0 6%;
    }

    #content {
        min-height: 80vh;
    }

    #footer {
        height: auto;
        position: relative;
    }

    body {
        margin: 0px;
    }

    .carousel-caption h3 {
        font-size: 20px;
        margin: 0;
        line-height: 25px;
    }

    .carousel-caption p {
        font-size: 15px;
        line-height: 20px;
    }

    ul.inner-nav {
        margin: 0 0 0 10%;
    }

    .container-fluid.my-applications {
        margin: 0;
    }

    ul.inner-nav li a, ul.inner-nav li a:hover, ul.inner-nav li a:focus {
        padding: 15px 10px;
    }
}

@media screen and (max-width: 767px) {

    .slds-scope .slds-nubbin_left-top:after, 
    .slds-scope .slds-nubbin--left-top:after,
    .slds-scope .slds-nubbin_left-top:before,
    .slds-scope .slds-nubbin--left-top:before {
        top: 0%;
        left: auto;
        margin-top: -.5rem;
        right: auto;
        
    }
    .slds-popover.slds-popover--tooltip.slds-nubbin--left-top {
        left: 0;
        right: 0;
        top: 40px;
    }
    
    .logo {
        display: inline-block;
    }
    
    .mba-logo {
        display: inline-block;
        max-width: 70px;
        margin: 0 0 0 20px;
        position: relative;
        top: auto;
        right: auto;
    }
    
    .course-aim .panel .table thead {
       display: block;
        width: 100%;
    }
    
    .course-aim .panel .table > tbody > tr {
        display: block;
        width: 100%;
        margin: auto;
        position: relative;
        padding: 2px 10px;
    }
    .course-aim .panel .table > thead > th:nth-child(1),
    .course-aim .panel .table > thead > th:nth-child(2),
    .course-aim .panel .table > thead > th:nth-child(3) {
        width: 28%;
        display: inline-block;
        margin-right: 2%;
    } 
    .course-aim .panel .table > thead > th:nth-child(4) {
        width: auto;
        display: inline-block;
    }
    .course-aim .panel .table > thead > th a {
        color: #FFF;
        font-weight: 400;
    }
    
    .course-aim .panel .table > tbody > tr > td {
        width: 33%;
    }
    

    #process_entry .panel.cust-panel .table tr td button.btn {
        width: 100%;
        min-height: 40px;
    }
    
    .course-aim a.fa {
        font-size: 26px;
        position: absolute;
        right: 10px;
    } 
    
    .course-aim .panel.selct table button.cust-icon {
        font-size: 60px;
        line-height: 25px;
    }
    
    .course-aim .panel .table > tbody > tr:not(:first-child) {
        border-top: 1px solid gray;
        margin-top: 5px;
    }

    
    .youtube-video {
        min-height: 190px;
    }

    .carousel .carousel-inner .carousel-caption {
        top: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        position: absolute;
        display: block;
    }

    .carousel-caption h3 {
        text-align: center;
    }

    .navbar.navbar-default .navbar-brand img {
        pointer-events: none;
    }

    .prgrs-bar .addbtn {
        margin: 5px 0;
        height: 28px;
        line-height: 28px !important;
    }

    .thankyou, .thy .thumbnail {
        max-width: 400px;
        margin-top: 20px;
    }

    .btn-primary, .btn.btn-primary, .btn.btn-primary[disabled] {
        font-size: 14px !important;
    }

    .table.resp-table a:hover {
        text-decoration: none;
    }

    .table.resp-table, .table.progressbar-table {
        border: 0;
        width: 100%;
    }
    /*.table.resp-table thead th,*/
    .table.progressbar-table thead th {
        display: block;
        text-align: center;
        white-space: normal;
        padding: 1px;
        line-height: 1.2;
    }

    .table.resp-table tbody td, .table.progressbar-table tbody td {
        padding: 1px;
        /*line-height: 2.5;*/
    }

    /*.table.resp-table thead th:nth-child(1), .table.resp-table thead th:nth-child(2),.table.resp-table thead th:nth-child(3),.table.resp-table thead th:nth-child(4).table.resp-table thead th:nth-child(5), .table.resp-table thead th:nth-child(6), .table.resp-table thead th:nth-child(7), .table.resp-table thead th:nth-child(8), .table.resp-table thead th:nth-child(9) {
    display: none;
}*/

    .table.progressbar-table thead, .table.progressbar-table thead th:nth-child(1),.table.progressbar-table thead th:nth-child(2),.table.progressbar-table thead th:nth-child(3),.table.progressbar-table thead th:nth-child(4),.table.progressbar-table thead th:nth-child(5), .table.progressbar-table thead th:nth-child(6), .table.progressbar-table thead th:nth-child(7), .table.progressbar-table thead th:nth-child(8), .table.progressbar-table thead th:nth-child(9), .table.progressbar-table thead th:nth-child(10), .table.progressbar-table thead th:nth-child(11),
    .table.progressbar-table thead th:nth-child(12) {
        display: none;
    }

    .table.resp-table tr, .table.progressbar-table tr {
        display: block;
        float: left;
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding: 7px 2px;
    }

    .table.resp-table td:first-child, .table.resp-table td:nth-child(2), .table.resp-table td:nth-child(3), .table.resp-table td:nth-child(4), .table.progressbar-table td:first-child, .table.progressbar-table td:nth-child(2), .table.progressbar-table td:nth-child(3), .table.progressbar-table td:nth-child(4), .table.progressbar-table td:nth-child(5) {
        display: block;
        float: left;
        text-align: center;
        font-size: 13px;
        word-wrap: break-word;
    }
    .pos-right {
        position: absolute;
        right:15px;
        left: auto;
    }
    /*.table.resp-table td:nth-child(8), .table.resp-table td:nth-child(5), .table.resp-table td:nth-child(6), .table.resp-table td:nth-child(7), */
    .table.progressbar-table td:nth-child(6), .table.progressbar-table td:nth-child(7), .table.progressbar-table td:nth-child(8), .table.progressbar-table td:nth-child(9), .table.progressbar-table td:nth-child(10), .table.progressbar-table td:nth-child(11), .table.progressbar-table td:nth-child(12) {
        display: block;
        text-align: left;
        padding: 0 4px;
    }
    .table.resp-table td:last-child {
        border-bottom: 0;
    }
    .table.resp-table td[data-label]:before, .table.progressbar-table td[data-label]:before {
        content: attr(data-label);
        margin: 0 15px;
        font-weight: bold;
        border: none;
    }
    .table.resp-table td[data-label], .table.progressbar-table td[data-label] {
        border: none !important;
        text-align: left;
        padding: 10px;
    }
    .table.resp-table td[data-label]:first-child, .table.progressbar-table td[data-label] {
        border-top: 1px solid #ccc !important;
    }

    .table.resp-table td[data-label], .table.progressbar-table td[data-label] {
        display: none;
    }

    .table.resp-table td[data-label], .table.progressbar-table td[data-label].show-accordeon {
        display: block;
    }

    .course-aim .panel .table > tbody > tr > td[data-label], .table.progressbar-table > tbody > tr > td[data-label] {
        text-align: left;
        width: 100%;
        overflow: hidden;
    }

    .c-aim .return {
        bottom: 2%;
        left: 10%;
    }

    .thy h2 i.material-icons.mdl {
        font-size: 3rem;
    }

    .course-aim .cust-panel > .panel-heading {
        font-size: 20px;
        word-wrap: break-word;
    }

    .partner-logo-container {
        margin: 0px;
    }

    #lightning .partner-logo-container {
        /*margin: 0px;
        left: 115px;
        height: 50px;*/
    }

    #layout-entry .medium-btn {
        width: 100%;
        margin-bottom: 5px;
    }

    .contact-support {
        width: 40px;
        height: 40px;
        bottom: 5px;
        right: 5px;
    }

    h1, .slds-scope h1 {
        font-size: 20px;
    }

    h2, .slds-scope h2 {
        font-size: 19px;
    }

    .filter-dropdown {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        text-align: right;

    }
    .form-group {
        margin-bottom: 18px;
    }

    .page-name {
        display: block;
    }

    .logo img {
        height: auto;
    }

    .innerlogo {
        margin: 0 0 0 15px;
    }

    .navbar-header {
        position: relative;
        z-index: 11;
        margin: 0 !important;
    }

    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover {
        background: none;
        border: 0px;
        padding: 30px 15px;
        margin: 0;
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 99999999999;
        cursor: pointer;
        pointer-events: visible;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle.collapsed .icon-bar {
        background-color: rgb(0, 0, 204);
    }

    .navbar-default .navbar-collapse {
        border: 0;
        padding: 0;
        background: rgb(0, 0, 204);
        height: 100vh;
        overflow: hidden;
        position: fixed;
        width: 100vw;
        z-index: 99999;
        -webkit-animation: contractHeight 0.3s ease-in-out forwards;
        animation: contractHeight 0.3s ease-in-out forwards;
        top: 0;
    }

    .navbar-default .navbar-collapse.show-menu {
        -webkit-animation: expandHeight 0.3s ease-in-out forwards;
        animation: expandHeight 0.3s ease-in-out forwards;
    }

    ul.inner-nav {
        margin: 0;
        width: 100%;
        padding-bottom: 20px;
        padding-top: 50px;
    }

    ul.inner-nav li {
        width: 100%;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover .navbar-default .navbar-nav > .active > a {
        color: #fff;
        padding: 13px 30px;
        width: 100%;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, ul.inner-nav li a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        padding: 13px 30px;
    }

    .navbar-default .navbar-nav > .active > a {
        color: rgb(255, 255, 255);
        padding: 13px 30px;
    }

    ul.user-profile {
        padding: 30px 0 0 25px;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }

    ul.user-profile li {
        display: inline-block;
        vertical-align: top;
    }

    .navbar-default ul.user-profile.navbar-nav li a.dropdown-toggle {
        color: #fff;
    }

    ul.user-profile li img.arrow, ul.user-profile li ul.dropdown-menu {
        display: none;
    }

    .navbar-default .navbar-nav.user-profile li a:hover {
        padding: 0 0 0 10px;
    }

    .navbar {
        margin-bottom: 0px;
    }

    .page-name {
        font-family: "ff-unit-slab-web",serif;
        font-size: 20px;
        line-height: 74px;
        text-transform: uppercase;
        color: rgb(0, 0, 0);
        position: absolute;
        left: 0%;
        z-index: 0;
        width: 100%;
    }

    .step-count {
        padding: 0 5%;
    }

    .step-count ul {
        width: 100%;
    }

    .step-count ul li {
        padding: 14px 10px;
        margin: 0;
        width: 25%;
    }

    .step-count ul li a {
        line-height: 15px;
        padding: 8px 0;
    }

    .step-count ul li:after {
        content: " ";
        right: 0;
        top: 20%;
        position: absolute;
        color: #b3b3b3;
        height: 60%;
        border-left: 1px solid #b3b3b3;
    }

    .step-count ul li span {
        margin: 0 4px 0 0;
    }

    .error-msg, .uiInputDefaultError .form-element__help, .cStudentPortal_OtherDetails .error-msg {
        font-size: 11px;
        line-height: 12px;
        padding: 0px 10px;
    }

    .uiInputDefaultError {
        top: 45px;
    }

    #process_entry #wrapper {
        background-image: none;
    }

    .datepicker input {
        min-height: 44px;
    }

    .thankyou {
        margin-bottom: 50px;
    }

    #step-wizard-entry h1 img {
        display: none;
    }

    .carousel-caption {
        right: 0%;
        position: static;
    }

    .home-content {
        margin: 0;
    }

    #content {
        padding-bottom: 30px;
    }

    .navbar-default .navbar-nav > .active, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a:hover, ul.inner-nav li:hover, ul.inner-nav li.active {
        background-color: #fff;
        color: rgb(0, 0, 204);
    }

    .course-aim .filter {
        padding-left: 0;
        padding-right: 0;
    }
    .abs-toggle-table thead tr th {
        width:25% !important; 
    } 
}

.table.toggle-table th {
    position: relative;
    padding-right: 5px;
    vertical-align: middle;
    text-align: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    #myApplications {
        padding: 0;
        margin: 0;
    }

    .course-aim .cust-panel > .panel-heading {
        font-size: 14px;
    }

    .g-recaptcha {
        -webkit-transform: scale(0.77);
        -ms-transform: scale(0.77);
        transform: scale(0.77);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .navbar-default .navbar-collapse {
        overflow: scroll;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: landscape) {
    .navbar-default .navbar-collapse {
        overflow: scroll;
    }
}

@media screen and (max-width: 640px) {
    .step-count ul li {
        text-align: center;
    }

    .step-count ul li a {
        width: 100%;
    }

    .step-count ul li span {
        margin: 0 auto;
        float: none !important;
        display: inherit;
    }

    .step-count ul li:last-child:after {
        display: none;
    }
}