  /*
Theme Name: Heritage Group
Author URI: Zeno Group/TA
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: heritage_group
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Full-width Underscores is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Full-width structure
-------------------------------------------------------------- */

#wpadminbar {
	position: fixed !important;
}

#right-navigation li.fa-search a {
	width:16px;
	position:absolute;
	top:0;
	left:0;
	text-indent:-9999em;
}

.full { /* #{name}-row get .full to span 100% of the device width */
	width: 100%;
}

.main { /* gives the appearance of a content container while maintaining a full-width design */
	width: 1200px;
	margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  
	.main {
		width: 100%;
	}

}

.inner { /* a simple way to style first children of all .main elements */
	/*padding: 1em 0;*/
}

.site-wrap {
	height: 100%;
	width: 100%;
	/*padding: 20px;*/
	position: relative;
}

.section-page-feature {
	margin-bottom: 130px;
}

/*.admin-bar .site-wrap {
    padding-top: 32px;
}*/

/*.admin-bar #header-row {
	top: 32px !important;
}
*/


* { /* keep all site elements their true width. Ex. padding gets subtracted from width */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.accellerator {
	overflow:hidden;
}



/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'museo-sans', sans-serif; 
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	font-family: 'museo-sans', sans-serif; 
	font-size: 20px;
}
body {
	background: #F6F1E4;
	font-family: 'museo-sans', sans-serif; 
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

p a {
	color: black;
}

p a:hover {
	color: #616366;	
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #616366;
	font-family: 'museo-sans', sans-serif; 
	/*font-size: 16px;*/
	font-size: .85rem;
	line-height: 1.5;
	-webkit-appearance: none !important;
    border-radius: 0 !important;
}
.pum-theme-heritage-notice button.pum-close {border-radius:50% !important;}

.desktop {display:block;}
.mobile {display:none;}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #333f48;
}

h1, h2 {
	font-size: 49px;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
}

h3 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 900;
	text-transform: uppercase;
}

h4 {
	font-size: 1.3rem;
	line-height: 1.1;
	font-weight: 900;
	text-transform: uppercase;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	/*margin-bottom: 1.5em;*/
	margin-bottom: 1em;
}
ul, ol {
	margin: 0 0 2em 1em;
}
ul {
	list-style: disc;
}

ul li {
	padding-left: 5px;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	text-decoration: none;
	color: black;
}
a:visited {

}
a:hover,
a:focus,
a:active {
	text-decoration: none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.divider {
	width:100%;
	border:none;
	background:#77828b;
	height:1px;
	margin:20px 0;
	padding:0;
}
.postlinks {
	width:100%;
	padding:0;
	margin:0;
}
.postlinks:after {
	content:'';
	display:block;
	clear:both;
}
.postlink {
	font-weight:bold;
	font-style:italic;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}



/* =Header
----------------------------------------------- */

#header-row {
	position: fixed;
	height: 120px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 6;
	background:#ffffff;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}

.nav-up {
    top: -120px !important;

    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}

.site-header {
	background: white;
	padding: 40px 40px 0 40px;
	position: relative;
}

.site-header .site-branding	{
	float: left;
}

.site-header .logo {
	max-width: 85px;
	width: 85px;
}

.site-header .mobile-btn {
    display: none;
    position: relative;
    float: left;
    top: 12px;
    left: 1%;
    color: #92989d;
    z-index: 0;
    cursor: pointer;
}

.site-header .mobile-btn .bar {
/*     background-color: #92989d; */
	background-color: #616366;
    display: block;
    width: 30px;
    height: 4px;
    margin-top: 5px;
    transition: all .2s ease-out;
}

.site-header.open .mobile-btn .bar:first-child {
	-webkit-transform: rotate(45deg) translate3d(4px,10px,0);
	-moz-transform: rotate(45deg) translate3d(4px,10px,0);
    -ms-transform: rotate(45deg) translate3d(4px,10px,0);
    transform: rotate(45deg) translate3d(4px,10px,0);
}

.site-header.open .mobile-btn .bar:nth-child(2) {
    opacity: 0;
}

.site-header.open .mobile-btn .bar:last-child {
	-webkit-transform: rotate(-45deg) translate3d(2px,-9px,0);
	-moz-transform: rotate(-45deg) translate3d(2px,-9px,0);
    -ms-transform: rotate(-45deg) translate3d(2px,-9px,0);
    transform: rotate(-45deg) translate3d(2px,-9px,0);
}

.site-header .mobile-search {
	display: none;
	position: absolute;
    top: 36px;
    right: 4%;
/*     color: #92989d; */
	color: #616366;
    z-index: 10;
    cursor: pointer;
}

.site-header .mobile-search i {
	font-size: 24px;
}

.search-bloc {
	width: 100%;
	position: absolute;
	background: white;
	bottom: -80px;
	left: 0;
	right: 0;
	padding: 20px 2%;
	display:none;
	/*
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
	*/
}

.search-bloc input[type="search"] {
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.search-bloc .search-submit {
	display: none;
}

div.ppt {
	display: none !important;
}

@media only screen and (max-width: 1200px) {
	.site-header {
		padding: 20px;
		height: 95px;
	}

	.site-header .mobile-btn {
		display: block;
	}

	.site-header .logo {
	    float: none;
	    position: absolute;
	    top: inherit;
	    left: 0;
	    right: 0;
	    margin: auto;
	}
}

/* =Pages
----------------------------------------------- */

#content-row {
	padding-top:120px;
}
.top-border {
	border-top:5px solid #ffcd34;
	padding-top:20px;
	width:fit-content;
}
.search #content-row {
	min-height: 500px;
	margin-top: 160px;
}

