@charset "UTF-8";
/* Service Lines CSS */
#servicelines {
  /* Service Line Template colors */
	font-family: var(--font__400);
	font-size: 18px;
  /* Plugins */
  /* Global Styles */
  /* Servicelines global classes */;
}

#servicelines .slick-slider {
	position: relative;
}

#servicelines .slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9000;
	background: transparent;
	border: none;
	padding: 10px 13px 10px 13px;
	line-height: 1;
	width: auto;
}

#servicelines .slick-slider .slick-arrow:before {
	display: block;
	font-family: 'Fontawesome';
	content: '\f104';
	font-size: 70px;
	line-height: 1;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
	vertical-align: middle;
}

#servicelines .slick-slider .slick-arrow:hover {
	text-decoration: none;
}

#servicelines .slick-slider .slick-arrow:hover:before {
	color: white;
}

#servicelines .slick-slider .slick-arrow.slick-prev {
	left: 20px;
	height: 70px;
	padding: 0px;
}

#servicelines .slick-slider .slick-arrow.slick-next {
	right: 20px;
	height: 70px;
	padding: 0px;
}

#servicelines .slick-slider .slick-arrow.slick-next:before {
	content: '\f105';
}

#servicelines .container-fluid {
	position: relative;
}

#servicelines .container {
	padding: 80px 0 105px;
}

@media screen and (max-width: 1199px) {
	#servicelines .container {
		padding: 80px 15px 50px;
	}
}

@media screen and (max-width: 991px) {
	#servicelines .container {
		width: 100%;
		padding: 35px 15px;
	}
}

#servicelines .arc-top {
	position: relative;
	padding-bottom: 45px;
}

#servicelines .arc-top .container {
	padding: 5px 15px 60px;
}

@media screen and (max-width: 991px) {
	#servicelines .arc-top .container {
		padding: 10px 15px 20px;
	}
}

@media screen and (max-width: 991px) {
	#servicelines .arc-top .container {
		padding: 10px 15px 45px;
	}
}

@media screen and (max-width: 767px) {
	#servicelines .arc-top {
		top: -23px;
		padding-bottom: 0;
	}
}

#servicelines .arc-top .arc {
	display: block;
	width: 100vw;
	height: 45px;
	position: absolute;
	left: 0;
	right: 0;
	top: 1px;
}

@media screen and (max-width: 991px) {
	#servicelines .arc-top .arc {
		height: 31px;
		top: 16px;
	}
}

@media screen and (max-width: 767px) {
	#servicelines .arc-top .arc {
		height: 23px;
		top: -22px;
	}
}

#servicelines .arc-top.lt-red .arc {
	background: url("../../img/arcs/arc-lt-red.png") center bottom no-repeat;
	background-size: 100% 45px;
}

@media screen and (max-width: 991px) {
	#servicelines .arc-top.lt-red .arc {
		background: url("../../img/arcs/arc-lt-red-tab.png") center bottom no-repeat;
		background-size: 100%;
	}
}

@media screen and (max-width: 767px) {
	#servicelines .arc-top.lt-red .arc {
		background: url("../../img/arcs/arc-lt-red-m.png") center bottom no-repeat;
		background-size: 100%;
	}
}

#servicelines .arc-top.lt-gray {
	background: #d1dde0;
}

#servicelines .arc-top.lt-gray .arc {
	background: url("../../img/arcs/arc-lt-gray.png") center bottom no-repeat;
	background-size: 100% 45px;
}

@media screen and (max-width: 991px) {
	#servicelines .arc-top.lt-gray .arc {
		background: url("../../img/arcs/arc-lt-gray-tab.png") center bottom no-repeat;
		background-size: 100%;
	}
}

@media screen and (max-width: 767px) {
	#servicelines .arc-top.lt-gray .arc {
		background: url("../../img/arcs/arc-lt-gray-m.png") center bottom no-repeat;
		background-size: 100%;
	}
}

