@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;
}
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;
}
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%;
}
.container {
	width: 100%;
	max-width: 1400px;
}
.padd-60 {
	padding: 60px 0px;
}
.ewd-none {
	display: none;
}
#outerMainDiv {
	width: 100%;
	display: inline-block;
}
.main .slds a {
	color: var(--theme-primary-bg-color);
}

/*================Header css Start================*/
.after_login .header {
	padding: 0;
	background: var(--theme-header-bg);
}
.header-right-col {
	float: right;
	display: table-cell;
}
.top_nav {
	float: right;
}
.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-content-text-color);
}
.link_logout {
	float: right;
	padding: 0px 22px;
	text-transform: uppercase;
	background: var(--theme-primary-bg-color);
	color: var(--theme-primary-text-color);
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}
.link_logout:hover,
.link_logout:focus {
	color: var(--theme-primary-text-color);
	text-decoration: none;
}
.header .main-navigation {
	position: relative;
	float: right;
}
.header .main-navigation .main-nav {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
/*.header .main-navigation .main-nav:before{content:""; width:150%; height:1px; background: #ffffff; background: -moz-linear-gradient(left, #ffffff 0%, #eeecf4 99%); background: -webkit-linear-gradient(left, #ffffff 0%,#eeecf4 99%); background: linear-gradient(to right, #ffffff 0%,#eeecf4 99%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeecf4',GradientType=1 ); position: absolute; top:0px; right:-3px;}*/
.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-content-text-color);
	font-family: var(--theme-font);
	padding: 5px 0px 9px 0px;
	display: inline-block;
	font-size: 20px;
	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;
	padding: 10px 0px 10px 5px;
	width: 40%;
	vertical-align: middle;
}
.header-call {
	float: right;
	clear: both;
}
.header-call-btn {
	background: var(--theme-secondary-bg);
	color: var(--theme-primary-text-color);
	float: left;
	display: flex;
}
.header-call-btn:hover,
.header-call-btn:focus {
	color: var(--theme-primary-text-color);
}
.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 img {
	max-height: 100px;
}
.before_login .logo-area img {
	max-height: 120px;
}
.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================*/

.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: 30px;
}
.home-slider-col .carousel .carousel-inner .item img {
	width: 100%;
}
.comn-tiles-inner {
	float: left;
	width: 100%;
}

/*================Application-Status css Start================*/
.main .slds .slds-form-element__label {
	font-size: 14px;
}
.after_login .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 var(--widget-title-color);
	font-family: var(--widget-title-font);
	font-size: 26px;
	color: var(--widget-title-color);
	padding: 0 0 15px 0;
	font-weight: 600;
	margin: 0 0 20px 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	line-height: normal;
	background: var(--widget-title-bg);
}
.application-status .comn-tiles {
	margin: 0px;
	border: 0px;
	background: var(--theme-secondary-bg);
}
.application-status .comn-tiles .title-tiles {
	color: var(--theme-primary-text-color);
	border-bottom-color: var(--theme-primary-text-color);
	background: var(--theme-secondary-bg);
}
.application-status .comn-tiles-inner {
	padding-top: 16px;
}

.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;
	font-weight: 300;
	padding-left: 55px;
	margin: 0 0 30px 0px;
	position: relative;
	cursor: not-allowed;
}
.vertical-status .status-steps li.active {
	cursor: default;
	color: var(--theme-secondary-text-color-highlighted);
	font-weight: 500;
}
.vertical-status .status-steps li:last-child {
	margin-bottom: 18px;
}
.vertical-status .status-steps li i {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 32px;
	height: 32px;
	line-height: 36px;
	text-align: center;
	border-radius: 100%;
	background: #fff;
}
.vertical-status .status-steps li.active i {
	background: var(--theme-primary-bg-color);
}

.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: 20px;
	height: 20px;
	fill: var(--theme-secondary-bg);
	margin-top: 4px;
}
.vertical-status .status-steps li.active i svg {
	fill: #fff;
	width: 30px;
	height: 30px;
	margin: -3px -12px 0 0;
}
.vertical-status .status-steps li:before {
	position: absolute;
	left: 15px;
	top: 32px;
	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:15px 0 3px 0px;}
