/*
Theme Name: Hestia Pro Child
Theme URI: https://www.themeisle.com/
Description: This is a custom child theme I have created.
Author: ThemeIsle
URI: https://www.themeisle.com/
Template: hestia-pro
Version: 0.1
*/

/*--------------------------------------------------------------
# Font Faces
--------------------------------------------------------------*/
@font-face {
	font-family: 'CoreSans35light-webfont';
	src: url('https://onlinewebsitestorage.blob.core.windows.net/wp-media/2018/02/CoreSansM35Light.woff')
		format('woff'); /* Pretty Modern Browsers */
	src: url('https://onlinewebsitestorage.blob.core.windows.net/wp-media/2018/02/CoreSansM35Light.eot')
			format('embedded-opentype'),
		/* IE6-IE8 */
			url('https://onlinewebsitestorage.blob.core.windows.net/wp-media/2018/02/CoreSansM35Light.woff2')
			format('woff2'),
		/* Super Modern Browsers */
			url('https://onlinewebsitestorage.blob.core.windows.net/wp-media/2018/02/CoreSansM35Light.ttf')
			format('truetype'),
		/* Safari, Android, iOS */      
			url('https://onlinewebsitestorage.blob.core.windows.net/wp-media/2018/02/CoreSansM35Light.svg')
			format('svg'),
		/* Legacy iOS */
			url('https://onlinewebsitestorage.blob.core.windows.net/wp-media/2018/02/CoreSansM35Light.eot'); /* IE9 Compat Modes */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CoreSans55medium-webfont';
	src: url('https://onlinewebsitestorage.blob.core.windows.net/wp-media/2018/02/CoreSansM55Medium.woff')
		format('woff'); /* Pretty Modern Browsers */
	src: url('https://onlinewebsitestorage.blob.core.windows.net/wp-media/2018/02/CoreSansM55Medium.eot')
			format('embedded-opentype'),
		/* IE6-IE8 */
			url('https://onlinewebsitestorage.blob.core.windows.net/wp-media/2018/02/CoreSansM55Medium.woff2')
			format('woff2'),
		/* Super Modern Browsers */
			url('https://onlinewebsitestorage.blob.core.windows.net/wp-media/2018/02/CoreSansM55Medium.ttf')
			format('truetype'),
		/* Safari, Android, iOS */      
			url('https://onlinewebsitestorage.blob.core.windows.net/wp-media/2018/02/CoreSansM55Medium.svg')
			format('svg'),
		/* Legacy iOS */
			url('https://onlinewebsitestorage.blob.core.windows.net/wp-media/2018/02/CoreSansM55Medium.eot'); /* IE9 Compat Modes */
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'CoreSans55medium-webfont' !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
	font-family: 'CoreSans55medium-webfont' !important;
}

.button {
	font-family: 'CoreSans55medium-webfont' !important;
}

.nav .menu-item.active > a {
	color: #ffffff !important;
}

@media (max-width: 768px) {
	.navbar .navbar-nav .dropdown a .caret:before {
		font: normal normal normal 14px / 1 FontAwesome;
		content: '\f0d7';
	}
}

.category-profiles .author {
	display: none;
}

.category-profiles .entry-social {
	display: none;
}

.category-profiles .entry-categories {
	display: none;
}

.category-profiles .profile-photo-name {
	margin-top: -140px;
}

.elementor-post__excerpt img {
	display: none;
}

.card-description img {
	display: none !important;
}

.header {
	margin-bottom: 0px !important;
}
/*--------------------------------------------------------------
# HubSpot Override
--------------------------------------------------------------*/
/* Form Field (selector for form field wrapper) */
.hs-form fieldset {
	max-width: unset !important;
}

.hs-form .hs-form-field {
	margin: 0;
	padding-bottom: 24px;
}

.hs-form .hs-form-field:last-child .input {
	margin-right: 0 !important;
}

/* Labels (selects field labels and error messages) */
.hs-form .hs-form-field > label span {
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif !important;
}

.hs-form-required {
	visibility: hidden;
}

.hestia-contact .hs-form .hs-form-field > label {
	display: none;
}

