/*!
Theme Name: Life Sciences Queensland
Theme URI: https://www.sevendev.com.au
Author: SevenDev
Author URI: https://www.sevendev.com.au
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sevendev
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

SevenDev is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Montserrat', sans-serif;
	color: #000;
}

h1 {
	font-size: 36px;
	line-height: 40px;
}

h2 {
	font-size: 28px;
	line-height: 32px;
}

h3 {
	font-size: 24px;
	line-height: 30px
}

h4 {
	font-size: 20px;
}

h6 {
	font-size: 12px;
	color: #888888;
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0;
	letter-spacing: 1px;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.lead {
	font-size: 20px;
	color: #888888;
	font-weight: 300;
}

blockquote {
	border-left: 3px solid #DE741F;
  	color: #1a1a1a;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	font-style: italic;
	line-height: 1.8em;
	margin: 20px 0 50px 0;
	padding: 1em 2em;
	position: relative;
	transition: 0.2s border ease-in-out;
	z-index: 0;
}

blockquote:before {
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: -4px;
  	height: 2em;
  	background-color: #fff;
  	width: 5px;
  	margin-top: -1em;
}

blockquote:after {
  	content: '\f10e';
  	position: absolute;
  	top: 50%;
 	left: -0.5em;
  	color: #DE741F;
  	font-family: 'Font Awesome 5 Free';
  	font-weight: 900;
  	line-height: 1em;
  	text-align: center;
  	text-indent: -2px;
  	width: 1em;
  	margin-top: -0.5em;
  	transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
}

blockquote cite,
blockquote em {
  	display: block;
  	font-size: 0.75em;
  	line-height: 1.8em;
  	margin-top: 1em;
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	h1 {
		font-size: 54px;
		line-height: 58px;
	}
	h2 {
		font-size: 32px;
		line-height: 36px;
	}
	h3 {
		font-size: 26px;
		line-height: 30px
	}
	blockquote {
		font-size: 20px;
	}
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { }


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #efefef;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 25px 25px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	display: block;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
}

table th {
	background: #000;
	color: #fff;
	text-align: left;
}

table td,
table th {
	padding: 10px 15px;
}

table td {
	border-bottom: 1px solid #000;
}

table tr:last-child td {
	border-bottom: 0;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited,
.button:visited {
	background: #252525;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
	background: #000;
	color: #fff;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	color: #000;
	border: 2px solid #000;
	border-radius: 0px;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
	outline: none;
}

select {
	width: auto;
}

textarea {
	min-height: 150px;
	line-height: 22px;
	padding: 15px;
}

.expand {
	width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover, a:focus, a:active {
	color: #DE741F;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: none;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	margin-top: 15px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul > li > a {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
}

.main-navigation ul > li > a:hover {
	color: #DE741F;
}

.main-navigation ul ul > li > a:hover {
	background: rgba(0,0,0,0.05);
}

.main-navigation ul ul {
	background: #FFFFFF;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.10);
	border-top: 5px solid #252525;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	padding: 10px 0;
}

.main-navigation ul ul::before {
	content: '';
	width: 0;
  	height: 0;
  	border-left: 5px solid transparent;
  	border-right: 5px solid transparent;
  	border-bottom: 5px solid #252525;
	position: absolute;
	top: -10px;
	left: 20px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul > li > a {
	width: 200px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	height: auto;
	padding: 10px 15px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 8px 10px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

@media (min-width: 1500px) {
	.main-navigation ul > li > a {
		font-size: 17px;
		padding: 0 15px;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 30px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 30px;
}

.float-center,
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-center {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}


/*--------------------------------------------------------------
## Globals
--------------------------------------------------------------*/
.gap {
	height: 50px;
}

.cta {
	background: #f7f7f7;
	padding: 15px;
	font-size: 20px;
	text-align: center;
}

.cta .button {
	overflow: hidden;
	margin-top: 15px;
}

.no-scroll {
	overflow: hidden;
}

.post-image {
	margin-bottom: 0;
	position: relative;
	background-color: grey;
	background-image: repeating-linear-gradient(
	45deg,
	#eee,
	#eee 10px,
	#ddd 10px,
	#ddd 20px);
	width: 100%;
}

.post-image-fixed-ratio {
	padding-bottom: 55%;
	background-size: cover;
	background-position: center center;
}

@media (min-width: 992px) {
	.cta {
		padding: 30px;
	}
	.cta .button {
		overflow: hidden;
		margin-top: 0px;
	}
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 50px 0;
	/* Make sure select elements fit in widgets. */
}

.widget .widget-title {
	font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #ededed;
    padding: 0;
    margin: 0;
}

.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget ul li a{
	width: 100%;
	padding: 7px 15px;
	border-bottom: 1px dotted #ededed;
	display: inline-block;
}

.widget ul li a:hover {
	background: rgba(0,0,0,0.05);
}

.widget ul li:last-child a {
	border-bottom: 0;
}

.widget select {
	max-width: 100%;
}

.widget .gallery {
	margin-top: 10px;
}

.widget .gallery .gallery-item {
	margin: 0 3px 3px 0;
}

.widget .calendar_wrap table th,
.widget .calendar_wrap table td {
	padding: 0;
	text-align: center;
}

.widget .wp-video {
	margin-top: 10px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Shortcodes
--------------------------------------------------------------*/
.supporters-grid {
	margin: 50px 0;
}

.supporters-grid > .row > div {
	margin-bottom: 30px;
	padding: 0 30px;
}

.supporters-grid > .row > div > img {
	margin: 0 auto;
}

.collapse-section .collapse-content.closed {
	display: none;
}

.collapse-section .collapse-title {
	cursor: pointer;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
	font-size: 22px;
	line-height: 26px;
}

.collapse-section.open .collapse-title::before,
.collapse-section.closed .collapse-title::before {
	position: absolute;
	left: 0;
}

.collapse-section.open .collapse-title::before {
	content: '\f068';
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
}

.collapse-section.closed .collapse-title::before {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header {
	background: #fff;
	padding: 15px 0;
	display: none;
}

.header .site-logo img {
	width: 180px;
	height: 111px;
}

.header .main-navigation ul {
	float: right;
}

.header .user-login,
.header .top-social-icons,
.header .header-search {
	display: inline-block;
	float: right;
}

.header .user-login {
	position: relative;
}

.header .user-login a {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 15px;
	padding: 10px 15px 10px 37px;
	display: inline-block;
	position: relative;
    z-index: 99;
}

.header .user-login a:hover {
	color: #DE741F;
}

.header .active {
	background: #fff;
	transition: all .2s ease;
}

.header .user-login a::before {
	content: '\f007';
	font-family: 'Font Awesome 5 Free';
	font-size: 16px;
	color: #000;
	width: 15px;
	height: 20px;
	position: absolute;
	left: 14px;
	top: 7px;
}

.header .user-login .forgot-pw-link {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.header .user-login .forgot-pw-link::before {
	content: none!important;
}

.header .user-login .login-popup {
	position: absolute;
	z-index:99;
    top: 30px;
    right: 15px;
    background: #fff;
    padding: 25px;
    width: 300px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    display: none;
}

.login-overlay {
	background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    display: none;
}

.header .user-login .login-popup p {
	margin: 0 0 15px 0;
}

.header .user-login .login-popup input[type="submit"] {
	width: 100%;
	/*height: 40px;
	line-height: 40px;*/
	margin-top: 10px;
}

.header .user-login .account-menu {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

.header .user-login .account-menu > li > ul {
	position: absolute;
	padding: 25px;
    width: 200px;
    text-align: center;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
	list-style: none;
	z-index: 9;
	left: -9999px;
}

.header .user-login .account-menu > li:hover ul {
	left: -60px;
}

.header .user-login .account-menu > li > ul li a::before {
	content: none;
}

.header .top-social-icons a {
	color: #000;
	margin-left: 15px;
	font-size: 18px;
	line-height: 38px;
}

.header .top-social-icons a:hover {
	color: #DE741F;
}

.header .header-search .search-form-holder {
	background: #f7f7f7;
    border-radius: 25px;
    padding: 0;
    max-width: 300px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 3px 30px 0 0;
}

.header .header-search .search-form-holder input[type="text"] {
	border: 0;
	height: 30px;
	padding: 0 15px;
	line-height: 30px;
	width: 75%;
	background: none;
	color: #757E89;
}

.header .header-search .search-form-holder input[type="text"]::-webkit-input-placeholder,
.header .header-search .search-form-holder input[type="text"]::-moz-input-placeholder,
.header .header-search .search-form-holder input[type="text"]::-ms-input-placeholder,
.header .header-search .search-form-holder input[type="text"]:moz-input-placeholder {
	color: rgba(0,0,0,0.1);
}

.header .header-search .search-form-holder input[type="submit"] {
	height: 30px;
	width: 30px;
	line-height: 30px;
	padding: 0;
	position: relative;
	background: transparent url(img/search-icon.png) no-repeat center center;
	border: 0;
}

.header .hamburger-icon {
	text-align: right;
	margin-top: 25px;
}

.header .hamburger-icon a {
	font-size: 16px;
	color: #000;
	font-weight: 600;

}

.header .hamburger-icon a i {
	font-size: 18px;
	margin-left: 5px;
}

@media (min-width: 992px) {
	.header {
		display: block;
	}
}


/*--------------------------------------------------------------
## Mobile Header
--------------------------------------------------------------*/
.mobile-header {
	display: block;
	background: #252525;
	color: #fff;
	padding: 10px 0;
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 60px;
}

.mobile-header a {
	color: #fff;
}

.mobile-header .site-icon img {
	height: 40px;
}

.mobile-header .mobile-header-icons {
	text-align: right;
}

.mobile-header .mobile-header-icons a {
	font-size: 22px;
	margin-left: 8px;
}

.off-canvas-menu {
	display: block;
	position: fixed;
	top: 60px;
	right: -300px;
	max-width: 300px;
	width: 100%;
	min-height: 100vh;
	background: #e6e6e6;
	z-index: 999;
	padding: 30px 20px;
	transition: all .5s ease;
}

.off-canvas-menu.open {
	right: 0;
}

.off-canvas-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.off-canvas-menu ul li,
.off-canvas-menu ul li a {
	display: inline-block;
	width: 100%;
	position: relative;
}

.off-canvas-menu ul li a {
	text-align: center;
	padding: 12px 15px;
	border-top: 1px solid rgba(0,0,0,0.05);
}

.off-canvas-menu ul > li.active > a {
	border-right: 1px solid rgba(0,0,0,0.05);
	border-left: 1px solid rgba(0,0,0,0.05);
}

.off-canvas-menu ul li:first-child a {
	border-top: 0;
}

.off-canvas-menu ul li .off-canvas-drop-down {
	position: absolute;
	top: 14px;
	right: 10px;
	width: 22px;
	height: 22px;
	border-radius: 3px;
	border: 0;
	background: rgba(0,0,0,0.1);
	z-index: 3;
	padding: 0;
}

.off-canvas-menu ul li .off-canvas-drop-down::after {
	content: '+';
    font-size: 16px;
    color: #000;
    position: relative;
    top: -2px;
}

.off-canvas-menu ul li.active .off-canvas-drop-down::after {
	content: '-';
}

.off-canvas-menu ul ul {
	display: none;
	background: rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.05);
	border-bottom: 0;
	border-top: 0;
	padding: 15px 0 15px 0;
}

.off-canvas-menu ul ul li a {
	font-size: 14px;
	line-height: 33px;
	display: block;
	padding: 0 15px;
	position: relative;
	border: 0;
}

.off-canvas-search {
	width: 100%;
	position: fixed;
	top: -150px;
	z-index: 9;
	background: #e6e6e6;
	padding: 25px 20px;
	transition: all .5s ease;
}

.off-canvas-search.open {
	top: 60px;
}

.off-canvas-search .search-form-holder {
	background: #fff;
	border-radius: 25px;
	height: 38px;
}

.off-canvas-search .search-form-holder input[type="text"] {
	border: 0;
	background: none;
	width: 80%;
	height: 38px;
	line-height: 38px;
	float: left;
}

.off-canvas-search .search-form-holder input[type="submit"] {
	border: 0;
	background: transparent url(img/search-icon.png) no-repeat center center;;
	width: 38px;
	height: 38px;
	line-height: 38px;
	padding: 0;
	float: right;
	margin-right: 6px;
}

.off-canvas-login {
	width: 100%;
	position: fixed;
	top: -360px;
	z-index: 9;
	background: #e6e6e6;
	padding: 25px 20px;
	transition: all .5s ease;
}

.off-canvas-login.open {
	top: 60px;
}

.off-canvas-login ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.off-canvas-login ul li a {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 12px 15px;
	border-top: 1px solid rgba(0,0,0,0.05);
}

.off-canvas-login ul li:first-child a {	
	border-top: 0;
}

.mobile-header-spacer {
	height: 60px;
	display: block;
}

@media (min-width: 992px) {
	.mobile-header {
		display: none;
	}
	.off-canvas-menu {
		top: 0px;
	}
	.off-canvas-search {
		display: none;
	}
	.off-canvas-login {
		display: none;
	}
	.mobile-header-spacer {
		display: none;
	}
}

@media (min-width: 1200px) {
	.off-canvas-menu {
		display: none;
	}
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.subscribe {
	background: #fff;
	padding: 40px 0 60px 0;
	border-top: 1px solid rgba(0,0,0,0.07);
	position: relative;
}

.subscribe h4 {
	text-align: center;
	margin: 0 0 36px 0;
}

.subscribe::after {
	content: '';
	width: 0;
  	height: 0;
  	border-left: 20px solid transparent;
  	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%,0);
}

#newsletter_form {
	max-width: 700px;
	margin: 0 auto;
}

#newsletter_form .step input[type="text"],
#newsletter_form .step input[type="email"] {
	width: 100%;
	margin-bottom: 10px;
}

#newsletter_form .step .button,
#newsletter_form .step input[type="submit"] {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

#newsletter_form #step-3 {
	text-align: center;
}

#newsletter_form #step-3 span {
	margin: 0 10px 10px 10px;
	display: inline-block;
}

