/*
Theme Name: ADIsite
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adisite
Tags: one-column, two-columns
Theme URI: ADIsite.com
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: none !important;
	cursor: inherit !important;
	text-decoration: none !important;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

#nav > ul,
#nav > ul > li > ul,
.tabset,
.slick-dots,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.holder:after,
.contact-form:after,
.contact-form .form-controls:after,
.contact-form .form-elements-wrap:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #48423b;
	background: #fff;
	font: 16px/1.188 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.188em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.188em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.188em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
	font-weight: bold;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #ffb547;
	color: #00736b;
	height: 2em;
	border: none;
	padding: 0 .5em;
	font-weight: bold;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	color: #ffb547;
	background: #00736b;
}

.commentlist {
	margin: 0 0 1.188em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.188em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.188em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.188em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #ffb547;
	color: #00736b;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	color: #ffb547;
	background: #00736b;
}

.navigation-single {
	margin-bottom: 1.188em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #ffb547;
	color: #00736b;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	color: #ffb547;
	background: #00736b;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.188em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.188em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.188em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.188em;
}

.mejs-container {
	margin-bottom: 1.188em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 24px;
}

h2,
.h2 {
	font-size: 24px;
}

h3,
.h3 {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 17px;
}

h4,
.h4 {
	font-size: 15px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 13px;
}

p {
	margin: 0 0 20px;
	text-align: justify;
}

a {
	color: #58585a;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

body {
	min-width: 320px;
	font-size: 14px;
}

a {
	-webkit-transition: color .3s linear, background .3s linear, border .3s linear, opacity .3s linear, box-shadow .3s linear;
	transition: color .3s linear, background .3s linear, border .3s linear, opacity .3s linear, box-shadow .3s linear;
	font-weight: bold;
}

a:before,
a:after {
	-webkit-transition: color .3s linear, background .3s linear, border .3s linear,  opacity .3s linear, -webkit-transform .3s linear, margin .3s linear;
	transition: color .3s linear, background .3s linear, border .3s linear,  opacity .3s linear, transform .3s linear, margin .3s linear;
}

a:hover {
	color: #323233;
}

input[type="submit"] {
	-webkit-transition: color .3s linear, background .3s linear, border .3s linear, opacity .3s linear, box-shadow .3s linear;
	transition: color .3s linear, background .3s linear, border .3s linear, opacity .3s linear, box-shadow .3s linear;
}

ul li ul,
ul li ol,
ol li ul,
ol li ol {
	padding-top: 18px;
}

ul {
	margin: 0;
	padding: 0 0 12px;
	list-style: none;
}

ul li {
	position: relative;
	padding: 0 0 14px 18px;
}

ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #58585a;
}

ul li > ol {
	counter-reset: newCounterlvl2;
}

ul li > ol > li:before {
	counter-increment: newCounterlvl2;
	content: counters(newCounterlvl2, ".") ". ";
}

ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: newCounter;
}

ol > li {
	position: relative;
	padding: 0 0 14px 18px;
}

ol > li:before {
	counter-increment: newCounter;
	content: counters(newCounter, ".") ". ";
	position: absolute;
	left: 0;
	top: 0;
	background: none;
}

ol > li > ol {
	counter-reset: newCounterlvl2;
}

ol > li > ol > li:before {
	counter-increment: newCounterlvl2;
	content: counters(newCounterlvl2, ".") ". ";
}

ol > li > ol > li > ol {
	counter-reset: newCounterlvl3;
}

ol > li > ol > li > ol > li:before {
	counter-increment: newCounterlvl3;
	content: counters(newCounterlvl3, ".") ". ";
}

.video-wrapper {
	position: relative;
	padding-top: 56.25%;
	margin: 0 0 16px;
}

.video-wrapper iframe {
	border-style: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

address {
	font-style: normal;
}

table {
	table-layout: fixed;
	width: 100%;
	margin: 0 0 49px;
}

table caption {
	font-weight: bold;
	font-size: 16px;
	text-transform: capitalize;
	text-align: left;
	padding: 0 0 5px;
	margin: 0 0 20px;
	border: 1px solid #fcb14d;
	border-width: 0 0 1px;
}

table thead tr th,
table tbody tr th,
table tbody tr td {
	border-style: none;
	text-align: center;
	padding: 10px 5px;
}

table thead tr th,
table tbody tr th {
	background: #fcb250;
	color: #fff;
	text-transform: capitalize;
	font-size: 12px;
	line-height: 1.2;
}

table tbody tr:nth-child(even) td {
	background: #fff9f3;
}

table tbody tr td {
	background: #feecd1;
	font-size: 11px;
	line-height: 1.2;
	color: #1e0e00;
}

table tbody tr td:first-child,
table tbody tr td:nth-of-type(2) {
	font-style: italic;
}

table tbody tr td a {
	text-decoration: none !important;
}

table.style01 thead tr th {
	background: #52817b;
}

table.style01 tbody tr:nth-child(even) td {
	background: #eff3f3;
}

table.style01 tbody tr td {
	background: #adc1c1;
}

table.style01 tbody tr td:first-child,
table.style01 tbody tr td:nth-of-type(2) {
	font-style: normal;
}

* {
	outline: none;
}

.text-center {
	text-align: center;
}

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.holder {
	max-width: 1266px;
	margin: 0 auto;
	padding: 0 10px;
}

.holder img {
	vertical-align: top;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.link-style {
	border: 1px solid #f9a026;
	border-width: 0 0 1px;
	line-height: 1.3;
}

.remove-line {
	text-decoration: none;
}

.remove-line:hover {
	text-decoration: none;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 15px 0;
	background: rgba(255, 255, 255, .5);
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.logo {
	width: 180px;
	margin: 0 auto;
}

.logo img {
	display: block;
}

.nav-drop {
	position: fixed;
	height: 0;
	overflow: hidden;
	top: 72px;
	left: 0;
	width: 100%;
	-webkit-transition: height .3s linear;
	transition: height .3s linear;
}

#nav {
	background: #faecd2;
	height: 100%;
	overflow: auto;
}

#nav > ul > li {
	font-weight: 700;
	position: relative;
	font-size: 18px;
	border: 1px solid #48423b;
	border-width: 0 0 1px;
	padding: 0;
}

#nav > ul > li:before {
	display: none;
}

#nav > ul > li.active > a:after {
	content: none;
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
}

#nav > ul > li.active > a > .opener:after {
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
}

#nav > ul > li.active > ul {
	display: block;
}

#nav > ul > li.active > a,
#nav > ul > li > a:hover {
	text-decoration: none;
	color: #007166;
}

#nav > ul > li.active > a {
	text-decoration: none;
	color: #007166;
}

#nav > ul > li > a {
	color: inherit;
	background: transparent;
	display: block;
	padding: 15px 44px 15px 10px;
	position: relative;
	text-decoration: none;
}

#nav > ul > li > a > .opener {
	display: block;
	position: absolute;
	top: 12px;
	right: 10px;
	width: 26px;
	height: 30px;
}

#nav > ul > li > a > .opener:after {
	content: "\f0ab";
	position: absolute;
	top: 0;
	left: 0;
	font: 30px/1 "FontAwesome";
}

#nav > ul > li > ul {
	background: #fff;
	display: none;
}

#nav > ul > li > ul > li {
	font-weight: 500;
	font-size: 16px;
	padding: 0;
}

#nav > ul > li > ul > li:before {
	display: none;
}

#nav > ul > li > ul > li.active > a,
#nav > ul > li > ul > li > a:hover {
	background: #faecd2;
	color: #48423b;
	font-weight: 700;
	text-decoration: none;
}

#nav > ul > li > ul > li > a {
	color: #524d47;
	display: block;
	padding: 8px 15px;
	font-weight: normal;
	text-decoration: none;
}

.nav-opener {
	font-size: 0;
	line-height: 0;
	width: 30px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 20px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 2px;
	background: #007166;
	height: 4px;
	margin: -2px 0 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 50%;
}

.nav-opener:after {
	top: auto;
	bottom: 0;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	background: #fcc173;
}

.nav-active {
	overflow: hidden;
}

.nav-active #header {
	background: #faecd2;
}

.nav-active .nav-drop {
	height: calc(100vh - 72px);
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 49%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.banner {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	padding: 72px 0 20px;
}

.banner:before {
	content: "";
	position: absolute;
	z-index: 1;
	background: rgba(255, 255, 255, .64);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	mix-blend-mode: multiply;
}

.banner:after {
	content: "";
	min-height: 141px;
	display: inline-block;
	vertical-align: bottom;
}

.banner.align-mid-right:after {
	vertical-align: middle;
}

.banner.align-mid-right .content-wrap {
	vertical-align: middle;
}

.banner.align-mid-right .content-wrap h1 {
	text-align: right;
	padding-bottom: 38px;
}

.banner .content-wrap {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	white-space: normal;
	position: relative;
	z-index: 2;
}

.banner .content-wrap.about {
	margin-bottom: -17px;
}

.banner .content-wrap .holder {
	position: relative;
}

.banner .content-wrap h1 {
	margin: 0;
	text-align: center;
	font-weight: 500;
}

.banner[class*="align-"] h1 {
	color: #38332d;
	padding: 0 0 38px;
}

.main-holder {
	background: #f8f8f8;
}

.main-holder #content {
	background: #fff;
	box-shadow: inset 0 -5px 3px -3px #f8f8f8;
}

.main-holder #content h2 {
	font-weight: 700;
	padding: 0 0 10px;
	border: 1px solid #fcb75b;
	border-width: 0 0 1px;
	margin: 0 0 20px;
}

.tabset li:before {
	display: none;
}

.tab-content {
	padding: 0 0 18px;
	text-align: justify;
}

.tab-content .figure {
	text-align: justify;
}

.tab-content .info-wrap {
	overflow: hidden;
	padding: 0 0 18px;
}

.tab-content .info-wrap .title {
	display: block;
	margin: 0 0 20px;
}

.tab-content .info-wrap .title a {
	text-decoration: none;
}

.tab-content .info-wrap .image-holder {
	max-width: 398px;
}

.tab-content .info-wrap .image-holder.whitepaper-image {
	border: 2px solid #007367;
	max-width: 203px;
}

.tab-content .info-wrap .text-wrap {
	overflow: hidden;
}

.tab-content .info-wrap p {
	overflow: hidden;
}

.tab-content a {
	color: #58585a;
	font-weight: bold;
}

.tab-content a:hover {
	color: #7e7e81;
}

.tab-content .title-head {
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 0 16px;
}

.tab-content table thead tr th:first-child,
.tab-content table tbody tr td:first-child {
	text-align: left;
	text-transform: capitalize;
	width: 23%;
	padding-right: 5px;
	word-break: break-all;
}

.tab-content table thead tr th:nth-of-type(2),
.tab-content table tbody tr td:nth-of-type(2) {
	width: 22%;
}

.tab-content table thead tr th:nth-of-type(3),
.tab-content table tbody tr td:nth-of-type(3) {
	width: 28%;
}

.tab-content table thead tr th:nth-of-type(4),
.tab-content table tbody tr td:nth-of-type(4) {
	width: 27%;
}

.tab-content ol > li {
	font-size: 12px;
	line-height: 1.167;
}

.tab-content .table-holder {
	overflow: hidden;
}

.tab-content .table-holder .table-float:last-of-type {
	clear: both;
}

.tab-content .table-holder table thead tr th {
	text-transform: none;
	padding-top: 8px;
	padding-bottom: 8px;
}

.tab-content .table-holder table thead tr th a {
	color: #fff;
}

.tab-content .table-holder table thead tr th a:hover {
	color: #1e0e00;
}

.tab-content .table-holder table tbody tr.active td a,
.tab-content .table-holder table tbody tr td a:hover {
	background: #fae7c8;
	color: #1e0e00;
	font-weight: bold;
}

.tab-content .table-holder table tbody tr td {
	padding: 0;
}

.tab-content .table-holder table tbody tr td a {
	font-weight: normal;
	padding: 7px 5px;
	display: block;
	color: #1e0e00;
}

#new-organism-partnership-opportunities {
	color: #6c6966;
}

#events-news .events-content {
	border: 1px solid #fb9f24;
	border-width: 0 0 1px;
	padding: 0 0 20px;
	margin: 0 0 12px;
}

#events-news .events-content h3 {
	margin-bottom: 8px;
}

#events-news .events-content .event-flow a[target="_blank"] {
	border: 1px solid #483b30;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 8px;
}

#events-news .details {
	margin: 0 0 20px;
}

#events-news .details address {
	display: inline;
}

#leadership .info-wrap .title {
	margin: 0;
}

.figure {
	overflow: hidden;
	margin: 0 0 16px;
	text-align: center;
}

.figure p {
	text-align: center;
}

.figure.push-figure3 figcaption {
	padding: 3% 0 0;
}

.figure .image-holder img {
	margin: 0;
}

.figure .img-center {
	text-align: center;
}

.figure .img-center img {
	display: inline-block;
	vertical-align: top;
}

.figure img {
	margin: 0 0 20px;
	display: inline-block;
	vertical-align: top;
}

.figure figcaption {
	font-size: 14px;
	line-height: 1.143;
}

.text-justify {
	text-align: justify;
}

.image-split .split-holder {
	padding: 0 0 10px;
}

.sidenav {
	padding: 20px 0;
}

.sidenav h2 {
	text-transform: capitalize;
	color: #00736b;
	padding: 0 28px 13px;
	border: 4px solid #fb9f24;
	border-width: 0 0 4px;
	margin: 0 0 30px;
	font-weight: 700;
}

.sidenav .tabset li {
	font-weight: 500;
	position: relative;
	padding: 0 0 15px 34px;
}

.sidenav .tabset li.active a,
.sidenav .tabset li a:hover {
	color: #48423b;
	font-weight: 700;
	text-decoration: none;
}

.sidenav .tabset li.active a:before,
.sidenav .tabset li a:hover:before {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	margin: 2px 0 0;
}

.sidenav .tabset a {
	color: #6c6966;
	font-weight: normal;
	text-decoration: none;
}

.sidenav .tabset a:before {
	content: "";
	position: absolute;
	background: url(images/ico-arrow.png) no-repeat;
	width: 28px;
	height: 13px;
	left: 0;
	top: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: .5;
}

#content {
	padding: 20px 10px;
}

.slick-slider1 {
	border: 1px solid #fff;
	border-width: 0 0 1px;
	overflow: hidden;
}

.slick-slider1 .holder {
	position: relative;
	z-index: 2;
}

.slick-slider1 .slide {
	position: relative;
	min-height: 375px;
}

.slick-slider1 .slide .content-wrap {
	padding: 120px 0 20px;
}

.slick-slider1 .slide .content-wrap .img-holder {
	margin: 0 0 20px;
	opacity: 0;
	visibility: hidden;
	display: inline-block;
	vertical-align: top;
	max-width: 400px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .6);
}

.slick-slider1 .slide .content-wrap .text-wrap {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

.slick-slider1 .slide .image-holder {
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	height: 100%;
}

.slick-slider1 .slide:before {
	position: absolute;
	z-index: 1;
	background: rgba(255, 255, 255, .64);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	mix-blend-mode: multiply;
}

.slick-slider1 .slide.slick-active .image-holder {
	-webkit-animation: FadeIn 1s forwards 0s, bgSize 1s forwards 0s, ZoomIn 10s forwards 5s;
	animation: FadeIn 1s forwards 0s, bgSize 1s forwards 0s, ZoomIn 10s forwards 5s;
}

.slick-slider1 .slide.slick-active.slick-loaded .image-holder {
	-webkit-animation: FadeIn 1s forwards, bgSize 1s forwards 4s, ZoomIn 10s forwards 4s;
	animation: FadeIn 1s forwards, bgSize 1s forwards 4s, ZoomIn 10s forwards 4s;
}

.slick-slider1 .slide.slick-active.slick-loaded .content-wrap .img-holder {
	-webkit-animation: FadeIn 2s forwards 2s;
	animation: FadeIn 2s forwards 2s;
}

.slick-slider1 .slide.slick-active.slick-loaded .content-wrap .text-wrap {
	-webkit-animation: FadeSlideIn 2s forwards 3s;
	animation: FadeSlideIn 2s forwards 3s;
}

.slick-slider1 .slide.slick-active .content-wrap .img-holder {
	-webkit-animation: FadeIn 2s forwards 1s;
	animation: FadeIn 2s forwards 1s;
}

.slick-slider1 .slide.slick-active .content-wrap .text-wrap {
	-webkit-animation: FadeSlideIn 2s forwards 2s;
	animation: FadeSlideIn 2s forwards 2s;
}

.slick-slider1 .slide.slick-active.animation-end .image-holder {
	-webkit-animation: FadeOut 2s forwards !important;
	animation: FadeOut 2s forwards !important;
}

.slick-slider1 .slide.slick-active.animation-end .content-wrap .img-holder {
	-webkit-animation: FadeOut 2s forwards 2s;
	animation: FadeOut 2s forwards 2s;
}

.slick-slider1 .slide.slick-active.animation-end .content-wrap .text-wrap {
	-webkit-animation: FadeSlideOut 2s forwards 3s;
	animation: FadeSlideOut 2s forwards 3s;
}

.main-block {
	padding: 59px 0 43px;
}

.grid-block .grid {
	padding: 0 0 20px;
}

.grid-block .grid a {
	display: block;
	width: 100%;
	position: relative;
	color: #48423b;
	overflow: hidden;
	text-decoration: none;
}

.grid-block .grid a:hover {
	text-decoration: none;
}

.grid-block .grid a:hover .image-holder {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.grid-block .image-holder {
	display: block;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	min-height: 271px;
	position: relative;
	z-index: 1;
}

.grid-block .image-caption {
	display: block;
	width: 100%;
	text-transform: capitalize;
	background: #ffb547;
	text-align: center;
	padding: 5px 10px;
	font-weight: 700;
	font-size: 20px;
	position: relative;
	z-index: 2;
}

.technology-order {
	counter-reset: newCounter;
	margin: 0 0 17px;
}

.technology-order .content-wrap {
	padding: 0 0 46px;
	position: relative;
	margin: 0 0 20px;
}

.technology-order .content-wrap:last-of-type .image-wrap:after {
	border-style: none;
}

.technology-order .content-wrap .image-wrap {
	width: 200px;
	text-align: center;
	padding: 0 0 13px;
	margin: 0 auto;
}

.technology-order .content-wrap .image-wrap:after {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	border-left: 36.5px solid transparent;
	border-right: 36.5px solid transparent;
	border-top: 34px solid #fdc374;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.technology-order .content-wrap .image-wrap .title-tag {
	background: #007166;
	color: #fff;
	text-align: center;
	padding: 8px;
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	border-radius: 12px 12px 0 0;
	min-width: 160px;
}

.technology-order .content-wrap .image-wrap .image-holder {
	margin: -1px 0 0;
}

.technology-order .content-wrap .image-description time {
	display: inline-block;
	vertical-align: top;
	text-transform: lowercase;
	background: #adc1c1;
	color: #1e0e00;
	font-size: 20px;
	line-height: 1.2;
	min-width: 170px;
	padding: 7px;
	text-align: center;
	margin: 5px 4px 20px;
}

.technology-order .content-wrap .image-description strong:before {
	counter-increment: newCounter;
	content: counters(newCounter, ".") ". ";
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
	margin: 0 4px 0 0;
}

.contact-section {
	border: 2px solid #fed093;
	border-width: 0 0 2px;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.contact-section .map-block .map-holder {
	margin: 0 auto 20px;
	max-width: 360px;
}

.contact-section .contact-details {
	word-break: break-all;
}

.contact-section .contact-details address {
	margin: 0;
}

.contact-section .contact-details a {
	color: #00736b;
	text-decoration: none;
}

.contact-section .contact-details a:hover {
	color: #002724;
}

.contact-section .contact-details .tel-fax-link {
	margin: 0 0 15px;
}

.contact-section .contact-details .tel-fax-link li {
	padding: 0;
}

.contact-section .contact-details .tel-fax-link li:before {
	display: none;
}

.contact-section .contact-details .tel-fax-link li a {
	font-weight: normal;
	color: #48423b;
	text-decoration: none;
}

.contact-section .contact-details .tel-fax-link li a:hover {
	color: #72695d;
}

.contact-section .contact-details .contact-emails {
	font-size: 14px;
	line-height: 1.214;
	padding: 12px 0 0;
	margin: 0;
}

.contact-section .contact-details .contact-emails dt {
	display: block;
	float: none;
	padding: 0;
}

.contact-section .contact-details .contact-emails dd {
	display: block;
	margin: 0 0 13px;
}

.contact-section .contact-details .contact-emails dd a {
	font-weight: normal;
}

.input-error input[type="text"],
.input-error input[type="email"],
.input-error input[type="tel"],
.input-error textarea {
	border-color: #f00 !important;
	color: #f00 !important;
}

.input-error .label-wrap {
	color: #f00 !important;
}

.contact-form {
	position: relative;
	margin: 0 0 23px;
	font-size: 13px;
	line-height: 1.154;
}

.contact-form.expanded-contact .form-expander {
	padding: 1px 2px 2px;
}

.contact-form.expanded-contact .form-expander:hover:after {
	border-bottom-color: #254e49;
}

.contact-form.expanded-contact .form-expander:after {
	border-bottom: 20px solid #35716a;
	border-top: none;
	top: auto;
	bottom: 100%;
}

.contact-form.expanded-contact .form-expander .expanded {
	display: inline;
}

.contact-form.expanded-contact .form-expander .preload {
	display: none;
}

.contact-form.expanded-contact .captcha-block {
	margin-bottom: 43px;
}

.contact-form.expanded-contact .checkbox-list li.expand-form-active .expand-form + .jcf-checkbox span {
	display: block;
}

.contact-form.expanded-contact .checkbox-list li .expand-form + .jcf-checkbox.expand-form-active span {
	display: block;
}

.contact-form .form-title {
	color: #478580;
	font-size: 16px;
	display: block;
	margin: 0 0 25px;
}

.contact-form .checkbox-list li {
	font-size: 13px;
	line-height: 1.154;
	color: #231f20;
	padding: 0 0 18px 38px;
}

.contact-form .checkbox-list li:before {
	display: none;
}

.contact-form .checkbox-list li .expand-form + .jcf-checkbox span {
	display: none;
}

.contact-form .checkbox-list li .jcf-checkbox {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid #231f20;
	left: 6px;
	top: -1px;
}

.contact-form .checkbox-list li .jcf-checkbox span {
	width: 12px;
	height: 6px;
	border: 2px solid #231f20;
	border-width: 0 0 2px 2px;
}

.contact-form .form-elements-wrap .checkbox-list {
	margin: 0;
	float: none;
	width: 100%;
	padding: 0;
}

.contact-form .form-elements-wrap .checkbox-list li {
	text-align: left;
}

.contact-form .form-elements-wrap .checkbox-list li .jcf-checkbox {
	right: auto;
	left: 6px;
	top: -1px;
}

.contact-form .form-elements-wrap .checkbox-list .checkbox-list {
	padding: 25px 0 4px 25px;
}

.contact-form .slide {
	clear: both;
	display: none;
}

.contact-form .slide fieldset {
	border: 1px solid #fdb452;
	border-width: 1px 0 0;
	padding: 20px 0 0;
}

.contact-form .slide .form-title {
	float: none;
	width: auto;
	max-height: none;
}

.contact-form .slide .input-row {
	width: auto;
	float: none;
}

.contact-form .slide .label-wrap .hint-text {
	display: block;
	padding: 5px 0;
}

.contact-form .slide .checkbox-list li {
	padding: 0 0 18px 38px;
}

.contact-form .slide .others-option {
	padding: 0 0 16px 40px;
	width: 100%;
}

.contact-form .slide .others-option .label-wrap {
	width: 100%;
	text-align: left;
	padding: 0 0 5px;
}

.contact-form .form-footer {
	-webkit-transition: width .3s linear;
	transition: width .3s linear;
	max-width: 338px;
	margin: 0 auto;
	padding: 25px 0 0;
}

.contact-form .input-row {
	padding: 0 0 15px;
}

.contact-form .input-row.checkbox-row .label-wrap {
	padding-top: 0;
}

.contact-form.success-ajax .success-msg {
	opacity: 1;
	visibility: visible;
}

.contact-form .success-msg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -50px;
	background: rgba(255, 255, 255, .7);
	color: #35716a;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 24px;
	line-height: 30px;
	opacity: 0;
	visibility: hidden;
}

.contact-form .success-msg .wrap {
	padding: 20px 30px;
	background: #fff;
	border: 2px solid #35716a;
}

.contact-form .success-msg p {
	margin: 0;
}

.contact-form .label-wrap {
	color: #1e0e00;
	padding: 0 0 10px;
}

.contact-form .label-wrap br {
	display: none;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	color: #1e0e00;
	border: 1px solid #6e6a67;
	padding: 5px 6px 3px;
	height: 25px;
}

.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder,
.contact-form input[type="tel"]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
	color: #817f7d;
	font-style: italic;
}

.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder,
.contact-form input[type="tel"]::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
	opacity: 1;
	color: #817f7d;
	font-style: italic;
}

.contact-form input[type="text"]:-moz-placeholder,
.contact-form input[type="email"]:-moz-placeholder,
.contact-form input[type="tel"]:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
	color: #817f7d;
	font-style: italic;
}

.contact-form input[type="text"]:-ms-input-placeholder,
.contact-form input[type="email"]:-ms-input-placeholder,
.contact-form input[type="tel"]:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
	color: #817f7d;
	font-style: italic;
}

.contact-form input[type="text"].placeholder,
.contact-form input[type="email"].placeholder,
.contact-form input[type="tel"].placeholder,
.contact-form textarea.placeholder {
	color: #817f7d;
	font-style: italic;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus {
	border-color: #1e0e00;
}

.contact-form textarea {
	resize: none;
	height: 88px;
}

.contact-form textarea.alt-height {
	height: 53px !important;
}

.contact-form .captcha-block {
	margin: 0 0 25px;
	text-align: center;
}

.contact-form .button-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 338px;
}

.contact-form .form-expander {
	width: 126px;
	text-align: center;
	background: #35716a;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.214;
	color: #fff;
	padding: 3px 2px 0;
	position: relative;
	text-decoration: none;
}

.contact-form .form-expander:hover {
	background: #254e49;
	color: #fff;
}

.contact-form .form-expander:hover:after {
	border-top-color: #254e49;
}

.contact-form .form-expander:after {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	border-left: 63px solid transparent;
	border-right: 63px solid transparent;
	border-top: 20px solid #35716a;
	top: 100%;
	left: 0;
}

.contact-form .form-expander .expanded {
	display: none;
}

.contact-form input[type="submit"] {
	text-transform: capitalize;
	width: 126px;
	text-align: center;
	background: #35716a;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	padding: 5px 10px;
	white-space: normal;
	border-style: none;
}

.contact-form input[type="submit"]:hover {
	background: #254e49;
}

iframe {
	width: 100%;
}

#contact-us.active ~ .btn-contact-holder {
	display: none;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 2;
	border-style: none;
}

.slick-arrow.slick-prev {
	left: 10px;
}

.slick-arrow.slick-next {
	right: 10px;
	left: auto;
}

.slick-dots {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 0;
	width: 100%;
	margin: 0 -4px;
	z-index: 2;
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	margin: 0 4px 8px;
}

.slick-dots .slick-active button,
.slick-dots button:hover {
	background: #48423b;
}

.slick-dots button {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	padding: 0;
	border-style: none;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #1e0e00;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("images/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("images/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.lightbox-content {
	max-width: 600px;
	border: 5px solid #484848;
	font-size: 14px;
	line-height: 1.182;
}

.lightbox-content .core-content {
	padding: 15px;
}

.lightbox-content .logo {
	width: 158px;
	float: none;
	margin: 0 0 26px;
}

.lightbox-content h3 {
	font-style: italic;
	margin-bottom: 12px;
}

.lightbox-content p {
	margin-bottom: 14px;
}

.lightbox-content a {
	color: #455f9c;
	font-weight: normal;
}

.lightbox-content a:hover {
	color: #2e3f67;
}

.lightbox-content p em + a {
	margin: 0 0 0 15px;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 4px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom scrollbars styles */

