@font-face {
	font-family: Open Sans;
	src: url(../fonts/open-sans/open-sans-regular.eot);
	src: url(../fonts/open-sans/open-sans-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/open-sans/open-sans-regular.woff) format("woff"), url(../fonts/open-sans/open-sans-regular.ttf) format("truetype"), url(../fonts/open-sans/open-sans-regular.svg#open-sans) format("svg");
	font-style: normal;
	font-weight: 400
}
@font-face {
	font-family: Open Sans;
	src: url(../fonts/open-sans/open-sans-semi-bold.eot);
	src: url(../fonts/open-sans/open-sans-semi-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/open-sans/open-sans-semi-bold.woff) format("woff"), url(../fonts/open-sans/open-sans-semi-bold.ttf) format("truetype"), url(../fonts/open-sans/open-sans-semi-bold.svg#open-sans) format("svg");
	font-style: normal;
	font-weight: 600
}
@font-face {
	font-family: Open Sans;
	src: url(../fonts/open-sans/open-sans-light.eot);
	src: url(../fonts/open-sans/open-sans-light.eot?#iefix) format("embedded-opentype"), url(../fonts/open-sans/open-sans-light.woff) format("woff"), url(../fonts/open-sans/open-sans-light.ttf) format("truetype"), url(../fonts/open-sans/open-sans-light.svg#open-sans) format("svg");
	font-style: normal;
	font-weight: 300
}
*, :after, :before {
	box-sizing: border-box
}
html {
	font-size: 14px;
}
body {
	background-color: #133b58;
	color: #fff;
	font-family: Open Sans, sans-serif;
	font-weight: 400;
	line-height: 1.45;
	margin: 0;
	padding-bottom: 60px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased
}




h1 {
	color: #0066b3;
	font-family: Open Sans, sans-serif;
	font-size: 2em;
	font-weight: 400;
	margin: 0 0 15px;
	line-height: 1.2
}
h2 {
	color: #0066b3;
	font-family: Open Sans, sans-serif;
	font-size: 1.7em;
	font-weight: 400;
	margin: 0 0 15px;
	line-height: 1.2
}
h3 {
	color: #0066b3;
	font-family: Open Sans, sans-serif;
	font-size: 1.55em;
	font-weight: 400;
	margin: 0 0 15px;
	line-height: 1.2
}
h4 {
	color: #0066b3;
	font-family: Open Sans, sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	margin: 0 0 15px;
	line-height: 1.2
}
h5 {
	color: #0066b3;
	font-family: Open Sans, sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	margin: 0 0 15px;
	line-height: 1.2
}
h6 {
	color: #0066b3;
	font-family: Open Sans, sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	margin: 0 0 15px;
	line-height: 1.2
}
p {
	font-size: 1em;
	font-weight: 400;
	line-height: 1.45;
	margin: 0 0 15px
}
ul {
	margin: 0;
	padding: 0;
	list-style: none
}
li {
	font-size: 1em
}
figure {
	margin: 0;
	padding: 0
}
img {
	max-width: 100%;
	margin: 0 auto;
	vertical-align: middle
}
button {
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 1em
}
a {
	color: #0066b3;
	text-decoration: underline
}

i {
	color: #0066b3;
	font-style: normal;
}
hr {
	margin: 24px 0;
	border-color: #133b58;
	opacity: .1
}
.container {
	position: relative;
	padding: 0 20px
}
.visually-hidden {
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	position: absolute;
	width: 1px
}
.visually-hidden--white {
	color: #fff
}
.visually-hidden:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}
.btn {
	display: inline-block;
	position: relative;
	padding: 8px 15px;
	font-weight: 600;
	text-decoration: none;
	font-size: 1.1em
}

.half {
	width: 45%!important;
}
.btn--blue {
	background-color: #0066b3;
	color: #fff
}
.btn--blue:before {
	border-bottom-color: #0066b3
}
.btn--light-blue {
	background-color: #00aeef;
	color: #fff
}
.btn--light-blue:before {
	border-bottom-color: #00aeef
}
.btn--white {
	background-color: #fff;
	color: #0066b3
}
.btn--white:before {
	border-bottom-color: #fff
}
.btn--grey {
	background-color: #eee;
	color: #0066b3
}
.btn--grey:before {
	border-bottom-color: #eee
}
.btn--right {
	align-self: flex-end
}
.btn--left {
	align-self: flex-start
}
.skip-link {
	position: absolute;
	top: 0;
	left: 20px;
	background-color: #133b58;
	margin: 0;
	padding: 0 6px;
	color: #0066b3;
	font-size: 14.7px;
	font-weight: 600;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center
}
.hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0)
}
.hidden:active, .hidden:focus {
	width: auto;
	height: 100%;
	margin: 0;
	clip: auto;
	overflow: visible;
	z-index: 100
}
.external-link {
	display: inline-block;
	text-decoration: none
}
.external-link__text {
	text-decoration: underline
}
.external-link__icon {
	width: 10px;
	height: 10px;
	fill: #0066b3;
	margin-left: -2px;
	vertical-align: middle
}
.scroll-top {
	display: block;
	position: fixed;
	right: -60px;
	bottom: 60px;
	width: 50px;
	height: 50px;
	background: #00aeef;
	text-align: center;
	z-index: 20;
	opacity: 0;
	box-shadow: 3px 4px 9px 0 rgba(0, 0, 0, .15);
	-webkit-transition: right .4s cubic-bezier(.68, -.55, .265, 1.55), opacity .3s, color .3s;
	transition: right .4s cubic-bezier(.68, -.55, .265, 1.55), opacity .3s, color .3s
}
.scroll-top:after {
	content: "";
	position: absolute;
	top: 0;
	left: -50px;
	width: 100%;
	height: 100%;
	border-bottom: 50px solid #00aeef;
	border-left: 50px solid transparent
}
.scroll-top--isVisible {
	right: 8px;
	opacity: 1
}
.scroll-top__icon {
	width: 50%;
	height: 100%;
	fill: #fff;
	margin-right: 10px
}
.support-notice {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #ffd600;
	padding: 6px;
	text-align: center;
	border-top: 1px solid;
	opacity: .9;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
	z-index: 999
}
.support-notice:focus, .support-notice:hover {
	opacity: 1
}
.support-notice p:last-child {
	margin: 0
}
.support-notice--browser {
	display: none
}
.browser-notice-active .support-notice--browser {
	display: block
}
.list {
	margin-bottom: 12px;
	padding-left: 24px
}
.list__title {
	color: #00aeef;
	margin-top: 24px
}
.list__title:first-child {
	margin-top: 0
}
.list__title-link {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #00aeef
}
.list__item {
	position: relative;
	margin-bottom: 6px
}
.list__item:last-child {
	margin-bottom: 0
}
.list__item--black {
	color: #000
}
.list__item--black:before {
	color: #000
}
.list__item--white {
	color: #fff
}
.list__item--white:before {
	color: #fff
}
.list__item--blue {
	color: #0066b3
}
.list__item--blue:before {
	color: #0066b3
}
.list__item:before {
	content: ">";
	position: absolute;
	top: 0;
	left: -24px;
	font-size: 1em
}
.list__link {
	color: inherit;
	text-decoration: none
}
.list__link--blue {
	color: #0066b3
}
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	z-index: 90
}
.header__content {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center
}
.header__logo {
	max-width: 110px
}

