.fusion-page-title-bar {
    margin-bottom:20px;
}

.fusion-body .fusion-main-menu .current-menu-ancestor > a {
border-color:transparent;
}

.nli-summit-menu-item a.summit-learnmore {
    background:transparent;
}

.actually-is-first-glitch {
    float: left !important;
    vertical-align: top !important;
    clear: none;
}
.actually-is-last-glitch {
    margin-right: 0px !important;
    float: right !important;
    vertical-align: top !important;
    clear: none;
}
.actually-is-middle-glitch {
    clear: none;
    margin-right: 4% !important;
}

.project-info {
    display:none;
}

.project-content .project-description {
    width: 100%;
    margin-left:20px;
}

.fusion-main-menu li {
	cursor: auto !important;
}

/* ## QuickClasses
---------------------------------------------------------------------------------------------------- */

/* break spans */
.br,
.break,
.block {display: block;}
/* .strong { font-weight:bold; } */
.uppercase { text-transform:uppercase; }

.hide {display:none;}


/* font colors */
.font-white 			{ color:#fff; }
.font-black 			{ color:#000; }
.font-grey, .font-gray	{ color:#555555; }
.font-bondi				{ color:#0096DE; }
.font-participant,
.font-participant .title-heading-left { color:#0067B1; }

.font-csuite			{ color:#003E7E; }
.font-growth-green		{ color:#107D34; }
.font-bright-green		{ color:#28A53C; }
.font-light-green		{ color:#A0CD4F; }
.font-yellow			{ color:#FDB913; }
.font-bright-teal		{ color:#2BB6C9; }
.font-teal				{ color:#00829D; }
.font-light-gray		{ color:#C9C9C9; }
.font-light-blue		{ color:#0067B1; }
.font-p { color:#1C95CD; }  /* LEGACY performance blue */
.font-di { color:#1B4279; } /* LEGACY diversity and inclusion blue */
.font-lc { color:#007D4C; } /* LEGACY learning and change green */

/* background colors */
.bg-white 			{ background-color:#fff; }
.bg-black 			{ background-color:#000; }
.bg-grey			{ background-color:#555555; }
.bg-bondi			{ background-color:#0096DE; }
.bg-participant		{ background-color:#0067B1; }
.bg-csuite			{ background-color:#003E7E; }
.bg-growth-green	{ background-color:#107D34; }
.bg-bright-green	{ background-color:#28A53C; }
.bg-light-green		{ background-color:#A0CD4F; }
.bg-yellow			{ background-color:#FDB913; }
.bg-bright-teal		{ background-color:#2BB6C9; }
.bg-teal			{ background-color:#00829D; }
.bg-light-gray		{ background-color:#C9C9C9; }


/* global max width for content blocks */
/*.fusion-text p,
.fusion-text h1,
.fusion-text h2,
.fusion-text h3,
.fusion-text h4,
.fusion-title {
    max-width: 800px;
}*/

.no-max, .no-max p {
	max-width:none !important;
}
.fontsize14 {
	font-size:14px;
}
.fontsize16, .fontsize16 h6 {
	font-size:16px !important;
}
.brd10 {
	border-radius:10px;
	overflow:hidden;
}
body #PA-P-SVG100 {
    max-width: 100px;
}
body #PA-P-SVG900 {
    max-width: 800px;
    max-height: 800px;
    margin: 0px auto;
}
body #PA-P-SVG1000 {
    max-width: 1000px;
    max-height: 1000px;
    margin: 0px auto;
}
.text-center, .center { text-align:center; }
.absolute { position:absolute;}
.relative { position:relative;}
.zindex9 { z-index:9; }
.right-0 { right:0;}
.bottom-0 { bottom:0;}
.right-50 { right:50px;}
.hide { display:none !important;}
.borderb1 {
	border-bottom:1px solid #e1e1e1;
}

/* structural padding */
.pad0 { padding:0 !important;}
.pt10	{ padding-top: 10px !important; }
.pt16	{ padding-top: 16px !important; }
.pt18	{ padding-top: 18px !important; }
.pt24	{ padding-top: 24px !important; }
.pt48	{ padding-top: 48px !important; }
.pt60	{ padding-top: 60px !important; }
.pt100	{ padding-top: 100px !important; }
.pt120	{ padding-top: 120px !important; }
.pt160	{ padding-top: 160px !important; }
.pt240	{ padding-top: 240px !important; }

.pl0	{ padding-left: 0 !important; }
.pl10	{ padding-left: 10px !important; }
.pl20	{ padding-left: 20px !important; }
.pl50	{ padding-left: 50px !important; }
.pl100	{ padding-left: 100px !important; }
.pl120	{ padding-left: 120px !important; }
.pl160	{ padding-left: 160px !important; }
.pl250	{ padding-left: 250px !important; }

.pr0	{ padding-right: 0 !important; }
.pr10	{ padding-right: 10px !important; }
.pr20	{ padding-right: 20px !important; }
.pr50	{ padding-right: 50px !important; }
.pr100	{ padding-right: 100px !important; }
.pr120	{ padding-right: 120px !important; }
.pr160	{ padding-right: 160px !important; }
.pr250	{ padding-right: 250px !important; }

.pb16	{ padding-bottom: 16px !important; }
.pb24	{ padding-bottom: 24px !important; }
.pb48	{ padding-bottom: 48px !important; }
.pb78	{ padding-bottom: 78px !important; }
.pb100	{ padding-bottom: 100px !important; }
.pb120	{ padding-bottom: 120px !important; }
.pb160	{ padding-bottom: 160px !important; }
.pb240	{ padding-bottom: 240px !important; }
.pl5-pr5 {
	padding-left:5% !important;
	padding-right:5% !important;
}


/* structural margin */
html body .no-margin {margin:0 !important;}
.label.no-margin {
    margin-bottom: 0px;
}

.mb100	{ margin-bottom: 100px !important; }
.mt80 { margin-top:80px;}
.mt100 { margin-top:100px;}
.mt250 { margin-top: 250px; }
.mt380 { margin-top:380px;}
.mt500 { margin-top:500px;}
.mt-20 { margin-top:-20px;}
.mr-80 { margin-right:-80px;}
.ml-80 { margin-left:-80px;}
.mb-1 {
    margin-bottom: -1px !important;
}
.ml10 { margin-left:10px !important;}
.mt-39 {
    margin-top: -39px !important;
}
.mr-120 {
    margin-right: -120px;
}
.mt-100 {
    margin-top: -100px;
}
.mt-150  {
    margin-top: -150px;
}
.mb-40 {
    margin-bottom: -40px !important;
}
.mb-100 {
    margin-bottom: -100px;
}
.mb-420 {
    margin-bottom: -420px;
}
.borderbottom1 > div {
	border: 0 !important;
    border-bottom: 1px solid #c6c6c6 !important;
}

.bgsize-inherit { background-size: inherit !important;}

.max600 p,
.max600 .title-heading-left  {
    max-width: 600px;
}
.max500 p,
.max500 .title-heading-left  {
    max-width: 500px;
}
.max450 p,
.max450 .title-heading-left  {
    max-width: 450px;
}
.width250 {
	width:250px;
}


/* for containers */
.max700 {
    max-width: 700px;
    display: block;
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
}
.max900 {
    max-width: 900px;
    display: block;
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
	float: none;
}
.max1366 {
    max-width: 1366px !important;
    display: block;
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
}
.max1040 {
    max-width: 1040px;
    display: block;
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
}
.imgmax200 {
	max-width:200px;
}
.maxw200 {
	max-width:200px;
	width: 100%;
}
.maxw320 {
	max-width:320px;
	width: 100%;
}
.maxw400 {
	max-width:400px;
}
.maxw450 {
	max-width:450px;
}
.maxw500 {
	max-width:500px;
	width: 100%;
}
.maxw700 {
	max-width:700px;
	width: 100%;
}
.width220 {
	width:220px !important;
}
.height100p {
	height:100%;
}
.height108 {
	height:108px;
}
.height120 {
	height:120px;
}
.height160 {
	height:160px;
}
.height167 {
	height:167px;
}
.height170 {
	height:170px;
}
.height190 {
	height:190px;
}

.valign-center {
	align-items:center;
	display:flex;
}
.valign-center > div {
	width:100%;
}
ul.item-list .fusion-li-item-content {
    margin-left: 0 !important;
}
ul.item-list li:first-child {
    border-top: 1px solid #e0e0e0;
}
ul.fusion-checklist.item-list .icon-wrapper {
    display: none;
}
ul.item-list li.fusion-li-item {
	padding: 25px 0 !important;
}
.img-absolute img {
    position: absolute;
    bottom: -100px;
    right: -50px;
}
.testicustomdesign.fusion-testimonials.classic blockquote q {
    background-color: transparent !important;
    border-color: transparent !important;
    font-size: 40px;
}
.testicustomdesign.fusion-testimonials.classic .no-avatar .author {
    float: right;
}
.testicustomdesign.fusion-testimonials.classic .no-avatar .author:after {
	display:none !important;
}
.testicustomdesign.fusion-testimonials.classic .company-name {
    font-size: 24px;
}
.testicustomdesign.fusion-testimonials.classic .company-name strong {
	font-weight:300;
}
.testicustomdesign.fusion-testimonials.classic .company-name strong:before {
	content:'— ';
}
.testicustomdesign.fusion-testimonials.classic blockquote {
	position:relative;
	padding:5px 20px;
}
.testicustomdesign.fusion-testimonials.classic .reviews {
	overflow:visible !important;
}
.testicustomdesign.fusion-testimonials.classic blockquote:before,
.testicustomdesign.fusion-testimonials.classic blockquote:after {
	content: '"';
	font-family: "Univers", "Helvetica Neue", Arial, sans-serif;
	font-size: 7.5em;
	line-height: 0px;
	font-style: italic;
	position: absolute;
	color:#000;
	display:block;
	font-weight: 600;
}
.testicustomdesign.fusion-testimonials.classic blockquote:before {
	top:22px;
}
.single-tribe_events .testicustomdesign.fusion-testimonials.classic blockquote:before {
	display:block !important;
}
.testicustomdesign.fusion-testimonials.classic blockquote:after {
	right: 12px;
	bottom:12px;
}
.forhome.fusion-testimonials {
	margin-bottom: 20px!important;
    width: 100%;
    max-width: 500px;
    background: url(../images/pons.png) no-repeat center top / 100%;
    float: right;
    min-height: 562px;
    padding: 80px 12% !important;
}
.forhome.fusion-testimonials.classic blockquote q {
    font-size: 20px !important;
    color: #fff !important;
}
.forhome.fusion-testimonials.classic .company-name {
    font-size: 16px !important;
	color: #fff !important;
}
.forhome.fusion-testimonials.classic blockquote q {
    padding-right: 50px;
}
.forhome.fusion-testimonials.classic blockquote:before {
	color:#fff;
}

.single-bbc_event .fusion-testimonials.classic blockquote {
    background-color: transparent !important;
}
.book-list h2 > a {
    font-size: 24px;
    color: #000;
}
.book-list h2 > a {
    font-size: 24px;
    color: #000;
}
.book-list .fusion-post-content {
    font-size: 19px;
    color: #5e5e5e;
}
.book-list article {
	margin-bottom:40px;
}
.book-list h2 {
    line-height: .8 !important;
    margin-bottom: 15px !important;
}

.single-tribe_organizer #main {
    padding: 0;
}
.single-tribe_organizer .tribe-events-organizer {
	position:relative;
	padding-bottom:200px;
}
.single-tribe_organizer .tribe-events-organizer .left-svg {
	position: absolute;
    top: 506px;
    z-index: 1;
	left:-30px;
}
.single-tribe_organizer .tribe-events-organizer .bottom-svg {
	position:absolute;
	bottom:0;
	right:20px;
}
.single-job #main {
    padding-left: 0;
    padding-right: 0;
}
.single-job .fusion-meta-info {
    display: none;
}
.latest-research .fusion-layout-column .fusion-column-wrapper {
    min-height: 450px;
    border: 1px solid #E0E0E0;
    padding: 25px;
    border-radius: 10px;
}
.latest-research .fusion-layout-column.fusion-one-half {
    width: 45%;
	display:none;
}
.latest-research .fusion-layout-column.fusion-one-half:nth-child(1), .latest-research .fusion-layout-column.fusion-one-half:nth-child(2) {
    margin-right: 5%;
	display:block;
}
.our-books article img {
    max-height: 320px;
    width: auto;
}
.BrainsatworkSidebar  .fusion-modal-text-link.button {
    font-family: "Univers", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    font-weight: normal;
    font-size: 16px;
	padding: 20px 30px 15px;
}
.facilatators .fusion-title {
	margin-bottom:0 !important;
}
.facilatators .fusion-title.fusion-title-center .title-heading-center {
    color: #5e5e5e;
    font-size: 20px !important;
    font-family: "Univers", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}
.single-post .fusion-page-title-bar .fusion-page-title-row h1, body .fusion-page-title-bar .fusion-page-title-row h1 {
    float: none;
	padding-top: 8px;
    line-height: 1.3em;
}
.fusion-page-title-bar {
    height: inherit !important;
}
body .hubspot_footer_form * {
	color:#fff !important;
}
.fa-map-marker:before {
    content: "\f041" !important;
}
#gform_confirmation_wrapper_21 .fusion-builder-row > div:last-child {
	padding-bottom: 50px;
}
.custom-search-menu [type="text"]::-webkit-input-placeholder {
   color: #0067b1 !important;
}
.custom-search-menu [type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #0067b1 !important;
}
.custom-search-menu [type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #0067b1 !important;
}
.custom-search-menu [type="text"]:-ms-input-placeholder {
   color: #0067b1 !important;
}
.custom-search-menu [type="text"]::-webkit-input-placeholder:after{
}
.custom-search-menu [type="text"]:focus::-webkit-input-placeholder{
	 color:transparent !important;
}
.custom-search-menu [type="text"]::-moz-placeholder:after{
}
.custom-search-menu [type="text"]:focus::-moz-placeholder{
	 color:transparent !important;
}
.post-42253 b, .post-42253 strong {
    color: #000;
}
.page-id-42253 .fusion-page-title-bar {
    border-bottom: 0;
}
.gform_wrapper .gfield_required {
    color: red;
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    line-height: 1.2!important;
}
.gform_wrapper .SCARF_ASSESSMENT ul.gfield_radio {
    border-bottom: 1px dotted rgb(204, 204, 204);
    border-top: 0;
}
.gform_wrapper .gform_page_footer {
    border-top: 0;
}
.gform_wrapper .SCARF_ASSESSMENT .disagree_agree ul.gfield_radio:before {
    content: 'Disagree';
}
.gform_wrapper .SCARF_ASSESSMENT .disagree_agree ul.gfield_radio:after {
    content: 'Agree';
}
.gform_wrapper .SCARF_ASSESSMENT .not_very ul.gfield_radio:before {
    content: 'Not at all';
}
.gform_wrapper .SCARF_ASSESSMENT .not_very ul.gfield_radio:after {
    content: 'Very';
}
.gform_wrapper .SCARF_ASSESSMENT .not_at_very_impt ul.gfield_radio:after {
    content: 'Very Important';
}
.shiftnav li.menu-item .shiftnav-submenu-activation:hover > i.fa {
	color:#999 ;
}
.bpm.presenters .fusion-title.fusion-title-center {
    margin-bottom: 0 !important;
}
.bpm.presenters .tab-mb20 {
    margin-bottom: 30px !important;
}
.bpm.presenters .fusion-imageframe.pb24 {
    padding-bottom: 15px !important;
}
.cs-recent-posts .featured_image {
	width:100%;
}
.culture-leadership-facilitator .title-sep-container > .caption {
	display:none;
}
.testicustomdesign.fusion-testimonials {
    height: 450px;
	display: flex;
    align-items: center;
}
.fusion-main-menu ul.sub-menu li:before {
    cursor: default;
}
.testicolumn .fusion-column-wrapper {
	background-size: 80% !important;
}
.post-42186 .post-content .label {
    font-size: 36px;
}
.hubspot_footer_form:before {
	display:none !important;
}
.bg100p > .fusion-column-wrapper {
	background-size:100% 100% !important;
}
body .post-content a:hover {
	color:#28A53C;
}
body .hubspot_footer_form h1.font-white {
    font-weight: normal;
}
.page-id-42318 .slspage .animation-overlay span:nth-child(2) {
    font-size: 5.3em;
}
.register-section .fusion-button:hover .fusion-button-text {
    color: rgb(0, 62, 126);
    font-weight: 600;
}
.register-section .fusion-button:hover  {
    background-color: #fff;
}





/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media screen and (min-width:0) and (max-width:1439px) {
.page-id-41560 .fusion-alignright {
    float: none;
    margin-left: 0;
}
.page-id-41560 .fusion-alignright .button-large {
    padding-left: 0;
    margin-top: 15px;
}
.page-id-41560 .fusion-button.button-3, .page-id-41560 .fusion-button.button-5 {
    margin-right: 45px;
}
.maxw500 {
    max-width: 330px;
}
.testicustomdesign.fusion-testimonials.classic blockquote q {
    font-size: 28px;
}
.mb-420 {
    margin-bottom: -250px;
}
.testicustomdesign.fusion-testimonials {
    height: 350px;
}

} @media screen and (min-width:0) and (max-width:1365px) {
.hide-on-desk {
	display:none !important;
}
.desk-pl10-pr10 {
	padding-left:10% !important;
	padding-right:10% !important;
}
.desk-pl5-pr5 {
	padding-left:5% !important;
	padding-right:5% !important;
}
.partneroptions h3 {
    font-size: 1.2em !important;
}
#gform_confirmation_wrapper_21 .fusion-builder-row > div:last-child {
	width:98% !important;
	overflow-x: auto;
    padding-bottom: 51px;
}

} @media screen and (min-width:0) and (max-width:1279px) {
.partneroptions h3 {
    font-size: 1.1em !important;
}
#eventdisplay .fusion-row > .fusion-layout-column {
    width: 100% !important;
    margin-right: 0 !important;
}
div#nli-filter .jplist-group:first-child {
    margin-right: 50px;
}
.page-id-43247 .border-radius-10 > div {
    padding: 15px !important;
}
.page-id-40303 .fusion-widget-area-1 {
    padding: 15px !important;
}
.page-id-40303 .fusion-widget-area-1 h3 {
    font-size: 1.2em !important;
}

} @media screen and (min-width:0) and (max-width:1199px) {
.search-wrapper img {
	display:none;
}
.the-promise.mt-100 {
    margin-top: 0;
}
.testicustomdesign.fusion-testimonials {
    height: 300px;
}
.single-tribe_events .register-section h1 {
    font-size: 2em !important;
}
.single-tribe_events .register-section .fusion-button-wrapper.fusion-alignright {
    display: block;
    float: none;
    margin-left: 0;
    margin-top: 15px;
}
.page-id-42318 .slspage .animation-overlay span:nth-child(2) {
    font-size: 4em;
}

} @media screen and (min-width:0) and (max-width:1015px) {
.tab-width100p {
	width:100% !important;
}
.tab-pl5-pr5 {
	padding-left:5% !important;
	padding-right:5% !important;
}
.tab-mr0 {
	margin-right:0 !important;
}

} @media screen and (min-width:0) and (max-width:1000px) {
.hide-on-tab {
	display:none !important;
}
.tab-pl10-pr10 {
	padding-left:10% !important;
	padding-right:10% !important;
}
.tab-pl5-pr5 {
	padding-left:5% !important;
	padding-right:5% !important;
}
.tab-pr65p {
	padding-right:6.5% !important;
}
body .tab-pl0-pr0 {
	padding-left:0 !important;
	padding-right:0 !important;
}
.page-id-42294 .career-sec1 {
	padding-bottom: 0 !important;
}
.page-id-42294 .max-width-1430 {
	margin-left: -30px !important;
	margin-right: -30px !important;
}
.single-tribe_organizer .tribe-events-organizer {
    padding-bottom: 20px;
}
body .tab-mlr-30 {
	margin-left:-30px!important;
	margin-right:-30px !important;
}
body .tab-pb0 {
	padding-bottom:0 !important;
}
.book-list h2 {
    line-height: 1.2 !important;
}
.pb100 {
    padding-bottom: 50px !important;
}
#main .fullwidth-box.pathways-container .fusion-row {
    padding: 0 !important;
}
body .max-width-1430  {
    margin-left: -30px !important;
    margin-right: -30px !important;
}
.tabpt0 {
	padding-top:0 !important;
}
.latest-research .fusion-layout-column .fusion-column-wrapper {
    min-height: inherit;
}
.tab-mb20 {
	margin-bottom:20px !important;
}
.home .fusion-header-v4 {
    margin-bottom: 40px !important;
}
body img.practice-area-svg {
	margin-top: 30px !important;
}
body.page-id-41153 .fusion-columns .fusion-column:nth-child(2) {
    margin: 0;
}

body.search .fusion-page-title-bar {
    max-width: 90%;
	margin-top: 50px;
}
body.search #main {
    padding-left: 5% !important;
    padding-right: 5% !important;
}
.hubspot_footer_form {
    padding-left: 5%;
    padding-right: 5%;
}
#shiftnav-toggle-main.shiftnav-toggle-style-burger_only .shiftnav-toggle-burger {
    border: 1px solid #003d7d;
}
.upcomingwebinars img.style-svg {
	display:none;
}
body .mob-pb0 {
	padding-bottom:0 !important;
}
.pr50, .pr100, .pr120 {
    padding-left: 5% !important;
    padding-right: 5% !important;
}
.center-on-tab .fusion-button-wrapper {
    float: none;
    text-align: center;
    display: block;
}
.center-on-tab  .fusion-title h1 {
    text-align: center;
    float: none !important;
    width: 100%;
}
.the-promise.mt-150 {
	margin-top:0;
}
.forhome.fusion-testimonials {
     float: none;
    margin: 0 auto;
}
.testicustomdesign.fusion-testimonials {
    height: 240px;
	margin-top: 50px;
}
.fusion-copyright-notice span {
    display: block;
}
.mb-420 {
    margin-bottom: -370px;
}
.h0, .post-content p.h0 {
    margin-bottom: 20px !important;
}
.post-138 .fusion-title.title.fusion-title-size-three {
	margin-bottom:0 !important;
}
.post-138 .fusion-text.pb16.no-margin-children {
	display:none !important;
}

} @media screen and (min-width:0) and (max-width:799px) {
.fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper, .fusion-mobile-menu-design-modern.fusion-header-v4.fusion-sticky-menu-only .fusion-secondary-main-menu {
	display:none;
}
.custom-search-menu {
    padding: 0 25px;
}
.custom-search-menu input[type="submit"] {
    color: #0067b1 !important;
    color: #FFFFFF !important;
    background-color: #003d7d !important;
}
.custom-search-menu input[type="text"] {
    border-color: #0067b1 !important;
    color: #0067b1 !important;
    font-size: 15px !important;
    height: 40px !important;
    padding-left: 35px !important;
}



} @media screen and (min-width:0) and (max-width:767px) {

.mb100	{ margin-bottom: 50px !important; }

	.pt16, .pt24, .pt48, .pt100, .pt120, .pt160, .pt240	{
		padding-top: 20px !important;
	}
	.max900,
	.max700 {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
	.pl50, .pl100, .pl120, .pl160, .pl250 {
		padding-left: 5% !important;
		padding-right: 5% !important;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.pr50, .pr100, .pr120, .pr160, .pr250 {
		padding-left: 5% !important;
		padding-right: 5% !important;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.pb16, .pb24, .pb48 {
		padding-bottom: 25px !important;
	}
	.pb100, .pb120 {
		padding-bottom: 40px !important;
	}
	.pb160, .pb240 {
		padding-bottom: 60px  !important;
	}

	.ForMobile {
		display:block !important;
	}
	.ForDesktop {
		display:none !important;
	}
	.testicustomdesign.fusion-testimonials.classic blockquote q {
		font-size: 24px;
	}
	.mb-420 {
		margin-bottom: -50%;
	}
	.testicustomdesign.fusion-testimonials.classic .company-name {
		font-size: 20px;
	}
	body .mob-p20 > div {
		padding:20px !important;
	}

	.page-id-38726 .fusion-layout-column .fusion-column-wrapper {
    height: auto !important;
	}

	.our-books article img {
		padding:0 60px;
	}
	.facilatators .fusion-title.fusion-title-center .title-heading-center {
		font-size: 16px !important;
	}
	body .mob-pb0 {
		padding-bottom:0 !important;
	}
	div#case-studies-quote-svg div > span:nth-child(1) {
		font-size: 1.8em !important;
		margin-bottom: 10px !important;
		line-height: 110% !important;
	}
	body.single-post .fusion-page-title-bar.custom-title-bar {
		height: inherit !important;
	}
	body.single-post .fusion-page-title-bar h4 {
		margin: 20px auto 0;
	}
	.post-content h2, .title h2 {
		line-height: 1.1em !important;
	}
	.MostRecentPost {
		margin-top: 50px !important;
	}
	.subscribe-to-blog-btn .text-right {
		text-align: center;
	}
	.checklist-container {
		text-align:center;
	}
	.checklist-container .alignright {
		float: none;
		text-align: center;
		display: block;
		margin:0 0 10px;
	}
	.checklist-container .valign-center {
		display: flex;
	}
	body .mob-pl0-pr0 {
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.forhome.fusion-testimonials {
		margin-bottom: 40px!important;
		background: none;
		min-height: 200px;
		padding: 0 !important;
	}
	.forhome.fusion-testimonials.classic blockquote q {
		color: #000 !important;
	}
	.forhome.fusion-testimonials.classic .company-name {
		color: #000 !important;
	}
	.forhome.fusion-testimonials.classic blockquote q {
		padding-right: 0;
	}
	.forhome.fusion-testimonials.classic blockquote:before {
		color:#000;
	}
	.single-tribe_events .pr100 {
		padding-left: 0!important;
		padding-right: 0 !important;
	}
	/* body .tab-pl5-pr5, .pr50, .pr100, .pr120, .pl50, .pl100, .pl120, .pl5-pr5  {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	body #main {
		padding-left: 10% !important;
		padding-right: 10% !important;
	}
	.width-100 .fusion-fullwidth {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.testicustomdesign.fusion-testimonials {
		height: 300px;
		margin-top: 15px !important;
	}
	*/
	.testicolumn .fusion-column-wrapper {
		background-position: center 30px !important;
	}
	.pb78 {
		padding-bottom: 0 !important;
	}




} @media screen and (min-width:0) and (max-width:479px) {
	.testicustomdesign.fusion-testimonials.classic blockquote q {
		font-size: 18px !important;
	}
	.testicustomdesign.fusion-testimonials.classic .company-name {
		font-size: 16px;
	}
	.register-section .button-large {
		padding: 12px 20px 10px;
		line-height: 1;
		font-size: 10px;
	}
	.register-section .fusion-button.button-4 .fusion-button-text {
		font-size: 10px;
	}
	.register-section .fusion-alignright {
		margin-left: 10px;
	}
	.testicustomdesign.fusion-testimonials.classic blockquote:before,
	.testicustomdesign.fusion-testimonials.classic blockquote:after {
		content: '"';
		font-family: "Univers", "Helvetica Neue", Arial, sans-serif;
		font-size: 4.5em;
		line-height: 0px;
		font-style: italic;
		position: absolute;
		color:#000;
	}
	.testicustomdesign.fusion-testimonials.classic blockquote:before {
		top:32px;
	}
	.testicustomdesign.fusion-testimonials.classic blockquote:after {
		right:7px;
	}
	div#case-studies-quote-svg div > span:nth-child(1) {
		font-size: 1.6em !important;
	}
	.fusion-testimonials {
		margin-top: 30px !important;
	}
	.single-tribe_events .tab-pl5-pr5 {
		padding-left: 8% !important;
		padding-right: 8% !important;
	}
	.testicustomdesign.fusion-testimonials {
		margin-top: 0 !important;
	}
	.mb-420 {
		margin-bottom: -55%;
	}


}

/* ##
---------------------------------------------------------------------------------------------------- */

	.video-shortcode {
		border-radius: 10px;
		overflow: hidden;
	}


@media screen and (min-width:0) and (max-width:767px) {


	.page-id-42318 h3 {
		font-size: 1.7em !important;
		line-height:1.2em;
	}
	.PostDetails span.post-date {
		float: none;
		display: block;
		padding-top: 5px;
	}
	.career-list h2 {
		font-size: 1.6em !important;
	}
	.home .fusion-header-v4 {
		margin-bottom: 0 !important;
	}
	.fusion-testimonials.classic .author {
		padding:0;
	}
	.fusion-testimonials.classic blockquote q {
		padding-bottom:15px;
	}


}


/* featured posts type */
.featured-post.type.webinar {
    background: url(/wp-content/plugins/nli-all_site_plugin/images/featured-webinar.png) transparent no-repeat 100% 0px;
}
.featured-post.type.journal {
    background: url(/wp-content/plugins/nli-all_site_plugin/images/featured-journal.png) transparent no-repeat 100% 0px;
}
.featured-post.type.media {
    background: url(/wp-content/plugins/nli-all_site_plugin/images/featured-media.png) transparent no-repeat 100% 0px;
}
.featured-post.type .featured-post-content h4 {
    max-width: 75%;
}

.post-content p.no-margin {
    margin-bottom: -1px;
}
.no-margin-children p {
	margin-bottom:0px;
}


/* ## HEADER
---------------------------------------------------------------------------------------------------- */

.home .fusion-header-v4 {
    margin-bottom: 100px;
}
.fusion-header-v4 .fusion-header {
    padding-bottom: 10px !important;
    padding-right: 50px;
    padding-left: 50px;
}
.fusion-logo .fusion-header-banner a {
    font-size: 14px;
    display: inline-block;
    color: #555555;
    font-weight: 300;
    line-height: 1em;
    margin-right: 10px;
}
.fusion-logo .fusion-header-banner a:last-child {
    margin-right: 0px;
}
.fusion-header-v4 .fusion-header .fusion-row {
    padding-bottom: 20px;
    margin-bottom: 0px;
    border-bottom: 1px solid #999;
}
.fusion-secondary-main-menu {
    padding-left: 50px;
    padding-right: 50px;
}
.fusion-header-menu-align-center .fusion-main-menu {
    text-align: left !important;
}
.fusion-main-menu > ul > li {
    padding-right: 24px;
}
.fusion-main-menu > ul > li > a {
    line-height: 30px;
    height: 30px;
}
li.fusion-custom-menu-item.fusion-main-menu-search {
    float: right !important;
}
@media only screen and (max-width: 799px) {
.fusion-header-v4.fusion-mobile-menu-design-modern .fusion-logo .fusion-logo-link {
    max-width: 85%;
}
.fusion-header-v4 .fusion-header {
    padding-left: 5%;
}
.fusion-header-v4 .fusion-header .fusion-row {
    border-bottom: 0;
}

}
/* ## FOOTER
---------------------------------------------------------------------------------------------------- */
#text-52 p {
    margin: 0px;
}
.footer-menu > div {
    display: inline-block;
    width: 48.25%;
}
.footer-menu > div br {
    display: none;
}
.footer-menu > div a {
	font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    display: block;
	font-family: "Univers", "Helvetica Neue", Arial, sans-serif;
}

.hubspot_footer_form .hbspt-form {
    max-width: 900px;
    margin: 0px auto;
}
.hubspot_footer_form {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-family: "Univers", "Helvetica Neue", Arial, sans-serif;
	overflow-x: none;
}
.hubspot_footer_form:before,
.hubspot_footer_form:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 50%;
	display: block;
	background: inherit;
	top: 0px;
	border-bottom: 1px solid #003e7e;
}
.hubspot_footer_form:before {
	left: -50%;
	display:none;
}
.hubspot_footer_form:after {
	right: -50%;
	display:none;
}
.hubspot_footer_form .form-columns-2,
.hubspot_footer_form .form-columns-1,
.hubspot_footer_form .hs_submit {
    max-width: 800px;
}
.hubspot_footer_form label span,
.hubspot_footer_form label a,
.hubspot_footer_form label {
	color: #fff;
	font-family: "Univers", "Helvetica Neue", Arial, sans-serif;
}
.hubspot_footer_form .hs-form-field {
    max-width: 900px !important;
    overflow: hidden;
}
.hubspot_footer_form fieldset > div:not(.legal-consent-container) input,
.hubspot_footer_form input,
.hubspot_footer_form fieldset select.hs-input,
.hubspot_footer_form select.hs-input {
    background-color: rgba(255, 255, 255, 0.25);
    background-image: none !important;
    border-radius: 0px !important;
    border: none !important;
    color: #fff !important;
    width: 100% !important;
    max-width: 900px !important;
    font-family: "Univers", "Helvetica Neue", Arial, sans-serif;
    padding: 6px;
}
.hubspot_footer_form input.hs-input[type=checkbox],
.hubspot_footer_form input.hs-input[type=radio] {
    margin-top: 0px;
    display: inline-block;
    position: relative;
    width: auto !important;
}
.hubspot_footer_form fieldset select.hs-input,
.hubspot_footer_form select.hs-input {
    width: 100% !important;
    max-width: 900px !important;
}
.hubspot_footer_form fieldset.form-columns-1 > div:not(.legal-consent-container) input {
	width: 100%;
	font-family: "Univers", "Helvetica Neue", Arial, sans-serif;
}
.hubspot_footer_form input.hs-button.primary.large {
    background: none;
    border-radius: 0px !important;
    box-shadow: none;
    border: 1px solid transparent !important;
    padding: 10px 35px;
    font-family: "Univers", "Helvetica Neue", Arial, sans-serif;
    display: inline-block !important;
    width: auto !important;
	background: rgba(255, 255, 255, 0.25);
}
.hubspot_footer_form input.hs-button.primary.large:hover{
    border: 1px solid #fff !important;
	background: transparent;
}
.hubspot_footer_form ul.hs-error-msgs {
    padding: 5px 0px 0px 0px;
}
.hubspot_footer_form ul.hs-error-msgs label {
    color: #fff;
    font-family: "Univers", "Helvetica Neue", Arial, sans-serif;
}



/* ## TITLE
---------------------------------------------------------------------------------------------------- */

.comment-respond .fusion-title .comment-reply-title,
.fusion-title h1:not(.fusion-default-margin),
.fusion-title h2:not(.fusion-default-margin),
.fusion-title h3:not(.fusion-default-margin),
.fusion-title h4:not(.fusion-default-margin),
.fusion-title h5:not(.fusion-default-margin),
.fusion-title h6:not(.fusion-default-margin) {
	margin-top:6px !important;
}


/* ## PRODUCT TILES
---------------------------------------------------------------------------------------------------- */
.featured-post.product-tile img {
    max-width: 300px;
    max-height: 150px;
    display: block;
    position: relative;
    margin: 0px auto;
}


/* ## PRACTICE AREAS TILES
---------------------------------------------------------------------------------------------------- */
.featured-post.practice-area-tile img {
    max-width: 300px;
    max-height: 150px;
    display: block;
    position: relative;
    margin: 0px auto 20px;
}

/* ## FEATURED POST
---------------------------------------------------------------------------------------------------- */


.featured-post {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #E0E0E0;
    margin-bottom: 30px;
}
.featured-post-content {
    padding: 16px;
}
.post-content .label, .label {
    font-size: 16px;
    margin-bottom: 16px;
}


/* ## HOMEPAGE
---------------------------------------------------------------------------------------------------- */

.hero-padding {
    padding: 120px 0px 240px;
}


/* ## PERFORMACE AND CAREERS PAGE
---------------------------------------------------------------------------------------------------- */

.bg-size-inherit {
	background-size:inherit !important;
}
.padding-0 {
    padding: 0 !important;
}
.bg-none {
	background:none !important;
}
.border-0 {
    border: 0 !important
}
.font-blue > span.fusion-button-text, .font-blue > i {
    color: #0062af  !important;
}
.max-width-1430 {
	  max-width: 1430px !important;
    margin-left: auto !important;
	  margin-right: auto !important;
}
.max-width-430 > div {
	max-width: 430px !important;
    margin: 0 auto !important;
}
.btn-blue-bordered {
    background: none;
    font-size: 20px;
    border: 1px solid #0067b1 !important;
    font-weight: 600;
    line-height: 1;
    padding: 20px 60px 16px;
}
.btn-blue-bordered > span {
    color: #0067b1 !important;
}
.margin-bottom-50 {
	margin-bottom:50px;
}
.margin-top-50 {
	margin-top:50px;
}
.border-radius-10 > div {
    border-radius: 10px;
}

.recent-posts-container .fusion-recent-posts .columns .column .fusion-flexslider {
    margin-left: -15px;
    margin-right: -15px;
}
.recent-posts-container .fusion-recent-posts .columns .column {
    margin-bottom: 20px;
    border: 1px solid;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 2.5% 40px;
    width: 45%;
    padding-bottom: 15px;
    min-height: 600px;
}
.recent-posts-container .fusion-flexslider .slides img {
    max-width: 100% !important;
}
.recent-posts-container .fusion-recent-posts .columns .column h4 {
    font-size: 30px;
    line-height: 1.2em;
}
.recent-posts-container .fusion-recent-posts .columns .column h4   a {
    color: #010101;
}
ul.career-list {
	padding:0;
	margin:0 0 80px;
}
ul.career-list li {
	list-style:none;
	padding: 30px 0 25px;
    border-bottom: 1px solid #c9c9c9;
}
ul.career-list li h4 {
    margin: 0;
}
ul.career-list li:first-child {
	border-top: 1px solid #c9c9c9;
}
ul.career-list li a  {
    font-size: 22.5px;
    color: #000;
	line-height: 1em;
    display: inline-block;
}
ul.career-list li i  {
    font-size: 15px;
	float:right;
	font-style:normal;
	margin-top: 5px;
}
.career-list p.job-title {
  float:left;
  margin-bottom:0;
}
.career-list p.job-location {
  float:right
}
@media screen and (min-width: 0) and (max-width: 1000px) {
}



/* Mobile */
@media screen and (min-width: 0) and (max-width: 1000px) {
.mob-hidden {
  display: none;
}
.recent-posts-container .fusion-recent-posts .columns .column {
  margin: 0 auto 40px;
}
.tab-margin-top-0 {
	margin-top: 0 !important
}
.tab-margin-bottom-30 {
	margin-bottom:30px !important;
}
.tab-mb0 {
	margin-bottom:0 !important;
}
.tab-mb20 {
	margin-bottom: 20px !important;
}
.facilatators .fusion-imageframe {
  padding-bottom: 5px !important;
}
.facilatators .fusion-title h3 {
	margin-bottom:0 !important;
}
.tab-padding-right-0 > div {
	padding-right:0 !important;
}
ul.career-list li a {
  font-size: 18px;
}
ul.career-list li i {
  font-size: 13px;
  margin-top: 0;
}
.career-list p.job-title {
  float: none;
  margin-bottom: 10px;
}
.career-list p.job-location {
  float: none;
}
.fusion-footer-copyright-area {
  padding-top: 0;
}
footer .fusion-widget-area > div:nth-child(2),	footer .fusion-widget-area > div:nth-child(3) {
	display:none;
}
.tab-display-block {
	display:block !important;
}/*
.pr100 {
    padding-right: 10% !important;
}
.pl100 {
    padding-left: 10% !important;
}*/
.tab-no-bg {
	background:none !important;
}


} @media screen and (min-width:0) and (max-width:767px) {/*
.ForMobile {
	display:block !important;
}
.ForDesktop {
	display:none !important;
}*/
body {
	min-width:320px;
}
.font-size-24 {
    font-size: 18px;
}
.mob-margin-top-0 {
	margin-top:0 !important;
}
.mob-font-size-30 {
	font-size:30px !important;
}
.mob-center, .mob-center * {
	text-align:center !important;
}
.mob-padding-bottom-60	{
	padding-bottom: 60px !important;
}
.mob-margin-bottom-60	{
	margin-bottom: 60px !important;
}
.mob-padding-20 {
	padding: 20px !important;
}
.scalable-learning > div  {
	padding: 20px !important;
}
.mob-padding-left-20 {
	padding-left:20px !important;
}
.mob-padding-right-20 {
	padding-right:20px !important;
}
.fusion-footer-copyright-area {
    padding-top: 0;
}
.fusion-footer	{
    text-align: center;
}
footer .fusion-widget-area > div:nth-child(2),	footer .fusion-widget-area > div:nth-child(3) {
	display:none;
}
.recent-posts-container .fusion-recent-posts .columns .column h4 {
    font-size: 24px;
}
.mob-text-center {
    text-align: right;
}
.mob-padding-0  {
	padding:0 !important;
}

ul.career-list {
    margin: 0 0 40px;
}
ul.career-list li {
    padding: 20px 0 15px;
}
ul.career-list li i {
    float: none;
    margin-top: 5px;
}
.font-blue > span.fusion-button-text, .font-blue > i {
    color: #000 !important;
}
.mob-no-bg {
	background:none !important;
}


}



/* ## OLD AVADA THEME SETTINGS CSS
---------------------------------------------------------------------------------------------------- */



#pbb .pbb-module {
    line-height:25px;
}

.fusion-page-title-bar {
    background-image:none;
    border-color:#F7F7F7;
}

.op_container .op_post:first-child {
    line-height:45px;
}


.tribe-events-list-separator-month {
    color:#fff;
}

/** QUICK CLASSES **/

.font-blue, .font-blue p {color:#243A7E;}


.tp-caption span.center {
    text-align: center !important;
    display: block;
}

.innovate-sustain-hide {display:none;}

/**Homepage Modal**/
.homepage-modal .modal-sm {
    width: 50%;
}

.fusion-alert.alert.custom.alert-custom.red-alert {
    margin-top: 10px;
    padding: 15px;
}

/* .limited-offer.circle  **/

.limited-offer.circle {
    display: block;
    text-align: center !important;
    width: 160px;
    height: 160px;
    background: red;
    padding: 53px 0px !important;
    border-radius: 150px;
}


.bpm-tribe .tribe-events-list-separator-month span {
    color: #fff;
}

/* Marketo Styles **/
/*
 *
 */
 form.mktoForm {
    display: block;
    position: relative;
    width: auto !important;
}
.mktoForm .mktoFormRow {
    max-width: 400px;
    margin: 0px auto;
}
.mktoButtonRow {
    width: 100%;
    display: block;
    text-align: center !important;
}
.mktoForm .mktoFormCol {
    display: block;
    position: relative;
    width: 100%;
}
.mktoForm .mktoFieldWrap {
    width: 100%;
}
.mktoFieldWrap input, .mktoFieldWrap select, .mktoFieldWrap textarea {
    width: calc(100% - 150px) !important;
}

@media screen and (min-width:1000px) and (max-width:1200px) {
.mktoFieldWrap input, .mktoFieldWrap select, .mktoFieldWrap textarea {
    width: 100%  !important;
}
.mktoForm .mktoLabel {
    width: 100% !important;
}
}

@media screen and (min-width:0px) and (max-width:480px) {
.mktoFieldWrap input, .mktoFieldWrap select, .mktoFieldWrap textarea {
    width: 100%  !important;
}
.mktoForm .mktoLabel {
    width: 100% !important;
}
label.mktoLabel.mktoHasWidth[for="acceptsPrivacyPolicy"] {
    display: block;
    position: relative;
    width: 90% !important;
}
label.mktoLabel.mktoHasWidth[for="acceptsPrivacyPolicy"] a {
    padding: 0px;
}
label.mktoLabel.mktoHasWidth[for="acceptsPrivacyPolicy"] strong {
    padding: 0px;
}
.mktoForm div.mktoLogicalField {
    float: left;
    padding: 0px;
    display: block;
    width: 10% !important;
    margin-top: 32px;
}

.register-form-modal, .register-form-modal .modal-dialog, .register-form-modal .modal-dialog .modal-content, .register-form-modal .modal-dialog .modal-content div {
    max-width: 100% !important;
    width: 100% !important;
}
.register-form-modal .modal-content .modal-body form .mktoFieldWrap input[name="acceptsPrivacyPolicy"] {
    width: 15px !important;
}
}

/* Learnmore Button **/
/* use with anchorlink
 *
 * [fusion_one_page_text_link link="#learnmore" class="learn-button" id=""]Request More Information[/fusion_one_page_text_link]
 */
.learn-button {
    border-radius: 10px;
    width: 80%;
    background-color: #0F9FDB;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

/** D&I SUMMIT PAGE **/
div#DISummit p {
    margin: 5px 0px;
}
div#DISummit p i {
    margin-right: 12px;
}
i.fa.fa-map-marker.DISum {
    margin-left: 3px;
}
div#DISummit .learn-button {
    margin-top: 20px;
    display: block;
}

#tribe-events .tribe-events-list .type-tribe_events .tribe-events-event-image {
    background-repeat: no-repeat;
    background-size: contain!important;
}

/**WEBINAR TEMPLATE **/
.newsletter-section .fusion-title {
    background: #28B3DF;
    padding: 10px 4px;
}
.newsletter-section .fusion-title h2 {
    color: #fff !important;
}
.tribe_events-template-default main#main {
    padding: 0px !important;
}


/** EVENTS LISTNGS **/

/* Modern Tribe List View Customizations */
/* Hide the Page */


#tribe-events-content.tribe-events-list {
    margin-bottom: 0px !important;
}
#tribe-events-content .fusion-events-before-title {
    display: none;
}

div#tribe-events-footer, a.tribe-events-ical, .tribe-events-button {
    display: none !important;
}

.bpm-tribe .tribe-events-list-separator-month {
    margin-top: 0px;
}
.bpm-tribe .tribe-events-list-separator-month span {
    color: #0f4468;
}
.bpm-tribe .type-tribe_events {
    background: #fff;
}
.tribe-events-loop .bpm-tribe > div:last-child {
    margin-bottom: 0px !important;
}
.bpm-tribe .type-tribe_events .tribe-events-list-event-title {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    padding: 0px 0px 0px 4.5%;
}
.bpm-tribe .type-tribe_events .fusion-tribe-primary-info {
    padding: 5px 0px;
}

#tribe-events .tribe-events-list .bpm-tribe .tribe-events-event-meta .author>div {
    border: none;
    padding: 10px 4.5% 5px;
}
#tribe-events .tribe-events-list .bpm-tribe .tribe-events-event-meta .author>div:last-child {
    border-bottom: none;
    padding: 10px 4.5% 5px;
}
#tribe-events .tribe-events-list .bpm-tribe .tribe-events-content {
    padding: 10px 5px 5px 4.5%;
    margin-bottom:30px;
}
.bpm-tribe .tribe-events-list-event-description p {
    display: inline;
}
.bpm-tribe .tribe-events-list-event-description .fusion-read-more {
    display: inline-block;
    margin: 0px;
}


/**Microsoft Case Study Page **/
.font-fff,
.font-fff .wp-caption-text {
    color: #fff;
}

.register-form-modal .modal-body form {
    width: auto!important;
}

.caption-overlay {
    position: relative;
}
.caption-overlay .wp-caption-text {
    position: absolute;
    bottom: 0px;
    padding: 4% 10%;
    font-size: 1.4em;
    text-shadow: 1px 1px 2px #000;
    margin-bottom:0px;
}
.page-id-1300 .post-content p {
    font-size: 1.2em;
}
.content-box-padding-set .fusion-column .col {
    padding: 0px 30px;
}
.content-box-padding-set .content-box-column-2 {
    margin-bottom: 0px !important;
}


#gallery-2 img {
    border:0px!important;
}

#pmsummitreg {
    padding:0px;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_details .slb_data {
    display: none!important;
}

.eventon_events_list .eventon_list_event .evcal_list_a {
    padding: 10px 0px 0px 0px!important;
}

.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info, .evo_pop_body .evcal_desc .evcal_desc_info {
    display: none!important;
}

#evcal_list .eventon_list_event .evcal_desc em {
    display: none!important;
}

#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title {
    margin-top:5px!important;
}

#evcal_list .eventon_list_event .evcal_desc em {
    font-size:13px!important;
    line-height:16px!important;
}

.fadetest {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.fixedPerson{
 padding-top: 0px !important;
 padding-bottom: 0px !important;
}
.fixedFAicon{
    display: block !important;
    margin-left: 123px !important;
    margin-right: auto !important;
}
.fixedPricing .integer-part{
    font-size: 60px;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth{
  margin-bottom: 0px !important;
}
.popover {
  max-width: 450px !important;
}
.fusion-popover {
  color: #004978 !important;
}
img.fixedJournal {
  border-style: solid !important;
}
.BorderImg{
   border:1px solid #efefef !important;
}
.flipSCARF{
  margin-bottom: 0px !important;
}
.sep-boxed-pricing .panel-body .price .integer-part {
  font-size: 55px;
}
.BBCCpricing .fusion-two-third{
 width: 33% !important;
}
.BBCCpricing .integer-part{
    font-size: 60px;
}
.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3 {
    color: #FFFFFF;
}

.rev_slider_wrapper .shadow-left {
display: none !important;
}
.rev_slider_wrapper .shadow-right {
display: none !important;
}
.fixedButton {
font-weight: initial !important;
}
.fixedButtonOJ {
font-weight: initial !important;
background: linear-gradient(to top, #f37520, #f37520) repeat scroll 0% 0% #0080B0;
}
.sensei-container {
width: 100% !important;
}
.sensei-container .progress {
  width: 100%;
  background: transparent;
  color: #858789;
}

.fusion-footer-copyright-area {
padding-bottom:15px!important;
}

a {
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
text-decoration: none!important;
}

.sidebar .widget h3, .sidebar .widget .heading h3 {
    font-size: 18px!important;
}

.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p {
font-size: 16px!important;
}

#evcal_list {
    margin-bottom: 20px!important;
}

.bodytext .innertext {
    font-family: arial;
}

#main {
padding-left:15px;
padding-right: 15px;
}

.fusion-mobile-logo-1 .fusion-mobile-logo-1x, #side-header .fusion-mobile-logo-1 .fusion-mobile-logo-1x {
    width: 80%!important;
}

.input, .inputreadonly, .inputtotalling, .totallingcurrency {
max-width: 100%!important;
}

.fusion-footer-widget-area {
padding-top:30px;
}

#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title #evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock span.start {
    font-family: MuseoSlab500Regular!important;
    text-transform: none!important;
}

#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
    font-family: MuseoSlab500Regular!important;
    text-transform: none!important;
}

.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p {
    font-family: MuseoSlab500Regular!important;
}

.evcal_cblock .evo_date .start {
    font-family: MuseoSlab500Regular!important;
}

.evcal_cblock .evo_date .end {
    font-family: MuseoSlab500Regular!important;
}

.eventon_events_list .eventon_list_event .evcal_cblock em.evo_day {
    font-family: MuseoSlab500Regular!important;
}

.evcal_cblock .evo_date .start em {
    font-family: MuseoSlab500Regular!important;
}

.evcal_cblock .evo_date .end em {
    font-family: MuseoSlab500Regular!important;
}

h3.evo_h3 {
    font-family: MuseoSlab500Regular!important;
}

.jtwt .jtwt_tweet {
color: #0098dc!important;
}
.jtwt_tweet_text {
color: #8c8989!important;
}

/*--- EventOn---*/

.eventon_events_list .eventon_list_event .desc_trig{background-color:#ffffff}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,
			.eventon_events_list .eventon_list_event .evcal_cblock, .evcal_cblock, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .evcal_desc span.evcal_desc2, .evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3.evo_h3, .evcal_month_line p, .evo_clik_row .evo_h3, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{font-family:MuseoSans500Regular}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:20px;}#eventon_loadbar{background-color:#000000}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#000000}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#939598}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#000000}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#ffffff}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ffffff;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.ajde_evcal_calendar .calendar_header .evo_j_dates p a{color:#ffffff;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evo_j_dates p a:hover{color:#ffffff;background-color:#c3c3c3;}.ajde_evcal_calendar .calendar_header .evo_j_dates p a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates p a.set{color:#ffffff;background-color:#888888;}.ajde_evcal_calendar .calendar_header .evo_j_dates p.legend{color:#6e6e6e;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}.eventon_fc_days .evo_fc_day{background-color:#ffffff;color:#000000;}.eventon_fc_days .evo_fc_day:hover{background-color:#fbfbfb;color:#9e9e9e;}.eventon_fc_days .evo_fc_day.has_events{background-color:#67b6e1;color:#000000;}.eventon_fc_days .evo_fc_day.has_events:hover{background-color:#3289b5;color:#9e9e9e;}.eventon_fc_days .evo_fc_day.on_focus{background-color:#f7f7f7;color:#d4d4d4;}.eventon_fc_days .evo_fc_day.on_focus:hover{background-color:#fbfbfb;color:#9e9e9e;}.eventon_fc_daynames .evo_fc_day{color:#9e9e9e}.eventon_fc_daynames .evo_fc_day:hover{color:#d4d4d4}#eventon_form .submit_row input{color:#ffffff;background:#237ebd;}#eventon_form .submit_row input:hover{color:#fff;background-color:#237ebd;}.evo_metarow_socialmedia a.evo_ss{background-color:#004c78;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#ffffff;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,1) 100%); /* FF3.6  */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0.01)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4  */
background: -webkit-linear-gradient(top,  rgba(255,255,2554,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* Chrome10 ,Safari5.1  */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10  */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* IE10  */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}.evcal_desc2, .evcal_event_title
{
text-transform:capitalize!important;
}
.PresenterImage
{
padding: 6px;
}
.eventon_filter .eventon_filter_selection p
{
text-transform:capitalize;
}
@font-face {
	font-family: 'MuseoSans500Regular';
	src: url('/wp-content/uploads/2014/07/MuseoSans_500-webfont.eot');
	src: url('/wp-content/uploads/2014/07/MuseoSans_500-webfont.eot?#iefix') format('eot'),
		url('/wp-content/uploads/2014/07/MuseoSans_500-webfont.woff') format('woff'),
		url('/wp-content/uploads/2014/07/MuseoSans_500-webfont.ttf') format('truetype'),
		url('/wp-content/uploads/2014/07/MuseoSans_500-webfont.svg#MuseoSlab500Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}
.evcal_col50 {
    display: none !important;
}
.evcal_evdata_row.evo_metarow_time {
display: none !important;
}

.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body {
background: #fff!important;
}

.no-comments {
display: none!important;
}

#no-comments {
display: none!important;
}

p.no-comments {
display: none!important;
}

.fusion-accordian .panel-title .fusion-toggle-heading {
    font-size: 18px;
    line-height: 24px;
}

th {
vertical-align: top;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
font-family: inherit! important;
}

p.large {
font-size: 14pt;
line-height: 20pt;
color: #3a383a;
}

.fusion-portfolio-content p {
    margin: 10px 0 20px 0;
}

.fusion-portfolio-content h4 {
display: none!important;
}

.fusion-recent-posts .columns .column h4 {
font-size: 20px;
}

.fusion-recent-posts .columns .column h4 {
    margin: 15px 0 5px 0;
}

.post-content p {
margin-bottom: 20px;
font-weight: 300;
line-height: 1.3em;
}
.font-weight-100 h4 {
font-weight: 100;
}

.fusion-recent-posts .columns .column {
margin-bottom: 20px;
}

.post-content h4 {
    line-height: 27px;
}


.project-content h3 {
display: none!important;
}

input[type="password"] {
    border: 1px solid #d2d2d2;
    font-size: 13px;
    color: #747474;
    padding: 8px 15px;
    margin-right: 1%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
margin-bottom: 10px!important;
}

input[type="button"] {
margin-bottom: 10px!important;
    min-height: 32px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.form-group {
margin-bottom: 10px!important;
}

.fusion-secondary-menu .fusion-custom-menu-item-contents {
display: none!important;
}

.fusion-accordian .panel-title .fusion-toggle-heading {
}

.alignleft {
margin-bottom: 20px;
}

.fusion-recent-posts {
    margin-bottom: 0px;
}

.fusion-portfolio-content-wrapper .fusion-image-wrapper {
    margin-bottom: 20px;
}

.player.no-fullscreen-support .fullscreen {
display: block !important;
}

.eventon_main_section {
padding: 0px;
}

.evcal_evdata_row .evcal_evdata_cell, .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell {
    padding-left: 0px;
    min-height: 25px;
}

.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3 {
    margin-bottom: 10px!important;
}

.fusion-testimonials {
margin-bottom: 20px!important;
}

.evcal_evdata_row .evcal_evdata_cell h3 {
}

.evo_data_val {
font-style: inherit!important;
}

.sep-boxed-pricing .panel-heading {
    background-color: #fff;
}

.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3 {
margin-top: 10px!important;
}

.evcal_evdata_row .evcal_evdata_custometa_icons {
display: none!important;
}

.evcal_evdata_row.evcal_evrow_sm {
    padding: 0px 15px 15px 15px;
}

.ajde_evcal_calendar .eventon_events_list .eventon_list_event {
    margin-left: 0;
    margin-bottom: 0;
    padding: 0px;
    overflow: hidden;
    position: relative;
    list-style-type: none;
    border-left: 1px;
    border-left-style: solid;
    border-left-color: #cdcdcd;
}

.eventon_events_list .eventon_list_event .event_description {
border-left:none;
}

.evcal_evdata_row .evcal_evdata_icons, .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_icons {
margin-top: 1.1em!important;
display: none!important;
}

.sep-boxed-pricing .panel-heading h3 {
    color: #000;
}

.fusion-recent-works {
    margin-bottom: 0px;
}

#text-21 {
background: #f1f1f1;
padding: 10px;
}

#text-26 {
background: #f1f1f1;
padding-top: 20px;
padding-bottom: 30px;
}

#text-27 {
background: #f1f1f1;
padding-top: 20px;
padding-bottom: 30px;
padding-left:10px;
padding-right:10px;
}


.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100%!important;
}

.gform_wrapper ul li.gfield {
    margin-bottom: 0px!important;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 0px!important;
}

.gform_wrapper .top_label .gfield_label {
    margin: 0px!important;
}

.gform_wrapper .gform_footer {
    padding: 0!important;
    margin: 0!important;
}

body .fusion-content-widget-area .button {
    margin-left: 0px;
}

.gform_wrapper .gravity-select-parent {
    margin-bottom: 20px!important;
}

.video-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.netsuite-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.netsuite-responsive iframe{
    left:0;
    top:0;
    height: 950px;
    width:100%;
    position:absolute;
}

#s-share-buttons {
text-align: center!important;
}

