/*
 * Theme Name:  Networker Child
 * Theme URI:   https://codesupply.co/themes/networker/
 * Description: Networker Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    networker
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Inter', sans-serif;
	color: #384047;
}

form {
	max-width: 100%;
	margin: 0 auto 10px;
	padding: 10px 20px;
	background: #F6F6F6;
}

form input.error {
	border: 1px solid #dc3545;
	margin: 0 0 5px;
}

form label.error {
	display: block;
	margin: 0 0 15px;
	color: #dc3545;
}

.form__footer-links {
	display: flex;
	justify-content: center;
	margin: 15px 0;
}

.form__footer-links a, .form__footer-links .divider {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: #337AB7;
}

.form__footer-links .divider {
	padding: 0 10px;
}

.form__output.success {
	color: #0e7b17;
}

.form__output.error {
	color: #dc3545;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 5px 0;
}

.form__output p {
	margin: 0 0 3px;
}

h3 {
	margin: 0 0 0 0;
	text-align: left;
	font-weight: 400;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
	background: rgba(255, 255, 255, 0.1);
	border: none;
	font-size: 16px;
	height: auto;
	margin: 0;
	outline: 0;
	padding: 15px;
	width: 100%;
	background-color: #FCFCFC;
	color: #999999;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
	margin-bottom: 20px;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 0 4px 8px 0;
}

select {
	padding: 6px;
	height: 32px;
	border-radius: 2px;
}

button {
	padding: 19px 39px 18px 39px;
	color: #FFF;
	background-color: #487CA6;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 100%;
	margin-bottom: 10px;
}

fieldset {
	margin-bottom: 30px;
	border: none;
}

.newsletter {
	background: #CED4DA;
}

.newsletter-container {
	padding: 40px 35px 10px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.newsletter-text {
	flex: 0 0 30%;
}

.newsletter-form {
	flex: 0 0 50%;
}

.newsletter-popup__overlay {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background: rgba(0, 0 ,0 , 0.6);
}

#mailpoet_form_5 {
	width: auto !important;
}

.newsletter-popup {
	display: none;
	justify-content: center;
	align-items: center;
	max-width: 500px;
	background: #fff;
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	height: 615px;
	max-height: 90%
}

.newsletter-popup__btn-close {
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	width: 32px;
	height: 32px;
	z-index: 9;
}

.text--small {
	margin: 0;
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 14px;
}

.text--xs {
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

.text--medium {
	margin: 0 0 4px;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 22px;
}

.text--grey {
	color: #818181;
}

.text--blue {
	color: #487CA6;
}

.text--uppercase {
	text-transform: uppercase;
}

.mailpoet-custom .mailpoet_text {
	height: 48px;
	padding: 5px 20px !important;
	width: 418px !important;
	max-width: 100%;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #818181 !important;
}

.mailpoet_form_columns .mailpoet_submit {
	height: 48px;
	width: 249px !important;
	max-width: 100%;

}

.mailpoet_form_columns {
	padding: 0 !important;
}

.mailpoet_form_column {
	margin: 0 !important;
}

.mailpoet_checkbox_label {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #818181;
}

/* Header */
.header-custom .cs-header__nav-inner > li > a {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.25px;
	color: #487CA6;
	margin: 0 15px;
}

.cs-sidebar__area .recent-posts-2 {
	border: 3px solid #e9ecef;
	padding: 10px;
}

.cs-header__nav-inner>li:not(:first-child) {
	margin-left: 0;
}

.cs-header__nav-inner > li > a > span:first-child:before {
	opacity: 0 !important;
}

.cs-custom-content-header-after {
	background: #487CA6;
	padding: 60px 15px;
	color: #fff;
}

.cs-custom-content-header-after h1 {
	text-align: center;
	color: #fff;
	font-weight: 600;
	margin: 0;
	font-size: 2rem;
}

