/** Testing for marketo styling **/

/*.mktoForm .mktoFormRow .mktoField {
    height: 2.5rem;
    color: red !important;
}*/

/* Fix banner design */
.page-template-template-about div#hero {
    flex-basis: 100%;
}
.page-template-template-how-to-sell-enterprise div#hero {
    flex-basis: 100%;
}

/** added for youtube **/
.wrapper {
	max-width: 1100px;
	margin: 30px auto;
	padding: 0 20px;
}
.wrapper-large {
	max-width: 1920px;
	margin: 30px auto;
	padding: 0 20px;
}

.youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}


/* All new design css here by NextWP*/

.blog .menu a,
.blog .menu .active>a,
.archive .menu a,
.archive .menu .active>a,
.search .menu a,
.single .menu a {
/*	color: #0E2954 !important*/
}

.blog .header,
.archive .header,
.search .header,
.single .header {
	/*padding-top: 0px !important;*/
}

.grid-margin-x {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.enable-on-scroll {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 11;
	-webkit-transform: translateY(-100%)!important;
	-moz-transform: translateY(-100%)!important;
	-o-transform: translateY(-100%)!important;
	transform: translateY(-100%)!important;
	-webkit-transition: -webkit-transform .4s!important;
	-moz-transition: -moz-transform .4s!important;
	-o-transition: -o-transform .4s!important;
	transition: transform .4s!important;
}

.enable-on-scroll.show {
	-webkit-transform: translateY(0)!important;
	-moz-transform: translateY(0)!important;
	-o-transform: translateY(0)!important;
	transform: translateY(0)!important;
}

.sticky-header-bar .menu-bar {
	text-align: right;
}

.single-post .sticky-header-bar ul li a,
.blog .sticky-header-bar ul li a,
.archive .sticky-header-bar ul li a {
	color: #373737 !important;
	font-size: 18px;
	text-decoration: none;
	margin: 0 0 0 20px;
}

.single-post .sticky-header-bar .nav-btn a,
.blog .sticky-header-bar .nav-btn a,
.archive .sticky-header-bar .nav-btn a {
	background: #0e2954;
	color: #fff !important;
}

.single-post .sticky-header-bar ul,
.blog .sticky-header-bar ul,
.archive .sticky-header-bar ul {
	justify-content: flex-end !important;
	background: transparent !important;
}

.header .sticky-header-bar .logo {
	margin: 0 0 0px 0px;
}

.single .header-bar.show-for-medium.sticky-header-bar,
.blog .header-bar.show-for-medium.sticky-header-bar,
.archive .header-bar.show-for-medium.sticky-header-bar {
	background: #f8f8f8;
	box-shadow: 0px 0 5px rgba(0, 0, 0, 0.5);
}

.registerblock-blog {
	background: #fafbfb;
	padding: 40px 20px;
	text-align: center;
	margin: 20px 0;
}

.registerblock-blog h4 {
	font-size: 24px;
	line-height: normal;
	font-weight: 600;
	margin: 0 0 15px 0;
}

.registerblock-blog p {
	font-size: 18px;
	margin: 0 0 15px 0;
}

.registerblock-blog .buttonregiseter {
	display: block;
	position: relative;
	margin: 20px 0 0;
}

.registerblock-blog .buttonregiseter a {
	background: #0e2954;
	color: #fff;
	display: inline-block;
	padding: 10px 18px;
	text-decoration: none;
	font-size: 12px;
}

.registerblock-blog .buttonregiseter a:hover {
	background: #092146;
}

.right-section-blocks h3 {
	font-size: 24px;
	margin: 25px 0 15px 0;
}

.right-section-blocks .images-block {
	display: flex;
	align-items: center;
	margin: 0 -8px;
	margin-bottom: 16px;
}

.right-section-blocks .images-block .column {
	width: calc(50% - 23px);
	height: 115px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	margin: 0px 6px;
}

.right-section-blocks .box-block {
	display: flex;
	align-items: center;
	margin: 0 -8px;
	margin-bottom: 16px;
}

.right-section-blocks .box-block .column {
	width: calc(50% - 16px);
	height: auto;
	border-radius: 0px;
	/*border: 1px solid #ececec;*/
	display: flex;
	align-items: center;
	justify-content: center;
	/*padding: 10px;*/
	margin: 0px 8px;
}

.testimonail_section {
	display: block;
	position: relative;
	margin: 20px 0;
	background: #fafbfb;
	border-radius: 6px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
	padding: 25px;
	padding-left: 250px;
	min-height: 200px;
	/*padding-right: 100px;*/
}

.testimonail_section img {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	position: absolute;
	left: 50px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.testimonail_section p {
	color: #000;
	font-size: 1.25rem;
	line-height: 2rem;
	margin: 10px 0 15px;
}

.testimonail_section h3 {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0;
}

.testimonail_section h5 {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
}

.subscribe.section {
	position: relative;
	margin: 60px 0 30px 0;
	background: #fafbfb;
	border-radius: 6px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
	padding: 0px 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.subscribe.section .grid-container {
	padding: 0;
	margin: 0;
	width: 100%;
	padding-bottom: 25px;
	margin-left: 20%;
}

.subscribe.section p {
	font-size: 1.25rem;
	margin: 25px 0;
	margin-right: 0px;
	text-align: center;
	padding-top: 30px;
}

.subscribe.section .form-area {
	width: 100%;
	max-width: 481px;
	height: 36px;
}

.subscribe.section iframe {
	height: auto;
	border: 0;
	width: 100%;
}


/*.hide-for-small-only{
	display: none;
	}*/

#ajax-posts-wrap .article-header h3 {
	font-size: 1.0rem;
	line-height: 1.2rem;
}

.byline.rounded.hide-for-small-only {
	display: none;
}

.NextWP_mi_tracking {
	display: none;
}

.desktop-iframe {
	display: block;
}

.mobile-iframe {
	display: none;
}

iframe#newsletter-blog-mobile {
	/*width: 300px;*/
	/*height: 90px;*/
	margin-left: 10%;
}

.btn-mobile {
	display: none;
}

.btn-desktop {
	display: none;
}

.request-reseller-btn {
	display: block;
}

.reseller-resources .request-reseller-btn,
.category-reseller-resources .request-reseller-btn {
	display: none;
}

.reseller-resources .nav-btn.btn-desktop,
.category-reseller-resources .nav-btn.btn-desktop {
	display: block;
}

/*.right-next-article-section,
.join_bstock_section.reseller {
	display: block;
}*/

/*.sticky-section,
.join_bstock_section,
.testimonail_section,
.subscribe.section {
	display: none;
}*/

/*.reseller-resources .testimonail_section,
.reseller-resources .subscribe.section {
	display: block;
}*/

/*.reseller-resources .right-next-article-section {
	display: none;
}
*/
/*.reseller-resources .sticky-section {
	display: block;
}*/

/*.reseller-resources .join_bstock_section {
	display: block;
}

.reseller-resources .join_bstock_section.reseller {
	display: none;
}*/

.show-market-footer-mobile,
.hide-market-footer {
	display: none;
}

.hide-market-footer-desktop {
	display: block;
}

.filter-button-group.fixed {
	position: fixed;
	top: 0;
	z-index: 999999;
	margin-bottom: 0;
}

.col {
	width: 33%;
	float: left;
}
li.sub-menu-last-li a {
    text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
	/* on all archive pages category or tag the padding was foced 0 so adding 25px padding */
	body.archive .archive-grid {
		padding-left: 25px;
		padding-right: 25px;
	}
	/* on all archive pages category or tag the padding was foced 0 so adding 25px padding */
	/*body.archive .subscribe-wrap {
		padding-left: 25px;
		padding-right: 25px;
		}*/
	body .header-bar.show-for-medium.sticky-header-bar {
		display: block !important;
	}
	body.single-post .sticky-header-bar ul li,
	body.archive .sticky-header-bar ul li,
	body.blog .sticky-header-bar ul li {
		display: none;
	}
	/*body.single-post .sticky-header-bar ul li:last-child, body.blog .sticky-header-bar ul li:last-child, body.archive .sticky-header-bar ul li:last-child{
		display: inline-block !important;
		width: auto;
		}*/
	/*.single-post .sticky-header-bar .btn-mobile , .blog .sticky-header-bar .btn-mobile , .archive .sticky-header-bar .btn-mobile {
		display: inline-block !important;
		width: auto;
		}*/
	body.single .header .logo,
	body.blog .header .logo,
	body.archive .header .logo {
		display: block;
	}
	body .subscribe.section {
		flex-direction: column;
		padding: 0px 15px;
	}
	body .subscribe.section p {
		margin-right: 0;
		text-align: center;
	}
	body iframe#newsletter-blog,
	body iframe#newsletter-blog-mobile {
		margin: 0;
		margin-bottom: 0;
		height: auto;
	}
	body .testimonail_section {
		padding-right: 30px;
		padding: 25px;
		padding-left: 25px;
		text-align: center;
	}
	body .testimonail_section img {
		width: 120px;
		height: 120px;
		left: 0;
		position: relative;
	}
	body .testimonail_section p {
		font-size: 1.2rem;
	}
	body .testimonail_section h3 {
		font-size: 1.2rem;
	}
	/*body.single-post .sticky-header-bar ul li a{      font-size: 14px; }*/
	body .subscribe.section .grid-container {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.btn-desktop,
	.btn-mobile {
		display: none !important;
	}
	.request-reseller-btn {
		display: inline-block !important;
		width: auto !important;
	}
	.reseller-resources .request-reseller-btn,
	.category-reseller-resources .request-reseller-btn {
		display: none !important;
	}
	.reseller-resources .nav-btn.btn-mobile,
	.category-reseller-resources .nav-btn.btn-mobile {
		display: inline-block !important;
		width: auto !important;
	}
	#sidebar1 .search-form,
	#sidebar1 .link-tags {
		display: none;
	}
	#sidebar1 p {
		line-height: 1.0;
		font-size: 1.0rem;
	}
	.article-header h1 {
		font-size: 1.6rem;
	}
	.header-bar {
		padding: 0.5rem 0.5rem;
	}
	.desktop-iframe {
		display: none;
	}
	.mobile-iframe {
		display: block;
	}
	.show-market-footer-mobile {
		display: block;
		border: 2px solid #e3cece;
		position: fixed;
		bottom: 0;
	}
	.hide-market-footer-desktop {
		display: none;
	}
	.show-market-footer-mobile p {
		text-align: center;
	}
	.show-market-footer-mobile ul {
		margin-left: 1.25rem;
		list-style-type: none;
		list-style: none;
		width: 100%;
		display: inline-block;
		margin: 0px;
	}
	.show-market-footer-mobile ul li {
		width: 33%;
		float: left;
	}
	.show-market-footer-mobile select {
		border-radius: 35px;
	}
	.filter-button-group.fixed {
		position: fixed;
		top: auto;
		bottom: 0;
		z-index: 999999;
		margin-bottom: 0;
	}
}


