.service {
	padding: 0px 40px;
}
@media(max-width:767px){
    .service {
    	padding: 0px;
    }
}
.service h1 {
	color: #E1242A;
}

.service__overviewHeader {
	background: #A1A4AC;
	font-size: 28px;
	font-weight: 700;
	color: white;
	padding: 12px 18px;
	line-height: 1;
	position: relative;
}
@media(max-width:767px){
    .service__overviewHeader {
    	background: white;
    	font-size: 13px;
    	color: #000000;
    	border: 2px solid #A1A4AC;
	    margin-bottom:10px;
    }
}
.service__overviewHeader::after {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	border-right: 3px solid white;
	border-bottom: 3px solid white;
	position: absolute;
	right: 20px;
	top: 14px;
	transform: rotate(225deg);
	transform-origin: 11px 11px;
}
@media(max-width:767px){
    .service__overviewHeader::after {
    	border-right-width: 2px;
    	border-bottom-width: 2px;
        border-color:#A1A4AC;
        top:8px;
    }
}
.service__overviewHeader.active:after {
	transform: rotate(45deg);
}

.service__overviewDropdown {
    display:none;
	width: 100%;
}
.service__overviewDropdownTab {
	background: #EDF2F4;
	color:#15141A;
	font-size: 15px;
	font-weight: 700;
	display: block;
	margin-bottom: 9px;
	padding: 8px 10px;
	line-height: 1;
	cursor:pointer;
	text-decoration:none;
}
.service__overviewDropdownTab.active,
.service__overviewDropdownTab:hover {
	background:#E1242A;
	color:white;
}
.service__overviewDropdownTab:first-child {
	margin-top: 9px;
}