.page-title-wrapper .vc_column-inner {
	min-height: 160px;
}

.page-feature {
	min-height: 600px;
	overflow: visible !important;

	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.page-feature.blog {min-height:310px;}

.page-feature .text-block {
	margin-bottom: -95px !important;
}

.text-block {
	z-index: 5;
}

.more-button a {
	font-weight: 700;
}

.wpb_content_element {
	margin-bottom: 0 !important;
}

.text-block-full-width-grey h4,
.text-block-full-width-grey p   {
	color: white;
}

.button-small .vc_btn3.vc_btn3-style-custom {
	background: none;
	padding: 0 40px 0 0 !important;
	text-transform: uppercase;
	font-family: 'museo-sans', sans-serif; 
	font-weight: 900;
}

.background-img {
	min-height: 450px !important;
}


/* =Home
----------------------------------------------- */

.home-hero h1 {
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
}
.home-hero p {
	font-size:1.5em;
	line-height:1.3;
	color:#ffffff;
	width:60%;
}
.home-flip .vc-hoverbox-inner {min-height:380px !important;}
.home-flip .vc-hoverbox-block {
	justify-content:flex-end;
}
.home-flip .vc-hoverbox-block-inner h2 {
	background:rgba(0,0,0,0.4);
	color:#ffffff;
	font-size:2em;
	text-transform:none;
	padding:5px;
}
.home-flip .vc-hoverbox-back {justify-content:flex-start;}
.home-flip .vc-hoverbox-back p {
	color:#ffffff;
	font-weight:bold;
	text-align:left;
}
.shift-up>div[class*='vc_custom_'] {
	margin-bottom: auto !important;
}
.post-grid .text-block {
	min-height: 240px;
}

.post-grid .text-block h4 {
	margin-bottom: 0;
}

.feature {
	height: 600px;
	position: relative;
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
	margin-bottom: 60px;
	border-bottom: solid 6px #ffcd34;
}

.feature .main {
	position: relative;
	height: 100%;
}

.feature-title {
	position: absolute;
	bottom: -100px;
	background: white;
	padding: 40px;
	width: 580px;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.feature-title a {
	font-weight: 900;
	text-transform: uppercase;
	color: #ffcd34;
	font-size: 14px;
	margin-top: 30px;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.feature-title a:after {
	content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #ffcd34;
    font-size: 13px;
    position: absolute;
    top: 1px;
	right: -16px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.feature-title a:hover:after {
	right: -20px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#core-industries .text-box-outer .vc_column-inner {
	min-height: 330px;
}

#core-industries .text-box-inner .vc_column-inner {
	max-width: 85% !important;
	margin: 30px;
}

/* =91Õ¬¸£Àû
----------------------------------------------- */

#our-reach .graph {
	font-weight: 900;
}

#our-reach .graph p {
	font-weight: inherit;
	color: black;
}

#our-reach .graph .initial p {
	font-size: 18px;
	font-weight: 600;
}

