.discipline-panel {
	color: #fff;
	overflow: hidden;
	min-height: 600px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1;
	flex: 1;
}

.discipline-panel:after {
	clear: both;
	content: '';
	display: table;
}

.discipline-item {
	display: inline-block;
	float: left;
	position: relative;
	width: 25%;
	transition: width 400ms;
	overflow: hidden;
}

.discipline-item h2 {
	font-family: "FenetexLight Regular",Arial,sans-serif;
	font-size: 25px;
	position: absolute;
	line-height: 1;
	padding: 0 35px;
	color: #fff;
	top: 38%;
	text-decoration: none;
	width: 100%;
	transition: top 600ms, opacity 200ms, transform 900ms;
	z-index: 10;
}

.discipline-item h2 a {
	color: inherit;
	text-decoration: none;
}

html:not(.mobile):not(.tablet) .discipline-item h2 a:hover,
html:not(.mobile):not(.tablet) .discipline-item h2 a:focus,
.discipline-item h2 a.on_press {
	color: rgba(255, 255, 255, 0.7);
}

.discipline-item h2:after {
	transition: opacity 200ms ease;
	position: absolute;
	bottom: 4px;
	left: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	content: '';
}

.discipline-item__bg {
	position: absolute;
	top: 0;
	left: -1px;
	width: calc(100% + 2px);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: filter 600ms, top 600ms;
}

.discipline-item.discipline-item--product .discipline-item__bg {
	background-position: center right -75px;
	width: calc(100% + 77px);
	left: auto;
	right: -1px;
}

.discipline-item__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	padding: 40px 50px;
	background: #1d1d23;
	z-index: 5;
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	transition: opacity 600ms, transform 600ms;
}

.discipline-item__content h3 {
	font-family: "FenetexLight Regular",Arial,sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
	color: #fff;
	margin: 0 0 40px 0;
}

.discipline-item__content ul {
	font-size: 12px;
	font-size: 1.2rem;
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.25em;
}

.discipline-item__content ul a {
	font-weight: 700;
	padding: 8px 0;
	display: block;
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #27272c;
}

html:not(.mobile):not(.tablet) .discipline-item__content ul a:hover,
html:not(.mobile):not(.tablet) .discipline-item__content ul a:focus,
.discipline-item__content ul a.on_press {
	color: rgba(255, 255, 255, 0.5);
}

.discipline-item__content li:last-child a {
	border-bottom: 1px solid #27272c;
}

.discipline-item__content .btn {
	font-size: 10px;
	font-size: 1rem;
	position: relative;
	left: -35px;
	display: inline-block;
	padding: 14px 35px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 40px;
	border-left: none;
	text-decoration: none;
	border: 1px solid #6b6b6d;
	color: #fff;
	letter-spacing: 0.3em;
	transition: border 200ms ease;
}

.discipline-item__content .btn span {
	transition: opacity 200ms ease;
	text-decoration: none;
	position: relative;
	z-index: 10;
}

.discipline-item__content .btn:before {
	position: absolute;
	width: 56px;
	height: calc(100% + 2px);
	left: -1px;
	top: -1px;
	z-index: 5;
	background: #1d1d23;
	content: '';
}

html:not(.mobile):not(.tablet) .discipline-item__content .btn:hover,
html:not(.mobile):not(.tablet) .discipline-item__content .btn:focus,
.discipline-item__content .btn.on_press {
	border: 1px solid #525253;
}

html:not(.mobile):not(.tablet) .discipline-item__content .btn:hover span,
html:not(.mobile):not(.tablet) .discipline-item__content .btn:focus span,
.discipline-item__content .btn.on_press span {
	opacity: 0.5;
}


html {
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
}




@media (min-width: 1001px) {

html:not(.mobile):not(.tablet) .discipline-item:hover,
html:not(.mobile):not(.tablet) .discipline-item:focus,
.discipline-item.on_press {
	width: 34%;
}

html:not(.mobile):not(.tablet) .discipline-item:hover h2,
html:not(.mobile):not(.tablet) .discipline-item:focus h2,
.discipline-item.on_press h2 {
	top: 70px;
}

html:not(.mobile):not(.tablet) .discipline-item:hover h2:after,
html:not(.mobile):not(.tablet) .discipline-item:focus h2:after,
.discipline-item.on_press h2:after {
	opacity: 0;
}

html:not(.mobile):not(.tablet) .discipline-item:hover .discipline-item__content,
html:not(.mobile):not(.tablet) .discipline-item:focus .discipline-item__content,
.discipline-item.on_press .discipline-item__content {
	opacity: 1;
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.discipline-item.inactive {
	width: 22%;
}

.discipline-item.inactive .discipline-item__bg {
	filter: grayscale(100%);
}


}

@media screen and (min-width: 1200px) {


.discipline-item h2 {
	font-size: 40px;
}

}

@media (max-width: 1000px) {

.discipline-panel {
	display: block;
	height: 600px;
}

.discipline-item {
	width: 50%;
	height: 300px;
}


}

@media (max-width: 600px) {

.discipline-panel {
	height: 720px;
	min-height: 720px;
}

.discipline-item {
	width: 100%;
	height: 180px;
}

}

@media (max-height: 1050px) {

.discipline-item__content {
	height: 65%;
}

}