#newsletter_form #step-3 .submit-button {
	text-align: center;
	padding-top: 10px;
}

.footer {
	padding: 80px 0 40px 0;
	background: #252525;
	color: #fff;
}

.footer a {
	color: rgba(255,255,255,0.7);
}

.footer a:hover {
	color: rgba(255,255,255,1);
}

.footer .footer-widgets {
	margin-bottom: 80px;
	justify-content: space-around;
}

.footer .footer-widgets .col-lg {
	max-width: 300px;
	margin-bottom: 50px;
}

.footer .footer-widgets .col-lg:last-of-type {
	margin-bottom: 0;
}

.footer .footer-widget-title {
	color: #fff;
	font-size: 20px;
	margin: 0 0 45px;
}

.footer .footer-widgets .footer-logo {
	width: 146px;
	height: 111px;
	margin-bottom: 45px;
}

.footer .footer-widgets .menu ul {
	margin: 0;
	list-style: none;
}

.footer .footer-widgets .menu li a {
	display: inline-block;
	padding: 10px 0;
	width: 100%;
	position: relative;
	padding-left: 25px;
}

.footer .footer-widgets .menu li a::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	color: #fff;
	width: 15px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 10px;
}

.footer .footer-widgets .footer-contact-details a {
	display: block;
	margin-bottom: 10px;
}

.footer .footer-widgets .footer-contact-details a i {
	margin-right: 20px;
}

.footer .footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.15);
	padding-top: 40px;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
}

.footer .footer-bottom .copyright {
	margin-bottom: 20px;
	text-align: center;
}

.footer .footer-bottom .menu ul {
	float: none;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.footer .menu ul li {
	display: inline;
}

.footer .footer-bottom .menu ul li a {
	display: inline-block;
	margin: 0 5px;
	color: rgba(255,255,255,0.5);
}

.footer .footer-bottom .menu ul li a:hover {
	color: rgba(255,255,255,0.7);
}

@media (min-width: 768px) {
	.footer .footer-widgets .col-lg {
		margin-bottom: 0px;
	}
}

@media (min-width: 992px) {
	.footer {

	}
	.footer .footer-bottom .copyright {
		margin-bottom: 0;
		text-align: left;
	}
	.footer .footer-bottom .menu ul {
		float: right;
		text-align: left;
	}
	.footer .footer-bottom ul li a {
		margin-left: 10px;
	}
	#newsletter_form .step input[type="text"],
	#newsletter_form .step input[type="email"] {
		width: 75%;
		margin-bottom: 0;
	}

	#newsletter_form .step .button,
	#newsletter_form .step input[type="submit"] {
		width: 24%;
	}
}


/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.section {
	padding: 50px 0;
}

.page-heading {
	background: #fff;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.page-heading .overlay {
	padding: 145px 15px 220px 15px;
    background-image: linear-gradient(135deg, rgba(0,0,0,0.67) 0%, rgba(0,0,0,0.00) 100%);
}

.page-heading h1 {
	margin: 0;
	color: #fff;
}

.page-heading .breadcrumbs {
	float: none;
	font-size: 14px;
}

.page-heading .breadcrumbs .breadcrumb {
	padding: 0;
	margin: 0;
}

.page-content {
	padding: 0;
}

.page-holder {
	background: #fff;
	padding: 30px 20px;
	margin-top: -150px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
    margin-bottom: 40px;
}

.sidebar {
	margin-top: 50px;
}

.child-page-menu {
	background: #f7f7f7;
	padding-bottom: 5px;
	margin-bottom: 50px;
}

.child-page-menu h4 {
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #ededed;
	padding: 15px 25px 10px;
	margin: 0;
}

.child-page-menu ul {
	list-style: none;
	padding: 15px 0;
	margin: 0;
}

.child-page-menu ul li a {
	padding: 7px 25px;
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
	width: 100%;
	line-height: 22px;
}

.page-id-78 .page-holder a,
.parent-pageid-78 .page-holder a {
	color: #ED1C23;
}

.page-id-84 .page-holder a,
.parent-pageid-84 .page-holder a {
	color: #723A83;
}

.page-id-90 .page-holder a,
.parent-pageid-90 .page-holder a,
.page-id-95 .page-holder a,
.parent-pageid-95 .page-holder a {
	color: #009647;
}

.page-id-98 .page-holder a,
.parent-pageid-98 .page-holder a {
	color: #008FC9;
}

.page-id-102 .page-holder a,
.parent-pageid-102 .page-holder a {
	color: #757E89;
}

@media (min-width: 768px) {
	.section {

	}
	.page-heading {
		text-align: left;
	}
	.page-heading h1 {
		margin: 0;
	}
	.page-heading .breadcrumbs {
		float: right;
	}
}

@media (min-width: 992px) {
	.page-content {
		padding: 0 0;
	}
	.page-holder {
		padding: 50px 35px;
	}
	.sidebar {
		margin-top: 0px;
	}
}

@media (min-width: 1500px) {
	.container {
		max-width: 1300px;
	}
}


/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
.jquery-background-video-wrapper {
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	background-size: cover!important;
}

.jquery-background-video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.js .jquery-background-video {
	opacity: 1;
	-webkit-transition: opacity 300ms linear;
	transition: opacity 300ms linear
}

.js .jquery-background-video.is-visible {
	opacity:1
}

.jquery-background-video-pauseplay {
	position: absolute;
	background: transparent!important;
	border: none!important;
	box-shadow: none!important;
	width: 20px;
	height: 20px;
	top: 15px;
	right: 15px;
	padding: 0!important;
	cursor: pointer;
	outline: none!important
}

.jquery-background-video-pauseplay span {
	display: none
}

.jquery-background-video-pauseplay:after,.jquery-background-video-pauseplay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.jquery-background-video-pauseplay.play:before {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #FFF
}

.jquery-background-video-pauseplay.pause:before,.jquery-background-video-pauseplay.pause:after {
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 5px solid #FFF
}

.jquery-background-video-pauseplay.pause:after {
	left: 10px
}

.home .home-banner {
	min-height: 300px;
	width: 100%;
}

.home .home-banner .video-overlay {
	background-image: linear-gradient(135deg, rgba(0,0,0,0.35) 100%, rgba(0,0,0,0.00) 0%);
	position: absolute;
    width: 100%;
    top: 0;
	bottom: 0;
	padding: 80px 0;
}

.home .home-banner h2 {
	color: #fff;
	font-family: 'Muli', arial, sans-serif;
	font-weight: 300;
	margin: 0 0 10px 0;
}

.home .home-banner h1 {
	color: #fff;
	line-height: 42px;
	margin: 0;
}

.supporters {
	padding: 60px 0;
}

.owl-carousel {
	position: relative;
}

.supporters .owl-nav {
	margin: 0;
	display: none;
}

.supporters .owl-nav button {
	position: absolute;
	top: 14%;
	width: 20px;
	height: 30px;
	text-align: center;
	line-height: 26px!important;
}

.supporters .owl-nav .owl-prev {
	left: -50px;
}

.supporters .owl-nav .owl-next {
	right: -50px;
}

.supporters .owl-nav button span {
	font-size: 26px;
}


.home #section-1 {
	padding-top: 0px;
}

.home #section-1 .first,
.home #section-2 .first {
	padding-right: 15px;
}

.home #section-1 .last,
.home #section-2 .last {
	padding-left: 15px;
}

.home #section-1 .text-holder,
.home #section-2 .text-holder {
	background: #fff;
	padding: 30px 30px 75px 30px;
	position: relative;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
}

.home #section-1 .text-holder a,
.home #section-2 .text-holder a {
	background: #252525;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 58px;
	line-height: 58px;
	padding: 0 35px;
	display: inline-block;
}

.home #section-1 .text-holder a i,
.home #section-2 .text-holder a i {
	margin-left: 20px;
}

.home #section-1 .text-holder a {
	position: absolute;
	bottom: 0;
	right: 0;
}

.home #section-2 .text-holder a {
	position: absolute;
	bottom: 0;
	left: 0;
}

.home #section-2 {
	padding-top: 40px;
}

.home #section-3 .sub-site-link {
	cursor: pointer;
	display: block;
}

.home #section-3 .sub-site-link .sub-site {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.home #section-3 .sub-site-link .sub-site img {
	width: 100%;
}

.home #section-3 .sub-site-link .sub-site .text-holder {
	position: absolute;
	bottom: -50px;
	width: 100%;
	padding: 25px 35px;
	background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, #000000 100%);
	transition: all .5s ease;
}

.home #section-3 .sub-site-link:hover .sub-site .text-holder {
	bottom: 0;
}

.home #section-3 .text-holder h3 {
	color: #fff;
	font-size: 22px;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	line-height: 22px;
}

.home #section-3 .text-holder .learn-more {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.home #section-3 .text-holder .learn-more i {
	margin-left: 20px;
}

@media (min-width: 576px) { }

@media (min-width: 768px) {
	.home .home-banner {
		min-height: 440px;
	}
	.home .home-banner .video-overlay {
		padding: 120px 0;
	}
	.home .home-banner h2 {
		margin: 0 0 30px 0;
	}
	.home .home-banner h1 {
		line-height: 65px;
	}
	.supporters .owl-nav {
		display: block
	}
}