/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.sticky-section {
		width: 250px !important;
	}
	/* The footer & Header navigation breaking Quick fix */

	.disable-on-scroll .menu-item a {
		font-size: 1.0rem !important;
	}
	.right-section-blocks .images-block .column {
		width: calc(50% - 10px);
		height: 90px;
	}
	/* media query ends here */
}

/* Ipad pro */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.grid-container .grid-item .box_prg{
		min-height: 120px;

	}

	.grid-container .grid-item a img{
		height: 100px !important;
	}

	.grid-container .grid-item p a{
		margin: 0 24px;
	}
}

/*  Mobile landscape issues ----------- */

@media only screen and (min-device-width: 640px) and (max-device-width: 768px) {
	.right-section-blocks h3 {
		font-size: 1rem;
	}
	.right-section-blocks .images-block .column {
		width: calc(50% - 9px);
		height: 60px;
	}
	/* media query ends here */
}


/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 1224px) and (max-device-width: 1366px) {
	.right-section-blocks .images-block .column {
		width: calc(50% - 40px);
		height: 70px;
		margin: 0px 15px;
	}
}

.dropdown-menu {
	min-width: 200px;
}

.dropdown-menu.columns-2 {
	min-width: 400px;
}

.dropdown-menu.columns-3 {
	min-width: 600px;
}