.cs-header__offcanvas-toggle span,
.cs-header__offcanvas-toggle:before,
.cs-header__offcanvas-toggle:after {
	background: #487CA6;
}

.cs-icon-search:before {
	color: #487CA6;
}

/* whitepapers filter */
.riq-filter__bar .cs-icon-search:before {
	color: #fff;
}

.riq-filter__bar .cs-icon-search {
	margin-right: 5px;
}

.riq-filter__form {
	display: flex;
	align-items: center;
}

.riq-filter__select {
	margin: 0 10px 0 0;
	padding: 15.5px 15px;
}

.riq-filter__submit {
	flex: 0 0 30%;
	margin: 0;
}

/*-----------*/

.news-carousel__content {
	margin: 20px 0 50px;
}

.news-carousel__slide {
	padding: 0 10px;
}

.news-carousel__image {
	position: relative;
	background: #CED4DA;
	width: 100%;
	height: 170px;
	margin-bottom: 20px;
}

.news-carousel__image .cs-entry__post-meta {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.news-carousel__content .slick-prev:before, .news-carousel__content .slick-next:before {
	background: #487CA6;
	padding: 5px;
}

.news-carousel__content .slick-prev {
	left: -30px;
	width: 30px;
	height: 30px;
}

.news-carousel__content .slick-next {
	right: -30px;
	width: 30px;
	height: 30px;
}

/* offcanvas */
.cs-offcanvas {
	display: none;
	background: rgba(72, 124, 166, 1);
}

.cs-site-overlay {
	display: none !important;
}

.cs-header .cs-site-overlay {
	display: block !important;
}

.cs-header .cs-offcanvas {
	display: block;
}

@media screen and (max-width: 1020px) {
	.cs-header .cs-offcanvas {
		display: none;
	}

	.cs-offcanvas {
		display: block;
	}

	.cs-site-overlay {
		display: block !important;
	}

	.widget_nav_menu {
		margin: 0 0 10px;
		border-bottom: 1px solid #fff;
		padding-bottom: 10px;
	}
}

.cs-header__col {
	position: relative;
}

.cs-header .cs-site-overlay {
	margin-left: 0 !important;
}

.cs-header .cs-offcanvas {
	right: 0;
	position: absolute;
	left: auto;
	top: 90px;
	height: 0;
	transition: 0.4s all;
	opacity: 0;
}

.cs-scroll-sticky .cs-offcanvas {
	top: 60px;
}

.cs-header .cs-offcanvas__inner {
	background: rgba(72, 124, 166, 0.8);
}

.widget_nav_menu a {
	color: #fff;
}

.widget_nav_menu a:hover {
	color: #fff;
}

.cs-offcanvas-active .cs-header .cs-offcanvas {
	transform: translate3d(0, 0, 0);
	height: 250px;
	opacity: 1;
}

/* search */

.cs-search__nav-form .cs-search__input {
	margin-bottom: 0;
}

/* Footer */

.footer-columns {
	display: flex;
	justify-content: space-between;
}

.footer-column-left {
	flex: 0 0 40%;
	padding-left: 15px;
}

.footer-column-right {
	padding-right: 50px;
}

.footer-nav {
	margin: 13px 0 43px 0;
}

.footer-info {
	max-width: 280px;
}

.cs-footer-three {
	padding: 17px 0 10px;
}

.cs-footer__nav.cs-nav-columns {
	display: flex;
	grid-gap: 50px;
}

.cs-footer__nav.cs-nav-columns .sub-menu li:not(:first-child) {
	margin: 9px 0 0;
}

.cs-footer__nav.cs-nav-columns .menu-item-has-children > a {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	color: #487CA6;
}

.cs-footer__nav a {
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #487CA6;
	margin: 0;
}

.cs-footer__nav.cs-nav-columns .sub-menu:not(:first-child) {
	margin-top: 9px;
}

.cs-footer__item-line {
	border-top: 1px solid #487CA6;
}

.footer-info {
	margin-bottom: 24px;
}

.footer-copy {
	margin: 13px 0;
}

.cs-footer__desc {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #818181;
}
/*-----------*/


/*sidebar*/

.widget_custom_html form {
	padding: 20px 23px 20px 53px;
	margin: 0;
}

.widget_custom_html h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 23px;
	color: #000000;
	margin-bottom: 15px;
}