.gform_wrapper .gfield input[type=text], .gform_wrapper .gfield input[type=email], .gform_wrapper .gfield input[type=tel], .gform_wrapper .gfield input[type=url], .gform_wrapper .gfield input[type=number], .gform_wrapper .gfield input[type=password] input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper .gfield textarea {
padding: 8px 8px;
}

.homelogo {
vertical-align: middle;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
}


.fusion-person-center .person-desc .person-author .fusion-social-networks {
margin-top: 5px;
}

.fusion-social-networks .fusion-social-network-icon {
font-size: 14px;
}

.gform_wrapper .gfield input[type=text], .gform_wrapper .gfield input[type=email], .gform_wrapper .gfield input[type=tel], .gform_wrapper .gfield input[type=url], .gform_wrapper .gfield input[type=number], .gform_wrapper .gfield input[type=password] input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper .gfield textarea {
margin-top: 3px;
}

.gform_wrapper {
margin: 0;
}

.button.default, .fusion-body #main .gform_wrapper .button, .fusion-body #main .gform_wrapper .gform_button, .fusion-body #main .gform_wrapper .gform_footer .gform_button, .fusion-button-default, .post-password-form input[type="submit"], .woocommerce #wrapper .single_add_to_cart_button, .woocommerce .avada-shipping-calculator-form .button, .woocommerce .checkout #place_order {
    margin-bottom: 0px!important;
}