.jcf-scrollable {
	height: 300px;
}

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #c2c2c2;
	width: 4px;
	bottom: 11px;
	right: 6px;
	top: 11px;
	border-radius: 10px;
	height: auto !important;
}

.jcf-scrollbar-vertical .jcf-scrollbar-slider {
	height: calc(100% - 28px) !important;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 4px;
	left: 0;
	top: 0;
	border-radius: 10px 10px 0 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 11px;
	border-radius: 0 0 10px 10px;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #999;
	height: 20px !important;
	width: 4px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #c2c2c2;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #c2c2c2;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #c2c2c2;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #c2c2c2;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	content: "";
	height: 0;
	width: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #48423b;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

#footer {
	background: url(images/bg-footer.png) repeat-x 50% 50%/cover;
	position: relative;
	z-index: 11;
}

#footer:before {
	content: "";
	position: absolute;
	z-index: -1;
	background: rgba(255, 255, 255, .75);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	mix-blend-mode: multiply;
}

.contact-page-active #footer .btn-contact-holder {
	display: none;
}

#footer > .holder {
	padding-top: 50px;
	padding-bottom: 100px;
	position: relative;
	text-align: right;
}

#footer .btn-contact {
	position: absolute;
	right: 10px;
	bottom: 0;
	border-radius: 10px 10px 0 0;
	border-bottom: 0;
	max-width: 150px;
}