/* Inputs (selectors for all inputs)  */
.hs-form input[type='text'],
.hs-form input[type='password'],
.hs-form input[type='datetime'],
.hs-form input[type='datetime-local'],
.hs-form input[type='date'],
.hs-form input[type='month'],
.hs-form input[type='time'],
.hs-form input[type='week'],
.hs-form input[type='number'],
.hs-form input[type='email'],
.hs-form input[type='url'],
.hs-form input[type='search'],
.hs-form input[type='tel'],
.hs-form input[type='color'],
.hs-form input[type='file'],
.hs-form textarea,
.hs-form select {
	display: block;
	width: 100%;
	height: 36px;
	padding: 7px 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	float: none;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#ef2138),
			to(#ef2138)
		),
		-webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
	background-image: -webkit-linear-gradient(#ef2138, #ef2138),
		-webkit-linear-gradient(#d2d2d2, #d2d2d2);
	background-image: linear-gradient(#ef2138, #ef2138),
		linear-gradient(#d2d2d2, #d2d2d2);
	background-repeat: no-repeat;
	background-position: center bottom, center -webkit-calc(100% - 1px);
	background-position: center bottom, center calc(100% - 1px);
	background-size: 0 2px, 100% 1px;
	font-weight: 400;
	-webkit-transition: background 0s ease-out;
	transition: background 0s ease-out;
}

.elementor-widget-container .hs-form input[type='text'],
.elementor-widget-container .hs-form input[type='password'],
.elementor-widget-container .hs-form input[type='datetime'],
.elementor-widget-container .hs-form input[type='datetime-local'],
.elementor-widget-container .hs-form input[type='date'],
.elementor-widget-container .hs-form input[type='month'],
.elementor-widget-container .hs-form input[type='time'],
.elementor-widget-container .hs-form input[type='week'],
.elementor-widget-container .hs-form input[type='number'],
.elementor-widget-container .hs-form input[type='email'],
.elementor-widget-container .hs-form input[type='url'],
.elementor-widget-container .hs-form input[type='search'],
.elementor-widget-container .hs-form input[type='tel'],
.elementor-widget-container .hs-form input[type='color'],
.elementor-widget-container .hs-form input[type='file'],
.elementor-widget-container .hs-form textarea,
.elementor-widget-container .hs-form select {
	border: 1px solid #818a91;
	background-color: transparent;
	color: #373a3c;
	vertical-align: middle;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: 40px;
	padding: 5px 14px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	background-color: #ffffff;
	border-color: #dddddd;
}

/* Inputs in focus (selectors for all inputs when clicked)  */
.hs-form input[type='text']:focus,
.hs-form input[type='password']:focus,
.hs-form input[type='datetime']:focus,
.hs-form input[type='datetime-local']:focus,
.hs-form input[type='date']:focus,
.hs-form input[type='month']:focus,
.hs-form input[type='time']:focus,
.hs-form input[type='week']:focus,
.hs-form input[type='number']:focus,
.hs-form input[type='email']:focus,
.hs-form input[type='url']:focus,
.hs-form input[type='search']:focus,
.hs-form input[type='tel']:focus,
.hs-form input[type='color']:focus,
.hs-form input[type='file']:focus,
.hs-form textarea:focus,
.hs-form select:focus {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#d2d2d2),
			to(#d2d2d2)
		),
		-webkit-gradient(linear, left top, left bottom, from(#ef2138), to(#ef2138));
	background-image: -webkit-linear-gradient(#d2d2d2), to(#d2d2d2),
		-webkit-linear-gradient(#ef2138, #ef2138);
	background-image: linear-gradient(#d2d2d2), to(#d2d2d2),
		linear-gradient(#ef2138, #ef2138);
	background-size: 0 2px, 100% 2px;
	background-position: center bottom;
	-webkit-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}

/* Multi-line inputs (selectors to target multi-line fields */
.hs-form textarea {
	width: 100% !important;
	height: 100px;
}

/* Dropdowns (selectors for dropdowns) */
.hs-fieldtype-select > .input {
	position: relative;
	display: flex;
	width: 100%;
}

.hs-fieldtype-select > .input::before {
	color: #ddd;
	content: '\f0d7';
	font-family: FontAwesome;
	font-size: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	pointer-events: none;
}

/* Error message (selector for validation messages) */
.hs-form .hs-error-msgs {
	list-style: none;
	margin: 0;
	padding: 7px 0;
}

.hs-form .hs-error-msgs label {
	font-size: 11px;
	font-weight: normal;
	color: #ef2138;
}

.hs-form .hs-error-msgs label::before {
	font-family: 'FontAwesome';
	font-weight: 900;
	content: '\f06a \0020';
}

/* Submit buttons (selectors for all non-CTA buttons) 
   ========================================================================== */
.hs_submit {
	margin: 20px 0;
}

.submitted-message {
	text-align: center;
}

.hestia-contact .hbspt-form .submitted-message {
	padding-bottom: 30px;
}

/*--------------------------------------------------------------
# Greenhouse Job Board
--------------------------------------------------------------*/

.job-list {
	display: block;
	list-style: none;
}

.job-list li {
	border-bottom: #dcdde0 solid 1px;
	padding: 30px;
}

.job-list a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: baseline;
	align-items: baseline;
	opacity: 1;
	transition: color 0.175s ease-in;
}

.job-list .location {
	font-size: 1.8rem;
	margin-left: 30px;
	vertical-align: top;
}

/*--------------------------------------------------------------
# Search Styling
--------------------------------------------------------------*/
#online-topnav-content .search-input .input-group-addon {
	background: #f6f6f7;
}

#online-topnav-content .search-input .input-group-addon .glyphicon {
	color: #acaeb6;
}

@media (max-width: 767px) {
	#online-topnav-content .search-input {
		padding: 10px 0;
		margin: 0;
	}
}

@media (min-width: 768px) {
	#online-topnav-content .search-input {
		padding-top: 25px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media (min-width: 992px) {
	#online-topnav-content .search-input .input-group {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

#addsearch-results .addsearch-result-item-sub {
	min-height: 133px;
}

#addsearch-results .addsearch-result-item-sub div {
	min-height: 133px;
}

#addsearch-results .addsearch-result-item-sub h1 a {
	padding: 11px 0;
}

#addsearch-results-right {
	display: none;
}

.addsearch {
	width: 100%;
	color: white;
	font-weight: bold;
}

#addsearch-results-mid {
	width: 449px !important;
}

#addsearch-results.addsearch-d {
	display: none;
}

#addsearch-results {
	display: none;
}

#addsearch-d {
	display: none;
}