#servicelines .arc-top.md2-gray .arc {
	background: url("../../img/arcs/arc-md2-gray.png") center bottom no-repeat;
	background-size: 100% 45px;
}

@media screen and (max-width: 991px) {
	#servicelines .arc-top.md2-gray .arc {
		background: url("../../img/arcs/arc-md2-gray-tab.png") center bottom no-repeat;
		background-size: 100%;
	}
}

@media screen and (max-width: 767px) {
	#servicelines .arc-top.md2-gray .arc {
		background: url("../../img/arcs/arc-md2-gray-m.png") center bottom no-repeat;
		background-size: 100%;
	}
}

#servicelines .arc-top.dk-red .arc {
	background: url("../../img/arcs/arc-dk-red.png") center bottom no-repeat;
	background-size: 100% 45px;
}

@media screen and (max-width: 991px) {
	#servicelines .arc-top.dk-red .arc {
		background: url("../../img/arcs/arc-dk-red-tab.png") center bottom no-repeat;
		background-size: 100%;
	}
}

@media screen and (max-width: 767px) {
	#servicelines .arc-top.dk-red .arc {
		background: url("../../img/arcs/arc-dk-red-m.png") center bottom no-repeat;
		background-size: 100%;
	}
}

#servicelines .arc-top.md-gray .arc {
	background: url("../../img/arcs/arc-md-gray.png") center bottom no-repeat;
	background-size: 100% 45px;
}

@media screen and (max-width: 991px) {
	#servicelines .arc-top.md-gray .arc {
		background: url("../../img/arcs/arc-md-gray-tab.png") center bottom no-repeat;
		background-size: 100%;
	}
}

@media screen and (max-width: 767px) {
	#servicelines .arc-top.md-gray .arc {
		background: url("../../img/arcs/arc-md-gray-m.png") center bottom no-repeat;
		background-size: 100%;
	}
}

#servicelines .arc-top.dk-gray .arc {
	background: url("../../img/arcs/arc-dk-gray.png") center bottom no-repeat;
	background-size: 100% 45px;
}

@media screen and (max-width: 991px) {
	#servicelines .arc-top.dk-gray .arc {
		background: url("../../img/arcs/arc-dk-gray-tab.png") center bottom no-repeat;
		background-size: 100%;
	}
}

@media screen and (max-width: 767px) {
	#servicelines .arc-top.dk-gray .arc {
		background: url("../../img/arcs/arc-dk-gray-m.png") center bottom no-repeat;
		background-size: 100%;
	}
}

#servicelines .arc-top.white .arc {
	background: url("../../img/arcs/arc-white.png") center bottom no-repeat;
	background-size: 100% 45px;
}

@media screen and (max-width: 991px) {
	#servicelines .arc-top.white .arc {
		background: url("../../img/arcs/arc-white-tab.png") center bottom no-repeat;
		background-size: 100%;
	}
}

@media screen and (max-width: 767px) {
	#servicelines .arc-top.white .arc {
		background: url("../../img/arcs/arc-white-m.png") center bottom no-repeat;
		background-size: 100%;
	}
}

#servicelines .arc-bottom {
	position: relative;
	background: white;
	padding-bottom: 45px;
	top: 1px;
	color: var(--color__brand_summit_blue);
}

@media screen and (max-width: 767px) {
	#servicelines .arc-bottom {
		top: -23px;
	}
}

#servicelines .arc-bottom .bottom-arc {
	display: block;
	width: 100vw;
	height: 45px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -45px;
	background: url("../../img/arcs/arc-bottom-white.png") center bottom no-repeat;
	background-size: 100% 45px;
	z-index: 100;
}

@media screen and (max-width: 991px) {
	#servicelines .arc-bottom .bottom-arc {
		background: url("../../img/arcs/arc-bottom-white.png") center bottom no-repeat;
		background-size: 100%;
		bottom: -24px;
	}
}

@media screen and (max-width: 767px) {
	#servicelines .arc-bottom .bottom-arc {
		background: url("../../img/arcs/arc-bottom-white.png") center bottom no-repeat;
		background-size: 100%;
		bottom: -11px;
	}
}