.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}

.multi-column-dropdown {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}

.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #999;
}

@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}


button
{
	margin:0px;
}


/*v2 css*/

.marketplaces-hero {
	width: 95%;
	margin: 0px auto;
	text-align: center;
}

.marketplaces-hero h2 {
	font-size: 55px;
	color: #0e2954;
	font-weight: bold;
	line-height: 1.2;
}

.marketplaces-hero p {
	color: #122d57;
	font-weight: 500;
}

.marketplaces-hero a {
	color: #0e2954;
	font-weight: 600;
	text-decoration: underline;
}

.step {
	float: left!important;
	text-align: center;
	margin: 40px 0px;
	width: 33.33%;
}

.step p {
	color: #364652!important;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0px;
}

.step p:last-child {
	color: #364652!important;
	font-size: 22px!important;
	width: 90%;
	margin-left: 5%;
}

.heading {
	/*margin-top: 58px!important;*/
	display: inline-flex;
	font-size: 32px!important;
}

.filter-button-group select option:nth-child(1) {
	color: red!important;
}

.list_add p:nth-child(1) {
	font-size: 16px!important;
	color: #0e2954!important;
	font-weight: 700!important;
}

.filter-button-group select {
	width: 65%!important;
	margin-right: 1%!important;
}

.page-template-template-marketplaces .filter-button-group {
	margin: 0px auto!important;
	display: inherit;
}