.widget_custom_html input {
	margin-bottom: 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 23px;
	color: #999999;
}

.widget_custom_html .light {
	float: right;
	max-width: 95%;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
}

.widget_custom_html #newsletter, .widget_custom_html #newsletter + label {
	margin-top: 20px;
}

.widget_custom_html button[type="submit"] {
	width: auto;
	display: flex;
	margin: 0 auto;
}

/* post meta */

.cs-posts-area__grid .cs-entry__title {
	min-height: 80px;
}

.cs-posts-area__grid .cs-entry__excerpt {
	min-height: 1px;
}

.cs-posts-area .cs-entry__details-meta {
	display: block;
}

.cs-posts-area .cs-entry__author-meta a {
	color: #000;
}

.cs-entry__author-meta a {
	color: #487CA6;
}

.cs-posts-area .cs-entry__post-meta, .cs-posts-area .cs-entry__read-time {
	display: inline-block;
	width: auto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #68859E;
	margin: 0;
}

.cs-entry__post-meta .cs-meta-category {
	display: flex;
	align-items: center;
}

.cs-entry__post-meta .cs-meta-category .post-categories {
	display: flex;
	margin: 0;
	align-items: center;
}

.cs-posts-area .cs-entry__read-time:before, .cs-entry__no-pages:before, .cs-meta-category .post-categories:before {
	content: '|';
	display: inline-block;
	padding: 0 5px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #68859E;
}

.cs-meta-category .post-categories:before {
	padding: 0 3px 0 5px;
}

.cs-entry__read-time {
	color: #487CA6;
	margin-bottom: 0;
}

.cs-entry__author-meta, .cs-entry__post-meta {
	margin-bottom: 3px;
}

.cs-entry__author-meta, .cs-entry__read-time {
	color: #818181;
}

.cs-entry__read-time.cs-entry__no-pages {
	margin-left: 0;
}

/*---Events ----*/
.cs-events__year {
	position: relative;
}

.cs-events__header:before {
	font-family: "cs-icons" !important;
	content: "";
	font-size: 2.5rem;
	transform: rotate(-90deg);
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #818181;
	position: absolute;
	top: -5px;
	left: -1px;
	border-radius: 50%;
	padding: 10px;
	background: #fff;
	color: #818181;
	z-index: 1;
}

.cs-events__header {
	border: 1px solid #818181;
	padding: 10px;
	position: relative;
	background: #fff;
	border-radius: 50px;
	padding-left: 70px;
	transition: 0.3s all;
}

.cs-events__header:hover {
	cursor: pointer;
}

.cs-events__header.active:before {
	transform: rotate(0);
	background: #487ca6;
	color: #fff;
	border: 1px solid #fff;
}

.cs-events__header.active {
	background: #487ca6;
	color: #fff;
	border: 1px solid #fff;
}

.cs-events__content {
	padding: 10px 10px;
	background: #fff;
	position: relative;
}

.cs-events__item {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 10px;
	background: #f8f9fa;
	position: relative;
	min-height: 200px;
}

.cs-events__item--extra-margin {
	margin-bottom: 3rem;
}

.cs-events__item-image {
	height: 200px;
	flex: 0 0 25%;
}

.cs-events__item-date {
	position: relative;
	flex: 0 0 25%;
}

