/* ---------------------------------------------------------
	1. Embedded fonts styles
	2. General reset
	3. Common site styles
---------------------------------------------------------*/

/* ---------------------------------------------------------
	1. Embedded fonts styles
---------------------------------------------------------*/

/* Icomoon font Embedded */

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.woff?tzbd09");
	src: url("../fonts/icomoon.eot?tzbd09#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?tzbd09") format("truetype"), url("../fonts/icomoon.woff?tzbd09") format("woff"), url("../fonts/icomoon.svg?tzbd09#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-sort:before {
	content: "\e916";
}

.icon-filter:before {
	content: "\e915";
}

.icon-angle-right:before,
.slider.owl-carousel .owl-nav .owl-next:before {
	content: "\e900";
}

.icon-angle-left:before,
.slider.owl-carousel .owl-nav .owl-prev:before {
	content: "\e901";
}

.icon-twitter:before {
	content: "\e902";
}

.icon-mail:before {
	content: "\e903";
}

.icon-angle-up-bold:before {
	content: "\e904";
}

.icon-angle-up:before {
	content: "\e905";
}

.icon-angle-down:before {
	content: "\e906";
}

.icon-search:before {
	content: "\e907";
}

.icon-phone:before {
	content: "\e908";
}

.icon-phone2:before {
	content: "\e909";
}

.icon-bar:before {
	content: "\e90a";
}

.icon-arrow-left:before,
.carousel .owl-nav .owl-next span:before {
	content: "\e90b";
}

.icon-arrow-right:before,
.carousel .owl-nav .owl-prev span:before {
	content: "\e90c";
}

.icon-angle-right2:before {
	content: "\e90d";
}

.icon-print:before {
	content: "\e90e";
}

.icon-close:before {
	content: "\e90f";
}

.icon-check-mark:before {
	content: "\e910";
}

.icon-tumbler:before {
	content: "\e911";
}

.icon-facebook:before {
	content: "\e912";
}

.icon-cancel:before {
	content: "\e913";
}

.icon-download:before {
	content: "\e914";
}

.icon-arrow-left2:before {
	content: "\ea40";
}

.icon-share:before {
	content: "\ea82";
}

.icon-linkedin2:before {
	content: "\eaca";
}

/* ---------------------------------------------------------
	2. General reset
---------------------------------------------------------*/