#element.style {
	display: none;
}

#addsearch-results.addsearch-d {
	width: 447px !important;
	left: 56.3% !important;
}

.addsearch-result-item-container {
	background-image: none !important;
}

.addsearch-result-item-sub {
	background-image: none !important;
}

#addsearch-results .addsearch-result-item-sub div {
	padding: 0px 14px 0px 15px;
}

#addsearch-results .addsearch-result-item-sub h1 a {
	color: #dc0031;
}

#addsearch-mobile-field {
	font-family: 'Core Sans M 65', sans-serif !important;
}

#addsearch-results.addsearch-m .addsearch-result-item-sub h1 a {
	color: #dc0031 !important;
}

#addsearch-result-item-container {
	background-image: none !important;
}

#addsearch-result-item-sub {
	background-image: none !important;
}

.category-profiles .header-filter {
	background-image: url(../jpg/customerexperience-strip.jpg) !important;
}

.post .header-filter {
	background-image: url(../jpg/techconsulting.jpg) !important;
}

.lever-job-board {
	text-align: center;
	vertical-align: middle;
}

.job-board-table {
	width: 100%;
}

.job-title {
	text-align: left;	
}

.job-area,
.job-location {
	display: table-cell;
	text-align: left;
}

.job-area-heading,
.job-location-heading {
	display: table-cell;
}

.job-location-mobile,
.job-team-mobile {
	display: none;
}

.job-board-table-container {
	width: 100%;
	padding-right: 5%;
	padding-left: 10%;
}

.job-app-details {
	margin-left: 8%;
	margin-right: 8%;
}

@media (max-width: 768px) {
	.job-board-table-container {
		width: 100%;
	}

	.lever-job-board {
		margin-left: 3%;
		margin-right: 3%;
	}

	.job-title-heading,
	.job-title {
		text-align: left;
	}

	.job-location-mobile,
	.job-team-mobile {
		display: block;
	}

	.job-area,
	.job-location,
	.job-area-heading,
	.job-location-heading {
		display: none;
	}

	.job-app-details {
		margin-left: 10%;
		margin-right: 10%;
	}
}

/*--------------------------------------------------------------
# Job Description Page Styling
--------------------------------------------------------------*/
/* Default */
.large-screen {
	display: block;
}

.small-screen {
	display: none;
}

.main-panel {
	display: flex;
	justify-content: space-around;	
	height: 100%;	
	top: 400px;
}

.left-panel {
	height: 100%;
	overflow: scroll;
	padding-right: 50px;
	padding-top: 80px;
}

.left-panel-font {
	font-size: 11pt;	
	font-family: 'CoreSans35light-webfont' !important;
}

.left-panel-font a:link {
	color:#3c4858;
  	background-color: transparent;
  	text-decoration: none;
}

.left-panel-font a:visited {
	color:#3c4858;
  	background-color: transparent;
  	text-decoration: none;
}

.left-panel-font a:hover {
	color:#3c4858;
  	background-color: transparent;
  	text-decoration: none;
}

.left-panel-font a:active {
	color:#3c4858;
  	background-color: transparent;
  	text-decoration: none;
}

ul.clean-list {
	list-style-position: outside;
	-webkit-padding-start: 25px;
	font-family: 'CoreSans35light-webfont' !important;
	font-size: 16pt;
}

.benefit-icon-size {
	height: 60px;
	width: 60px;
}

.benefit-text-container {
	padding-top: 12px;
}

.benefit-text {
	font-size: 16pt;
	text-align: left;
}

.small-benefit-container {
	padding: 12px;
	height: 80px;
}

