.flex-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.align-items-center {
	align-items: center !important;
}
.mb-1 {
	margin-bottom: 8px;
}
.mb-2 {
	margin-bottom: 16px;
}
@media (min-width: 576px) and (max-width: 992px) {
	.col-sm-6 {
		width: 50%;
		float: left;
	}
}
@media (max-width: 576px) {
	.col-xs-12 {
		width: 100%;
	}
}
.mt-0 {
	margin-top: 0 !important;
}
.text-center {
	text-align: center !important;
}
.text-accent {
	color: #FFB43D;
}
.title-hr-top {
    padding-top: 10px;
	position: relative;
}
.title-hr-top::before {
	content: "";
    background-color: #fdb913;
    display: block;
    height: 6px;
    width: 65px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.title-hr-top--left::before {
    transform: none;
    left: 0;
}
.nav-card {
	margin: 15px 0;
	padding-top: 20px;
	display: block;
    height: 100%;
    min-height: 140px;
    border: 1px solid #CCC;
    -webkit-transition: all .6s linear;
    transition: all .6s linear;
    text-decoration: none;
}
.nav-card__title {
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 0 1.5rem;
	margin: 0;
	height: 56px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.12;
    text-align: center;
	color: #002D62;
}
.nav-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
	background: rgba(102,102,102,.2);
    border-radius: 50%;
    height: 60px;
    position: relative;
    width: 60px;
    margin: auto;
    border: 1px solid transparent;
    -webkit-transition: all .6s linear;
    transition: all .6s linear;
}
.nav-card__icon img {

}
.nav-card:hover {
    -webkit-box-shadow: 0 4px 3px rgba(0,0,0,.42);
    box-shadow: 0 4px 3px rgba(0,0,0,.42);
	cursor: pointer;
	text-decoration: none;
}
.nav-card:hover .nav-card__icon {
    background: #fff;
    border: 1px solid #002D62;
}