@media (min-width: 992px) {
	.home .home-banner {
		min-height: 500px;
	}
	.home .home-banner .video-overlay {
		padding: 140px 0;
	}
	.home #section-1 .first,
	.home #section-2 .first {
		padding-right: 0;
	}
	.home #section-1 {
		padding-top: 20px;
	}
	.home #section-1 .last,
	.home #section-2 .last {
		padding-left: 0;
	}
	.home #section-1 .text-holder,
	.home #section-2 .text-holder {
		padding: 70px 50px 95px 50px;
	}
}

@media (min-width: 1200px) {
	.home .home-banner {
		min-height: 600px;
	}
	.home .home-banner .video-overlay {
		padding: 180px 0;
	}
}


/*--------------------------------------------------------------
## About Us
--------------------------------------------------------------*/
.about .member-list .member,
.ambassadors .member-list .member {
	border-bottom: 1px solid #eee;
	padding: 40px 0;
}

.about .member-list  .member:last-of-type,
.ambassadors .member-list  .member:last-of-type {
	border-bottom: 0;
}

.about .member img,
.ambassadors .member img {
	border-radius: 100%;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
	max-width: 200px;
	margin-bottom: 30px;
}

.about .member h4,
.ambassadors .member h4 {
	margin-top: 0;
}

.about .member p:last-of-type,
.ambassadors .member p:last-of-type {
	margin-bottom: 0;
}


/*--------------------------------------------------------------
## Members
--------------------------------------------------------------*/
.member-item {
	background: #fff;
	border: 1px solid #efefef;
	padding: 25px;
	margin-bottom: 30px;
	text-align: center;
	min-height: 220px;
	position: relative;
}

.member-item .member-logo-holder {
	display: flex;
	height: 120px;
	align-items: center;
}

.member-item .member-logo-holder img {
	margin: 0 auto;
	max-height: 120px;
}

.member-item h4 {
	font-size: 18px;
	line-height: 22px;
	font-family: 'Muli', sans-serif;
	font-weight: 500;
}

.member-item .member-details {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #efefef;
}

.member-item .member-details .row {
	margin: 0;
}

.member-item .member-details .row > .col {
	padding: 5px 0;
}

.member-item .member-details .row > .col:nth-child(2) {
	border-left: 1px solid #efefef;
}

.member-item .member-details a img {
	height: 24px;
	margin: 0 auto;
}

.facetwp-facet-alpha {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto 40px auto!important;
    text-transform: uppercase;
    font-weight: 500;
}

.fwp-load-more,
.fwp-load-more:hover {
	margin: 0 auto;
	display: block;
	background: none;
	color: #000;
	border: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media (min-width: 768px) {
	.facetwp-facet-alpha {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-around;
		max-width: 85%;
	}
}

.pricing .pricing-list {
	
}

.pricing-box{ 
	background: #f7f7f7;
	padding: 20px 20px 40px;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

.pricing-box .membership-title {
	line-height: 1.2;
	text-transform: uppercase;
	font-size: 18px;
	height: 42px;
}

.pricing-box .button {
	position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 230px;
}

.pricing-box .membership-price {
	margin-bottom: 80px;
	font-weight: bold;
	font-size: 13px;
	color: #000!important;
}

.pricing-box .membership-price .symbol {
	line-height: 40px;
    display: inline-block;
    vertical-align: top;
}

.pricing-box .membership-price .price {
	font-size: 32px;
}

.pricing-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pricing-box ul li {
	margin-bottom: 15px;
}

#rcp_discount_code_wrap {
	margin-bottom: 30px;
}

#rcp_discount_code {
	width: 200px;
}

.rcp_registration_total_details .rcp-total {
	border-top: 1px solid #000;
}

.rcp_registration_total_details .rcp-total th {
	background: #fff;
	color: #000;
}

.rcp_form p {
	margin-bottom: 40px;
}

#rcp_submit_wrap {
	margin-top: 40px;
}

#rcp_auto_renew_wrap {
	margin-top: 30px;
}

#rcp_registration_form .rcp_description {
	margin-bottom: 40px;
}

#rcp_registration_form #rcp_user_last_wrap {
    display: none;
}

#rcp_registration_form .rcp_user_fieldset {
	margin-bottom: 50px;
}

#rcp_registration_form #rcp_password_wrap,
#rcp_registration_form #rcp_password_again_wrap,
#rcp_update_card_form #rcp_card_cvc_wrap,
#rcp_update_card_form #rcp_card_zip_wrap,
#rcp_registration_form #rcp_card_cvc_wrap,
#rcp_registration_form #rcp_card_zip_wrap,
#rcp_company_name_wrap,
#rcp_company_website_wrap,
#rcp_company_address_wrap,
#rcp_mailing_address_wrap,
#rcp_company_employees_wrap,
#rcp_contact_person_wrap,
#rcp_contact_position_wrap,
#rcp_contact_phone_wrap,
#rcp_contact_email_wrap,
#rcp_user_first_wrap,
#rcp_user_last_wrap,
#rcp_user_email_wrap,
#rcp_user_login_wrap,
#rcp_referrer_wrap,
#rcp_referrer_other_wrap {
	width: 100%;
	float: left;
	margin-right: 0;
}

#rcp_registration_form #rcp_subscription_levels {
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
}

#rcp_registration_form #rcp_subscription_levels .rcp_level_description {
	display: none;
}

#rcp_registration_form #rcp_subscription_levels .rcp_subscription_level {
	background: #fff;
	padding: 10px;
	border: 1px solid #e3e3e3;
	width: 100%;
	float: left;
}

#rcp_registration_form #rcp_subscription_levels .rcp_subscription_level:nth-child(odd) {
	margin-right: 0;
}

#rcp_registration_form #rcp_subscription_levels .rcp_subscription_level:hover {
	background: #f7f7f7;
}

#rcp_registration_form #rcp_subscription_levels .rcp_subscription_level label {
	width: 100%;
	display: block;
}

#rcp-card-element {
	padding: 13.5px 15px!important;
}

#rcp_registration_form .rcp_login_link {
	margin-bottom: 30px;
}

#rcp_registration_form .rcp-recurring-total th {
	border-bottom: 1px solid #000;
}

#rcp_registration_form .rcp-total th {
	background: #f7f7f7;
	color: #000;
	border-bottom: 1px solid #000;
}

#rcp_registration_form .rcp-renewal-date th {
	background: #f7f7f7;
	color: #000;
}

#rcp_registration_form h4 {
	margin-top: 40px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 2px;
	display: inline-block;
	width: 100%;
}

#rcp_duplicate_address_wrap {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

#rcp_duplicate_address_wrap label,
#rcp_duplicate_address_wrap input {
	float: left;
}

#rcp_duplicate_address_wrap label {
	margin-right: 20px;
}

#rcp_registration_form select {
	width: 100%;
}

#rcp_referrer_other_wrap {
	display: none;
}

.partner-app-form br {
	display: none;
}

.partner-app-form label {
	margin-bottom: 5px;
	display: block;
}

.partner-app-form .row:nth-child(1) .col-12:nth-child(1) {
	padding-top: 24px;
}

.partner-app-form .col-12 {
	margin-bottom: 20px;
}

.partner-app-form .button {
	margin-top: 20px;
	display: inline-block;
}

.partner-app-form select {
	width: 100%;
}

@media (min-width: 1200px) {
	#rcp_company_website_wrap {
		margin-top: 24px;
	}
	#rcp_registration_form #rcp_password_wrap,
	#rcp_update_card_form #rcp_card_cvc_wrap,
	#rcp_registration_form #rcp_card_cvc_wrap,
	#rcp_company_website_wrap,
	#rcp_contact_person_wrap,
	#rcp_contact_phone_wrap,
	#rcp_user_login_wrap,
	#rcp_referrer_wrap{
		width: 48%;
		float: left;
		margin-right: 2%;
	}
	#rcp_registration_form #rcp_password_again_wrap,
	#rcp_update_card_form #rcp_card_zip_wrap,
	#rcp_registration_form #rcp_card_zip_wrap,
	#rcp_company_employees_wrap,
	#rcp_contact_position_wrap,
	#rcp_contact_email_wrap,
	#rcp_user_last_wrap,
	#rcp_user_email_wrap,
	#rcp_referrer_other_wrap {
		width: 48%;
		float: left;
		margin-left: 2%;
	}
	
}

@media (min-width: 992px) {
	#rcp_registration_form #rcp_subscription_levels .rcp_subscription_level {
		width: 48%;
	}
	
	#rcp_registration_form #rcp_subscription_levels .rcp_subscription_level:nth-child(odd) {
		margin-right: 4%;
	}
}

/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/
.events .event-item {
	background: #f7f7f7;
	padding: 25px;
	position: relative;
	margin-bottom: 50px;
}

.events .event-item .sizer {
	margin-bottom: 60px;
}

.events .event-item img {
	margin-bottom: 20px;
}

.events .event-item .text-holder {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.events .event-item h4 {
	margin-top: 0;
}

.events .event-item .text-holder p:last-of-type {
	margin-bottom: 0;
}

.events .event-item .event-date i,
.events .event-item .event-location i,
.events .event-item .event-info i {
	margin-right: 20px;
}

.events .event-item .event-info {
	margin-top: 20px;
}

.events .event-item .button {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 220px;
}

.events .event-item .button i {
	margin-left: 20px;
}

@media (min-width: 768px) {
	.events .event-item img {
		margin-bottom: 0px;
	}
}

.single-event .event-map {
	width: 100%;
	height: 400px;
	margin-bottom: 60px;
}

.single-event > .section {
	padding-top: 0;
}

.single-event .event-meta {
	padding: 0 0 20px 0;
	margin-bottom: 0px;
}

.single-event .event-meta > div {
	margin-bottom: 10px;
}

.single-event .event-meta i {
	margin-right: 20px;
}

.single-event .event-content-holder {
	padding: 0;
}

.single-event .event-content {
	margin: 0 0 60px;
}

.single-event .tc-event-table-wrap {
	margin-bottom: 60px;
}

.single-event .event-sponsers h4 {
	font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
}

.single-event .tc-event-table-wrap h3 {
	margin-top: 0;
}

.single-event .add_to_cart .title,
.single-event .tc_in_cart {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.single-event .tc_in_cart a {
	border-bottom: 2px solid #DE741F;
	color: #DE741F;
}

.single-tc_events .page-holder {
	margin-top: 0;
}

.single-tc_events .event-header .event-header-image {

}

.single-tc_events .event-header .event-header-info {
	background: #eaeaea;
	padding: 25px 25px 44px;
	position: relative;
	height: 100%;
}

.single-tc_events .event-header .event-header-info .button {
	width: 100%;
}

.single-tc_events .event-header .col-lg-7 {
	padding-right: 15px;
}

.single-tc_events .event-header .col-lg-5 {
	padding-left: 15px;
	position: relative;
}

.single-event .tc_warning_ticket_types_needed {
	display: none;
}

@media (min-width: 992px) {
	.single-tc_events .event-header .col-lg-7 {
		padding-right: 0;
	}
	.single-tc_events .event-header .col-lg-5 {
		padding-left: 0;
	}
	.single-event .event-content-holder {
		padding: 0 0 0 50px;
	}
}


/*--------------------------------------------------------------
## Ticket Cart
--------------------------------------------------------------*/
.tickera-checkout tr th {
	font-size: 16px!important;
}

#tickera_cart #coupon_code {
	max-width: 55%;
}

#tickera_cart .ticket-quantity .tickera_button {
	line-height: 1;
	color: #000;
}