#servicelines ul li {
	list-style-type: square;
}

#servicelines ul ul li {
	list-style-type: disc;
	margin-top: 5px;
}

#servicelines ul ul ul li {
	list-style-type: circle;
	margin-top: 5px;
}

#servicelines h1, #servicelines h2, #servicelines h3, #servicelines h4 {
	line-height: 1.25;
}

#servicelines h1 {
	font-size: 48px;
	font-family: var(--font__700);
}

@media screen and (max-width: 991px) {
	#servicelines h1 {
		font-size: 36px;
	}
}

@media screen and (max-width: 767px) {
	#servicelines h1 {
		font-size: 30px;
	}
}

#servicelines h2 {
	font-family: var(--font__700);
	font-size: 32px;
	line-height: 1.25;
}

@media screen and (max-width: 991px) {
	#servicelines h2 {
		font-size: 28px;
	}
}

@media screen and (max-width: 767px) {
	#servicelines h2 {
		font-size: 25px;
	}
}

#servicelines h3 {
	font-family: var(--font__700);
	font-size: 28px;
	line-height: 1.25;
}

@media screen and (max-width: 991px) {
	#servicelines h3 {
		font-size: 26px;
	}
}

@media screen and (max-width: 767px) {
	#servicelines h3 {
		font-size: 24px;
	}
}

#servicelines h4 {
	font-family: var(--font__600);
	font-size: 22px;
}

@media screen and (max-width: 767px) {
	#servicelines h4 {
		font-size: 20px;
	}
}

#servicelines h5 {
	font-family: var(--font__700);
	font-size: 22px;
}

@media screen and (max-width: 767px) {
	#servicelines h5 {
		font-size: 20px;
	}
}

#servicelines ul, #servicelines ol:not(.breadcrumb-list) {
	margin: 15px 0 35px 0;
	line-height: 30px;
}

#servicelines ul li, #servicelines ol:not(.breadcrumb-list) li {
	margin-top: 15px;
}

#servicelines ul li:first-child, #servicelines ol:not(.breadcrumb-list) li:first-child {
	margin: 0;
}

@media screen and (max-width: 767px) {
	#servicelines ul li, #servicelines ol:not(.breadcrumb-list) li {
		font-size: 16px;
	}
}

#servicelines p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
	#servicelines p {
		margin-bottom: 25px;
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width: 767px) {
	#servicelines p {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 25px;
	}
}

#servicelines .lt-red {
	background: #a61d40;
}

#servicelines .lt-gray {
	background: #d1dde0;
}

#servicelines .md-gray {
	background: #adb7be;
}

#servicelines .md2-gray {
	background: #768692;
}

#servicelines .dk-red {
	background: #6f132b;
}

#servicelines .dk-gray {
	background: #435663;
}

#servicelines .white {
	background: white;
}

#servicelines .lt-red, #servicelines .md2-gray, #servicelines .dk-gray, #servicelines .dk-red {
	color: white;
}

#servicelines .lt-red h1, #servicelines .lt-red h2, #servicelines .lt-red h3, #servicelines .lt-red h4, #servicelines .md2-gray h1, #servicelines .md2-gray h2, #servicelines .md2-gray h3, #servicelines .md2-gray h4, #servicelines .dk-gray h1, #servicelines .dk-gray h2, #servicelines .dk-gray h3, #servicelines .dk-gray h4, #servicelines .dk-red h1, #servicelines .dk-red h2, #servicelines .dk-red h3, #servicelines .dk-red h4 {
	color: white;
}

#servicelines .white, #servicelines .md-gray {
	color: var(--color__grey-darker);
}

#servicelines .white h1, #servicelines .white h2, #servicelines .white h3, #servicelines .white h4, #servicelines .md-gray h1, #servicelines .md-gray h2, #servicelines .md-gray h3, #servicelines .md-gray h4 {
	color: var(--color__grey-darker);
}

