.slick-home {
  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-home .slick-track,.slick-home .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;
  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
}

/*! jQuery UI - v1.14.1 - 2025-09-26
* https://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright OpenJS Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
}
.ui-widget-shadow {
	box-shadow: 0px 0px 5px #666666;
}
/* End of jQuery UI CSS */

.pagination ul,.result-title .social,.leader-thumb .info li,.leader-block .phone-list,.loc-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.clearfix:after {
  content: "";
  display: block;
  clear: both
}

a,.dots-featured button,.dots-blog button,.result-title.full svg,.btn-top svg,.modal-header .close,.modal-body .play-area img,.input-radio .fake-input:after,.top-nav a,.nav-opener svg,.search-opener svg,.connect-opener svg,.lang-opener svg,.menu-holder,.logo-bar {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important
}

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden
}

h1,.visual-block h6 {
  font-size: 2.125rem;
  line-height: 1
}

a {
  outline: none
}

.bg-gumbo {
  background: #7ea7ab
}

.bg-gray-500 {
  background: #c7c8ca
}

a img[src="images/ico-arrow-right.svg"]:hover {
  opacity: .7
}

.btn {
  font-family: "Questrial",sans-serif;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  min-width: 120px;
  background: #7ea7ab
}

.btn:hover {
  color: #fff;
  background: #4d7276
}

.form-control {
  padding: 10px 8px;
  font-family: "Montserrat",sans-serif;
  font-size: .875rem
}

#main {
  padding-top: 57px
}

.carousel-indicators li {
  border-radius: 100%;
  background: transparent;
  border: 2px solid #8bd3e5;
  cursor: pointer
}

.carousel-indicators li.active {
  border-color: #003087
}

.carousel-indicators.dark li.active {
  background: #fff;
  border-color: #fff
}

.dots-featured,.dots-blog {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  margin: 0
}

.dots-featured li,.dots-blog li {
  display: inline-block;
  vertical-align: top;
  padding: 0 2px
}

.dots-featured li.slick-active button,.dots-blog li.slick-active button {
  background: #003087;
  border-color: #003087
}

.dots-featured button,.dots-blog button {
  width: 17px;
  height: 18px;
  display: block;
  background: transparent;
  border: 2px solid #8bd3e5;
  border-radius: 100%;
  text-indent: -9999px;
  outline: none;
  overflow: hidden;
  padding: 0
}

.dots-featured button:hover,.dots-blog button:hover {
  background: #003087;
  border-color: #003087;
  cursor: pointer
}

.pagination {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 60px;
  text-align: left;
  z-index: 2;
  width: 180px
}

.pagination ul {
  display: block;
  width: 175px
}

.pagination li {
  display: inline-block;
  vertical-align: top;
  padding: 0 2px
}

.pagination li.active a {
  background: #003087;
  border-color: #003087
}

.pagination a {
  width: 17px;
  height: 18px;
  display: block;
  background: transparent;
  border: 2px solid #8bd3e5;
  border-radius: 100%;
  text-indent: -9999px
}

.pagination a:hover {
  background: #003087;
  border-color: #003087
}

.pagination.dark li.active a {
  border-color: #fff;
  background: #fff
}

.pagination.dark a:hover {
  border-color: #fff;
  background: #fff
}

section .head {
  position: relative;
  padding: 30px 0 2px;
  border-bottom: 1px solid #939598;
  letter-spacing: -1px;
  margin: 0 0 31px
}

section .head h2 {
  font-size: 1.25rem;
  line-height: 25px;
  font-family: "Questrial",sans-serif;
  color: #253746;
  margin: 0 0 10px
}

section .head .view-all {
  position: absolute;
  right: 0;
  top: 4px;
  color: #939598;
  line-height: 1
}

section .head .view-all:hover {
  color: #606265
}

section .head .view-all img {
  vertical-align: middle;
  margin-left: 5px
}

.result-title {
  font-size: 1.5625rem;
  line-height: 28px;
  font-weight: 600;
  color: #003087;
  padding: 0 0 20px;
  overflow: hidden
}

.result-title strong {
  display: block;
  font-weight: inherit;
  margin: 0 0 10px
}

.result-title strong a {
  color: inherit
}

.result-title strong a:hover {
  opacity: .8
}

.result-title.success {
  color: #81bb00
}

.result-title.info {
  color: #00a8eb
}

.result-title>a {
  float: right
}

.result-title.full {
  padding-left: 15px;
  padding-right: 15px
}

.result-title.full svg {
  fill: #939598
}

.result-title.full a {
  padding: 15px;
  color: inherit;
  display: block;
  width: 100%;
  height: 100%
}

.result-title.full a:hover {
  color: #fff;
  background: #003087
}

.result-title.full a:hover svg {
  fill: #fff
}

.result-title.full.success a:hover {
  background: #81bb00
}

.result-title.full.info a:hover {
  background: #00a8eb
}

.result-title.full.text-mango a:hover {
  background: #ed7700
}

.result-title.full.text-pickled a:hover {
  background: #253746
}

.result-title.full.text-info a:hover {
  background: #8bd3e5
}

.result-title.full.text-gray2 a:hover {
  background: #5c666f
}

.result-title.full.text-gumbo a:hover {
  background: #7ea7ab
}

.result-title .social li {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px
}

.result-title .social li:first-child {
  padding-left: 0
}

.result-title .social a:hover {
  opacity: .8
}

.blog-widget {
  overflow: hidden;
  padding: 8px 10px 15px;
  border-bottom: 1px solid #939598
}

.blog-widget.visual {
  margin: 0
}

.blog-widget .img-holder {
  margin: 0 0 40px
}

.blog-widget .img-holder img {
  display: block;
  width: 100%
}

.blog-widget .type {
  font-size: 1rem;
  line-height: 20px;
  font-weight: 600;
  display: block;
  color: #00a8eb;
  margin: 0 0 9px
}

.blog-widget h3 {
  font-size: 1.125rem;
  line-height: 21px;
  font-weight: 600;
  margin: 0 0 19px;
  color: #003087;
  letter-spacing: -1px;
  font-family: "Montserrat",sans-serif
}

.blog-widget h3 a {
  color: inherit
}

.blog-widget h3 a:hover {
  color: #0042ba
}

.blog-widget time {
  display: block;
  font-size: 1rem;
  line-height: 18px;
  color: #5c666f;
  margin: 0 0 15px;
  font-weight: 600
}

.blog-widget time.small-font {
  font-size: .9375rem
}

.blog-widget>a {
  float: right
}

.blog-widget.bg-gray {
  background: #f5f5f5
}

.submenu {
  padding: 27px 0 20px;
  font-size: 1rem;
  line-height: 18px;
  font-family: "Questrial",sans-serif;
  color: #939598
}

.submenu ul {
  text-align: center
}

.submenu li {
  display: inline-block;
  vertical-align: top
}

.submenu a {
  color: #939598
}

.submenu a:hover {
  color: #003087
}

.breadcrumb {
  color: #939598;
  font-size: .8125rem;
  line-height: 16px;
  font-family: "Questrial",sans-serif;
  border-radius: 0
}

.breadcrumb a {
  color: #939598
}

.breadcrumb a:hover {
  color: #81bb00
}

.breadcrumb.v2 .breadcrumb-item.active {
  color: #5c666f
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Questrial",sans-serif;
  line-height: 1;
  margin-bottom: 26px;
  font-size: 2.9375rem
}

.page-header .logo {
  width: 80px
}

.page-header img {
  display: block;
  max-width: 100%
}

.page-header .title.light {
  color: rgba(255,255,255,.75)
}

.page-header .btn-holder {
  font-size: 1.5rem;
  line-height: 26px;
  color: #f3cd00
}

.page-header .btn-holder a {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat",sans-serif
}

.page-header .btn-holder a img {
  margin-left: 5px
}

.copy-box {
  font-family: "Questrial",sans-serif;
  background: #f5f5f5;
  color: #253746;
  font-size: .75rem;
  line-height: 14px;
  padding: 13px 33px
}

.copy-box h2 {
  font-size: 2.125rem;
  line-height: 36px;
  letter-spacing: -1px;
  margin: 0 0 5px;
  color: inherit
}

.copy-box h2.primary {
  color: #003087
}

.copy-box a {
  color: #00a8eb;
  font-size: 1.125rem;
  font-family: "Questrial",sans-serif
}

.copy-box a:hover {
  color: #0084b8
}

.video-widget {
  position: relative;
  min-height: 100px
}

.video-widget .btn-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  z-index: 1
}

.video-widget .btn-play:hover {
  opacity: .8
}

.video-widget .btn-play img {
  display: block;
  width: 30px;
  height: 30px
}

.video-widget .img-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}
.blog-articles .video-widget .img-holder {
  z-index: 0;
}
.firm-box {
  background: #253746;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  min-height: 100px;
  padding: 10px;
  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
}

.firm-box p {
  margin: 0
}

.firm-box h2 {
  font-size: 2.5rem;
  line-height: 1;
  margin: 0;
  font-weight: 600;
  font-family: "Montserrat",sans-serif
}

.firm-box h2>span {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: -.5px
}

.firm-box h2.mango {
  color: #ed7700
}

.firm-box.mango {
  color: #253746;
  background: #ed7700
}

.firm-box.mango h2 {
  color: rgba(255,255,255,.5)
}

.firm-box.cyan h2 {
  color: #8bd3e5;
  letter-spacing: -.5px
}

.img-widget {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 100px
}

.ico-arrow-down {
  margin-left: 5px
}

.ico-arrow-down img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.result-box {
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 10px;
  min-height: 100px;
  overflow: hidden
}

.result-box h2 {
  font-size: .875rem;
  line-height: 16px;
  margin: 0 0 10px;
  font-weight: 600
}

.result-box>a {
  float: right
}

.result-box>a:hover svg {
  opacity: .8
}

.result-box>a svg {
  width: 20px;
  height: 20px
}

a.load-more {
  display: block;
  padding: 15px 0;
  margin: 0 5px 24px;
  border-top: 4px solid #939598;
  color: #939598;
  text-align: center;
  font-family: "Questrial",sans-serif;
  font-size: 1.5rem;
  line-height: 26px
}

a.load-more:hover {
  color: #000
}

.team-widget {
  -webkit-transition: background-color .3s linear;
  transition: background-color .3s linear;
  background-color: transparent;
  position: relative;
  z-index: 1;
  height: 185px;
  max-height: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 1rem;
  line-height: 24px;
  margin: 0 0 48px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden
}

.team-widget h2 {
  width: 100%;
  font-size: 1.5rem;
  line-height: 27px;
  margin: 0;
  font-family: "Questrial",sans-serif
}

.team-widget .btn-holder {
  width: 100%
}

.team-widget .img-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -1
}

.team-widget .holder {
  width: 100%
}

.team-widget.active {
  background: #253746;
  display: block
}

.team-widget.active .img-holder {
  background-image: none !important
}

.team-widget.active .btn-holder {
  margin: 0 0 15px
}

.team-widget.active .text {
  display: block
}

.team-widget.active h2 {
  margin: 0 0 10px
}

.team-widget .team-opener {
  color: #8bd3e5;
  font-size: .875rem;
  line-height: 1;
  position: relative
}

.team-widget .team-opener:hover {
  color: #fff
}

.team-widget .team-opener:before {
  content: "learn more"
}