.fusion-testimonials.classic blockquote q {
font-style: normal!important;
}


.fusion-portfolio-content {
    margin-top: 10px;
}

.post-password-form label input[type="password"] {
width: 300px;
}

#main {
min-height: 300px;
}

.sidebar .widget h4 {
    font-size: 18px!important;
}

.fusion-page-title-bar h1 {
    line-height: 22px;
}

.sidebar .widget .heading h4, .sidebar .widget h4 {
font-weight: bolder;
}

blockquote {
    padding: 15px;
    background: #f5f5f5;
    border-left: 0px solid #a0ce4e;
    font: 13px/20px 'PTSansItalic', arial, helvetica, sans-serif;
    color: #444444;
    font-style: inherit!important;
margin: 0px 0px 10px 0px;
}

#gform_widget-3 {
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    border-color: #e1e1e1;
}

#text-30 {
    background: #f1f1f1;
    padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 20px;
}

#sliders-container {
}

#gform_widget-13 {
    border-style: solid;
    border-color: #e1e1e1;
    border-width: 1px;
    padding-left: 15px;
    padding-right: 15px;
padding-top: 15px;
}

#gform_widget-14 {
    border-style: solid;
    border-color: #e1e1e1;
    border-width: 1px;
    padding-left: 15px;
    padding-right: 15px;
