@charset "UTF-8";
/*
Theme Name: MountSinaiMedicalCenter.com
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	box-sizing: content-box;
	/* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?dqqovu');
	src: url('fonts/icomoon.eot?dqqovu#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?dqqovu') format('truetype'),
		url('fonts/icomoon.woff?dqqovu') format('woff'),
		url('fonts/icomoon.svg?dqqovu#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
	content: '\e903';
}

.icon-plus:before {
	content: '\f067';
}

.icon-minus:before {
	content: '\f068';
}

.icon-email:before {
	content: '\f003';
}

.icon-map-marker:before {
	content: '\f041';
}

.icon-phone:before {
	content: '\f095';
}

.icon-twitter:before {
	content: '\f099';
}

.icon-facebook:before {
	content: '\f09a';
}

.icon-youtube:before {
	content: '\f16a';
}

.icon-instagram:before {
	content: '\f16d';
}

.icon-search:before {
	content: '\e901';
}

.icon-arrow-up:before {
	content: '\e900';
}

.icon-arrow-down:before {
	content: '\e902';
}

.icon-next:before {
	content: '\e907';
}

.icon-prev:before {
	content: '\e908';
}

.icon-arrow-right:before {
	content: '\e905';
}

.icon-arrow-left:before {
	content: '\e906';
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.features-list,
.navigation-categories ul,
.header-navigation ul,
.language-links,
.nav-menu,
.links-list,
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front,
.main-accordion,
.social-list,
.steps-list,
.breadcrumb,
.pagination-block .pagination-buttons,
.tabs-block > .tabset,
.tabs-block .tab-content,
.location-block .tabset,
.location-content,
.gellery-inner,
.information-block .tabset,
.information-content,
.footer-list,
.footer-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: '';
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap;
	/* 1 */
	text-overflow: ellipsis;
	/* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #555;
	background: #fff;
	font: 16px/1.25 'Roboto', 'Arial', 'Helvetica', sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.25em;
}

blockquote {
	border-left: 4px solid #777;
	padding-left: 0.5em;
	margin-left: 1.25em;
}

th,
td {
	border: 1px solid #777;
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: 0.3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
	display: block;
	font: 15px/1.4 'Roboto', 'Arial', 'Helvetica', sans-serif;
	border: 1px solid #d6d6d6;
	padding: 0.5em 1em;
	width: 100%;
	height: 44px;
	margin: 0 0 10px;
	box-sizing: border-box;
	box-shadow: 0 1px 4px rgba(0, 45, 96, 0.09);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 8px;
	z-index: 2;
	color: #005295;
}
@media (min-width: 768px) {
	input[type='text'],
	input[type='tel'],
	input[type='email'],
	input[type='search'],
	input[type='password'],
	textarea {
		max-width: 600px;
	}
}
input[type='text']:focus::-webkit-input-placeholder,
input[type='tel']:focus::-webkit-input-placeholder,
input[type='email']:focus::-webkit-input-placeholder,
input[type='search']:focus::-webkit-input-placeholder,
input[type='password']:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: #005295;
}
input[type='text']:focus::-moz-placeholder,
input[type='tel']:focus::-moz-placeholder,
input[type='email']:focus::-moz-placeholder,
input[type='search']:focus::-moz-placeholder,
input[type='password']:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity: 1;
	color: #005295;
}
input[type='text']:focus:-moz-placeholder,
input[type='tel']:focus:-moz-placeholder,
input[type='email']:focus:-moz-placeholder,
input[type='search']:focus:-moz-placeholder,
input[type='password']:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: #005295;
}
input[type='text']:focus:-ms-input-placeholder,
input[type='tel']:focus:-ms-input-placeholder,
input[type='email']:focus:-ms-input-placeholder,
input[type='search']:focus:-ms-input-placeholder,
input[type='password']:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: #005295;
}
input[type='text']:focus.placeholder,
input[type='tel']:focus.placeholder,
input[type='email']:focus.placeholder,
input[type='search']:focus.placeholder,
input[type='password']:focus.placeholder,
textarea:focus.placeholder {
	color: #005295;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #909090;
}
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #909090;
}
input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
	color: #909090;
}
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #909090;
}
input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
	color: #909090;
}

select {
	width: 100%;
	height: 44px;
	margin: 0 0 10px;
	border: 1px solid #d6d6d6;
	color: #005295;
	border-radius: 8px;
	box-shadow: 0 1px 4px rgba(0, 45, 96, 0.09);
	font: 15px/1.4 'Roboto', 'Arial', 'Helvetica', sans-serif;
}

textarea {
	/* width: 100% !important; */
	min-height: 150px !important;
	vertical-align: top;
	resize: none;
}

input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'],
button[type='submit'] {
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	font: 500 12px/1.2 'Roboto', 'Arial', 'Helvetica', sans-serif;
	background: #005295;
	color: #fff;
	letter-spacing: 0.5px;
	margin: 0 0 15px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
	border-radius: 100px;
	text-decoration: none;
	padding: 1em 1.3em;
	border: none;
}
@media (min-width: 768px) {
	input[type='button'],
	input[type='reset'],
	input[type='file'],
	input[type='submit'],
	button[type='submit'] {
		font-size: 14px;
	}
}
input[type='button'].btn-secondary,
input[type='reset'].btn-secondary,
input[type='file'].btn-secondary,
input[type='submit'].btn-secondary,
button[type='submit'].btn-secondary {
	background: #54c191;
}
input[type='button']:hover,
input[type='reset']:hover,
input[type='file']:hover,
input[type='submit']:hover,
button[type='submit']:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
input[type='button']:focus,
input[type='reset']:focus,
input[type='file']:focus,
input[type='submit']:focus,
button[type='submit']:focus {
	outline: none;
}

.btn-reset {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: none;
	background: 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.025em;
	color: #005295;
	z-index: 1;
	overflow: hidden;
}
.btn-reset:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #005295;
	height: 1px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn-reset:hover:after {
	right: 0;
}
.btn-reset:focus {
	outline: none;
}

label {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	margin: 0 0 5px;
}

.elementor-field-type-text input[type='text'],
.elementor-field-type-text input[type='tel'],
.elementor-field-type-text input[type='email'],
.elementor-field-type-text input[type='search'],
.elementor-field-type-text input[type='password'],
.elementor-field-type-text textarea {
	margin: 0;
}

.elementor-field-type-select select {
	margin: 0;
}

#content {
	padding: 30px 0;
}
@media (min-width: 768px) {
	#content {
		padding: 0px 0;
	}
}

.widget {
	margin-bottom: 1.25em;
}
.widget ul {
	padding-left: 2em;
}
.widget select {
	width: 100%;
	max-width: 600px;
	height: 44px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type='text'] {
	margin: 0 4px 0 0;
	max-width: 600px;
	width: 100%;
}

.comment-form input[type='submit'] {
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	font: 500 12px/1.2 'Roboto', 'Arial', 'Helvetica', sans-serif;
	background: #005295;
	color: #fff;
	letter-spacing: 0.5px;
	margin: 0 0 15px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
	border-radius: 100px;
	text-decoration: none;
	padding: 1em 1.3em;
	border: none;
	min-width: 185px;
}
@media (min-width: 768px) {
	.comment-form input[type='submit'] {
		font-size: 14px;
	}
}
.comment-form input[type='submit'].btn-secondary {
	background: #54c191;
}
.comment-form input[type='submit']:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.comment-form input[type='submit']:focus {
	outline: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 10px;
}

.post-password-form input[type='password'] {
	margin: 0 0 10px;
	max-width: 600px;
	width: 100%;
	height: 44px;
}

.search-form {
	margin-bottom: 15px;
}
.search-form input[type='search'] {
	margin: 0 0 10px;
	width: 100%;
	max-width: 600px;
	height: 44px;
}

.post-password-form input[type='password'] {
	width: 100%;
	max-width: 600px;
	height: 44px;
}

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	font: 500 12px/1.2 'Roboto', 'Arial', 'Helvetica', sans-serif;
	background: #005295;
	color: #fff;
	letter-spacing: 0.5px;
	margin: 0 0 15px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
	border-radius: 100px;
	text-decoration: none;
	padding: 1em 1.3em;
	border: none;
	min-width: 185px;
}
@media (min-width: 768px) {
	.comment-form input[type='submit'],
	.post-password-form input[type='submit'],
	.search-form input[type='submit'] {
		font-size: 14px;
	}
}
.comment-form input[type='submit'].btn-secondary,
.post-password-form input[type='submit'].btn-secondary,
.search-form input[type='submit'].btn-secondary {
	background: #54c191;
}
.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover,
.search-form input[type='submit']:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.comment-form input[type='submit']:focus,
.post-password-form input[type='submit']:focus,
.search-form input[type='submit']:focus {
	outline: none;
}

.commentlist {
	margin: 0 0 1.25em;
}
.commentlist .edit-link {
	margin: 0;
}
.commentlist .avatar-holder {
	float: left;
	margin: 0 1.25em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}
@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.25em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.25em;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0.4em;
}
@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #005295;
	color: #fff;
	padding: 0.4em;
	text-decoration: none;
}
@media (max-width: 767px) {
	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: 0.2em;
	}
}
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: 0.8;
}