.nav-holder ul,
.contact-list,
.footer-nav,
.doc,
.social-networks,
.ui-autocomplete,
.sort-by-wrap .ulsortby,
.sort-by-wrap .listing {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

@font-face {
	font-family: "Butler";
	src: url("../fonts/Butler-UltraLight.woff2") format("woff2"), url("../fonts/Butler-UltraLight.woff") format("woff");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "Butler";
	src: url("../fonts/Butler-Medium.woff2") format("woff2"), url("../fonts/Butler-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Butler";
	src: url("../fonts/Butler-Light.woff2") format("woff2"), url("../fonts/Butler-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Butler";
	src: url("../fonts/Butler-Black.woff2") format("woff2"), url("../fonts/Butler-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Butler";
	src: url("../fonts/Butler-Bold.woff2") format("woff2"), url("../fonts/Butler-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Butler";
	src: url("../fonts/Butler-ExtraBold.woff2") format("woff2"), url("../fonts/Butler-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Butler";
	src: url("../fonts/Butler.woff2") format("woff2"), url("../fonts/Butler.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden; /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden; /* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */

.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
	/**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 100ms ease;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* Slick slider styles */

.leadership-carousel,
.article-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.leadership-carousel .slick-track,
.leadership-carousel .slick-list,
.article-slider .slick-track,
.article-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* ---------------------------------------------------------
	3. Common site styles
---------------------------------------------------------*/

body {
	min-width: 320px;
}

a,
button,
input[type="submit"] {
	-webkit-transition: opacity .3s linear, visibility .3s linear, background .3s linear, border .3s linear, color .3s linear, box-shadow .3s linear;
	transition: opacity .3s linear, visibility .3s linear, background .3s linear, border .3s linear, color .3s linear, box-shadow .3s linear;
}

/* link style */

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

/* main container styles */

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

img {
	vertical-align: top;
	border: none;
	max-width: 100%;
	height: auto;
}

/* heading styles */

h1 {
	font-size: 30px;
}

h2 {
	line-height: 34px;
	margin: 0;
	font-size: 22px;
}

h3 {
	font-size: 33px;
}

.btn-more {
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 14px;
	letter-spacing: 1.3px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}

.btn-more:after {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #d51c27;
	border-top: 8px solid transparent;
	top: 4px;
	right: 0;
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
}

.btn-more:hover:after {
	border-left-color: #a60507;
}

.wrapper-holder {
	position: relative;
}

.js-fixed {
	right: 0;
	pointer-events: none;
	bottom: 0;
	position: fixed;
	top: 0;
	width: 100%;
	max-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 98;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
}

.fixed-arrow .js-fixed {
	opacity: 1;
	visibility: visible;
}

.js-fixed .block {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-bottom: 30px;
}

.back-to-top {
	display: inline-block;
	vertical-align: top;
	background: #e7e8e8;
	color: #d51c27;
	text-align: center;
	z-index: 98;
	border-radius: 4px;
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 12px;
	right: 21px;
	font-size: 15px;
	-webkit-transition: opacity .3s linear, visibility .3s linear, color .3s linear, background .3s linear;
	transition: opacity .3s linear, visibility .3s linear, color .3s linear, background .3s linear;
	pointer-events: auto;
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
}

.back-to-top:hover {
	color: #fff;
	background: #d51c27;
}

.clear-search {
	-webkit-transition: opacity .3s linear, visibility .3s linear, color .3s linear;
	transition: opacity .3s linear, visibility .3s linear, color .3s linear;
}

.clear-search.hide {
	opacity: 0;
	visibility: hidden;
}

/* header styles */

.header {
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 16px;
	padding-bottom: 50px;
	width: 100% !important;
}

.header .rt-block {
	-ms-flex-preferred-size: 80px;
	flex-basis: 80px;
	max-width: 80px;
	margin-top: -5px;
	font-size: 23px;
	z-index: 2;
}

.header .rt-block a {
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
	color: #fff;
	position: relative;
	z-index: 2;
}

.header .rt-block a:first-child {
	margin-left: 0;
}

.header .container {
	position: relative;
}

.header .search-form {
	position: absolute;
	z-index: 2;
	width: 165px;
	top: -9px;
	left: 15px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	width: calc(100% - 78px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0s linear .3s, visibility 0s linear .3s, -webkit-transform .3s linear;
	transition: opacity 0s linear .3s, visibility 0s linear .3s, -webkit-transform .3s linear;
	transition: transform .3s linear, opacity 0s linear .3s, visibility 0s linear .3s;
	transition: transform .3s linear, opacity 0s linear .3s, visibility 0s linear .3s, -webkit-transform .3s linear;
}

.search-active .header .search-form {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
}

.header .search-form .form-control {
	background: transparent;
	border: none;
	border-radius: 0;
	height: 33px;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 0;
	line-height: 1;
	font-weight: 400;
	font-size: 17px;
}

.header .search-form .form-control::-webkit-input-placeholder {
	opacity: .7;
	color: #fff;
}

.header .search-form .form-control::-moz-placeholder {
	opacity: 1;
	opacity: .7;
	color: #fff;
}

.header .search-form .form-control:-moz-placeholder {
	opacity: .7;
	color: #fff;
}

.header .search-form .form-control:-ms-input-placeholder {
	opacity: .7;
	color: #fff;
}

.header .search-form .form-control.placeholder {
	opacity: .7;
	color: #fff;
}

.header .search-form .form-control:focus {
	outline: none;
	box-shadow: none;
}

.header .search-form input[type="submit"] {
	font-family: icomoon;
	font-size: 10px;
	-ms-flex-preferred-size: 22px;
	flex-basis: 22px;
	max-width: 22px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	position: absolute;
	font-size: 24px;
	line-height: 1;
	top: 0;
	right: 0;
}

.header .search-form input[type="submit"]:hover,
.header .search-form input[type="submit"]:focus {
	outline: 0;
	opacity: .7;
}

.sticky-wrap-header {
	position: absolute;
}

.fixed-position .header {
	background: rgba(0, 0, 0, .9);
}

.fixed-position .blue--gradient {
	background-image: -webkit-linear-gradient(30deg, #1b0c3e, #1b0c3e, #25408f, #25408f, #1b0c3e, #1b0c3e);
	background-image: linear-gradient(60deg, #1b0c3e, #1b0c3e, #25408f, #25408f, #1b0c3e, #1b0c3e);
	background-size: 200% 200%;
	-webkit-animation: gradient 25s ease infinite;
	animation: gradient 25s ease infinite;
}

.fixed-position .red--gradient {
	background: -webkit-linear-gradient(30deg, #7f1819, #7f1819, #b22426, #b22426, #7f1819, #7f1819);
	background: linear-gradient(60deg, #7f1819, #7f1819, #b22426, #b22426, #7f1819, #7f1819);
	background-size: 200% 200%;
	-webkit-animation: gradient 25s ease infinite;
	animation: gradient 25s ease infinite;
}

.search-active .header .phone,
.search-active .menu-text,
.search-active .nav-opener {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: none;
	transition: none;
}

.search-opener {
	font-size: 24px;
	line-height: 1;
}

.search-opener:hover {
	color: #d51c27;
}

.search-opener .icon-close {
	display: none;
}

.search-active .search-opener .icon-close {
	display: block;
}

.search-active .search-opener .icon-search {
	display: none;
}

.header-wrap {
	width: 170px;
}

.nav-holder {
	position: fixed;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	left: 0;
	right: 0;
	background-color: #010101;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100vw;
	min-height: 100vh;
	padding: 103px 15px 50px;
	font-size: 20px;
	line-height: 1.13;
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	font-weight: 400;
}

.nav-holder .nav-wrapper {
	overflow: auto;
	height: 100%;
}

.nav-active .nav-holder {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.nav-holder ul li {
	margin-bottom: 23px;
}

.nav-holder ul li a {
	color: #fff;
}

.nav-holder .link li a {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: .1s linear margin;
	transition: .1s linear margin;
	position: relative;
	padding-bottom: 3px;
}

.nav-holder .link li a:after {
	content: "";
	border-bottom: 1px solid #d51c27;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.nav-holder .link li a span {
	display: block;
	position: relative;
}

.nav-holder .link li a:hover span {
	top: -1px;
}

.nav-holder .link li a:hover:after {
	opacity: 1;
}

.nav-holder .has-drop-down-a {
	display: block;
	position: relative;
	padding-right: 23px;
}

.nav-holder .has-drop-down-a:after {
	content: "";
	position: absolute;
	top: 4px;
	right: 4px;
	height: 0;
	width: 0;
	border-bottom: 7.5px solid transparent;
	border-left: 7.5px solid #d51c27;
	border-top: 7.5px solid transparent;
}

.has-drop-down .holder .drop-opener {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.has-drop-down .holder .drop-opener:after {
	content: "";
	position: absolute;
	top: 4px;
	right: 4px;
	height: 0;
	width: 0;
	border-bottom: 7.5px solid transparent;
	border-left: 7.5px solid #d51c27;
	border-top: 7.5px solid transparent;
}

.has-drop-down a:not(.has-drop-down-a).close-drop {
	display: block;
	border-bottom: none;
}

.drop-down {
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 3;
	padding: 0 15px 63px;
	-webkit-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	overflow-y: auto;
	overflow-x: hidden;
	color: #fff;
	z-index: 1;
}

.nav-active .drop-down {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.drop-down.drop-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.drop-down .title {
	font-size: 13px;
	line-height: 1;
	opacity: .7;
}

.drop-down .close-drop {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding-left: 16px;
	margin-bottom: 15px;
}

.drop-down .close-drop:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	height: 0;
	width: 0;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #d51c27;
	border-top: 7px solid transparent;
}

.drop-down .drop-down {
	top: 0;
	z-index: 1;
	min-height: 100%;
}

.tab-content .drop-down {
	position: relative;
}

#nav > ul > li > .drop-down:before {
	content: "";
	position: absolute;
	top: -56px;
	height: 60px;
	left: 0;
	right: 0;
}

#nav > ul > li.drop-active > .drop-down {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

#nav > ul > li > a:hover {
	opacity: 1;
}

#nav > ul > li > .drop-down > ul > li.hover > .holder > a,
#nav > ul > li > .drop-down > ul > li.hover > a {
	color: #fff !important;
}

#nav > ul > li > .drop-down > ul > li > .drop-down > ul > li.hover > .holder > a,
#nav > ul > li > .drop-down > ul > li > .drop-down > ul > li.hover > a {
	color: #fff;
}

#nav > ul > li > .drop-down > ul > li > .drop-down:after {
	-webkit-transition: none;
	transition: none;
}

#nav > ul > li > .drop-down > ul > li.hover > .drop-down {
	opacity: 1;
	visibility: visible;
	display: block;
}

#nav > ul > li > .drop-down > ul > li.hover .hover .drop-down {
	opacity: 1;
	visibility: visible;
	display: block;
}

.menu-text {
	font-size: 21px;
	line-height: 1;
	top: 0;
	left: 64px;
	z-index: 2;
	width: 60px;
	pointer-events: none;
}

.nav-active .menu-text {
	pointer-events: auto;
}

.nav-opener {
	position: relative;
	display: block;
	width: 26px;
	height: 19px;
	margin-bottom: 38px;
	z-index: 2;
}

.nav-opener:hover {
	color: #fff;
}

.nav-opener i {
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	border-top: 3px solid #fff;
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
}

.nav-active .nav-opener i {
	border-color: #db2032;
}

.nav-opener i:before,
.nav-opener i:after {
	content: "";
	position: absolute;
	background: #fff;
	height: 3px;
	top: -11px;
	left: 0;
	right: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.nav-active .nav-opener i:before,
.nav-active .nav-opener i:after {
	opacity: 0;
}

.nav-opener i:after {
	top: 5px;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

/* main informative part styles */

/* banner styles */

.banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 177px 0 83px;
	position: relative;
	color: #fff;
}

.banner.blue-gradient:before {
	background-image: -webkit-linear-gradient(30deg, #1b0c3e, #1b0c3e, #25408f, #25408f, #1b0c3e, #1b0c3e);
	background-image: linear-gradient(60deg, #1b0c3e, #1b0c3e, #25408f, #25408f, #1b0c3e, #1b0c3e);
}

.banner:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -2;
	background: -webkit-linear-gradient(30deg, #7f1819, #7f1819, #b22426, #b22426, #7f1819, #7f1819);
	background: linear-gradient(60deg, #7f1819, #7f1819, #b22426, #b22426, #7f1819, #7f1819);
	background-size: 200% 200%;
	-webkit-animation: gradient 25s ease infinite;
	animation: gradient 25s ease infinite;
}

.banner .text {
	padding: 0 13px;
	font-size: 19px;
	line-height: 21px;
	margin: 0 0 44px;
}

.banner blockquote {
	color: #fefefe;
}

.banner blockquote q {
	font-size: 24px;
	line-height: 1.21;
	margin-bottom: 32px;
	padding-right: 10px;
	position: relative;
}

.banner blockquote q:after {
	position: absolute;
	bottom: 0;
	right: 0;
}

.banner blockquote cite {
	font-size: 15px;
	line-height: 1.27;
	border-right: 1px solid #fff;
	display: block;
	padding: 5px 14px 5px 0;
}

.banner.banner--bio {
	padding-top: 155px;
	padding-bottom: 17px;
	color: #000;
	font-size: 18px;
	line-height: 1.22;
}

.banner.banner--bio:after {
	content: "";
	background-color: #eaeaec;
	position: absolute;
	top: 155px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.banner.banner--bio .img-holder {
	max-width: 250px;
	margin: 0 auto;
}

.banner.banner--bio .img-holder:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: -25px;
	right: -25px;
	background: url("../images/shadow.png");
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.banner.banner--bio.text-white h1 {
	color: #fff;
}

.banner.banner--bio h1 {
	font-size: 42px;
	color: #000;
	font-weight: 500;
	margin-bottom: 11px;
}

.banner.banner--bio blockquote {
	color: #000;
	padding: 15px 0 23px 12px;
}

.banner.banner--bio blockquote q {
	position: relative;
	font-size: 24px;
	line-height: 1.56;
	font-weight: 400;
	padding-right: 0;
}

.banner.banner--bio blockquote q:before {
	position: absolute;
	left: -12px;
	top: 0;
}

.banner.banner--bio blockquote q:after {
	position: static;
}

.banner.banner--bio blockquote q:only-child {
	margin-bottom: 0;
}

.banner .contact-lists {
	font-size: 18px;
}

.banner .contact-lists .icon-mail {
	font-size: 16px;
}

.banner .contact-lists .icon-linkedin2 {
	font-size: 16px;
}

.banner .contact-lists li {
	margin-bottom: 10px;
}

.banner .contact-lists li + li:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin: -1px 10px 0;
}

.banner .banner-holder {
	position: relative;
	background: #1b0c3e;
}

.banner .banner-holder.banner--form {
	padding-bottom: 123px !important;
}

.banner .banner-holder .bg-image {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: .15;
}

.banner .banner-holder h1 {
	font-size: 27px;
	line-height: 1.41;
}

.banner time {
	font-size: 15px;
	display: block;
}

.banner .title {
	font-size: 15px;
	margin-bottom: 12px;
}

.banner .heading-large h1 {
	font-size: 37px;
	line-height: 1.19;
}

.banner .share-list li.hover ul {
	box-shadow: none;
}

.banner.banner--height {
	font-size: 17px;
	line-height: 25px;
}

.banner.banner--height .banner-holder {
	min-height: 535px;
	padding-bottom: 180px;
}

.text-white .share-list > li > a {
	color: #fff;
}

.text-white .share-list > li.hover > a {
	color: rgba(255, 255, 255, .7);
}

.text-white .breadcrumb {
	color: rgba(255, 255, 255, .7);
}

.text-white .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
	color: rgba(255, 255, 255, .7);
}

.text-white .breadcrumb .breadcrumb-item.active {
	color: rgba(255, 255, 255, .7);
}

.text-white .breadcrumb a {
	color: #fff;
}

.text-white .breadcrumb a:hover {
	color: rgba(255, 255, 255, .7);
}

.breadcrumb {
	font-size: 15px;
	font-weight: 400;
}

.share-list {
	font-size: 21px;
	line-height: 1;
}

.share-list > li {
	margin-left: 15px;
	position: relative;
}

.share-list > li.hover > a {
	color: #a60507;
}

.share-list > li.hover ul {
	box-shadow: 0 0 4px 0 #eee;
}

.share-list > li:first-child {
	margin-left: 0;
}

.share-list > li.hover .drop-holder {
	max-height: 500px;
	-webkit-transition: max-height 1s linear;
	transition: max-height 1s linear;
}

.share-list .icon-print {
	font-size: 23px;
}

.share-list .drop-holder {
	position: absolute;
	z-index: 9;
	top: 100%;
	right: -14px;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .5s linear;
	transition: max-height .5s linear;
	padding-top: 11px;
	width: 59px;
	padding-left: 4px;
	padding-right: 4px;
}

.share-list .social-wrap {
	padding-top: 33px;
	padding: 13px 10px 16px;
	text-align: center;
	font-size: 23px;
	background-color: #fff;
	border-radius: 16px;
}

.share-list .social-wrap .icon-mail {
	font-size: 18px;
}

.share-list .social-wrap li + li {
	margin-top: 17px;
}

blockquote q {
	display: block;
	font-family: "Butler", "Times New Roman", serif;
}

blockquote cite {
	font-style: normal;
}

.slider-holder {
	margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -135px;
	position: relative;
	z-index: 2;
}

.carousel-holder {
	width: 56.5%;
}

/* owl carousel styles */

.carousel .owl-stage-outer {
	overflow: visible;
}

.carousel .item a {
	display: block;
	color: #010101;
}

.carousel .item a:hover {
	color: #d51c27;
}

.carousel .owl-nav button {
	outline: none;
	position: absolute;
	top: 145px;
	z-index: 99;
}

.carousel .owl-nav .owl-prev {
	left: 40px;
	display: none;
}

.carousel .owl-nav .owl-prev span {
	font-size: 0;
	line-height: 0;
}

.carousel .owl-nav .owl-prev span:before {
	font: 33px/1 icomoon;
	display: inline-block;
	vertical-align: middle;
}

.carousel .owl-nav .owl-next {
	left: -44px;
	z-index: -1;
	line-height: 1;
}

.carousel .owl-nav .owl-next.show {
	display: block;
}

.carousel .owl-nav .owl-next span {
	font-size: 0;
	line-height: 0;
}

.carousel .owl-nav .owl-next span:before {
	font: 33px/1.2 icomoon;
	display: inline-block;
	vertical-align: middle;
	color: #b1b1b1;
}

.carousel .item {
	border-top: 1px solid #d51c27;
}

.carousel .item .img {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 134px;
}

.carousel .item .img:before {
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .38);
	z-index: 1;
}

.carousel .text {
	background: #fff;
	padding: 10px 9px;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, .3);
}

.carousel .text p {
	margin: 0;
}

.slider-holder .heading {
	width: 43.5%;
	height: 135px;
	position: relative;
}

.slider-holder .heading h2 {
	position: absolute;
	line-height: 28px;
	text-transform: uppercase;
	left: 0;
	color: #fff;
	width: 100%;
	right: 0;
	text-align: right;
	padding-right: 10px;
	bottom: 0;
}

.slider-holder .heading h2 a {
	color: #fff;
}

.slider-holder .heading h2 a:hover,
.slider-holder .heading h2 a:focus {
	color: #d51c27;
}

.about {
	font-size: 20px;
}

.about blockquote {
	margin-bottom: 0;
	line-height: 1;
	padding-left: 13px;
}

.about blockquote q {
	display: inline;
	position: relative;
	padding-left: 0;
	font-size: 26px;
	line-height: 1.62;
	font-weight: 500;
}

.about blockquote q:before {
	position: absolute;
	top: -4px;
	left: -14px;
}

.about blockquote cite {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 14px;
	font-size: 12px;
	line-height: 1;
}

.about blockquote cite:before {
	content: "-";
	position: absolute;
	top: -9px;
	left: 2px;
	font-size: 27px;
}

.about h2 {
	line-height: 1;
	margin: 0 0 28px;
	font-weight: 500;
}

/* slider section styles */

.slider {
	position: relative;
	color: #010000;
	font-size: 20px;
	line-height: 29px;
}

.slider .owl-item {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.slider.owl-carousel .owl-nav {
	position: absolute;
	right: 18px;
	top: 30px;
	font-size: 0;
	line-height: 0;
}

.slider.owl-carousel .owl-nav .owl-prev {
	left: 0;
	color: #d51c27;
	outline: none;
	width: 34px;
	height: auto;
	text-align: center;
	line-height: 1;
	background: transparent;
}

.slider.owl-carousel .owl-nav .owl-prev:hover,
.slider.owl-carousel .owl-nav .owl-prev:active {
	color: #a60507;
}

.slider.owl-carousel .owl-nav .owl-prev:before {
	font: 23px/1 "icomoon";
	display: block;
}

.slider.owl-carousel .owl-nav .owl-next {
	width: 34px;
	height: auto;
	text-align: center;
	line-height: 1;
	right: 0;
	outline: none;
	margin-left: 16px;
	color: #d51c27;
	background: none;
}

.slider.owl-carousel .owl-nav .owl-next:hover,
.slider.owl-carousel .owl-nav .owl-next:active {
	color: #a60507;
}

.slider.owl-carousel .owl-nav .owl-next:before {
	font: 23px/1 "icomoon";
	display: block;
}

.slider .item {
	padding: 98px 10px 46px 15px;
}

.slider .item .bg-white-transparent {
	position: relative;
	z-index: 1;
}

.slider .item .bg-white-transparent:after {
	content: "";
	position: absolute;
	top: 0;
	left: -999px;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .7);
	z-index: -1;
}

.slider h3 {
	color: #d51c27;
	margin-bottom: 18px;
	line-height: 1.27;
}

.slider h1 {
	color: #d51c27;
	margin: 0 0 19px;
}

.slider .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	background-position: 50% 50%;
}

.slider .bg:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: url(../images/decor.png);
}

.slider .bg.no-overlay:before {
	display: none;
}

.slider .text {
	position: relative;
	padding-bottom: 19px;
	margin: 0 0 21px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.slider .text:before {
	content: "";
	background: #d51c27;
	height: 1px;
	width: 104px;
	bottom: 0;
	position: absolute;
	left: 0;
}

.slider .text p:last-child {
	margin-bottom: 0;
}

.bg {
	padding-top: 55.35%;
	height: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/* page posts styles */

.posts {
	padding: 38px 0;
	position: relative;
	overflow: hidden;
}

.posts h2 {
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin: 0 0 35px;
}

.post {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	margin: 0 0 2px;
}

.post a {
	color: #fff;
	display: block;
	position: relative;
	z-index: 1;
}

.post .hover {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 17px;
	line-height: 25px;
	top: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	height: 100%;
	color: #fff;
	max-width: none;
	background: #000;
	white-space: nowrap;
	text-align: center;
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
	overflow: hidden;
	overflow-y: auto;
}

.post .hover:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.post .hover > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.post .hover:after {
	vertical-align: bottom;
}

.post .hover-wrap {
	text-align: left;
	padding: 10px 20px 17px 20px;
}

.post h3 {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-size: 23px;
	line-height: 28px;
	width: 100%;
	padding: 0 15px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.post .bg {
	position: relative;
	z-index: -1;
}

.post .bg:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba(27, 12, 62, .9);
}

.post blockquote {
	padding-left: 9px;
	position: relative;
	margin-bottom: 26px;
}

.post blockquote q {
	line-height: 1.45;
	display: block;
	margin-bottom: 15px;
}

.post blockquote q:before {
	position: absolute;
	top: 0;
	left: 0;
}

.post blockquote cite {
	display: block;
	font-size: 13px;
	line-height: 1;
}

.post span.btn-more {
	color: #d01020;
}

.post span.btn-more:after {
	border-left-color: #d01020;
}

/* help block styles */

.help-block {
	text-align: center;
	padding: 15px 0 52px;
}

.help-block h2 {
	font-size: 42px;
	line-height: 46px;
	font-weight: 300;
	margin: 0 0 42px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}

/* contact list styles */

.contact-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15px;
	font-size: 21px;
	line-height: 24px;
	line-height: 1;
	margin: 0 -33px;
	font-size: 31px;
}

.contact-list .icon-mail {
	font-size: 29px;
}

.contact-list li {
	padding: 0 33px 15px;
}

.contact-list a {
	color: #d51c27;
	display: inline-block;
	vertical-align: top;
}

.contact-list a .txt {
	display: none;
}

.nav-active {
	overflow: hidden;
}

.modal-close {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 8px;
}

.modal-close:hover:before,
.modal-close:hover:after,
.modal-close:focus:before,
.modal-close:focus:after {
	background: #d51c27;
}

.modal-close:before,
.modal-close:after {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	content: "";
	background: #88898c;
	height: 3px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.modal-close:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.arrow {
	left: 50%;
	top: 100%;
	position: absolute;
	color: #d51c27;
	pointer-events: none;
	display: none;
	-webkit-animation: pulse 1.5s;
	animation: pulse 1.5s;
	margin-left: -10px;
	margin-top: 70px;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.spotlight-block {
	font-size: 20px;
	line-height: 1.45;
}

.spotlight-block h2 {
	margin-bottom: 30px;
	font-weight: 500;
}

.spotlight-block .holder {
	position: relative;
	top: 3px;
	padding: 18px 13px 15px;
	min-height: 216px;
	box-shadow: -1px 6px 9px 0 rgba(0, 0, 0, .25);
	background-color: rgba(255, 255, 255, .9);
}

.spotlight-block .holder:hover:before {
	top: -3px;
}

.spotlight-block .holder:hover .btn-more:after {
	border-left-color: #a60507;
}

.spotlight-block .holder:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	border-top: 3px solid #d51c27;
	-webkit-transition: top .3s linear;
	transition: top .3s linear;
	z-index: -1;
}

.spotlight-block .text-black {
	color: #000;
}

.spotlight-block .btn-more {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0;
	padding-right: 20px;
}

.spotlight-block .btn-more:after {
	top: 4px;
}

.lead-content {
	padding-bottom: 135px;
}

.lead-content p {
	margin-bottom: 21px;
}

.lead-content .lead-form-section {
	margin: -86px 0 28px;
}

.md-right ~ ol,
.md-right ~ ul,
.md-right ~ blockquote {
	clear: both;
}

.lead-form-section {
	background: -webkit-linear-gradient(top, #d51c27 0%, #9c1617 100%);
	background: linear-gradient(to bottom, #d51c27 0%, #9c1617 100%);
	color: #fff;
	padding: 22px 15px 50px;
	position: relative;
	z-index: 2;
}

.lead-form-section h2 {
	text-transform: capitalize;
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
}

.lead-form-section .form-group {
	margin-bottom: 3px;
}

.lead-form-section .form-control {
	height: 27px;
	border-radius: 0;
	font-size: 16px;
	line-height: 1;
	padding: 3px 6px;
	font-weight: 300;
	color: #000;
	background-color: #ededed;
	border: 1px solid #a60507;
	box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .5);
}

.lead-form-section .row {
	margin-left: -5px;
	margin-right: -5px;
}

.lead-form-section .row [class^="col-"] {
	padding-left: 6px;
	padding-right: 6px;
}

.lead-form-section label {
	font-size: 13px;
	line-height: 1.08;
	font-weight: 400;
	margin-bottom: 0;
}

.lead-form-section label.custom-checkbox {
	padding-left: 25px;
}

.lead-form-section label.custom-checkbox:before {
	border-color: #fff;
	top: 2px;
}

.lead-form-section label.custom-checkbox span:before {
	color: #fff;
	top: 6px;
}

.lead-form-section input[type="submit"] {
	font-size: 21px;
	line-height: 1;
	text-transform: uppercase;
	color: #d51c27;
	font-weight: 900;
	padding: 9px 11px;
	background-color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 0;
}

.lead-form-section input[type="submit"]:hover {
	box-shadow: 0 10px 21px 0 rgba(255, 255, 255, .5);
	padding-bottom: 11px;
	margin-top: -2px;
}

.lead-form-section ul {
	margin-bottom: 40px;
}

.heading-title {
	font: 500 21px/1.1 "Butler", "Times New Roman", serif;
}

.opacity-1 {
	opacity: 1 !important;
}

.form-row {
	margin-right: -7px;
	margin-left: -7px;
}

.form-row > .col,
.form-row > [class*="col-"] {
	padding-right: 7px;
	padding-left: 7px;
}

/* footer styles */

#footer {
	background: #888a8d;
	color: #dbdbdb;
	padding: 18px 0 39px;
	text-align: center;
}

/* footer navigation styles */

.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -14px 19px;
	font-size: 16px;
}

.footer-nav a {
	color: #dbdbdb;
}

.footer-nav a:hover,
.footer-nav a:focus {
	color: #a60507;
}

.footer-nav li {
	padding: 0 14px;
	position: relative;
}

.footer-nav li + li:before {
	content: "";
	width: 1px;
	height: 14px;
	background: #dbdbdb;
	left: 0;
	position: absolute;
	top: 50%;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.doc {
	font-size: 11px;
	line-height: 15px;
}

.doc a {
	color: #dbdbdb;
}

.doc a:hover,
.doc a:focus {
	color: #a60507;
}

.doc li {
	display: inline;
}

.doc li + li:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
	margin-right: 7px;
}

/* social netwroks styles */

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -16px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 31px;
}

.social-networks li {
	padding: 0 16px 10px;
}

.social-networks .icon-twitter {
	font-size: 25px;
}

.social-networks a {
	color: #dbdbdb;
}

/* testomonial style */

.testimonial-carousel {
	color: #fff;
	margin-bottom: 36px;
}

.testimonial-carousel .owl-item {
	position: relative;
	z-index: 1;
}

.testimonial-carousel .owl-item.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.testimonial-carousel .owl-item.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.testimonial-carousel .carousel-item {
	display: block;
}

.testimonial-carousel .container {
	padding-bottom: 42px;
	padding-top: 150px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.testimonial-carousel .container .row {
	overflow: auto;
	max-height: 500px;
}

.testimonial-carousel .img-holder img {
	width: 100%;
	height: auto;
}

.testimonial-carousel .img-holder:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(27, 12, 62, .4);
}

.testimonial-carousel blockquote {
	position: relative;
	margin-bottom: 0;
	margin-left: 13px;
}

.testimonial-carousel blockquote q {
	display: block;
	font-size: 27px;
	line-height: 1.21;
	font-family: "Butler", "Times New Roman", serif;
	margin-bottom: 7px;
	font-weight: 500;
}

.testimonial-carousel blockquote q:before {
	position: absolute;
	top: 0;
	left: -14px;
}

.testimonial-carousel blockquote cite {
	font-size: 13px;
	font-style: normal;
}

.two-columns {
	color: #000;
}

.two-columns h2 {
	line-height: 1;
	margin-bottom: 32px;
	font-weight: 500;
}

.two-columns .text-holder h2 {
	margin-bottom: 24px;
}

.two-columns .search-form .form-control {
	border-radius: 0;
	height: 41px;
	padding: 10px 36px 10px 6px;
	border: 1px solid #d51c27;
	font-size: 16px;
	line-height: 1.25;
	color: #000;
}

.two-columns .search-form .form-control::-webkit-input-placeholder {
	color: #5c5d60;
	opacity: .7;
}

.two-columns .search-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #5c5d60;
	opacity: .7;
}

.two-columns .search-form .form-control:-moz-placeholder {
	color: #5c5d60;
	opacity: .7;
}

.two-columns .search-form .form-control:-ms-input-placeholder {
	color: #5c5d60;
	opacity: .7;
}

.two-columns .search-form .form-control.placeholder {
	color: #5c5d60;
	opacity: .7;
}

.two-columns .search-form .form-control:focus {
	outline: none;
	box-shadow: none;
}

.two-columns .search-form .form-control.autocomplete {
	padding-left: 9px;
	padding-right: 66px;
}

.two-columns .search-form .clear-search {
	position: absolute;
	top: 10px;
	right: 43px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	color: #888a8c;
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
}

.two-columns .search-form .clear-search:after {
	content: "\e913";
	position: absolute;
	top: 0;
	left: 0;
	font: 21px/1 icomoon;
}

.two-columns .search-form input[type="submit"] {
	background-color: transparent;
	padding: 0;
	font: 18px/1 icomoon;
	border: 0;
	position: absolute;
	top: 7px;
	right: 5px;
	color: #d51c27;
	padding: 3px;
	cursor: pointer;
}

/* main content styles */

.content {
	line-height: 1.47;
}

.content p {
	margin-bottom: 21px;
}

.content blockquote {
	border-top: 1px solid #d51c27;
	border-bottom: 1px solid #d51c27;
	padding: 14px 13px 14px 13px;
	margin-bottom: 45px;
	margin-top: 34px;
	position: relative;
}

.content blockquote q {
	font: 500 24px/1.54 "Butler", "Times New Roman", serif;
	display: inline;
	position: relative;
}

.content blockquote q:before {
	line-height: 1;
	position: absolute;
	top: 3px;
	left: -13px;
}

.content blockquote cite {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 14px;
	font-size: 12px;
	line-height: 1;
}

.content blockquote cite:before {
	content: "-";
	font-weight: 300;
	position: absolute;
	top: -9px;
	left: 2px;
	font-size: 27px;
}

form:not(.autocomplete-active) .ui-autocomplete {
	display: none;
}

form:not(.autocomplete-active) .clear-search {
	opacity: 0;
	visibility: hidden;
}

.ui-autocomplete {
	box-shadow: 0 1px 1px 0 #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color: #fff;
	z-index: 9;
	font-size: 16px;
	line-height: 25px;
}

.ui-autocomplete .ui-menu-item-wrapper {
	display: block;
	padding: 6px 8px 5px;
	color: #000;
	-webkit-transition: none;
	transition: none;
	margin-left: -1px;
	margin-right: -1px;
}

.ui-autocomplete .ui-menu-item-wrapper:hover,
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
	background-color: #d51c27;
	border-color: #d51c27;
	color: #fff;
}

/* sidebar styles */

.sidebar {
	position: relative;
	z-index: 1;
}

.sidebar:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -999px;
	right: -999px;
	background-color: #eaeaec;
	z-index: -1;
}

.sidebar h2 {
	text-transform: uppercase;
	color: #888a8c;
	font: 400 21px/1.2 "Roboto", Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}

.sidebar h3 {
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 4px;
}

.sidebar .heading {
	padding-bottom: 28px;
}

.sidebar .heading h2 {
	margin-bottom: 0;
}

.contact-block {
	font-size: 15px;
	line-height: 1.33;
	font-weight: 300;
}

.contact-block .text-holder {
	border-top: 4px solid #d51c27;
}

.contact-block p {
	margin-bottom: 12px;
}

.contact-holder .phone {
	font-size: 17px;
	font-weight: 400;
}

.contact-holder .icon-mail {
	font-size: 17px;
}

.feature-post .bg {
	padding-top: 0;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

.feature-post .post {
	text-align: left;
	color: #000;
	margin-bottom: 11px;
	width: 100%;
}

.feature-post time {
	font-size: 13px;
	line-height: 1;
	display: block;
	padding-top: 7px;
}

.feature-post .post a {
	min-height: 190px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.feature-post .post a:after {
	min-height: 113px;
}

.feature-post .post a:hover .bg:before {
	background-color: #000;
}

.feature-post .post h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 29.33px;
	text-align: left;
	text-transform: none;
	margin-bottom: 0;
	position: relative;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.feature-post .post h3:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	height: 0;
	width: 0;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #d51c27;
	border-top: 10px solid transparent;
	margin-top: 6px;
	margin-left: 12px;
}

/* testomonial style */

.promo-section {
	margin-bottom: 103px;
}

.promo-section .promo-holder {
	min-height: 503px;
	width: 100%;
	overflow: hidden;
}

.promo-section .promo-wrapper {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	max-height: 100%;
}

.promo-section .promo-content {
	background-image: -webkit-linear-gradient(left, #1b0c3e 0%, #1b0c3e 18%, #25408f 100%);
	background-image: linear-gradient(to right, #1b0c3e 0%, #1b0c3e 18%, #25408f 100%);
	color: #fff;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.promo-section h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 29.33px;
	margin-bottom: 19px;
	padding-top: 9px;
}

.promo-section blockquote {
	font-weight: 500;
	border-top: 1px solid rgba(255, 255, 255, .3);
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	padding: 10px 0 11px;
	margin-bottom: 43px;
}

.promo-section blockquote q {
	font-size: 27px;
	line-height: 1.28;
	margin-bottom: 3px;
}

.promo-section blockquote cite {
	font-weight: 400;
	font-size: 13px;
}

.promo-section .text {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 27px;
}

.promo-section .btn-more {
	background-color: rgba(255, 255, 255, .9);
	border-bottom: 4px solid #d51c27;
	font-size: 19px;
	line-height: 1.21;
	padding: 6px 41px 5px 21px;
}

.promo-section .btn-more:after {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 9px;
	margin-top: -11px;
}

.promo-section .btn-more:hover {
	border-bottom-color: #a60507;
}

.promo-section .flex-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.promo-section .text-holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.promo-section .text-wrapper {
	width: 91%;
	position: relative;
	z-index: 1;
	text-align: left;
	color: #000;
	font-size: 19px;
	line-height: 1.4;
	font-weight: 300;
	padding: 15px 26px 16px 1px;
}

.promo-section .text-wrapper:after {
	content: "";
	position: absolute;
	top: 1px;
	left: -999px;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: rgba(255, 255, 255, .85);
}

.promo-section .text-wrapper p:last-child {
	margin-bottom: 0;
}

.promo-section .flex-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.promo-section .holder {
	position: relative;
	z-index: 2;
}

.promo-section .logo-holder.width--changed {
	max-width: 280px;
}

.flex-grow-1 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.expert-block {
	background-image: -webkit-linear-gradient(bottom, #eaeaec 0%, #fff 100%);
	background-image: linear-gradient(to top, #eaeaec 0%, #fff 100%);
}

.expert-block h2 {
	margin-bottom: 30px;
	font-weight: 400;
}

.expert-list {
	font-size: 19px;
	line-height: 1.26;
	font-weight: 500;
	margin-left: -15px;
	margin-right: -15px;
}

.expert-list li a {
	display: block;
	position: relative;
	padding: 13px 20px 22px 4px;
	min-height: 83px;
}

.expert-list li a:before {
	content: "";
	position: absolute;
	height: 1px;
	background-color: #d51c27;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transition: height .3s linear, top .3s linear;
	transition: height .3s linear, top .3s linear;
}

.expert-list li a:after {
	content: "";
	position: absolute;
	top: 18px;
	right: 4px;
	height: 0;
	width: 0;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #d51c27;
	border-top: 8px solid transparent;
}

.expert-list li a:hover:before {
	height: 3px;
	top: -2px;
}

.expert-list li a:hover:after {
	border-left-color: #a60507;
}

.partner-block {
	font-size: 19px;
	line-height: 1.26;
}

.partner-block p {
	margin-bottom: 21px;
}

.partner-block h3 {
	font: 500 27px/1.2 "Roboto", Arial, Helvetica, sans-serif;
	margin-bottom: 9px;
}

.partner-block h3 a:hover span:after {
	border-left-color: #a60507;
}

.partner-block h3 span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 22px;
}

.partner-block h3 span:after {
	content: "";
	position: absolute;
	top: 6px;
	right: 4px;
	height: 0;
	width: 0;
	border-bottom: 12.5px solid transparent;
	border-left: 12.5px solid #d51c27;
	border-top: 12.5px solid transparent;
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
}

.filter-block .filter-heading {
	line-height: 1;
}

.filter-block .title {
	font-size: 17px;
	display: block;
	color: #010101;
}

.filter-block .clear {
	font-size: 13px;
}

.accordion .accordion-opener {
	display: block;
	padding: 12px 23px 13px 0;
	color: #000;
	font-size: 17px;
	line-height: 1;
	font-weight: 400;
	position: relative;
}

.accordion .accordion-opener:after {
	content: "\e906";
	font: 7px/1 icomoon;
	position: absolute;
	top: 19px;
	right: 3px;
	color: #d51c27;
}

.accordion .accordion-opener[aria-expanded="true"]:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.accordion .accordion-block {
	border-bottom: 1px solid #d9d8d6;
}

.accordion .accordion-block:first-child {
	border-top: 1px solid #d9d8d6;
}

.accordion .sub-accordion > .custom-radio,
.accordion .sub-accordion > .custom-checkbox {
	padding-right: 27px;
}

.accordion .sub-accordion > .custom-radio:only-child,
.accordion .sub-accordion > .custom-checkbox:only-child {
	padding-right: 0;
}

.accordion .sub-accordion .accordion-opener {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 25px;
	height: 25px;
}

.accordion .sub-accordion .accordion-opener[aria-expanded="false"]:before {
	opacity: 1;
}

.accordion .sub-accordion .accordion-opener:after {
	content: "";
	height: 1px;
	width: 9px;
	position: absolute;
	top: 13px;
	right: 7px;
	background: #d51c27;
}

.accordion .sub-accordion .accordion-opener:before {
	content: "";
	width: 1px;
	height: 9px;
	position: absolute;
	top: 9px;
	right: 11px;
	background: #d51c27;
	opacity: 0;
}

.accordion .sub-accordion .accordion-block {
	background-color: #eaeaec;
	border: none;
}

.accordion .sub-accordion .accordion-block .custom-radio,
.accordion .sub-accordion .accordion-block .custom-checkbox {
	padding-left: 27px;
}

.accordion .sub-accordion .accordion-block .custom-radio:last-child,
.accordion .sub-accordion .accordion-block .custom-checkbox:last-child {
	margin-bottom: 0;
}

.selected-list,
.selected-radio-list {
	color: #000;
	font-size: 15px;
	line-height: 1;
}

.selected-list li,
.selected-radio-list li {
	margin-bottom: 15px;
	margin-right: 10px;
}

.selected-list li > span,
.selected-radio-list li > span {
	padding: 4px 23px 3px 6px;
}

.selected-list li > span .close-btn,
.selected-radio-list li > span .close-btn {
	top: 6px;
	right: 4px;
	font-size: 12px;
	line-height: 1;
}

.custom-radio,
.custom-checkbox {
	position: relative;
	display: block;
	padding-left: 32px;
	font-size: 15px;
	line-height: 1;
	margin-bottom: 17px;
}

.custom-radio:before,
.custom-checkbox:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #d51c27;
}

.custom-radio span,
.custom-checkbox span {
	display: block;
}

.custom-radio span:before,
.custom-checkbox span:before {
	content: "\e910";
	font: 9px/1 icomoon;
	position: absolute;
	top: 5px;
	left: 3px;
	color: #d51c27;
	opacity: 0;
}

.custom-radio input[type="radio"],
.custom-radio input[type="checkbox"],
.custom-checkbox input[type="radio"],
.custom-checkbox input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.custom-radio input[type="radio"]:checked ~ span:before,
.custom-radio input[type="checkbox"]:checked ~ span:before,
.custom-checkbox input[type="radio"]:checked ~ span:before,
.custom-checkbox input[type="checkbox"]:checked ~ span:before {
	opacity: 1;
}

.custom-radio:before {
	border-radius: 50%;
}

.custom-radio span:before {
	content: "";
	border-radius: 50%;
	background: #d51c27;
	top: 2px;
	left: 2px;
	width: 12px;
	height: 12px;
}

.contact-wrapper {
	font-size: 15px;
	line-height: 1.27;
	font-weight: 300;
}

.contact-wrapper a:hover .hover {
	opacity: 1;
}

.contact-wrapper a:hover .img-holder {
	border-bottom-color: #a60507;
}

.contact-wrapper a p {
	margin-bottom: 0;
}

.contact-wrapper .img-holder {
	background-image: -webkit-radial-gradient(circle 303px at center, #fff 0%, #ccc8d4 100%);
	background-image: radial-gradient(circle 303px at center, #fff 0%, #ccc8d4 100%);
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
	position: relative;
}

.contact-wrapper .img-holder:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	border-bottom: 4px solid #d51c27;
}

.contact-wrapper .img-holder .img-wrapper {
	min-height: 213px;
	max-width: 269px;
}

.contact-wrapper .img-holder .bg-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: 100% auto;
	background-position: 0 0;
}

.contact-wrapper .img-holder .hover {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.contact-wrapper h3 {
	font-size: 23px;
	line-height: 1.13;
	font-weight: 400;
	margin-bottom: 6px;
}

.contact-wrapper .contact-holder .phone {
	font-size: 17px;
}

.content .contact-wrapper blockquote {
	width: 100%;
	margin-top: 0;
	margin: 0;
	color: #010101;
	font-weight: 400;
	border: 1px solid #d51c27;
	padding: 22px 11px 25px 17px;
}

.content .contact-wrapper blockquote q {
	font-size: 24px;
	line-height: 1.56;
	position: relative;
	display: inline;
}

.content .contact-wrapper blockquote q:before {
	line-height: 1;
	top: 3px;
}

.load-more-holder .load-more-content {
	margin-bottom: 10px;
}

.load-more-holder .load-more-content > div {
	-webkit-transition: opacity .3s linear, -webkit-transform .3s linear;
	transition: opacity .3s linear, -webkit-transform .3s linear;
	transition: opacity .3s linear, transform .3s linear;
	transition: opacity .3s linear, transform .3s linear, -webkit-transform .3s linear;
}

.load-more-holder .load-more {
	font-size: 17px;
	font-weight: 700;
}

.load-more-holder .result {
	font-size: 15px;
}

.new-item {
	opacity: 0;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
}

.filter-content .item.hidden {
	display: none !important;
}

.load-more.hidden {
	display: none !important;
}

.sort-by-wrap {
	font-size: 16px;
	line-height: 1.25;
}

.sort-by-wrap label {
	font-weight: normal;
	text-transform: capitalize;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	font-size: 15px;
	margin-right: 8px;
	line-height: 1;
	margin-bottom: 0;
	color: #333;
}

.sort-by-wrap .main {
	position: relative;
}

.sort-by-wrap .main * {
	outline: 0;
}

.sort-by-wrap .main.select-active .open {
	background: #e1e1e1;
}

.sort-by-wrap .main.select-active .listing {
	opacity: 1;
	visibility: visible;
}

.sort-by-wrap .main.select-active .stylish-select-left:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: -2px;
}

.sort-by-wrap .search-sort .stylish-select-left {
	width: 130px;
}

.sort-by-wrap .aLLSearchFilter .stylish-select-left {
	width: 100%;
	border: 1px solid #88888c;
	color: #d51c27;
}

.sort-by-wrap .aLLSearchFilter .stylish-select-left.open {
	background-color: #88898c;
	color: #fff;
}

.sort-by-wrap .stylish-select-right {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.sort-by-wrap .stylish-select-left {
	padding: 7px 30px  7px 10px;
	position: relative;
	color: #8a8a8a;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.sort-by-wrap .stylish-select-left:after {
	content: "";
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	display: block;
	height: 9px;
	width: 9px;
	margin-top: -6px;
	top: 50%;
	pointer-events: none;
	position: absolute;
	right: 11px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .15s ease-in-out 0s;
	transition: all .15s ease-in-out 0s;
}

.sort-by-wrap .listing {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	padding: 0 0 0 0;
	position: absolute;
	z-index: 100;
	overflow: hidden;
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
	max-height: 220px;
	display: none;
	overflow-y: auto;
}

.sort-by-wrap .listing li {
	padding: 5px 10px;
	display: block;
	color: #000;
	line-height: 20px;
	cursor: pointer;
	outline: none;
	box-sizing: border-box;
	font-size: 16px;
	border-bottom: solid #e1e1e1 1px;
	cursor: pointer;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.sort-by-wrap .listing li:hover {
	background: #db2032;
	color: #fff;
}

.filter-by .filter-by-label {
	color: #666;
	max-width: 100px;
	margin-right: 15px;
	margin-bottom: 8px;
}

.filter-by .filter-value {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.filter-by .clear-filter {
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 22px;
	border: 1px solid #d51c27;
	border-radius: 50%;
	position: relative;
	margin-top: 2px;
}

.filter-by .clear-filter:after {
	content: "\e90f";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font: 11px/1 icomoon;
}

.load-more-holder .search-item h2 {
	margin-bottom: 17px;
}

.search-item {
	border-bottom-color: #d9d8d6 !important;
}

.search-item:last-child {
	border-bottom: 0 !important;
}

.search-item h2 {
	font-size: 21px;
}

.search-item p:last-child {
	margin-bottom: 0;
}

/* tab holder styles */

.tab-holder {
	color: #000;
	line-height: 1.47; /* tab list styles */
}

.tab-holder .nav-tabs {
	font-size: 20px;
	text-transform: uppercase;
}

.tab-holder .nav-tabs li {
	position: relative;
}

.tab-holder .nav-tabs li .nav-link {
	padding: 12px 0;
	border: 0;
}

.tab-holder .nav-tabs li .nav-link:after {
	content: "";
	position: absolute;
	left: -999px;
	right: -999px;
	border-bottom: 1px solid #d9d8d6;
	bottom: 0;
	pointer-events: none;
}

.tab-holder .nav-tabs li .nav-link:focus {
	outline: 0;
}

.tab-holder .nav-tabs li .nav-link:hover {
	color: #888a8c;
}

.tab-holder .nav-tabs li .nav-link.active {
	color: #888a8c;
}

.tab-holder p {
	margin-bottom: 20px;
}

.tab-holder p:last-child {
	margin-bottom: 0;
}

.tab-holder h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 22px;
}

.tab-holder h2 {
	margin-bottom: 22px;
	font-size: 27px;
	font-weight: 500;
}

/* tab content styles */

.tab-content ul {
	line-height: 1.12;
}

.tab-content ul li {
	margin-bottom: 11px;
}

/* multiCollapse styles */

.multiCollapse {
	margin-bottom: 40px;
}

.multiCollapse.active {
	margin-bottom: 0;
}

.multiCollapse .opener {
	color: #5c5d60;
	font-size: 15px;
	line-height: 1.27;
	margin-bottom: 0;
}

.multiCollapse .opener:focus {
	outline: none;
}

.multiCollapse .opener[aria-expanded="false"]:before {
	opacity: 1;
}

.multiCollapse .opener:after,
.multiCollapse .opener:before {
	content: "";
	position: absolute;
	background: #d51c27;
}

.multiCollapse .opener:after {
	top: 8px;
	width: 10px;
	height: 2px;
	right: 4px;
}

.multiCollapse .opener:before {
	width: 2px;
	height: 10px;
	right: 8px;
	top: 4px;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.multiCollapse .opener span {
	z-index: 1;
}

.multiCollapse .opener span:after,
.multiCollapse .opener span:before {
	content: "";
	position: absolute;
}

.multiCollapse .opener span:after {
	top: 9px;
	height: 1px;
	background: #c9c9ca;
	left: 0;
	right: 26px;
	z-index: -1;
}

.multiCollapse .opener span:before {
	top: 0;
	right: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #d51c27;
}

.multiCollapse .text-holder {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.date-time {
	border: 1px solid #ef4c3a;
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
	max-width: 47px;
	-ms-flex-preferred-size: 47px;
	flex-basis: 47px;
}

.date-time .day {
	font-size: 27px;
	line-height: 1.07;
}

.news-post {
	min-height: 207px;
}

.news-post a:hover .bg-img:after {
	opacity: 0;
}

.news-post .bg-img {
	min-height: 106px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	color: rgba(255, 255, 255, .5);
}

.news-post .bg-img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(27, 12, 62, .75);
	z-index: 1;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.news-post .date-time {
	z-index: 2;
}

.news-post .link-list {
	position: absolute;
	bottom: 27px;
	right: 24px;
	z-index: 2;
	max-width: calc(100% - 80px);
	text-align: right;
}

.news-post .link-list li a {
	color: #fff;
	position: relative;
}

.news-post .link-list li a:hover:before {
	border-top-width: 3px;
}

.news-post .link-list li a:hover:after {
	border-left-color: #fff;
}

.news-post .link-list li a:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 17px;
	border-top: 1px solid #d51c27;
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
}

.news-post .link-list li a:after {
	border-left-color: #fff;
}

.news-post .link-list li + li {
	margin-top: 4px;
}

.news-post .link-list .post-title {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	padding-right: 16px;
}

/* article content styles */

.article-content p {
	margin-bottom: 31px;
}

.article-content .title {
	font: 500 21px/1.1 "Butler", "Times New Roman", serif;
}

.article-content .clearfic {
	line-height: 26px;
}

.article-content blockquote {
	padding: 16px 0 13px 12px;
	margin-bottom: 38px;
}

.article-content blockquote q {
	font-size: 24px;
	line-height: 1.54;
	font-weight: 500;
	position: relative;
	display: inline;
}

.article-content blockquote q:before {
	position: absolute;
	left: -11px;
	line-height: 1;
	top: 2px;
}

.article-content blockquote cite {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 14px;
	font-size: 12px;
	line-height: 1;
}

.article-content blockquote cite:before {
	content: "-";
	position: absolute;
	top: -9px;
	left: 2px;
	font-size: 27px;
}

.list li {
	position: relative;
	padding-left: 17px;
	margin-bottom: 21px;
}

.list li:last-child {
	margin-bottom: 0;
}

.list li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #d51c27;
	border-radius: 50%;
}

.carousel-wrapper h2 {
	text-transform: uppercase;
	color: #5c5d60;
	font: 400 21px/1.1 "Roboto", Arial, Helvetica, sans-serif;
	margin-bottom: 28px;
}

.article-carousel {
	position: relative;
	font-family: "Butler", "Times New Roman", serif;
	font-size: 21px;
	line-height: 1.24;
	font-weight: 500;
	border: 1px solid #000;
}

.article-carousel .slick-arrow {
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	top: 50%;
	left: -16px;
	background-color: #d51c27;
	border: 1px solid #d51c27;
	color: #fff;
	font-size: 13px;
	width: 49px;
	padding: 7px 6px;
	z-index: 2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: color .3s linear, border .3s linear, background .3s linear;
	transition: color .3s linear, border .3s linear, background .3s linear;
	cursor: pointer;
	margin-top: -14px;
	outline: 0;
}

.article-carousel .slick-arrow:hover {
	background-color: #a60507;
	border-color: #a60507;
}

.article-carousel .slick-arrow.slick-disabled {
	border-color: #888a8c;
	color: #888a8c;
	background-color: #fff;
}

.article-carousel .slick-arrow.slick-next {
	left: auto;
	right: -16px;
}

.article-carousel .slick-slide > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 13px;
	padding-bottom: 13px;
}

.slick-slide .item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: auto;
	padding: 21px 36px 16px;
}

/*  banenr site styles  */

.banner-section {
	background-color: #1b0c3e;
	position: relative;
	font-size: 17px;
	line-height: 25px;
}

.banner-section .bg-image {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: .15;
}

.banner-section .container {
	padding-top: 140px;
	padding-bottom: 70px;
	min-height: 539px;
}

.banner-section .container .row {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.banner-section h1 {
	font-size: 42px;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 13px;
}

.breadcrumb {
	line-height: 19px;
	display: block !important;
}

.breadcrumb li {
	display: inline !important;
}

/*  key-contacts block styles  */

.key-contacts-block {
	background-color: #eaeaec;
	padding: 19px 15px 27px;
}

.key-contacts-block .title {
	color: #5c5d60;
	font-size: 21px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 21px;
}

.key-contacts-block .contact-wrapper {
	border-top: 4px solid #d51c27;
	position: relative;
}

.key-contacts-block .contact-wrapper:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 7px;
}

.key-contacts-block .contact-wrapper.hover {
	border-left-color: #d51c27;
}

.key-contacts-block .contact-wrapper.hover a {
	opacity: 1;
}

.key-contacts-block .contact-wrapper.hover a:hover {
	color: #a60507;
}

.key-contacts-block .contact-wrapper .designation {
	line-height: 18px;
	min-height: 35px;
}

.key-contacts-block .contact-wrapper h3 {
	font-weight: 500;
}

.key-contacts-block .contact-wrapper .mail {
	position: absolute;
	bottom: 0;
	right: 4px;
}

.safari.mac .key-contacts-block .contact-wrapper .mail {
	bottom: 2px;
}

/*  page content  styles  */

.page-content {
	line-height: 25px;
	color: #000;
}

.page-content .heading-title {
	color: #010101;
	line-height: 25px;
}

.page-content h2 {
	color: #bfbebb;
	font-size: 37px;
	font-weight: 500;
	line-height: 48px;
	text-transform: uppercase;
	margin-bottom: 27px;
}

.page-content p {
	margin-bottom: 20px;
}

.page-content .bg-gradient {
	background-image: -webkit-linear-gradient(60deg, #e8e8e7 0%, #fff 45%, #fff 65%, #e8e8e7 100%);
	background-image: linear-gradient(30deg, #e8e8e7 0%, #fff 45%, #fff 65%, #e8e8e7 100%);
	padding: 21px 0 50px;
}

.bg-gradient {
	background-image: -webkit-linear-gradient(60deg, #e8e8e7 0%, #fff 45%, #fff 65%, #e8e8e7 100%);
	background-image: linear-gradient(30deg, #e8e8e7 0%, #fff 45%, #fff 65%, #e8e8e7 100%);
}

.bg-gradient .col-md-6:last-child p:last-child {
	margin-bottom: 0 !important;
}

#webinars.bg-gradient {
	padding-bottom: 47px;
}

#resources.bg-gradient {
	padding-bottom: 77px;
}

#resources.custom-padding:not(.bg-gradient) {
	padding-bottom: 50px;
}

.custom-padding:not(.bg-gradient) {
	padding-top: 15px;
	padding-bottom: 0;
}

/*  upcoming  styles  */

.upcoming-event {
	background-color: #eaeaec;
	padding: 7px 17px 10px;
}

.upcoming-event h3 {
	text-transform: uppercase;
	font-size: 27px;
	font-weight: 500;
	line-height: 54px;
}

.has-top-underline {
	position: relative;
	padding-top: 13px;
}

.has-top-underline:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 151px;
	border-top: 1px solid #d51c27;
}

.our-experience p {
	margin-bottom: 42px;
}

.our-experience .col-md-6:last-child p:last-child {
	margin-bottom: 0;
}

.js-sidebar-fixed {
	z-index: 97;
}

/*  side-block  styles  */

/* side navbar  styles  */

.side-navbar {
	color: #d51c27;
	font-size: 20px;
	font-weight: 400;
}

.side-navbar li {
	position: relative;
}

.side-navbar li:before {
	content: "";
	position: absolute;
	border-bottom: 1px solid #d9d8d6;
	left: -100px;
	right: -100px;
	bottom: 0;
}

.side-navbar li a {
	display: block;
	padding-top: 14px;
	padding-bottom: 14px;
	position: relative;
}

.side-navbar li a:hover:before {
	border-left-color: #a60507;
}

.side-navbar li a.anchor-active:before {
	opacity: 1;
}

.event-items:hover .date-time {
	background: #a60507;
	border-color: #a60507;
	color: #fff;
}

.event-items .date-time {
	color: #000;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.event-items .text-holder {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/*  leadership block styles  */

.leadership-block {
	line-height: 25px;
	font-size: 16px;
	color: #000;
}

.leadership-block.pb-75 .container > div:last-child .text-section:after {
	bottom: -75px;
}

.leadership-block .container > div:last-child .text-section {
	padding-top: 113px;
	padding-bottom: 43px;
	margin-bottom: 0 !important;
}

.leadership-block .mt-n {
	margin-top: -125px;
	position: relative;
	z-index: 2;
}

.leadership-block .title {
	font-size: 24px;
	line-height: 1.33;
	font-weight: 500;
}

.leadership-block .heading-title {
	color: #888a8c;
	font-weight: 400;
	margin-bottom: 37px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.leadership-block p {
	margin-bottom: 28px;
}

.leadership-block .img-holder {
	margin-bottom: 18px;
	position: relative;
	width: 100%;
	min-height: 360px;
}

.leadership-block .img-holder img {
	max-width: 100%;
}

.leadership-block .img-holder .img-block {
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.leadership-block .img-holder.bg-gradient {
	background-image: -webkit-linear-gradient(left, #d7d7d7 0%, #fff 100%);
}

.leadership-block .news-post p:last-child {
	margin-bottom: 0;
}

.leadership-block .info-list {
	font-size: 16px;
	color: #5c5d60;
}

.leadership-block .info-list strong {
	font-weight: 700;
}

.leadership-block .info-list li {
	margin-bottom: 4px;
}

.leadership-block .info-list li + li:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin: -1px 4px 0 5px;
}

.leadership-block .leadership-height .title {
	line-height: 1.54;
}

.leadership-block .leadership-height .leadership-wrapper {
	min-height: 260px;
}

.leadership-block .leadership-height .leadership-wrapper.bg-light {
	min-height: 237px;
}

/*  leadership styles  */

.leadership-wrapper {
	border-bottom: 1px solid #d51c27;
	min-height: 245px;
}

.leadership-wrapper .icon-download {
	font-size: 23px;
}

.leadership-wrapper.bg-light {
	min-height: 292px;
}

.leadership-wrapper.bg-light .title {
	line-height: 1.42;
}

.leadership-wrapper .top-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.leadership-wrapper .blockquote-wrapper {
	padding: 35px 18px 40px;
}

.leadership-wrapper blockquote {
	padding-left: 25px;
	position: relative;
	padding-left: 10px;
}

.leadership-wrapper blockquote q {
	font-size: 24px;
	line-height: 1.54;
}

.leadership-wrapper blockquote q:before {
	position: absolute;
	top: 0;
	left: 0;
}

.leadership-wrapper.full-width {
	font-size: 16px;
}

.leadership-wrapper.full-width p {
	margin-bottom: 18px;
}

.leadership-wrapper.full-width .link-list li + li {
	margin-top: 19px;
}

.leadership-wrapper #mobile-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.leadership-wrapper.leadership-modified .img-holder {
	min-height: 0;
	max-width: 284px;
}

.leadership-wrapper.leadership-modified .img-holder a {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.leadership-wrapper.leadership-modified .img-holder a:hover {
	opacity: .7;
}

.leadership-wrapper.leadership-modified p:last-child {
	margin-bottom: 0;
}

.leadership-wrapper.leadership-modified h2 {
	line-height: 1.54;
}

/*  link list styles  */

.link-list {
	margin-bottom: 2px;
	line-height: 20px;
	font-size: 16px;
}

.link-list li + li {
	margin-top: 16px;
}

.link-list li a {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
}

.link-list li a:hover:after {
	right: -7px;
	border-left-color: #a60507;
}

.link-list li a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 0;
	width: 0;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #d51c27;
	border-top: 7px solid transparent;
	position: relative;
	right: 0;
	margin: -3px 0 0 9px;
	-webkit-transition: color .3s linear, right .3s linear;
	transition: color .3s linear, right .3s linear;
}

.text-section {
	padding: 83px 0 78px;
	font-size: 16px;
	line-height: 25px;
	position: relative;
	z-index: 1;
	max-width: 716px;
	margin: 0 auto;
}

.text-section:after {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	left: -9999px;
	right: -9999px;
	bottom: 0;
	background: #eaeaec;
}

.text-section h3 {
	font-size: 24px;
	line-height: 37.33px;
	font-weight: 500;
}

.text-section p {
	margin-bottom: 19px;
}

/* leadership carousel style */

.leadership-carousel .slick-slide.slick-active-alt .img-holder,
.leadership-carousel .slick-slide.slick-active .img-holder {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.leadership-carousel .leadership-wrapper .title {
	line-height: 1.45;
}

.leadership-carousel .leadership-wrapper .img-holder {
	min-height: 318px;
	margin-bottom: 7px;
	-webkit-transition: .7s opacity ease-in-out, 2s -webkit-transform cubic-bezier(.23, 1, .32, 1) .3s;
	transition: .7s opacity ease-in-out, 2s -webkit-transform cubic-bezier(.23, 1, .32, 1) .3s;
	transition: .7s opacity ease-in-out, 2s transform cubic-bezier(.23, 1, .32, 1) .3s;
	transition: .7s opacity ease-in-out, 2s transform cubic-bezier(.23, 1, .32, 1) .3s, 2s -webkit-transform cubic-bezier(.23, 1, .32, 1) .3s;
}

.carousel-section .sticky-wrap-carousel-nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.carousel-section .carousel-nav {
	width: 100%;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	padding-top: 36px;
}

.carousel-section .carousel-nav > * {
	pointer-events: auto;
}

.carousel-section .slick-arrow {
	width: 41px;
	height: 48px;
	font-size: 16px;
	background-color: #dc3545;
	border: 1px solid #dc3545;
	color: #fff;
	cursor: pointer;
	z-index: 2;
	outline: 0;
}

.carousel-section .slick-arrow:hover {
	background-color: #a60507;
	border-color: #a60507;
}

.carousel-section .slick-arrow.slick-disabled {
	border-color: #d9d8d6;
	background-color: #fff;
	color: #d9d8d6;
	pointer-events: none;
}

.carousel-section .slick-arrow.slick-prev {
	display: none !important;
}

.carousel-section .slick-arrow span {
	display: none;
}

.leadership-block .event-title {
	color: #888a8c;
	font-size: 21px;
	line-height: 1.14;
	font-weight: 400;
}

.event-list {
	line-height: 1.75;
}

.slide-counter {
	z-index: 1;
	font-size: 13px;
	color: #888a8c;
	padding: 11px 9px;
	background-color: rgba(255, 255, 255, .7);
}

.bg-white .filter-section .filter-drop {
	width: calc(100vw - 45px);
}

.filter-section {
	z-index: 3;
}

.filter-section.no-gradient:after {
	display: none;
}

.filter-section:after {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -30px;
	right: -30px;
	background-image: -webkit-linear-gradient(bottom, #fff 0%, #e8e8e7 100%);
	background-image: linear-gradient(to top, #fff 0%, #e8e8e7 100%);
}

.filter-section .search-form .form-control {
	border-radius: 0;
	height: 41px;
	padding: 10px 36px 10px 10px;
	border: 1px solid #d51c27;
	font-size: 16px;
	line-height: 1.25;
	color: #000;
}

.filter-section .search-form .form-control::-webkit-input-placeholder {
	color: #5c5d60;
	opacity: .7;
}

.filter-section .search-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #5c5d60;
	opacity: .7;
}

.filter-section .search-form .form-control:-moz-placeholder {
	color: #5c5d60;
	opacity: .7;
}

.filter-section .search-form .form-control:-ms-input-placeholder {
	color: #5c5d60;
	opacity: .7;
}

.filter-section .search-form .form-control.placeholder {
	color: #5c5d60;
	opacity: .7;
}

.filter-section .search-form .form-control:focus {
	outline: none;
	box-shadow: none;
}

.filter-section .search-form .form-control.autocomplete {
	padding-left: 9px;
	padding-right: 66px;
}

.filter-section .search-form .clear-search {
	position: absolute;
	top: 10px;
	right: 43px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	color: #888a8c;
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
}

.filter-section .search-form .clear-search:after {
	content: "\e913";
	position: absolute;
	top: 0;
	left: 0;
	font: 21px/1 icomoon;
}

.filter-section .search-form input[type="submit"] {
	background-color: transparent;
	padding: 0;
	font: 18px/1 icomoon;
	border: 0;
	position: absolute;
	top: 7px;
	right: 9px;
	color: #dc3545;
	padding: 3px;
	cursor: pointer;
}

.btn.btn-default {
	font-weight: 500;
	border: 1px solid #d9d8d6;
	background-color: #fff;
	border-radius: 0;
	min-width: 84px;
	text-align: left;
	position: relative;
	padding-right: 31px;
	padding-top: 7px;
	padding-bottom: 8px;
	white-space: normal;
}

.btn.btn-default:after {
	content: "";
	border-bottom: 1px solid #d9d8d6;
	border-right: 1px solid #d9d8d6;
	display: block;
	background-color: #fff;
	height: 11px;
	width: 11px;
	bottom: -18px;
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	z-index: 4;
	opacity: 0;
	visibility: hidden;
}

.btn.btn-default:hover {
	border-color: #dc3545;
	color: #dc3545;
}

.btn.btn-default:focus,
.btn.btn-default:active {
	background-color: #dc3545;
	color: #fff;
	box-shadow: none;
	border-color: transparent;
}

.btn [class^="icon-"] {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 15px;
}

.btn .icon-sort {
	font-size: 16px;
}

.filter-list {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.filter-list.active {
	opacity: 1;
	visibility: visible;
	position: static;
}

.filter-list .close-btn {
	position: absolute;
	right: 0;
	top: 3px;
	border: 1px solid #dc3545;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 11px;
}

.filter-list .close-btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.filter-list .close-btn:hover {
	color: #a60507;
	border-color: #a60507;
}

.filter-btn {
	position: relative;
}

.filter-btn li.active .btn:after,
.filter-btn li.active .filter-drop {
	opacity: 1;
	visibility: visible;
}

.filter-drop {
	position: absolute;
	top: 53px;
	left: 0;
	right: 0;
	border: 1px solid #d9d8d6;
	background-color: #fff;
	width: calc(100vw - 30px);
	padding: 40px 16px 28px;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
}

.filter-drop .sort-by-wrap > li {
	margin-left: 0;
}

.filter-drop .sort-by-wrap .main.select-active .stylish-select-left:after {
	margin-top: -2px;
}

.filter-drop .sort-by-wrap .aLLSearchFilter .stylish-select-left {
	padding-top: 9px;
	padding-bottom: 9px;
	border-color: #d9d8d6;
	width: 100%;
	color: #000;
}

.filter-drop .sort-by-wrap .aLLSearchFilter .stylish-select-left:after {
	width: 11px;
	height: 11px;
	border-bottom-color: #dc3545;
	border-right-color: #dc3545;
	margin-top: -8px;
}

.filter-drop .sort-by-wrap .aLLSearchFilter .stylish-select-left.open {
	background-color: #fff;
}

.filter-drop .sort-by-wrap .listing {
	max-height: 268px;
}

.filter-drop .sort-by-wrap .listing li {
	padding: 9px 8px 7px;
	border-bottom: 0;
}

.filter-drop .sort-by-wrap .form-group {
	margin-bottom: 18px;
}

.filter-drop .btn {
	min-width: 190px;
	white-space: normal;
}

/*  form wrapper styles  */

.form-wrapper {
	/*  gray background  styles  */
}

.form-wrapper h4 {
	font-weight: 500;
}

.form-wrapper .contact-form {
	max-width: 900px;
}

.form-wrapper.bg-gray {
	background-color: #eaeaec !important;
	position: relative;
	z-index: 1;
}

.form-wrapper.bg-gray:before {
	content: "";
	position: absolute;
	background-color: #eaeaec !important;
	top: 0;
	left: -9999px;
	right: -9999px;
	bottom: 0;
	z-index: -1;
}

/*  contact form  styles  */

.contact-form .form-control {
	color: #000;
	font-size: 15px;
	height: 28px;
}

.contact-form .form-control::-webkit-input-placeholder {
	color: #888a8c;
}

.contact-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #888a8c;
}

.contact-form .form-control:-moz-placeholder {
	color: #888a8c;
}

.contact-form .form-control:-ms-input-placeholder {
	color: #888a8c;
}

.contact-form .form-control.placeholder {
	color: #888a8c;
}

.contact-form .form-control:focus {
	box-shadow: none;
}

.contact-form .form-control.border-bottom {
	border-width: 0 0 1px 0 !important;
}

.contact-form textarea.form-control {
	min-height: 160px;
	resize: none;
	border-width: 1px;
}

.contact-form .lt-col {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.contact-form .rt-col {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.contact-form ul .custom-checkbox {
	font-size: 15px;
	font-weight: 300;
	padding-left: 32px;
}

.contact-form .custom-checkbox {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.2;
	padding-left: 24px;
	color: #000;
	margin-bottom: 24px;
}

.contact-form .custom-checkbox:before {
	border-color: #b0b1b2;
}

.contact-form .btn-danger:hover,
.contact-form .btn-danger:focus {
	background-color: #a60507;
	border-color: #a60507;
}

.contact-form .btn {
	width: 150px;
	font-size: 21px;
}

.contact-form .title {
	font-size: 15px;
	line-height: 1.2667;
}

.contact-form .holder .custom-checkbox {
	padding-left: 0;
}

.contact-form .holder .custom-checkbox:before {
	position: static;
	display: inline-block;
	vertical-align: top;
}

.contact-form .holder .custom-checkbox span {
	display: inline;
}

.contact-form .holder .custom-checkbox span:before {
	display: inline-block;
	position: static;
	margin: 0 10px 0 -17px;
}

@media screen and (min-width: 400px) {
	.header .search-form {
		left: 30px;
		width: calc(100% - 95px);
	}

	.header-wrap {
		width: 244px;
	}

	.nav-holder {
		padding-left: 29px;
		padding-right: 29px;
	}

	.drop-down {
		padding-left: 30px;
		padding-right: 30px;
	}

	.banner.banner--bio .img-holder {
		max-width: 312px;
	}

	.banner.banner--bio .img-holder:after {
		left: -31px;
		right: -31px;
		bottom: -14px;
	}

	.lead-content .lead-form-section {
		margin-left: -11px;
		margin-right: -11px;
	}

	.lead-form-section {
		padding-left: 36px;
		padding-right: 36px;
	}

	.testimonial-carousel blockquote {
		margin-left: 0;
	}

	.testimonial-carousel blockquote q {
		font-size: 33px;
	}

	.feature-post .post h3 {
		font-size: 21px;
	}

	.feature-post .post h3:after {
		height: 0;
		width: 0;
		border-bottom: 12.5px solid transparent;
		border-left: 12.5px solid #d51c27;
		border-top: 12.5px solid transparent;
		margin-top: 4px;
		margin-left: 18px;
	}

	.carousel-section .carousel-nav {
		right: -13px;
	}

	.bg-white .filter-section .filter-drop {
		width: calc(100vw - 70px);
	}

	.filter-drop {
		width: calc(100vw - 55px);
	}
}

@media (min-width: 400px) and (max-width: 767px) {
	.container {
		padding-left: 28px;
		padding-right: 28px;
	}

	.key-contacts-block {
		padding-left: 28px;
		padding-right: 28px;
	}

	.page-content .upcoming-event {
		margin: 0 -18px;
	}
}

@media (min-width: 400px) {
	h1 {
		font-size: 38px;
	}

	h2 {
		font-size: 27px;
	}
}

@media screen and (min-width: 414px) {
	.article-carousel .slick-arrow {
		left: -29px;
	}

	.article-carousel .slick-arrow.slick-next {
		right: -29px;
	}
}

@media (min-width: 430px) {
	.carousel .owl-nav button {
		bottom: 18%;
		top: auto;
	}
}

@media screen and (min-width: 576px) {
	.feature-post .post h3 {
		font-size: 20px;
	}

	.feature-post .post h3:after {
		margin-left: 11px;
	}

	.bg-white .filter-section .filter-drop {
		width: 486px;
	}

	.filter-drop {
		width: 485px;
	}
}

@media (min-width: 768px) {
	.contact-wrapper .img-holder .img-wrapper {
		max-width: 170px;
		min-height: 162px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.promo-section h2 {
		margin-bottom: 5px;
	}

	.promo-section blockquote {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 768px) {
	.slick-track {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.slick-slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: auto;
	}

	.slick-initialized .slick-slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	h2 {
		font-size: 30px;
	}

	.btn-more {
		letter-spacing: .7px;
		padding-right: 17px;
	}

	.back-to-top {
		width: 48px;
		height: 48px;
		font-size: 18px;
		line-height: 48px;
		right: 26px;
	}

	.header {
		padding-bottom: 16px;
	}

	.header .rt-block {
		-ms-flex-preferred-size: 183px;
		flex-basis: 183px;
		max-width: 183px;
		padding-right: 6px;
	}

	.fixed-position .blue--gradient {
		background-size: 400% 400%;
	}

	.fixed-position .red--gradient {
		background-size: 400% 400%;
	}

	.header-wrap {
		width: 214px;
	}

	.banner {
		padding: 162px 0 31px;
	}

	.banner:before {
		background-size: 400% 400%;
	}

	.banner .text {
		padding: 0;
	}

	.banner blockquote {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.banner blockquote q {
		font-size: 29px;
		font-weight: 300;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-bottom: 0;
	}

	.banner blockquote cite {
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-preferred-size: 176px;
		flex-basis: 176px;
		border-right: 0;
		border-left: 1px solid #fff;
		margin: 8px 0 0 15px;
		font-size: 13px;
		line-height: 1.23;
		padding: 0 14px 4px 15px;
	}

	.banner.banner--bio {
		padding-top: 130px;
		padding-bottom: 0;
	}

	.banner.banner--bio:after {
		top: 131px;
	}

	.banner.banner--bio .img-holder {
		max-width: none;
	}

	.banner.banner--bio .img-holder:after {
		display: none;
	}

	.banner.banner--bio blockquote {
		border: 0 !important;
		padding: 0;
	}

	.banner .banner-holder .align-bottom > div {
		min-height: 330px;
	}

	.banner .banner-holder .align-bottom > div.align-items-md-start {
		min-height: 294px;
	}

	.banner .banner-holder h1 {
		font-size: 42px;
	}

	.banner .title {
		font-size: 17px;
	}

	.banner .heading-large h1 {
		font-size: 41px;
	}

	.share-list .drop-holder {
		padding-top: 11px;
	}

	.slider-holder {
		margin-top: -144px;
	}

	.carousel-holder {
		padding-left: 20px;
		width: 75%;
	}

	.carousel .owl-nav button {
		bottom: 18%;
	}

	.carousel .item .img {
		height: 143px;
		border: 1px solid #000;
	}

	.carousel .text {
		padding: 12px 9px 21px;
	}

	.slider-holder .heading {
		width: 25%;
		height: 144px;
		overflow: hidden;
	}

	.about blockquote q {
		font-size: 29px;
		line-height: 1.52;
	}

	.slider.owl-carousel .owl-nav {
		position: static;
	}

	.slider.owl-carousel .owl-nav .owl-prev {
		position: absolute;
		left: 13px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-top: -16px;
		height: auto;
	}

	.slider.owl-carousel .owl-nav .owl-next {
		position: absolute;
		right: 13px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-top: -16px;
		line-height: 1;
		height: auto;
	}

	.slider .item {
		padding: 40px 42px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.slider .item:after {
		content: "";
		display: inline-block;
		vertical-align: top;
		min-height: 443px;
	}

	.slider h3 {
		margin-bottom: 17px;
	}

	.slider h1 br {
		display: none;
	}

	.bg {
		padding-top: 56.25%;
	}

	.posts {
		padding: 8px 0;
	}

	.posts h2 {
		top: 255px;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		left: 50%;
		font-size: 17px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 22px;
		padding: 9px 10px;
		width: 33.5%;
		z-index: 2;
		position: absolute;
		margin-top: 8px;
		background: #fff;
	}

	.post-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -1px;
	}

	.post a {
		white-space: nowrap;
		text-align: center;
	}

	.post a:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 255px;
	}

	.post a > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.post:nth-child(2) .hover {
		padding-bottom: 25px;
	}

	.post {
		width: 33.33%;
		padding: 0 1px;
	}

	.post.big {
		width: 50%;
	}

	.post .bg {
		padding: 0;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		height: 100%;
		max-width: none;
		width: 100%;
	}

	.contact-list {
		margin: 0 -37px;
	}

	.contact-list a {
		position: relative;
	}

	.contact-list a .txt {
		display: inline-block;
		vertical-align: middle;
	}

	.modal-close {
		width: 64px;
		height: 64px;
		right: 10px;
		top: 8px;
	}

	.arrow {
		display: block;
	}

	.spotlight-block {
		font-size: 16px;
		line-height: 1.56;
	}

	.spotlight-block p {
		margin-bottom: 6px;
	}

	.spotlight-block .holder {
		padding: 12px 10px 8px;
		min-height: 0;
	}

	.spotlight-block .btn-more {
		font-size: 17px;
		padding-right: 15px;
	}

	.spotlight-block .btn-more:after {
		height: 0;
		width: 0;
		border-bottom: 7px solid transparent;
		border-left: 7px solid #d51c27;
		border-top: 7px solid transparent;
		top: 5px;
	}

	.lead-content {
		padding-bottom: 141px;
	}

	.lead-content .clearfix .md-right {
		margin-top: -43px;
	}

	.clearfix ul {
		float: left;
		width: 52%;
		padding-right: 5px;
	}

	.clearfix ul:only-child {
		width: 100%;
	}

	.clearfix .md-right {
		max-width: 46%;
	}

	.md-right {
		float: right;
	}

	#footer {
		padding: 9px 0 4px;
		text-align: left;
	}

	.footer-block {
		width: 68%;
	}

	.footer-area {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		max-width: 30%;
	}

	.footer-nav {
		text-align: left;
		font-size: 14px;
		line-height: 18px;
		margin: 0 -9px 3px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.footer-nav li {
		padding: 0 9px;
	}

	.footer-nav li + li:before {
		height: 11px;
	}

	.social-networks {
		margin: 0 -15px;
	}

	.social-networks li {
		padding: 0 15px;
	}

	.testimonial-carousel .img-holder:after {
		display: none;
	}

	.two-columns h2 {
		margin-bottom: 0;
	}

	.two-columns .text-holder h2 {
		margin-bottom: 39px;
	}

	.content blockquote {
		margin-top: 20px;
		line-height: 1.75;
		margin-bottom: 16px;
		margin-bottom: 29px;
		padding: 16px 0 11px 15px;
	}

	.content blockquote cite {
		margin-right: -5px;
	}

	.sidebar {
		margin-top: -46px;
	}

	.sidebar:after {
		display: none;
	}

	.sidebar .heading {
		padding-bottom: 13px;
	}

	.sidebar .heading:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 63px;
		border-bottom: 1px solid #171457;
	}

	.contact-block p {
		margin-bottom: 8px;
	}

	.feature-post .post {
		margin-bottom: 20px;
	}

	.feature-post time {
		padding-top: 9px;
	}

	.feature-post .post a {
		padding: 22px 10px;
		min-height: 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.feature-post .post h3 {
		font-size: 21px;
	}

	.feature-post .post h3:after {
		margin-left: 18px;
	}

	.promo-section {
		margin-bottom: 48px;
	}

	.promo-section .promo-holder {
		width: 50%;
		min-height: 446px;
	}

	.promo-section blockquote q {
		letter-spacing: -.4px;
	}

	.promo-section .text {
		margin-bottom: 19px;
	}

	.promo-section .btn-more {
		padding-left: 24px;
		padding-right: 42px;
	}

	.promo-section .text-wrapper {
		max-width: 486px;
		width: 100%;
		padding-top: 15px;
		padding-bottom: 20px;
		min-height: 169px;
	}

	.promo-section .logo-holder.width--changed {
		max-width: 260px;
	}

	.pb-md-17 {
		padding-bottom: 17px !important;
	}

	.expert-block h2 {
		font-size: 27px;
		margin-bottom: 31px;
	}

	.expert-list {
		font-size: 16px;
		line-height: 1.25;
	}

	.expert-list li a {
		min-height: 90px;
		padding-top: 15px;
	}

	.partner-block p {
		margin-bottom: 9px;
	}

	.partner-block h3 {
		margin-bottom: 7px;
	}

	.selected-list li > span,
	.selected-radio-list li > span {
		padding-bottom: 4px;
		padding-top: 3px;
	}

	.contact-wrapper h3 {
		font-weight: 500;
	}

	.contact-wrapper .contact-holder .phone {
		font-size: 16px;
	}

	.content .contact-wrapper blockquote {
		padding: 41px 21px;
	}

	.content .contact-wrapper blockquote q {
		font-size: 21px;
		line-height: 1.52;
	}

	.load-more-holder .load-more-content {
		margin-bottom: 27px;
	}

	.sort-by-wrap > li {
		margin-left: 16px;
	}

	.sort-by-wrap > li:first-child {
		margin-left: 0;
	}

	.sort-by-wrap .form-group {
		margin-bottom: 0;
	}

	.sort-by-wrap label {
		max-width: 100px;
	}

	.sort-by-wrap .aLLSearchFilter .stylish-select-left {
		width: 228px;
	}

	.tab-holder .nav-tabs {
		font-size: 17px;
		line-height: 1;
		margin-left: -25px;
		margin-right: -25px;
	}

	.tab-holder .nav-tabs li {
		margin-left: 25px;
		margin-right: 25px;
	}

	.tab-holder .nav-tabs li .nav-link {
		position: relative;
		padding: 0 0 10px;
	}

	.tab-holder .nav-tabs li .nav-link:after {
		opacity: 0;
		left: 0;
		right: 0;
		border-color: #d51c27;
	}

	.tab-holder .nav-tabs li .nav-link:hover {
		color: #000;
	}

	.tab-holder .nav-tabs li .nav-link:hover:after {
		opacity: 1;
	}

	.tab-holder .nav-tabs li .nav-link.active {
		color: #000;
	}

	.tab-holder .nav-tabs li .nav-link.active:after {
		opacity: 1;
	}

	.tab-holder h3 {
		font-size: 21px;
	}

	.tab-holder h2 {
		margin-bottom: 14px;
	}

	.multiCollapse {
		margin-bottom: 65px;
	}

	.news-post .bg-img {
		min-height: 102px;
	}

	.article-content p {
		margin-bottom: 25px;
	}

	.article-content .blockquote-block {
		width: 45.8%;
	}

	.article-content blockquote {
		padding: 21px 29px 23px 22px;
		margin-bottom: 10px;
	}

	.carousel-wrapper h2 {
		margin-bottom: 23px;
	}

	.article-carousel:after {
		content: "";
		position: absolute;
		width: 32px;
		left: 50%;
		top: -1px;
		bottom: -1px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		background: #fff;
	}

	.article-carousel .slick-arrow {
		left: -26px;
		top: 50%;
		margin-top: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 97px;
		padding-top: 8px;
		padding-bottom: 8px;
		margin-top: 2px;
	}

	.article-carousel .slick-arrow.slick-next {
		left: auto;
		right: -26px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 96px;
	}

	.article-carousel .slick-slide.slick-current > div {
		padding-top: 13px;
		padding-bottom: 13px;
	}

	.article-carousel .slick-slide.slick-current .item {
		padding: 0 43px 0 84px;
	}

	.slick-slide .item {
		padding: 0 80px 0 43px;
		min-height: 119px;
	}

	.page-content h2 {
		font-size: 42px;
		line-height: 54px;
		margin-bottom: 26px;
	}

	.page-content .bg-gradient {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.custom-padding:not(.bg-gradient) {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.upcoming-event {
		min-height: 150px;
		padding-top: 21px;
		padding-bottom: 2px;
	}

	.upcoming-event .title-holder {
		-ms-flex-preferred-size: 171px;
		flex-basis: 171px;
	}

	.upcoming-event .event-wrapper {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.upcoming-event .event-holder {
		border-left: 1px solid #000;
		padding: 18px 34px 22px;
	}

	.has-top-underline {
		padding-top: 15px;
	}

	.our-experience p {
		margin-bottom: 27px;
	}

	.our-experience .col-md-6:last-child p:last-child {
		margin-bottom: 27px;
	}

	.leadership-block .container > div:last-child .text-section {
		padding-bottom: 108px;
	}

	.leadership-block .mt-n {
		margin-top: -169px;
	}

	.leadership-block .title {
		line-height: 1.54;
	}

	.leadership-block p {
		margin-bottom: 25px;
	}

	.leadership-block .img-holder {
		max-width: 331px;
		padding-top: 0;
		min-height: 318px;
	}

	.leadership-block .leadership-height .leadership-wrapper {
		min-height: 288px;
	}

	.leadership-block .leadership-height .leadership-wrapper.bg-light {
		min-height: 234px;
	}

	.leadership-wrapper .blockquote-wrapper {
		padding-bottom: 62px;
	}

	.leadership-wrapper.full-width .text {
		width: 71.1%;
		padding-right: 37px;
	}

	.leadership-wrapper.full-width .holder {
		width: 28.9%;
	}

	.leadership-wrapper.leadership-modified .img-holder {
		-ms-flex-preferred-size: 288px;
		flex-basis: 288px;
		max-width: 288px;
	}

	.link-list {
		margin-bottom: 0;
	}

	.text-section {
		padding-top: 115px;
		padding-bottom: 93px;
	}

	.leadership-carousel .slick-slide.slick-active-alt .img-holder,
	.leadership-carousel .slick-slide.slick-active .img-holder {
		opacity: 1;
	}

	.leadership-carousel .slick-slide.slick-active-alt .holder,
	.leadership-carousel .slick-slide.slick-active .holder {
		opacity: 1;
		visibility: visible;
	}

	.leadership-carousel .slick-slide p {
		margin-bottom: 17px;
	}

	.leadership-carousel .leadership-wrapper .title {
		line-height: 1.3;
	}

	.leadership-carousel .leadership-wrapper .img-holder {
		opacity: 0;
		min-height: 286px;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	.leadership-carousel .leadership-wrapper .img-holder {
		-webkit-transform: translateX(50px);
		-ms-transform: translateX(50px);
		transform: translateX(50px);
	}

	.leadership-carousel .leadership-wrapper .holder {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: .3s opacity ease-in-out 1.5s, .3s visibility ease-in-out 1.5s;
		transition: .3s opacity ease-in-out 1.5s, .3s visibility ease-in-out 1.5s;
	}

	.carousel-section .carousel-nav {
		right: 15px;
		padding-top: 0;
		width: auto;
		top: 0 !important;
		left: 0 !important;
	}

	.slide-counter {
		padding-left: 18px;
		padding-right: 18px;
	}

	.bg-white .filter-section .filter-drop {
		width: 688px;
	}

	.filter-section:after {
		display: none;
	}

	.filter-section .search-form input[type="submit"] {
		right: 7px;
	}

	.filter-drop {
		width: 690px;
		padding-bottom: 25px;
	}

	.filter-drop .sort-block {
		-ms-flex-preferred-size: 77.4%;
		flex-basis: 77.4%;
		max-width: 77.4%;
	}

	.filter-drop .sort-by-wrap .listing li {
		padding-bottom: 8px;
	}

	.filter-drop .btn-holder {
		-ms-flex-preferred-size: 22.6%;
		flex-basis: 22.6%;
		max-width: 22.6%;
	}

	.filter-drop .btn {
		min-width: 0;
	}

	.form-wrapper h4 {
		font-size: 1.5rem;
	}

	.contact-form .lt-col {
		max-width: 55.1%;
		-ms-flex-preferred-size: 55.1%;
		flex-basis: 55.1%;
	}

	.contact-form .rt-col {
		max-width: 44.9%;
		-ms-flex-preferred-size: 44.9%;
		flex-basis: 44.9%;
	}

	.contact-form .btn {
		min-width: 213px;
	}
}

@media screen and (min-width: 992px) {
	.header {
		padding-top: 0;
		padding-bottom: 0;
	}

	.header .search-form {
		position: relative;
		width: 100%;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
		left: 0;
	}

	.header .search-form .form-control {
		height: 21px;
		font-size: 12px;
	}

	.header .search-form input[type="submit"] {
		margin-right: 3px;
		font-size: 16px;
		line-height: 1;
		position: static;
	}

	.nav-holder {
		min-height: 0;
		font-size: 15px;
		padding-bottom: 0;
		padding-left: 15px;
		padding-right: 15px;
		min-height: 59px;
	}

	.nav-holder {
		position: static;
		width: calc(100% - 397px);
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding-top: 0;
		background-color: transparent;
	}

	.nav-holder .nav-wrapper {
		height: auto;
		overflow: inherit;
	}

	.nav-active .nav-holder {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.nav-holder ul li {
		margin-bottom: 10px;
	}

	.nav-holder ul li:last-child {
		margin-bottom: 0;
	}

	.nav-holder .link {
		font-size: 12px;
		line-height: 1.16667;
		text-transform: uppercase;
	}

	.nav-holder .link li {
		margin: 0 15px 19px;
	}

	.nav-holder .link li a:after {
		opacity: 0;
		-webkit-transition: opacity .3s linear;
		transition: opacity .3s linear;
	}

	.nav-holder .has-drop-down-a:after {
		top: 0;
		right: 0;
	}

	.has-drop-down .holder .drop-opener {
		display: none;
	}

	.has-drop-down .holder .drop-opener:after {
		top: 0;
		right: 0;
	}

	.drop-down {
		background-color: transparent;
		overflow: inherit;
		margin-bottom: 0;
		padding: 0;
		font-size: 15px;
		position: absolute;
		bottom: auto;
		padding: 20px 15px 25px;
		top: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.nav-active .drop-down {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.drop-down:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: -9999px;
		right: -9999px;
		background-color: rgba(0, 0, 0, .9);
		z-index: -4;
		-webkit-transition: none;
		transition: none;
	}

	.drop-down ul {
		position: relative;
	}

	.drop-down ul li.active a {
		color: #fff;
	}

	.drop-down ul li a {
		color: rgba(255, 255, 255, .6);
	}

	.drop-down ul li a:hover {
		color: #fff;
	}

	.drop-down ul .has-drop-down-a:after {
		opacity: 0;
		right: 5px;
		-webkit-transition: opacity .3s linear, right .3s linear;
		transition: opacity .3s linear, right .3s linear;
	}

	.drop-down .drop-down {
		opacity: 0;
		visibility: hidden;
		z-index: -1;
		display: block;
	}

	#nav > ul {
		margin-left: -12px;
		margin-right: -12px;
	}

	#nav > ul > li {
		margin: 0 12px 7px;
	}

	#nav > ul > li > .drop-down {
		-webkit-transition: opacity .3s linear, visibility .3s linear;
		transition: opacity .3s linear, visibility .3s linear;
	}

	#nav > ul > li.drop-active > .drop-down {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	#nav > ul > li.drop-active > .drop-down {
		opacity: 1;
		visibility: visible;
	}

	#nav > ul > li.drop-active > .holder .has-drop-down-a:after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	#nav > ul > li > a:hover:after {
		color: #d51c27;
		opacity: 1;
	}

	#nav > ul > li > .holder a:hover:after {
		color: #d51c27;
		opacity: 1;
	}

	#nav > ul > li > .holder > .has-drop-down-a:after {
		content: "\e906";
		border: 0;
		font: 6px/1 icomoon;
		width: auto;
		height: auto;
		top: 8px;
	}

	#nav > ul > li .drop-down-2.bg-disabled {
		-webkit-transition: none;
		transition: none;
	}

	#nav > ul > li .drop-down-2.bg-disabled:after {
		display: none;
	}

	#nav > ul > li > .drop-down > ul {
		width: 164px;
		box-shadow: 1px 0 0 0 #fff;
		position: relative;
	}

	#nav > ul > li > .drop-down > ul > li {
		padding-right: 22px;
	}

	#nav > ul > li > .drop-down > ul > li.hover > .holder > a:after,
	#nav > ul > li > .drop-down > ul > li.hover > a:after {
		opacity: 1 !important;
		right: 0;
	}

	#nav > ul > li > .drop-down > ul > li > .drop-down {
		-webkit-transition: none;
		transition: none;
		left: 165px;
		right: auto;
		top: 20px;
		width: 193px;
		padding-left: 0;
		padding-right: 0;
		margin-top: -20px;
		padding-top: 0;
		padding-bottom: 0;
	}

	#nav > ul > li > .drop-down > ul > li > .drop-down:after {
		top: -20px;
		bottom: -25px;
	}

	#nav > ul > li > .drop-down > ul > li > .drop-down > ul > li.hover > .holder > a:after,
	#nav > ul > li > .drop-down > ul > li > .drop-down > ul > li.hover > a:after {
		opacity: 1 !important;
		right: 0;
	}

	#nav > ul > li > .drop-down > ul > li > .drop-down.bg-disabled:after {
		display: none;
	}

	#nav > ul > li > .drop-down > ul > li > .drop-down > ul {
		box-shadow: -1px 0 0 0 #fff;
	}

	#nav > ul > li > .drop-down > ul > li > .drop-down > ul li {
		padding-left: 24px;
		padding-right: 24px;
	}

	#nav > ul > li > .drop-down > ul > li > .drop-down > ul .drop-down {
		width: 568px;
		left: 191px;
		padding: 0;
	}

	#nav > ul > li > .drop-down > ul > li > .drop-down > ul .drop-down:after {
		top: -20px;
		bottom: -25px;
	}

	#nav > ul > li > .drop-down > ul > li > .drop-down > ul .drop-down ul {
		-webkit-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 0;
		column-gap: 0;
		position: static;
		margin-bottom: -10px;
	}

	#nav > ul > li > .drop-down > ul > li > .drop-down > ul .drop-down ul:before {
		content: "";
		box-shadow: -1px 0 0 0 #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		min-height: 100%;
		width: 1px;
		z-index: 1;
	}

	#nav > ul > li > .drop-down > ul > li > .drop-down > ul .drop-down ul li {
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}

	#nav > ul.menu-active > li:not(.drop-active) {
		opacity: .6;
	}

	.nav-opener {
		display: none;
	}

	.banner .text {
		font-size: 25px;
		line-height: 29px;
	}

	.banner.banner--bio .img-holder {
		margin-left: -40px !important;
	}

	.banner .banner-holder.banner--form {
		padding-bottom: 0 !important;
	}

	.carousel .owl-stage-outer {
		overflow: hidden;
		margin: 0 -20px;
		padding: 0 20px 73px;
	}

	.carousel .owl-nav .owl-next {
		display: none !important;
	}

	.slider-holder .heading h2 {
		white-space: nowrap;
		overflow: hidden;
		line-height: 25px;
		height: 22px;
		text-overflow: ellipsis;
	}

	.slider-holder .heading h2 {
		line-height: 31px;
		height: 28px;
	}

	.about {
		font-size: 21px;
		line-height: 33px;
	}

	.about h2 {
		color: #bfbebb;
	}

	.slider.owl-carousel .owl-nav .owl-prev:before {
		font-size: 35px;
		left: 30px;
	}

	.slider.owl-carousel .owl-nav .owl-next:before {
		font-size: 35px;
		right: 30px;
	}

	.slider h1 {
		margin: 0 0 23px;
	}

	.slider .text {
		padding-bottom: 30px;
		margin-bottom: 20px;
	}

	.posts h2 {
		font-size: 22px;
		line-height: 26px;
	}

	.post h3 {
		font-size: 25px;
		line-height: 30px;
	}

	.help-block {
		padding: 79px 0;
	}

	.help-block h2 {
		margin: 0 0 40px;
	}

	.spotlight-block h2 {
		color: #d9d8d6;
		opacity: .4;
	}

	.lead-content .lead-form-section {
		margin: -263px 0 0;
	}

	.testimonial-carousel .container {
		padding-bottom: 60px;
	}

	.testimonial-carousel .container .row {
		max-height: 280px;
	}

	.testimonial-carousel .container.top-section {
		bottom: auto;
		top: 0;
	}

	.promo-section .promo-wrapper {
		padding-left: 35px;
		padding-right: 27px;
	}

	.promo-section .btn-holder {
		margin-right: -27px !important;
	}

	.promo-section .text-wrapper {
		padding-left: 29px;
		padding-right: 8px;
		max-width: 451px;
	}

	.promo-section .logo-holder.width--changed {
		width: 100%;
		max-width: 100%;
	}

	.partner-block h3 span {
		padding-right: 30px;
	}

	.partner-block h3 span:after {
		top: 4px;
	}

	.banner-section .pb-lg-137 {
		padding-bottom: 137px;
	}

	.banner-section .container {
		padding-bottom: 29px;
		padding-top: 160px;
		min-height: 665px;
	}

	.key-contacts-block {
		position: relative;
		z-index: 9;
		padding: 0;
		background-color: transparent;
	}

	.key-contacts-block a {
		color: #fff;
		opacity: .7;
	}

	.key-contacts-block .title {
		font: 500 30px/40px "Butler", "Times New Roman", serif;
		margin-bottom: 0;
		-ms-flex-preferred-size: 246px;
		flex-basis: 246px;
		color: #fff;
		opacity: .4;
	}

	.key-contacts-block .contact-wrapper {
		border-top: none;
		border-left: 1px solid #fff;
		padding-left: 13px;
	}

	.key-contacts-block .contact-wrapper.hover .show-lg-on-hover {
		max-height: 500px;
		opacity: 1;
		visibility: visible;
		-webkit-transition: max-height 1s ease-in-out;
		transition: max-height 1s ease-in-out;
	}

	.key-contacts-block .contact-wrapper.hover .mail {
		bottom: 5px;
	}

	.key-contacts-block .contact-wrapper .designation {
		min-height: 0;
		font-size: 13px;
		color: #fff !important;
		padding-top: 4px;
	}

	.key-contacts-block .contact-wrapper h3 {
		font-size: 19px;
		line-height: 1;
		margin-bottom: 0;
	}

	.key-contacts-block .contact-wrapper .mail {
		font-size: 13px;
		-webkit-transition: bottom .5s ease-in-out;
		transition: bottom .5s ease-in-out;
	}

	.key-contacts-block .contact-wrapper .contact-holder .phone {
		font-size: 13px;
		font-weight: 500;
	}

	.key-contacts-block .key-wrapper {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.key-contacts-block .show-lg-on-hover {
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
		transition: max-height .5s cubic-bezier(0, 1, 0, 1);
	}

	.key-contacts-block .contact-holder.border-danger {
		border-top: 0 !important;
	}

	.page-content .bg-gradient {
		padding-top: 59px;
		padding-bottom: 56px;
	}

	.side-block {
		box-shadow: 1px 2px 5px rgba(0, 0, 0, .25);
		margin-left: 10px;
		background: #fff;
		z-index: 9;
		overflow: auto;
		max-height: calc(100vh - 142px);
	}

	.side-block .side-holder {
		padding: 19px 39px 31px;
		height: 100%;
	}

	.side-navbar {
		font-size: 17px;
		line-height: 21px;
	}

	.side-navbar li + li {
		margin-top: 19px;
	}

	.side-navbar li:before {
		display: none;
	}

	.side-navbar li a {
		padding: 0;
		display: inline-block;
		vertical-align: top;
		font-weight: 500;
	}

	.side-navbar li a:before {
		content: "";
		position: absolute;
		height: 0;
		width: 0;
		border-bottom: 6px solid transparent;
		border-left: 6px solid #d82231;
		border-top: 6px solid transparent;
		top: 4px;
		left: -14px;
		-webkit-transition: opacity .3s linear;
		transition: opacity .3s linear;
		opacity: 0;
	}

	.leadership-block .heading-title {
		margin-bottom: 45px;
	}

	.leadership-block .js-append {
		position: relative;
		z-index: 9;
	}

	.leadership-wrapper.full-width .img-holder {
		float: left;
		width: 286px;
		margin-bottom: -26px;
		margin-left: -20px;
	}

	.leadership-wrapper.full-width .img-holder ~ .text-wrapper {
		float: right;
		text-align: left;
		margin-left: 38px;
		width: calc(100% - 324px);
	}

	.leadership-wrapper.full-width p {
		margin-bottom: 20px;
	}

	.bg-white .filter-btn li:nth-child(odd) .filter-drop {
		max-width: 722px;
	}

	.bg-white .filter-section .filter-drop {
		width: 818px;
	}

	.filter-btn li {
		position: relative;
	}

	.filter-btn li:nth-child(odd) .filter-drop {
		max-width: 724px;
	}

	.filter-drop {
		left: auto;
		width: 814px;
	}
}

