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

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/main.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/

/* stylelint-disable  selector-no-qualifying-type, declaration-no-important, selector-max-id */

/*   Maps
	--------------------------------------------------------------------------  */

/**
 * Breakpoints
 */

/**
 * Z-indices
 */

/* stylelint-disable  selector-no-qualifying-type, declaration-no-important, selector-max-id */

/*   Base Mixins
	--------------------------------------------------------------------------  */

/**
 * Applies clearfix to element
 */

/**
 * Expands element to "cover" relative parent
 */

/**
 * Applies font-smoothing
 */

/**
 * Customizes browser scroll bars (does not work in all browsers)
 * @author Hugo Giraudel
 * @param {size} $size Horizontal scrollbar's height and vertical scrollbar's width
 * @param {color} $foreground-color Scrollbar's color
 * @param {color} $background-color [mix($foreground-color, white, 50%)] Scrollbar's color
 */

/**
 * Positions element
 * @param {position} $position Either `relative`, `absolute` or `fixed`
 * @param {distance} $top Top offset
 * @param {distance} $right Right offset
 * @param {distance} $bottom Bottom offset
 * @param {distance} $left Left offset
 */

/**
 * Absolute positioning
 * @param {Arglist} $args - Offsets
 * @require {mixin} position
 */

/**
 * Relative positioning
 * @param {Arglist} $args - Offsets
 * @require {mixin} position
 */

/**
 * Fixed positioning
 * @param {Arglist} $args - Offsets
 * @require {mixin} position
 */

/**
 * Event Wrapper
 * @author Harry Roberts
 * @param {Bool} $self (false) - Whether or not to include current selector
 * @see https://twitter.com/csswizardry/status/478938530342006784 Original tweet from Harry Roberts
 *
 * Example Usage:
 * .example {
 *     text-decoration: none;
 *
 *     @include on-event {
 *         text-decoration: underline;
 *     }
 * }
 */

/**
 * Hides element accessibly
 */

/**
 * Sets webkit tap highlight color
 * @type {[type]}
 */

/**
 * Convers Photoshop letter spacing value to EM
 */

/**
 * Sizes element to be square
 */

/**
 * Sets form element placeholder text color
 */

/**
 * Builds media query with either a map or unit value
 * @param {Mixed} $breakpoint - the value to break upon. Can be a mapped value or an applicable measurement (800px, et al)
 * @param {String} $minmax ('min') - the polarity. should be 'min' or 'max'
 * @param {Bool} $autoreduce (true) - Whether or not to reduce the breakpoint by 1px when using a mapped breakpoint AND max
 * Example: @include respond-to(small)
 * Example: @include respond-to(599px, 'max')
 */

/**
 * Builds min/max media query for "in between" breakpoints
 */
.light-text .gtranslate-cover .active-language {
	color: #fff;
}

.light-text .gtranslate-cover .active-language:hover {
	color: #7dbf42;
}

.light-text .gtranslate-cover .active-language + svg path {
	fill: #fff;
}

.light-text .gtranslate-cover svg path {
	stroke: #fff;
}

.gtranslate-cover .active-language {
	color: #003446;
	font-size: .75rem;
	font-weight: 500;
	letter-spacing: .0125rem;
	line-height: 1.125rem;
	text-transform: uppercase;
}

.gtranslate-cover .active-language:hover {
	color: #7dbf42;
}

.gtranslate-cover .active-language + svg path {
	fill: #003446;
}

.gtranslate-cover svg path {
	stroke: #003446;
}

.gtranslate-cover .gtranslate-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 36px;
	padding: .5625rem .9375rem;
	gap: 8px;
}

.gtranslate-cover:hover .gtranslate-subnav {
	display: flex;
}

.gtranslate-cover .gtranslate-subnav {
	position: absolute;
	display: none;
	flex-direction: column;
	align-items: flex-start;
	padding: .9375rem 1.4375rem 1.4375rem 1.5625rem;
	background: #fff;
	gap: 10px;
}

.gtranslate-cover .gtranslate-subnav::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	background: #bfd42f;
	background: linear-gradient(90deg, #73d1f6 0%, #bfd42f 100%);
	content: "";
}

.gtranslate-cover .gtranslate-label {
	padding: .625rem 0;
	border-bottom: 1px solid rgba(26, 105, 138, .2);
	color: #003446;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: .0125rem;
	line-height: 1.125rem;
	text-transform: capitalize;
}

.gtranslate-cover .gtranslate_wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.gtranslate-cover .glink {
	position: relative;
	padding: 0 .3125rem 0 1.5rem;
	color: #003446;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .0125rem;
	line-height: 1.125rem;
	text-transform: capitalize;
}

.gtranslate-cover .glink::before {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 15.438px;
	height: 15.438px;
	border: 1px solid #335d6b;
	border-radius: 50%;
	content: "";
}

.gtranslate-cover .glink::after {
	position: absolute;
	top: 4px;
	left: 3px;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #fff;
	content: "";
}

.gtranslate-cover .glink.gt-current-lang {
	font-weight: 500;
}

.gtranslate-cover .glink.gt-current-lang::after {
	background-color: #bed432;
}

.gtranslate-cover .glink:hover::after {
	background-color: #bed432;
}

/* stylelint-disable  selector-no-qualifying-type, declaration-no-important, selector-max-id */
.single-event .wrapper {
	max-width: 1400px;
	padding: 0 1.25rem;
}

.single-event h3 {
	color: #003446;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 350;
	line-height: 1.2;
}

.single-event h4 {
	margin-bottom: 2rem;
	color: #003446;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 350;
	line-height: 1.2;
}

.single-event p {
	color: #5b5b5b;
	font-size: 1rem;
	font-style: normal;
	font-weight: 350;
	letter-spacing: .00338rem;
	line-height: 1.5555555556;
}

.single-event .button-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 32px;
}

.microheading {
	color: #003446;
	font-size: .875rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
}

.eyebrowheading {
	color: #003446;
	font-size: .875rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
}

