.contact-us__close,
.filters__close{
	position: absolute;
    top: 20px;
    right: 5px;
    height: 35px;
    width: 35px;
	background-color: transparent;
	border: none;
	padding: 0;
}
.contact-us__close svg:hover #hexagon,
.filters__close svg:hover #hexagon{
	fill:#fff;
}
.mobile-buttons{
	position: relative;
	display: flex;
	margin: 0;
	padding: 0;
	z-index: 10;
}
.mobile-button{
	display: inline-block;
	vertical-align: middle;
	box-shadow: none;
	border: none;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    text-transform: uppercase;
    background-color: #5ab7b3;
    font-family: 'franklin_gothic_bookregular';
}

.mobile-button:first-child{
	border-right: 1px solid #f1f0f2;
}
.contact-us__desktop-button{
	display: none;
}
@media screen and (min-width: 380px){
	.contact-us__close{
		right: 20px;
	}
}
@media screen and (min-width: 800px){
	.a11y-toolbar{
	    top: 33%;
	}
	.contact-us{
		position: fixed;
		bottom: 70px;
		right: 0;
		margin-bottom: 0;
		min-height: 0;
		z-index: 100;
	    width: 120px;
	    transition: width 1s;
	}
	.contact-us--open{
		width: 640px;
	    transition: width 1s;
	}
	.contact-us__close{
		right: auto;
		left: 20px;
		top: 10px;
	}
	.mobile-buttons{
		display: none;
	}
	.contact-us__wrapper{
		
		max-height: 600px;
		transform: translateX(100%);
		transition: transform 1s;
	}
	.contact-us__inner{

		width: 650px;
		box-sizing: border-box;
		padding: 0 120px 0 100px;
		
	}
	.contact-us--open .contact-us__wrapper{
		transform: translateX(0);
	}
	.contact-us__desktop-button{
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 50px;
		cursor: pointer;

		background: url(../images/contact-us-btn-bg4.png) center right transparent no-repeat;
		background-size: contain;
		color: #fff;
		z-index: 10;

	}
	.contact-us__title{
		position: absolute !important;
	    height: 1px; width: 1px;
	    overflow: hidden;
	    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	    clip: rect(1px, 1px, 1px, 1px);
		margin: -1px;
	}
	
}
@media screen and (min-width: 1800px){
	.contact-us__desktop-button{
		width: 120px;
	}
}

.filters{
	display: block;
	position: relative;
	width: 100%;
	font-family: 'franklin_gothic_bookregular';
	color:inherit;
	overflow: hidden;
	min-height: 59px;
	margin-bottom: -58px; 
}
.filters--open{
    z-index: 100;
}
.filters__wrapper{
	max-height: 0;
	transition: max-height 1s;
}
.filters--open .filters__wrapper{
	max-height: 300vh;
	transition: max-height 1s;
}
.filters__inner{
	display: block;
	width: 100%;
	background-color: #f1f0f2;
	background-image:radial-gradient(
	      circle closest-side,
	      #fff,
	      #f1f0f2
	    );
	padding: 50px 10%;
	box-sizing: border-box;
}
.filters__title{
    font-size: 24px;
    font-size: 2.4rem;
    color: inherit;
    font-weight: bold;
    text-transform: uppercase;    
    letter-spacing: 2px;
    
}

.filter-box__button{
	width: 100%;
	display: block;
	box-sizing: border-box;
	background-color: #e5e6e7;
	border: 1px solid #acadae;
	border-radius: 0 30px 30px 0;
    max-width: 400px;
    position: relative;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;

    cursor: pointer;
}
.filter-box__button--active{

}
.filter-box__button:before{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: #acadae;
	position:absolute;
	top: 50%;
	right: 6px;
	margin-top:-15px;
	border-radius: 50px;
	z-index: 1;
}
.filter-box__button-text{
	width: 100%;
	display: block;
    box-sizing: border-box;
	box-shadow: none;
	font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    padding: 10px 40px 10px 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    background: transparent;
    border: none;
    box-shadow: none;
    z-index: 10;
}
.filter-box__button-text:before,
.filter-box__button-text:after{
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	margin: 0 5px;
	background: #fff;
	position:absolute;
	top: 50%;
	right: 6px;
	margin-top:-1px;
	z-index: 2;
}
.filter-box__button-text:after{
	width: 2px;
	height: 20px;
	margin: 5px 0;
	margin-top:-10px;
	margin-right: 14px;
}
.filter-box__dropdown{
	display: none;
}
.filter-box__list{
	
	list-style: none;
	margin: 0;
	padding: 0;
    margin-bottom: 20px;
    clear:both;
}
.filter-box--open .filter-box__dropdown{
	display: block;
}
.filter-box--open .filter-box__button-text:after{
	content: none;
}
.filter-box__filter-item{
    padding: 0;
    margin-top: 25px;
}
.filter-box__description{
	letter-spacing: 2px;
    color: #0d1f2c;
    font-family: 'franklin_gothic_bookregular';
    padding: 10px 10px 10px 0;
    
}
.filter-item{
	display: block;
	width: 100%;
	line-height: 25px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}