#footer .contact-block {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

#footer .contact-block > span {
	display: block;
}

#footer .contact-block > span + span:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin: -1px 10px 0 -10px;
}

#footer .contact-block > * {
	padding: 0 10px 5px;
}

#footer .social-networks {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 10px;
	bottom: 0;
	max-width: 135px;
	border-radius: 10px 10px 0 0;
	border-bottom: 0;
	margin: 0;
}

.tab-content .btn-contact {
	position: absolute;
	right: 10px;
	bottom: 0;
	border-radius: 10px 10px 0 0;
	border-bottom: 0;
	max-width: 150px;
}

.no-backgroundblendmode #footer:before {
	background: none;
}

.contact-block {
	font-weight: 700;
}

.btn-contact-holder {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

.btn-contact-holder .holder {
	position: relative;
}

.btn-contact {
	text-transform: uppercase;
	color: #00736b !important;
	background: #ffb547;
	border: 2px solid #fff;
	font-size: 17px;
	line-height: 1;
	font-weight: 700;
	border-radius: 10px;
	box-shadow: 0 0 10px #1e0f00;
	display: inline-block;
	vertical-align: top;
	padding: 15px 10px;
	text-align: center;
	text-decoration: none !important;
}

.btn-contact:hover {
	text-decoration: none;
	background: #00736b;
	color: #ffb547 !important;
}

.social-networks {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	margin: 0 -9px;
	border-radius: 10px;
	border: 2px solid #fff;
	color: #00736b;
	background: #ffb547;
	box-shadow: 0 0 10px #1e0f00;
	padding: 9px 0 0;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	margin: 0 9px 9px;
	padding: 0;
}

.social-networks li:before {
	display: none;
}

.social-networks a {
	display: block;
	overflow: hidden;
	border: 2px solid #198d5e;
	color: #00736a;
	position: relative;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-decoration: none;
}

.social-networks a:hover {
	border-color: #575757;
	text-decoration: none;
	color: #575757;
}

.social-networks a:hover.youtube:before {
	border-left-color: #575757;
}

.social-networks a:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font: 28px/1 "FontAwesome";
}

