@charset "UTF-8";
/*!
Theme Name: SICB
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sicb
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.

SICB is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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 {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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 {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 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: left;
	font-size: .9em;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* SICB Theme
--------------------------------------------- */
/* Grid
--------------------------------------------- */
.container {
	max-width: 100%;
	padding-right: 24px;
	padding-left: 24px;
	position: relative;
	width: 100%;
}

@media (min-width: 48rem) {
	.container {
		max-width: 45rem;
		margin: 0 auto;
	}
}

@media (min-width: 62rem) {
	.container {
		max-width: 60rem;
		margin: 0 auto;
	}
}

@media (min-width: 75rem) {
	.container {
		max-width: 71rem;
		margin: 0 auto;
	}
}

.row {
	min-width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

@media screen and (max-width: 1010px) {
	.row {
		margin-left: 0;
		margin-right: 0;
	}
}

.row .row {
	margin: 0;
}

.col-flex {
	display: flex;
}

.col-0 {
	display: none;
}

.col-1 {
	width: calc((100% / 12) * 1 - 30px);
	margin: 0 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 45rem) {
	.col-1 {
		width: 100%;
		margin: 0;
	}
}

.col-2 {
	width: calc((100% / 12) * 2 - 30px);
	margin: 0 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 45rem) {
	.col-2 {
		width: 100%;
		margin: 0;
	}
}

.col-3 {
	width: calc((100% / 12) * 3 - 30px);
	margin: 0 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 45rem) {
	.col-3 {
		width: 100%;
		margin: 0;
	}
}

.col-4 {
	width: calc((100% / 12) * 4 - 30px);
	margin: 0 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 45rem) {
	.col-4 {
		width: 100%;
		margin: 0;
	}
}

.col-5 {
	width: calc((100% / 12) * 5 - 30px);
	margin: 0 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 45rem) {
	.col-5 {
		width: 100%;
		margin: 0;
	}
}

.col-6 {
	width: calc((100% / 12) * 6 - 30px);
	margin: 0 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 45rem) {
	.col-6 {
		width: 100%;
		margin: 0;
	}
}

.col-7 {
	width: calc((100% / 12) * 7 - 30px);
	margin: 0 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 45rem) {
	.col-7 {
		width: 100%;
		margin: 0;
	}
}

.col-8 {
	width: calc((100% / 12) * 8 - 30px);
	margin: 0 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 45rem) {
	.col-8 {
		width: 100%;
		margin: 0;
	}
}

.col-9 {
	width: calc((100% / 12) * 9 - 30px);
	margin: 0 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 45rem) {
	.col-9 {
		width: 100%;
		margin: 0;
	}
}

.col-10 {
	width: calc((100% / 12) * 10 - 30px);
	margin: 0 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 45rem) {
	.col-10 {
		width: 100%;
		margin: 0;
	}
}

.col-11 {
	width: calc((100% / 12) * 11 - 30px);
	margin: 0 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 45rem) {
	.col-11 {
		width: 100%;
		margin: 0;
	}
}

.col-12 {
	width: calc((100% / 12) * 12 - 30px);
	margin: 0 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 45rem) {
	.col-12 {
		width: 100%;
		margin: 0;
	}
}

/* Header
--------------------------------------------- */
#masthead {
	background: #1F2123;
	padding: 8px 0 12px;
	position: relative;
	z-index: 9999;
}

#masthead .header-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#masthead .header-right .nav-top {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 14px;
	z-index: 200;
}

@media screen and (max-width: 1010px) {
	#masthead .header-right .nav-top {
		display: none;
	}
}

#masthead .header-right .nav-top > * {
	margin: 0 8px;
}

#masthead .header-right .nav-top .search {
	position: relative;
	width: 30px;
	height: 30px;
}

#masthead .header-right .nav-top .search:hover:before {
	content: "";
	position: absolute;
	top: 0;
	left: -370px;
	right: 0;
	bottom: -34px;
}

#masthead .header-right .nav-top .search:hover input {
	width: 400px;
	border-color: #fff;
}

#masthead .header-right .nav-top .search:hover input + i + .archive {
	opacity: 1;
	top: 36px;
	width: 400px;
	pointer-events: all;
}

#masthead .header-right .nav-top .search input {
	background: #1F2123;
	color: #fff;
	border-radius: 0;
	padding: 2px 1.5em 2px 4px;
	width: 30px;
	border: none;
	transition: all 0.4s;
	position: absolute;
	right: 0;
	border: 1px solid transparent;
	z-index: 20;
}

#masthead .header-right .nav-top .search input::placeholder {
	color: #fff;
	opacity: 1;
}

#masthead .header-right .nav-top .search input:focus {
	width: 400px;
	border-color: #fff;
}

#masthead .header-right .nav-top .search input:focus + i + .archive {
	opacity: 1;
	top: 36px;
	width: 400px;
	pointer-events: all;
}

#masthead .header-right .nav-top .search i {
	position: absolute;
	top: 8px;
	right: 6px;
	color: #fff;
	pointer-events: none;
	z-index: 30;
}

#masthead .header-right .nav-top .search .archive {
	position: absolute;
	top: 0;
	right: 0;
	top: 0;
	width: 30px;
	opacity: 0;
	transition: all 0.4s;
	padding: 2px 1.5em 2px 4px;
	border: 1px solid #007d57;
	background: #1F2123;
	color: #fff;
	z-index: 10;
	pointer-events: none;
	height: 30px;
	overflow: hidden;
}

#masthead .header-right .nav-top .search .archive a {
	color: #47C578;
}

#masthead .header-right .nav-top a:not(.btn) {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

@media screen and (max-width: 1010px) {
	#masthead .header-right #site-navigation {
		position: absolute;
		top: calc(50% - (45px / 2));
		left: 0;
		z-index: 10;
	}
	#masthead .header-right #site-navigation #ubermenu-main-3-menu-1-2 {
		position: relative;
		top: 8px;
		background: #1F2123;
	}
	#masthead .header-right #site-navigation #ubermenu-main-3-menu-1-2 .ubermenu-sub-indicator {
		display: inherit;
	}
}

#masthead .header-right #site-navigation #menu-item-40952, #masthead .header-right #site-navigation #menu-item-40953 {
	display: none;
}

#masthead .header-right #site-navigation .ubermenu-skin-minimal.ubermenu-responsive-toggle {
	color: #fff;
	font-size: 16px;
}

#masthead .header-right #site-navigation .ubermenu-nav > .ubermenu-item > .ubermenu-target {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 10px;
	border-bottom: 2px solid transparent;
	transition: border-color 0.4s;
}

@media screen and (max-width: 75rem) {
	#masthead .header-right #site-navigation .ubermenu-nav > .ubermenu-item > .ubermenu-target {
		font-size: 12px;
	}
}

