/**************************************************************
					CMS Pages Styles
***************************************************************/
#cms #center_column .testimonials {
    border: 1px solid;
    border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0;
    margin: 4px 0 13px 0;
    position: relative;
}

#cms #center_column .testimonials .inner {
    border: 1px solid #d7dce2;
    padding: 19px 18px 11px 18px;
    background: #fbfbfb;
}

#cms #center_column .testimonials .inner span {
    text-indent: -5000px;
    display: inline-block;
    width: 20px;
    height: 15px;
}

#cms #center_column .testimonials .inner span.before {
    background: url(../img/bl-before-bg.png) no-repeat;
    margin-right: 8px;
}

#cms #center_column .testimonials .inner span.after {
    background: url(../img/bl-after-bg.png) no-repeat;
    margin-left: 8px;
}

#cms #center_column .testimonials + p {
    padding-left: 45px;
    margin: 18px 0;
}

#cms #center_column p.bottom-indent {
    margin-bottom: 18px;
}

#cms #center_column #admin-action-cms {
    background: none repeat 0 0 #F6F6F6;
    border: 1px solid #d2d0d0;
    padding: 10px;
}

#cms #center_column #admin-action-cms p {
    margin: 0;
}

#cms #center_column #admin-action-cms p span {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

#cms #center_column #admin-action-cms p .button {
    font: 700 17px/21px Arial, Helvetica, sans-serif;
    padding: 0;
    border: 1px solid;
    padding: 10px 14px;
    display: inline-block;
}

#cms #center_column #admin-action-cms p .button.publish_button {
    color: white;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #0079b6 #006fa8 #012740 #006fa8;
    background: #009ad0;
    background: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background: -webkit-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: -o-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: -ms-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7', GradientType=0);
}

#cms #center_column #admin-action-cms p .button.publish_button:hover {
    border-color: #01314e #004b74 #0079b6 #004b74;
    filter: none;
    background: #0084bf;
}

#cms #center_column #admin-action-cms p .button.lnk_view {
    color: #333333;
    text-shadow: 1px 1px white;
    border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ededed', GradientType=0);
}

#cms #center_column #admin-action-cms p .button.lnk_view:hover {
    border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e;
    filter: none;
    background: #e7e7e7;
}

#cms .faq-container h2:not(:first-child) {
    margin-top: 40px;
}

/* Accordion item styles */
#cms .accordion-item {
    padding-left: 24px;
    border-bottom: 1px solid #d7dce2;
}
#cms .accordion-item > :not(h3) {
    display: none;
}
#cms .accordion-item > h3 {
    cursor: pointer;
}
#cms .accordion-item > h3::before {
    content: '\e65e';
    font-family: "wpicon";
    font-size: 14px;
    color: #48535a;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-left: -24px;
    transition: .4s ease
}
#cms .accordion-item.active > h3::before {
    transform: rotate(-180deg);
}
#cms .accordion-item-content {
    overflow: hidden;
}
#cms .accordion-item-content > :first-child {
    margin-top: 0;
}

#cms picture {
	display: inline-block;
}

/* FAQ pages 'Cant find' block */
@media only screen and (min-width: 767px) and (max-width: 780px) {
    #cms #center_column .rte .row .column.col-4-12.t-align-center {
        min-height: 188px;
    }
    #cms #center_column .rte .row .column.col-4-12.t-align-center ul {
        list-style-type: none;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }
}

iframe[src*="gleam"] {
    min-height: 1100px;
}
@media (max-width: 480px) {
    #center_column iframe[src*="gleam"], #post_view iframe[src*="gleam"], .static_block_main iframe[src*="gleam"] {
        width: 90vw !important;
        position: relative;
        left: calc(-45vw + 50%);
        max-width: none !important;
    }
}

/* landing-cms */
.landing-cms {
	position: relative;
	z-index: 1;
	background: #fff;
	margin: -50px -20px 0;
}