.header__info {
	display: none
}
.header__contact {
	display: none
}
.header__contact-body {
	display: block
}
.header__contact-body--faded {
	color: #5c8caf
}
.header__contact-phone {
	display: block;
	font-weight: 400;
	margin-bottom: 12px;
	font-size: 1.55em
}
.header__contact-link {
	color: #fff;
	text-decoration: none
}
.header__contact-address {
	font-style: normal;
	margin-bottom: 12px
}
.header__contact-email {
	color: #5c8caf
}
.header-bar {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center
}
@-webkit-keyframes button-flash {
	0% {
		background-color: #00aeef;
		color: #fff
	}
	50% {
		background-color: #fff;
		color: #0066b3
	}
	to {
		background-color: #00aeef;
		color: #fff
	}
}
@keyframes button-flash {
	0% {
		background-color: #00aeef;
		color: #fff
	}
	50% {
		background-color: #fff;
		color: #0066b3
	}
	to {
		background-color: #00aeef;
		color: #fff
	}
}
.header-bar__social {
	position: relative;
	background-color: #fff;
	padding: 0 8px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center
}
.header-bar__social-link {
	display: inline-block;
	height: 37px;
	margin-right: 18px;
	text-decoration: none
}
.header-bar__social-link:last-child {
	margin-right: 0
}
.header-bar__social-icon {
	height: 100%;
	fill: transparent;
	stroke: #133b58
}
.mobile-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #fff;
	padding: 0 24px;
	z-index: 100
}
.mobile-bar__links {
	height: 60px;
	line-height: 30px
}
.mobile-bar__links--left {
	float: left
}
.mobile-bar__links--right {
	float: right
}
.mobile-bar__link {
	display: inline-block;
	height: 60px;
	margin: 0 8px;
	text-align: center;
	text-decoration: none;
	line-height: 30px
}
.mobile-bar__link--main {
	position: absolute;
	top: -19px;
	right: 0;
	left: 0;
	width: 90px;
	height: 90px;
	background-color: #fff;
	margin: 0 auto;
	border: 3px solid #0066b3;
	border-radius: 50%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center
}
.mobile-bar__link--main:before {
	content: "";
	position: absolute;
	top: -7px;
	left: -8px;
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50%;
	z-index: -1
}
.mobile-bar__link--main svg:not(.mobile-bar__icon--main) {
	position: absolute;
	top: -3px;
	left: -3px;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.mobile-bar__link--active .mobile-bar__icon--main {
	fill: #4bd486
}
.mobile-bar__icon {
	width: 23px;
	height: 100%;
	fill: transparent;
	stroke: #0066b3;
	vertical-align: middle
}
.mobile-bar__icon--main {
	width: 90px;
	height: 90px;
	fill: #0066b3;
	stroke: transparent;
	padding: 28.8px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.mobile-menu {
	background-color: transparent;
	color: #fff;
	line-height: 1.45;
	font-size: 15px!important;
	position: absolute;
    top: 0;
    right: 10;
}
.mobile-menu__icon {
	fill: #00aeef;
	margin-top: 1px;
	vertical-align: text-bottom
}
.nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0066b3;
	padding-bottom: 60px;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.nav--show {
	visibility: visible;
	opacity: 1;
	z-index: 90
}
.nav__close {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 30px;
	height: 30px;
	background-color: transparent;
	padding: 5px
}
.nav__close-icon {
	width: 100%;
	height: 100%;
	fill: #fff
}
.nav__link {
	position: relative;
	color: #fff;
	text-decoration: none;
	margin-bottom: 24px;
	font-size: 1.1em
}
.nav__link:last-child {
	margin-bottom: 0
}
.nav__link--active:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	margin: 0 auto
}
.banner {
	position: relative;
	margin-top: 135px
}
.banner--main {
	height: 300px;
	margin-bottom: 36px;
	overflow: hidden
}
.banner .container {
	padding: 0
}
.banner__slide {
	position: relative
}
.banner__slide-img {
	max-width: none;
	height: 100%
}
.banner__content--slider {
	position: absolute;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: end;
	justify-content: flex-end
}
.banner__content--main {
	position: absolute;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center
}
.banner__content-title {
	background-color: rgba(0, 102, 179, .85);
	color: #fff;
	margin: 0
}
.banner__content-title--slider {
	padding: 12px
}
.banner__content-title--main {
	padding: 15.6px 18px;
	text-align: center
}
.banner__img {
	max-width: none;
	max-height: 250px;
	object-fit: cover;
}
.slick-loading .slick-list {
	background: #fff url(../images/slider/ajax-loader.gif) 50% no-repeat
}
.slider__btn {
	display: block;
	position: absolute;
	top: calc(50% - 25px);
	height: 50px;
	width: 50px;
	z-index: 10
}
.slider__btn--prev {
	left: 0
}
[dir=rtl] .slider__btn--prev {
	right: 0;
	left: auto
}
.slider__btn--next {
	right: 0
}
[dir=rtl] .slider__btn--next {
	right: auto;
	left: 0
}
.slider__btn-icon {
	width: 100%;
	height: 100%;
	fill: #fff
}
.slider__btn-icon--next {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.slick-dotted.slick-slider {
	margin-bottom: 30px
}
.slider__dots {
	position: absolute;
	bottom: -40px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}
.slider__dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0
}
.slider__dots button {
	display: block;
	width: 13px;
	height: 13px;
	background-color: #ddd;
	padding: 5px;
	text-indent: -9999px
}
.slider__dots--active button {
	background-color: #00aeef
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: 0
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}
.slick-track:after, .slick-track:before {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	float: left;
	height: 250px;
	min-height: 1px;
	display: none
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.accordions {
	padding: 10px 0
}
.accordion {
	margin-bottom: 24px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center
}
.accordion:last-child {
	margin-bottom: 0
}
.accordion__title {
	position: relative;
	width: 100%;
	background-color: #fff;
	color: #133b58;
	padding: 12px 6px;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	font-size: 1.25em
}
.accordion__title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 20px;
	height: 1px;
	background-color: #0066b3;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.accordion__title:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 20px;
	height: 1px;
	background-color: #0066b3;
	opacity: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.accordion__title--active:after {
	opacity: 0
}
.accordion__body {
	display: none;
	width: 100%;
	background-color: #eee;
	color: #133b58;
	margin: 0;
	padding: 5%
}
.main-section {
	padding-bottom: 10px
}
.main-section__block-title {
	color: #00aeef;
	font-weight: 300
}
.blocks__item {
	display: block;
	text-decoration: none;
	margin-bottom: 36px;
	height: 100%
}
.blocks__item-content {
	position: relative;
	background-color: #fff;
	padding: 10% 7%
}
.blocks__item-img {
	width: 100%
}
.blocks__item-title {
	display: block;
	color: #000;
	margin-bottom: 12px;
	font-size: 1.55em
}
.blocks__item-body {
	color: #959595;
	margin-bottom: 36px
}
.blocks__item-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: 300
}
.article {
	background-color: #fff;
	padding: 24px 12px
}
.article__title--black {
	color: #000
}
.article__title--blue {
	color: #00aeef
}
.article__body {
	color: #000
}
.article__contain {
	max-width: 70%
}
.aside__box {
	background-color: #eee;
	padding: 24px;
	margin-bottom: 24px
}
.aside__box:last-child {
	margin-bottom: 0
}
.aside__box--book {
	display: block;
	background-color: #00aeef;
	color: #fff;
	padding: 36px 24px;
	text-align: center;
	text-decoration: none;
	font-size: 1.55em
}
.aside__box-body {
	color: #000
}
.aside__box-list {
	margin-bottom: 12px
}
.aside__box-item {
	display: block;
	background-color: #0066b3;
	color: #fff;
	margin-bottom: 12px;
	padding: 12px 6px;
	text-decoration: none
}
.aside__box-item:last-child {
	margin-bottom: 0
}
.aside__box-item-icon {
	display: inline-block;
	fill: #fff;
	margin-right: 6px;
	vertical-align: middle
}
.aside__box-item-body {
	display: inline-block;
	vertical-align: middle
}
.team {
	margin-top: 36px
}
.team__member {
	margin-bottom: 36px;
	padding-bottom: 36px;
	border-bottom: 1px solid #133b58
}
.team__member:last-child {
	margin-bottom: 0;
	border-bottom: none
}
.team__member-img {
	margin-bottom: 24px;
	padding: 6px;
	border: 1px solid #eee;
	width:210px;
}
.team__member-img-small {
    width:30%; border:2px solid #ddd; display:inline-block; padding: 0px 0px 0px 0px; margin: 0px 10px 10px 0px; width: 175px; height: auto;
}
.team__member-img-small:hover {
    border:2px solid #0066b3;
}
.team__member-body {
	color: #000
}
.cta {
	padding-bottom: 10px
}
.cta__content {
	display: block;
	position: relative;
	height: 250px;
	text-decoration: none;
	overflow: hidden;
	max-width:900px;
	margin: 0 auto;
}
.cta__content-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #00aeef;
	color: #fff;
	padding: 12px 24px
}
.cta__content-btn--large {
	display: block;
	font-size: 1.25em
}
.cta__content-img {
	max-width: none;
	height: 100%
}
.testimonials {
	padding-bottom: 10px
}
.testimonials__item {
	position: relative;
	margin-bottom: 42px
}
.testimonials__item:last-child {
	margin-bottom: 0
}
.testimonials__item--link {
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em
}
.testimonials__block {
	position: relative;
	margin-bottom: 72px
}
.testimonials__quote {
	position: relative;
	background-color: #01A9E8;
	margin: 0 0 30px;
	padding: 5%
}
.testimonials__quote:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 20px;
	border-width: 0 30px 30px 0;
	border-style: solid;
	border-color: transparent #01A9E8 transparent transparent
}
.testimonials__quote-body{
  color:#fff;
	font-weight: bold;
}
.testimonials__quote-title {
	display: block;
	margin-bottom: 12px;
	font-weight: 300;
	font-size: 1.55em
}
.testimonials__quote-cite {
	position: absolute;
	bottom: -30px;
	left: 60px;
	color: #999
}
.contact {
	padding-bottom: 10px
}
.contact__item--blue {
	background-color: #0066b3;
	padding: 7.5%;
	overflow:hidden;
}
.contact__item-title {
	color: #fff
}
#contact__item-map {
	width: 100%;
	height: 300px
}
.contact__map-address {
	color: #000
}
.contact__form-field {
	position: relative;
	margin-bottom: 24px
}
.contact__form-label {
	position: absolute;
	left: 0
}
.contact__form-label--input {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.contact__form-label--textarea {
	top: 12px
}
.contact__form-input {
	width: 100%;
	background-color: transparent;
	color: #fff;
	padding: 12px 6px;
	border: none;
	border-bottom: 1px solid #00aeef;
	font-size: 1em
}
.contact__form-textarea {
	width: 100%;
	background-color: transparent;
	color: #fff;
	padding: 12px 6px;
	border: none;
	border-bottom: 1px solid #00aeef;
	font-size: 1em
}
.contact__form-btn {
	height: 39px;
	padding-right: 24px;
	padding-left: 24px
}
.providers {
	padding-bottom: 10px
}
.providers__title {
	color: #999;
	text-align: center
}
.book-banner {
	display: block;
	background-color: #fff;
	padding: 12px;
	text-decoration: none
}
.book-banner__item {
	margin-bottom: 24px
}
.book-banner__item:last-child {
	margin-bottom: 0
}
.book-banner__item-title {
	font-weight: 300
}
.book-banner__item-body {
	color: #95989a
}
.book-banner__item-btn {
	font-weight: 600
}
.footer {
	background-color: #0066b3;
	padding: 12px 0
}
.footer__item {
	margin-bottom: 24px
}
.footer__item:last-child {
	margin-bottom: 0
}
.footer__item-logo {
	display: block;
	max-width: 250px;
	margin-bottom: 30px
}
.footer__item-body {
	display: block
}
.footer__item-hours {
	margin-bottom: 36px
}
.footer__item-address {
	font-style: normal
}
.footer__social {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center
}
.footer__social-link {
	width: 30px;
	height: 30px;
	margin-right: 24px;
	text-decoration: none
}
.footer__social-link:last-child {
	margin-right: 0
}
.footer__social-icon {
	width: 100%;
	height: 100%;
	fill: transparent;
	stroke: #fff
}
.twitter-feed__item {
	color: #fff;
	margin-bottom: 18px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: start;
	justify-content: flex-start
}
.twitter-feed__item:last-child {
	margin-bottom: 0
}
.twitter-feed__item a {
	color: #c678dd
}
.twitter-feed__icon {
	width: 25px;
	height: 25px;
	fill: #61afef;
	margin-right: 6px
}
.twitter-feed__body {
	-webkit-box-flex: 1;
	flex: 1
}

@media (min-width:300px) {

		#sep2{
			display: block;
			padding: 20px 20px;
		}
		#sep{
			display: none;
		}
}

