/* customisations */


[id="nav"] {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	text-transform: uppercase;
    font-weight: 500;
    gap: 20px;
    padding: 20px;
	flex-grow: 1;
	text-align: right;
}

[id="nav"] > ul {
	font-size: 0;
	line-height: 0;
	padding: 0;
}

[id="nav"] > ul > li {
	font-size: 18px;
	line-height: 20px;
	position: relative;
	padding: 11px 15px;
	margin: 0 9px 0 8px;
	display: inline-block;
	vertical-align: top;
}

[id="nav"] > ul > li.hover {
	color: #fff;
}

[id="nav"] > ul > li:nth-last-child(-n+2) .drop-down {
	left: auto;
	right: 0;
	text-align: right;
}

[id="nav"] > ul > li:nth-last-child(-n+2) .drop-down .drop-down {
	right: 100%;
	left: auto;
}

[id="nav"] > ul > li:nth-last-child(-n+2) .drop-down .has-drop-down-a:before {
	content: "\e900";
	right: auto;
	left: 0;
}

[id="nav"] > ul > li:nth-last-child(-n+2) .drop-down a {
	padding: 0 0 0 20px;
}

[id="nav"] > ul > li > a {
	padding-bottom: 10px;
}

[id="nav"] > ul > li > a:after {
	content: "";
	position: absolute;
	height: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #cfc37b;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
}

[id="nav"] > ul li:before {
	content: "";
}

[id="nav"] > ul li.hover,
[id="nav"] > ul li.selected {
	color: #cfc37b;
}

[id="nav"] > ul li.hover > a:after,
[id="nav"] > ul li.selected > a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

[id="nav"] > ul li.hover > .drop-down {
	opacity: 1;
	visibility: visible;
}

[id="nav"] > ul li.hover > .drop-down > ul {
	-webkit-transform: rotatex(0deg);
	-ms-transform: rotatex(0deg);
	transform: rotatex(0deg);
}

[id="nav"] > ul a {
	text-decoration: none;
	color: inherit;
	position: relative;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

[id="nav"] .exclusives {
	color: #fff;
}

[id="nav"] .exclusives:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
	background: #cfc37b;
}

[id="nav"] .exclusives.hover:before {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

[id="nav"] .exclusives.selected:before {
	display: none;
}

[id="nav"] .drop-down {
	font-size: 16px;
	position: absolute;
	top: 100%;
	left: 0;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility .2s linear .2s, opacity .2s linear .2s, padding .3s linear .3s;
	transition: visibility .2s linear .2s, opacity .2s linear .2s, padding .3s linear .3s;
	padding: 10px 15px;
	z-index: 1;
}

.scroll [id="nav"] .drop-down .drop-down {
	padding-top: 0;
}

[id="nav"] .drop-down .drop-down {
	left: 100%;
	top: 0;
	padding: 0 5px;
	margin-top: -10px;
}

[id="nav"] .drop-down .drop-down .drop-down {
	display: none !important;
}

[id="nav"] .drop-down .drop-down .has-drop-down-a:before {
	display: none;
}

[id="nav"] .drop-down ul {
	width: 177px;
	padding: 11px 0 1px;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transition: -webkit-transform .2s linear .2s;
	transition: -webkit-transform .2s linear .2s;
	transition: transform .2s linear .2s;
	transition: transform .2s linear .2s, -webkit-transform .2s linear .2s;
	-webkit-transform-origin: 100%  0;
	-ms-transform-origin: 100%  0;
	transform-origin: 100%  0;
	position: relative;
}

[id="nav"] .drop-down ul:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: .5;
	z-index: -1;
}

[id="nav"] .drop-down li {
	display: block;
	color: #fff;
	padding: 0 14px;
	margin-bottom: 15px;
}

[id="nav"] .drop-down li.hover,
[id="nav"] .drop-down li.selected {
	color: #cfc37b;
}

[id="nav"] .drop-down .has-drop-down-a:before {
	content: "\e901";
	font-family: "icomoon";
	font-size: 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}

[id="nav"] .drop-down a {
	padding: 0;
	background: none;
	color: inherit;
	display: block;
	position: relative;
	padding-right: 20px;
}