.team-widget .team-opener img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.team-widget.active .team-opener:before {
  content: "close"
}

.team-widget.active .team-opener img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.info-widget {
  font-size: .75rem;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  margin: 0 0 15px
}

.info-widget span {
  font-size: 2.5rem;
  font-weight: 600
}

.info-widget span.cerulean {
  color: #00a8eb
}

.info-widget span.mango {
  color: #ed7700
}

.btn-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #949494;
  text-transform: uppercase;
  color: #dfdfdf;
  border-radius: 100%;
  overflow: hidden;
  padding: 12px 0;
  font-family: "Questrial",sans-serif;
  font-size: .75rem;
  text-align: center
}

.btn-top:hover {
  color: white
}

.btn-top:hover svg {
  stroke: white
}

.btn-top span {
  display: block;
  width: 100%
}

.btn-top svg {
  stroke: #dfdfdf
}

.page-text-header {
  font-size: .875rem;
  line-height: 16px;
  padding-top: 20px;
  margin-bottom: 20px
}

.page-text-header h1 {
  font-size: inherit;
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #949494
}

.page-text-header .breadcrumb {
  border-bottom: 1px solid #949494
}

.h2 {
  font-family: "Questrial",sans-serif;
  font-size: 1.125rem;
  line-height: 22px
}

.widget-touch {
  background: #253746;
  color: #fff;
  padding: 20px 15px;
  margin: 0 0 50px
}

.widget-touch h2 {
  font-family: "Questrial",sans-serif;
  font-size: 2.4375rem;
  color: #81bb00;
  margin: 0 0 10px;
  font-weight: 400
}

.widget-touch .btn {
  display: block
}

.widget-module h3 {
  font-size: 1.875rem;
  line-height: 32px;
  margin: 0 0 21px;
  font-weight: 400;
  color: #253746
}

.widget-module .img-holder {
  margin: 0 0 10px
}

.widget-module .img-holder:hover {
  opacity: .8
}

.widget-module .img-holder img {
  display: block;
  width: 100%
}

.widget-module h4 {
  font-weight: 600;
  display: block;
  color: #003087;
  margin: 0 0 15px;
  font-size: 1.25rem;
  line-height: 22px;
  font-family: "Montserrat",sans-serif
}

.widget-module h4 a {
  color: inherit
}

.widget-module h4 a:hover {
  color: #0042ba
}

.widget-module>a {
  float: right
}

.sub-nav-vertical {
  font-size: 1.125rem;
  line-height: 22px;
  font-family: "Questrial",sans-serif
}

.sub-nav-vertical ul {
  margin: 0 0 30px
}

.sub-nav-vertical li {
  padding: 7px 0
}

.sub-nav-vertical li:first-child {
  padding-top: 0
}

.sub-nav-vertical li.active a {
  color: #003087
}

.sub-nav-vertical a {
  color: #939598;
  padding: 7px 0
}

.sub-nav-vertical a:hover {
  color: #003087
}

.sub-nav-vertical .nav-title {
  font-size: 1.375rem;
  line-height: 24px;
  margin: 0 0 15px;
  border-bottom: 1px solid #939598
}

.sub-nav-vertical .nav-title a {
  display: block;
  position: relative;
  color: inherit
}

.sub-nav-vertical .nav-title a:hover {
  color: #5e8800
}

.sub-nav-vertical .nav-title a svg {
  position: absolute;
  right: 0;
  top: 15px
}

.sub-nav-vertical .nav-title a[aria-expanded="true"] svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.filter-block>span {
  display: block;
  width: 10%;
  font-family: "Questrial",sans-serif;
  font-size: 1.875rem;
  margin: 0 0 15px
}

.filter-block .filter-type {
  width: 100%;
  padding: 0 0 15px
}

.filter-block .title {
  display: block;
  width: 100%;
  font-size: .875rem;
  line-height: 16px;
  margin: 0 0 10px
}

.filter-block .form-control {
  width: 100%;
  border-color: #949494;
  height: 40px
}

.filter-block .sort-dropdown {
  border: 1px solid #c7c8ca;
  position: relative
}

.filter-block .sort-key {
  display: block;
  font-size: .875rem;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  background-position: 98% 50%;
  background-repeat: no-repeat;
  color: #939598;
  width: 100%;
  box-shadow: none;
  background-color: transparent;
  border: 0;
  text-align: left;
  background-image: url("/images/select-arrow.svg")
}

.filter-block .sort-key[aria-expanded="true"] {
  background-image: url("/images/select-arrow-up.svg")
}

.filter-block .sort-drop {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 15px;
  margin-top: 14px;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0,0,0,.4);
  border-radius: 1px;
  z-index: 10;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.filter-block .sort-drop:after {
  content: "";
  position: absolute;
  top: -10px;
  right: 9px;
  height: 0;
  width: 0;
  border-bottom: 14px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  z-index: 2
}

.filter-block .sort-drop:before {
  content: "";
  position: absolute;
  top: -14px;
  right: 9px;
  z-index: 1;
  height: 0;
  width: 0;
  border-bottom: 14px solid #dee2e6;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent
}

.filter-block .sort-drop[x-placement="top-start"] {
  margin-bottom: 14px
}

.filter-block .sort-drop[x-placement="top-start"]:after {
  top: auto;
  bottom: -10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.filter-block .sort-drop[x-placement="top-start"]:before {
  top: auto;
  bottom: -14px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.filter-block .sort-drop ul {
  width: 100%
}

.filter-block .sort-drop.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.filter-block .main-key {
  font-weight: 600;
  margin: 0
}

.filter-block .main-key li {
  margin: 0 0 5px
}

.filter-block .main-key li.active .sub-key {
  visibility: visible;
  opacity: 1;
  display: block
}

.filter-block .main-key li.active>a {
  color: #003087
}

.filter-block .main-key a {
  color: #8bd3e5
}

.filter-block .main-key a:hover {
  color: #003087
}

.filter-block .sub-key {
  padding-left: 15px;
  font-family: "Questrial",sans-serif;
  display: none
}

.filter-block .sub-key:after {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  left: 0;
  bottom: 0;
  background: #939598
}

.filter-block .sub-key .title {
  font-size: .875rem;
  display: none
}

.filter-block .sub-key li.active>a {
  color: #003087
}

.filter-block .sub-key a {
  color: #939598
}

.filter-block .sub-key a:hover {
  color: #003087
}

.masonry {
  padding-bottom: 100px;
  position: relative;
  width: 100%
}

.masonry .load-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.masonry .grid-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px
}

.masonry .grid-item.item-1 {
  width: 50%
}

.masonry .grid-item.item-2 {
  width: 100%
}

.masonry .grid-item.item-3 {
  width: 100%
}

.text-gray1 {
  color: #858c93
}

.text-gray2 {
  color: #5c666f
}

.text-gumbo {
  color: #7ea7ab
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 96% 50%;
  height: 40px;
  font-size: .875rem;
  line-height: 16px;
  border-color: #949494;
  border-radius: 0
}

.widget-location {
  font-size: .9375rem;
  line-height: 24px;
  overflow: hidden
}

.widget-location h3 {
  font-size: 1.875rem;
  line-height: 32px;
  margin: 0 0 24px
}

.widget-location .img-holder {
  margin: 0 0 10px
}

.widget-location .img-holder img {
  display: block;
  width: 100%
}

.widget-location .city {
  display: block;
  color: #003087;
  font-size: 1.25rem;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 3px
}

.widget-location address {
  display: block;
  margin: 0;
  color: #939598
}

.widget-location .phone {
  display: block;
  color: #ed7700;
  margin: 0 0 13px
}

.widget-location .phone a {
  color: inherit
}

.widget-location .phone a:hover {
  color: #874400
}

.widget-location>a {
  float: right
}

.widget-expert {
  font-size: .875rem;
  margin-bottom: 20px;
  overflow: hidden
}

.widget-expert h3 {
  font-size: 1.875rem;
  line-height: 32px;
  margin: 0 0 21px
}

.widget-expert .img-holder {
  margin: 0 0 11px
}

.widget-expert .img-holder img {
  display: block;
  width: 100%
}

.widget-expert h4 {
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  margin: 0 0 4px;
  font-size: 1.25rem;
  line-height: 22px;
  color: #003087
}

.widget-expert .loc,.widget-expert .designation {
  display: block
}

.widget-expert .loc {
  margin: 0 0 29px
}

.widget-expert .designation {
  color: #81bb00;
  font-size: .9375rem;
  margin: 0 0 13px
}

.widget-expert .btn {
  display: block;
  margin: 0 0 18px
}

.widget-expert .view-all {
  font-family: "Questrial",sans-serif;
  font-size: 1.5rem;
  color: #939598;
  float: right
}

.widget-expert .view-all:hover {
  color: #606265
}

.widget-numbers {
  margin-bottom: 20px
}

.widget-numbers h3 {
  font-size: 1.875rem;
  line-height: 32px;
  margin: 0 0 21px
}

.widget-numbers .holder {
  background: #253746;
  padding: 15px 30px;
  color: #fff
}

.widget-numbers .small {
  border-top: 1px solid #939598;
  font-size: 1.25rem;
  line-height: 23px;
  padding: 10px
}

.widget-numbers .small:first-child {
  border-top: 0
}

.widget-numbers .small>p {
  margin: 0
}

.widget-numbers .comp {
  font-size: 2.5rem;
  color: #939598;
  font-weight: 400
}

.font-big {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 600
}

.text-cerulean {
  color: #00a8eb
}

.text-mango {
  color: #ed7700
}

.text-pickled {
  color: #253746
}

.modal-header {
  padding: 20px 30px 0;
  border: 0
}

.modal-header .close {
  outline: none;
  padding: 0;
  margin: 0 0 0 auto;
  font-family: "Questrial",sans-serif;
  font-size: 1.5rem;
  color: #939598
}

.modal-header .close:hover {
  color: #000
}

.modal-header .close img {
  vertical-align: top
}

.modal-content {
  border-radius: 0
}

.modal-title {
  font-size: 1.25rem;
  line-height: 22px;
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  margin: 0 0 15px
}

.modal-body {
  padding-top: 15px
}

.modal-body .container-fluid {
  padding-left: 0;
  padding-right: 0
}

.modal-body .play-area {
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 0 15px;
  position: relative
}

.modal-body .play-area:hover img {
  opacity: .8
}

.modal-body .btn-play {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  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
}

.modal-body .type {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 22px;
  color: #00a8eb;
  display: block;
  margin: 0 0 10px
}

.modal-body h3 {
  font-size: 1.5rem;
  line-height: 26px;
  margin: 0 0 25px;
  color: #003087;
  font-weight: 600;
  font-family: "Montserrat",sans-serif
}

.modal-body .info {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 22px;
  margin: 0 0 15px
}

.modal-body .address {
  display: inline;
  color: #81bb00;
  margin: 0
}

.modal-body .related-area {
  padding: 15px 0 0
}

.modal-body .related-area h3 {
  font-size: 1.875rem;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -1px;
  padding: 0 0 20px;
  border-bottom: 1px solid #939598;
  color: #253746
}

.modal-body .related-area .load-more {
  margin-left: 0;
  margin-right: 0
}

.widget-related {
  overflow: hidden;
  margin: 0 0 19px
}

.widget-related .img {
  margin-bottom: 10px
}

.widget-related .descr {
  overflow: hidden
}

.widget-related .type {
  font-size: 1rem;
  line-height: 18px
}

.widget-related h4 {
  font-size: 1.125rem;
  line-height: 20px;
  margin: 0 0 10px;
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  color: #003087
}

.widget-related h4 a {
  color: inherit
}

.widget-related h4 a:hover {
  color: #0042ba
}

.widget-related time {
  display: block;
  font-weight: 600;
  color: #939598
}

.nav-related {
  color: #939598;
  font-size: 1.125rem;
  line-height: 20px;
  font-family: "Questrial",sans-serif
}

.nav-related li {
  margin: 0 0 10px
}

.nav-related li.active a {
  color: #003087
}

.nav-related a {
  color: #939598
}

.nav-related a:hover {
  color: #003087
}

.filter-area {
  color: #fff
}

.filter-area .btn-filter {
  width: 100%;
  margin-top: 24px;
  border: 0
}

.filter-area .container {
  padding: 0
}

.filter-area .search-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.filter-area .search-holder label {
  display: block;
  font-weight: 600;
  font-size: 2.875rem;
  color: #8bd3e5;
  margin: 0
}

.filter-area .title {
  font-weight: 600;
  display: block;
  font-size: 1.25rem;
  line-height: 22px;
  margin: 0 0 15px;
  color: #8bd3e5
}

.filter-area .options-holder {
  padding-top: 30px;
  margin-left: 160px;
  margin: 0 0 30px
}

.filter-area .options-holder>div {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 10px
}

.filter-area .options-holder>div+div {
  position: relative
}

.filter-area .options-holder>div+div:after {
  content: "";
  position: absolute;
  left: -70px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #8bd3e5;
  display: none
}

.filter-area .options-holder ul {
  margin: 0
}

.filter-area .options-holder .btn-holder {
  clear: left
}

.filter-area .options-holder .btn-holder .btn {
  width: 80%
}

.btn-filter {
  margin-top: 20px;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  background: #003087;
  min-width: 243px;
  padding: 10px 8px
}

.btn-filter:focus {
  border: 0;
  box-shadow: none
}

.btn-filter .search {
  fill: #00a8eb;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px
}

.btn-filter .close {
  float: none;
  display: none;
  opacity: 1;
  fill: #f3cd00;
  vertical-align: middle;
  margin-left: 10px
}

.btn-filter[aria-expanded="true"] {
  background: none
}

.btn-filter[aria-expanded="true"] .search {
  display: none
}

.btn-filter[aria-expanded="true"] .close {
  display: inline-block
}

.input-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap
}