#masthead .header-right #site-navigation .ubermenu-nav > .ubermenu-item > .ubermenu-target:hover {
	border-bottom: 2px solid #007D57;
}

#masthead .header-right #site-navigation .ubermenu-current_page_item .ubermenu-target {
	color: #007D57 !important;
}

#masthead .header-right #site-navigation .ubermenu-nav > .ubermenu-has-submenu-drop .ubermenu-target {
	padding-right: 25px;
}

@media screen and (max-width: 75rem) {
	#masthead .header-right #site-navigation .ubermenu-nav > .ubermenu-has-submenu-drop .ubermenu-target {
		padding-right: 20px;
	}
}

#masthead .header-right #site-navigation .ubermenu-submenu {
	background: #1F2123;
	border: none;
	border-top: 5px solid #007D57;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	white-space: nowrap;
}

@media screen and (min-width: 1010px) {
	#masthead .header-right #site-navigation .ubermenu-submenu {
		top: 75px;
	}
}

#masthead .header-right #site-navigation .ubermenu-submenu .ubermenu-target {
	color: #fff;
	transition: opacity 0.4s;
}

@media screen and (min-width: 1010px) {
	#masthead .header-right #site-navigation .ubermenu-submenu .ubermenu-target {
		color: #fff !important;
	}
}

#masthead .header-right #site-navigation .ubermenu-submenu .ubermenu-target:hover {
	opacity: 0.6;
}

@media screen and (min-width: 1010px) {
	#masthead .header-right #site-navigation .ubermenu-submenu .ubermenu-target:hover {
		color: #fff !important;
	}
}

#masthead .mobile-search {
	position: absolute;
	top: calc(50% - (28px / 2));
	right: 48px;
	left: 0;
	z-index: 30;
}

@media screen and (min-width: 1010px) {
	#masthead .mobile-search {
		display: none;
	}
}

.site-branding {
	display: flex;
	flex-direction: row;
	align-items: center;
	text-decoration: none;
	z-index: 20;
}

@media screen and (max-width: 75rem) {
	.site-branding {
		max-width: 50%;
	}
}

.site-branding img {
	max-width: 120px;
	margin-right: 12px;
}

@media screen and (max-width: 48rem) {
	.site-branding img {
		width: 30%;
	}
}

.site-branding .logo-text {
	font-size: 20px;
	color: #47C578;
	line-height: 1.2;
	white-space: nowrap;
}

@media screen and (max-width: 75rem) {
	.site-branding .logo-text {
		font-size: 16px;
	}
}

@media screen and (max-width: 500px) {
	.site-branding .logo-text {
		font-size: 8px;
	}
}

@media screen and (max-width: 300px) {
	.site-branding .logo-text {
		font-size: 6px;
	}
}

.mobile-search .search {
	position: relative;
}

.mobile-search .search:after {
	content: "\f002";
	color: #fff;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome !important;
	font-size: 14px;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 2px;
	right: 2px;
	padding: 6px;
	background: #1F2123;
	pointer-events: none;
	z-index: 30;
}

.mobile-search:hover input {
	width: calc(100% - 60px);
	border: 1px solid #fff;
}

.mobile-search:hover input + .archive {
	opacity: 1;
	top: 36px;
	pointer-events: all;
	width: calc(100% - 60px);
}

.mobile-search input {
	width: 32px;
	transition: all 0.4s;
	border: 1px solid #1F2123;
	border-radius: 0;
	background: #1F2123;
	color: #fff !important;
	position: absolute;
	right: 0;
	z-index: 20;
}

.mobile-search input::placeholder {
	color: #fff;
	opacity: 1;
}

.mobile-search .archive {
	position: absolute;
	top: 0;
	right: 0;
	top: 0;
	width: calc(100% - 60px);
	opacity: 0;
	transition: all 0.4s;
	padding: 2px 1.5em 2px 4px;
	border: 1px solid #007d57;
	background: #1F2123;
	color: #fff;
	z-index: 10;
	pointer-events: none;
	max-height: 54px;
	width: 28.9px;
	overflow: hidden;
}

.mobile-search .archive a {
	color: #47C578;
}

.mobile-nav-header {
	font-size: 14px;
	display: flex;
	align-items: center;
	position: relative;
}

.mobile-nav-header .btn:not(.login) {
	margin-right: 18px;
}

.mobile-nav-header .mobile-search {
	position: absolute;
	right: 50px;
	top: 12px;
	left: 0;
	z-index: 120;
}

.mobile-nav-header .ubermenu-mobile-close-button {
	cursor: pointer;
	position: absolute;
	right: 0;
	color: #fff !important;
	font-size: 18px !important;
}

#ubermenu-main-3-menu-1-2.ubermenu-mobile-view {
	background: #1F2123;
}

#ubermenu-main-3-menu-1-2.ubermenu-mobile-view .ubermenu-current_page_item .ubermenu-target {
	color: #007D57 !important;
	display: flex;
	align-items: center;
	background: #1F2123;
}

#ubermenu-main-3-menu-1-2.ubermenu-mobile-view .ubermenu-current_page_item .ubermenu-target:after {
	content: "";
	height: 1.5px;
	width: 100vw;
	display: inline-block;
	background: #007D57;
	margin-left: 2em;
}

#ubermenu-main-3-menu-1-2.ubermenu-mobile-view .ubermenu-submenu {
	background: #1F2123;
}

#ubermenu-main-3-menu-1-2.ubermenu-mobile-view .ubermenu-target {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#ubermenu-main-3-menu-1-2.ubermenu-mobile-view #social-mobile {
	display: flex;
}

#ubermenu-main-3-menu-1-2.ubermenu-mobile-view #social-mobile a {
	background: #e4e5e6;
	border-radius: 100%;
	display: block;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1F2123;
	text-decoration: none;
	transition: all 0.4s;
	margin: 6px auto;
	font-size: 18px;
}

#ubermenu-main-3-menu-1-2.ubermenu-mobile-view #social-mobile a:hover {
	background: #007D57;
	color: #fff;
}

/* Footer
--------------------------------------------- */
#colophon .footer-top {
	background: #1F2123;
	padding: 36px 0;
}

#colophon .footer-top .container .row {
	align-items: center;
}

@media screen and (max-width: 45rem) {
	#colophon .footer-top .container .row .footer-logo {
		text-align: center;
	}
}

#colophon .footer-top .container .row .footer-logo img {
	width: 250px;
	margin: 0 auto;
	padding: 12px;
}

@media screen and (max-width: 45rem) {
	#colophon .footer-top .container .row .footer-logo img {
		width: 150px;
		margin-bottom: 24px;
		padding: 0;
	}
}

#colophon .footer-top .container .row .footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 45rem) {
	#colophon .footer-top .container .row .footer-nav ul {
		text-align: center;
	}
}