.filter_industry {

}

.filter_industry select {
	/*color: #0e2954!important;*/
}

.dropdown-toggle button {
	border: 1px solid #cacaca !important;
	border-radius: 0px!important;
	height: 40px;
	padding: 5px 20px!important;
	margin-top: -1px!important;
	font-size: 15px!important;
	color: #0e2954!important;
}

.industries-dropdown-toggle button {
	border: 1px solid #cacaca !important;
	border-radius: 0px!important;
	height: 40px;
	padding: 5px 20px!important;
	margin-top: -1px!important;
	font-size: 15px!important;
	margin: 0px!important; 
	color: #0e2954!important;
}
.regions-dropdown-toggle button {
	border: 1px solid #cacaca !important;
	border-radius: 0px!important;
	height: 40px;
	padding: 5px 25px!important;
	margin-top: -1px!important;
	font-size: 15px!important;
	color: #0e2954!important;
}

.dropdown-toggle button:focus,.industries-dropdown-toggle button:focus, .regions-dropdown-toggle button:focus {
	border: 2px solid #0E2954!important;
}

.filter-button-group ul li .dropdown_selected{
	border: 2px solid #0E2954!important;	
}

.dropdown-toggle button .fa {
	font-size: 20px!important;
}

.page-template-template-marketplaces .filter-button-group button {
	font-weight: 700!important;
}

.list_add {
	margin: 0px;
	padding: 0px;
}

.list_add li {
	list-style-type: none;
	display: inline-block!important;
	/*margin-left: 20px;*/
}

.list_add li:nth-child(1) {
	margin-right: 20px;
}
.dropdown-options {
	position: absolute;
	background: #fff;
	z-index: 99;
	border: 1px solid #d2d2d2;
	padding: 10px;
	font-size: 13px;
	width: 60%;
	line-height: 22px;
	margin: 4px auto;
	display: inline-flex;
	left: 25%;
	text-align: left;
}

.industries-dropdown-options{
	position: absolute;
    background: #fff;
    z-index: 99;
    border: 1px solid #d2d2d2;
    padding: 10px;
    font-size: 13px;
    width: 170%;
    line-height: 22px;
    margin: 4px auto;
    left: 0px;
    text-align: left;
}

.regions-dropdown-options {
	position: absolute;
    background: #fff;
    z-index: 99;
    border: 1px solid #d2d2d2;
    padding: 10px;
    font-size: 13px;
    width: 120%;
    line-height: 22px;
    margin: 4px auto;
    left:0%;
    text-align: left;
}
 .regions-dropdown-toggle button
{
	margin: 0px!important;
}

.cell {
	padding: 2px;
}

.hover:hover {
	background-color: #0e2954;
	color: #fff;
	cursor: pointer;
}

.grid-item {
	border: 1.5px solid #efefef;
	border-radius: 4px;

}

.grid-item p:nth-child(1) {
	background: #00bc5e;
	width: 52%;
	margin: -20px auto auto auto;
	border-radius: 20px;
	color: #fff;
	font-size: 15px;
	padding: 5px;
}

.grid-item img {
	/* max-height: 83px; */
	height: 60px!important;
	margin: 20px 0px;
}

.grid-item a img {
	/* max-height: 83px; */
	height: 120px!important;
	margin: 10px 0px;
}

.box_prg {
	font-size: 15px!important;
	color: #102b56!important;
	text-align: left;
	padding-left: 6%;
	padding-right: 6%;
	min-height: 96px;
	/*  background-color: yellow!important;*/
}

