@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*==============Global CSS Start=================*/

body {
    color: var(--theme-content-text-color);
    font-family: var(--theme-font);
    background: var(--theme-body-bg);
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    line-height: 1.6;
}

label {
    font-weight: normal;
}

img {
    max-width: 100%;
}


/*ul li, ul {list-style: none; padding: 0px; margin: 0px;}*/

a,
a:hover,
button,
button:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

::selection {
    background: #0099da;
    color: #fff;
}

::-moz-selection {
    background: #0099da;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
    font-family: var(--theme-font);
    font-weight: 600;
}

.full,
header,
footer,
section {
    float: left;
    width: 100%;
}

.clearfix {
    clear: both;
}

.disblock {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.relative {
    position: relative;
}

.container {
    width: 100%;
    max-width: 1400px;
}

.padd-60 {
    padding: 60px 0px;
}

.full {
    float: left;
    width: 100%;
}

.ewd-mid-sec:after {
    content: "";
    clear: both;
    display: block;
}

.main .slds {
    font-family: var(--theme-font);
}

.ewd-none {
    display: none;
}

#outerMainDiv {
    width: 100%;
    display: inline-block;
}


/*================Header css Start================*/

.after_login .header {
    padding: 15px 0px;
    background: var(--theme-header-bg);
}

.header-right-col {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.top_nav {
    float: right;
    margin-top: 10px;
}

.top_nav .top_links {
    float: left;
    padding-top: 16px;
}

.top_nav .top_links li {
    float: left;
    margin-right: 30px;
}

.top_nav .top_links li a {
    font-size: 14px;
    color: var(--theme-primary-text-color);
}

.link_logout {
    float: right;
    padding: 0px 20px;
    text-transform: uppercase;
    background: var(--theme-primary-bg-color);
    color: var(--theme-primary-text-color);
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 2px;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
}

.link_logout svg {
    width: 20px;
    height: 20px;
    float: left;
    margin: 8px 10px 0 0;
    fill: var(--theme-primary-text-color);
}

.link_logout:hover,
.link_logout:focus {
    color: var(--theme-primary-text-color);
}

.header .main-navigation {
    float: right;
    position: relative;
    margin-top: 10px;
}

.header .main-navigation .main-nav {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    position: relative;
}

.header .main-navigation .main-nav>li {
    float: left;
    padding: 0px 15px;
    text-align: center;
    background: none;
}

.header .main-navigation .main-nav>li a {
    color: var(--theme-primary-text-color);
    font-family: var(--theme-font);
    padding: 5px 0px 8px 0px;
    display: inline-block;
    font-size: 17px;
    border-bottom: solid 3px transparent;
}

.header .main-navigation .main-nav>li a:hover,
.header .main-navigation .main-nav>li.active a {
    color: var(--theme-nav-hover-bg);
    border-bottom: solid 3px var(--theme-nav-hover-bg);
}

.after_login .logo-area {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0px;
    width: 40%;
    padding-left: 10px;
    height: 100%;
}

.after_login .logo-area img,
.before_login .logo-area img {
    max-width: 100%;
    max-height: 110px;
}

.header-call {
    display: inline-block;
    vertical-align: top;
}

.header-call-btn {
    background: var(--theme-secondary-bg);
    color: var(--theme-primary-text-color);
    float: left;
    display: flex;
}

.header-call-icon {
    width: 46px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    background: var(--theme-primary-bg-color);
}

.header-call-icon svg {
    width: 25px;
    height: 25px;
    margin-top: 10px;
    fill: var(--theme-primary-text-color);
}

.header-call-text {
    float: left;
    padding: 0px 20px;
    line-height: 40px;
    font-size: 18px;
}

.top_nav .top_links li a:hover {
    color: var(--theme-primary-bg-color);
}


/*.after_login .logo-area i{font-size: 50px; float: left; color:var(--theme-primary-bg-color); margin-top: 2px;}
.after_login .logo-area span.logo-txt{font-family: "Times New Roman", Georgia; font-size: 24px; font-weight: 500; display: block; padding: 0 0 0 10px; text-align: left; line-height: 1.2; color:var(--theme-logo-text-color);}
.after_login .logo-area .logo-sub-heading{padding: 0px; display: inline-block; width: 100%; font-size: 20px;}*/

.logo-area i {
    font-size: 50px;
    float: left;
    color: var(--theme-primary-bg-color);
    /*margin-top: 2px;*/
}

.logo-area span.logo-txt {
    font-family: "Times New Roman", Georgia;
    font-size: 24px;
    font-weight: 500;
    display: block;
    padding: 0 0 0 10px;
    text-align: left;
    line-height: 1.2;
    color: var(--theme-logo-text-color);
}

.logo-area .logo-sub-heading {
    padding: 0px;
    display: inline-block;
    width: 100%;
    font-size: 20px;
}

.logo-area a {
    display: block;
}

.after_login .header>.container {
    display: table;
}

.main-nav li,
.vertical-status .status-steps li {
    list-style: none;
}

.header ul,
.application-status ul,
ul.navigation-progess-bar {
    list-style: none;
    padding: 0;
    margin: 0;
}


/*================Header css End================*/

.home-slider-col {
    float: right;
    width: 100%;
    margin: 0;
}

.padT15 {
    padding-top: 0px;
}

.comn-tiles,
.after_login .erx-checklist,
.after_login .eventlisting {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: solid 1px #dfdfdf;
    background: var(--widget-box-bg);
    font-family: var(--widget-content-font);
    color: var(--widget-content-text-color);
    position: relative;
    padding: 20px;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
}

.comn-tiles .title-tiles,
.after_login .main .erx-checklist .slds-form-element__label.checklist-title,
.after_login .main .eventlisting .slds-form-element__label.eventlist-title {
    border-bottom: solid 1px #cdcdcd;
    font-family: var(--widget-title-font);
    font-size: 26px;
    color: var(--widget-title-color);
    padding: 0 0 15px 0;
    font-weight: 400;
    margin: 0 0 20px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: normal;
    position: relative;
    background: var(--widget-title-bg);
}

.comn-tiles .title-tiles:before,
.after_login .erx-checklist .checklist-title:before,
.after_login .eventlisting .eventlist-title:before,
.before_login .ewd-login-area .slds h1.slds-text-heading--small:before {
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 72px;
    background: var(--theme-primary-bg-color);
    bottom: -2px;
}

.home-slider-col .carousel .carousel-inner .item img {
    width: 100%;
}

.comn-tiles-inner {
    float: left;
    width: 100%;
}


/*================Application-Status css Start================*/

.application-status {
    position: relative;
}

.application-status .comn-tiles {
    margin: 0px;
    border: 0px;
    background: var(--theme-secondary-bg);
}


/*.application-status:before {position: absolute; left: -1000%; right:0px;  background:var(--theme-secondary-bg);  content: ""; height: 100%; top: 0; width: auto;}*/

.application-status .comn-tiles .title-tiles {
    color: var(--theme-primary-text-color);
    border-bottom-color: var(--theme-primary-text-color);
    background: none;
}

.application-status .comn-tiles-inner {
    padding-top: 15px;
}

.vertical-status.application-status {
    padding: 0px;
    float: left;
    width: 100%;
}

.vertical-status .status-steps {
    float: left;
    width: 100%;
}

.vertical-status .status-steps li {
    float: left;
    width: 100%;
    color: var(--theme-primary-text-color);
    font-size: 20px;
    padding-left: 70px;
    margin: 0 0 25px 0px;
    position: relative;
    cursor: not-allowed;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
}

.vertical-status .status-steps li.active {
    cursor: default;
    opacity: 1;
    background: var(--theme-primary-bg-color);
    border-radius: 60px;
    -webkit-border-radius: 60px;
    color: var(--theme-secondary-text-color-highlighted);
}

.vertical-status .status-steps li:last-child {
    margin-bottom: 20px;
}

.vertical-status .status-steps li i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    background: var(--theme-secondary-bg);
    border: solid 2px #fff;
}