#colophon .footer-top .container .row .footer-nav ul li {
	float: left;
	width: 50%;
	line-height: 1.8;
}

@media screen and (max-width: 45rem) {
	#colophon .footer-top .container .row .footer-nav ul li {
		float: none;
		width: 100%;
	}
}

#colophon .footer-top .container .row .footer-nav ul a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#colophon .footer-top .container .row .sign-up-in {
	color: #fff;
	font-size: 14px;
}

@media screen and (max-width: 45rem) {
	#colophon .footer-top .container .row .sign-up-in {
		margin-top: 24px;
		text-align: center;
	}
}

#colophon .footer-top .container .row .sign-up-in .btn.green {
	margin-right: 16px;
}

#colophon .site-info {
	background: #007D57;
	padding: 36px 0;
	color: #fff;
}

@media screen and (max-width: 45rem) {
	#colophon .site-info {
		text-align: center;
	}
}

#colophon .site-info .container {
	display: flex;
	justify-content: space-between;
}

#colophon .site-info .container p {
	font-size: 14px;
	margin: 0;
}

#colophon .site-info .container p a {
	color: #fff;
	text-decoration: none;
}

#colophon .site-info .container .row {
	justify-content: space-between;
}

#colophon .site-info .container .row .col-3 {
	text-align: right;
}

.login-modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
	transition: 0.4s all;
	background: #1F2123;
	border-left: 8px solid #007D57;
	z-index: 10000000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-modal.visible {
	opacity: 1;
	pointer-events: all;
}

.login-modal .close {
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	padding: 12px;
}

.login-modal .container {
	display: flex;
	justify-content: center;
}

.login-modal .container .site-branding {
	justify-content: center;
	max-width: 100% !important;
}

.login-modal .container .site-branding .logo-text {
	color: #007D57;
}

#modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	transition: opacity 0.4s;
	pointer-events: none;
	opacity: 0;
}

#modal.open {
	opacity: 1;
	pointer-events: all;
}

#modal .popup {
	max-width: 1000px;
	max-height: 750px;
	height: calc(100% - 48px);
	width: 100%;
	background: url("/wp-content/themes/sicb/images/modal.png") #fff;
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 48px 48px 0 224px;
	color: #1F2123;
	margin-top: 24px;
	margin-left: 24px;
	margin-right: 24px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 16px;
	transition: all 0.4s;
}

@media screen and (max-width: 768px) {
	#modal .popup {
		font-size: 12px;
		background: #fff;
		padding: 24px;
		height: auto;
		top: 24px;
		bottom: unset;
		max-height: calc(100vh - 48px);
		margin: 0;
	}
}

#modal .popup .close {
	position: absolute;
	top: 8px;
	right: 8px;
	color: #003B29;
	height: 24px;
	width: 24px;
	font-size: 24px;
	line-height: 0;
	text-align: center;
	cursor: pointer;
}

#modal .popup h1 {
	font-size: 2.25em;
	font-weight: 500;
	color: #003B29;
	line-height: 1;
	margin: 12px 0 18px;
}

#modal .popup h2 {
	font-size: 1.75em;
	margin: 18px 0 12px;
	line-height: 1;
}

#modal .popup h2 a {
	font-size: 1;
	line-height: 1;
	color: #007D57;
	text-decoration: none;
}

#modal .popup h3 {
	font-size: 1em;
	font-weight: 400;
	line-height: 1;
	margin: 12px 0;
}

#modal .popup p {
	font-size: 1.25em;
	line-height: 1.5;
	margin: 12px 0;
}

#modal .popup p small {
	font-size: 0.75em;
	line-height: 1;
}

#modal .popup a {
	color: #007D57;
	text-decoration: none;
	font-weight: 600;
}

#modal .popup hr.modal {
	width: 100%;
	background: #8F9297;
	height: 1px;
	margin: 24px 0;
}

/* Supbages
--------------------------------------------- */
#primary {
	background: #007D57;
	position: relative;
	overflow: hidden;
}

#primary:before {
	content: "";
	background: #1F2123;
	display: block;
	height: 400px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

#primary a {
	color: #007D57;
	text-decoration: none;
}

#primary a:hover {
	text-decoration: underline;
}

#primary article {
	background: #fff;
	border-top: 8px solid #007D57;
}

#primary article .entry-content, #primary article .content {
	padding: 0 48px;
}

@media screen and (max-width: 48rem) {
	#primary article .entry-content, #primary article .content {
		padding: 0 12px;
	}
}

#primary article .entry-content #breadcrumbs, #primary article .content #breadcrumbs {
	font-size: 12px;
	position: relative;
}

#primary article .entry-content #breadcrumbs:after, #primary article .content #breadcrumbs:after {
	content: "";
	display: block;
	height: 2px;
	width: 80px;
	background: #1F2123;
	margin-top: 2em;
}

#primary article .entry-content #breadcrumbs a, #primary article .content #breadcrumbs a {
	color: #6A6E73;
}

#primary article .entry-content #breadcrumbs a:hover, #primary article .content #breadcrumbs a:hover {
	color: #007D57;
	text-decoration: none;
}

#primary article .entry-content #breadcrumbs .breadcrumb_last, #primary article .content #breadcrumbs .breadcrumb_last {
	color: #1F2123;
}

#primary article .entry-content .entry-title, #primary article .content .entry-title {
	margin-top: 0;
}

#primary article .entry-content h1, #primary article .content h1 {
	font-size: 38px;
	font-weight: bold;
}

#primary article .entry-content h2, #primary article .content h2 {
	font-size: 33px;
	font-weight: bold;
}

#primary article .entry-content h3, #primary article .content h3 {
	font-size: 28px;
	font-weight: bold;
	color: #007D57;
}

#primary article .entry-content h4, #primary article .content h4 {
	font-size: 23px;
	font-weight: bold;
	color: #007D57;
}

#primary article .entry-content h5, #primary article .content h5 {
	font-size: 18px;
	font-weight: bold;
	color: #007D57;
}

#primary article .entry-content h6, #primary article .content h6 {
	font-size: 18px;
	font-weight: normal;
	color: #007D57;
}

#primary article .entry-content ul, #primary article .content ul {
	margin: 0 0 1rem 0;
}

#primary article .entry-content .location:before, #primary article .content .location:before {
	content: "\f041";
	color: #007D57;
	display: inline-block;
	font-family: FontAwesome !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 0.5rem;
}

#primary article .entry-content .date:before, #primary article .content .date:before {
	content: "\f017";
	color: #007D57;
	display: inline-block;
	font-family: FontAwesome !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 0.5rem;
}

#primary article .entry-content .description:before, #primary article .content .description:before {
	content: "\f036";
	color: #007D57;
	display: inline-block;
	font-family: FontAwesome !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 0.5rem;
}

