/*-- Breadcrumbs --*/

.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.875rem;
}
.breadcrumbs ul a {	
    color: #fff;
    transition: 0.3s;
}
.breadcrumbs ul a:hover {
    text-decoration: underline;
}
.breadcrumbs ul li+li {
    padding-left: 5px;
}
.breadcrumbs ul li+li::before {
    display: inline-block;
    padding-right: 5px;
    color: #fff;
    content: "/";
}
.breadcrumbs h5 {
	margin-bottom: 0;
}

/*-- Inner Pg Hero Header --*/

.inner-hero {
	width: 100%;
	height: auto;
	color: #fff;
	padding: 3.25rem 0;
}
.inner-hero .hero-left {
	position: relative;
	margin-top: 2.5rem;
}

/*-- Inner Pg Middle --*/

.product-logo {
	margin: 0 auto 2.8rem;
}
.mid-section h3 {
	margin-bottom: 1.625rem;
}
.mid-section p {
	width: 90%;
	margin-bottom: 4.437rem;
	margin-left: auto;
	margin-right: auto;
}

/*------ Grey Section ------*/

.grey-section {
	background: #F5EDFF;
	width: 100%;
	height: auto;
	padding: 0;
}
.grey-section .container {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}
.grey-section h3 {
	padding-top: 7.563rem;
	margin-bottom: 2.25rem;
}
.grey-section ul {
	list-style-image: none;
}
.grey-section h4 {
	padding-left: 3.5rem;
	background: url("../images/mark.svg") no-repeat center left;
	margin-bottom: 1.875rem;
	line-height: 35px;
}
.grey-section .purple-btn {
	margin: 0.625rem 0 7.563rem;
}

/*-- Inner Pg List --*/

#icon-list {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  max-width: 99%;
  text-align: left;
}
.icon-list img {
	margin-right: 2.688rem;
}
.icon-list .label h5 {
	margin-bottom: 1.938rem;
}
.icon-list .sub-menu-item {
	margin-top: 2.563rem;
	cursor: default;
}

/*-- Inner CTA Start --*/

.inner-cta-start {
	margin-top: 7.5rem;
	padding: 7.688rem 0;
	background: url("../images/inner-cta-bg.jpg") no-repeat center center /cover;
	position: relative;
	color: #fff;
}
.inner-cta-start h3 {
	margin: 0;
}
.inner-cta-start p {
	margin-bottom: 0;
}
.inner-cta-start .text-end {
	line-height: 82px;
}

.inner-cta-start .text-end .btn:first-child {
	margin-right: 2.5rem;
}

/*------------ Responsive ------------*/
/* RETINA */
@media (-webkit-min-device-pixel-ratio: 2),(-moz-device-pixel-ratio: 2), (min-resolution: 192dppx) { 
	.inner-cta-start {
		background: url("../images/inner-cta-bg@2x.jpg") no-repeat center center /cover;
	}
}
@media (max-width: 1367px) {
	.inner-hero .hero-left {
		width: 55%;
	}
}
/* max-width: 1200px */
@media (max-width: 1200px) {
	.inner-cta-start .col-8 {
		width: 75%;
	}
	.inner-cta-start .col-4 {
		width: 25%;
	}
	.inner-cta-start .text-end .btn:first-child {
		margin-right: 0;
	}
}
/* max-width: 1024px */
@media (max-width: 1024px) {
	.inner-hero .hero-left {
		width: 70%;
	}
	.inner-cta-start h3 {
		margin-top: 2%;
	}
}
/* max-width: 992px */
@media (max-width: 992px) {
	.inner-hero {
		background-position: 70% center !important;
	}
	.mid-section-img {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	.grey-section h3 {
		padding-top: 5rem;
		margin-bottom: 2rem;
	}
	#icon-list {
		grid-template-columns: repeat(1, 100%) !important;
		row-gap: 1.25rem;
		height: auto;
	}
	.icon-list .sub-menu-item {
		margin-top: 0;
	}
	.icon-list .label h5 {
		margin-bottom: 1.35rem;
	}
}
/* max-width: 768px */
@media (max-width: 768px) {	
	.inner-hero {
		background-position: 80% center !important;
	}
	.inner-hero .hero-left {
		width: 80%;
	}	
	.mid-section-img {
		width:90%;
	}
	.inner-cta-start .col-8,
	.inner-cta-start .col-4 {
		width: 100%;
	}
	.inner-cta-start .col-8, 
	.inner-cta-start .text-end {
		text-align: center !important;
	}	
	.inner-cta-start .col-8 {
		margin-bottom: 2rem;
	}
	.inner-cta-start p {
		padding: 0 12%;
		margin-top: 2rem;
	}
	.inner-cta-start .text-end .btn:first-child {
		margin-right: 2.5rem;
	}
}
/* max-width: 600px */
@media (max-width: 600px) {	
	.inner-hero {
		background-position: 70% center !important;
	}
	.breadcrumbs ol {
		font-size: .8rem;
		line-height: 1rem;
	}
	.inner-hero .hero-left {
		width: 70%;
	}
}
/* max-width: 560px */
@media (max-width: 560px) {
	.mid-section p {
		width: 100%;
		margin-bottom: 3.25rem;
	}
	.inner-cta-start .text-end {
		display: grid;
	}
	.inner-cta-start .text-end .btn {
		width: 250px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.inner-cta-start .text-end .btn:first-child {
		margin-bottom: 2rem;
	}
}
/* max-width: 480px */
@media (max-width: 480px) {	
	.inner-hero {
		background-position: 75% center !important;
	}	
	.grey-section h3 {
		padding-top: 5rem;
		margin-bottom: 2rem;
	}
	.icon-list img {
		margin-right: 1.5rem;
	}
}
/* max-width: 375px */
@media (max-width: 375px) {
	.inner-hero {
		background-position: 85% center !important;
	}
}