@media (min-width:400px) {

		#sep2{
			display: block;
			padding: 20px 20px;
		}
		#sep{
			display: none;
		}

	.btn--tri-right:before {
		content: "";
		position: absolute;
		top: 0;
		right: -39px;
		height: 100%;
		border-bottom-width: 39px;
		border-bottom-style: solid;
		border-right: 39px solid transparent
	}
	.btn--tri-left:before {
		content: "";
		position: absolute;
		top: 0;
		left: -39px;
		height: 100%;
		border-bottom-width: 39px;
		border-bottom-style: solid;
		border-left: 39px solid transparent
	}
	.btn--tri-flip:before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	.header-bar__social {
		margin-right: 37px
	}
	.header-bar__social:before {
		content: "";
		position: absolute;
		top: 0;
		left: -39px;
		height: 100%;
		border-bottom: 39px solid #fff;
		border-left: 39px solid transparent
	}
	.header-bar__social:after {
		content: "";
		position: absolute;
		top: 0;
		right: -39px;
		height: 100%;
		border-top: 39px solid #fff;
		border-right: 39px solid transparent
	}
	.header-bar__social-link {
		height: 39px
	}
	.mobile-bar__link:not(.mobile-bar__link--main) {
		margin: 0 15px
	}
	.mobile-bar__icon:not(.mobile-bar__icon--main) {
		width: 30px
	}
	.mobile-menu__icon {
		width: 25px;
		height: 25px
	}
	.banner__content-title--main:before {
		content: "";
		position: absolute;
		top: 0;
		left: -70px;
		height: 100%;
		border-bottom: 70px solid rgba(0, 102, 179, .85);
		border-left: 70px solid transparent
	}
	.cta__content-btn:before {
		content: "";
		position: absolute;
		top: 0;
		right: -73px;
		height: 100%;
		border-bottom-width: 73px;
		border-bottom-style: solid;
		border-bottom-color: #00aeef;
		border-right: 73px solid transparent
	}
}
@media(min-width:769px){

#sep2{
	display: none;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 90%;
	margin: 0 auto;
}