.vertical-status .status-steps li.active i {
    background: var(--theme-primary-bg-color);
    border: 0px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3);
}

.vertical-status .status-steps li .check-icon,
.vertical-status .status-steps li.active .lock-icon {
    display: none;
}

.vertical-status .status-steps li.active .check-icon {
    display: inline-block;
}

.vertical-status .status-steps li span {
    display: inline-block;
    vertical-align: top;
}

.vertical-status .status-steps li i svg {
    width: 26px;
    height: 26px;
    fill: #fff;
    margin-top: 10px;
}

.vertical-status .status-steps li.active i svg {
    fill: #fff;
    width: 30px;
    height: 30px;
    margin-top: 10px;
}

.vertical-status .status-steps li:before {
    position: absolute;
    left: 23px;
    top: 50px;
    width: 3px;
    height: 104%;
    background: #fff;
    content: "";
}

.vertical-status .status-steps li.active:before {
    background: var(--theme-primary-bg-color);
}

.vertical-status .status-steps li:last-child:before {
    display: none;
}


/*================Application-Status css End================*/

.check-list {
    float: left;
    width: 100%;
}

.check-list li {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.check-list li:last-child {
    margin-bottom: 0px;
}

.custom-check {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    vertical-align: top;
    color: #797979;
    vertical-align: top;
    width: 100%;
    margin: 0px;
}

.custom-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 34px;
    background: #bbbcbe;
    border-radius: 4px;
}

.custom-check input:checked~.checkmark {
    background: var(--theme-primary-bg-color);
}

.custom-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-check input:checked~.checkmark:after {
    display: block;
}

.custom-check .checkmark:after {
    left: 12px;
    top: 4px;
    width: 10px;
    height: 18px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*=======Check End============*/

.padd-20 {
    padding: 0px;
}

.padd-25 {
    padding-top: 25px;
}

.counselor-wrap {
    width: 100%;
    padding-top: 15px;
    float: left;
    text-align: center;
}

.counselor-name {
    float: left;
    width: 100%;
    margin: 20px 0px 35px 0px;
}

.counselor-img {
    width: 140px;
    display: inline-block;
}

.counselor-img img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: solid 1px #d8d8d8;
}

.counselor-name h2 {
    color: var(--widget-content-text-color);
    padding-bottom: 8px;
    font-size: 28px;
    font-weight: 300;
}

.counselor-name h3 {
    color: var(--widget-content-text-color);
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
}

.counselor-contact {
    float: left;
    width: 100%;
    text-align: center;
    display: flex;
}

.cnslr-cont-row {
    position: relative;
    width: 50%;
    float: left;
    color: var(--widget-content-text-color);
    font-size: 16px;
}

.translatedText {
    font-family: var(--theme-font);
    color: #8798ad;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    font-weight: 500;
}

.cnslr-cont-row a {
    color: var(--widget-content-text-color);
    display: block;
    clear: both;
}

.comn-tiles-inner p {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 300;
}

.left-col {
    float: left;
    width: 32%;
    padding-right: 20px;
}

.right-col {
    float: left;
    width: 68%;
}