padding-top: 15px;
}


#gform_widget-15 {
    border-style: solid;
    border-color: #e1e1e1;
    border-width: 1px;
    padding-left: 15px;
    padding-right: 15px;
padding-top: 15px;
}


#gform_widget-7 {
    border-style: solid;
    border-color: #e1e1e1;
    border-width: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#gform_widget-6 {
    border-style: solid;
    border-color: #e1e1e1;
    border-width: 1px;
    padding-left: 15px;
    padding-right: 15px;
}


#evcal_list {
margin-bottom: 10px!important;
}

.eventon_events_list .eventon_list_event .evcal_desc, .evo_pop_body .evcal_desc, #page-content p.evcal_desc {
    padding: 3px 40px 0 70px;
}

.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .evo_pop_body .evcal_desc span.evcal_desc2 {
font-size: 16px;
}

.fusion-flexslider .slides img {
max-width: 400px!important;
}

.fusion-recent-posts .columns .column h4 {
    font-size: 18px;
    line-height: 22px;
margin-bottom: 20px;
}

.evcal_cblock .evo_date .start {
font-size: 22px;
}

.eventon_events_list .eventon_list_event .evcal_cblock, .evo_pop_body .evcal_cblock {
    padding: 0px 10px 2px 10px;
}

#wrapper .post-content .content-box-heading a:hover {
color: #000!important;
}