.social-networks a.facebook:before {
	content: "\f09a";
}

.social-networks a.twitter:before {
	content: "\f099";
}

.social-networks a.linkedin:before {
	content: "\f0e1";
	margin: -1px 0 0 0;
}

.social-networks a.youtube {
	width: 48px;
	height: 45px;
	border-radius: 8px;
}

.social-networks a.youtube:before {
	content: "";
	height: 0;
	width: 0;
	border-bottom: 12px solid transparent;
	border-left: 20px solid #00736b;
	border-top: 12px solid transparent;
}

@media (min-width: 480px) {
	.tab-content table thead tr th:first-child,
	.tab-content table tbody tr td:first-child {
		word-break: normal;
	}

	.sidenav .tabset {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.sidenav .tabset li {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	h1,
	.h1 {
		font-size: 30px;
	}

	table thead tr th,
	table tbody tr th {
		font-size: 15px;
	}

	table tbody tr td {
		font-size: 13px;
	}

	.alignleft {
		float: left;
		margin: 0 10px 10px 0;
	}

	.alignright {
		float: right;
		margin: 0 0 10px 10px;
	}

	.banner {
		padding: 129px 0 110px;
	}

	.banner .content-wrap.about {
		margin-bottom: -38px;
	}

	.main-holder .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.main-holder .sidenav {
		width: 282px;
		padding: 50px 20px 30px 10px;
	}

	.main-holder #sidebar {
		width: 282px;
		padding: 50px 20px 30px;
	}

	.main-holder #content {
		width: calc(100% - 282px);
		padding: 50px 20px 30px;
	}

	.main-holder #content h2 {
		margin-bottom: 37px;
		padding-bottom: 12px;
	}

	.tab-content .info-wrap .image-holder {
		max-width: 240px;
	}

	.tab-content .info-wrap .alignright {
		margin: 0 0 19px 19px;
		max-width: 240px;
	}

	.tab-content .news-content {
		padding: 0 0 28px;
	}

	.tab-content .news-content .title-head {
		margin-bottom: 20px;
	}

	.tab-content table thead tr th,
	.tab-content table tbody tr td {
		padding: 10px;
	}

	.tab-content .table-holder {
		margin: 0 -15px;
	}

	.tab-content .table-holder .table-float {
		float: left;
		width: 50%;
		padding: 0 15px;
	}

	.tab-content .table-holder .table-float:first-of-type table {
		margin-bottom: 38px;
	}

	.tab-content .table-holder .table-float:nth-last-of-type(2) table {
		margin-bottom: 0;
	}

	#leadership .info-wrap .alignleft {
		margin: 0 20px 3px 0;
	}

	#protein-microarrays .figure .image-holder {
		max-width: 406px;
	}

	.figure {
		text-align: left;
		margin-bottom: 20px;
	}

	.figure p {
		text-align: left;
	}

	.image-split {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -10px;
	}

	.image-split .split-holder {
		width: 50%;
		padding: 0 10px;
	}

	.image-split .split-holder.push-figure11 img {
		padding: 3% 0 0;
	}

	.sidenav h2 {
		margin-bottom: 34px;
	}

	.sidenav .tabset {
		display: block;
	}

	.sidenav .tabset li {
		width: 100%;
		padding: 0 0 28px 42px;
	}

	#content {
		min-height: 350px;
	}

	.slick-slider1 {
		height: 475px;
	}

	.slick-slider1.slick-initialized {
		height: auto;
	}

	.slick-slider1 .slide {
		min-height: 475px;
	}

	.slick-slider1 .slide .content-wrap {
		padding: 180px 20px 20px;
	}

	.grid-block {
		margin: 0 -10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.grid-block .grid {
		width: 33.33%;
		padding: 0 10px 20px;
	}

	.grid-block .image-holder {
		min-height: 200px;
	}

	.grid-block .image-caption {
		padding: 11px 10px;
	}

	.technology-order .content-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0;
	}

	.technology-order .content-wrap .image-wrap {
		margin: 0;
		position: relative;
	}

	.technology-order .content-wrap .image-wrap:after {
		top: 100%;
		bottom: auto;
	}

	.technology-order .content-wrap .image-description {
		width: calc(100% - 200px);
		padding: 32px 0 0 25px;
	}

	.contact-section {
		overflow: hidden;
		padding: 4px 0 5px;
		margin-bottom: 42px;
	}

	.contact-form .checkbox-list li {
		padding: 0 38px 20px 0;
		text-align: right;
	}

	.contact-form .checkbox-list li .jcf-checkbox {
		left: auto;
		right: 0;
		top: 4px;
	}

	.contact-form .form-elements-wrap {
		width: calc(100% - 160px);
	}

	.contact-form .slide .input-row {
		padding: 0 10px 28px;
	}

	.contact-form .slide .others-option input[type="text"],
	.contact-form .slide .others-option input[type="email"],
	.contact-form .slide .others-option input[type="tel"],
	.contact-form .slide .others-option textarea {
		width: 100%;
	}

	.contact-form .slide textarea {
		height: 115px;
	}

	.contact-form .form-footer {
		float: right;
		width: calc(100% - 140px);
		padding: 0 5px;
		max-width: none;
		margin: 0;
	}

	.contact-form .input-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		padding: 0 5px 15px;
	}

	.contact-form .label-wrap {
		width: 137px;
		text-align: right;
		padding: 5px 12px 5px 0;
	}

	.contact-form .label-wrap br {
		display: block;
	}

	.contact-form input[type="text"],
	.contact-form input[type="email"],
	.contact-form input[type="tel"],
	.contact-form textarea {
		width: calc(100% - 137px);
	}

	.contact-form .captcha-block {
		text-align: left;
	}

	.lightbox-content {
		max-width: 728px;
	}

	.lightbox-content .core-content {
		padding: 28px 35px;
	}

	.jcf-scrollable {
		height: 400px;
	}

	.jcf-scrollbar-vertical {
		right: 11px;
	}

	#footer > .holder {
		padding-top: 120px;
		padding-bottom: 0;
	}

	#footer .contact-block {
		max-width: calc(100% - 135px - 220px);
		margin: 0 auto;
		padding: 0 10px 10px;
		font-size: 13px;
	}

	.btn-contact {
		font-size: 19px;
		border-radius: 12px;
		border-width: 3px;
		padding: 16px 8px;
	}
}

