@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
body,
.the-content

/*Restate font at the-content level because Formstack overrides body*/
	{
	font-family: 'Open Sans', 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	color: #444;
	font-weight: 500;
	font-weight: 400;
}

p {
	line-height: inherit;
}

strong {}

hr {
	max-width: 73rem;
}

.button,
.fsSubmit input {
	background: #ff9e19;
	text-transform: uppercase;
	font-weight: bold;
	padding: .4em .75em;
	font-size: 1.8rem;
	border-radius: 5px;
	color: #fff !important;
	/*font-family: 'Open Sans', sans-serif;*/
}
.button.hollow {
	border-color: #BAA756;
	color: #BAA756;
}
.button.hollow:focus, 
.button.hollow:hover {
	background-color: #BAA756;
	border-color: #BAA756;
	color: #ffffff;
}

.elq-form .submit-button {
	border-width: 0;
	background: #ff9e19;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
	color: #fff;
	padding: .4em .75em;
}

.button>a {
	color: #fff !important;
}

.fsSubmit input.fsSubmitButton {
	border: 0;
	box-shadow: none;
	padding: 10px 25px !important;
	color: #fff;
}

footer #formElement0 input#field0 {
	color: #666 !important;
}

/* Gravity Form */
.page-id-27607 #gform_40 .gsurvey-rating:not(:checked) > label {
	width: 30px;
	background-size: 25px 25px;
	height: 30px;
	color: transparent;
}

.page-id-27607 #gform_40 .gsurvey-rating:not(:checked) > label:hover {
	background-size: 25px 25px;
}

/*.conference-mjbizconintl .conference-details .button,  set to original as background of hero is purple */
/* .conference-mjbizconintl .section-wrapper .button {
  background: #542876;
} */
.entry-content.conference-content .columns a {
	color: #444;
}

/*Formstack*/
.fsPage table tbody tr:nth-child(even) {
	background: none;
}

.fsBody .fsForm {
	max-width: 500px;
	margin: auto;
}

.fsForm textarea,
.fsRowBody input[type=email],
.fsRowBody input[type=number],
.fsRowBody input[type=tel],
.fsRowBody input[type=text] {
	border: 1px solid #666;
	box-shadow: none;
	margin-right: 0;
}

#main .fsBody .fsSubField {
	width: 50%;
	margin-right: 0;
}

.fsBody .fsNameFirst {
	width: 49%;
}


/*********************
LINK STYLES
*********************/
a:link,
a:visited:link {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 15px;
	line-height: 1.1em;
	color: #0b192d;
	font-family: 'Open Sans', sans-serif;
}

h2 {
	font-size: 28px;
	margin-bottom: 15px;
}

h3 {
	font-size: 24px;
	margin-bottom: 15px;
}

h4 {
	font-size: 20px;
	margin-bottom: 8px;
}

h5 {
	color: #666;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 18px;
}

/*********************
HEADER STYLES
*********************/
.hello-bar {
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 1.2em;
	padding-top: 10px;
	padding-bottom: 12px;
	background: #09B0DC;
}

.hello-bar a {
	color: #fff;
	text-decoration: underline;
}

.hello-bar p {
	margin: 0;
}

.hello-bar.urgency-hot {
	background: #FD9D31;
}

.hello-bar.urgency-super-hot {
	background: #cc381e;
}

.header ul.off-canvas-list li {
	list-style: none;
}

/*.page-id-10800 .header, 
.page-id-11870 .header{
  background: url(../images/bg-next.jpg) no-repeat center -125px;
  background-size: 2800px auto;
}*/
.header .logo {
	max-width: 300px;
}

@media (max-width: 640px) {
	.header .logo {
		max-width: 100%;
	}

	.header .top-bar-left {
		width: 35%;
	}

	.header .top-bar-right {
		width: 65%;
		text-align: right;
	}

	.header .mobile-reg {
		background: #fd9d30;
		color: #fff;
		display: inline-block;
		padding: 3px 8px;
		font-size: 16px;
		margin-right: 10px;
	}

	.header .menu {
		width: 50px;
		height: 35px;
		float: right;
	}
}

.header .fa-bars {
	font-size: 25px;
	position: relative;
	top: -8px;
}

.top-bar,
.top-bar ul {
	background: transparent;
}

.home-bar {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0;
	padding-top: 5px;
	margin-bottom: 10px;
	text-align: right;
}

.home-bar .phone {
	display: inline-block;
	text-align: right;
	font-weight: 900;
	color: #1B365D;
	padding-right: 25px;
	vertical-align: top;
	font-family: 'Open Sans';
	position: relative;
	top: -5px;
}

/*.page-id-10800 .home-bar .phone  {
  color: #fff;
}*/
.home-bar img {
	float: right;
	transition: .25s opacity ease;
	width: 18px;
}

.home-bar img:hover {
	opacity: .5;
}

.conference-dates {
	color: #999;
	line-height: 1.2em;
	font-size: 14px;
	padding-top: 2px;
}

/* Skip to Content */
a.skip-main {
	left:-999px;
	position:absolute;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
	color: #fff;
	background-color:#000;
	left: auto;
	top: auto;
	width: 30%;
	height: auto;
	overflow:auto;
	margin: 10px 35%;
	padding:5px;
	border-radius: 15px;
	border:4px solid yellow;
	text-align:center;
	font-size:1.2em;
	z-index:999;
}

/*********************
FRONT PAGE
*********************/
/*Slider*/
.orbit-slide {
   
    min-height: 600px;
}
.orbit-slide .button {
	background: rgba(255, 158, 25, .6);
	border: 2px solid #ff9e19;
}
.orbit-slide .button:hover {
	background: rgba(255, 158, 25, 1);
}
.orbit-slide.next {
	background-image: url("https://mjbizconference.com/wp-content/uploads/2019/01/NEXT-web-cover-img.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.orbit-slide.hemp {
	background-image: url("https://mjbizconference.com/wp-content/uploads/2019/01/HempIndustryDaily-Con-web-hero-bckg-img.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center left;
}

.orbit-slide.emerald {
	background-image: url("https://mjbizconference.com/wp-content/uploads/2020/02/Emerald2020-cover-img-min.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center left;
}
.orbit-slide.intl {
	background-image: url("https://mjbizconference.com/wp-content/uploads/2019/06/INTL-2019-website-cover-1600x1000px.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center left;
}
.orbit-slide.latam {
	background-image: url("https://mjbizconference.com/wp-content/uploads/2019/06/MJB-LATAM-Sym-hero-img-1800x1200px.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.orbit-slide.iis {
    background-image: url("https://mjbizconference.com/wp-content/uploads/2020/01/IIS20-hero-img-3500x2360px-v2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.orbit-figure {
	min-height: 500px;
	padding-top: 100px;
}
.orbit-slide .logo { 
	display: block;
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
}
.orbit-caption {
	position: relative;
	background: none;
	color: #ffffff;		
	width: 75%;
	margin: 0 auto;
}
.orbit-caption .info{
	font-weight: bold;
	font-size: 1.5rem;
}.orbit-caption .content{
	font-size: 1.25rem;
}
.orbit-caption .button {
	margin: 10px 10px;
}
.orbit-next, .orbit-previous {
	color: #ff9e19;
	top: 50%;
	font-size: 3em;
}
.orbit-bullets {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
}
.orbit-bullets button {
	background-color: #e6e6e6;
}
.orbit-bullets button.is-active,
.orbit-bullets button:hover {
	background-color: #ffae00;
}

@media all and (max-width: 1200px) {
	.orbit-figure {
		padding-top: 50px;
	}
}
@media print, screen and (max-width:639px) {
	.orbit-slide .logo {
		width: 95%;
	}
	.orbit-caption {
		width: 100%;
	}
	.orbit-caption .info {
		font-size: 1rem;
		width: 100%;
	}
	.orbit-caption .content{
		font-size: 90%;
		width: 75%;
		margin: 0 auto;
		}
	.orbit-caption .button {
		width: 80%;
	}
	.orbit-slide a  {
		font-size: 95%;
	}
	.orbit-bullets {
		bottom: 0;
	}
	.orbit-controls {
		display: none;
	}
}
.home .top-bar {
	padding-bottom: 0;
}

.home .home-bar {
	margin: 0;
	border: 0;
}

/*.home .conference-content .columns:last-child:not(:first-child) {float: none;}*/
/* Need a solution for last card when there is an uneven number. Full width toggle?*/
.item {
	display: none;
}

.button.disabled {
	opacity: .5;
}

/* Conference Cards */
.conference-card {
	position: relative;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #0b1f37;
	background-size: cover;
	padding: 10px;
	display: table;
	width: 100%;
	height: 500px;
}

.card-wrap {
	min-height: 100%;
	position: relative;
	transition: background-color 0.5s ease-in-out;
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	background-image: none;
}

.conference-card .logo {}

.conference-card .logo img {
	display: block;
	margin: 0 auto;
	max-height: 150px;
	width: auto;
}

.conference-card .logo span.img-alt {
	display: none;
	visibility: hidden;
}

.conference-card:hover .logo span.img {
	display: none;
	visibility: hidden;
}

.conference-card:hover .logo span.img-alt {
	display: block;
	visibility: visible;
}

.conference-card .info {
	color: #ffffff;
	margin: .5rem 0;
	font-weight: bold;
}

.conference-card .description {
	padding: 10px;
	visibility: hidden;
	position: absolute;
}

.card_buttons {
	background: rgba(255, 158, 25, .6);
	border: 2px solid #ff9e19;
	text-transform: uppercase;
	font-weight: bold;
	padding: .4em .75em;
	font-size: 1.8rem;
	border-radius: 5px;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
}

.card_buttons:hover {
	background: #14679e;
	border-color: #14679e;
}
.conference-card .button {
	background: rgba(255, 158, 25, .6);
	border: 2px solid #ff9e19;
}

.conference-card .button.button-inverse {
	background: rgba(138, 138, 138, .5);
	border-color: #8a8a8a;
}

.conference-card .button:hover,
.conference-card:hover .button:hover {
	background: #14679e;
	border-color: #14679e;
}

.conference-card:hover .button {
	background: #ff9e19;
}

.conference-card:hover .button.button-inverse {
	background: #8a8a8a;
	border-color: #8a8a8a;
}

.conference-card:hover .card-wrap {
	background: rgba(255, 255, 255, 0.8);
}

.conference-card:hover .info {
	color: #444;
}

.conference-card:hover .description {
	display: block;
	visibility: visible;
	position: relative;
}

@media print,
screen and (min-width:640px) {
	.card-header {
		background-image: none !important;
	}
}

@media print,
screen and (max-width:639px) {
	.home .conference-content .columns:last-child:not(:first-child) {
		float: right;
	}

	.conference-card {
		display: block;
		background-image: none !important;
		padding: 0;
		min-height: auto;
		height: auto;
	}

	.card-wrap {
		display: block;
		background: #ececec;
		padding: 0;
	}

	.conference-card:hover .card-wrap {
		background: #ececec;
	}

	.conference-card:hover .info {
		color: #ffffff;
	}

	.conference-card:hover .logo span.img {
		display: none;
		visibility: hidden;
	}

	.conference-card:hover .logo span.img-alt {
		display: block;

	}

	.conference-card .logo img {
		/*max-height: 90px;*/
	}

	.card-header {
		position: relative;
		display: block;
		padding: 15px;
		min-height: 250px;
		background-position: right center;
	}

	.card-body {
		padding: 15px;
	}

	.card-body .description {
		font-size: 90%;
	}

	.conference-card .description {
		position: relative;
		visibility: visible;
	}
}

.testimonial-content {
	background: #ff9e19;
	color: white;
}
/*********************
CONFERENCE LANDING
*********************/
/* Template Conference Landing Page */
.conference-details {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 125px;
	padding-bottom: 125px;
	color: #fff;
	font-size: 22px;
	position: relative;
	text-align: center;
}

.conference-details:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.conference-details .show-banner {
	position: relative;
}

.conference-details img {
	margin-top: 5px;
	max-width: 250px;
	margin-bottom: 10px;
}

@media (max-width: 700px) {
	.conference-details img {
		max-width: 200px;
	}
}

.conference-details span {
	display: inline-block;
	width: 100%;
	padding-left: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.1em;
	margin-top: 10px;
}

.conference-details .button {
	margin: 25px auto 0;
}

@media (max-width: 1024px) {
	.conference-details .button {
		font-size: 1.2rem;
	}
}

@media (max-width: 640px) {
	.conference-details .button {
		width: 200px;
		font-size: 1rem;
	}
}

.conference-details .video-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}

.conference-details .video-bg .wistia_responsive_padding {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*Hide bg video on mobile because I had trouble getting Wistia video to scale like I can with a video file.*/
@media (max-width: 960px) {
	.conference-details .video-bg {
		display: none;
	}
}
.countdown-bar {
	display: block;
	width: 100%;
	margin: 0 0 0;
	padding: 5px 0;
	background: #ff9e19;
	background: #333;
	text-align: right;
	overflow: hidden;
	min-height: 45px;
}

#countdown {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	top: 5px;
	font-family: 'Open Sans', sans-serif;
}

@media (max-width: 700px) {
	.countdown-bar {
		text-align: center;
	}

	#countdown {
		display: block;
		margin: 0 auto 15px;
		text-align: center;
	}
}

.countdown-bar h3 {
	color: #fff;
	margin: 0;
}

#countdown strong {
	font-size: 25px;
	font-weight: normal;
	margin-right: 5px;
}

#countdown span {
	margin-right: 20px;
	font-size: 18px;
	font-weight: 300;
	position: relative;
	color: #fff;
}

#countdown strong {
	color: #fff;
}

.countdown-bar .button {
	/*background: #002552;*/
	margin-left: 25px;
	margin-bottom: 0;
	padding-left: 25px;
	padding-right: 25px;
	vertical-align: middle;
	font-size: 22px;
	padding-top: 7px;
}

.countdown-bar .button:hover {
	background: #35A8CE;
}

/* IIS Specific */
.conference-mjbizconiicsymposium .show-banner img {
    max-width: 350px;
}

/*INTL Time is Running Out*/

.conference-mjbizconintl .countdown-bar {
	font-size: 36px;
	text-align: center;
}
.conference-mjbizconintl #countdown strong {
	font-size: inherit;
}
.conference-mjbizconintl #countdown span {
	font-size: inherit;
}