.landing-cms .full-width-wrapper{
	position: relative;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.landing-cms .full-width-wrapper > img,
.landing-cms .full-width-wrapper > picture > img {
	width: 100%;
	height: auto;
}

.landing-cms .full-width-wrapper.gradient-overlay {
	position: relative;
}

.landing-cms .heading-wrapper {
	position: absolute;
	display: flex;
	justify-content: space-between;
	left: 50%;
	height: auto;
	max-height: 100%;
	width: 100%;
	transform: translateX(-50%);
}
.landing-cms .grid .item {
	font-size: 18px;
}

.normalized .landing-cms h3,
.normalized .landing-cms .full-width-wrapper .grid h3{
	font-size: 50px;
	margin: 0;
	line-height: 1.1;
}

.row.parent .landing-cms .full-width-wrapper .row {
	padding: 0 50px;
}

.landing-cms .heading-wrapper.row:after {
	display: none;
}

.landing-cms .heading-block {
	width: 40%;
}

.landing-cms .heading-image {
	text-align: right;
}

.landing-cms .heading-image img {
	max-height: 100%;
	width: auto;
}

.landing-cms .heading-block h1 {
	font-size: 50px;
	line-height: 1;
}

.landing-cms .heading-block h2 {
	font-size: 47px;
	font-weight: normal;
}

.normalized .landing-cms h3.two-lines {
	font-size: 66px;
	line-height: 1.1;
}
.normalized .landing-cms h3.two-lines:first-line {
	font-size: 50px;
}

.normalized .landing-cms h4 {
	font-size: 33px;
	margin-bottom: 12px;
}

.landing-cms .full-width-wrapper h3 {
	margin: 1em 0 3em;
}

.landing-cms .cards {
	display: flex;
	margin: 0 -10px;
}

.landing-cms .cards .card {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(25% - 20px);
	padding: 7% 0;
	margin: 0 10px 20px;
	font-weight: bold;
	font-size: 20px;
	background-position: center;
	background-size: cover;
	color: #444 !important;
}
.landing-cms .cards .card:hover {
	border-bottom: 0;
	color: inherit !important;
}
.landing-cms .section-image {
	position: relative;
}
.landing-cms .section-image .section-description {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 50%;
	background: rgba(247,245,240,.7);
	display: flex;
	align-items: flex-end;
	padding: 28px 20px;
}

.landing-cms .section-image .section-description.left {
	left: 0;
	right: 50%;
}

.landing-cms .banner-block picture,
.landing-cms .banner-block picture img {
	width: 100%;
}

.landing-cms .banner-block .absolute-center {
	position: absolute;
	width: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.landing-cms .banner-block .absolute-center.pull-right {
	left: auto;
	right: 0;
	transform: none;
}

.landing-cms .banner-block .absolute-center.pull-left {
	right: auto;
	left: 0;
	transform: none;
}

.row.parent .landing-cms .full-width-wrapper .row {
	padding: 65px 50px;
}

.landing-cms .banner-block .button {
	display: block;
	width: 180px;
	background-color: #4CA69C;
	color: #fff !important;
	margin: 0 auto;
	padding: 20px 30px;
	border-radius: 2px;
	font-size: 20px;
	text-align: center;
}
.landing-cms .banner-block .button:hover {
	color: #fff !important;
	border-bottom: 0;
}

.landing-cms .faq_accorion {
	padding: 100px 36px;
	font-size: 18px;
}
.landing-cms .faq_accorion dl {
	margin: 0;
}
.landing-cms .faq_accorion dl dt {
	padding: 23px 100px 23px 36px;
	font-weight: normal;
	border: 1px solid #EAE4D8;
	background-color: #fff;
	margin-bottom: 18px;
	position: relative;
}
.landing-cms .faq_accorion dl dt:before {
	border-color: transparent transparent transparent #fff;
	left: auto;
	right: 20px;
	top: 50%;
    transform: translateY(-50%);
	z-index: 1;
	border-width: 18px 0 18px 24px;
}
.landing-cms .faq_accorion dl dt.open:before {
	border-width: 18px 18px 0;
	border-color: #fff transparent transparent;
	top: 50%;
    transform: translateY(-50%);
	right: 18px;
}
.landing-cms .faq_accorion dl dt:after {
	content: "";
	display: block;
	position: absolute;
	width: 72px;
	height: 100%;
	right: 0;
	top:0;
	background-color: #4CA69C;
}
.landing-cms .faq_accorion dl dt:last-of-type {
	border-bottom: 1px solid #EAE4D8;
}

.landing-cms .faq_accorion dl dd {
	border: 0;
	padding-top: 18px;
	margin-top: -18px;
}
.landing-cms .full-width-wrapper img {
	max-width: 100%;
	height: auto;
}

.landing-cms .viewproductshortcode.grid {
	background-color: #fff;
	padding: 0
}
.landing-cms .viewproductshortcode-wrap.item {
	display: inline-block;
}

.landing-cms .viewproductshortcode-wrap.item .rating-container {
	max-width: none;
}
.landing-cms .viewproductshortcode-wrap.item .gsrReviewCountsText {
	line-height: 20px;
	vertical-align: top;
}
.landing-cms .viewproductshortcode-wrap a.item-name-link {
	color: #48535a !important;
}
.landing-cms .viewproductshortcode-wrap .button-1 {
	text-transform: none !important;
	width: 175px;
}
.landing-cms .viewproductshortcode-wrap a:hover{
	border-bottom: 0 !important;
}
.landing-cms .viewproductshortcode-wrap .star-rating-control {
	display: inline-block;
}

.landing-cms .banner-block {
	position: relative;
	overflow: hidden;
}
.landing-cms .banner-block .grid {
	padding: 36px 36px 120px;
}
.landing-cms .banner-block h4 {
	margin: 0 0 20px 0;
	font-size: 50px;
	line-height: 1;
}

.landing-cms .people {
	position: relative;
}
.landing-cms .people:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	opacity: 0.4;
	z-index: 1;
	background-image: url('/modules/athletescms/img/overview-bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 0 0;
}
.landing-cms .people:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: rgba(76, 166, 156, 0.5);
	z-index: 2;
}

.row.parent .landing-cms .full-width-wrapper.people .row {
	padding-bottom: 30px;
	position: relative;
	z-index: 10;
}
.landing-cms .people h1,
.landing-cms .people h2{
	font-size: 66px;
	line-height: 1;
}
.landing-cms .people .athletes h1 {
	color: #fff;
	margin-bottom: 40px;
	font-weight: 600;
}
.landing-cms .people .talents h2 {
	margin-bottom: 20px;
}
.landing-cms .people .pages {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px
}
.landing-cms .people .pages a {
	display: block;
	position: relative;
	width: calc(50% - 36px);
	padding-bottom: 44%;
	background-position: center;
	background-size: cover;
	margin: 0 18px 27px;
}
.landing-cms .people .pages a .title {
	color: #fff;
	background-color: rgba(76, 166, 156, 0.5);
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px 10px 40px;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 33px;
	line-height: 36px;
}
.landing-cms .people .pages a .title > span {
	display: flex;
	flex-direction: column;
}
.landing-cms .people .pages a .title .name {
	font-weight: bold;
}
.athletes-cms-category .mid-img-wrap {
	position: relative;
}

.athletes-cms-category .related-articles {
	font-size: 18px;
}
.athletes-cms-category .mid-img-wrap .title {
	position: absolute;
	line-height: 1;
	color: white;
	top: 12%;
	left: 14%;
	font-size: calc(5.5vw + 9px);
}
@media (min-width: 1300px) {
	.athletes-cms-category .mid-img-wrap .title {
		font-size: 100px;
	}
}
.athletes-page .page-body {
	margin-bottom: 0 !important;
}

.athletes-page {
	line-height: 1.5;
	margin-top: 10px;
	font-size: 18px;
}
.athletes-cms .person {
	font-size: 1.2vw;
}
@media (min-width: 1400px) {
	.athletes-cms .person {
		font-size: 16px;
	}
}
.athletes-cms .person .bg-img-wrap {
	position: relative;
}
.athletes-cms .person .athlete-bg-img {
	width: 100%;
}
@media (min-width: 1200px) {
	.athletes-cms .person .athlete-bg-img {
		min-height: 600px;
	}
}
@media (max-width: 480px) {
	.athletes-cms .person .athlete-bg-img, .athletes-cms .person .athlete-img, .athletes-cms .person-footer .athlete-footer-img {
		display: none;
	}
}
@media (min-width: 481px) {
	.athletes-cms .person .athlete-bg-img-mob, .athletes-cms .person .athlete-img-mob, .athletes-cms .person-footer .athlete-footer-img-mob {
		display: none;
	}
}
.athletes-cms .person .athlete-img, .athletes-cms .person .athlete-img-mob {
	min-width: 150px;
	width: 39%;
	position: relative;
	top: -28vw;
	margin-bottom: -24vw;
}
.athletes-cms .person .stripe {
	height: 4em;
	background-color: rgba(76, 166, 156, 0.75);
	position: relative;
}
.athletes-cms .person-content {
	margin-top: 4em;
	margin-left: 2%;
	display: inline-block;
}
.athletes-cms .person-title {
	color: white;
	margin-top: 6vw;
	line-height: 1.1;
	position: absolute;
	z-index: 10;
	top: 0;
	flex-direction: column;
	justify-content: start;
}
.athletes-cms .person-title .name {
	font-size: 95px;
	font-weight: bold;
	color: #4CA69C;
	margin: 0;
}
.athletes-cms .person-title .profession {
	font-size: 4em;
}
.athletes-cms .person-info {
	margin-bottom: 3em;
	font-size: 1.25em;
	line-height: 1.25;
}
.athletes-cms .person-info table {
	display: block;
}
.athletes-cms .person-info tbody {
	border: 3px solid #4CA69C;
	display: flex;
}
.athletes-cms .person-info tr {
	display: block;
	border-right: 3px solid #4CA69C;
}
.athletes-cms .person-info td {
	display: block;
}
.athletes-cms .person-info tr:last-child {
	border-right:unset;
}
.athletes-cms .person-info tr div {
	padding: 1em 0.75em;
}

.athletes-cms .person-socials {

}
.athletes-cms .person-socials .wrap {
	float: right;
}
.athletes-cms .person-socials img {
	width: 4em;
	height: auto;
}
.athletes-cms .person-socials a {
	margin: 0 1.75em;
}
.athletes-cms .person-socials a {
	margin-right: 0;
}
#cms .athletes-cms .biography {
	margin-bottom: 0;
	float: none;
}
.athletes-cms .biography h2 {
	margin: 0.25em 0;
	line-height: 1;
	margin-top: 0.5em;
	margin-bottom: 0;
}
body .athletes-page h3 {
	font-size: 66px;
	margin: 0.25em 0;
	font-weight: bold;
	color: #4CA69C;
}
body .athletes-page h2 {
	font-size: 100px;
	color: #4CA69C;
}
.landing-cms .columns {
	display: flex;
	gap: 0 1.5em;
}
.landing-cms .columns .col {
	flex: 1 1 0px;
}

