.cu-hero-container {
    background: url(https://p1-ofp.static.pub/fes/cms/2022/04/13/zkv31rjom40cso7mfvqmmzkm9gj84x529636.jpg);
    background-size: cover;
    min-height: 250px;
    background-position: center;
    position: relative;
}
.cu-hero-text{
	position: absolute;
    bottom: 0px;
    height: 125px;
    background: rgba(0,0,0,0.8);
    width: 100%;
    color: white;
    padding: 20px;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

.cu-sec1 {
	max-width: 1920px;
	margin: auto;
}

.cu-tile {
	width: 90%;
	max-width: 350px;
	text-align: center;
	border: 1px solid black;
	border-radius: 6px;
	margin: 10px auto;
	cursor: pointer;
	color: inherit;
}

.cu-tile-icon {
	padding: 20px;
}

.injected-svg {
	width: 50px;
	height: 50px;
}

.cu-tile-head {
	font-size: 22px;
	line-height: 1.3;
}

.cu-tile-subhead {
	font-size: 18px;
	padding: 5px 0px 15px;
}

.cu-tile:hover {
	cursor: pointer;
	border: 1px solid #0d5c91;
	box-shadow: 0px 0px 9px #00000059;
	transition: .1s;
}

.cu-tile:hover * {
	color: #0d5c91;
	fill: #0d5c91;
}
.cu-s1-heading {
	font-size: 35px;
	padding: 50px 20px 30px;
	text-align: center;
}
.cu-s1-subhead {
	font-size: 26px;
	text-align: center;
	padding: 0px 20px 20px;
}
.c1-header {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid black;
	color: #0d5c91;
	padding-top: 30px;
}

.c1-head-left {
	padding-left: 25px;
	cursor: pointer;
	display: flex;
	color: #555;
}
.c1-head-l-item:hover{
	color: #0d5c91;
}
.c1-head-l-item.cu-active:hover{
	color: inherit;
}

.c1-head-right {
	padding-right: 25px;
}

.c1-head-r-item, .c1-head-l-item {
	cursor: pointer;
}
.c1-container{
	margin-top: 30px;
}
.cu-s1-c1 .cu-s1-tile-cont {
	margin-top: 30px;
}
.c2-help-days {
    padding: 0;
    font-size: 18px;
    margin: 3px auto;
}
.c2-help-number{
	margin: 10px auto;
    display: block;
    padding: 15px 30px;
    border: 1px solid;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    font-weight: normal;
    text-transform: capitalize;
    font-weight: 700;
    transition: all ease-in .2s;
    font-size: 16px;
    width: fit-content;
    color: white;
    background-color: #0d5c91;
}
.c2-help-number:hover{
	color: #0d5c91;
    background-color: white;
}
.c2-tile-container {
	margin: 30px 0px 0px;
}
.c2-tile{
	border: 1px solid #ccc;
    background-color: #f8f8f8;
    border-radius: 9px;
    padding: 15px;
    width: 90%;
	margin: auto;
	margin-bottom: 20px;
}
.c2-help-number br {
	display: none;
}
.c2-heading-text {
	display: none;
}
.c2-tile-container .c2-tile-desc, .c2-tile-container .cu-tile-head {
	text-align: center;
}
.cu-tile-text {
    padding: 0px 5px;
}
.cu-sec2{
	background-color: rgb(248, 248, 248);
	padding-bottom: 30px;
	margin-top: 30px;
}
.cu-s1-c1, .cu-s1-c2{
	display: none;
}

@media only screen and (max-width: 759px) {
	.cu-tile {
		display: flex;
		align-items: center;
	}

	.cu-tile-text {
		text-align: left;
	}
	.cu-tile-subhead{
		padding: 0px;
	}
	.cu-tile {
		display: flex;
		align-items: center;
	}

	.cu-tile-text {
		text-align: left;
	}

	.cu-s1-c1 .cu-tile-icon {
		display: none;
	}

	.cu-s1-c1 .cu-tile-text {
		padding: 20px;
		text-align: center;
		width: 100%;
	}
	.c2-tile .cu-tile-icon{
		display: none;
	}
	.cu-sec2 .cu-tile-icon {
		display: none;
	}

	.cu-sec2 .cu-tile-text {
		padding: 10px 20px;
		text-align: center;
		width: 100%;
	}
}
@media only screen and (min-width: 760px) {
	.cu-hero-container {
	    background: url(https://p4-ofp.static.pub/fes/cms/2022/04/06/onbkpskgucjc4xw37e3xcdlf6rpvup227738.jpg);
        background-size: cover;
        background-position: right;
	}
	.cu-hero-text{
		bottom: unset;
        height: 100%;
        width: 50%;
        padding: 102.5px 20px 20px 10%;
        text-align: unset;
	}
	.cu-s1-tile-cont {
		display: flex;
		justify-content: center;
		flex-flow: wrap;
	}
	.cu-tile {
		width: 20%;
		margin: 10px;
		min-width: 200px;
	}
	.cu-sec1 .cu-tile{
		min-height: 210px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;		
	}
	.cu-tile-text {
		padding: 0px 5px;
	}

	.c2-heading-text {
		display: block;
		margin: 30px 10px;
		font-size: 28px;
	}

	.c2-tile {
		background-color: unset;
		border: unset;
		max-width: 25%;
		margin: 0px 0px 20px;
		text-align: center;
	}

	.c2-tile-container {
		display: flex;
		justify-content: center;
	}

	a#help-number {
		background-color: unset;
		padding: 0px;
		color: #0d5c91;
		border: unset;
		font-size: 24px;
		font-weight: 400;
		line-height: 1.4;
	}

	.c2-help-number br {
		display: block;
	}
	.cu-sec2 .cu-tile {
	    width: 10%;
	}
}