.small-benefit-text-container {
	position: relative;
	top: -50px;
	left: 70px;
	padding-right: 25px;
	padding-left: 25px;
}

.left-panel::-webkit-scrollbar {
	width: 1px;
}

.left-panel::-webkit-scrollbar-track {
	background: White;
}

.left-panel::-webkit-scrollbar-thumb {
	background: Grey;
	height: 100px;
}

.left-panel::-webkit-scrollbar-thumb:hover {
	background: DimGrey;
}

.right-panel {
	position: -webkit-sticky !important; 
	position: sticky;
	font-size: 16px;
	top: 0px; 	
	align-self: flex-start;	
	height: auto;	
}

.right-empty {
	height: 150px;
}

.width-100 {
	width: 100%;
}

.right-panel-subtitle {
	font-size: 18px;
}

.right-panel-online {
	font-family: 'CoreSans35light-webfont' !important;
}

.horizontal-line {
	border-top: 2px solid;
}

div.about-online {
	font-size: 16pt;
	font-family: 'CoreSans35light-webfont' !important;
}

div.about {
	margin-top: 50px;	
}

div.whats-in-it-for-you {
	font-size: 16pt;
}

div.job-description span {
	font-family: 'CoreSans35light-webfont' !important;
	font-size: 16pt !important;
}

div.job-description {
	padding-bottom: 75px;
}

div.job-additional {
	font-family: 'CoreSans35light-webfont' !important;
	font-size: 14px !important;
	padding-bottom: 75px;
}

div.job-additional span {
	font-family: 'CoreSans35light-webfont' !important;
	font-size: 14px !important;
}


div.you-want-to-work-here {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Large Tablets */
@media screen and (max-width: 1200px) {
	.large-screen {
		display: none;
	}

	.small-screen {
		display: block;
		min-width: 280px;
	}

	.top-right-of-page {
		position: fixed;
		text-align: right;
		width: 85%;
		z-index: 1;
		top: 95px;
	}
}

/* iPad Pro */
@media screen and (max-width: 1024px) {
	.large-screen {
		display: none;
	}

	.small-screen {
		display: block;
		min-width: 280px;
	}

	.top-right-of-page {
		position: fixed;
		text-align: right;
		width: 85%;
		z-index: 1;
		top: 165px;
	}
}

/* iPad */
@media screen and (max-width: 768px) {
	.large-screen {
		display: none;
	}

	.small-screen {
		display: block;
		min-width: 280px;
	}

	.top-right-of-page {
		position: fixed;
		text-align: right;
		width: 85%;
		z-index: 1;
		top: 145px;
		padding-right: 25px;
	}
}

/* iPhone 5/SE */
@media screen and (max-width: 320px) {
	.large-screen {
		display: none;
	}

	.small-screen {
		display: block;
		min-width: 280px;
	}

	.top-right-of-page {
		position: fixed;
		text-align: right;
		width: 85%;
		z-index: 1;
		top: 105px;
	}
}

/* Galaxy Fold */
@media screen and (max-width: 280px) {
	.large-screen {
		display: none;
	}

	.small-screen {
		display: block;
		min-width: 280px;
	}

	.top-right-of-page {
		position: fixed;
		text-align: right;
		width: 85%;
		z-index: 1;
		top: 105px;
	}

	.benefit-icon-size {
		height: 60px;
		width: 60px;
	}

	.benefit-text {
		font-size: 10pt;
	}

	.small-benefit-container {
		padding: 12px;
		height: 80px;
	}

	.small-benefit-text-container {
		position: relative;
		top: -50px;
		margin-right: 50px;
	}
}

.about, .hestia-about {padding: 0;}

.home .page-header{
min-height: 77vh !important;
}

.page-header .hestia-title{
    line-height: 1.3;
}


@media (min-width: 340px) {
    .navbar, .navbar.navbar-scroll-point {
        top: 45px;
    } 
    .pagewide {
        height: 54px;
    }
}

@media (max-width: 768px){
.page-header .hestia-title{
    width: 100%;
	}
.easy-notification-bar-container{
		display: none !important;
	}
#carousel-hestia-generic .container{
  	width: 100%;  

    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
		padding: 0;
    transform: translate(-50%, -50%)
	}}

@media (max-width: 340px){
	.page-header .hestia-title{
    width: 100%;
	}}

.hestia-title, .title, .card-title, .info-title, .footer-brand, .footer-big h4, .footer-big h5, .media .media-heading, .woocommerce ul.products[class*="columns-"] li.product-category h2 {
    font-weight: normal;
}

.posted-by {
    display: none;
}

@media (max-width: 768px) {
    .navbar.navbar-default.online-navbar.navbar-fixed-top{
        margin-top:-45px;
    }
    
    .edn-container{
        display:none;
    }
}