#primary article .entry-content .gform_button, #primary article .content .gform_button {
	color: #fff !important;
	text-decoration: none;
	padding: 10px 18px;
	transition: all 0.3s ease-out;
	background: #007D57;
	outline: 0.5px solid #007D57;
	border: none;
	border-radius: 0;
}

#primary article .entry-content .gform_button:visited, #primary article .content .gform_button:visited {
	color: #fff;
}

#primary article .entry-content .gform_button:focus, #primary article .content .gform_button:focus {
	outline: 0.5px solid #fff;
	color: #fff;
}

#primary article .entry-content .gform_button:hover, #primary article .content .gform_button:hover {
	color: #007D57 !important;
	background: #fff;
	outline: 4px solid #007D57;
}

#primary article .vc_row.full-width {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding-left: 8px;
	padding-right: 8px;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
}

#primary article .vc_row.full-width .container {
	padding-left: 72px;
	padding-right: 72px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1010px) {
	#primary article .vc_row.full-width .container {
		padding: 0;
	}
}

#primary article .imageContainer {
	margin: 0;
}

#primary article .imageContainer img {
	display: block;
	margin: 0 auto;
}

#primary article .fullcalendar .fc-basic-view .fc-body .fc-row {
	min-height: 100px;
}

#primary article .fullcalendar td.fc-day.fc-today {
	background: #007D57;
	opacity: 5%;
}

#primary article .fullcalendar .fc-day-number {
	color: #8A888A;
}

#primary article .fullcalendar button.fc-button {
	background: none;
	box-shadow: none;
	border-radius: 0;
	margin: 0 4px;
	border: none;
	color: #1F2123;
}

#primary article .fullcalendar table tr:first-child {
	background: transparent;
}

#primary article .fullcalendar .fc-event-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#primary article .fullcalendar .fc-event-container .fc-h-event {
	background-color: #007D57 !important;
	border-radius: 0;
	margin: 0;
	border: 1px solid #007D57;
}

#primary article .fullcalendar .ui-dialog {
	padding: 0;
	border: none;
}

#primary article .fullcalendar .ui-dialog .ui-dialog-titlebar {
	border-radius: 0;
	background-color: #007D57;
	color: #fff;
	border: none;
}

#primary article .fullcalendar .ui-dialog .ui-dialog-titlebar .ui-button {
	border: none;
	border-radius: 0;
	background: #fff;
}

#primary article .amo_events-event.amo_wrapper-item:last-child {
	border: none;
}

#primary article.abstract, #primary article.post, #primary article.sicb-news, #primary article.jobs-and-fellowships, #primary article.webinars {
	position: relative;
	max-width: 68rem;
	margin: 0 auto;
	padding: 1px 48px;
}

#primary article.meeting {
	position: relative;
	max-width: 68rem;
	margin: 0 auto;
	padding: 1px 48px;
}

#primary article.meeting h1 {
	font-size: 38px;
	font-weight: bold;
}

#primary article.meeting h2 {
	font-size: 33px;
	font-weight: bold;
}

#primary article.meeting h3 {
	font-size: 28px;
	font-weight: bold;
	color: #007D57;
}

#primary article.meeting h4 {
	font-size: 23px;
	font-weight: bold;
	color: #007D57;
}

#primary article.meeting h5 {
	font-size: 18px;
	font-weight: bold;
	color: #007D57;
}

#primary article.meeting h6 {
	font-size: 18px;
	font-weight: normal;
	color: #007D57;
}

#primary article.meeting a {
	color: #007D57;
	text-decoration: none;
}

#primary article.meeting a:hover {
	text-decoration: underline;
}

#primary .page-header {
	background: #fff;
	border-top: 8px solid #007D57;
	padding: 1px 48px;
}

#primary table.session tr:nth-child(odd) {
	background-color: #effcf7;
}

#primary table.session tr:nth-child(even) {
	background-color: #daf7eb;
}

#primary table.session tr:first-child {
	background-color: #fff;
}

#primary table.session td {
	padding: 6px;
}

#primary table.session td br {
	display: none;
}

@media screen and (max-width: 1010px) {
	#primary table.session td {
		padding: 0;
	}
}

@media screen and (max-width: 1010px) {
	#primary table.session {
		table-layout: auto;
		font-size: 0.7rem;
	}
}

#primary table.list tr:nth-child(odd) {
	background-color: #effcf7;
}

#primary table.list tr:nth-child(even) {
	background-color: #daf7eb;
}

#primary table.list td:first-child {
	text-align: center;
}

#primary table.list td {
	padding: 6px !important;
	border-bottom: none !important;
}

@media screen and (max-width: 1010px) {
	#primary table.list td {
		padding: 0 !important;
	}
}

@media screen and (max-width: 1010px) {
	#primary table.list {
		table-layout: auto;
		font-size: 0.5rem;
	}
}

#primary table.committee tr:nth-child(odd) {
	background-color: #effcf7;
}

#primary table.committee tr:nth-child(even) {
	background-color: #daf7eb;
}

#primary table.committee td:first-child {
	text-align: left;
}

#primary table.committee td {
	padding: 6px;
}

@media screen and (max-width: 1010px) {
	#primary table.committee td {
		padding: 0;
	}
}

@media screen and (max-width: 1010px) {
	#primary table.committee {
		table-layout: auto;
		font-size: 0.5rem;
	}
}

#primary table.events {
	table-layout: auto;
	font-size: 0.5rem;
}

#primary table.events tr:nth-child(odd) {
	background-color: #effcf7;
}

#primary table.events tr:nth-child(even) {
	background-color: #daf7eb;
}

#primary table.events td:first-child {
	text-align: center;
}

#primary table.events td {
	word-break: break-word;
}

#primary table.events td h2 {
	font-size: 1.5em;
}

#primary table.events td ul {
	margin-left: 0;
	padding-left: 15px;
}

@media screen and (max-width: 1010px) {
	#primary table.events td {
		padding: 0;
	}
}

@media screen and (max-width: 1010px) {
	#primary table.events {
		table-layout: auto;
		font-size: 0.5rem;
	}
}

#primary table.events-symposia {
	table-layout: auto;
}

#primary table.events-symposia tr:nth-child(odd) {
	background-color: #effcf7;
}

#primary table.events-symposia tr:nth-child(even) {
	background-color: #daf7eb;
}

#primary table.events-symposia td:first-child {
	text-align: center;
}

#primary table.events-symposia td {
	word-break: break-word;
}

#primary table.events-symposia td span {
	font-size: 0.5rem !important;
}

@media screen and (max-width: 1010px) {
	#primary table.events-symposia td {
		padding: 0;
	}
}

@media screen and (max-width: 1010px) {
	#primary table.events-symposia {
		table-layout: auto;
		font-size: 0.5rem;
	}
}

