	/*
Theme Name: ICDPortal
Theme URI:
Description: This is the child theme created for the Genesis Framework.
Author: Grafik
Author URI: https://grafik.agency/

Version: 1.0.3

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: icdportal
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900');
html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}
button:focus {
	outline: 0px;
	outline: 0px auto -webkit-focus-ring-color;
}
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: inherit;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

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

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/*
-----Headings---------------------------------------- */

/*h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}*/

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}
video{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {

	border-width: 0;
	color: #777;
	cursor: not-allowed;
	opacity: .5;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

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

a.alignnone {
	display: inline-block;
}
a:hover, a:focus{outline: none;}
.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}
a {text-decoration: none;}
figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.header-widget-area .widget {
	margin-bottom: 0 !important;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.header-widget-area {
	float: right;
	padding: 0 0 0 0;
	margin: -10px 0 0 0;
	position: relative;
}

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: var(--wp--preset--color--tradeweb-deep-blue, #011128) !important;
	border-width: 0;
	color: #ffffff;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: var(--wp--preset--color--tradeweb-medium-blue, #0076A8) !important;
	border-width: 0;
	color: #ffffff;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: none;
	margin-right: 0;
	position: relative;
	text-rendering: auto;
	top: 0;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	height: 30px;
	width: 30px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}



/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 1025px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: fixed;
		top: 0;
		z-index: 9999;
		width: 100%;
	}
	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1140px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1170px;
		padding: 0 15px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


html {
	scroll-behavior: smooth;
}
h1{font-family: Roboto; font-size: 39px;font-weight: bold; font-stretch: normal;font-style: normal;line-height: 45px}
h2{font-size: 33px;line-height: 36px;font-weight: normal;font-family: Roboto;}
h3{font-size: 27px;line-height: 27px;font-family: Roboto;font-weight: normal;}
h4{font-size: 24px;line-height: 27px;font-family: Roboto;font-weight: normal;}
h5{font-size: 20px;line-height: 24px;font-family: Roboto;font-weight: normal;}
h6{font-size: 18px;line-height: 27px;font-family: Roboto;font-weight: bold;}
/*p{font-size: 18px;line-height: 1.625;font-weight: normal;}*/
label{font-size: 18px;line-height: 27px;font-weight: bold;}

body .container{
	max-width: 1170px;
}

div.container:has(div.alignfull)  {
	max-width: 100%;
	padding: 0;
}


body.full-width-page .container {
	max-width: 100%;
	padding: 0;
}

@media only screen and (min-width: 960px) {
	.alignfull .alignwide, .alignwide .alignwide, .alignfull .container {
		max-width: 1170px !important;
		padding: 0 5px;
		width: 100%;
	}
}

.logged-in .entry-content a.post-edit-link {
	max-width: 1140px;
	margin: 0 auto;
	display: block;
}

.read-more-blog i.fa-arrow-right {
	font-size: 16px;
}
html .breadcrumb{background-color: rgba(255, 255, 255, 0.7);}
strong.breadcrumb_last {color: #6f6f6f;}
.home header.site-header,header.site-header  {
	background-color: var(--wp--preset--color--tradeweb-deep-blue, #011128) !important;
	box-shadow: none;
	padding: 14px 0;
	position: fixed;
	z-index: 9;
	width: 100%;
}
header.site-header {
	background-color: var(--wp--preset--color--tradeweb-deep-blue, #011128) !important;
	position: sticky;
	padding: 15px 0;
}
	/*header.site-header .mega-current_page_item.mega-current_page_parent a {
	position: relative;
	}
	header.site-header .mega-current_page_item.mega-current_page_parent a::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-top: 9px solid #00B6DE !important;
	}*/
	header.site-header .wrap {
		max-width: 1170px;
		width: 100%;
		margin: auto;
		padding: 0 15px;
	}
	.body-overflow{
		overflow: hidden;
	}
	.wp-custom-logo header.site-header .title-area {
		width: 150px !important;
		padding: 10px 0;
		transition: ease-in-out .3s;
	}
	header.site-header .genesis-nav-menu a{
		color: #fff;
		font-family: Helvetica;
		font-size: 14px;
		font-weight: bold;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		padding: 0;
		text-transform: uppercase;
	}
	header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-family: Roboto;
		font-size: 16px;
		font-weight: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		color: #fff;
		padding: 0;
		height: inherit;
	}
	header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor::after {
		position: absolute;
		top: -10px;
		content: "";
		width: 100%;
		display: block !important;
		background: #00B6DE;
		height: 2px;
	}
	header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
		margin-right: 30px;
		position: relative;
	}

	header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child{
		margin-right: 0;
	}

	header.site-header #mega-menu-wrap-primary #mega-menu-primary{
		text-align: center;
	}

	header.site-header .nav-primary {
		float: none;
		display: flex;
		padding: 21px 0;

		transition: ease-in-out .3s;
	}
	header.site-header .request-demo-btn a{
		width: 185px;
		padding: 15px;
		border-radius: 27px;
		background-color: var(--wp--preset--color--tradeweb-medium-blue, #0076A8);
		color: #ffffff;
		padding: 15px;
		transition: ease-in-out .3s;
	}
	header.site-header .request-demo-btn a:hover{
		background: #ffffff !important;
		color: var(--wp--preset--color--tradeweb-deep-blue, #011128) !important;
	}
	header.site-header .genesis-nav-menu .menu-item {
		margin-left: 30px;
		margin-bottom: 0;
	}
	header.site-header .genesis-nav-menu .menu-item:first-child{
		margin-left: 0;
	}
	header.site-header .header-widget-area {
		margin: 0;
		padding: 10px 0;
		position: absolute;
		right: 3%;
		z-index: 1;
	}
	header.site-header .header-widget-area .genesis-nav-menu{
		margin-bottom: 0;
	}
	header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
		color: var(--wp--preset--color--tradeweb-light-blue, #00B6DE);
	}

	header.site-header .genesis-nav-menu a:hover{
		color: var(--wp--preset--color--tradeweb-light-blue, #00B6DE);
	}

	header.site-header .request-demo-btn a:hover{
		background: #000000;
		color: #00B6DE
	}
	header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item::after {
		position: absolute;
		top: -10px;
		content: "";
		width: 100%;
		display: block !important;
		background: var(--wp--preset--color--tradeweb-light-blue, #00B6DE);
		height: 2px;
	}
	header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		width: 856px;
		box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.15);
		padding: 60px;
		margin-top: 20px;
	}

	header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu::after{
		width: 0;
		height: 0;
		border-left: 50px solid transparent;
		border-right: 50px solid transparent;
		border-bottom: 100px solid red;
		position:absolute;
		top:0;
		left:0;
		content:"";
	}
	header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		z-index: 999;
		border-radius: 0;
		background: #f1f1f1;
		background: linear-gradient(to bottom, #fff, #f1f1f1);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF1F1F1');
		border: 0;
		position: absolute;
		left: -100%;
		margin-left: -50px;
	}
	header.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link::before {
	/*  width: 60px !important;
	height: 60px !important;*/
	margin-right: 20px;
	background-size: cover !important;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	font-family: Roboto;

	font-size: 18px;

	font-weight: bold;
	line-height: 2.5;

	letter-spacing: normal;
}
.home header.site-header.stickycstm, header.site-header.stickycstm{

	background: #000;
}
.wp-custom-logo header.site-header.stickycstm .title-area {
	width: 75px;
}
.resource-head-content {
	max-width: 616px;
}
header.site-header.stickycstm .nav-primary{
	padding: 13px 0
}
header.site-header.stickycstm .header-widget-area{
	padding: 7px 0;
}
header.site-header.stickycstm .request-demo-btn a{
	padding: 10px 15px;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
	font-family: Roboto;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	margin-bottom: 0;
}

header.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link{
	color: #000
}

header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:hover,
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:hover{
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.24);

	background-color: #ebebeb;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	background: linear-gradient(to bottom, #fff, #f1f1f1);
	width: 176px;
	margin-top: 20px;
	left: -50%;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-21752 ul.mega-sub-menu{
	left: -45%;
}

header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu::before {

	display: block !important;
	content: "";
	position: absolute;
	transform: rotate(0deg);
	left: 20%;
	top: -15px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 15px solid #fefefe;

}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu:before {
	display: block !important;
	content: "";
	position: absolute;
	transform: rotate(0deg);
	left: 32%;
	top: -15px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 15px solid #f2f2f2;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	font-family: Roboto;
	font-size: 18px;
	font-weight: normal;
	line-height: 2;
	letter-spacing: normal;
	border-bottom: 1px solid #d9d9d9;
	text-align: center;
	padding: 4px;
	background: none;
	color: var(--wp--preset--color--tradeweb-dark-blue, #002D5B);
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	color: var(--wp--preset--color--tradeweb-medium-blue, #0076A8);
}
.black-btn, .red-btn, .green-btn, .single-middle-section .blog-content a.wp-block-button__link  {
	border-radius: 22.5px;
	font-family: Roboto;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	padding: 14px;
	min-width: 200px;
	color: #fff;
	text-transform: uppercase;
}
.black-btn{background: #000000;}
.red-btn{background: #00B6DE;}
.green-btn, .single-middle-section .blog-content a.wp-block-button__link{background:#a4d866;color: #000;}
.black-btn:hover,.red-btn:hover, .green-btn:hover, .single-middle-section .blog-content a.wp-block-button__link:hover {
	text-decoration:none;
}
.black-btn:hover{background:#ffffff !important;color: #000;}
.green-btn:hover, .single-middle-section .blog-content a.wp-block-button__link:hover{background-color: #000000 !important;color: #a4d866;}
.red-btn:hover{background: #ffffff !important;color: #000000;}

article{
	margin-bottom:0 !important;
}

#breadcrumbs {
	margin: 0;
	padding: 10px 0;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: normal;
	position: relative;
	z-index: 1;
}

.page-id-21 label{
	color:#00B6DE;
	margin-bottom:44px;
	text-transform:uppercase;
}
.page-id-21 .site-inner {
	position: relative;
	margin-top: -47px;
}

.footer-widgets {
	background: var(--wp--preset--color--tradeweb-deep-blue, #011128);
	padding-bottom: 90px;
	border: none;
}


.site-footer {
	background: var(--wp--preset--color--tradeweb-deep-blue, #011128);
	border: none;
	padding-top: 0;
	padding-bottom: 50px;
	text-align: left;
}

.site-footer .wrap{
	max-width: 1140px;
	width: 100%;
	margin:auto;
}

.site-footer p {
	margin-bottom: 0;
	color: #fff;
	font-family: Roboto;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.29;
	letter-spacing: normal;
}

.site-footer .nav-secondary a {
	margin-left: 0;
	margin-right: 0;
	padding: 0 10px;
	font-family: Roboto;

	font-size: 16px;

	font-weight: normal;


	line-height: 1.13;

	letter-spacing: normal;

	color: #696969;
	position: relative;
}
.site-footer .nav-secondary a span{
	border-bottom: 1px solid  #696969;
}
.site-footer .nav-secondary a:hover{
	color: #00B6DE;
}

.site-footer .nav-secondary a::after{
	height: 100%;
	width: 1px;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: #696969;
}

.site-footer .nav-secondary .genesis-nav-menu {
	line-height: 1.5;
	display: flex;
	margin-bottom: 35px;
}

.site-mega-menu-wrap-secondaryer .genesis-nav-menu .menu-item:first-child a{
	padding-left: 0;

}

.site-footer .genesis-nav-menu .menu-item:last-child a{
	padding-right: 0;
}
.site-footer .genesis-nav-menu .menu-item:last-child a::after{
	display: none;
}

.footer-widgets .footer-widget-area {
	float: none;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.footer-widget-area .widget_media_image{
	width: 150px;
	position: absolute;
	left: 0;
	top: 0;
}
@media (max-width: 1024px) {
	.footer-widget-area .widget_media_image{
		width: 100px;
	}
}
.footer-widget-area .widget_nav_menu{
	width: 100%;
	padding-left: 200px;
}

.footer-widgets .menu {
	display: flex;
	width: 100%;
	margin: 0 -15px;
}
.footer-widgets .menu li{
	width: 100%;
}
.footer-widgets .widget ul > li > a {
	font-family: Roboto;
	font-size: 25px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	color: var(--wp--preset--color--tradeweb-light-blue, #00B6DE);
	padding-bottom: 13px;
	border-bottom: solid 1px transparent;
	margin-bottom: 11px;
	display: block;
	text-decoration: navajowhite;
}

.footer-widgets .widget ul > li {
	margin-bottom: 0;
	padding: 0 15px;
}

.footer-widgets .widget .sub-menu li {
	margin-left: 0;
	padding: 0;
	margin-bottom: 0;
}

.footer-widgets .widget .sub-menu li a{
	font-family: Roboto;

	font-size: 16px;

	font-weight: normal;


	line-height: 1.13;

	letter-spacing: normal;
	color: #fff;
	padding-bottom: 0;
	border: none;
	margin-bottom: 0;
	display: inline-block;
}

.footer-widgets .widget .sub-menu li a:hover{
	color: var(--wp--preset--color--tradeweb-light-blue, #00B6DE);
}
.site-inner {max-width: 100%;padding: 0;}
[aria-label="Homepage"] {margin-bottom: 0;}
.site-inner .content{width: 100%;}
/*section.hero-bg-image {background-size: cover;background-position: center;}*/
.hero_content {
	width: 100%;
	text-align: left;
}
.out-team-dark-theme .cat-title {
	color: #fff;
}
.out-team-info {
	padding: 20px 30px;
}


.footer_cusom_logo a{
	width: 100px;
	height: 66px;
	font-size: 0 !important;
	background: url(/wp-content/uploads/icd-logo2x.png) no-repeat;
	background-size: cover;
}



a.read-more-blog {
	font-weight: bold;
	color: #0076A8 !important;
}
a.read-more-blog:hover {
	color: #000 !important;
}

.author-content b {
	display: block;
	font-weight: bold;
}

.author-content {
	font-size: 18px;
	font-weight: normal;
	line-height: 2;
	letter-spacing: normal;
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-bottom: 30px;
}

.author-content img.author-img {
	max-width: 65px;
	margin-left: auto;
	border-radius: 3px;
}


.hero-dark .caption-contant h1 {
	color: #000;
}

.hero-dark .caption-contant p {
	color: #000;
}

header.site-header .nav-primary .wrap{
	max-width: 100%;
	padding: 0;
}

.breadcrumbs-section {
	background: rgba(255, 255, 255, 0.7);
	position: relative;
	z-index: 1;
}
.out-team-block {
	padding: 40px 0;
}
.out-team-block .cat-title {
	text-align: center;
	margin-bottom: 60px;
	display: inline-block;
	width: 100%;
	font-weight: normal;
}
.col-inner-ourteam {
	background: #fff;
}
.col-inner-ourteam img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 338px;
}
.left-noimg-team{
	width: 117px;
	height: 153px;
	object-fit: cover;
}
.team-noimg-blog
{
	width: 260px;
	height: 340px;
	object-fit: cover;
}
.out-team-info h5 {
	font-size: 21px;
	color: #00B6DE;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 5px;
}

.out-team-info p {
	font-size: 18px;
	color: #000;
	font-weight:bold;
	line-height:27px;
	margin:0;
}
.col-inner-ourteam {
	background: #fff;
	margin-bottom: 30px;
	border: solid 1px #d4d4d4;
	min-height: calc(100% - 25px);
}

.col-inner-ourteam :hover h5{
	color:#000;
}

.out-team-info {
	padding: 15px 20px;
}
.out-team-bios, .return-directory-block {
    padding: 0 20px;
}
span.registered-tm {
    font-size: 12px;
    vertical-align: top;
}
.col-inner-ourteam a{
	display:block
}
.out-team-block {
	padding: 100px 0;
}
/*----------------resources-----------*/

div#blog-category-custom {
	display: flex;
	flex-wrap: wrap;
}
.accordion .cat_link a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	border-radius: 27px;
	border: solid 1px rgba(164, 216, 102, 0.5);
	background-color: #717073;
	min-height: 54px;
	display: flex;
	align-items: center;
	padding: 0 22px;
	text-transform: uppercase;
	margin-right: 20px;
}
.cat_link.current a, .cat_link a:hover {
	color: #000;
	background: #fff;
}

.posts-list .col-md-6 {
	margin-bottom: 45px;
}
.posts-list {margin-top: -212px;}
.navigation.pagination-listing {padding-top: 75px;padding-bottom: 100px;text-align: center;}
.navigation.pagination-listing a.prev.page-numbers {float: left;padding-left: 0;}
.navigation.pagination-listing a.next.page-numbers {float: right;padding-right: 0;}
.navigation.pagination-listing a.page-numbers {padding: 0 11px 0;font-size: 18px;font-weight: bold;line-height: normal;letter-spacing: normal;text-align: center;color: #0076A8;}
.navigation.pagination-listing a.page-numbers:hover {color: #000;}
.navigation.pagination-listing i{font-size: 23px;font-weight: bold;line-height: normal;letter-spacing: normal;color: #0076A8;vertical-align: middle;}
.navigation.pagination-listing a.page-numbers > i:hover {color: #000;}
span.page-numbers.current{font-size: 18px;font-weight: bold;padding: 0 5px 0;}
.navigation.pagination-listing i{padding-right: 5px;}
.navigation.pagination-listing i.fa.fa-angle-right{padding-left: 5px;}


/*------------resource single page----------------*/
.single-post .posts-list {
	margin-top: 0;
}
.single-blog-section .top-section, .single-blog-section .single-middle-section {
	width: 100%;
}
.single-blog-section .img-blog img{width: 100%;}
section.top-single-full {
	min-height: 313px;
	background-color: #000;
	color: #fff;
	background-image: url(/wp-content/uploads/single-2.png);
	background-repeat: no-repeat;
	background-position: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-size: 561px 400px;
}
.single-blog-date a {
	color: #fff;
	text-transform: uppercase;
}
.single-blog-date {
	font-size: 16px;
	font-weight: bold;
}
.single-middle-section  h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.single-middle-section  .out-team-info {
	padding-left: 0;
}
.single-middle-section p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.29;
}
.single-middle-section h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0;
}
section.single-blog-section {padding-top: 53px;}
.single-middle-section .image-blog img.img-blog {max-width: 100%;width: 100%;}
.single-middle-section .blog-content {
	padding-top: 35px;
}
.single-middle-section .blog-content p {
	font-family: Roboto;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: normal;
}
section.resource-team {
	background-color: #000;
	min-height: 563px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 60px;
}
section.resource-team .out-team-info span {
	font-weight: bold;
	line-height: 2.5;
	color: #00B6DE;
	text-transform: uppercase;
}
section.resource-team .out-team-info h2 a,section.resource-team .out-team-info h2 a:hover, section.resource-team .out-team-info,section.resource-team .out-team-info p {
	color: #fff;
}
section.resource-team .out-team-info h2 a, section.resource-team .out-team-info p {font-weight: normal;}
section.resource-team .out-team-info h2 {margin: 0 0 15px;}
section.resource-team .out-team-info h2 + p{margin-bottom: 30px;}
section.resource-team .out-team-info a.read-more-team {margin-top: 16px;display: inline-block;}
section.resource-team .out-team-info a.read-more-team:hover {
	color: #00B6DE;
}
.single-blog-section figure.wp-block-image {margin-bottom: 100px;}
.single-blog-section .ss-inline-share-wrapper .ss-social-share-label span {font-size: 18px;font-weight: bold;text-transform: uppercase;}
.single-blog-section p.ss-social-share-label {padding-bottom: 20px;}
.ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container>li {margin: 0 30px 6px 0!important;}
.related-post-section h6 {line-height: 2.5;text-transform: uppercase;}
.related-post-section {padding: 100px 0;}
.blog-content a.wp-block-button__link {margin-bottom: 40px;margin-top: 15px;}
/*---------------our team single---------------*/
.single-our-team-section {
	padding: 115px 0;
	background: #ebebeb;
}
.our-team-content .out-team-info {

	margin-bottom: 15px;
}
.our-team-content p{
	margin-bottom:25px;
}
.our-team-content .out-team-info h2{
	margin-bottom:12px;
	font-weight:normal;
	color: #000000;
}
.our-team-content {
	padding-left: 85px;
}
.our-team-content p {
	margin-bottom: 41px;
	font-size: 18px;
	line-height: 27px;
}
.our-team-content h3{
	margin-bottom:30px;
}
.return-directory-block a{
	font-size:16px;
	line-height:27px;
	font-weight:bold;
}
.return-directory-block a:hover{
	color:#00B6DE
}


.hero-dark a.downscollarrow{
	border-color: black;
}
.hero-light a.downscollarrow{
	border-color: white;
}

/*----------------------down arrow-------------------*/
a.downscollarrow {
	position: absolute;
	bottom: -115px;
	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
	height: 2vw;
	width: 2vw;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	transform: rotate(45deg);
	transition: border-width 150ms ease-in-out;
}

a.downscollarrow:hover{
	border-bottom-width: 2px;
	border-right-width: 2px;
}

.single-middle-section .out-team-info{
	font-size: 14px;
}


 .tribe-events-header .tribe-events-header__events-bar {
    /*border: solid 1px #ebebeb;*/
    background-color: #f6f9fc !important;
}
 .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search button.tribe-common-c-btn {
    border-radius: 22.5px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    display: inline-block;
    padding: 14px;
    min-width: 134px;
    color: #fff;
    text-transform: uppercase;
    background: #000000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
 span.tribe-events-c-view-selector__list-item-text {
    font-stretch: normal;
    font-style: normal;
    line-height: normal !important;
    letter-spacing: normal;
    text-align: right;
    font-family: Roboto !important;
    text-transform: uppercase;
}
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after{height:5px;}
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-button:after {
    height: 9px;
    width: 15px;
}
 time.tribe-common-h7 {
    font-family: Roboto;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000;
}
 span.tribe-events-calendar-list__event-date-tag-weekday, span.tribe-common-h5.tribe-common-h4--min-medium {
    font-family: Roboto !important;
    font-size: 36px !important;
    font-weight: bold !important;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #000 !important;
}
 span.tribe-events-calendar-list__event-date-tag-weekday {
    font-size: 18px !important;
}
 span.tribe-event-date-start, span.tribe-event-date-end {
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
}
 .tribe-events-calendar-list__event-details h3.tribe-events-calendar-list__event-title a {
    font-family: Roboto;
    font-size: 33px;
    font-weight: normal;
    line-height: 1.09;
    letter-spacing: normal;
    color: #0076A8;
}
 .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description {
    font-family: Roboto !important;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
}
 a.tribe-events-c-nav__prev, button.tribe-events-c-nav__next, a.tribe-events-c-nav__next, button.tribe-events-c-nav__prev {
    font-family: Roboto !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #00B6DE !important;
}
 .tribe-events-calendar-list__event-description p {
    font-family: Roboto;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: normal;
}
 .tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after{
    background-color: #00B6DE;
}
span.tribe-events-calendar-list__event-datetime-featured-text {
    font-family: Roboto !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 2.5;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #e56b59 !important;
}
.event_header_banner {
    min-height: 313px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00B6DE;
    display: flex;
    align-items: center;
}
.month-event-listing.odd-list {
    background-color: #ebebeb;
    padding: 1px 50px;
}
.tribe-events .tribe-events-calendar-list__month-separator {margin: 45px 0 45px;}
a.tribe-common-a11y-hidden {
    border-radius: 22.5px !important;
    width: 99px !important;
    padding: 10px 0 8px!important;
    font-family: Roboto !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase;
}
h3.tribe-events-calendar-list__event-title a:hover {
    text-decoration: none !important;
    border-bottom:0 !important;
}
address.tribe-events-calendar-list__event-venue.tribe-common-b2 {
    font-family: Roboto !important;
    font-size: 18px !important;
}
.tribe-events-c-small-cta span.tribe-events-c-small-cta__price {
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
a.tribe-common-c-btn-border.tribe-events-c-top-bar__today-button {
    background-image: url(/wp-content/uploads/bitmap@2x-1.png);
    background-repeat: no-repeat;
    background-size: 20px 15px;
    background-position: 18px center;
    padding-left: 30px !important;
}
.tribe-common .tribe-common-svgicon--featured,.tribe-common .tribe-common-svgicon--featured{
    background-image: url(/wp-content/uploads/bookmark.svg);
    height: 17px;
    width: 13px;
    background-position: bottom;
    top: 3px;
    position: relative;
}
.tribe-common .tribe-common-c-btn-icon--caret-right:disabled:before,.tribe-common .tribe-common-c-btn-icon--caret-right:before {
    background-image: url(/wp-content/uploads/copy-1.svg);
}
.tribe-common .tribe-common-c-btn-icon--caret-left:before{
    background-image: url(/wp-content/uploads/copy-1.svg) !important;
    transform: rotate(180deg);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:before,
.tribe-events .tribe-events-c-nav__prev:before,.tribe-events .tribe-events-c-nav__next:disabled:after, .tribe-events .tribe-events-c-nav__next:after{
    background-image: url(/wp-content/uploads/copy-2.svg) !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:before,
.tribe-events .tribe-events-c-nav__prev:before{transform: rotate(180deg);}
.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search, .tribe-events-c-view-selector__content {
    background-color: #f6f9fc !important;


}
.tribe-common-form-control-text__input.tribe-events-c-search__input.tribe-events-c-search__input--icon {
    background-position: left 20px top 25px;
    padding-left: 50px;
}
.event_header_banner p {
    font-size: 24px;
    line-height: 1.38;
}
/*---------------event detail 11-09-2020-----------------*/
.tribe-block.tribe-block__venue.tribe-block__venue--has-map {
    background: #00B6DE;
    padding: 60px;
}
.tribe-block__venue__name h3 {
    font-size: 33px !important;
    font-weight: normal !important;
    line-height: 1.09;
    color: #fff;
}
address.tribe-block__venue__address span.tribe-address {
    font-size: 18px !important;
    letter-spacing: normal;
    color: #fff;
}
address.tribe-block__venue__address {
    margin-top: 27px;
}
address.tribe-block__venue__address a.tribe-events-gmap {
    border-radius: 22.5px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    display: inline-block;
    padding: 14px;
    text-transform: uppercase;
    background: #000;
    max-width: 158px;
    color: #fff !important;
    margin-top: 27px;
}
h1.tribe-events-single-event-title.single_event_title,.tribe-events-schedule.single-events-schedule {
    display: block !important;
    background-color: transparent;
    border: 0;
}
p.tribe-events-back,h1.tribe-events-single-event-title,h2.tribe-events-schedule__datetime{display: none;}
h1.tribe-events-single-event-title.single_event_title {
    font-size: 39px;
    font-weight: bold;
    line-height: 1.15;
}
.tribe-events-schedule.single-events-schedule h3, .tribe-events-schedule.single-events-schedule span.tribe-events-cost {
    font-size: 18px;
    font-weight: bold;
}
.tribe-block__btn--link.tribe-block__events-gcal a, .tribe-block__btn--link.tribe-block__-events-ical a,a.tribe-events-ical.tribe-events-button,
a.tribe-events-gcal.tribe-events-button {
    border-radius: 22px;
    font-family: Roboto;
    font-size: 12px !important;
    font-weight: bold;
    line-height: normal;
    color: #6f6f6f !important;
    background-image: url(/wp-content/uploads/bitmap@2x-1.png);
    background-repeat: no-repeat;
    background-size: 20px 15px;
    background-position: 18px center;
    padding-left: 50px !important;
}
a.tribe-events-ical.tribe-events-button,a.tribe-events-gcal.tribe-events-button{
    border: 1px solid #e1e3e6;
    margin: 10px 15px 10px 0;
    min-height: 38px;
    padding: 0 17px 0 14px;
    line-height: 3;
}
.tribe-block__btn--link.tribe-block__events-gcal a img, .tribe-block__btn--link.tribe-block__-events-ical a img,.tribe-events-schedule.tribe-clearfix h2{
    display: none;
}
blockquote.wp-block-quote p, .tribe_events_cat-webinars h2, .tribe_events_cat-webinars p,.tribe-events-single-event-description.tribe-events-content p {
    font-family: Roboto !important;
    font-size: 18px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal !important;
    line-height: 1.5 !important;
    letter-spacing: normal;
}
.tribe_events_cat-webinars h2 {
    font-size: 27px!important;
}
.tribe_events_cat-webinars blockquote.wp-block-quote {
    margin: 50px 0 36px;
}
.tribe-block.tribe-block__organizer__details {
    margin-top: 60px;
}
.tribe-block__organizer__title h3 {
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 30px;
}
p.tribe-block__organizer__phone,p.tribe-block__organizer__website,p.tribe-block__organizer__email {
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    color: #00B6DE !important;;
}
p.tribe-block__organizer__phone {
    color: #000 !important;
}
span.tribe-block__event-price__cost {
    font-size: 27px !important;
    font-weight: bold;
}
span.tribe-block__event-price__description {
    font-size: 18px !important;
}
.tribe-block.tribe-block__event-website a {
    display: inline-block;
    min-width: 200px;
    color: #000;
    text-transform: uppercase;
    border-radius: 30.5px;
    box-shadow: 0 0 10px 0 rgba(67, 88, 41, 0.3);
    background-color: #a4d866;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
    padding: 15px 20px;
    margin: 21px 0 20px;
}

.fullwidth_venue {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    justify-content: center !important;
    padding: 60px 0 !important;
}
.event_organizer div{
    padding:0 15px;
}
.event_organizer p{
    padding:0 15px;
}
.tribe-block__venue.tribe-block__venue--has-map.fullwidth_venue .tribe-block__venue__map, .tribe-block__venue.tribe-block__venue--has-map.fullwidth_venue .tribe-block__venue__meta {
    width: 100%;
    flex-basis: inherit;
    max-width: 585px;
    padding: 0 15px;
}
#tribe-events-pg-template {
    padding: 40px 0;
}

.tribe-block.tribe-block__event-website a:hover{
background: #000;
color: #a4d866;
}

address.tribe-block__venue__address a.tribe-events-gmap:hover{
	background: #a4d866;
	color: #000 !important;
}

.site-container .wp-block-pullquote, .site-container .wp-block-quote {
    border: none;
    margin: 15px 0 0 !important;
}
.single-tribe_events .event_header_banner{background-size: contain;}

/*----------------------14-09-2020------------------*/
.out-team-bios h3 {
    color: #000;
}
.our-team-content .out-team-info span {
    color: #000;
    font-weight: bold;
    letter-spacing: normal;
}
.single-our-team-section .our-team-content p {
    font-weight: normal;

    color: #000;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 37px;
    padding-bottom: 100px;
}
.month-event-listing.even-list {
    padding: 0 50px;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime
{
	padding-left: 10px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
    width: 50%;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row{
	margin-top: 25px;
	margin-bottom: 50px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row:last-child {
    margin-bottom: 50px;
}
.blog-content ul,.blog-content ol{padding-left: 20px;}
.out-team-bios li, .entry-content li {
    list-style-type: disc;
}
.blog-content li {
	list-style-type: none;
}

.blog-content ul, .out-team-bios ul, .entry-content ol, .blog-content ul, .out-team-bios ol, .entry-content ol {
    margin-bottom: 35px;
    margin-top: 15px;
}
/* Sites-Locker */
.single-sales-lockers .posts-list {
	margin-top: 0;
}
/* single event listing */
.single-tribe_events .tribe-events-single ul li{ list-style-type: unset;}
.single-tribe_events .tribe-events-single ul{padding-left: 20px;}

@media  (min-width: 768px){
.single-our-team-section .our-team-content p,.our-team-content .out-team-info span {
    font-size: 18px;
    line-height: 1.5;
	}
}
@media screen and (min-width:0\0) {
	:-ms-input-placeholder {
		color: #b3b6b9 !important;
		font-weight: 400 !important;
	}
}
@media not all and (min-resolution:.001dpcm) { @media
	{
		input::-webkit-input-placeholder{color: #b3b6b9 !important;
			font-weight: 400 !important;}
			}}


			@media  (min-width: 768px) {

				.posts-list .col-md-4 {margin-bottom: 25px;}

				.resource-team .out-team-info {padding: 0;}
				.single-middle-section .image-blog, .single-middle-section .blog-content {padding-left: 15px;}
				.single-middle-section .team-box .image-our-team {max-width: 117px;}
			}
			@media (min-width: 1024px){
				/*section.half-block {min-height: 790px;}*/

				.stat-inner {padding-bottom: 13px;}
				.half-block-desktop .half-text .inner_col.inner_left_col_desktop {
					padding-left: 0;
					padding-right: 75px;
				}
				.half-block-desktop .half-text .inner_col.inner_right_col_desktop {
					padding-left: 75px;
					padding-right: 0;
					display: flex;
					flex-wrap: wrap;
					align-self: flex-start;
				}
				.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper{
					width: 50%;
				}
			}
			@media (min-width: 960px){
				.home header.site-header.stickycstm, header.site-header.stickycstm{
					position: fixed !important;
				}
			}
			@media  (min-width: 768px) and (max-width: 991px){
				.single-blog-section .single-middle-section .col-md-2 {max-width: 20%;}
				.single-blog-section .single-middle-section .col-md-10 {max-width: 80%;}
				.footer-widgets .widget ul > li > a{font-size: 16px;}
				.widget_media_image .widget-wrap {padding-left: 10px;}

			}

			@media  (max-width: 1199px) {
				header.site-header .header-widget-area{
					position: relative;
					right: 0;
				}
				.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
    				padding-left: 0;
				}
				.single-our-team-section {
					padding: 100px 0;
				}
				.request-bg-image {
					padding-top: 100px;
					padding-bottom: 100px;
				}
				.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details{
					width: 100%;
				}

				.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container{
					padding-left: 15px;
					padding-right: 15px;
				}
			}
			@media  (max-width: 1024px) {

				.out-team-block {padding: 80px 0;}
				.single-our-team-section {
					padding: 80px 0;
				}
				.single-blog-section figure.wp-block-image {margin-bottom: 80px;}

				.tribe-block.tribe-block__organizer__details, .tribe-block.tribe-block__event-price, .tribe-block.tribe-block__event-website,.tribe-block.tribe-block__events-link,.single-tribe_events .tribe-events-event-meta {
			        padding: 0 15px;
			    }
			    .tribe_events_cat-industry-event, div#tribe-events-footer,.tribe-events-single-event-description.tribe-events-content,.single-tribe_events .tribe-events-cal-links {
			    padding: 0 15px;
			    }
			    .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {width: 50%;}
			}
			@media  (max-width: 991px) {


				.tribe_events_cat-webinars .tribe-events-schedule {
        display: none;
    }
    .tribe-events-schedule.single-events-schedule {
        display: flex;
    }
    .tribe-block.tribe-block__event-website {
    text-align: center;
    }
    .tribe-events-sub-nav li a{
    background: transparent;
    color: #00B6DE !important;
    }
    .tribe_events_cat-industry-event, div#tribe-events-footer,.tribe-events-single-event-description.tribe-events-content,.single-tribe_events .tribe-events-cal-links,.single-tribe_events .tribe-events-event-meta {
    padding: 0;
    }


				.out-team-block {padding: 60px 0;}
				.out-team-block .cat-title{margin-bottom:40px}
				.accordion .cat_link a{padding: 0 20px;margin-right: 14px;min-height: 45px;}

				.posts-list.row {margin-top: -135px;}
				.single-post .posts-list{margin-top: 0;}
				.single-our-team-section {padding: 60px 0;}

				.navigation.pagination-listing {padding-top: 60px;padding-bottom: 60px;}

				.blog-date{font-size: 14px;}
				.single-blog-section figure.wp-block-image {margin-bottom: 60px;}
			}

			@media (min-width: 1024px) {
				header.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link::before{
					background-size: unset !important;
				}
			}


			@media (max-width: 1024px) {
				.request-demo-btn {
					display: none !important;
				}
				#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
				    display: block;
				}
				#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-69 > a.mega-menu-link {
				    padding-left: 20px !important;
				}
				header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
					left: 0;
					margin-left: 0px;
					width: 100%;
				}
				header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
					border: none;
					text-align: left;
					padding: 4px 20px;
					font-size: 12px;
				}
				header.site-header .nav-primary {
					display: none;
					position: fixed;
					top: 75px;
					background: #fff;
					right: 0;
					height: 100%;
					padding: 0;
					overflow: auto;
					width: calc(100% - 15px);
				}
				.wp-custom-logo header.site-header .title-area
				{
					width: 75px;
				}
				header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
					display: block;
				}
				header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
					margin-right: 0;
				}
				header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor::after{
					display: none !important;
				}
				header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
					color: #000;
					text-align: left;
					padding: 12px 20px;
					border-bottom: 1px solid #d9d9d9;
					font-size: 12px;
					background: #fff;
				}
				header.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
					float: right;
				}

				.mega-show-menu-in-mobile.request-demo-btn {
				    display: block !important;
				    text-align: center !important;
				    padding:30px 15px 15px !important;
				}
				header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-show-menu-in-mobile.request-demo-btn a {

					border-radius: 22.5px;
					font-family: Roboto;
					font-size: 14px;
					font-weight: bold;
					line-height: normal;
					letter-spacing: normal;
					text-align: center;
					display: inline-block;
					padding: 14px;
					min-width: 200px;
					color: #000000;
					text-transform: uppercase;
					background: #00B6DE;

				}
				header.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
					color: #000;
					padding:12px 20px;
				}
				header.site-header #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title,
				header.site-header #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description{
					font-size: 12px;
				}
				header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description{
					font-size: 12px;
				}
				header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
					width: 100%;
					box-shadow:none;
					padding: 0;
					margin-top: 0;
					position: relative;
					display: none;
				}
				header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
					width: 100%;
					background: #eceff2;
				}
				header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,
				header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
					padding: 0;
				}
				header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu::before{
					display: none !important;
				}
				header.site-header .header-widget-area{
					padding: 9px 0;
				}
				.menu-toggle {
					position: absolute;
					right: 15px;
					font-size: 0;
					background-color: var(--wp--preset--color--tradeweb-dark-blue, #002D5B);
					text-align: center;
					height: 30px;
					width: 36px;
					border-radius: 0px;
					padding: 0;
					margin-top: 12px;
				}

				header.site-header.stickycstm .nav-primary{
					top: 0px;
				}
				header.site-header .wrap{
					padding: 0 70px 0 15px;
				}
				header.site-header{
					background: #000;
					padding: 12px 0;
					position: relative;
				}
				.footer-widget-area .widget_nav_menu{
					padding-left: 115px;
				}
				header.site-header #mega-menu-wrap-primary .mega-menu-toggle{
					display: none !important;
				}
				header.site-header #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
					display: block;
					background: none;
				}
				header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
					color: #000;
					background: #eceff2;
				}
				header.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link::before {
					margin-right: 20px;
					background-size: 35px 40px !important;
					margin-top: 6px;
					width: 35px !important;
					height: 40px !important;
				}
				header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu::before{
					display:none !important;
				}
				header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
					margin-top:0;
					width:100%;;
					background: #eceff2;
					left: 0;
				}

				.page-id-21 .half-block{
					padding:60px 0;
				}

				.footer-widgets .menu{margin: 0;}
				header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item::after{display: none !important;}

				.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after{
					right: calc(100% - -12px);
				}
			}
			@media  (max-width: 767px) {
				h1{ font-size: 24px; line-height: 27px}
				h2{font-size: 20px;line-height: 24px;}
				h3{font-size: 18px;line-height: 24px;}
				h4{font-size: 16px;line-height: 18px;}
				p{font-size: 16px;}
				label{font-size: 14px;line-height: 16px;font-weight: bold;}

				header.site-header .nav-primary {
					top: 48px;
				}
				.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper{
					width: 100%;
				}
				.event_header_banner p { font-size: 18px; }

				.tribe-events-calendar-list .month-event-listing.even-list {
				    padding: 15px;
				}
				.wp-custom-logo header.site-header .title-area{
					width: 51px;
				}
				.posts-list.row {
					margin-top: 40px;
				}
				.posts-list .col-md-6, .posts-list .col-md-4 {
					margin-bottom: 10px;
				}
				.navigation.pagination-listing {
					padding-top: 40px;
					padding-bottom: 40px;
				}
				a.prev.page-numbers, a.next.page-numbers {
					margin-top: 7px;
				}
				.navigation.pagination-listing a.page-numbers,
				.navigation.pagination-listing i,
				span.page-numbers.current{font-size: 14px;}
				header.site-header .header-widget-area {
					padding:  0;
				}
				.menu-toggle{
					margin-top: 2px;
				}
				.wp-custom-logo header.site-header.stickycstm .title-area {
					width: 51px;
				}
				.footer-widget-area .widget_nav_menu{
					padding-left: 0px;
				}
				.footer-widget-area .widget_media_image{
					position: relative;
					width: 170px;
					margin: auto auto 27px;
				}
				.footer-widgets{
					text-align: center;
					padding-bottom: 0;
					padding-top: 25px;
				}
				.footer-widgets .menu{
					margin: 0;
					flex-wrap: wrap;
					padding: 0 15px;
				}
				.footer-widgets .widget ul > li{
					padding: 0;
					margin-bottom: 41px;
				}
				.site-footer{
					text-align: center;
					padding-bottom: 41px;
				}
				.site-footer .nav-secondary .genesis-nav-menu {
					margin-bottom: 0;
					justify-content: center;
					flex-wrap: wrap;
				}
				.site-footer .nav-secondary .menu-item{
					margin-bottom: 15px;
					padding: 0 10px;
				}
				.site-footer .nav-secondary a::after {
					display: none;

				}
				.site-footer .nav-secondary .menu-item::after {

					height: 100%;
					width: 1px;
					content: "";
					position: absolute;
					top: 0;
					right: 0;
					background: #696969;

				}
				.site-footer .nav-secondary a{
					padding: 0;
				}
				.site-footer .genesis-nav-menu .menu-item:last-child a {
					padding-right: 0;
					padding-left: 0;
				}
				.site-footer .genesis-nav-menu .menu-item:first-child a {
					padding-left: 0;
					padding-right: 0;
				}
				.site-footer .nav-secondary .menu-item:last-child::after{
					display: none;
				}

				.author-content{font-size: 16px;line-height: inherit;}



				.home header.site-header, header.site-header {position: sticky;padding: 7px 0;background-color: rgba(0, 0, 0, 1);}

				.black-btn, .red-btn, .green-btn, 	 .single-middle-section .blog-content a.wp-block-button__link {
					min-width: 174px;
					height: 40px;
					line-height: 1.1 !important;
					font-size: 18px !important;
					margin-bottom: 35px;
					margin-top: 15px;
				}

				.author-content {
				    font-size: 12px;
				    text-align: center;
				}
				.author-content b{padding-bottom: 10px;}

				.blog-date {
					font-size: 8px;
					font-weight: bold;
					position: relative;
					right: 0;
					padding: 0;
					bottom: 0;
				}

				.out-team-block {
					padding: 40px 0;
				}
				.single-our-team-section {
					padding: 40px 0;
				}
				.our-team-content {
					padding-left: 0;
				}
				.our-team-content p {
					margin-bottom: 20px;
					font-size: 14px;
					line-height: 27px;
				}
				.our-team-content h3 {
					margin-bottom: 10px;
				}
				.our-team-content {
					padding-left: 0;
					margin-top: 30px;
				}
				.image-our-team {
					text-align: center;
				}
				.our-team-content .out-team-info {
					padding: 0;
					text-align: center;
				}
				.out-team-bios, .return-directory-block {
				    padding: 0;
				}
				.our-team-content .out-team-info h2 {
					margin-bottom: 0;
					font-weight: normal;
				}
.month-event-listing.even-list{
	padding: 0;
}

				.return-directory-block a {font-size: 14px;}
				.accordion .cat_link a {padding: 0 15px;margin-right: 10px;margin-bottom: 10px;}


				.single-blog-section figure.wp-block-image {margin-bottom: 40px;}
				.single-middle-section .team-box .image-our-team img {width: 100%;}
				.single-middle-section h2{font-size: 21px;}
				.single-middle-section p{font-size: 18px;}
				.single-middle-section .team-box {margin-bottom: 30px;}
				.resource-team {margin-top: 30px;padding-top: 33px;}
				.resource-team .image-our-team img {width: 100%;}
				.resource-team .out-team-info {padding-left: 0;padding-right: 0;}
				.related-post-section {padding: 40px 0;}
				.card-section {
					padding: 40px 0;
				}
				a.downscollarrow{
					bottom: -35px;
					height: 4vw;
					width: 4vw;
				}
				 h1.tribe-events-single-event-title.single_event_title {
    font-size: 25px;
    padding-top: 31px;
    }
    .tribe-events-schedule.single-events-schedule h3, .tribe-events-schedule.single-events-schedule span.tribe-events-cost {
        font-size: 15px;
        font-weight: bold;
        display: inline-block;
    }
    .tribe-events-schedule.single-events-schedule {
        display: flex;
        padding: 0 0 15px;
    }
    .tribe-block.tribe-block__organizer__details, .tribe-block.tribe-block__event-price, .tribe-block.tribe-block__event-website, .tribe-block.tribe-block__events-link {
        padding: 0 15px;
    }
    blockquote.wp-block-quote p, .tribe_events_cat-webinars h2, .tribe_events_cat-webinars p,address.tribe-block__venue__address span.tribe-address{
        font-size: 16px !important;
    }
    .tribe_events_cat-webinars h2,.tribe-block__organizer__title h3 {
    font-size: 21px!important;
    line-height: initial !important;
    }
    .tribe-block.tribe-block__event-website a{font-size: 12px;}
    span.tribe-block__event-price__cost{font-size: 20px !important;}
    span.tribe-block__event-price__description{font-size: 15px !important;}
    .tribe-block.tribe-block__venue.tribe-block__venue--has-map {flex-direction: column;}
    .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__map, .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__meta {width: 100%;}
    .tribe-block__venue__name h3{font-size: 27px !important;}
    .tribe-block.tribe-block__venue.tribe-block__venue--has-map {padding: 49px 15px;}
    .tribe-events-schedule.tribe-clearfix{display:none;}
    a.tribe-events-ical.tribe-events-button, a.tribe-events-gcal.tribe-events-button{margin: 10px 10px 10px 0;}
    .tribe-block__venue.tribe-block__venue--has-map.fullwidth_venue .tribe-block__venue__map, .tribe-block__venue.tribe-block__venue--has-map.fullwidth_venue .tribe-block__venue__meta{
    max-width:100%;
    }
    .event_organizer p {
    padding: 0;
}
.event_organizer div {
    padding: 0;
}
.tribe-common .tribe-common-g-row{flex-wrap: wrap !important;}
span.tribe-common-h5.tribe-common-h4--min-medium {font-size: 25px !important; }
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {width: 100%;}
  .tribe-common img {max-width: 100%;}
  .event_header_banner{min-height: 125px;}
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar {flex-direction: column;align-items: baseline;}
  .tribe-events-c-events-bar__search-filters-container {margin-bottom: 10px !important;}
  .tribe-events-calendar-list__event-details h3.tribe-events-calendar-list__event-title a, .tribe-common--breakpoint-medium.tribe-common .tribe-common-h3{font-size: 25px;line-height: 1.32;}
  span.tribe-event-date-start, span.tribe-event-date-end, .tribe-events-calendar-list__event-description p{font-size: 16px;}
  span.tribe-events-calendar-list__event-datetime-featured-text{font-size: 16px !important;}
  a.tribe-events-c-nav__prev, button.tribe-events-c-nav__next{font-size: 15px !important;}
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {padding-bottom: 80px;padding-top: 50px;}

  .tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {padding-left: 20px;padding-right: 20px;}
			.tribe-events .tribe-events-calendar-list__event-wrapper{
	padding-left: 10px;
}
.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search, .tribe-events-c-view-selector__content {
    background-color: #f6f9fc !important;
    background-position: right 10px top 18px;
    padding-left: 10px;
    padding-right: 36px
}
.tribe-common-form-control-text__input.tribe-events-c-search__input.tribe-events-c-search__input--icon {
    background-position: left 20px top 18px !important;
    padding-left: 50px;
    padding-right: 10px;
}
.month-event-listing.odd-list{
	padding: 15px;
}
.tribe-events-calendar-list__event-details h3.tribe-events-calendar-list__event-title a{
	font-size: 20px;
}
span.tribe-event-date-start, span.tribe-event-date-end{
	font-size: 14px;
}
address.tribe-events-calendar-list__event-venue.tribe-common-b2{
	font-size: 14px !important;
}
.tribe-events .tribe-events-calendar-list__event-row:last-child {
    margin-bottom: 0;
}
span.tribe-events-calendar-list__event-date-tag-weekday, span.tribe-common-h5.tribe-common-h4--min-medium{
	font-size: 30px;
}
.tribe-events .tribe-events-calendar-list__event-row{
	margin-top: 0;
}
	.tribe-events .tribe-events-calendar-list__month-separator {
    margin: 20px 0 10px;
}
.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime::after {
    right: 0;
}
.tribe-events .tribe-events-calendar-list__event-date-tag{
	padding-right: 10px;
}
			}
