.roofing__title {
	max-width: 80%;
	width: 100%;
	text-align: center;
	margin: 0px auto;
	max-width: 568px;
	width: 100%;
	margin-bottom: 30px;
}

.resources-block-type-1__cards {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: flex-start;
	margin-top: 34px
}

@media screen and (max-width: 1024px) {
	.resources-block-type-1__cards {
		gap: 25px
	}
}

@media screen and (max-width: 767px) {
	.resources-block-type-1__cards {
		gap: 16px
	}

	.certification-container .certification-list {
		display: block !important;
	}
	.hero-secondary__content {
    padding: 24vh 0px 20vh 0px!important;
}
	
}

.resources-block-type-1__card {
	background: hsla(0, 0%, 100%, .1);
	border-radius: 10px;
	border-top: 5px solid #8cb6e6;
	padding: 30px 26px;
	width: calc(50% - 15px)
}

@media screen and (max-width: 1024px) {
	.resources-block-type-1__card {
		width: calc(50% - 12.5px)
	}

	.cbws__main {
		flex-direction: column-reverse;
		padding: 60px 0px 30px !important;
	}

	.cbws__content {
		margin-left: 0px !important;
		width: 100% !important;
	}

	.cbws__sidebar {
		width: 100% !important;
		padding-top: 40px;
	}
}
@media screen and (max-width: 980px) {
	.hero-secondary__content {
    padding: 26vh 0px 20vh 0px!important;
}
}

@media screen and (max-width: 812px) {
	.resources-block-type-1__card {
		width: 100%
	}
}
@media screen and (max-width: 704px) {
	.testimonial_box {
    padding: 80px 0px 40px!important;
}
}

.resources-block-type-1__card-heading,
.resources-block-type-1__card-heading>* {
	line-height: 30px
}

.resources-block-type-1__card-content {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-top: 25px
}

.resources-block-type-1__card-content--one-col .resources-block-type-1__card-description {
	width: 100%
}

.resources-block-type-1__card-description {
	width: 50%
}

.resources-block-type-1__card-description>* {
	color: hsl(0deg 1.67% 20.7% / 80%)
}

.resources-block-type-1__card-description ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px
}

.resources-block-type-1__card-description ul li {
	margin-bottom: 10px;
	padding-left: 10px;
	position: relative
}

.resources-block-type-1__card--1-1 .location-nav-menu li {
	width: 33% !important;
	float: left;
}

.resources-block-type-1__card-description ul li:before {
	content: ".";
	left: 0;
	position: absolute
}

.resources-block-type-1__card-description ul li:last-of-type {
	margin-bottom: 0
}

.resources-block-type-1__card-description ol {
	margin: 0;
	padding-left: 25px
}

.resources-block-type-1__card-description a {
	color: #1d2150;
}

.resources-block-type-1__card-description a:hover {
	color: #8CB6E6;
}

.resources-block-type-1__card-link {
	color: #8cb6e6;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	margin-top: 15px;
	text-decoration: underline;
	text-underline-position: under;
}

@media screen and (max-width: 1440px) {
	.resources-block-type-1__card-link {
		font-size: calc(.1vw + 16.56px);
		line-height: calc(.1vw + 25.56px)
	}
}

@media screen and (max-width: 440px) {
	.resources-block-type-1__card-link {
		font-size: 17px;
		line-height: 26px
	}

	.hero-secondary__title h1 {
        font-size: 35px !important;
        line-height: 50px!important;

	}
}

.resources-block-type-1__card-link:hover {
	color: #ccc;
}

.location-box .resources-block-type-2 {
	padding-top: 0
}

.resources-block-type-2 {
	background-color: #19304c;
	padding-bottom: 127px;
	padding-top: 92px
}

@media screen and (max-width: 1440px) {
	.resources-block-type-2 {
		padding-bottom: calc(3.2vw + 80.92px);
		padding-top: calc(1.7vw + 67.52px)
	}
	.certification-box .certification-container {
    /* padding: 30px 0; */
    width: 100%;
}
}

