/* CSS FOR CUSTOMER PORTAL */
@font-face {
	font-family: 'SourceSans';
	src: url('../fonts/SourceSansVariable-Roman.ttf');
}

@font-face {
	font-family: 'PublicoHeadlineWeb';
	src: url('../fonts/PublicoHeadline-Bold-Web.eot');
	src: url('../fonts/PublicoHeadline-Bold-Web.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/PublicoHeadline-Bold-Web.woff2') format('woff2'),
		url('../fonts/PublicoHeadline-Bold-Web.woff') format('woff');
}

html, body {
	height: 100%;
}

body {
	font-family: SourceSans, Raleway, arial, sans-serif;
	background-color: #fafafa;
}

h1, h2, h3, h4, h5, h6 {
	font-family: PublicoHeadlineWeb, SourceSans, arial, sans-serif;
}

.form-control::-webkit-input-placeholder {
	color: black;
	opacity: 1 !important;
} /* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
	color: black;
	opacity: 1 !important;
} /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
	color: black;
	opacity: 1 !important;
} /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
	color: black;
	opacity: 1 !important;
} /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
	color: black;
	opacity: 1 !important;
} /* Microsoft Edge */
.container-full-height {
	/* 	min-height: calc(100% - 110px); being set in portal_common_js */
	/* display: flow-root ; */
	display: flex;
	flex-direction: column;
}

