/*
Theme Name: Base
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: base
Tags: one-column, two-columns
Theme URI:
*/

/*! 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: 1px dotted;
}

/**
 * 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;
}

/* Slick slider styles */

.slick-slider-frame {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-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;
	cursor: hand;
}

.slick-slider-frame .slick-track,
.slick-slider-frame .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;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon9656.eot?5kytn0");
	src: url("fonts/icomoon9656.eot?5kytn0#iefix") format("embedded-opentype"), url("fonts/icomoon9656.ttf?5kytn0") format("truetype"), url("fonts/icomoon9656.woff?5kytn0") format("woff"), url("fonts/icomoon9656.svg?5kytn0#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
	content: "\e900";
}

.icon-arrow3:before {
	content: "\e902";
}

.icon-arrow4:before {
	content: "\e903";
}

.icon-filter:before {
	content: "\e904";
}

.icon-linkedin:before {
	content: "\e905";
}

.icon-share:before {
	content: "\e906";
}

.icon-twitter:before {
	content: "\e907";
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
	opacity: 0;
	position: absolute;
	left: -99999px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #777;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #41b6e6 !important;
}

/* 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;
	opacity: 0;
	position: absolute;
	left: -99999px;
}

.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 select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #f0f0f0;
	background: #fff;
	margin: 0 0 12px;
	width: 100%;
}

.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;
	color: #2e3c44;
	font-family: "Work Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	padding: 16px 17px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background-image: url(images/arrow2.svg);
	background-position: center;
	background-repeat: no-repeat;
	width: 26px;
	bottom: 0;
	right: 15px;
	top: 0;
}

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;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #f0f0f0;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 16px;
	font-size: 14px;
	width: 100%;
	border: 1px solid #f0f0f0;
}

.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;
	-webkit-transition: .3s;
	transition: .3s;
	height: 1%;
	padding: 10px 17px;
}

.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;
}

/* custom file input styles */

.jcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}

.jcf-file .jcf-fake-input {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	border: 1px solid #777;
	padding: 0 8px;
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	width: 125px;
}

.jcf-file .jcf-upload-button {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #777;
	margin: 0 0 0 -1px;
	padding: 0 10px;
	line-height: 28px;
	height: 28px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single: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: #333;
	background: #fff;
	font: 16px/1.2 "Work Sans", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.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.2em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.2em;
}

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: #333;
}

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.2em;
}

.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;
}

.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: #333;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.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: #333;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #333;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.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.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.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: 47px;
}

h2,
.h2 {
	font-size: 40px;
}

h3,
.h3 {
	font-size: 36px;
}

h4,
.h4 {
	font-size: 24px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #004c97;
}

a:hover,
a:focus {
	text-decoration: none;
}

.nav-active {
	overflow: hidden;
}

.nav-active .nav {
	position: fixed;
}

.inner .sticky-wrap-header.fixed-position .header {
	background-color: #004c97;
	z-index: 999;
}

.home header {
	position: relative;
	z-index: 9999999;
	background-color: #004c97;
}

.home header .nav-opener-inner {
	display: block;
}

.inner.nav-active .nav {
	visibility: visible;
	top: 0;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
	overflow-y: scroll;
}

.inner .header {
	background-color: #004c97;
}

.inner .wrapp-header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 0 15px 0;
}

.inner .logo {
	z-index: 99;
	width: 110px;
}

.inner .logo img {
	width: 100%;
}

.wrapp-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nav .nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav-opener-inner {
	width: 26px;
	height: auto;
	padding: 9px 14px;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	z-index: 23;
	position: relative;
	top: 10px;
}

.nav-opener-inner:before,
.nav-opener-inner:after {
	background: #e2aa00;
	position: absolute;
	top: 12px;
	left: 1px;
	right: 6px;
	height: 2px;
	width: 22px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener-inner span {
	background: #e2aa00;
	position: absolute;
	top: 8px;
	left: 1px;
	right: 6px;
	height: 2px;
	width: 22px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener-inner:before,
.nav-opener-inner:after {
	content: "";
	top: 0;
}

.nav-opener-inner:after {
	top: 16px;
}

.nav-active .nav-opener-inner span {
	opacity: 0;
}

.nav-active .nav-opener-inner:before,
.nav-active .nav-opener-inner:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
	left: 0;
	right: 6px;
	background: #fff;
}

.nav-active .nav-opener-inner:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener-home {
	width: 26px;
	height: auto;
	padding: 9px 14px;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	z-index: 23;
	position: relative;
	top: 3px;
}

.nav-opener-home:before,
.nav-opener-home:after {
	background-color: #e2aa00;
	position: absolute;
	top: 12px;
	left: 1px;
	right: 6px;
	height: 2px;
	width: 22px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener-home span {
	background-color: #e2aa00;
	position: absolute;
	top: 8px;
	left: 1px;
	right: 6px;
	height: 2px;
	width: 22px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener-home:hover:before,
.nav-opener-home:hover:after {
	background: #e2aa00;
}

.nav-opener-home:hover span {
	background: #e2aa00;
}

.nav-opener-home:before,
.nav-opener-home:after {
	content: "";
	top: 0;
}

.nav-opener-home:after {
	top: 16px;
}

.nav-active .nav-opener-home span {
	opacity: 0;
}

.nav-active .nav-opener-home:before,
.nav-active .nav-opener-home:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
	left: 0;
	right: 6px;
	background: #fff;
}

.nav-active .nav-opener-home:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav-opener-home:hover:before,
.nav-active .nav-opener-home:hover:after {
	background: #e2aa00;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1135px;
	margin: 0 auto;
	padding: 0 15px;
}

.bg-holder {
	height: calc(100vh - 230px);
	position: absolute;
	right: 0;
	width: 50%;
	z-index: -1;
	top: 0;
	background-image: url(images/backgrounddots.png);
	background-size: contain;
	opacity: 50%;
	background-repeat: no-repeat;
	background-position: top right;
}

.beyond-header .bg-holder {
	position: fixed;
	top: 90px;
}

/* The top blue section is bigger on wide screens */
@media (min-width: 1024px) {
	.beyond-header .bg-holder {
		top: 134px;
	}
}

/* .bg-holder img {
	height: auto;
	position: absolute;
	width: auto;
	display: none;
} */

/* Make sure the dots are covered by the lower sections */
/* .section-join-us .wrapp-slide-min, */
.section-join-us .wrapp-content-table,
.section-join-us ~ .wrapp-content {
		background: white;
}
.section-join-us .wrapp-slide-min::before {
	box-shadow: 0 100px 0 0 white;
}

.is-touch-device {
	background-size: cover;
}

h6 {
	font-size: 12px;
}

h2 {
	font-size: 29px;
}

h1 {
	font-size: 29px;
}

.section-intro-home {
	min-height: 100vh;
}

.home {
	background-color: #004c97;
}

.slider-home .slide-item {
	width: 100%;
	min-height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
}

.slider-home .slide-item.active {
	z-index: 1;
}

.slider-home .slide-item .btn-next {
	opacity: 0;
	visibility: hidden;
	height: 1px;
	width: 1px;
}

.slider-home .slider-pagination {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	padding: 0 25px;
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	-webkit-transition: top .3s linear;
	transition: top .3s linear;
}

.slider-home .slider-pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.slider-home .slider-pagination li {
	margin: 0 5px 5px;
	font-size: 0;
}

.slider-home .slider-pagination li:hover {
	opacity: .8;
}

.slider-home .slider-pagination li.active a:before {
	content: "";
	background-color: #e2aa00;
	opacity: 1;
}

.slider-home .slider-pagination li.active a:hover {
	opacity: .8;
}

.slider-home .slider-pagination a {
	width: 15px;
	height: 15px;
	border: 3px solid transparent;
	z-index: 0;
	position: relative;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	border-radius: 50%;
	padding: 0;
	display: block;
}

.slider-home .slider-pagination a:before {
	content: "";
	font-family: "slick";
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 9px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	z-index: 2;
}

.slider-home .wrapp-column {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.slider-home .wrapp-column .col {
	width: 100%;
}

.slider-home .wrapp-column .col.col-text {
	background-color: #004c97;
}

.slider-home .wrapp-column .col.col-img {
	height: 400px;
}

.slider-home .wrapp-column .col.col-img .card-img {
	height: 100%;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}

.slider-home .wrapp-column .card-text {
	height:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 16px 10px 32px 10px;
}



.slider-home .wrapp-column .card-text h6 {
	color: #e2aa00;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	max-width: 400px;
}

.slider-home .wrapp-column .card-text h1 {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: -.72px;
	line-height: 30px;
	text-transform: capitalize;
	width: 100%;
}

.slider-home .wrapp-column .card-text p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 32px;
	width: 100%;
}

.slider-home .wrapp-column .card-text .btn {
	width: 100%;
}

.btn {
	min-width: 140px;
	height: 47px;
	border-radius: 24px;
	background-color: #e2aa00;
	text-decoration: none;
	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;
	color: #2e3c44;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	-webkit-transition: .3s;
	transition: .3s;
	border: 2px solid transparent;
}

.btn:hover {
	border: 2px solid #e2aa00;
	background-color: transparent;
	color: #e2aa00;
}

.btn.btn-blue {
	border: 2px solid #41b6e6;
	color: #41b6e6;
	background-color: transparent;
}

.btn.btn-blue:hover {
	background-color: #41b6e6;
	color: #fff;
}

.section-sub-header .wrapp-sub-header {
	background-color: #004c97;
}

.section-sub-header .wrapp-line-name {
	padding: 20px 0 27px;
}

.section-sub-header .wrapp-line-name.min-spacing {
	padding: 20px 10px 25px;
}

:is(.section-sub-header, .compassionate-use) .viewport-section.in-viewport .line-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

:is(.section-sub-header, .compassionate-use) .viewport-section.in-viewport .line-name:after {
	width: 100%;
	left: 0;
	content: "";
	background-color: #fff;
}

:is(.section-sub-header, .compassionate-use) .viewport-section.in-viewport .line-name.light:after {
	background-color: #96979b;
}

:is(.section-sub-header, .compassionate-use) .line-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

:is(.section-sub-header, .compassionate-use) .line-name.light p {
	color: #2e3c44;
	background-color: transparent;
	font-size: 17px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media screen and (max-width: 412px) {
	:is(.section-sub-header, .compassionate-use) .line-name.light p {
		font-size: 14px;
	}
}

@media screen and (max-width: 350px) {
	:is(.section-sub-header, .compassionate-use) .line-name.light p {
		font-size: 12px;
	}
}

:is(.section-sub-header, .compassionate-use) .line-name:after {
	content: "";
	height: 1px;
	width: 0;
	background-color: #2e3c44;
	display: block;
	left: -100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: width 2s;
	transition: width .9s;
}

:is(.section-sub-header, .compassionate-use) .line-name span {
	width: 9px;
	height: 9px;
	background-color: #e2aa00;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	z-index: 11;
	margin-right: 0 !important;
}

:is(.section-sub-header, .compassionate-use) .line-name p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	background-color: #004c97;
	z-index: 11;
	padding-left: 11px;
	padding: 0 11px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.section-sub-header .line-back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 10px 0;
}

.section-sub-header .line-back a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	-webkit-transition: .3s;
	transition: .3s;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-sub-header .line-back a:hover {
	color: #e2aa00;
}

.section-sub-header .line-back a i {
	font-size: 8px;
}

.section-sub-header .line-back a i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 5px;
}

.section-sub-header .card-text {
	position: relative;
}

.section-sub-header .card-text h1 {
	color: #fff;
	font-weight: 300;
	margin: 0;
	letter-spacing: -.72px;
	line-height: 32px;
}

.section-sub-header .card-text .back-link {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	display: block;
}

.section-sub-header .card-text .back-link:hover {
	color: #e2aa00;
}

.section-sub-header .wrapp-head-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 19px 0 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section-sub-header .wrapp-head-content img {
	width: 100%;
}

.section-sub-header .wrapp-head-content .col {
	width: 100%;
}

.section-sub-header .wrapp-head-content .col:first-child {
	margin-right: 22px;
	margin-bottom: 15px;
}

.section-sub-header .wrapp-head-content .col .wrapp-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 30px 0 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section-sub-header .wrapp-head-content .col .wrapp-text p,
.section-sub-header .wrapp-head-content .card-text p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 .5em;
}