#our-reach .graph .secondary .vc_column-inner {
	margin-top: 40px;
}

/* =The Center
----------------------------------------------- */

#the-center .text-block {
	margin-bottom: 0;
}

#the-center .text-block h4 {
	margin-bottom: 20px;
}


/* =Leadership
----------------------------------------------- */

#leadership .position {
	font-size: 16px;
	color: #9C9C9C;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1.5em !important;
}

#leadership p {
	margin-bottom: 1.5em !important;
}

#leadership .wpb_single_image img {
	max-height: 570px;
}

#leadership .leadership-block {
	max-height: 234px;
	overflow: hidden;
	position: relative;
	border: solid 43px #ffcd34;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#leadership .leadership-block h2 {
	font-size: 46px !important;
}

#leadership .leadership-block.open {
	max-height: 1800px;
}

#leadership .leadership-block .plus {
    position: absolute;
	width: 20px;
	height: 20px;
	top: 14px;
	right: 1px;
}

#leadership .leadership-block .plus:before,
#leadership .leadership-block .plus:after {
    content: "";
    position: absolute;
    background-color: black;
    /*transition: transform 0.25s ease-out;*/
}

/* Vertical line */
#leadership .leadership-block .plus:before {
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    margin-left: -2px;
}

/* horizontal line */
#leadership .leadership-block .plus:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px;
}
    
#leadership .leadership-block .plus:hover {
    cursor: pointer;
}

#leadership .leadership-block .plus:before { 
	transform: rotate(90deg); 
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#leadership .leadership-block .plus:after { 
	transform: rotate(90deg); 
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#leadership .leadership-block.open .plus:after { 
	transform: rotate(180deg); 
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.mobile-only {
	display: none;
}

.dt-only {
	display: inline;
}

/* =Search
----------------------------------------------- */
.search .page-title-wrapper .vc_column-inner {
	background: white;
	padding: 40px;
	margin-bottom: 20px;
}