.input-radio input {
  height: 0;
  position: fixed;
  left: -9999px
}

.input-radio input:checked+.fake-input:after {
  visibility: visible;
  opacity: 1
}

.input-radio .fake-input {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 100%;
  border: 2px solid #939598;
  margin-top: 4px;
  position: relative
}

.input-radio .fake-input:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #8bd3e5;
  border-radius: 100%;
  visibility: hidden;
  opacity: 0
}

.input-radio .fake-title {
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  color: #939598;
  font-family: "Questrial",sans-serif;
  font-size: 1.25rem;
  line-height: 26px
}

.nav-filter {
  margin: 0;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  color: #939598;
  font-family: "Questrial",sans-serif
}

.nav-filter li {
  padding: 0 5px;
  width: 50%
}

.nav-filter li.active a {
  color: #003087
}

.nav-filter a {
  color: inherit
}

.nav-filter a:hover {
  color: #003087
}

.widget-brochure h3 {
  font-size: 1.875rem;
  line-height: 32px;
  color: #253746;
  margin: 0 0 21px
}

.widget-brochure .img-holder {
  margin: 0 0 15px
}

.widget-brochure .img-holder img {
  display: block;
  width: 100%
}

.widget-brochure .title {
  font-size: 1.25rem;
  line-height: 22px;
  font-weight: 600;
  display: block;
  margin: 0 0 12px;
  color: #ed7700
}

.widget-brochure .title a {
  color: inherit
}

.widget-brochure .title a:hover {
  color: #ba5d00
}

.widget-brochure>a {
  float: right
}

.widget-brochure>a img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.result-head {
  font-size: 1.125rem;
  line-height: 21px;
  font-weight: 700;
  padding: 30px 0 10px
}

.result-head h2 {
  font-size: 2.125rem;
  line-height: 35px;
  margin: 0 0 10px;
  font-weight: 600
}

.btn-readmore {
  color: #939598;
  font-size: ream-calc(18);
  line-height: 20px;
  font-family: "Questrial",sans-serif
}

.btn-readmore:hover {
  color: #000
}

.btn-readmore img {
  display: inline-block;
  vertical-align: middle
}

.link-big {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-family: "Questrial",sans-serif;
  font-size: 1.4375rem;
  line-height: 26px;
  position: relative;
  padding-right: 40px;
  color: #003087
}

.link-big:hover {
  color: #0042ba
}

.link-big img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.widget-demo {
  color: #fff;
  font-size: .875rem;
  line-height: 16px;
  margin: 0 0 20px
}

.widget-demo h3 {
  font-size: 1.875rem;
  line-height: 32px;
  margin: 0 0 21px;
  font-weight: 400;
  color: #253746
}

.widget-demo .holder {
  background: #003087;
  padding: 30px;
  min-height: 331px
}

.widget-demo .img-holder {
  margin: 0 0 20px
}

.widget-demo .img-holder img {
  vertical-align: top;
  max-width: 100%
}

.widget-booking {
  position: relative;
  width: 100%;
  border-top: 1px solid #939598;
  padding: 20px 40px 20px 0
}

.widget-booking h3 {
  color: #003087;
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 18px;
  margin: 0 0 2px
}

.widget-booking .info {
  margin: 0;
  color: #939598
}

.widget-booking .info li {
  position: relative
}

.widget-booking .info li:before {
  position: absolute;
  content: "|";
  left: -5px;
  color: #939598
}

.widget-booking .info li:first-child {
  padding-left: 0
}

.widget-booking .info li:first-child:before {
  display: none
}

.widget-booking .info li.phone {
  color: #ed7700
}

.widget-booking .info li.phone a {
  color: inherit
}

.widget-booking .info li.phone a:hover {
  color: #ba5d00
}

.widget-booking .book-now {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #939598
}

.widget-booking .book-now:hover {
  color: #000
}

.widget-booking .book-now img {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px
}

.nav-tabs {
  border-color: #939598;
  font-family: "Questrial",sans-serif;
  font-size: 1rem;
  line-height: 18px;
  border: 0;
  border-bottom: 1px solid #939598;
  margin: 0 0 20px;
  padding-bottom: 10px
}

.nav-tabs .nav-item {
  color: #939598;
  border: 0;
  position: relative;
  padding-left: 5px;
  margin: 0
}

.nav-tabs .nav-item:after {
  content: "|";
  position: absolute;
  top: 7px;
  left: 0
}

.nav-tabs .nav-item:first-child {
  padding-left: 0
}

.nav-tabs .nav-item:first-child:after {
  display: none
}

.nav-tabs .nav-item a {
  color: inherit;
  border: 0
}

.nav-tabs .nav-item a:hover,.nav-tabs .nav-item a.active {
  color: #003087
}

.picker-holder {
  position: relative
}

.picker-holder .ico {
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 8px
}

.widget-expert-list {
  border-top: 1px solid #939598;
  padding: 20px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.widget-expert-list .avatar {
  width: 63px;
  height: 63px;
  overflow: hidden
}

.widget-expert-list .avatar img {
  display: block;
  width: 100%;
  height: auto
}

.widget-expert-list .avatar a {
  display: block
}

.widget-expert-list .info {
  width: calc(100% - 100px);
  padding: 0 0 0 15px;
  margin: 0
}

.widget-expert-list .info li {
  margin: 0 0 2px
}

.widget-expert-list .name {
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  color: #003087
}

.widget-expert-list .name a {
  color: inherit
}

.widget-expert-list .name a:hover {
  color: #004bd4
}

.widget-expert-list .desg {
  color: #939598
}

.widget-expert-list .phone {
  color: #ed7700
}

.widget-expert-list .phone a {
  color: inherit
}

.widget-expert-list .phone a:hover {
  color: #ba5d00
}

.widget-expert-list .btn-readmore {
  font-size: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.widget-expert-list .btn-readmore span {
  padding: 0 5px 3px 0;
  display: inline-block;
  vertical-align: bottom
}

.widget-expert-list .btn-readmore img {
  vertical-align: bottom
}

.leader-thumb {
  color: #939598;
  margin: 0 0 20px
}

.leader-thumb a {
  padding: 16px;
  display: block;
  color: inherit
}

.leader-thumb a:hover {
  background: #003087;
  color: #fff
}

.leader-thumb a:hover .name,.leader-thumb a:hover .phone {
  color: #fff
}

.leader-thumb .img-holder img {
  display: block;
  width: 100%
}

.leader-thumb .info {
  padding: 15px 0 0;
  margin: 0
}

.leader-thumb .name {
  font-size: 1.25rem;
  color: #003087;
  font-weight: 600
}

.leader-thumb .phone {
  color: #ed7700;
  font-size: .875rem
}

.widget-tags {
  font-family: "Questrial",sans-serif
}

.widget-tags h2 {
  font-size: 1.4375rem;
  line-height: 25px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #939598
}

.widget-tags span {
  padding-right: 3px;
  color: #939598;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 3px;
  position: relative
}

.widget-tags span:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  content: "";
  background: #939598;
  position: absolute;
  right: -2px
}

.widget-tags span a {
  color: inherit
}

.widget-tags span a:hover {
  color: #253746
}

.widget-tags .font-med {
  font-size: 1.25rem
}

.widget-tags .font-big {
  font-size: 1.4375rem
}

.widget-tags .font-extra-big {
  font-size: 1.875rem
}

.widget-epiq {
  color: #fff;
  padding: 20px;
  background: #003087;
  font-weight: 600
}

.widget-epiq .title {
  display: block;
  margin: 0 0 5px;
  color: #00a8eb
}

.widget-epiq h2 {
  font-size: 1.9375rem;
  line-height: 34px;
  font-weight: 600
}

.widget-epiq h2 a {
  color: inherit
}

.widget-epiq ul {
  padding-left: 30px
}

.widget-epiq ul li {
  margin: 0 0 5px
}

.widget-feed {
  font-size: 1.4375rem;
  line-height: 24px
}

.widget-feed h2 {
  font-size: 1.4375rem;
  line-height: 24px;
  margin: 0 0 21px;
  padding: 0 0 10px;
  border-bottom: 1px solid #939598
}

.widget-feed a {
  color: #939598
}

.widget-feed a:hover {
  color: #000
}

.widget-feed a img {
  vertical-align: top
}

.widget-search h1 {
  margin: 0 0 15px;
  font-size: 2rem;
  line-height: 34px
}

.widget-search .form-control {
  border-color: #939598;
  margin: 0 0 10px
}

.widget-search label {
  font-size: .875rem;
  line-height: 16px
}

.search-msg {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 20px;
  margin: 0 0 10px;
  font-family: "Montserrat",sans-serif
}

.input-error {
  border-color: #dc3545
}

.radio-hidden {
  position: fixed;
  width: 0;
  height: 0;
  left: -9999px;
  visibility: hidden;
  opacity: 0
}

.radio-hidden:checked+.input-radio .fake-input:after {
  visibility: visible;
  opacity: 1
}

.radio-hidden:checked+.input-radio .fake-title {
  color: #003087
}

.fade-gallery {
  position: relative;
  height: calc(100vh - 57px);
  overflow: hidden;
  min-height: 510px
}

.fade-gallery .slide {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  height: calc(100vh - 57px);
  min-height: 100%
}

.fade-gallery .slide.active {
  z-index: 2
}

.fade-gallery .slide.active .img-holder {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.fade-gallery .slide.active .bot-copy,.fade-gallery .slide.active .top-copy,.fade-gallery .slide.active .btn-holder {
  opacity: 1;
  top: 0;
  -webkit-transition: 1s opacity ease 2s;
  transition: 1s opacity ease 2s
}

.fade-gallery .slide.active .slogan {
  opacity: .75;
  top: 0;
  -webkit-transition: 1s opacity ease 2s;
  transition: 1s opacity ease 2s
}

.fade-gallery .img-holder {
  -webkit-transition: -webkit-transform 2.5s ease;
  transition: -webkit-transform 2.5s ease;
  transition: transform 2.5s ease;
  transition: transform 2.5s ease,-webkit-transform 2.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.fade-gallery .caption-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  height: 100%
}

.fade-gallery .caption {
  width: 100%;
  color: #fff;
  font-family: "Questrial",sans-serif;
  padding-top: 50px;
  padding-bottom: 50px
}

.fade-gallery .tagline {
  color: #8bd3e5;
  font-size: 1rem;
  line-height: 20px
}

.fade-gallery .top-copy {
  font-size: 1.5rem;
  line-height: 26px;
  position: relative;
  -webkit-transition: all .6s linear .3s;
  transition: all .6s linear .3s;
  top: 20px;
  opacity: 0
}

.fade-gallery .slogan {
  font-size: 3rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .5s linear .4s;
  transition: all .5s linear .4s;
  opacity: 0;
  letter-spacing: -2px
}

.epiq-home .fade-gallery h1 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.fade-gallery .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 10px 0;
  margin: 0
}

.fade-gallery .logo .img {
  width: 80px
}

.fade-gallery .logo img {
  max-width: 100%
}

.fade-gallery .bot-copy {
  font-size: .75rem;
  line-height: 15px;
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  position: relative;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  top: 30px;
  opacity: 0
}

.fade-gallery .bot-copy a {
  font-size: .875rem;
  color: #f3cd00
}

.fade-gallery .bot-copy a:hover {
  color: #ffe141
}

.fade-gallery .bot-copy a img {
  vertical-align: middle;
  margin: -3px 0 0 7px
}

.fade-gallery .arrow-down {
  position: absolute;
  bottom: 13px;
  left: 50%;
  width: 66px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  opacity: .8
}

.fade-gallery .arrow-down:hover {
  opacity: 1
}

.fade-gallery .arrow-down img {
  display: block;
  max-width: 100%
}

.fade-gallery blockquote {
  margin: 0
}

.fade-gallery blockquote q {
  display: block;
  margin: 0 0 15px
}

.fade-gallery cite {
  color: #f3cd00;
  display: block;
  padding-left: 15px;
  font-family: "Montserrat",sans-serif;
  font-size: 1rem;
  line-height: 18px;
  font-style: normal;
  margin: 0 0 4px
}

.fade-gallery .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
  position: relative;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  top: 30px;
  opacity: 0
}