/* Small devices (landscape phones, 576px and up) ===> main-mobile.css */
/* Medium devices (tablets, 768px and up)  ===> main-tablet.css */
/* Large devices (desktops, 992px and up)  ===> main-desktop.css  */
/* Extra large devices (large desktops, 1200px and up) */
@media ( min-width : 993px) {
	.positive-padding-md {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.neutral-padding-md {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.positive-margin-md {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
	.neutral-margin-md {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.myaccount-title {
	margin-top: 27px;
}

.list-group-item {
	padding: 10px 0px;
	border: none;
}

.container {
	max-width: 100%;
	width: 100%;
}

.row-margin{
   margin-left: 0px;
   margin-right: 0px;
}

.portal-hr {
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 15px;
}

.portal-alert-danger {
	color: #f02849;
	border-color: #f02849;
}

.button-portal.blue.disable {
	background-color: #7a7be3;
	border: 0;
	color: white !important;
	-webkit-transition: border-color 0.29s
		cubic-bezier(0.455, 0.030, 0.515, 0.955);
	-moz-transition: border-color 0.29s
		cubic-bezier(0.455, 0.030, 0.515, 0.955);
	transition: border-color 0.29s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.button-portal.blue:hover {
	background-color: #00008f;
}

.button-portal.blue.disable:hover {
	background-color: #7a7be3;
}

.home-card-box.newclaim-box:hover {
	background-color: #008a9d;
}

.button-portal.grey {
	background-color: #fafafa;
	color: black !important;
}

.button-portal.grey:hover {
	background-color: #fafafa;
	color: #00008f !important;
	border: solid 0.3px #00008f;
}

.button-grey-clicked {
	background-color: white;
	color: #00008f !important;
	font-weight: 600 !important;
}

.fa-asterisk {
	font-size: 6px;
	vertical-align: text-top;
}

.form-control {
	padding: 5px;
}

select.form-control {
	padding: 2px;
}

.portal-section {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 45px;
	margin-bottom: 55px;
	padding: 5px;
	background-color: #ffffff;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.portal-section-title {
	background-color: #494df4;
	color: white;
	padding: 25px 75px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.container-doc {
	padding: 20px 20px 20px 20px;
}

.inner-container-font-doc {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.2px;
	color: #333;
}

.border-top-doc {
	border-top: 1px solid #ccc;
    margin: 0px ;
}

.margin-top-doc {
	margin-top: 1%;
}
.margin-bottom-doc {
	margin-bottom: 1%;
}
.margin-top32{
    margin-top: 32px;
}

.claim-summary-container{
    margin: 2em auto;
}


.portal-section-title h2 {
	margin: 0 15px;
}

.portal-section-content {
	padding: 50px 75px;
}

.portal-section-content-nopadding {
	padding: 0 0 50px 0 !important;
}


.no-padding{
  padding: 0px !important;
}

.af-banner {
    padding: 0px 100px;
}

.af-banner-background {
	background-color: #fff;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

.title-af-banner {
    font-size: 24px;
    color: #00008f;
    font-weight: bold;
    margin-left: 155px;
    margin-top: 70px;
    font-family: 'PublicoHeadlineWeb';
}

.text-af-banner {
    font-size: 18px;
    margin-left: 140px;
    margin-right: 80px;
    margin-top: 10px;
    padding: 1px;
    font-weight: 480;
}

.img-fluid-af-banner {
    display: block;
    max-width: 200%;
    height: 525px;
}

.img-fluid-af-logo {
    display: block;
    max-width: 200%;
    height: 35px;
    width: 200px;
    margin-right: 85px;
}

.af-banner-section {
		margin-left: 4%;
		margin-right: 4%;
		margin-top: 60px;
		margin-bottom: 15px;
		background-color: #ffffff;
		box-shadow: 0 1px 10px 0 rgb(0 0 0/ 8%);
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
}

@media (max-width: 767px) {
    .title-af-banner {
        font-size: 21px;
        color: #00008f;
        margin-left: 5%;
        margin-top: 25px;
    }
    .text-af-banner {
        font-size: 18px;
        margin-left: 5%;
        margin-right: 5%;
        font-weight: 480;
    }
    .text-af-banner-xs{
        margin-left: 3px;
    }
    .img-fluid-af-logo {
        max-width: 100%;
        height: 40px;
        width: 900px;
        margin-right: 10px;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .img-fluid-af-banner {
        height: 240px;
        width: 330px;
    }
    .img-fluid-af-xs{
        padding-right: 4px;
        padding-left: 4px;
        padding-top: 0px;
    }
	.previous-buttons {
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 912px){
    .img-fluid-af-banner {
        height: 830px;
    }
}

.portal-section-content p {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.portal-section-inner {
	padding: 25px 15px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
	margin-bottom: 50px;
}

.portal-section-submit {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 30px;
}

.portal-section-bare {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.portal-form-required {
	font-style: italic;
	font-size: 12px;
}

.portal-modal-body-h {
	margin-left: 15px;
	margin-right: 15px;
}

.portal-modal-body-ul {
	margin-left: 15px;
	margin-right: 15px;
}

.modal-title {
	/* margin-left: -15px; */
	margin-right: 15px;
}

.portal-table-nodata p {
	text-align: center;
	margin-bottom: 10px;
}

.dataTables_filter input {
	margin-left: -45px !important;
	min-width: 180px !important;
}

.font-weight-600 {
	font-weight: 600;
}

/* COOKIE POLICY */
#portal-cookie-policy {
	background: #5f5f5f;
	display: none;
	clear: both;
}

#portal-cookie-policy p {
	font-size: 15px;
}

.portal-cookie-text {
	padding: 15px 0px 5px;
	color: white;
}

.portal-cookie-text a {
	color: #F07662;
	text-decoration: none !important;
}

.portal-cookie-button {
	padding: 30px 0px 30px 0;
}

.portal-close-btn {
	float: right;
}

@media ( max-width : 1024px) {
	.container-width {
		/* 		width:90%; */
		
	}
	.eligibility-parent-container {
		height: 1200px;
	}
}

/* PORTAL BUTTON CSS */
.button-portal {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 30px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	cursor: pointer;
	outline: none;
	border-style: solid;
	user-select: none;
	text-decoration: none !important;
}

.button-portal span {
	z-index: 20;
	-webkit-transition: color 0.29s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	-moz-transition: color 0.29s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	transition: color 0.29s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.button-portal:after {
	position: absolute;
	content: '';
	z-index: 0;
	-webkit-transition: height 0.29s
		cubic-bezier(0.455, 0.030, 0.515, 0.955);
	-moz-transition: height 0.29s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	transition: height 0.29s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.button-portal:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.button-portal.orange {
	background-color: #F07662;
	border: 0;
	color: #fff;
	-webkit-transition: border-color 0.29s
		cubic-bezier(0.455, 0.030, 0.515, 0.955);
	-moz-transition: border-color 0.29s
		cubic-bezier(0.455, 0.030, 0.515, 0.955);
	transition: border-color 0.29s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.button-portal.disable.orange {
	background-color: #f1b9b0;
	border: 0;
	color: #fff;
	-webkit-transition: border-color 0.29s
		cubic-bezier(0.455, 0.030, 0.515, 0.955);
	-moz-transition: border-color 0.29s
		cubic-bezier(0.455, 0.030, 0.515, 0.955);
	transition: border-color 0.29s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.button-portal.ghost-white {
	background-color: transparent;
	border-color: white;
	color: white;
	-webkit-transition: border-color 0.29s
		cubic-bezier(0.455, 0.030, 0.515, 0.955);
	-moz-transition: border-color 0.29s
		cubic-bezier(0.455, 0.030, 0.515, 0.955);
	transition: border-color 0.29s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.button-portal.orange:before {
	content: '';
	position: absolute;
	z-index: 0;
	background: #EC4D33;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
}

.button-portal.disable.orange:before {
	content: '';
	position: absolute;
	z-index: 0;
	background: #f1b9b0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
}

.button-portal.ghost-white:before {
	content: '';
	position: absolute;
	z-index: 0;
	background: white;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
}

.button-portal.orange:after {
	background-color: #EC4D33;
}

.button-portal.disable.orange:after {
	background-color: #f1b9b0;
}

.button-portal.ghost-white:after {
	background-color: white;
}

.button-portal:active.orange span, .button-portal:hover.orange span {
	color: #fff;
}

.button-portal:active.ghost-white, .button-portal:hover.ghost-white {
	color: #5f5f5f;
	border-color: white;
}

.button-portal.large {
	height: 40px;
	border-width: 2px;
	font: normal 600 14px/12px SourceSans;
}

.button-portal.large:active:after, .button-portal.large:hover:after {
	height: 800%;
}

.ghost-white:focus, .ghost-white:active, .ghost-white:hover {
	color: #5f5f5f !important;
}

.claim-policy-container-responsive {
	    max-width: 900px;
        margin: auto;
	}

	#contactUsForm .claim-policy-detail-responsive{
    	    margin: auto  !important;
    	}

.contactus-submit {
       margin: auto;
       width: 33%;
    }

    .contactus-submit-btn {
        width: 100%
    }


/* PORTAL HEADER CSS */
.navbar-portal {
	background-color: white;
	border-color: white;
	margin-bottom: 0;
	color: #f07662;
	border-bottom: 1px solid #ddd;
}

.navbar-portal-container {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding: 0;
}

.navbar-portal-container .navbar-collapse {
	padding: 0;
}

.navbar-portal .active {
	color: #f07662 !important;
	opacity: 1;
}

.portal-brand-clplink {
	margin-top: 5px;
	font-size: 14px;
	color: #2425aa !important;
}

.portal-brand-clplink svg {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari 3-8 */
	transform: rotate(180deg);
	fill: #2425aa;
	float: left;
	margin-left: 25px;
}

.portal-home-uppercase-nav {
	text-transform: uppercase;
}

.portal-home-preloginlink img {
	width: 20px;
	margin-right: 10px;
}

.portal-home-preloginlink .icon {
	fill: white;
	height: 25px;
	width: 25px;
	margin-left: 5px;
}

.portal-nav-divider {
	border-right: 1px #ccc solid;
	margin-right: 15px !important;
	padding-right: 15px;
}

.portal-navbar-icons {
	margin-right: 10px;
	margin-left: 10px;
}

.nav-alert {
	height: 15px;
	width: 15px;
}

.nav-account {
	height: 20px;
	width: 20px;
}

.portal-login-nav>li>a {
	color: #2425AA !important;
	font-weight: bold;
}

.portal-login-nav>li {
	padding-bottom: 12px;
	border-bottom: 4px solid transparent;
}

.portal-login-nav>li:hover, .portal-login-nav .login-active {
	border-bottom: 4px solid #f07662;
}

.portal-login-nav-right>li>a {
	color: #2425AA !important;
}

.navbar-portal .navbar-nav>li>a {
	color: #f07662;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
	{
	color: #f07662;
	background-color: transparent;
}

.portal-home-lang>a {
	opacity: .50;
	padding: 6px 10px !important;
}

.portal-home-lang>a:hover {
	opacity: 1;
}

.portal-brand {
	height: auto;
	padding-top: 0;
	width: 45px;
}

.portal-brand img {
	width: 45px;
}

.navbar-nav {
	margin-top: 15px;
}

.navbar-portal .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
	{
	background-color: white;
}

.navbar-portal .navbar-toggle {
	border-color: white;
	margin-top: 5px;
	margin-right: 5px;
	width: 45px;
}

.navbar-portal .navbar-toggle .icon-bar {
	background-color: #F07662;
	margin-top: 8px;
}

.portal-mobile-lang {
	width: 50%;
	margin: auto;
}

.portal-home-preloginlink {
	color: #2425aa !important;
	font-weight: bold;
}

.mobile-menu .portal-brand {
	padding: 0 0 15px 15px;
}

.mobile-menu .portal-logo {
	width: 35px;
	height: 35px;
	margin-top: 15px;
}

.mobile-menu .portal-login-nav-right {
	margin-top: 18px;
	float: right;
	border-right: 1px #ccc solid;
	margin-right: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.mobile-menu .portal-login-nav-right li {
	display: inline-block;
}

.mobile-menu .portal-prelogin-nav-right {
	margin-top: 18px;
	float: right;
	border-right: 1px #ccc solid;
	margin-right: 5px;
	padding-right: 5px;
}

.mobile-menu .navbar-nav li {
	margin: 0;
}

.mobile-menu .portal-home-lang {
	float: left;
}

.mobile-menu .portal-first-lang {
	margin-left: 20%;
}

.navbar-portal .mobile-menu .fa-time {
	top: 7px;
	font-size: 25px;
}

.navbar-portal ul a {
	font-size: 14px;
}

.portal-home-lang {
	font-weight: bold;
}

.navbar-portal .navbar-header .icon-remove {
	display: none;
}

.portal-home-postloginlink {
	color: #00008f !important; /*  white !important; */
	font-weight: bold;
}

/* PORTAL FOOTER CSS */
.portal-footer-container {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.portal-header-container {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.QSIPopOver {
	top: 40% !important;
	left: auto !important;
	right: 47px !important;
}

.QSIPopOver div {
	width: 40px !important;
	height: 123px !important;
}

.QSIPopOver img {
	width: 100% !important;
	height: 100% !important;
}

.portal-feedback {
	transform: rotate(270deg);
	background-color: #2425aa;
	color: white;
	position: fixed;
	top: 49%;
	right: 0;
	padding: 15px 30px 5px 30px;
	margin-right: -45px;
}

.chatt {
	background-color: #2425aa;
	color: white;
	position: fixed;
	right: 5%;
	bottom: 0;
	width: 15%;
	min-width: 150px;
	padding: 10px;
	border: 1px solid transparent;
	text-align: left;
	font-size: 13px;
	z-index: 999;
}

.chatt p {
	margin: 0;
}

.chatt img {
	width: 20px;
}

#chatt-div {
	width: 275px;
	height: 350px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
	right: 5%;
	position: fixed;
	bottom: 0px;
	margin-bottom: 45px;
	background-color: white;
	border-radius: 5px;
	z-index: 9999999999;
}

.chatt-div-header {
	background-color: #2425aa;
	padding: 10px;
	color: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.chatt-div-header h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.chatt-div-close {
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: white;
	text-shadow: 0 1px 0 #fff;
	top: 25px;
	position: absolute;
	right: 10px;
	cursor: pointer;
}

.chatt-div-close:hover {
	color: white;
	text-decoration: none;
}

.chatt-div-body {
	padding: 10px;
}

.chatt-fixed-bottom {
	position: fixed;
	bottom: 0;
}

.chatt-fixed-footer {
	position: fixed;
	bottom: 48px !important;
}

.chatt-fixed-footer-cookie {
	position: fixed;
	bottom: 152px !important;
}

.portal-footer {
	background-color: #3b3fd8;
	color: white;
	padding-top: 15px;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 15px;
}

.portal-header {
	background-color: #3b3fd8;
	color: white;
	padding-top: 15px;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 15px;
}

.portal-footer ul {
	margin: 0;
}

.portal-footer p {
	margin: 0;
}

.portal-footer a {
	color: white;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 9px;
}

.portal-footer a:hover {
	text-decoration: none;
}

.portal-footer ul {
	margin-left: 0;
	padding-left: 0;
}

.portal-footer li {
	margin: 0 20px 0 0;
	display: inline;
}

.affix-top {
	position: relative;
}

.portal-legals {
	padding-left: 0;
}

.portal-copyright {
	padding-right: 0;
}

/* PORTAL LEGAL,PRIVACY and TERMS CSS */
.portal-legal-container, .portal-privacy-container,
	.portal-terms-container {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	width: 100%;
	background-color: #ffffff;
}

.portal-legal-container p, .portal-privacy-container p,
	.portal-terms-container p {
	font-size: 18px;
	line-height: 27px;
	padding-bottom: 15px;
	text-align: justify;
}

.portal-legal-container h3, .portal-privacy-container h3,
	.portal-terms-container h3 {
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	padding-bottom: 17px;
	text-align: center;
}

.portal-legal-container h4, .portal-privacy-container h4,
	.portal-terms-container h4 {
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	padding-bottom: 17px;
	padding-top: 30px;
}

.portal-underline {
	text-decoration: underline;
}

/* PORTAL HOME CSS */
.jumbotron-portal {
	background: url("../images/bg-hero-small-desktop.jpg");
}

@media ( min-width : 1200px) {
	.jumbotron-portal {
		background: url("../images/bg-hero-large-desktop.jpg");
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.jumbotron-portal {
		background: url("../images/bg-hero-small-desktop.jpg");
	}
}

.portal-login-div {
	color: white;
}

.jumbotron-portal {
	padding-bottom: 100px;
	margin-bottom: 0;
	background-size: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	/* 	min-height: calc(100% - 110px); being set in portal_common_js*/
}

.jumbotron-portal .container {
	max-width: 1140px;
}

.font-color-black {
	color: #333
}

.jumbotron-portal .portal-jumbotron-h1 {
	margin: 75px auto 0;
	font-weight: bold;
	font-size: 42px;
	line-height: 54px;
	padding-bottom: 18px;
	text-align: left;
}

.jumbotron-portal .portal-jumbotron-p {
	margin: 15px auto;
	font-size: 20px;
	line-height: 29px;
	padding-bottom: 13px;
	text-align: left;
}

.portal-login-form {
	font-size: 14px;
}

.toggle-password {
	float: right;
	margin-top: -30px;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
}

.toggle-password img {
	width: 15px;
}

.portal-login-error {
	color: #f02849;
	font-size: 16px !important;
}

.portal-login-form .form-control {
	height: 40px;
}

.pass-hide {
	display: none;
}

.forgot-user, .forgot-pass {
	float: right;
}

.forgot-user a, .forgot-pass a {
	color: #F07662;
	text-decoration: none !important;
}

.link-register {
	width: 100%;
	color: #F07662;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: none;
	font-size: 16px;
}

.link-register:hover {
	color: #F07662;
	text-decoration: none;
}

.link-register .icon {
	width: 25px;
	height: 25px;
	fill: #F07662;
	margin-left: 5px;
}

#portalPassword:focus>.btn-pass-hide-show {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

.button-login {
	width: 100%;
	padding: 15px;
	margin-top: 20px;
}

.button-claim {
	width: 45%;
	padding: 15px;
}

.button-faq {
	width: 45%;
	padding: 15px;
	margin-left: 9%;
}

.portal-home-video {
	margin-top: -100px;
	box-shadow: 0px -8px 10px 0px rgba(0, 0, 0, 0.15);
}

.portal-home-content {
	margin-top: 50px;
	margin-bottom: 50px;
}

.portal-home-content h3 {
	text-align: center;
	color: #2425AA;
	font-weight: bold;
}

.portal-home-content h4 {
	text-align: center;
	color: #2425AA;
}

.portal-home-content img {
	display: block;
	margin: auto;
}

.portal-home-content-img-border {
	margin: 20px auto;
	padding: 25px;
	width: 135px;
	height: 135px;
	fill: #2425AA;
	border: 2px solid #2425AA;
	border-radius: 50%;
}
/* PORTAL ERROR CSS */
.portal-error-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}

.portal-error-container p {
	font-size: 18px;
	line-height: 27px;
	padding-bottom: 15px;
}

.portal-error {
	padding-top: 50px;
	margin-bottom: 50px;
}

/* PORTAL FAQ CSS */
.faq-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}

.faq-container p {
	font-size: 18px;
	line-height: 27px;
	padding-bottom: 15px;
}

.portal-faq {
	padding-top: 50px;
	margin-bottom: 50px;
}

.portal-faq h1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	padding-bottom: 17px;
}

.portal-faq .panel {
	border: 0;
}

.portal-faq .panel-title {
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	padding-bottom: 13px;
}

.portal-faq .panel-heading {
	padding: 10px 0px;
}

.portal-faq .list-group-item {
	padding: 10px 0px;
}

.portal-faq .panel-collapse {
	border-bottom: 1px solid #ddd;
}

.portal-accordion {
	border: solid 2px #3032c1;
	border-width: 0 2px 2px 0px;
	display: inline-block;
	height: 12px;
	width: 12px;
	transition: 0.2s;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 10px;
}

.portal-accordion-dash {
	border: solid 2px #3032c1;
	border-width: 0 2px 2px 0px;
	display: inline-block;
	height: 7px;
	width: 7px;
	transition: 0.2s;
	margin-top: 0px;
	margin-left: 15px;
}

.arrow-up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.arrow-down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.arrow-right {
	transform: rotate(310deg);
	-webkit-transform: rotate(310deg);
}

.faq-ques {
	font-weight: bold;
}

.faq-link {
	color: #2425AA;
	text-decoration: none;
}

.faq-link .arrw {
	margin-left: 10px;
	font-size: small;
}

.aminus {
	padding-right: 10px;
	float: left;
}

.portal-faq .panel>.list-group .list-group-item, .portal-faq .panel>.panel-collapse>.list-group .list-group-item
	{
	border-width: 0;
}

.portal-faq-p {
	text-align: justify;
	font-size: 15px;
}

.portal-faq-hints .icon {
	float: left;
	width: 18px;
	fill: #2425AA;
}

.portal-faq-hints .icon+.portal-faq-p {
	margin-left: 26px;
}

.arrw {
	padding-right: 10px;
	color: #2425aa;
	float: left;
}
/* .portal-faq-content{	 */
/* 	padding-top: 65px; */
/* 	padding-right: 40px; */
/* 	padding-left: 40px; */
/* 	padding-bottom: 50px; */
/* } */
.portal-faq-content h3 {
	text-align: left;
	color: #2425AA;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	padding-bottom: 13px;
}

.portal-faq-hints {
	background-color: #f5f5f5;
	padding-top: 65px;
	padding-right: 40px;
	padding-left: 40px;
}

.portal-faq-next {
	background-color: #f5f5f5;
	padding-top: 30px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 50px;
}

/* PORTAL DASHBOARD CSS */
.fa-info-circle, .fa-question-circle {
	font-size: 18px;
	padding-left: 1px;
	padding-top: 0;
}

.portal-container {
	width: 90%;
	margin-left: 5%;
}

.portal-dashboard {
	
}

.portal-welcome-banner {
	background-color: #027180;
	color: white;
	padding: 20px 0;
}

.portal-dash-welcome p {
	width: 60%;
}

.portal-new-policy-banner {
	background-color: #00adc6;
	color: white;
	padding: 20px;
	display: none;
}

.portal-dashboard-last-updated {
	font-size: 12px;
	font-style: italic;
	color: #2425AA;
	margin-top: 15px;
}

.portal-dash-contentbox {
	margin-top: 45px;
	margin-bottom: 55px;
	padding: 0;
	background-color: #ffffff;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.portal-dash-title {
	background-color: #494df4;
	color: white;
	padding: 25px 75px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.portal-dash-title h2 {
	margin: 0;
}

.portal-dash-content {
	padding: 50px 100px;
}

.portal-dash-help {
	text-align: center;
}

.portal-dash-help button {
	width: 100%;
	padding: 15px;
	margin-top: 20px;
}

.portal-dash-family {
	width: 100%;
	margin-left: 15px;
}

.portal-dash-family-text {
	color: #7f7f7f;
	font-size: 16px;
}

.portal-dash-info-title {
	font-weight: bold;
	margin-top: 20px;
	font-size: 18px;
	margin-bottom: 20px;
}

.portal-dash-info {
	margin-top: 30px;
}

.dasboard-info-accordion {
	margin-left: 15px;
	margin-right: 15px;
}

.portal-dash-info .panel {
	border-color: #BEBEBE;
	border-radius: 0;
	padding: 0;
	margin-bottom: 20px;
}

.portal-dash-info .panel-heading {
	padding: 10px 25px;
}

.portal-dash-info .portal-accordion {
	margin-top: 20px;
}

.portal-dash-info .panel-title {
	font-weight: bold;
}

.portal-dash-accordion-img {
	width: 50px;
	margin-right: 30px;
}

.portal-dash-info .panel-body {
	border-top: 1px solid #BEBEBE;
	padding: 30px 35px 60px;
	background-color: #fafafa;
}

.portal-dashboard-p-para {
	color: #7f7f7f;
	font-size: 16px;
}

.portal-dashboard-p-header {
	color: #7f7f7f;
	font-size: 16px;
	font-weight: bold;
}

.portal-dashboard-p-header-margin {
	margin-top: 50px;
}

.portal-dashboard-doc {
	margin-top: 40px;
}

.portal-dashboard-doc a {
	color: #00008f;
	font-weight: bold;
	text-decoration: none !important;
}

.portal-dash-info ul, .portal-dash-info ol {
	color: #7f7f7f;
}

.portal-panel-img {
	width: 10%;
	float: left;
}

.portal-panel-title {
	width: 80%;
	float: left;
	margin-top: 15px;
	color: black;
	font-weight: bold;
}

.portal-panel-arrow {
	width: 10%;
	float: left;
}

.portal-dash-info .panel-heading {
	height: 70px;
}

#portal-dashboard-policy_wrapper div:first-child {
	margin-left: 15px;
	margin-right: 15px;
}

#portal-dashboard-policy {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0 !important;
	width: 100% !important;
}

.policy-accordion .panel-title p {
	font-weight: bold;
}

.policy-accordion .panel-title p {
	margin: 0;
}

/* PORTAL DOCUMENTS CSS */
.portal-document-banner {
	background-color: #00adc6;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
}

.portal-document-banner p {
	margin: 0;
}

.portal-documents-section .portal-section-content {
	padding: 0;
}

.portal-documents-container {
	
}

#portal-documents td {
	vertical-align: middle;
}
/* .portal-documents-section .dataTables_filter{ */
.dataTables_filter {
	padding: 20px;
	background: #f2f2f2;
	margin-bottom: 30px;
}

div.dataTables_filter {
	text-align: left !important;
}

.dataTables_filter label {
	color: transparent;
}

.dataTables_filter input {
	/* .portal-documents-section .dataTables_filter input{ */
	margin-left: 20px !important;
	min-width: 180px !important;
}

div.dataTables_paginate {
	text-align: center !important;
}

.portal-left-align {
	text-align: left;
}

.portal-center-align {
	text-align: center;
}

.portal-document-icons {
	margin-right: 10px;
}

.table {
	/* 	#portal-documents{ */
	font-size: 14px;
	width: calc(100% - 180px);
	margin-left: 90px;
	margin-right: 90px;
}

th {
	/* 	#portal-documents th{ */
	font-weight: normal;
	color: #2425AA;
}

.footerdoc{
    border-collapse: collapse;
    margin: auto;
    border: 1px solid #d7d7d7;
    border-spacing: initial;
    width: 100%;
    overflow: hidden;
}
.tablehead{
    border: 1px solid #d7d7d7;
    border-collapse: collapse;
}


.portal-download-all-docs {
	text-align: right;
	margin: 20px 0;
	font-weight: bold;
}

#portal-documents_paginate {
	
}

.portal-documents {
	margin-bottom: 100px;
}

.portal-documents-title {
	font-size: 36px;
	font-weight: bold;
}

@media ( min-width : 993px) {
	.button-load-more {
		display: none !important;
	}
}

/* PORTAL REGISTER CSS */
.portal-register {
	margin-top: 50px;
	padding: 50px 100px;
	background-color: #ffffff;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
	margin-bottom: 100px;
	min-height: 500px;
}

.portal-register-title {
	font-family: PublicoHeadlineWeb, SourceSans, arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 20px;
}

.portal-register-title-small {
	font-size: 18px;
	font-weight: bold;
}

.portal-register-identity {
	margin-bottom: 20px;
}

.portal-register-personal-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 32px;
}

.portal-register-personal-value {
	font-size: 18px;
}

#portalRegistrationForm {
	padding-bottom: 75px;
}

#portalRegistrationForm .details-section {
	margin-bottom: 60px;
}

#portalRegistrationForm #captchaImage {
	border: black 1px solid;
	padding: 10px;
	float: left;
}

.register-password-info {
	display: block;
}

#portalRegistrationForm #refreshCaptcha {
	margin-top: 85px;
}

.portal-register-user label {
	font-size: 14px;
	font-weight: normal;
}

.form-group.required label:after {
	color: black;
	content: "*";
	font-size: 14px;
}

.portal-register-checklist {
	margin-bottom: 0 !important;
	margin-top: 20px;
}

.portal-register-checklist label {
	width: 100%;
}

.portal-register-checklist .portal-alert-danger {
	padding-left: 0;
	margin-left: -20px;
	display: block;
}

.portal-register-checklist .checkbox {
	margin-bottom: 30px;
}

.portal-register-container #captchaImage {
	padding: 5px;
	margin-right: 10px;
	border: 1px solid black;
	margin-bottom: 20px;
}

.portal-register-container label {
	font-weight: bold;
}
/* PORTAL CONTACT US CSS */
.portal-contactus-container {
	padding: 0;
}

.portal-contactus-info {
	margin: 0 15px 40px 15px !important;
}

.portal-contactus-trigger {
	margin: 10px 0 !important
}

.button-contact-us {
	padding-left: 30px;
	padding-right: 30px;
}

/* PORTAL MY ACCOUNT CSS */
.policyconcent-container .radio {
	margin-left: 15px;
	margin-right: 15px;
}

.policyconcent-container span {
	margin-left: 15px;
	display: block;
}

.policyconcent-header {
	font-weight: bold;
	margin-bottom: 20px;
}

.policyconcent-info {
	margin-top: 10px;
	margin-bottom: 30px;
}

.policyconcent-header, .policyconcent-info {
	margin-left: 15px;
	margin-right: 15px;
}

.myaccount-section-content {
	padding: 50px 105px;
}

.myaccount-img {
	width: 10%;
	position: relative;
	float: left;
	margin-bottom: 25px;
}

.myaccount-img img {
	width: 100%;
}

.myaccount-details {
	width: 70%;
	position: relative;
	float: left;
	margin-bottom: 30px;
}

.myaccount-details p {
	margin-bottom: 0;
}

.myaccount-details-header {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px !important;
}

.myaccount-details-title {
	font-weight: bold;
}

.myaccount-edit {
	width: 20%;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	color: #2425AA;
	position: absolute;
	top: 100px;
	right: 40px;
}

.myaccount-edit span {
	cursor: pointer;
}

.myaccount-edit img {
	width: 30px;
}

.myaccount-section-content .portal-section-inner {
	position: relative;
	padding: 25px 15px 0;
}

.myaccount-edit-container {
	background-color: #fafafa;
	padding: 25px 15px;
}

.myaccount-contact-editable .button, .myaccount-password-editable .button
	{
	margin-top: 20px;
	margin-bottom: 10px
}

.myaccount-contact-editable, .myaccount-password-editable {
	clear: both;
}

#updatePhoneNumbersDiv .form-group, #updateUserPasswordDiv .form-group {
	padding-left: 0;
}

/* PORTAL CANT LOGIN CSS */
.portal-cantlogin-container p, .portal-cantloginlanding-container p,
	.portal-cantloginreset-container p, .portal-cantloginsecurity-container p
	{
	margin: 0 0 25px;
}

.portal-cantloginlanding-container .portal-section-submit {
	width: 35%;
	margin-bottom: 15px;
}

.btn-cantlogin-continue {
	width: 50%;
}

.btn-cantlogin-cancel {
	color: #F07662 !important;
	width: 50%;
	font-weight: bold;
	text-decoration: none !important;
}

/* PORTAL IDP SELECTION */
.ldp-section-content form {
	/* 	margin: 15px; */
	
}

.idp-img:first-child {
	margin-left: 0;
	margin-right: 0;
}

.idp-img {
	height: 200px;
	margin-left: 2.66%;
	width: 23%;
	margin-right: 0;
}

.idp-img-0 {
	background: red !important;
}

.idp-img-1 {
	background: blue !important;
}

.idp-img-2 {
	background: green !important;
}

/* PORTAL CLAIMS */
.landing-page {
	/* 	min-height: calc(100% - 113px);  being set in portal_common_js*/
	
}

@media ( max-height : 800px) {
	.SI_1NvU9MXwydkTHrD_SliderContainer {
		top: 50% !important;
	}
	.SI_4HLxzXLcg5LOT0p_SliderContainer {
		top: 50% !important;
	}
}

#slider-control-SI_8ccryClemNnnRcx {
	height: 130px !important;
	width: 28px !important;
	left: 380px !important;
	top: 145px !important;
}

.portal-view-welcome-banner {
	background-color: #87cefa;
	color: white;
	padding: 10px 0;
	text-align: center
}

.portal-view-section-content {
	width: 100%;
	padding-bottom: 30px;
}

.button-view-login {
	width: 100%;
	padding: 10px;
	margin-top: 20px;
	margin-button: 20px;
}

.hight-row {
	width: 100%;
	padding: 10px;
	margin-top: 20px;
}

.shiny-options-group {
	display: flex;
}

.shiny-options-group label {
	display: inline-block;
	background-color: #FFF;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0px 10px;
	border: 1px solid black;
	cursor: pointer;
}

.shiny-options-group input {
	opacity: 0
}

label input[type="radio"]:checked ~ span {
	display: inline-block;
	background-color: red;
	font-size: 14px;
	color: #FFF;
	padding: 0px 35px;
	text-align: center;
	border: 1px solid #FFF;
}

.radio-inline.checked {
	background-color: green;
}

.radio-inline.checked span {
	color: blue;
}

.portal-view-section-white {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #FFF;
}

.portal-view-section-button {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2px;
	margin-bottom: 50px;
	padding: 10px;
	background-color: #FFF;
}

.portal-view-eligible-white {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20px;
	margin-bottom: 2px;
	padding: 0px;
	background-color: #FFF;
}

.portal-view-section {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 45px;
	margin-bottom: 55px;
	padding: 10px;
	background-color: #2353;
}

.portal-view-section-normal {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20px;
	margin-bottom: 2px;
	padding: 0px;
}

.portal-view-section-container {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 2px;
	padding: 0px;
}

.popover-content {
	color: #733480;
	margin-top: 5px;
	width: 245px;
	word-wrap: break-word;
}

.portal-claim-header-margin {
	margin-top: 15px;
	margin-bottom: 15px;
}

.portal-claim-field-margin {
	margin-top: 5px;
}

.select-claim-margin-top {
	margin-top: 3%;
}

.margin-top-summery {
	margin-top: 10%;
}

.select-claim-margin-top-summery {
	margin-top: 1%;
}

.label-radio-button-fit {
	padding-left: 0px;
	padding-right: 0px;
}

.radio-button-spand {
	width: 100%;
}

.portal-need-help {
	background-color: #e1e2fe;
	padding: 10px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.portal-home-title-blue {
	color: #00008f;
	font-weight: bold;
}

.portal-home-title-black {
	font-weight: bold;
}

.newclaim-box:hover {
	/*  background: linear-gradient(120deg, #008a9d 40%, rgba(0, 0, 0, 0) 40%), -webkit-linear-gradient(120deg, #1AB5CB 70%, #008a9d 70%); */
	background: linear-gradient(130deg, #008a9d 45%, #1AB5CB 20%, #1AB5CB 80%, #008a9d
		20%);
}

.newclaim-box {
	/* background-color: rgba(0,173,255,.54); */
	/*  background: -webkit-linear-gradient(120deg, #00ADC6 40%, rgba(0, 0, 0, 0) 40%), -webkit-linear-gradient(120deg, #1AB5CB 70%, #00ADC6 70%);  */
	background: linear-gradient(130deg, #00ADC6 45%, #1AB5CB 20%, #1AB5CB 80%, #00ADC6
		20%);
	/*  background: -ms-linear-gradient(120deg, #00ADC6 40%, rgba(0, 0, 0, 0) 40%), -ms-linear-gradient(120deg, #1AB5CB 70%, #00ADC6 70%);  */
}

.manageclaim-box:hover {
	background: linear-gradient(130deg, #025a66 45%, #1B7F8C 20%, #1B7F8C 80%, #025a66
		20%);
}

.manageclaim-box {
	background: linear-gradient(130deg, #027180 45%, #1B7F8C 20%, #1B7F8C 80%, #027180
		20%);
	/* 	background: -webkit-linear-gradient(120deg, #027180 40%, rgba(0, 0, 0, 0) 40%), -webkit-linear-gradient(120deg, #1B7F8C 70%, #027180 70%); */
	/* 	background: -ms-linear-gradient(120deg, #027180 40%, rgba(0, 0, 0, 0) 40%), -ms-linear-gradient(120deg, #1B7F8C 70%, #027180 70%); */
}

.myaccount-box:hover {
	background: linear-gradient(130deg, #00004b 45%, #1A1A6B 20%, #1A1A6B 80%, #00004b
		20%);
}

.myaccount-box {
	background: linear-gradient(130deg, #00005B 45%, #1A1A6B 20%, #1A1A6B 80%, #00005B
		20%);
	/* 	background: -webkit-linear-gradient(120deg, #00005B 40%, rgba(0, 0, 0, 0) 40%), -webkit-linear-gradient(120deg, #1A1A6B 70%, #00005B 70%); */
	/* 	background: -ms-linear-gradient(120deg, #00005B 40%, rgba(0, 0, 0, 0) 40%), -ms-linear-gradient(120deg, #1A1A6B 70%, #00005B 70%); */
}

.claim-options-group {
	display: flex;
}

.claim-options-group .check-box-label {
	display: inline-block;
	background-color: #FFF;
	color: #000;
	font-size: 14px;
	text-align: center;
	border: 0.3px solid #333333;
	cursor: pointer;
	width: 125px;
	height: 40px;
	text-transform: uppercase;
	line-height: 20px;
	vertical-align: middle;
}

.claim-options-group input {
	opacity: 0
}

.home-claim-card-click {
	font-size: 14px;
	font-weight: bold;
	width: 94px;
	height: 18px;
	margin: 0 0 0 0;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: 1px;
	color: #ffffff;
}

.home-claim-card-login {
	font-size: 14px;
	font-weight: bold;
	/* width: 67px; */
	height: 18px;
	margin: 0 9px 0 0;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: 1px;
	color: #ffffff;
}

.home-card-margin {
	margin: 5%;
}

.home-container {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
}

.arrow-icon-right {
	margin-left: 10px;
}

.arrow-icon-left {
	margin-right: 10px;
}

ul#menu li {
	display: inline;
}

.card-border {
	border-style: solid 1px;
	border-color: #ffffff;
}

.select-cover-row {
	margin-top: 10px;
	height: 40px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.select-cover-text {
	font-weight: bold;
}

.round {
	position: relative;
}

.round input[type="checkbox"] {
	visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
	background-color: #66bb6a;
	border-color: #66bb6a;
}

.round input[type="checkbox"]:checked+label:after {
	opacity: 1;
}

.claim-card-selected {
	border: solid 1.4px;
	border-color: #00008f;
	color: #00008f;
}

.container {
	width: 100%;
}

.progressbar {
	counter-reset: step;
}

.progressbar li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	top: 15px;
	left: -50%;
	z-index: -1;
}

.progressbar li:first-child:after {
	content: none;
}

.progressbar li.active {
	color: #00008f;
}

.progressbar li.active+li:after {
	color: #b5d0ee;
}

.portal-guide-text {
	margin-top: 2%;
	margin-bottom: 2%;
}

.portal-guide-nothanks {
	margin-bottom: 5%;
	font-size: 14px;
	font-weight: bold;
	color: #F07662;
	cursor: pointer;
}

.white-background {
	background-color: white;
}

.eligibility-select-all {
	cursor: pointer;
}

.claim-title-blue {
	color: #00008f;
	font-weight: bold;
}

.eligibility-content {
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.progressbar {
	counter-reset: step;
	padding-left: 0px;
}

.progressbar li {
	list-style: none;
	display: inline-block;
	width: 30.33%;
	text-align: center;
	/*cursor: pointer; CC-2043*/
}

.progressbar li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	top: 15px;
	left: -50%;
	z-index: -1;
}

.progressbar li:first-child:after {
	content: none;
}

.progressbar li.active {
	color: #b5d0ee;
	font-size: 14px;
	font-weight: bold;
}

.progressbar li.active+li:after {
	background-color: #b5d0ee;
	font-size: 14px;
	font-weight: bold;
}

.progress-bar-margin {
	margin-bottom: 0px;
	display: flex;
}

.progress-line-container {
	height: 3px;
	margin-bottom: 0px;
}

.progress-bar-line {
	height: 5px;
	background-color: #B5D0EE;
}

.upload-title {
	margin-top: 10px;
}

.camera-image {
	border: solid;
	border-color: green;
	border-width: 3px;
	width: 150px;
	height: 150px;
}

.info-button {
	border: none;
	background: #FAFAFA;
	padding: 0px;
}

.eligibility-buttons {
	margin: 10px;
	width: 250px
}

.previous-buttons {
	margin-top: 25px;
	margin-bottom: 25px;
	/* text-align: left; */
}

.upload-progress-bar {
	margin-left: 13%;
	margin-right: 13%;
}


.hide-element {
	display: none !important;
}

.capture-area {
	margin-top: 5%;
}

.upload-box {
	border-style: solid;
	border-color: #ded9d9;
	border-top: 7px solid #2425aa;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin: 5px;
	width: 100%;
}

::-webkit-file-upload-button {
	background-color: #2425aa;
	color: white !important;
	width: 100px;
	height: 35px;
	margin-bottom: 20px;
}

.camera-margin-top {
	margin-top: 5px;
}

.camera-remove {
	margin-left: 5px;
	width: 16px;
	height: 16px;
	border: #00008f;
}

.video-style {
	width: 100%;
	height: 140px;
}

.upload-file-div {
	margin-bottom: 10px;
	display: flex;
	/* align-items: center; */
}

.overflow-clip {
	overflow-x: hidden;
}

.shadow-box-card {
	box-shadow: 0 1px 10px 0 rgb(0 0 0/ 10%);
	margin-bottom: 25px;
	background-color: #fff;
}

.claim-no-container {
	border-bottom: solid 1.5px;
	border-color: #d8d6d6;
	height: 80px;
}

.claim-button-container {
	border-top: solid 1.5px;
	border-color: #d8d6d6;
	/* height: 80px; */
	margin-top: 10px;
}

.claim-summary-container {
	margin-top: 10px;
}

.claim-buttons {
	margin-top: 15px;
}

.claim-icon {
	width: 53px;
	height: 53px;
}

.claim-title {
	width: 68px;
	height: 30px;
	margin: 20px 175px 0px 17px;
	font-family: SourceSans;
	font-size: 25px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0.8px;
	color: var(- -cobalt-blue);
}

.claim-no-title {
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.19px;
	color: #00008f;
	margin: 5px 0px 6px 10px;
	height: 17px;
}

.claim-detail-title {
	color: #221f1f;
	font-family: SourceSans;
	margin-top: 10px;
	font-size: 13px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #999;
}

.claim-detail-value {
	font-family: SourceSans;
	margin-top: 12px;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.23px;
	color: #333;
}

.header-align {
	margin-right: 50px;
}



.wrapper {
	width: 100%;
	font-family: 'Helvetica';
	font-size: 14px;
	border-top: 1px solid #CCC;
	margin-top: 15px;
}

.StepProgress {
	position: relative;
	padding-left: 45px;
	list-style: none;
	margin-top: 15px;
}

.StepProgress::before {
	display: inline-block;
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	width: 10px;
	height: 100%;
	border-left: 2px solid #CCC;
}

.StepProgress-item {
	position: relative;
	counter-increment: list;
}

.StepProgress-item:not(:last-child) {
	/*   padding-bottom: 20px; */
	
}

.StepProgress-item::before {
	display: inline-block;
	content: '';
	position: absolute;
	left: -30px;
	height: 100%;
	width: 10px;
}

.StepProgress-item::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: -37px;
	width: 16px;
	height: 16px;
	border: 2px solid #CCC;
	border-radius: 50%;
	background-color: #FFF;
}

.StepProgress-item.is-done::before {
	border-left: 2px solid #a6cfe7;
}

.StepProgress-item.is-done::after {
	content: "✔";
	/*   content:url(../images/banner/progress-tick.png); */
	font-size: 9px;
	color: #FFF;
	text-align: center;
	border: 2px solid #a6cfe7;
	background-color: #a6cfe7;
}

.StepProgress-item.current::before {
	border-left: 2px solid green;
}

.StepProgress-item.current::after {
	content: counter(list);
	padding-top: 1px;
	width: 19px;
	height: 18px;
	top: -4px;
	left: -40px;
	font-size: 14px;
	text-align: center;
	color: green;
	border: 2px solid #a6cfe7;
	background-color: white;
}

.StepProgress strong {
	display: block;
	color: #5757af;
}

.label-right {
	width: 70%;
	/* margin-top:2%; */
	/* margin-bottom:2%; */
	display: inline-block;
}

.label-left {
	width: 29%;
	text-align: right;
	display: inline-block;
}

.claim-steps-completed {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #333;
}

.margin-top-ten {
	margin-top: 10px;
}

.margin-top-minus-fifteen {
	margin-top: -15px;
}

.margin-top-fifteen {
	margin-top: 10px;
}

.button-no-padding {
	padding-left: 0px;
	padding-right: 0px;
}

.glyphicon-icon-span {
	margin-left: 10px;
	margin-bottom: 2px;
}

.claim-upload-button {
	width: 100%;
}

.claim-submit-new {
	height: 60px;
}

.no-claim-found {
	height: 80px;
}

.policy-title {
	margin-left: 20px;
	@media (max-width:767px) {
		justify-content: space-between;
		
	}
}

.img-width {
	width: 40px;
}

.bold {
	font-weight: bold !important;
}

.portal-blue {
	color: #00008f;
}

.status-doc-req {
	width: auto;
	height: 17px;
	font-family: SourceSansPro;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.19px;
	color: #c91432;
	background-color: rgba(201, 20, 50, 0.1);
}

.claim-modal-close {
	color: #F07662;
}

.claim-accordion-text {
	font-size: 12px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: right;
	color: #00008f;
	text-transform: uppercase;
}

.margin-right {
	margin-right: 1px;
}

.claim-accordion-text-container {
	margin-top: 25px;
}

.hyperlink-no-line {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

.margin-left-ten {
	margin-left: 10px;
}

.popover {
	background-color: #2425aa;
	text-align: left;
	--bs-popover-body-color: #fff !important;
	--bs-popover-header-bg:#2425aa !important;
	--bs-popover-header-color: #fff !important
}

.img-filter-blue {
    filter: opacity(75%) drop-shadow(.5px .5px .5px #5555ff) saturate(1000%);
}

.claim-card-selected .eligibility-image {
    filter: opacity(75%) drop-shadow(.5px .5px .5px #5555ff) saturate(1000%);
}


.popover.right .arrow:after {
	border-right-color: #2425aa;
}

.popover-title {
	background-color: #2425aa;
	color: white;
	border: none;
}

.popover-content {
	color: white;
}

.img-filter {
	filter: grayscale(100%);
}

.checkbox-width {
	width: 10px;
	margin-left: 15px;
}

.account-home {
	font-size: 14px;
	font-weight: bold;
	color: #F07662;
	cursor: pointer;
	margin-left: 5px;
}

.glyphicon-margin {
	margin-bottom: 20px;
	color: #F07662;
}

.eligibility-info-icon {
	width: 50px;
	color: #a4d2a4;
	margin-bottom: 15px;
}

.eligibility-info-title {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: normal;
	color: #668980;
}

.eligibility-info-text {
	padding-left: 0px;
	text-align: left;
}

.tooltip-icon {
	color: white;
	background-color: #00008f;
	border-radius: 100%;
	border: solid 1.5px;
	margin-left: .5px;
	border-color: #00008f;
	margin-bottom: .5px;
	margin-top: .9px;
}

.margin-bottom-twenty {
	margin-bottom: 20px;
}

.margin-top-twenty {
	margin-top: 20px;
}

.answer-content {
	color: #070707;
}

.help-border {
	border-bottom: 4px solid transparent;
}

.help-title-margin {
	margin-right: 160px;
}

.height-hundred-per {
	height: 100%;
}

.info-content {
	margin-left: 50px;
	margin-right: 5%;
	width: 90%;
	margin-bottom: 20px;
}

.home-image {
	margin-top: 32px;
	margin-bottom: 55px;
	width: 74px;
	height: 60px;
}

#uploadProgress {
	background-color: white;
}

#uploadBar {
	width: 0%;
	height: 10px;
	font-size: 10px;
	background-color: #00008f;
	text-align: center; /* To center it horizontally (if you want) */
	line-height: 10px; /* To center it vertically */
	color: white;
}

.footer-copyright {
	text-align: center;
	margin-top: 5px;
}

.footer-link-container {
	border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}

.footer-copyright-text {
	margin-top: 5px;
	height: 17px;
	opacity: 0.65;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.2px;
	text-align: center;
	color: #ffffff;
}

.loginSuccess-title {
	margin-bottom: 10px;
	font-weight: 600;
}

.login-success-content {
	margin-bottom: 10px;
	margin-top: 0px;
}

.login-success-upload-btn {
	margin-bottom: 70px;
}

.login-success-info-container {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	border: solid 1.5px;
	border-color: #b4aeae;
}

.login-success-info-subcontainer {
	margin: 5%;
}

.upload-file-type-info {
	color: gray;
	margin-bottom: 20px;
}

.upload-checkbox {
	width: 40px;
}

.upload-checkbox-margin {
	margin:0px;
}

.boxClaim {
	margin-left: 30%;
	display: block;
	width: 50%;
	height: 100px;
	border: .5px solid blue;
	padding: 4px;
	margin-top: 10px;
}

.contact-detail {
	margin-top: 10px;
	margin: 0px;
	box-shadow: 0 1px 10px 0 rgb(0 0 0/ 15%);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.contact-detail-reg {
	margin-top: 10px;
	margin: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.contact-detail-sub-container {
	padding: 15px;
}

.claim-input-box {
	width: 0px;
}

.claim-input-box:checked+label {
	background-color: white !important;
	color: #00008f !important;
	border: solid 0.3px #00008f !important;
}

.check-box-label {
	width: 150px;
	display: block;
	appearance: button;
	-webkit-appearance: button;
	-moz-appearance: button;
	-ms-appearance: button;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background: #DDDDDD;
	font-size: 1.6rem;
	color: #111111;
	border: 2px solid gray;
	padding: 10px;
	margin-right: 10px;
	text-align: center !important;
}

.olordernumber {
	list-style-type: none;
}

.olordernumber ol {
	margin-left: 2em;
}

.olordernumber li {
	counter-increment: count-me;
}

.olordernumber li::before {
	content: counter(count-me) ". ";
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -1.3em;
	top: .05em;
	color: #00008f;
	font-weight: bold;
}

.padding-top-fifteen {
	padding-top: 15px;
}

.camera-position {
	margin: auto;
}

.Thank-You {
	height: 24px;
	font-family: SourceSansPro;
	font-size: 12px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: 0.18px;
	text-align: center;
	color: #00008f;
}

.Login-Successful {
	height: 36px;
	font-family: PublicoHeadline;
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.64;
	letter-spacing: 0.34px;
	text-align: center;
	color: #00008f;
}

.You-have-now-access {
	height: 40px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.23px;
	text-align: center;
	color: #333333;
}

.login-success-modal-btn {
	margin-top: 40px;
	margin-bottom: 48px;
}

.LABEL-LOREM {
	height: auto; /* 18px; */
	font-size: 12px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
}

.Document-1 {
	height: 24px;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	color: #333333;
}

.padding-none {
	padding: 0px !important;
}

.Proof-of-Employment {
	height: 23px;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.26px;
	color: #00008f;
}

.Unselected {
	height: 17px;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.19px;
	color: #333333;
	margin-bottom: 15px;
}

.Step-4 {
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	text-align: center;
	color: #00008f;
}

.Upload-documents {
	font-family: PublicoHeadline;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	text-align: center;
	color: #00008f;
}

.Upload-or-take-a-pic {
	font-family: SourceSansPro;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	text-align: center;
	color: #333333;
}

.tick-image {
	width: 16px;
	height: 40px;
	object-fit: contain;
	margin-left: 3px;
}

.upload-image {
	width: 15px;
	height: 16px;
	object-fit: contain;
	margin: 0 9px 0px 9px;
}

.plus-image {
	object-fit: contain;
}

.upload-text-container {
	/* margin-bottom: 100px; */
}

.upload-document2-container {
	margin-bottom: 50px;
}

.upload-document-3 {
	margin-bottom: 40px;
}

.upload-checkbox {
	width: 18px;
	height: 18px;
}

.upload-size-container {
	background-color: #e1ecf8;
	height: 30px;
}

.upload-size-mb {
	height: 17px;
	margin-top: 11px;
	margin-bottom: 24px;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #00008f;
}

.remove-div {
	color: #00008f;
	cursor: pointer;
	font-size: 14px;
}

.file-preview-object {
	border: solid 0.5px #00008f;
	pointer-events: none;
}

.upload-doc-name-container {
	margin-top: 15px;
	text-align: left;
}

.footer-links ul a {
	color: #fff;
	padding: 0 5px;
	background: none;
}

a.home-card-box:hover {
	text-decoration: none;
	color: white;
}

.child {
	width: 50px;
	height: 50px;
	align-self: flex-end;
	animation-duration: 2s;
	animation-iteration-count: 1;
	transform-origin: bottom;
}

.bounce:hover {
	animation-name: bounce;
	animation-timing-function: ease;
}

@keyframes bounce {
0% {
	transform: translateY(0);
}
50%{
transform:translateY(-100px);
}
100%{
transform:translateY(0);
}
}
.animated {
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@
-webkit-keyframes fadeInRight { 0% {
	opacity: 0;
	-webkit-transform: translateX(20px);
}

100%{
opacity:1;
-webkit-transform:translateX(0);
}
}
@keyframes fadeInRight { 0% {
	opacity: 0;
	transform: translateX(40px);
}
100%
{opacity:1;
transform:translateX(0);
}
}
.fadeInRight:hover {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.home-login-text {
	width: 110px;
}

.logo-image {
	padding-top: 10px;
}

.navbar-header-background {
	background-color: white;
}

.tooltip-info {
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	object-fit: contain;
}

.info-icons {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.info-subcontent {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #668980;
}

.step1-progress {
	width: calc(100%/ 6);
}

.step2-progress {
	width: calc(100%/ 6 * 2);
}

.step3-progress {
	width: calc(100%/ 6 * 3);
}

.step4-progress {
	width: calc(100%/ 6 * 4);
}

.step5-progress {
	width: calc(100%/ 6 * 5);
}

.step6-progress {
	width: 100%;
}

.step2-progress-upload-flow {
	width: calc(100%/ 6 * 2);
}

.step4-progress-upload-flow {
	width: calc(100%/ 6 * 4);
}

.progressbar-container {
	background-color: white;
}

.hide-element {
	display: none;
}

.add-policy-btn {
	width: 151px;
	height: 30px;
}

.edit-contact-btn {
	height: 40px;
	margin-right: 15px;
}

.add-policy-btn-text {
	width: 70px;
	font-size: 12px;
}

.edit-contact-btn-text {
	font-size: 12px;
	margin-right: 10px;
	transform: scale(1.1);
	font-family: 'SourceSans';
}

.claim-form-label {
	height: 24px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.2px;
	color: #333333;
}

.form-control::placeholder {
	color: #999999;
	opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999999;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: #999999;
}

.form-control:focus {
	border-color: #00008f;
}

input.alert-danger {
	border: #c91432 thin solid;
	background-color: white;
}

label.alert-danger {
	font-size: 13px;
}

.form-control {
	height: 40px;
	padding-left: 16px;
	padding-right: 16px;
}

.checkbox-field {
	margin-right: 12px !important;
}

.claim-upload-button-text {
	font-size: 12px;
	font-weight: 600;
	font-family: SourceSansPro;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.86px;
	color: #fff;
	margin: 0 5px 0 19px;
}

.claim-close-button {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #00008f;
}

.goback-image {
	margin-right: 5px;
	width: 12px;
}

.goback-text {
	color: #f07662;
	line-height: 1.29;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.warning-img {
	width: 20px;
	height: 20px;
	margin: 2px 8px 11px 0;
	object-fit: contain;
}

.edit-pen-img {
	width: 20px;
	height: 20px;
	margin: 5px 8px 8px 0;
	object-fit: contain;
}

.warning-msg {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #c91432;
}

.warning-msg-content {
	margin: 0 0 0 36px;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #c91432;
}

.claim-step-title {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #00008f;
	margin: 0px;
}

.view-all-link {
	font-size: 11px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: 1.17px;
	text-align: right;
	color: #00008f;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

.policy-claim-title {
	font-size: 22px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.31px;
	color: #00008f;
	margin-bottom: 18px;
}

.user-account-icon {
	width: 25px;
	height: 25px;
	margin: 0 0 0 8px;
	padding: 3px 2px 1px;
	border: solid 1px #00008f;
	border-radius: 100%;
}

.manage-account-link {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.23px;
	text-align: right;
	color: #00008f;
}

.account-lable-info {
	font-weight: 500;
	text-align: justify !important;
}

.view-by-select {
	border: none;
	color: #00008f;
	background: none;
	font-size: 12px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: right;
	color: #00008f;
	text-transform: uppercase;
}

.se .account-save-btn {
	width: 80px;
	height: 18px;
	white-space: nowrap;
	margin: 0px;
	font-family: SourceSansPro;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
}

.account-save-btn {
	width: 80px;
	height: 18px;
	white-space: nowrap;
	margin: 0 125px 0px 20px;
	font-family: SourceSansPro;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
}

.button-portal.large-manage-claim {
	border-width: 2px;
	min-width: 290px;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
	font: normal 600 14px/12px SourceSans;
}

.help-content-panel-heading .panel-heading {
	/* 	height: 40px; */
	border-bottom: rgba(9, 9, 9, 0.33) 1px solid;
	margin: 0px 0 15px 0;
	padding: 0px 0 15px 0;
	min-height: auto;
	max-height: max-content;
}

.manage-claim-section-normal {
	/* width: 90%;	 */
	margin: 70px 15px 32px 15px;
	padding: 0px;
}

.manage-claim-text {
	height: 18px;
	font-family: SourceSansPro;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	white-space: nowrap;
}

.error-image-icon {
	width: 20px;
	height: 20px;
	margin: 1px 6px 7px 0;
	object-fit: contain;
	white-space: nowrap;
}

.error-image-div {
	min-width: 72px;
	margin: auto;
	padding-bottom: 5%;
	/* padding-top: 15px;
    	  padding-right: 150px; */
}

.error-text {
	/* width: 235px;
	height: 18px;
	margin: 0 0 10px 5px; */
	font-family: SourceSansPro;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: normal;
	color: #c91432;
}

.error-message {
	min-width: 235px;
	margin: auto;
	padding: 20px;
	text-align: left;
	font-family: SourceSansPro;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #c91432;
	background-color: #fae8eb;
}

.button-div {
	width: 100%;
	margin: auto;
	text-align: center;
}

.manage-button-view-register-user {
	width: 90%;
	margin-bottom: 20px;
	padding: 5px;
}

.Document-2 {
	height: 24px;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	color: #333333;
}

.policy-details {
	font-size: 16px;
}

.registration-tooltip-info {
	width: 16px;
	height: 16px;
	margin: 0 -5px 0 0;
	object-fit: contain;
}

/*.eligibility-previous-button {
	margin: 10px;
	width: 250px;
	
}
*/
.eligibbility-next-button {
	width: 150px;
	margin: 10px;
	margin-right: 15px;
}

.save-contact-btn {
	width: 145px;
	height: 41px;
	margin: 1px 0 0;
	padding: 10px 0 1px;
	background-color: #00008f;
}

.button-portal.manage-claim {
	height: 50px;
	white-space: nowrap;
}

.button-portal.manage-claim:hover {
	background-color: #EC4D33;
}

@media ( min-width : 992px) {
	.eligibility-info-flow {
		background-color: #deefe3;
		margin-bottom: 30px;
		width: 71%;
		padding-bottom: 25px;
		margin-left: 15%;
		margin-right: 20%;
	}
}

.button-portal.large-flow:hover {
	background-color: #EC4D33;
}

.new-claim-text {
	width: 276px;
	height: 21px;
	margin: 32px 0 16px;
	font-family: SourceSansPro;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.31;
	letter-spacing: normal;
	color: #fff;
}

.myaccount-claim-text {
	width: 280px;
	height: 21px;
	margin: 11px 0 16px;
	font-family: SourceSansPro;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.31;
	letter-spacing: normal;
	color: #fff;
}

.home-image-manage {
	margin-top: 32px;
	margin-bottom: 55px;
	width: 76px;
	height: 60px;
}

.home-image-myaccount {
	margin-top: 32px;
	margin-bottom: 55px;
	width: 82px;
	height: 60px;
}

.select-cover-sic {
	width: 64px;
	height: 64px;
	margin: 16px 8px;
	object-fit: contain;
}

.select-cover-text-all {
	font-weight: bold;
	height: 36px;
	margin: 72px 0px 0;
	font-family: SourceSansPro;
	font-size: 13px;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
}

@media ( min-width : 992px) {
	.select-cover-text-all {
		height: 36px;
		margin: 4px 0 0;
		font-family: SourceSansPro;
		font-size: 16px;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
	}
	.select-cover-text-acc {
		width: 100%;
		padding: 0 10px;
		height: 36px;
		margin: -10px 0 0 0;
		font-weight: 700; 
		text-align: center;
	}

}

.tooltip-info-select {
	width: 16px;
	height: 16px;
	margin: 0 4px 4px 0;
	object-fit: contain;
}

.document-templates {
	/*width: 60%; 166px; */
	height: 27px;
	/*margin: 0px 20% 0 19.5%; 0px 124px 24px 15px; */
	font-family: SourceSansPro;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.1px;
	color: #00008f;
	white-space: nowrap;
	text-align: left;
}

.document-rectangle {
	/* width: 60%; 62%; */
	height: 60px;
	/* margin-top: 40px;
	margin-left: -275px; 
    margin: 20px 20% 0 19.5%;*/
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.6);
}

.document-declaration-from-Pre {
	/* width: 223px; */
	height: 18px;
	/* margin: 9px 0 0 -135px; */
	font-family: SourceSansPro;
	font-size: 14px;
	text-align: left;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	white-space: nowrap;
	color: #333;
}

.pdf-text {
	/* width: 25px;
	height: 18px; */
	/* margin: 35px 5px 0 -222px; */
	font-family: SourceSansPro;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.2px;
	white-space: nowrap;
	color: #999;
	text-align: left;
	text-decoration: none;
	margin-left: 10px;
}

.prepare-document-text {
	margin-top: 10px;
}

.prepare-document-checkbox {
	min-width: 18px;
	height: 18px;
	margin: 8px 0 0 20%;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.19px;
	color: #333333;
}

.prepare-document-checkbox-text {
	min-width: 239px;
	height: 17px;
	margin: 6px 0 0 0;
	font-family: SourceSansPro;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.19px;
	color: #333;
}

.portal-guide-nothanks-une {
	margin-bottom: 5%;
	font-size: 14px;
	font-weight: bold;
	color: #F07662;
	cursor: pointer;
	margin-left: -55px;
}

.template-tooltip-info {
	width: 16px;
	height: 16px;
	margin: 0 4px 0 3px;
	object-fit: contain;
}

@media screen and (min-width: 1350px) {
	#claimSubmissionForm .claim-policy-detail {
		/* width: 70%; */
		/* max-width: 1000px; */
		/* margin: 0 auto 32px; */
		margin: auto;
		margin-bottom:32px;
		box-shadow: 0 1px 4px 0 rgb(0 0 0/ 10%);
	}
}

@media screen and (min-width: 1600px) {
	#claimSubmissionForm .claim-policy-detail {
		/* width: 100%;
		max-width: 1000px; */
		/* margin-left: 23%;
		margin-right: 10%; */
		margin: auto;
		margin-bottom:32px;
		box-shadow: 0 1px 4px 0 rgb(0 0 0/ 10%);
	}
}

@media screen and (min-width: 1850px) {
	#claimSubmissionForm .claim-policy-detail {
		/* margin-left: 25%; */
	}
}

@media screen and (min-width: 2000px) {
	#claimSubmissionForm .claim-policy-detail {
		/* margin-left: 28%; */
	}
}

@media screen and (min-width: 2200px) {
	#claimSubmissionForm .claim-policy-detail {
		/* margin-left: 30%; */
	}
}

.contactus-thankyou {
	height: 36px;
	margin: 64px 0px 32px 0px;
	font-family: PublicoHeadline;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #333;
}

.contactus-successmsg {
	height: 24px;
	margin: 32px 0px 160px 0px;
	font-family: SourceSansPro;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: 0.26px;
	color: #333;
}

.contactus-thankyou-mobile {
	width: 274px;
	height: 24px;
	margin: 19px 32px 20px 14px;
	font-family: PublicoHeadline;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.37px;
	color: #333;
}

.contactus-successmsg-mobile {
	width: 290px;
	height: 48px;
	margin: 20px 15px 268px;
	font-family: SourceSansPro;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.23px;
	color: #333;
}

.yes-button {
	width: 100%;
	margin: 30px 0 0 0;
}

.margin-top35 {
	margin-top: 35px;
}

.opacity1Orange {
	opacity: 1;
	color: #f07662;
}

.noThanks {
	height: 18px;
	font-family: SourceSansPro;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #f07662;
	text-decoration: underline;
}

.radio-error {
	position: absolute;
	margin: 60px 0 0 0px;
}

#claimSubmissionForm .info-button {
	padding: 6px;
}

#multiUpload .upload-file-div label {
	width: 182px;
	font-family: SourceSansPro;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #999;
	/* display: flex; */
	align-items: baseline;
}

#multiUpload .upload-file-div label p button {
	height: 18px;
	margin: 10px 8px 0 0;
	font-family: SourceSansPro;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #00008f;
}

.claim-summary-agentName {
	word-break: break-all;
	max-width: 315px;
}

.prepare-document-checkbox-text b u a {
	color: #333;
}

.terms-conditions b {
	color: #2f6f7d;
}

#termsconditionsmodalId .modal-body, #privacyPolicyModal .modal-body {
	max-height: 400px;
	overflow: auto;
}

@media ( max-width : 400px) {
	.upload-progress-bar {
		margin-top: 80px;
	}
}

@media ( max-width : 360px) {
	.upload-progress-bar {
		margin-top: 140px;
	}
	#uploadForm .upload-next {
		margin-left: -15px;
	}
	.button-view-register-user {
		width: 250px !important;
	}
}

.button-portal.document-prepare {
	height: 50px;
	white-space: nowrap;
}

.button-portal.large-account {
	height: 40px;
	margin-top: 15px;
}

.button-portal.large-account:hover {
	background-color: #EC4D33;
}

@media ( min-width : 350px) and (max-width: 380px) {
	#uploadForm .upload-next {
		margin-left: -5%;
		width: 275px !important;
	}
	#claimSubmissionForm .button-view-register-user {
		width: 310px !important;
	}
}