.eyebrowheading::after {
	display: block;
	width: 64px;
	height: 2px;
	margin: 2rem 0;
	background: linear-gradient(90deg, #73d1f6 0%, #bfd42f 100%);
	background: linear-gradient(90deg, var(--Light-Cyan, #73d1f6) 0%, var(--Lime, #bfd42f) 100%);
	content: "";
}

.event-detail-hero {
	padding: 3.125rem 0 0;
	background-size: cover;
}

.event-detail-hero .date-info {
	color: #bfd42f;
	font-size: 1rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
}

.event-detail-hero .date-info::after {
	display: block;
	width: 80px;
	height: 4px;
	margin: 1.5rem 0 2rem;
	background: linear-gradient(90deg, #73d1f6 0%, #bfd42f 100%);
	background: linear-gradient(90deg, var(--Light-Cyan, #73d1f6) 0%, var(--Lime, #bfd42f) 100%);
	content: "";
}

.event-detail-hero .title {
	margin-bottom: 1rem;
	color: #fff;
	font-size: 2rem;
	font-style: normal;
	font-weight: 350;
	line-height: 1.1;
}

.event-detail-hero .description {
	margin-bottom: 2rem;
	color: #fff;
	font-size: 1rem;
	font-style: normal;
	font-weight: 350;
	letter-spacing: .003rem;
	line-height: 1.73125;
}

.event-detail-hero .button-container a {
	color: #fff;
}

.event-detail-hero .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.event-detail-hero .left-content {
	width: 100%;
}

.event-detail-hero .left-content .button-container {
	flex-wrap: wrap;
}

.event-detail-hero .right-content {
	width: 100%;
	margin-top: 1.875rem;
}

.event-detail-hero .hero-bar {
	width: calc(100% + 40px);
	margin-top: 2.5rem;
	margin-right: -1.25rem;
	margin-left: -1.25rem;
	border-radius: 0;
	background: linear-gradient(to right, #73d1f6, #bfd42f);
	backdrop-filter: blur(8px);
}

.event-detail-hero .hero-bar .hero-bar-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: .25rem 0 0;
	padding: 1.5rem;
	border-radius: 0;
	background: #fff;
	gap: 40px 15px;
}

.event-detail-hero .hero-bar .joinus {
	width: 100%;
	color: #112d51;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
}

.event-detail-hero .hero-bar .booth, .event-detail-hero .hero-bar .date, .event-detail-hero .hero-bar .location, .event-detail-hero .hero-bar .time {
	width: 45%;
}

.event-detail-hero .hero-bar .button {
	width: 100%;
	margin: auto;
}

.event-detail-hero .hero-bar .label {
	display: block;
	margin-bottom: .5rem;
	opacity: .5;
	color: #003446;
	font-size: .8125rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
}

.event-detail-hero .hero-bar .value {
	color: #003446;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.1;
}

.event-testimonial-slider {
	margin-bottom: 5.9375rem;
}

.event-testimonial-slider .content {
	margin-bottom: 3.125rem;
}

.event-testimonial-slider .slider {
	position: relative;
	border-radius: 16px;
	background: #003446;
}

.event-testimonial-slider .slider .slick-slide {
	height: auto;
	padding: 1.875rem 1.25rem;
}

.event-testimonial-slider .slider .item {
	max-width: 800px;
	margin: auto;
	color: #fff;
	text-align: center;
}

.event-testimonial-slider .slider .item svg {
	width: 51.726px;
	height: 42.305px;
}

.event-testimonial-slider .slider blockquote {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 350;
	line-height: 1.5;
	margin-left: 0;
	margin-right: 0;
}

.event-testimonial-slider .slider .name {
	font-size: 1rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .003rem;
	line-height: 1.73;
}

.event-testimonial-slider .slider .company {
	font-size: 1rem;
	font-style: normal;
	font-weight: 350;
	letter-spacing: .003rem;
	line-height: 1.73;
}

.event-testimonial-slider .slick-arrow {
	position: absolute;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}

.event-testimonial-slider .slick-prev {
	top: calc(50% - 32px);
	left: 90px;
}

.event-testimonial-slider .slick-next {
	top: calc(50% - 32px);
	right: 90px;
}

.event-testimonial-slider .slick-dots {
	position: absolute;
	bottom: -35px;
	left: 50%;
	display: flex;
	margin: 0;
	padding: 0;
	transform: translateX(-50%);
}

.event-testimonial-slider .slick-dots li {
	width: 8px;
	height: 8px;
	margin: .1875rem;
	border-radius: 50%;
	background-color: #d9d9d9;
	cursor: pointer;
}

.event-testimonial-slider .slick-dots li.slick-active {
	background-color: #003446;
}

.event-testimonial-slider .slick-dots li::marker {
	display: none;
	content: none;
}

.event-testimonial-slider .slick-dots button {
	display: none;
}

.event-media-slider {
	padding: 4.6875rem 0;
	background: #f8f8f8;
}

.event-media-slider .wrapper {
	max-width: 100%;
	padding: 0;
}

.event-media-slider .heading-wrapper {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3.75rem;
	text-align: center;
}

.event-media-slider .slider {
	height: 172px;
	margin: 0 auto;
}

.event-media-slider .slider .slick-list {
	overflow: visible;
}

.event-media-slider .slider img {
	width: 100%;
	border-radius: 16px;
	-o-object-fit: cover;
	object-fit: cover;
}

.event-media-slider .slider video {
	width: 100%;
	border-radius: 16px;
}

.event-media-slider .slide-item {
	position: relative;
	width: 300px;
	border-radius: 16px;
}

.event-media-slider .slide-item::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .8;
	border-radius: 16px;
	background: linear-gradient(0deg, rgba(0, 52, 70, .8) 0%, rgba(0, 52, 70, .8) 100%);
	content: "";
	transition: all .4s ease-in-out;
}

.event-media-slider .slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 .3125rem 0 0;
	transform: scale(.9);
	border-radius: 16px;
	transition: all .4s ease-in-out;
}

.event-media-slider .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 62px;
	height: 62px;
	padding: 0;
	transform: translateY(-50%) translateX(-50%);
	border: none;
	background-color: transparent;
	background-size: 62px;
	content: "";
	cursor: pointer;
}

.event-media-slider .play-button svg {
	width: 62px;
	height: 62px;
}

.event-media-slider .slick-slide, .event-media-slider .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
	transform: scale(.9, .9);
	transition: all .4s ease-in-out;
}

.event-media-slider .slick-center, .event-media-slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
	transform: scale(1.04);
}

.event-media-slider .slick-current.slick-active {
	transform: scale(1.04);
}

.event-media-slider .slick-current.slick-active .slide-item::before {
	border-radius: 16px;
	background: linear-gradient(0deg, rgba(88, 88, 88, .2) 0%, rgba(88, 88, 88, .2) 100%);
}

.event-media-content {
	margin: 2.5rem 0;
}

.event-media-content .wrapper {
	display: flex;
	flex-direction: column-reverse;
	gap: 32px;
}

.event-media-content .image-wrapper {
	width: 100%;
}

.event-media-content .content-wrapper {
	width: 100%;
}

.event-media-content .content-wrapper p {
	color: #5b5b5b;
	font-size: 1rem;
	font-style: normal;
	font-weight: 350;
	letter-spacing: .00338rem;
	line-height: 1.5555555556;
}

.event-media-content .content-wrapper p strong {
	color: #003446;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5031818182;
}

.event-media-content .content-wrapper ul {
	padding: 0;
	list-style: none;
}

.event-media-content .content-wrapper ul li {
	position: relative;
	margin-bottom: 1.5rem;
	padding-left: 2.375rem;
	color: #5b5b5b;
	font-size: 1rem;
	font-style: normal;
	font-weight: 350;
	letter-spacing: .00338rem;
	line-height: 1.5555555556;
}

.event-media-content .content-wrapper ul li strong {
	font-weight: 500;
}

.event-media-content .content-wrapper ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 27px;
	height: 27px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI4LjQxODIgMTQuNzA5MUMyOC40MTgyIDcuMTM3NzggMjIuMjgwNSAxIDE0LjcwOTEgMUM3LjEzNzc4IDEgMSA3LjEzNzc4IDEgMTQuNzA5MUMxIDIyLjI4MDUgNy4xMzc3OCAyOC40MTgyIDE0LjcwOTEgMjguNDE4MkMyMi4yODA1IDI4LjQxODIgMjguNDE4MiAyMi4yODA1IDI4LjQxODIgMTQuNzA5MVoiIHN0cm9rZT0idXJsKCNwYWludDBfbGluZWFyXzExN18zOSkiIHN0cm9rZS13aWR0aD0iMS43NjQ3MSIvPgo8cGF0aCBkPSJNMTIuNzYxOSAxOS4wNTczTDguODE2IDE1LjExMTRDOC43NTk2MiAxNS4wNTUxIDguNzE0OSAxNC45ODgxIDguNjg0NCAxNC45MTQ1QzguNjUzODkgMTQuODQwOCA4LjYzODE4IDE0Ljc2MTkgOC42MzgxOCAxNC42ODIyQzguNjM4MTggMTQuNjAyNSA4LjY1Mzg5IDE0LjUyMzUgOC42ODQ0IDE0LjQ0OTlDOC43MTQ5IDE0LjM3NjIgOC43NTk2MiAxNC4zMDkzIDguODE2IDE0LjI1MjlMOS42NzQ1MyAxMy4zOTQ0QzkuNzMwOSAxMy4zMzggOS43OTc4MiAxMy4yOTMzIDkuODcxNDcgMTMuMjYyOEM5Ljk0NTEzIDEzLjIzMjMgMTAuMDI0MSAxMy4yMTY2IDEwLjEwMzggMTMuMjE2NkMxMC4xODM1IDEzLjIxNjYgMTAuMjYyNSAxMy4yMzIzIDEwLjMzNjEgMTMuMjYyOEMxMC40MDk4IDEzLjI5MzMgMTAuNDc2NyAxMy4zMzggMTAuNTMzMSAxMy4zOTQ0TDEzLjE5MDcgMTYuMDUyOUwxOC44ODQ1IDEwLjM1OTFDMTguOTQwOSAxMC4zMDI3IDE5LjAwNzggMTAuMjU4IDE5LjA4MTUgMTAuMjI3NUMxOS4xNTUxIDEwLjE5NyAxOS4yMzQxIDEwLjE4MTMgMTkuMzEzOCAxMC4xODEzQzE5LjM5MzUgMTAuMTgxMyAxOS40NzI1IDEwLjE5NyAxOS41NDYxIDEwLjIyNzVDMTkuNjE5OCAxMC4yNTggMTkuNjg2NyAxMC4zMDI3IDE5Ljc0MzEgMTAuMzU5MUwyMC42MDE2IDExLjIxNzZDMjAuNjU4IDExLjI3NCAyMC43MDI3IDExLjM0MDkgMjAuNzMzMiAxMS40MTQ2QzIwLjc2MzcgMTEuNDg4MiAyMC43Nzk0IDExLjU2NzIgMjAuNzc5NCAxMS42NDY5QzIwLjc3OTQgMTEuNzI2NiAyMC43NjM3IDExLjgwNTUgMjAuNzMzMiAxMS44NzkyQzIwLjcwMjcgMTEuOTUyOSAyMC42NTggMTIuMDE5OCAyMC42MDE2IDEyLjA3NjFMMTMuNjIwNCAxOS4wNTczQzEzLjU2NCAxOS4xMTM3IDEzLjQ5NzEgMTkuMTU4NCAxMy40MjM1IDE5LjE4ODlDMTMuMzQ5OCAxOS4yMTk0IDEzLjI3MDkgMTkuMjM1MSAxMy4xOTExIDE5LjIzNTFDMTMuMTExNCAxOS4yMzUxIDEzLjAzMjUgMTkuMjE5NCAxMi45NTg4IDE5LjE4ODlDMTIuODg1MiAxOS4xNTg0IDEyLjgxODIgMTkuMTEzNyAxMi43NjE5IDE5LjA1NzNaIiBmaWxsPSIjOUVEQUYxIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTE3XzM5IiB4MT0iMi42MzIzNSIgeTE9IjI1LjkyNDciIHgyPSIyOC42NzQxIiB5Mj0iMjMuOTA1OSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNzNEMUY2Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0JGRDQyRiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
	background-size: cover;
	content: "";
}