.navigation-single {
	margin-bottom: 1.25em;
}
.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #005295;
	color: #fff;
	text-decoration: none;
}
.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: 0.8;
}
.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: 0.4em;
	display: block;
}
@media (max-width: 767px) {
	.navigation-single .next a,
	.navigation-single .prev a {
		padding: 0.2em;
	}
}
.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #777;
	padding: 0.4em;
	margin-bottom: 1.25em;
}
.wp-caption img {
	margin: 0;
	vertical-align: top;
}
.wp-caption p {
	margin: 0.4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.25em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.25em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.25em;
}

.mejs-container {
	margin-bottom: 1.25em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
	font-weight: bold !important;
	margin: 1.6rem 0 0.95rem 0;
	color: #005295;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-decoration: none;
	color: inherit;
	z-index: 1;
}
h1 a:after,
.h1 a:after,
h2 a:after,
.h2 a:after,
h3 a:after,
.h3 a:after,
h4 a:after,
.h4 a:after,
h5 a:after,
.h5 a:after,
h6 a:after,
.h6 a:after,
.h a:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #54c191;
	height: 1px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
h1 a:hover:after,
.h1 a:hover:after,
h2 a:hover:after,
.h2 a:hover:after,
h3 a:hover:after,
.h3 a:hover:after,
h4 a:hover:after,
.h4 a:hover:after,
h5 a:hover:after,
.h5 a:hover:after,
h6 a:hover:after,
.h6 a:hover:after,
.h a:hover:after {
	right: 0;
}

h1,
.h1 {
	font-size: 35px;
}
@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 50px;
	}
}

h2,
.h2 {
	font-size: 32px;
}
@media (min-width: 768px) {
	h2,
	.h2 {
		font-size: 36px;
	}
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 16px;
	margin: 0 0 16px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 1.5em;
}

a {
	-webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out,
		border 0.3s ease-in-out, opacity 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background 0.3s ease-in-out,
		border 0.3s ease-in-out, opacity 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background 0.3s ease-in-out,
		border 0.3s ease-in-out, opacity 0.3s ease-in-out,
		transform 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background 0.3s ease-in-out,
		border 0.3s ease-in-out, opacity 0.3s ease-in-out,
		transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	color: #005295;
}
a:hover,
a:focus {
	text-decoration: none;
}

address {
	color: #999;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.018em;
	line-height: 1.2;
	font-style: normal;
	margin: 0 0 10px;
}

iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

/* Slick slider styles */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	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: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	content: '';
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	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;
}

/* custom checkbox styles */
.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	background: #fff;
	border: 1px solid #b4bfc9;
	height: 16px;
	width: 16px;
	border-radius: 3px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 4px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -3px 0 0 -4px;
}

.jcf-checkbox input[type='checkbox'] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: 0;
	width: 8px;
	bottom: 0;
	right: 10px;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: 0;
	height: 1px;
	width: 8px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	border-radius: 100px;
	background-color: #d8d8d8;
	height: 1px;
	width: 8px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: 0;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 8px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: 0;
	height: 8px;
	width: 1px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 8px;
	left: -1px !important;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	border-radius: 100px;
	background-color: #d8d8d8;
	height: 8px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* common custom form elements styles */
.jcf-disabled {
	background: #ddd !important;
}

body {
	margin: 0;
}

* {
	box-sizing: border-box;
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.container {
	padding: 0 15px;
	max-width: 1140px;
	margin: 0 auto;
}

.section {
	padding: 35px 0 0;
}

.accessibility {
	position: absolute;
	left: -625rem;
	top: auto;
	width: 0.0625rem;
	height: 0.0625rem;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.bg-stretch {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.title-decor {
	position: relative;
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-weight: 700;
	padding: 0 0 1em;
	margin: 0 0 1em;
}
.title-decor:after {
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	background: #214664;
	bottom: 0;
	left: 0;
}

.title-holder {
	margin: 0 0 28px;
}
.title-holder h1,
.title-holder h2,
.title-holder h3,
.title-holder h4,
.title-holder h5,
.title-holder h6,
.title-holder .h1,
.title-holder .h2,
.title-holder .h3,
.title-holder .h4,
.title-holder .h5,
.title-holder .h6 {
	margin: 0 0 0.4em;
}
.title-holder .subtitle {
	display: block;
	color: #777;
	font-size: 16px;
	letter-spacing: -0.02em;
	line-height: 1.125;
}

.text-holder {
	max-width: 920px;
	margin: 0 auto;
}

.time {
	display: block;
	font-size: 14px;
	line-height: 1.3;
	color: #444;
	font-weight: 700;
	letter-spacing: -0.016em;
	margin: 0 0 20px;
}

.features-list {
	color: #777;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 12px;
}
.features-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 5px;
	line-height: 1.125;
}
.features-list li:last-child:after {
	display: none;
}
.features-list li:after {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	content: '•';
	margin: 0 5px;
}

.map-block {
	height: 280px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 20px;
}
@media (min-width: 768px) {
	.map-block {
		height: 440px;
	}
}
.map-block iframe {
	width: 100%;
	height: 100%;
}

.gallery-holder {
	padding: 0 0 20px;
}
@media (min-width: 480px) {
	.gallery-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -13px;
	}
}
.gallery-holder .gallery-item {
	width: 255px;
	margin: 0 auto 26px;
}
@media (min-width: 480px) {
	.gallery-holder .gallery-item {
		margin: 0 13px 26px;
		width: calc(33.3% - 26px);
	}
}
.gallery-holder .gallery-item img {
	display: inline-block;
	vertical-align: top;
	border-radius: 10px;
	width: 100%;
}

.text-block {
	padding: 10px 0 30px;
	border-bottom: 1px solid #d2dce0;
	margin: 0 0 30px;
}
@media (min-width: 768px) {
	.text-block {
		padding: 10px 0 50px;
		margin: 0 0 50px;
	}
}
.text-block:last-of-type {
	border: none;
	padding-bottom: 0;
}

.heading-block {
	margin: 0 0 30px;
}
@media (min-width: 768px) {
	.heading-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.heading-block h5,
.heading-block h6,
.heading-block .h1,
.heading-block .h2,
.heading-block .h3,
.heading-block .h4,
.heading-block .h5,
.heading-block .h6 {
	color: #333;
}
@media (min-width: 768px) {
	.heading-block h1,
	.heading-block h2,
	.heading-block h3,
	.heading-block h4,
	.heading-block h5,
	.heading-block h6,
	.heading-block .h1,
	.heading-block .h2,
	.heading-block .h3,
	.heading-block .h4,
	.heading-block .h5,
	.heading-block .h6 {
		-webkit-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
		margin: 0;
	}
}
.heading-block h2,
.heading-block .h2 {
	font-size: 28px;
}
.heading-block h4,
.heading-block .h4 {
	font-size: 18px;
}
.heading-block .btn {
	min-width: 120px;
	text-align: center;
}
@media (min-width: 768px) {
	.heading-block .btn {
		margin: 0 0 0 30px;
	}
}

.columns-list {
	-webkit-column-count: 2;
	column-count: 2;
}
@media (min-width: 480px) {
	.columns-list {
		-webkit-column-count: 3;
		column-count: 3;
	}
}
.columns-list li {
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	page-break-inside: avoid;
}
.columns-list.links-list {
	margin: 0 0 45px;
}
@media (min-width: 768px) {
	.columns-list.links-list {
		margin: 0 0 65px;
	}
}
.columns-list.links-list a {
	margin: 0 0 10px;
}
@media (min-width: 768px) {
	.columns-list.links-list a {
		margin: 0 0 16px;
	}
}

.content-box {
	position: relative;
	border-radius: 8px;
	background-image: -webkit-linear-gradient(
		312deg,
		rgba(240, 240, 240, 0.7) 0%,
		rgba(210, 210, 210, 0.7) 100%
	);
	background-image: linear-gradient(
		138deg,
		rgba(240, 240, 240, 0.7) 0%,
		rgba(210, 210, 210, 0.7) 100%
	);
	padding: 30px 20px;
	margin: 0 0 60px;
	z-index: 1;
}
@media (min-width: 768px) {
	.content-box {
		padding: 65px 50px;
		margin: 0 0 85px;
	}
}
.content-box .content-text {
	max-width: 430px;
}
.content-box .content-text h1,
.content-box .content-text .h1 {
	font-size: 28px;
	margin: 0 0 25px;
	line-height: 1.2;
}
.content-box .content-text p {
	margin: 0 0 2em;
}
.content-box .content-text .btn {
	display: inline-block;
	vertical-align: top;
	max-width: none;
	min-width: 185px;
}
.content-box .content-text .btn:last-child {
	margin: 0;
}
.content-box .content-image {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.content-box .bg-stretch {
	background-position: right, bottom;
	background-size: contain;
	position: absolute;
}
@media (max-width: 1199px) {
	.content-box .bg-stretch {
		opacity: 0.5;
	}
}

.navigation-categories li {
	margin: 0 0 14px;
}

.navigation-categories a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #777;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	z-index: 1;
}
.navigation-categories a:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #54c191;
	height: 1px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.navigation-categories a:hover:after {
	right: 0;
}

.dot-box .more .less-text {
	display: none;
}

.dot-box.full-story .more .more-text {
	display: none;
}

.dot-box.full-story .more .less-text {
	display: inline;
}

#home-ajax-search h5 {
	font: italic 600 16px/1.2 'Open Sans', 'Arial', 'Helvetica', sans-serif;
	letter-spacing: -0.02em;
}

.elementor-widget-container #ajaxsearchpro1_1 .probox,
.elementor-widget-container #ajaxsearchpro1_2 .probox,
.elementor-widget-container div.asp_m.asp_m_1 .probox {
	border: none !important;
	border-radius: 1px !important;
}

.elementor-widget-container #ajaxsearchpro1_1,
.elementor-widget-container #ajaxsearchpro1_2,
.elementor-widget-container div.asp_m.asp_m_1 {
	position: relative;
}
.elementor-widget-container #ajaxsearchpro1_1:after,
.elementor-widget-container #ajaxsearchpro1_2:after,
.elementor-widget-container div.asp_m.asp_m_1:after {
	position: absolute;
	content: '';
	height: 2px;
	bottom: 2px;
	left: 2px;
	right: 0;
	background: rgba(162, 203, 241, 0.5);
}

.elementor-widget-container .probox .promagnifier {
	margin: 9px 0 0;
}

.elementor-widget-container #ajaxsearchpro1_1,
.elementor-widget-container #ajaxsearchpro1_2,
.elementor-widget-container div.asp_m.asp_m_1 {
	background: #0069cc;
}

.elementor-widget-container #ajaxsearchpro1_1 .probox,
.elementor-widget-container #ajaxsearchpro1_2 .probox,
.elementor-widget-container div.asp_m.asp_m_1 .probox {
	background-image: none;
	background: #0069cc;
}

#ajaxsearchprores3_1.vertical .results,
#ajaxsearchprores3_2.vertical .results,
div.asp_r.asp_r_3.vertical .results {
	overflow: visible !important;
}

.fixed-position .fixed-header {
	z-index: 100;
	left: 0;
	width: 100%;
	top: 0;
}

#header {
	position: relative;
	background: #ffffff;
}
@media (min-width: 768px) {
	#header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		box-shadow: none;
		z-index: 999;
		background: 0;
	}
}
@media (min-width: 768px) {
	#header.fixed-header {
		position: relative;
	}
}
#header.fixed-header:after {
	position: absolute;
	content: '';
	height: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	z-index: 100;
}
@media (min-width: 768px) {
	#header.fixed-header .header-main {
		background: #fff;
	}
}
@media (min-width: 768px) {
	#header.fixed-header .logo.logo-main {
		display: block;
	}
}
#header.fixed-header .logo.logo-fixed {
	display: none;
}
@media (min-width: 768px) {
	#header.fixed-header .nav-menu a {
		color: inherit;
	}
}
#header.fixed-header .nav-menu a span {
	color: #999;
}
#header.fixed-header .search-box .open-search {
	color: #005295;
}
#header div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg {
	width: 22px !important;
	-webkit-transform: rotate(0) !important;
	-ms-transform: rotate(0) !important;
	transform: rotate(0) !important;
}
#header .container {
	max-width: 1410px;
}
@media (min-width: 768px) {
	#header .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (min-width: 768px) {
	#header .logo.logo-main {
		display: none;
	}
}
@media (max-width: 767px) {
	#header .logo.logo-fixed {
		display: none;
	}
}
#header .logo img {
	width: 120px;
}
@media (min-width: 1024px) {
	#header .logo img {
		width: 165px;
	}
}
#header .social-list {
	position: relative;
	margin: 0 -9px;
	font-size: 17px;
}
@media (max-width: 767px) {
	#header .social-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 0 15px;
	}
}
@media (min-width: 768px) {
	#header .social-list {
		color: #fff;
		padding: 0 0 0 12px;
		margin: 0 -9px 0 25px;
	}
}
@media (min-width: 768px) {
	#header .social-list:before {
		position: absolute;
		content: '';
		width: 1px;
		height: 999px;
		background: #3375aa;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
#header .social-list li {
	margin: 0 9px;
}