.fusion-content-boxes.content-boxes-icon-on-top .heading img {
margin-bottom:10px;
}

.fusion-content-boxes .heading {
    margin-bottom: 0px;
}

.fade {
   opacity: .5;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 1.0
      }


      .fadeuk {
   opacity: .8;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fadeuk:hover {
      opacity: 1.0
      }

#homeboxes {
margin-left:5%;
margin-right:5%;
}

.content-boxes-icon-on-top .col {
    padding-right: 25px;
    padding-left: 25px;
}

.eventon_events_list .eventon_list_event .evcal_list_a:hover {
border-left-width: 3px!important;
}




/* JPRO */




/**
Sucess Stories
**/


.ss-entry {
    margin-bottom: 30px !important;
}
.ss-content {
    background: #EEECED;
    padding: 15px;
    margin-top: 5px;
    border-bottom-right-radius: 30% 50%;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25), 1px 1px 0px 0px rgba(0, 0, 0, 0.25);
}
p.ss-des {
    margin:0px 0px 15px 0px;
    font-size: 1.1em;
    font-weight: 900;
    min-height: 36px;
}
p.ss-auth,
p.ss-series {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    min-height: 55px;
}
p.ss-auth {
    margin-right: 3%;
}
.ss-auth span,
.ss-series span {
    font-size: 0.8em;
    display: block;
    font-weight: 900;
}








/**
Corporate Membership Content Pitch
**/
.corp-content-pitch {
    padding: 30px 30px 40px 30px;
}
.corp-content-pitch.ccpone {
    background: rgba(3, 58, 125, 0.9);
}
.corp-content-pitch.ccptwo {
    background: rgba(255, 255, 255, 0.85);
}
.corp-content-pitch p {
    font-size: 1.3em;
}
.corp-content-pitch.ccpone p {
    color: #fff;
}
.corp-content-pitch .fusion-button-text {
    text-transform: capitalize;
    font-size: 1.4em;
    letter-spacing: 0.1em;
    font-weight: 500;
}
.corp-content-pitch.ccpone .fusion-button {
    border: 1px solid black;
    background: #fff;
}
.corp-content-pitch.ccpone .fusion-button:hover {
    background: #008bc2;
}
.corp-content-pitch.ccpone .fusion-button span {
    color: #004d78;
}





/* INFO POPOUT STYLE, esp speaker/speaker position */
.fa-right {float: right;}
.nli-bio h4 {line-height:1.2em!important;margin:0px; font-size:1em;}
.nli-bio h2 {margin-bottom: 5px;}

.register_modal:hover {
    cursor: pointer;
}