.tickera-checkout .ticket-total-all {
	font-size: 14px;
}

.tickera_buyer_info {
	width: 100%;
	display: inline-block;
}

.tickera_buyer_info .fields-wrap {
	max-width: 100%;
    width: 100%;
    display: block;
    float: left;
	padding: 0;
	margin-right: 1%;
}

.tickera_buyer_info .fields-wrap:last-of-type,
.owner-info-wrap .fields-wrap:last-of-type {
	margin-right: 0;
}

.tickera_additional_info label input {
	margin-left: 0;
}

.tickera_buyer_info p,
.owner-info-wrap p {
	display: none;
}

.owner-info-wrap,
.tickera_owner_info {
	width: 100%;
	display: inline-block;
}

.tc_field_col_1 {
	width: 100%!important;
	max-width: 100%!important;
} 

.tc_field_col_3 {
	max-width: 100%!important;
	width: 100%!important;
}

.owner-info-wrap .fields-wrap {
    width: 100%;
    display: block;
    float: left;
	padding: 0;
}

.owner-info-wrap .fields-wrap:first-of-type {
	margin-right: 10px;
}

.tickera_buyer_info h3,
.tc-form-ticket-fields-wrap h2 {
	font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tickera_owner_info h5 {
	font-size: 15px;
    margin-bottom: 10px;
}

.tickera-input-field {
	color: #000;
	border: 2px solid #000;
	width: 100%;
}

.tickera-checkout tr {
	border-bottom: 1px solid rgba(216,216,216,0.30)!important;
}

.tickera-checkout tbody tr td {
	vertical-align: middle;
}

.tickera-checkout tr td {
	border: 0;
}

.tc_cart_errors {
	
}

.page-id-1543 .entry-content p {
	text-align: center;
	font-size: 18px;
}

.page-id-1543 .entry-content p a {
	font-weight: bold;
}

.tickera_table a,
.tickera .order-details a,
#rcp-account-overview a,
#rcp-payment-history a {
	color: #DE741F;
}

.tickera-checkout .tickera_update {
	width: 100%;
	margin-top: 20px;
}

@media (min-width: 768px) {
	#tickera_cart #coupon_code {
		max-width: 38%;
	}
}

@media screen and (min-width: 768px) {
	.tickera-checkout .tickera_update {
		width: auto;
		margin-top: 0px;
	}
	.tickera_buyer_info .fields-wrap {
		max-width: 32.6%;
		margin-right: 1%;
	}
	.owner-info-wrap .fields-wrap {
		max-width: 32%;
    	margin-right: 1%;
	}
	.tc_field_col_3 {
		max-width: 32.6%!important;
		width: 32.6%!important;
	}
}



/*--------------------------------------------------------------
## BioWeek 2019
--------------------------------------------------------------*/
.page-template-page-bioweek-2019 .page-heading .overlay {
	display: none;
}

.page-template-page-bioweek-2019 .parallax-window {
	min-height: 320px;
}

.page-template-page-bioweek-2019 #section-1,
.page-template-page-bioweek-2019 #section-2,
.page-template-page-bioweek-2019 #section-3 {
	margin-bottom: 10px;
}

.page-template-page-bioweek-2019 h2 {
	font-size: 24px;
	color: #3db987;
}

.page-template-page-bioweek-2019 .page-content a {
	color: #1897d4;
}

.page-template-page-bioweek-2019 .details-block {
	padding-left: 50px;
	margin-bottom: 30px;
	position: relative;
}

.page-template-page-bioweek-2019 .details-block::before {
	content: '\f133';
	font-family: 'Font Awesome 5 Free';
	font-size: 19px;
	color: #000;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 14px;
	top: 0px;
}

.page-template-page-bioweek-2019 .bioweek-table th {
	background: #2f2f2f;
	border: 3px solid #2f2f2f;
}

.page-template-page-bioweek-2019 .bioweek-table td {
	border: 3px solid #2f2f2f;
	vertical-align: top;
}

@media (min-width: 764px) {
	.page-template-page-bioweek-2019 .parallax-window {
		min-height: 551px;
	}
}

@media (max-width: 992px) {
	.page-template-page-bioweek-2019 .bioweek-table,
	.page-template-page-bioweek-2019 .bioweek-table thead,
	.page-template-page-bioweek-2019 .bioweek-table tbody,
	.page-template-page-bioweek-2019 .bioweek-table tr,
	.page-template-page-bioweek-2019 .bioweek-table td,
	.page-template-page-bioweek-2019 .bioweek-table th {
		display: block;
	}

	.page-template-page-bioweek-2019 .bioweek-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.page-template-page-bioweek-2019 .bioweek-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 3px solid #2f2f2f; 
		position: relative;
		padding-top: 60px; 
	}

	.page-template-page-bioweek-2019 .bioweek-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 20px;
		left: 15px;
		width: 100%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-family: 'Montserrat';
	}

	.page-template-page-bioweek-2019 .bioweek-table td:nth-of-type(1):before { content: "Option 1: Gladstone"; }
	.page-template-page-bioweek-2019 .bioweek-table td:nth-of-type(2):before { content: "Option 2: Mackay"; }
	.page-template-page-bioweek-2019 .bioweek-table td:nth-of-type(3):before { content: "Option 3: Toowoomba"; }
	.page-template-page-bioweek-2019 .bioweek-table td:nth-of-type(4):before { content: "Option 4: Townsville"; }


}


/*--------------------------------------------------------------
## Blog and Gallery
--------------------------------------------------------------*/
.grid-item,
.grid-sizer {
	width: 33.3333%;
}

.post-item {
	padding: 25px;
	margin-bottom: 50px;
}

.single-post article,
.single-post #comments {
	max-width: 950px;
	margin: 0 auto;
}

.single .post-thumbnail img {
	width: 100%;
}

.single-post .entry-date {
	position: relative;
    top: 0;
    left: 0;
    background: #000;
    text-align: center;
    width: 90px;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 0;
}

.single-post .entry-date span {
	display: block;
	clear: both;
}

.single-post .entry-date .year {
	font-size: 25px;
    margin-top: -6px;
}

.single-post .entry-footer {
	margin-top: 40px;
}

.single-post .entry-footer .post-edit-link {
	float: right;
}

.single-post .entry-footer .cat-links a {
	background: #f7f7f7;
	padding: 0 15px;
	height: 32px;
	line-height: 32px;
	border-radius: 25px;
	color: #757E89;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 10px;
}

.single-post #comments {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}

.image-gallery {
	margin: 80px 0;
}

.image-gallery h2 {
	margin-bottom: 10px;
}

.image-gallery .popup-gallery {
	margin-top: 20px;
}

.image-gallery .rslides-nav {
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0;
}

.image-gallery .rslides-nav li {
	display: inline-block;
	margin-right: 5px;
}

.image-gallery .rslides-nav li img {
	width: 75px;
}

.image-gallery .popup-gallery a {
	width: 145px;
	float: left;
	margin: 0 5px 5px 0;
}

.single-post .post .image-gallery .popup-gallery a {
	width: 130px;
}

.rslides {
  	position: relative;
  	list-style: none;
  	overflow: hidden;
  	width: 100%;
  	padding: 0;
  	margin: 0;
}

.rslides li {
  	-webkit-backface-visibility: hidden;
  	position: absolute;
  	display: none;
  	width: 100%;
  	left: 0;
  	top: 0;
}

.rslides li:first-child {
  	position: relative;
  	display: block;
  	float: left;
}

.rslides img {
  	display: block;
  	height: auto;
  	float: left;
  	width: 100%;
	border: 0;
}

@media (min-width: 992px) {
	.single-post article,
	.single-post #comments {
		max-width: 560px;
	}
	.single-post .entry-date {
		position: absolute;
		top: 20px;
	    left: 15px;
	}
	.image-gallery .rslides-nav li img {
		width: auto;
	}
}

@media (min-width: 1200px) {
	.single-post article,
	.single-post #comments {
		max-width: 780px;
	}
}

@media (min-width: 1500px) {
	.single-post article,
	.single-post #comments {
		max-width: 950px;
	}
}


/*--------------------------------------------------------------
## Case Study
--------------------------------------------------------------*/
.page-heading-case-cats {
	text-align: left;
	margin-top: 15px;
}

.post-type-archive-case_study .grid-sizer,
.post-type-archive-case_study .grid-item,
.tax-case_study_category .grid-sizer,
.tax-case_study_category .grid-item {
	width: 100%;
}

#case-study-cat-select {
	width: 96%;
	margin-bottom: 20px;

}

.case-study-categories {
	margin-bottom: 50px;
}

.page-heading .case-study-categories {
	margin: 0;
}

.case-study-categories a {
	display: inline-flex;
    align-items: center;
    line-height: 1.2;
    min-height: 50px;
    padding: 0 20px 0 70px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #252525;
    margin: 5px;
    position: relative;
    transition: background .5s ease;
}

.case-study-categories a.all-case-studies {
	padding: 0 20px!important;
}

.case-study-categories a:hover {
	background: #000;
}

.case-study-categories a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
}

.case-study-categories a.human-health::before {	
	background: #E0684B url(img/human-health-icon.png) no-repeat center center;
}

.case-study-categories a.animal-health::before {	
	background: #9760C2 url(img/animal-health-icon.png) no-repeat center center;
}

.case-study-categories a.agricultural-biotechnology::before {	
	background: #FFA100 url(img/agricultural-biotechnology-icon.png) no-repeat center center;
}

.case-study-categories a.environmental-biotechnology::before {	
	background: #00C78B url(img/environmental-biotechnology-icon.png) no-repeat center center;
}

.case-study-categories a.marine-biotechnology::before {	
	background: #0098DB url(img/marine-biotechnology-icon.png) no-repeat center center;
}

.case-study-categories a.industrial-biotechnology::before {	
	background: #8A8D8F url(img/industrial-biotechnology-icon.png) no-repeat center center;
}

.case-study-holder {
	padding: 10px;
}

.case-study-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.case-study-item .post-image-fixed-ratio {
	padding-bottom: 100%;
}

.case-study-item .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
	transition: opacity .5s ease;
	opacity: .7;
}

.case-study-item:hover .overlay {
	opacity: 1;
}

.case-study-item .entry-content {
	position: absolute;
	z-index: 3;
	bottom: 0;
	padding: 30px;
	transition: bottom .5s ease;
	color: #fff;
}

.case-study-item:hover .entry-content {
	bottom: 0!important;
}

.case-study-item .entry-content .cat-label {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 2px 10px;
	border-radius: 3px;
	background: #eee;
	display: table-caption;
	clear: both;
	margin-bottom: 2px;
}

.case-study-item .entry-content h3 {
	font-size: 26px;
	color: #fff;
	margin: 10px 0;
}

.case-study-item .entry-content .content {
	display: none;
}

.case-study-item .entry-content .content p {
	margin: 0;
}

.case-study-item .entry-content .read-more {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #FFFFFF!important;
	font-weight: 600;
	display: block;
	margin-top: 15px;
}

.case-study-item .entry-content .cat-label.human-health {
	background: #E0684B;
}

.case-study-item .entry-content .cat-label.animal-health {
	background: #9760C2;
}

.case-study-item .entry-content .cat-label.agricultural-biotechnology {
	background: #FFA100;
}

.case-study-item .entry-content .cat-label.environmental-biotechnology {
	background: #00C78B;
}

.case-study-item .entry-content .cat-label.marine-biotechnology {
	background: #0098DB;
}

.case-study-item .entry-content .cat-label.industrial-biotechnology {
	background: #8A8D8F;
}