@media (min-width: 992px) {
	h1 {
		font-size: 42px;
		line-height: 50px;
	}

	h2 {
		font-size: 35px;
	}

	.header .container {
		padding-top: 21px;
		padding-bottom: 50px;
	}

	.banner.banner--bio {
		padding-top: 130px;
	}

	.banner time {
		font-size: 17px;
	}

	.sidebar {
		margin-top: -26px;
	}

	.promo-section h2 {
		padding-top: 19px;
	}

	.carousel-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}

	.safari.mac .key-contacts-block .contact-wrapper.hover .mail {
		bottom: 5px;
	}

	.safari.mac .key-contacts-block .contact-wrapper h3 {
		padding-top: 2px;
	}

	.leadership-wrapper.full-width p:last-child {
		margin-bottom: 0;
	}

	.leadership-carousel .leadership-wrapper .img-holder {
		min-height: 318px;
	}
}

@media (min-width: 993px) {
	.post a:hover .hover {
		opacity: 1;
		visibility: visible;
	}

	.contact-list a:hover {
		opacity: .7;
	}

	.social-networks a:hover,
	.social-networks a:focus {
		color: #d51c27;
	}
}

@media screen and (min-width: 1200px) {
	.header .container {
		padding-bottom: 48px;
	}

	.nav-holder {
		font-size: 17px;
		line-height: 19px;
		min-height: 61px;
	}

	.nav-holder ul li {
		margin-bottom: 17px;
	}

	#nav > ul > li > .drop-down > ul > li > .drop-down > ul .drop-down {
		width: 758px;
	}

	#nav > ul > li > .drop-down > ul > li > .drop-down > ul .drop-down ul {
		margin-bottom: -17px;
	}

	.slider-holder .heading h2 {
		padding-right: 0;
		line-height: 39px;
		height: 36px;
	}

	.slider.owl-carousel .owl-nav .owl-prev {
		left: 27px;
	}

	.slider.owl-carousel .owl-nav .owl-next {
		right: 27px;
	}

	.slider .item .bg-white-transparent:after {
		left: -999px;
	}

	.spotlight-block {
		margin-top: -246px;
		position: relative;
		z-index: 2;
	}

	.spotlight-block {
		margin-top: -186px;
	}

	.testimonial-carousel {
		margin-bottom: 0;
	}

	.testimonial-carousel .container {
		padding-bottom: 280px;
		padding-top: 203px;
	}

	.content blockquote {
		width: 90.8%;
	}

	.carousel-wrapper {
		padding-left: 0;
		padding-right: 0;
	}

	.key-contacts-block .title {
		-ms-flex-preferred-size: 294px;
		flex-basis: 294px;
		font-size: 35px;
	}

	.key-contacts-block .key-wrapper {
		padding-right: 38px;
	}

	.bg-white .filter-btn li:nth-child(odd) .filter-drop {
		max-width: 844px;
	}

	.bg-white .filter-section .filter-drop {
		width: 933px;
	}

	.filter-btn li:nth-child(odd) .filter-drop {
		max-width: 844px;
	}

	.filter-drop {
		width: 936px;
	}
}