.section-sub-header .wrapp-head-content .col .wrapp-text .col:first-child .card-text {
	padding-bottom: 23px;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}

.section-sub-header .wrapp-head-content .tag,
.section-sub-header .wrapp-head-content .public,
.section-sub-header .wrapp-head-content .date {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .1px;
	line-height: 24px;
	text-decoration: none;
	display: block;
}

.section-sub-header .wrapp-head-content .tag.tag,
.section-sub-header .wrapp-head-content .public.tag,
.section-sub-header .wrapp-head-content .date.tag {
	margin-bottom: 18px;
}

.section-sub-header .wrapp-head-content h2 {
	margin: 0;
}

.section-sub-header .wrapp-head-content h2 a {
	color: #fff;
	font-size: 29px;
	font-weight: 300;
	letter-spacing: -.5px;
	margin: 0;
	text-decoration: none;
}

.section-sub-header .wrapp-head-content .tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section-sub-header .wrapp-head-content .tab.active {
	position: static;
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	cursor: default;
}

.section-sub-header .wrapp-head-content .tab .col:first-child .card-text {
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}

.section-sub-header .wrapp-head-content .tab .card-text p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

.section-sub-header .wrapp-line-name {
	padding: 20px 0 27px;
}

.section-sub-header .wrapp-line-name.min-spacing {
	padding: 20px 0 25px;
}

:is(.section-sub-header, .compassionate-use) .line-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 28px;
}

:is(.section-sub-header, .compassionate-use) .line-name span {
	width: 9px;
	height: 9px;
	background-color: #e2aa00;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
}

.page-template-template-pipeline :is(.compassionate-use) .line-name:after {
	width: 100%;
	background-color: white;
}

.page-template-template-pipeline :is(.compassionate-use) .line-name p {
	color: white;
}

:is(.section-sub-header, .compassionate-use) .line-name p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.wrapp-content {
	padding: 24px 0 44px;
	position: relative;
}

.page-template-template-join .wrapp-content {
	padding: 24px 0 0 0;;
	position: relative;
}

.wrapp-content.no-decor:before {
	content: none;
}

.wrapp-content.decor-left {
	background-color: #ececec;
	z-index: 0;
	padding: 80px 0;
	overfl8w: hidden;
}

.wrapp-content.decor-left .bg-holder {
	background-position: 0 50% !important;
}

.wrapp-content .wrapp-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wrapp-content .wrapp-column.wrapp-column-contact .col {
	width: 100%;
}

.wrapp-content .wrapp-column.wrapp-column-contact .col:first-child {
	padding-right: 0;
}