.calc-slider .slick-list {
	margin-left: -15px;
	margin-right: -15px;
}
.calc-slider .slick-slide {
	padding-left: 15px;
	padding-right: 15px;
}
.card {
	margin-bottom: 30px;
	position: relative;
	display: block;
}
.card__content {
	width: 100%;
	max-width: 80%;
    background: linear-gradient(45deg,transparent .8rem,#002d62 .8rem);
    color: #fff;
    padding: 1rem 1.5rem;
    font-weight: 500;
    color: #fff;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.card__title {
	margin: 0;
	font-weight: 500;
}
.card__image {

}
.card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.card:hover {
	text-decoration: none;
	color: #fff;
}

.section {
	margin: 60px 0 0;
}

.section-crowe-today {
	margin: 60px 0 0;
	padding: 60px 0 40px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	font-size: 18px;
	background-size: cover;
}
.section-crowe-today .title-hr-top {
	padding-top: 24px;
}
.section-crowe-today .h2 {
	margin-bottom: 40px;
}
.section-crowe-today__footnote {
	margin-top: 25px;
}
.stat-item {
	max-width: 260px;
	margin: 20px auto;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.stat-item > div:first-child {
	margin-right: 16px;
}
.stat-item__num {
	color: #FFB43D;
	font-weight: bold;
	font-size: 60px;
	line-height: 0.7;
}
.stat-item__year {
	color: #FFB43D;
	font-weight: normal;
	font-size: 40px;
	line-height: 1;
}
.stat-item__label {
	color: #FFB43D;
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
}
.stat-item__text {
    margin-top: -8px;
	max-width: 180px;
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.2;
}
@media (max-width: 1200px) {
	.section-crowe-today {
		background-size: cover;
	}
}
@media (min-width: 1200px) {
	.stat-item {
		max-width: auto;
		margin: 40px 0;
	}
}

.publications {
	padding: 60px 0;
    background-color: #666;
    color: #fff;
}
.publications .link--arrow {
	color: #fff;
}
.article-preview-featured {
	display: flex;
	align-items: flex-start;
	margin: 0 -15px 15px;
}
.article-preview-featured:hover {
	text-decoration: none;
}
.article-preview-featured__img {
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
}
.article-preview-featured__img > div {
	overflow: hidden;
}
.article-preview-featured__content {
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
}
.article-preview-featured__title {
	margin: 0;
    font-weight: 900;
    font-size: 46px;
    line-height: 49px;
    color: #fff;
    text-decoration: none;
}
.article-preview-featured__text {
    margin: 2.5rem 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
}

.article-preview {
	width: 100%;
}
.article-preview:hover {
	text-decoration: none;
}
.article-preview__title {
	font-size: 16px;
    line-height: 1.25;
	color: #fff;
}
.article-preview__image {
	margin-bottom: 16px;
	overflow: hidden;
}
.article-preview__image img {
	width: 100%;
}
@media screen and (max-width:767px) {
	.publications__list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.publications__footer {
		margin: 3rem 0 0;
		padding: 0 3rem;
	}
	.publications .section-intro-bar {
		padding: 0 3rem;
	}
	.article-preview__title,
	.article-preview__image {
		padding-left: 15px;
		padding-right: 15px;
	}
	.hidden-small {
		display: none !important;
	}
}
@media screen and (min-width:768px) {
	.article-preview {
		margin: 15px 0;
	}
	.publications__list {
		margin: 0 -15px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: nowrap;
	}
	.publications__list-item {
		padding: 0 15px;
		width: 50%;	
	}
	.hidden-md {
		display: none !important;
	}
}

@media (min-width:768px) and (max-width: 1200px){
	.article-preview-featured__title {
	    font-size: 28px;
	    line-height: 34px;
	}
	.article-preview-featured__text {
	    margin: 1.5rem 0 0;
	}
}

@media screen and (max-width: 992px) {
	.publications__list-item {
		width: 25%;
	}
}

.footer__menu-bar {
	padding: 15px;
	width: 100%;
}
.footer__logo-bar__tagline,
.footer__social,
.footer__logo-bar__logo,
.footer__contacts {
	padding: 0 15px;
	width: 100%;
	text-align: center;
}
.footer__contacts {
    margin-bottom: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
}
.footer__phones span {
    margin: 0 13px;
}
.footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer__social a {
	margin: 0 5px;
}
@media (min-width: 767px) {
	.footer__copyright {
		font-size: 1.6rem;
	}
}
@media (min-width: 992px) {
	.footer__menu-bar {
		padding: 0 15px;
	}
	.footer__contacts {
		margin-bottom: 0;
	}
	.footer__logo-bar__logo,
	.footer__contacts {
		width: 60%;
		text-align: left;
	}
	.footer__logo-bar__tagline,
	.footer__social {
		width: 40%;
	}
	.footer__copyright,
	.footer__menu-bar {
		margin: 44px 0 0;
	}
}

.partners-slider {
	margin-top: 40px;
	padding-left: 60px;
	padding-right: 60px;
}
.partners-slider .slick-prev {
	left: 0;
}
.partners-slider .slick-next {
	right: 0;
}
.partner-card {
	padding: 0 8px;
}
.partner-card a {
	display: block;
	border: 0;
	text-decoration: none;
    text-align: center;
}
.partner-card img {
	margin: 0 auto;
	max-width: 100%;
}

.profiles {
	padding-bottom: 5rem;
}
.profiles + .footer {
	margin-top: 0;
}
.mb-40 {
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
	.profiles {
		padding-bottom: 9rem;
	}
}

/* tzk */
.wt-btn input,
a.wt-btn,
button.wt-btn,
input.wt-btn{
	background-color: #fdb913;
	border: none;
	border-radius: 22px;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	min-width: 180px;
	padding: 13px 25px;
	text-align: center;
}
.wt-btn input:hover,
a.wt-btn:hover,
button.wt-btn:hover,
input.wt-btn:hover{
	background-color: #fdca13;
	box-shadow: none;
}