.cs-events__item-date-inner {
	background: #818181;
	padding: 20px 10px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cs-events__item-date-inner p {
	margin: 0;
	font-weight: 600;
}

.cs-events__item-title {
	text-align: center;
	flex: 0 0 50%;
	margin: auto 0 auto auto;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.cs-events__item-title p.title {
	font-size: 1.8rem;
	font-weight: 600;
}

.cs-events__btn-register {
	display: inline-block;
	text-align: center;
	padding: 10px 50px;
	color: #fff;
	background: #487ca6;
	border: 1px solid #487ca6;
	transition: 0.3s all;
}

.cs-events__btn-register:hover {
	border: 1px solid #e9ecef;
	color: #487ca6;
	background: #fff;
}

/*-------*/

@media screen and (max-width: 1200px) {
	.mailpoet-custom .mailpoet_text {
		width: 300px !important;
	}

	.mailpoet_form_columns .mailpoet_submit {
		width: 160px !important;
	}
}

@media screen and (max-width: 991px) {
	.footer-columns {
		display: block;
	}

	.newsletter-container {
		padding: 30px 0;
	}

	.footer-column-left {
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	.newsletter-container {
		display: block;
		margin: 15px 0 0;
		padding: 0 15px;
	}
}

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

	.mailpoet-custom .mailpoet_text {
		width: 100% !important;
	}

	.mailpoet_form_columns .mailpoet_submit {
		width: 100% !important;
	}

	.mailpoet_paragraph  .mailpoet_checkbox_label {
		font-size: 12px !important;
	}

	.newsletter-form {
		margin: 15px auto 10px;
	}
}

@media screen and (min-width: 1020px) {
	.cs-sidebar-right .cs-main-content {
		grid-template-columns: minmax(0, 1fr) 452px;
	}

	.cs-posts-area__home .cs-sidebar__area {
		order: 0;
	}
}

@media screen and (max-width: 1200px) {
	.cs-entry__title {
		font-size: 1rem;
	}

	.cs-posts-area__grid .cs-entry__title {
		min-height: 65px;
	}

	.cs-posts-area__grid .cs-entry__excerpt {
		min-height: 155px;
	}

	.cs-custom-content-header-after h1 {
		font-size: 1.8rem;
	}

	.header-custom .cs-header__nav-inner > li > a {
		margin: 0 5px;
	}
}

@media screen and (max-width: 1020px) {
	.widget_custom_html form {
		padding: 20px 15px 20px 15px;
	}

	.widget_custom_html .light {
		max-width: 90%;
	}

	.widget_nav_menu .menu-item-has-children > span:after {
		color: #fff;
	}

	.cs-events__item {
		min-height: 150px;
	}

	.cs-events__item-title p.title {
		font-size: 1.2rem;
	}

	.cs-events__item-image {
		height: 150px;
	}

	.news-carousel__image {
		height: 150px;
	}
}


@media screen and (max-width: 600px) {
	.cs-entry__title {
		font-size: 1rem;
	}

	.cs-posts-area__grid .cs-entry__title {
		min-height: 0;
	}

	.cs-posts-area__grid .cs-entry__excerpt {
		min-height: 0;
	}

	.riq-filter__select {
		margin-bottom: 10px;
	}

	.riq-filter__form {
		display: block;
	}

	.cs-custom-content-header-after {
		padding: 25px 15px;
	}

	.cs-custom-content-header-after h1 {
		font-size: 1.6rem;
		margin: 0;
	}

	.cs-events__item {
		display: block;
	}

	.cs-events__item-date-inner {
		position: relative;
	}

	.cs-events__item-title {
		margin: 15px 0;
	}

	.newsletter-popup {
		height: 90%;
		max-width: 95%;
	}

	.news-carousel__slide {
		padding: 0 20px;
	}

	.news-carousel__content .slick-prev {
		left: -15px;
	}

	.news-carousel__content .slick-next {
		right: -15px;
	}


}
/*tags */
#secondary .tag-main {margin:0px 0px 22px;}
#secondary .tag-main .tag-icon {padding: 0 6px 0px 0px;}
#secondary .tag-main .gp-entry-tags1 a{font-size:14px!important;color:#333!important;padding:4px 12px !important;background:#E8E8E8!important;display:inline-block;text-transform:capitalize!important;border-radius:5px;font-weight:500;margin:0 5px 10px 0}
#secondary .tag-main .gp-entry-tags1 a:hover, #secondary .tag-main .gp-entry-tags1 a:active, #secondary .tag-main .gp-entry-tags1 a:focus{background:#487CA6!important;color:#fff!important;}

/*------- adchoice css -------*/
.adchoice-tag{text-align:right;z-index:123456789;color:#000;z-index: 9;position: relative;}
.adchoice-tag a{position:fixed;bottom:18px;right:18px;border:1px solid #e6e3e3;z-index:1;padding:0 12px 11px 13px;width:45px;background: #fff;}

/*********************ZD Privacy Policy & Cookie Policy************/
#_evidon_banner {background-color: #f3f3f3;}
#_evh-link { z-index: 10000; }
.privacy-content {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 10%;
  width: calc(100% - 5px);
  max-width: 850px;
  margin: 0 auto 5px;
  z-index: 1234567890123;
}
.privacy-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.7);
  font-family: Roboto-regular!important;
}
.privacy-banner .message, .truste-messageColumn {
  font-family: Roboto-regular!important;
  font-size: 15px!important;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #2d2d2d!important;
  float: none!important;
  margin: 0!important;
  padding: 10px;
  flex: 1;
}

.privacy-banner .message .legal-text {
  margin: 0;
  padding: 10px;
}

.privacy-banner .message a, .truste-messageColumn a {
  font-weight: bold;
  text-decoration: underline!important;
  color: #2d2d2d!important;
}

.privacy-banner a.close {
  color: #2d2d2d;
  text-decoration: none;
  flex-direction: column;
  margin-right: 15px;
  font-size: 25px;
}

.truste-buttonsColumn {
  float: none!important;
  margin: 0!important;
}

.privacy-banner .buttons button, .truste-buttonsColumn button {
  border-radius: 2px;
  background-color: #3d768c;
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.7px;
  min-width: 165px;
  text-align: center;
  color: #ffffff;
  padding: 9px 15px;
  margin: 10px 21px;
  cursor: pointer;
  transition: all .25s ease-in-out;
  float: none!important;
  width: auto!important;
}

.privacy-banner .buttons button:hover, .truste-buttonsColumn button:hover {
    background: #2f7f9a;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.privacy-content .hidden {
  display: none!important;
}
#zdcFloatingBtn{
	display: none !important;
}
/*************Ad Choice**************************/
/*accessibility css*/
.sr-hide-only {position: absolute;left: -10000px;top: auto;width: 1px;height: 1px;overflow: hidden;}
.cs-entry__details-meta .cs-entry__author-meta, .footer-copy .cs-footer__desc a, .footer-copy .cs-footer__desc, .cs-overlay-link span.sr-hide-only, .cs-breadcrumbs a, .widget_recent_entries li span.post-date {color: #666666;}
#breadcrumbs span, #breadcrumbs span a, .cs-breadcrumbs .breadcrumb_last, .cs-entry__prev-next-link, .cs-entry__prev-next-link, .cnvs-section-title .cs-section-subheadings {color: #666666 !important;}
/***emil template****/
.wp-activate-container #signup-welcome {display:none;}
.wp-activate-container h2 {font-weight: 500;}
.wp-activate-container a {color: #007bff;}
/*------------privacy policy---------------------*/
#primary .entry-content .privacy-m p {margin:20px 0 15px;}
#primary .entry-content .privacy-m h2 {margin:20px 0 5px;}
#primary .entry-content .privacy-m ol, #primary .entry-content .privacy-m  ul {margin: 0px 0px 26px 0px;padding: 0px 0px 0px 32px;}
#primary .entry-content .privacy-m ol li, #primary .entry-content .privacy-m ul li {margin: 0 0 18px 0px;padding: 0 0 0 6px;}
.cs-entry__header:not(:last-child) {margin-bottom: 1rem;}
.cs-entry__wrap:not(:first-child) {margin-top: 1rem;}
#primary .entry-content .privacy-m ul li::before {left: -16px;}
#primary .entry-content .privacy-m ol li::before {content: "" !important;}
#primary .entry-content .privacy-m ol li {list-style: inherit;}
#primary .entry-content .privacy-m ol li ul li::marker {display: none !important;font-size: 0px;}
#primary .entry-content .privacy-m ol li ul li {position: relative;}
#primary .entry-content .privacy-m ol li ul li::before {content: "\2022" !important;left: -16px;position: absolute;}
#primary .entry-content .privacy-m ol.serial-number li {list-style: decimal-leading-zero;}
#primary .entry-content .privacy-m ol.serial-number li:before {content: "";}
#primary .entry-content .privacy-m h4 {background: #e4e4ed;color: #3b414d; padding: 3px 10px;font-size: 20px;margin: 0 0 15px;}
.privacy-m a {color: #487CA6 !important;text-decoration: underline;}
.privacy-m a:hover {text-decoration: none;color: #000000 !important;}
span#optin-error {
	color: #dc3545;
	font-size: 12px;
	display: inline-block;
}
@media screen and (max-width: 400px){
	span#optin-error {
		display: block;
	}
}
h2#h-write-to-us {margin-bottom: 0;}

#whitepapersubmitBtn[disabled] {
	opacity: 0.4!important;
	cursor: not-allowed;
}
body.privacy-policy .entry-content ol a, body.privacy-policy .entry-content ul a {text-decoration:underline;}
body.privacy-policy .entry-content ol a:hover, body.privacy-policy .entry-content ul a:hover  {text-decoration:none;}
button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {width: 10% !important;font-size: 13px;}

/* Marketo Form CSS */
form#mktoForm_2614 {
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif!important;
	padding: 0;
    text-align: center;
	width: 100%;
}
form#mktoForm_2615 {
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif!important;
	padding: 0;
    text-align: center;
	width: 100%;
}
form#mktoForm_2619 {
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif!important;
	padding: 0;
    text-align: center;
	width: 100%;
}
form#mktoForm_2621 {
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif!important;
	padding: 0;
    text-align: center;
	width: 100%;
}
.mktoFieldDescriptor.mktoFormCol {
    padding: 20px 20px 8px 20px;
    background: #F6F6F6;
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.mktoAsterix {
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 34px;
}
.mktoFieldWrap {
	width: 100%;
}
.mktoFieldWrap #FirstName,#LastName,#Email{
    padding: 8px !important;
	background: #fff;
	border: 1px solid #313131;
	font-size: 16px !important;
	width: 100% !important;
	max-width: 100%;
	box-sizing: border-box;
}
.mktoFieldWrap #countryCode{
	padding: 8px !important;
	background: #fff;
	border: 1px solid #313131;
	font-size: 16px !important;
	width: 20% !important;
	max-width: 20%;
	box-sizing: border-box;
}
.mktoFieldWrap #Phone{
	padding: 8px !important;
    background: #fff;
    border: 1px solid #313131;
    font-size: 16px !important;
    width: 74% !important;
    max-width: 85%;
    box-sizing: border-box;
} 
.mktoFieldWrap #contactUsFormMessage{
    padding: 8px !important;
	background: #fff;
	border: 1px solid #313131;
	font-size: 16px !important;
	width: 100% !important;
	max-width: 100%;
	box-sizing: border-box;
}
#mktoForm_2614 input {
    color: #333333 !important;
}
#mktoForm_2614 select {
    color: #333333;
	width: 45%!important;
}
.mktoOffset {
    display: none;
}
select#countryCode {
    width: 79%;
}
#mktoForm_2614 textarea{
	color: #333333;
	width : 80%!important;
}
#mktoForm_2615 input {
    color: #333333 !important;
}
#mktoForm_2615 select {
    color: #333333;
	width: 45%!important;
}
#mktoForm_2615 textarea{
	color: #333333;
	width : 80%!important;
}
#mktoForm_2619 input {
    color: #333333 !important;
}
#mktoForm_2619 select {
    color: #333333;
	width: 45%!important;
}
#mktoForm_2619 textarea{
	color: #333333;
	width : 80%!important;
}
#mktoForm_2621 input {
    color: #333333 !important;
}
#mktoForm_2621 select {
    color: #333333;
	width: 45%!important;
}
#mktoForm_2621 textarea{
	color: #333333;
	width : 80%!important;
}
.mktoGutter.mktoHasWidth {
    display: none;
}
button.mktoButton {
    border-width: 0!important;
    line-height: 1.5;
    background : #487ca6!important;
}
.mktoButtonRow {
    width: 95%!important;
    box-sizing: border-box!important;
    background-color: #487ca6!important;
    border-style: solid!important;
    border-radius: 0 !important;
    border-width: 0!important;
    border-color: #313131!important;
    margin: 0 auto 20px 0!important;
    font-size: 16px;
    line-height: 1.5;
    height: auto;
    color: #fff;
}
.mktoButtonRow span.mktoButtonWrap.mktoSimple {
    margin-left: 0 !important;
}
label#LblZDPM_OptIn {
    padding-left: 20px;
    width: 100% !important;
}
.mktoLogicalField.mktoCheckboxList.mktoHasWidth {
    display: inline-block;
	position: absolute;
	left: 17px;
	top: 22px;
}