@media (min-width: 992px) {
	.figure.push-caption figcaption {
		padding: 5.6% 0 0;
	}

	.contact-section .map-block {
		float: left;
		max-width: 240px;
		padding: 3px 0;
	}

	.contact-section .contact-details {
		overflow: hidden;
		padding: 0 0 0 20px;
	}
}

@media (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 38px;
	}

	body:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 1;
		height: 21px;
	}

	table caption {
		font-size: 18px;
	}

	.alignleft {
		margin: 0 16px 15px 0;
	}

	.alignright {
		margin: 0 0 15px 16px;
	}

	#header {
		background: none;
		padding: 32px 0;
		position: absolute;
	}

	.logo {
		float: left;
		margin: 0;
		width: 200px;
	}

	.nav-drop {
		max-width: 746px;
		float: left;
		padding: 8px 0 0 35px;
		position: static;
		height: auto;
		overflow: visible;
	}

	#nav {
		background: none;
		overflow: visible;
	}

	#nav > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#nav > ul > li {
		font-size: 20px;
		border-style: none;
	}

	#nav > ul > li.active > a:after {
		background: #fff;
	}

	#nav > ul > li:hover > a {
		background: #fff;
		box-shadow: 10px 10px 10px rgba(30, 14, 0, .42);
		color: #48423b;
	}

	#nav > ul > li:hover > a:after {
		background: #fff;
	}

	#nav > ul > li:hover > ul {
		display: block;
		max-height: 9999px;
		opacity: 1;
		visibility: visible;
	}

	#nav > ul > li.active > a,
	#nav > ul > li > a:hover {
		box-shadow: 10px 10px 10px rgba(30, 14, 0, .42);
		color: #48423b;
	}

	#nav > ul > li.active > a {
		box-shadow: none;
		color: #000;
	}

	#nav > ul > li > a {
		border-radius: 12px 12px 0 0;
		padding: 5px 12px;
		display: inline-block;
		vertical-align: top;
	}

	#nav > ul > li > a:after {
		position: absolute;
		content: "";
		bottom: 0;
		left: 0;
		right: 0;
		top: auto;
		height: 1px;
		background: transparent;
	}

	#nav > ul > li > a > .opener {
		display: none;
	}

	#nav > ul > li.alt-width > ul {
		width: 300px;
	}

	#nav > ul > li > ul {
		border-radius: 0 12px 12px 12px;
		box-shadow: 10px 10px 10px rgba(30, 14, 0, .42);
		overflow: hidden;
		padding: 0 0 18px;
		display: block;
		opacity: 0;
		visibility: hidden;
		max-height: 0;
		-webkit-transition: opacity .3s linear, visibility .3s linear, max-height .3s linear;
		transition: opacity .3s linear, visibility .3s linear, max-height .3s linear;
	}

	#nav > ul > li > ul {
		position: absolute;
		top: 100%;
		left: 0;
		width: 245px;
		z-index: 3;
	}

	.nav-opener {
		display: none;
	}

	.nav-active {
		overflow: auto;
	}

	.nav-active #header {
		background: none;
	}

	.nav-active .nav-drop {
		height: auto;
	}

	.banner .content-wrap.about {
		margin-bottom: -40px;
	}

	.main-holder .sidenav {
		width: 378px;
		padding: 54px 20px 13px 100px;
	}

	.main-holder #sidebar {
		width: 378px;
		padding-top: 55px;
	}

	.main-holder #content {
		width: calc(100% - 378px);
		padding: 55px 40px 3px;
	}

	.tab-content .info-wrap .image-holder {
		max-width: 320px;
	}

	.tab-content #proteome-microarray-technology .info-wrap .alignright {
		max-width: 300px;
	}

	.tab-content #applications .info-wrap .alignright {
		max-width: 289px;
	}

	.tab-content #overview-mission .info-wrap .alignright {
		max-width: 338px;
	}

	.tab-content table thead tr th,
	.tab-content table tbody tr td {
		padding: 17px 22px;
	}

	.tab-content table thead tr th:nth-of-type(4),
	.tab-content table tbody tr td:nth-of-type(4) {
		padding: 17px 10px;
	}

	.tab-content .table-holder {
		margin: 0 -40px;
	}

	.tab-content .table-holder .table-float {
		width: 308px;
		padding: 0 40px;
	}

	.tab-content .table-holder table {
		margin: 0 0 59px;
	}

	.tab-content .table-holder table tbody tr td a {
		padding: 7px 22px;
	}

	#events-news .events-content .event-flow a[target="_blank"] {
		padding: 0 2px 0 0;
	}

	#events-news .events-content .event-flow + .event-flow a[target="_blank"] {
		margin-bottom: 18px;
	}

	#events-news .events-content .event-flow + .event-flow .details {
		margin-bottom: 24px;
	}

	#events-news .details {
		margin-bottom: 40px;
	}

	#leadership .info-wrap .title {
		padding: 7px 0 0;
		font-size: 20px;
	}

	#human-proteome .figure {
		max-width: none;
		width: 400px;
		font-size: 15px;
	}

	#human-proteome .figure img {
		width: 100%;
	}

	.figure {
		margin-bottom: 40px;
	}

	.figure.push-figure3 .alignleft {
		margin-right: 3%;
	}

	.image-split {
		margin-top: 27px;
	}

	.slick-slider1 {
		height: 575px;
	}

	.slick-slider1.slick-initialized {
		height: auto;
	}

	.slick-slider1 .slide {
		min-height: 575px;
	}

	.slick-slider1 .slide .content-wrap {
		padding: 155px 0 20px;
	}

	.slick-slider1 .slide .content-wrap .img-holder {
		margin-bottom: 36px;
	}

	.grid-block {
		margin: 0 -17px 0 -18px;
	}

	.grid-block .grid {
		padding: 0 17px 35px 18px;
	}

	.grid-block .image-holder {
		min-height: 271px;
	}

	.grid-block .image-caption {
		font-size: 24px;
	}

	.technology-order .content-wrap:last-of-type .image-description time {
		margin-bottom: 40px;
	}

	.technology-order .content-wrap .image-wrap {
		width: 241px;
	}

	.technology-order .content-wrap .image-description {
		padding-left: 50px;
		width: calc(100% - 241px);
	}

	.contact-section .map-block {
		max-width: 300px;
	}

	.contact-section .map-block .map-holder {
		margin: 0 0 23px;
	}

	.contact-section .contact-details {
		padding: 0 0 0 30px;
	}

	.contact-form.expanded-contact {
		margin-bottom: 8px;
	}

	.contact-form.expanded-contact .form-footer {
		width: calc(100% - 230px);
		padding: 12px 9px 0;
	}

	.contact-form .form-title {
		float: left;
		width: 230px;
		max-height: 214px;
		overflow: hidden;
	}

	.contact-form .checkbox-list {
		float: left;
		width: 230px;
		margin: -105px 0 0;
	}

	.contact-form .form-elements-wrap {
		width: calc(100% - 230px);
	}

	.contact-form .form-elements-wrap .split-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -10px 6px;
	}

	.contact-form .form-elements-wrap .split-list .checkbox-list {
		width: 50%;
		padding: 0 10px;
	}

	.contact-form .form-elements-wrap .checkbox-list .checkbox-list {
		padding: 38px 0 4px 34px;
	}

	.contact-form .slide .label-wrap {
		width: 229px;
	}

	.contact-form .slide .label-wrap .hint-text {
		padding: 16px 0 0;
	}

	.contact-form .slide input[type="text"],
	.contact-form .slide input[type="email"],
	.contact-form .slide input[type="tel"],
	.contact-form .slide textarea {
		width: calc(100% - 229px);
	}

	.contact-form .form-footer {
		width: calc(100% - 250px);
	}

	.contact-form .input-row {
		float: right;
		width: calc(100% - 230px);
	}

	.lightbox-content {
		max-width: 987px;
	}

	.jcf-scrollable {
		height: 500px;
	}

	#footer .contact-block {
		font-size: 14px;
	}
}

