
/* LEGACY CSS */
.single #mvp-content-main .nc_socialPanel {
	display: none;
}

.mvp-fixed span.mvp-nav-search-but {
	float:none;
	padding:5px 10px;
	color:#fff;
	display:inline-block;
}

.flyout-search #searchform input {
	width: 83%;
    margin: 0 auto;
    display: block;
    float: none;
	border:1px solid #89B14D;
	height:30px;
	font-size:30px;
	padding:5px 10px;
}

nav.mvp-fly-nav-menu {
	top:58px;
}

.mvp-nav-top-mid {
	z-index:9;
}

.mvp-post-soc-in {
	margin-left: 0;
}

h1.mvp-post-title {
	width:100%;
}

.mvp-nav-top-left {
	width:300px;
	z-index:10;
}

.mvp-nav-soc-wrap .fa-linkedin:hover {
	background:#0077B5;
}

.mvp-fly-soc-list span.mvp-nav-search-but {
	color: white;
	float: none;
	padding: 5px;
	display:inline-block;
}

.fa-rss:hover {
	background:#F0941A;
}

#mvp-content-main blockquote p, .mvp-post-add-main blockquote p {
	font-size:1.4rem;
	margin:30px 5%;
	font-style:italic;
	color:#75B243;
}

.menu-invert a {
    color: #ffffff!important;
    background: #000000;
    padding: 7px 12px 5px!important;
    margin-bottom: 13px;
}

.menu-invert:hover a {
	border-bottom:0px!important;
	background:#75B243;
}

.menu-invert ul.sub-menu {
	background:#000000!important;
	top:36px!important;
}

.mvp-nav-menu ul li.menu-invert ul.sub-menu li a {
background:#000000!important;
}

.mvp-nav-menu ul li.menu-invert ul.sub-menu li a img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.mvp-nav-menu ul li.menu-invert ul.sub-menu li a:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.mvp-nav-menu ul li.menu-invert a:after, .elementor-form br, .elementor-element br {
	display:none!important;
}

#mvp-content-main ul li, #mvp-content-main ol li, .mvp-post-add-main ul li, .mvp-post-add-main ol li {
    margin-left: 30px;
}

#mvp-content-main blockquote p, .mvp-post-add-main blockquote p {
    font-size: 1.5em;
}

.mobile-subscribe {
	display:none;
}

@media screen and (max-width:1169px) {
	.mobile-subscribe {
	display: block!important;
	padding-top: 10%;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	font-family:'Fira Sans', sans-serif;
	}
	.mobile-subscribe a {
		color: #ffffff;
		font-weight: 500;
	}
	.mobile-subscribe a:hover {
		color:#89b14d;
	}
	#mvp-main-nav-bot, .mvp-nav-soc-wrap, .mvp-nav-logo-reg {
		display:none;
	}
	#mvp-main-nav-top, .mvp-nav-top-wrap, .mvp-nav-top-mid {
		height:30px!important;
	}
	.mvp-nav-top-mid img {
		height:100%!important;
	}
	.mvp-nav-logo-small, .mvp-nav-top-left .mvp-fly-but-wrap {
		display:inline;
	}
	.mvp-nav-top-left .mvp-fly-but-wrap span {
		background:#ffffff;
	}
}

@media screen and (min-width:1003px) {
	.left span.mvp-nav-search-but {
		display:none;
	}
	.mvp-fixed span.mvp-nav-search-but, .mvp-nav-bot-right span.mvp-nav-search-but {
		display:inline-block;
	}
}

@media screen and (max-width:1003px) {
	#mvp-main-nav-small .mvp-fly-but-wrap span, #mvp-main-nav-small .mvp-search-but-wrap span, .mvp-nav-top-left .mvp-fly-but-wrap span, #mvp-fly-wrap .mvp-fly-but-wrap span {
		background:#ffffff;
	}
	.mvp-nav-top-left {
		width:auto;
	}
}