.athletes-page .related-articles {
	position: relative;
	max-width: 100%;
	width: 100%;
	margin-top: -19.2%;
}
@media (min-width: 1680px) {
	.athletes-page .related-articles {
		margin-top: -20.3%;
	}
	.athletes-cms-category.athletes-page .related-articles > .title {
		position: relative;
		top: -22vw;
	}
}
@media (max-width: 1300px) {
	.athletes-page .related-articles {
		margin-top: calc(-12% - 90px);
	}
	.athletes-page .related-articles >.title {
		font-size: calc(4vw + 14px);
	}
}
@media (max-width: 768px) {
	.athletes-page .related-articles {
		margin-top: 0;
	}
}

.athletes-page .related-articles >.title {
	margin-top: 20px;
	margin-bottom: 40px;
}
.athletes-page .swiper-slide {
	min-width: 140px;
}
.athletes-page .swiper-slide .button {
	font-size: 16px !important;
}
.athletes-page .related-articles .swiper-slide .title {
	display: block;
	margin-bottom: 5px;
}
.athletes-page .related-articles .swiper-slide .description {
	text-transform: none;
	font-weight: normal;
}
.athletes-page .related-articles .button.flat {
	text-transform: none !important;
	font-weight: normal !important;
	max-width: 100%;
}
.athletes-page .related-articles img {
	margin-bottom: 20px;
}
.athletes-page .related-articles p {
	margin: 0 !important;
}
.athletes-page .swiper-outer-wrapper {
	position: relative;
}
.athletes-page .swiper-button {
	position: absolute;
	border: solid #D1221D;
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 4px;
	cursor: pointer;
	top: 23%;
	background-image: unset;
	width: 30px;
	height: 30px;
}
.athletes-page .swiper-button-next {
	right: -30px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.athletes-page .swiper-button-prev {
	left: -30px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.athletes-page .swiper-wrapper .swiper-slide:last-child {
	margin-right: 0 !important;
}

body.cms-397 #breadcrumb {
    margin-bottom: 60px;
}

@media (min-width: 1199px) {
	body.cms-375 .landing-cms .full-width-wrapper, body.cms-382 .landing-cms .full-width-wrapper {
		min-height: 405px;
	}
	body:not(.cms-375):not(.cms-382) .landing-cms .full-width-wrapper {
		min-height: 270px;
	}
	.landing-cms .viewproductshortcode .img-wrapper img:not(.product_overlay_atdev) {
		min-height: 360px;
	}
}
@media (min-width: 1399px) {
	body.cms-375 .landing-cms .full-width-wrapper, body.cms-382 .landing-cms .full-width-wrapper {
		min-height: 470px;
	}
	body:not(.cms-375):not(.cms-382) .landing-cms .full-width-wrapper {
		min-height: 280px;
	}
}
@media (min-width: 1499px) {
	body.cms-375 .landing-cms .full-width-wrapper, body.cms-382 .landing-cms .full-width-wrapper {
		min-height: 520px;
	}
	body:not(.cms-375):not(.cms-382) .landing-cms .full-width-wrapper {
		min-height: 300px;
	}
}

@media (max-width: 1211px) {
	.landing-cms .heading-block h1 {
		font-size: 24px !important;
	}
}

@media (max-width: 1023px) {
	.landing-cms .banner-block .grid.grid-2 .item {
		width: 100%;
	}
	.landing-cms .banner-block h3 {
		margin-top: 0 !important;
	}
	body .athletes-page .related-articles {
		padding-left: 25px;
		padding-right: 25px;
	}
	.athletes-page .swiper-button {
		width: 18px;
		height: 18px;
	}
	.athletes-page .swiper-button-next {
		right: -15px;
	}
	.athletes-page .swiper-button-prev {
		left: -15px;
	}
}

@media (max-width: 767px) {
	body .athletes-page h2 {
		font-size: 42px;
		line-height: 1.25;
	}
	body .athletes-page h3 {
		font-size: 36px;
		line-height: 1.25;
	}
	.athletes-cms .person {
		font-size: calc(0.7vw + 6px);
	}
	.athletes-cms .person .stripe {
		position: static;
	}
	.athletes-cms .person-title {
		top: 0;
		left: 0;
		margin-left: 5vw;
		margin-top: 15vw;
		bottom: auto;
	}
	.athletes-cms .person-title .name {
		font-size: 4.3em;
	}
	.athletes-cms .person-title .profession {
		font-size: 3.3em;
	}
	.landing-cms .columns {
		display: block;
	}
	.athletes-cms .person-content {
		display: block;
		margin-left: 20px;
		margin-right: 20px;
	}
	.athletes-cms .person-data {
		max-width: 420px;
		margin: auto;
	}
	.athletes-cms .person-info dl {
		justify-content: space-around;
		max-width: 420px;
		margin: auto;
	}
	.athletes-cms .person .athlete-img, .athletes-cms .person .athlete-img-mob {
		width: 55%;
		top: -38vw;
		margin-bottom: -35vw;
	}
	.landing-cms .people h2 {
		font-size: 66px;
		padding-top: 50px;
	}
	.landing-cms picture + .heading-wrapper {
		min-height: 52vw;
	}
	.landing-cms .heading-wrapper {
		margin-top: 30px;
		transform: none;
	}
	.landing-cms .heading-image {
		width: 40%;
		position: absolute;
		right: 20px;
	}
	.landing-cms {
		font-size: 16px;
	}
	.landing-cms .grid.grid-2 .item {
		width: 98%;
	}
	.landing-cms .full-width-wrapper.gradient-overlay {
		margin-bottom: 0 !important;
	}
	.landing-cms .full-width-wrapper.gradient-overlay:before {
		display: none;
	}
	.landing-cms .full-width-wrapper.gradient-overlay picture {
		display: block;
		height: 60vw;
	}
	.landing-cms .heading-block {
		width: 70%;
		z-index: 1;
	}
	.row.parent .landing-cms .full-width-wrapper .row {
		padding: 0 20px;
	}
	.landing-cms .heading-block h1 {
		font-size: 7vw !important;
	}
	.landing-cms .heading-block h2 {
		font-size: 33px;
	}
	.landing-cms .people .pages a .title {
		font-size: 22px;
		line-height: 1.1;
		padding: 5px 10px 5px 25px;
		align-items: end;
	}
	.landing-cms .people .pages a .title strong {
		font-size: 20px;
	}
	.landing-cms .people .athletes .pages a .title {
		font-size: 17px;
	}
	
	.normalized .landing-cms h3,
	.normalized .landing-cms .banner-block .grid h3 {
		font-size: 24px;
	}
	
	.normalized .landing-cms .banner-block .grid h4 {
		font-size: 30px;
	}
	.landing-cms .banner-block .button {
		padding: 10px 15px;
	}
	.normalized .landing-cms h3.two-lines {
		font-size: 66px;
	}
	.normalized .landing-cms h3:first-line {
		font-size: 20px;
	}
	.landing-cms .cards {
		flex-wrap: wrap;
	}
	.landing-cms .cards .card {
		width: calc(50% - 20px);
		padding: 15% 0;
	}
	
	.landing-cms .faq_accorion {
		padding: 10px 0;
		font-size: 16px;
	}
	
	.landing-cms .faq_accorion dl dt {
		padding: 10px 85px 10px 15px;
		height: 94px;
	}
	
	.landing-cms .faq_accorion dl dt > div {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical
	}
	
	.landing-cms .faq_accorion dl dd {
		padding: 5px 10px 20px;
	}
	.athletes-cms-category .mid-img-wrap .title {
		left: 20px;
		font-size: 55px;
	}
}

@media (max-width: 430px) {
	.landing-cms .heading-block h2 {
		font-size: 20px;
	}
	.landing-cms .people .pages a .title {
		padding-left: 10px;
	}
	.landing-cms .people .pages a .title {
		font-size: 17px;
	}
}