.accordion > li {
  padding: 16px 0 15px;
  border: solid #ebebeb;
  border-width: 0 0 2px;
  margin: 0;
}
@media (max-width: 767px) {
  .accordion > li {
    padding: 10px 0;
  }
}
.accordion > li:first-child {
  border-width: 2px 0;
}
.accordion > li.active .opener:after {
  transform: rotate(-180deg);
}
.accordion .opener {
  position: relative;
  display: block;
  margin: 0;
  padding-right: 30px;
}
.accordion .opener {
  color: inherit;
}
.accordion .opener:hover {
  color: #91cfff;
}
.accordion .opener:after {
  content: "\e923";
  position: absolute;
  top: 50%;
  right: 0;
  color: #91cfff;
  font-family: "icomoon";
  font-weight: normal;
  font-size: 28px;
  line-height: 1;
  transition: transform 0.3s linear;
  margin-top: -14px;
}
.accordion .slide {
  padding: 9px 0 5px;
}
.accordion .slide p {
  /* margin: 0; */
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);  
    background-color: var(--mid-bg) ; /* var(--bs-accordion-active-bg) */
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.contacts-list li {
    align-items: start;
}

.tx-img {
    float:left; 
    margin: 0 10px 20px 0;
}

.tx-text {
    margin-left: 43px;
    clear: right;
}

.hide {
    display: none;
}

a.neat {
    text-decoration: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23222' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}


.our-team {
    max-width: 900px;
    padding: 60px;
}

.btn-lg {
    padding: 20px;
    margin: 6px;
}

.testimonials-blockquote p {
    margin-bottom: 12px;
}
.info-icons .box {
    margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
    .info-icons .box {
        margin-bottom: 2.9375rem;
    }
}

.dropdown-item a {
    text-decoration: none !important;
}

.dropdown-menu {
    border: none;
}




.banner.home-section {
    padding: 20px 0 30px;
    min-height: 840px;
}
.banner {
    background-size: cover;
    position: relative;
    color: var(--primary-color);
}

@media (min-width: 768px) {
    .banner.home-section {
        padding: 55px 0 30px;
    }
}

@media (min-width: 1200px) {
    .banner.home-section {
        padding: 140px 0 30px;
    }
}


.headline-holder {
    background: rgb(154 216 229 / 40%); /*rgba(49, 49, 49, .6);  215 232 240 / 35% */
    padding: 30px;
}


.service-card {
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    transition: box-shadow .3s ease;
    max-width: 370px;
    margin: 0 auto
}

@media (min-width: 576px) {
    .service-card {
        max-width:400px;
        padding-top: 15px
    }
}

@media (min-width: 768px) {
    .service-card {
        padding-top:0
    }
}

.service-card:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.2)
}

.service-card .text-holder {
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 15px 0
}

@media (min-width: 992px) {
    .service-card .text-holder {
        padding:30px 30px 20px
    }
}

.service-card .text-holder p {
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .service-card .text-holder p {
        margin-bottom:35px
    }
}

.service-card-home {
    box-shadow: none;
    padding: 0;
    background-size: cover;
    min-height: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 992px) {
    .service-card-home {
        min-height:420px
    }
}

.service-card-home .text-holder {
    padding: 5px 20px 15px;
    color: #fff;
    max-width: 390px;
    z-index: 5
}

.service-card-home .text-holder p {
    margin-bottom: 10px
}

.service-card-home .h3 {
    margin-left: auto;
    margin-right: auto
}

.service-card-home .arrow {
    margin: 0 auto;
    color: #fff
}

.service-card-home .arrow:hover {
    color: #fb4a54
}

.arrow {
    position: relative;
    color: #fb4a54
}

.arrow:after {
    content: "\e91c";
    font-family: icomoon;
    position: absolute;
    right: -20px
}
.m-0 {
    margin: 0!important
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #313131;
    opacity: .6
}

.adj-clr {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}

.adj-clr:hover {
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}

.tx-opt {
    margin: 45px 0;
    border-radius: 32px;
}

.healthcare.patient .restricted {
    display: none;
}

.healthcare.physician .restricted-welcome {
    display: none !important;
}

div.fcell {
    display: table-cell;
    min-height: 2.5em;
    min-width: 48px;
    padding: .25em;
    text-align: center;
    vertical-align: middle;
    width: 16%;
    color: #14619c;
}
div.fcell2 {
    display: table-cell;
    min-height: 2.5em;
    min-width: 48px;
    padding: .25em;
    text-align: center;
    vertical-align: middle;
    width: 14%;
    color: #14619c;
}

.animateBlock {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    opacity: 0
}

.animateBlock.animate_start {
    -webkit-animation: 1s ease .001s 1 normal forwards running fade-in;
    animation: 1s ease .001s 1 normal forwards running fade-in
}