.fade-gallery .btn-holder a {
  width: 100%;
  padding: 15px 25px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.fade-gallery .page-title {
  position: absolute;
  top: 26px;
  z-index: 3;
  left: 55px;
  font-size: 1.375rem;
  line-height: 24px;
  color: #8bd3e5;
  font-family: "Questrial",sans-serif
}

.btn-opening {
  background: #00a8eb;
  color: #003087;
  font-size: 1.375rem
}

.btn-opening:hover {
  color: #003087;
  background: #0084b8
}

.btn-opening svg {
  fill: #fff
}

.btn-epiq {
  font-size: 1.375rem;
  color: #939598;
  background: #253746
}

.btn-epiq:hover {
  color: #939598;
  background: #131d25
}

.btn-epiq svg {
  min-height: 30px;
  min-width: 30px
}

.btn-epiq img {
  margin-bottom: -6px
}

.btn-epiq .ico {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.btn-epiq .ico svg {
  margin: 0 0 0 5px;
  fill: #939598
}

.featured-section .carousel-inner {
  padding-bottom: 67px
}

.featured-section .load-more {
  width: 100%;
  margin: 10px 0
}

.featured-section .load-more-holder .blog-widget {
  border-bottom: 0
}

.featured-section .title {
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 28px;
  padding: 15px 0 0;
  letter-spacing: -2px;
  color: #253746
}

.featured-section .title a {
  color: inherit
}

.featured-section .title a:hover {
  opacity: .8
}

.featured-section .title>a {
  float: right
}

.featured-section .title strong {
  display: block;
  font-weight: inherit;
  margin: 0 0 5px
}

.featured-section .custom-select {
  margin-bottom: 15px
}

.slick-featured {
  padding-bottom: 37px;
  position: relative
}

.slick-featured .slick-center {
  position: relative
}

.slick-featured .slick-center:before,.slick-featured .slick-center:after {
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #939598;
  content: "";
  z-index: 1;
  min-height: 400px
}

.slick-featured .slick-center:before {
  left: 0;
  display: none
}

.slick-featured .slick-center:after {
  right: 0;
  display: none
}

.slick-featured img {
  display: inline-block;
  vertical-align: top
}

.slick-blog {
  position: relative;
  padding-bottom: 37px
}

.slick-blog .slick-center {
  position: relative
}

.slick-blog .slick-center:before,.slick-blog .slick-center:after {
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #939598;
  content: "";
  z-index: 1;
  min-height: 400px
}

.slick-blog .slick-center:before {
  left: 0;
  display: none
}

.slick-blog .slick-center:after {
  right: 0;
  display: none
}

.slick-blog img {
  display: inline-block;
  vertical-align: top
}

.blog-articles {
  padding-left: 5px;
  padding-right: 5px
}

.blog-articles .firm-box {
  width: 100%;
  height: 100%
}

.blog-articles .video-widget {
  width: 100%;
  height: 100%
}

.team-block {
  background: #3c3c3c;
  padding: 50px 0
}

.team-block .page-header {
  margin: 0 0 13px
}

.team-block .teams-holder {
  padding-top: 35px
}

.general-block {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-color: #2c3642;
  min-height: calc(100vh - 120px)
}

.general-block .page-header {
  padding-top: 30px;
  margin: 0 0 3px;
  position: relative
}

.general-block .page-header a {
  position: absolute;
  right: 0
}

.general-block .page-header a:hover {
  opacity: .8
}

.general-block.bg-full {
  background-size: cover;
  background-color: transparent
}

.general-block a.view-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f3cd00;
  font-size: 1.4375rem;
  line-height: 26px
}

.general-block a.view-all:hover {
  opacity: .8
}

.general-block a.view-all img {
  margin-left: 5px
}

.news-landing-block {
  overflow: hidden;
  padding-top: 11px;
  position: relative;
  margin: 0 0 30px
}

.news-landing-block .type {
  font-weight: 600;
  display: block;
  font-size: 1.125rem;
  line-height: 20px;
  color: #00a8eb;
  margin: 0 0 15px
}

.news-landing-block h1 {
  font-size: 1.5rem;
  line-height: 27px;
  font-weight: 600;
  font-family: "Montserrat",sans-serif;
  margin: 0 0 17px;
  color: #003087;
  letter-spacing: -1.4px
}

.news-landing-block h1 a {
  color: inherit
}

.news-landing-block h1 a:hover {
  color: #00a8eb
}

.news-landing-block h2 {
  font-size: 1.125rem;
  line-height: 20px;
  color: #81bb00
}

.news-landing-block .img-holder {
  margin: 0 0 20px
}

.news-landing-block .img-holder img {
  vertical-align: top;
  max-width: 100%
}

.news-landing-block img,.news-landing-block p img {
  width: 100%
}

.news-landing-block .video-widget {
  margin: 0 0 20px
}

.news-landing-block .video-widget .img-holder {
  margin: 0
}

.news-landing-block .info {
  margin: 0 0 7px
}

.news-landing-block time,.news-landing-block .address {
  font-size: 1.125rem;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  margin: 0
}

.news-landing-block time {
  color: #5c666f
}

.news-landing-block time.font-small {
  font-size: 1rem;
  margin: 0 0 10px;
  color: #939598
}

.news-landing-block .btn-readmore {
  font-size: 1.5rem
}

.news-landing-block .address {
  color: #81bb00
}

.news-landing-block .btn-holder {
  padding: 10px 0 20px
}

.news-landing-block>a {
  float: right
}

.news-landing-block .tags {
  padding: 15px 0 0;
  border-top: 1px solid #939598;
  font-weight: 600
}

.news-landing-block .tags a {
  color: #00a8eb
}

.news-landing-block .tags a:hover {
  color: #81bb00
}

.news-landing-block .social {
  margin: 0 0 15px
}

.news-landing-block .social span {
  padding-left: 0
}

.news-landing-block .social a {
  display: block
}

.news-landing-block .social a:hover {
  opacity: .8
}

.recent-news {
  padding-top: 34px;
  padding-bottom: 50px
}

.recent-news .load-more {
  width: 100%;
  margin: 10px 0 0
}

.recent-news .load-more-holder {
  margin-left: 0;
  margin-right: 0
}

.recent-news .blog-widget {
  margin: 0;
  padding: 25px 15px;
  border-bottom: 0;
  border-top: 1px solid #939598
}

.recent-news .blog-widget h3 {
  line-height: 28px
}

.recent-news .blog-widget.center {
  border-width: 1px 0 0;
  border-color: #939598;
  border-style: solid
}

.three-widgets {
  border-top: 3px solid #939598;
  padding-top: 50px;
  padding-bottom: 50px
}

.thinking-block {
  padding-bottom: 30px
}

.thinking-block .blog-widget {
  border-bottom: 0;
  margin-bottom: 0
}

.thinking-block .slick-center:after,.thinking-block .slick-center:before {
  min-height: 230px
}

.four-cols {
  padding-bottom: 30px
}

.four-cols .row {
  margin-left: -5px;
  margin-right: -5px
}

.four-cols .blog-widget {
  padding: 8px 10px 10px;
  margin: 0 0 10px;
  border-bottom: 0;
  border-color: #939598 !important;
  background: #f5f5f5
}

.two-col {
  border-top: 3px solid #939598
}

.two-col+.three-widgets {
  border-top: 0
}

.slick-featured-small {
  padding-bottom: 40px;
  position: relative
}

.visual-block {
  min-height: 190px;
  background-color: #253746;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative
}

.visual-block .container {
  padding-top: 50px
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  .visual-block .experience {
      margin-top: 7%
  }
}

.visual-block .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 10px 0;
  margin: 0
}

.visual-block .logo .img {
  width: 80px
}

.visual-block .logo img {
  max-width: 100%
}

.visual-block .slogan,.visual-block .slogan h6 {
  font-size: 3rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -2px
}

.visual-block .slogan.light,.visual-block .slogan.light h6 {
  color: rgba(255,255,255,.75)
}

.visual-block h1,.visual-block h6 {
  font-size: inherit;
  line-height: inherit;
  margin: 0
}