.filter-item__checkbox{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	border-radius: 5px;
    box-sizing: border-box;
    margin-right: 10px;
    background: #5ab7b3;
	border: none;
}
.filter-item--unchecked .filter-item__checkbox{
	background: transparent;
	border: 2px solid #000;
}
.filter-item__checkbox:before,
.filter-item__checkbox:after{
	content:"";
	display: block;
	width: 10px;
	height: 2px;
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	background: #fff;
}
.filter-item__checkbox:after{
	width: 5px;
	transform: rotate(45deg);
    margin-left: -6px;
    margin-top: 0px;

}
.filter-item--unchecked .filter-item__checkbox:before,
.filter-item--unchecked .filter-item__checkbox:after{
	content: none;
}
.filter-item__text{
    padding-left: 40px;
    display: inline-block;
  /*  letter-spacing: 2px;*/
    letter-spacing: 0.7px;
    font-size: 17px;
    font-size: 1.7rem;
}
.filters__button{
	display: none;
}
.filters__button--clear-current-filter {
    color: #999;
    border: 1px solid #999;
    margin-bottom: 30px;
    display: block;
    background: transparent;
}
.filters__button-text--clear-current-filter{
    font-size: 1.2rem;
    padding: 5px;
    padding-left: 20px;

}
.filters__button-text--clear-current-filter{
	width: 100%;
	    display: block;
	    box-sizing: border-box;
	    box-shadow: none;
	    font-size: 12px;
	    font-size: 1.2rem;
	    line-height: 18px;
	    line-height: 1.8rem;
	    padding: 10px 10px 10px 30px;
	    letter-spacing: 2px;
	    text-transform: uppercase;
        text-align: center;        
	    position: relative;
	    border: none;
	    z-index: 10;
}
.filters__button-text--clear-current-filter:before, 
.filters__button-text--clear-current-filter:after{
	content: "";
    display: block;
    margin: 0 5px;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: rotate(45deg);
	background: transparent;
	width: 6px;
    height: 6px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-top: -6px;
    left: 6px;
}
.filters__button-text--clear-current-filter:after{
	    transform: rotate(-135deg);
	    margin-top: 1px;
	}