.slds-form-element {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.slds-form-element label.slds-form-element__label,
.RegisterPageLabelStyle,
.before_login .slds-textarea {
    color: var(--theme-form-text-color);
    font-family: var(--theme-font);
    font-weight: 400;
    width: 100%;
    display: inline-block;
    margin-bottom: 8px;
}

.slds-form-element .slds-input,
.RegisterPageInputTextStyle,
.before_login .slds-textarea {
    height: 44px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border: solid 1px #e6e6e6;
    display: inline-block;
    width: 100%;
    padding: 6px 15px;
}

.main .slds .slds-form--horizontal .slds-form-element__control {
    display: inline-block;
    width: 100%;
}

.RegisterPageInputTextStyle {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.message.errorM3 {
    width: 100%;
    padding: 10px;
    text-align: left;
    background: #f8dcdc;
    margin-top: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.message.errorM3 table {
    width: 100%;
}

.after_login ui-view.ng-scope {
    width: 100%;
    float: left;
}

.ewd-mid-sec {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding: 0px 15px;
    clear: both;
    vertical-align: top;
}

.eventlisting .container-fluid {
    padding: 0px;
}

.eventlisting .container-fluid .eventTableListing>div {
    float: left;
    width: 100%;
    margin: 0px !important;
    padding: 10px 0px;
    border-bottom: solid #e0e0e0 1px;
    margin-bottom: 15px !important;
}

.eventlisting .container-fluid .eventTableListing span.circleBase {
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 13px;
    background: #ee1515;
    margin-right: 5px;
}

.eventlisting .container-fluid .eventTableListing span.circleBase.letterW {
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 13px;
    background: #dbba1d !important;
}

.table-responsive {
    font-size: 14px;
}

.eventlisting .table-responsive table {
    border: 0px;
    margin: 0px;
}

.eventlisting .table-responsive table tr th,
.eventlisting .table-responsive table tr td {
    border-left: 0px;
    border-right: 0px;
    border-bottom: solid 0px #e0e0e0;
}

.eventlisting .table-responsive table tr td {
    padding: 10px;
    vertical-align: middle;
    border: 0px;
    border-bottom: solid 2px #f1f1f1;
    background: #fff;
}

.eventlisting .table-responsive table tr td:nth-child(2) {
    border-radius: 0px;
    padding: 10px;
    text-align: left;
    min-width: 90px;
    font-family: var(--theme-font);
    color: var(--widget-content-text-color);
    margin: 10px 0px;
    border-left: solid 0px #eaedf1;
}

.eventlisting .table-responsive table tr th:nth-child(2) {
    text-align: left;
}

.nav-responsive.erx-checklist ul li {
    list-style: none;
    overflow: visible;
    padding-left: 70px;
    min-height: 50px;
    margin-bottom: 10px;
    border-left: solid 3px transparent;
    margin: 0 -20px;
    padding-top: 12px;
    display: block;
    clear: both;
}

.nav-responsive.erx-checklist ul li.selected-page {
    background: #fff;
    border-left: solid 3px var(--theme-primary-bg-color);
}

.nav-responsive.erx-checklist ul li span {
    padding-right: 15px;
    float: left;
    width: 100%;
    font-size: 16px;
    color: var(--theme-content-text-color);
    word-wrap: break-word;
}


/*.nav-responsive.erx-checklist ul li a{color:var(--theme-content-text-color);}*/

.nav-responsive.erx-checklist ul li a {
    color: var(--theme-primary-bg-color);
}

.grid-stack>.grid-stack-item>.grid-stack-item-content {
    overflow: visible;
}

.tiles_buton {
    background: var(--theme-primary-bg-color);
    color: var(--theme-primary-text-color);
    font-family: var(--theme-font);
    padding: 8px 20px;
    z-index: 999;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    display: inline-block;
}

.tiles_buton:hover,
.tiles_buton:focus {
    color: var(--theme-primary-text-color);
}

.eventlisting .table-responsive table tr td a {
    color: var(--widget-content-text-color);
}


/* .carousel-control {top: 50%;  width:45px;  opacity: 1;  height: 45px; background: none; transform: translateY(-50%);}
.carousel-control.left{ background: url(../images/arrow-left.png) left top no-repeat; right: inherit; left: 15px;}
.carousel-control.right{ background: url(../images/arrow-right.png) left top no-repeat;  left: inherit;  right: 15px;}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{display: none;} */

.carousel-indicators li {
    background: #616161;
    border: 1px solid #616161;
}

.carousel-indicators .active {
    width: 30px;
    background: var(--theme-primary-bg-color);
}

.inner_top_banner {
    display: none;
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    background: #000815;
    position: relative;
    height: 240px;
    overflow: hidden;
}

.inner_top_banner.ewd-inner-banner {
    display: block;
}

.inner_top_banner img {
    opacity: 0.6;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.after_login .main-form-container {
    background: var(--theme-form-box-bg);
    padding: 15px 30px 20px 30px;
    border: solid 1px #dfdfdf;
}

.after_login #outerMainDiv .main-body-container {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.after_login #outerMainDiv .navigation-progess-bar-div {
    padding: 0;
    margin: 0;
    width: 320px;
}

.after_login #outerMainDiv .main-form-div {
    width: calc(100% - 320px);
    padding: 0px 0 0 25px;
    margin: 0px;
}

.after_login #outerMainDiv .main-form-div .sectionTitle.slds-text-heading--label {
    background: none !important;
    letter-spacing: 0px;
    padding: 25px 0 15px 0;
    margin-bottom: 25px;
    font-weight: 400;
    border-bottom: solid 1px #cdcdcd;
    font-family: var(--theme-font);
    font-size: 26px;
    color: var(--theme-content-text-color);
    position: relative;
}

.after_login #outerMainDiv .main-form-div .sectionTitle.slds-text-heading--label:before {
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 72px;
    background: var(--theme-primary-bg-color);
    bottom: -2px;
}

.main #outerMainDiv .slds .slds-form-element__label {
    font-size: 14px;
}

.after_login #outerMainDiv .navigation-progess-bar-div .navbar-default {
    background: var(--theme-form-box-bg);
    border-radius: 0px;
    padding: 20px 0px;
    border: solid 1px #dfdfdf;
}