span.gfield_required {
    display: none;
}
label#LblZDPM_OptIn {
    padding-left: 20px;
    width: 100% !important;
    font-size: 95% !important;
    font-style: normal;
    font-weight: bold;
    color: #444444 !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif !important;
    letter-spacing: .01em;
}
.gfield_consent_label span a {
    color: #337ab7;
    text-decoration: underline;
}
#LblZDPM_OptIn .mktoAsterix{
    left: 5px;
    top: 25px;	
}
@media(min-width:768px) {
	.mktoForm .mktoFormRow:nth-child(5) .mktoFieldDescriptor.mktoFormCol {
		width: 30%;
		float: left;
	}
	.mktoForm .mktoFormRow:nth-child(5) .mktoFieldDescriptor.mktoFormCol:last-child {
		float: right;
	}
	.mktoForm .mktoFormRow:nth-child(5) .mktoFieldWrap select#countryCode, .mktoForm .mktoFormRow:nth-child(5) .mktoFieldWrap #Phone {
		width: 100% !important;
		display: table;
		max-width: 100% !important;
	}
	.mktoForm .mktoFormRow:nth-child(5) .mktoFieldDescriptor.mktoFormCol:nth-child(2) {
		float: right;
		width: 70%;
	}
}
@media(max-width:767px) {
	.mktoForm .mktoFormRow:nth-child(5) .mktoFieldWrap select#countryCode, .mktoForm .mktoFormRow:nth-child(5) .mktoFieldWrap #Phone, .mktoForm .mktoFormRow .mktoFieldWrap select, .mktoForm .mktoFormRow .mktoFieldWrap input {
		width: 100% !important;
		max-width: 100% !important;
		height: 36px;
		padding: 7px 12px !important;
		line-height: normal !important;
	}
	.mktoForm .mktoFormRow .mktoFieldWrap textarea#contactUsFormMessage, .mktoForm .mktoFormRow .mktoFieldWrap textarea {
		height: 100% !important;
	}
	.mktoForm .mktoFormRow .mktoFieldWrap input[type="checkbox"] {
		height: auto !important;
		width: auto !important;
	}
}
#LblZDPM_OptIn span {
    font-size: 14px;
}
p#block-0b114a7b-3746-4c20-9963-23a0d824c110 a {
    color: #337ab7;
}