/*Past Summit Template*/
p.subtitle-nli span {
    color: #676767 !important;}
p.subtitle-nli {
    font-size: 1em;
    color: #ccc;}
.mobile-left{ padding:10px 0px;}
.mobile-left p,
.mobile-left h2 {
      color: #fff;
      text-align:center;
      margin-bottom:0px;
}
.mobile-left p {font-size:1.1em;}

/* Webinar Template Custom CSS */
/*opera fix*/
.mktoForm .mktoOffset,
.mktoForm .mktoGutter{display:none;}
.mktoForm .mktoRequiredField label.mktoLabel {padding-right: 5px;}
/*fixing width*/
.webinar-header-container {
    background: rgba(21,48,104,.9);
    margin: 25px auto;
    max-width: 85%;
}
.register-form-modal .modal-content {
    min-width: 400px;
    max-width: 400px;
    margin: 0px auto;
}
.register-form-modal .modal-content .modal-body form .mktoFieldWrap input, .register-form-modal .modal-content .modal-body form .mktoFieldWrap select, .register-form-modal .modal-content .modal-body form .mktoFieldWrap textarea {
    max-width: 300px;
}

.webinar-hero > div + .fusion-builder-row {
    background: rgba(11, 107, 181, 0.87);
    margin: 15px 0px;
}
/*mobile*/
@media only screen and (max-width: 550px) {
    .register-form-modal .modal-dialog .modal-content {
        min-width: 0px;
    }
    .register-form-modal, .register-form-modal .modal-dialog, .register-form-modal .modal-dialog .modal-content, .register-form-modal .modal-dialog .modal-content div {
        max-width: 100%;
    }
}


/* Fusion Elements Modifications */
/* ALIGNMNET */
.right-on-mobile {}


/* box-image-grid Masonry Logo Grid */
.logo-masonry-el { width: 16%; }
.logo-masonry-el.tenpercent { width:10%; }
.logo-masonry-el { padding: 5px 15px; }

@media only screen and (max-width: 1000px) {
.logo-masonry-el { width: 25% !important; }
}
@media only screen and (max-width: 600px) {
.logo-masonry-el { width: 33% !important; }
}
@media only screen and (max-width: 400px) {
.logo-masonry-el { width: 50% !important; }
.logo-masonry-el.placeholder { display:none;}
}


/* Modals and the like, opacity class */
/*
#pm-one:hover {background: rgba(33, 147, 209, 1);}
#pm-two:hover {background: rgba(242, 115, 36, 1);}
#pm-three:hover {background: rgba(0, 85, 117, 1);}
#pm-four:hover {background: rgba(5, 47, 108, 1);}
#pm-five:hover {background: rgba(90, 134, 157, 1);}
#pm-six:hover {background: rgba(246, 165, 4, 1);}
#pm-seven:hover {background: rgba(0, 106, 181, 1);}
.nli-pm-modal {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.nli-pm-modal:hover {
    cursor: pointer;
}

.nli-modal {
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    clear: both;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.nli-modal > div {
    position: absolute;
    color: transparent;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0px 7%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.nli-pm-modal > div {
    min-height: 89px;
}
.nli-pm-modal p {
    margin-bottom: 0px;
}
*/

.fusion-social-networks .fusion-social-network-icon {
    margin: 0 20px 10px 10px;
}

.fusion-content-boxes.content-boxes-icon-on-top .heading img:hover {
opacity: .8;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.fusion-content-boxes.content-boxes-icon-on-top .heading img {
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.fusion-footer-copyright-area {
border: none;
}

@media only screen and (max-width: 400px) {
#wprmenu_bar .bar_logo {
margin-top: 5px;
    width: 250px;
    height: auto;
}
}

.tp-videoposter, .tp-thumb-image, .tp-tab-image {
    border-width: 2px!important;
    border-style: solid!important;
    border-color: #96B0C0!important;
}

.html5vid {
    border-width: 2px!important;
    border-style: solid!important;
    border-color: #96B0C0!important;
}


img.grayscale {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
text-decoration: none!important;
filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
filter: grayscale(1); /* Firefox 39 (and above? Don´t know) */
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
text-decoration: none!important;
}


#gform_widget-12, #gform_widget-11, #gform_widget-10, #gform_widget-9 {
    border-style: solid;
    border-color: #e1e1e1;
    border-width: 1px;
    padding-left: 15px;
    padding-right: 15px;
padding-top:15px;
padding-bottom:15px;
margin-top:30px;
}

.padb5 {
display: none;
}

.ajde_evcal_calendar .eventon_events_list .eventon_list_event {
color: #939598;
}

#evcal_list .eventon_list_event .event_description li {
    font-size: 13px;
}

.eventon_events_list .eventon_list_event .evcal_list_a.featured_event {
    background-color: inherit!important;
}

.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover {
    background-color: #f4f4f4!important;
}

.ajde_evcal_calendar .eventon_events_list .eventon_list_event {
    border-top: 1px;
    border-top-style: solid;
    border-top-color: #cdcdcd;
}

#evcal_list {
border-color: #cdcdcd!important;
}

.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb {
border-color: #cdcdcd!important;
}

#evcal_list .eventon_list_event .event_description p, #evcal_list .evcal_list_a .event_description li, .evo_pop_body .evcal_evdata_row .evcal_evdata_cell p {
font-size: 17px!important;
font-family: 'PT Sans', Arial, Helvetica, sans-serif!important;
}

.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul {
padding-left: 0px;
}

#evcal_list .eventon_list_event .event_description li {
padding-bottom: 0px;
}


#evcal_list .eventon_list_event .event_description ul {
padding-bottom: 0px;
}

.fusion-tabs.horizontal-tabs .nav {
    border-bottom: 1px solid #f1f2f2;
    line-height: 10px;
}

#evcal_list .eventon_list_event .event_description li {
font-size: 17px;
color: #000000;
}


.search-page-search-form .search-form {
    padding-bottom: 30px!important;
}

.fusion-tabs {
    margin-bottom: 20px;
}

.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon, .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon {
    margin-bottom: 10px;
}

.fusion-tabs .nav-tabs > li .fusion-tab-heading {
font-size: 18px;
}

.fusion-header-v2 .fusion-secondary-header {
    display: none;
}

.fusion-header-v2 .fusion-secondary-header {
display: none;
}

#pbb a:hover {
color: #fff!important;
}

#pbb #pbb-bar {
    background-color: #0d4566;
}

#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
    color: #000000;
    font-family: MuseoSans_500-webfont!important;
}

.ajde_evcal_calendar .calendar_header p, .eventon_events_list .eventon_list_event .evcal_cblock, .evcal_cblock, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .evcal_desc span.evcal_desc2, .evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3.evo_h3, .evcal_month_line p, .evo_clik_row .evo_h3, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle {
    font-family: MuseoSans_500-webfont!important;
}

.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p {
    font-family: MuseoSans_500-webfont!important;
}
.eventon_events_list .eventon_list_event .evcal_cblock span, .evo_pop_body .evcal_cblock span {
        font-family: MuseoSans_500-webfont!important;
}
.evcal_cblock .evo_date .start em {
        font-family: MuseoSans_500-webfont!important;
}
.evcal_cblock .evo_date .end em {
        font-family: MuseoSans_500-webfont!important;
}

.eventon_events_list .eventon_list_event .evcal_cblock em.evo_day {
        font-family: MuseoSans_500-webfont!important;
}
#main h2 {
}

.fusion-person .person-desc .person-author .person-name, .fusion-person .person-desc .person-author .person-title {
    display: block;
    font-size: 15px;
}
.fusion-person .person-content {
    font-size: 15px;
}

#gform_widget-13, #gform_widget-12, #gform_widget-11, #gform_widget-10, #gform_widget-9 {
    margin-top: 0px!important;
}
.gform_wrapper h3.gform_title {
    font-size: 17px!important;
}
.fusion-person .person-content {
    margin-top: 0px!important;
}
.fusion-pricing-table .normal-row:hover, .fusion-pricing-table .panel-wrapper:hover .normal-row {
background: #ffffff !important;
    cursor: default;
}
.pricing-table-1 .fusion-panel, .pricing-table-1 .panel-wrapper:last-child .fusion-panel, .pricing-table-1 .standout .fusion-panel, .pricing-table-1 .panel-heading, .pricing-table-1 .panel-body, .pricing-table-1 .panel-footer {
    background: #ffffff !important;
    cursor: default;
}.
.pricing-table-2 .fusion-panel, .pricing-table-2 .panel-wrapper:last-child .fusion-panel, .pricing-table-2 .standout .fusion-panel, .pricing-table-2 .panel-heading, .pricing-table-2 .panel-body, .pricing-table-2 .panel-footer {
        background: #ffffff !important;
    cursor: default;
}
.pricing-table-2 .panel-container, .pricing-table-2 .standout .panel-container, .pricing-table-2.full-boxed-pricing {
    cursor: default;
}
.pricing-table-1 .panel-container, .pricing-table-1 .standout .panel-container, .pricing-table-1.full-boxed-pricing {
     cursor: default;
}

.fusion-testimonials.classic .company-name {
    color: #3a383a!important;
}

.fusion-content-boxes.content-boxes-clean-horizontal .col {
    padding: 15px;
}

.fusion-content-boxes .content-container {
    -webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

#pmexplore {
    margin-bottom: 60px;
    padding: 0px;
    border-color: #e2e2e2;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 20px!important;
    padding-top: 20px;
font-size: 16px;
margin-left:0px!important;
margin-right:0px!important;
font-weight: bold;
}

#evcal_list .eventon_list_event .event_description li {
    padding-bottom: 10px;
    margin-left: 20px;
    margin-bottom: 0px;
    font-size: 17px!important;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif!important;
}

.fusion-person .person-content {
    font-size: 17px;
}

.fusion-person .person-desc .person-author .person-name, .fusion-person .person-desc .person-author .person-title {
    font-size: 17px;
}
.flip-box-heading {
 font-size:20px!important;
}
.fusion-flip-box .flip-box-inner-wrapper {
    margin-bottom:0px;
}

.page-id-37089 #toTop {
    display: none!important;
}

.page-id-36679 #main {
    padding-top:0px!important;
}

.page-id-16 #main {
    padding-top:0px!important;
}
.page-id-36755 #main {
    padding-top:0px!important;
}
.page-id-30232 #main {
    padding-top:0px!important;
}

.page-id-36780 #main  {
    padding-top:0px!important;
}

.page-id-36787 #main  {
    padding-top:0px!important;
}

.page-id-36792 #main {
    padding-top:0px!important;
}

.page-id-36792 .fusion-footer-copyright-area {
padding-bottom: 10px!important;
}

.page-id-36787 .fusion-footer-copyright-area {
padding-bottom: 10px!important;
}
.page-id-36794 #main {
    padding-top:0px!important;
}

.page-id-36799 #main {
    padding-top:0px!important;
}

.page-id-36083 #main {
    padding-top:0px!important;
}

.page-id-36826 #main {
    padding-top:0px!important;
}

.page-id-36827 #main {
    padding-top:0px!important;
}

.page-id-36830 #main {
    padding-top:0px!important;
}
.page-id-36902 #toTop {
    display: none!important;
}

.page-id-36679 #toTop {
    display: none!important;
}

.fusion-accordian .panel-body {
    padding: 0px;
}

.homeemea {
    text-align:center;
    width:100%;
    background-color:#F6F6F6;
    padding:7px;
    margin-bottom:7px;
}

.homestream {
    text-align:center;
    color:#ffffff!important;
    width:100%;
    background-color:#0B3855;
    padding:7px;
    margin-bottom:0px;
       opacity: .9;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

   .homestream:hover {
      opacity: 1.0
      }

.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig, .ajde_evcal_calendar.boxy #evcal_list p.desc_trig_outter {
    cursor: default;
    background-color: #004D78;
}

.useful-links {
    display: none!important;
}



.roundgreycolumnalt
{
background-color: rgba(236, 237, 238, 0.9);
    border-radius:30px;
}

.casestudiescard {
    background-color: #DEDFDE;
    border-radius:10px;
}

.roundgreycolumn {
    border-radius:20px;
        background-color: rgba(236, 237, 238, 0.9);
}

.roundgreycolumnright {
    border-radius:20px;
        background-color: rgba(236, 237, 238, 0.9);
}

.roundgreycolumncenter {
    border-radius:20px;
        background-color: rgba(236, 237, 238, 0.9);
}

.roundgreycolumnlight {
    border-radius:30px;
        background-color: rgba(236, 237, 238, 0.9);
        z-index:999;
}

#lpherobbc {
    border-radius:30px 30px 0px 0px;
    background-color: rgba (21, 48, 104, .9);
}

.fusion-social-networks .fusion-social-networks-wrapper {
    margin-bottom: 10px;
}

.sidebar .widget h4 {
    margin-top:10px;
}

.fusion-content-boxes #boxpad {
    padding:0px!important;
    margin-top:0px!important;
    margin-bottom:0px!important;
}

.fusion-testimonials.classic blockquote {
    background-color: rgba(0,0,0,0);
}

.fusion-testimonials.classic blockquote q {
        border-radius: 30px!important;
}

.perfect-pullquote blockquote p {
        font-style: normal!important;
}

.perfect-pullquote {
margin-left: -5%;
}

.greyradius {
    border-radius:30px;
    background-color: #e8e8e8;
}

#cardshift {
    margin-top:-30px!important;
    margin-right:-40px;
}

.slslogo {
    border-radius: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    max-width: 100%;
    background: rgba(236, 237, 238, 0.92);
    padding: 15px;
}

.fusion-counters-box .fusion-counter-box .counter-box-container {
    border-radius:10px;
    background-color: #E4E4E3;
}

.keynotewrap {
    padding-right:9px;
}

.breakoutwrapleft {
    border-right-width:6px;
    border-right-color:#ffffff!important;
    border-right-style:solid;
}

.breakoutwrapright {
    border-left-width:6px;
    border-left-color:#ffffff!important;
    border-left-style:solid;
}