.search .page-title-wrapper .search-form input {
	width: 100%;
	font-size: 49px;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	color: black;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.search .search-results-form {
	position: relative;
}

.search .search-results-form:after {
	content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #616366;
    font-size: 30px;
    padding-right: 0.5em;
    position: absolute;
    top: 15px;
    right: 0;
}

.search .page-title-wrapper .search-form .search-submit {
	display: none;
}

.search .search-content {
	background: white;
	padding: 40px;
	margin-bottom: 40px;
}

.search span.search-results,
.search span.search-label {
	font-weight: 900;
	text-transform: uppercase;
	color: #9C9C9C;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: left !important;
	display: block;
}

.search .search-content .entry-summary {
	margin-bottom: 50px;
}

/* =Videos
----------------------------------------------- */
.video {
	position: relative;
	display: flex;
  	align-items: center; 
  	justify-content: center; 
  	text-align: center; 
  	border: solid 6px #ffcd34;
  	cursor: pointer;
}

.video .play-button {
	position: absolute;
	font-size: 75px;
	color: rgba(255,255,255,0.8);
	cursor: pointer;
}

.dh_popup .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/* =Full Spectrum
----------------------------------------------- */

.button-large {
/*	min-height: 136px !important;*/
	box-shadow: 12px 12px 0 #FFCD34 !important;
/*	position: relative !important;
	background: white !important;
	overflow: hidden !important;*/
} 

.button-large a.vc_general.vc_btn3 {
/*	position: absolute !important;*/
	font-size: 40px !important;
/*	padding: 50px 0 !important;*/
	padding: 35px 0 !important; 
	font-weight: 700 !important;
	color: #616366;
	text-transform: uppercase !important;
/*	box-shadow: 12px 12px 0 #FFCD34 !important;*/
	cursor: pointer !important;
/*	display: block !important;*/
/*	top: 0 !important;*/
}

.button-large:hover a.vc_general.vc_btn3 {
/*	top: -100% !important;*/
/*	padding: 50px 0 !important;
*/}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:focus, 
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover, 
.vc_btn3.vc_btn3-color-white:focus, .vc_btn3.vc_btn3-color-white:hover {
    background-color: white !important;
}

/* =New Platform Acquisitions
----------------------------------------------- */

.investment-grid .left-column .vc_column-inner {
	display: flex;
  	justify-content: center;
}

.investment-grid p {
	margin-bottom: 0;
	font-weight: 400;
}


/* =New Ventures
----------------------------------------------- */

.text-block-name {
	box-shadow: 8px 8px 0 #FFCD34;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.text-block-name:hover {
	text-indent: 5px;
	/*box-shadow: 12px 12px 0 #FFCD34;*/
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

h4.text-block-name {
	font-size: 1.2rem;
	cursor: pointer;
}

.accellerator-grid .vc_column-inner,
.accellerator-grid-right .vc_column-inner  {
	padding: 0 !important;
}

.accellerator-grid .sched-b {
	display: none !important;
}

.accellerator-grid-image {
	padding-right: 50px !important;
}

.remodal {
	border-top: solid 3px #ffcd34 !important;
}

.remodal p {
	text-align: left;
}

.remodal-video {
	max-width: 70% !important;
	border: solid 6px #ffcd34 !important;
	padding: 0 !important;
}

.remodal-video .remodal-close {
	top: -40px !important;
	right: -40px !important;
	width: 65px !important;
	height: 65px !important;
	color: white !important;
}

.remodal-video .remodal-close:before {
    font-size: 40px !important;
}


/* =Career Opportunities
----------------------------------------------- */

#careers p {
	margin-bottom: 0;
}

.subhead-bold {
	font-weight: 900;
	font-size: 34px !important;
	line-height: 38px !important;
}


/* =Test Blocks
----------------------------------------------- */

.text-block h4 {
	margin-bottom: 18px !important;
}


/* =News
----------------------------------------------- */
.vc_responsive .vc_grid-filter {
    display: block !important;
}


/* =News Single
----------------------------------------------- */
.single .vc_section[data-vc-full-width]>.vc_row {
	background: white;
}

.single .post-wrapper {
	z-index: 0 !important;
}

.single .post-title {
	font-size: 52px !important;
}

.single .post-subhead {
	font-size: 22px !important;
	color: black !important;
}

.single .post-category {
	color: #ffcd34 !important;
}

.single .next-post {
	font-weight: 900;
	text-transform: uppercase;
	color: #93989B;
	font-size: 14px;
	margin-bottom: 30px;
	text-align: left !important;
	display: block;
}

.single .post-text p:first-child:first-letter  {
	color: white !important;
	float: left !important;
	font-weight: 900 !important;
	background: #ffcd34 !important;
	font-size: 75px !important;
	line-height: 60px !important;
	padding: 20px !important;
	margin-right: 10px !important;
	margin-top: 3px !important;
	}

.single .feature {
	height: 460px;
	position: relative;
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
	margin-bottom: 60px;
	border-bottom: solid 6px #ffcd34;
}

.single .feature .main {
	position: relative;
	height: 100%;
}

.single .feature-title {
	position: absolute;
	bottom: 60px;
	right: 0;
	background: white;
	padding: 40px;
	width: 500px;
	display: block;
}

.single .feature-title h2 {
	font-size: 34px;
}

.single .feature-title a {
	font-weight: 900;
	text-transform: uppercase;
	color: #ffcd34;
	font-size: 14px;
	margin-top: 30px;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.single .feature-title a:after {
	content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #ffcd34;
    font-size: 13px;
    position: absolute;
    top: 1px;
	right: -16px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.single .feature-title a:hover:after {
	right: -20px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.vc_gitem-post-category-name {
	pointer-events: none !important;
}


/* =Blog
----------------------------------------------- */

.blog-date {color:#979898;}
.blog-excerpt {}
.blog-readmore {}
.blog-feature-wrap .vc_grid-item-mini {position:relative;}
.blog-feature-wrap.vc_grid-item-zone-c-right .vc_gitem-animated-block {width:55%;}
.blog-feature-wrap.vc_grid-item-zone-c-right .vc_gitem-zone-c {
	width:55%;
	position:absolute;
	top:50px;
	right:0;
}
.blog-feature-wrap p {text-align:right; font-size:1.125em;}
.blog-feature-title {}
.blog-feature-image {}
.blog-feature-excerpt {}
.blog-read-more a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-classic.vc_btn3-color-default {
	background:none;
	border:none;
	text-transform:uppercase;
	padding:0;
}
.blog-header {width:100%;}
.blog-header-image {
	width:100%;
	height:310px;
	background:url(https://thgrp.com/wp-content/uploads/2021/08/Blog-Header-Image.jpg) center center no-repeat;
	background-size:cover;
	border-bottom:6px solid #ffcd34;
}
.main.blog-wrap {margin-top:-60px;}
.blog-head-title {
	width:100%;
	padding:40px;
	background:#ffffff;
	margin-bottom:40px;
}
.blog-article {background:#ffffff;}
.blog-content-wrap {padding:30px;}
.post-template-single-blog .blog-title {
	padding-bottom:20px;
	border-bottom:3px solid #ffcd34;
	margin-bottom:20px;
}
.post-template-single-blog .blog-meta {color:#979898; font-weight:bold; margin-bottom:20px;}
.post-template-single-blog h4 {margin-bottom:15px;}


/* =Contact Us
----------------------------------------------- */

.frm_style_formidable-style.with_frm_style .frm_primary_label {
	text-transform: uppercase !important;
}


/* =Footer
----------------------------------------------- */

#footer-row {
	background:#252628;
}
.site-footer {
	background: #252628;
	padding: 40px;
	color: #E5E5E5;
}

.site-footer .footer-logo {
	padding-left: 20px;
	padding-top: 20px;
}

.site-footer p {
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: -1px;
	margin-top: 10px;
}

.site-footer i {
	color: white;
	font-size: 36px;
	text-align: center;
}	

.site-footer .site-info {
	padding: 0 20px;
}

.site-footer .site-info a {
	color: #E5E5E5 !important;
	margin-right: 12px;
	font-size: 15px;
}

.site-footer i:first-child {
	margin-right: 26px;
}

.site-footer .widget-title {
	font-weight: 900;
	font-size: 14px;
	color: #FFCD34;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.site-footer ul.menu {
	margin: 0;
}

.site-footer ul.menu li {
	list-style: none;
	padding-left: 0;
	margin-bottom: 10px;
	line-height: 1 !important;
}

.site-footer ul.menu li a {
	font-weight: 500;
	font-size: 12px;
	color: #E5E5E5;
	text-transform: uppercase;
}

.site-footer .footer-logo {
	max-width: 100px;
	width: 100px;
	margin-bottom: 20px;
}

.site-footer .social {
	margin-top: 30px;
}


/* =Posts
----------------------------------------------- */

.post-category {
	font-weight: 900;
	text-transform: uppercase;
	color: #9C9C9C;
	font-size: 14px;
	margin-bottom: 30px;
	text-align: left !important;
	display: block;
}



/* =Menu
----------------------------------------------- */

.main-navigation {
	display: block;
	float: left;
	margin: 40px 0 0 50px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	margin-right: 15px;
}

.main-navigation a {
	font-family: 'museo-sans', sans-serif; 
	font-size: 13px;
	line-height: 1.4;
	font-weight: 900;
/* 	color: #93989B; */
	color: #616366;
	padding-bottom: 20px;
	/*border-bottom: solid 2px white;*/
	position: relative;

	text-transform: uppercase !important;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.main-navigation a:hover {
	/*border-bottom: solid 2px #FFCD34;*/
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.main-navigation ul li.menu-item-type-custom:hover a:after {
    background-color: #ffcd34;
    content: '';
    display: block;
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    height: 2px;
    color: #FFF;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	
}
.main-navigation ul li.menu-item-type-custom:hover ul.sub-menu a:after {
    display: none;
}

.main-navigation i {
	margin-left: 5px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.main-navigation a:hover i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.main-navigation ul ul {
	position: absolute;
		left: 50%;
		top: 40px;
		transform:translateX(-47%);
	z-index: 99999;
}

.main-navigation ul ul a {
	min-width: 240px;
	padding: 20px 25px;
	text-align: center;
	border-bottom: solid 1px #f1f1f1 !important;
}

.main-navigation ul ul li {
	background: white;
	overflow:hidden;
    max-height:0;
    padding: 0;
    -webkit-transition:max-height 500ms ease-in;
    -moz-transition:max-height 500ms ease-in;
    -o-transition:max-height 500ms ease-in;
    transition:max-height 500ms ease-in;
}

.main-navigation ul ul a:hover {
	background: #fafafa;
}

.main-navigation ul ul li a:hover:after {
	display: none;
}

.main-navigation ul ul li a:hover .main-navigation ul li:after {
	display: block;
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul > li:hover ul li {
    max-height:250px;
}

.right-navigation {
	position: absolute;
	right: 2.5%;
	bottom: 2px;
/*	padding-right: 3vw;*/
}

.right-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.right-navigation li {
	float: left;
	position: relative;
	margin-right: 8px;
}

.right-navigation li.search-trigger {
	font-size: 11px;
	margin-top: -1px;
}

.right-navigation li:last-child {
	margin-right: 0;
}

.right-navigation a {
	font-family: 'museo-sans', sans-serif; 
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
/* 	color: #93989B; */
	color: #616366;
	padding-bottom: 20px;

	text-transform: uppercase;
	display: block;
	text-decoration: none;
}

.right-menu {
	display: none;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0;*/
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}
#dh_popup_form_3609 {
	padding:15px;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

@media only screen and (max-width: 1500px) {
	.feature {
		width: 100%;
		left: 0;
		padding: 0;
	}
}

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

	.remodal-video {
		max-width: 80% !important;
	}

	.nav-up {
		top: 0 !important;
	}

	.entry-content {
		padding-right: 20px;
		padding-left: 20px;
	}

	.main-navigation, .right-navigation {
		visibility: hidden;
		overflow:scroll;
    	max-height:0;
	}

	.main-navigation.open {
		visibility: visible;
		width: 100%;
		/*
		height: 100vh;
		*/
		max-height: 100vh;
		background: white;
		position: absolute;
		left: 0;
		right: 0;
		top: 95px;
		margin: 0;

		padding-bottom: 95px;
		-webkit-transition:max-height 500ms ease-in-out;
    	-moz-transition:max-height 500ms ease-in-out;
    	-o-transition:max-height 500ms ease-in-out;
    	transition:max-height 500ms ease-in-out;
	}

	.main-navigation i {
		font-size: 12px;
	}

	.main-navigation ul {
		/*width: 80%;*/
		margin: auto;
		text-align: center;
		padding: 40px;
	}

	.main-navigation ul li {
		float: none;
		text-align: center;
		margin-right: 0;
		padding: 0;
		cursor: pointer;
	}

	.main-navigation ul li a {
		font-size: 1.1rem;
		line-height: 1.3;
		padding: 12px;
	}

	.main-navigation a:hover:after {
	    display: none;
	}

	.main-navigation ul li:hover ul {
		border-top: solid 2px #ffcd34;
	}
	
	.main-navigation ul ul {
		border-top: solid 2px white;
		position: inherit;
		text-align: center;
		display: block;
		width: inherit;
		padding: 0;
		margin-bottom: 10px;
		top: 0;
		transform:translateX(-50%);
	}

	.main-navigation ul ul:hover {
		border-top: solid 2px #ffcd34;
	}

	.main-navigation ul ul li a {
		font-size: 0.9rem;
		text-transform: inherit !important;
		font-weight: 500;
	}

	.main-navigation ul li.menu-item-type-custom:hover a:after {
		display: none;
	}

	.main-navigation ul ul li {
		background: #f1f1f1;
	}

	.right-navigation {
		display: none;
	}

	.right-menu {
		display: block;
	}

	.right-menu a {
		font-size: 0.9rem !important;
		font-weight: 500 !important;
	}

	.site-header .mobile-search {
		display: block;
	}

	.search-bloc {
		bottom: 5px;
	}
}

@media only screen and (max-width: 1140px) {
	#leadership .leadership-block h2 {
		font-size: 38px !important;
	}

	#leadership .leadership-block .plus {
	    top: 10px;
	}

	#leadership .leadership-block {
		max-height: 227px;
	}
}

@media only screen and (max-width: 1000px) {
	.text-block-four-across .text-block {
		width: 50% !important;
	}
}


@media only screen and (max-width: 941px) {
	#leadership .leadership-block h2 {
	    font-size: 30px !important;
	}

	#leadership .leadership-block {
    	max-height: 242px;
	}

	#leadership .leadership-block .plus {
	    top: 6px;
	}
}

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

	.wpb_animate_when_almost_visible {
	    opacity: 1 !important;
	    filter: alpha(opacity=100) !important;
	    -webkit-animation: none !important;
	    -moz-animation: none !important;
	    -o-animation: none !important;
	    animation: none !important;
	}

	.section-page-feature {
		margin-bottom: 70px;
	}

	.entry-content {
		padding-right: 60px;
		padding-left: 60px;
	}

	.page-feature {
		min-height: 400px;
		-webkit-transition: top 0.2s ease-in-out;
    	-moz-transition: top 0.2s ease-in-out;
    	transition: top 0.2s ease-in-out;
	}

	.feature-title {
		left: 60px;
	}

	.disappear {
		display: none !important;
	}

	h2,
	.single .post-title {
		font-size: 33px !important;
	}

	.single .post-subhead {
		font-size: 18px !important;
	}
	
	#our-reach .graph .secondary .vc_column-inner {
		margin-top: 0;
	}

	.text-block .vc_column-inner {
		margin-top: 0 !important;
		padding: 40px !important;
	}

	.text-block-full-width-grey {
		padding: 40px !important;
	}

	.vc_row.text-block-full-width-grey-header {
		margin-bottom: 20px !important;
	}

	#core-industries .text-box-inner .vc_column-inner {
		max-width: 100% !important;
	}

	#leadership .leadership-block {
		padding: 0 !important;
	}

	#leadership .wpb_single_image img {
	    max-height: inherit !important;
	}

	#leadership .leadership-block {
	    max-height: 236px;
	}

	.text-block-yellow .vc_column-inner {
		margin-bottom: 0 !important;
	}

	.button-large a {
		font-size: 30px !important;
		padding: 40px 0 !important;
	}

	#our-reach {
		background-position: center 10% !important;
		background-size: 130% !important;
	}

	#our-reach .graph .secondary .vc_column-inner {
	    min-height: 160px;
	}

	.page-title-wrapper {
		margin-bottom: 30px;
	}

	#our-reach .graph .initial .vc_column-inner {
		padding: 20px !important;
	}

	#our-reach .graph .initial .num {
		font-size: 64px !important;
		line-height: 1.2;
	}

	.blog-feature-wrap.vc_grid-item-zone-c-right .vc_gitem-animated-block {width:100%;}
	.blog-feature-wrap.vc_grid-item-zone-c-right .vc_gitem-zone-c {
		width:100%;
		position:relative;
		top:0px;
		right:0;
	}

	.post-grid .text-block .vc_column-inner {
		padding: 0 !important;
	}

	.single .text-block .vc_column-inner {
		padding: 0 !important;
	}

	.text-block-four-across .text-block {
		width: 100% !important;
	}
 
	.text-block-full-width .vc_column-inner {
		padding: 0 !important;
	}

	.vc_row.job-openings {
		margin-bottom: 0 !important;
	}

	.post-grid .vc_gitem-zone {
		max-height: 350px !important;
	}

	.post-grid .text-block {
	    min-height: 200px;
	}

	.single .post-wrapper {
		margin: -50px 0 0 0 !important;
		padding: 40px !important;
	}

	.single .text-block {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.single .text-block .wpb_text_column {
		padding: 0 !important;
	}

	.post-text .vc_column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	.desktop {display:none;}
	.mobile {display:block;}
	.accellerator-grid-right {
		display: none !important;
	}

	.accellerator-grid .sched-a {
		margin-bottom: 1px !important;
	}

	.accellerator-grid .vc_column-inner {
		margin-bottom: 0 !important;
	}

	.accellerator-grid .sched-b {
		display: block !important;
	}

	.accellerator-grid-image {
		padding-right: 0 !important;
		margin-bottom: 40px !important;
	}
}