#servicelines .lt-gray {
	color: #40474f;
}

#servicelines .lt-gray h1, #servicelines .lt-gray h2, #servicelines .lt-gray h3, #servicelines .lt-gray h4 {
	color: #40474f;
}

#servicelines .white h2 {
	color: #768692;
}

#servicelines .header-full {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}

@media screen and (max-width: 991px) {
	#servicelines .header-full {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	#servicelines .header-full {
		margin-bottom: 30px;
		padding: 0 15px;
	}
}

#servicelines .scroll-down {
	position: fixed;
	opacity: 0;
	bottom: 20px;
	left: 50%;
	height: 45px;
	width: 50px;
	margin-left: -25px;
	cursor: pointer;
	background: #a6093d;
	border-radius: 3px;
	z-index: 900;
	transition: opacity .2s linear;
}

@media screen and (min-width: 1200px) {
	#servicelines .scroll-down.scrolled {
		opacity: 1;
	}
}

#servicelines .scroll-down:after {
	display: block;
	content: '\f107';
	font-family: Fontawesome;
	font-size: 25px;
	color: white;
	text-align: center;
	vertical-align: middle;
	line-height: 45px;
}

#servicelines .su-lightbox {
	color: #a6093d;
}

#servicelines .su-lightbox:hover {
	color: #ad3700;
	text-decoration: underline;
}

#servicelines .sl-faq__container {
	margin-bottom: 25px;
}

#servicelines .sl-faq__header {
	margin: 0;
	padding: 22px 0 11px 0;
}

#servicelines .sl-faq__question {
	margin-top: 0;
	padding-top: 11px;
}

#servicelines .sl-faq__question a {
	color: #40474f;
}

#servicelines .sl-faq__question [data-toggle="collapse"]:before {
	color: #a61d40;
	position: absolute;
	left: 15px;
	display: inline-block;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 35px;
	line-height: 25px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f107";
	transform: rotate(0deg);
	transition: all linear 0.25s;
}

#servicelines .sl-faq__question [data-toggle="collapse"].collapsed:before {
	transform: rotate(-90deg);
}

#servicelines .sl-faq__answer p {
	margin-bottom: 10px !important;
}

#servicelines .sl-faq__card-block {
	margin-left: 50px;
}

#servicelines .sl-faq__card-body {
	padding-left: 30px;
}

#servicelines .sl-faq.lt-red, #servicelines .sl-faq.md2-gray, #servicelines .sl-faq.dk-red, #servicelines .sl-faq.dk-gray {
	color: white;
}

#servicelines .sl-faq.lt-red h1, #servicelines .sl-faq.lt-red h2, #servicelines .sl-faq.lt-red h3, #servicelines .sl-faq.lt-red h4, #servicelines .sl-faq.md2-gray h1, #servicelines .sl-faq.md2-gray h2, #servicelines .sl-faq.md2-gray h3, #servicelines .sl-faq.md2-gray h4, #servicelines .sl-faq.dk-red h1, #servicelines .sl-faq.dk-red h2, #servicelines .sl-faq.dk-red h3, #servicelines .sl-faq.dk-red h4, #servicelines .sl-faq.dk-gray h1, #servicelines .sl-faq.dk-gray h2, #servicelines .sl-faq.dk-gray h3, #servicelines .sl-faq.dk-gray h4 {
	color: white;
}

#servicelines .sl-faq.lt-red h1 a, #servicelines .sl-faq.lt-red h2 a, #servicelines .sl-faq.lt-red h3 a, #servicelines .sl-faq.lt-red h4 a, #servicelines .sl-faq.md2-gray h1 a, #servicelines .sl-faq.md2-gray h2 a, #servicelines .sl-faq.md2-gray h3 a, #servicelines .sl-faq.md2-gray h4 a, #servicelines .sl-faq.dk-red h1 a, #servicelines .sl-faq.dk-red h2 a, #servicelines .sl-faq.dk-red h3 a, #servicelines .sl-faq.dk-red h4 a, #servicelines .sl-faq.dk-gray h1 a, #servicelines .sl-faq.dk-gray h2 a, #servicelines .sl-faq.dk-gray h3 a, #servicelines .sl-faq.dk-gray h4 a {
	color: white;
}