.after_login #outerMainDiv .side-bar-page-list-div li.side-bar-page-list {
    margin: 0px;
    border: solid 0px #e6e7eb;
    padding: 2px 0 2px 20px;
    overflow: visible;
    float: left;
    width: 100%;
    border-left: solid 3px transparent;
}

.after_login #outerMainDiv .sideBarMenu a {
    text-indent: 0px;
    font-size: 17px;
    color: var(--theme-content-text-color);
    padding: 12px 0px;
    display: block;
    word-wrap: break-word;
}

.after_login #outerMainDiv .sideBarMenu .side-bar-page-list-div li.side-bar-page-list.selected-page a {
    color: var(--theme-secondary-text-color-highlighted);
}

.after_login #outerMainDiv .sideBarMenu .side-bar-page-list-div:last-child li.side-bar-page-list {
    margin-bottom: 0px;
}

.side-bar-page-list-div li.side-bar-page-list.selected-page input[type='checkbox']:after,
.side-bar-page-list-div li.side-bar-page-list input[value='true']:after {
    position: absolute;
    left: 12px;
    top: 7px;
    width: 10px;
    height: 16px;
    border: solid var(--theme-primary-bg-color);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    content: "";
}

.nav-responsive.erx-checklist ul li .fa-li.fa-lg.fa-square-o:before {
    position: absolute;
    left: 12px;
    top: -6px;
    width: 10px;
    height: 16px;
    border: solid var(--widget-checkbox-bg);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    content: "";
    display: none;
}

.nav-responsive.erx-checklist ul li.selected-page .fa-li.fa-lg.fa-square-o:before {
    display: block;
}

.nav-responsive.erx-checklist ul li.selected-page span,
.nav-responsive.erx-checklist ul li.selected-page span a {
    color: var(--theme-primary-bg-color);
}


/*.after_login #outerMainDiv .sideBarMenu .side-bar-page-list-div li.side-bar-page-list #left input{ width: 0px; height: 0px; appearance: none; -webkit-appearance: none; -moz-appearance: none;}*/

.after_login #outerMainDiv .sideBarMenu .navigation-progess-bar {
    overflow: visible;
}


/*.after_login #outerMainDiv .sideBarMenu .side-bar-page-list-div li.side-bar-page-list #left {float: left; width: 36px;  height: 36px; background: #fff; border-radius: 4px; border: solid 1px #dadada; margin-top:8px; position:relative;}*/

.after_login #outerMainDiv .sideBarMenu .side-bar-page-list-div li.side-bar-page-list #left input {
    float: left;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #dadada;
    margin-top: 8px;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.after_login #outerMainDiv .sideBarMenu .side-bar-page-list-div li.side-bar-page-list.selected-page #left {
    border-color: var(--theme-primary-bg-color);
}

.after_login #outerMainDiv .sideBarMenu .side-bar-page-list-div li.side-bar-page-list.selected-page {
    background: #fff;
    border-left: solid 3px var(--theme-secondary-text-color-highlighted);
}

.after_login #outerMainDiv .sideBarMenu .side-bar-page-list-div li.side-bar-page-list #right {
    float: left;
    padding: 0px 15px;
    width: calc(100% - 40px);
}

.nav-responsive.erx-checklist ul li .fa-li.fa-lg {
    left: 20px;
    top: 6px;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #dadada;
    position: absolute;
    padding: 0px;
}

.nav-responsive.erx-checklist ul li.selected-page .fa-li.fa-lg {
    border: solid 1px var(--theme-primary-bg-color);
}

.nav-responsive.erx-checklist ul li .fa-check-square-o:before {
    position: absolute;
    left: 12px;
    top: 7px;
    width: 10px;
    height: 16px;
    border: solid var(--theme-primary-bg-color);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    content: "";
}


/*==============Old Link CSS Start===============*/

.links-widget-col {
    width: 101%;
    margin-left: -1%;
    float: left;
    position: relative;
}

.links-widget-box {
    float: left;
    width: 32.333%;
    margin-left: 1%;
    border: solid 1px #dfdfdf;
    position: relative;
    cursor: pointer;
}

.links-widget-img {
    width: 100%;
    float: left;
    position: relative;
}

.links-widget-img img {
    width: 100%;
    float: left;
}

.overlay-txt {
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    padding: 0;
    font-size: 16px;
    font-family: var(--widget-title-font);
    line-height: normal;
    transition: all ease 0.2s;
    width: 100%;
}

.links-widget-img:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    content: "";
}

.links-widget-box .btn-learn-more {
    transition: all ease 0.4s;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    background: var(--theme-primary-bg-color);
    color: var(--theme-primary-text-color);
    padding: 6px 15px;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 13px;
    visibility: visible;
    opacity: 1;
    white-space: nowrap;
}


/*==============Old Link CSS Start End===============*/


/*==============New Link CSS Start===============*/

.owl-carousel.links-widget-col {
    width: 100%;
    float: left;
    position: relative;
    background: var(--widget-box-bg);
    padding: 0px;
    border: solid 1px #dfdfdf;
    margin: 0px;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
}

.owl-carousel .links-widget-box {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0px;
    border: 0px;
}

.owl-carousel .links-widget-img {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.owl-carousel .links-widget-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    float: left;
}

.owl-carousel .links-widget-txt {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.owl-carousel .links-widget-txt h2 {
    font-size: 30px;
    font-family: var(--theme-font);
    line-height: normal;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}

.owl-carousel .links-widget-box .btn-learn-more {
    background: var(--theme-primary-bg-color);
    color: var(--theme-primary-text-color);
    padding: 0px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transform: none;
    left: auto;
    bottom: 0px;
}

.owl-carousel .links-widget-box .links-widget-img:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    content: "";
}


/*==============New Link CSS End===============*/

.main {
    float: left;
    width: 100%;
    overflow: hidden;
}