.case-study-cta {
	margin-top: 50px;
}

.case-study-parties {
	margin-top: 50px;
	border-top: 1px solid #e3e3e3;
	padding-top: 30px;
}

.case-study-parties .party {
	margin-bottom: 30px;
}

.case-study-parties .party-image img {
	border-radius: 100%;
	width: 80px;
}

.case-study-parties .party-name {
	font-size: 18px;
}

.case-study-parties .party-name .party-position {
	font-size: 14px;
	color: #DE741F;
	margin-left: 10px;
}

.case-study-parties .party-organisation {
	color: #777;
}

@media (min-width: 768px) {
	.post-type-archive-case_study .grid-sizer,
	.post-type-archive-case_study .grid-item,
	.tax-case_study_category .grid-sizer,
	.tax-case_study_category .grid-item {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.case-study-item .entry-content {
		position: absolute;
		z-index: 3;
		bottom: -156px;
	}
	.case-study-item .entry-content .content {
		display: block;
	}
	.case-study-item .entry-content .cat-label {
		display: inline-block;
	}
	.page-heading-case-cats {
		text-align: right;
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.post-type-archive-case_study .grid-sizer,
	.post-type-archive-case_study .grid-item,
	.tax-case_study_category .grid-sizer,
	.tax-case_study_category .grid-item {
		width: 33.3333%;
	}
	.case-study-item .entry-content {
		bottom: -145px;
	}
	.case-study-item .entry-content h3 {
		font-size: 22px;
	}
	.case-study-item .entry-content .content {
		font-size: 14px;
	}
}

@media (min-width: 1500px) {
	.case-study-item .entry-content {
		bottom: -156px;
	}
	.case-study-item .entry-content h3 {
		font-size: 26px;
	}
	.case-study-item .entry-content .content {
		font-size: 16px;
	}
}

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
.contact .acf-map {
	width: 100%;
	height: 470px;
	margin: 0;
}

.contact .acf-map img {
   	max-width: inherit !important;
}

.contact .social-links {
	margin-top: 30px;
}

.contact .social-links a {
	width: 40px;
	height: 40px;
	background: #000;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	display: inline-block;
	margin-right: 15px;
}

.contact .social-links a:hover {
	background: #DE741F;
}

.contact .contact-form {
	margin: 40px 0;
}

.contact .contact-form .wpcf7-form-control-wrap {
	margin-bottom: 15px;
	display: block;
}


/*--------------------------------------------------------------
## Search Results
--------------------------------------------------------------*/
.search-results .page-content article {
	border-bottom: 1px solid #ededed;
	padding: 40px 0;
}

.search-results .page-content article .entry-title {
	margin-top: 0;
}


/*--------------------------------------------------------------
## Catalyst
--------------------------------------------------------------*/
.catalyst:not(.catalyst-sub-page) {
	color: #fff;
}

.catalyst #section-1 .container {
	min-height: 100vh;
	position: relative;
	padding: 30px 15px 80px 15px;
}

.catalyst #section-1 .logo-bottom img {
	max-width: 250px;
	width: 100%;
	position: absolute;
	bottom: 80px;
}

.catalyst #section-2 {
	padding: 80px 15px;
}

.catalyst .social-icons {
	float: right;
	float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.catalyst .social-icons a {
	color: #fff;
	font-size: 24px;
	margin-left: 17px;
}

.catalyst .social-icons a img {
	display: inline-block;
	width: 22px;
}

.catalyst .social-icons a:hover {
	color: #FDC82F;
}

.catalyst .content {
	font-size: 28px;
	margin-top: 80px;
	margin-bottom: 50px;
	max-width: 100%;
}

.catalyst .button {
	background: #fff;
	color: #000;
	text-transform: none;
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
	height: 60px;
    line-height: 60px;
	position: relative;
}

.catalyst .button:hover {
	background: #FDC82F;
	color: #000;
}

.catalyst #section-1 .button {
	margin-bottom: 70px;
}

.catalyst #section-2 {
	background: #fff;
	color: #000;
}

.catalyst #section-2 p {
	font-size: 20px;
}

.catalyst #section-4{
	background: #394958;
	padding: 0;
}

.catalyst #section-4 .col-12 {
	padding: 0;
}

.catalyst #section-4 .bg-alt {
	background: #223344;
}

.catalyst #section-4 h2{
	color: #fff;
}

.catalyst #section-4 .text-holder-left {
	padding: 30px;
}

.catalyst #section-4 .text-holder-right {
	padding: 30px;
}

.catalyst #section-5 {
	background: #000;
	padding: 80px 0 80px 0;
}

.catalyst .form {
	max-width: 1000px;
	margin: 0 auto;
}

.catalyst .form .lead {
	max-width: 750px;
	color: #fff;
	text-align: center;
	margin: 0 auto 50px auto;
}

.catalyst .catalyst-form {

}

.catalyst .catalyst-form .radio-group {
	margin: 20px 0;
}

.catalyst .catalyst-form h4 {
	color: #fff;
}

.catalyst .catalyst-form .button {
	padding-right: 35px;
}

.catalyst #section-14 {
	background: #000;
	padding: 60px 0 30px;
}

.catalyst #section-5-2,
.catalyst #section-5-3 {
	background: #B6B6B6;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0 100px 0;
}

.catalyst #section-5-2 #process-tabs {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.catalyst #section-5-2 #process-tabs li {
	text-align: center;
}

.catalyst #section-5-2 #process-tabs li a {
	color: var(--white);
	text-decoration: none;
	overflow: hidden;
}

.catalyst #section-5-2 #process-tabs li a .process-number,
.catalyst #section-5-3 .title {
	border-radius: 100%;
	background: #48494A;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	position: relative;
	z-index: 3;
}

.catalyst #section-5-2 #process-tabs li a::before {
	content:'';
	position: absolute;
	height: 10px;
	background: #3ECFD5;
	width: 50px;
	top: 50%;
	left: -30px;
	transform: translate(0,-50%);
	pointer-events: none;
}

.catalyst #section-5-2 #process-tabs li a::after {
	content:'';
	position: absolute;
	height: 10px;
	background: #3ECFD5;
	width: 50px;
	top: 50%;
	right: 30px;
	transform: translate(0,-50%);
	pointer-events: none;
}

.catalyst #section-5-2 #process-tabs li a.first::before,
.catalyst #section-5-2 #process-tabs li a.last::after{
	content: none;
}

.catalyst #section-5-2#process-tabs li .process-number:hover {
    -webkit-animation: bounce .3s linear;
    animation: bounce .3s linear;
}

.catalyst #section-5-2 #process-tabs li.active a .process-number {
	background: #3ECFD5;
	color: #fff;
}

.catalyst #section-5-2 #process-tabs-content {
	margin-top: 60px;
	text-align: center;
	font-size: 20px;
	max-width: 1000px;
	width: 100%;
	margin: 60px auto 0 auto;
}

.catalyst #section-5-3 .col-12 {
	margin-bottom: 40px;
}

.catalyst #section-5-3 .col-12:last-of-type {
	margin-bottom: 0;
}

.catalyst #section-6,
.catalyst #section-7,
.catalyst #section-8 {
	background: #fff;
}

.catalyst #section-6,
.catalyst #section-7,
.catalyst #section-9,
.catalyst #section-10 {
	padding-bottom: 0;
}

.catalyst-sub-page #section-1 {
	min-height: 100vh;
	position: fixed;
	width: 100%;
}

.catalyst-sub-page #section-1 .logo-bottom img {
	position: relative;
	bottom: 0;
	margin-top: 50px;
}

.catalyst-sub-page .page-holder {
	position: relative;
	margin-top: 300px;
	z-index: 999;
}

.catalyst-sub-page .footer {
	background: #000;
	position: relative;
	padding-top: 0!important;
}

.catalyst-sub-page .footer .footer-bottom {
	border: 0;
}

.catalyst-company-logo,
.catalyst-investor-logo {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-right: 35px;
    padding-left: 35px;
    max-width: 50%;
    flex: 0 0 50%;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
    min-height: 100px;
}

.catalyst-company-logo img,
.catalyst-investor-logo img {
	max-width: 400px;
	width: 100%;
	display: block;
	height: auto;
}

.catalyst-investor-logo {
	max-width: 60%;
	flex: 0 0 60%;
}

.advisory-group {
	margin-top: 50px;
}

.catalyst-profile {
	text-align: center;
	color: #000;
	position: relative;
	margin-bottom: 40px;
}

.catalyst-profile .profile-bio-overlay {
	position: absolute;
	top: 0;
	/*min-height: 100%;*/
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 25px 20px;
	font-size: 14px;
	text-align: left;
	color: #888;
	display: none;
	overflow-y: scroll;
	border: 2px solid rgba(0,0,0,0.2);
}

.catalyst-profile .profile-bio-overlay .close-profile-bio {
	position: absolute;
    top: 10px;
    right: 10px;
    background: #000;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
	border-radius: 100%;
}

.catalyst-profile .avatar {
	margin: 0 auto 30px;
	border-radius: 100%;
	max-width: 180px;
}

.catalyst-profile h4 {
	font-size: 18px;
	margin: 0;
}

.catalyst-profile .profile-links {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.catalyst-profile .profile-links a {
	margin: 0 5px;
}

.catalyst-profile .profile-links a:hover {
	color: #000;
}

.catalyst-profile .profile-links i {
	font-size: 20px;
}

.catalyst-profile .profile-links img {	
	height: 26px;
}

.catalyst-mentor-carousel,
.catalyst-advisory-carousel {
	position: relative;
	margin-bottom: 50px;
}

.catalyst-mentor-carousel .owl-nav,
.catalyst-advisory-carousel .owl-nav {
	position: relative;
    width: 100%;
	margin: 0!important;
}

.catalyst-mentor-carousel .owl-nav .owl-prev,
.catalyst-mentor-carousel .owl-nav .owl-next,
.catalyst-advisory-carousel .owl-nav .owl-prev,
.catalyst-advisory-carousel .owl-nav .owl-next {
	position: relative;
	color: #000!important;
	width: 20px;
	height: 30px;
	text-align: center;
	line-height: 26px!important;
	font-size: 30px!important;
}

.catalyst-mentor-carousel .owl-nav .owl-next,
.catalyst-advisory-carousel .owl-nav .owl-next {
	
}

@media (min-width: 768px) {
	.catalyst .content {
		font-size: 36px;
		margin-top: 160px;
		margin-bottom: 90px;
		max-width: 500px;
	}
	.catalyst #section-1 .container {
		padding: 80px 15px;
	}
	.catalyst .social-icons {
		float: right;
	    width: auto;
	    text-align: left;
	    margin-bottom: 0;
	}
	.catalyst .logo-bottom img {
		margin-top: 100px;
	}
	.catalyst #section-4 .text-holder-left {
		padding: 80px 80px 80px 33%;
	}
	.catalyst #section-4 .text-holder-right {
		padding: 80px 33% 80px 80px;
	}
	.catalyst-company-logo,
	.catalyst-investor-logo {
		padding-right: 35px;
		padding-left: 35px;
		margin-bottom: 30px;
		min-height: 50px;
		max-width: 33.3333%;
		flex: 0 0 33.33333%;
	}
	.catalyst-investor-logo {
		max-width: 50%;
		flex: 0 0 50%;
	}
	.catalyst-mentor-carousel .owl-nav,
	.catalyst-advisory-carousel .owl-nav {
		position: absolute;
		top: 43%;
		width: 100%;
		transform: translateY(-50%);
		margin: 0!important;
	}

	.catalyst-mentor-carousel .owl-nav .owl-prev,
	.catalyst-mentor-carousel .owl-nav .owl-next,
	.catalyst-advisory-carousel .owl-nav .owl-prev,
	.catalyst-advisory-carousel .owl-nav .owl-next {
		position: absolute;
		left: -50px;
	}

	.catalyst-mentor-carousel .owl-nav .owl-next,
	.catalyst-advisory-carousel .owl-nav .owl-next {
		right: -50px;
		left: auto;
	}
}