.grid-item {
	padding: 2px!important;
	margin-top: 10px;
}
.grid-item:hover {
	box-shadow: 2px 2px #cacaca;
}

.grid-item p a {
	border-radius: 2px;
	position: relative;
	border: 1px solid #ccc;
	width: 40%;
	margin: 0px 28px;
	float: left;
	padding: 7px 0px;
	font-size: 15px;
	text-decoration: none;
	color: #0e2954;
	font-weight: 600;
	position: absolute;
	/*bottom: 29px;*/
}

.grid-item p a:nth-child(1) {
	color: #fff;
	border-color: transparent;
	background-color: #0e2954!important;
}

.grid-item p a:nth-child(2) {
	right: 0px!important;
}

.grid-item p a:hover {
	color: #fff;
	border-color: transparent;
	background-color: #0e2954!important;
}

/*.cell-phones {
	margin-top: 30px!important;
}*/

.grid-item h4 {
	font-size: 18px;
	color: #0e2954;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0px 6%;
	text-align: left;
}

.filter-button-group.fixed {
	padding: 15px 20px;
	background-color: #fff;
	top: 0px;
	box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .12);
	width: 100%;
	width: 100%;
	left: 0;
	/*  border: 2px solid #dbdbdb;*/
}

.all-marketplaces-heading {
	margin-top: 2rem;
}

.page-template-template-marketplaces .grid-item {
	height: 370px;
	width: 31.3% !important;
}

.industries_dropdown_mobile select{
	display: none;
}

.industries_dropdown_mhide select{
	display: block;
}

.filter_regions{
	display: none;
}

.green_pill_div{
	min-height: 14px;
}

#marketplace_grid .mb30{
	margin-bottom: 30px;
}

/****Mobile responsive css *****/

@media (max-width: 767px) {
	.marketplaces-hero {
		width: 100%;
	}
	.marketplaces-hero h2 {
		font-size: 30px;
		margin-top: 40px;
	}
	/*  .header
	{
			box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .12);

			}*/
	.step {
		float: none;
		margin: 25px 0px;
		width: 100%;
	}
	.step p:last-child {
		font-size: 20px!important;
	}
	.marketplaces-hero p {
		font-size: 21px;
	}
	.filter-button-group select {
		width: 60%;
	}
	.filter-button-group select:focus {
		border: 2px solid #0E2954;
	}
	.heading {
		display: block;
		font-size: 28px!important;
		text-align: center;
	}

	body.page-template-template-marketplaces .grid-item {
		width: 90% !important;
		height: 394px;
	}

	.grid-item p a {
		font-size: 13px!important;
		margin: 0px 24px;
	}
	.box_prg {
		font-size: 15px!important;
		min-height: 120px;
	}
	.grid-item p:nth-child(1) {
		font-size: 13px!important;
	}
	.grid-item h4 {
		font-size: 15px;
	}
	.grid-item img {
		height: 45px!important;
	}
	.grid-item a img {
		height: 120px!important;
	}
	.filter-button-group.fixed {
		top: auto!important;
		bottom: 0px!important;
	}
	.subheading {
		font-size: 13px!important;
	}
	.filter-button-group.fixed select {
		height: 34px;
		font-size: 12px;
		padding: 0px 25px;
		width: 100%!important;
	}
	.filter-button-group.fixed select .fa {
		font-size: 15px!important;
	}
	.filter-button-group.fixed button {
		font-size: 12px!important;
	}
	/*.list_add li:nth-child(2) {
		display: inline-block!important;
		width: 48%!important;
	}
	.list_add li:nth-child(3) {
		display: inline-block!important;
		width: 48%!important;
		float: right;
	}*/
	.list_add {
		display: none;
	}
	.filter-button-group.fixed .list_add {
		display: block;
	}
	/*.grid-item:last-child
	{
	margin-bottom: 180px!important;
	}*/
	.grid-item {
		margin-top: 20px!important;
		margin-left: 5%;
	}

	.dropdown-toggle button {
		height: 34px;
		padding: 6px 8px!important;
	}

	.industries-dropdown-toggle button {
		height: 34px;
		padding: 6px 8px!important;

	}	

	.regions-dropdown-toggle button {
		height: 34px;
		padding: 6px 8px!important;
	}

	.page-template-template-marketplaces .filter-button-group button {
		margin: 0px!important;
	}

	.dropdown-options {
		width: 95%;
		position: fixed;
		left: 8px;
		bottom: 0;
	}
	.industries-dropdown-options {
		width: 95%;
		position: fixed;
		left: 8px;
		bottom: 0;
	}	
	.regions-dropdown-options {
		width: 95%;
		position: fixed;
		left: 8px;
		bottom: 0;
	}
	.dropdown-options .col {
		width: 100%!important;
	}
	.dropdown-options {
		/*display: inherit!important;*/
		overflow: scroll!important;
		height: 500px!important;
	}
	.spacer {
		height: 140px;
		width: 100%;
	}
	.dropdown-toggle button {
		display: none;
	}
	.filter_marketplaces, .filter_regions {

	}
	.filter-button-group.fixed .list_add li:nth-child(1) {
		display: block!important;
	}
	.select_arrow {
		display: none!important;
	}
	.filter-button-group.fixed select {
		margin-bottom: 0px!important;
	}
	.filter-button-group.fixed li {
		line-height: 0!important;
		display: block !important;
	}
	.filter-button-group.fixed {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 100%);
		box-shadow: none;
	}

	.industries_dropdown_mobile select{
		display: block;
	}

	.industries-dropdown-toggle button{
		display: none;
	}

	.filter_regions{
		display: block;
	}

	.regions-dropdown-toggle{
		display: none;
	}

	.regions_dropdown_mobile{
	    position: absolute;
	    left: 20px;
	    max-width: 135px;		
	}

	.industries_dropdown_mobile{
	    position: absolute;
	    right: 20px;
	    max-width: 160px;
	    display: inline-block;
	}

	.makretplaces_dropdown_mobile{
    	margin-top: 65px;
	}
}