.event-media-content.media-content-left .wrapper {
	flex-direction: column-reverse;
}

.event-media-content .schedule-meeting-code {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 2.1875rem 1.25rem 3.125rem;
	border-radius: 16px;
	background: #189a78;
}

.event-media-content .schedule-meeting-code h4 {
	color: #fff;
	text-align: center;
}

.event-media-content .schedule-meeting-code .calendly-inline-widget {
	min-height: 890px;
	border-radius: 16px;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .2);
	background: #fff;
}

.event-media-content .schedule-meeting-code iframe {
	min-height: 890px;
	border-radius: 16px;
}

.event-media-content .schedule-a-meeting-cta-container {
	display: inline-block;
	margin-top: 1rem;
	padding: 2rem;
	border: 2px solid #189a78;
	border-radius: 16px;
	background: #fff;
}

.event-media-content .schedule-a-meeting-cta-container h4 {
	margin-bottom: 1rem;
}

.event-media-content .schedule-a-meeting-cta-container p {
	margin-bottom: 1rem;
}

/* stylelint-disable  selector-no-qualifying-type, declaration-no-important, selector-max-id */

/* This style copy from the backend Customizing Additional CSS */

/*home-hero*/
.homepage-hero .content {
	max-width: 1400px;
}

/*home-featured*/
.featured-resources .resource .image .placeholder {
	padding-bottom: 50%;
}