.eventon_main_section {
padding: 0px!important;
}

 .includeanimation {
    height:175px;
    width:175px;
    background: url('https://neuroleadership.com/wp-content/uploads/2016/12/INCLUDE_LOGO-175.png');
    margin:auto;
  }

  .includeanimation:hover {
    cursor:pointer;
    background:url('https://neuroleadership.com/wp-content/uploads/2016/12/include.gif');
  }

   .intake {
    min-height:300px;
}

#lpherolc {
    border-radius:30px;
    background-color: rgba(16,124,62,.9);
}

#lpherodi {
    border-radius:30px;
  background-color: rgba(26, 64, 124, .9);
}


#lpherosls {
    border-radius:30px;
    background-color: rgba(17, 119, 166, 0.9);
}

#lpheropm {
    border-radius:30px;
    background-color: rgba(33, 147, 209, .9);
}

.lpheropm {
    border-radius:30px;
    background-color: rgba(33, 147, 209, .9);
}

.lpherosls {
    border-radius:30px;
    background-color: rgba(17, 119, 166, 0.9);
    z-index:1000;
}

@media screen and (max-width: 1265px) {
   .intake {
    min-height:350px;
}
}

@media screen and (max-width: 1015px) {
   .intake {
       min-height:0px;
}
}


.display-desktop{display:block;}
.display-mobile{display:none;}

@media screen and (max-width: 1000px) {

.display-desktop{display:none;}
.display-mobile{display:block;}

.breakoutwrapleft {
    border-right-width:0px;
    border-right-color:#ffffff!important;
    border-right-style:solid;
}

.breakoutwrapright {
    border-left-width:0px;
    border-left-color:#ffffff!important;
    border-left-style:solid;
}
.keynotewrap {
    padding-right:0px;
}
}

@media screen and (min-width: 1015px) {
    .fusion-counters-box .fusion-counter-box .counter-box-container {
    min-height:225px;
}

.roundgreycolumnalt {
    border-radius:20px;
    background-color: rgba(236, 237, 238, 0.9);
    margin-right:1.0%!important;
    width:32%;
}
.roundgreycolumnright {
    border-radius:20px;
    background-color: rgba(236, 237, 238, 0.9);
    width:15.5%;
}

.roundgreycolumncenter {
    border-radius:20px;
    background-color: rgba(236, 237, 238, 0.9);
    width:50.5%;
    margin-right:1.0%!important;
}

.roundgreycolumn {
    border-radius:20px;
    background-color: rgba(236, 237, 238, 0.9);
}
}

@media screen and (min-width: 480px) {
    #csuitebox {
    padding-left:20px;
    padding-right:20px;
}
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

#lpherolc {
    border-radius:30px;
    background-color: rgba(16,124,62,.9);
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

    -webkit-animation-duration:.5s;
  -moz-animation-duration:.5s;
  animation-duration:.5s;

    -webkit-animation-delay:1.5s;
  -moz-animation-delay:1.5s;
  animation-delay:1.5s;
}

#lpherodi {
    border-radius:30px;
  background-color: rgba(26, 64, 124, .9);
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

    -webkit-animation-duration:.5s;
  -moz-animation-duration:.5s;
  animation-duration:.5s;

    -webkit-animation-delay:1.5s;
  -moz-animation-delay:1.5s;
  animation-delay:1.5s;
}


#lpherosls {
    border-radius:30px;
    background-color: rgba(17, 119, 166, 0.9);
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

    -webkit-animation-duration:.5s;
  -moz-animation-duration:.5s;
  animation-duration:.5s;

    -webkit-animation-delay:1.5s;
  -moz-animation-delay:1.5s;
  animation-delay:1.5s;
}

#lpheropm {
    border-radius:30px;
    background-color: rgba(33, 147, 209, .9);
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

    -webkit-animation-duration:.5s;
  -moz-animation-duration:.5s;
  animation-duration:.5s;

    -webkit-animation-delay:1.5s;
  -moz-animation-delay:1.5s;
  animation-delay:1.5s;
}

.lpheropm {
    border-radius:30px;
    background-color: rgba(33, 147, 209, .9);
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

    -webkit-animation-duration:.5s;
  -moz-animation-duration:.5s;
  animation-duration:.5s;

    -webkit-animation-delay:1.5s;
  -moz-animation-delay:1.5s;
  animation-delay:1.5s;
}

.lpherodf {
    border-radius:30px;
    background-color: rgba(78, 88, 140, 0.85);
    z-index:1000;
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

    -webkit-animation-duration:.5s;
  -moz-animation-duration:.5s;
  animation-duration:.5s;

    -webkit-animation-delay:1.5s;
  -moz-animation-delay:1.5s;
  animation-delay:1.5s;
}

.lpherosls {
    border-radius:30px;
    background-color: rgba(17, 119, 166, 0.9);
    z-index:1000;
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

    -webkit-animation-duration:.5s;
  -moz-animation-duration:.5s;
  animation-duration:.5s;

    -webkit-animation-delay:1.5s;
  -moz-animation-delay:1.5s;
  animation-delay:1.5s;
}
}
@media (min-width: 900px) {
.modal-sm {
    width: 400px;
}
}

.page-id-38316 .fusion-imageframe img, .single-tribe_organizer .fusion_builder_column_1_3 .aligncenter.size-full  {
        max-width: 150px;
}

.TLETopCont #csuitebox {
    width: 780px !important;
    margin: 0 auto !important;
    float: none !important;
    visibility: visible;
}
.WebinarContainer .BlueBox {
    width: 34.6666% !important;
    margin-right: 0 !important;
}
.PageHeader h3 {
    text-align: center;
    color: #0065b6;
    font-weight: 100;
}
.WebinarContainer .GrayBox h2 {
    text-align: center;
    color: #00427a;
    font-size: 34px !important;
}
.WebinarContainer .GrayBox .bpm-tribe .type-tribe_events .fusion-tribe-primary-info {
    padding: 0;
}
.WebinarContainer .GrayBox #tribe-events .tribe-events-list .type-tribe_events {
    border-top: 0;
    border-radius: 15px;
    overflow: hidden;
    padding-top:5px;
    padding-bottom:5px;
}
.WebinarContainer .BlueBox h3  {
    font-size: 30px !important;
    color: #fff;
    line-height: 1.3;
    font-weight: 600;
    margin: 50px 0 20px;
}
.WebinarContainer .BlueBox  p {
    margin-bottom: 24px;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.3;
}
.WebinarContainer .BlueBox h2 {
    color: #fff;
    background: #00437b;
    padding: 20px 50px 20px 100px;
    font-weight: 100;
    font-size: 40px !important;
    margin-left: -100px;
    margin-right: -50px;
    margin-top: 60px;
}
.PageHeader {
    background-size: auto 100% !important;
}
body.page-id-30258 #main {
    padding-top: 0;
}
.WebinarContainer #tribe-events .tribe-events-list .bpm-tribe .tribe-events-event-meta .author>div {
    border: none;
    padding: 10px 4.5%;
    font-size: 17px;
    display: block;
    margin:5px 0 !important;
}
.WebinarContainer .bpm-tribe .type-tribe_events .tribe-events-list-event-title {
    font-size: 26px;
    font-weight: 600;
}
.WebinarContainer .bpm-tribe .type-tribe_events .tribe-events-list-event-title a {
    color:#000;
}
.WebinarContainer #tribe-events .tribe-events-list .bpm-tribe .tribe-events-content {
    padding: 10px 25px 25px 4.5%;
    font-size: 18px;
}
.WebinarContainer #tribe-events .tribe-events-content p {
    line-height: 1.3;
}
.WebinarContainer #tribe-events .tribe-events-list .bpm-tribe .tribe-events-event-meta .author>div:last-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-style: normal;
    text-transform: uppercase;
    margin:5px 0;
}
.TleContainer .GrayBox h2 {
    text-align: center;
    color: #00427a;
    font-size: 32px !important;
}
.ExchangesList #TLEExchangeCol .fusion-column-wrapper > .fusion-text:nth-child(3) img {
    max-height: 80px;
    width: auto;
    max-width: 80%;
}
.ExchangesList #TLEExchangeCol .fusion-column-wrapper > .fusion-text:nth-child(1) {
    height: 280px;
    overflow: hidden;
}
.ExchangesList #TLEExchangeCol .fusion-column-wrapper > .fusion-text:nth-child(1) p, .ExchangesList #TLEExchangeCol .fusion-column-wrapper > .fusion-text:nth-child(1) img {
    width:100%;
    height: 100%;
    filter: brightness(70%);
}
.TleContainer .WhiteBox h3 {
    font-size: 24px;
    color: #1395d3;
    font-weight: 600;
}
.TleContainer .WhiteBox p {
    margin-bottom: 24px;
    font-size: 18px;
}
#TLEExchangeCol {
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 30px !important;
    background: #fff;
    margin-bottom: 35px !important;
    width:48%;
}
.TleContainer .fusion-title.fusion-title-center {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    color: #fff;
}
.TleContainer .fusion-title.fusion-title-center h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.TleContainer h4 {
    text-align: center;
    padding: 20px;
    font-size: 24px !important;
    font-weight: 100;
    text-align: center;
    margin: 0;
}
#TLEExchangeCol .fusion-text:last-child {
    padding:0 35px !important;
    text-align: center;

}
#TLEExchangeCol > .fusion-column-wrapper {
    padding:0 !important;
    border: 0 !important;
}
#TLEExchangeCol .fusion-text:last-child p {
    height:80px;

}
a.TLEInquireBtn {
    border-radius: 15px !important;
    font-size: 25px;
    font-weight: 100;
    text-transform: capitalize;
    padding: 20px 55px;
    margin-top: 30px;
}
.TLETopCenterCol .fusion-column-wrapper {
    border-bottom-left-radius:30px !important;
    border-bottom-right-radius:30px !important;
}
.BrainsatworkSidebar.fusion-layout-column.fusion-one-fourth {
    margin-right: 0 !important;
    clear: none;
}
.page-id-40680 .fusion-page-title-bar {
    height: 185px;
}

@media screen (max-width: 767px) and (min-width: 320px) {
  .TLETopCenterCol .fusion-column-wrapper {
padding:40px 40px 40px 20px !important;
}
.TLETopCenterCol .fusion-column-wrapper .fusion-text:last-child p {
font-size:20px !important;
}
}
.JobDescriptionList {
    padding: 20px 0;
}
.JobDescriptionList .fusion-layout-column.fusion-one-half {
    padding-left: 15px;
    padding-right: 15px;
}
.single-job #main > .fusion-row {
    max-width: 100%;
}
.post-author {
    text-transform:capitalize;
}
.ArchiveHeader .h3 {
    line-height: 70px;
}
.CsuiteTopContent h3  {
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin: 0 0 30px;
}

@media screen and (min-width:0) and (max-width:639px){
.PresenterContainer .scientist-image {
    float:none !important;
    text-align:center !important;
    margin: 0 auto 15px !important;
    padding:0 !important;
}
.PresenterContainer .fusion-column-wrapper {
    text-align: center !important;
    margin-bottom:0px;
    padding:15px 15px !important;
}
.PresenterContainer .scientist-name {
    max-width: 300px;
    margin: 0 auto 20px;
    display:block;
}
.PresenterContainer .fusion-title {
    display:block;
}
.PresenterContainer .fusion-button-wrapper.fusion-alignleft {
    float: none;
    margin-right: 0 !important;
}
.PresenterContainer .fusion-title h1.title-heading-left {
    text-align: center;
    font-size:18px;
    padding:0 !important;
}
.PresenterContainer .fusion-title h3.title-heading-left {
    text-align:center !important;
    font-size:16px;
}
.PresenterContainer span.bpm-presenter-image img {
    padding: 0 !important;
}
} @media screen and (min-width:0) and (max-width:1015px) {
.WebinarContainer .BlueBox {
    width: 100% !important;
}
.WebinarContainer .BlueBox .fusion-column-wrapper{
    padding-left: 60px !important;
    padding-right: 60px !important;
}



} @media screen and (min-width:0) and (max-width:767px) {
.WebinarContainer .BlueBox .fusion-column-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
}
.WebinarList > .fusion-column-wrapper {
    padding: 40px 20px 40px 20px !important;
}
.WebinarList .tribe-events-loop img {
    width: 100%;
}
.WebinarContainer .GrayBox h2 {
    font-size: 32px !important;
    line-height: 1.1 !important;

}
.WebinarContainer .BlueBox h3 {
    font-size: 24px !important;
}
.WebinarContainer .BlueBox h2 {
    font-size: 30px !important;
}
.PageHeader h3 {
    color: #fff;
}
.page-id-40680 .fusion-page-title-bar, .single-post .fusion-page-title-bar.custom-title-bar {
    height: inherit !important;
}

}

.CsuiteSec1 .TLETopCenterCol .fusion-text img {
	max-width:254px !important;
}
.CsuiteSec1 h3 {
    font-size:24px !important;
    margin:0 0 20px;
}
.CsuiteSec1 .TLETopCenterCol .fusion-text span {
    font-size:20px !important;
}
.CsuiteSec1 a.TLEInquireBtn {
    font-size: 20px;
    padding: 15px 35px;
    margin-top: 15px;
}
.CsuiteSec1 .TLETopCenterCol .fusion-column-wrapper {
    padding:30px 75px 20px 75px !important;
}

.CsuiteSec2 .WhiteBox h3 {
    font-size: 19px !important;
}
.CsuiteSec2 .WhiteBox p {
    font-size: 17px !important;
}