@media screen and (max-width: 599px) and (min-width: 480px) {
	.mvp-nav-top-right .mvp-nav-search-but {
		display:none!important;
	}
}

@media screen and (max-width:479px) {
	.mvp-reg-img {
		display:block!important;
	}
	.mvp-mob-img {
		display:none!important;
	}
}

.jdbutton {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 17px 50px;
    border: 0px solid #240d54;
    border-radius: 67px;
    background: #280e5d;
    background: -webkit-gradient(linear, left top, left bottom, from(#280e5d), to(#240d54));
    background: -moz-linear-gradient(top, #280e5d, #240d54);
    background: linear-gradient(to bottom, #280e5d, #240d54);
    text-shadow: #14072f 1px 1px 1px;
    font: normal normal bold 28px trebuchet ms;
    color: #ffffff;
    text-decoration: none;
}

.jdbutton:hover,
.jdbutton:focus {
    border: 0px solid #280e5d;
    background: #301170;
    background: -webkit-gradient(linear, left top, left bottom, from(#301170), to(#2b1065));
    background: -moz-linear-gradient(top, #301170, #2b1065);
    background: linear-gradient(to bottom, #301170, #2b1065);
    color: #ffffff;
    text-decoration: none;
}

.jdbutton:active {
    background: #180838;
    background: -webkit-gradient(linear, left top, left bottom, from(#180838), to(#240d54));
    background: -moz-linear-gradient(top, #180838, #240d54);
    background: linear-gradient(to bottom, #180838, #240d54);
}

table.greentable {
	border: 1px solid #89B14D;
	background-color: #f5f5f5;
	width: 720px;
	text-align: center;
}

table.greentable td, table.greentable th {
	border: 3px solid #89B14D;
	padding: 15px 0px;
}

table.greentable tbody td {
	font-size: 13px;
}

table.greentable tfoot td {
	font-size: 14px;
}

table.greentable tfoot .links {
	text-align: right;
}

table.greentable tfoot .links a{
	display: inline-block;
	background: #1C6EA4;
	color: #FFFFFF;
	padding: 2px 8px;
	border-radius: 5px;
}

a.imagelink {
	border-bottom:0px;
	box-shadow: none !important;
}

.li-table {
	width:75%;
	overflow:auto;
}

.licensing {
	display:flex;
	align-items: center;
	width: 100%;
	text-align:left;
	font-family:'Fira Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 12px;
	color:#606161;
}

.img-licensing {
	margin-right:15px;
}

@media screen and (max-width: 600px) {
	.mobile-carm {
		visibility: hidden;
	}
}

@media screen and (min-width: 601px) {
	.screen-carm {
		visibility: hidden;
	}
}

.gpi-box-table {
	width:65%;
	display:flex;
	flex-direction: row;
	overflow:auto;
}

@media (max-width: 800px) {
	.gpi-box-table {
		flex-direction: column;
	}
}

.gpi-box {
	align-items: center;
	width: 100%;
	text-align:center;
	font-family:'Fira Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 12px;
	color:#606161;
}

.img-gpi-box {
	width: 100%;
}
/* END LEGACY CSS */

/* Remove space between muliple images */
.vc-multi-img {
	display: block;
	line-height: 0;
}

.vc-hidden {
	display: none;
}

.vc-bold {
	font-weight: 700px;
}

/* SCROLLING HEADER STYLING */

#mvp-main-nav-top-scroll {
	background: #000;
	padding: 15px 0;
	width: 100%;
	height: auto;
	z-index: 99999;
}

/* SECONDARY LINKS */
a.vc-secondary-link {
	box-shadow: none !important;
	border-bottom: 2px dotted #89B14D;
	transition: all 0.5s ease-in-out;
}

a.vc-secondary-link:hover, a.vc-secondary-link:focus {
	background: transparent !important;
	color: #000 !important;
	border-bottom: 2px solid #89B14D
}

/* BULLET POINT FONT */
#mvp-content-main ul li, #mvp-content-main ol li {
	font-family: 'Noto Serif', sans-serif;
}

/* RELATED POSTS - FONT/STYLE */
.mvp-post-tags span a{
	font-family: "Fira Sans", sans-serif;
	letter-spacing: .3px;
	text-transform: capitalize;
}

/* SINGLE PAGE SOCIAL LINX */
.spaceManWilly i.sw:visited, a.swp_share_link:visited {
	color: #fff;
	text-decoration-line: none;
}

.swp_social_panel .nc_tweetContainer {
	border-radius: 5px !important;
}

/* SUBSCRIBE FORMS */
span.wpforms-required-label {
	display: none;
}

.mvp-nav-top-right{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: auto;
}

div.wpforms-container-full {
	margin: 0;
}

div.wpforms-confirmation-container-full {
	margin: 0;
	border: none;
	background: none;
	color: #89b14d;
	text-align: center;
	padding: 0;
}

div.wpforms-confirmation-container-full p {
	font-family:"Fira Sans", sans-serif;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
}

.vc-subscribe-sidebar-email label, .vc-subscribe-header-email label, .vc-subscribe-post-email label {
	font-size: 16px !important;
	line-height: 1.5 !important;
	font-family: "Noto Serif", serif;
}

.vc-subscribe-sidebar-email input, .vc-subscribe-header-email input, .vc-subscribe-post-email input {
	border-radius: 5px !important;
	font-family: "Fira Sans", sans-serif;
}

button.vc-subscribe-sidebar-button, button.vc-subscribe-header-button, button.vc-subscribe-post-button {
	background-color: #89B14D !important;
	border: 1px solid #89B14D !important;
	border-radius: 5px !important;
	color: #fff !important;
	font-size: 16px !important;
	font-family: "Fira Sans", sans-serif;
	transition: all .3s ease-in-out;
}

button.vc-subscribe-sidebar-button:hover, button.vc-subscribe-sidebar-button:focus, button.vc-subscribe-header-button:hover, button.vc-subscribe-header-button:focus, button.vc-subscribe-post-button:hover, button.vc-subscribe-post-button:focus {
	background-color: #fff !important;
	color: #89B14D !important;
}

#wpforms-form-140394{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 0 !important;
	max-height: 10px;
}

.vc-subscribe-header-email {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.vc-subscribe-header-email label {
	color: #fff;
	margin-right: 2% !important;
}

.vc-subscribe-header-email input {
	min-width: 60%;
}

button.vc-subscribe-header-button{
	transform: translate(-8px, -5px);
	padding: 25% 12px !important;
}

.vc-subscribe-sidebar-email label {
	margin-bottom: 18px !important;
}

.vc-subscribe-post{
	margin: 5% 0 !important;
}

.vc-subscribe-post-email label{
	margin-bottom: 20px !important;
}

@media (max-width: 1169px){
	.vc-subscribe-header {
		display: none;
	}
	.mvp-nav-top-right {
		justify-content: right;
	}
}
/* END SUBSCRIBE FORMS */

/* SEARCH FORM */

.mvp-search-toggle {
	width: 25% !important;
	height: 10% !important;
	right: calc((100vw - 1215px) / 2) !important;
	left: unset !important;
	top: 190px !important;
	opacity: 0.96 !important;
}

.mvp-search-but-wrap {
	top: 5px;
	right: 5px;
	width:20px;
	height: 20px !important;
}

.mvp-search-but-wrap span{
	width: 20px !important;
	top: 8px !important;
}
#mvp-search-box {
	top: 55%;
	width: 85%;
	left: 32%;
}

#mvp-search-box form#searchform input#s {
	font-size: 130%;
	height: 60%;
}
@media (max-width: 1241px) {
	.mvp-search-toggle {
	right: 0px !important;
	}
}

/* NAV BAR */

#mvp-main-nav-bot-cont.left {
	padding: 20px 0;
}

.mvp-mega-dropdown {
	top: 70px !important;
}

.mvp-nav-menu ul li a {
	padding: 18px 7px;
}

.mvp-nav-menu ul li:hover a {
	padding: 18px 7px 13px;
}

#menu-header-menu {
	font-size: 98%;
}

#menu-item-127822 > a:nth-child(1) {
	color: #ffffff !important;
	background: #000000;
	padding: 7px 12px 5px !important;
	margin-bottom: 13px;
	border-radius: 5px;
}

#menu-item-127822 a::after {
	display: none;
}

#menu-item-127822:hover a, #menu-item-127822:focus a {
	padding: 18px 12px 13px;
	border-bottom: 0px !important;
	background: #75B243;
}

#menu-item-127822 ul.sub-menu {
	transform: translateY(-14px);
}

#menu-item-127823 a {
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	color: #fff !important;
	background: #000;
	margin-bottom: 0;
	transition: background 900ms ease-in-out;
}

#menu-item-127822:hover #menu-item-127823 a {
	background: #000;
}