/*Vegas Template Conference Details*/
.conference-mjbizcon .conference-details {
	background-position: top right !important;
}

.conference-mjbizcon .conference-details:before {
	background: rgba(0, 0, 0, .4);
}

@media (min-width: 1400px) {
	.conference-mjbizcon .conference-details {
		padding-top: 200px;
		padding-bottom: 200px;
	}
}

/* NEXT Template Conference Details */
.conference-mjbizconnext .bg-wrapper {
	background-size: 100% auto !important;
	background: url(https://mjbizconference.com/wp-content/uploads/2018/04/bg-next-rotate-subtle.jpg) no-repeat 500px -160px;
}

@media (max-width: 1600px) {
	.conference-mjbizconnext .bg-wrapper {
		background-position: 500px -120px !important;
	}
}

@media (max-width: 1200px) {
	.conference-mjbizconnext .bg-wrapper {
		background-position: 500px -80px !important;
	}
}

.conference-mjbizconnext .dots-wrapper {
	background: url(https://mjbizconference.com/wp-content/uploads/2018/04/dots.png) no-repeat bottom right;
	background-size: 300px auto;
}

.conference-mjbizconnext .headshots-wrapper {
	height: 470px;
	position: relative;
	padding-right: 0;
	float: left;
	width: 45%;
	float: left;
}

.conference-mjbizconnext .icon-holder {
	height: 450px;
	position: relative;
	width: 0;
	float: left;
}

.conference-mjbizconnext .headshots-wrapper:before {
	content: "";
	width: 1000px;
	left: -1000px;
	position: absolute;
	height: 100%;
}

.conference-mjbizconnext .headshots-wrapper .each {
	width: 50%;
	height: 50%;
	float: left;
	vertical-align: bottom;
	background-size: 102% auto !important;
	position: relative;
}

.conference-mjbizconnext .headshots-wrapper .title-wrapper {
	position: absolute;
	bottom: 0;
	padding: 10px;
	/*background: rgba(11, 31, 55, .8);*/
	width: 100%;
	text-align: center;
}

.conference-mjbizconnext .headshots-wrapper .each h4,
.conference-mjbizconnext .headshots-wrapper .each h3 {
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	margin: 0;
	text-shadow: 0 0 3px #000;
}

.conference-mjbizconnext .headshots-wrapper .each h3 {
	font-size: 18px;
}

.conference-mjbizconnext .landing-content-wrapper {
	font-size: 17px;
	padding: 45px 10px 10px 15px;
	color: #222;
	float: right;
	line-height: 1.3em;
	width: 55%;
	float: right;
}

.conference-mjbizconnext .landing-content-wrapper ul li {
	line-height: 1.3em;
	padding-bottom: 5px;
}

.conference-mjbizconnext .landing-content-wrapper h2 {
	font-size: 26px;
	line-height: 1em;
	margin-bottom: 0;
}

.conference-mjbizconnext .landing-content-wrapper .conf-date,
.conference-mjbizconnext .landing-content-wrapper .discount-deadline {
	padding-top: 5px;
	color: #428bca;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.conference-mjbizconnext .landing-content-wrapper .discount-deadline {
	padding-top: 20px;
	margin-bottom: 0;
}

.conference-mjbizconnext .landing-content-wrapper .testimonial {
	font-style: italic;
}

.conference-mjbizconnext .landing-content-wrapper .testimonial .tagline {
	font-style: normal;
	font-size: 13px;
}

.conference-mjbizconnext .testimonial {
	padding-left: 30px;
	position: relative;
}

.conference-mjbizconnext .testimonial span.quote-mark {
	font-family: 'Arial', sans-serif;
	font-size: 65px;
	color: #04C2F1;
	position: absolute;
	left: 0;
	top: 10px;
}

@media (max-width: 1200px) {
	.conference-mjbizconnext .landing-content-wrapper {
		font-size: 15px;
		padding-top: 35px;
	}
}

@media (max-width: 1000px) {
	.conference-mjbizconnext .landing-content-wrapper {
		padding-top: 25px;
	}

	.conference-mjbizconnext .landing-content-wrapper h2 {
		font-size: 22px;
	}

	.conference-mjbizconnext .landing-content-wrapper br {
		display: none;
	}

	.conference-mjbizconnext .headshots-wrapper .each {
		background-size: auto 100% !important;
	}
}

@media (max-width: 900px) {
	.conference-mjbizconnext .landing-content-wrapper {
		padding-top: 10px;
	}

	.conference-mjbizconnext .landing-content-wrapper h2 {
		font-size: 20px;
	}

	.conference-mjbizconnext .landing-content-wrapper .conf-date,
	.conference-mjbizconnext .landing-content-wrapper .discount-deadline {
		font-size: 16px;
	}
}

@media (max-width: 640px) {

	.conference-mjbizconnext .landing-content-wrapper,
	.conference-mjbizconnext .headshots-wrapper {
		width: 100%;
		max-width: 450px;
		margin: auto;
		display: block;
		float: none;
		margin: auto;
	}

	.conference-mjbizconnext .bg-wrapper {
		padding-top: 40px;
		background-position: 0 -25px !important;
	}
}

/*Hemp Template Conference Details*/
.conference-mjbizconhemp .top-bar-right {
	margin-top: 25px;
}

.conference-mjbizconhemp .conference-details img {
	max-width: 400px;
}

/*Europe Template Conference Details*/
.conference-mjbizconeurope .top-bar-right {
	margin-top: 25px;
}

.conference-mjbizconeurope .conference-details {
	background-position: top right !important;
}

.conference-mjbizconeurope .conference-details img {
	max-width: 400px;
}

/*Latin Template Conference Details*/
.conference-mjbizconlatin .top-bar-right {
	margin-top: 25px;
}

.conference-mjbizconlatin .conference-details img {
	max-width: 400px;
}

.page-child.conference-mjbizconlatin .conference-details,
.page-child.conference-mjbizconlatin .countdown-bar {
	display: block;
}

/*Intl Template Conference Details*/
.conference-mjbizconintl .conference-details {
	background-position: center center !important;
	padding-top: 25px;
	padding-bottom: 25px;
}
.conference-mjbizconintl .conference-details span {
	text-shadow: 2px 2px 0px #000;
}
.conference-mjbizconintl .conference-details:before {
	background: rgba(0, 0, 0, 0.33);
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top:0;
	left: 0;
}

/* Speaker Sections */
.speaker-spotlight {
	width: 51%;
	height: 440px;
	float: left;
	position: relative;
	margin-left: 0;
	background: url(https://mjbizconference.com/wp-content/uploads/2018/01/kevin-oleary.png) no-repeat 27% top;
	background-size: 340px auto;
}

.speaker-spotlight img {
	width: 375px;
}

.speaker-spotlight .caption {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 170px;
	font-size: 14px;
	font-style: italic;
	width: 38%;
	line-height: 1.2em;
}

.speaker-spotlight .caption strong {
	font-weight: 600;
	font-style: normal;
}

@media (max-width: 1145px) {
	.speaker-spotlight {
		background-position: 10% top;
	}
}

@media (max-width: 1000px) {
	.speaker-spotlight .caption {
		width: 100%;
		background: rgba(255, 255, 255, .5);
		padding: 7px;
		bottom: 0;
	}
}

@media (max-width: 920px) {
	.speaker-spotlight {
		background-position: -10% -20px;
		width: 48%;
		height: 420px;
	}
}

@media (max-width: 700px) {
	.speaker-spotlight {
		width: 44%;
		height: 380px;
		background-size: 300px auto;
	}

	.header {
		background-position: center -200px;
	}
	.page-template-page-exhibitor-resources-tpl .section-wrapper table {
		width: 95%;
		margin: 0 auto;
		font-size: 13px;
	}
}

@media (max-width: 515px) {
	.speaker-spotlight {
		width: 55%;
		height: 310px;
	}

	.header {
		background-position: center -250px;
	}
}

@media (max-width: 460px) {
	.speaker-spotlight {
		display: none;
	}
}

/*Exhibitor Resources*/
.page-template-page-exhibitor-resources-tpl .page-banner {
	margin-bottom: 0;
}

.page-template-page-exhibitor-resources-tpl .section-wrapper,
.section-wrapper.has-gradient {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
	border-bottom: 2px solid #e3e2e2;
	padding-top: 35px;
	padding-bottom: 35px;
}

.section-wrapper.has-bg {
	padding-top: 35px;
	padding-bottom: 35px;
	position: relative;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
}

.section-wrapper.font-bump {
	font-size: 19px;
}

.section-wrapper.has-bg .row {
	position: relative;
}

.section-wrapper blockquote {
	font-size: 27px;
	font-style: italic;
	line-height: 1.3em;
}

.section-wrapper.has-bg blockquote,
.section-wrapper.has-bg blockquote p {
	color: #fff;
}

.section-wrapper.has-bg blockquote {
	border: 0;
}

.section-wrapper.has-bg:before {
	content: "";
	background: url(../images/dot-pattern2.png) repeat center center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .9;
}

.section-wrapper.featured-blog.has-bg:before {
	background-image: url(../images/dot-pattern-darker.png);
}

.page-template-page-exhibitor-resources-tpl .intro-block {
	text-align: center;
	font-size: 30px;
	color: #0b1f37;
	line-height: 1.3em;
	font-weight: 600;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-template-page-exhibitor-resources-tpl .intro-block.has-bg-img {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background-position: center center;
	color: #fff;
}

@media (min-width: 1530px) {
	.page-template-page-exhibitor-resources-tpl .intro-block.has-bg-img {
		background-position: center -375px;
		/*Nudge bg image adjustment for large screens*/
	}
}

.page-template-page-exhibitor-resources-tpl .intro-block.has-bg-img:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(11, 31, 55, .3);
}

.page-template-page-exhibitor-resources-tpl .intro-block.has-bg-img .row {
	position: relative;
	text-shadow: 0 0 10px #000;
}

.has-bg-img,
.has-bg-img .section-title,
.has-bg-img h2,
.has-bg-img h3 {
	color: #fff;
}

.intro-block h2 {
	text-transform: uppercase;
}

.intro-block .columns {
	padding-top: 0;
	padding-bottom: 0;
}

.section-title {
	font-weight: 800;
	font-size: 32px;
	position: relative;
	display: inline;
	margin-bottom: 50px;
	text-align: center;
	text-transform: uppercase;
}

.section-wrapper.has-bg .section-title {
	color: #fff;
}

.centered-title {
	text-align: center;
	display: block;
	margin: auto;
}

.centered-title.separate {
	padding-top: 40px;
}

.section-title+hr {
	opacity: 0;
}

.section-title span {
	position: relative;
	display: inline-block;
}

/* Investor Intelligence Symposium */
.page-template-page-agenda-tpl.page-id-28604 .column:last-child:not(:first-child), 
.page-template-page-agenda-tpl.page-id-28604 .columns:last-child:not(:first-child) {
	float: none !important;
	z-index: 1;
}

.info-blocks {
	text-align: center;
}

.block-grid .block {
	border: 2px solid #0b1f37;
	color: #0b1f37;
	font-size: 15px;
	line-height: 1.3em;
	position: relative;
	text-align: left;
}

.block-grid h3 {
	background: #0b1f37;
	padding: 10px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
}

.block-grid .content-wrapper {
	padding: 15px;
}

.block-grid .content-wrapper.has-button {
	padding-bottom: 75px;
}

.block-grid ul {
	list-style: none;
	margin-left: 10px;
}

.block-grid ul li {
	padding-left: 25px;
	padding-bottom: 5px;
	position: relative;
}

.block-grid ul li:before {
	content: "\f105";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	left: 0;
	position: absolute;
}

.block-grid a {
	color: #0b1f37;
}

.block-grid a {
	color: #0b1f37;
}

.block-grid a:hover {
	text-decoration: underline;
}

.block-grid .button {
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	position: absolute;
	left: 15px;
	right: 15px;
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 92%;
}

.section-deadlines {
	text-align: center;
}

.section-deadlines table {
	text-align: left;
	box-shadow: 0 0 1px #000;
	border: 7px solid #fff;
	border-collapse: collapse;
	color: #000;
}

.section-deadlines td {
	background: #fff;
	border-bottom: 1px solid #b4b4b4;
	padding: 8px 15px;
}

.section-deadlines td:first-child {
	background: #f3f3f3;
	width: 20%;
	text-align: right;
}

.section-deadlines td:last-child {
	color: #ffa01e;
	width: 15%;
	text-align: right;
}

.section-deadlines td a {
	color: #ffa01e;
}

.section-deadlines tr:last-child td {
	border-bottom: 0;
}

.section-deadlines .fa-angle-right {
	color: #999;
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 1em;
	margin-top: -2px;
}

.section-deadlines strike {
	color: red;
}

.video-slider {
	text-align: center;
}

.video-slider .orbit {
	max-width: 980px;
	margin: auto;
}

.video-slider .orbit-container {
	max-width: 775px;
	margin: auto;
}

.orbit-next,
.orbit-previous {
	font-size: 70px;
	color: #ff9e19;
	top: 40%;
	background: transparent !important;
	opacity: .5;
}

.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
	background: transparent;
}

.orbit-next:hover,
.orbit-previous:hover {
	opacity: 1;
}

.video-slider .wistia_responsive_wrapper {
	background: #999;
}

.video-slider .orbit-caption {
	position: static;
	background: transparent;
	color: #000;
}

.more-details {
	text-align: center;
}

.staff-row .card {
	background: #fff;
	text-align: left;
}

.staff-row .thumb {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 25%;
	float: left;
	height: 100%;
}

.staff-row .details-wrapper {
	width: 75%;
	padding: 25px;
	float: right;
}

.staff-row h5 {
	font-size: 14px;
}

.cta-row h4 {
	background: #0b1f37;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	padding: 15px;
	text-transform: uppercase;
	/* display: inline-block; */
	padding-left: 35px;
	padding-right: 35px;
	max-width: 450px;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
}

.cta-row .details-wrapper {
	background: #fff;
}

.cta-row .button {
	padding-left: 35px;
	padding-right: 35px;
}

.location-row {
	background: #fff;
	text-align: left;
	display: inline-block;
	width: 97.5%;
}

.location-row h4 {
	text-transform: uppercase;
	font-size: 24px;
	padding-bottom: 0;
	margin-bottom: 25px;
}

.location-row h4:after {
	content: "";
	width: 75px;
	height: 5px;
	background: #ff9e19;
	display: block;
	margin-top: 10px;
}

.location-row .has-icon {
	padding-left: 35px;
	position: relative;
	line-height: 1.2em;
	padding-bottom: 20px;
	display: inline-block;
	width: 100%;
}

.location-row .has-icon:before {
	color: #04c2f1;
	font-weight: 900;
	font-family: 'Font Awesome\ 5 Free';
	float: left;
	left: 0;
	top: 2px;
	position: absolute;
}

.location-row .location:before {
	content: "\f3c5";
}

.location-row .has-icon span {
	display: block;
}

.location-row .phone:before {
	content: "\f095";
}

.location-row .email:before {
	content: "\f0e0";
}

.location-row .hours:before {
	content: "\f017";
	font-weight: 400;

}

.testimonial-body {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.testimonial-title {
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 25px;
	line-height: 1.2em;
}

.testimonial-title span {
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-size: 65px;
	position: relative;
	top: 20px;
	line-height: 0;
}
@media (max-width: 768px) {
	.testimonial-title {
		font-size: 18px
	}
	.testimonial-title span {
		font-size: 50px
	}
}
.source-title {
	font-weight: 600;
	padding-top: 20px;
}

.source-block {
	line-height: 1.1em;
	font-size: 14px;
}

.source-block img {
	margin-bottom: 10px;
}

/*Sponsors*/
.section-wrapper.featured-logos {
	padding-top: 45px;
	padding-bottom: 45px;
}

.logo-row {
	display: table;
	text-align: center;
	list-style: none;
	margin: auto;
	max-width: 850px;
	margin: auto;
	font-size: 13px;
	line-height: 1.3em;
	width: 100%;
}

.featured-logos {
	text-align: center;
}

.featured-logos .each {
	display: inline-block;
	vertical-align: bottom;
	width: 20%;
	padding: 0 10px;
}

.page-id-12607 .featured-logos .platinum-layout .each {
	width: 40%;
	display: inline-block;
}

@media (max-width: 700px) {
	.featured-logos .each {
		display: inline-block;
		width: 100%;
		margin-bottom: 15px;
	}

	.page-id-12607 .featured-logos:first-child .each {
		width: 100%;
		display: inline-block;
	}
}

.featured-logos .item-wrapper p {
	max-width: 300px;
	margin: 0 auto 15px;
}

.logo-row img {
	max-height: 100px;
	max-width: 9999px;
	width: auto;
}

.logo-row h4 {
	padding-top: 15px;
	font-size: 17px;
	color: #1E355E;
}

.logo-more a {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #ff9e19;
}

/*Responsive Styles for Exhibitor Resources template & Sections on Default Template*/
@media (max-width: 770px) {
	.page-template-page-exhibitor-resources-tpl .intro-block.has-bg-img {
		padding-top: 50px;
		padding-bottom: 50px;
		background-position: center center;
	}

	.page-template-page-exhibitor-resources-tpl .section-title {
		font-size: 26px;
	}

	.page-template-page-exhibitor-resources-tpl h2 {
		font-size: 22px;
	}

	.location-row h4 {
		font-size: 20px;
	}

	.cta-row h4 {
		font-size: 22px;
	}

	.section-deadlines td:first-child {
		width: 25%;
	}

	.section-deadlines td:last-child {
		width: 20%;
	}

	.section-title {
		font-size: 27px;
	}

	.section-wrapper blockquote {
		font-size: 24px;
	}

}

@media (max-width: 600px) {
	.section-deadlines td {
		width: 100%;
		display: inline-block;
		text-align: center;
	}

	.section-deadlines td:first-child,
	.section-deadlines td:last-child {
		width: 100%;
		text-align: center;
	}

	.page-template-page-exhibitor-resources-tpl .section-title:before {
		display: none;
	}

	.page-template-page-exhibitor-resources-tpl .section-title:after {
		display: none;
	}
}

@media (max-width: 480px) {
	.staff-row .details-wrapper {
		width: 65%;
		padding: 15px;
	}

	.staff-row .thumb {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		width: 35%;
		float: left;
		height: 100%;
	}
}

@media (max-width: 320px) {
	.staff-row .details-wrapper {
		width: 100%;
	}

	.staff-row .thumb {
		width: 50px;
		height: 50px;
		display: block;
		margin: 0 15px 10px;
	}
}

/*Section Formatting*/
.buttons.leftalign {
	text-align: left;
}

.buttons.centeralign {
	text-align: center;
}

.buttons.rightalign {
	text-align: right;
}

.section-wrapper .columns,
.the-content {
	padding-top: 25px;
	padding-bottom: 25px;
}

.section-wrapper:last-child {
	padding-bottom: 40px;
}

.section-wrapper .has-gradient {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-wrapper .columns.no-pad {
	padding-top: 0;
	padding-bottom: 0;
}

.section-wrapper .columns.no-pad p {
	margin: 0;
}

.section-wrapper .cta-buttons {
	text-align: center;
	display: inline-block;
	width: 100%;
	padding-top: 10px;
}

.deadline-sections {
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	background: -moz-linear-gradient(top, #ffffff 0%, #d1cfcf 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #d1cfcf 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #d1cfcf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d1cfcf', GradientType=0);
}

.deadline-sections .deadline-price {
	font-weight: 900;
	font-size: 32px;
	text-align: center;
	margin-bottom: 25px;
	padding-top: 10px;
	color: #696969;
	color: #04c2f1;
	line-height: 1;
}

.deadline-sections .block {
	text-align: center;
	background: #fff;
}

.deadline-sections .box-title {
	text-align: center;
}

.deadline-sections .block-title {
	text-align: center;
}

.deadline-sections .deadline {
	font-weight: bold;
	text-transform: none;
	font-weight: 900;
	font-size: 24px;
	color: #696969;
	font-family: 'Open Sans', sans-serif;
}

.deadline-sections .deadline-passed .block {
	position: relative;
}

.deadline-sections .deadline-passed .block:before {
	content: "Date Has Passed";
	position: absolute;
	width: 62px;
	height: 62px;
	border-radius: 100%;
	background: #04c2f1;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 1.1em;
	top: 10%;
	left: 10%;
	padding: 10px;
	text-transform: uppercase;

}

.deadline-sections .deadline-passed .box-title {
	background: #bac0c7;
}

.deadline-sections .deadline-passed .block {
	border-color: #bac0c7;
}

.deadline-sections .deadline-passed .deadline-price,
.deadline-sections .deadline-passed .deadline {
	color: #bac0c7;
}

.featured-blog {
	text-align: center;
}

.featured-blog .row {
	padding-left: 10px;
	padding-right: 10px;
}

.featured-blog .inner {
	background: #fff;
	padding: 5px 20px 15px;
	border-bottom: 3px solid #04c2f1;
	text-align: left;
	box-shadow: 0 0 3px rgba(51, 51, 51, .5);
}

.featured-blog .thumbnail-wrapper {
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	box-shadow: 0 0 3px rgba(51, 51, 51, .5);
}

.featured-blog .post-meta {
	color: #222;
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: normal;
}

.featured-blog .morelink {
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 14px;
	font-weight: bold;
}

.featured-blog h3 {
	margin-bottom: 35px;
}

.featured-blog h4 {
	margin-bottom: 15px;
	text-transform: none;
}

.featured-blog .columns {
	transition: .25s opacity ease;
}

.featured-blog .columns:hover {
	opacity: .85;
}

.featured-blog .button {
	text-align: center;
	position: relative;
	margin-top: 15px;
}

.main-blog .columns {
	margin-bottom: 25px;
}

@media (max-width: 1199px) {
	.section-wrapper .columns.no-pad {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

/*Agenda*/
/*Simple Table Agenda*/
.agenda {
	border-collapse: collapse;
	border: 2px solid #0b1f37;
}

.agenda td {
	border: 1px solid #666;
	vertical-align: top;
	font-weight: 600;
}

.agenda th {
	background: #041121;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.agenda .date {
	background: #384b60;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}

.agenda .time {
	width: 225px;
}

.agenda .time {
	width: 225px;
}
@media (max-width: 600px) {
	.agenda .time,
	.agenda .time ~ td,
	thead td {
		display: block;
		width: 100%;
	}
}
.agenda .accordion-content {
background: none;
padding-bottom: 0;
}
.agenda .accordion li a {
padding: 10px 0 0 0;
font-size: 16px;
}
.agenda .accordion li a, 
.agenda .accordion li div {
border: none !important;
}
.agenda #details {
padding-top: 20px;
}

.agenda .accordion a:hover {
background: none !important;
}
/* Hide description title from break session */
.filter-item.general-sessions.business-insights-international-considerations.canadian-market td a strong, 
.filter-item.general-sessions.business-insights-international-considerations.canadian-market td a br {
    display: none;
}

/*Single Sessions Page*/
.session-details-single {
	padding-top: 50px;
	padding-bottom: 75px;
}

@media (min-width: 1100px) {
	.session-details-single {
		padding-left: 75px;
		padding-right: 75px;
	}
}

.session-details-single h1 {
	font-weight: normal;
	font-size: 26px;
}

.session-details-single .fas,
.session-details-single .far {
	color: #04c2f1;
	position: relative;
	top: 1px;
}

.session-details-single .speaker-name {
	display: block;
	font-weight: bold;
	padding-bottom: 15px;
	line-height: 1.2em;
}

.session-details-single .session-meta span {
	color: #ccc;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
}

.session-details-single .columns:first-child img {
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.conference-mjbizconintl .session-details-single .columns:first-child img,
.conference-mjbizconlatin .session-details-single .columns:first-child img {
	-webkit-filter: none;
	/* Safari 6.0 - 9.0 */
	filter: none;
}

.session-details-single .columns:first-child {
	padding-right: 5%;
}

.session-details-single .speaker-list {
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: inline-block;
	border-bottom: 2px solid #efefef;
	width: 100%;
}

.session-details-single .speaker-list a {
	color: #333;
}

@media (max-width: 640px) {
	.session-details-single .columns:first-child {
		text-align: center;
	}

	.session-details-single .columns:first-child img {
		display: block;
		margin: auto;
	}
}

/*Tabbed Agenda*/
#agenda-tabs {
	font-size: 22px;
	text-align: center;
	margin-bottom: 90px;
	margin-top: 40px;
}

.tabs-panel {
	padding: 0 !important;
}

#agenda-content,
.filter-box {
	border: 0;
	padding-top: 0;
	margin-bottom: 50px;
	overflow: hidden;
}

#agenda-tabs .sessions-num {
	position: absolute;
	top: 100%;
	margin-top: 20px;
	text-align: center;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

/* circles #agenda-tabs .sessions-num span {
	color: #fff;
	padding: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	padding-top: 6px;
	border-radius: 100%;
	vertical-align: middle;
	background: #09C1F0;
}*/
#agenda-tabs .sessions-num span {
	color: #fff;
	padding: 0;
	display: inline-block;
	text-align: center;
	padding-top: 6px;
	border-radius: 100%;
	vertical-align: middle;
	color: #09C1F0;
	margin-top: -15px;
	font-size: 40px;
}

.filter-box {
	padding-top: 3px;
}

#agenda-tabs li {
	width: 25%;
	border-left: 1px solid #e6e6e6;
	position: relative;
}

#agenda-tabs li:first-child {
	border-left: 1px solid #e6e6e6;
}

#agenda-tabs a {
	color: #222;
}

#agenda-tabs li>a {
	font-size: 22px;
	padding: 15px 0 0;
}

#agenda-tabs li>a .day {
	font-size: 38px;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 10px;
	font-weight: bold;
}

#agenda-tabs li>a .expo {
	font-size: 15px;
	line-height: normal;
	text-transform: uppercase;
	background: #f3f3f3;
	display: inline-block;
	padding: 10px;
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid #e6e6e6;
	font-weight: 600;
}