.status-steps li br {
    display: none;
}

.main .slds>form>div {
    display: inline-block;
    width: 100%;
    clear: both;
}

.nav-responsive.erx-checklist ul li .fa-check-square-o+div {
    color: var(--theme-primary-bg-color);
}

.congrats-txt-wrap {
    float: left;
    width: 100%;
    position: relative;
    padding: 40px 20px 60px 20px;
    text-align: center;
}

.congrats-thumb-img {
    width: 100%;
    display: inline-block;
    padding: 15px 0px 18px 0px;
}

.congrats-txt {
    font-size: 20px;
    text-align: center;
    float: left;
    padding: 10px 0 0 0px;
    width: 100%;
    color: var(--widget-content-text-color);
}

.main .slds .slds-select {
    height: 44px;
    padding-left: 10px;
    border: solid 1px #e0e7ff;
}

.main-form-div .buttonCss.allowEnter {
    margin: 10px 15px 0px 0px !important;
}

.main .slds-form-element textarea.slds-input {
    height: 100px;
}

.after_login #outerMainDiv .main-form-div .sectionTitle.slds-text-heading--label span {
    font-size: inherit;
    color: var(--widget-content-text-color);
}

.main .slds a {
    color: var(--theme-primary-bg-color);
}

.sectionDescription {
    padding: 2px 10px;
    margin-bottom: 10px;
}

.carousel-inner.dark-top-banner>.item>img {
    opacity: 0.7;
}

.after_login #outerMainDiv .inner_top_banner.dark-top-banner img {
    opacity: 0.7;
}

.home-slider-col .carousel-inner.dark-top-banner {
    margin-top: 0px;
}


/*=================Two Colomn Form Css==============*/

.after_login .main.vertical-form #outerMainDiv .slds .slds-large-size--4-of-12 {
    width: 100%;
    text-align: left;
}

.after_login .eventlisting .nav-responsive {
    padding: 0px;
}

.after_login .eventlisting .slds-text-body--regular {
    padding-bottom: 10px;
}

.dynamicText {
    display: inline-block;
    width: 100%;
}


/*==========Common CSS===========*/

.widget-content {
    position: relative;
}

.grid-stack {
    clear: left;
}

.modal.in .modal-dialog,
.modal.fade .modal-dialog {
    transform: none !important;
}

.gt-grid-control {
    position: fixed;
    cursor: inherit;
    width: 100%;
    text-align: right;
    padding: 10px 15px;
    height: 58px;
    background: #525f72;
    top: 0px;
}

.gt-grid-control:before {
    background: url(../images/HomepageBrandingLogo.png) left top no-repeat;
    position: absolute;
    left: 15px;
    top: 9px;
    content: "";
    height: 38px;
    width: 168px;
    z-index: 999;
}

.gt-grid-select {
    top: 45px;
    right: 215px;
    position: absolute;
}

body.HomepageBuilder {
    padding-top: 58px;
}

.welcome-widget .comn-tiles-inner {
    display: flex;
    flex-wrap: wrap;
}

.welcome-text p {
    font-size: 30px;
    font-weight: 300;
    width: 100%;
}

.welcome-text {
    display: flex;
    flex-basis: 100%;
    flex: 2;
    flex-wrap: wrap;
}

.welcome-img {
    float: left;
    width: 35%;
}

.welcome-img img {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}

.comn-tiles.youtube-widget,
.comn-tiles.twitter-widget {
    padding: 0px;
}

.home-main-banner {
    background: #000815;
}

.home-main-banner img {
    opacity: 0.8;
}


/*==============Footer Start=============*/

footer.footer {
    background: var(--theme-footer-bg);
    color: var(--theme-secondary-text-color);
    text-align: center;
    margin-top: 25px;
}

.footer-wrap {
    float: left;
    display: flex;
    width: 100%;
}

.footer-right a {
    color: var(--theme-secondary-text-color);
}

.footer-left {
    float: left;
    width: 30%;
    padding: 40px 0px;
    background: var(--theme-secondary-bg);
    position: relative;
    text-align: left;
}

.footer-left:before {
    position: absolute;
    left: -1000%;
    right: 0;
    background: var(--theme-secondary-bg);
    content: "";
    height: 100%;
    top: 0;
}

.footer-right {
    float: left;
    width: 70%;
    padding: 50px 0px 50px 30px;
    color: var(--theme-secondary-text-color);
}

.footer-address-wrap {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px rgba(256, 256, 256, 0.2);
}

.footer-address {
    display: inline-block;
    padding-right: 3%;
}

.footer-address:last-child {
    padding-right: 0px;
}

.footer-address i {
    margin-right: 10px;
}

.footer-social {
    float: left;
    width: 100%;
    margin-top: 25px;
    position: relative;
}

.footer-social a {
    display: inline-block;
    font-size: 22px;
    margin: 0px 3px;
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background: #fff;
    line-height: 38px;
    text-align: center;
}

.footer-logo {
    float: left;
    width: 100%;
    position: relative;
    padding-right: 15px;
}

a.fa-facebook {
    color: #1a4c81;
}

a.fa-twitter {
    color: #1ad2d4;
}

a.fa-google-plus {
    color: #007aaa;
}

a.fa-pinterest {
    color: #e70b0b;
}

a.fa-flickr {
    color: #d82db6;
}

.footer-social a:hover {
    opacity: 0.5;
}

.copyright {
    float: left;
    width: 100%;
    font-size: 13px;
    opacity: 0.6;
    font-weight: 300;
}

.footer-logo img {
    max-height: 120px;
}


/*==============Footer End=============*/

.after_login .main-form-container .slds-form-element {
    margin-bottom: 15px;
}

.after_login .main-form-container .slds-form-element .slds-form-element {
    margin-bottom: 0px;
}


/*===============Login page Css Start=============*/