.visual-block .wider {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #253746;
  z-index: 10
}

.visual-block.big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.visual-block.big .container {
  padding-top: 0
}

.result-detail-block h3 {
  font-size: .9375rem;
  line-height: 18px;
  margin: 0 0 10px;
  font-weight: 700
}

.result-detail-block ul {
  padding-left: 15px
}

.result-detail-block ul li {
  margin: 0 0 10px
}

.experience-block h2 {
  font-size: 1.25rem;
  line-height: 24px;
  margin: 0 0 2px;
  font-weight: 700;
  font-family: "Montserrat",sans-serif
}

.experience-block .info {
  font-size: 1.25rem;
  line-height: 25px
}

.experience-block .info h1 {
  font-size: 1.5rem;
  line-height: 35px;
  margin-bottom: .75rem
}

.experience-block .btn-readmore {
  position: relative
}

.experience-block .btn-readmore:before {
  content: "read more"
}

.experience-block .btn-readmore[aria-expanded="true"]:before {
  content: "read less"
}

.experience-block .btn-readmore[aria-expanded="true"] svg,.experience-block .btn-readmore[aria-expanded="true"] img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.experience-block .btn-readmore svg,.experience-block .btn-readmore img {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle
}

.detail-info {
  padding: 20px 0
}

.detail-info .btn-readmore {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  color: #81bb00
}

.detail-info .btn-readmore:before {
  display: none
}

.detail-info .list-holder ul {
  padding: 10px 0 0 15px
}

.detail-info .list-holder li {
  margin: 0 0 4px
}

.conference-map {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px
}

.conference-map .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0
}

.conference-map .map-holder {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  top: 0;
  z-index: -1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.booking-modal .modal-content {
  background: #f5f5f5
}

.booking-modal .room-info {
  color: #939598;
  border-bottom: 1px solid #939598;
  padding-bottom: 30px
}

.booking-modal .room-info strong {
  font-weight: 600;
  display: block
}

.booking-modal .room-info .title {
  color: #003087;
  font-size: 1.25rem;
  line-height: 22px
}

.booking-modal .room-info .text-mango a {
  color: inherit
}

.booking-modal .room-info .text-mango a:hover {
  color: #ba5d00
}

.booking-modal .info-modal {
  margin: 0
}

.booking-modal .info-modal li {
  position: relative
}

.booking-modal .info-modal li:before {
  position: absolute;
  content: "|";
  left: -5px;
  top: 0;
  color: #939598
}

.booking-modal .info-modal li:first-child {
  padding-left: 0
}

.booking-modal .info-modal li:first-child:before {
  display: none
}

.form-booking {
  padding: 50px 0 0
}

.form-booking label {
  font-size: .875rem;
  line-height: 18px
}

.form-booking .form-control {
  margin-bottom: 20px
}

.form-booking .form-control[readonly] {
  background: #fff
}

.form-booking textarea {
  height: 220px;
  resize: none
}

.form-booking .small {
  display: block;
  font-weight: 600;
  font-size: .875rem;
  line-height: 16px;
  margin: 0 0 8px
}

.form-booking .captcha-holder {
  margin-bottom: 30px
}

.form-booking input[type="reset"] {
  background: #bcbec0;
  margin-top: 20px
}

.form-booking input[type="reset"]:hover {
  background: #a2a5a7
}

.form-booking .success-message {
  display: none;
  color: #253746;
  text-align: center
}

.form-booking .success-message .msg {
  font-size: 1.875rem;
  line-height: 32px;
  display: block
}

.form-booking.booking-success .success-message {
  display: block
}

.form-booking.booking-success .form-area {
  display: none
}

.form-booking .req-info {
  font-size: .875rem;
  line-height: 16px;
  margin: 0 0 15px
}

.leader-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 0 30px
}

.leader-block h1 {
  margin: 0 0 30px;
  line-height: 1.1
}

.leader-block .info,.leader-block .img-holder {
  width: 100%
}

.leader-block .btn {
  min-width: 250px
}

.leader-block .img-holder img {
  display: inline-block;
  max-width: 100%
}

.leader-block .info {
  font-size: 1.5rem;
  line-height: 26px;
  padding: 15px 0 0
}

.leader-block .info>a {
  color: #939598
}

.leader-block .info>a:hover {
  color: #000
}

.leader-block .info .btn {
  color: #fff
}

.leader-block .info .btn:hover {
  color: #fff
}

.leader-block .desg,.leader-block .phone {
  display: block
}

.leader-block address,.leader-block .desg {
  color: #939598;
  margin: 0 0 20px
}

.leader-block .phone {
  color: #ed7700;
  margin: 0 0 30px
}

.leader-block .phone a {
  color: inherit
}

.leader-block .phone a:hover {
  color: #ba5d00
}

.leader-block .phone-list {
  margin: 0 0 30px;
  color: #ed7700
}

.leader-block .phone-list li {
  margin: 0 0 3px
}

.leader-block .phone-list a {
  color: inherit
}

.leader-block .phone-list a:hover {
  color: #ba5d00
}

.locations-map {
  position: relative;
  margin: 0 0 30px;
  padding: 20px 0
}

.locations-map>.row {
  margin-left: 0;
  margin-right: 0
}

.locations-map h1 {
  margin: 20px 0;
  line-height: 1
}

.locations-map .map-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1
}

#accordion {
  border-bottom: 1px solid #939598
}

.locations-accordion .tab-holder {
  border-width: 1px 0 0;
  border-color: #939598;
  border-style: solid;
  padding: 15px 0
}

.locations-accordion h2 {
  color: #8bd3e5;
  font-weight: 600;
  position: relative;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Montserrat",sans-serif
}

.locations-accordion h2 a {
  color: inherit;
  display: block
}

.locations-accordion h2 a[aria-expanded="true"]+svg {
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%)
}

.locations-accordion h2 svg {
  width: 16px;
  height: 10px;
  stroke: #8bd3e5;
  position: absolute;
  right: 0;
  top: 50%;
  pointer-events: none
}

.locations-accordion .sub-link {
  font-size: 1.125rem;
  line-height: 20px;
  color: #5c666f;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 30px
}

.locations-accordion .sub-link[aria-expanded="true"] svg {
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%)
}

.locations-accordion .sub-link svg {
  width: 16px;
  height: 10px;
  stroke: #8bd3e5;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.locations-accordion .inner-holder {
  padding: 15px
}

.four-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 15px 0 0
}

.four-column .column {
  width: 100%
}

.four-column .title {
  font-size: 1rem;
  line-height: 18px;
  margin: 0 0 20px
}

.loc-list {
  border-left: 1px solid #939598;
  padding: 10px 0 0 15px;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 22px;
  color: #003087
}

.loc-list li {
  margin: 0 0 15px
}

.global-search-box {
  border-top: 1px solid #939598;
  padding: 20px 0 10px
}

.global-search-box:first-child {
  border-top: 0
}

.global-search-box .type {
  display: block;
  font-weight: 600;
  margin: 0 0 10px;
  color: #00a8eb
}

.global-search-box h2 {
  color: #003087;
  font-size: 1.125rem;
  line-height: 20px;
  margin: 0 0 10px;
  font-weight: 600;
  font-family: "Montserrat",sans-serif
}

.global-search-box h2 a {
  color: inherit
}

.global-search-box h2 a:hover {
  color: #0042ba
}

.global-search-box .info {
  font-weight: 600;
  margin: 0 0 10px;
  color: #939598
}

.global-search-box .leader-thumb {
  float: left;
  margin: 0 10px 3px 0
}

.global-search-box .leader-thumb img {
  vertical-align: top
}

.contact-section .result-title {
  border: 0;
  padding: 20px 0
}

.contact-section .row {
  position: relative
}

.contact-section .row:after {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 50%;
  background: #939598
}

.contact-section .row>div {
  border-bottom: 1px solid #939598
}

.contact-forms h1 {
  font-weight: 600;
  margin: 0 0 20px
}

.contact-forms .container {
  padding-top: 30px;
  padding-bottom: 30px
}

.form-contact h1 {
  font-family: "Montserrat",sans-serif;
  font-weight: 600
}

.form-contact label {
  font-size: .875rem;
  line-height: 16px
}

.form-contact .success-message {
  display: none;
  text-align: center
}

.form-contact.contact-success .success-message {
  display: block
}

.form-contact.contact-success>h1 {
  display: none
}

.form-contact.contact-success .form-area {
  display: none
}

.form-contact .form-control {
  margin-bottom: 20px
}

.form-contact .custom-select {
  background-color: #fff;
  margin-bottom: 20px;
  color: #939598;
  border-color: #ced4da
}

.form-contact textarea {
  height: 225px
}

.form-contact .captcha-holder {
  padding: 30px 0 25px
}

.form-contact input[type="submit"] {
  margin-bottom: 25px
}

.form-contact input[type="reset"] {
  background: #939598
}

.form-contact input[type="reset"]:hover {
  background: #000
}

.form-subscribe .info {
  display: block;
  font-size: .875rem;
  line-height: 16px;
  font-weight: 600;
  color: #5c666f;
  margin: 0 0 30px
}

.form-subscribe .input-radio {
  margin-bottom: 15px
}

.form-subscribe .fake-title {
  font-size: .9375rem;
  line-height: 18px
}

.form-subscribe .form-control {
  margin-bottom: 20px
}

#header {
  background: #000;
  font-family: "Questrial",sans-serif;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 20
}

#header.fixed-position .logo-bar {
  top: 57px;
  opacity: 1
}

#header>.logo {
  float: left;
  margin: 19px 0 0 15px
}

.top-nav {
  color: #fff;
  text-align: right;
  background: #000;
  z-index: 20
}

.top-nav ul {
  overflow: hidden;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.top-nav li {
  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: 11px 15px;
  text-align: center;
  font-weight: bold
}

li.top-nav-item {
  display: none
}

.nav-opener {
  width: 29px;
  height: 17px;
  font-size: .65rem;
  line-height: 1.1;
  color: #00a8eb
}

.nav-opener span {
  display: block;
  margin-top: 3px
}

.nav-opener:hover span {
  display: block;
  margin-top: 3px;
  color: #f3cd00
}

li.nav-opener-item {
  padding-top: 0
}

.nav-active .nav-opener svg {
  fill: #f3cd00
}

.nav-active .nav-opener span {
  color: #f3cd00
}

.search-opener {
  width: 24px;
  height: 25px
}

.search-active .search-opener svg {
  fill: #f3cd00
}

.connect-opener {
  width: 22px;
  height: 22px
}

.connect-active .connect-opener svg {
  fill: #f3cd00
}

.lang-opener {
  font-size: .75rem;
  line-height: 1;
  color: #949494
}

.lang-opener span {
  display: block;
  margin-top: 3px
}

.lang-active .lang-opener {
  color: #f3cd00
}

.lang-active .lang-opener svg {
  fill: #f3cd00
}

.nav-opener:hover svg,.search-opener:hover svg,.connect-opener:hover svg {
  fill: #f3cd00
}

.nav-opener svg,.search-opener svg,.connect-opener svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  fill: #00a8eb
}

.nav-opener:hover,.lang-opener:hover {
  color: #f3cd00
}

.lang-opener:hover svg {
  fill: #f3cd00
}

.lang-opener svg {
  width: 20px;
  height: 20px;
  vertical-align: top;
  fill: #949494
}