#agenda-tabs li.is-active {
	background: #04c2f1;
	position: relative;
}

#agenda-tabs li.is-active>a {
	color: #fff;
	background: transparent;
}

#agenda-tabs li.is-active>a .expo {
	background: #0b1f37;
	border-color: #0b1f37;
}

#agenda-tabs li.is-active .expo:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 15px solid #0b1f37;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	position: absolute;
	top: 100%;
	margin-left: -7px;
	left: 50%;
}

.conference-mjbizconhemp #agenda-tabs li.is-active {
	background: #2A4735;
}

.conference-mjbizconhemp #agenda-tabs .sessions-num span {
	color: #2A4735;
}

.conference-mjbizconhemp .filter-box .button.is-checked:before {
	border-color: #2A4735;
	background: #2A4735;
}

.conference-mjbizconeurope #agenda-tabs li,
.conference-mjbizconlatin #agenda-tabs li {
	width: 50%;
}
@media (max-width: 640px) {
	.conference-mjbizconeurope #agenda-tabs li,
	.conference-mjbizconlatin #agenda-tabs li {
		width: 100%;
	}
}
.conference-mjbizconeurope #agenda-tabs li.is-active,
.conference-mjbizconlatin #agenda-tabs li.is-active {
	background: #49687C;
}

.conference-mjbizconeurope #agenda-tabs .sessions-num span,
.conference-mjbizconlatin #agenda-tabs .sessions-num span {
	color: #49687C;
}

