#overlay {
	position: fixed;
	display: none; 
	width: 100%;
	height: 100%; 
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #92278e;
	z-index: 2;
	cursor: pointer;
}
.large-svg {
    stroke-width: 2px;
}
.overlay_off {
	position: absolute;
	top: 30px;
	right: 30px;
}
.overlay-header {
    font-family: MyriadProBold;
    font-weight: 700;
    font-size: 70px;
    color: white;
}
.float {
	position: fixed;
	width: 94px;
	height: 94px;
	bottom: 50%;
	right: 40px;
	background-color: #92278e;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
}

.float-text {
	text-align: center;
	width: 94px;
	height: 94px;
	border-radius: 100%;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: white;
	font-weight: 600;
	text-decoration: none;
}

.float-text:hover {
	font-size: 22px;
	font-weight: 800;
	text-decoration: none;
}

.my-float {
	margin-top: 22px;
}
.banner-heading {
	font-family: MyriadProBold;
	font-size: 70px;
	color: white;
	font-weight: bold;
}

.payh-ul {
	line-height: 1.8;
	font-size: 18px;
	padding: 0 0 0 25px;
	margin: 10px 0 10px 0;
}

.bhg-ul {
	line-height: 1.8;
	font-size: 18px;
	padding: 0 0 0 25px;
	margin: 10px 0 10px 0;
}
.payh-ul bhg-ul {
	list-style: none;
}

.payh-ul li::before {
	content: "\2022"; 
	color: #92278e; 
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.bhg-ul bhg-ul {
	list-style: none;
}

.bhg-ul li::before {
	content: "\2022"; 
	color: #92278e;
	font-weight: bold; 
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

img {
	margin-right: 10px;
}
.footer {
	background-color: #706f6f;
	min-height: 150px;
	color: white;
}
.filter-purple {
	filter: invert(21%) sepia(19%) saturate(7229%) hue-rotate(280deg)
		brightness(100%) contrast(95%);
}
.filter-white {
	filter: invert(100%) sepia(8%) saturate(501%) hue-rotate(197deg)
		brightness(119%) contrast(100%);
}
@font-face {
	font-family: MyriadProBold;
	src: url("../fonts/Myriad Pro Regular.ttf") format("truetype");
}
@font-face {
	font-family: MyriadPro;
	src: url("../fonts/MyriadProLight.otf") format("opentype");
}
.item1 {
	padding: 10px;
}
body {
	font-family: MyriadPro, sans-serif;
	line-height: 2.5 em;
	font-size: 16px;
}
.navbar {
	min-height: 80px;
}
.navbar-brand {
	min-height: 80px;
}
.link {
	color: #92278e;
	font-weight: bold;
}

.card {
	background-color: red;
}

.main {
	margin-top: 20px;
}

.form {
	background-color: #ecf2f6;
	padding: 15px;
}

hr {
	border-top: 1px solid black;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.triton-button {
	background: linear-gradient(to bottom, #92278e 5%, #92278e 100%);
	background-color: #92278e;
	border-radius: 2px;
	border: 1px solid #92278e;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: myriad-pro, sans-serif;
	font-size: 18px;
	padding: 6px 15px;
	text-decoration: none;
	margin-top: 15px;
}

.shine-header {
	font-weight: 700;
	font-size: 35px;
	color: #92278e;
	font-family: myriad-pro, sans-serif;
	margin-bottom: 15px;
}

.shine-header-small {
	font-weight: 700;
	font-size: 25px;
	color: #92278e;
	font-family: myriad-pro, sans-serif;
	margin-bottom: 15px;
}

.shine-subheader {
	font-weight: 100;
	font-size: 35px;
	color: black;
	font-family: myriad-pro, sans-serif;
	font-style: italic;
}

.footer {
	padding: 5px;
	background-color: #706f6f;
	color: white;
}
.banner {
	width: 100%;
	min-height: 226px;
	background: linear-gradient(to left, #b4378c, #92278f 100%);
	padding-top: 25px;
	padding-bottom: 65px;
}
.newbreadcrumb {
	color: white;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px;
}
@media (max-width: 1024px) {
	.banner-heading {
		font-size: 24px;
		min-height: 40px;
		font-weight: 600;
		line-height: 1.05em;
	}
	.row {
		display: flex;
		display: -ms-flex;
		flex-direction: column;
	}
	.row .item1 {
		order: 2;
	}
	.row .item2 {
		order: 1;
	}

	.row .item1 img {
		width: 100%;
		max-width: 500px;
	}
	.row .item2 img {
		width: 100%;
		max-width: 500px;
	}
	.banner {
		padding-top: 10px;
		padding-bottom: 15px;
		min-height: 100px;
	}
	.float {
		display: none;
	}
}