#primary .nav-links {
	position: relative;
	max-width: 68rem;
	margin: 0 auto;
	padding: 0 48px;
	background: #fff;
}

#primary #social-sidebar {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 100px;
	left: -36px;
}

@media screen and (min-width: 75rem) and (max-width: 1250px) {
	#primary #social-sidebar {
		left: -16px;
	}
}

@media screen and (max-width: 1050px) {
	#primary #social-sidebar {
		left: -16px;
	}
}

@media screen and (max-width: 1010px) {
	#primary #social-sidebar {
		display: none;
	}
}

#primary #social-sidebar:before {
	content: "";
	display: block;
	width: 1px;
	height: 140px;
	background: #e4e5e6;
	margin-bottom: 12px;
}

#primary #social-sidebar a {
	background: #e4e5e6;
	border-radius: 100%;
	display: block;
	height: 28px;
	width: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1F2123;
	text-decoration: none;
	transition: all 0.4s;
	margin: 6px auto;
}

#primary #social-sidebar a:hover {
	background: #007D57;
	color: #fff;
}

#primary.slider-subpage article {
	border-top: none;
}

#primary.slider-subpage .bx-wrapper {
	box-shadow: none;
	border: 0;
	background: none;
	max-width: unset !important;
	min-height: 500px;
	margin-bottom: 0;
}

@media screen and (max-width: 1010px) {
	#primary.slider-subpage .bx-wrapper {
		min-height: auto;
	}
}

#primary.slider-subpage .bx-wrapper ul.slider {
	margin: 0;
	min-height: 500px;
}

@media screen and (max-width: 1010px) {
	#primary.slider-subpage .bx-wrapper ul.slider {
		min-height: auto;
	}
}

#primary.slider-subpage .bx-wrapper ul.slider li {
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 500px;
}

@media screen and (max-width: 1010px) {
	#primary.slider-subpage .bx-wrapper ul.slider li {
		min-height: auto;
	}
}

#primary.slider-subpage .bx-wrapper ul.slider li.dark .text {
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
}

#primary.slider-subpage .bx-wrapper ul.slider li.center {
	justify-content: center;
}

@media screen and (max-width: 1010px) {
	#primary.slider-subpage .bx-wrapper ul.slider li.center {
		justify-content: flex-start;
	}
}

#primary.slider-subpage .bx-wrapper ul.slider li.right {
	justify-content: flex-end;
}

@media screen and (max-width: 1010px) {
	#primary.slider-subpage .bx-wrapper ul.slider li.right {
		justify-content: flex-start;
	}
}

#primary.slider-subpage .bx-wrapper ul.slider li .text {
	margin: 36px;
	padding: 0 24px 24px;
	max-width: 450px;
	width: 100%;
}

@media screen and (max-width: 1010px) {
	#primary.slider-subpage .bx-wrapper ul.slider li .text {
		color: #fff;
		background: rgba(0, 0, 0, 0.6);
		margin: 100px 12px 0 0;
		max-width: 95%;
	}
}

#primary.slider-subpage .bx-wrapper ul.slider li .pager .dot {
	border: 1px solid #fff;
	border-radius: 6px;
	display: inline-block;
	height: 12px;
	width: 12px;
	margin-right: 8px;
}

#primary.slider-subpage .bx-wrapper ul.slider li .pager .dot.active {
	background: #fff;
}

#primary.committee-subpage ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#primary.committee-subpage ul li {
	margin-bottom: 24px;
}

#primary.committee-subpage ul.publications img {
	width: 50px;
	float: left;
	margin-right: 8px;
}

.search #primary .content, .page-template-events-search #primary .content {
	background: #fff;
	padding: 0 48px;
}

.search #primary .content a, .page-template-events-search #primary .content a {
	color: #007D57;
}

.search #primary .content .posts-navigation, .page-template-events-search #primary .content .posts-navigation {
	padding: 24px 0;
}

.search #primary article.page, .search #primary article.abstract, .search #primary article.post, .search #primary article.meeting, .search #primary article.sicb-news, .search #primary article.jobs-and-fellowships, .search #primary article.webinars, .page-template-events-search #primary article.page, .page-template-events-search #primary article.abstract, .page-template-events-search #primary article.post, .page-template-events-search #primary article.meeting, .page-template-events-search #primary article.sicb-news, .page-template-events-search #primary article.jobs-and-fellowships, .page-template-events-search #primary article.webinars {
	border-top: none;
	position: relative;
	max-width: 68rem;
	margin: 0 auto;
	padding: 1px 48px;
}

.search #primary article.page:not(:last-child) .entry-footer, .search #primary article.abstract:not(:last-child) .entry-footer, .search #primary article.post:not(:last-child) .entry-footer, .search #primary article.meeting:not(:last-child) .entry-footer, .search #primary article.sicb-news:not(:last-child) .entry-footer, .search #primary article.jobs-and-fellowships:not(:last-child) .entry-footer, .search #primary article.webinars:not(:last-child) .entry-footer, .page-template-events-search #primary article.page:not(:last-child) .entry-footer, .page-template-events-search #primary article.abstract:not(:last-child) .entry-footer, .page-template-events-search #primary article.post:not(:last-child) .entry-footer, .page-template-events-search #primary article.meeting:not(:last-child) .entry-footer, .page-template-events-search #primary article.sicb-news:not(:last-child) .entry-footer, .page-template-events-search #primary article.jobs-and-fellowships:not(:last-child) .entry-footer, .page-template-events-search #primary article.webinars:not(:last-child) .entry-footer {
	border-bottom: 1px solid #ddd;
}

.search #primary article.page h2 a, .search #primary article.abstract h2 a, .search #primary article.post h2 a, .search #primary article.meeting h2 a, .search #primary article.sicb-news h2 a, .search #primary article.jobs-and-fellowships h2 a, .search #primary article.webinars h2 a, .page-template-events-search #primary article.page h2 a, .page-template-events-search #primary article.abstract h2 a, .page-template-events-search #primary article.post h2 a, .page-template-events-search #primary article.meeting h2 a, .page-template-events-search #primary article.sicb-news h2 a, .page-template-events-search #primary article.jobs-and-fellowships h2 a, .page-template-events-search #primary article.webinars h2 a {
	font-size: 1.5rem;
	color: #007D57;
	text-decoration: none;
}

.search #primary article.page h2 a:hover, .search #primary article.abstract h2 a:hover, .search #primary article.post h2 a:hover, .search #primary article.meeting h2 a:hover, .search #primary article.sicb-news h2 a:hover, .search #primary article.jobs-and-fellowships h2 a:hover, .search #primary article.webinars h2 a:hover, .page-template-events-search #primary article.page h2 a:hover, .page-template-events-search #primary article.abstract h2 a:hover, .page-template-events-search #primary article.post h2 a:hover, .page-template-events-search #primary article.meeting h2 a:hover, .page-template-events-search #primary article.sicb-news h2 a:hover, .page-template-events-search #primary article.jobs-and-fellowships h2 a:hover, .page-template-events-search #primary article.webinars h2 a:hover {
	text-decoration: underline;
}