#sep{
	display: block;
	height: 115px;
}

}
@media screen and (min-width:400px) {
	h1 {
		font-size: 1.25em
	}
	h2 {
		font-size: 1.9em
	}
	h3 {
		font-size: 1.6em
	}
	h4 {
		font-size: 1.45em
	}
	h5 {
		font-size: 1.3em
	}
	h6 {
		font-size: 15em
	}
	p {
		font-size: 1.07143em
	}
	li {
		font-size: 1.07143em
	}
	button {
		font-size: 1.07143em
	}
	.btn {
		font-size: 1.15em
	}
	.list__item:before {
		font-size: 1.07143em
	}
	.header__contact-phone {
		font-size: 1.6em
	}
	.mobile-menu {
		font-size: 1.45em
	}
	.nav__link {
		font-size: 1.3em
	}
	.accordion__title {
		font-size: 1.45em
	}
	.blocks__item-title {
		font-size: 1.6em
	}
	.aside__box--book {
		font-size: 1.6em
	}
	.cta__content-btn--large {
		font-size: 1.45em
	}
	.testimonials__item--link {
		font-size: 1.3em
	}
	.testimonials__quote-title {
		font-size: 1.6em
	}
	.contact__form-input {
		font-size: 1.07143em
	}
	.contact__form-textarea {
		font-size: 1.07143em
	}
}
@media screen and (min-width:600px) {
	h1 {
		font-size: 1.35em
	}
	h2 {
		font-size: 2.1em
	}
	h3 {
		font-size: 1.8em
	}
	p {
		font-size: 1.08571em
	}
	li {
		font-size: 1.08571em
	}
	button {
		font-size: 1.08571em
	}
	.list__item:before {
		font-size: 1.08571em
	}
	.header__contact-phone {
		font-size: 1.8em
	}
	.blocks__item-title {
		font-size: 1.8em
	}
	.aside__box--book {
		font-size: 1.8em
	}
	.testimonials__quote-title {
		font-size: 1.8em
	}
	.contact__form-input {
		font-size: 1.08571em
	}
	.contact__form-textarea {
		font-size: 1.08571em
	}
}
@media (min-width:600px) {
	body {
		padding-bottom: 0
	}
	.scroll-top {
		bottom: 0
	}
	.list--flex {
		width: 48%
	}
	.list__container {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: justify;
		justify-content: space-between
	}
	.header__logo {
		max-width: 150px
	}
	.mobile-bar {
		display: none
	}
	.nav {
		padding-bottom: 0
	}
	.banner--main {
		height: auto
	}
	.banner__slide-img {
		width: 100%
	}
	.banner__content {
		padding-right: 20px
	}
	.banner__content-title {
		position: relative;
		font-size: 25px;
		max-width: 350px
	}
	.banner__content-title--slider:before {
		content: "";
		position: absolute;
		top: 0;
		left: -180px;
		height: 100%;
		border-bottom: 180px solid rgba(0, 102, 179, .85);
		border-left: 180px solid transparent
	}
	.banner__img {
		width: 100%;
		max-width: 100%
	}
	.blocks {
		margin-bottom: 12px;
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: justify;
		justify-content: space-between
	}
	.blocks__item {
		position: relative;
		height: auto;
		width: 95%;
		background-color: #fff;
		margin-bottom: 0
	}
	.blocks__item-content {
		position: static
	}
	.team__member-img {
		float: left;
		margin-right: 12px;
		margin-bottom: 6px
	}
	#contact__item-map {
		height:200px
	}




	.footer__content {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: justify;
		justify-content: space-between
	}
	.footer__item {
		width: 48%
	}
}
@media screen and (min-width:768px) {
	h1 {
		font-size: 2.5em
	}
	h2 {
		font-size: 2.3em
	}
	h3 {
		font-size: 2em
	}
	h4 {
		font-size: 1.55em
	}
	h5 {
		font-size: 1.4em
	}
	h6 {
		font-size: 1.2em
	}
	p {
		font-size: 1.1em
	}
	li {
		font-size: 1.1em
	}
	button {
		font-size: 1.1em
	}
	.btn {
		font-size: 1.5em
	}
	.list__item:before {
		font-size: 1.1em
	}
	.header__contact-phone {
		font-size: 2em
	}
	.mobile-menu {
		font-size: 1.55em
	}
	.nav__link {
		font-size: 1.5em
	}
	.accordion__title {
		font-size: 1.55em
	}
	.blocks__item-title {
		font-size: 2em
	}
	.aside__box--book {
		font-size: 2em
	}
	.cta__content-btn--large {
		font-size: 1.55em
	}
	.testimonials__item--link {
		font-size: 1.4em
	}
	.testimonials__quote-title {
		font-size: 2em
	}
	.contact__form-input {
		font-size: 1.1em
	}
	.contact__form-textarea {
		font-size: 1.1em
	}
}
@media (min-width:768px) {
	.container {
		width: 750px;
		margin: 0 auto
	}
	.header__logo {
		max-width: 175px
	}

	.header-bar {
		margin-right: 0
	}
	.header-bar .btn--tri-left:before {
		left: -46px;
		border-bottom-width: 46px;
		border-left-width: 46px
	}
	.header-bar__social {
		min-height: 46px;
		margin-right: 46px
	}
	.header-bar__social:before {
		left: -46px;
		border-bottom-width: 46px;
		border-left-width: 46px
	}
	.header-bar__social:after {
		right: -46px;
		border-top-width: 46px;
		border-right-width: 46px
	}
	.banner {
		margin-top: 175px
	}
	.banner .container {
		padding: 0 20px
	}
	.banner__content {
		padding-right: 40px
	}
	.banner__content .btn--tri-left {
		width: 100%;
		max-width: 354px;
		text-align: center
	}
	.banner__content .btn--tri-left:before {
		left: -46px;
		border-bottom-width: 46px;
		border-left-width: 46px
	}
	.banner__content-title {
		max-width: 400px
	}
	.banner__content-title--slider:before {
		left: -192px;
		border-bottom-width: 192px;
		border-left-width: 192px
	}
	.banner__content-title--main:before {
		left: -73px;
		border-bottom-width: 73px;
		border-left-width: 73px
	}
	.slick-slide {
		height: 440px
	}
	.accordions__content {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		align-items: flex-start
	}
	.accordion {
		width: 48%;
		margin-bottom: 0
	}
	.accordion__title {
		padding-left: 72px;
		text-align: left
	}
	.main-section__block .accordion {
		width: 100%
	}
	.blocks__item-content .btn--tri-left:before {
		left: -46px;
		border-bottom-width: 46px;
		border-left-width: 46px
	}
	.team__member {
		margin-bottom: 60px
	}
	.testimonials {
		padding-bottom: 40px
	}
	.testimonials__content {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: justify;
		justify-content: space-between
	}
	.testimonials__item--link {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center
	}
	.testimonials__item {
		width: 48%;
		margin-bottom: 0
	}
	.testimonials__quote {
		margin-bottom: 0
	}
	#contact__item-map {
		height: 450px
	}
	.book-banner__item .btn--tri-flip:before {
		right: -46px;
		border-bottom-width: 46px;
		border-right-width: 46px
	}
	.footer__item {
		width: 32%;
		margin-bottom: 0
	}
	.twitter-feed__item {
		margin-bottom: 24px
	}
}
@media (min-width:992px) {
	svg {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	button {
		cursor: pointer;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	a {
		cursor: pointer;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	.container {
		width: 970px
	}
	.btn--light-blue:focus, .btn--light-blue:hover {
		background-color: #133b58
	}
	.btn--light-blue:focus:before, .btn--light-blue:hover:before {
		border-bottom-color: #133b58
	}
	.btn {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	.btn:before {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	.scroll-top {
		cursor: pointer
	}
	.list--flex {
		width: 23%
	}
	.list__link--blue:focus, .list__link--blue:hover {
		text-decoration: underline
	}
	.header {
		position: static
	}
	.header__info {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: justify;
		justify-content: space-between
	}
	.header__contact {
		display: block;
		position: relative
	}
	.header__contact:first-child {
		padding-right: 36px
	}
	.header__contact:first-child:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 1px;
		height: calc(100% - 12px);
		background-color: #95989a;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: .1
	}
	.header__contact:last-child {
		padding-left: 36px
	}
	.header__contact-link:focus, .header__contact-link:hover {
		text-decoration: underline
	}
	.header-bar .btn--tri-left {
		min-height: 39px;
		padding-left: 6px;
		-webkit-animation-name: button-flash;
		animation-name: button-flash;
		-webkit-animation-duration: 2s;
		animation-duration: 2s;
		-webkit-animation-iteration-count: 30;
		animation-iteration-count: 30;
		-webkit-animation-direction: reverse;
		animation-direction: reverse
	}
	.header-bar .btn--tri-left:before {
		left: -42px;
		border-bottom-width: 42px;
		border-left-width: 42px;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	.header-bar .btn--tri-left:focus, .header-bar .btn--tri-left:hover {
		background-color: #0066b3
	}
	.header-bar .btn--tri-left:focus:before, .header-bar .btn--tri-left:hover:before {
		border-bottom-color: #0066b3
	}
	.header-bar__social {
		min-height: 42px;
		margin-right: 42px
	}
	.header-bar__social:before {
		left: -42px;
		border-bottom-width: 42px;
		border-left-width: 42px
	}
	.header-bar__social:after {
		right: -42px;
		border-top-width: 42px;
		border-right-width: 42px
	}
	.mobile-menu {
		display: none
	}
	.nav {
		position: static;
		width: 100%;
		padding: 0 12px;
		opacity: 1;
		visibility: visible;
		z-index: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center
	}
	.nav__close {
		display: none
	}
	.nav__link {
		margin-bottom: 0;
		padding: 24px 6px
	}
	.nav__link--active:before {
		top: 0;
		bottom: auto
	}
	.nav__link:not(.nav__link--active):before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: auto;
		left: 0;
		width: 0;
		height: 2px;
		background-color: #fff;
		margin: 0 auto;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	.nav__link:focus:before, .nav__link:hover:before {
		width: 100%
	}
	.banner {
		margin-top: 3px
	}
	.banner--slider .container {
		padding: 0 60px
	}
	.banner__content .btn--tri-left {
		max-width: 318px;
		font-size: 1.3em
	}
	.banner__content .btn--tri-left:before {
		left: -42px;
		border-bottom-width: 42px;
		border-left-width: 42px
	}
	.banner__content-title {
		max-width: 360px;
		padding: 12px;
		font-weight: 300
	}
	.slider__btn--prev {
		left: -60px
	}
	[dir=rtl] .slider__btn--prev {
		right: -60px;
		left: auto
	}
	.slider__btn--next {
		right: -60px
	}
	[dir=rtl] .slider__btn--next {
		right: auto;
		left: -60px
	}
	.accordion {
		width: 30%
	}
	.accordion__title:before {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	.accordion__title--active, .accordion__title:focus, .accordion__title:hover {
		background-color: #0066b3;
		color: #fff
	}
	.accordion__title--active:after, .accordion__title--active:before, .accordion__title:focus:after, .accordion__title:focus:before, .accordion__title:hover:after, .accordion__title:hover:before {
		background-color: #fff
	}
	.main-section__content {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: justify;
		justify-content: space-between
	}
	.main-section__block {
		width: 38%
	}
	.blocks {
		width: 58%
	}
	.blocks__item {
		align-self: flex-start;
		overflow: hidden
	}
	.blocks__item:focus .blocks__item-img, .blocks__item:hover .blocks__item-img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	.blocks__item-content .btn--tri-left:before {
		left: -42px;
		border-bottom-width: 42px;
		border-left-width: 42px
	}
	.blocks__item-img {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	.article {
		width: 70%;
		padding: 36px;
		align-self: flex-start;
    color:#555;
	}
	.article--full {
		width: 100%
	}
	.article__title {
		font-weight: 300
	}
	.aside {
		width: 27%;
		align-self: flex-start
	}
	.aside__box--book:focus, .aside__box--book:hover {
		background-color: #0066b3
	}
	.aside__box-item:focus, .aside__box-item:hover {
		background-color: #133b58
	}
	.aside__box-item-icon {
		width: 25px;
		height: 25px
	}
	.cta__content {
		height: auto;
		width:100%;
padding-right: 20px;
	}
	.cta__content:focus .cta__content-btn, .cta__content:hover .cta__content-btn {
		padding-left: 100px
	}
	.cta__content-btn {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	.cta__content-img {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.testimonials__item--link:focus, .testimonials__item--link:hover {
		background-color: #0066b3
	}
	.contact__content {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: justify;
		justify-content: space-between
	}
	.contact__item {
		position: relative;
		width: 50%
	}
	.contact__item--blue {
		padding: 2% 3% 2% 3%;
	}
	.contact__item-title {
		margin-bottom: 30px;
		font-weight: 300
	}
	#contact__item-map {
		position: absolute;
		top: 0;
		left: 0;
		height: 60%
	}
	.contact__form {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: justify;
		justify-content: space-between
	}
	.contact__form-field:first-child, .contact__form-field:nth-child(2) {
		width: 30%
	}
	.contact__form-field:nth-child(3) {
		width: 30%
	}
	.contact__form-btn:before {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	.contact__form-btn:focus, .contact__form-btn:hover {
		background-color: #133b58;
		color: #fff
	}
	.contact__form-btn:focus:before, .contact__form-btn:hover:before {
		border-bottom-color: #133b58
	}
	.providers__title {
		font-weight: 300;
	}

	.book-banner:focus, .book-banner:hover {
		background-color: #0066b3
	}
	.book-banner:focus .book-banner__item-body, .book-banner:focus .book-banner__item-title, .book-banner:hover .book-banner__item-body, .book-banner:hover .book-banner__item-title {
		color: #fff
	}
	.book-banner:focus .book-banner__item-btn, .book-banner:hover .book-banner__item-btn {
		background-color: #fff;
		color: #0066b3
	}
	.book-banner:focus .book-banner__item-btn:before, .book-banner:hover .book-banner__item-btn:before {
		border-bottom-color: #fff
	}
	.book-banner__content {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-align: center;
		align-items: center
	}
	.book-banner__item {
		margin-bottom: 0
	}
	.book-banner__item:first-child {
		-webkit-box-flex: 1;
		flex: 1
	}
	.book-banner__item .btn--tri-flip:before {
		right: -42px;
		border-bottom-width: 42px;
		border-right-width: 42px
	}
	.book-banner__item-title {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	.book-banner__item-body {
		max-width: 550px;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	.book-banner__item-btn {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	.book-banner__item-btn:before {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	.footer__item {
		width: 27.5%
	}
	.footer__item:first-child {
		width: 40%
	}
	.footer__item:nth-child(2) {
		margin-right: 36px
	}
}
@media screen and (min-width:992px) {
	h6 {
		font-size: 1.12857em
	}
	p {
		font-size: 1.08571em
	}
	li {
		font-size: 1.08571em
	}
	button {
		font-size: 1.08571em
	}
	.btn {
		font-size: 1.3em
	}
	.list__item:before {
		font-size: 1.08571em
	}
	.nav__link {
		font-size: 1.2em
	}
	.contact__form-input {
		font-size: 1.08571em
	}
	.contact__form-textarea {
		font-size:12px;
	}
}
@media screen and (min-width:1200px) {
	h2 {
		font-size: 2.5em
	}
}
@media (min-width:1200px) {
	.container {
		width: 1170px
	}
	.nav {
		padding: 0 24px
	}
}
@media (min-width:1400px) {
	.container {
		width: 80%
	}
}

/*# sourceMappingURL=sourcemaps/main.css.map */

#col1 {
	background-color: #ffffff;
	width: 70%;
	float: left;
}
#col2 {
	float: left;
	background-color: #ffffff;
	width: 25%;
	margin-left: 50px;
}
.pic {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	width: 100%;
}
.article__body {
	color: #000;
	text-align: justify;
}
.book-btn {
	text-align: center;
	margin-bottom: 10px;
}
.book-btn a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 24px;
	padding: 36px 24px;
	text-decoration: none;
	width: 100%;
}
.list__container {
	clear: both;
}
.drop1 {
	list-style-type: disc;
	color: #000;
	margin-left: 20px;
}
#menu9 {
	width: 100%;
	float: left;
}
#menu9 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu9 li {
	display: inline;
}
#menu9 a:link, #menu1 a:visited {
	color: #1475BA;
	text-decoration: underline;
}
#menu9 a {
	color: #1475BA;
	font-size: 1.1em;
	text-decoration: underline;
	font-weight: 100;
	display: block;
	padding: 7px;
	width: 100%;
	background-color: #EBEFF1;
	border-bottom: 1px dashed #dddddd;
}
#titlebox {
	color: #111111;
	font-size: 1.1em;
	font-weight: 700;
	display: block;
	padding: 7px;
	padding-left: 11px;
	width: 241px;
	background-color: #E2F1FC;
	border: 1px dashed #1475BA;
	margin-bottom: 10px;
	width: 100%;
}
.sbox {
	background: #fff;
}
.ps {
	color: #000;
}
#menuservices {
	width: 100%;
}
#menuservices ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menuservices li {
	display: inline;
}
#menuservices a:link, #menu1 a:visited {
	color: #1475BA;
	text-decoration: underline;
}
#menuservices a {
	color: #1475BA;
	font-size: 1.1em;
	text-decoration: underline;
	font-weight: 100;
	display: block;
	padding: 7px;
	width: 100%;
	background-color: #EBEFF1;
	border-bottom: 1px dashed #dddddd;
}
#menu9 a:hover {
	color: #0e93c5;
	text-decoration: none;
	background-color: #F4F4F4;
}
#menuservices a:hover {
	color: #0e93c5;
	text-decoration: none;
	background-color: #F4F4F4;
}
.simage {
	width: 100%;
	border: 1px solid #eee;
}
.list__item .list__item--black {
	list-style-type: disc;
}
img.picright {
	border: 1px solid #dddddd;
	margin-left: 15px;
	margin-bottom: 10px;
}
img.picright {
	float: right;
	position: relative;
	padding: 5px;
	background-color: #ffffff;
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #ccc;
}
img.picleft {
	border: 1px solid #dddddd;
	margin-right: 15px;
	margin-bottom: 10px;
}
img.picleft {
	float: left;
	position: relative;
	padding: 5px;
	background-color: #ffffff;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
.li_list__item_list {
	list-style-type: circle;
}
a.blue {
	color: #003359;
	font-weight: 700;
	font-size: 1.1em;
	text-decoration: none;
}
a.black {
	color: #111111;
	font-weight: 700;
	font-size: 1.1em;
	text-decoration: none;
}
.clear {
	clear: both;
}

.group-details{
    width:60%;
    display:flex;
    justify-content: space-between;
}
.map{
	margin: 0 auto 20px auto;
	width: 96%;
	display: block;
}

section.banner.banner--slider {
    max-width: 1280px;
    margin: 10px auto;
}
.cta__content-img{
	max-width: 1280px !important;
}
section.banner.banner--main {
    max-width: 1280px;
    margin: 10px auto;
}

#okCookie{
  background-color:#F2F2F2;
  color:#333333;
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  padding:10px;
  font-family:sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top:1px solid #ccc;
  z-index:10;
}