.menu-holder {
  position: fixed;
  top: 57px;
  right: 0;
  bottom: 0;
  max-height: 100vh;
  background: #253746;
  padding: 31px 15px;
  font-size: 16pt;
  width: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100000
}

.menu-holder>* {
  -webkit-transition: opacity .3s linear .5s;
  transition: opacity .3s linear .5s;
  opacity: 0
}

.menu-holder a {
  color: #949494
}

.menu-holder a:hover {
  color: #fff
}

.menu-holder.small {
  width: 100%
}

.menu-holder.medium {
  width: 100%
}

.menu-holder .main-title,.menu-holder .sec-title {
  color: #fff;
  display: block
}

.menu-holder .main-title {
  font-size: 2rem;
  border-bottom: 1px solid #939598;
  padding-bottom: 7px;
  margin-bottom: 10px;
  margin-left: -24px;
  margin-right: -24px;
  padding-right: 24px;
  position: relative
}

.menu-holder .main-title a {
  color: inherit;
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-right: 28px
}

.menu-holder .main-title a.arrow-down {
  height: 20px;
  position: absolute;
  top: 18px;
  display: inline-block;
  width: 40%;
  right: 40px
}

.menu-holder .ter-title a.arrow-down {
  height: 30px;
  position: absolute;
  top: 0;
  display: inline-block;
  width: 40%;
  right: 40px
}

.menu-holder .main-title a[aria-expanded="true"] img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.menu-holder .main-title img {
  position: absolute;
  right: 0;
  top: 0
}

.menu-holder .sec-title {
  font-size: 1.375rem
}

.menu-holder .sec-title a {
  color: inherit;
  display: block;
  overflow: hidden;
  position: relative;
  padding-right: 28px
}

.menu-holder .sec-title a[aria-expanded="true"] img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.menu-holder .sec-title img {
  position: absolute;
  top: 10px;
  right: 0
}

.menu-holder .ter-title {
  display: block;
  font-size: 16pt;
  color: #8bd3e5;
  padding-top: 10px
}

.menu-holder .ter-title a {
  color: inherit;
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-right: 28px
}

.menu-holder .ter-title a[aria-expanded="true"] img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.menu-holder .ter-title img {
  position: absolute;
  top: 10px;
  right: 0
}

.menu-holder>a.close {
  float: right;
  margin-right: 15px;
  width: 24px;
  height: 24px
}

.menu-holder>a.close svg {
  width: 100%;
  height: 100%;
  fill: #949494
}

.menu-holder>a.close svg:hover {
  fill: #f3cd00
}

.menu-holder .holder {
  padding: 77px 0 0
}

.menu-holder .holder>ul {
  margin: 0;
  padding: 42px 0 0
}

.menu-holder .holder li {
  margin: 0 0 10.5px
}

.menu-holder .holder li.active a {
  color: #fff
}

.menu-holder .holder ul.langList {
  color: #949494;
  font-size: .935rem
}

.menu-holder a.active {
  color: #fff
}

.menu-holder .social li {
  margin: 0 0 32px
}

.lang-active .lang-block {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important
}

.lang-active .lang-block>* {
  opacity: 1
}

.connect-active .connect-block {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important
}

.connect-active .connect-block>* {
  opacity: 1
}

.search-active .search-block {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important
}

.search-active .search-block>* {
  opacity: 1
}

.nav-active .nav-block {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important
}

.nav-active .nav-block>* {
  opacity: 1
}

.nav-block .container-fluid {
  padding-top: 3vh
}

.nav-block .container-fluid ul {
  margin: 0
}

.nav-block .container-fluid li {
  margin-bottom: 5px
}

.nav-block .row {
  padding-bottom: 10px
}

.social {
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  font-size: 1.125rem
}

.social a {
  color: #949494
}

.social img,.social span {
  display: inline-block;
  vertical-align: middle
}

.social span {
  padding-left: 18px
}

.form-search {
  padding: 14px 0 0;
  font-size: .875rem
}

.form-search .form-control {
  margin: 0 0 31px;
  border: 0
}

.form-search .btn {
  float: right
}

.logo-menu {
  display: inline-block;
  vertical-align: top;
  width: 104px;
  height: 43px
}

.logo-menu img {
  display: block;
  max-width: 100%
}

.logo-bar {
  background: #253746;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  z-index: -1
}

.logo-bar .logo {
  width: 80px
}

.logo-bar .logo img {
  display: block;
  max-width: 100%
}

.logo-bar .slogan {
  color: #8bd3e5;
  text-align: right;
  width: calc(100% - 100px)
}

#footer {
  font-size: .75rem;
  padding-top: 170px;
  position: relative;
  color: #939598
}

#footer:after {
  position: absolute;
  content: "";
  background: #939598;
  top: 120px;
  left: 24px;
  right: 24px;
  height: 1px
}

#footer.v2 {
  background: #000
}

#footer.v2 .container {
  position: relative
}

#footer.v2 .btn-top {
  top: -150px
}

#footer .btn-top {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.footer-nav {
  margin: 0 0 10px;
  overflow: hidden
}

.footer-nav ul {
  margin: 0
}

.footer-nav li {
  display: block;
  margin: 0 0 10px
}

.footer-nav li.active a {
  color: #003087
}

.footer-nav a {
  color: #939598
}

.footer-nav a:hover {
  color: #003087
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 0;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px
}

.daterangepicker:before,.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0,0,0,.2);
  content: ""
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent
}

.daterangepicker.opensleft:before {
  right: 9px
}

.daterangepicker.opensleft:after {
  right: 10px
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto
}

.daterangepicker.opensright:before {
  left: 9px
}

.daterangepicker.opensright:after {
  left: 10px
}

.daterangepicker.dropup {
  margin-top: -5px
}

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc
}

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff
}

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001
}

.daterangepicker.single .ranges,.daterangepicker.single .calendar {
  float: none
}

.daterangepicker.show-calendar .calendar {
  display: block
}

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px
}

.daterangepicker .calendar.single .calendar-table {
  border: none
}

.daterangepicker .calendar th,.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 0;
  background-color: #fff
}

.daterangepicker table {
  width: 100%;
  margin: 0
}

.daterangepicker td,.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer
}

.daterangepicker td.available:hover,.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit
}

.daterangepicker td.week,.daterangepicker th.week {
  font-size: 80%;
  color: #ccc
}

.daterangepicker td.off,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date,.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999
}

.daterangepicker td.in-range {
  background-color: #00a8eb;
  border-color: transparent;
  color: #000;
  border-radius: 0
}

.daterangepicker td.start-date {
  border-radius: 0 0 0 0
}

.daterangepicker td.end-date {
  border-radius: 0 0 0 0
}

.daterangepicker td.start-date.end-date {
  border-radius: 0
}

.daterangepicker td.active,.daterangepicker td.active:hover {
  background-color: #003087;
  border-color: transparent;
  color: #fff
}

.daterangepicker th.month {
  width: auto;
  color: #00a8eb
}

.daterangepicker td.disabled,.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through
}

.daterangepicker select.monthselect,.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%
}

.daterangepicker select.yearselect {
  width: 40%
}

.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect,.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0
}

.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%
}

.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px
}

.daterangepicker .daterangepicker_input {
  position: relative
}

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px
}

.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px
}

.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed
}

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left
}

.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%
}

.ranges li {
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer
}

.ranges li:hover {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff
}

.ranges li.active {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff
}

@media(min-width: 564px) {
  .daterangepicker {
      width:auto
  }

  .daterangepicker .ranges ul {
      width: 160px
  }

  .daterangepicker.single .ranges ul {
      width: 100%
  }

  .daterangepicker.single .calendar.left {
      clear: none
  }

  .daterangepicker.single.ltr .ranges,.daterangepicker.single.ltr .calendar {
      float: left
  }

  .daterangepicker.single.rtl .ranges,.daterangepicker.single.rtl .calendar {
      float: right
  }

  .daterangepicker.ltr {
      direction: ltr;
      text-align: left
  }

  .daterangepicker.ltr .calendar.left {
      clear: left;
      margin-right: 0
  }

  .daterangepicker.ltr .calendar.left .calendar-table {
      border-right: none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0
  }

  .daterangepicker.ltr .calendar.right {
      margin-left: 0
  }

  .daterangepicker.ltr .calendar.right .calendar-table {
      border-left: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0
  }

  .daterangepicker.ltr .left .daterangepicker_input {
      padding-right: 12px
  }

  .daterangepicker.ltr .calendar.left .calendar-table {
      padding-right: 12px
  }

  .daterangepicker.ltr .ranges,.daterangepicker.ltr .calendar {
      float: left
  }

  .daterangepicker.rtl {
      direction: rtl;
      text-align: right
  }

  .daterangepicker.rtl .calendar.left {
      clear: right;
      margin-left: 0
  }

  .daterangepicker.rtl .calendar.left .calendar-table {
      border-left: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0
  }

  .daterangepicker.rtl .calendar.right {
      margin-right: 0
  }

  .daterangepicker.rtl .calendar.right .calendar-table {
      border-right: none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0
  }

  .daterangepicker.rtl .left .daterangepicker_input {
      padding-left: 12px
  }

  .daterangepicker.rtl .calendar.left .calendar-table {
      padding-left: 12px
  }

  .daterangepicker.rtl .ranges,.daterangepicker.rtl .calendar {
      text-align: right;
      float: right
  }
}

@media(min-width: 576px) {
  .submenu {
      font-size:1.75rem;
      line-height: 30px
  }

  .filter-block .sort-drop {
      padding: 30px 15px
  }

  .filter-block .sort-drop ul {
      width: 50%
  }

  .filter-block .sub-key {
      display: block;
      position: absolute;
      right: 0;
      top: 20px;
      visibility: hidden;
      opacity: 0
  }

  .filter-block .sub-key .title {
      display: block
  }

  .modal-body .play-area {
      min-height: 400px
  }

  .widget-related .img {
      float: left;
      margin-right: 10px
  }

  .filter-area .btn-filter {
      margin-top: 107px;
      width: auto
  }

  .filter-area .search-holder {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap
  }

  .filter-area .search-holder label {
      margin: 0 25px 0 0
  }

  .fade-gallery .caption {
      padding-top: 200px;
      padding-bottom: 0
  }

  .fade-gallery .slogan {
      font-size: 5.9375rem;
      letter-spacing: -6px
  }

  .fade-gallery .logo .img {
      width: 160px
  }

  .news-landing-block .btn-holder .btn {
      min-width: 300px
  }

  .recent-news .load-more-holder {
      margin-left: -15px;
      margin-right: -15px
  }

  .visual-block .logo .img {
      width: 160px
  }

  .visual-block .slogan,.visual-block .slogan h6 {
      font-size: 5.9375rem;
      letter-spacing: -6px
  }
}

@media(min-width: 730px) {
  .daterangepicker .ranges {
      width:auto
  }

  .daterangepicker.ltr .ranges {
      float: left
  }

  .daterangepicker.rtl .ranges {
      float: right
  }

  .daterangepicker .calendar.left {
      clear: none !important
  }
}

@media screen and (min-width: 768px) {
  #searchControl {
      width:800px
  }
}