@media only screen and (max-width: 640px) {
	.feature-title {
		width: 100% !important;
	}
}

/*@media only screen and (max-width: 560px) {
	.single .feature-title {
		width: 100%;
	}
}*/

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

	.mobile-only {
		display: inline;
	}

	.dt-only {
		display: none;
	}

	.entry-content {
		padding-right: 35px;
		padding-left: 35px;
	}

	.text-block-three-across {
		padding: 25px !important;
	}

	.text-block-three-across .text-block .wpb_text_column {
		padding: 10px !important;
	}

	.text-block-three-across .text-block .wpb_wrapper {
		margin-bottom: 20px;
	}

	.text-block-three-across h4 {
		margin-bottom: 0 !important;
	}

	.text-block .wpb_text_column {
		padding: 25px !important;
	}

	.text-block-four-across .text-block .vc_column-inner  {
		padding: 25px !important;
	}

	.text-block-four-across .text-block .wpb_text_column {
		padding: 0 !important;
	}

	.page-title-wrapper .vc_column-inner {
	    min-height: 160px;
	    padding: 25px !important;
	}

	.vc_row.text-block-full-width-grey {
		padding: 25px !important;
	}

	.text-block .vc_column-inner {
		padding: 0 !important;
	}

	.text-block-yellow .vc_column-inner {
		padding: 25px !important;
	}

	.site-footer {
	    padding: 15px;
	}

	#leadership .leadership-block {
		padding: 0px !important;
		max-height: 242px;
		border: solid 30px #ffcd34;
	}

	.feature-title {
		left: 35px;
		padding: 25px !important;
		width: calc(100% - 70px) !important;
	}

	.post-category {
		margin-bottom: 20px !important;
	}

	.post-grid .vc_gitem-zone.text-block {
		margin-right: 30px !important;
		padding: 25px !important;
	}

	.feature-title a {
		margin-top: 20px !important;
	}

	#core-industries .text-box-inner .vc_column-inner {
		font-size: inherit !important;
		margin: 20px !important;
	}

	#leadership .leadership-block h2 {
	    font-size: 30px !important;
	}

	#leadership .leadership-block .plus {
	    top: 3px;
	}

	.page-feature {
		min-height: 350px;
	}

	.page-title-wrapper .vc_column-inner {
		padding: 25px !important;
		min-height: 150px !important;
	}

	h3 {
		font-size: 30px !important;
		line-height: 34px !important;
	}

	.button-large a.vc_general.vc_btn3 {
		font-size: 27px !important;
		padding: 20px !important;
	}
}