.service__overviewContent {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
@media(max-width:767px){
    .service__overviewContent {
    	flex-wrap:wrap;
    	/*margin-top:10px;*/
    }
}
.service__overviewContent--container {
	padding-bottom: 20px;
}
@media(max-width:767px){
    .service__overviewContent--container {
    	padding-bottom: 0px;
    }
}
.service__overviewContent--smaller {
	display: block;
	min-width: 50%;
	max-width: 50%;
	padding: 0px 13px;
}
@media(max-width:767px){
    .service__overviewContent--smaller {
    	min-width: 100%;
    	max-width: 100%;
    }
}
.service__overviewContent h2 {
	width: 100%;
	background: #EDF2F4;
	padding: 6px 12px;
	margin-bottom: 0px;
	margin-top: 20px;
}
.service__overviewContent h2:first-child {
	margin-top: 15px;
}

.service__overviewStat {
	width: 33.33%;
	min-width: 33.33%;
	max-width: 33.33%;
	padding-top: 20px;
}
@media(max-width:767px){
    .service__overviewStat {
    	width: 100%;
    	max-width: 100%;
    	display: flex;
    	justify-content: space-between;
    	padding-top:15px;
    	padding-bottom:15px;
    	border-bottom:1px solid #A1A4AC;
    }
}
.service__overviewContent--smaller .service__overviewStat {
	padding-top: 10px;
	width: 100%;
	min-width: 93%;
	max-width: 93%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media(max-width:767px){
    .service__overviewContent--smaller .service__overviewStat {
    	min-width: 100%;
    	max-width: 100%;
    	padding-bottom:5px;
    	padding-top:5px;
    }
}

.service__overviewStat p {
	margin: 11px 0px;
	line-height: 1;
}
@media(max-width:767px){
    .service__overviewStat p {
    	margin: 0px;
    	line-height: 1;
    }
}
.service__overviewStat p:first-child {
	font-size: 15px;
	color: #34373F;
}
.service__overviewStat p:last-child {
	color: #E1242A;
	font-size: 50px;
	font-weight: 700;
}
@media(max-width:767px){
    .service__overviewStat p:last-child {
    	font-size: 15px;
    }
}

.service__overviewContent--smaller .service__overviewStat p {
	display: inline-block;
	margin: 4px 0px;
}
.service__overviewContent--smaller .service__overviewStat p:first-child {
	padding-right: 20px;
}
.service__overviewContent--smaller .service__overviewStat p:last-child {
	font-size: 30px;
}

.service__body {
	display: flex;
	padding-top: 30px;
	border-top: 1px solid rgba(0,0,0,0.2);
	margin-top: 4px;
}
@media(max-width:767px){
    .service__body {
    	border-top: 0px;
        margin-left: -20px;
        margin-right: -20px;
        flex-wrap:wrap;
    }
}
.service__bodyTabs {
	min-width: 270px;
	max-width: 270px;
	margin-right:30px;
}
@media(max-width:767px){
    .service__bodyTabs {
        display:none;   
    }
}
.service__bodyTabContent {
	flex-grow: 1;
	display:none;
}
@media(max-width:767px){
    .service__bodyTabContent {
        display:block;
        background:#EDF2F4;
        width:100%;
        border-bottom:1px solid white;
    }
}
.service__bodyTabContent.active {
	display:block;
}
.service__bodyTabContentMobileHeader {
    display:none;
}
@media(max-width:767px){
    .service__bodyTabContentMobileHeader {
    	display: block;
    	font-size: 15px;
    	font-weight: 700;
    	padding: 20px;
    	position:relative;
    	cursor:pointer;
    }
    .service__bodyTabContentMobileHeader::after {
    	content: "";
    	display: block;
    	width: 17px;
    	height: 17px;
    	border-right: 1px solid #000000;
    	border-bottom: 1px solid #000000;
    	position: absolute;
    	right: 20px;
    	top: 18px;
    	transform: rotate(45deg);
    	transform-origin: 11px 11px;
    	transition:0.2s transform;
    }
    .active .service__bodyTabContentMobileHeader::after {
    	transform: rotate(225deg);
    }
}

.service__bodyTab {
	background: #EDF2F4;
	font-size: 15px;
	font-weight: 700;
	display: block;
	margin-bottom: 9px;
	padding: 8px 10px;
	line-height: 1;
	cursor:pointer;
}
.service__bodyTab.active,
.service__bodyTab:hover {
	background:#E1242A;
	color:white;
}

.service__bodyTabContent section {
	background: #EDF2F4;
	padding: 20px;
	margin-bottom: 30px;
}
@media(max-width:767px){
    .service__bodyTabContent section {
        display:none;
        padding-top:0px;
    }
}
.service__bodyTabContent section:last-child {
	margin-bottom:0px;
}
.service__bodyTabContent section p,
.service__bodyTabContent section dd,
.service__bodyTabContent section dt,
.service__bodyTabContent section a {
	font-size:15px;
	font-weight:600;
}
.service__bodyTabContent section a {
	color:#E1242A;
	text-decoration:underline;
}
.service__bodyTabContent section dt {
	font-weight:400;
	min-width:350px;
	max-width:350px;
	margin:0px;
}
.service__bodyTabContent section dd {
	width: calc(100% - 350px);
}
.service__bodyTabContent section dd,
.service__bodyTabContent section dt {
	border-top:2px solid white;
	padding:10px 0px 0px;
	margin-top:10px;
}
@media(max-width:767px){
    .service__bodyTabContent section dd,
    .service__bodyTabContent section dt {
        width:100%;
	    max-width:100%;
	    border-width:0px;
    }
}

@media(max-width:767px){
    .service__bodyTabContent section dd {
    	padding-top:5px;
    	margin-top:3px;
    }
    .service__bodyTabContent section dt {
        border-top:1px solid #A1A4AC;
        padding-top:15px;
    }
}
.service__bodyTabContent section dt:first-child,
.service__bodyTabContent section dt:first-child + dd {
	border-top:0px;
	margin-top:3px;
}

.service__bodyTabContent section dd p:first-child, 
.service__bodyTabContent section dt p:first-child {
	margin-top: 0px;
}

.service__bodyTabContent section dd p:last-child, 
.service__bodyTabContent section dt p:last-child {
	margin-bottom: 0px;
}

.service__sectionHeader {
	color: #E1242A;
	font-size: 25px;
	font-weight: 400;
	margin: 0px;
	line-height: 1.25;
}
@media(max-width:767px){
    .service__sectionHeader {
    	font-size: 18px;
    }
}
.service__footer {
	text-align: right;
	padding: 30px 0px 20px;
	border-bottom: 1px solid #A1A4AC;
	font-size: 13px;
}

.sharedCareBlock {
  padding-bottom: 18px;
}

.sharedCareBlock:last-child {
  padding-bottom: 0px;
}
.sharedCareBlock strong + p {
	margin-top: 0px;
}


.blot {
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	width: 25px;
	background: red;
	border-radius: 30px;
	margin-right: 7px;
	background: #A1A4AC;
}
.blot.green {
	background: #8CC63E;
}
.blot.amber {
	background: #EBA800;
}
.blot.red {
	background: #E62828;
}