@media (min-width:767px) {
	.filter_marketplaces {
		display: none;
	}
}

.clearfix {
	clear: both;
}


/****Mobile responsive css *****/


/*
.heading
{
	text-align: center;
	display: block;
}
*/


/*v2 css*/

.page-template-template-marketplaces .heading {
	text-align: center;
	display: block;
	padding-left: 0px !important;
}

.featured_sec {
	position: relative;
}

.featured_sec a {
	bottom: auto!important;
}

select.micro {
	font-size: 12px;
}

.filter_industry, .filter_marketplaces, .filter_regions {
	    background-size: 10px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBjY2xCkBQFIbPvWI2sFsom0XJ5hE8gVfxKp7AI9ikLDbFYmcwk0u/unW7Gfx16pz//zo/0U8xN54iMo36FEe2d+GihnYyeia3GjqvnK99MNwkKhgIdAgZGCYDJ51LRrzAZ9wS2lq/fKvVKgljV6FPAcbo/gNCODBWsBHMpgAAAABJRU5ErkJggg==');
}

.filter_industry:focus,.filter_marketplaces:focus, .filter_regions:focus{
	    border: 1px solid #1b3edd!important;
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABrSURBVHgBncwxDoAgDIXhhoG5C856A90ME9yAG3k1bsDoYIhX6OBGQg0kLI2TTbq8fPkB/t5k89Fe7koihhoYIEisJCr68UUr/4U7MvZK6BKODd2NxuY0sML9nCvz2koUNxqQ4kK9zNW1wAtWPDBdFKHsbQAAAABJRU5ErkJggg==');
box-shadow: none!important;
position: relative;
    z-index: 1;
}


.dropdown-toggle {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%285, 16, 33%29'></polygon></svg>") !important;
	background-position: right 0.7rem center;
	background-repeat: no-repeat;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
}

.industries-dropdown-toggle {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%285, 16, 33%29'></polygon></svg>") !important;
	background-position: right 0.7rem center;
	background-repeat: no-repeat;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
	position: relative;
}

.regions-dropdown-toggle {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%285, 16, 33%29'></polygon></svg>") !important;
	background-position: right 0.7rem center;
	background-repeat: no-repeat;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
	position: relative;
}

.select_arrow {
	font-size: 20px!important;
	color: #0e2954!important;
	margin-left: -41px;
	padding: 0px 2px;
	/*    background: #fff;
 
    width: 18px!important;*/
}


p.cta_buttons a {
    /*position: initial;*/
}