.filters__outer-text{
	display: none;
	height: 0;
}
@media screen and (max-width: 799px){
	.filters__wrapper{
		overflow: hidden;
	}
}
@media screen and (min-width: 800px){

	/*.workstation-box,
	.treatment-box{
		min-width: 310px;
	}*/
	.filters{
	    margin-top: 40px;
		margin-bottom: 0;
		min-height: 0;
		width: 100%;
		order: 1;
		color: #fff;
		background: #59b7b3;
	    box-shadow: 0 0 10px #a6a6a6;
	    overflow: visible;
	    position: relative;
	}
	.filters__outer-text{
		position: absolute;
	    top: -40px;
	    color: #0d1f2c;
	    display: block;
		height: 40px;
		width: 100%;
	}
	.filters__description{
		text-align: center;
		font-size: 19px;
		font-size: 1.9rem;
		letter-spacing: 1px;
		font-family: 'franklin_gothic_bookregular';
	}
	.filters__title{
	    margin: 20px;
	    font-weight: normal;
	    font-family: 'franklin_gothic_bookregular';
        text-align: center;
	}
	.filter-box__description{
		font-size: 14px;
	    line-height: 16px;
	    width: 100%;
	    float: left;
	    padding: 10px 10px 30px 0;

	}

	.filters__wrapper{
		max-height: 100%;;
	    /*max-width: 300px;*/
	}
	.filters__inner{
		background: transparent;
		padding: 0;
	    display: flex;
	}
	.filter-box {
	    width: 25%;
        /*border-right: 1px solid #fff;*/
	}
	.filter-box:last-child{
		 border-right:none;
	}
	.filter-box__wrapper{
		/*padding: 0 10px;*/
	    position: relative;
	}
	.filter-box__button{
		background-color: transparent;
	    border: 0 solid #fff;
	    border-radius: 0 ;
	    max-width: 400px;
	    color:#fff;
        padding: 0 10px;
        border-left: 1px solid #fff;
        font-family: 'franklin_gothic_bookregular';
	}
	.filter-box__button:before{
		display: none;
	}
	.filter-box__button-text{
		padding-left: 10px;
	    text-align: center;
	}
	.filter-box__button-text:before{
	    width: 16px;
	    height: 16px;
	    background: transparent;
	    border-right: 2px solid #fff;
	    border-bottom: 2px solid #fff;
	    transform: rotate(45deg);
	    margin-top: -12px;
        right: 16px;
	}

	.filter-box--open .filter-box__button-text:before{
		transform: rotate(-135deg);
	    margin-top: -4px;
	}
	.filter-box__button-text:after {
		display: none;
	}

	.filters__button{
		display: block;
		position: relative;
		background-color: transparent;
		margin: 10px 0;
		cursor: pointer;
		border: none;
		padding: 0;
		width: 100%;
	    color: #fff;
		box-shadow: none;
		text-decoration: none;
		letter-spacing: 2px;
	    border-left: 1px solid #fff;
	    font-family: 'franklin_gothic_bookregular';
	}
	.filters__button:hover{
		text-decoration: none;
	}
	.filters__button-text{
		width: 100%;
	    display: block;
	    box-sizing: border-box;
	    box-shadow: none;
	    font-size: 24px;
	    font-size: 2.4rem;
	    line-height: 24px;
	    line-height: 2.4rem;
	    padding: 10px 10px 10px 60px;
	    letter-spacing: 2px;
	    text-transform: uppercase;
        text-align: center;
	    border: none;
	    z-index: 10;
	}
	.filters__button-text:before,
	.filters__button-text:after{
		content: "";
	    display: block;
	    margin: 0 5px;
	    position: absolute;
	    top: 50%;
	    z-index: 2;
		width: 10px;
	    height: 10px;
	    background: transparent;
	    border-right: 2px solid #fff;
	    border-bottom: 2px solid #fff;
	    transform: rotate(45deg);
	    margin-top: -10px;
        left: 16px;
	}
	.filters__button-text--clear-current-filter:before, 
	.filters__button-text--clear-current-filter:after{
		width: 6px;
	    height: 6px;
	    border-right: 1px solid #999;
	    border-bottom: 1px solid #999;
	    margin-top: -6px;
	    left: 5px;
	}
	.filters__button-text:after{
	    transform: rotate(-135deg);
	    margin-top: 1px;
	}
	.filters__button--clear-current-filter {
	    color: #999;
	    border: 1px solid #999;
	    width: 40%;
	    float: left;
	}
	.filters__button-text--clear-current-filter{
	    font-size: 1.2rem;
	    padding: 2px 5px;
	    padding-left: 20px;
	}

	.filter-box__dropdown{
		position: absolute;
	    z-index: 100;
	    background: #f5f5f6;
	    padding: 0 20px 20px;
	    width: 100%;
        box-shadow: 0 0 5px #a6a6a6;
        box-sizing: border-box;
	}
	.filter-box__list{
	    
        color: #000;
        width: 100%;
        box-sizing: border-box;
        padding-left: 10px;
	}
	.filters__close{
		display: none;
	}
	.filter-box:hover .filter-box__dropdown {
	    display: block;
	}	
	
}
@media screen and (min-width: 800px){

	.technologies-box__inner a:hover {
	    transform:scale(1.03);
	}
	.technologies-box__inner a{
	    transition: transform 0.2s ease-in-out;
	}
	.technologies-box__inner a:hover {
	    transform:scale(1.03);
	    }
	/*.technologies-box:hover {		
	    background-color:#f0f0f0;
	}*/
	.technologies-box:hover .technologies-box:before{
		display:none;
	}
	.technologies-box:hover a.btn:hover{
		background-color: #5ab7b3;
	}
	.technologies-box__inner a{
	    transition: transform 0.2s ease-in-out;
	}
	.technologies-box {

	    transition: transform 0.2s ease-in-out;
						background-color 500ms linear,
								   color 500ms linear;
	}
}
#clinical-papers-result.loading section, #gallery-result.loading section, #tribe-events.loading #tribe-events-content-wrapper{
	opacity: 0.1;
	background: url(../images/43D1.gif) no-repeat;
	background-position: center 100px;
}