.search #primary #post-5873, .page-template-events-search #primary #post-5873 {
	border-top: 8px solid #007D57;
}

.search #primary article article.meeting, .page-template-events-search #primary article article.meeting {
	padding: 1px 0;
}

.search #primary .nav-previous a, .search #primary .nav-next a, .page-template-events-search #primary .nav-previous a, .page-template-events-search #primary .nav-next a {
	color: #007D57;
	display: inline-block;
	padding: 8px 0;
	font-size: 18px;
}

.no-results.not-found {
	background: #fff;
}

.no-results.not-found .page-content {
	max-width: 100%;
	padding: 0 48px 48px;
	position: relative;
	width: 100%;
}

.divisions-nav {
	font-size: 14px;
	font-weight: bold;
}

.archive #primary article {
	border-top: none;
}

.archive #primary article:not(:last-child) .entry-footer {
	border-bottom: 1px solid #ddd;
}

.archive #primary article .entry-title a {
	color: #007D57;
}

.archive #primary article .entry-title a:visited {
	color: #007D57;
}

.archive .nav-previous a, .archive .nav-next a {
	color: #007D57;
	display: inline-block;
	padding: 8px 0;
	font-size: 18px;
}

.gated-login {
	padding: 12px;
	border: 1px solid #1F2123;
	text-align: center;
}

.gated-login a {
	margin: 8px;
	display: inline-block;
}

/* Custom Shortcodes
--------------------------------------------- */
#primary article .content .vc-news {
	left: 50%;
	margin: -61px -50vw 0 -50vw;
	padding: 60px 0;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
	background-color: #1F2123;
	background-image: url("/wp-content/themes/sicb/images/news-bg.png");
	background-position: calc(100% + 200px);
	background-repeat: no-repeat;
	background-size: contain;
	color: #fff;
}

#primary article .content .vc-news .container {
	padding-left: 72px;
	padding-right: 72px;
}

@media screen and (max-width: 1010px) {
	#primary article .content .vc-news .container {
		padding-left: 23px;
		padding-right: 23px;
	}
}

#primary article .content .vc-news .container h1 {
	margin-top: 12px;
}

#primary article .content .vc-news .container ul {
	margin: 0;
	padding: 0;
}

#primary article .content .vc-news .container ul li {
	list-style-type: none;
	margin: 0 0 36px;
	padding: 0 20% 36px 0;
	width: 80%;
}

@media screen and (max-width: 1010px) {
	#primary article .content .vc-news .container ul li {
		width: 100%;
		padding: 0 0 36px;
	}
}

#primary article .content .vc-news .container ul li:not(:last-child) {
	border-bottom: 2px solid #4e5053;
}

#primary article .content .vc-news .container ul li .news-date {
	margin-bottom: 1rem;
	font-size: 16px;
	color: #47C578;
}

#primary article .content .vc-news .container ul li .news-title {
	font-size: 20px;
	color: #fff;
	display: block;
}

#primary article .content .vc-news .container ul li .news-author {
	margin-bottom: 1rem;
	font-size: 16px;
}

#primary article .content .vc-news .container ul li .news-more {
	font-size: 18px;
	color: #fff;
	text-decoration: underline;
	display: block;
	font-weight: 600;
}

#primary article .content .vc-cta {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	padding: 36px;
}

@media screen and (max-width: 1010px) {
	#primary article .content .vc-cta {
		font-size: 16px;
	}
}

#primary article .content .vc-cta a {
	text-decoration: none;
}

#primary article .content .vc-cta a .image {
	border-radius: 1000px;
	background-color: #007D57;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	overflow: hidden;
	max-width: 120px;
	margin: 0 auto;
}

@media screen and (max-width: 48rem) {
	#primary article .content .vc-cta a .image {
		max-width: 100px;
	}
}

#primary article .content .vc-cta a .image .square {
	width: 100%;
	float: left;
}

#primary article .content .vc-cta a p {
	overflow-wrap: unset;
}

#primary article .content .vc_col-sm-3:not(:last-child) .vc-cta:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 1px;
	background: #2EC167;
	height: 250px;
	z-index: 999;
	right: 0;
	max-width: unset;
	max-height: unset;
}

#primary article .content .vc-toggle h4 {
	display: inline-block;
	margin: 0 1rem 0 0;
}

#primary article .content .vc-toggle input[type=checkbox] {
	visibility: hidden;
}

#primary article .content .vc-toggle .toggle {
	width: 45px;
	height: 24px;
	position: relative;
	border-radius: 45px;
	border: 2px solid #007D57;
	cursor: pointer;
	display: inline-block;
	margin: 0 0.5rem;
}

#primary article .content .vc-toggle .toggle label {
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	transition: all 0.4s ease;
	position: absolute;
	top: 1px;
	left: 1px;
	background: #ccc;
	cursor: pointer;
}

#primary article .content .vc-toggle .toggle.checked label {
	left: 22px;
	background: #007D57;
}

#primary article .content .vc-toggle .toggle.checked + .tabs .tab1 {
	display: none;
}

#primary article .content .vc-toggle .toggle.checked + .tabs .tab2 {
	display: block;
}

#primary article .content .vc-toggle .toggle + .tabs .tab1 {
	display: block;
}

#primary article .content .vc-toggle .toggle + .tabs .tab2 {
	display: none;
}

#primary article .content .vc-btn {
	border: 1px solid #aad3c7;
	border-radius: 10px;
	padding: 6px 4px;
	margin: 16px 0;
}

#primary article .content .vc-btn.invert {
	background: #47C578;
	border: 1px solid #47C578;
}

#primary article .content .vc-btn.invert a {
	color: #fff;
	background: #007D57;
}

#primary article .content .vc-btn.invert a:hover {
	color: #007D57;
	background: #fff;
	border: 1px solid #fff;
}

#primary article .content .vc-btn a {
	display: block;
	border: 1px solid #007D57;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 600;
	padding: 6px 18px;
	position: relative;
	transition: all 0.4s;
}

#primary article .content .vc-btn a:hover {
	text-decoration: none;
	color: #fff;
	background: #007D57;
}

#primary article .content .vc-btn a i {
	position: absolute;
	right: 12px;
	top: 10px;
}

#primary article .content .vc-pub {
	left: 50%;
	margin: 0 -50vw;
	padding: 60px 0 0;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
	background-color: #1F2123;
	color: #fff;
}

@media screen and (max-width: 1010px) {
	#primary article .content .vc-pub {
		background-image: unset;
	}
}