@media (min-width: 1200px) {
	h2 {
		font-size: 42px;
	}
}

@media screen and (min-width: 1300px) {
	.article-carousel .slick-arrow {
		left: -34px;
	}

	.article-carousel .slick-arrow.slick-next {
		right: -33px;
		left: auto;
	}
}

@media (min-width: 1366px) {
	.posts h2 {
		font-size: 31px;
		line-height: 35px;
		padding: 13px 10px;
	}

	.post .hover {
		font-size: 20px;
		line-height: 29px;
	}
}

@media screen and (max-width: 991px) {
	.has-drop-down .holder {
		position: relative;
		display: block;
		padding-right: 25px;
	}

	.has-drop-down .holder .has-drop-down-a {
		padding-right: 0;
		display: inline;
		border-bottom: 1px solid #d51c27;
	}

	.has-drop-down .holder .has-drop-down-a:after {
		display: none;
	}

	.has-drop-down a:not(.has-drop-down-a) {
		display: inline;
		border-bottom: 1px solid #d51c27;
	}
}

@media screen and (max-width: 768px) {
	.banner.banner--height h1 {
		font-size: 37px;
		font-weight: 500;
	}
}

@media screen and (max-width: 767px) {
	.multiCollapse .col-md-6:last-child {
		margin-bottom: 0 !important;
	}

	.bg-gradient .col-md-6 {
		padding-bottom: 0 !important;
	}

	#webinars.bg-gradient {
		padding-top: 40px;
		padding-bottom: 35px;
	}

	#resources.bg-gradient {
		padding-top: 37px;
		padding-bottom: 112px;
	}

	.leadership-wrapper {
		height: auto !important;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: .8;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: .8;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes gradient {
	0% {
		background-position: 0 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0 50%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0 50%;
	}
}