.counselor-img{width: 220px; display:inline-block;}
.counselor-img img{width:220px; height:220px; object-fit: contain; border: solid 1px #ecf0f3;}

.counselor-name h2{color:var(--widget-content-text-color); padding-bottom:8px; font-size:22px; font-weight:500;}
.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;}
.cnslr-cont-row{position: relative; width:100%; float: left; color:var(--widget-content-text-color); margin-top:2px; font-size: 16px;}
.cnslr-cont-row i{ display:none;}
.cnslr-cont-row a{color:var(--widget-content-text-color);}

.comn-tiles-inner p{margin-bottom: 25px;}
.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{color:var(--theme-form-text-color); font-family:var(--theme-font); font-weight: 500; width: 100%; display: inline-block; margin-bottom: 8px;}
.slds-form-element .slds-input, .RegisterPageInputTextStyle, .before_login .slds-textarea, select{ height: 44px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border: solid 1px #e0e7ff; display: inline-block; width: 100%; padding: 6px 15px; /*font-size:16px;*/}
.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;}
.eventlisting .container-fluid {padding: 0px;}
.eventlisting .container-fluid .eventTableListing > div {float: left !important;  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 !important; 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;}

.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 1px #e0e0e0;}
.eventlisting .table-responsive table tr td{padding: 12px 12px 12px 0px; vertical-align: middle;}
.eventlisting .table-responsive table tr td:nth-child(2) {border-radius:0px; padding: 12px; text-align: left; font-family:var(--theme-font); color:var(--widget-content-text-color); min-width: 110px; margin: 10px 0px; border-left:solid 1px #eaedf1; vertical-align: top;}
.eventlisting .table-responsive table tr th:last-child{text-align: left; vertical-align: top;}
.nav-responsive.erx-checklist ul li { list-style: none; margin: 0px 0 15px 0px; border: solid 1px #e6e7eb; padding: 10px 5px 10px 60px; overflow: visible; float: left; width: 100%; background: #f6f7f9; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); border-radius: 4px; position: relative; min-height: 50px; }
.nav-responsive.erx-checklist ul li span{ float: left; vertical-align: top; font-size: 16px; color: #162742; word-wrap: break-word; width: 100%; }
.nav-responsive.erx-checklist ul li a{color:var(--theme-primary-bg-color); float: left; width: 100%; word-wrap: break-word;}
.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);}

.after_login #erx-content .inner_top_banner, .inner_top_banner{display: none; text-align:center;}
.after_login .inner_top_banner.ewd-inner-banner{display: block; float: left; width: 100%; margin-bottom:15px; position: relative;}
.after_login #outerMainDiv .inner_top_banner img{opacity:0.6;}
.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: 380px;}
.after_login #outerMainDiv .main-form-div{width: calc(100% - 380px);  padding: 0px 0 0 30px; margin: 0px;}

.after_login #outerMainDiv .main-form-div .sectionTitle.slds-text-heading--label, .before_login .main.two-colmn-form .sectionTitle{background: none !important;  font-size: 26px; color:var(--theme-content-text-color); letter-spacing: 0px; font-family:var(--theme-font); padding:25px 0 15px 0; border-bottom: solid 1px var(--theme-form-text-color); margin-bottom:25px; font-weight:600;}