#privacyPolicy {
	cursor: pointer;
}

#selectCoverId, #claimUNEEligibilityId, #claimUNEEligibilityId1 {
	width: 150px;
	height: 40px;
}

@media ( min-width : 768px) and (max-width: 1024px) {
	.portal-footer {
		position: static;
		bottom: 0;
		width: 100%;
	}
}

@media ( min-width : 1025px) and (max-width: 1440px) {
	#selectCoverId, #claimUNEEligibilityId, #claimUNEEligibilityId1 {
		margin-left: 15%;
	}
	.portal-footer {
		position: static;
		bottom: 0;
		width: 100%;
	}
}

.margin1p5 {
	margin: 0 0 0 1.5%;
}

#TrackItem {
	border-top: 0;
}

.progressbar li.active .progress-label {
	color: #00008f;
}

.progressbar li.active:before {
	background-color: #00008f;
}

.margin-padding0 {
	margin: 0;
	padding: 0;
}

.width98 {
	width: 98%;
}

.no-claim-msg {
	font-family: SourceSansPro;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.23px;
	color: #333;
	margin: 20px 0 0 20px;
	display: block;
}

.border-top-blue {
	border-top: 5px solid #1100a1;
	border-radius: 5px 5px 0 0;
}

.submit-claim-btn-div {
	margin: 30px 0 0 0;
	display: block;
	border-top: 1px solid #ccc;
	padding: 10px 10px 0 10px;
}