.conference-mjbizconeurope .filter-box .button.is-checked:before,
.conference-mjbizconlatin .filter-box .button.is-checked:before {
	border-color: #49687C;
	background: #49687C;
}

.accordion-content {
	padding-left: 0;
	padding-right: 0;
}

.accordion-title:before {
	font-size: 22px;
	font-family: sans-serif;
	top: 30%;
	font-weight: bold;
}

.agenda-grid {
	line-height: 1.1em;
	font-size: 15px;
}

.agenda-grid .nopad {
	padding: 0;
}

.agenda-grid tr:nth-child(even) {
	background: transparent;
}

.agenda-grid th,
.box-title {
	background: #0b1f37;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	padding: 10px 15px;
	text-align: left;
}

.box-title {
	padding-left: 15px;
}

.agenda-item {
	border-bottom: 1px solid #eae8e8;
	margin-bottom: 0;
}

.agenda-item .location {
	text-transform: uppercase;
	font-size: 13px;
	color: #999;
	display: block;
	font-weight: bold;
}

.filtered-rows,
.filtered-rows tbody {
	width: 100%;
	background: transparent;
}

.filtered-rows tr {
	width: 100%;
	right: 0;
}

.filtered-rows .pre-conference,
.filtered-rows .pre-conference:nth-child(even) {
	background: #eae8e8;
}