.before_login .ewd-login-sec {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-left: calc(100% - 585px);
}

.before_login .header {
    position: fixed;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: calc(100% - 585px);
    text-align: center;
}

.before_login .ewd-login-area .slds {
    padding: 0px;
}

.before_login .logo-area {
    display: inline-block;
    width: auto;
    background: rgba(0, 0, 0, 0.3);
    padding: 40px;
}

.before_login .login-banner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    width: calc(100% - 585px);
    height: 100%;
    background: #151515;
}

.before_login .login-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.before_login .ewd-login-area {
    padding: 50px 35px;
    display: block;
    text-align: left;
    background: var(--theme-form-box-bg);
    height: 100vh;
    overflow-y: auto;
}

.before_login .ewd-login-area .slds h1.slds-text-heading--small {
    font-size: 38px;
    font-weight: 300;
    color: var(--theme-content-text-color);
    margin-bottom: 35px;
    padding-bottom: 20px;
    text-align: left;
    border-bottom: solid 1px #cdcdcd;
    position: relative;
}

.before_login .main .slds .slds-form-element__label {
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    text-align: left;
    color: var(--theme-form-text-color);
}

.before_login .slds-form-element {
    margin-bottom: 25px;
}

.before_login .ewd-login-area .btn_login {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.before_login .ewd-login-area .submit-button {
    float: left;
    width: 100%;
    margin: 15px 0px;
}

.before_login .btn_login .dynamicButton,
.before_login .submit-button .dynamicButton,
.before_login .ewd-login-area .slds .slds-button--neutral {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
}

.before_login .btn_login+a {
    color: #7a7d82;
    font-size: 18px;
}

.before_login .btn_login+a b,
.before_login .btn_login+a+a b,
.back-to-login b {
    font-weight: 400;
}

.before_login .btn_login+a+a {
    color: var(--theme-primary-bg-color);
    font-size: 18px;
    margin-left: 5px;
    text-decoration: underline;
}

.before_login .btn_login+a:hover {
    color: var(--theme-primary-bg-color);
}

.before_login .ewd-login-area .slds-form-element .slds-input,
.before_login .ewd-login-area .RegisterPageInputTextStyle,
select {
    height: 48px;
}

a.back-to-login {
    color: var(--theme-primary-bg-color);
    font-size: 18px;
    text-decoration: underline;
}


/* .eventlisting .table-responsive table tr th { padding-left: 0;} */


/*==============Bootstrap carousel CSS Start===============*/

.home-slider-col {
    float: right;
    width: 101%;
    margin-right: -1%;
    position: relative;
}


/* PD-8128 */

.home-slider-col .carousel-inner {
    margin-top: 0px;
    background: var(--theme-secondary-bg);
    height: 495px;
    margin-left: -10px;
}


/* PD-8128 */

.home-slider-col .carousel-inner.dark-top-banner {
    margin-top: 0px;
}

.carousel-control {
    top: 50%;
    width: 30px;
    opacity: 1;
    height: 30px;
    background: none;
    transform: translateY(-50%);
    background-size: 100% 100% !important;
}

.carousel-control.left {
    background: url(../images/arrow-left.png) left top no-repeat;
    right: inherit;
    left: 15px;
}

.carousel-control.right {
    background: url(../images/arrow-right.png) left top no-repeat;
    left: inherit;
    right: 15px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    display: none;
}

.carousel-indicators li {
    background: #616161;
    border: 1px solid #616161;
}

.carousel-indicators .active {
    width: 30px;
    background: var(--theme-primary-bg-color);
}


/*==============Bootstrap carousel CSS End===============*/


/*==============Owl-carousel CSS Start===============*/

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    border: none;
    padding: 0px;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-nav button {
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 42px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    margin-top: -21px;
}

.owl-nav button.owl-next {
    left: inherit;
    right: 0px;
}


/*==============Owl-carousel CSS End===============*/

.main-slider-widget {
    width: 101.1%;
    margin-left: -1.1%;
}

.main-slider-widget .owl-stage-outer,
erx-mainslider {
    height: 495px;
}


/* PD-8128 */

.main-slider-widget .slide-img {
    background: #000;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.main-slider-widget .slide-img img {
    opacity: 0.8;
}


/*.main-slider-widget:before, .home-slider-col:before {position: absolute; left: 0;  right: -1000%;  content: "";  height: 100%;  background:var(--theme-secondary-bg);  width: auto;  top: 0;  z-index: 0;}*/

.comn-tiles.assigned-counselor,
eventlisting .eventlisting {
    min-height: 425px;
}

.eventlisting .container-fluid .eventTableListing>div span.letterFlag,
.eventlisting .container-fluid .eventTableListing>div span.circleBase {
    vertical-align: middle;
}

.main .slds .slds-pill {
    height: 44px;
    line-height: 44px;
    padding: 0 0 0 10px;
}

.main .slds .slds-lookup[data-select=single] .slds-pill .slds-button {
    background: #fff;
    padding: 7px;
    margin: -15px 0 0 0 !important;
    width: auto;
    height: auto;
}

.main .slds-button--brand,
.main .slds-button--neutral,
.main b.slds-truncatem .slds .slds-button--brand,
.main .slds .slds-button--brand {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    height: 40px;
    line-height: 40px;
    color: var(--theme-primary-text-color);
    background: var(--theme-primary-bg-color);
    border: 0px;
    padding: 0px 25px;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
}

.main .slds-button:hover,
.main b.slds-truncatem .slds .slds-button--brand:hover,
.main .slds .slds-button:hover {
    background: #3a4044;
    color: #fff;
}

.main .slds .slds-button--brand[disabled] {
    opacity: 0.5;
}

.main .slds-button.custom-upload-btn {
    height: 44px;
    line-height: 44px;
    padding: 0px 15px;
    font-size: 14px;
    margin: 0px 0 0 10px;
    width: auto;
}

.slds-picklist--draggable .slds-form-element {
    width: auto;
}

.slds-picklist--draggable .slds-grid--vertical {
    justify-content: center;
}

.slds-picklist--draggable .slds-grid--vertical button.slds-button--icon-container,
.slds-picklist--draggable .slds-grid--vertical a.slds-button--icon-container {
    margin: 5px 15px;
    background: #eaeaea;
    padding: 0px;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.slds-picklist--draggable .slds-grid--vertical button.slds-button--icon-container:hover,
.slds-picklist--draggable .slds-grid--vertical a.slds-button--icon-container:hover {
    background: #eaeaea;
}

.after_login #outerMainDiv .sideBarMenu a:hover,
.after_login #outerMainDiv .sideBarMenu li.side-bar-page-list.selected-page a,
.after_login #outerMainDiv .side-bar-page-list-div li.side-bar-page-list.selected-page {
    color: var(--theme-primary-bg-color);
}

.main .paragraphText span,
.formbuilder-paragraph-component,
.formbuilder-paragraph-component span,
.after_login #outerMainDiv .main-form-div span {
    font-family: var(--theme-font);
    color: var(--theme-form-text-color);
}