.fadeInLeft.animate_start {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.fadeInRight.animate_start {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fade-in {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important
}

.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important
}

.linear {
    transition-timing-function: linear !important
}

.ease {
    transition-timing-function: ease !important
}

.ease-in {
    transition-timing-function: ease-in !important
}

.ease-out {
    transition-timing-function: ease-out !important
}

.ease-in-out {
    transition-timing-function: ease-in-out !important
}

.bounce-in {
    transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    animation-delay: .5s !important
}

.long-delay {
    animation-delay: .9s !important
}

/* redefine header */
.main-header {
	padding-top: .875rem;
	padding-bottom: .875rem;
	/* box-shadow: 1px 1px 8px rgba(0, 0, 0, .15); */
	background: #fff
}

@media (min-width:992px) {
	.main-header {
		padding-top: .625rem;
		padding-bottom: .625rem
	}
}

.main-header .container {
	display: block;
	padding-left: 15px;
	padding-right: 15px
}

.main-header .navbar-brand {
	display: block
}

.main-header .navbar-brand img {
	display: inline-block;
	vertical-align: top
}

.main-header .navbar-toggler {
	margin: 0 0 0 10px;
	position: relative;
	z-index: 11;
	border: none;
	outline: 0
}

.add-bar {
	position: static;
	-webkit-box-align: center;
	align-items: center
}

.header-search {
	margin-left: 10px
}

@media (min-width:768px) {
	.header-search {
		margin-left: 25px
	}
}

.header-search .opener {
	width: 25px;
	text-align: center;
	color: inherit;
	font-weight: 600
}

.header-search .opener:hover {
	text-decoration: none
}

.header-search .opener:before {
	content: "\e901";
	font-family: icomoon
}

.header-search.search-active .opener:before {
	content: "\e91a"
}

.header-search.search-active .slide-block {
	opacity: 1;
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
	visibility: visible
}

.header-search .slide-block {
	position: absolute;
	right: 50%;
	width: 100%;
	top: calc(100% + 20px);
	-webkit-transform: translate(50%, -20px);
	transform: translate(50%, -20px);
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	visibility: hidden;
	max-width: 1170px;
	background-color: #fff
}

.header-search .slide-block .btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	font-size: 0;
	line-height: 0;
	padding: 2px 0;
	border: none;
	background: 0 0 !important;
	box-shadow: none;
	-webkit-transition: right .3s ease-in-out;
	transition: right .3s ease-in-out;
	margin: 0
}

.header-search .slide-block .btn:active,
.header-search .slide-block .btn:focus {
	box-shadow: 0 0 0 .1rem rgba(255, 186, 0, .5)
}

.header-search .slide-block .btn:before {
	content: "\e901";
	font-family: icomoon;
	font-size: 20px;
	line-height: 1.2;
	color: #000
}