@media (min-width: 992px) {
	.catalyst #section-1 .container,
	.catalyst #section-2 {
		padding: 80px 15px;
	}
	.catalyst #section-5-2 {
		display: block;
	}
	.catalyst #section-5-2 #process-tabs li a .process-number,
	.catalyst #section-5-3 .title {
		border-radius: 100%;
		background: #48494A;
		width: 150px;
		height: 150px;
		line-height: 150px;
		text-align: center;
		font-size: 24px;
		font-weight: 600;
		color: #fff;
		position: relative;
		z-index: 3;
	}
	.catalyst #section-5-2,
	.catalyst #section-5-3 {
		background: #B6B6B6 url('img/catalyst-points-background.jpg') no-repeat center center;
	}
	.catalyst-company-logo,
	.catalyst-investor-logo {
		padding-right: 45px;
		padding-left: 45px;
		margin-bottom: 30px;
		min-height: 60px;
		max-width: 25%;
		flex: 0 0 25%;
	}
	.catalyst-investor-logo {
		max-width: 30%;
		flex: 0 0 30%;
	}
}

@media (min-width: 1200px) {
	.catalyst-company-logo,
	.catalyst-investor-logo {
		padding-right: 55px;
		padding-left: 55px;
		max-width: 20%;
		flex: 0 0 20%;
		margin-bottom: 50px;
		min-height: 100px;
	}
	.catalyst-investor-logo {
		max-width: 35%;
		flex: 0 0 35%;
	}
}


/*--------------------------------------------------------------
## IBC
--------------------------------------------------------------*/
.ibc .page-holder {
	padding: 50px 0 0;
}

.ibc .content-wrapper {
	padding: 0 35px;
	margin-bottom: 100px;
}

.ibc #section-02 {
	background-size: cover!important;
	margin-bottom: 60px;
}

.ibc #section-02 .overlay {
	background-image: linear-gradient(135deg, rgba(0,0,0,0.67) 0%, rgba(0,0,0,0.00) 100%);
	padding: 0 35px;
}

.ibc #section-02 .features-heading {
	background: #0098db;
	color: #fff;
	padding: 30px;
	position: relative;
	margin-top: -50px;
	z-index: 1;
}

.ibc #section-02 .feature {
	max-width: 100%;
	min-height: auto;
	color: #fff;
	position: relative;
	padding: 20px;
	font-size: 18px;
	margin-top: 30px;
	border-radius: 5px;
}

.ibc #section-02 .feature-01 {
	background: rgba(151,96,194,0.85);
	margin-left: 0%;
	z-index: 2;
	margin-top: 30px;
}

.ibc #section-02 .feature-02 {
	background: rgba(224,104,75,0.85);
	margin-left: 0%;
	z-index: 3;
}

.ibc #section-02 .feature-03 {
	background: rgba(255,161,0,0.85);
	margin-left: 0%;
	z-index: 4;
}

.ibc #section-02 .feature-04 {
	background: rgba(0,199,139,0.85);
	margin-left: 0%;
	margin-bottom: 30px;
	z-index: 5;
}

.ibc #section-02 .features-heading h2 {
	color: #fff;
}

.ibc .why-heading {
	text-align: center;
	margin-bottom: 70px;
}

.ibc #section-03 {
	background: #9760c2;
	padding: 0 35px 0;
	color: #fff;
	text-align: center;
}

.ibc #section-03 .why-item {
	margin-bottom: 70px;
}

.ibc #section-03 .why-item img {
	margin: -40px auto 0;
	width: 70px
}

.ibc #section-03 .why-item h5 {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-style: italic;
	color: #fff;
	font-weight: 300;
	max-width: 250px;
	margin: 20px auto;
}

.ibc .team-heading {
	background: #9760c2;
	color: #fff;
	margin: 60px 0 30px 0;
	padding: 5px 25px;
	display: inline-block;
}

.ibc .team-profiles {
	padding: 0 35px;
}

.ibc .profile {
	position: relative;
}

.ibc .profile img {
	border-radius: 100%;
	border: 4px solid #fff;
	position: relative;
	left: -15px;
}

.ibc .profile .content-wrapper {
	background: #353735;
	color: #fff;
	border: 4px solid #fff;
	padding: 30px 15px 15px;
	border-radius: 10px;
	margin: -26px 0 0!important;
}

.ibc .profile .content-wrapper h5 {
	color: #fff;
	margin: 0;
}

.ibc .profile .content-wrapper .name {
	font-size: 15px;
	line-height: 18px;
}

.ibc .profile .content-wrapper .position {
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	font-style: italic;
}

.ibc .profile.profile-2,
.ibc .profile.profile-4,
.ibc .profile.profile-6 {
	margin-top: 0;
	margin-bottom: 30px;
}

.page-id-7867 .enquire,
.page-id-7867 .enquire:visited {
	background: #9760c2;
    margin: 70px auto 0;
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding: 0 45px;
    border-radius: 8px;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
}

.page-id-7867 .enquire:hover,
.page-id-7867 .enquire:focus {
	background: #8354a8;
	color: #fff;
}

.page-id-7867 .page-heading .enquire {
	top: 0;
	margin-top: 30px;
}

.ibc .enquire {
	top: 28px;
}

@media (min-width: 992px) {
	.ibc #section-02 .feature {
		max-width: 550px;
		min-height: 180px;
		padding: 30px;
		font-size: 20px;
		margin-top: -30px;
	}
	.ibc #section-02 .overlay {
		padding: 0 50px;
	}
	.ibc #section-02 .features-heading {
		padding: 30px 30px 50px;
	}
	.ibc #section-02 .feature-01 {
		margin-left: 3%;
	}
	
	.ibc #section-02 .feature-02 {
		margin-left: 10%;
	}
	
	.ibc #section-02 .feature-03 {
		margin-left: 20%;
	}
	
	.ibc #section-02 .feature-04 {
		margin-left: 30%;
		margin-bottom: -30px;
	}
	.ibc #section-03 .why-item {
		margin-bottom: 0;
	}
	.ibc #section-03 .why-item img {
		width: 100px
	}
	.ibc #section-03 .why-item h5 {
		margin-bottom: 0;
	}
	.ibc #section-03 {
		padding: 0 35px 35px;
	}
	.ibc .profile.profile-2,
	.ibc .profile.profile-4,
	.ibc .profile.profile-6 {
		margin-top: 50px;
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	
}

/*--------------------------------------------------------------
## Member Profile
--------------------------------------------------------------*/
.bp-wrap {}

.field-name {
	float: none!important;
}

.buddypress-wrap .bp-tables-user thead tr {
	border-bottom: 0!important;
}

.bp-wrap .bp-profile-col-1 {
	float: left;
	width: 100%;
	padding: 0;
}

.bp-wrap .bp-profile-col-2 {
	float: left;
	width: 100%;
}

.buddypress-wrap .bp-feedback {
	box-shadow: none;
	line-height: 30px;
	border: 1px solid #eee;
}

.buddypress .buddypress-wrap button:not(#dir-members-search-submit) {
	padding: 0 35px;
	line-height: 49px;
}

.buddypress .buddypress-wrap button.wp-switch-editor {
	line-height: 19px!important;
	padding: 5px 8px!important;
}

.mce-toolbar .mce-btn button, .qt-dfw {
    padding: 2px 3px!important;
    line-height: normal!important;
}

#avatar-crop-actions {
	margin-top: 30px;
}

#bp-avatar-camera {
	display: none;
}

.bp-wrap .bp-profile-col-1 .bp-feedback {
	display: none;
}

.single-headers #item-header-avatar a img {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 0 auto;
	display: block;
	clear: both;
	float: none;
}

.single-headers .item-meta {
	text-align: center;
}

.bp-wrap .bp-profile-col-2 .bp-feedback {
	margin: 0 0 40px 0;
}

.bp-wrap .bp-profile-col-1 .single-headers #item-header-content {
	padding: 0;
}

.buddypress-wrap .single-screen-navs {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.bp-single-vert-nav .bp-navs.vertical ul {
	width: 100%;
	border: 0;
}

.bp-single-vert-nav .bp-navs.vertical li a {
	color: #888888;
	padding: 8px 15px 8px 45px;
	position: relative;
}

.bp-single-vert-nav .bp-navs.vertical a#user-xprofile::before,
.bp-single-vert-nav .bp-navs.vertical a#user-settings::before,
.bp-single-vert-nav .bp-navs.vertical a#user-events::before,
.bp-single-vert-nav .bp-navs.vertical a#user-logout::before {
	content: '\f007';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 45%;
	left: 15px;
	transform: translate(0, -50%);
	color: #000;
}

.bp-single-vert-nav .bp-navs.vertical a#user-settings::before {
	content: '\f013';
}

.bp-single-vert-nav .bp-navs.vertical a#user-events::before {
	content: '\f3ff';
}

.bp-single-vert-nav .bp-navs.vertical a#user-logout::before {
	content: '\f023';
}

.bp-single-vert-nav .bp-navs.vertical li.selected a,
.buddypress-wrap .bp-navs li:not(.current) a:hover,
.bp-single-vert-nav .bp-navs.vertical li:hover {
	background: rgba(216,216,216,0.30)!important;
	font-weight: 400;
}

.bp-single-vert-nav .item-body:not(#group-create-body) {
	width: 100%;
    border-left: 0;
    float: none;
    margin: 0;
    min-height: 400px;
    padding: 0;
}

.buddypress-wrap .item-body .view-profile-screen {
	display: none;
}

.buddypress-wrap .profile.public .profile-group-title,
.buddypress-wrap .item-body h2,
.buddypress-wrap .item-body h3 {
	font-size: 16px!important;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 0;
}

.buddypress-wrap .profile.public .bp-widget {
	margin: 0 0 70px 0;
}

.buddypress-wrap .bp-tables-user tbody tr, 
.buddypress-wrap table.forum tbody tr, 
.buddypress-wrap table.wp-profile-fields tbody tr {
	background: #fff;
}

.buddypress-wrap .bp-tables-user tr.alt td, 
.buddypress-wrap table.wp-profile-fields tr.alt td {
	background: #fff;
}

.buddypress-wrap .bp-tables-user tr td {
	padding: 15px 0!important;
	border-bottom-color: rgba(216,216,216,0.30);
}

.buddypress-wrap .bp-tables-user tr td.label, 
.buddypress-wrap table.forum tr td.label, 
.buddypress-wrap table.wp-profile-fields tr td.label {
	border-right: 0;
	color: #888;
	font-weight: 400;
}

/*.field_lsq-sub-sector .data a {
	display: block;
	width: 100%;
}*/

.buddypress-wrap .tabbed-links ol li, 
.buddypress-wrap .tabbed-links ul li {
	margin: 0;
}

.buddypress-wrap .tabbed-links ol li a, 
.buddypress-wrap .tabbed-links ol li span:not(.count), 
.buddypress-wrap .tabbed-links ul li a, 
.buddypress-wrap .tabbed-links ul li span:not(.count) {
	padding: 8px 15px;
}

.buddypress-wrap .profile.edit .button-nav {
	margin-bottom: 40px;
}