.after_login #outerMainDiv .hideNavigationMargin.main-form-div {
    width: 100%;
    padding: 0px;
}


/*b, strong {font-weight: 500;}*/

.before_login footer.footer,
.after_login .login-banner,
.before_login .header .menu-icon {
    display: none;
}

.after_login .erx-checklist {
    max-height: 504px;
    overflow-y: auto;
}

.ewd-login-sec {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.before_login .slds-textarea {
    min-height: 120px;
}

.before_login .slds select[multiple],
.before_login .slds select[size] {
    width: 100%;
    padding: 0px 15px;
    border: solid 1px #e6e6e6;
}

.before_login .slds label.slds-checkbox {
    display: block;
    text-align: left;
}

.before_login .slds label.slds-checkbox input[type="checkbox"] {
    width: 0px;
    height: 0px;
    opacity: 0;
    display: none;
}

.before_login .slds .slds-checkbox .slds-checkbox--faux {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border: 1px solid #d8dde6;
    background: white;
    -webkit-transition: border 0.1s linear, background-color 0.1s linear;
    transition: border 0.1s linear, background-color 0.1s linear;
    outline: none;
}


/*PD-6966 = Radio button CSS is not required*/


/*.before_login .slds .slds-radio .slds-radio--faux, .slds input[type="radio"], input[type="radio"]{ border-radius: 50%; -webkit-appearance:none; }
.before_login .slds .slds-radio [type="radio"]:checked :after, input[type="radio"]:checked:after {    content: '';    position: absolute;    top: 50%;    left: 50%;    -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0);    border-radius: 50%;   width:14px; height:14px; background:#54698d;}*/

.before_login .slds .slds-checkbox [type="checkbox"]:checked~.slds-checkbox--faux:after {
    display: block;
    content: '';
    height: 7px;
    width: 12px;
    position: absolute;
    top: 44%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    border-bottom: 2px solid #54698d;
    border-left: 2px solid #54698d;
}

.widget-content iframe {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
span {
    word-wrap: break-word;
}


/*PD-6966*/


/*PD-7319*/

.slds-button,
button {
    word-break: normal;
    word-wrap: normal;
}

.add-another-button {
    margin: 5px 0;
}

.page-error-message {
    margin-left: 321px;
}

.before_login .page-error-message {
    margin-left: 0px;
}

.after_login #outerMainDiv .sideBarMenu .side-bar-page-list-div li.side-bar-page-list #left {
    width: 36px;
}

.logo-area a {
    display: flex;
    align-items: flex-start;
    text-align: left;
}


/*ECS-96 WOLBI*/


/*================OLD HTML Application-Status css Start================*/

.vertical-status .status-steps li .icon-1 {
    display: inline-block;
    position: absolute;
}

.vertical-status .status-steps li .icon-2 {
    display: none;
    position: absolute;
}

.vertical-status .status-steps li.active .icon-1 {
    display: none;
}

.vertical-status .status-steps li.active .icon-2 {
    display: inline-block;
}


/*================OLD HTML Application-Status css css End================*/


/*PD-6920*/

.side-bar-page-list-div li.side-bar-page-list.selected-page input[value='false']:after {
    display: none;
}

#socialButtonGroupLogin,
#socialButtonGroupRegister {
    margin-top: 15px;
    width: 100%;
    float: left;
}

.UpperText,
.LowerText {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 5px;
}


/*PD-7709 - CSS for custom registration page start*/

.before_login .ewd-login-area #outerMainDiv .main-form-div .sectionTitle {
    font-size: 38px;
    font-weight: 300;
    color: var(--theme-content-text-color);
    margin-bottom: 35px;
    padding: 0 0 20px 0;
    text-align: left;
    border-bottom: solid 1px #cdcdcd;
    position: relative;
    letter-spacing: 0;
}

.before_login .ewd-login-area #outerMainDiv .main-form-div .sectionTitle:before {
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 72px;
    background: var(--theme-primary-bg-color);
    bottom: -2px;
}

.before_login .ewd-login-area #outerMainDiv .ewd-mid-sec {
    max-width: 100%;
    width: 100%;
}

.before_login .ewd-login-area #outerMainDiv .main-form-div {
    width: 100%;
}

.before_login .ewd-login-area #outerMainDiv .main-form-div .slds-col--padded {
    width: 100%;
}

.before_login .ewd-login-area #outerMainDiv .main-form-div .slds-form-element__label {
    font-size: 18px;
    width: auto;
}


/*PD-7709 - CSS for custom registration page end*/


/*PD-7777 - CSS for recaptcha start*/