@media (min-width: 1024px) and (max-width: 1439px) {
	#nav > ul > li:last-of-type > ul {
		left: auto;
		right: 0;
		border-radius: 12px 0 12px 12px;
	}
}

@media (min-width: 1200px) {
	h1,
	.h1 {
		font-size: 44px;
	}

	body {
		font-size: 16px;
	}

	body:before {
		height: 91px;
	}

	table caption {
		font-size: 20px;
	}

	table thead tr th,
	table tbody tr th {
		font-size: 18px;
	}

	table thead tr th br,
	table tbody tr th br {
		display: none;
	}

	table tbody tr td {
		font-size: 15px;
	}

	.logo {
		width: 287px;
	}

	.nav-drop {
		max-width: calc(100% - 287px);
		padding-left: 35px;
		padding-top: 16px;
	}

	#nav > ul > li > a {
		padding: 10px 20px 6px 28px;
	}

	.banner.align-mid-right .content-wrap h1 {
		font-size: 40px;
	}

	.banner[class*="align-"] h1 {
		font-size: 40px;
	}

	.main-holder #content {
		width: calc(100% - 400px);
	}

	.tab-content .info-wrap .image-holder {
		max-width: 398px;
	}

	.tab-content .info-wrap .alignright {
		margin: 2px 10px 20px 19px;
	}

	.tab-content #proteome-microarray-technology .info-wrap .alignright {
		max-width: 413px;
	}

	.tab-content .table-holder {
		margin: 0 -68px -3px;
	}

	.tab-content .table-holder .table-float {
		width: 268px;
		margin: 0 68px;
		padding: 0;
	}

	.tab-content .table-holder table tbody tr td {
		font-size: 18px;
	}

	#leadership .info-wrap .alignleft {
		margin-right: 43px;
	}

	.figure.push-caption figcaption {
		padding: 4.2% 0 0;
	}

	.figure.push-caption .alignleft {
		margin: 0 6% 22px 6.6%;
	}

	.slick-slider1 .slide .content-wrap {
		padding: 155px 0 20px;
	}

	.technology-order .content-wrap:last-of-type .image-description time {
		margin-bottom: 63px;
	}

	.contact-section .map-block {
		max-width: 360px;
	}

	.contact-section .contact-details {
		padding: 0 0 0 57px;
	}

	.contact-form.expanded-contact .input-row.expand-block-row {
		padding-bottom: 18px;
	}

	.contact-form .form-title {
		width: 270px;
		font-size: 20px;
	}

	.contact-form .checkbox-list {
		width: 270px;
		padding: 0 4.2% 0 0;
	}

	.contact-form .form-elements-wrap .split-list .checkbox-list {
		width: 32.8%;
	}

	.contact-form .form-elements-wrap .split-list .checkbox-list:nth-of-type(2) {
		width: 67.2%;
	}

	.contact-form .form-elements-wrap .checkbox-list {
		padding: 0;
	}

	.contact-form .slide .form-title {
		font-size: 19px;
	}

	.contact-form .slide .label-wrap {
		padding-right: 17px;
	}

	.contact-form .slide .checkbox-list li {
		padding-left: 38px;
	}

	.contact-form .form-footer {
		width: calc(100% - 270px - 140px);
		padding: 0 3px;
	}

	.contact-form .input-row {
		padding: 0 16px 28px 6px;
		width: calc(100% - 270px);
	}

	.contact-form .input-row.expand-block-row {
		padding-bottom: 25px;
	}

	.contact-form .captcha-block {
		margin: 0 3px 34px;
	}

	#footer .btn-contact {
		right: 35px;
	}

	.tab-content .btn-contact {
		right: 35px;
	}
}