.margin40-30 {
	margin: 40px 0 30px 15px;
}

.marginTop50 {
	margin: 50px 0 0 15px;
}

.borderbottom {
	border-bottom: 1px solid #ccc;
}

.padding2 {
	padding: 2px 0 5px 0;
}

.margin-left15 {
	margin-left: 15px;
}

.padding-right0 {
	padding-right: 0px;
}

.margin-left5 {
	margin-left: 5px;
}

.display-inlineflex {
	display: inline-flex;
}



.add-policy-btn-claim {
	padding: 0;
	width: 100%;
	/* //42.1%; */
	height: 30px;
}

.select-cover-text-all, .select-cover-text-acc {
	font-family: SourceSans, Raleway, arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
}

span.button-portal.blue {
	border-radius: 2px;
}

.margin-top-twenty {
	margin-top: 20px;
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
	/* STYLES GO HERE */
	.upload-flow-check-box-padding {
		padding: 0 70px 0 10px;
	}
	.padding-bottom-50 {
		padding-bottom: 50px;
	}
	.portal-footer {
		position: static;
		bottom: 0;
		width: 100%;
	}
	.margin-top-twentyfive {
		margin-top: 25px;
	}
	#claimSubmissionForm .claim-policy-container {
		margin-bottom: 50px;
	}
	.claim-policy-container #noButtonlabelId {
		width: 100%;
		white-space: nowrap;
	}
	.marginleft2-4pc {
		margin-left: 4%;
	}
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
	/* STYLES GO HERE */
	.portal-footer {
		position: static;
		bottom: 0;
		width: 100%;
	}
	.marginleft2-4pc {
		margin-left: 4%;
	}
}

