@charset "UTF-8";
/* CSS styles for Beyond Achondroplasia */
/* Exadorma */
/***********************************************/
/* FONTS
/***********************************************/
/***********************************************/
/* GENERAL
/***********************************************/
.header-cookies {
    background: #777;
    color: white;
    line-height: 22px;
    font-size: 14px;
    position: fixed;
	bottom: 0;
    /*width: 100%;*/
	left: 0;
    right: 0;
    padding: 10px;
    display: none;
    padding-right: 30px;
	z-index: 549;
	text-align: center;
}
.header-cookies-inside {
	display: inline-block;
	margin: 0px auto;
}
.header-cookies .close-bt {
	display: inline-block;
    color: #FFF;
    width: 16px;
    height: 18px;
    overflow: hidden;
    text-decoration: none;
	padding-left: 15px;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
}
#survey-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.2);	
}
.mceContentBody #survey-modal {
	display: block;
}
.survey-modal {
    min-width: 290px;
	max-width: 320px;
	padding: 15px;
	background: #FFF;
}
.fancybox-title {
	display: none;	
}
.survey-modal .title {
	padding-bottom: 10px;
}
.element-invisible {
	display: none !important;	
}
.com_kunena {
	font-size: 14px;	
}
.home .main-block-inner {
    padding-right: 0px;
    padding-top: 0px;
	padding-bottom: 18px;
}
.home .content-wrapper {
    padding-left: 0;
    padding-right: 0;
}
.home-container {
	
}
.home-banner {
	/*height: 548px;*/
	overflow: hidden;
}
.home-banner .full-link {
	display: block;
}
.home-banner-container {
	
}
.home-banner-individual {
    width: 100%;
    /*min-height: 548px;*/
    position: relative;
    overflow: hidden;
    color: #FFF;
}
.home-banner-image {
   /* position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    line-height: 0;
	*/
}
.home-banner-image img {
    width: 100%;
}
.home-banner-content-wrapper {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 0 20px;
}
.home-banner-content {
    max-width: 780px;
    margin: 69px auto 0;
    text-align: center;
}
.home-banner-content.clear-version, .home-banner-content.clear-version h1, .home-banner-content.clear-version a {
	 color: #FFF;
}
.home-banner-content h1 {
    color: #42556a;
}
.home-banner-title {
	font-size: 51px;
}
.home-banner-actions {
	padding-top: 34px;
}
.home-bt {
	font-size: 19px;
	border: 2px solid #FFF;
	border-radius: 5px;
	padding: 7px 19px 9px;
	text-decoration: none !important;
	font-weight: bold;
}
.home-highlights {
	padding: 52px 8px 0;
}
.home-highlights-wrapper {
	display: block;	
	width: 100%;
	table-layout: fixed;
}
.home-title {
	padding-bottom: 14px;
}
.home-highlights-individual {
	display: inline-block;
	vertical-align: top;
	width: 33%;
}
.home-highlights-ind-inside {
	margin: 0 14px;
}
.home-news {
	background-color: #669bb4;
	color: #FFF;
}
.home-news-inside {
	padding: 19px 20px 7px;
	background-color: #669bb4;
	color: #FFF;
	min-height: 191px;
}
.home-news ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.home-news li {
	display: block;
	padding-bottom: 14px;
}
.home-news a  {
	display: block;
	color: #FFF;
	font-size: 17px;
	line-height: 1.1;
}
.home-news .home-title {
	color: #FFF;
}
.highlight-date {
	color: #d1e8f3;
	font-size: 14px;
}
.home-news, .home-donate {
	/*margin-right: 30px;*/
	
}
.home-highlights-individual .highlight-bt {
	border: 2px solid #FFF;
	border-radius: 5px;
	padding: 6px 12px 8px;
	line-height: 17px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
.home-donate {
	background: #FFF url("../images/home-bg-donate.jpg") no-repeat bottom left;
	min-height: 200px;
	position: relative;
}
.home-donate .highlights-content {
	position: absolute;
	top: 78px;
	left: 149px;
}
.home-highlights-individual .home-donate .highlight-bt {
	border-color: #e95269;
}
.home-donate h3 {
	font-size: 35px;
	color: #e95269;
	padding-bottom: 16px;
}
.home-donate a {
	color: #e95269;
}
.home-blog {
	background: #669bb4 url("../images/home-bg-blog.jpg") no-repeat top right;
	min-height: 200px;
	position: relative;
}
.home-blog .highlights-content {
	position: absolute;
	top: 78px;
	left: 40px;
}
.home-blog h3 {
	font-size: 35px;
	color: #FFF;
	padding-bottom: 16px;
}
.home-blog a {
	color: #FFF;	
}
.home-box-red {
	background: #e85269 url("../images/home-bg-red.jpg") no-repeat bottom right;
	min-height: 217px;
	position: relative;
}
.home-box-red .highlights-content {
	position: absolute;
	top: 39px;
	left: 40px;
}
.home-box-red h3 {
	font-size: 35px;
	color: #FFF;
	padding-bottom: 16px;
}
.home-box-red a {
	color: #FFF;	
}
.home-box-yellow {
	background: #cfbd00 url("../images/home-bg-yellow.jpg") no-repeat top right;
	min-height: 217px;
	position: relative;
}
.home-box-yellow .highlights-content {
	position: absolute;
	top: 39px;
	left: 40px;
}
.home-box-yellow h3 {
	font-size: 35px;
	color: #FFF;
	padding-bottom: 16px;
}
.home-box-yellow a {
	color: #FFF;	
}
.home-library {
	padding: 50px 22px 0;
}
.home-library-items {
	text-align: center;
}
.home-library-individual {
	width: 31.98%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 16px;
	margin-right: 1%;
}
.home-library-individual:nth-child(3n+3) {
	margin-right: 0;
}
.three-columns .home-library-individual {
	width: 31.98%;
}
.three-columns .home-library-individual:nth-child(3n+3) {
	margin-right: 1%;
}
.three-columns .home-library-individual:nth-child(4n+4) {
	margin-right: 0;
}
.home-library-individual img {
	width: 100%;	
}
.home-library-ind-inside {
	
}
.home-item {
	position: relative;
	height: 200px;
	overflow: hidden;
}
.home-item a {
	text-decoration: none;
}
.home-item-image {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.home-item-image img {
   /* visibility: hidden;*/
    width: 100% !important;
    height: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.home-library-ind-title {
	color: #FFF;	
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 18px;
}
.color-1 .home-library-ind-title {
	background-color: rgba(24, 166, 224, 0.76);
}
.color-2 .home-library-ind-title {
	background-color: rgba(227, 217, 74, 0.76);
}
.color-3 .home-library-ind-title {
	background-color: rgba(232, 82, 105, 0.76);
}
.color-4 .home-library-ind-title {
	background-color: rgba(0, 89, 130, 0.76);
}
.color-5 .home-library-ind-title {
	background-color: rgba(228, 0, 86, 0.76);
}
.login-header-block {
	padding-left: 25px;
	background: url("../images/user.svg") no-repeat;	
}
.survey-header-block {
	padding-left: 25px;
	background: url("../images/form.svg") no-repeat;	
}
.survey-header-link {
    color: #545454;
}
/***********************************************/
/* TYPOGRAPHY
/***********************************************/

/* ---- quotes ---- */

/* ---- other ---- */

/* -tail- */
.link-dotted {
	text-decoration: none !important;
	border-bottom: 1px dotted #000;
}

/***********************************************/
/* LISTS/TABLES
/***********************************************/
/* ---- lists ---- */

/* ---- definition lists ---- */

/* ---- tables ---- */

/***********************************************/
/* FORMS/BUTTONS
/***********************************************/
.form-actions-b {
	max-width: 402px;
	text-align: right;
}
/* ---- labels ---- */
.form label {
	color: #71706F;
}
.form-horizontal label {
	display: block;
	float: left;
	margin-right: 14px;
	width: 170px;
}
/* ---- buttons ---- */
.bt {
	border: 1px #7D8185 solid;
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.bt-inverted {
	background-color: #909090;
	color: #FFF;
	font-size: 14px;
	height: 24px;
	padding-left: 7px;
	padding-right: 7px;
	display: inline-block;
	text-decoration: none;
}
.bt > * {
	vertical-align: middle;	/* to vertical align the icons */
}
.bt:hover:not(.disabled) {
	border: 1px #4A4847 solid;
	color: #4A4847;
	text-decoration: none;
	background-color: #F3F2F4;
}
.bt-close-notification, .bt-pagination, .bt-more {
	display: inline-block;
	width: auto;
	padding-left: 7px;
	padding-right: 7px;
	height: 24px;
	text-decoration: none;
	text-align: center;
}
.bt-pagination {
	font-size: 13px;
	text-transform: uppercase;
	color: #7C7C7C;
}
.bt-highlight {
	padding: 5px 9px 7px;
	display: inline-block;
}
.text-s .bt-highlight {
	padding: 3px 6px 5px;
}
.bt-highlight, .bt.bt-highlight:hover {
	border-color: transparent;
	background-color: #0096d3;
	color: #FFF;
}
/* ---- selects ---- */

/* ---- dropdown ---- */
/* -tail- */
.mandatory-warning {
	margin-top: 4px;
	font-size: 13px;
	display: none;	
}
/***********************************************/
/* ICONS
/***********************************************/
/***********************************************/
/* SIZES
/***********************************************/
/***********************************************/
/* BOXES/ALIGNMENTS/UTILS
/***********************************************/

/* ---- spacers/alignments ---- */

/* ---- dividers ---- */

/* ---- alerts/notifications ---- */

/* ---- other ---- */

/***********************************************/
/* MAIN MENU
/***********************************************/
.header-menu-mobile {
	display: none;
	height: 45px;
	/*border-bottom: 1px solid #e8e8e8;*/
}
.header-menu-mobile .bt-menu {
	padding-top: 15px;
	padding-left: 15px;
	display: inline-block;
	color: #FFF;
}
.bt-menu-bar {
	display: block;
	background-color: #FFF;
	height: 2px;
	margin-bottom: 3px;
	line-height: 0;
	width: 22px;
}
.menu-title {
	position: absolute;
	left: 50px;
	top: 11px;
}
/***********************************************/
/* SECONDARY MENU
/***********************************************/
.header-sub-menu {
	display: inline-block;
}
.header-sub-menu-mobile {
	display: none;
}
.header-sub-menu-mobile .bt-sub-menu {
	display: inline-block;
	margin-top: 7px;
}
/***********************************************/
/* STRUCTURE
/***********************************************/
.view-category .list-block, .view-tag .list-block {
	max-width: 770px;
	margin: 0px auto;	
}
.view-category.list2 .list-block {
	max-width: inherit;
}
.list2 .site-content-block {
	background-color: #f1f0f0;	
}
.view-article.list2 .site-content-block {
	background-color: #FFF;	
}
.list-block .box-highlights-list {
	padding-bottom: 33px;	
}
.list2 .box-highlights-list {
	display: inline-block;
	vertical-align: top;
	width: 33%;
}
.list2 .box-highlights-list .padded {
	padding: 15px 20px;
	background-color: #FFF;
	margin: 0 1.5%;
}
.list-block .image {
	border-radius: 50%;
	width: 137px;
	overflow: hidden;
	line-height: 0;
	height: 137px;
	margin-right: 25px;
}
.list2 .list-block .image {
	border-radius: 0;
	width: auto;
	overflow: hidden;
	margin-right: 0;
	/*background-color: #dbd9d9;*/
	background-color: #FFF;
	border-bottom: 1px solid #e8e8e8;
	margin: 0 1.5%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.list-block .image.default-image {
	background-image: url('../images/symbol_ba_grey.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.list-block h2 {
	font-weight: normal;
	font-size: 22px;
}
.list2 .list-block h2 {
	font-weight: 400;
	font-size: 19px;
}
.list2 .list-block .text-m {
	
}
.list2 .list-block .description {
	font-size: 14px;
	/*height: 125px;*/
}
.list2 .readmore a {
	display: inline-block;
	padding: 3px 9px;
	background-color: #17a6e0;
	color: #FFF;
}
.list-block .details {
	color: #747474;
}
.view-tag ul.category {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 25px;
}
.view-tag ul.category li {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}
.menu-main .search {
	text-indent: -6000px;
	display: block;
	background: url('../images/elements.png') no-repeat -28px -36px;
	width: 12px;
	height: 12px;
	/*overflow: hidden;*/
}
.menu-main li a.search:hover, .menu-main li.active > a.search, .menu-main li.menu-hover > a.search, .menu-main li ul li a.search:hover {
    color: #FFF;
    background: url('../images/elements.png') no-repeat 12px -36px;
}
fieldset.only {
	margin-top: 20px;	
}
.extra-buttons {
	position: fixed;
	top: 200px;
	right: 0;
	z-index: 550;
}
.extra-buttons a {
	display: block;	
}
#bt-contacts, #bt-subscribe-blog {
}
#bt-contacts {
	margin-bottom: 7px;	
}
.chrono_credits {
	display: none;	
}
a.link-highlight {
    display: inline-block;
    padding: 6px 12px 8px;
    background-color: #17a6e0;
    color: #FFF;
}
a.link-grey {
	display: inline-block;
    padding: 3px 9px 5px;
    background-color: #A3A7A8;
    color: #FFF;
}
.notification-cookies a {
	color: #FFF;
}
.cookies-know-more {
	margin-left: 17px;
	text-decoration: underline;
}
.notification-cookies .button {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #FFF;
	text-decoration: none;
	margin-left: 10px;
	color: #FFF;
}
#back-top .icon {
	width: 18px !important;
    height: 13px !important;
	background: url(../images/base-elements.png) no-repeat -47px -160px !important;
}
.resources-list-block {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.resources-list-block a {
	text-decoration: none;
}
.resource-individual {
	display: flex;
	align-items: center;
	flex: 1 0 33%;
	margin-bottom: 29px;
}
.resource-image {
	width: 100px;
	margin-right: 14px;
	text-align: left;
	/*display: none;*/
}
.resource-image img {
	width: auto;
	max-height: 85px;
}
.resource-text {
	margin-right: 14px;
	flex: 1;
}
.resource-title {
	font-size: 23px;
	line-height: 1.2;
}
.resource-sub-title {
	color: #888888;
}

.zoom-image-block img {
    transition: 0.5s;
	max-width: 100%;
    height: auto;
}
.zoom-image-block img:hover {
    transform: scale(1.05);
    transition: 0.5s;
}
/*--- content container ---*/

/* ---- E&D ------ */

/* ---- modals ---- */

/***********************************************/
/* CMS
/***********************************************/
/* ---- 3 ---- */

/* styles & models */
.menu-secondary li.active a, .menu-secondary li.active a:active {
	background-color: #f66014;
	color: #FFF;
}
.mceContentBody .resource-individual {
	display: block;
	border: 1px solid blue;
}
/***********************************************/
/* PRINT
/***********************************************/
@media print {
}
/***********************************************/
/* RESPONSIVE
/***********************************************/
@media (max-width: 1300px) {
	.home-banner-content {
		margin-top: 39px;
	}
}
@media (max-width: 1195px) {
	.home-library-individual {
		width: 32.18%;
	}
	.home-library-individual:nth-child(4n+4) {
		margin-right: 1%;
	}
	.home-library-individual:nth-child(3n+3) {
		margin-right: 0;
	}
}
@media (max-width: 1150px) {
	
}
@media (max-width: 1080px) {
	.home-highlights-individual {
		width: 49%;
	}
	.home-highlights-individual[data-title='news'] {
		width: 100%;
	}
	.home-news {
		padding-right: 0px;
	}
	.resource-individual {
		flex: 1 0 50%;
	}
	.home-banner-image {
		background-position: center;
		background-size: 1063px 509px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		height: 509px;
	}
	.home-banner-image img {
		display: none;
	}
}
@media (max-width: 890px) {
	.list2 .box-highlights-list {
		width: 49.7%;
	}
	.home-banner-title {
		font-size: 40px;
	}
}
@media (min-width: 851px) {
	#nav-main-menu {
		display: block !important;
	}
	.header-sub-menu {
		display: inline-block !important;
	}
}
@media (max-width: 850px) {
	#nav-main-menu {
		display: none;
		padding-bottom: 10px;
	}
	.menu-main li {
		float: none;
		width: 100%;
		z-index: 498;
	}
	.header-menu-mobile {
		display: block;
	}
	.header-sub-menu-mobile {
		display: inline-block;
	}
	.header-sub-menu {
		display: none;
		position: absolute;
		top: 30px;
		right: -14px;
		padding: 8px;
		background-color: #FFF;
		width: 100%;
	}
	.header-sub-menu .inline-block {
		display: block;	
	}
	.menu-main li:first-child a:hover, .menu-main li:first-child.active > a, .menu-main li:first-child.menu-hover > a {
		-webkit-border-top-left-radius: 0px;
		-moz-border-radius-topleft: 0px;
		border-top-left-radius: 0px;
	}
	.menu-main li ul {
		position: relative;
		display: block !important;
		top: auto;
		left: auto;
		width: 100%;
		background: transparent;
	}
	.menu-main li ul li a {
		color: #FFF;	
	}
	.menu-main li ul ul {
		top: auto;
		left: auto;
	}
	.menu-main li ul li a:hover, .contrast .menu-main li ul li a:hover, .menu-main li ul li.active > a {
		color: #FFF;
		background: #17a6e0;
	}
	.menu-main .search {
		margin-left: 8px;
	}
	.resource-individual {
		flex: 1 0 100%;
	}
}
@media (max-width: 750px) {
	.home-banner-content {
		margin-top: 22px;
	}
	.home-highlights-individual {
		width: 100%;
		margin-bottom: 25px;
	}
	.home-donate {
		padding-right: 0px;
		border-top: 1px solid #CAC9C9;
	}
	.home-library-individual, .three-columns .home-library-individual {
		width: 48.88%;
	}
	.home-library-individual:nth-child(3n+3), .three-columns .home-library-individual:nth-child(3n+3) {
		margin-right: 1%;
	}
	.home-library-individual:nth-child(2n+2), .three-columns .home-library-individual:nth-child(2n+2) {
		margin-right: 0%;
	}
	.list2 .box-highlights-list {
		width: 100%;
	}
	.sitemap-individual {
		display: inline-block;
		padding-right: 1%;
		width: 48%;
		margin-bottom: 19px;
		vertical-align: top;
	}
	.sitemap-individual:nth-child(3) {
		width: 120px;
	}
}
@media (max-width: 675px) {
	#footer-extras {
		padding-bottom: 15px;
	}
	.designed-by {
		margin-bottom: 8px;
	}
	.footer-links {
		display: block;
		padding-top: 8px;	
	}
	.footer-links a {
		display: inline-block;
		vertical-align: top;
		padding-bottom: 8px;	
	}
}
@media (max-width: 578px) {
	.header-brand a {
		width: 287px;
	}
	.home-library-individual, .three-columns .home-library-individual {
		width: 100%;
	}
	.home-library-individual:nth-child(3n+3), .three-columns .home-library-individual:nth-child(3n+3) {
		margin-right: 0%;
	}
	.sitemap-individual {
		display: block;
		padding-right: 0;
		width: 100% !important;
		margin-bottom: 26px;
		text-align: center;
	}
	.sitemap-individual:nth-child(2) {
		margin-bottom: 0px;
	}
	.sitemap-individual .item-225 > span {
		display: none;
	}
	.sitemap-individual:nth-child(3) {
		width: 100%;
	}
	.resource-image {
		width: 65px;
	}
	.resource-title {
		font-size: 19px;
	}
}
@media (max-width: 433px) {
	.follow-section {
		text-align: center;	
	}
	.followTitle {
		float: none;
		display: block;
		margin-bottom: 10px;
	}
	.share-block {
		display: none;	
	}
}
@media (min-height: 375px) {
	.extra-buttons {
		top: 134px;
	}
}
@media (max-height: 375px) {
	.share-block {
		display: none;	
	}
}