@media(min-width: 768px) {
  h1,.visual-block h6 {
      font-size:2.375rem
  }

  section .head {
      padding: 60px 0 2px
  }

  section .head h2 {
      font-size: 1.875rem;
      line-height: 32px
  }

  section .head .view-all {
      font-size: 1.5rem
  }

  section .head .view-all img {
      vertical-align: bottom
  }

  .result-title {
      padding: 15px 30px;
      letter-spacing: -.5px
  }

  .result-title>a {
      float: none
  }

  .result-title .social {
      padding: 10px 0 0
  }

  .blog-widget {
      margin: 0 5px 22px
  }

  .blog-widget.visual {
      padding: 0 15px 15px;
      border-bottom: 0
  }

  .blog-widget h3 {
      font-size: 1.375rem;
      line-height: 24px
  }

  .blog-widget>a {
      float: none
  }

  .breadcrumb {
      font-size: 1.5rem;
      line-height: 26px
  }

  .page-header {
      font-size: 5.625rem
  }

  .page-header .logo {
      width: 150px
  }

  .copy-box {
      font-size: 1.2rem;
      line-height: 23px
  }

  .copy-box h2 {
      margin: 0 0 17px
  }

  .copy-box a {
      font-size: 1.5rem
  }

  .video-widget {
      min-height: 355px
  }

  .video-widget .btn-play img {
      width: 100px;
      height: 100px
  }

  .firm-box {
      min-height: 355px;
      font-size: 26px;
      line-height: 29px;
      padding: 30px 51px
  }

  .firm-box h2 {
      font-size: 4.375rem
  }

  .img-widget {
      min-height: 355px
  }

  .result-box {
      min-height: 355px;
      padding: 22px 40px
  }

  .result-box h2 {
      font-size: 2.125rem;
      line-height: 37px
  }

  .result-box>a {
      float: none
  }

  .result-box>a svg {
      width: 30px;
      height: 30px
  }

  .team-widget {
      height: 350px;
      max-height: 350px;
      padding: 10px 40px
  }

  .team-widget h2 {
      font-size: 1.75rem;
      line-height: 32px;
      margin: 0 0 10px
  }

  .team-widget.active {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important
  }

  .team-widget .team-opener {
      font-size: 1.125rem
  }

  .info-widget {
      font-size: 1.875rem;
      margin: 0
  }

  .info-widget span {
      font-size: 4.375rem
  }

  .page-text-header {
      font-size: 1.5rem;
      line-height: 26px;
      padding-top: 40px;
      margin-bottom: 40px
  }

  .h2 {
      font-size: 1.5rem;
      line-height: 26px
  }

  .widget-module>a {
      float: none
  }

  .sub-nav-vertical {
      font-size: 1.25rem;
      line-height: 23px
  }

  .sub-nav-vertical ul {
      margin: 0 0 60px
  }

  .sub-nav-vertical .nav-title a {
      pointer-events: none
  }

  .sub-nav-vertical .nav-title a svg {
      display: none
  }

  .sub-nav-vertical .collapse {
      display: block !important
  }

  .filter-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      margin-right: -24px
  }

  .filter-block>span {
      margin: 0
  }

  .filter-block .filter-type {
      width: 30%;
      padding: 0 10px
  }

  .filter-block .filter-type.full {
      width: 90%
  }

  .masonry .grid-item>div {
      min-height: 355px
  }

  .widget-location>a {
      float: none
  }

  .widget-expert .view-all {
      float: none
  }

  .nav-related {
      font-size: 1.5rem;
      line-height: 26px
  }

  .nav-filter .custom-select {
      display: none
  }

  .widget-brochure>a {
      float: none
  }

  .result-head {
      font-size: 1.375rem;
      line-height: 24px;
      padding: 30px 0
  }

  .result-head h2 {
      font-size: 3.25rem;
      line-height: 55px
  }

  .link-big {
      font-size: 1.875rem;
      line-height: 33px
  }

  .widget-booking {
      padding: 20px 132px 20px 0
  }

  .nav-tabs {
      margin: 0 -12px 20px;
      font-size: 1.5rem;
      line-height: 26px
  }

  .widget-expert-list {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }

  .widget-expert-list .info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: calc(100% - 220px)
  }

  .widget-expert-list .info li {
      width: 33.33%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0
  }

  .leader-thumb {
      margin: 0 0 30px
  }

  .search-msg {
      font-size: 1.25rem;
      line-height: 22px;
      margin: 0 0 20px
  }

  .fade-gallery .btn-holder a {
      width: 50%
  }

  .featured-section .load-more {
      margin: 10px 24px
  }

  .featured-section .title {
      padding: 0 0 0 15px;
      font-size: 1.875rem;
      line-height: 35px
  }

  .featured-section .title>a {
      float: none
  }

  .featured-section .title strong {
      margin: 0
  }

  .featured-section .custom-select {
      display: none
  }

  .slick-featured {
      padding-bottom: 67px
  }

  .slick-featured .slick-center:before {
      display: block
  }

  .slick-blog {
      padding-bottom: 67px
  }

  .slick-blog .slick-center:before {
      display: block
  }

  .slick-blog .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      min-height: 500px
  }

  .news-landing-block .type {
      padding-right: 180px
  }

  .news-landing-block h1 {
      font-size: 1.75rem;
      line-height: 31px
  }

  .news-landing-block h2 {
      margin: 0 0 30px;
      font-size: 1.5rem;
      line-height: 26px
  }

  .news-landing-block p {
      margin: 0 0 30px
  }

  .news-landing-block>a {
      float: none
  }

  .news-landing-block .tags {
      padding: 15px 0
  }

  .news-landing-block .social {
      position: absolute;
      top: 5px;
      right: 0;
      margin: 0
  }

  .recent-news {
      padding-top: 64px;
      padding-bottom: 80px
  }

  .recent-news .blog-widget.center {
      border-width: 1px 1px 0
  }

  .thinking-block {
      padding-bottom: 60px
  }

  .thinking-block .blog-widget {
      min-height: 230px
  }

  .four-cols {
      padding-bottom: 60px
  }

  .four-cols .blog-widget {
      background: none;
      margin: 0
  }

  .four-cols .blog-widget h3 {
      font-size: 1.125rem;
      line-height: 20px
  }

  .slick-featured-small .slick-current {
      position: relative
  }

  .slick-featured-small .slick-current:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 1px;
      background: #939598
  }

  .visual-block.big {
      min-height: 420px
  }

  .result-detail-block h3 {
      font-size: 1.25rem;
      line-height: 22px
  }

  .experience-block .info {
      font-size: 1.375rem;
      line-height: 26px
  }

  .experience-block .info h1 {
      font-size: 1.75rem;
      line-height: 30px
  }

  .detail-info .btn-readmore {
      font-size: 1.5rem;
      line-height: 26px
  }

  .detail-info .list-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap
  }

  .conference-map {
      height: 550px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }

  .conference-map .row {
      margin-bottom: 100px
  }

  .booking-modal .room-info {
      padding-bottom: 50px
  }

  .leader-block {
      margin: 0 0 60px
  }

  .leader-block .phone {
      margin: 0 0 60px
  }

  .locations-map {
      height: 370px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 0 60px;
      padding: 0
  }

  .locations-map .info-widget {
      font-size: 1.25rem
  }

  .locations-map .info-widget span {
      font-size: 2.9375rem
  }

  .locations-accordion h2 {
      font-size: 1.875rem
  }

  .locations-accordion h2 svg {
      width: 23px;
      height: 15px
  }

  .locations-accordion .sub-link {
      font-size: 1.5625rem;
      line-height: 27px
  }

  .locations-accordion .sub-link svg {
      width: 23px;
      height: 15px
  }

  .locations-accordion .inner-holder {
      padding: 15px 30px
  }

  .four-column .column {
      width: 50%
  }

  .four-column .title {
      font-size: 1.25rem;
      line-height: 22px
  }

  .global-search-box h2 {
      font-size: 1.5rem;
      line-height: 26px
  }

  .form-contact {
      min-height: 553px
  }

  .form-contact .success-message {
      padding-top: 210px;
      font-size: 1.875rem
  }

  .form-subscribe .info {
      font-size: 1.125rem;
      line-height: 20px
  }

  .form-subscribe .fake-title {
      font-size: 1.4375rem;
      line-height: 26px;
      padding-left: 20px
  }

  .top-nav {
      padding: 0 20px
  }

  .menu-holder {
      padding: 5vh 55px
  }

  .menu-holder.small {
      width: 274px;
      -webkit-transform: translateX(274px);
      -ms-transform: translateX(274px);
      transform: translateX(274px)
  }

  .menu-holder.medium {
      width: 510px;
      -webkit-transform: translateX(510px);
      -ms-transform: translateX(510px);
      transform: translateX(510px)
  }

  .menu-holder .main-title {
      font-size: 2.875rem
  }

  .menu-holder .main-title a {
      pointer-events: none;
      height: auto
  }

  .menu-holder .main-title a.arrow-down {
      pointer-events: none;
      height: auto
  }

  .menu-holder .main-title img {
      display: none
  }

  .menu-holder .sec-title {
      font-size: 2rem
  }

  .menu-holder .sec-title a {
      pointer-events: none
  }

  .menu-holder .sec-title img {
      display: none
  }

  .menu-holder .ter-title a {
      pointer-events: none
  }

  .menu-holder .ter-title a.arrow-down {
      pointer-events: none;
      height: auto
  }

  .menu-holder .ter-title img {
      display: none
  }
}