.filtered-rows .pre-conference+.keynote:before {
	content: "Start of Main Sessions";
	display: table-row;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	background: #ccc;
	line-height: 30px;
	background: #0B1F37;
	font-size: 13px;
	opacity: .9;
}

.filtered-rows td {
	vertical-align: top;
}

.filtered-rows a {
	color: #222;
}

.filtered-rows a:hover {
	opacity: .7;
}

.filtered-rows .highlight {
	color: #04c2f1;
	font-weight: 600;
	font-size: .9em;
	display: inline-block;
}

.filtered-rows .note {
	background: none;
	display: block;
	font-size: .8em;
	color: #666;
}

.filtered-rows .highlight.hot {
	color: #ff0000;
	display: block;
	padding-top: 3px;
	font-size: 12px;
}

.agenda-grid .column-widths td:first-child,
.time-col {
	width: 20%;
	padding-left: 5px;
}

.agenda-grid .column-widths td:nth-child(2),
.sessions-col {
	width: 40%;
}

.agenda-grid .column-widths td:nth-child(3),
.speaker-col {
	width: 40%;
}

/* ROOM NUMBER .agenda-grid .column-widths td:nth-child(4), .loc-col {
  width: 10%;
} */
.filter-box .button {
	width: 100%;
	font-family: 'Open Sans', 'Raleway', sans-serif;
}

.filters-button-group {
	padding: 0 15px 10px;
	background: #F6F6F6;
}

.reset-wrapper {
	padding: 20px 15px 5px;
	background: #F6F6F6;
}

.filter-box .button {
	background: none;
	text-transform: none;
	color: #0b1f37 !important;
	text-align: left;
	width: 100%;
	padding-left: 30px;
	position: relative;
	padding-top: 0;
	padding-bottom: 15px;
	font-size: 15px;
}

.filter-box .reset-wrapper .button {
	margin-bottom: 0;
}

.filter-box .button:before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	padding: 0;
	border-radius: 100%;
	border: 2px solid #696969;
	left: -0;
	top: 0;
	position: absolute;
}

.filter-box .button.is-checked {
	background: none;
}

.filter-box .button.is-checked:before {
	border-color: #04c2f1;
	background: #04c2f1;
}

@media (max-width: 1023px) {
	#agenda-tabs li>a .day {
		font-size: 35px;
	}

	.filter-box .button {
		width: 30%;
		margin-left: 2%;
	}

	.filter-box .button {
		font-size: 13px;
		padding-bottom: 8px;
	}
}

@media (max-width: 800px) {
	#agenda-tabs li>a .day {
		font-size: 22px;
	}

	#agenda-tabs li>a {
		font-size: 15px;
	}

	#agenda-tabs li>a .expo {
		font-size: 12px;
	}

	#agenda-tabs .sessions-num span {
		font-size: 25px;
	}

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

	.agenda-grid {
		font-size: 14px;
		text-align: left;
	}
}

@media (max-width: 640px) {
	#agenda-tabs li {
		width: 100%;
	}

	.agenda-grid .column-widths td:first-child,
	.time-col {
		width: 30%;
		padding-left: 5px;
	}

	.agenda-grid .column-widths td:nth-child(2),
	.sessions-col {
		width: 70%;
	}

	.agenda-grid .column-widths td:nth-child(3),
	.speaker-col {
		display: none;
	}
}


/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
	z-index: 1;
}

.top-bar {
	padding: .25rem .5rem 1rem;
}

.off-canvas-list ul {
	margin-left: 0;
}

.off-canvas-list ul li a {
	border-bottom: 0px;
}

.off-canvas-list ul .dropdown {
	margin-left: 20px;
}

.top-bar-right a {
	text-transform: uppercase;
	font-weight: bold;
	color: #1b2e44;
	font-size: 13px;
	transition: .25s all ease;
}

.page-template-page-conference-landing .centered-title.separate {
    padding-top: 25px;
}
.page-template-page-conference-landing .section-wrapper .columns {
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-template-page-conference-landing hr {
	margin: .5rem auto;
}
.page-template-page-conference-landing .conferences-mjbizconnext .buttons.centeralign {
    padding-top: 25px;
}
.page-template-page-conference-landing .section-wrapper.deadline-sections .columns.large-8 {
    display: none;
}

.top-bar-right .button {
	padding: 0;
	transition: .25s all ease;
	border: 0;
	margin-left: 20px;
}

.top-bar-right .button a {
	border: 0 !important;
	color: #fff;
}

.top-bar-right .menu>li>a {
	border-bottom: 2px solid transparent;
	padding-left: 0;
	padding-right: 0;
	font-size: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

.top-bar-right .menu>li:hover>a,
.top-bar-right .menu>.current-menu-item>a,
.menu .active>a {
	color: #000;

	background: transparent;
}

/*.top-bar-right .menu>.current-menu-parent>a {
	color: #fff;
	border-color: transparent;
}*/
.menu .active>a {
	background: transparent;
}

.top-bar-right .menu>.button:hover {
	background: #2CA8CE;
}

.top-bar-right .menu>.button>a:hover {
	background: #2CA8CE;
	color: #fff;
}

.top-bar-right .menu .submenu {
	padding-bottom: 5px;

}
.top-bar-right .menu.submenu .menu.submenu {
    background: #fff;
    border: none;
}
.top-bar-right .menu .submenu>li>a {
	color: #ff9e19;
    border-color: transparent;
    text-transform: none;
    padding-bottom: 3px;
    white-space: break-spaces;
    font-size: 14px;
}

.top-bar-right .menu>li>a:hover {
	color: #ff9e19;
	border-color: #ff9e19;
}

.top-bar-right .menu .submenu>li>a:hover {
	color: #ff9e19;
	opacity: .7;
	border-color: transparent;
}

.dropdown.menu.medium-horizontal>li>.is-dropdown-submenu {
	left: 10px;
	right: auto;
	border: 0;
	background: #fff;
	top: 100%;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
	display: none;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
	padding-right: inherit;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent:hover>a {
	padding-right: inherit;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent li:hover>a {
	border-color: transparent;
}

.off-canvas {
	background: #022550;
	padding-top: 8px;
}

.off-canvas .menu>li>a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.off-canvas .menu>li ul li a {
	padding-left: 30px;
	text-transform: none;
	font-weight: normal;
}

/*********************
POSTS & CONTENT STYLES
*********************/
#inner-content {
	padding: 0;
}

.page-content {
	padding-top: 50px;
	padding-bottom: 50px;
}

#content ul.two-col {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

#content ul.three-col {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

@media (max-width: 800px) {
	#content ul.three-col {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

.page-title .vcard {
	border: 0px;
	padding: 0px;
}

.byline {
	color: #999;
}

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

.entry-content .alignleft,
.entry-content img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}

.entry-content .alignright,
.entry-content img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}

.entry-content .aligncenter,
.entry-content img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

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

	.entry-content .alignleft.img-responsive,
	.entry-content .alignright.img-responsive {
		max-width: 100%;
		height: auto;
		float: none;
	}
}

.entry-content video,
.entry-content object {
	max-width: 100%;
	height: auto;
}

.entry-content pre {
	background: #eee;
	border: 1px solid #cecece;
	padding: 10px;
}

.wp-caption {
	max-width: 100%;
	background: #eee;
	padding: 5px;
}

.wp-caption img {
	max-width: 100%;
	margin-bottom: 0;
	width: 100%;
}

.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	margin: 4px 0 7px;
	text-align: center;
}

.single .wp-caption {
	background: none;
}

.single .wp-caption p.wp-caption-text {
	font-size: 0.60em;
	text-align: right;
}

.contributor-disclaimer {
	border: 2px solid #a9a9a9;
	background-color: #f5f5f5;
	font-size: 13px;
	line-height: 18px;
	padding: 5px 10px;
	font-style: italic;
	margin-bottom: 25px;
}

.contributor-bio {
	border: 4px solid #EB9D26;
	padding: 10px;
}

.contributor-bio:after {
	clear: both;
	display: table;
	content: "";
}