.before_login .g-recaptcha {
    margin-bottom: 15px;
}


/*PD-7771 - CSS*/

.page-error-message {
    margin-left: 344px;
}


/*PD-7767 - CSS*/

.after_login .logo-area {
    float: left;
}


/*Structure change*/

.genericNotification,
.genericNotification span {
    color: #fff !important;
}

.slds-form-element label.slds-form-element__label,
.RegisterPageLabelStyle {
    width: auto;
}

.before_login #outerMainDiv .main-form-div .slds-col--padded {
    text-align: left;
}


/*PD-5594 - CSS for Widget Library start*/

.congrats_widget {
    display: inline-block;
    width: 100%;
    padding: 25px;
    text-align: center;
}

.congrats_img {
    display: inline-block;
    width: 100%;
}

.congrats_img svg {
    max-width: 100%;
    height: auto;
}


/* PD-5649 | Ghanshyam | List Component Enhancements */

.after_login #outerMainDiv .main-form-div a span {
    color: var(--theme-primary-bg-color);
}


/* PD-8128 */

.vertical-status .status-steps li .icon-1 img,
.vertical-status .status-steps li .icon-2 img {
    width: 34px;
    position: relative;
    top: -5px;
}

.view-event-btn {
    margin-top: 15px;
}


/*PD-8262 | Ghanshyam */

.before_login #outerMainDiv .slds .slds-picklist--draggable .slds-form-element__label {
    max-width: 100%;
}

.before_login .slds-picklist.slds-picklist--multi ul.picklist.slds-picklist__options {
    width: 100%;
}

.before_login .slds-picklist--draggable.slds-grid {
    display: block;
}

.before_login .slds-picklist--draggable .slds-form-element {
    width: 100%;
    display: block;
}

.before_login .slds-picklist--draggable .slds-grid--vertical {
    justify-content: center;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.before_login .slds-picklist--draggable .slds-grid--vertical button.slds-button--icon-container {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.before_login .slds-picklist--draggable .slds-grid--vertical button.slds-button--icon-container {
    margin: 5px 10px !important;
}

.slds-picklist--draggable .slds-picklist--multi {
    margin-top: 6px;
}


/*PD-8234 | Ghanshyam */

.UpperText pre,
.LowerText pre {
    border: 0;
    padding: 0;
    background: none;
    overflow: visible;
}

.UpperText pre p,
.LowerText pre p {
    padding: 0;
    margin: 0;
}

.socialfeed {
    max-height: 600px;
    overflow-y: auto;
}

erx-brandinginfo,
erx-socialfeed,
erx-mainslider,
erx-congratulation,
erx-greeting,
erx-text,
erx-applynow,
erx-contactinfo,
erx-applicationstatus,
erx-videolink {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.socialfeed .title-tiles {
    padding: 15px;
}

.image-present .welcome-text {
    padding-left: 20px;
}

.videolink.comn-tiles {
    padding: 0;
}

.videolink.comn-tiles .title-tiles {
    padding: 15px;
}


/* 23-02-2021 | PD-8901 | Ghanshyam */

.owl-prev span,
.owl-next span {
    display: inline-block;
    height: 20px;
    top: -3px;
    position: relative;
}

.application-status.status-height .comn-tiles {
    height: 495px;
    border-radius: 0;
    overflow-y: auto;
}

.activityCheckboxAllign {padding-top: 8px;}
.activityCheckboxAllign .slds-form-element {margin-bottom: 0 !important;}
.activityCheckboxAllign .slds-form-element label.slds-checkbox {margin-bottom: 0; display: flex;}
.activityCheckboxAllign .slds-form-element label.slds-checkbox span.slds-form-element__label { flex: 1;}
.after_login #outerMainDiv .main-form-div .sectionTitle.slds-text-heading--label, .before_login .main.two-colmn-form .sectionTitle{background:none !important;}


/*==========Payment page CSS Start============*/
.erx-body-container .paySection {width: 100%; padding:25px 0; display: inline-block; border-top: solid 1px #dadada;}
.erx-body-container .pay-section {max-width:580px; margin: auto; padding:25px; background: var(--theme-form-box-bg); border-radius:5px;}
.erx-body-container .pay-section h1 {font-size: 22px; text-align: center; padding-bottom: 15px; font-weight: 500; margin-bottom: 15px; display: inline-block; width: 100%; border-bottom: solid #dadada 1px;}
.erx-body-container .pay-section .error-msg {display: inherit; font-size: 12px;}
.erx-body-container .pay-section .slds-grid.exp-row{margin: 0 -7px;}
.erx-body-container .slds .pay-section .slds-col--padded {padding-right: 7px;padding-left: 7px;}
.erx-body-container .slds .pay-section .slds-input, .erx-body-container .slds .pay-section .slds-select{height:38px;}
.pay-button {display: flex;}
.pay-button .slds-button, .back-to-button .slds-button{height: 38px;}
.pay-button .slds-button--brand, .back-to-button .slds-button{ flex: 1; color: var(--theme-primary-text-color); background: var(--theme-primary-bg-color);     border-color: var(--theme-primary-bg-color);}
.pay-button .slds-button--neutral{width: 260px;}
.pay-item.slds-form-element.pay-amount {font-size: 22px; font-weight: 600; background: #fff; padding: 10px 18px; border-radius: 5px; text-align: center;}
.pay-amount label.slds-form-element__label {font-size: 22px; padding: 0; margin: 0 10px 0 0; font-weight: 400;}
.after_login #outerMainDiv .sideBarMenu .side-bar-page-list-div li.side-bar-page-list.selected-page {background: var(--theme-primary-bg-color) !important; border-left: 0;}
/* PD-14113 */
.astersikRequired {color: red !important;}
/* PD-14114 */
::selection {background: #0099da !important;}