@media(min-width: 992px) {
  li.nav-opener-item {
      display:none
  }

  li.top-nav-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }

  .exp-only {
      display: none
  }

  a.nav-opener {
      color: white;
      width: inherit;
      padding-top: 0;
      line-height: 18px;
      font-size: inherit;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out
  }

  a.nav-opener:hover {
      color: #f3cd00
  }

  h1,.visual-block h6 {
      font-size: 3.25rem
  }

  .blog-widget {
      padding: 8px 19px 30px;
      margin: 0 12px 22px
  }

  .blog-widget.visual {
      padding: 0 30px 30px
  }

  .submenu {
      font-size: 1.875rem;
      line-height: 32px
  }

  .page-header {
      font-size: 9.3125rem
  }

  .page-header .logo {
      width: 255px
  }

  .copy-box h2 {
      font-size: 2.375rem;
      line-height: 42px
  }

  .team-widget h2 {
      font-size: 2rem;
      line-height: 37px
  }

  .team-widget .team-opener {
      font-size: 1.5rem
  }

  .widget-touch {
      padding: 20px 30px
  }

  .sub-nav-vertical {
      font-size: 1.4375rem;
      line-height: 25px
  }

  .masonry .grid-item.item-1 {
      width: 33.33%
  }

  .masonry .grid-item.item-2 {
      width: 33.33%
  }

  .masonry .grid-item.item-3 {
      width: 66.66%
  }

  .widget-expert {
      margin-bottom: 0
  }

  .widget-numbers {
      margin-bottom: 0
  }

  .modal-title {
      font-size: 3.25rem;
      line-height: 55px
  }

  .modal-body .related-area {
      padding: 15px 0 0 30px
  }

  .filter-area .btn-filter {
      margin-top: 69px
  }

  .filter-area .options-holder>div+div:after {
      display: block
  }

  .nav-filter {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
  }

  .nav-filter li {
      width: auto
  }

  .widget-demo {
      margin: 0
  }

  .widget-booking h3 {
      font-size: 1.25rem;
      line-height: 22px
  }

  .widget-booking .info li {
      display: inline-block;
      vertical-align: top;
      padding: 0 10px
  }

  .widget-expert-list .info {
      padding: 0 0 0 21px
  }

  .widget-expert-list .name {
      font-size: 1.25rem
  }

  .fade-gallery {
      min-height: 640px
  }

  .fade-gallery .caption-holder {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }

  .fade-gallery .slogan {
      font-size: 8.125rem
  }

  .fade-gallery .logo .img {
      width: 217px
  }

  .fade-gallery .bot-copy {
      font-size: 1rem;
      line-height: 23px
  }

  .fade-gallery .bot-copy a {
      font-size: 1.125rem
  }

  .fade-gallery.careers .pagination {
      left: 55px;
      right: auto;
      bottom: 190px
  }

  .featured-section .load-more-holder .bordered {
      border-style: solid;
      border-color: #939598;
      border-width: 0 1px
  }

  .featured-section .title {
      padding: 13px 0 0 25px;
      font-size: 2.625rem;
      line-height: 44px
  }

  .slick-featured .slick-center:after {
      display: block
  }

  .slick-blog .slick-center:after {
      display: block
  }

  .blog-articles {
      padding-bottom: 100px
  }

  .blog-articles .copy-box {
      width: 100%;
      height: 100%;
      min-height: 355px
  }

  .team-block {
      padding: 100px 0
  }

  .team-block .page-header {
      margin: 0 0 3px
  }

  .general-block .page-header {
      padding-top: 80px
  }

  .general-block a.view-all {
      font-size: 2.125rem;
      line-height: 36px
  }

  .news-landing-block .type {
      font-size: 1.25rem;
      line-height: 22px
  }

  .news-landing-block h1 {
      font-size: 2.125rem;
      line-height: 36px;
      margin: 0 0 27px
  }

  .news-landing-block time,.news-landing-block .address {
      font-size: 1.25rem
  }

  .recent-news {
      padding-bottom: 105px
  }

  .recent-news .blog-widget {
      padding: 43px 30px
  }

  .four-cols .row {
      margin-left: -10px;
      margin-right: -10px
  }

  .four-cols .blog-widget {
      padding: 8px 30px 30px
  }

  .visual-block .logo .img {
      width: 217px
  }

  .visual-block .slogan,.visual-block .slogan h6 {
      font-size: 8.125rem
  }

  .experience-block .info {
      font-size: 1.5rem;
      line-height: 30px
  }

  .experience-block .info h1 {
      font-size: 2rem;
      line-height: 35px;
      margin-bottom: 1rem
  }

  .detail-info .list-holder .colm:first-child {
      padding-right: 20px
  }

  .detail-info .list-holder .colm {
      width: 50%
  }

  .booking-modal .info-modal li {
      display: inline-block;
      vertical-align: top;
      padding: 0 10px
  }

  .leader-block .info,.leader-block .img-holder {
      width: 50%
  }

  .leader-block .info {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      padding: 0
  }

  .locations-accordion .tab-holder {
      padding: 30px 0
  }

  .locations-accordion h2 {
      font-size: 2.375rem
  }

  .locations-accordion .sub-link {
      font-size: 1.875rem;
      line-height: 33px
  }

  .four-column .column {
      width: 25%
  }

  .four-column .title {
      font-size: 1.5rem;
      line-height: 26px
  }

  .loc-list li {
      margin: 0 0 20px
  }

  .contact-section .result-title {
      font-size: 2.5rem;
      line-height: 42px
  }

  .contact-section .row:after {
      display: none
  }

  .contact-section .row>div.center {
      border-left: 1px solid #939598;
      border-right: 1px solid #939598
  }

  .top-nav {
      padding: 0 55px
  }

  .logo-bar {
      padding: 15px 55px
  }

  #footer {
      padding-top: 130px
  }

  #footer:after {
      top: 110px
  }

  #footer.v2 {
      padding-top: 15px
  }

  #footer.v2:after {
      display: none
  }

  #footer .btn-top {
      top: 0;
      right: 24px;
      left: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none
  }

  .footer-nav {
      text-align: right;
      margin: 0
  }

  .footer-nav li {
      display: inline-block;
      vertical-align: top;
      padding: 0 6px
  }
}

@media(min-width: 1216px) {
  .result-title {
      font-size:2.125rem;
      line-height: 38px
  }

  .blog-widget h3 {
      font-size: 1.5rem;
      line-height: 26px
  }

  .page-header .btn-holder {
      font-size: 2.125rem;
      line-height: 36px
  }

  .copy-box h2 {
      letter-spacing: -2px
  }

  .firm-box h2 {
      font-size: 6.25rem
  }

  .firm-box h2>span {
      font-size: 3.75rem
  }

  .widget-touch h2 {
      font-size: 3.0625rem
  }

  .filter-block .sort-drop {
      padding: 40px 30px
  }

  .filter-block .main-key li {
      margin: 0 0 10px
  }

  .filter-block .sub-key:after {
      top: -20px
  }

  .filter-block .sub-key {
      padding-left: 30px;
      top: 40px
  }

  .filter-area .options-holder {
      margin: 0 0 30px 160px
  }

  .filter-area .options-holder ul {
      float: left
  }

  .filter-area .options-holder ul+ul {
      margin-left: 35px
  }

  .fade-gallery .slogan,.visual-block .slogan h6 {
      font-size: 9.3125rem
  }

  .fade-gallery .logo .img {
      width: 267px
  }

  .featured-section .title {
      font-size: 3.25rem;
      line-height: 54px
  }

  .general-block {
      padding: 100px 0 150px
  }

  .general-block .page-header {
      padding-top: 150px
  }

  .recent-news .blog-widget {
      padding: 43px 40px
  }

  .visual-block .logo .img {
      width: 267px
  }

  .visual-block .slogan,.visual-block .slogan h6 {
      font-size: 9.3125rem
  }

  .contact-section .result-title {
      font-size: 3.25rem;
      line-height: 54px
  }
}

@media(max-width: 991.98px) {
  .widget-booking .info li:before {
      display:none
  }

  .widget-expert-list .desg {
      font-size: .75rem
  }

  .widget-expert-list .phone {
      font-size: .75rem
  }

  .featured-section .load-more-holder>div {
      border-bottom: 1px solid #939598;
      margin-bottom: 20px
  }

  .general-block {
      font-size: 12px;
      font-weight: 600
  }

  .booking-modal .info-modal li:before {
      display: none
  }

  #footer {
      text-align: center
  }
}

@media(max-width: 767.98px) {
  .container {
      padding-left:15px;
      padding-right: 15px
  }

  h1,.h1,.visual-block h6 {
      font-size: 2.125rem
  }

  .result-title {
      border-bottom: 1px solid #939598
  }

  .result-title.full svg {
      float: right
  }

  .submenu ul {
      margin: 0
  }

  .modal-body {
      padding-left: 15px;
      padding-right: 15px
  }

  .modal-body .btn-play img {
      width: 50px;
      height: 50px
  }

  .nav-filter {
      display: none
  }

  .widget-booking .book-now span {
      display: none
  }

  .nav-tabs .nav-item a {
      padding: .5rem .1rem
  }

  .widget-expert-list .btn-readmore span {
      display: none
  }

  .four-cols .blog-widget {
      border: 0 !important
  }

  .result-detail-block {
      font-size: .8125rem;
      line-height: 15px
  }

  .global-search-box {
      font-size: .875rem;
      line-height: 16px
  }

  .contact-section .result-title {
      font-size: 1.25rem;
      line-height: 22px
  }

  .contact-section .social img {
      width: 25px;
      height: 25px
  }

  .contact-forms h1 {
      font-size: 1.25rem
  }

  .form-subscribe .fake-input {
      margin-top: 0
  }

  .top-nav {
      float: right
  }

  .top-nav ul {
      border: 0
  }
}

div.top-cases-container {
  display: flex;
  flex-direction: row;
  margin: 10px 0 10px 0;
  padding: 0
}

ul.links-container {
  -webkit-padding-start: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 50%
}

ul.links-container li {
  padding: 5px 0;
  margin: 0
}

@media all and (max-width: 768px) {
  div.top-cases-container {
      flex-direction:column;
      width: 100%
  }
}

.CMSBreadCrumbsCurrentItem {
  color: #000
}

@media print {
  body {
      font: 13pt Tahoma,"Times New Roman",Times,serif;
      line-height: 1.5;
      background: #fff !important;
      color: #000
  }

  h1 {
      font-size: 24pt
  }

  h2,h3,h4 {
      font-size: 14pt;
      margin-top: 25px
  }

  a {
      page-break-inside: avoid
  }

  blockquote {
      page-break-inside: avoid
  }

  h1,h2,h3,h4,h5,h6 {
      page-break-after: avoid;
      page-break-inside: avoid
  }

  img {
      page-break-inside: avoid;
      page-break-after: avoid
  }

  table,pre {
      page-break-inside: avoid
  }

  ul,ol,dl {
      page-break-before: avoid
  }

  a:link,a:visited,a {
      background: transparent;
      color: #520;
      font-weight: bold;
      text-decoration: underline;
      text-align: left
  }

  a {
      page-break-inside: avoid
  }

  iframe {
      display: none;
      width: 0 !important;
      height: 0 !important;
      overflow: hidden !important;
      line-height: 0 !important;
      white-space: nowrap
  }

  nav,footer,header {
      display: none
  }

  #header {
      display: none
  }

  #header-block {
      display: none
  }

  p,address,li,dt,dd,blockquote {
      font-size: 100%
  }

  ul,ol {
      list-style: square;
      margin-left: 18pt;
      margin-bottom: 20pt
  }

  li {
      line-height: 1.6em
  }

  #colap1 {
      display: inline
  }

  div.collapse {
      display: inline
  }

  #ExperienceReadMore {
      display: none
  }

  div.visual-block {
      display: none
  }
}

.CookieConsent {
  padding: 10px 30px 10px 30px;
  position: fixed;
  top: auto;
  bottom: 0;
  background-color: black;
  color: white;
  z-order: 1
}

.CookieConsent a {
  color: #8bd3e5
}

.CookieConsent a:hover {
  color: #f3cd00
}

a.newmenu {
  color: white
}

a.newmenu:hover {
  color: #f3cd00
}

a.experience-opener,a.about-opener,a.insights-opener,a.careers-opener {
  color: white;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

a.experience-opener:hover,a.about-opener:hover,a.insights-opener:hover,a.careers-opener:hover {
  color: #f3cd00
}

.experience-active .experience-block,.about-active .about-block,.insights-active .insights-block,.careers-active .careers-block {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important
}

.experience-active .experience-block>* {
  opacity: 1
}

.about-active .about-block>* {
  opacity: 1
}

.insights-active .insights-block>* {
  opacity: 1
}

.careers-active .careers-block>* {
  opacity: 1
}

.experience-block .container-fluid {
  padding-top: 3vh
}

.experience-block .container-fluid ul {
  margin: 0
}

.experience-block .container-fluid li {
  margin-bottom: 5px
}

.experience-block .row {
  padding-bottom: 10px
}

.experience-block .collapse {
  display: block
}

.experience-block .btn-readmore {
  display: none
}


.pagination ul li {
  padding: 0 2px !important;
  border-left: 0 !important
}

.team-widget .holder h2 {
  color: #fff !important
}

.title {
  font-size: 1.85rem
}