.welcome-widget .comn-tiles-inner{font-size: 18px;}
.after_login #outerMainDiv .navigation-progess-bar-div .navbar-default {background:var(--theme-form-box-bg); border-radius: 0px; padding:25px; border: solid 1px #dfdfdf;}
.after_login #outerMainDiv .side-bar-page-list-div li.side-bar-page-list {margin: 0px 0 15px 0px; border: solid 1px #e6e7eb; padding: 0px; overflow: visible; width: 100%; background: #f6f7f9; box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1); float: left; border-radius: 4px;}
.after_login #outerMainDiv .sideBarMenu a {text-indent: 0px; font-size: 16px; color: #162742 ; padding: 10px 0px; display: block; word-wrap:break-word;}
.after_login #outerMainDiv .sideBarMenu .side-bar-page-list-div li.side-bar-page-list #nav-container{display:flex;}
/*.after_login #outerMainDiv .sideBarMenu .side-bar-page-list-div:last-child li.side-bar-page-list{margin-bottom:0px;}*/
.nav-responsive.erx-checklist ul li .fa-li.fa-lg.fa-square-o:before {content: ''; display: inline-block; width: 28px; height: 28px;  margin: 0; background: #e2e3e7; position: absolute;  z-index: 0; left: 10px;  top: -14px; border-radius: 100%;}
.nav-responsive.erx-checklist ul li .fa-li.fa-lg.fa-check-square-o:before {content: ''; display: inline-block; width: 28px; height: 28px;  margin: 0; background:var(--theme-primary-bg-color); position: absolute;  z-index: 0; left: 10px;  top:10px; border-radius: 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;
}
.eventlisting .container-fluid {
	padding: 0px;
}
.eventlisting .container-fluid .eventTableListing > div {
	float: left !important;
	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 !important;
	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;
	margin-left: 15px;
}

.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 1px #e0e0e0;
}
.eventlisting .table-responsive table tr td {
	padding: 12px 12px 12px 0px;
	vertical-align: middle;
}
.eventlisting .table-responsive table tr td:nth-child(2) {
	border-radius: 0px;
	padding: 12px;
	text-align: left;
	font-family: var(--theme-font);
	color: var(--widget-content-text-color);
	min-width: 110px;
	margin: 10px 0px;
	border-left: solid 1px #eaedf1;
	vertical-align: top;
}
.eventlisting .table-responsive table tr th:last-child {
	text-align: left;
	vertical-align: top;
}
.nav-responsive.erx-checklist ul li {
	list-style: none;
	margin: 0px 0 15px 0px;
	border: solid 1px #e6e7eb;
	padding: 10px 5px 10px 60px;
	overflow: visible;
	float: left;
	width: 100%;
	background: #f6f7f9;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	position: relative;
	min-height: 50px;
}
.nav-responsive.erx-checklist ul li span {
	float: left;
	vertical-align: top;
	font-size: 16px;
	color: #162742;
	word-wrap: break-word;
	width: 100%;
}
.nav-responsive.erx-checklist ul li a {
	color: var(--theme-primary-bg-color);
	float: left;
	width: 100%;
	word-wrap: break-word;
}
.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);
}

.after_login #erx-content .inner_top_banner,
.inner_top_banner {
	display: none;
	text-align: center;
}
.after_login .inner_top_banner.ewd-inner-banner {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}
.after_login #outerMainDiv .inner_top_banner img {
	opacity: 0.6;
}
.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: 380px;
}
.after_login #outerMainDiv .main-form-div {
	width: calc(100% - 380px);
	padding: 0px 0 0 30px;
	margin: 0px;
}

.after_login #outerMainDiv .main-form-div .sectionTitle.slds-text-heading--label,
.before_login .main.two-colmn-form .sectionTitle {
	background: none;
	font-size: 26px;
	color: var(--theme-content-text-color);
	letter-spacing: 0px;
	font-family: var(--theme-font);
	padding: 25px 0 15px 0;
	border-bottom: solid 1px var(--theme-form-text-color);
	margin-bottom: 25px;
	font-weight: 600;
}

.welcome-widget .comn-tiles-inner {
	font-size: 18px;
}
.after_login #outerMainDiv .navigation-progess-bar-div .navbar-default {
	background: var(--theme-form-box-bg);
	border-radius: 0px;
	padding: 25px;
	border: solid 1px #dfdfdf;
}
.after_login #outerMainDiv .side-bar-page-list-div li.side-bar-page-list {
	margin: 0px 0 15px 0px;
	border: solid 1px #e6e7eb;
	padding: 0px;
	overflow: visible;
	width: 100%;
	background: #f6f7f9;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	float: left;
	border-radius: 4px;
}
.after_login #outerMainDiv .sideBarMenu a {
	text-indent: 0px;
	font-size: 16px;
	color: #162742;
	padding: 10px 0px;
	display: block;
	word-wrap: break-word;
}
.after_login #outerMainDiv .sideBarMenu .side-bar-page-list-div li.side-bar-page-list #nav-container {
	display: flex;
}
/*.after_login #outerMainDiv .sideBarMenu .side-bar-page-list-div:last-child li.side-bar-page-list{margin-bottom:0px;}*/
.nav-responsive.erx-checklist ul li .fa-li.fa-lg.fa-square-o:before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0;
	background: #e2e3e7;
	position: absolute;
	z-index: 0;
	left: 10px;
	top: -14px;
	border-radius: 100%;
}
.nav-responsive.erx-checklist ul li .fa-li.fa-lg.fa-check-square-o:before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0;
	background: var(--theme-primary-bg-color);
	position: absolute;
	z-index: 0;
	left: 10px;
	top: 10px;
	border-radius: 100%;
}