#menu-item-127823 a:hover {
	background: #47357f !important;
	background: linear-gradient(270deg, rgba(237,214,0,1) 0%, rgba(166,207,85,1) 20%, rgba(97,159,142,1) 40%, rgba(67,122,131,1) 60%, rgba(74,57,122,1) 80%) !important;
}
/* elements menu item less faded */
#menu-item-123352 > a:nth-child(1) > img:nth-child(1) {
	filter: brightness(4);
}

#menu-item-123352 > a:nth-child(1) > img:nth-child(1):hover, #menu-item-123352 > a:nth-child(1) > img:nth-child(1):focus {
	filter: brightness(1);
}

/* FLYOUT MENU */

nav.mvp-fly-nav-menu {
	max-height: 80%;
	width: 88%;
}

div#ascrails2000 {
	left: 355px !important;
}

div#ascrail2000-hr {
	display: none !important;
}

@media  (max-height: 921px) {
	div#ascrails2000 {
		opacity: 1 !important;
	}
}

/* hover effects */
.flyout-search #s {
	transition: all .25s ease;
	padding: 10px !important;
}

.flyout-search #searchform input {
	font-size: 18px;
	height: 20px;
}

.flyout-search #s:hover, .flyout-search #s:focus {
	box-shadow: 0 0 10px 0 rgba(255,255,255,0.5);
}

