/**
 CUSTOM CSS WILL LIVE HERE
**/
h2, h5 {
	font-weight: 900;
}

.nectar-button {
	font-weight: 900;
}

textarea {
    height: 5em;
}

body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]) >a >span {
	padding: 10px 15px;
	font-weight: 900;
}

body[data-header-format="left-header"] .sf-menu li.open-submenu >ul, body[data-header-format="left-header"][data-dropdown-style="minimal"] .sf-menu li.open-submenu >ul, body[data-header-format="left-header"] .sf-menu li.open-submenu.sfHover >ul, body[data-header-format="left-header"][data-dropdown-style="minimal"] .sf-menu li.open-submenu.sfHover >ul {
	margin-left: 10px;
}

.ascend #footer-outer .widget h4, .ascend #sidebar h4 {
	font-weight: 900;
	font-size: 20px;
}

.toggle h3 a {
	color: inherit;
}
div[data-style="minimal"] .toggle {
	border-color: inherit;
}

.overflow-background .column-bg-overlay {
    width: 100vw;
    height: auto;
    top: calc(100vw * -0.05);
    bottom: calc(100vw * -0.05);
}

.footer-menu h4 {
	font-family: 'ProximaNova';
    font-weight: 900;
    padding-bottom: 1em;
    text-transform: uppercase;
    line-height: 21.6px;
    letter-spacing: .35px;
    font-size: 1.4625em;
}
.footer-menu li {
	font-size: .7875em;
	padding: 0 !important;
}

.blog-recent + .hirekast-careers {
    margin-top: -24px;
}

#restaurant-careers .excerpt *:first-child,
#corporate-careers .excerpt *:first-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 27px;
}

#restaurant-careers .excerpt *:not(:first-child),
#corporate-careers .excerpt *:not(:first-child) {
    display: none;
}

.career-button {
    display: inline-block;
    padding: 10px 20px;
    font-family: 'ProximaNova';
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff5e00;
    margin: 20px auto;
    font-weight: bold;
}
.career-button:hover {
    color: #fff;
}
/**
TO DO - BREAK POINT FOR THE ABOVE OVERLAY
**/