@media (max-width: 767px) {
	.header-navigation ul {
		margin: 0 0 13px;
	}
}

@media (min-width: 768px) {
	.header-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (min-width: 768px) {
	.header-navigation li {
		margin: 0 0 5px;
	}
}

.header-navigation li.active a {
	color: #fff;
}
.header-navigation li.active a:after {
	right: 0;
}

@media (min-width: 768px) {
	.header-navigation li:after {
		content: '|';
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px;
	}
}

@media (min-width: 1024px) {
	.header-navigation li:after {
		margin: 0 10px;
	}
}

.header-navigation li:last-child {
	padding: 0;
	margin: 0;
}
.header-navigation li:last-child:after {
	display: none;
}

.header-navigation a {
	display: inline-block;
	vertical-align: middle;
	z-index: 1;
	position: relative;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	font: 13px 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-weight: 500;
}
@media (max-width: 767px) {
	.header-navigation a {
		padding: 5px 0;
	}
}
.header-navigation a:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #fff;
	height: 1px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.header-navigation a:hover {
	color: #fff;
}
.header-navigation a:hover:after {
	right: 0;
}

.header-top {
	padding: 7px 0 0;
	background: #005295;
	color: #ccdce9;
	overflow: hidden;
	font-size: 10px;
	font-weight: 500;
}
@media (min-width: 768px) {
	.header-top {
		font-size: 13px;
		padding: 7px 0 0;
	}
}
.header-top .heading-holder {
	display: none;
}
@media (min-width: 768px) {
	.header-top .heading-holder {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
	}
}

.header-main {
	color: #005295;
	padding: 14px 0;
}
@media (max-width: 767px) {
	.header-main {
		background: #fff;
	}
}
@media (min-width: 768px) {
	.header-main {
		background-image: -webkit-linear-gradient(
			top,
			rgba(0, 0, 0, 0.52) -28%,
			rgba(126, 126, 126, 0) 76%
		);
		background-image: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.52) -28%,
			rgba(126, 126, 126, 0) 76%
		);
		padding: 18px 0;
	}
}
.header-main .container {
	position: relative;
}
.header-main .form-search,
.header-main .search-form-holder {
	display: none;
	position: absolute !important;
	bottom: 15px !important;
	left: 15px !important;
	right: 15px !important;
}
@media (min-width: 768px) {
	.header-main .form-search,
	.header-main .search-form-holder {
		width: 100% !important;
		left: auto !important;
		max-width: 430px !important;
		bottom: -78px !important;
		right: 70px !important;
	}
}
@media (min-width: 768px) {
	.header-main .main-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
		padding: 0 0 0 4%;
	}
}
@media (min-width: 1200px) {
	.header-main .main-nav {
		padding: 0 0 0 11%;
	}
}
.header-main .heading-holder {
	font-size: 12px;
}
@media (min-width: 768px) {
	.header-main .heading-holder {
		display: none;
	}
}

.language-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	.language-links li {
		margin: 0 0 5px;
	}
}
.language-links li.active a {
	font-weight: 700;
	color: #fff;
}
.language-links li.active a:after {
	right: 0;
}
.language-links li:after {
	content: '|';
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	margin: 0 5px;
}
@media (min-width: 768px) {
	.language-links li:after {
		margin: 0 10px;
	}
}
.language-links li:last-child:after {
	display: none;
}
.language-links a {
	position: relative;
	color: #ccd5e0;
	display: inline-block;
	vertical-align: middle;
	z-index: 1;
	text-decoration: none;
}
.language-links a:after {
	position: absolute;
	content: '';
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #fff;
	height: 1px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.language-links a:hover {
	color: #fff;
}
.language-links a:hover:after {
	right: 0;
}

.btn-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767px) {
	.btn-heading {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.btn-heading .btn {
	margin: 0 10px 0 0;
}
@media (min-width: 768px) {
	.btn-heading .btn {
		margin: 0 15px 0 0;
	}
}
@media (min-width: 920px) {
	.btn-heading .btn {
		margin: 0 24px 0 15px;
	}
}

.nav-menu {
	font-size: 15px;
	font-weight: 500;
}
@media (min-width: 768px) {
	.nav-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
		font-size: 14px;
		margin: 0 -10px -10px;
	}
}
@media (min-width: 768px) and (min-width: 1024px) {
	.nav-menu {
		margin: 0 -20px -10px;
		font-size: 19px;
	}
}
@media (min-width: 768px) and (min-width: 1200px) {
	.nav-menu {
		margin: 0 -29px -10px;
	}
}
@media (min-width: 768px) {
	.nav-menu li {
		margin: 0 10px 10px;
	}
}
@media (min-width: 1024px) {
	.nav-menu li {
		margin: 0 20px 10px;
	}
}
@media (min-width: 1200px) {
	.nav-menu li {
		margin: 0 20px 10px;
	}
}
.nav-menu li.active a:after {
	right: 0;
}
.nav-menu li.active a span {
	color: #0069cc;
}
.nav-menu a {
	display: inline-block;
	vertical-align: middle;
	z-index: 1;
	position: relative;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
}
@media (max-width: 767px) {
	.nav-menu a {
		padding: 10px 0;
	}
}
@media (min-width: 768px) {
	.nav-menu a {
		color: #fff;
	}
}
.nav-menu a:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 10px;
	background: #54c191;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
@media (min-width: 768px) {
	.nav-menu a:after {
		bottom: 0;
	}
}
.nav-menu a:hover:after {
	right: 0;
}
.nav-menu a:hover span {
	color: #0069cc;
}
.nav-menu a span {
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	display: block;
	color: #d2d2d2;
	font-size: 11px;
}
@media (min-width: 1024px) {
	.nav-menu a span {
		font-size: 14px;
	}
}

.nav-opener {
	width: 30px;
	height: 26px;
	float: right;
	position: relative;
	margin: -28px 0 0;
}
@media (min-width: 768px) {
	.nav-opener {
		display: none;
	}
}
.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #005295;
	position: absolute;
	top: 13px;
	left: 0;
	right: 0;
	height: 3px;
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.nav-opener:before,
.nav-opener:after {
	content: '';
	top: 3px;
}
.nav-opener:after {
	top: 24px;
}
.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	right: 0;
}
.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-active .nav-opener span {
	opacity: 0;
}