#servicelines .sl-faq.lt-red [data-toggle="collapse"]:before, #servicelines .sl-faq.md2-gray [data-toggle="collapse"]:before, #servicelines .sl-faq.dk-red [data-toggle="collapse"]:before, #servicelines .sl-faq.dk-gray [data-toggle="collapse"]:before {
	color: white;
}

#servicelines .reviews-testimonials .header-testimonials h2 {
	margin-bottom: 50px;
}

#servicelines .reviews-testimonials .testimonial-container {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

#servicelines .reviews-testimonials .testimonial-container .slick-list {
	display: flex;
}

#servicelines .reviews-testimonials .testimonial-container .slick-list .slick-track {
	display: flex;
}

#servicelines .reviews-testimonials .testimonial-container .slick-list .slick-track .slick-slide {
	display: flex;
}

#servicelines .reviews-testimonials .testimonial-container .slick-dots {
	bottom: -90px;
}

#servicelines .reviews-testimonials .testimonial-container .slick-dots li {
	width: 50px;
	height: 5px;
	margin: 0 10px !important;
}

#servicelines .reviews-testimonials .testimonial-container .slick-dots li button {
	width: 50px;
	height: 5px;
}

#servicelines .reviews-testimonials .testimonial-container .slick-dots li.slick-active button:before {
	height: 5px;
	width: 50px;
	background-color: #ffffff;
	content: "";
	border-radius: 5px;
	opacity: 1;
}

#servicelines .reviews-testimonials .testimonial-container .slick-dots li button:before {
	height: 5px;
	width: 50px;
	background-color: #415262;
	content: "";
	border-radius: 5px;
	opacity: 1;
}

#servicelines .reviews-testimonials .testimonial-container .testimonial-wrapper {
	padding: 60px 40px;
	height: 100%;
}

#servicelines .reviews-testimonials .testimonial-container .testimonial-wrapper:before {
	content: '“';
	font-family: var(--font__700);
	font-size: 400px !important;
	display: block;
	color: #b3c2c7;
	text-align: left;
	position: absolute;
	left: -5px;
	top: 60px;
	line-height: 200px;
	z-index: 9;
}

#servicelines .reviews-testimonials .testimonial-container .testimonial-wrapper:after {
	content: '“';
	font-family: var(--font__700);
	font-size: 400px !important;
	display: block;
	color: #b3c2c7;
	text-align: right;
	position: absolute;
	right: -5px;
	bottom: 60px;
	line-height: 200px;
	transform: scaleY(-1);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#servicelines .reviews-testimonials .testimonial-container .testimonial-wrapper .testimonial {
	position: relative;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 30px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	border-radius: 5px;
	z-index: 11;
}

#servicelines .reviews-testimonials .testimonial-container .testimonial-wrapper .testimonial .info {
	align-self: flex-end;
	width: 100%;
}

#servicelines .reviews-testimonials .testimonial-container .testimonial-wrapper .testimonial .info .state {
	color: #768692;
}

#servicelines .sbs-cta {
	text-align: center;
}

#servicelines .sbs-cta .content p {
	color: #768692;
	font-size: 20px !important;
}

#servicelines .sbs-cta .flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
}

@media screen and (max-width: 767px) {
	#servicelines .sbs-cta .flex {
		display: block;
	}
}

#servicelines .sbs-cta .flex .cta-container {
	margin-top: 15px;
	display: flex;
	flex-direction: column;
}

#servicelines .sbs-cta .flex .cta-container .cta-content {
	border: 2px solid #345064;
	text-align: center;
	display: flex;
	flex-direction: column;
	height: 100%;
}

#servicelines .sbs-cta .flex .cta-container .cta-content .sbs-cta-headline {
	background-color: #345064;
	padding: 15px 20px;
	margin: 0;
	color: #fff;
	font-size: 19px;
	font-family: var(--font__700);
	line-height: 22px;
}