@media (min-width: 1270px) {
	#nav > ul > li {
		font-size: 24px;
	}
}

@media (min-width: 1400px) {
	.main-holder #content {
		padding-right: 66px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.figure .image-holder {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.banner .content-wrap.about h1 {
		margin-bottom: 40px;
	}

	.tab-content .info-wrap .image-holder {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 16px;
		text-align: center;
	}

	.tab-content .alignleft,
	.tab-content .alignright {
		float: none;
	}

	.contact-form .success-msg {
		font-size: 16px;
		line-height: 24px;
	}
}

@-webkit-keyframes ZoomIn {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes ZoomIn {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@-webkit-keyframes bgSize {
	0% {
		background-size: cover;
	}

	100% {
		background-size: cover;
	}
}

@keyframes bgSize {
	0% {
		background-size: cover;
	}

	100% {
		background-size: cover;
	}
}

@-webkit-keyframes FadeIn {
	0% {
		opacity: 0;
		visibility: hidden;
	}

	100% {
		opacity: 1;
		visibility: visible;
	}
}

@keyframes FadeIn {
	0% {
		opacity: 0;
		visibility: hidden;
	}

	100% {
		opacity: 1;
		visibility: visible;
	}
}

@-webkit-keyframes FadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes FadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes FadeSlideIn {
	0% {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}

	100% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes FadeSlideIn {
	0% {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}

	100% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes FadeSlideOut {
	0% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	100% {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}
}

@keyframes FadeSlideOut {
	0% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	100% {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}
}

@-webkit-keyframes SlideIn {
	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}
}

@keyframes SlideIn {
	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}
}

@-webkit-keyframes SlideOut {
	0% {
		height: 100%;
		opacity: 1;
		visibility: visible;
	}

	100% {
		height: 0;
	}
}

@keyframes SlideOut {
	0% {
		height: 100%;
		opacity: 1;
		visibility: visible;
	}

	100% {
		height: 0;
	}
}