#okCookie p{margin:0 0 10px 0; float:left; padding:5px 0px;}

#okCookie #okClose, #okCookie #okCprivacy{
  padding:5px 20px;
  float:right;
  margin-left:10px;
  text-decoration:none;
  border-radius:3px;
  color:white;
}

#okCookie #okClose{
  background-color:#39B54A;
  text-shadow:0px 1px 1px #507F2B;
  box-shadow:inset 0px -1px 1px #507F2B;
}

#okCookie #okClose:hover{background-color:#42ce55}

#okCookie #okCprivacy{
  background-color:#8D9499;
  text-shadow:0px 1px 1px #63666B;
  box-shadow:inset 0px -1px 1px #63666B;
}

#okCookie #okCprivacy:hover{background-color:#a0a8ae}

.okcBeginAnimate{
    -webkit-animation: myfirst 2s;
    animation: myfirst 2s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Standard syntax */
@keyframes myfirst {
    from {opacity: 0;}
    to {opacity: 1;}
}


.blog-container{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	justify-content: center;

}


.blog-container a{
	text-decoration: none;
}

.blog-post{
	background-color: #EEEEEE;
	color: #fff;
	padding: 30px 5px 30px 20px;
	text-align: left;
	width: 400px;
	margin-bottom: 30px;
	margin-right: 30px;
}

.blog-post:hover{
	transform: scale(1.05);
	transition: .5s;
}

.blog-post-title{
	color: #0066B3;
	font-size: 20px;
	text-transform: capitalize;
}

.blog-post-date{
	font-size: 15px;
	color: #00aeef;
	font-weight: lighter;
}

.post-content{
	color: #333;
}
.read-more-blog-button{
	border-style: solid;
	border-color:#00aeef;
	color:#00aeef;
	width: 120px;
	text-align: center;


	border-width: 1px;
	margin-top: 30px;
	padding: 10px 5px 10px 5px;
	font-size: 13px;
	font-weight: bold;


}

.blog-post a{
	text-decoration: none;
}
.blog-post:hover .read-more-blog-button{
	transition: .5s;
	background-color: #fff;
	border-color:#fff;
	transform: scale(1.10);

}


.notice{
	background-color: #0066B3;
	padding: 20px 0 20px 0;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;

}

.notice h1{
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	text-decoration: underline;
}

.notice a {
	color: #7DD6F7;
	font-weight: bold;
}

.notice a:hover{
	color: #fff;
	transition: .5s;
	text-decoration: none;
}


@media (min-width:700px) {


}


.header__content p{
	color: #5c8caf;
}

.header__content a{
	color: #fff;
	font-size: 1.9em!important;
	text-decoration: none;
}

.header-book-button{
	background-color: #fff;
	padding: 5px 10px 5px 10px;
	color: #0066B3;
	font-weight: bold;
	font-size: 18px;
	transition: .5s;

}

.header-book-button:hover{
transform: scale(1.10);
color: #00AEEF;
			text-decoration: underline;


}

.services-container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}