#primary article .content .vc-pub .row .row {
	margin-bottom: 12px;
}

#primary article .content .vc-pub .container {
	padding-left: 72px;
	padding-right: 72px;
}

@media screen and (max-width: 1010px) {
	#primary article .content .vc-pub .container {
		padding-left: 23px;
		padding-right: 23px;
	}
}

#primary article .content .vc-pub .container .bg {
	padding-bottom: 60px;
	background-color: #1F2123;
}

#primary article .content .vc-pub .container h3 {
	margin: 0;
	font-size: 24px;
	color: #47C578;
}

#primary article .content .vc-pub .container p {
	font-size: 20px;
}

#primary article .content .vc-pub .container a {
	font-size: 18px;
	color: #47C578;
}

#primary article .content .vc-pub .container ul {
	list-style-type: none;
	padding: 0 20px;
	margin: 0;
	border: 1px solid #6F7276;
}

#primary article .content .vc-pub .container ul li {
	padding: 20px 0;
}

#primary article .content .vc-pub .container ul li a {
	font-size: 22px;
	color: #fff;
}

#primary article .content .vc-pub .container ul li:not(:last-of-type) {
	border-bottom: 1px solid #6F7276;
}

#primary article .content .vc-division {
	transition: all 0.4s;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 24px;
	height: calc(100% - 24px);
}

#primary article .content .vc-division:hover {
	box-shadow: 2px 6px 8px #999;
	top: -6px;
	left: -2px;
}

#primary article .content .vc-division > a {
	color: #000;
	display: block;
	line-height: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
}

#primary article .content .vc-division > a:hover {
	text-decoration: none;
}

#primary article .content .vc-division > a img {
	width: 100%;
}

#primary article .content .vc-division > a .text {
	padding: 8px 12px 12px;
	border: 1px solid #D8D8D8;
	line-height: 24px;
	height: 100%;
}

#primary article .content .vc-division > a .text small {
	font-size: 12px;
	color: #007D57;
	text-transform: uppercase;
}

#primary article .content .vc-division > a .text h1 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	height: 3.3rem;
	overflow: hidden;
}

#primary article .content .vc-division > a .text p {
	margin: 0 0 12px;
}

#primary article .content .vc-division > a .text .more {
	font-size: 18px;
	font-weight: bold;
	height: unset;
}

#primary article .content .vc-rer-search {
	margin-bottom: 24px;
}

#primary article .content .vc-rer-search form {
	display: flex;
	position: relative;
}

@media screen and (max-width: 48rem) {
	#primary article .content .vc-rer-search form {
		flex-direction: column-reverse;
	}
}

#primary article .content .vc-rer-search form:after {
	content: "\f002";
	display: block;
	font: normal normal normal 18px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 12px;
	top: calc(50% - 9px);
}

@media screen and (max-width: 48rem) {
	#primary article .content .vc-rer-search form:after {
		top: 12px;
	}
}

#primary article .content .vc-rer-search form input[type="text"] {
	flex-grow: 1;
	padding: 8px 36px 8px 12px;
	border: 1px solid #1F2123;
	border-left: 0;
	border-radius: 0;
}

#primary article .content .vc-rer-search form input[type="text"]:focus {
	outline: none;
}

@media screen and (max-width: 48rem) {
	#primary article .content .vc-rer-search form input[type="text"] {
		border-left: 1px solid #1F2123;
	}
}

#primary article .content .vc-rer-search a {
	color: #1F2123;
}

#primary article .content .vc-rer-search a:hover {
	text-decoration: none !important;
}

#primary article .content .vc-rer-search .cats, #primary article .content .vc-rer-search .sub {
	display: none;
}

#primary article .content .vc-rer-search .dropdown:hover .cats, #primary article .content .vc-rer-search .cats .cat:hover .sub {
	display: flex;
	flex-direction: column;
}

#primary article .content .vc-rer-search .dropdown {
	position: relative;
	background: #fff;
	border: 1px solid #1F2123;
	z-index: 1;
}

@media screen and (max-width: 48rem) {
	#primary article .content .vc-rer-search .dropdown {
		margin-top: 12px;
	}
}

#primary article .content .vc-rer-search .dropdown > a {
	display: block;
	padding: 8px;
}

#primary article .content .vc-rer-search .dropdown .cats {
	position: absolute;
	top: calc(100% + 1px);
	left: 0;
	background: #fff;
	border: 1px solid #1F2123;
	margin: -1px;
	white-space: nowrap;
}

@media screen and (max-width: 48rem) {
	#primary article .content .vc-rer-search .dropdown .cats {
		width: calc(100% + 2px);
	}
}

#primary article .content .vc-rer-search .dropdown .cats .cat {
	padding: 8px;
}

#primary article .content .vc-rer-search .dropdown .cats .cat:hover {
	background: rgba(0, 0, 0, 0.05);
}

#primary article .content .vc-rer-search .dropdown .cats .cat .sub {
	position: absolute;
	top: -1px;
	left: 100%;
	background: #fff;
	border: 1px solid #1F2123;
	white-space: nowrap;
}

@media screen and (max-width: 48rem) {
	#primary article .content .vc-rer-search .dropdown .cats .cat .sub {
		position: static;
		margin-top: 8px;
	}
}

#primary article .content .vc-rer-search .dropdown .cats fieldset {
	border: none;
	padding: 0;
}

#primary article .content .vc-rer-search .dropdown .cats fieldset input {
	margin: 12px 0 12px 12px;
}

#primary article .content .vc-rer-search .dropdown .cats fieldset label {
	padding: 12px;
	cursor: pointer;
}

#primary article .content .vc-rer-search-results {
	min-height: 350px;
}

#primary article .content .vc-rer-search-results article.rer {
	border-top: none;
	position: relative;
	max-width: 68rem;
	margin: 0 auto;
}

#primary article .content .vc-rer-search-results article.rer:not(:last-child) .entry-footer {
	border-bottom: 1px solid #ddd;
}

#primary article .content .vc-rer-search-results article.rer h2 a {
	font-size: 33px;
	color: #007D57;
}

#primary article .content .mem-dir-search {
	min-height: 1000px;
}

#primary article .content .mem-dir-search form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#primary article .content .mem-dir-search input {
	padding: 5px 4px;
	width: calc(25% - 12px);
	margin-bottom: 12px;
}

@media screen and (max-width: 48rem) {
	#primary article .content .mem-dir-search input {
		width: 100%;
	}
}

#primary article .content .mem-dir-search input:focus + .division-checkboxes {
	display: block;
}

#primary article .content .mem-dir-search input[type=submit] {
	color: #fff;
	text-decoration: none;
	padding: 10px 18px;
	transition: all 0.3s ease-out;
	background: #007D57;
	outline: 0.5px solid #007D57;
	border: none;
	border-radius: 0;
	cursor: pointer;
}