.side-bar-page-list-div li.side-bar-page-list input[type='checkbox']:after {
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0;
	background: #e2e3e7;
	position: absolute;
	z-index: 0;
	left: 10px;
	top: 10px;
	border-radius: 100%;
}
.side-bar-page-list-div li.side-bar-page-list input[type='checkbox']:before {
	position: absolute;
	left: 20px;
	top: 14px;
	width: 9px;
	height: 14px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
	content: "";
}
.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 {
	background: 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;
	position: absolute;
}

.after_login #outerMainDiv .sideBarMenu .navigation-progess-bar {
	overflow: visible;
}
.after_login #outerMainDiv .sideBarMenu .side-bar-page-list-div li.side-bar-page-list #left {
	width: 50px;
	float: left;
	background: #eff0f2;
	border-radius: 4px 0px 0px 4px;
	border-right: solid 1px #e6e7eb;
	position: relative;
}
.after_login #outerMainDiv .sideBarMenu .side-bar-page-list-div li.side-bar-page-list #right {
	width: calc(100% - 50px);
	float: left;
	padding-left: 15px;
}
.main .slds {
	font-family: 'Poppins', sans-serif;
}
.nav-responsive.erx-checklist ul li .fa-li.fa-lg.fa-square-o:before {
	top: 10px;
}
.nav-responsive.erx-checklist ul li .fa-li.fa-lg.fa-square-o:after,
.nav-responsive.erx-checklist ul li .fa-li.fa-lg.fa-check-square-o:after {
	position: absolute;
	left: 20px;
	top: 14px;
	width: 9px;
	height: 14px;
	border: solid white;
	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 {
	left: 0;
	top: 0;
	width: 50px;
	height: 100%;
	background: var(--widget-checkbox-bg);
	border-radius: 4px 0px 0px 4px;
	border-right: solid 1px #e6e7eb;
	position: absolute;
}

/*==============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: 20px 10px;
	border: solid 1px #dfdfdf;
	margin: 0px;
}
.owl-carousel .links-widget-box {
	float: left;
	width: 100%;
	position: relative;
	cursor: pointer;
	text-align: center;
	margin: 0px;
	border: 0px;
}
.owl-carousel .links-widget-img {
	width: 200px;
	object-fit: cover;
	display: inline-block;
	position: relative;
	overflow: hidden;
	float: none;
}
.owl-carousel .links-widget-img img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	float: left;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}
.owl-carousel .links-widget-img:before {
	display: none;
}
.owl-carousel .links-widget-txt {
	text-align: center;
	width: 100%;
	float: left;
	margin: 10px 0px;
}
.owl-carousel .links-widget-txt h2 {
	font-size: 18px;
	font-family: var(--theme-font);
	line-height: normal;
	color: var(--theme-content-text-color);
	font-weight: 500;
}
.owl-carousel .links-widget-box .btn-learn-more {
	background: var(--theme-primary-bg-color);
	color: var(--theme-primary-text-color);
	padding: 0px 20px;
	text-transform: uppercase;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
}
.owl-carousel .links-widget-box:hover .btn-learn-more {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .links-widget-box:hover .links-widget-txt h2 {
	color: var(--theme-primary-bg-color);
}
.owl-carousel .links-widget-box:hover .links-widget-img:before {
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	content: "";
	border-radius: 100%;
	-webkit-border-radius: 100%;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
/*==============New Link CSS End===============*/

.main {
	float: left;
	width: 100%;
}
.status-steps li br {
	display: none;
}
.main .slds > form > div {
	display: inline-block;
	width: 100%;
	clear: both;
}
.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);
}