.services-container a{
	text-decoration: none;
}

.services-block-contact{
	transition: .5s;
	background-color: #EEEEEE;
	color:#1664A1;
	width: 300px;
	height: 200px;
	text-align: center;
	text-decoration: none;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
box-shadow: 10px 10px 5px #D8D8D8;
border-left-style: solid;
border-left-color: #1A6AAA;
border-width: 5px;
border-radius: 5px;
margin-right: 20px;
margin-bottom: 40px;

}

.services-block{
	transition: .5s;
	background-color: #EEEEEE;
	color:#1664A1;
	width: 300px;
	height: 250px;
	text-align: center;
	text-decoration: none;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
box-shadow: 10px 10px 5px #D8D8D8;
border-left-style: solid;
border-left-color: #1A6AAA;
border-width: 5px;
border-radius: 5px;
margin-right: 20px;
margin-bottom: 40px;

}

.services-block:hover, .services-block-contact:hover{
	    transform: scale(1.05);
			border-left-color: #A3E2F9;
}

.services-block:hover .service-more, .service-block-contact:hover .service-more{
	background-color: #fff;
	border-color:#fff;
}

.clinic .services-block {
	margin-right: 25px;
}


.service-block-title{
	color: #06B0EF;
	font-size: 20px;
	text-decoration: underline!important;


}