#servicelines .sbs-cta .flex .cta-container .cta-content .sbs-copy {
	padding: 15px;
}

#servicelines .sbs-cta .flex .cta-container .cta-content .sbs-copy p {
	margin-bottom: 0px !important;
}

#servicelines .pharmacy-today-section {
	background-color: #ffffff;
}

#servicelines .pharmacy-today-section .pharmacy-today-headline {
	text-transform: uppercase;
	color: #a6093d;
	margin-bottom: 22px;
	font-family: var(--font__500) !important;
}

#servicelines .pharmacy-today-section .pharmacy-today-headline a {
	color: #a6093d;
}

#servicelines .pharmacy-today-section .pharmacy-today-headline a:hover {
	color: #a6093d;
}

#servicelines .pharmacy-today-section .pharmacy-column {
	margin-bottom: 30px;
}

#servicelines .pharmacy-today-section .pharmacy-column a {
	color: #2e3b44 !important;
}

#servicelines .pharmacy-today-section .pharmacy-column a:hover {
	color: #2e3b44 !important;
}

#servicelines .pharmacy-today-section .pharmacy-column .pharmacy-story-container {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#servicelines .pharmacy-today-section .pharmacy-column .post-title-container {
	height: 120px;
	overflow: hidden;
	background-color: #ebebe6;
	padding: 0 15px;
	display: flex;
	align-items: center;
}

#servicelines .pharmacy-today-section .pharmacy-column .post-title-container .post-title {
	font-family: var(--font__500) !important;
	font-size: 21px !important;
	margin: 0px !important;
	color: #2e3b44 !important;
	line-height: 1.3;
}

#servicelines .wp-block-button.is-style-small .wp-block-button__link, #servicelines .wp-block-button.is-style-small > a {
	padding: 11px 24px;
	font-size: 16px;
}

#servicelines .wp-block-button .wp-block-button__link, #servicelines .wp-block-button > a {
	display: inline-block;
	text-decoration: none;
	font-family: var(--font__700);
	line-height: 1.2;
	transition: .2s;
}

#servicelines .wp-block-button {
	margin-top: 0px;
}

#servicelines .accolades {
	text-align: center;
}

@media screen and (max-width: 767px) {
	#servicelines .accolades .header {
		margin: 0 0 15px;
	}
}

#servicelines .accolades .content {
	margin: 50px 0 0;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 991px) {
	#servicelines .accolades .content {
		margin-top: 15px;
		display: block;
	}
}

@media screen and (max-width: 767px) {
	#servicelines .accolades .content {
		margin: 0 0 15px;
		display: block;
	}
}

#servicelines .accolades .accolade a {
	color: #ffffff;
}

#servicelines .accolades .accolade a .inner {
	padding: 0 10%;
}

@media screen and (max-width: 991px) {
	#servicelines .accolades .accolade a .inner {
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	#servicelines .accolades .accolade a .inner {
		padding: 0 10%;
	}
}

#servicelines .accolades .accolade a .inner img {
	transition: all .5s;
	margin-bottom: 15px;
}

#servicelines .accolades .accolade a .inner p {
	margin-bottom: 5px;
	line-height: 1.5;
}

#servicelines .accolades .accolade a:hover img {
	transform: scale(1.05);
}

#servicelines .accolades .accolade .inner {
	padding: 0 10%;
}

@media screen and (max-width: 991px) {
	#servicelines .accolades .accolade .inner {
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	#servicelines .accolades .accolade .inner {
		padding: 0 10%;
	}
}

#servicelines .accolades .accolade .inner img {
	transition: all .5s;
	margin-bottom: 15px;
}

#servicelines .accolades .accolade .inner p {
	margin-bottom: 5px;
	line-height: 1.5;
}

@media screen and (max-width: 991px) {
	#servicelines .accolades .accolade {
		margin-top: 35px;
	}
}