@media only screen and (max-width: 420px) {
	#core-industries .text-box-outer .vc_column-inner {
	    min-height: inherit !important;
	}

	#core-industries .text-box-inner .vc_column-inner {
		padding: 20px !important;
	}

	#core-industries .text-box-inner h4 {
		font-size: 1rem !important;
	}

	#core-industries .text-box-inner .more-button a {
	    font-size: 16px !important;
	}

	#leadership .leadership-block h2 {
	    font-size: 20px !important;
	}

	#leadership .position {
	    font-size: 14px;
	}

	#leadership .leadership-block {
	    max-height: 247px;
	}

	#leadership .leadership-block .plus {
		margin-top: 0 !important;
	}

	#leadership .position {
		letter-spacing: 1px;
	}
}

@media only screen and (max-width: 375px) {
	.single .post-wrapper {
		margin-top: 20px !important;
		padding: 10px !important;
	}

	.single .feature-title {
		bottom: 45px !important;
	}

	.single .feature-title h2 {
		font-size: 28px !important;
	}

	.single .next-post {
		margin-bottom: 20px !important;
	}

	.single .feature-title a {
		margin-top: 20px !important;
	}

	h4 {
	    font-size: 1.2rem !important;
	}

	.post-grid .text-block {
	    min-height: inherit !important;
	    height: auto !important;
	}

	.post-grid .text-block h4 {
		margin-bottom: 0 !important;
	}

/* 	#leadership .leadership-block {
	    max-height: 230px;
	    border: solid 25px #ffcd34;
	} */

	#leadership .leadership-block .plus {
	    right: 0px;
	    top: 0 !important;
	}
}

@media only screen and (max-width: 375px) {
	h2.page-title,
	.post-title {
	    font-size: 28px !important;
	}
}

@media only screen and (max-width: 350px) {
	h2.page-title,
	.post-title {
	    font-size: 25px !important;
	}
}

@media only screen and (max-width: 371px) {
	#leadership .leadership-block {
	    max-height: 215px;
	}
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */ 
	.vc_row.vc_row-flex {
		overflow: hidden;
	}
}