ul.related-post {
	border: solid #aaaaaa;
	border-width: 1px 0 1px 0;
	color: #404040;
	margin-left: 0px;
	list-style-position: inside;
	padding: 10px 0px 10px 35px;
}

ul.related-post li {
	list-style-type: circle;
	padding: 5px 0;
}

.post-password-form input[type="submit"] {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	transition: all 0.25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 0.85em 1em;
	margin: 0 1rem 1rem 0;
	font-size: 0.9rem;
	background: #2199e8;
	color: #fff;
}

[data-whatinput='mouse'] .post-password-form input[type="submit"] {
	outline: 0;
}

.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
	background: #1583cc;
	color: #fff;
}

.bullets-feature,
.featured-content {
	font-size: 18px;
	font-weight: 600;
	color: #666;
	margin-bottom: 25px;
}

.featured-content {
	line-height: 1.4em;
}

@media (min-width: 1200px) {
	.desktop-pad-top {
		margin-top: 25px;
	}
}

/*Video Grid (Exhibitor Resources)*/
.video-grid {
	display: inline-block;
	width: 104%;
	margin-left: -4%;
	text-align: center;
}

.video-grid .each {
	width: 30%;
	display: inline-block;
	margin-left: 2%;
	vertical-align: top;
}

.video-grid .each:nth-child(4) {
	clear: left;
}

.video-grid h5 {
	font-size: 15px;
	color: #666;
	height: 45px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.1em;
	padding-top: 5px;
}

@media (max-width: 960px) {
	.video-grid .each {
		width: 47%;
	}
}

@media (max-width: 600px) {
	.video-grid .each {
		width: 98%;
	}
}

/*Show Landing*/
.ss-full-width {
	padding-left: 0;
	padding-right: 0;
	padding-top: 25px !important;
}

.show-landing .details h2 {
	font-size: 26px;
}

.show-landing {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Open Sans', 'Raleway', sans-serif;
	color: #fff;
	line-height: 1.1em;
}

.show-landing hr {
	margin: 0 auto;
	background: transparent;
	width: 75px;
	border: 0;
	border-top: 1px solid #fff;
}

.show-landing .logo {
	margin-bottom: 25%;
	margin-top: 10px;
	font-weight: bold;
	font-size: 50px;
	padding-top: 10px;
}

.show-landing .column {
	width: 46%;
	float: left;
	background: url(https://mjbizconference.com/wp-content/uploads/2017/11/next-landing2.jpg) no-repeat center top;
	background-size: cover;
	height: 400px;
	padding: 45px;
	box-sizing: border-box;
}

.show-landing .column:first-child {
	background: url(https://mjbizconference.com/wp-content/uploads/2017/11/next-landing1.jpg) no-repeat center top;
	background-size: 100% auto;
	width: 54%;
	padding: 0;
}

.page-template-page-intl-php .show-landing .column {
	width: 46%;
	float: left;
	background: url(https://mjbizconference.com/wp-content/uploads/2017/11/bg-canada-2.jpg) no-repeat center top;
	background-size: cover;
	height: 400px;
	padding: 45px;
	box-sizing: border-box;
}

.page-template-page-intl-php .show-landing .column:first-child {
	background: url(https://mjbizconference.com/wp-content/uploads/2017/11/canada-bg-img.jpg) no-repeat center top;
	background-size: 100% auto;
	width: 54%;
	padding: 0;
}

.show-landing .logo {
	margin-bottom: 20%;
	margin-top: 10px;
}

.show-landing .cta {
	line-height: 1em;
}

.show-landing .cta h2 {
	letter-spacing: .05em;
}

.show-landing .cta h2,
.show-landing .cta h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0 0 25px;
	line-height: 1.1em;
	font-family: 'Open Sans', 'Raleway', sans-serif;
	text-align: center;
}

.show-landing .cta h3 {
	font-size: 36px;
	margin-bottom: 0;
	color: #ff9e19;
	font-weight: 600;
}

.page-template-page-intl-php .show-landing .cta h3 {
	text-align: left;
}

.page-template-page-intl-php .show-landing .cta h3 a {
	color: #E2211C;
}

.show-landing .cta-align-center {
	text-align: center;
	width: 100%;
}

.show-landing .cta-align-center img {
	display: inline-block;
	float: left;
	margin-right: 5px;
	margin-top: -11px;

}

.show-landing .cta-align-center h3 {
	font-size: 43px;
	position: relative;
	top: 12px;
	display: inline-block;
}

.show-landing .cta h3 a {
	color: #ff9e19;
}

.show-landing .cta strong {
	font-weight: 600;
}

.show-landing .cta a:hover {
	opacity: .7;
}

.show-landing .details {
	width: 33%;
	float: left;
	margin-left: 33%;
	color: #fff;
	padding-top: 7%;
	text-align: center;
	line-height: 1.1em;
}

.show-landing .details a {
	color: #fff;
}

.show-landing .details a:hover {
	opacity: .7;
}

.show-landing .details h2,
.show-landing .details h3 {
	margin: 0;
	color: #fff;
}

.show-landing .details h2 {
	text-transform: uppercase;
	font-family: 'Open Sans', 'Raleway', sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.show-landing .details h3 {

	font-family: 'Open Sans', 'Raleway', sans-serif;
	margin-top: 20px;
	font-size: 28px;
	line-height: 1em;
	font-weight: 400;
	margin-top: 10px;
}

.show-landing .details h3 strong {
	font-size: 35px;
}

.show-landing sup {
	font-size: .8em;
	position: relative;
}

@media (max-width: 1200px) {
	.show-landing .column {
		width: 50%;
	}

	.show-landing .column:first-child {
		width: 50%;
		background-size: auto 100%;
	}

	.show-landing .details {
		width: 38%;
		margin-left: 31%;
	}

	.show-landing .details h2 {
		font-size: 23px;
		line-height: 1.1em;
	}

	.show-landing .details h3 {
		font-size: 23px;
		line-height: 1.1em;
		padding-top: 20px;
	}

	.show-landing .details h3 strong {
		font-size: 30px;
	}
}

@media (max-width: 1000px) {
	.show-landing .details h3 {
		padding-top: 10px;
	}

	.show-landing .cta h2 {
		font-size: 24px;
	}

	.show-landing .cta-align-center h3 {
		font-size: 38px;
	}

	.show-landing .cta-align-center img {
		max-width: 40px;
		margin-top: -3px;
	}
}

@media (max-width: 877px) {
	.show-landing .cta-align-center h3 {
		font-size: 32px;
	}

	.show-landing .column {
		padding: 35px;
	}
}

@media (max-width: 750px) {
	.show-landing .column {
		width: 100%;
		height: auto;
	}

	.show-landing .column:first-child {
		width: 100%;
		height: 200px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.show-landing .logo {
		margin-bottom: 50px;
	}

	.show-landing .alignleft {
		float: left !important;
		margin-right: 15px !important;
	}

	.show-landing .column {
		padding: 25px;
	}

	.show-landing .cta-align-center h3 {
		font-size: 32px;
	}
}

@media (max-width: 605px) {
	.show-landing .column:first-child {
		background: #0b1f37;
		height: auto;
	}

	.show-landing .column:first-child br {
		display: none;
	}

	.show-landing .details {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}

	.show-landing {
		text-align: center;
	}
}

/*Speaker Page*/
.single-speaker_directory #inner-content {
	padding: 50px 0;
}

.single-speaker_directory .speaker-title {
	color: #676767;
	font-size: 17px;
	border-bottom: 5px solid #dadadb;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.single-speaker_directory .speaker-name {
	margin-bottom: 10px;
}

.single-speaker_directory .bio-details {
	max-width: 1000px;
}

.feature-box {
	background: #f3f3f3;
	display: inline-block;
	width: 100%;
	margin: 0 0 25px;
}

.feature-box .session-details {
	width: 70%;
	float: right;
	padding: 50px;
}

.session-details h3 {
	text-transform: uppercase;
	font-size: 16px;
}

.session-details h4 {
	font-weight: normal;
}

.feature-box .headshot {
	width: 30%;
	float: left;
}

.session-details {
	font-size: 22px;
}

.session-meta {
	font-size: 17px;
	font-weight: 600;
	padding-bottom: 25px;
}

.page-banner {
	background: #0b1f37;
	background-size: 350px auto;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 0;
}

.primary-mjbizconhemp .page-banner {
	background: #14370F url(../images/bg-header-hemp.jpg) repeat left bottom;
}

.primary-mjbizconnext .page-banner {
	background: #0b1f37 url(../images/page-banner-bg.jpg) no-repeat left bottom;
}
.primary-mjbizconhemp .page-banner {
	background: #14370F url(../images/bg-header-hemp.jpg) repeat left bottom;
}

.primary-mjbizconnext .page-banner {
	background: #0b1f37 url(../images/page-banner-bg.jpg) no-repeat left bottom;
}



.primary-mjbizconeurope .page-banner {
	background: #0b1f37 url(../images/bg-header-europe.jpg) repeat left bottom;
}

.primary-mjbizconintl .page-banner {
	background: #440D60 url(../images/bg-header-intl-cropped.jpg) no-repeat left bottom;
}

/*May need page ids for pages with featured images to use the plain bg instead if we move to city bg below.*/
.primary-mjbizcon .page-banner {
	background: #0b1f37 url(../images/bg-header-mjbizcon.jpg) no-repeat center center;
	background-size: cover;
}
.primary-mjbizconiic .page-banner {
	background: #0b1f37 url(../images/bg-header-mjbizconiic.jpg) no-repeat center center;
	background-size: cover;
}
/* Use this in leu of plain header. 
.page-id-14662.conference-mjbizcon .page-banner {
  background: #0b1f37 url(../images/bg-header-mjbizcon-alt.jpg) no-repeat center center;
  background-size: cover;
}
*/
/* WPML LANGUAGE TOGGLE */
.wpml-ls-statics-shortcode_actions.wpml-ls {
	float: right;
	width: auto !important;
	margin-left: 15px;
	margin-top: -5px;
}
.wpml-ls-statics-shortcode_actions.wpml-ls .wpml-ls-flag {
	float: none !important;
}
.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    padding: 5px 11px !important;
    border: none;
}
.js-wpml-ls-item-toggle.wpml-ls-item-toggle::after {
    display: none !important;
}

.page-banner h5,
.page-banner h1 {
	color: #fff;
	font-size: 36px;
	text-align: center;
	text-transform: none;
}

.blog .page-banner,
.single .page-banner,
.archive .page-banner {
	margin-bottom: 35px;
}

/*Speakers Template*/
.speaker-grid {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 50px 0 15px;
	vertical-align: top;
}

.speaker-grid:nth-child(even) {
	background-color: #F3F3F3;
}

.speaker-grid img {
	width: 100%;
	margin-bottom: 15px;
}

.speaker-grid h3 {
	font-size: 18px;
	margin-bottom: 5px;
}

.speaker-grid .speaker-title {
	color: #676767;
	font-size: 15px;
	/*border-bottom: 5px solid #dadadb;*/
	padding-bottom: 15px;
	font-weight: normal;
}

.speaker-grid .speaker {
	margin-bottom: 15px;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	width: 19.5%;
	float: none !important;
	display: inline-block;
}

.speaker-grid img {
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

/*.speaker-grid:first-child .speaker {
  width: 25%;
  display: inline-block;
  float: none !important;
}*/
.speaker-grid:first-child img {
	-webkit-filter: none;
	filter: none;
}

.conference-mjbizconintl .speaker-grid img,
.conference-mjbizconlatin .speaker-grid img {
	-webkit-filter: none;
	filter: none;
}

.page-template-page-speakers-tpl .divider {
	border-bottom: 1px dotted #cacaca;
	display: inline-block;
	width: 100%;
	text-align: center;
	width: 97%;
}

.page-template-page-speakers-tpl .divider hr {
	border-bottom: 10px dotted #ddd;
	width: 50px;
	position: relative;
	top: 10px;
	margin: 0 auto;
}

.page-template-page-speakers-tpl .section-title {
	margin-bottom: 25px;
}

.speaker-grid .overlay {
	position: absolute;
	bottom: 0;
	top: 100%;
	left: 0;
	right: 0;
	background: rgba(9, 176, 220, .86);
	font-size: 14px;
	text-align: center;
	transition: .25s all ease;
	height: 0;
	line-height: 1.2em;
	font-weight: 600;
	color: #fff;
}

.speaker-grid .position-wrap {
	position: relative;
	height: 100%;
}

.speaker-grid .overlay .inner {
	padding: 35% 20px 20px;
}

.speaker-grid .speaker:hover .overlay {
	top: 0;
	height: auto;
}

.speaker-grid .button {
	font-size: 13px;
	padding: 5px 15px;
	background: #0B1F37;
}

.section-wrapper .speaker-grid .speaker {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 1000px) {
	.speaker-grid .speaker {
		width: 24.5%;
	}
}

@media (max-width: 730px) {

	.speaker-grid:first-child .speaker,
	.speaker-grid .speaker {
		width: 32.5%;
	}

}

@media (max-width: 600px) {

	.speaker-grid:first-child .speaker,
	.speaker-grid .speaker {
		width: 100%;
		max-width: 280px;
		margin: auto;
		display: block;
	}

	.headshot {
		text-align: center;
		padding-bottom: 25px;
	}
}

@media (max-width: 320px) {

	.speaker-grid:first-child .speaker,
	.speaker-grid .speaker {
		width: 100%;
	}

}
/* Page-Faq */
.BeaconContainer.is-configDisplayRight.css-zobqt4.e1swzdlb0.BeaconContainer-enter-done {
    min-height: 250px !important;
    max-height: 360px !important;
}

/*Blog*/
.featured-blog {
	text-align: center;
}

.featured-blog .row {
	padding-left: 10px;
	padding-right: 10px;
}

.featured-blog .inner {
	background: #fff;
	padding: 5px 20px 15px;
	border-bottom: 3px solid #04c2f1;
	text-align: left;
	box-shadow: 0 0 3px rgba(51, 51, 51, .5);
}

.featured-blog .thumbnail-wrapper {
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	box-shadow: 0 0 3px rgba(51, 51, 51, .5);
}

.featured-blog .post-meta {
	color: #222;
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: normal;
}

.featured-blog .morelink {
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 14px;
	font-weight: bold;
}

.featured-blog h4 {
	margin-bottom: 15px;
	text-transform: none;
}

.featured-blog .columns {
	transition: .25s opacity ease;
}

.featured-blog .columns:hover {
	opacity: .85;
}

.featured-blog .button {
	text-align: center;
	position: relative;
	margin-top: 15px;
}

.main-blog .columns {
	margin-bottom: 25px;
}

.single .entry-content .wp-post-image {
	float: left;
	margin: 0 15px 15px 0;
}

.single .article-footer {
	padding-bottom: 40px;
}

.single .byline {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .05em;
	font-weight: bold;
}

.alerts-box {
	background: #0C1E36;
	box-shadow: 0 0 3px rgba(51, 51, 51, .5);
	display: inline-block;
	padding: 10px 20px 0;
	width: 100%;
	position: relative;
	margin-bottom: 0;
}

.alerts-box .alerts-form-wrapper {
	margin-bottom: 0;
}

.alerts-box h4 {
	color: #fff;
	margin-top: 4px;
}

.alerts-box .alerts-form-wrapper input {
	background: #fff;
	color: #24364b;
}

ul.share-buttons {
	list-style: none;
	padding: 0;
	margin: 0 0 15px;
}

ul.share-buttons a {
	padding: 3px;
}

ul.share-buttons .facebook-icon a {
	color: #3D5C97;
}

ul.share-buttons .twitter-icon a {
	color: #1DADEA;
}

ul.share-buttons .pinterest-icon a {
	color: #C8232D;
}

ul.share-buttons .reddit-icon a {
	color: #FC471E;
}

ul.share-buttons .linkedin-icon a {
	color: #127CB4;
}

ul.share-buttons .mail-icon a {
	color: #666;
}

ul.share-buttons li {
	display: inline;
}

ul.share-buttons i {
	font-size: 30px;
}

ul.share-buttons .sr-only {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.share-title {
	color: #ccc;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

/*MJBizTV Template*/
.episode-section {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	width: 100%;
}

.episode {
	width: 100%;
	display: inline-block;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #ccc;
}

.episode-video {
	width: 55%;
	float: left;
	margin-bottom: 15px;
}

.episode-content {
	width: 42%;
	float: right;
}

.episode:nth-child(odd) .episode-video {
	float: right;
}

.episode:nth-child(odd) .episode-content {
	float: left;
}

@media (max-width: 800px) {

	.episode-content,
	.episode-video {
		width: 100%;
	}
}

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}

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

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

.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}

.gallery img:hover {
	background: white;
}

.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 5% 12px;
}

.gallery dl,
.gallery dt {
	margin: 0;
}

.gallery br+br {
	display: none;
}

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
	margin-top: 1rem;
	display: inline-block;
	width: 100%;
}

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
	margin-left: 0px;
}

#respond ul {
	margin-left: 0px;
}