.buddypress-wrap .profile.edit .button-nav li a {
	text-transform: uppercase;
	background: rgba(216,216,216,0.3);
	border-radius: 25px;
	font-size: 14px;
	font-family: 'Montserrat';
	display: inline-block;
	padding: 5px 10px;
	letter-spacing: 1px;
}

.buddypress-wrap .profile.edit .button-nav li a:hover {
	background: rgba(216,216,216,0.6);
	color: #000;
}

.buddypress .buddypress-wrap .button-nav li.current a {
	background: #000;
	color: #fff;
}

.buddypress-wrap .tabbed-links ul li:not(.current) {
    margin-bottom: 0px;
    top: 2px;
    position: relative;
}

.buddypress .buddypress-wrap input[type=button], 
.buddypress .buddypress-wrap input[type=reset], 
.buddypress .buddypress-wrap input[type=submit],
.buddypress .buddypress-wrap button[type="submit"] {
	background: #252525;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 50px;
	line-height: 50px;
	padding: 0 35px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border: 0;
}

.buddypress .buddypress-wrap input[type=button]:hover, 
.buddypress .buddypress-wrap input[type=reset]:hover, 
.buddypress .buddypress-wrap input[type=submit]:hover,
.buddypress .buddypress-wrap button[type="submit"]:hover {
	background: #000;
	color: #fff;
}

.wp-core-ui .quicktags-toolbar input.button.button-small {
	line-height: 28px;
}

.wp-switch-editor:hover,
.wp-switch-editor:active,
.wp-switch-editor:focus {
	border-bottom: 1px solid #f5f5f5!important;
}

.profile.edit .editfield .field-visibility-settings-toggle .visibility-toggle-link,
.buddypress-wrap .standard-form .field-visibility-settings .field-visibility-settings-close {
	height: auto!important;
    line-height: 16px!important;
    padding: 0;
    margin: 0;
    background: #d8d8d8;
    color: #000;
    display: inline-block;
    padding: 6px 10px!important;
    border-radius: 25px;
    border: 0;
    font-size: 14px;
}

.profile.edit .editfield .field-visibility-settings-toggle .visibility-toggle-link:hover,
.buddypress-wrap .standard-form .field-visibility-settings .field-visibility-settings-close:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.profile.edit .editfield .field-visibility-settings-toggle .visibility-toggle-link {
	margin: 0 0 0 5px;
}

.buddypress-wrap .standard-form .field-visibility-settings .field-visibility-settings-close {
	margin: 10px 0 0 0;
}

.buddypress-wrap .current-visibility-level {
	margin: 0 0 0 5px;
}

.buddypress-wrap .profile.edit .field-visibility-settings fieldset {
	padding: 0;
	margin: 15px 0 0 0;
}

.buddypress-wrap .bp-feedback .bp-help-text {
	padding: 10px;
}

.buddypress-wrap:not(.bp-single-vert-nav) .main-navs > ul > li > a {
	padding: 12px 25px;
}

.buddypress-wrap:not(.bp-single-vert-nav) .main-navs > ul > li > a:hover {
	background: #000!important;
}

.buddypress-wrap .bp-navs li:not(.current) a:hover {
	background: #000;
}

.buddypress-wrap .bp-navs li.selected a {
	background: #252525;
}

#buddypress #members-dir-list {
	margin: 30px 0 0 0;
}

.buddypress #settings-form td {
	font-size: 16px;
	padding: 15px!important;
}

.buddypress #settings-form .bp-feedback {
	margin: 20px 0 10px;
}

.buddypress-wrap .item-body #rcp-payment-history {
	margin-bottom: 50px;
}

.buddypress-wrap select:not(.bp-xprofile-visibility) {
	height: 50px;
}

.buddypress-wrap .bp-subnavs {
	margin-bottom: 60px;
}

.visibility-toggle-link {
	padding: 0 10px!important;
	height: 30px!important;
	line-height: 30px!important;
}

.page-id-1544 .tc-container .tickera h2 {
	margin-top: 60px;
}

@media screen and (max-width: 46.8em) {
	.buddypress-wrap ul.subnav {
		border: 1px solid #eee;
	}
}

@media screen and (max-width: 768px) {
	#rcp-account-overview,
	#rcp-account-overview thead,
	#rcp-account-overview tbody,
	#rcp-account-overview th,
	#rcp-account-overview td,
	#rcp-account-overview tr,
	#rcp-payment-history,
	#rcp-payment-history thead,
	#rcp-payment-history tbody,
	#rcp-payment-history th,
	#rcp-payment-history td,
	#rcp-payment-history tr,
	.tc-order-history .tickera_table,
	.tc-order-history .tickera_table thead,
	.tc-order-history .tickera_table tbody,
	.tc-order-history .tickera_table td,
	.tc-order-history .tickera_table tr,
	.tickera .order-details,
	.tickera .order-details thead,
	.tickera .order-details tbody,
	.tickera .order-details th,
	.tickera .order-details td,
	.tickera .order-details tr {
		display: block;
	}

	.tc-order-history .tickera_table th,
	.tickera .order-details th {
		display: none;
	}


	#rcp-account-overview,
	#rcp-payment-history,
	.tc-order-history .tickera_table,
	.tickera .order-details {
		border-top: 1px solid #000;
	}

	#rcp-account-overview thead tr,
	#rcp-payment-history thead tr,
	.tc-order-history .tickera_table thead tr,
	.tickera .order-details thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#rcp-account-overview td,
	#rcp-payment-history td,
	.tc-order-history .tickera_table td,
	.tickera .order-details td {
		border: none;
		border-bottom: 0; 
		position: relative;
		padding-left: 45%; 
	}

	#rcp-payment-history tr td:last-child,
	.tc-order-history .tickera_table tr td:last-child,
	.tickera .order-details tr td:last-child {	
		border-bottom: 1px solid #000!important;
		margin-bottom: 10px;
	}

	#rcp-payment-history tr:first-child td:last-child {
		border-bottom: 0!important;
	}

	#rcp-account-overview td:before,
	#rcp-payment-history td:before,
	.tc-order-history .tickera_table td:before,
	.tickera .order-details td:before { 
		position: absolute;
		top: 9px;
		left: 5px;
		width: 40%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight: 600;
	}

	#rcp-account-overview td:nth-of-type(1):before { content: "Membership"; }
	#rcp-account-overview td:nth-of-type(2):before { content: "Status"; }
	#rcp-account-overview td:nth-of-type(3):before { content: "Expiry/Renewal"; }
	#rcp-account-overview td:nth-of-type(4):before { content: "Actions"; }

	#rcp-payment-history td:nth-of-type(1):before { content: "Invoice #"; }
	#rcp-payment-history td:nth-of-type(2):before { content: "Membership"; }
	#rcp-payment-history td:nth-of-type(3):before { content: "Amount"; }
	#rcp-payment-history td:nth-of-type(4):before { content: "Payment Status"; }
	#rcp-payment-history td:nth-of-type(5):before { content: "Date"; }
	#rcp-payment-history td:nth-of-type(6):before { content: "Actions"; }

	.tc-order-history .tickera_table td:nth-of-type(1):before { content: "Status"; }
	.tc-order-history .tickera_table td:nth-of-type(2):before { content: "Date"; }
	.tc-order-history .tickera_table td:nth-of-type(3):before { content: "Total"; }
	.tc-order-history .tickera_table td:nth-of-type(4):before { content: "Details"; }

	.tickera .order-details td:nth-of-type(1):before { content: "Event Name"; }
	.tickera .order-details td:nth-of-type(2):before { content: "Ticket Type"; }
	.tickera .order-details td:nth-of-type(3):before { content: "First Name"; }
	.tickera .order-details td:nth-of-type(4):before { content: "Last Name"; }
	.tickera .order-details td:nth-of-type(5):before { content: "Ticket"; }
}


@media ( min-width:748px ) {
	.buddypress-wrap .bp-subnavs {
		margin-bottom: 0px;
	}
}

@media ( min-width: 992px ) {
	.bp-wrap .bp-profile-col-1 {
		float: left;
		width: 220px;
		padding: 0 35px 0 0;
	}
	.bp-wrap .bp-profile-col-2 {
		float: left;
		width: calc(100% - 220px);
	}
	.bp-single-vert-nav .item-body:not(#group-create-body) {
		width: calc(100% + 1px);
		border-left: 1px solid rgba(216,216,216,0.30);
		padding: 0 0 0 35px;
	}
}


/*--------------------------------------------------------------
## Welcome Page
--------------------------------------------------------------*/
.welcome a .user-prompt {
	padding: 25px;
	background: #f7f7f7;
	text-align: center;
	margin-bottom: 30px;
	transition: all .5s ease;
}

.welcome a:hover .user-prompt {	
	transform: scale(1.05);
}

.welcome .user-prompt .image-holder {
	height: 170px;
	position: relative;
}

.welcome .user-prompt .image-holder img {
	height: 100%;
	margin: 0 auto;
}

.welcome .user-prompt h4 {
	font-size: 16px;
	margin-bottom: 0;
}


/*--------------------------------------------------------------
## Member List
--------------------------------------------------------------*/
#dir-filters {
	display: none;
}

.bps_filters {
	background: #f7f7f7;
	padding: 25px;
	position: relative;
	margin-top: 0;
}

.bps_filters a {
	background: rgb(37,37,37);
    display: inline-block;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    height: 28px;
    line-height: 30px;
    padding: 0px 11px 0px 31px;
    margin-top: 10px;
    position: relative;
    letter-spacing: 1px;
}

.bps_filters a::before {
	content: 'x';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #e74c3c;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    top: 50%;
    left: 4px;
    font-size: 10px;
    transform: translate(0,-50%);
}

.buddypress-wrap form.bp-dir-search-form button[type=submit] {
	background: rgb(37,37,37);
}

#buddypress .members-type-navs {
	display: none;
}

#buddypress .subnav-search {
	width: 100%;
}

#buddypress .subnav-search .dir-search {
	float: right;
}

.bp-navs ul li .count {
	display: none;
	min-width: 24px;
	border: 0;
}

.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links) {
	box-shadow: none;
}

.buddypress-wrap .select-wrap select {
	padding: 13px 25px 13px 10px;
}

#members-list {
	display: flex;
	flex-wrap: wrap;
}

#members-list > li {
	width: 100%;
	position: relative;
}

#members-list > li .list-wrap {
	background: #fff;
    border: 1px solid #efefef;
    padding: 25px 25px 65px 25px;
    margin-bottom: 30px;
    text-align: center;
    min-height: 330px;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: calc(100% - 30px );
}

#members-list > li .list-wrap .item-avatar {
	display: flex;
	max-height: 100%;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
}

#members-list > li .list-wrap .item {
	font-size: 14px;
}

#members-list > li .list-wrap .item-block {
	min-height: 0;
}

#members-list > li .list-wrap .item .list-title {
	font-size: 18px;
}

.buddypress-wrap .grid.bp-list>li .item-avatar img.avatar {
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 0;
}

#members-list > li .list-wrap .member-details {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #efefef;
}

#members-list > li .list-wrap .member-details a img {
    height: 24px;
    margin: 5px auto;
}

#members-list > li .list-wrap .member-details .row > .col:nth-child(2) {
    border-left: 1px solid #efefef;
}

#search-filters-btn,
#search-filters-btn:focus,
#search-filters-btn:active {
	height: 52px;
	line-height: 52px;
	display: inline-block;
	padding: 0 15px;
	background: #fff;
	border: 1px solid #eee;
	color: #000;
}

#search-filters-btn i {
	margin-right: 5px;
}

#search-filters-btn:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