.fusion-logo a.fusion-logo-link {
    max-width:300px;
}
.TleOnly {
    background-position: center 40% !important;
}
.ForMobile {
    display:none !important;
}

/* TLE and C-Suit Mobile CSS */
@media screen and (min-width:0) and (max-width:1599px) {
.TleContainer .fusion-column-wrapper {
    padding: 35px 20px !important;
}

} @media screen and (min-width:0) and (max-width:1365px) {


} @media screen and (min-width:0) and (max-width:1279px) {
body .event-inquiry {
    background-size: cover;
    background-position: left top;
}

} @media screen and (min-width:0) and (max-width:1115px) {
.NewsArchiveContainer .fusion-row .fusion-column-wrapper {
    padding:0 !important;
}
.NewsArchiveContainer .fusion-row > div:nth-child(2) .fusion-column-wrapper {
    padding:10px 5% !important;
}
.single-post .fusion-page-title-bar .fusion-page-title-row h1 {
    line-height: 1.2 !important;
	margin:0 !important;
	padding: 5px 0 0;
}

} @media screen and (min-width:0) and (max-width:767px) {
.ForDesktop {
    display:none !important;
}
.ForMobile {
    display:block !important;
}
.TleContainer {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.TLETopCont  .TLETopCenterCol .fusion-column-wrapper {
    padding: 40px 20px 20px 20px!important;
    margin:0 20px 20px!important;
}
a.TLEInquireBtn {
    font-size: 15px;
    padding: 20px 15px;
     width: 100% !important;
max-width: 320px;
}
.WebinarsContainer .type-tribe_events .fusion-tribe-has-featured-image {
    background-size:100%;
    padding-top: 300px;
    background-position: center top;
}
body .WebinarsContainer .type-tribe_events .fusion-tribe-secondary-info {
    width: 100%;
}
body .event-inquiry {
    background-size: 100%;
    background-position: center top;
    padding-top:200px;
}
body .event-inquiry > div {
    max-width: 100%;
    margin-left: calc(100% - 100%);
}
.tribe-events-list-event-description .ForMobile h2 {
    font-size: 18px !important;
    margin-top: 20px;
}
.WebinarsContainer .type-tribe_events .fusion-tribe-has-featured-image {
    margin-bottom: 20px;
}
.HostList .fusion-text img.aligncenter, .WebinarList img {
    max-width: 120px;
}
.ArchiveHeader .fusion-text {
    text-align: center;
}
.ArchiveHeader .fusion-text img {
    margin: 0 auto !important;
    display: block;
}
.ArchiveHeader .fusion-text .h3 {
    font-size: 1.8em;
}
.single-post .fusion-page-title-bar .fusion-page-title-row h1 {
    margin: 0;
}
body .learn-button {
    margin-left: auto;
    margin-right: auto;
}
	.scalable-post-title h2 span {
		line-height: 1.1em !important;
	}
	.mobpr0	{ padding-right: 0px !important; }
	.mobpl0	{ padding-left: 0px !important; }
	.mobpr0>div.fusion-column-wrapper { padding-right: 20px !important; }
	.mobpl0>div.fusion-column-wrapper	{ padding-left: 20px !important; }


} @media screen and (min-width:0) and (max-width:479px) {

.WebinarsContainer .type-tribe_events .fusion-tribe-has-featured-image {
    background-size: auto 300px;
}

} @media screen and (min-width:0) and (max-width:1015px) {
.EmploymentSecTitle .fusion-title {
    margin-bottom:0 !important;
}
.nar-presenters > div {
    width: 100% !important;
    max-width: 360px;
}




}


.HostList .fusion-text img.aligncenter {
    max-width: 150px;
}

.neuroleadership-recent-posts .fusion-column .post-excerpt p.post_author {
    margin-bottom: 20px;
}
.neuroleadership-recent-posts .fusion-column .post-excerpt p.post_author .byline-author-name {
    text-transform: uppercase;
}
body #wrapper {
    max-width: 1920px !important;
    margin: 0 auto;
    overflow-x: hidden;
}

.page-id-41143  .fusion-page-title-bar {
    background-image: none;
    border: 0;
    padding-top: 40px;
    height: inherit;
    padding-bottom: 40px;
}
.post-content .PartnersContent p {
    margin-bottom: 30px;
    font-size: 30px;
    font-family: MuseoSans_300-webfont, Arial, Helvetica, sans-serif;
}
.post-content .PartnersContent p strong {
    color:#0067b1;
}
.InsightsContainer  {
    text-align: center;
}
.InsightsContainer > .fusion-builder-row.fusion-row:before {
    content:'';
    display:block;
    height:1px;
    background:#0067b1;
    position:absolute;
    top:249px;
    left:0;
    right:2px;
}
.InsightsContainer h2.title-heading-center {
    font-size: 30px !important;
    color: #003e7e;
    line-height: 1.2 !important;
}
.InsightsContainer h3 {
    font-size: 25px;
    color: #003e7e;
}
.post-content .InsightsContainer p {
    font-family: MuseoSans_300-webfont, Arial, Helvetica, sans-serif;
    font-size: 20px;
}
.PatnerCTA h2 {
    color: #39ace3;
    font-size: 30px !important;
    margin: 0 0 5px;
    line-height: 1.2 !important;
}
.PatnerCTA h3 {
    color: #003e7e;
    font-size: 30px !important;
    margin: 0 0 20px;
    line-height: 1.2 !important;
}
.bg-orange {
    background:#f37322;
}
.text-white {
    color:#fff;
}
.rounded {
    border-radius:50px;
}
.PatnerCTA .btn {
    font-size: 20px;
    display: inline-block;
    padding: 7px 50px;
}
.PatnerCTA-2 {
    text-align:center;
}
.PatnerCTA-2  a {
    color: #a1a1a4;
    font-size: 30px;
    font-family: MuseoSans_500-webfont, Arial, Helvetica, sans-serif;
    line-height: 1.2;
}

@media screen and (min-width:0) and (max-width:1015px) {
body.fusion-body .fusion-page-title-bar {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: inherit;
}
.InsightsContainer > .fusion-builder-row.fusion-row::before {
    display: none;
}
.PartnersContent {
    background-image: url(https://neuroleadership.com/wp-content/uploads/2018/06/MobileBg.png) !important;
    background-position: right top !important;
    -webkit-background-size: inherit !important;
    -moz-background-size: inherit !important;
    -o-background-size: inherit !important;
    background-size: inherit !important;
}
.post-content .PartnersContent p {
    font-size: 20px;
    margin-bottom: 20px;
}
.page-id-41143 .fusion-page-title-bar .fusion-page-title-row h1 {
    font-size: 36px;
    font-family: MuseoSans_300-webfont, Arial, Helvetica, sans-serif;
}
.InsightsContainer {
    padding-top: 40px !important;
    padding-bottom: 10px !important;
}
.InsightsContainer h2.title-heading-center {
    font-size: 25px !important;
    margin-bottom: 10px;

}
.InsightsContainer h3 {
    font-size: 20px;
    margin: 20px 0 10px;
}
.InsightsContainer .fusion-one-third {
    margin-bottom: 40px !important;
}
.post-content .InsightsContainer p {
    font-size: 18px;
}
.PatnerCTA .btn {
    padding: 7px 40px;
}
.PatnerCTA-2 a {
    font-size: 25px;
}


}

#sidebar #text-50 {
    display: none;
}

/* Case Study Slide */
ul.LogoTab {
    position: absolute;
    top: -2px;
    bottom: -8px;
    right: 0;
    width: 100%;
}
ul.LogoTab li {
    height: 25%;
    background: #fff;
    width: 151%;
    display: block;
}
ul.LogoTab li span {
    display:block;
    max-width: 280px;
    height: 100%;
}
ul.LogoTab li:nth-child(1) span {
    background: url(https://neuroleadership.com/wp-content/uploads/2018/07/gap-logo.png) no-repeat center center / 180px !important;
}
ul.LogoTab li:nth-child(2) span {
    background: url(https://neuroleadership.com/wp-content/uploads/2018/07/microsoft-logo.png) no-repeat center center / 180px !important;
}
ul.LogoTab li:nth-child(3) span {
    background: url(https://neuroleadership.com/wp-content/uploads/2018/07/IBM-logo.png) no-repeat center center / 180px !important;
}
ul.LogoTab li:nth-child(4) span {
    background: url(https://neuroleadership.com/wp-content/uploads/2018/07/hp-logo.png) no-repeat center center / 180px !important;
}
ul.LogoTab li:nth-child(1) {
    background: #fff url(https://neuroleadership.com/wp-content/uploads/2018/07/divider-arrow.png) no-repeat -1px center !important;
}

@media screen and (min-width:0) and (max-width:1199px) {
ul.LogoTab li span {
    max-width: 200px;
}
ul.LogoTab li:nth-child(1) span,
ul.LogoTab li:nth-child(2) span,
ul.LogoTab li:nth-child(3) span,
ul.LogoTab li:nth-child(4) span{
    background-size: 70% !important;
}
} @media screen and (min-width:0) and (max-width:1023px) {
ul.LogoTab li span {
    max-width: 150px;
}
} @media screen and (min-width:0) and (max-width:1000px) {
.hide-on-mobile {
	display:none !important;
}

}

.WebinarEventList.fusion-layout-column .fusion-column-wrapper {
    max-width: 1150px;
    margin: 0 auto;
}


.post_author > span:after {
	content:", ";
}
.post_author > span:fist-child:after {
	content:"";
}
.post_author > span:nth-last-child(2):after {
	content:" & ";
}
.post_author > span:nth-last-child(1):after {
	content:"";
}
.post_author a {
    text-transform: none;
    color: #0097e1;
    font-weight: bold;
}
.neuroleadership-recent-posts .fusion-column .post-excerpt p.post_author {
    color: #0097e1;
    font-weight: bold;
}
.neuroleadership-recent-posts .fusion-column .post-excerpt p.post_author .byline-author-name {
    text-transform: none;
}
.post_author a:hover {
    text-decoration:underline;
}
.single-post .post_author {
    font-weight: bold;
}
.single-post .post_author a {
    color: #0097e1;
}

/* Related Posts */
.related_posts h2  {
    margin: 30px 0 15px;
}
.related_posts.greatest-hits-posts .row {
    margin-left: -15px;
}
.related_posts.greatest-hits-posts .PostDetails {
    margin: 0 0 40px !important;
}
.op_post p.op_button {
    margin-bottom: 25px;
}

.fusion-body .fusion-main-menu .current-menu-item > a {
    border-color:#08417E;
}

.fusion-header-menu-align-center .fusion-main-menu>ul>li {
    cursor: default;
}

@media only screen and (min-width:0) and (max-width: 575px) {
.career-sec1 {
    padding-bottom:80px !important;
}
.fusion-mobile-menu-icons {
    right: -25px !important;
}
.mr-20 {
	margin-right:20px !important;
}
.ml-20 {
	margin-left:20px !important;
}


}

@media only screen and (max-width: 640px) {
.fusion-body .fusion-page-title-bar h1 {
    line-height: 1.2em;
}
}

/** Better Containers */
.l-container,
.l-container-small,
.l-container-wide {
    padding: 0 20px;
}

@media (min-width: 768px) {

    .l-container {
        padding: 0 5.55555%;
    }

    .l-container-small {
        padding: 0 8.3333333333%;
    }

    .l-container-wide {
        padding: 0 4.16666666%;
    }
}

@media (min-width: 1024px) {

    .l-container {
        padding: 0 11%;
    }

    .l-container-small {
        padding: 0 16.6666666667%;
    }

    .l-container-wide {
        padding: 0 8.3333333333%;
    }
}

/*
 * Portals dropdown menu
 */
.fusion-logo .fusion-header-banner .portals_menu ul {
  padding: 0;
  display: inline;
  position: relative;
}
.fusion-logo .fusion-header-banner .portals_menu ul li, .portals_menu ul p {
  display: inline-block;
  position: relative;
}
.fusion-logo .fusion-header-banner .portals_menu p, .fusion-logo .fusion-header-banner .portals_menu a {
  font-family: 'Univers';
  display: inline-block;
  font-size: 14px;
  color: #555555;
  font-weight: 400;
  line-height: 1em;
  cursor: pointer;
  margin-right: 10px;
  float: none;
}
.fusion-logo .fusion-header-banner .portals_menu li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
  padding: 0;
  margin: 0;
}
.fusion-logo .fusion-header-banner .portals_menu li ul li a {
  padding: 10px;
  width: 100%;
  margin: 0;
}
.fusion-logo .fusion-header-banner .portals_menu li:hover ul, .fusion-logo .fusion-header-banner .portals_menu li:active ul,
.fusion-logo .fusion-header-banner .portals_menu li:hover ul li, .fusion-logo .fusion-header-banner .portals_menu li:active ul li,
.fusion-logo .fusion-header-banner .portals_menu li ul li:hover ul, .fusion-logo .fusion-header-banner .portals_menu li ul li:active ul,
.fusion-logo .fusion-header-banner .portals_menu li ul li:hover ul li, .fusion-logo .fusion-header-banner .portals_menu li ul li:active ul li {
  display: block;
}
.fusion-header {
  position: relative;
  z-index: 5
}
.fusion-secondary-main-menu {
  position: relative;
  z-index: 2;
}