/* popover arrow color */
.popover.top>.arrow:after {
	border-top-color: #2425aa;
}

.responsive-url {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.header-seperator {
	color: #80808030;
	padding: 10px 0 0 0;
	line-height: 1.5;
	font-size: 19px;
	font-weight: bold;
}

.mobile-menu .portal-text-move {
	color: #80808030;
	padding: 20px 10px 20px 0;
	float: right;
	font-size: 19px;
	font-weight: bold;
}

.PL-15 {
	padding-left: 15px;
}

.eligibility-image {
	width: 64px;
	height: 64px;
	object-fit: contain;
	margin-top: 14px;
	margin-left: 8px;
}

.pl-0 {
	padding-left: 0px !important;
}

.upload-checkbox-left {
	width: auto;
	margin-top: 7px !important;
}

.se .agentSect {
	word-break: normal;
}
.pr-0 {
	padding-right: 0px;
}

.flex {
	display: flex;
}

.prepare-doc-sample {
	width: 75%;
	margin-left: 12.5%;
	margin-right: 12.5%;
}

.upload-doc-sample {
    width: 80%;
    margin-left: 9%;
    margin-right: 9%;
}

.agentSect1 {
	display: inline-block;
	float: left;
}

.agentSect {
	word-break: break-all;
}

#cover-spin {
    position:fixed;
    display:block;
    width:100%;
    height:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(0,0,0,0.7);
    z-index:9999;
 }

@-webkit-keyframes spin { from {-webkit-transform:rotate(0deg);} to {-webkit-transform:rotate(360deg);} }
@keyframes spin { from {transform:rotate(0deg);} to {transform:rotate(360deg);} }

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;
    height:40px;
    border-style:solid;
    border-color:grey;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
.form-control.error-text{
	background-color: transparent !important;
}
.hasDatepicker.error-text{
	background-color: #f2dede !important;
}

label.error-text{
	font-size: 13px;
	font-weight: normal;
}
.navbar-portal .navbar-toggler{
	border-color: white;
    margin-top: 5px;
    margin-right: 5px;
    width: 45px;
}