.service-more{
	transition: .5s;
	border-style: solid;
	    border-color: #00aeef;
	    color: #00aeef;
	    width: 120px;
	    text-align: center;
			margin-left: auto;
			margin-right: auto;
	    border-width: 1px;
	    margin-top: 20px;
	    padding: 10px 5px 10px 5px;
	    font-size: 13px;
	    font-weight: bold;
}


.line{
	background-color: #133B58;
	width: 100%;
	height: 1px;
	margin-top: 60px;
	margin-bottom: 60px;
}

.providers{
	display: flex;
	flex-direction: row;
	justify-content: center;

}

.providers-home img{
	width: 115px;
	background-color: #fff;
	margin-bottom: 20px;
}


.contact-icon{
	width: 50px;
	margin-bottom: 20px;
}


.header__content{
	font-size: 13px;
}


.header-content-ealing{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
		color: #5c8caf;
		font-size: 15px!important;

}

.header-content-ealing b{

	font-weight:400;
	color: #fff;

}


.logo-ealing{
	height:140px;
	width: auto;
}

.header-content-ealing a{
	color: #fff;
}


.header-content-ealing a:hover{
	text-decoration: none;

}



@media screen and (max-width: 790px) {
.header-content-ealing{flex-direction: column; font-size: 12px!important;justify-content: center; align-items: center;}
section.banner.banner--slider{margin-top: 270px!important;}
.banner .container{margin-top: 47px;}
#fax-mobile{display: none;}
#address-mobile{display: none;}


}

.message_banner{
    padding:20px;
    text-align:center;
    background-color:#0066B3;
    margin-bottom:20px;
}
.message_banner p{
    margin:0;
}



/* FIXES FOR THE NEW HEADER */

.top_header_block{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0;
	width: 100%;
	position: relative;
	margin-top: -30px;
}
@media only screen and (min-width:768px){
	.top_header_block{
		flex-direction: row;
	}
}
.site_logo img{
	width: 100%;
	max-width: 150px;
	margin-right: 20px;
}
.header_detail  {
	display: none;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	margin-bottom: 10px;
}
.header_detail:hover  {
text-decoration: underline;
}
.header_address{
	display: none;
}
.header_address a{
	color: #FFF;
	text-decoration:none;
	font-size: 18px;
	line-height: 1.75 !important;
}
.header_address:hover  {
text-decoration: underline;
}
.header_address img {
  height: 30px;
	margin-right: 10px
}
.header_detail img {
  height: 30px;
	margin-right: 20px
}



.mobile_details{
	display: flex;
	justify-content: center;
	background-color: #00AEEF;
	padding: 10px;
}
.mobile_details > .header_detail{
	display: flex;
	font-size: 16px;
	margin-bottom: 0;
}
.mobile_details > .header_detail img {
  height: 20px;
	margin-right: 20px
}

.ealing_nav{
	background-color: #0066B3;
	display: none;
}
.ealing_nav.mobile_nav{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 40px;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
}

.ealing_nav a{
	display: block;
	padding: 10px 5px;
	color: #FFF;
	font-size: 15px !important;
	text-decoration: none;
	border-top: 2px solid rgba(0,0,0,0);
}