.member-filters {
	width: 100%;
	max-width: 350px;
	position: fixed;
	top: 0;
	left: -370px;
	background: #fff;
	padding: 40px 30px;
	height: 100vh;
	display: inline-block;
	box-shadow: 5px 0px 10px 0 rgba(0,0,0,0.05);
	transition: left .5s ease;
	z-index: 999999;
	overflow: auto;
}

.member-filters.active {
	left: 0!important;
}

.member-filters h4 {
	margin-top: 0;
}

.member-filters .bps-label {
	font-size: 18px;
	display: block;
	margin-bottom: -10px;
}

.member-filters .bps-label span {
	font-size: 12px;
	color: rgba(0,0,0,0.5);
}

.member-filters button[type="submit"] {
	width: 100%;
}

.bp-pagination-links.top {
	margin-bottom: 5px;
}


@media (min-width: 768px) {
	#members-list > li {
		width: 50%;
	}
}

@media (min-width: 992px) {
	#members-list > li {
		width: 33.3333%;
	}
}

@media (min-width: 1170px) {
	#members-list > li {
		width: 25%;
	}
}

/*--------------------------------------------------------------
## Password Reset
--------------------------------------------------------------*/
.password-reset .password-reset-holder {
	max-width: 600px;
	width: 100%;
	margin: 0 auto 50px auto;
	text-align: center;
}

.password-reset .password-reset-holder h4 {
	text-align: center;
}

.password-reset .password-reset-holder label {
	text-align: left;
}

.password-reset .password-reset-holder #rcp_lostpassword_submit {
	width: 100%;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination {
	display: inline-block;
	width: 100%;
	text-align: right;
	margin: 60px 0 0 0;
}

.pagination li a,
.pagination li a:hover,
.pagination li.disabled {
    color: #000;
    text-decoration:none;
}

.pagination li {
    display: inline;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled,
.bp-pagination-links a,
.bp-pagination-links span.current {
    background-color: #fff;
	border: 2px solid #252525;
    cursor: pointer;
    padding: 6px 10px!important;
    color: #000;
}

.pagination li a:hover,
.pagination li.active a,
.bp-pagination-links a:hover,
.bp-pagination-links span.current {
	color: #fff;
	background: #252525;
}


/*--------------------------------------------------------------
## CONTACT FORM 7
--------------------------------------------------------------*/
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
	display: none;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('img/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

.catalyst div.wpcf7 .ajax-loader {
	background-image: url('img/ajax-loader-white.gif');
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}


/*--------------------------------------------------------------
## Owl Carousel
--------------------------------------------------------------*/
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px,0px,0px);
}

.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity:1
	}
	100% {
		opacity:0
	}
}

.owl-height {
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3,1.3);
	transform: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
	color :#FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: rgba(0,0,0,0.2);
	color: #FFF;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

/*--------------------------------------------------------------
## Easy Wizard
--------------------------------------------------------------*/
.easyWizardSteps {
	list-style: none;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px
}

.easyWizardSteps li {
	font-size: 18px;
	display: inline-block;
	padding: 10px;
	color: #B0B1B3;
	margin-right: 20px;
}

.easyWizardSteps li span {
	font-size: 24px;
}

.easyWizardSteps li.current {
	color: #000;
}

.easyWizardButtons {
	overflow: hidden;
	padding: 10px;
}

.easyWizardButtons button,
.easyWizardButtons .submit {
	cursor: pointer;
}

.easyWizardButtons .prev {
	float: left;
}
.easyWizardButtons .next,
.easyWizardButtons .submit {
	float: right;
}



/*--------------------------------------------------------------
## Restricted Content Pro
--------------------------------------------------------------*/
#rcp_registration_form {
padding:5px
}

.rcp_form fieldset {
border:none;
margin:0;
padding:0
}

.rcp_form label {
display:block;
cursor:pointer
}

.rcp_form .rcp_gateway_option_label {
display:inline-block;
margin-right:10px
}

.rcp_form input.required {
color:#000
}

.rcp_form p {
margin:0 0 10px;
min-height:20px
}

.rcp_form p br {
display:none
}

.rcp_form ul {
margin:0 0 15px;
padding:0
}

.rcp_form li {
list-style:none;
margin:0 0 15px
}

.rcp_form #rcp_auto_renew_wrap {
min-height:30px
}

.rcp_subscription_level label {
width:auto;
display:inline-block
}

.rcp_subscription_level .rcp_level {
float:left;
margin:5px 10px 0 0
}

.rcp_message {
margin:0 0 15px
}

.rcp_level_description {
border-left:1px solid #f0f0f0;
padding-left:8px;
font-size:12px
}

.rcp_discount_valid {
color:#42961e
}

.rcp_discount_invalid {
color:#b01000
}

.rcp_current_cards_fieldset span {
display:block
}

div#rcp_card_name_wrap,div#rcp_card_wrap {
margin-bottom:10px
}

.rcp-recurring-total td,.rcp-total td {
border-top:none
}

#order_summary .rcp-ppe-confirm-price {
text-align:right;
width:70px
}

#order_summary tfoot th {
text-align:right
}

#rcp-sandbox-gateway-test-cards {
background:#f4f4f4;
margin:0 0 1.5em;
padding:1em
}

.rcp_form input[type=email],.rcp_form input[type=password],.rcp_form input[type=text] {
padding:4px 8px;
margin:0
}

.rcp_form input[type=checkbox] {
float:left;
margin:7px 8px 0 0
}

.rcp_form input[type=email]:focus,.rcp_form input[type=password]:focus,.rcp_form input[type=text]:focus {
border-color:#aaa
}

.rcp_form input.error,.rcp_form input[type=email]:focus.error,.rcp_form input[type=password]:focus.error,.rcp_form input[type=text]:focus.error {
border-color:#ffa5a5;
-moz-box-shadow:0 0 3px #ffbfbf;
-webkit-box-shadow:0 0 3px #ffbfbf;
box-shadow:0 0 3px #ffbfbf
}

p.rcp_error {
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
border:1px solid #c00;
margin:0 0 10px;
padding:4px;
background:#ffebe8;
color:#333
}

p.rcp_error span,p.rcp_success span {
margin:0!important;
padding:10px
}

p.rcp_success {
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
border:1px solid #e6db55;
margin:0 0 10px;
padding:4px;
background:#ffffe0;
color:#333
}

.rcp-table,
.tickera_table,
.tickera .order-details {
	font-size: 14px;
}

.rcp-table .rcp-membership-auto-renew-notice {
	margin: 0;
	font-size: 14px;
}

@media (min-width: 992px) {
	.rcp-table,
	.tickera_table,
	.tickera .order-details {
		font-size: 16px;
	}
}

@media only screen and (max-width:480px) {
.rcp-table {
overflow:hidden;
width:100%;
}

#order_summary .rcp-ppe-confirm-price {
text-align:left;
width:auto
}
}

.StripeElement--focus {
border-color:#aaa
}

.StripeElement--invalid {
border-color:#b01000
}

.StripeElement--webkit-autofill {
background-color:#fefde5!important
}

#rcp-card-element-errors:not(:empty) {
margin-top:10px
}

.rcp-modal-wrapper {
display:none;
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
background:rgba(0,0,0,.6);
z-index:999;
padding:5% 0 0;
overflow-y:scroll;
transition:display .5s ease;
-webkit-transition:display .5s ease;
-moz-transition:display .5s ease
}

.rcp-register-form-modal-wrapper {
z-index:1999!important
}

.rcp-modal {
background:#f5f5f7;
box-shadow:0 12px 30px 0 rgba(0,0,0,.5),inset 0 1px 0 0 hsla(0,0%,100%,.65);
margin:0 auto;
border-radius:6px;
padding:0;
position:relative;
max-width:450px
}

.rcp-modal-inner {
padding:0 0 36px
}

.rcp-modal-header {
background:#e8e9eb;
border-top-left-radius:6px;
border-top-right-radius:6px;
padding:12px 36px;
position:relative;
text-align:center
}

.rcp-modal-close {
background:#b7b7b7;
border-radius:50%;
color:#fff;
cursor:pointer;
font-size:20px;
font-weight:700;
line-height:25px;
height:25px;
width:25px;
position:absolute;
top:6px;
right:6px;
text-align:center
}

.rcp-modal-membership-name {
font-weight:700
}

.rcp-modal-body {
margin:20px 36px 0
}

.rcp-modal-body input[type=text] {
display:block;
width:100%
}

.rcp-modal #rcp_card_wrap label {
display:none
}

.rcp-modal-submit {
display:block;
text-align:center;
width:100%
}


/*--------------------------------------------------------------
## Magnific Popup
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; 
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; 
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; 
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; 
}

.mfp-align-top .mfp-container:before {
  display: none; 
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; 
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; 
}

.mfp-ajax-cur {
  cursor: progress; 
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; 
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; 
}

.mfp-auto-cursor .mfp-content {
  cursor: auto; 
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; 
}

.mfp-loading.mfp-figure {
  display: none; 
}

.mfp-hide {
  display: none !important; 
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; 
}

.mfp-preloader a {
    color: #CCC; 
}
    
.mfp-preloader a:hover {
      color: #FFF; 
}

.mfp-s-ready .mfp-preloader {
  display: none; 
}

.mfp-s-error .mfp-content {
  display: none; 
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; 
}

button::-moz-focus-inner {
  padding: 0;
  border: 0; 
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; 
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; 
}

.mfp-close:active {
    top: 1px; 
}

.mfp-close-btn-in .mfp-close {
  color: #333; 
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; 
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; 
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; 
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; 
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; 
}

.mfp-arrow-left {
  left: 0; 
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; 
}
  
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; 
}

.mfp-arrow-right {
  right: 0; 
}
  
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; 
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; 
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; 
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; 
}

.mfp-iframe-holder .mfp-close {
    top: -40px; 
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; 
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; 
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; 
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; 
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; 
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; 
}
  
.mfp-figure figure {
    margin: 0; 
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; 
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; 
}

.mfp-image-holder .mfp-content {
  max-width: 100%; 
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; 
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  	/**
  	* Remove all paddings around the image on small screen
  	*/
  	.mfp-img-mobile .mfp-image-holder {
	    padding-left: 0;
	    padding-right: 0; 
	}
  	.mfp-img-mobile img.mfp-img {
    	padding: 0; 
    }
  	.mfp-img-mobile .mfp-figure:after {
    	top: 0;
    	bottom: 0; 
	}
  	.mfp-img-mobile .mfp-figure small {
    	display: inline;
    	margin-left: 5px; 
    }
  	.mfp-img-mobile .mfp-bottom-bar {
    	background: rgba(0, 0, 0, 0.6);
    	bottom: 0;
    	margin: 0;
    	top: auto;
    	padding: 3px 5px;
    	position: fixed;
    	box-sizing: border-box; 
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      	padding: 0; 
    }
  	.mfp-img-mobile .mfp-counter {
    	right: 5px;
    	top: 3px; 
    }
  	.mfp-img-mobile .mfp-close {
    	top: 0;
    	right: 0;
    	width: 35px;
    	height: 35px;
    	line-height: 35px;
    	background: rgba(0, 0, 0, 0.6);
    	position: fixed;
    	text-align: center;
    	padding: 0; 
    } 
}

@media all and (max-width: 900px) {
  	.mfp-arrow {
    	-webkit-transform: scale(0.75);
    	transform: scale(0.75); 
	}
 	.mfp-arrow-left {
    	-webkit-transform-origin: 0;
    	transform-origin: 0; 
    }
  	.mfp-arrow-right {
    	-webkit-transform-origin: 100%;
    	transform-origin: 100%; 
    }
  	.mfp-container {
    	padding-left: 6px;
    	padding-right: 6px; 
    } 
}