p.cta_buttons {
    display: flex;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {

	.grid-item {
	    height: 310px !important;
	}
	.grid-item a img {
    height: 80px!important;
    max-height: 80px;   
}

	.page-template-template-marketplace-AB .grid-item {
	    height: 350px !important;
	}

	.grid-item p:nth-child(1) {
		width: 65%;
		font-size: 12px
	}
	.box_prg {
		font-size: 12px!important;
	}
	.grid-item p a {
		width: 44%;
		margin: 0px 10px;
		padding: 7px 0px;
		font-size: 12px;
	}
	.marketplaces-hero {
		width: 80%;
	}
	.marketplaces-hero h2 {
		font-size: 40px!important;
	}
	.grid-item h4 {
		font-size: 14px;
		padding: 0px 13px;
	}
	.step p:last-child {
		font-size: 18px!important;
	}
}



/* css for ab testing */
.page-template-template-marketplace-AB .subheadingx {
    font-size: 1.25rem;
    color: #A3AAB0;
    padding-left: 1.875rem;
}

.page-template-template-marketplace-AB .headingx {
    margin-bottom: 2rem;
    font-weight: 700;
    color: #0E2954;
    padding-left: 1.875rem;
}

.page-template-template-marketplace-AB .filter-button-groupx {
    display: inline-block;
    text-align: center;
    margin-bottom: 4rem;
}

.page-template-template-marketplace-AB .filter-button-groupx button {
    border: 2px solid #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 3px 3px 0;
    min-height: 20px;
    padding: 2px 5px;
    color: #364652;
    font-weight: 300;
}

.page-template-template-marketplace-AB .grid-itemx {
    height: 150px;
    margin: 0 1% 1rem;
    width: 23%;
}

.page-template-template-marketplace-AB .grid-itemx a {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.page-template-template-marketplace-AB .filter-button-groupx button:hover {
    border: 2px solid #0E2954;
    font-weight: 700;
}

.page-template-template-marketplace-AB .filter-button-groupx button.active {
    border: 2px solid #0E2954;
    color: #0E2954;
    font-weight: 700;
}

.page-template-template-marketplace-AB .filter-button-groupx button:focus {
	outline:0;
}

.page-template-template-marketplace-AB .heading {
    text-align: center;
    display: block;
    padding-left: 0px !important;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #0E2954;
}

.page-template-template-marketplace-AB .filter-button-group {
	margin: 0px auto!important;
	display: inherit;
	text-align: center
}

.page-template-template-marketplace-AB .filter-button-group button {
	font-weight: 700!important;
}
.page-template-template-marketplace-AB .filter-button-group button:focus {
	outline:0;
}

.page-template-template-marketplace-AB .grid-item {
	height: 370px ;
	width: 31.3% !important;
}

@media (max-width: 767px) {
	body.page-template-template-marketplace-AB .grid-item {
		width: 90% !important;
		height: 394px;
	}	
	.page-template-template-marketplaces-AB .filter-button-group button {
		margin: 0px!important;
	}
	/** #test CSS by nate for speed **/
	.footer.footer_blue {
    color: #0E2954;
    background-image: url(../images/footer_cardboard_blue-mobile.jpg);
    background-repeat: repeat-x; 
  }
    .grid-frame#hero {
    background: url(../images/bg-home-mobile.jpg) no-repeat;
    background-size: cover; 
  }
}

}


/*embed form css*/
.industry_mobile_popup_form {
    position: absolute;
    left: 50%;
    top: 50%!important;
    transform: translate(-50%, -50%);
}

.popup-modal-form {
    width: 100%;
    max-width: 435px;
    margin: auto;
}

.popup-modal-form form {
    width: 100%!important;
    margin: 0;
}
.popup-modal-form form select{
	-webkit-appearance: button;
}

.popup-modal-form select#Business_Locations__c {
    height: 61px;
}
.popup-modal-form form .mktoFormRow, .popup-modal-form form .mktoFormRow .mktoFieldDescriptor, .popup-modal-form form .mktoFieldWrap, .popup-modal-form form .mktoFieldWrap input, .popup-modal-form form .mktoFieldWrap select {
    width: 100%!important;
}

.industry_mobile_popup_form h1 {
    margin-bottom: 40px;
}
.industry_mobile_popup_form button.mktoButton {
    margin-bottom: 70px!important;
}