#primary article .content .mem-dir-search input[type=submit]:hover {
	color: #007D57;
	background: #fff;
	outline: 4px solid #007D57;
}

#primary article .content .mem-dir-search .division-dropdown {
	position: relative;
	width: calc(25% - 8px);
	margin-bottom: 8px;
}

@media screen and (max-width: 48rem) {
	#primary article .content .mem-dir-search .division-dropdown {
		width: 100%;
	}
}

#primary article .content .mem-dir-search .division-dropdown input {
	width: 100%;
	margin-bottom: 0;
}

#primary article .content .mem-dir-search .division-dropdown .division-checkboxes {
	position: absolute;
	display: none;
	background: #fff;
	border: 1px solid #1F2123;
}

#primary article .content .mem-dir-search .division-dropdown .division-checkboxes .checkbox {
	display: flex;
}

#primary article .content .mem-dir-search .division-dropdown .division-checkboxes .checkbox input[type=checkbox] {
	display: none;
}

#primary article .content .mem-dir-search .division-dropdown .division-checkboxes .checkbox input[type=checkbox]:checked + label:before {
	content: "✓";
	background: #007D57;
	border-color: #007D57;
	color: #fff;
}

#primary article .content .mem-dir-search .division-dropdown .division-checkboxes .checkbox label {
	padding: 8px;
	display: block;
	cursor: pointer;
	position: relative;
	padding-left: 35px;
}

#primary article .content .mem-dir-search .division-dropdown .division-checkboxes .checkbox label:before {
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 5px;
	top: calc(50% - 10px);
	height: 20px;
	width: 20px;
	background: #fff;
	border: 1px solid #1F2123;
}

#primary article .content .mem-dir-search .division-dropdown .division-checkboxes .checkbox:hover label {
	background: #007D57;
	color: #fff;
}

#primary article .content .mem-dir-search .division-dropdown .division-checkboxes .checkbox:hover label:before {
	border-color: #fff;
}

#primary article .content .mem-dir-search .division-dropdown .division-checkboxes .checkbox:hover input:checked + label:before {
	border-color: #fff;
}

#primary article .content .mem-dir-search .row {
	border-bottom: 1px solid #ddd;
	padding: 36px 0;
}

#primary article .content .mem-dir-search .row.header {
	color: #007D57;
	border-bottom: 1px solid #aaa;
}

#primary article .content .mem-dir-search .row:not(.header):hover {
	background-color: #f5f5f5;
}

#primary article .content .mem-dir-search .row strong {
	font-size: 1.2rem;
	margin-bottom: 8px;
}

#primary article .content .mem-dir-pagination {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 24px 0;
	margin: 0;
}

#primary article .content .mem-dir-pagination span {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#primary article .content .mem-dir-pagination span a,
#primary article .content .mem-dir-pagination span span {
	padding: 0 8px;
}

.login-form input[type=text], .login-form input[type=password] {
	width: 100%;
	background: transparent;
	border-radius: 0;
	border: 1px solid #007D57;
	color: #1F2123;
	margin: 12px 0;
	padding: 12px;
}

.login-form input[type=text]::placeholder, .login-form input[type=password]::placeholder {
	opacity: 1;
}

.login-form button[type=submit] {
	background: #007D57;
	border-radius: 0;
	border: none;
	color: #1F2123;
	margin: 12px 0;
	padding: 12px;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
}

.login-form a {
	color: #007D57;
	text-decoration: none;
	display: inline-block;
	margin: 6px 0;
}

.login-modal .login-form input[type=text], .login-modal .login-form input[type=password] {
	border: 1px solid #fff;
	color: #fff;
}

.login-modal .login-form button[type=submit], .login-modal .login-form p {
	color: #fff;
}

.vc-event {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.vc-event h4 {
	display: inline-block;
	margin: 0 1rem 0 0;
}

.officer {
	display: inline;
}

.officer p {
	display: inline;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	background-color: #fff !important;
	border: none;
	border-radius: 0;
}

.vc_tta-panel {
	border-bottom: 1px solid #1F2123 !important;
	margin: 1px;
}

.vc_tta-panel:last-child {
	border-bottom: none !important;
}

.vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta.vc_tta-style-classic .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.btn.btn-primary.btn-amo:hover {
	color: #007D57 !important;
	background: #fff;
	outline: 4px solid #007D57;
}

.vc_row-o-equal-height .wpb_wrapper {
	height: 100%;
}

#ctf.ctf-masonry .ctf-header a {
	color: #404040;
}

.home #ctf.ctf-masonry .ctf-header {
	border-bottom: none;
}

.home #ctf.ctf-masonry .ctf-header a {
	color: #fff;
}

#ctf #ctf-more {
	outline: 1px solid #007D57 !important;
	color: #007D57 !important;
	background: #fff;
	border-radius: 0 !important;
	max-width: 150px;
	margin: 0 auto !important;
}

.home #ctf #ctf-more {
	outline: 1px solid #fff !important;
	color: #fff !important;
	background: #007D57;
	border-radius: 0 !important;
	max-width: 150px;
	margin: 0 auto !important;
}

/* Global Styles
--------------------------------------------- */
.btn {
	color: #fff !important;
	text-decoration: none;
	outline: 0.5px solid #fff;
	padding: 4px 18px;
	transition: all 0.3s ease-out;
}

.btn:visited {
	color: #fff;
}

.btn:focus {
	outline: 0.5px solid #fff;
	color: #fff;
}

.btn:hover {
	color: #000 !important;
	background: #fff;
	outline: 4px solid #fff;
}

.btn.green {
	background: #007D57;
	outline: 0.5px solid #007D57;
}

.btn.green:hover {
	color: #007D57 !important;
	background: #fff;
	outline: 4px solid #007D57;
}

.btn.white {
	outline: 0.5px solid #1F2123;
	color: #1F2123 !important;
}

.btn.white:hover {
	outline: 4px solid #1F2123;
	background: #1F2123;
	color: #fff !important;
}

.btn.black {
	background: #1F2123;
	text-align: center;
	outline: 0;
	cursor: pointer;
}

.btn.black:hover {
	background: #007D57;
	color: #fff !important;
	outline: 0;
}

.btn-amo {
	background: #007D57;
	border: none;
	outline: 0.5px solid #007D57;
	border-radius: 0;
	padding: 8px 18px;
	cursor: pointer;
}

.white-text {
	color: #fff !important;
}

.green-text {
	color: #007D57 !important;
}

.arrow:after {
	content: "\f061";
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 0.5rem;
}

hr {
	content: "";
	display: block;
	height: 2px;
	width: 80px;
	background: #1F2123;
	margin: 0;
}

hr.white {
	background: #fff;
}

iframe {
	bordeR: none;
}

/*# sourceMappingURL=style.css.map */