/*.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;
}
.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 .slds-pill {
	height: 48px;
	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-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);
}
.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;
	text-align: left;
}
.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/ERx_Brand_Logo) 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;
}
body.HomepageBuilder {
	padding-top: 58px;
}
.welcome-widget .comn-tiles-inner {
	display: flex;
	flex-wrap: wrap;
}
.welcome-text p {
	font-size: 28px;
	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);
	padding: 80px 0px;
	color: var(--theme-secondary-text-color);
	text-align: center;
	margin-top: 25px;
}
.footer-top-wrap {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.footer-col {
	width: 33.333%;
	padding: 0px 10px;
	float: left;
}
.footer-col.footer-logo {
	float: none;
	display: inline-block;
}
.footer-col:last-child {
	float: right;
}
.footer-col .footer-icon-1 {
	margin-top: -75px;
	position: relative;
	z-index: 0;
	display: inline-block;
	vertical-align: top;
	opacity: 0.2;
}
.footer-text {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative;
	z-index: 2;
}
.footer-col a,
.footer-col a:hover {
	color: var(--theme-secondary-text-color);
}
.footer-col.footer-logo img {
	max-height: 100px;
	margin-top: -10px;
}

.footer-divider {
	float: left;
	width: 100%;
	text-align: center;
	margin: 50px 0px;
	position: relative;
	height: 4px;
}
.footer-divider:before {
	height: 1px;
	background: rgba(256, 256, 256, 0.1);
	content: "";
	position: absolute;
	left: 0px;
	top: 2px;
	width: 100%;
}
.footer-dots {
	display: inline-block;
	padding: 0px 50px;
	background: var(--theme-footer-bg);
	vertical-align: top;
	position: relative;
}
.footer-dots span {
	width: 4px;
	height: 4px;
	background: var(--theme-primary-bg-color);
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.footer-dots span:before {
	width: 4px;
	height: 4px;
	background: var(--theme-primary-bg-color);
	content: "";
	position: absolute;
	left: -10px;
	top: 0px;
}
.footer-dots span:after {
	width: 4px;
	height: 4px;
	background: var(--theme-primary-bg-color);
	content: "";
	position: absolute;
	right: -10px;
	top: 0px;
}
.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    width: 100%;
}
.footer-social::after {
    content: "";
    clear: both;
    display: table;
}
.footer-social a {
    font-size: 18px;
    margin: 0px 10px;
}
.footer-social a img {
    width: 18px;
    height: 18px;
}
.footer-social a:hover {
    color: #ffffff;
    opacity: 0.5;
}
.copyright {
	float: left;
	width: 100%;
	font-size: 14px;
	letter-spacing: 1.5px;
	opacity: 0.6;
	font-weight: 300;
}
/*==============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: 540px;
}
.before_login .header {
	position: fixed;
	z-index: 2;
	width: 540px;
	top: 30px;
	left: 0px;
	text-align: center;
	padding: 0px;
}
.before_login .logo-area {
	/*display:inline-block; width:100%;*/
	float: left;
	padding: 0px 10px;
}
.before_login .login-banner {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 0;
	width: 540px;
	height: 100%;
	background: #000;
}
.before_login .login-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
}
.before_login .login-banner:before {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
			startColorstr='#ffffff',
			endColorstr='#00ffffff',
			GradientType=0
		);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	content: "";
	height: 300px;
	width: 100%;
}
.before_login .ewd-login-area {
	padding: 60px;
	display: block;
	text-align: center;
}
.before_login .ewd-login-area .slds {
	display: inline-block;
	max-width: 800px;
	width: 100%;
	padding: 50px !important;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0px 10px rgba(224, 231, 255, 0.6);
}
.before_login .ewd-login-area .slds h1.slds-text-heading--small {
	font-size: 44px;
	font-weight: 300;
	color: #162742;
	margin-bottom: 35px;
	text-align: left;
}
.before_login .main .slds .slds-form-element__label {
	font-size: 20px;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
	text-align: left;
}
.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 + a {
	color: #b0bac9;
	font-size: 20px;
}
.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: 20px;
	margin-left: 5px;
}
.before_login .btn_login + a:hover {
	color: var(--theme-primary-bg-color);
}
a.back-to-login {
	color: var(--theme-primary-bg-color);
	font-size: 20px;
}
.eventlisting .table-responsive table tr th {
	padding-left: 0;
}

/*==============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;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	-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;
	outline: none;
}
.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-dots {
	display: none;
}
/*==============Owl-carousel CSS End===============*/

