.subheader {
    margin: 20px 0;
    font-size: 44px;
    line-height: 50px;
    font-weight: 500;
}

body.home h1 {
    font-weight: 800;
}

#highlight-bar {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 17px;
    
}
#highlight-bar a {
    text-decoration: underline;
    opacity: 1;
}
.large-body {
    font-size: 27px;
    line-height: 40px;
}
.nectar-button.large {
    font-size: 19px;
}

body.home .meta-category {
    display:none;
}

.home .blog-recent .col .post-header h3 {
    margin: 10px 0 20px;
}

.home .blog-recent .col .post-header {
    color: #555;
}

.home .blog-recent[data-style=classic_enhanced].no-thumbs .inner-wrap:not(.has-post-thumbnail) .article-content-wrap {
    padding: 10%;
}

#footer-outer p a {
    color: #fff;
    text-decoration: underline;
}
#footer-outer a:hover {
    color: #fff !important;
}
#footer-outer #copyright li a i {
    color: #fff;
}
#footer-outer .widget h6 {
    color: #EAAB00;
    font-size: 14px;
    font-weight: 900;
    text-align: left;
}

#footer-widgets li {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
}

#top nav ul li a, #header-outer .sf-menu li ul li a {
    color: #fff;
    
}


/* AWSM */
.modal-style.style-1 figcaption {
	height: 130px;
	background: #fff;
	border: 1px solid #E0E0E0;
}

.modal-style.style-1 figcaption h3 {
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
	line-height: 30px;
}

.awsm-grid-wrapper figure img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	margin: 0 !important;
	max-height: 225px;
}

.awsm-grid-wrapper .awsm-grid {
	padding: 0;
}

.modal-style.style-1 .awsm-modal-item {
	max-height: 500px;
	top: 25%;
}

.modal-style.style-1 figcaption {
	position: initial !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	padding: 0 10px !important;
	text-align: left !important;
	opacity: 1 !important;
	-webkit-backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-ms-transform: scale(.6);
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	transition: none !important;
}

.modal-style.style-1 .awsm-personal-info {
	margin-top: 11px;
}

.cards-style.style-4 figcaption {
    padding: 20px 0;
}

.cards-style.style-4 figcaption h3 {
    font-size: 32px;
}

.awsm-team-item img.size-awsm_team {
	margin-bottom: 0;
}

@media only screen and (min-width: 481px) and (max-width: 1180px) {

	.grid-design.outer {
		display: flex;
		flex-wrap: wrap !important;
		align-items: center !important;
		justify-content: center !important;
	}


	.vc_col-sm-1\/5.grid-design.members {
		padding: 0;
		width: 50% !important;
	}

	.grid-design.image-wrapper img {
		height: 100% !important;
		max-height: 100% !important;
		margin-bottom: 0;
	}

	.grid-design .members {
		padding: 0 !important;
	}
}

@media only screen and (max-width: 600px) {
	.awsm-grid-wrapper .grid-5-col>.awsm-grid-card {
		width: 100%;
	}
}


.tribe-events-c-subscribe-dropdown__list-item,
.tribe-events-c-messages__message-list-item,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous {
	list-style: none;
}

.tribe-events-widget-events-list__view-more {
    display: none;
}

body[data-form-submit="regular"] button[type=submit].tribe-events-c-search__button {
    font-size: 14px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-bottom: 40px !important;
}

.blog .masonry.material .masonry-blog-item .meta-category,
.blog .excerpt {
    display: none;
}

.blog .post-header {
    margin-top: 10px;
}
h2 {
    margin-bottom: 18px;
}

.jump {
    width: 100%;
}
@media only screen and (min-width: 1374px) {
	.jump {
		width: 390px;
	}
}
@media only screen and (min-width: 900px) and (max-width:1373px) {
	.jump {
		width: 350px;
	}
}
	

#more-technical-articles,
#more-community-talks,
#more-community-presentations,
#more-books {
    display: none;
}

.gform_title {
    display: none;
}

.page-id-458 #alert-bar,
.page-id-1469 #alert-bar,
.page-id-46312 #alert-bar,
.page-id-15 #alert-bar {
    display: none;
}

.cards-style.style-4 figure {
    height: 460px;
}

#footer-widgets a.external:after {
	display: inline-block !important;
	font-family: 'FontAwesome';
	content: "\f08e" !important;
	font-weight: 600;
	margin-left: 5px;
}

ul.consultant-services {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
}
ul.consultant-services li {
    margin-left: 0;
	display: block;
	color: #000;
	background-color: #ddd;
	border-radius: 50px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	text-align: center;
	letter-spacing: .02em;
}

div.jobs div.job {
    border: 1px solid #E0E0E0;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 10px;
    padding: 30px;
	color: black;
}

div.jobs .col img {
    max-width: 180px;
    max-height: 180px;
}

div.jobs .col h4 {
    margin-bottom: 20px;
}

span.job-company:before {
    display: inline-block !important;
    font-family: 'FontAwesome';
    content: "\f1ad" !important;
    font-weight: 600;
    margin-right: 5px;
    color: #888
}

span.job-country:before {
    display: inline-block !important;
    font-family: 'FontAwesome';
    content: "\f276" !important;
    font-weight: 600;
    margin-right: 5px;
    margin-left: 15px;
    color: #888
}

.row .col img.icon {
	max-height: 150px;
}

.row .col img.sm-icon {
	max-height: 125px;
}

#to-top {
	height: 40px;
	width: 40px;
}
#to-top i {
	font-size: 33px;
	line-height: 33px;
}

body p a {
	text-decoration: underline;
	color: unset;
}

#footer-outer #footer-widgets .col ul li {
	border-bottom: none;
}

a.nectar-button.large {
	margin-top: 25px;
}
a.nectar-button.large.no-margin {
	margin-top: 0;
}