@media screen and (max-width: 440px) {
	.resources-block-type-2 {
		padding-bottom: 95px;
		padding-top: 75px
	}
}

.resources-block-type-2__headline {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

@media screen and (max-width: 767px) {
	.resources-block-type-2__headline {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 30px
	}

	.hero-secondary .author-information__written-date {
		display: block;
		text-align: center;
		border: none;
		margin-bottom: 10px;
		margin-left: 0px;
        padding-left: 0px;
	}
	.cbws__main {
    padding: 60px 0px 40px !important;
}
	.cta-with-background-image__title h3 {
    font-size: 40px!important;
    line-height: 46px!important;
    margin-bottom: 15px!important;
}
}

.resources-block-type-2__title {
	max-width: 513px;
	width: 45%;
}

.page-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1220px;
	width: 90%;
}


@media screen and (max-width: 767px) {
	.resources-block-type-2__title {
		width: 100%
	}
}

.resources-block-type-2__description {
	max-width: 561px;
	width: 46%
}

@media screen and (max-width: 767px) {
	.resources-block-type-2__description {
		width: 100%
	}
	.certification-container .certification-list li{
		margin-bottom:30px;
	}
	.certification-box {
    padding-bottom: 30px!important;
}
}

.resources-block-type-2__cards {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: flex-start;
	margin-top: 64px
}

@media screen and (max-width: 1024px) {
	.resources-block-type-2__cards {
		gap: 25px;
		margin-top: calc(3.425vw + 28.93151px)
	}
}

@media screen and (max-width: 767px) {
	.resources-block-type-2__cards {
		gap: 16px
	}
}

@media screen and (max-width: 440px) {
	.resources-block-type-2__cards {
		margin-top: 44px
	}
}

.resources-block-type-2__card {
	background: hsla(0, 0%, 100%, .1);
	border-radius: 10px;
	border-top: 5px solid #f79944;
	padding: 30px 26px;
	width: calc(33.33333% - 20px)
}

@media screen and (max-width: 1024px) {
	.resources-block-type-2__card {
		width: calc(33.33333% - 16.66667px)
	}
}