.commentlist li {
	position: relative;
	clear: both;
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 1.5em;
	padding: 0.7335em 10px;
}

.commentlist li:last-child {
	margin-bottom: 0;
}

.commentlist li ul.children {
	margin: 0;
}

.commentlist li[class*=depth-] {
	margin-top: 1.1em;
}

.commentlist li.depth-1 {
	margin-left: 0;
	margin-top: 0;
}

.commentlist li:not(.depth-1) {
	margin-left: 10px;
	margin-top: 0;
	padding-bottom: 0;
}

.commentlist .vcard {
	margin-left: 50px;
}

.commentlist .vcard cite.fn {
	font-weight: 700;
	font-style: normal;
}

.commentlist .vcard time {
	float: right;
}

.commentlist .vcard time a {
	color: #999;
	text-decoration: none;
}

.commentlist .vcard time a:hover {
	text-decoration: underline;
}

.commentlist .vcard img.avatar {
	position: absolute;
	left: 10px;
	padding: 2px;
	border: 1px solid #cecece;
	background: #fff;
}

.commentlist .comment_content p {
	margin: 0.7335em 0 1.5em;
	font-size: 1em;
	line-height: 1.5em;
}

.commentlist .comment-reply-link {
	float: right;
}

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
	margin: 1.5em 10px;
	padding-bottom: 2.2em;
}

.respond-form form {
	margin: 0.75em 0;
}

.respond-form form li {
	list-style-type: none;
	clear: both;
	margin-bottom: 0.7335em;
}

.respond-form form li label,
.respond-form form li small {
	display: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
	padding: 3px 6px;
	background: #efefef;
	border: 2px solid #cecece;
	line-height: 1.5em;
}

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
	background: #fff;
}

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
	outline: none;
	border-color: #fbc2c4;
	background-color: #f6e7eb;
	-ms-box-shadow: none;
	box-shadow: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
	max-width: 400px;
	min-width: 250px;
}

.respond-form form textarea {
	resize: none;
	width: 97.3%;
	height: 150px;
}

#comment-form-title {
	margin: 0 0 1.1em;
}

#allowed_tags {
	margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
	margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
	margin: 0;
}

.widget ul li {
	list-style: none;
}

/*********************
FOOTER STYLES
*********************/
.footer {
	clear: both;
	margin-top: 0;
	background: #0b1f37;
	padding: 25px;
	color: #fff;
	color: #8e959d;
}

.footer .columns {
	padding-bottom: 15px;
}

.footer a {
	color: #8e959d;
}

.footer h4 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #fff;
}

.footer .details-row hr {
	background: transparent;
	border: 0;
	border-top: 1px solid #ff9e19;
	width: 50px;
	margin: 0 0 15px;
}

.footer .social {
	text-align: right;
}

.footer .social a {
	color: #fff;
	transition: .25s opacity ease;
	margin-left: 3px;
	margin-right: 3px;
}

.footer .fab {
	font-size: 17px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 1px solid #7d858f;
	text-align: center;
	padding-top: 5px;
}

.footer ul {
	list-style: none;
	margin: 0;
}

.footer .copyright-row {
	/*border-top: 1px solid #24364b;*/
	padding-top: 35px;
	margin-top: 20px;
}

.footer .social {
	float: right;
}

.alerts-form-wrapper2 .elq-form .field-size-top-large {
    width: auto;
}

.alerts-form-wrapper2 .elq-form .submit-button {
	padding: .4em .75em !important;
}