/*==============Bootstrap carousel CSS Start===============*/
.home-slider-col{margin: 0 -1.1%; width: 101.7%;}
.home-slider-col .carousel-inner {margin-top: 0px; background: var(--theme-secondary-bg); height:444px;}
.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===============*/

.main-slider-widget {
	margin: 0 -1.1%;
	width: 101.7%;
}
.main-slider-widget .owl-stage-outer, erx-mainslider {
	height: 444px;
	/*overflow: hidden;*/
}
.main-slider-widget .slide-img {
	background: #000;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.main-slider-widget .slide-img img {
	opacity: 0.8;
}

.comn-tiles.assigned-counselor,
eventlisting .eventlisting {
	min-height: 500px;
}
.eventlisting .container-fluid .eventTableListing > div span.letterFlag,
.eventlisting .container-fluid .eventTableListing > div span.circleBase {
	vertical-align: middle;
}

/*==============Latest Changes===============*/
.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: 38px;
	line-height: 38px;
	color: #ffffff;
	background: var(--theme-primary-bg-color);
	border: 0px;
	padding: 0px 25px;
	font-size: 15px;
	display: inline-block;
	font-weight: 500;
	text-align: center;
}
.before_login .btn_login .slds-button,
.before_login .submit-button .slds-button {
	width: 100%;
	height: 52px;
	line-height: 52px;
	font-size: 20px;
}
.main .slds-button.custom-upload-btn {
	height: 44px;
	line-height: 44px;
	padding: 0px 15px;
	font-size: 14px;
	margin: 0px 0 0 10px;
	width: auto;
}
.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-secondary-text-color-highlighted);
}
.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;
}
.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 {
	margin: 5px 15px !important;
	background: #eaeaea;
	padding: 0px !important;
	line-height: inherit;
}
.slds-picklist--draggable .slds-grid--vertical button.slds-button--icon-container:hover {
	background: #eaeaea;
}

.before_login footer.footer,
.after_login .login-banner,
.before_login .header-call {
	display: none;
}
.after_login .erx-checklist {
	max-height: 504px;
	overflow-y: auto;
}

.before_login .slds-textarea {
	min-height: 120px;
}
.before_login .slds select[multiple],
.before_login .slds select[size] {
	height: inherit;
	width: 100%;
	padding: 6px 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-7319*/
.slds-button,
button {
	word-break: normal;
	word-wrap: normal;
}
.add-another-button {
	margin: 5px 0;
}
.page-error-message {
	margin-left: 410px;
}
.before_login .page-error-message {
	margin-left: 0px;
}

/*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 {
	background: #e2e3e7;
}
.logo-area a {
	display: flex;
	align-items: flex-start;
	text-align: left;
}
#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: 44px;
	font-weight: 300;
	color: #162742;
	margin-bottom: 20px;
	text-align: left;
	border: 0;
	padding: 0;
	letter-spacing: 0;
}
.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%;
	float: none;
	text-align: left;
}
.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 {
	width: auto;
}
/*PD-7709 - CSS for custom registration page end*/

/*PD-7777 - CSS for recaptcha start*/
.before_login .g-recaptcha {
	margin-bottom: 15px;
}
.eventlisting {
	font-size: 14px;
}

/*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-8128 */
.vertical-status .status-steps li .icon-1 img, .vertical-status .status-steps li .icon-2 img { width: 24px;  position: relative;   top: -4px;}
.view-event-btn {margin-top: 15px;}
.congrats_widget svg, .congrats_widget img {max-width: 100%;}

/*PD-8262 | Ghanshyam */
.before_login .slds-form-element .slds-form-element {margin-bottom: 0px;}
.before_login .slds .slds-picklist--draggable .slds-form-element__label {width: 100%; max-width: 100%;}
.before_login .ewd-login-area .slds .slds {padding: 0px !important; margin: 0px; box-shadow: none; background: none;}

/*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;}

/*PD-5594 - CSS for Widget Library start*/
.congrats_widget {display: inline-block;  width: 100%; 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);
}
.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;
}
.image-present .welcome-text {padding-left: 20px;}
.videolink.comn-tiles {padding: 0; margin: 0;line-height: 0;}
.socialfeed.comn-tiles .title-tiles, .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: -2px;  position: relative;}
.application-status.status-height .comn-tiles {height: 444px; border-radius: 0;  overflow-y: auto;}