.mobile_nav_icon{
	font-size: 20px;
	position: absolute;
	right: 0;
}
.mobile_nav_icon img{
	height: 30px;
}
.mobile_close{
	position: fixed;
	top: 20px;
	right: 20px;
	height: 30px;
	width: 30px;
	transform: rotate(45deg);
}

.ealing_nav a.active{
border-top: 2px solid #FFF;
}
.ealing_nav a:hover{
	background-color: #005c9e;
}

.homepage_banner_slider_block{
	height: 325px;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}


.slider_book_block{
	background-color: #00aeef;
	padding: 20px;
	text-align: center;
	position: absolute;
	bottom: 88px;
	left: 0px;
	font-weight: 800;
  font-size: 16px;
  height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.slider_book_block > a{
	color: #FFF;
	text-decoration:none;
}
.slider_book_block > a:hover{
	text-decoration:underline;
}
/* .slider_book_block::before{
	content: "";
  display: none;
  position: absolute;
  top: 0;
  left: -71px;
  height: 100%;
  border-bottom-width: 79px;
  border-bottom-width: 66px;
  border-bottom-style: solid;
  border-left: 72px solid transparent;
  border-bottom-color: #00aeef;
} */
.slider_book_block_large{
	background-color: rgba(0,102,179,0.75);
	width: 100%;
	padding: 20px;
	font-size: 17px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 78px;
}
/* .slider_book_block_large::before{
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: -74px;
	height: 100%;
	border-bottom-width: 79px;
	border-bottom-width: 90px;
	border-bottom-style: solid;
	border-left: 74px solid transparent;
	border-bottom-color: rgba(0,102,179,0.75);
} */

.providers__content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.providers__content img{
	width: auto;
	height: 40px;
	max-width: 250px;
	margin-right: 20px;
	margin-bottom: 20px;
}
@media only screen and (min-width:768px){
	.providers__content img{
		height: 60px;
	}
}
@media only screen and (min-width:1024px){
	.providers__content img{
		height: 100px;
	}
}


.map_block > iframe{
	height: 200px;
}

ul.accordion_home {
  list-style: none;
  padding: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

ul.accordion_home .cta__content {
	padding-right:0;
}
ul.accordion_home .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
	padding: 20px 40px;
	background-color: #EEE;
	color: #000;
}
ul.accordion_home .inner > ol{
	margin: 0;
	padding: 0;
}
ul.accordion_home .inner.show {
  /*display: block;*/
}

ul.accordion_home > li{
	width: 100%;
	margin-bottom: 20px;
}
ul.accordion_home > li ol li{
	margin-bottom: 10px;
}
ul.accordion_home li a.toggle {
  width: 100%;
  display: block;
  background: #0066B3;
  color: #FFFFFF;
  padding: 0.75em;
  transition: background 0.3s ease;
	text-decoration: none;
	padding: 10px 10px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
ul.accordion_home li a.toggle > p{
	margin: 0;
	flex-grow: 1;
	padding-right: 10px;
	font-size: 0.8em;
}
ul.accordion_home li a.toggle > img{
	height: 20px;
	width: 20px;
	display: block;
	transition: all 300ms ease;
}
ul.accordion_home li a.toggle > img.rotate{
	transform: rotate(45deg);
}
ul.accordion_home li a.toggle:hover {
  background: rgba(255.255.255,1);
}

.content_block{
	padding: 20px;
}


.mobile_hide{
	display: none;
}

.mobile_icons_wrapper{
	display: flex;
	flex-direction: row;
}
.mobile_icon_block{
	width: 25%;
	padding: 20px;
	background-color: #0066B3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile_icon_block:nth-of-type(2n){
	background-color: rgba(0,102,179,0.75);
}
.mobile_icon_block > img{
	height: 25px;
}

@media only screen and (min-width:769px){

	ul.accordion_home li a.toggle {
		padding: 10px 30px;
	}
	ul.accordion_home li a.toggle > p{
		font-size: 1em;
	}

	/* .slider_book_block_large::before{
		content: "";
		display: block;
		position: absolute;
		top: -2px;
		left: -114px;
		height: 100%;
		border-bottom-width: 79px;
		border-bottom-width: 114px;
		border-bottom-style: solid;
		border-left: 114px solid transparent;
		border-bottom-color: rgba(0,102,179,0.75);
	} */
}
@media only screen and (min-width:995px){
	.mobile_icons_wrapper{
		display: none;
	}
	.mobile_close{
		display: none;
	}
	.ealing_nav{
		display: flex;
	}
	.ealing_nav a{
		padding: 30px 10px;
	}
	.map_block > iframe{
		height: 100%;
	}
	ul.accordion_home > li{
		width: 100%;
	}
	.homepage_banner_slider_block{
		height:500px;
	}
	.mobile_details, .mobile_nav_icon{
		display: none;
	}
	.header_detail{
		display: flex;
	}
	.header_address{
		display: flex;
	}
	.slider_book_block,.slider_book_block_large{
		width: 420px;
		right: 5%;
		font-size: 20px;
		height: 70px;
		bottom: 0;
	}
	.slider_book_block{
		background-color: #00aeef;
		left: 5%;
	}
	.slider_book_block::before{
		display: block;
	}
	.slider_book_block_large{
		font-size: 25px;
		height: 70px;
	}
}
@media only screen and (min-width:1200px){
	.mobile_hide{
		display: block;
	}
	.ealing_nav a{
		padding: 30px 10px;
	}
	.site_logo img{
		max-width: 200px;
	}
	ul.accordion_home > li{
		width: 30%;
		margin: 1.5%;
	}
}
@media only screen and (min-width:1400px){
	.ealing_nav{
		justify-content: space-between;
		padding: 0 20px;
	}
	.ealing_nav a{
		padding: 30px 17px;
	}
}
/* end of 1400px */


/*POPUP*/
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.popup{
    background-color: #ffffff;
    width: 420px;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 10%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
		border: 1px dashed #00aeef;

}
.popup button{
    display: block;
    margin:  0 0 50px auto;
    background-color: transparent;
    font-size: 30px;
    color: #ffffff;
    background: #00aeef;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup h2{
	color: #0066b3;
	font-family: Open Sans, sans-serif;
	font-size: 2em;
	font-weight: 400;
	margin: 0 0 15px;
	line-height: 1.2;
	margin-top: -30px;
}
.popup em{
    font-size: 1.5em;
    text-align: justify;
    margin: 10px 0;
    line-height: 25px;
		color: black;
		font-family: Open Sans, sans-serif;
}
.popup a{
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #0f72e5;
    border-radius: 20px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 0;
}


@keyframes gradient {
	0% {	background-position: 0% 50%;	}
	50% {		background-position: 100% 50%;	}
	100% {		background-position: 0% 50%;	}
}


@media screen and (max-width: 40em){

.team__member-img-small {
    width:10%;display:inline-block;  margin: 0px 10px 0px 0px; width: 60px; height: auto;
}

.half {
	width:100%!important;
}

.mobile-hide {
	display:none;
}

.homepage_banner_slider_block {
	height: 150px;
	margin-bottom:18px;

}

ul.accordion_home li a.toggle p {
	color:#fff!important;
}

}