.alerts-form-wrapper2 .elq-form input, .elq-form textarea, .elq-form select {
	padding: 0px 10px;
}

.alerts-form-wrapper {
	padding: 0;
	display: inline-block;
	/*width: 100%;*/
	margin-bottom: 35px;
}

.alerts-form-wrapper input {
	border: 1px solid #505e6f;
	color: #fff;
	background: transparent;
	padding: 15px 15px;
	float: left;
	width: 75%;
	border-radius: 0;
	background: #24364b;
}

.alerts-form-wrapper input[type=submit] {
	background: #fa9d26;
	text-transform: uppercase;
	border: 0;
	padding: 2%;
	font-weight: bold;
	width: 23%;
	float: right;
	height: 40px;
	transition: .25s all ease;
	cursor: pointer;
	border-radius: 0;
	font-size: 14px;
}

.alerts-form-wrapper input[type=submit]:hover {
	background: #fff;
	color: #fa9d26;
}

@media (max-width: 740px) {
	.alerts-form-wrapper input {
		width: 100%;
	}

	.alerts-form-wrapper input[type=submit] {
		width: 100%;
		margin-top: 10px;
	}
}

.privacyLink {
	font-size: small;
	
}


/*Cookie Consent Overlay*/
#cookie-notice .cn-button {
	background: #3c6189;
}

.cookie-notice-container a {
	color: #eb9d26;
}


/*********************
FOUNDATION STYLES
*********************/

/*********************
ELOQUA STYLES
*********************/

.privacyLink {
	font-size: 11px;
}
.elq-form .label {
	background: none;
	color: inherit;
}
/* Eloqua styling JS 11/22/2019 */

.elq-form * {
 
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 18px;
}
.elq-form .submit-button {
	border-width: 0;
	background: #ff9e19;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
	color: #fff;
	padding: .4em .75em;
	font-size: 14px;
}


  /* RESET */.elq-form * {
    
    padding: 0;
  }
  .elq-form input,textarea {
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
  }
  .elq-form input[type=text],.elq-form textarea,.elq-form select[multiple=multiple] {
    border: 1px solid #A6A6A6;
  }
  .elq-form button,input[type=reset],input[type=button],input[type=submit],input[type=checkbox],input[type=radio],select {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
  }
  /* GENERIC */
  .elq-form input, 
  .elq-form textarea,
  .elq-form select {
    padding: 10px 5px;
  }
  .elq-form .item-padding {
    padding:0px;
  }
  .elq-form .pp-group {
    padding:0px 5px 0px 9px;
  }
  .elq-form .pp-field {
    padding:6px 0px 9px 0px;
  }
  .elq-form .field-wrapper.individual {
    float: left;
    width: 100%;
    clear: both;
  }
  .elq-form .field-p {
    position: relative;
    margin: 0;
    padding: 0;
	  margin-top: 2px;
  }
  .elq-form .zIndex-fix {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .elq-form .field-design {
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    padding:0;
  }
  .elq-form .no-fields-prompt {
    float: left;
    width: 100%;
    height: 150px;
    padding-top: 50px;
    clear: both;
  }
  /* SECTION BREAKS */.elq-form .section-break {
    float:left;
    width: 97%;
    margin-right:2%;
    margin-left:1%;
    padding-bottom:6px;
  }
  .elq-form .section-break .heading {
    width:100%;
    font-weight: bold;
    margin:0;
    padding:0;
  }
  /* LABEL */.elq-form .required {
    color: red !important;
    display: inline;
    float: none;
    font-weight: bold;
    margin: 0pt 0pt 0pt;
    padding: 0pt 0pt 0pt;
  }
  /* FIELD GROUP */.elq-form .field-group {
    float: left;
    clear: both;
  }
  .elq-form .field-group.large {
    width:100%;
  }
  .elq-form .field-group.medium {
    width:51%;
  }
  .elq-form .field-group.small {
    width:31%;
  }
  .elq-form .field-group .label {
    float:left;
    width:97%;
    margin-right:2%;
    margin-left:1%;
    padding-bottom:6px;
    font-weight: bold;
  }
  .elq-form .field-group .field-style {
    float: left;
  }
  .elq-form .progressive-profile .pp-inner {
    float: left;
    clear: both;
  }
  .elq-form .progressive-profile .pp-inner.large {
    width:100%;
  }
  .elq-form .progressive-profile .pp-inner.medium {
    width:51%;
  }
  .elq-form .progressive-profile .pp-inner.small {
    width:31%;
  }
  /* RADIO */.elq-form .radio-option {
    display: inline-block;
  }
  .elq-form .radio-option .label {
    display:block;
    float:left;
    padding-right:10px;
    padding-left:22px;
    text-indent:-22px;
  }
  .elq-form .radio-option .input {
    vertical-align:middle;
    margin-right:7px;
  }
  .elq-form .radio-option .inner {
    vertical-align:middle;
  }
  /* CHECKBOX */.elq-form .checkbox-span {
    display:inline-block;
  }
  .elq-form .checkbox-label {
    margin-left:4px;
  }
  /* INPUT */.elq-form .accept-default {
    width:100%;
  }
  /* SIZING */.elq-form .field-style {
    margin-right:2%;
    margin-left:2%;
  }
  .elq-form .field-style._25 {
    width:21%;
  }
  .elq-form .field-style._50 {
    width:46%;
  }
  .elq-form .field-style._50_left {
    clear:left;
    width:46%;
  }
  .elq-form .field-style._75 {
    width:71%;
  }
  .elq-form .field-style._100 {
    width:96%;
  }
  .elq-form .field-size-top-small {
    width:30%;
  }
  .elq-form .field-size-top-medium {
    width:75%;
  }
  .elq-form .field-size-top-large {
    width:100%;
  }
  .elq-form .field-size-left-small {
    width:21%;
  }
  .elq-form .field-size-left-medium {
    width:46%;
  }
  .elq-form .field-size-left-large {
    width:60%;
  }
  /* INSTRUCTIONS */.elq-form .instructions.default {
    color:#444444;
    display:block;
    font-size:10px;
    padding:6px 0pt 3px;
  }
  .elq-form .instructions.group {
    float:left;
    width:97%;
    margin-right:2%;
    margin-left:2%;
    padding:6px 0pt 3px;
    color:#444444;
    display:block;
    font-size:10px;
  }
  .elq-form .instructions.left-single {
    margin:0 0 0 33%;
  }
  .elq-form .instructions-other {
    margin:0;
  }
  /* POSITIONING */.elq-form .label-position.left {
    display:block;
    line-height:150%;
    padding:1px 0pt 3px;
    float:left;
    width:31%;
    margin:0pt 15px 0pt 0pt;
    word-wrap:break-word;
    overflow-wrap: break-word;
  }
  .elq-form .label-position.top {
    display:block;
    line-height:150%;
    padding:1px 0pt 3px;
    white-space:normal;
    float: left;
  }
  .elq-form .label-position.alignment-left {
    text-align: left;
  }
  .elq-form .label-position.alignment-right {
    text-align: right;
  }
  /* LIST ORDER */.elq-form .list-order {
    display:block;
  }
  .elq-form .list-order.oneColumn {
    margin:0pt 7px 0pt 0pt;
    width:100%;
    clear:both;
  }
  .elq-form .list-order.twoColumn {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:38%;
  }
  .elq-form .list-order.threeColumn {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:30%;
  }
  .elq-form .list-order.oneColumnLeft {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:100%;
  }
  .elq-form .list-order.twoColumnLeft {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:38%;
  }
  .elq-form .list-order.threeColumnLeft {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:30%;
  }
  /* GRID STYLE */.elq-form .grid-style {
    display:inline;
    float:left;
    margin-left:2%;
    margin-right:2%;
  }
  .elq-form .grid-style._25 {
    width:21%;
  }
  .elq-form .grid-style._50 {
    width:46%;
  }
  .elq-form .grid-style._75 {
    width:71%;
  }
  .elq-form .grid-style._100 {
    width:96%;
  }


/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
	list-style: none outside none;
	margin: 0;
}

/* ACF Styling */
#accordion .accordion {
	border: 1px solid;
}
#accordion h4#ac-title {
	background:#041121;
	color:#fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 15px 0;
    font-size: 18px;
	text-align: center;
}
#accordion li.accordion-item a{
	font-size: 16px;
	line-height: 1.8em;
	color: #0a0a0a;
}
#accordion li.accordion-item:nth-child(2n+1) {
	background: #eee;
}
#accordion .accordion-content {
	padding: 0 15px;
}
#accordion .accordion-item a {
	border-top: 1px solid;
	border-bottom: 1px solid;
}
#accordion a#speaker{
	border: none;
	line-height: inherit;
	color:#1779ba;
	text-decoration: none;
	cursor: pointer;
}
/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		-webkit-filter: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}

	a,
	a:visited {
		color: #444 !important;
		text-decoration: underline;
	}

	a:after,
	a:visited:after {
		content: " ("attr(href) ")";
	}

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

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

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

	thead {
		display: table-header-group;
	}

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

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

	@page {
		margin: 0.5cm;
	}

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

	h2,
	h3 {
		page-break-after: avoid;
	}

	.sidebar,
	.page-navigation,
	.wp-prev-next,
	.respond-form,
	nav {
		display: none;
	}
}

/* Navigation margin fix JS 2/10/2020 */


.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
}


@media all and (max-width: 1280px) and (min-width:640px) {
	.top-bar {
    padding: .25rem 5rem 1rem;
}
	
	.is-dropdown-submenu {
    
    min-width: 150px;
 
}
}

/* Conference Footer Menu ACF plugin CSS */

.conference-footer li {
	display: block;
}

.conference-footer li a {
	padding: .4rem 0rem;
}

.conference-mjbizconiic .footer {
	background: #0c3a40;
}
.conference-mjbizconhemp .footer {
	background: #284734;
}
.conference-mjbizconintl .footer {
	background: #3d1c58;
}

.conference-mjbizconeurope .footer {
	background: #395466;
}


.conference-mjbizconlatin .footer {
	background: #395466;
}

.conference-mjbizcon .footer {
	background: #37495f;
}




.is-dropdown-submenu {
   
    min-width: 250px;
   
}

.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
}

/* Back button CSS */

.back_btn {
	float: left;
}

.back_btn a {
	font-size: 14px;
	font-weight: bold;
	color: #18355e;
}