/*keyframe*/
.subpage-hero .image img {
	max-height: 100%;
}

/*training-certification*/
.twocolumntext {
	-moz-column-gap: 40px;
	column-gap: 40px;
	-moz-column-count: 2;
	column-count: 2;
}

.archive-post-grid.grid-member.featured .wrapper > h3 {
	text-align: left;
}

/* home video 2023-11-20 */
.video-module .wrapper > * {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}

/* end home video*/
.lp-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 50px;
	gap: 50px;
}

.lp-container .lp-side {}

.site-footer .nav > .nav-element {
	margin: 0 1.875rem;
}

.site-footer .nav > .nav-element a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

/*HUBSPOT FORM*/
.site-content ul.inputs-list li, .site-content ul.no-list li {
	padding-left: 0;
	background: none;
}

.hbspt-form h1 span {
	font-family: inherit !important;
}

.hbspt-form input[type=email], .hbspt-form input[type=text] {
	width: 100%;
	padding: .5rem;
	border: 2px solid #ccc;
	border-radius: 5px;
}

.hbspt-form .hs-fieldtype-textarea.hs-input {
	width: 100%;
	padding: .5rem;
	border: 2px solid #ccc;
	border-radius: 5px;
}

.hbspt-form input[type=email].error, .hbspt-form input[type=text].error {
	border-color: #f2545b;
}

.hbspt-form .hs-error-msg {
	color: #f2545b;
}

.hbspt-form input[type=checkbox] {
	margin-right: .625rem;
	margin-bottom: 0;
}

.site-content .hbspt-form .hs-form-checkbox {
	margin-bottom: 0;
}

.site-content .hbspt-form .hs-fieldtype-text {
	margin-bottom: 1.5rem;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
	margin-top: .625rem;
}