.nav-drop {
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media (max-width: 767px) {
	.nav-drop {
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		position: absolute;
		top: 42px;
		left: 0;
		right: 0;
		z-index: 99;
		background-color: #fff;
		text-align: center;
		padding: 20px 15px 70px;
	}
}
@media (min-width: 768px) {
	.nav-drop {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.nav-active .nav-drop {
	opacity: 1;
	visibility: visible;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.btn {
	display: inline-block;
	vertical-align: top;
	font: 500 12px/1.2 'Roboto', 'Arial', 'Helvetica', sans-serif;
	background: #005295;
	color: #fff;
	letter-spacing: 0.5px;
	margin: 0 0 15px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
	border-radius: 100px;
	text-decoration: none;
	padding: 1em 1.3em;
	text-align: center;
}
@media (min-width: 920px) {
	.btn {
		font-size: 14px;
	}
}
.btn.btn-secondary {
	background: #54c191;
}
.btn:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@media (min-width: 768px) {
	.btn-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 -7px;
	}
}

@media (max-width: 767px) {
	.btn-holder .btn {
		display: block;
		max-width: 255px;
		text-align: center;
	}
}

@media (min-width: 768px) {
	.btn-holder .btn {
		margin: 0 7px;
	}
}

.links-list {
	margin: 0 0 30px;
}
.links-list h5 {
	color: #333;
	font-weight: 700;
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	margin: 0 0 5px;
}
.links-list:only-child {
	margin-bottom: 0;
}

.link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	position: relative;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 5px;
	z-index: 1;
}
.link:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #54c191;
	height: 1px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.link.tel-link:before {
	content: '';
	font-family: 'icomoon';
	font-size: inherit;
	line-height: 1;
	text-indent: 0;
}
.link.location-link:before {
	padding-right: 14px;
	content: '';
	font-family: 'icomoon';
	font-size: inherit;
	line-height: 1;
	text-indent: 0;
}
.link.email-link:before {
	content: '';
	font-family: 'icomoon';
	font-size: inherit;
	line-height: 1;
	text-indent: 0;
}
.link:before {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 22px;
	color: #54c191;
}
.link:hover:after {
	right: 0;
}

.link-back {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	padding: 0 0 0 27px;
	color: #0069cc;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 30px;
}
.link-back:before {
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	content: '';
	font-family: 'icomoon';
	font-size: 24px;
	line-height: 1;
	text-indent: 0;
	position: absolute;
	top: -3px;
	left: 0;
}
.link-back:hover:before {
	-webkit-transform: translateX(-4px);
	-ms-transform: translateX(-4px);
	transform: translateX(-4px);
}

.form-filter .btn-reset {
	color: #dbedff;
	width: -webkit-max-content;
	width: max-content;
	padding: 0;
}
.form-filter .btn-reset:after {
	background: #dbedff;
}

.form-filter .heading-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 8px 8px 0 0;
	color: #fff;
	background-image: -webkit-linear-gradient(left, #0069cc 0%, #005295 100%);
	background-image: linear-gradient(to right, #0069cc 0%, #005295 100%);
	padding: 22px;
}
.form-filter .heading-filter h1,
.form-filter .heading-filter .h1 {
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
	margin: 0 10px 0 0;
	color: inherit;
	font-size: 24px;
}

.form-filter .title-filter {
	display: block;
	margin: 0 0 20px;
	color: #777;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.form-filter .body-filter {
	padding: 28px 25px;
	border-radius: 0 0 8px 8px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.09);
}

.form-filter .btn {
	min-width: 185px;
}

.form-filter .open-close.active {
	padding: 10px 0 0;
}
.form-filter .open-close.active .opener .hide-text {
	display: inline-block;
}
.form-filter .open-close.active .opener .show-text {
	display: none;
}

.form-filter .opener {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	padding: 0 0 0 30px;
	margin: 0 0 40px;
}
.form-filter .opener:before {
	content: '';
	font-family: 'icomoon';
	font-size: 12px;
	line-height: 1;
	text-indent: 0;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #54c191;
	color: #fff;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.form-filter .opener .hide-text {
	display: none;
}

.form-filter .input-holder .button-search {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.form-filter .input-holder .button-search input {
	border-radius: inherit;
	background: 0;
	border: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
	text-indent: -9999px;
	box-shadow: none;
}

.form-group {
	margin: 0 0 22px;
}

.button-wrap {
	text-align: center;
}

.check-holder {
	padding: 0 0 20px;
}

.form-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 10px;
}
.form-check label {
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
	margin: 0 0 0 10px;
	color: #666;
	font-size: 13px;
	font-weight: 400;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
	width: 200px;
	max-height: 250px;
	overflow: auto;
	background: #fff;
	border: 1px solid #d2dce0;
	padding: 10px;
	border-radius: 8px;
	z-index: 10;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li {
	margin: 0 0 10px;
}

.card {
	font-size: 14px;
	color: #777;
	margin: 0 0 30px;
	line-height: 1.25;
}
.card.card-secondary:last-child {
	margin: 0 0 50px;
}
@media (min-width: 768px) {
	.card.card-secondary:last-child {
		margin: 0 0 95px;
	}
}
.card.card-secondary .card-body {
	display: block;
	padding: 25px 15px;
}
@media (min-width: 768px) {
	.card.card-secondary .card-body {
		padding: 40px 30px;
	}
}
.card h5,
.card .h5 {
	font-size: 18px;
	margin: 0 0 5px;
}
.card h3,
.card .h3 {
	font-size: 28px;
}
.card p {
	letter-spacing: -0.01em;
}
.card p:last-child {
	margin: 0;
}
@media (max-width: 649px) {
	.card .columns-list {
		-webkit-column-count: 2;
		column-count: 2;
	}
}
@media (max-width: 479px) {
	.card .columns-list {
		-webkit-column-count: 1;
		column-count: 1;
	}
}

.card-heading {
	border-radius: 8px 8px 0 0;
	background-image: -webkit-linear-gradient(left, #0069cc 0%, #005295 100%);
	background-image: linear-gradient(to right, #0069cc 0%, #005295 100%);
	color: #fff;
	padding: 13px 20px;
}
.card-heading h2,
.card-heading h3,
.card-heading h4,
.card-heading h5,
.card-heading h6 {
	color: inherit;
}
.card-heading h2:last-child,
.card-heading h3:last-child,
.card-heading h4:last-child,
.card-heading h5:last-child,
.card-heading h6:last-child {
	margin: 0;
}

.card-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.09);
	border-radius: 0 0 8px 8px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	padding: 15px 15px 25px;
}

.card-image {
	margin: 0 15px 0 0;
}
@media (min-width: 650px) {
	.card-image {
		width: 103px;
	}
}
.card-image img {
	width: 100%;
}

.card-taxt {
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
}

@media (min-width: 650px) {
	.cards-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -16px;
		padding: 0 0 30px;
	}
}

@media (min-width: 650px) {
	.cards-holder .card {
		width: 50%;
		margin: 0 16px 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (min-width: 650px) {
	.cards-holder .card-body {
		-webkit-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
	}
}

.main-accordion li {
	border-bottom: 1px solid #d2dce0;
}
.main-accordion li.active > .opener:after {
	content: '';
	font-family: 'icomoon';
	font-size: 10px;
	line-height: 1;
	text-indent: 0;
}
.main-accordion li:first-child .opener {
	padding-top: 0;
}
.main-accordion li:first-child .opener:after {
	top: 0;
}

.main-accordion .opener {
	display: block;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	color: #333;
	z-index: 1;
	text-decoration: none;
	padding: 14px 50px 14px 0;
}
@media (min-width: 768px) {
	.main-accordion .opener {
		font-size: 14px;
		padding-right: 40px;
	}
}
.main-accordion .opener:after {
	content: '';
	font-family: 'icomoon';
	font-size: 10px;
	line-height: 1;
	text-indent: 0;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: #54c191;
	border-radius: 50%;
	top: 13px;
	right: 5px;
	color: #fff;
}
@media (min-width: 768px) {
	.main-accordion .opener:after {
		right: 10px;
		top: 19px;
	}
}

.main-accordion .slide {
	padding: 10px 50px 10px 0;
}
@media (min-width: 768px) {
	.main-accordion .slide {
		padding-right: 0px;
	}
}

.desc-block {
	position: relative;
	line-height: 1.5;
	padding: 30px 0;
}
@media (min-width: 768px) {
	.desc-block {
		padding: 60px 0;
	}
}
.desc-block .cards-holder {
	border-bottom: 1px solid #d2dce0;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -17px;
	font-size: 20px;
}
.social-list li {
	margin: 0 17px;
}
.social-list a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: inherit;
}
.social-list a:hover {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.steps-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	counter-reset: num;
	margin: 0 0 20px;
}
@media (min-width: 480px) {
	.steps-list {
		margin: 0 -20px 20px;
	}
}
@media (min-width: 768px) {
	.steps-list {
		margin: 0 -40px 20px;
	}
}
.steps-list li {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding: 0 0 20px;
}
@media (min-width: 480px) {
	.steps-list li {
		max-width: 33.3%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
		padding: 0 20px 20px;
	}
}
@media (min-width: 768px) {
	.steps-list li {
		padding: 0 40px 20px;
	}
}
.steps-list li:before {
	content: counter(num);
	counter-increment: num;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	font-size: 16px;
	color: #fff;
	background: #0069cc;
	border-radius: 50%;
	padding: 5px;
	letter-spacing: -0.022em;
	margin: 0 0 13px;
}
.steps-list address {
	font-weight: normal;
	font-size: inherit;
}
.steps-list .link {
	font-size: inherit;
}
.steps-list h4,
.steps-list .h4 {
	color: #333;
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	margin: 0 0 5px;
}

.search-box .open-search {
	display: inline-block;
	vertical-align: top;
	color: #005295;
	text-decoration: none;
	font-size: 27px;
}
@media (min-width: 768px) {
	.search-box .open-search {
		margin: 0 5px 0 0;
		color: #fff;
	}
}
@media (min-width: 920px) {
	.search-box .open-search {
		font-size: 32px;
	}
}
.search-box .open-search:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.search-box .form-search {
	display: none;
}
.search-box .form-search:before {
	content: '';
	font-family: 'icomoon';
	font-size: 25px;
	line-height: 1;
	text-indent: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 17px;
	z-index: 15;
	pointer-events: none;
}

.search-box input[type='search'] {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 45, 96, 0.09);
	border-radius: 100px;
	border: 1px solid #d9f1fc;
	background-color: #fff;
	color: #005295;
	padding-left: 45px;
	margin: 0;
	text-align: left;
	font-size: 16px;
	border-color: #c9dae2;
}
@media (min-width: 768px) {
	.search-box input[type='search'] {
		font-size: 19px;
	}
}
@media (max-width: 767px) {
	.search-box input[type='search'] {
		height: 33px;
	}
}
.search-box input[type='search']::-webkit-input-placeholder {
	color: #005295;
}
.search-box input[type='search']::-moz-placeholder {
	opacity: 1;
	color: #005295;
}
.search-box input[type='search']:-moz-placeholder {
	color: #005295;
}
.search-box input[type='search']:-ms-input-placeholder {
	color: #005295;
}
.search-box input[type='search'].placeholder {
	color: #005295;
}
.search-box input[type='search']:focus {
	border-color: #c9dae2;
}

.breadcrumb-block {
	background: #f3fcff;
	border-bottom: 1px solid #d9f1fc;
	padding: 20px 0 8px;
}
@media (min-width: 768px) {
	.breadcrumb-block {
		padding: 30px 0 18px;
	}
}
.breadcrumb-block .container {
	max-width: 1410px;
}

.breadcrumb {
	font-size: 12px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.breadcrumb li {
	position: relative;
	color: #2cacd5;
	padding: 0 24px 10px 0;
}
.breadcrumb li:after {
	content: '';
	font-family: 'icomoon';
	font-size: 15px;
	line-height: 1;
	text-indent: 0;
	position: absolute;
	top: 0;
	right: 5px;
}
.breadcrumb li.active {
	color: #005295;
}
.breadcrumb li.active a {
	pointer-events: none;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb a {
	color: inherit;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #005295;
}
.breadcrumb .breadcrumb_last {
	color: #005295;
}

.holder-block {
	padding: 50px 0;
}
@media (min-width: 768px) {
	.holder-block.holder-secondary .sidebar {
		width: 255px;
	}
}
@media (min-width: 768px) {
	.holder-block .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.holder-block .sidebar {
	margin: 0 0 30px;
}
@media (min-width: 768px) {
	.holder-block .sidebar {
		width: 350px;
		margin: 0 30px 0 0;
	}
}
@media (min-width: 768px) {
	.holder-block .sidebar .main-accordion {
		padding-top: 10px;
	}
}
.holder-block .sidebar .main-accordion .opener {
	font-size: 16px;
	color: #005295;
	border-bottom: 1px solid #d2dce0;
}
@media (min-width: 768px) {
	.holder-block .sidebar .main-accordion .opener {
		padding-right: 35px;
	}
}
.holder-block .sidebar .main-accordion .opener:after {
	right: 11px;
}
.holder-block .sidebar .main-accordion .slide {
	padding: 20px 10px 10px 20px;
}
.holder-block .sidebar .main-accordion li {
	border: none;
}
@media (min-width: 768px) {
	.holder-block .main-block {
		-webkit-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
	}
}
.holder-block .main-block h1,
.holder-block .main-block .h1 {
	margin: 0 0 0.7em;
}
@media (min-width: 768px) {
	.holder-block .main-block h1,
	.holder-block .main-block .h1 {
		font-size: 40px;
	}
}
@media (max-width: 1023px) {
	.holder-block .main-block .info-block {
		display: block;
	}
}
@media (max-width: 1023px) {
	.holder-block .main-block .info-block.info-third .info-image {
		margin: 0 0 30px;
	}
}
@media (max-width: 1023px) {
	.holder-block .main-block .info-image {
		margin: 0 0 30px;
	}
}

.pagination-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 10px;
	border: 1px solid #d2dce0;
	border-width: 0 0 1px;
	margin: 0 0 20px;
}
.pagination-block:last-child {
	border: none;
	margin: 0;
}
.pagination-block:first-child {
	padding: 27px 0 10px;
}
.pagination-block .pagination-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 30px;
	margin: -5px 0 0;
}
.pagination-block .pagination-buttons li {
	padding: 0 10px;
}
.pagination-block .pagination-buttons li.diseble {
	opacity: 0.2;
}
.pagination-block .pagination-buttons li.diseble a {
	pointer-events: none;
}
.pagination-block .pagination-buttons a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #221e1f;
}
.pagination-block .pagination-buttons a:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.pagination-block .results {
	font-size: 14px;
	font-weight: 500;
	color: #777;
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
	padding: 0 20px 0 0;
}
.pagination-block .results-number {
	color: #333;
}

.info-block {
	margin: 0 0 40px;
}
@media (min-width: 768px) {
	.info-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.info-block:first-child {
	border-width: 1px 0;
	padding: 20px 0;
}
.info-block.info-secondary .info-image {
	width: 445px;
}
@media (max-width: 767px) {
	.info-block.info-secondary .info-image {
		margin: 0 auto 30px;
	}
}
.info-block.info-secondary h2,
.info-block.info-secondary .h2 {
	font-size: 24px;
}
@media (min-width: 768px) {
	.info-block.info-secondary h2,
	.info-block.info-secondary .h2 {
		font-size: 36px;
	}
}
.info-block.info-secondary .btn {
	text-align: center;
	display: block;
	max-width: 255px;
}
.info-block.info-third .info-image {
	width: 100%;
	max-width: 320px;
	margin: 0 15px 0 0;
}
@media (max-width: 767px) {
	.info-block.info-third .info-image {
		margin: 0 auto 30px;
	}
}
.info-block.info-third .subtitle {
	color: #005295;
	font-size: 18px;
	font-weight: 700;
}
.info-block.info-third address {
	font-size: 14px;
}
.info-block h2,
.info-block .h2 {
	margin: 0;
	font-size: 24px;
}
.info-block address {
	margin: 0 0 25px;
}
@media (min-width: 768px) {
	.info-block .block-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.info-block .block-wrap .links-list {
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
	margin: 0 15px 15px 0;
}
.info-block .block-wrap .btn {
	min-width: 185px;
	margin: 0 0 15px;
}

.info-image {
	width: 160px;
	margin: 0 0 30px;
	border-radius: 8px;
	overflow: hidden;
}
@media (min-width: 768px) {
	.info-image {
		margin: 0 30px 0 0;
	}
}
.info-image img {
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	width: 100%;
	border-radius: inherit;
	background: #f3fcff;
}
.info-image a {
	text-decoration: none;
}
/* .info-image a:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
} */

@media (min-width: 768px) {
	.info-text {
		-webkit-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
	}
}

.info-holder .info-block {
	border: 1px solid #d2dce0;
	border-width: 0 0 1px;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.tabs-block {
	padding: 0 0 50px;
}
.tabs-block .slide-tab {
	width: 100%;
	padding: 20px 0;
}
@media (min-width: 768px) {
	.tabs-block .slide-tab {
		padding: 36px 0 0;
	}
}
.tabs-block .content-block {
	border-bottom: 1px solid #d2dce0;
	margin: 0;
	padding: 0 0 30px;
}
@media (min-width: 768px) {
	.tabs-block .content-block {
		padding: 0 0 60px;
	}
}
@media (min-width: 768px) {
	.tabs-block h3 + .main-accordion,
	.tabs-block .h3 + .main-accordion {
		margin-top: -10px;
	}
}
.tabs-block p:last-child {
	margin: 0;
}
@media (min-width: 480px) {
	.tabs-block .gellery-block .image-main {
		height: 357px;
	}
}
@media (min-width: 1024px) {
	.tabs-block .gellery-block .image-main {
		width: 443px;
	}
}
@media (min-width: 1024px) {
	.tabs-block .gellery-inner {
		height: 357px;
	}
}
.tabs-block .gellery-inner a {
	opacity: 1;
}
.tabs-block .gellery-inner a:hover {
	opacity: 0.5;
}
@media (min-width: 1024px) {
	.tabs-block .gellery-inner li {
		margin: 0 0 20px;
	}
}
.tabs-block .opener-tab {
	display: block;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	color: #777;
	z-index: 1;
	text-decoration: none;
	padding: 8px 50px 6px 15px;
	margin: 0 -15px;
}
@media (min-width: 768px) {
	.tabs-block .opener-tab {
		display: none;
	}
}
.tabs-block .opener-tab:after {
	content: '';
	font-family: 'icomoon';
	font-size: 20px;
	line-height: 1;
	text-indent: 0;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: #54c191;
	border-radius: 50%;
	top: 7px;
	right: 20px;
	color: #fff;
}
.tabs-block .opener-tab:before {
	position: absolute;
	content: '';
	left: 15px;
	right: 15px;
	height: 1px;
	background: #d2dce0;
	bottom: 0;
}
.tabs-block .opener-tab.active {
	color: #005295;
}
.tabs-block .opener-tab.active:after {
	right: 0;
}
.tabs-block .opener-tab.active:before {
	right: 0;
}
.tabs-block > .tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #d2dce0;
	border-width: 1px 0 2px;
}
@media (max-width: 767px) {
	.tabs-block > .tabset {
		display: none;
	}
}
.tabs-block > .tabset a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 10px 28px 8px;
	font-size: 15px;
	font-weight: 500;
	color: #777;
	z-index: 1;
	text-decoration: none;
}
.tabs-block > .tabset a:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: -2px;
	background: #005295;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.tabs-block > .tabset a:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	top: 0;
	bottom: 0;
	background: #e4f5fc;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.tabs-block > .tabset a:hover:after,
.tabs-block > .tabset a.active:after {
	right: 0;
}
.tabs-block > .tabset a:hover:before,
.tabs-block > .tabset a.active:before {
	right: 0;
}
.tabs-block .tab-content {
	position: relative;
}
.tabs-block .tab-content li.active .opener-tab:after {
	content: '';
	font-family: 'icomoon';
	font-size: 20px;
	line-height: 1;
	text-indent: 0;
}
@media (max-width: 767px) {
	.tabs-block .tab-content li:last-child .slide-tab {
		padding-bottom: 0;
	}
}

.location-block li.active .opener {
	background: #0069cc;
	color: #fff;
}
.location-block li.active .opener:before {
	opacity: 1;
	visibility: visible;
}
.location-block li.active .opener:after {
	display: none;
}

.location-block .opener {
	position: relative;
	display: block;
	font-weight: 500;
	color: #777;
	text-decoration: none;
	padding: 10px 50px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #005295;
	border-radius: 4px;
	z-index: 1;
	margin: 0 0 20px;
	text-align: center;
	border: 1px solid #005295;
}
@media (min-width: 768px) {
	.location-block .opener {
		display: none;
	}
}
.location-block .opener:before {
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 8px solid transparent;
	border-top: 8px solid #0069cc;
	opacity: 0;
	visibility: hidden;
}
.location-block .opener:after {
	position: absolute;
	content: '';
	font-family: 'icomoon';
	font-size: 18px;
	line-height: 1;
	text-indent: 0;
	top: 10px;
	right: 30px;
}

.location-block .tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -2px 30px;
}
@media (max-width: 767px) {
	.location-block .tabset {
		display: none;
	}
}
.location-block .tabset li {
	padding: 0 2px;
}
.location-block .tabset a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 10px 30px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #005295;
	border-radius: 4px;
	z-index: 1;
}
.location-block .tabset a.active {
	background: #0069cc;
	color: #fff;
}
.location-block .tabset a.active:before {
	opacity: 1;
	visibility: visible;
}
.location-block .tabset a:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 4px;
	right: 100%;
	bottom: 0;
	background: #0069cc;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.location-block .tabset a:before {
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 8px solid transparent;
	border-top: 8px solid #0069cc;
	opacity: 0;
	visibility: hidden;
}
.location-block .tabset a:hover:after {
	right: 4px;
}