nav.mvp-fly-nav-menu {
	margin-top: 0px;
}

.menu-top-menu-right-container ul li.menu-item-18025 a {
	font-family: "Fira Sans", sans-serif;
	font-size: 16px;
}

.menu-top-menu-right-container ul li.menu-item-object-category:hover a, .menu-top-menu-right-container ul li.menu-item-object-category:focus a,
.menu-top-menu-right-container ul li.menu-item-18025:hover a, .menu-top-menu-right-container ul li.menu-item-18025:focus a,
.menu-top-menu-right-container ul li.menu-item-18023:hover a, .menu-top-menu-right-container ul li.menu-item-18023:focus a,  .menu-top-menu-right-container ul li.menu-item-18024:hover a, .menu-top-menu-right-container ul li.menu-item-18024:focus a, .menu-top-menu-right-container ul li.menu-item-18020:hover a, .menu-top-menu-right-container ul li.menu-item-18020:focus a, .menu-top-menu-right-container ul li.menu-item-18023:hover a, .menu-top-menu-right-container ul li.menu-item-18023:focus a, .menu-top-menu-right-container ul li.menu-item-18019:hover a, .menu-top-menu-right-container ul li.menu-item-18019:focus a, .menu-top-menu-right-container ul li.menu-item-18026:hover a, .menu-top-menu-right-container ul li.menu-item-18026:focus a, .menu-top-menu-right-container ul li.menu-item-18022:hover a, .menu-top-menu-right-container ul li.menu-item-18022:focus a, .menu-top-menu-right-container ul li.menu-item-18018:hover a, .menu-top-menu-right-container ul li.menu-item-18018:focus a, .menu-top-menu-right-container ul li.menu-item-68822:hover a, .menu-top-menu-right-container ul li.menu-item-68822:focus a, .menu-top-menu-right-container ul li.menu-item-39670:hover a, .menu-top-menu-right-container ul li.menu-item-39670:focus a, .menu-top-menu-right-container ul li.menu-item-39671:hover a, .menu-top-menu-right-container ul li.menu-item-39671:focus a, .menu-top-menu-right-container ul li.menu-item-78165:hover a, .menu-top-menu-right-container ul li.menu-item-78165:focus a, .menu-top-menu-right-container ul li.menu-item-128001:hover a, .menu-top-menu-right-container ul li.menu-item-128001:focus a {
	color: #89b14d;
}