.wrapp-content .wrapp-column.wrapp-column-contact .col .wrapp-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wrapp-content .wrapp-column.wrapp-column-contact .col .wrapp-contact .col {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.wrapp-content .wrapp-column.wrapp-column-contact .col .wrapp-contact .col .card-img {
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 0;
	display: none;
}

.wrapp-content .wrapp-column.wrapp-column-contact .col .wrapp-contact .col .card-img img {
	-webkit-transition: 1.5s;
	transition: 1.5s;
}

.wrapp-content .wrapp-column.wrapp-column-contact .col .wrapp-contact .col li {
	padding-bottom: 42px;
}

.wrapp-content .wrapp-column.wrapp-column-contact .col .wrapp-contact .col.interactive li {
	cursor: pointer;
}

.wrapp-content .wrapp-column.wrapp-column-contact .col .wrapp-contact .col.interactive li .card-img {
	z-index: 1;
	pointer-events: none;
}

.wrapp-content .wrapp-column.wrapp-column-contact .col .wrapp-contact .col.interactive li + li .card-img {
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
}

.wrapp-content .wrapp-column.wrapp-column-contact .col .wrapp-contact .col.interactive li:hover .card-img {
	z-index: 2;
	opacity: 1;
	visibility: visible;
	background-color: #fff;
}

.wrapp-content .wrapp-column.wrapp-column-contact .col .wrapp-contact .col.interactive:not(:hover) li:nth-child(1) .card-img {
	animation: image-cycle 9s infinite;
}
.wrapp-content .wrapp-column.wrapp-column-contact .col .wrapp-contact .col.interactive:not(:hover) li:nth-child(2) .card-img {
	animation: image-cycle-2 9s infinite;
}
.wrapp-content .wrapp-column.wrapp-column-contact .col .wrapp-contact .col.interactive:not(:hover) li:nth-child(3) .card-img {
	animation: image-cycle-3 9s infinite;
}

@keyframes image-cycle {
	00% { opacity: 1; visibility: visible; z-index: 2; }
	16% { opacity: 1; visibility: visible; z-index: 0; }
	33% { opacity: 0; visibility: hidden; z-index: 0; }
	50% { opacity: 0; visibility: hidden; z-index: 0; }
	66% { opacity: 0; visibility: hidden; z-index: 0; }
	83% { opacity: 0; visibility: hidden; z-index: 2; }
}

@keyframes image-cycle-2 {
	00% { opacity: 0; visibility: hidden; z-index: 0; }
	16% { opacity: 0; visibility: hidden; z-index: 2; }
	33% { opacity: 1; visibility: visible; z-index: 2; }
	50% { opacity: 1; visibility: visible; z-index: 0; }
	66% { opacity: 0; visibility: hidden; z-index: 0; }
	83% { opacity: 0; visibility: hidden; z-index: 0; }
}

@keyframes image-cycle-3 {
	00% { opacity: 0; visibility: hidden; z-index: 0; }
	16% { opacity: 0; visibility: hidden; z-index: 0; }
	33% { opacity: 0; visibility: hidden; z-index: 0; }
	50% { opacity: 0; visibility: hidden; z-index: 2; }
	66% { opacity: 1; visibility: visible; z-index: 2; }
	83% { opacity: 1; visibility: visible; z-index: 0; }
}


.wrapp-content .wrapp-column.wrapp-column-contact .col h5 {
	color: #2e3c44;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}

.wrapp-content .wrapp-column.wrapp-column-contact .col a {
	color: #2e3c44;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .1px;
	line-height: 24px;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.wrapp-content .wrapp-column.wrapp-column-contact .col a:hover {
	color: #e2aa00;
}

.page-template-template-contact .wrapp-content .wrapp-column.wrapp-column-contact .col a:hover {
	color: #41B6E6;
}

.wrapp-content .wrapp-column.wrapp-column-contact .col address {
	padding: 0;
	margin: 0;
	font-style: normal;
	letter-spacing: .1px;
	line-height: 24px;
}

.wrapp-content .wrapp-column.wrapp-column-contact .col address span {
	display: block;
}

.wrapp-content .wrapp-column .col {
	width: 100%;
}

.wrapp-content .card-img {
	padding: 10px 0 30px;
}

.wrapp-content .card-img.card-img-spacing {
	margin: -10px;
}

.wrapp-content .card-img.mobile-set {
	margin: -10px;
}

.wrapp-content .card-img.img-size-mobile {
	margin: -10px;
	min-height: 380px;
}

.wrapp-content .card-img.img-size-mobile img {
	max-width: inherit;
}

.wrapp-content .extra-top {
	padding: 20px 0;
	max-width: 770px;
}

.wrapp-content .extra-top h4 {
	color: #2e3c44;
	font-weight: 700;
	letter-spacing: -.1px;
	line-height: 32px;
}

.wrapp-content .extra-top h4:after {
	content: "";
	width: 60px;
	height: 1px;
	background-color: #2e3c44;
	display: block;
	margin-top: 15px;
}

.wrapp-content .extra-top h4:last-child:after {
	content: none;
}

.wrapp-content .top-line {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrapp-content .top-line address {
	font-style: normal;
	color: #2e3c44;
	font-size: 16px;
	letter-spacing: .1px;
	line-height: 24px;
}

.wrapp-content .top-line address span {
	display: block;
}

.wrapp-content .top-line address span b {
	font-weight: 600;
}

.wrapp-content .top-line h2 {
	color: #2e3c44;
	font-weight: 300;
	letter-spacing: -.5px;
	line-height: 48px;
	margin: 0;
}

.wrapp-content .top-line h4 {
	color: #41b6e6;
	font-size: 20px;
	font-weight: 500;
}

.wrapp-content .top-line .wrapp-back {
	display: none;
}

.wrapp-content .top-line .back-link {
	color: #41b6e6;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.wrapp-content .top-line .back-link:hover {
	color: #e2aa00;
}

.wrapp-content .top-line .back-link i {
	font-size: 10px;
}

.wrapp-content .top-line .wrapp-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapp-content .top-line .wrapp-share .addthis_inline_share_toolbox {
	margin-top: -12px;
}
.wrapp-content .top-line .wrapp-share p {
	color: #2e3c44;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .1px;
	line-height: 24px;
	display: none;
}

.wrapp-content .top-line .wrapp-share ul {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapp-content .top-line .wrapp-share ul li {
	margin-right: 10px;
}

.wrapp-content .top-line .wrapp-share ul li:last-child {
	margin-right: 0;
}

.wrapp-content .top-line .wrapp-share ul li span {
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
}

.wrapp-content .top-line .wrapp-share ul li span:hover i {
	color: #e2aa00;
}

.wrapp-content .top-line .wrapp-share ul li i {
	font-size: 17px;
	color: #2e3c44;
}

.wrapp-content .wrapp-descrip {
	padding: 20px 0;
}

.wrapp-content .wrapp-descrip .two-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 45px;
	margin-bottom: 45px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wrapp-content .wrapp-descrip .two-column.no-border {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.wrapp-content .wrapp-descrip .two-column img {
	width: 100%;
}

.wrapp-content .wrapp-descrip .two-column .wrapp-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrapp-content .wrapp-descrip .two-column .share {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 0 0;
	margin: 0;
}

.wrapp-content .wrapp-descrip .two-column .share li {
	margin-right: 10px;
}

.wrapp-content .wrapp-descrip .two-column .share li:last-child {
	margin-right: 0;
}

.wrapp-content .wrapp-descrip .two-column .share li a {
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.wrapp-content .wrapp-descrip .two-column .share li a:hover i {
	color: #e2aa00;
}

.wrapp-content .wrapp-descrip .two-column .share li i {
	font-size: 22px;
	color: #2e3c44;
}

.wrapp-content .wrapp-descrip .two-column .col:first-child {
	width: 100%;
	margin-bottom: 27px;
}

.wrapp-content .wrapp-descrip .two-column .col:first-child .back-link2 {
	position: relative;
	top: 0;
}

.wrapp-content .wrapp-descrip .two-column .col:first-child .back-link2 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapp-content .wrapp-descrip .two-column .col:first-child .back-link2 i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 5px;
}

.wrapp-content .wrapp-descrip .two-column .btn {
	width: 100%;
}

.wrapp-content .wrapp-descrip .two-column blockquote {
	padding: 0 0 25px;
}

.wrapp-content .wrapp-descrip .two-column .back-link2 {
	-ms-flex-item-align: end;
	align-self: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	top: 0;
}

.wrapp-content .wrapp-descrip .two-column .back-link2 a {
	color: #41b6e6;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	-webkit-transition: .3s;
	transition: .3s;
	text-decoration: none;
}

.wrapp-content .wrapp-descrip .two-column .back-link2 a:hover {
	color: #e2aa00;
}

.wrapp-content .wrapp-descrip .two-column .back-link2 a i {
	font-size: 8px;
}

.wrapp-content .wrapp-descrip .one-column blockquote {
	padding: 25px 0 45px;
	border-top: 1px solid #e7e6e8;
	border-bottom: 1px solid #e7e6e8;
	margin: 40px 0 30px;
}

.wrapp-content .wrapp-descrip .one-column blockquote p {
	margin-bottom: 35px;
}

.wrapp-content .wrapp-descrip .one-column h5 {
	color: #2e3c44;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 25px;
}

.wrapp-content .wrapp-descrip ul {
	padding: 0 0 0 18px;
}

.wrapp-content .wrapp-descrip ul li {
	margin-bottom: 8px;
}

.wrapp-content .navigation-single {
	padding: 20px 0 0;
	display: block;
}

.wrapp-content .navigation-single .prev,
.wrapp-content .navigation-single .next {
	background: transparent;
}

.wrapp-content .navigation-single .prev a i {
	margin-right: 10px;
}

.wrapp-content .navigation-single .next a i {
	margin-left: 10px;
}

.wrapp-content .navigation-single a {
	color: #41b6e6;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .1px;
	line-height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapp-content .navigation-single a i {
	font-size: 8px;
}

.wrapp-content .back-link2 {
	display: none;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.wrapp-content .back-link2 a {
	color: #41b6e6;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	-webkit-transition: .3s;
	transition: .3s;
	text-decoration: none;
}

.wrapp-content .back-link2 a:hover {
	color: #e2aa00;
}

.wrapp-content .back-link2 a i {
	font-size: 8px;
}

.wrapp-content .card-text.color {
	padding: 20px 0 10px;
}

.wrapp-content .card-text.color h1 {
	color: #2e3c44;
}

.wrapp-content .card-text p {
	color: #2e3c44;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.wrapp-content .card-text .wrapp-btn {
	margin-bottom: 15px;
}

.wrapp-content .card-text .wrapp-btn a {
	max-width: 140px;
}

.wrapp-content .card-text .text-list li {
	color: #004c97;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -.1px;
	line-height: 32px;
	position: relative;
}

.wrapp-content .card-text .text-list.viewport-section li {
	visibility: hidden;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.wrapp-content .card-text .text-list.viewport-section li:nth-child(2) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.wrapp-content .card-text .text-list.viewport-section li:nth-child(3) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.wrapp-content .card-text .text-list.viewport-section li:nth-child(4) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.wrapp-content .card-text .text-list.viewport-section li:nth-child(5) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.wrapp-content .card-text .text-list.viewport-section li:nth-child(6) {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.wrapp-content .card-text .text-list.viewport-section li:nth-child(7) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.wrapp-content .card-text .text-list.viewport-section li:nth-child(8) {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

.wrapp-content .card-text .text-list.viewport-section li:nth-child(9) {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.wrapp-content .card-text .text-list.viewport-section li:nth-child(10) {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.wrapp-content .card-text .text-list.viewport-section.in-viewport li {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	visibility: visible;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.page-template-template-science .wrapp-content .card-text .text-list.viewport-section.in-viewport li {
	-webkit-animation-name: none;
	animation-name: none;
	visibility: visible;
	-webkit-animation-duration: 0;
	animation-duration: 0;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
}

.page-template-template-science .wrapp-content .card-text ol.text-list{
	padding-left: 1.8em;
}

.wrapp-content .card-text .text-list.no-pin {
	list-style-type: none;
}

.wrapp-content .card-text .text-list.no-pin li:before {
	content: none;
}

.wrapp-content .card-text blockquote {
	border: none;
	padding: 0;
	margin: 0;
}

.wrapp-content .card-text blockquote p {
	color: #004c97;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
}

.wrapp-content .card-text blockquote cite {
	color: #2e3c44;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .09px;
	line-height: 20px;
	font-style: normal;
}

.section-join-listing .wrapp-content-table {
	padding: 10px 0 40px;
}

.wrapp-content-table {
	padding: 100px 0 90px;
}

.wrapp-mobile-control {
	display: block;
}

@media screen and (max-width: 768px) {
	.no-positions-found {
		margin-top: 40px;
	}
}

.wrapp-mobile-control .line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #e7e6e8;
	border-top: 1px solid #e7e6e8;
	padding: 5px 0;
}

.wrapp-mobile-control .line span {
	color: #2e3c44;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: -.12px;
}

.wrapp-mobile-control .checkbox-control {
	width: 100%;
	margin-bottom: 7px;
}

.wrapp-mobile-control .checkbox-control label {
	border-radius: 24px;
	border: 2px solid #41b6e6;
	color: #41b6e6;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	width: 100%;
	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;
	padding: 4px 10px;
	-webkit-transition: .3s;
	transition: .3s;
}

.wrapp-mobile-control .checkbox-control label.jcf-label-active {
	color: #fff;
	background-color: #004c97;
	border: 2px solid transparent;
}

.wrapp-mobile-control .checkbox-control label:hover {
	color: #fff;
	background-color: #004c97;
	border: 2px solid transparent;
}

.wrapp-mobile-control.popup-active .popup {
	display: block;
}

.wrapp-mobile-control .popup {
	background-color: rgba(0, 0, 0, .49);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
}

.wrapp-mobile-control .wrapp-checkboxes {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 271px;
	min-height: 524px;
	box-shadow: 0 0 8px -2px rgba(0, 0, 0, .5);
	border-radius: 4px;
	background-color: #fff;
	padding: 49px 28px 0;
}

.wrapp-mobile-control .wrapp-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e7e6e8;
}

.wrapp-mobile-control .wrapp-checkbox:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.wrapp-mobile-control .wrapp-checkbox .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.wrapp-mobile-control .wrapp-checkbox .holder .checkbox-control {
	width: auto;
	margin-right: 10px;
}

.wrapp-mobile-control .wrapp-checkbox .holder .checkbox-control:last-child {
	margin-right: 0;
}

.wrapp-mobile-control .wrapp-checkbox .holder .checkbox-control label {
	min-width: 65px;
}

.wrapp-mobile-control p {
	color: #2e3c44;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 16px;
	text-align: center;
}

.wrapp-mobile-control .close {
	position: absolute;
	right: 11px;
	top: 14px;
}

.wrapp-table {
	max-width: 940px;
	margin: 0 auto;
}

.wrapp-table.spacing {
	margin-bottom: 51px;
}

.wrapp-table .title {
	text-align: center;
}

.wrapp-table .title.border {
	text-align: left;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
}

.wrapp-table .title h2 {
	color: #2e3c44;
	font-weight: 300;
	letter-spacing: -.5px;
	line-height: 48px;
	margin-bottom: 5px;
}

.wrapp-table .wrapp-selects-control {
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 35px;
}

.wrapp-table .wrapp-selects-control .wrapp-select {
	width: 33%;
	margin-right: 15px;
}

.wrapp-table .wrapp-selects-control .wrapp-select:last-child {
	margin-right: 0;
}

.wrapp-table table {
	border: none;
	width: 100%;
}

.wrapp-table table thead {
	display: none;
}

.wrapp-table table thead th {
	color: #72777a;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	border: none;
}

.wrapp-table table tbody {
	border: none;
}

.wrapp-table table tbody tr {
	border-top: 1px solid #ebebeb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: -15px;
}

.wrapp-table table tbody tr td {
	border: none;
	color: #96979b;
	font-family: "Work Sans";
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .08px;
	line-height: 24px;
	padding: 0;
}

.wrapp-table table tbody tr td:first-child {
	padding-top: 16px;
}

.wrapp-table table tbody tr td a {
	color: #2e3c44;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .1px;
	line-height: 24px;
	-webkit-transition: .3s;
	transition: .3s;
	text-decoration: none;
	display: block;
}

.wrapp-table table tbody tr td a:hover {
	color: #e2aa00;
}

.wrapp-table .wrapp-btn {
	width: 100%;
	padding: 10px 0;
}

.wrapp-table .wrapp-btn .btn {
	width: 100%;
}

.section-banner .card-img {
	min-height: 340px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	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;
	position: relative;
}

.section-banner .card-img::before {
	content: "";
	background-color: rgba(0, 0, 0, .25);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.section-banner .card-img .text-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	z-index: 22;
	padding: 0 25px;
}

.section-banner .card-img a {
	text-decoration: none;
}

.section-banner .card-img .link {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}

.section-banner .card-img .link i {
	font-size: 8px;
}

.section-banner .card-img .tag {
	color: #e2aa00;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}

.section-banner .card-img strong {
	color: #fff;
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -.75px;
	line-height: 36px;
	width: 100%;
}

.section-banner .card-img .btn {
	width: 100%;
}

.check-verify .cookie-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cookie-popup {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	display: none;
	background-color: rgba(0, 48, 95, .8);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cookie-popup .btn {
	width: 100%;
}

.cookie-popup .popup-content {
	max-width: 715px;
	margin-bottom: 20px;
}

.cookie-popup .popup-content p {
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.cookie-popup .popup-content p a {
	color: #41b6e6;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: underline;
}

.wrapp-slide-min {
	position: relative;
}

.wrapp-slide-min:before {
	content: "";
	height: 382px;
	width: 100%;
	background-color: #e9f4ff;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wrapp-slide-min .slider-min {
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
}

.wrapp-slide-min .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	background-color: transparent;
	z-index: 22;
}

.wrapp-slide-min .slick-arrow {
	outline: none;
}
.wrapp-slide-min .slick-arrow.slick-prev {
	left: 20px;
}

.wrapp-slide-min .slick-arrow.slick-next {
	right: 20px;
}

.wrapp-slide-min .slick-arrow i {
	font-size: 32px;
	color: #fff;
}

.wrapp-slide-min .wrapp-slide-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wrapp-slide-min .wrapp-slide-item .card-img {
	min-width: 313px;
	width: 100%;
}

.wrapp-slide-min .wrapp-slide-item .card-img img {
	width: 100%;
}

.wrapp-slide-min .wrapp-slide-item .card-img img.desktop {
	display: none;
}

.wrapp-slide-min .wrapp-slide-item .card-img img.mobile {
	display: blocke;
}

.wrapp-slide-min .wrapp-slide-item .card-text {
	background-color: #41b6e6;
	padding: 25px 23px;
}

.wrapp-slide-min .wrapp-slide-item blockquote {
	padding: 0;
	margin: 0;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.wrapp-slide-min .wrapp-slide-item blockquote p {
	color: #2e3c44;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -.2px;
	line-height: 23px;
}

.wrapp-slide-min .wrapp-slide-item blockquote cite {
	color: #2e3c44;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	font-style: normal;
}

.wrapp-tab-content {
	padding: 25px 0;
}

.wrapp-tab-content.viewport-section.in-viewport .tabset {
	-webkit-transition: 2s;
	transition: 2s;
}

.wrapp-tab-content.viewport-section.in-viewport .tabset:after {
	width: 100%;
	left: 0;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	opacity: 1;
}

.wrapp-tab-content .tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	background-color: #fff;
	z-index: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wrapp-tab-content .tabset.in-viewport {
	-webkit-transition: 2s;
	transition: 2s;
}

.wrapp-tab-content .tabset.in-viewport:after {
	position: absolute;
	width: 100%;
	left: 20px;
	-webkit-transform: translateX(10%);
	-ms-transform: translateX(10%);
	transform: translateX(10%);
	opacity: 1;
	padding-left: 25px;
}

.wrapp-tab-content .tabset:after {
	height: 1px;
	width: 0;
	background-color: #2e3c44;
	display: block;
	position: absolute;
	left: -100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 1;
	opacity: 0;
	-webkit-transition: 2s;
	transition: 2s;
}

.wrapp-tab-content .tabset:before {
	width: 9px;
	height: 9px;
	background-color: #e2aa00;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	left: -15px;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wrapp-tab-content .tabset li {
	z-index: 2;
	background-color: #fff;
	margin-right: 6px;
	width: 100%;
}

.wrapp-tab-content .tabset li:last-child {
	margin-right: 0;
}

.wrapp-tab-content .tabset li.active p {
	font-weight: 700;
}

.wrapp-tab-content .tabset p {
	color: #2e3c44;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.wrapp-tab-content .tab-content .wrapp-column {
	padding: 20px 0;
}

.wrapp-tab-content .tab-content p {
	color: #2e3c44;
}

.wrapp-tab-content .tab-content .text-list {
	margin-bottom: 12px;
}

.wrapp-tab-content .tab-content .text-list li {
	position: relative;
	vertical-align: top;
	margin-bottom: 28px;
}

.tab-content {
	position: relative;
	background: #fff;
}

.tab-content .tab {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tab-content .tab.active {
	position: static;
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.tab-content[data-id="tab-content-main"]:after {
	top: 200px;
}

.tab-content h3 {
	color: rgba(0, 0, 0, .85);
	font-weight: 300;
	line-height: 36px;
}

.tab-content .card-img {
	text-align: center;
}

.wrapp-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0;
	margin: 0 auto;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wrapp-items.publick .item .tag {
	margin-bottom: 60px;
}

.wrapp-items.publick .item.no-bg-img p {
	font-size: 18px;
}

.wrapp-items.wrapp-items-team.min-spacing {
	margin-bottom: 0;
}

.wrapp-items.wrapp-items-team .item {
	width: 100%;
	padding: 21px 9px;
	overflow: hidden;
}

.wrapp-items.wrapp-items-team .item p {
	color: #2e3c44;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .1px;
	line-height: 24px;
}

.wrapp-items.wrapp-items-team h5 {
	color: #2e3c44;
	font-weight: 500;
	line-height: 28px;
}

.wrapp-items.wrapp-items-team a:hover h5 {
	color: #41B6E6;
	transition: color .3s linear;
}
.wrapp-items.wrapp-items-team .item-holder {
	overflow: hidden;
}

.wrapp-items.wrapp-items-team .item-holder:hover .card-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.wrapp-items.wrapp-items-team .card-img {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 16px;
	position: relative;
	overflow: hidden;
}

.wrapp-items.wrapp-items-team .card-img:after {
	content: "";
	width: 100%;
	height: 6px;
	background-color: #41b6e6;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.wrapp-items.wrapp-items-team .card-img img {
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
}

.wrapp-items.publick-bg .item {
	background-color: #fff;
	border-top: none;
	margin-bottom: 36px;
	text-decoration: none;
}

.wrapp-items.publick-bg .item:hover .tag,
.wrapp-items.publick-bg .item:hover .link {
	color: #e2aa00;
}

.wrapp-items.publick-bg .item:after {
	content: "";
	width: 116px;
	height: 5px;
	background-color: #41b6e6;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.wrapp-items.publick-bg .item span {
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .1px;
	line-height: 24px;
	display: block;
	color: #96979b;
}

.wrapp-items.publick-bg .item p {
	color: #2e3c44;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}

.wrapp-items.publick-bg .item .tag {
	color: #41b6e6;
	font-weight: 500;
}

.wrapp-items.publick-bg .item .tag:hover {
	color: #e2aa00;
}

.wrapp-items.publick-bg .item .link {
	color: #41b6e6;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .1px;
	line-height: 24px;
	display: inline-block;
}

.wrapp-items.publick-bg .item .link:hover {
	color: #e2aa00;
}

.wrapp-items.publick-bg .item .link i {
	font-size: 8px;
}

.wrapp-items.publick-bg .wrapp-btn {
	z-index: 1;
	position: relative;
}

.wrapp-items .item {
	padding: 21px 18px;
	position: relative;
	z-index: 0;
}

.wrapp-items .item.bg-img {
	margin: 0 5px 8px;
	height: 417px;
	background-repeat: no-repeat;
	background-size: cover;
}

.wrapp-items .item.bg-img:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .48);
	display: block;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
}

.wrapp-items .item.bg-img .public {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .1px;
	line-height: 24px;
	text-decoration: none;
	display: block;
}

.wrapp-items .item.size-one {
	width: 100%;
}

.wrapp-items .item.size-two {
	width: 100%;
}

.wrapp-items .item.size-three {
	width: 100%;
}

.wrapp-items .item.no-bg-img {
	border-top: 1px solid #e5e5e5;
	text-decoration: none;
}

.wrapp-items .item.no-bg-img:hover .link,
.wrapp-items .item.no-bg-img:hover .tag {
	color: #41b6e;
}

.wrapp-items .item.no-bg-img span {
	display: block;
}

.wrapp-items .item.no-bg-img.first {
	border-top: none;
}

.wrapp-items .item.no-bg-img a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .1px;
	line-height: 24px;
	display: block;
	color: #96979b;
}

.wrapp-items .item.no-bg-img p {
	color: #2e3c44;
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
}

.wrapp-items .item.no-bg-img .tag {
	color: #41b6e6;
	font-weight: 500;
}

.wrapp-items .item.no-bg-img .link {
	color: #41b6e6;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .1px;
	line-height: 24px;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
}

.wrapp-items .item.no-bg-img .link i {
	font-size: 8px;
}

.wrapp-items .item.no-bg-img .date {
	margin-bottom: 7px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .1px;
	line-height: 24px;
	display: block;
	color: #96979b;
}

.wrapp-items .item.no-bg-img.size-two {
	width: 100%;
	padding: 21px 0;
}

.wrapp-items .item.no-bg-img.size-two .item-holder {
	padding-right: 18px;
}

.wrapp-items .item.no-bg-img.size-three .item-holder {
	padding: 0;
}

.wrapp-items .item.no-bg-img.size-one {
	width: 100%;
	padding: 21px 0;
}

.wrapp-items .item.no-bg-img .item-holder {
	padding: 0 18px;
}

.wrapp-items .item .item-holder {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wrapp-items .item a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .1px;
	line-height: 24px;
	display: block;
	color: #fff;
}

.wrapp-items .item .tag {
	color: #41b6e;
	font-weight: 500;
}

.wrapp-items .item p {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -.08px;
	line-height: 25px;
}

.wrapp-items .item p a {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -.08px;
	line-height: 25px;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.wrapp-items .item p a:hover {
	color: #e2aa00;
}

.load-more-holder .wrapp-btn {
	padding: 0;
	z-index: 1;
	position: relative;
}

.fadeInLeft {
	visibility: hidden;
}

.fadeInLeft.time1 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.fadeInLeft.time2 {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

.fadeInLeft.time3 {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.fadeInLeft.time4 {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

.fadeInLeft.time5 {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.fadeInLeft.time6 {
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
}

.fadeInLeft.time7 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.fadeInLeft.time0-55 {
	-webkit-animation-delay: 2.1s;
	animation-delay: 2.1s;
}

.fadeInLeft.time0-5 {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.fadeInLeft.in-viewport,
.in-viewport .fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	visibility: visible;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.footer {
	background-color: #2e3c44;
	padding: 44px 10px;
}

.wrapp-footer {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wrapp-footer p,
.wrapp-footer a {
	color: #e7e6e8;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.wrapp-footer a:hover {
	color: #e2aa00;
}

.wrapp-footer .logo {
	display: block;
	margin-bottom: 27px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.wrapp-table table tbody tr td {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.section-banner .card-img .text-holder {
		min-width: 500px;
		margin: 10% auto;
		max-width: inherit;
		width: 100%;
	}

	.section-banner .card-img strong {
		max-width: 500px;
	}

	.wrapp-slide-min .wrapp-slide-item .card-text {
		width: 100%;
	}
}

@media (min-width: 357px) {
	.home .nav .bottom-line ul {
		margin: 0 0 0;
	}
}

@media (min-width: 480px) {
	.wrapp-content .wrapp-column.wrapp-column-contact .col .wrapp-contact {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.wrapp-content .wrapp-column.wrapp-column-contact .col .wrapp-contact .col {
		width: 50%;
	}
}

@media (min-width: 567px) {
	.slider-home .wrapp-column .card-text .btn {
		width: auto;
	}

	.section-banner .card-img .btn {
		width: auto;
	}
}

@media screen and (max-height: 576px) and (min-width: 568px) {
	.wrapp-mobile-control .wrapp-checkboxes {
		min-height: inherit !important;
		height: 250px;
		overflow: auto;
	}
}

@media (min-width: 576px) {
	.wrapp-content .wrapp-descrip .two-column img {
		width: auto;
	}

	.cookie-popup {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 25px 42px;
	}

	.cookie-popup .btn {
		width: auto;
		margin-left: 15px;
	}

	.cookie-popup .popup-content {
		margin-bottom: 0;
	}

	.wrapp-items.wrapp-items-team .item {
		width: 50%;
	}

	.wrapp-items .item.size-two {
		width: 48%;
	}

	.wrapp-items .item.no-bg-img.size-two {
		width: 50%;
	}

	.blog .wrapp-items .item.no-bg-img .tag {
		color: black;
	}

	.blog .wrapp-items .item.no-bg-img a{
		color: black;
	}

	.blog .wrapp-items .item.no-bg-img a:hover {
		color: #41b6e6;
	}

	.blog .wrapp-items .item.no-bg-img p{
		color: black;
	}

	.blog .wrapp-items .item.no-bg-img p > a{
		color: black;
	}

	.blog .wrapp-items .item.no-bg-img a.date{
		color: black;
	}
}

@media screen and (max-height: 576px) and (min-width: 768px) {
	.slider-home .slider-pagination {
		position: fixed;
		top: auto !important;
		bottom: 5px;
		left: 75% !important;
		-webkit-transform: translate(-50%, 0) !important;
		-ms-transform: translate(-50%, 0) !important;
		transform: translate(-50%, 0) !important;
	}

	.slider-home .slider-pagination ul {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.slider-home .slider-pagination li {
		margin: 0 5px 5px !important;
	}

	.slider-home .slider-pagination li:last-child {
		margin-right: 0 !important;
	}

	.slider-home .wrapp-column .card-text {
		padding: 120px 50px 30px !important;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.nav-opener-home:before,
	.nav-opener-home:after {
		background: #e2aa00;
	}

	.nav-opener-home span {
		background: #e2aa00;
	}

	.nav-opener-home:hover:before,
	.nav-opener-home:hover:after {
		background: #fff;
	}

	.nav-opener-home:hover span {
		background: #fff;
	}

	.bg-holder {
		display: block;
	}
	.bg-holder img {
		display:none;
	}

	h6 {
		font-size: 14px;
	}

	h2 {
		font-size: 40px;
	}

	h1 {
		font-size: 47px;
	}

	.slider-home .slider-pagination {
		left: 42%;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transition: none;
		transition: none;
	}

	.slider-home .slider-pagination ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.slider-home .slider-pagination li {
		margin: 0;
	}

	.slider-home .slider-pagination li:last-child {
		margin-right: 0;
	}

	.slider-home .wrapp-column {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.slider-home .wrapp-column .col {
		width: 50%;
		min-height: 100vh;
	}

	.slider-home .wrapp-column .col.col-img {
		min-height: 100vh;
		height: auto;
	}

	.slider-home .wrapp-column .card-text {
		padding: 0 90px 0 42px;
	}

	.slider-home .wrapp-column .card-text h1 {
		letter-spacing: -1.17px;
		line-height: 55px;
	}

	.section-sub-header .card-text h1 {
		letter-spacing: -1.17px;
		line-height: 55px;
		max-width: 715px;
		margin-bottom: 13px;
	}

	.section-sub-header .card-text .back-link {
		display: block;
	}

	.section-sub-header .line-name {
		margin-bottom: 10px;
	}

	.wrapp-content {
		padding: 24px 0 110px;
	}

	.wrapp-content.wrapp-content-about {
		padding: 24px 0 30px;
	}

	.wrapp-content .wrapp-column {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.wrapp-content .wrapp-column .col {
		width: 50%;
	}

	.wrapp-content .wrapp-column .col:first-child {
		padding-right: 40px;
	}

	.wrapp-content .card-img.card-img-spacing {
		margin: auto;
		min-height: auto;
	}

	.wrapp-content .card-img.card-img-spacing img {
		max-width: 100%;
	}

	.wrapp-content .card-img.mobile-set {
		margin: auto;
		min-height: auto;
	}

	.wrapp-content .card-img.mobile-set img {
		max-width: 100%;
	}

	.wrapp-content .card-img.img-size-mobile {
		margin: auto;
		min-height: auto;
	}

	.wrapp-content .card-img.img-size-mobile img {
		max-width: 100%;
	}

	.wrapp-content .top-line {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.wrapp-content .top-line h4 {
		font-size: 24px;
		line-height: 32px;
	}

	.wrapp-content .top-line .wrapp-back {
		display: block;
		margin-bottom: 12px;
	}

	.wrapp-content .top-line .wrapp-share p {
		display: block;
	}

	.wrapp-content .top-line .wrapp-share ul li {
		margin-right: 22px;
	}

	.wrapp-content .top-line .wrapp-share ul li i {
		font-size: 22px;
	}

	.wrapp-content .wrapp-descrip .two-column {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.wrapp-content .wrapp-descrip .two-column.no-border {
		padding-bottom: 45px;
		margin-bottom: 45px;
	}

	.wrapp-content .wrapp-descrip .two-column .card-text {
		max-width: 540px;
	}

	.wrapp-content .wrapp-descrip .two-column .share li {
		margin-right: 22px;
	}

	.wrapp-content .wrapp-descrip .two-column .col:first-child {
		width: 220px;
		padding-right: 20px;
		margin-bottom: 0;
	}

	.wrapp-content .wrapp-descrip .two-column .btn {
		width: auto;
	}

	.wrapp-content .wrapp-descrip .two-column .back-link2 {
		display: none;
	}

	.wrapp-content .wrapp-descrip .two-column .back-link2 a {
		font-size: 18px;
	}

	.wrapp-content .wrapp-descrip .one-column blockquote {
		padding: 45px 0 65px;
		margin: 0;
		border: none;
	}

	.wrapp-content .wrapp-descrip .one-column .col {
		margin-left: 220px;
	}

	.wrapp-content .wrapp-descrip .one-column .card-text {
		max-width: 540px;
	}

	.wrapp-content .navigation-single {
		display: none;
	}

	.wrapp-content .back-link2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.wrapp-content .card-text .wrapp-btn {
		margin-bottom: 0;
	}

	.wrapp-content .card-text blockquote p {
		font-size: 24px;
		line-height: 32px;
	}

	.wrapp-content .card-text blockquote cite {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: .1px;
		line-height: 24px;
	}

	.section-join-listing .wrapp-content-table {
		padding: 38px 0 40px;
	}

	.wrapp-mobile-control {
		display: none;
	}

	.wrapp-mobile-control .line {
		padding: 13px 0;
		margin-bottom: 25px;
	}

	.wrapp-table.spacing {
		margin-bottom: 110px;
	}

	.wrapp-table .title h2 {
		line-height: 48px;
	}

	.wrapp-table .wrapp-selects-control {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.wrapp-table table thead {
		display: table-header-group;
	}

	.wrapp-table table tbody tr {
		display: table-row;
		margin-bottom: 0;
	}

	.wrapp-table table tbody tr:nth-child(2n) {
		background-color: #fbfbfb;
	}

	.wrapp-table table tbody tr td:first-child {
		padding-top: 0;
	}

	.wrapp-table table tbody tr td {
		color: #2e3c44;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: .1px;
		line-height: 24px;
		padding: .5em;
	}

	.wrapp-table table tbody tr td a {
		margin-top: .5em;
	}

	.section-banner .card-img {
		min-height: 500px;
	}

	.section-banner .card-img strong {
		font-size: 50px;
		letter-spacing: -1.25px;
		line-height: 60px;
		margin-bottom: 44px;
	}

	.wrapp-slide-min .slider-min {
		max-width: 780px;
		padding: 0;
	}

	.wrapp-slide-min .wrapp-slide-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.wrapp-slide-min .wrapp-slide-item .card-img img.desktop {
		display: block;
	}

	.wrapp-slide-min .wrapp-slide-item .card-img img.mobile {
		display: none;
	}

	.wrapp-slide-min .wrapp-slide-item .card-text {
		padding: 50px 82px 35px 53px;
	}

	.wrapp-slide-min .wrapp-slide-item blockquote p {
		font-size: 24px;
		line-height: 32px;
	}

	.wrapp-tab-content .tabset {
		margin-left: 15px;
	}

	.wrapp-tab-content .tabset:after {
		content: "";
	}

	.wrapp-tab-content .tabset:before {
		content: "";
	}

	.wrapp-tab-content .tabset li {
		padding-right: 20px;
		margin-right: 0;
		width: auto;
	}

	.wrapp-tab-content .tabset li:first-child{
		padding-left: 6px;
		margin-left: -6px;
	}

	.wrapp-tab-content .tab-content .load-next-tab {
		max-width: 140px;
		position: relative;
		z-index: 5;
	}

	.tab-content .card-img {
		padding-right: 25px;
	}

	.wrapp-items.wrapp-items-team {
		margin-bottom: 70px;
	}

	.wrapp-items.wrapp-items-team .item {
		width: 33.33%;
	}

	.wrapp-items .item.bg-img {
		margin: 5px 5px 20px;
	}

	.wrapp-items .item.size-one {
		width: 31%;
	}

	.wrapp-items .item.no-bg-img.first {
		border-top: none;
	}

	.wrapp-items .item.no-bg-img.size-one {
		width: 33.33%;
	}

	.load-more-holder .wrapp-btn {
		padding: 30px 86px 0;
	}

	.footer {
		padding: 44px 49px;
	}

	.wrapp-footer {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		text-align: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.wrapp-footer p,
	.wrapp-footer a {
		font-size: 14px;
	}

	.wrapp-footer .logo {
		display: none;
	}


	section.section-job-single .wrapp-sub-header .line-back {
		margin-bottom: -38px;
	}
}

.nav-active #menu-item-12 a {
	position: relative;
	visibility: none;
}

.nav-active #menu-item-12 a:after {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	content: "Our Science + Pipeline";
}

.nav-active .menu-item a {
	font-size: 29px;
}

@media screen and (min-width: 430px) {
	.nav-active .menu-item a {
		font-size: 37px;
	}
}

@media screen and (min-width: 530px) {
	.nav-active .menu-item a {
		font-size: 47px;
	}
}

@media screen and (min-width: 767px) {
	.home.nav-active .menu-item a {
		font-size: 33px;
	}
}

@media screen and (min-width: 836px) {
	.home.nav-active .menu-item a {
		font-size: 35px;
	}
}

@media screen and (min-width: 900px) {
	.home.nav-active .menu-item a {
		font-size: 38px;
	}
}

@media screen and (min-width: 973px) {
	.home.nav-active .menu-item a {
		font-size: 40px;
	}
}

@media screen and (min-width: 1000px) {
	.home.nav-active .menu-item a {
		font-size: 43px;
	}
}

/* Pipeline */

.page-template-template-pipeline .section-sub-header h1 {
	margin-bottom: 1rem !important;
}

.subsection-data {
	display: grid;
}

.subsection-data .subsection-row, .subsection-data .table-headers {
	display: grid;
	grid-template-columns: 25% 25% 30% auto;
}

.section-pipeline .callout {
	margin-top: 20px;
	flex-direction: column;
}

.line-name {
	margin-bottom: 35px;
}

.pipeline-section {
	width: 100%;
	margin-bottom: 90px;
	position: relative;
}

.pipeline-section h2.section-title {
	font-size: 22px;
	color: #004C97;
	font-style: italic;
	margin-bottom: 30px;
	font-weight: normal;
}

.callout > div::after {
	background-color: #f2f2f2;
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    position: absolute;
    display: block;
    content: ' ';
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    margin-left: -30px;
    margin-top: -30px;
}

.pipeline-section div:last-of-type {
	border-bottom: none;
}

.pipeline-section

.pipeline-subsection h3 {
	font-size: 22px;
	font-weight: bold;
	color: #004C97;
	margin-bottom: 30px;
}

.subsection-data .table-headers span {
	color: #004C97;
	font-weight: bold;
	font-weight: bold;
}

.subsection-row {
	margin-top: 20px;
	border-bottom: 1px solid #d0d0d2;
	padding-bottom: 20px;
}

.subsection-row.addition {
	border-bottom: none;
}	

.pipeline-subsection {
	margin-top: 15px;
}

.subsection-column.phase p {
	border-radius: 15px;
	height: 30px;
	width: 140px;
	display: flex;
    justify-content: center;
	align-items: center;
}

.subsection-column.phase .phase-description {
	height: auto;
	width: auto;
	padding: 0rem .5rem;
}

@media screen and (max-width: 767px) {
	.subsection-column.phase:has(.phase-description) {
		grid-column: 1 /3;
	}
}

.phase.Pre-Clinical p {
	background-color: white;
	color: black;
	border: 2px solid #F1CC02;
}

.phase.Phase1 p {
	background-color: #F1CC02;
	color: black;
}

.phase.IST p {
	background-color: #F1CC02;
	color: black;
}

.phase.Phase2 p {
	background-color: #41B6E6;
	color: white;
}

.phase.Phase3 p {
	background-color: #004C97;
	color: white;
}

@media screen and (max-width: 510px) {
	.subsection-column.potential-indications {
		max-width: 100px;
	}
}

@media screen and (max-width: 500px) {
	.subsection-column, .table-headers span {
		font-size: 12px;
	}

	.subsection-column.phase p {
		width: 76px;
		font-size: 12px;
	}
}

@media screen and (max-width: 730px) {
	.subsection-data .subsection-row, .subsection-data .table-headers {
		grid-template-columns: 1fr 1fr 1fr;
	}
}


.page-template-template-science .ajax-tabset li:nth-child(n+2) a {
	font-style: italic;
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
	.wrapp-table table tbody tr td {
		display: table-cell;
	}

	.wrapp-footer {
		height: 259px;
		min-height: inherit;
	}
}

@media (min-width: 800px) {
	.wrapp-content .wrapp-column.wrapp-column-contact .col .wrapp-contact .col {
		width: 28%;
	}

	.wrapp-content .wrapp-column.wrapp-column-contact .col .wrapp-contact .col .card-img {
		display: block;
	}
}

@media (min-width: 980px) {
	.section-sub-header .wrapp-line-name.min-spacing {
		padding: 20px 91px 10px;
	}

	.section-sub-header .card-text h1 {
		margin-bottom: 0;
	}

	.section-sub-header .wrapp-head-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 19px 0 15px;
	}

	.section-sub-header .wrapp-head-content img {
		width: auto;
	}

	.section-sub-header .wrapp-head-content .col {
		width: 50%;
	}

	.section-sub-header .wrapp-head-content .col:first-child {
		margin-bottom: 0;
	}

	.section-sub-header .wrapp-head-content .col .wrapp-text {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.section-sub-header .wrapp-head-content .col .wrapp-text .col:first-child .card-text {
		border-right: 1px solid #fff;
		border-bottom: none;
		padding-right: 15px;
		padding-bottom: 0;
		margin: 0;
	}

	.section-sub-header .wrapp-head-content .col .wrapp-text .col:first-child .card-text p {
		margin: 0;
	}

	.section-sub-header .wrapp-head-content h2 a {
		font-size: 40px;
		line-height: 48px;
	}

	.section-sub-header .wrapp-head-content .tab {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.section-sub-header .wrapp-head-content .tab .col:first-child .card-text {
		border-right: 1px solid #fff;
		border-bottom: none;
		padding-right: 15px;
	}

	.wrapp-content .card-text.color {
		padding: 20px 84px 10px;
	}

	.tab-content .tab {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.wrapp-items {
		padding: 0 84px;
	}
}

@media (max-width: 1024px) and (min-width: 1024px) {
	.inner .nav .nav-list li {
		margin: 0 0 0 42px;
		width: 85%;
	}

	.inner .nav .bottom-line {
		margin: 0 42px;
	}
}

@media screen and (max-width: 1024px) and (max-height: 414px) and (min-width: 568px) {
	.inner .nav {
		overflow: auto;
	}

	.inner .nav .nav-list {
		overflow: auto;
		height: 551px;
	}
}

@media (min-width: 1024px) {

	.inner .nav .bottom-line {
		display: none;
	}

	.inner .nav .nav-list li {
		margin-left: 24px;
	}

	.inner .nav .nav-list li.active a {
		color: #e2aa00;
	}

	.inner .nav .nav-list li a {
		font-size: 14px;
		color: #fff;
		font-weight: 400;
		line-height: 16px;
		text-decoration: none;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.inner .nav .nav-list li a:hover {
		color: #e2aa00;
	}

	.inner .nav .nav-list li a i {
		display: none;
	}

	.inner .logo {
		width: 160px;
	}

	.section-sub-header .wrapp-line-name {
		padding: 20px 84px 57px;
	}

	.section-sub-header .line-name.light p {
		font-size: 14px;
	}

	.section-sub-header .line-back {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.section-sub-header .wrapp-line-name {
		padding: 20px 84px 57px;
	}

	.section-sub-header .wrapp-line-name.min-spacing {
		padding: 20px 84px 10px;
	}

	.wrapp-content .wrapp-column {
		padding: 20px 84px;
	}

	.wrapp-content .extra-top {
		padding: 20px 84px 0;
	}

	.wrapp-content .top-line {
		padding: 20px 84px;
	}

	.wrapp-content .wrapp-descrip {
		padding: 20px 84px;
	}

	.wrapp-tab-content {
		margin: 25px 84px;
		overflow: hidden;
	}
}

@media (min-width: 1124px) {
	.wrapp-content .wrapp-column.wrapp-column-contact .col .wrapp-contact .col {
		width: 33.33%;
	}
}

@media (min-width: 1200px) {
	.nav-active.home .wrapp-header {
		padding-left: 30px;
	}

	.slider-home .slider-pagination {
		left: 45%;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@media (min-width: 1250px) {
	.home .wrapp-header {
		padding-left: 200px !important;
	}

	.slider-home .wrapp-column .card-text {
		margin-left: 150px;
	}
}

@media (min-width: 1850px) {
	.section-sub-header .wrapp-text-holder.varible1 .item:first-child {
		width: auto;
	}

	.section-sub-header .wrapp-text-holder.varible1 .item:first-child {
		width: auto;
	}
}

@media (max-width: 1250px ) and (min-width: 1025px) {

	.home header .wrapp-header {
		padding: 31px 50px;
	}
}

@media (min-width: 1025px) {
	.nav-opener-inner {
		display: none !important;
	}

	.inner .wrapp-header {
		padding: 31px 84px;
	}

	.home .logo .desktop {
		width: 160px;
	}
}

@media (max-width: 1024px) {
	.inner .nav {
		visibility: hidden;
		position: absolute;
		left: 0;
		top: -100vh;
		width: 100%;
		height: 100vh;
		background-color: #00305f;
		z-index: 22;
		-webkit-transition: all 1s;
		transition: all 1s;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}

	.home .inner .logo {
		width: 110px;
	}

	.inner .nav .nav-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 71px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.inner .nav .nav-list li {
		padding: 5px 0 0 0;
		margin: 0 0 0 10px;
		position: relative;
		width: 90%;
		border-bottom: 2px solid #004589;
	}

	.inner .nav .nav-list li:last-child {
		border-bottom: none;
	}

	.inner .nav .nav-list a {
		color: #fff;
		font-weight: 300;
		letter-spacing: -1.25px;
		line-height: 60px;
		text-decoration: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.inner .nav .nav-list .active a {
		color: #e2aa00;
	}
	.inner .nav .nav-list a i {
		color: #e2aa00;
		font-size: 7px;
	}

	.inner .nav .bottom-line {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 10px;
	}

	.inner .nav .bottom-line ul {
		padding: 0;
		margin: 0 0 19px;
		list-style-type: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.inner .nav .bottom-line ul li {
		margin-right: 14px;
	}

	.inner .nav .bottom-line p {
		color: #fff;
		font-size: 12px;
		font-weight: 300;
		margin: 0;
	}

	.inner .nav .menu-item a {
		font-size: 29px;
	}

	body.home header {
		margin: 0 auto;
		padding: 0 15px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

@media (max-width: 767px) {

	.ajax-tabs li.active {
		border-bottom: 1px solid #000;
	}

	.slider-home .wrapp-column .card-text {
		justify-content: flex-start;
	}

	.slider-home .wrapp-column .card-text h1 {
		margin-bottom: 10px;
	}

	.slider-home .wrapp-column .card-text p {
		margin-bottom: 14px;
		line-height: 18px;
	}

	.slider-home .slider-pagination{
		top: calc(100vh - 90px) !important;
	}

	.slider-home .wrapp-column .col.col-img{
		height: 600px;
	}
	.slider-home .wrapp-column .col.col-img .card-img{
		background-position: center;
		max-height: 50vh;
	}
	.slider-home .wrapp-column .col.col-text{
		position: absolute;
		padding-bottom: 45px;
		bottom: 0;
		height: auto;
	}

	.wrapp-slide-min .slick-track{
		display: flex !important;
	}

	.wrapp-slide-min .slide-item{
		height: inherit !important;
		background: #41b6e6;
	}

	.wrapp-content .top-line .wrapp-share ul {
		padding: 0 0 0 10px;
	}

	.wrapp-content .wrapp-descrip .two-column .share {
		padding: 10px 0 0;
	}

	.wrapp-content .card-text .text-list.no-pin {
		padding: 0;
	}

	.wrapp-table table tbody tr{
		margin: 0;
		padding-bottom: 15px;
	}

	.wrapp-table table tbody tr:first-child {
		border-top: none;
	}

	.wrapp-table table tbody tr td.date {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		position: relative;
		top: -47px;
	}

	.wrapp-slide-min .wrapp-slide-item .card-img img {
		width: 100%;
	}

	.wrapp-tab-content .tabset p {
		font-size: 12px;
		font-weight: 400;
		line-height: 20px;
		width: 100%;
		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;
		padding: 4px 5px;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.home .nav .nav-list,
	.inner .nav .nav-list {
		height: auto;
		padding-bottom: 30px;
		justify-content: flex-start;
 	}

	.page-template-template-contact .wrapp-content .wrapp-contact .col.interactive{
		width:100% !important;
	}

	.page-template-template-contact .wrapp-content .wrapp-contact .col.interactive 	> li{
		padding:0;
		margin: 0;
	}

	.page-template-template-contact .wrapp-content .wrapp-contact .col.interactive 	> li .card-img{
		display: flex !important;
		max-height: 65vh;
	}

	.page-template-template-contact .wrapp-content .wrapp-contact .col.interactive 	> li .card-img img{
		width: 100%;
		height: auto;
	}

	.page-template-template-contact .wrapp-content .wrapp-contact{
		padding-top:65vh;
	}



}

@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;
	}
}

@-webkit-keyframes loading {
	from {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}

	to {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes loading {
	from {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}

	to {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.page-template-template-ide-approach {
}

.sana-scholars-bg-holder {
	top: -74px !important;
}

.ide-approach-sana-scholars-logo {
	margin-top: -35px;
}

.page-template-template-ide-approach .text-list.efforts {
  padding: 0;
  margin: 0;
}

.page-template-template-ide-approach .text-list.efforts li {
  display: flex;
  align-items: center;
}

.page-template-template-ide-approach .text-list.efforts li img {
  width: 150px;
  height: 150px;
}

.page-template-template-ide-approach .text-list.efforts h4 {
  color: #004c97
}

.page-template-template-ide-approach .card-text:first-child img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-template-template-ide-approach .wrapp-content .wrapp-column {
  align-items: center;
}

.page-template-template-ide-approach .sana-scholars-callout .callout > div::after  {
	background: transparent !important;
}

.page-template-template-ide-approach .sana-scholars-callout .callout.container > * {
	/*width: 50%;*/
}

.page-template-template-ide-approach .ide-programs h4 {
	color: #004c97;
}

.callout {
  display: flex;
  margin-top: 100px;
  margin-bottom: 150px;
}

.callout img {
  justify-self: center;
  width: 100%;
  max-height: 350px;
  max-width: 350px;
  min-width: 250px;
  align-self: center;
}

.callout .callout-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  margin-left: 150px;
}

.callout .btn {
  width: 200px;
  margin-top: 20px;
}

@media (max-width: 650px) {
  .callout {
    flex-direction: column;
  }

  .callout .btn {
    width: 100%;
  }

  .callout .callout-content {
    margin-left: 0px;
  }
}

.page-template-template-about .callout {
  margin-bottom: 100px;
}

.page-template-pagestemplate-science-php .wrapp-content {
	padding-bottom: 0 !important;
}

.product-candidate {
  margin-right: 8px;
}

.page-template-template-join .wrapp-content-second,  .page-template-template-join .join-us-pledge {
	background-color: white;
}

@media (min-width: 650px) {
	.join-us-pledge .callout {
		flex-direction: row-reverse;
	}

	.join-us-pledge .callout-content {
		margin-left: 0;
		margin-right: 150px;
		margin-top: 17px;
	}

	.join-us-pledge .callout img {
		max-width: 395px;
		width: 229%;
		margin-top: -33px;
		max-height: none;
		min-width: 250px;
	}
}

.ide-approach-second h1, .ide-approach-second h2, .ide-approach-second h3 {
	color: #1b4c92;
}

.join-us-pledge .callout {
	margin-top: 50px;
}

.join-us-pledge {
	margin-top: 50px;
	margin-bottom: -150px;
}

.callout-bottom {
	font-size: 14px;
	opacity: 0.8;
	padding: 0;
}

@media (min-width: 1024px) {
	.callout-bottom {
		padding: 20px 90px 10px;
	}
}

.approach-main {
	margin-top: 30px;
}

.ide-approach-second img {
	max-height: 250px;
	max-width: 250px;
}

.ide-approach-second .wrapp-column {
	align-items: baseline !important;
}

.ide-approach-bg-holder {
	top: -30px !important;
}

.page-template-template-sana-scholars .wrapp-content-about .wrapp-column .col:last-child {
	display: flex;
	justify-content: center;
}

.page-template-template-sana-scholars .sana-scholars-intro .wrapp-column {
	padding-right: 0;
}

.page-template-template-sana-scholars .tabs-container {
	margin-top: -55px;
}

.page-template-template-sana-scholars .tabs-container .col {
	width: 100% !important;
}

.page-template-template-sana-scholars .wrapp-table .wrapp-selects-control .wrapp-select {
	width: 50%;
}

.page-template-template-sana-scholars h4, .page-template-template-sana-scholars h3 {
	color: #1b4d92;
}

.page-template-template-sana-scholars .ajax-tabs {
	padding-top: 0;
	margin-top: 0;
}

.page-template-template-sana-scholars .ajax-tabset {
	margin-bottom: 55px;
}

.page-template-template-sana-scholars .tab-content {
	background: transparent;
}

@media screen and (max-width: 768px) {
	.page-template-template-sana-scholars .tab-content ul {
		margin-left: -30px;
	}
}

.page-template-template-sana-scholars .tab-content > ul {
	margin-bottom: 55px;
	padding-left: 0;
}

.page-template-template-sana-scholars .tab-content ul li {
	list-style-position: outside;
	margin-bottom: 20px;
	margin-left: 1em;
}

.page-template-template-sana-scholars .tab-content ul li ul {
	margin-top: 15px;
}

.page-template-template-sana-scholars .tab-content ul li p {
	display: inline;
}

.page-template-template-sana-scholars h4 {
	margin-bottom: 35px;
}

.page-template-template-sana-scholars h3 {
	margin-top: 35px;
	margin-bottom: 35px;
	font-weight: 500;
	font-size: 25px;
}

.page-template-template-sana-scholars .wrapp-sub-header {
	margin-bottom: 75px;
}

.page-template-template-sana-scholars .sana-scholars .wrapp-content{
	padding-top: 0;
	padding-bottom: 0;
}

.page-template-template-sana-scholars .sana-scholars #tableCase {
	padding-top: 0;
}

.footnote {
	margin-top: -150px;
	margin-bottom: 150px;
}

.page-template-template-benefits .wrapp-sub-header {
	position: relative;
	z-index: 5;
}

.page-template-template-benefits .bg-holder {
	z-index: 2;
}

.page-template-template-benefits .footer {
	position: relative;
	z-index: 5;
}

.page-template-template-benefits .sfooterntent, .page-template-template-benefits .wrapp-column,
.page-template-template-benefits .benefit-callout {
	background-color: white;
}

.page-template-template-benefits .section-benefits {
	position: relative;
	z-index: 5;
}

.page-template-template-benefits .benefits {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr;
	padding: 0;
	margin: 0;
}
.page-template-template-benefits .benefits li {
	list-style: none;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.page-template-template-benefits .benefits img {
	max-width: 8rem;
	margin-right: 1rem;
}

.page-template-template-benefits .benefits h4 {
	font-size: 16px;
}
.page-template-template-benefits .benefits p {
	font-size: 14px;
}

.page-template-template-benefits .highlight-footnote p {
	font-size: 12px;
	position: relative;
	opacity: .8;
}

.page-template-template-benefits .highlight-footnote p::before {
	content: '1';
	font-size: 10px;
	position: absolute;
	top: -5px;
	left: -5px;
	opacity: .8;
}

.page-template-template-benefits .line-name .highlights-title {
	position: relative;
}

.page-template-template-benefits .line-name .highlights-title::before {
	content: '1';
	font-size: 10px;
	position: absolute;
	top: -3px;
	right: 4px;
	opacity: .8;
}

@media (max-width: 768px) {
	.page-template-template-benefits .benefits {
		display: flex;
		flex-direction: column;
	}
}

.wrapp-column .card-image-container {
	margin: 30px auto 30px 0;
}

.compassionate-use {
	position: fixed;
	z-index: 100;
	width: 100%;
	bottom: 0;
	background-color: rgb(16, 47, 92, 0.9);
	max-height: 0px;
	transition: all 1s ease;
}

.compassionate-use--container {
	margin: auto;
	position: relative;
	max-width: 1135px;
	padding: 100px 20px;
}

.compassionate-use--container p {
	color: #fff;
	font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

#btn-compassionate {
	background-color: transparent;
	outline: none;
	border: none;
	position: absolute;
	top: 40px;
	right: 0;
}

#btn-compassionate svg {
	fill: white;
	width: 30px;
	height: 30px;
}

.compassionate-use.show-compassionate {
	max-height: 500px;
}

.compassionate-use--container p.compassionate-disclaimer {
	color: #D9D9D9;
	font-size: 11px;
	margin-top: 1rem;
}

@media (max-width: 768px) {
	.compassionate-use.show-compassionate {
		max-height: calc(100vh - 75px);
		overflow: scroll;
	}
}

.wrapp-content .wrapp-column .science-cols_outer .col.science {
	width: 100%;
}

.science-cols_outer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.science-cols_inner {
	display: flex;
	align-items: flex-start;
	gap: 3rem;
	padding: 4rem 0;
}

.science-cols_inner div {
	flex: 1 1 0;
  	width: 0;
}

.embed-container {
	position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.embed-container.for-patients {
	padding-bottom: 57px;
}

.embed-container iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.tab-content .wrapp-column,
.science-cols_outer {
	width: 100%;
}

.wrapp-content .wrapp-column .col.science.video {
	padding-right: 0;
}

.embed-container button.play,
.embed-container button.pause {
	border: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
}
.embed-container button.vimeo-btn {
	opacity: 1;
	transition: all 1s ease;
}

.embed-container button.vimeo-btn.fade-out {
	opacity: 0 !important;
}

.embed-container button .vimeo-play {
	position: absolute;
    z-index: 998;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	opacity: 0.8;
}

.embed-container.for-patients button .vimeo-play {
	z-index: 5;
}

iframe .player .vp-player-ui-overlays {
	display: none !important;
}

.embed-container button.pause {
	display: none;
}

.embed-container button.pause img {
	width: 120px;
}

.page-template-template-for-patients ul li::marker {
 color: #F1C400;
}

.page-template-template-for-patients ol li::marker {
	color:#004C97;
	font-size: 20px;
	font-weight: 700;
}

.page-template-template-for-patients ul {
 padding-left: 30px;
}

.page-template-template-for-patients li {
	padding: 5px 0px;
}

.two-column-text h2, .two-column-text-highlight .column h2 {
	color: #1E4C92 !important;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
}

.two-column-text h3, .two-column-text-highlight .column h3  {
	color:  #004C97;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
}

.two-column-text__columns:not(:has(.two-column-text__column + .two-column-text__column)) {
	grid-template-columns: 1fr;
}

.two-column-text__column img {
	width: 100%;
	height: auto;
}

.two-column-text__column p:has(img) {
	text-align: center;
}

.two-column-text__column a {
	color: #000;
}

.two-column-text p strong, .two-column-text strong, .two-column-text-highlight .column strong {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
}

.two-column-text__disclaimer {
	margin-top: 20px;
}

.page-template-template-for-patients .section-sub-header .two-column-text .wrapp-line-name,
.page-template-template-for-patients .section-sub-header .two-column-text-highlight .wrapp-line-name,
.page-template-template-for-patients .section-sub-header .list-icon .wrapp-line-name.min-spacing,
.page-template-template-for-patients .section-sub-header .trial-phases .wrapp-line-name,
.page-template-template-for-patients .section-sub-header .patients-lede.wrapp-line-name {
	padding: 0px;
	margin-bottom: 28px;
}


.two-column-text {
	padding: 60px 0px;
}


.patients-lede .two-column-text {
	padding-bottom: 0px;
}

.two-column-text__columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.filters-container {
	z-index: 100;
}

.patient-filters {
	display: flex;
	flex-direction: column;
	padding: 40px 0px;
	background-color: #004C97;
}

.patient-filters .filters-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	padding: 0px 40px;
}

.patient-filters .filters-list .filter-item, 
.dropdown-links a div:first-child, .dropdown-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border: none;
}

.patient-filters .filters-list .filter-item.active {
	color: #F1C400;
}

.container.container-filters {
	min-height: 50vh;
}

.filter-content[data-filter] {
	display: none;
}

.dropdown-title {
	text-transform: uppercase;
	position: relative;
	width: 100%;
	display: block;
	display: flex;
	align-items: center;
}

.dropdown-title span {
	flex: none;
	margin: 0 10px;
}

.dropdown-title::after {
	content: "";
	display: block;
	height: 1px;
	background-color: #96979b;
	width: 100%;
}

.dropdown-title > span:first-child {
	color: #e2aa00;
	font-size: 2rem;
	margin: 0;
}

.dropdown-links {
	display: none;
	background-color: #102F5C;
	opacity: 0;
	/* for flash on load */
	transition: all 0.2s ease;
}

.dropdown-links.active {
	opacity: 1;
	display: flex;
}


.dropdown-links .dropdown-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.dropdown-content > p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding-left: 40px;
	padding-top: 40px;
	line-height: 30px; 
}

.dropdown-links .dropdown-inner {
	display: flex;
	column-gap: 100px;
	row-gap: 20px;
	align-items: center;
	flex-wrap: wrap;
	padding: 0px 40px 0px 40px;
}

.dropdown-links .dropdown-inner:last-child {
	padding-bottom: 40px;
}

.dropdown-links:not(:has(.dropdown-content)) {
	display: none;
}

.dropdown-links .dropdown-content .dropdown-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-decoration: none;
}

.dropdown-links .dropdown-content .dropdown-item div:nth-child(2) {
	color: #41B6E6;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
}

.image-explanation {
	background: rgba(245, 245, 245, 0.95);
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 50%;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline mandatory;
	overflow-y: hidden;
}

.image-explanation__col {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px 0px;
	position: relative;
}

.five-column-image-caption-section {
	display: flex;
	flex-direction: column;
}

.five-column-image-caption-section > h2 {
	color: #1E4C92;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	padding: 20px;
	padding-top: 0px;
}

.five-column-image-caption {
	background: rgba(245, 245, 245, 0.95);
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 18%;
	padding: 0 20px 20px;
	overflow-x: auto;
	gap: 20px;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline mandatory;
	padding: 64px 20px;
	position: relative;
	z-index: 2;
}

.five-column-image-caption .column {
	display: grid;
	grid-template-rows: min-content;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-align: center;
	position: relative;
}

.five-column-image-caption .column img {
	width: 100%;
	height: 160px;
	object-fit: contain;
	padding: 25px;
}

.five-column-image-caption img.column-arrow {
	position: absolute;
	top: 30%;
	left: 100%;
	transform: translateY(-50%) translateX(-40%);
	width: 50px;
	height: auto;
	padding: 0;
}

.five-column-image-caption .column:last-child img.column-arrow {
	display: none;
}

.five-column-image-caption .column p {
	color:  #41B6E6;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}

.two-column-text-highlight__columns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}

.two-column-text-highlight__columns .column:first-child {
	margin-top: 30px;
}

.two-column-text-highlight__columns .column.highlight {
	padding: 20px 15px;
	background: #D9F0FA;
	text-align: center;
}

.two-column-text-highlight__columns .column.highlight .plus-sign {
	color:  #41B6E6;
	text-align: center;
	font-size: 50px;
	font-weight: 700;
}

.three-column-image {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 64px 0px;
}

.three-column-image__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.three-column-image__img.mobile {
	display: none;
}

.list-icon {
	padding-top: 64px;
}

.list-icon h2 {
	color: #1E4C92;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	padding: 20px;
	padding-top: 0px;
}

.list-icon__columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	grid-template-rows: repeat(4, 1fr);
}

.list-icon__item {
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 20px;
	align-items: flex-start;
}

.list-icon__icon {
	background-color: #D9F0FA;
	padding: 20px;
	border-radius: 50%;
	width: 125px;
	height: 125px;
}

.list-icon__icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;	
}

.list-icon__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.list-icon__title {
	color: #000;
	font-size: 28px;
	font-weight: 300;
	margin-top: 10px;
}

.list-icon__description {
	font-size: 16px;
}

.trial-phases__columns {
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: repeat(6,1fr);
	overflow-x: auto;
	gap: 3px;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline mandatory;
	position: relative;
	z-index: 2;
}

.trial-phases__item {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 120px 2fr;
	padding: 7px;
	background: #F5F5F5;
	grid-row: 1;
}

.trial-phases__item:nth-child(5) {
	margin-top: -69px;
}

.phase-title {
	grid-row: 2;
	grid-column: 2/5;
	position: relative;
}

.phase-title h3 {
	color: #1E4C92;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	margin-top: 50px;
	margin-bottom: 64px;
}

.arrow-line {
	grid-row: 2;
	grid-column: 2/5;
	max-width: unset;
	width: 103%;
}

.trial-phases__item:nth-child(2), .trial-phases__item:nth-child(3), .trial-phases__item:nth-child(4) {
	background: rgba(65, 182, 230, 0.20);
}

.trial-phases__item img {
	width: 75px;
	height: 75px;
	object-fit: contain;
	margin: auto;	
}

.trial-phases__title {
	color: #1E4C92;
	font-size: 28px;
	font-weight: 300;
	position: relative;
	margin-bottom: 1.5rem;
}

.trial-phases__title.approval::after {
	content: '(after approval)';
	color: #41b6e6;
	font-size: 18px;
	font-weight: 500;
	position: absolute;
	top: 90%;
	left: 0;
	width: 100%;
}

.trial-phases__item:not(:has(img)) .trial-phases__title {
	transform: translateY(-25%);
}

.trial-phases__content ul {
	padding-left: 15px;
}

.ardent-trial-timeline {
	display: flex;
	flex-direction: column;
	padding: 32px 0px;
}

.ardent-trial-timeline__columns {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 5px;
}

.ardent-trial-timeline__phase {
	display: flex;
	flex-direction: column;
	background: #F5F5F5;
}

.ardent-trial-timeline__phase__title {
	color: #000;
	font-size: 32px;
	font-weight: 300;
	line-height: 120%; 
	padding: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	min-height: 170px;
}

.ardent-trial-timeline__phase__description {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100px;
}

.ardent-trial-timeline__phase__description p {
	color: #fff;
	font-size: 14px;
	position: absolute;
	z-index: 2;
	max-width: 75%;
	line-height: 130%;
	font-weight: 700;
	top: 30px;
	left: 15px;
}

.ardent-trial-timeline .ardent-arrow {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	bottom: 0;
	width: 95%;
	height: 100%;
}

.ardent-trial-timeline__amount-text {
	padding: 10px;
}

.ardent-trial-timeline__definition {
	margin-top: 40px;
}


@media screen and (max-width: 1024px) {


	.filters-container {
		top: 56px !important;
	}

	.five-column-image-caption {
		gap: 25px;
		grid-auto-columns: 40%;
		overflow-x: auto;
	}

	.five-column-image-caption > * {
		scroll-snap-align: start;
	}

	.trial-phases__columns {
		grid-auto-flow: column;
		grid-auto-columns: 30%;
		grid-template-columns: unset;
		overscroll-behavior-inline: contain;
		scroll-snap-type: inline mandatory;
		overflow-y: hidden;
		overflow-x: auto;
	}

	.trial-phases__columns > * {
		scroll-snap-align: start;
	}

	.trial-phases__item:nth-child(5) {
		margin-top: -35px;
	}

	.phase-title {
		grid-column: 2/3;
	}

	.phase-title h3 {
		font-size: 16px;
	}

	.ardent-trial-timeline__columns {
		grid-auto-flow: column;
		grid-auto-columns: 35%;
		grid-template-columns: unset;
		overscroll-behavior-inline: contain;
		scroll-snap-type: inline mandatory;
		overflow-y: hidden;
		overflow-x: auto;
	}

	.ardent-trial-timeline__columns > * {
		scroll-snap-align: start;
	}
}

@media screen and (max-width: 768px) {

	.filters-container .container {
		width: 100%;
	}

	.dropdown-content .dropdown-inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.dropdown-content button div:first-child {
		font-size: 18px;
	}

	.dropdown-content button div:nth-child(2) {
		font-size: 10px;
	}

	.dropdown-links .dropdown-content .dropdown-item > * {
		text-align: left;
	}

	.two-column-text {
		padding: 30px 0px;
	}

	.two-column-text__columns {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.patient-filters .filters-list {
		flex-direction: column;
		gap: 25px;
	}

	.image-explanation {
		grid-auto-columns: 80%;
		overflow-x: auto;
		position: relative;
	}
	.image-explanation > * {
		scroll-snap-align: start;
	}

	.two-column-text-highlight__columns {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.three-column-image {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: 50%;
		grid-template-columns: unset;
		overscroll-behavior-inline: contain;
		scroll-snap-type: inline mandatory;
		overflow-y: hidden;
		overflow-x: auto;
	}

	.three-column-image > * {
		scroll-snap-align: start;
	}

	.three-column-image .three-column-image__img.mobile {
		display: block;
	}

	.three-column-image .three-column-image__img.desktop {
		display: none;
	}

	.list-icon__columns {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 25px;
	}

	.ardent-trial-timeline__columns {
		grid-auto-columns: 48%;
	}
}

@media screen and (max-width: 500px) {

	.trial-phases__columns {
		grid-auto-columns: 40%;
	}


	.five-column-image-caption img.column-arrow {
		width: 35px;
		transform: translateX(-15%) translateY(-50%);
	}

	.three-column-image {
		grid-auto-columns: 85%;
	}

	.ardent-trial-timeline__columns {
		grid-auto-columns: 75%;
	}

	.trial-phases__item:nth-child(5) {
		margin-top: -69px;
	}
}