.hbspt-form .actions input[type=submit] {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	margin-top: 1.25rem;
	padding: 1.25rem 2.5rem 1.125rem;
	outline: none;
	border: 1px solid transparent;
	border-radius: 4px;
	border-radius: 50px;
	background: transparent;
	background: linear-gradient(to right, #73d1f6, #bfd42f);
	color: #373f41;
	font-family: "Brandon Grotesque", sans-serif;
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: .0125rem;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	-webkit-text-decoration: none;
	text-decoration: none;
	cursor: pointer;
	transition: .3s all ease-in-out;
}

.hbspt-form .actions input[type=submit]:hover {
	opacity: .7;
}

.page-id-41944 .hbspt-form h1 {
	display: none;
}

.video-play-btn i {
	pointer-events: none;
}

.site-content .wysiwyg-columns.laning-two-columns ul li {
	margin-bottom: .375rem;
	font-size: 1.25rem;
	font-weight: 500;
}

.site-content .wysiwyg-columns.laning-two-columns p {
	font-size: 1.25rem;
	font-weight: 500;
}

.site-content .wysiwyg-columns.laning-two-columns .small-title {
	display: block;
	margin: 3.75rem 0 0;
}

.site-content .iconlist-cards .item .title strong {
	font-weight: 500;
}

.site-content.landing-page .event-testimonial-slider .slider {
	background: linear-gradient(180deg, #5d8500 0%, #3e4f00 40%, #020300 100%);
}

.site-content.landing-page .event-testimonial-slider .content h3 {
	font-weight: 600;
}

.site-content.landing-page .iconlist-cards .item figure img {
	height: 80px;
}

.landing-hero {
	margin: 0;
	padding: 2.5rem 0;
	border-bottom: 31px solid #84bd00;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.landing-hero .content {
	width: 100%;
	padding: 5rem 0;
}

.landing-hero .landing-logo img {
	width: 600px;
	max-width: 75%;
}

.landing-hero h1 {
	color: #fff;
	font-size: 1.25rem;
	font-style: Roman;
	font-weight: 400;
	letter-spacing: 0%;
	line-height: 100%;
}

.landing-hero h2 {
	margin: 0 0 1.25rem;
	color: #84bd00;
	font-size: 2.875rem;
	font-style: Heavy;
	font-weight: 800;
	letter-spacing: 0%;
	line-height: 100%;
}

.landing-hero h3 {
	color: #fff;
	font-family: Avenir;
	font-size: 2rem;
	font-style: Roman;
	font-weight: 400;
	letter-spacing: 0%;
	line-height: 100%;
}

.landing-hero .button {
	padding: 1rem 1.875rem;
	border-radius: 900px;
	background-color: #84bd00;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0%;
	line-height: 100%;
	text-align: center;
	text-transform: none;
}

.landing-hero .button::after {
	display: none;
}

.leftright-imagetext .offer-block {
	position: relative;
	vertical-align: middle;
	width: calc(100% - 60px);
	margin-top: 3.5rem;
	padding: 1.25rem 6.875rem 1.25rem 1.25rem;
	border: 2px solid #84bd00;
	border-radius: 16px;
	font-family: Avenir;
	font-size: 1.25rem;
	font-style: Book;
	font-weight: 350;
	letter-spacing: 0%;
	line-height: 120%;
}

.leftright-imagetext .offer-block strong {
	color: #003446;
	font-weight: 800;
}

.leftright-imagetext .offer-block .offer {
	position: absolute;
	top: 50%;
	right: -60px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	padding: 1.875rem;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #84bd00;
	color: #fff;
	font-family: Avenir;
	font-size: 2rem;
	font-style: Heavy;
	font-weight: 800;
	letter-spacing: 0%;
	line-height: 100%;
	text-align: center;
}

/* stylelint-disable  selector-no-qualifying-type, declaration-no-important, selector-max-id */
.two-column-with-form .wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.two-column-with-form .wrapper .content-block {
	width: 100%;
}

.two-column-with-form .wrapper .description {
	margin-bottom: 1.875rem;
}

.two-column-with-form .wrapper .description p {
	font-size: 1.125rem;
	font-style: Roman;
	font-weight: 400;
	font-weight: 400;
	letter-spacing: 0%;
	line-height: 120%;
}

.two-column-with-form .wrapper .description p a {
	color: #84bd00;
	font-style: Heavy;
	font-weight: 400;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.two-column-with-form .wrapper .description p a:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.two-column-with-form .wrapper .image-block {
	display: flex;
	align-items: flex-end;
	width: 100%;
	padding: 18.75rem 1.875rem 1.875rem;
	overflow: hidden;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.two-column-with-form .wrapper .image-block .contets {
	max-width: 500px;
}

.two-column-with-form .wrapper .image-block h3 {
	vertical-align: middle;
	color: #fff;
	font-size: 2rem;
	font-style: Heavy;
	font-weight: 800;
	letter-spacing: 0%;
	line-height: 100%;
}

.two-column-with-form .wrapper .image-block h4 {
	vertical-align: middle;
	color: #fff;
	font-family: Avenir;
	font-size: 1.375rem;
	font-style: Roman;
	font-weight: 400;
	letter-spacing: 0%;
	line-height: 120%;
}

.two-column-with-form .wrapper .form-block {
	width: 100%;
	margin-top: 1.875rem;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
	background-color: #fff;
}

.two-column-with-form .wrapper .form-title {
	padding: 1.25rem 1.875rem;
	background-color: #84bd00;
	color: #fff;
	font-family: Avenir;
	font-size: 1.625rem;
	font-style: Heavy;
	font-weight: 800;
	letter-spacing: 0%;
	line-height: 120%;
}

.two-column-with-form .wrapper .gform_wrapper {
	padding: 1.25rem 1.875rem;
}

.two-column-with-form .wrapper .gform_wrapper .gform_title {
	margin-bottom: 2rem;
	font-size: 1.5rem;
	font-style: Bold;
	font-weight: 700;
	letter-spacing: 0%;
	line-height: 100%;
}

.two-column-with-form .wrapper .gform_wrapper input[type=checkbox], .two-column-with-form .wrapper .gform_wrapper input[type=email], .two-column-with-form .wrapper .gform_wrapper input[type=number], .two-column-with-form .wrapper .gform_wrapper input[type=radio], .two-column-with-form .wrapper .gform_wrapper input[type=tel], .two-column-with-form .wrapper .gform_wrapper input[type=text], .two-column-with-form .wrapper .gform_wrapper select, .two-column-with-form .wrapper .gform_wrapper textarea {
	height: auto;
	padding: 1.5rem 0;
	border: 0;
	border-bottom: 1px solid #000;
	border-radius: 0;
	box-shadow: none;
	font-family: Avenir;
	font-size: 1.25rem;
	font-style: Roman;
	font-weight: 400;
	letter-spacing: 0%;
	line-height: 100%;
	transition: all .3s ease-out;
}

.two-column-with-form .wrapper .gform_wrapper input[type=checkbox]:focus, .two-column-with-form .wrapper .gform_wrapper input[type=email]:focus, .two-column-with-form .wrapper .gform_wrapper input[type=number]:focus, .two-column-with-form .wrapper .gform_wrapper input[type=radio]:focus, .two-column-with-form .wrapper .gform_wrapper input[type=tel]:focus, .two-column-with-form .wrapper .gform_wrapper input[type=text]:focus, .two-column-with-form .wrapper .gform_wrapper select:focus, .two-column-with-form .wrapper .gform_wrapper textarea:focus {
	outline: none;
	box-shadow: none;
}

.two-column-with-form .wrapper .gform_wrapper input[type=checkbox]::-moz-placeholder, .two-column-with-form .wrapper .gform_wrapper input[type=email]::-moz-placeholder, .two-column-with-form .wrapper .gform_wrapper input[type=number]::-moz-placeholder, .two-column-with-form .wrapper .gform_wrapper input[type=radio]::-moz-placeholder, .two-column-with-form .wrapper .gform_wrapper input[type=tel]::-moz-placeholder, .two-column-with-form .wrapper .gform_wrapper input[type=text]::-moz-placeholder, .two-column-with-form .wrapper .gform_wrapper select::-moz-placeholder, .two-column-with-form .wrapper .gform_wrapper textarea::-moz-placeholder {
	opacity: 1;
}

.two-column-with-form .wrapper .gform_wrapper input[type=checkbox]::placeholder, .two-column-with-form .wrapper .gform_wrapper input[type=email]::placeholder, .two-column-with-form .wrapper .gform_wrapper input[type=number]::placeholder, .two-column-with-form .wrapper .gform_wrapper input[type=radio]::placeholder, .two-column-with-form .wrapper .gform_wrapper input[type=tel]::placeholder, .two-column-with-form .wrapper .gform_wrapper input[type=text]::placeholder, .two-column-with-form .wrapper .gform_wrapper select::placeholder, .two-column-with-form .wrapper .gform_wrapper textarea::placeholder {
	opacity: 1;
}

.two-column-with-form .wrapper .gform_wrapper textarea {
	max-height: 100px;
	border-top: 1px solid #000;
}

.two-column-with-form .wrapper .gform_wrapper .gfield_label {
	margin: 1.5rem 0;
	font-family: Avenir;
	font-size: 1.25rem;
	font-style: Roman;
	font-weight: 400;
	letter-spacing: 0%;
	line-height: 100%;
}

.two-column-with-form .wrapper .gform_wrapper .gform_fields {
	row-gap: 0;
	border-top: 1px solid #000;
}

.two-column-with-form .wrapper .gform_wrapper .ginput_container_consent {
	margin: 1.5rem 0 1rem;
}

.two-column-with-form .wrapper .gform_wrapper .ginput_container_consent input {
	width: 24px;
	height: 24px;
	padding: 0;
	border: 1px solid #000;
	border-radius: 50%;
}

.two-column-with-form .wrapper .gform_wrapper .ginput_container_consent .gform-field-label {
	font-size: .9375rem;
	font-style: Roman;
	font-weight: 400;
	letter-spacing: 0%;
	line-height: 1.5;
}

.two-column-with-form .wrapper .gform_wrapper .ginput_container_consent input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #84bd00;
	font-size: 0;
}

.two-column-with-form .wrapper .gform_wrapper .gform_button {
	padding: 1.25rem 3.125rem !important;
	border-radius: 900px !important;
	background-color: #84bd00 !important;
	color: #fff !important;
	font-size: 1.5rem !important;
	font-style: Heavy !important;
	font-weight: 800 !important;
	letter-spacing: 0% !important;
	line-height: 100% !important;
	text-align: center !important;
	text-transform: uppercase !important;
	cursor: pointer;
	pointer-events: all;
}

.two-column-with-form .wrapper .gform_wrapper .gform_button:hover {
	background: linear-gradient(to right, #73d1f6, #bfd42f);
}

.layout-wrapper-start {
	width: 100%;
	padding: 4.375rem 0;
}

.layout-wrapper-start > * {
	margin: 0;
}

.heading-with-line {
	position: relative;
	vertical-align: middle;
	margin: 0 0 1.875rem;
	padding: 0 0 1.875rem;
	font-size: 1.5rem;
	font-style: Heavy;
	font-weight: 800;
	letter-spacing: 0%;
	line-height: 120%;
}

.heading-with-line::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 2px;
	background: linear-gradient(to right, #73d1f6, #bfd42f);
	content: "";
}

.section-heading {
	position: relative;
	vertical-align: middle;
	margin: 0 0 1.875rem;
	font-size: 1.5rem;
	font-style: Heavy;
	font-weight: 800;
	letter-spacing: 0%;
	line-height: 120%;
}

@media screen and (min-width: 600px) {
	.event-detail-hero {
		padding: 8.125rem 0 2.625rem;
	}
	
	.event-detail-hero .hero-bar {
		width: 100%;
		margin-top: 7.75rem;
		margin-right: 0;
		margin-left: 0;
		border-radius: 200px;
	}
	
	.event-detail-hero .hero-bar .hero-bar-wrap {
		margin: .25rem;
		border-radius: 200px;
	}
	
	.event-detail-hero .hero-bar .booth, .event-detail-hero .hero-bar .date, .event-detail-hero .hero-bar .location, .event-detail-hero .hero-bar .time {
		width: 47%;
	}
	
	.event-detail-hero .hero-bar .button {
		max-width: 350px;
	}
	
	.event-media-slider .slide-item {
		width: 490px;
	}
	
	.event-media-slider .slick-slide {
		margin: 0 .9375rem 0 0;
	}
	
	.event-media-slider .play-button {
		width: 82px;
		height: 82px;
		background-size: 82px;
	}
	
	.event-media-slider .play-button svg {
		width: 82px;
		height: 82px;
	}
	
	.landing-hero h1 {
		font-size: 1.625rem;
	}
	
	.landing-hero h2 {
		font-size: 3.75rem;
	}
	
	.landing-hero h3 {
		font-size: 2.625rem;
	}
	
	.landing-hero .button {
		padding: 1.25rem 2.5rem;
		font-size: 1.625rem;
	}
	
	.leftright-imagetext .offer-block {
		padding: 1.5rem 8.125rem 1.5rem 1.5rem;
		font-size: 1.375rem;
	}
	
	.leftright-imagetext .offer-block .offer {
		width: 160px;
		height: 160px;
		font-size: 2.25rem;
	}
	
	.two-column-with-form .wrapper .description p {
		font-size: 1.25rem;
	}
	
	.two-column-with-form .wrapper .image-block h3 {
		font-size: 2.25rem;
	}
	
	.two-column-with-form .wrapper .image-block h4 {
		font-size: 1.625rem;
	}
	
	.two-column-with-form .wrapper .form-title {
		padding: 1.875rem;
		font-size: 2rem;
	}
	
	.two-column-with-form .wrapper .gform_wrapper {
		padding: 1.875rem;
	}
	
	.two-column-with-form .wrapper .gform_wrapper .gform_title {
		font-size: 1.875rem;
	}
	
	.heading-with-line {
		font-size: 1.875rem;
	}
	
	.section-heading {
		font-size: 1.875rem;
	}
}

@media screen and (min-width: 782px) {
	.single-event .wrapper {
		padding: 0 1.875rem;
	}
	
	.single-event h3 {
		font-size: 2.625rem;
	}
	
	.single-event h4 {
		font-size: 2rem;
	}
	
	.single-event p {
		font-size: 1.125rem;
	}
	
	.event-detail-hero .date-info {
		font-size: 1.125rem;
	}
	
	.event-detail-hero .title {
		font-size: 3rem;
	}
	
	.event-detail-hero .left-content {
		width: 55%;
	}
	
	.event-detail-hero .right-content {
		width: 40%;
		margin-top: 0;
	}
	
	.event-detail-hero .hero-bar .hero-bar-wrap {
		gap: 10px;
	}
	
	.event-detail-hero .hero-bar .booth, .event-detail-hero .hero-bar .date, .event-detail-hero .hero-bar .location, .event-detail-hero .hero-bar .time {
		width: auto;
	}
	
	.event-detail-hero .hero-bar .label {
		font-size: .875rem;
	}
	
	.event-detail-hero .hero-bar .value {
		font-size: 1.125rem;
	}
	
	.event-testimonial-slider .slider blockquote {
		font-size: 1.5rem;
	}
	
	.event-media-slider .slider {
		height: 375px;
	}
	
	.event-media-slider .slide-item {
		width: 690px;
	}
	
	.event-media-content {
		margin: 7.0625rem 0;
	}
	
	.event-media-content .wrapper {
		flex-direction: row;
		justify-content: space-between;
	}
	
	.event-media-content .image-wrapper {
		width: 42.5%;
	}
	
	.event-media-content .content-wrapper {
		width: 50%;
	}
	
	.event-media-content .content-wrapper p {
		font-size: 1.125rem;
	}
	
	.event-media-content .content-wrapper p strong {
		font-size: 1.375rem;
	}
	
	.event-media-content .content-wrapper ul li {
		padding-left: 2.8125rem;
		font-size: 1.125rem;
	}
	
	.event-media-content.media-content-left .wrapper {
		flex-direction: row-reverse;
	}
	
	.event-media-content .schedule-meeting-code {
		width: 42.5%;
		padding: 3.125rem;
	}
	
	.event-media-content .schedule-a-meeting-cta-container {
		margin-top: 3rem;
	}
	
	.landing-hero .content {
		width: 75%;
	}
	
	.landing-hero h1 {
		font-size: 2.125rem;
	}
	
	.landing-hero h2 {
		font-size: 4.5rem;
	}
	
	.landing-hero h3 {
		font-size: 3.25rem;
	}
	
	.landing-hero .button {
		padding: 1.875rem 3.75rem;
		font-size: 2rem;
	}
	
	.leftright-imagetext .offer-block {
		padding: 1.875rem 9.375rem 1.875rem 1.875rem;
		font-size: 1.625rem;
	}
	
	.leftright-imagetext .offer-block .offer {
		width: 180px;
		height: 180px;
		font-size: 2.625rem;
	}
	
	.two-column-with-form .wrapper .content-block {
		width: 45%;
	}
	
	.two-column-with-form .wrapper .description p {
		font-size: 1.375rem;
	}
	
	.two-column-with-form .wrapper .image-block {
		width: 130%;
		height: 950px;
		padding: 3.125rem;
	}
	
	.two-column-with-form .wrapper .image-block h3 {
		font-size: 2.625rem;
	}
	
	.two-column-with-form .wrapper .image-block h4 {
		font-size: 2rem;
	}
	
	.two-column-with-form .wrapper .form-block {
		width: 50%;
		margin: 0;
	}
	
	.two-column-with-form .wrapper .form-title {
		padding: 1.875rem 2.5rem;
		font-size: 2.25rem;
	}
	
	.two-column-with-form .wrapper .gform_wrapper {
		padding: 1.875rem 2.5rem;
	}
	
	.two-column-with-form .wrapper .gform_wrapper .gform_title {
		font-size: 2.25rem;
	}
	
	.heading-with-line {
		font-size: 2.25rem;
	}
	
	.section-heading {
		font-size: 2.25rem;
	}
}

@media screen and (min-width: 1024px) {
	.event-detail-hero .left-content {
		width: 40%;
	}
	
	.event-detail-hero .right-content {
		width: 35%;
	}
	
	.event-detail-hero .hero-bar .hero-bar-wrap {
		padding: 1.5rem 3rem 1.25rem;
	}
	
	.event-detail-hero .hero-bar .joinus {
		width: auto;
		text-align: left;
	}
	
	.event-detail-hero .hero-bar .button {
		width: auto;
		margin: 0;
	}
	
	.event-testimonial-slider .slider .slick-slide {
		padding: 4.375rem 5.9375rem;
	}
	
	.event-testimonial-slider .slider .item svg {
		width: 73px;
		height: 60px;
	}
	
	.event-media-slider .slider {
		height: 550px;
	}
	
	.event-media-slider .slide-item {
		width: 890px;
	}
	
	.landing-hero .content {
		width: 50%;
	}
	
	.landing-hero h2 {
		font-size: 5.25rem;
	}
	
	.landing-hero h3 {
		font-size: 4rem;
	}
	
	.landing-hero .button {
		padding: 2.5rem 5.625rem;
		font-size: 2.25rem;
	}
	
	.leftright-imagetext .offer-block {
		padding: 1.875rem 10.625rem 1.875rem 1.875rem;
		font-size: 2rem;
	}
	
	.leftright-imagetext .offer-block .offer {
		width: 203px;
		height: 203px;
		font-size: 3rem;
	}
	
	.two-column-with-form .wrapper .description p {
		font-size: 1.5rem;
	}
	
	.two-column-with-form .wrapper .form-title {
		padding: 2.5rem 3.75rem;
		font-size: 2.625rem;
	}
	
	.two-column-with-form .wrapper .gform_wrapper {
		padding: 2.5rem 3.75rem;
	}
	
	.heading-with-line {
		font-size: 2.625rem;
	}
	
	.section-heading {
		font-size: 2.625rem;
	}
}

@media only screen and (max-width: 991px) {
	.twocolumntext {
		-moz-column-count: 1;
		column-count: 1;
	}
}

/**
 Responsive table courtesy of Mark Wiltshire: mark@bamboorocketapps.com (thanks!)

 For more styles try: http://icant.co.uk/csstablegallery/
 ----
 Generic styles:
 Here you could e.g. customise width of column 1 and 2,
 or add a generic roll-over effect on table rows
*/
.cookielawinfo-column-1 {
	width: 25%;
}

.cookielawinfo-column-2 {
	width: 10%;
}

.cookielawinfo-column-3 {
	width: 15%;
}

.cookielawinfo-column-4 {
	width: 50%;
}

/** Simple style */
.cookielawinfo-simple thead {
	width: 100%;
}

.cookielawinfo-simple td {
	padding: 5px 5px 5px 0;
	vertical-align: top;
}

.cookielawinfo-simple thead th {
	padding-right: 10px;
	text-align: left;
}

/** Modern style */
.cookielawinfo-modern {
	border: 1px solid #e3e3e3;
	background-color: #f2f2f2;
	width: 100%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.cookielawinfo-modern td, .cookielawinfo-modern th {
	padding: 5px;
	color: #333;
}

.cookielawinfo-modern thead {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: .2em 0 .2em .5em;
	text-align: left;
	color: #4b4b4b;
	background-color: #c8c8c8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6, #b3b3b3));
	background-image: -moz-linear-gradient(top, #d6d6d6, #b0b0b0, #b3b3b3 90%);
	border-bottom: solid 1px #999;
}

.cookielawinfo-modern th {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-shadow: white 1px 1px 1px;
}

.cookielawinfo-modern td {
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.cookielawinfo-modern tr.cookielawinfo-row:hover {
	background-color: #fff;
}

/** Elegant style */
.cookielawinfo-elegant {
	border: 1px solid #dfdfdf;
	background-color: #f9f9f9;
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
	color: #333;
}

.cookielawinfo-elegant tr {
	border-top-color: white;
	border-bottom: 1px solid #dfdfdf;
	color: #555;
}

.cookielawinfo-elegant th {
	text-shadow: rgba(255, 255, 255, .796875) 0px 1px 0px;
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	font-weight: normal;
	padding: 7px 7px 8px;
	text-align: left;
	line-height: 1.3em;
	font-size: 14px;
}

.cookielawinfo-elegant td {
	font-size: 12px;
	padding: 4px 7px 2px;
	vertical-align: top;
}

/** Rounded style */
.cookielawinfo-rounded {
	background-color: #f5f5f5;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ebebeb;
}

.cookielawinfo-rounded td, .rounded th {
	padding: 1px 5px;
}

.cookielawinfo-rounded thead {
	text-shadow: 0 1px 0 white;
	color: #999;
}

.cookielawinfo-rounded th {
	text-align: left;
	text-transform: uppercase;
	font-size: 11pt;
	border-bottom: 1px solid #fff;
	padding: 1px 5px;
}

.cookielawinfo-rounded td {
	font-size: 10pt;
	padding: 5px;
}

.cookielawinfo-rounded tr.cookielawinfo-row:hover {
	background-color: #fff;
}

/** Classic Style */
table.cookielawinfo-classic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
}

table.cookielawinfo-classic thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}

table.cookielawinfo-classic tfoot tr th, table.cookielawinfo-classic tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

table.cookielawinfo-classic tfoot tr th {
	width: 20%;
}

table.cookielawinfo-classic tfoot tr td {
	width: 80%;
}

table.cookielawinfo-classic td, table.cookielawinfo-classic th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	font-size: .8em;
	vertical-align: top;
	width: 20%;
}

table.cookielawinfo-classic tr.odd th, table.cookielawinfo-classic tr.odd td {
	background: #efefef;
}

/* "Winter Blues" CSS theme for CSS Table Gallery (http://icant.co.uk/csstablegallery/) by Gunta Klavina (http://www.klavina.com) */
table.cookielawinfo-winter {
	font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	padding: 0;
	margin: 10px 0 20px;
	border-collapse: collapse;
	color: #333;
	background: #f3f5f7;
}

table.cookielawinfo-winter a {
	color: #3a4856;
	text-decoration: none;
	border-bottom: 1px solid #c6c8cb;
}

table.cookielawinfo-winter a:visited {
	color: #777;
}

table.cookielawinfo-winter a:hover {
	color: #000;
}

table.cookielawinfo-winter caption {
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 10px;
	font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}

table.cookielawinfo-winter thead th {
	background: #3a4856;
	padding: 15px 10px;
	color: #fff;
	text-align: left;
	font-weight: normal;
}

table.cookielawinfo-winter tbody {
	border-left: 1px solid #eaecee;
	border-right: 1px solid #eaecee;
}

table.cookielawinfo-winter tbody {
	border-bottom: 1px solid #eaecee;
}

table.cookielawinfo-winter tbody td, table.cookielawinfo-winter tbody th {
	padding: 10px;
	background: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/plugins/cookie-law-info/legacy/images/td_back.gif") repeat-x;
	text-align: left;
}

table.cookielawinfo-winter tbody td.nitro-lazy, table.cookielawinfo-winter tbody th.nitro-lazy {
	background: none !important;
}

table.cookielawinfo-winter tbody tr {
	background: #f3f5f7;
}

table.cookielawinfo-winter tbody tr.odd {
	background: #f0f2f4;
}

table.cookielawinfo-winter tbody  tr:hover {
	background: #eaecee;
	color: #111;
}

table.cookielawinfo-winter tfoot td, table.cookielawinfo-winter tfoot th, table.cookielawinfo-winter tfoot tr {
	text-align: left;
	font: 120% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	background: #fff;
	padding: 10px;
}

/** 27/05/2013: responsive table by Mark Wiltshire */
@media (max-width:800px) {
	table.cookielawinfo-row-cat-table td, table.cookielawinfo-row-cat-table th {
		width: 23%;
		font-size: 12px;
		word-wrap: break-word;
	}
	
	table.cookielawinfo-row-cat-table .cookielawinfo-column-4, table.cookielawinfo-row-cat-table .cookielawinfo-column-4 {
		width: 45%;
	}
}

.cookielawinfo-row-cat-title {
	border-bottom: 1px solid #eee;
	text-align: center;
}

.cookielawinfo-row-cat-title-head {
	text-align: center;
}

.cookielawinfo-row-cat-table {
	width: 99%;
	margin-left: 5px;
}