.menu-top-menu-right-container ul li.menu-item-object-custom a img{
	transition: all .25s ease-in-out;
	width: 8090%;
}

.menu-top-menu-right-container ul li.menu-item-object-custom a:hover img, .menu-top-menu-right-container ul li.menu-item-object-custom a:focus img {
	transform: scale(1.5, 1.5);
}

.menu-top-menu-right-container ul li.menu-item-16386:hover a img, .menu-top-menu-right-container ul li.menu-item-16386:focus a img, .menu-top-menu-right-container ul li.menu-item-16281:hover a img, .menu-top-menu-right-container ul li.menu-item-16281:focus a img {
	transform: scale(1, 1);
}

.menu-top-menu-right-container ul li.menu-item-16386 a img, .menu-top-menu-right-container ul li.menu-item-16281 a img{
	width: 100%;
	padding: 0;
}

/* flyout socials hover effects */

.mvp-fly-soc-head {
	display: none !important;
}
.mvp-fly-soc-list li a {
	height: 24px !important;
	padding-top: 8px !important;
	font-size: 16px !important;
	transition: all .25s;
}

.mvp-fly-soc-list li a.fa-facebook:hover, .mvp-fly-soc-list li a.fa-facebook:focus {
	background-color: #4267B2;
}

.mvp-fly-soc-list li a.fa-twitter:hover, .mvp-fly-soc-list li a.fa-twitter:focus {
	background-color: #1DA1F2;
}


.mvp-fly-soc-list li a.fa-linkedin:hover, .mvp-fly-soc-list li a.fa-linkedin:focus {
	background-color: #2867b2;
}

.mvp-fly-soc-list li a.fa-youtube-play:hover, .mvp-fly-soc-list li a.fa-youtube-play:focus {
	background-color: #FF0000;
}

.mvp-fly-soc-list li a.fa-instagram:hover, .mvp-fly-soc-list li a.fa-instagram:focus {
	background-color: #e1306c;
	background: linear-gradient(0deg, rgba(255,220,128,1) 0%, rgba(252,175,69,1) 10%, rgba(247,119,55,1) 19%, rgba(245,96,64,1) 28%, rgba(253,29,29,1) 44%, rgba(193,53,132,1) 62%, rgba(131,58,180,1) 77%, rgba(88,81,219,1) 92%, rgba(64,93,230,1) 100%);
}

/* *END FLYOUT MENU* */

/* FEATURED COMPANY PAGE */
.feat-comp-cta span.elementor-cta__button {
    background-color: transparent !important;
    color: #252525 !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0;
    font-size: 20px;
    border: none;
}

.feat-comp-cta:hover span, .feat-comp-cta:focus span {
    color: #84C15B !important;
}

/* PRESS RELEASES */
.press.mvp-author-info-wrap {
	transform: translatex(-15px);
}

/* PRESS CENTRE */
.leadership-bio .elementor-cta__button-wrapper {
	display: unset !important;
}

.leadership-bio .elementor-cta__content-item {
	line-height: 1.5;
}


.leadership-bio {
	margin-bottom: 15px;
}

.press-headline h2{
	font-size: 22px !important;
}

.press-signals-p {
	position: relative;
	z-index: 10;
}

.press-book-image {
	margin: -90px 0;
}

/* AUTHOR ARCHIVE */