.header-search .search-field {
	padding: .375rem .75rem;
	padding-right: 40px;
	max-width: 100%;
	height: auto;
	width: 100%;
	margin: 0;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.header-search input[type=search]::-webkit-search-cancel-button,
.header-search input[type=search]::-webkit-search-decoration,
.header-search input[type=search]::-webkit-search-results-button,
.header-search input[type=search]::-webkit-search-results-decoration {
	display: none
}

body.nav-active,
body.sidebar-active {
	overflow: hidden
}

.nav-slide {
	position: fixed;
	top: var(--main-top-padding);
	left: 0;
	bottom: 0;
	width: 270px;
	background: #fff;
	z-index: 10;
	-webkit-transform: translatex(-110%);
	transform: translatex(-110%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

@media (min-width:768px) {
	.nav-slide {
		position: static;
		width: auto;
		overflow: visible;
		box-shadow: none;
		-webkit-transform: none;
		transform: none;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		-webkit-transition: none;
		transition: none
	}
}

.nav-active .nav-slide {
	-webkit-transform: translatex(0);
	transform: translatex(0)
}

[id=nav] {
	display: block;
	text-transform: uppercase;
	-webkit-box-flex: 1;
	flex-grow: 1;
	/* font-weight: 600; */
	padding: 0;
	overflow-y: auto;
	max-height: 100%
}

@media (min-width:768px) {
	[id=nav] {
		padding-top: .46875rem;
		padding-bottom: .46875rem;
		overflow: visible
	}
}

[id=nav].sticky {
	position: fixed;
	top: 0;
	width: 100%
}

[id=nav] .navbar-nav {
	-webkit-box-flex: 1;
	flex-grow: 1
}

[id=nav] .nav-item {
	position: relative;
	padding: 0 10px
}

@media (min-width:992px) {
	[id=nav] .nav-item {
		padding: 0 23px
	}
}

[id=nav] .nav-item .nav-link:focus,
[id=nav] .nav-item .nav-link:hover,
[id=nav] .nav-item.selected .nav-link {
	color: #1895BA
}

@media (min-width:768px) {

	[id=nav] .nav-item .nav-link:focus,
	[id=nav] .nav-item .nav-link:hover,
	[id=nav] .nav-item.selected .nav-link {
		color: #222
	}

	[id=nav] .nav-item .nav-link:focus:before,
	[id=nav] .nav-item .nav-link:hover:before,
	[id=nav] .nav-item.selected .nav-link:before {
		width: 100%
	}
}

@media (min-width:768px) {
	[id=nav] .nav-item .nav-link:before {
		content: "";
		position: absolute;
		bottom: 0;
		height: 4px;
		left: 0;
		background: #1895BA;
		width: 0;
		-webkit-transition: width .3s ease-in-out;
		transition: width .3s ease-in-out
	}

	[id=nav] .nav-item .nav-link:hover:before {
		width: 100%
	}
}

[id=nav] .navbar-nav .nav-link {
	display: block;
	outline: 0;
	position: relative
}

@media (min-width:992px) {
	[id=nav] .navbar-nav .nav-link {
		padding: .75rem 0;
		border: none
	}
}

[id=nav] .dropdown-toggle {
	white-space: normal
}

[id=nav] .dropdown-menu {
	margin: 0
}

@media (min-width:768px) {
	[id=nav] .dropdown-menu {
		margin-top: 30px;
		box-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
		max-width: 180px
	}
}

[id=nav] .dropdown-menu .dropdown-menu {
	margin-top: 0
}

[id=nav] .dropdown-menu a {
	color: inherit;
	text-decoration: none
}

[id=nav] .dropdown-menu .dropdown-toggle {
	position: relative
}

[id=nav] .dropdown-menu .dropdown-toggle:after,
[id=nav] .dropdown-menu .dropdown-toggle:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px
}

@media (max-width:767.98px) {
	[id=nav] .dropdown-menu .dropdown-toggle:before {
		right: .75rem;
		-webkit-transform: translate(-1px, -50%) rotate(180deg);
		transform: translate(-1px, -50%) rotate(180deg)
	}
}

[id=nav] .dropdown-menu .dropdown-toggle:after {
	right: .75rem
}

@media (min-width:768px) {
	[id=nav] .dropdown-menu .dropdown-toggle:before {
		left: .75rem
	}
}

[id=nav] .dropdown-item {
	text-transform: none;
	white-space: normal;
	padding: 0
}

[id=nav] .dropdown-item.show>a {
	text-decoration: none
}

@media (min-width:992px) {
	[id=nav] .dropdown-item.show>a {
		background-color: #f8f9fa
	}
}

[id=nav] .dropdown-item a {
	text-transform: none;
	font-weight: 300;
	display: block;
	padding: .35rem 1.5rem;
	width: 100%;
	color: #222
}

@media (min-width:992px) {
	[id=nav] .dropdown-item a {
		padding: .25rem 1.5rem
	}
}

@media (min-width:768px) {
	[id=nav] .dropdown-item:not(:last-child) {
		border-bottom: 1px solid #f3f3f3
	}
}

.nav-opener {
	width: 24px;
	height: 24px;
	position: relative;
	float: right;
	border: 0;
	margin-right: 0
}

.nav-opener:after,
.nav-opener:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 3px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	background: #1895BA;
}

.nav-opener:before {
	bottom: 19px;
	box-shadow: 0 8px 0 #1895BA;
}

.nav-opener:after {
	bottom: 3px
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	bottom: 50%
}

.nav-active .nav-opener:before {
	-webkit-transform: translateY(50%) rotate(-45deg);
	transform: translateY(50%) rotate(-45deg);
	box-shadow: none
}

.nav-active .nav-opener:after {
	-webkit-transform: translateY(50%) rotate(-135deg);
	transform: translateY(50%) rotate(-135deg)
}

.navbar-toggler.nav-overlay {
	position: absolute;
	right: -100vw;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 10;
	margin: 0;
	width: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out, width .3s ease-in-out .3s;
	transition: opacity .3s ease-in-out, width .3s ease-in-out .3s;
	cursor: default
}

.nav-active .navbar-toggler.nav-overlay {
	width: 100vw;
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.tags-list {
    color: #8a8a8a;
    padding: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    font-size: .875rem
}

.tags-list li {
    padding-right: 1.6875rem;
    position: relative
}

.tags-list li:after {
    top: 0;
    position: absolute;
    right: .6875rem;
    content: "/";
    color: inherit
}

.tags-list li+li:before {
    display: none
}

.tags-list li:last-child:after {
    display: none
}

.tags-list a {
    color: inherit
}

.tags-list a:hover {
    color: #1895BA
}

.blockquote {
    position: relative;
    margin: 1.75rem 0 1.25rem;
    padding-left: 60px
}

@media (min-width: 768px) {
    .blockquote {
        padding-left:100px
    }
}

.blockquote q {
    display: block
}

.blockquote q:before {
    content: "\e905";
    font-family: icomoon;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    width: 40px;
    background-color: #1895BA;
    position: absolute;
    top: 5px;
    left: 0;
    text-align: center;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.15)
}

@media (min-width: 768px) {
    .blockquote q:before {
        font-size:40px;
        line-height: 60px;
        width: 60px
    }
}

[class^=decor-] {
    z-index: 0
}

.decor-dots {
    position: absolute;
    top: 0;
    width: 168px;
    height: 136px;
    background-color: transparent;
    background-image: radial-gradient(circle, rgba(11, 137, 238, .2) 20%, transparent 10%), radial-gradient(circle, rgba(11, 137, 238, .2) 20%, transparent 10%);
    background-size: 17px 17px;
    background-position: 0 0, 0 0
}

.decor-ellipse {
    top: 0;
    position: absolute;
    fill: rgba(11, 137, 238, .1);
    width: 30vw;
    padding-bottom: 100%;
    overflow: hidden;
    pointer-events: none
}

.decor-ellipse .svg-content {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.decor-square {
    width: 70.7%;
    background: rgba(11, 137, 238, .1);
    border-radius: 100px 6px;
    position: absolute;
    top: 15px;
    left: -21px;
    z-index: -1;
    height: 100%
}

@media print,
screen and (min-width:48em) {
    .decor-square {
        top: 33px;
        height: 100%
    }
}

.decor-circle {
    width: 136px;
    height: 136px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    border-radius: 50%;
    border: 40px solid rgba(11, 137, 238, .1);
    z-index: -1
}

.decor-circle.left {
    left: -67px;
    right: auto
}

.decor-border-square {
    width: 130px;
    height: 130px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 30px solid rgba(11, 137, 238, .1);
    border-radius: 8px;
}

.service-list-new .decor-border-square {
    bottom: 4px;
    right: -70px
}

@media print,
screen and (min-width:48em) {
    .service-list-new .decor-border-square {
        right: 62px;
    }
}

.service-list-new .decor-ellipse {
    width: 500px;
    right: -371px;
    top: 162px;
    z-index: -1;
}

.service-list-new .decor-dots {
    width: 168px;
    height: 136px;
    top: 132px;
    left: calc(100% - 48px);
    z-index: -1;
}

.services-wrap .decor-circle.alt {
    left: -180px;
    bottom: 40px;
    top: auto;
    right: auto;
    width: 204px;
    height: 204px;
    border-width: 60px;
    -webkit-transform: none;
    transform: none
}

@media print,
screen and (min-width:48em) {
    .services-wrap .decor-circle.alt {
        left: -100px;
        bottom: 300px
    }
}

.service-list-new .decor-dots.alt {
    top: auto;
    left: -98px;
    right: auto;
    bottom: 290px;
    display: none
}

@media print,
screen and (min-width:48em) {
    .service-list-new .decor-dots.alt {
        display: block
    }
}

.decor-square.alt {
    top: -23px;
    left: auto;
    right: -20px;
    border-radius: 100px 15px;
}


.ppol ul {
	margin-bottom: 12px;
	margin-top: 3px;
}

.ppol .note {
	font-size: small;
	font-style: italic;
}

.ppol h3 {
	margin-top: 1.3rem;
	margin-bottom: -4px;
}
.ppol p {
	margin-top: 1rem;
	margin-bottom: 3px;
}

.ppol h4 {
	font-size: 1.2rem;
	font-weight: 500;
	font-style: italic;
	margin-top: 1.1rem;
	margin-bottom: -10px;
}