.content-block {
	margin: 0 auto 30px;
}
@media (max-width: 767px) {
	.content-block {
		max-width: 508px;
	}
}
@media (min-width: 768px) {
	.content-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 0 30px;
	}
}
@media (min-width: 768px) {
	.content-block .gellery-block {
		margin: 0 28px 0 0;
	}
}

@media (min-width: 768px) {
	.content-text {
		-webkit-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
	}
}

.content-text .btn {
	display: block;
	text-align: center;
}
@media (min-width: 768px) {
	.content-text .btn {
		max-width: 255px;
	}
}

.content-text h3,
.content-text .h3 {
	line-height: 1;
	margin: 0;
}
@media (min-width: 768px) {
	.content-text h3,
	.content-text .h3 {
		font-size: 32px;
	}
}

.content-text .subtitle {
	display: block;
	color: #005295;
	line-height: 1;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.018em;
}

.content-text .title-holder {
	margin: 0 0 15px;
}

.content-text address {
	display: block;
	max-width: 200px;
}

.gellery-block {
	margin: 0 0 35px;
}
@media (max-width: 1023px) {
	.gellery-block {
		max-width: 508px;
		margin: 0 auto 35px;
	}
}
@media (min-width: 1024px) {
	.gellery-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
.gellery-block .bg-stretch {
	border-radius: 8px;
	overflow: hidden;
}
.gellery-block .image-main {
	position: relative;
	width: 100%;
	height: 250px;
	border-radius: 8px;
	overflow: hidden;
}
@media (min-width: 480px) {
	.gellery-block .image-main {
		height: 403px;
	}
}
@media (min-width: 1024px) {
	.gellery-block .image-main {
		width: 538px;
	}
}
.gellery-block .tab-content {
	margin: 0 0 15px;
}
@media (min-width: 1024px) {
	.gellery-block .tab-content {
		margin: 0 0 0 8px;
	}
}

.gellery-inner {
	height: 95px;
}
@media (min-width: 480px) {
	.gellery-inner {
		height: 105px;
	}
}
@media (max-width: 1023px) {
	.gellery-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (min-width: 1024px) {
	.gellery-inner {
		width: 185px;
		height: 403px;
	}
}
.gellery-inner li {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	width: 140px;
	margin: 0 14px 0 0;
}
@media (min-width: 480px) {
	.gellery-inner li {
		width: 160px;
	}
}
@media (max-width: 1023px) {
	.gellery-inner li {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}
@media (min-width: 1024px) {
	.gellery-inner li {
		height: 105px;
		margin: 0 0 10px;
	}
}
@media (min-width: 1024px) {
	.gellery-inner li:last-child {
		margin: 0;
	}
}
.gellery-inner a {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	text-decoration: none;
	opacity: 0.5;
}
.gellery-inner a:hover,
.gellery-inner a.active {
	opacity: 1;
}

.profile-block {
	border: 1px solid #d2dce0;
	border-width: 1px 0;
	padding: 25px 0;
	margin: 0 0 30px;
}
@media (min-width: 768px) {
	.profile-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.profile-block:last-child {
	margin: 0;
}
.profile-block h1,
.profile-block .h1 {
	margin: 0 0 5px;
}
@media (min-width: 768px) {
	.profile-block h1,
	.profile-block .h1 {
		font-size: 32px;
	}
}
.profile-block p > .link {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	margin: 0;
}
.profile-block .links-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 15px;
}
.profile-block .links-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 5px;
}
.profile-block .links-list li:after {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	content: '/';
	margin: 0 10px;
	font-weight: 700;
}
.profile-block .links-list li:last-child:after {
	display: none;
}
.profile-block .links-list li a {
	margin: 0;
}
.profile-block .image-profile {
	margin: 0 0 35px;
}
@media (max-width: 767px) {
	.profile-block .image-profile {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.profile-block .image-profile {
		margin: 0 35px 0 0;
	}
}
.profile-block .image-profile img {
	border-radius: 8px;
	width: 255px;
	background: #f3fcff;
}
@media (min-width: 768px) {
	.profile-block .text-profile {
		-webkit-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
	}
}

.information-block {
	padding: 0 0 70px;
}
@media (min-width: 768px) {
	.information-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 0 95px;
	}
}
.information-block .slide {
	padding: 30px 0 0;
}
@media (max-width: 767px) {
	.information-block .tabset {
		display: none;
	}
}
@media (min-width: 768px) {
	.information-block .tabset {
		width: 255px;
		margin: 0 30px 0 0;
	}
}
.information-block .tabset li:first-child a {
	padding-top: 0;
}
.information-block .tabset li:first-child a:after {
	top: 0;
}
.information-block .tabset a {
	display: block;
	position: relative;
	text-decoration: none;
	font-weight: 500;
	border-bottom: 1px solid #d2dce0;
	padding: 16px 45px 16px 0;
}
.information-block .tabset a.active:after {
	opacity: 1;
	visibility: visible;
}
.information-block .tabset a:after {
	content: '';
	font-family: 'icomoon';
	font-size: 11px;
	line-height: 1;
	text-indent: 0;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #54c191;
	color: #fff;
	top: 15px;
	right: 10px;
	opacity: 0;
	visibility: hidden;
}
@media (max-width: 1023px) {
	.information-block .info-block.info-secondary {
		display: block;
	}
}
@media (max-width: 1023px) {
	.information-block .info-block .info-image {
		margin: 0 auto 30px;
	}
}
.information-block h2,
.information-block .h2 {
	font-size: 28px;
	margin: 0 0 0.9em;
}
.information-block p {
	line-height: 1.5;
}
@media (min-width: 768px) {
	/* .information-block p {
        margin: 0 0 3em; } */
}
@media (min-width: 768px) and (max-width: 1024px) {
	.information-block .contact-box .contact-column {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.information-content {
		-webkit-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
	}
}

.information-content li.active a:after {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.information-content .opener {
	display: block;
	position: relative;
	text-decoration: none;
	font-weight: 500;
	border-bottom: 1px solid #d2dce0;
	padding: 16px 45px 16px 0;
}
@media (min-width: 768px) {
	.information-content .opener {
		display: none;
	}
}
.information-content .opener:after {
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	content: '';
	font-family: 'icomoon';
	font-size: 11px;
	line-height: 1;
	text-indent: 0;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #54c191;
	color: #fff;
	top: 15px;
	right: 10px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.contact-box {
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.09);
	border-radius: 8px;
	overflow: hidden;
	margin: 0 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contact-box .links-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px -45px;
}
@media (min-width: 480px) {
	.contact-box .links-list {
		margin: 0 -20px -70px;
	}
}
.contact-box .links-list li {
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 0 20px 45px;
}
@media (min-width: 480px) {
	.contact-box .links-list li {
		padding: 0 20px 70px;
	}
}
.contact-box .btn {
	width: 100%;
	max-width: 185px;
}
.contact-box .btn:last-child {
	margin: 0;
}

.contact-column {
	padding: 30px 20px;
}
@media (max-width: 649px) {
	.contact-column {
		width: 100%;
	}
}
@media (min-width: 650px) {
	.contact-column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.contact-column:first-child {
	background: #f3fcff;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (min-width: 650px) {
	.contact-column:first-child {
		width: 250px;
	}
}
@media (min-width: 1200px) {
	.contact-column:first-child {
		width: 350px;
	}
}
@media (min-width: 650px) {
	.contact-column:last-child {
		-webkit-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
	}
}
@media (min-width: 768px) {
	.contact-column:last-child {
		padding: 55px 43px 40px;
	}
}

.contact-image {
	margin: 0 0 20px;
}
@media (min-width: 650px) {
	.contact-image {
		margin: 0 0 40px;
	}
}
.contact-image img {
	width: 150px;
}
@media (min-width: 650px) {
	.contact-image img {
		width: 186px;
	}
}

.items-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px;
}
.items-holder .item {
	width: 100%;
	max-width: 250px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 75px;
	font: 700 18px/1.11 'Lato', 'Arial', 'Helvetica', sans-serif;
	text-decoration: none;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.09);
	border: 1px solid #e8e8e8;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	padding: 20px;
	margin: 0 10px 20px;
}
.items-holder .item:hover .item-text:after {
	-webkit-transform: translate(4px, -50%);
	-ms-transform: translate(4px, -50%);
	transform: translate(4px, -50%);
}
.items-holder .item:hover .item-icon {
	-webkit-transform: translate(0, -3px);
	-ms-transform: translate(0, -3px);
	transform: translate(0, -3px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.items-holder .item-icon {
	-webkit-transition: box-shadow 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	width: 122px;
	height: 122px;
	margin: 0 auto 15px;
	background: #e4f5fc;
	border-radius: 50%;
}
.items-holder .item-text {
	position: relative;
	display: block;
	padding: 0 50px 0 0;
}
.items-holder .item-text:after {
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	content: '';
	font-family: 'icomoon';
	font-size: inherit;
	line-height: 1;
	text-indent: 0;
	position: absolute;
	color: #54c191;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.categories-holder {
	margin: 0 0 50px;
}
@media (min-width: 768px) {
	.categories-holder {
		margin: 0 0 80px;
	}
}

.categories-block {
	position: relative;
	margin: 0 0 45px;
	padding: 0 0 35px;
}
@media (min-width: 768px) {
	.categories-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 -30px 45px;
	}
}
.categories-block:after {
	position: absolute;
	content: '';
	background: #d2dce0;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
}
@media (min-width: 768px) {
	.categories-block:after {
		left: 30px;
		right: 30px;
	}
}
.categories-block:last-child {
	padding-bottom: 0;
}
.categories-block:last-child:after {
	display: none;
}
@media (min-width: 768px) {
	.categories-block .column {
		padding: 0 30px;
	}
}
.categories-block .column:first-child {
	position: relative;
}
@media (max-width: 767px) {
	.categories-block .column:first-child {
		margin: 0 0 30px;
		padding: 0 0 20px;
	}
}
@media (min-width: 768px) {
	.categories-block .column:first-child {
		-webkit-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
	}
}
.categories-block .column:first-child:after {
	position: absolute;
	content: '';
	background: #d2dce0;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
}
@media (min-width: 768px) {
	.categories-block .column:first-child:after {
		width: 1px;
		height: auto;
		top: 18%;
		bottom: 5%;
		left: auto;
	}
}
@media (min-width: 768px) {
	.categories-block .column:last-child {
		width: 285px;
	}
}
.categories-block .icon-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 10px;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #e4f5fc;
	padding: 17px;
}
.categories-block .icon-holder img {
	width: 100%;
}
.categories-block h3,
.categories-block .h3 {
	font-size: 28px;
	margin: 0 0 0.7em;
}
.categories-block h5,
.categories-block .h5 {
	color: #333;
	font: 500 18px/1.25 'Roboto', 'Arial', 'Helvetica', sans-serif;
	margin: 0 0 25px;
}
.categories-block p {
	line-height: 1.5;
}
.categories-block .btn {
	min-width: 160px;
}
.categories-block .links-list:last-child {
	margin: 0;
}
.categories-block .links-list li {
	margin: 0 0 15px;
}
.categories-block .links-list .link {
	color: #0069cc;
	font-size: 13px;
}

.ajax-filter-container {
	padding: 0 0 30px;
}
.ajax-filter-container .btn-holder {
	display: block;
	text-align: center;
}
.ajax-filter-container .btn-holder .btn {
	min-width: 185px;
}
.ajax-filter-container .form-group {
	margin: 0 0 15px;
}
.ajax-filter-container .filters-block [type='radio'],
.ajax-filter-container .filters-block [type='checkbox'] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}
.ajax-filter-container label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 9px;
	color: inherit;
	cursor: pointer;
	font-weight: 500;
	z-index: 1;
}
.ajax-filter-container label:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 10px;
	right: 100%;
	bottom: 0;
	background: #54c191;
	height: 1px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.ajax-filter-container label:hover:after {
	right: 10px;
}

.ajax-filter-holder .heading {
	border-radius: 8px;
	border: 1px solid #d9f1fc;
	background-color: #f3fcff;
	padding: 4px 13px;
}
.ajax-filter-holder .heading h3,
.ajax-filter-holder .heading .h3 {
	text-transform: uppercase;
	margin: 0;
}

.filters-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-transform: uppercase;
	margin: 0 0 -9px;
}