@media screen and (max-width: 1000px) {
	.resources-block-type-2__card {
		width: calc(50% - 12.5px)
	}

	.location-new-jersey-row .location-row {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.location-nav-menu.collapsed {
		max-height: 570px !important;
	}
	.hero-secondary__title {
    width: 90%!important;
    margin: 0 auto;
}
}

@media screen and (max-width: 767px) {
	.resources-block-type-2__card {
		width: calc(50% - 8px)
	}
}

@media screen and (max-width: 575px) {
	.resources-block-type-2__card {
		width: 100%
	}
}

@media screen and (max-width: 480px) {
	.location-new-jersey-row .location-row {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.location-nav-menu.collapsed {
		max-height: 190px !important;
	}

	.author-information__reviewer {
		display: block !important;
	}

	.author-information__reviewer-info {
		margin-left: 0px !important;
		padding-top: 25px;
		align-items: center !important;
	}

	.author-information__reviewer-img {
		justify-self: center;
	}
}

.resources-block-type-2__card-label {
	background-color: #f79944;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 11px;
	padding: 4px 10px
}

.resources-block-type-2__card-heading,
.resources-block-type-2__card-heading>* {
	line-height: 30px
}

.resources-block-type-2__card-description {
	margin-top: 24px
}

.resources-block-type-2__card-description ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px
}

.resources-block-type-2__card-description ul li {
	margin-bottom: 10px;
	padding-left: 10px;
	position: relative
}

.resources-block-type-2__card-description ul li:before {
	content: "Â·";
	left: 0;
	position: absolute
}

.resources-block-type-2__card-description ul li:last-of-type {
	margin-bottom: 0
}

.resources-block-type-2__card-description ol {
	margin: 0;
	padding-left: 25px
}

.three-columns-cards-type-1 {
	background-color: #19304c;
	padding-bottom: 140px;
	padding-top: 117px
}

@media screen and (max-width: 1440px) {
	.three-columns-cards-type-1 {
		padding-bottom: calc(5.5vw + 60.8px);
		padding-top: calc(5.2vw + 42.12px)
	}
}

@media screen and (max-width: 440px) {
	.three-columns-cards-type-1 {
		padding-bottom: 85px;
		padding-top: 65px
	}
}

.three-columns-cards-type-1__headline {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

@media screen and (max-width: 767px) {
	.three-columns-cards-type-1__headline {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 22px;
	}
	.hero-secondary__title {
    width: 90%!important;
    margin: 0 auto;
}
}

.three-columns-cards-type-1__headline--with-big-desc .three-columns-cards-type-1__description {
	font-size: 16px;
	line-height: 24px;
	max-width: 559px;
	width: 46%;
}

@media screen and (max-width: 1440px) {
	.three-columns-cards-type-1__headline--with-big-desc .three-columns-cards-type-1__description {
		font-size: calc(.1vw + 14.56px);
		line-height: calc(.1vw + 22.56px);
	}
}

@media screen and (max-width: 767px) {
	.three-columns-cards-type-1__headline--with-big-desc .three-columns-cards-type-1__description {
		width: 100%;
	}
}

@media screen and (max-width: 440px) {
	.three-columns-cards-type-1__headline--with-big-desc .three-columns-cards-type-1__description {
		font-size: 15px;
		line-height: 23px;
	}
}

.three-columns-cards-type-1__headline--with-big-desc .three-columns-cards-type-1__description>* {
	font-size: 16px;
	line-height: 24px
}

@media screen and (max-width: 1440px) {
	.three-columns-cards-type-1__headline--with-big-desc .three-columns-cards-type-1__description>* {
		font-size: calc(.1vw + 14.56px);
		line-height: calc(.1vw + 22.56px)
	}
}

@media screen and (max-width: 440px) {
	.three-columns-cards-type-1__headline--with-big-desc .three-columns-cards-type-1__description>* {
		font-size: 15px;
		line-height: 23px
	}
}

.three-columns-cards-type-1__headline-left {
	max-width: 560px;
	width: 46%
}

@media screen and (max-width: 767px) {
	.three-columns-cards-type-1__headline-left {
		width: 100%
	}
}

.three-columns-cards-type-1__subtitle {
	margin-top: 26px
}

.three-columns-cards-type-1__subtitle,
.three-columns-cards-type-1__subtitle>* {
	font-family: Urbanist, Helvetica, Arial, sans-serif;
	font-weight: 400
}

.three-columns-cards-type-1__description {
	max-width: 487px;
	width: 40%
}

@media screen and (max-width: 1440px) {
	.three-columns-cards-type-1__description {
		font-size: calc(.6vw + 15.36px);
		line-height: calc(.9vw + 23.04px)
	}
}

@media screen and (max-width: 767px) {
	.three-columns-cards-type-1__description {
		width: 100%
	}
}

@media screen and (max-width: 440px) {
	.three-columns-cards-type-1__description {
		font-size: 18px;
		line-height: 27px
	}
}

@media screen and (max-width: 1440px) {
	.three-columns-cards-type-1__description>* {
		font-size: calc(.6vw + 15.36px);
		line-height: calc(.9vw + 23.04px)
	}
}

@media screen and (max-width: 440px) {
	.three-columns-cards-type-1__description>* {
		font-size: 18px;
		line-height: 27px
	}
}
@media screen and (max-width: 600px) {
	.three-columns-cards-type-1__description>* {
		font-size: 18px;
		line-height: 27px
	}
	.wys>h2 {
		font-size: 36px !important;
        line-height: 48px !important;
	}
	.cta-content {
    max-width: 90%!important;
}
}
.three-columns-cards-type-2 {
	padding-bottom: 75px;
	padding-top: 75px
}

.three-columns-cards-type-2__title {
	margin: 0 auto;
	max-width: 568px;
	text-align: center;
	width: 100%
}

.location-new-jersey-row .location-row {
	display: grid;
	width: 100%;
	column-gap: 20px;
	align-items: stretch;
	grid-template-columns: repeat(4, 1fr);
}

.location-new-jersey-row .location-col {
	width: 50%;
}

.location-row .location-block {
	border: 1px solid #3a3e67;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
}

.location-row .location-block .location-list {
	margin-top:20px;
	padding-top: 20px;
	border-top: 1px solid #30345d;
}

.location-row .location-list li a {
	color: #fff;
}

.location-row .location-list li {
	position: relative;
	color: #fff;
	padding-left: 20px;
	cursor: pointer;
	margin-bottom: 10px;
}

.location-row .location-list li:before {
	content: "·";
	left: 5px;
	position: absolute;
	font-size: 20px;
}

.location-row .location-list li a:hover {
	color: #8CB6E6;
}

.location-row h4 {
    color: #ffffff;
    padding-bottom: 0;
    font-weight: 600;
    font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    line-height: 1.2em;
    display: flex;
    align-content: center;
    align-items: center;
}

.location-row h4::marker {
	content: '';
	font-size: 16px;
	font-weight: bold;
	position: relative;
	color: #82384f;
	display: none !important;
}

.location-row h4:before {
    content: '';
    display: inline-block;
/*     margin-right: 10px; */
    height: 30px;
    width: 36px;
    background-image: url(https://vikroof.wpenginepowered.com/wp-content/uploads/2026/01/right.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
    position: relative;
    top: 0;
}

.location-new-jersey-row {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #1d2150;
}

.location-new-jersey-row .location-container {
	background-color: #2c316d;
	border-radius: 10px;
	border-top: 5px solid #8cb6e6;
	padding: 40px;
}

.location-new-jersey-row h2 {
	color: #fff !important;
}

.location-new-jersey-row .location-col ul li {
	margin-bottom: 10px;
	padding-left: 10px;
	position: relative;
}

.location-new-jersey-row .location-col ul li:before {
	content: ".";
	left: 0;
	position: absolute;

}

.location-new-jersey-row .roofing-heading-box {
    padding-bottom: 30px;
    max-width: 75%;
    text-align: center;
    margin: 0px auto;
}

.Roofing-box .roofing-heading {
	border-radius: 10px;
	border-top: 5px solid #8cb6e6;
	padding: 30px 26px;
}

.Roofing-box .Services-row {
	min-height: 140px;

}

.Roofing-box .Services-row ul {

	padding-left: 26px;
}

.Roofing-box .Services-row ul li {
	width: 33.33%;
	float: left;
}

.Roofing-box .Services-row ul li a {
	color: #1d2150;
}

.Roofing-box .Services-row ul li a:hover {
	color: #8CB6E6;
}

.commercial-box {
	padding-top: 80px;
}

.testimonial_box {
	padding: 100px 0px;
	background-color: #f7f7f7;
}


.cta-with-background-image {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 450px;
	padding-bottom: 40px;
	padding-top: 40px;
}

.cta-with-background-image__text {
	color: #fff;
}

.cta-content {
	max-width: 70%;
	text-align: center;
	margin: 0px auto;
}

.cta-with-background-image__title h3 {
	font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	font-size: 42px;
	color: #FFFFFF !important;
	line-height: 60px;
}

.cta-btn {
	border: 2px solid #fff;
	color: #FFFFFF !important;
	font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif;
	font-size: 18px;
	line-height: 27px;
	padding: 14px 34px;
	position: relative;
	text-align: center;

}

.cta-with-background-image__link {
	margin-top: 35px;
}

.cta-btn:hover {
	color: #1d2150 !important;
	background-image: initial;
	background-color: #ffffff;
}

.cta-with-background-image__text p {
	line-height: 1.9em;
	font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif;
	font-size: 18px;
	line-height: 1.9em;
	margin-bottom: 30px !important;
}


.author-information__reviewer {

	align-items: center;
	display: -ms-flexbox;
	display: flex;

}

.author-information__reviewer-info {

	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-left: 12px;
	align-items: start;
}

.author-information__reviewed-by {
	font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #fff;
	padding-bottom: 5px;
}

.author-information__reviewer-name {
	color: #fff;
	font-weight: 600;
}


.author-information__written-date:first-child {
	border: 0;
}

.rev-container {
	display: flex;
	justify-self: center;
	gap: 40px;
}

.author-information__written-date {
	margin-left: 10px;
	padding-left: 10px;
	font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif;
	border-left: 1px solid #fff;
	font-size: 14px;
	text-align: right;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 500;
}
.hero-secondary__content {
    padding: 250px 0px 150px 0px;
}
.hero-secondary__btns {
    padding-top: 50px;
}
.cbws-btn {
	padding: 30px 0px 40px 0px;
}
.hero-secondary__btns .btn {
	background-color: #8CB6E6;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	outline: none;
	padding: 14px 34px;
	transition: all .3s ease-in-out;
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
}

.hero-secondary__btns .btn:hover {
	background-color: #5498e5;
}

.btn--light-text {
	color: #fff;
}

.hero-secondary__title {
	width: 70%;
	margin: 0 auto;
}

.author-information__reviewer-img,
.author-information__reviewer-img img {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	border: 1px solid #606060;
}

.cbws__main {
	display: flex;
	justify-content: space-between;
	padding: 100px 0px;
}

.cbws__sidebar {
	width: 30%;
	margin-right: 0%;
}

.cbws__content {
	margin-left: 60px;
	width: 70%;
}

.cbws-navigation .one-sliding-box {
	background-color: #f8f8f8;
	border-radius: 12px;
	border: 1px solid #ebebeb;
	color: #fff;
	padding: 29px 26px 29px 28px;
	padding-bottom: 8px;
	margin-bottom: 30px;

}

.cbws-related-posts {
	padding-top: 39px;
}

.cbws-navigation .one-widget-title {
	font-size: 22px;
	font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 30px;
	color: #1d2150;
}

.cbws-navigation {
	padding-bottom: 8px;
}

.sidebar-nav .menu {
	padding: 15px 0px;
}

.sidebar-nav .menu li {
	font-size: 16px;
	margin-bottom: 5px;
	padding: 8px 0px;
	font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif;
	color: #1d2150;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
	margin-left: 20px;
	cursor: pointer;
}

.sidebar-nav .menu a:hover {
	color: #8CB6E6;
}

.sidebar-nav .menu li:last-child {
	border-bottom: none;
}

.sidebar-nav .menu li::marker {
	content: '';
	font-size: 16px;
	font-weight: bold;
	position: relative;
	color: #82384f;
	display: none !important;
}

.sidebar-nav .menu li:before {
	font-family: ETmodules;
	content: "3";
	font-size: 20px;
	position: absolute;
	font-weight: 800;
	transform: rotate(-90deg);
	color: #1d2150;
	left: -25px;
}

.sidebar-nav .menu .ll-link {
	padding: 7px 0px;
	border-bottom: 1px solid #e0e0e0;
}

.sidebar-nav .menu a {
	color: #1d2150;
	font-size: 16px;
	font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif;
}


.wys--cbws>h3 {
	font-size: 24px;
	line-height: 38px;
	margin-top: 10px;
}

.wys p, .wys li {
	font-size: 16px;
	margin-bottom: 12px;
	font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif;
	line-height: 1.7em;
	font-weight: 500;
}
.wys ul{
    list-style-type: disc;
    padding-inline-start: 16px;
}

.hero-secondary__description p {
	font-size: 16px;
	line-height: 1.7em;
	color: #fff;
}

.cbws__jump-sec {
	height: 72px;
	margin-bottom: 35px;
	position: relative;
	width: 100%;
}

.cbws .cbws-jump-sec {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.cbws .cbws-jump-sec__title {
	color: #1d2150;
	cursor: pointer;
	display: flex;
	font-size: 20px;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1.5;
	padding: 22px 26px;
	align-items: center;
}

.cbws .cbws-jump-sec__title img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.cbws .cbws-jump-sec__list {
	border-top: 1px solid #95a7ac;
	display: none;
	margin: 0 30px;
	padding-bottom: 30px;
	padding-left: 0;
	padding-top: 6px;
}

.cbws .cbws-jump-sec li {
	list-style: none;
	margin-top: 20px;
}

.cbws .cbws-jump-sec li a {
	color: #19304c;
	transition: all .3s linear;
}

.container_custom {
	margin-left: auto;
	margin-right: auto;
	max-width: 1220px;
	width: 90%;
}

.location-heading h2 {
	font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	font-size: 42px;
	color: #1d2150;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: center;
}

.wys>h2 {
	font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	font-size: 42px;
	color: #1d2150;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin-bottom: 15px;
	margin-top: 30px;
	text-align: left;
}

.location-heading p, .location-heading li {
	font-size: 16px;
	margin-bottom: 12px;
	font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif;
	line-height: 1.7em;
	font-weight: 500;
	color: #353535;
}

.certification-box {
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
	background-color: #f7f7f7 !important;
	position: relative;
	background-position: 50%;
	background-size: cover;
}

.certification-container .certification-list {
	display: grid;
	width: 100%;
	column-gap: 30px;
	grid-template-columns: repeat(2, 1fr);
	align-items: stretch;
	row-gap: 25px;
}

.certification-container .certification-list li {
	padding: 30px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	box-shadow: 0px -1px 18px 6px rgba(0, 0, 0, 0.08);
}

.certification-container .certification-list li img {
	width: 45%;
	margin-bottom: 20px;
}

.certification-container .certification-list li h4 {
	font-weight: 600;
	font-size: 24px;
	color: #1d2150 !important;
	line-height: 35px;
}

.certification-box .certification-container {
	padding: 30px 0;
	width: 100%;
}

.certification-box .location-heading {
	padding: 2% 0;
}

.certification-box .container-small p {
	text-align: center;
}

.container-small {
	max-width: 860px;
	margin: 0 auto;
}

.location-load-more {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #3a3e67;
    background-color: #ffffff00 !important;
    border-radius: 10px;
    color: #fff !important;
}
.btns-text:hover {
    background: #5498e5;
}
.location-load-more:hover {
	background-color: #8CB6E6 !important;
	border: 1px solid #8CB6E6;
}

.location-nav-menu.collapsed {
	max-height: 575px;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.location-nav-menu.expanded {
	transition: max-height 0.4s ease;
}

.btns-text {
    background-color: #8cb6e6;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    outline: none;
    padding: 18px 34px;
    transition: all .3s ease-in-out;
    font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif;
}

.accordion-item {
	padding: 25px;
	margin-bottom: 20px;
	background: #f0f0f017;
	border-radius: 10px;
	border: 1px solid #ccc;
}

.faq {
	padding-top: 90px;
	padding-bottom: 90px;
}

.faq-heading {
	padding-bottom: 30px
}


.accordion-header span {
	font-weight: 600;
	font-size: 20px;
	color: #1d2150 !important;
	line-height: 35px;
}
.source-box-wave .accordion-header .plus {
    height: 30px;
    width: 35px;
}

/* .accordion-header:hover span{
    color: #8CB6E6 !important;
} */
.accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: anchor-center;
	cursor: pointer;
}

.source-box-wave .accordion-header {
	justify-content: start;

}
.source-box-wave .accordion-open svg {
 transform: translate(0, 0) rotate(45deg) !important;
}
.accordion-open svg {
	transform: rotate(180deg) !important;
    transition: all .5s ease-in-out;
}
.accordion-open svg path {
    fill: #8cb6e6;
}
.accordion-close svg {
    transition: all .5s ease-in-out;
}
.accordion-open .accordion-header span {
    color: #8CB6E6 !important;
}
.accordion-body p {
	padding-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 12px;
}
.accordion-item.animated.slideInRight.accordion-open {
    background: #f0f0f06e;
    border: 1px solid #ccc;
    box-shadow: 2px 0px 4px #e0e0e0;
}

.source-box-wave {
	padding-top: 0;
	background: #fff;
}

.source-box-wave .accordion-item {
	margin-bottom: 0px;
	background: none !important;
	border: none !important;
    box-shadow: none !important;
}

.accordion-body p a {
	color: #8CB6E6;
}

.accordion-body p a:hover {
	text-decoration: underline;
}

.source-box-wave .accordion-body {
	padding-bottom: 20px;
}

.jump-container .accordion-body ul li {
	font-size: 16px;
	margin-bottom: 5px;
	padding: 6px 0px;
	font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif;
	color: #1d2150;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
	cursor: pointer;
}

.jump-container .accordion-body ul li a {
	color: #1d2150;
}

.jump-container .accordion-body {
	padding-top: 20px;
}

.jump-container .accordion-body ul li:last-child {
	border-bottom: none;
}


.hero-secondary__content-left {
	width: 100%;
	text-align: center;
}

.description-box {
	border-bottom: 1px solid #e7e7e7;
	padding-top: 0px;
	margin-bottom: 22px;
}

.author-information__dates {

	padding-top: 40px;
	align-items: center;
	padding-bottom: 30px;
}

.author-information__container {
	padding-bottom: 20px;
	padding-top: 60px;
	display:none;
}

.hero-secondary__title h1 {
	font-weight: 700;
	font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif;
	font-size: 42px;
	color: #FFFFFF !important;
	line-height: 52px;
	text-align: center;
}
.accordion-body {
    border-top: 1px solid #ccc;
}
.accordion-open .accordion-header{
	padding-bottom:15px;
}
.jumpcontainer {
    padding: 25px;
    margin-bottom: 20px;
    background: #f8f8f8;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    cursor: pointer;
    margin-top: 40px;
}
.jumpcontainer .accordion-header svg{
	transition: all .5s ease-in-out;
}
.jumpcontainer #jumplink h3{
	justify-content: space-between;
	display: flex;
	align-items: anchor-center;
	margin-bottom:0px;
	margin-top:0px !important;
	font-weight: 600;
    font-size: 20px;
    color: #1d2150 !important;
    line-height: 35px;
	padding-bottom: 0px !important;

}
.jumpcontainer #jumpbox ul li {
    font-size: 16px;
    margin-bottom: 0px;
    padding: 10px 0px;
    font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif;
    color: #1d2150;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    cursor: pointer;
	list-style: none;
}
.jumpcontainer #jumpbox ul li a{
	color: #1d2150;
}
#jumpbox .accordion-open {
    background: #f0f0f06e;
    border: 1px solid #ccc;
    box-shadow: 2px 0px 4px #e0e0e0;
}
.jumpcontainer #jumplink h3.active {
    color: #8CB6E6 !important;
}


.jumpcontainer #jumpbox ul li:last-child {
	border-bottom: none;
}
.jumpcontainer #jumplink h3.active svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.jumpcontainer #jumpbox ul{
	padding-left: 0px;
	padding-top: 15px;
}
.location-new-jersey-row p {
    color: #fff!important;
	text-align:center;
}
.location-heading img{
	margin-top:2px!important;
}