.vc-author-position {
	font-family: 'Fira Sans', sans-serif;
	color: #222;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.1;
	margin-bottom: 10px;
	width: 100%;
}

span.mvp-author-page-desc {
	width: 65%;
	font-size: 0.95rem;
}

li.mvp-blog-story-wrap:nth-child(1) {
	border-top: none;
}

@media (max-width: 1199px){
	span.mvp-author-page-desc {
		width: 100%;
	}
}

/* FOOTER FOOTER */
#mvp-foot-bot {
	background: #111;
}

#menu-footer-01, #menu-footer-02 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

/* TABLEAU RESPONSIVENESS */
.tableau-tablet, .tableau-mobile, .tableau-desktop {
	display: block;
	margin: 0;
}

.tableau-tablet, .tableau-mobile {
	display: none;
	width: 100vw;
}

.vc-above-tableau, .vc-below-tableau {
		text-align: center;
		line-height: normal;
		margin: 10px 0;
}

@media (max-width: 1200px){
	.vc-above-tableau, .vc-below-tableau{
		width: 93vw;
	}
	.tableauPlaceholder {
		margin: 0 auto;
	}
	.tableau-desktop, .tableau-mobile {
		display: none;
	}
	.tableau-tablet{
		display: block;
		position: relative;
		left: -18px;
	}
}

@media (max-width: 800px){
	.tableau-desktop, .tableau-tablet {
		display: none;
	}
	.tableau-mobile{
		display: block;
		position: relative;
		left: -9px;
	}
}

/* SUBSCRIBE PAGE GROUP */

#mc-embedded-subscribe-form.mchimp-form {
	margin: 0;
	padding: 0;
}

#mce-EMAIL.mchimp-input {
	border: none;
	border-radius: 0;
	border-bottom: solid 1px #252525;
	font-family: "Fira Sans", Sans-serif;
	font-weight: 400;
	line-height: 1.7em;
	color: #919ca7;
	font-size: 15px;
	min-height: 40px;
	padding: 5px 14px;
	width: 100%;
	max-width: 100%;
}

#mc-embedded-subscribe.mchimp-button {
	font-family: "Fira Sans", Sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.9em;
	letter-spacing: 4.1px;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-radius: 0px 0px 0px 0px;
	min-height: 40px;
	padding: 12px 24px;
	transition: all .3s;
	background-color: #353535 !important;
	border-radius: 0 !important;
}

.vc-subscribe-page-email input {
	border: 1px solid transparent !important;
	border-bottom: 1px solid #353535 !important;
	border-radius: 0 !important;
	max-width: 100% !important;
	padding: 4% 3% !important;
	transition: all .3s ease-in-out;
}

.vc-subscribe-page-email input:hover, .vc-subscribe-page-email input:focus {
	border: 1px dotted #888888 !important;
	border-bottom: 1px solid #353535 !important;
}

.vc-subscribe-page-button {
	color: #fff !important;
	background-color: #353535 !important;
	border: none !important;
	font-family: "Fira Sans", sans-serif;
	text-transform: uppercase !important;
	letter-spacing: 4px !important;
	padding: 2% 5.5% !important;
	transition: all .3s ease-in-out;
	font-weight: 300;
}

.vc-subscribe-page-button:hover, .vc-subscribe-page-button:focus {
	background-color: #89B14D !important;
}

/* END SUBSCRIBE PAGE GROUP */

/* POST SUB BUTTON (3rd party) */
.post-sub-button a {
	color: #fff;
	padding: 10px;
	display: inline-block;
	background: #89b14d;
	font-family:'Fira Sans', sans-serif;
	border-radius: 5px;
	border: 1px solid #89b14d;
}

.post-sub-button a:hover, .post-sub-button a:focus {
	background: #fff;
	color: #89b14d;
}

.post-sub-button a:active {
	transform: transpose(2px 2px);
}

/* WTF happened to the top margins?????? */

#mvp-main-body-wrap{
	margin-top:4%;
}