.results-holder {
	margin: 0 0 30px;
}
@media (min-width: 768px) {
	.results-holder {
		margin: 0 0 50px;
	}
}

.results-block .links-list {
	padding: 15px;
	margin: 0;
}
.results-block .links-list li {
	margin: 0 0 11px;
}

.search-block {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	padding: 40px 15px 15px;
	margin: 0 0 40px;
}
@media (min-width: 480px) {
	.search-block {
		padding: 70px 25px 15px;
	}
}
@media (min-width: 768px) {
	.search-block {
		margin: 0 0 60px;
	}
}
@media (min-width: 1024px) {
	.search-block {
		padding: 70px 45px 15px;
	}
}
.search-block:after {
	position: absolute;
	content: '';
	z-index: -2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: -webkit-linear-gradient(top, #0c7ff2 0%, #0657a9 100%);
	background-image: linear-gradient(180deg, #0c7ff2 0%, #0657a9 100%);
}
.search-block .bg-stretch {
	opacity: 0.15;
}
.search-block #ajaxsearchpro3_1 .probox .proinput,
.search-block #ajaxsearchpro3_2 .probox .proinput,
.search-block div.asp_m.asp_m_3 .probox .proinput {
	margin: 0 !important;
	padding: 0 !important;
	color: #005295 !important;
}
.search-block .form-search {
	position: relative;
	margin: 0 auto 40px;
	max-width: 480px;
}
@media (min-width: 768px) {
	.search-block .form-search {
		margin: 0 auto 60px;
	}
}
.search-block .form-search:before {
	content: '';
	font-family: 'icomoon';
	font-size: 25px;
	line-height: 1;
	text-indent: 0;
	position: absolute;
	top: 50%;
	left: 15px;
	color: #005295;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}
.search-block .form-search input[type='search'],
.search-block .form-search #ajaxsearchpro3_1 .probox .proinput input.orig,
.search-block .form-search #ajaxsearchpro3_2 .probox .proinput input.orig,
.search-block .form-search div.asp_m.asp_m_3 .probox .proinput input.orig {
	border-radius: 100px !important;
	border: 1px solid #d9f1fc !important;
	color: #005295 !important;
	font-size: 15px !important;
	font-weight: normal !important;
	margin: 0 !important;
	padding-left: 45px !important;
	padding-top: 0 !important;
}
.search-block .form-search input[type='search']::-webkit-input-placeholder,
.search-block
	.form-search
	#ajaxsearchpro3_1
	.probox
	.proinput
	input.orig::-webkit-input-placeholder,
.search-block
	.form-search
	#ajaxsearchpro3_2
	.probox
	.proinput
	input.orig::-webkit-input-placeholder,
.search-block
	.form-search
	div.asp_m.asp_m_3
	.probox
	.proinput
	input.orig::-webkit-input-placeholder {
	color: #005295 !important;
}
.search-block .form-search input[type='search']::-moz-placeholder,
.search-block
	.form-search
	#ajaxsearchpro3_1
	.probox
	.proinput
	input.orig::-moz-placeholder,
.search-block
	.form-search
	#ajaxsearchpro3_2
	.probox
	.proinput
	input.orig::-moz-placeholder,
.search-block
	.form-search
	div.asp_m.asp_m_3
	.probox
	.proinput
	input.orig::-moz-placeholder {
	opacity: 1;
	color: #005295 !important;
}
.search-block .form-search input[type='search']:-moz-placeholder,
.search-block
	.form-search
	#ajaxsearchpro3_1
	.probox
	.proinput
	input.orig:-moz-placeholder,
.search-block
	.form-search
	#ajaxsearchpro3_2
	.probox
	.proinput
	input.orig:-moz-placeholder,
.search-block
	.form-search
	div.asp_m.asp_m_3
	.probox
	.proinput
	input.orig:-moz-placeholder {
	color: #005295 !important;
}
.search-block .form-search input[type='search']:-ms-input-placeholder,
.search-block
	.form-search
	#ajaxsearchpro3_1
	.probox
	.proinput
	input.orig:-ms-input-placeholder,
.search-block
	.form-search
	#ajaxsearchpro3_2
	.probox
	.proinput
	input.orig:-ms-input-placeholder,
.search-block
	.form-search
	div.asp_m.asp_m_3
	.probox
	.proinput
	input.orig:-ms-input-placeholder {
	color: #005295 !important;
}
.search-block .form-search input[type='search'].placeholder,
.search-block
	.form-search
	#ajaxsearchpro3_1
	.probox
	.proinput
	input.orig.placeholder,
.search-block
	.form-search
	#ajaxsearchpro3_2
	.probox
	.proinput
	input.orig.placeholder,
.search-block
	.form-search
	div.asp_m.asp_m_3
	.probox
	.proinput
	input.orig.placeholder {
	color: #005295 !important;
}
.search-block .title-decor {
	font: 400 14px/1.25 'Roboto', 'Arial', 'Helvetica', sans-serif;
	color: #daf9ff;
	text-align: center;
	padding-top: 15px;
}
.search-block .title-decor:after {
	background: #83c0ea;
	opacity: 0.4;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.search-block h1,
.search-block .h1 {
	color: inherit;
}
@media (min-width: 768px) {
	.search-block h1,
	.search-block .h1 {
		font-size: 40px;
	}
}

#footer {
	background: #00223e;
	color: #fff;
}
#footer h5,
#footer .h5 {
	margin: 0;
	color: inherit;
	font-size: 14px;
}
#footer .title-decor {
	color: #fff;
}

.footer-top {
	padding: 20px 0;
	background: #004a89;
}
@media (max-width: 767px) {
	.footer-top {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.footer-top .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.footer-top .social-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (min-width: 768px) {
	.footer-top .social-list {
		-webkit-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.logo-footer {
	margin: 0 0 30px;
}
@media (min-width: 768px) {
	.logo-footer {
		margin: 0 30px 0 0;
	}
}
.logo-footer img {
	width: 130px;
}

.footer-main {
	padding: 45px 0 0;
	border-bottom: 1px solid #143755;
}

.footer-list {
	color: #b1bcc5;
	font-size: 14px;
	line-height: 1.28;
	padding: 0 0 23px;
}
.footer-list.column-list {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 15px;
	column-gap: 15px;
}
@media (min-width: 480px) {
	.footer-list.column-list {
		-webkit-column-gap: 35px;
		column-gap: 35px;
	}
}
@media (min-width: 1024px) {
	.footer-list.column-list {
		-webkit-column-gap: 65px;
		column-gap: 65px;
	}
}
@media (min-width: 768px) {
	.footer-list.secondary-list li {
		margin: 0 0 23px;
	}
}
.footer-list li {
	margin: 0 0 16px;
	break-inside: avoid-column;
}
.footer-list a {
	display: inline-block;
	vertical-align: middle;
	z-index: 1;
	position: relative;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
}
.footer-list a:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #214664;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.footer-list a:hover:after {
	right: 0;
}

.footer-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -40px;
}
.footer-columns .column {
	padding: 0 40px;
}
@media (min-width: 1024px) {
	.footer-columns .column:nth-child(1) {
		width: 40%;
	}
}
@media (min-width: 1024px) {
	.footer-columns .column:nth-child(2) {
		width: 25%;
	}
}
@media (min-width: 1024px) {
	.footer-columns .column:nth-child(3) {
		width: 35%;
	}
}

.footer-bottom {
	padding: 24px 0;
}
@media (max-width: 767px) {
	.footer-bottom {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.footer-bottom .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.copy {
	display: block;
	font: 100 12px/1.5 'Open Sans', 'Arial', 'Helvetica', sans-serif;
	color: #b1bcc5;
	margin: 0 0 5px;
}

.footer-navigation {
	font-size: 13px;
	margin: 0 0 30px;
}
@media (min-width: 768px) {
	.footer-navigation {
		-webkit-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
		margin: 0 0 0 30px;
	}
}
.footer-navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (min-width: 768px) {
	.footer-navigation ul {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
.footer-navigation li {
	margin: 0 0 5px;
}
.footer-navigation li:after {
	content: '|';
	display: inline-block;
	vertical-align: middle;
	color: #75b2e6;
	margin: 0 5px;
}
@media (min-width: 480px) {
	.footer-navigation li:after {
		margin: 0 14px;
	}
}
.footer-navigation li:last-child:after {
	display: none;
}
.footer-navigation a {
	display: inline-block;
	vertical-align: middle;
	z-index: 1;
	position: relative;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
}
.footer-navigation a:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #75b2e6;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.footer-navigation a:hover:after {
	right: 0;
}
/*# sourceMappingURL=style.css.map */

span.elementor-accordion-icon.elementor-accordion-icon-right {
	padding: 8px 9px;
	text-align: center;
}
.text-director p {
	margin-bottom: 0.5em;
}
.flex-center-v {
	align-items: flex-start;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.links-icons a {
	font-weight: bold;
}
.links-icons-item {
	padding-bottom: 10px;
	font-family: 'Lato', Roboto;
}
.elementor-tab-content img,
.content-blog img {
	background: #f3fcff;
}

.msmc-loading {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #00000061;
	z-index: 999;
	background-image: url(images/loading.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.hidden-doctor {
	display: none;
}

.info-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.bottom-separator {
	border-bottom: 1px solid #d2dce0;
}

.elementor-doctors .info-doctor {
	margin: 0;
}

.column-12,
.column-6 {
	width: 100%;
}
@media (min-width: 768px) {
	.column-6 {
		width: calc(50% - 16px);
	}

	.column-6:nth-child(odd) {
		margin-right: 8px;
	}
	.column-6:nth-child(even) {
		margin-left: 8px;
	}
}

/*
 * Rewrite Elementor
 */

body:not(.single-post)
	#main
	.elementor-col-66
	.elementor-column-wrap
	.elementor-widget-heading:not(:first-child)
	.elementor-widget-container {
	margin: 25px 0px 15px 0px;
}
body:not(.single-post)
	#main
	.elementor-column-wrap
	.elementor-widget-text-editor:not(:first-child)
	.elementor-widget-container {
	margin: 0px;
}
body:not(.single-post)
	#main
	.elementor-column-wrap
	.elementor-widget-text-editor:not(:first-child)
	.elementor-widget-container
	.elementor-text-editor
	p {
	font-family: 'Roboto', Roboto;
	/* font-size: 16px; */
	line-height: 24px;
}
body:not(.single-post)
	#main
	.elementor-column-wrap
	.elementor-widget-text-editor:not(:first-child)
	.elementor-widget-container
	.elementor-text-editor
	p:last-child {
	margin: 0px;
}
.msmc-floating-buttons {
	position: fixed;
	bottom: 65px;
	right: 10px;
	display: flex;
	flex-direction: column;
	align-content: flex-end;
	z-index: 999999;
}

.page-id-775 div#ajaxsearchprores2_1 {
	margin-top: 10px;
}

/*.search-results .btn-heading .btn-mychart-schedule-physician {
	display: none !important;
}
*/
