* {
	box-sizing: border-box;
	outline: none;
	margin: 0;
	padding: 0;
	font-family: "Lato", sans-serif;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
	list-style: none;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	box-sizing: content-box;
	/* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.top-bar-one,
.top-bar-two {
	position: fixed;
	z-index: 10;
}

.top-bar-one {
	top: 0;
}

.top-bar-two {
	top: 24px;
}

.navigation {
	position: fixed;
	top: 48px;
	width: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	vertical-align: top;
	background: #0e8bac url("assets/images/ASH-Navigation-background.png") center top/cover no-repeat;
	height: 125px;
	z-index: 2;
}
.navigation .logo-holder {
	margin-left: 60px;
	margin-right: 60px;
	height: 125px;
	background-color: transparent;
	display: inline-block;
	line-height: 125px;
}
.navigation .logo-holder img {
	height: 125px;
}
@media only screen and (max-width: 660px) {
	.navigation .logo-holder img {
		padding-top: 30px;
		height: 95px;
	}
}
@media only screen and (min-width: 1251px) {
	.navigation .tablet-menu-button {
		display: none;
		overflow: hidden;
	}
}
@media only screen and (max-width: 1250px) {
	.navigation .tablet-menu-button {
		display: inline-block;
		height: 125px;
		line-height: 125px;
		position: absolute;
		top: 0;
		right: 0;
		padding-right: 25px;
	}
	.navigation .tablet-menu-button span {
		font-size: 50px;
		color: white;
	}
	.navigation .tablet-menu-button .mdi-close {
		display: none;
		overflow: hidden;
	}
}
.navigation #main-menu-toggle:checked ~ .tablet-menu-button .mdi-menu {
	display: none;
	overflow: hidden;
}
.navigation #main-menu-toggle:checked ~ .tablet-menu-button .mdi-close {
	display: inline-block;
}
.navigation .navigation-top-level {
	display: inline-block;
	width: calc(100% - 435px);
	height: 125px;
	padding-right: 30px;
	z-index: 998;
}
@media only screen and (max-width: 1250px) {
	.navigation .navigation-top-level {
		width: 100%;
		background-color: #4d5259;
		max-height: 0 !important;
		position: relative;
		transition: 0.5s;
		padding-right: 0;
		overflow: hidden;
		height: auto !important;
	}
}
.navigation .navigation-top-level .navigation-top-link {
	display: inline-block;
	width: calc(100% / 7.4);
	text-align: center;
	color: white;
	position: relative;
	height: 125px;
	font-weight: 100 !important;
}
.navigation .navigation-top-level .navigation-top-link a {
	font-weight: 100;
	letter-spacing: 2px;
}
@media only screen and (max-width: 1250px) {
	.navigation .navigation-top-level .navigation-top-link {
		display: block !important;
		width: 100%;
		line-height: 42px;
		min-width: 0px;
		height: 54px;
		-webkit-transform: translatey(0);
		transform: translatey(0);
		top: 0;
	}
	.navigation .navigation-top-level .navigation-top-link a {
		top: 0;
		height: auto;
		-webkit-transform: translatey(0);
		transform: translatey(0);
	}
}
.navigation .navigation-top-level .navigation-top-link:hover .navigation-first-sublevel {
	max-height: 500px;
	display: inline-block;
	position: absolute;
	top: calc(100% - 30px);
	left: -50%;
	right: -50%;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10000000;
}
.navigation .navigation-top-level .navigation-top-link .navigation-first-sublevel {
	max-height: 0px;
	transition: 0.5s;
	overflow: hidden;
	position: absolute;
	left: -50%;
	right: -50%;
	margin: 0 auto;
	width: 200px;
	top: calc(100% - 30px);
	z-index: 10000000;
}
.navigation .navigation-top-level .navigation-top-link .navigation-first-sublevel .navigation-sub-link {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid white;
	z-index: 998;
	display: block;
}
.navigation .navigation-top-level .navigation-top-link .navigation-first-sublevel .navigation-sub-link:last-of-type {
	border: none;
}
.navigation .navigation-top-level .navigation-top-link .navigation-first-sublevel .navigation-sub-link a {
	display: inline;
}
.navigation .navigation-top-level .navigation-top-link a {
	z-index: 998;
	display: inline-block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: white;
	line-height: 27px;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 2px solid transparent;
}
.navigation .navigation-top-level .navigation-top-link a:hover {
	border-bottom: 2px solid white;
}
.navigation #main-menu-toggle:checked ~ .navigation-top-level {
	width: 100%;
	height: auto !important;
	background-color: #4d5259;
	max-height: 1600px !important;
	position: relative;
	transition: 0.5s;
}
.navigation #main-menu-toggle:checked ~ .navigation-top-level .navigation-top-link {
	display: block !important;
	width: 100%;
	line-height: 42px;
	min-width: 0px;
	height: auto;
	top: 0;
	-webkit-transform: translatey(0);
	transform: translatey(0);
}
.navigation #main-menu-toggle:checked ~ .navigation-top-level .navigation-top-link a {
	top: 0;
	-webkit-transform: translatey(0);
	transform: translatey(0);
}
.navigation #main-menu-toggle:checked ~ .navigation-top-level .navigation-top-link .navigation-first-sublevel {
	position: relative;
	width: 100%;
	background-color: #78828d;
	display: block;
	max-height: 0px;
	top: 0;
	left: 0;
	right: 0;
	line-height: 35px;
	color: white;
}
.navigation #main-menu-toggle:checked ~ .navigation-top-level .navigation-top-link .navigation-first-sublevel .navigation-sub-link {
	border-bottom: none;
	line-height: 0px;
	height: 42px;
}
.navigation #main-menu-toggle:checked ~ .navigation-top-level .navigation-top-link input[type="checkbox"]:checked ~ .navigation-first-sublevel {
	width: 100%;
	max-height: 600px;
}

.hero-holder {
	margin-top: 173px;
	width: 100%;
	position: relative;
}
.hero-holder .image-and-referral {
	width: 100%;
}
.hero-holder .image-and-referral .top-hero-image {
	width: 100%;
	height: 42vw;
	background-size: cover;
	background-position: bottom left;
	min-height: 700px;
}
@media only screen and (max-width: 1250px) {
	.hero-holder .image-and-referral .top-hero-image {
		min-height: 0;
		background-image: url(/wp-content/themes/ash_theme/assets/images/ASH-site-header.jpg) !important;
	}
}
.hero-holder .image-and-referral .referral-line-holder {
	height: 70px;
	background-color: #0e8bac;
	line-height: 70px;
	padding-left: 10%;
}
@media only screen and (max-width: 660px) {
	.hero-holder .image-and-referral .referral-line-holder {
		height: auto;
	}
}
.hero-holder .image-and-referral .referral-line-holder .referral-line {
	font-size: 25px;
	font-weight: bold;
	line-height: 70px;
	margin-left: 15px;
	text-decoration: none;
	color: white;
	letter-spacing: 5px;
}
.hero-holder .hero-overlay {
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 585px;
	padding: 70px 65px;
}
@media only screen and (max-width: 1250px) {
	.hero-holder .hero-overlay {
		display: none;
		overflow: hidden;
	}
}
.hero-holder .hero-overlay .hero-overlay-content .hero-overlay-p {
	text-align: center;
	color: white;
	font-size: 19px;
	line-height: 30px;
	font-weight: 100;
	margin-bottom: 40px;
}
.hero-holder .hero-overlay .hero-overlay-content .hero-overlay-button {
	height: 110px;
	width: 390px;
	display: block;
	margin: 0 auto;
	border: 2px solid #0e8bac;
	color: white;
	letter-spacing: 7px;
}
.hero-holder .hero-overlay .hero-overlay-content .hero-overlay-button .hero-overlay-text {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 20px;
}
.hero-holder .hero-overlay .hero-overlay-content .hero-overlay-button .hero-overlay-text a {
	font-size: 20px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.hero-holder .hero-overlay .hero-overlay-content a {
	text-decoration: none !important;
	display: block;
	clear: both;
}
.hero-holder .hero-overlay .hero-overlay-content a .hero-overlay-button {
	text-decoration: none;
}
.hero-holder .hero-overlay .hero-overlay-content a .hero-overlay-button .hero-overlay-text {
	text-decoration: none;
}
.hero-holder .hero-overlay .hero-overlay-content a .hero-overlay-button .hero-overlay-text b {
	font-weight: bold;
}

.slideshow {
	display: inline-block;
	width: 100%;
	margin-top: -3px;
	vertical-align: baseline;
	margin-bottom: 110px;
}
@media only screen and (max-width: 660px) {
	.slideshow {
		margin-bottom: 0;
	}
}
.slideshow .slick-slider {
	margin-bottom: 122px;
	position: relative;
}
@media only screen and (max-width: 660px) {
	.slideshow .slick-slider {
		margin-bottom: 0;
	}
}
.slideshow .slick-slider .slick-slide {
	color: white;
	font-size: 27px;
	text-align: center;
	padding: 0;
	line-height: 0;
	float: left;
	height: auto;
}
.slideshow .slick-slider .slick-slide img {
	display: inline-block;
	margin: 0;
	width: 100%;
	height: auto;
}
.slideshow .slick-slider .slick-prev {
	background: url("assets/images/left-arrow.png") no-repeat center rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 75px;
	left: 0;
	z-index: 1;
}
.slideshow .slick-slider .slick-prev:before {
	content: "";
	color: black;
}
.slideshow .slick-slider .slick-next {
	background: url("assets/images/right-arrow.png") no-repeat center rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 75px;
	right: 0;
}
.slideshow .slick-slider .slick-next::before {
	content: "";
	color: black;
}
.slideshow .slick-slider .slick-dots {
	bottom: -120px;
	height: 120px;
	white-space: nowrap;
	overflow: auto;
	width: 100%;
}
.slideshow .slick-slider .slick-dots img {
	width: 240px;
	height: 120px;
}
.slideshow .slick-slider .slick-dots li {
	display: inline-block;
	margin-right: 100px;
	height: 100%;
	width: 140px;
	margin-left: 0;
}

.mCustomScrollbar {
	background-color: #f9db89;
	width: 100%;
}

@media only screen and (max-width: 660px) {
	.mCustomScrollBox {
		display: none;
		overflow: hidden;
	}
}

.mcsb_dragger_bar {
	background-color: rgba(14, 139, 172, 0.65) !important;
	border-radius: 0;
	display: inline-block;
	height: 17px;
	margin: 5px auto;
}

.mCSB_dragger_bar {
	background-color: rgba(14, 139, 172, 0.65) !important;
	border-radius: 0;
	display: inline-block;
	height: 120px;
	margin: 0 auto !important;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(14, 139, 172, 0.65);
	height: 17px;
	border-radius: 0;
	margin: 0px 0;
	width: 240%;
	font-size: 0.85em;
	top: 50px;
	display: inline-block;
	position: absolute;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 15px !important;
}

.testimonials-static-header {
	text-align: center;
	background-color: #78828d;
	color: #ffffff;
	font-size: 25px;
	line-height: 25px;
	padding-top: 60px;
	padding-bottom: 60px;
	letter-spacing: 5px;
}

.testimonials {
	background-color: #78828d;
	color: #ffffff;
	text-align: center;
	margin-bottom: 80px;
}
.testimonials .testimonial-slide-top {
	font-size: 15px;
	letter-spacing: 5px;
	width: calc(100% - 100px);
	display: inline-block;
	padding-bottom: 25px;
}
.testimonials .testimonial-slide-bottom {
	font-size: 25px;
	line-height: 40px;
	width: calc(100% - 300px);
	padding-bottom: 60px;
	display: inline-block;
	color: white;
}
.testimonials .testimonial-slide-bottom p {
	color: white;
}
.testimonials .slick-slide {
	height: auto;
}
.testimonials .slick-prev {
	background: url("assets/images/left-arrow.png") no-repeat center !important;
	width: 65px;
	height: 55px;
	left: 0;
	top: 0;
	z-index: 2;
}
.testimonials .slick-prev:hover {
	color: white !important;
}
.testimonials .slick-prev:before {
	content: "";
	color: black;
}
.testimonials .slick-next {
	background: url("assets/images/right-arrow.png") no-repeat center !important;
	width: 75px;
	right: 0;
	top: 0;
	z-index: 2;
	height: 55px;
}
.testimonials .slick-next:hover {
	color: white !important;
}
.testimonials .slick-next::before {
	content: "";
	color: black;
}

h1 {
	color: #0e8bac;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: bold;
	font-size: 27px;
	padding-top: 30px;
	margin-bottom: 35px;
	letter-spacing: 2px;
	line-height: 32px;
}

h2 {
	font-size: 31px;
	line-height: 48px;
	font-weight: 900;
	color: #78828d;
	text-align: center;
	margin-bottom: 45px;
	display: block;
	width: 100%;
}

h3 {
	margin-bottom: 15px;
}

h5 {
	color: #0e8bac;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: bold;
	font-size: 22px;
}

p {
	font-size: 26px;
	color: #78828d;
	line-height: 45px;
	padding-bottom: 30px;
}

.content-section {
	padding-left: 12%;
	padding-right: 12%;
	padding-bottom: 70px;
	padding-top: 10px;
}
@media only screen and (max-width: 660px) {
	.content-section {
		padding-bottom: 40px;
		padding-top: 40px;
	}
}

.two-column {
	-webkit-columns: 2;
	columns: 2;
	-webkit-column-gap: 70px;
	column-gap: 70px;
}
@media only screen and (max-width: 1250px) {
	.two-column {
		-webkit-columns: 1;
		columns: 1;
	}
}

.areas-of-expertiese {
	background-color: #0e8bac;
	text-align: center;
	padding-bottom: 50px;
}
.areas-of-expertiese .p1 {
	color: white;
}
.areas-of-expertiese .column {
	width: 50%;
	float: left;
	text-align: center;
}
@media only screen and (max-width: 660px) {
	.areas-of-expertiese .column {
		width: 100%;
		float: none;
	}
}
.areas-of-expertiese ul {
	text-align: left;
	text-align: left;
	display: inline-block;
	margin: 0 auto;
}
@media only screen and (max-width: 660px) {
	.areas-of-expertiese ul {
		display: block;
	}
}
.areas-of-expertiese ul ul {
	float: none;
}
.areas-of-expertiese ul li {
	display: block;
	vertical-align: text-top;
	color: white;
	padding-bottom: 20px;
	text-align: left;
	font-size: 20px;
	position: relative;
	padding-right: 10px;
	padding-left: 20px;
	box-sizing: border-box;
}
.areas-of-expertiese ul li:before {
	content: "";
	height: 8px;
	width: 8px;
	border-radius: 4px;
	background-color: white;
	color: white;
	top: 8px;
	left: 5px;
	position: absolute;
	border-color: white;
	display: inline-block;
	margin-right: 10px;
}
.areas-of-expertiese ul li ul {
	display: block;
	-webkit-columns: 1;
	columns: 1;
	width: 100%;
	margin-top: 25px;
}
.areas-of-expertiese ul li ul li {
	display: block;
}

.expertise-background {
	background-color: #0e8bac;
	padding-bottom: 70px;
}

.news-item-wrapper .news-image {
	width: 43%;
	display: inline-block;
}
.news-item-wrapper .news-image img {
	width: 100%;
}
@media only screen and (max-width: 660px) {
	.news-item-wrapper .news-image {
		width: 100%;
		display: block;
		margin-bottom: 30px;
	}
}

.news-item-wrapper .news-content-wrapper {
	display: inline-block;
	width: 56%;
	margin-top: -5px;
	padding-left: 30px;
	padding-bottom: 30px;
}
@media only screen and (max-width: 660px) {
	.news-item-wrapper .news-content-wrapper {
		padding-left: 0;
		width: 100%;
		display: block;
	}
}
.news-item-wrapper .news-content-wrapper .new-content-title {
	color: #0e8bac;
	line-height: 30px;
	letter-spacing: 5px;
	font-weight: bold;
	font-size: 25px;
	display: block;
}
.news-item-wrapper .news-content-wrapper .new-content-date {
	color: #0e8bac;
	line-height: 30px;
	letter-spacing: 5px;
	font-weight: bold;
	font-size: 20px;
	display: block;
	padding-bottom: 15px;
}
.news-item-wrapper .news-content-wrapper p {
	padding-bottom: 15px;
}
.news-item-wrapper .news-content-wrapper a {
	color: #023256 !important;
}

.like-a-button {
	height: 110px;
	width: 390px;
	display: block;
	margin: 0 auto;
	border: 2px solid #0e8bac;
	color: #0e8bac;
	text-align: center;
	line-height: 110px !important;
	font-size: 25px;
	font-weight: 100;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 60px;
}
@media only screen and (max-width: 660px) {
	.like-a-button {
		width: 300px;
		max-width: 100%;
		height: auto;
	}
}

.referral-section {
	background-color: #78828d;
	color: white !important;
}
.referral-section h1 {
	color: white;
}
.referral-section p {
	color: white;
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: 100;
}
.referral-section h3 {
	font-weight: bold;
	font-size: 25px;
}
.referral-section h6 {
	font-style: italic;
	font-weight: 100;
	line-height: 31px;
}
.referral-section ul {
	padding-left: 20px;
}
.referral-section ul li {
	color: white;
	font-size: 20px;
	margin-bottom: 15px;
}
.referral-section ul li:before {
	content: "";
	height: 8px;
	width: 8px;
	border-radius: 4px;
	background-color: white;
	color: white;
	top: -3px;
	position: relative;
	border-color: white;
	display: inline-block;
	margin-right: 10px;
}

.facility-feature-wrapper {
	width: 100%;
	height: 33.3vw;
	white-space: nowrap;
}
@media only screen and (max-width: 660px) {
	.facility-feature-wrapper {
		white-space: normal;
	}
}
@media only screen and (max-width: 660px) {
	.facility-feature-wrapper {
		height: 300vw;
	}
}
.facility-feature-wrapper .facility-feature {
	display: inline-block;
	margin-left: -1px;
	margin-right: -3px;
	width: calc((100vw * 0.33333) - 0.01px);
	height: 33.3vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
@media all and (-ms-high-contrast: none) {
	.facility-feature-wrapper .facility-feature {
		width: 33vw;
	}
}
@media only screen and (max-width: 660px) {
	.facility-feature-wrapper .facility-feature {
		width: 100vw;
		height: 100vw;
	}
	.facility-feature-wrapper .facility-feature:last-of-type {
		width: 100vw;
	}
}
.facility-feature-wrapper .facility-feature .facility-feature-text {
	position: relative;
	top: 22.2vw;
	height: 11.1vw;
	text-align: center;
	line-height: 25px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 24px;
	font-weight: lighter;
}
@media only screen and (max-width: 1250px) {
	.facility-feature-wrapper .facility-feature .facility-feature-text {
		top: 22.2vw;
		height: 11.1vw;
	}
}
@media only screen and (max-width: 660px) {
	.facility-feature-wrapper .facility-feature .facility-feature-text {
		top: 50vw;
		height: 50vw;
	}
}
.facility-feature-wrapper .facility-feature .facility-feature-text .facility-feature-text-inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 10%;
}

.resource-section a {
	position: relative;
	width: 20%;
	height: 250px;
	margin: 0 2% 40px 2%;
	display: inline-block;
	-webkit-column-break-inside: avoid;
	break-inside: avoid-column;
	page-break-inside: avoid;
	page-break-before: always;
	text-align: center;
	text-decoration: none;
	margin-bottom: 40px;
}
@media only screen and (max-width: 1250px) {
	.resource-section a {
		width: 28%;
	}
}
@media only screen and (max-width: 660px) {
	.resource-section a {
		width: 95%;
	}
}
.resource-section a img {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.resource-section a .resource-text {
	text-align: center;
	text-transform: uppercase;
	color: #78828d;
	font-size: 21px;
	font-weight: bold;
}

.jobs-section .job-wrapper {
	margin-bottom: 30px;
}

.jobs-section h2 {
	text-align: left;
	font-size: 28px;
}

.jobs-section .job-title {
	color: #0e8bac;
	line-height: 30px;
	letter-spacing: 5px;
	font-weight: bold;
	font-size: 25px;
	display: block;
}

.full-page-width-image {
	width: 100%;
	height: 42vw;
	background-size: cover;
	background-position: center center;
}

.contact-section {
	background-color: #0e8bac;
	color: white;
	padding-bottom: 45px;
	display: block;
}
.contact-section h1 {
	color: white;
	display: block;
}
.contact-section iframe {
	display: inline-block;
	width: 35vw;
	height: 35vw;
}
@media only screen and (max-width: 1250px) {
	.contact-section iframe {
		display: none;
		overflow: hidden;
	}
}
.contact-section .contact-info {
	display: inline-block;
	width: 35vw;
	height: 35vw;
	position: absolute;
	right: 12vw;
	text-align: center;
}
@media only screen and (max-width: 1250px) {
	.contact-section .contact-info {
		display: block;
		width: 100%;
		height: inherit;
		position: static;
	}
}
.contact-section .contact-box {
	max-width: 100%;
	text-align: center;
	display: inline-block;
	position: relative;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	font-weight: bold;
}
@media only screen and (max-width: 1250px) {
	.contact-section .contact-box {
		top: 0;
		-webkit-transform: translatey(0);
		transform: translatey(0);
	}
}
.contact-section .contact-box a,
.contact-section .contact-box p {
	line-height: 40px;
	color: white !important;
	font-size: 28px;
	margin-bottom: 0px;
}
.contact-section .contact-box .contact-divider {
	display: block;
	border: 1px solid #ffffff;
	margin: 0 auto;
	margin-bottom: 50px;
}
.contact-section .contact-box a {
	color: white;
	text-decoration: none;
}
.contact-section .contact-box b {
	color: white;
	line-height: 30px;
}
.contact-section .address {
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 100px;
}

.footer-top,
.footer-bottom {
	width: 100%;
	display: block;
	font-size: 14px;
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 18px;
	text-align: center;
	font-weight: 100;
}

.footer-top {
	background-color: #78828d;
}

.footer-bottom {
	background-color: #b0b4bb;
}

.vertically-center {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
}

.center-image-fifty {
	margin-top: 65px;
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-bottom: -15px;
}
@media only screen and (max-width: 660px) {
	.center-image-fifty {
		margin-top: 20px;
	}
}
.center-image-fifty img {
	display: inline-block;
	width: 40%;
}
@media only screen and (max-width: 660px) {
	.center-image-fifty img {
		width: 100%;
	}
}

.midpage-communicare-about {
	background-color: #023256;
	color: white;
}
.midpage-communicare-about .midpage-image-and-text {
	margin-bottom: 0px;
	display: block;
	clear: both;
}
.midpage-communicare-about .midpage-image-and-text:after {
	display: table;
	content: "";
	clear: both;
}
.midpage-communicare-about .midpage-image-and-text p {
	color: white;
	font-size: 30px;
	font-weight: 900;
}
.midpage-communicare-about .midpage-image-and-text img {
	float: right;
	position: relative;
	top: -0px;
	width: 30vw;
}
@media only screen and (max-width: 660px) {
	.midpage-communicare-about .midpage-image-and-text img {
		width: 100%;
		display: block;
	}
}
.midpage-communicare-about .midpage-just-text {
	display: block;
}
.midpage-communicare-about .midpage-just-text p {
	color: white;
	font-size: 27px;
}

.white-border-text {
	color: white !important;
	border-color: white;
	font-weight: 100 !important;
	margin-bottom: 0 !important;
}

.joint-commission-section {
	display: block;
	width: 100%;
	position: relative;
	padding: 0 !important;
	margin-bottom: 70px;
}
.joint-commission-section .joint-comission-text {
	display: inline-block;
	width: calc(100% - 170px - 24%);
	white-space: normal;
	font-size: 29px;
	line-height: 30px;
	color: #0e8bac;
	font-weight: bold;
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
}
@media only screen and (max-width: 660px) {
	.joint-commission-section .joint-comission-text {
		font-size: 15px;
	}
}
.joint-commission-section img {
	display: inline-block;
	position: relative;
	top: 0;
	height: 150px;
	margin-right: 20px;
	margin-left: 12%;
}

.news-page-single h1 {
	text-align: left;
	margin: 0;
}

.news-page-single h5 {
	color: #0e8bac;
	line-height: 60px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
}

.news-page-single img {
	width: 33vw;
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
	position: relative;
	top: 15px;
}
@media only screen and (max-width: 660px) {
	.news-page-single img {
		width: 100%;
		padding-left: 0;
	}
}

.contact-form {
	margin-top: 60px;
}
.contact-form .gfield_required {
	display: none;
	overflow: hidden;
}
.contact-form .ginput_container {
	width: 100%;
	font-size: 22px;
}
.contact-form .ginput_container input,
.contact-form .ginput_container textarea {
	width: 100%;
	border: none;
	background-color: #b7e2ea;
	color: #78828d;
	margin-bottom: 40px;
	padding: 15px;
	letter-spacing: 3px;
}
.contact-form .ginput_container input::-webkit-input-placeholder,
.contact-form .ginput_container textarea::-webkit-input-placeholder {
	text-transform: uppercase;
}
.contact-form .ginput_container input:-ms-input-placeholder,
.contact-form .ginput_container textarea:-ms-input-placeholder {
	text-transform: uppercase;
}
.contact-form .ginput_container input::placeholder,
.contact-form .ginput_container textarea::placeholder {
	text-transform: uppercase;
}
.contact-form .ginput_container textarea {
	height: 315px;
}
.contact-form #gform_submit_button_1 {
	height: 110px;
	width: 390px;
	display: block;
	margin: 0 auto;
	border: 2px solid White;
	background-color: transparent;
	color: Whtie;
	text-align: center;
	line-height: 110px !important;
	font-size: 25px;
	font-weight: 100;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 60px;
}
@media only screen and (max-width: 660px) {
	.contact-form #gform_submit_button_1 {
		width: 300px;
		max-width: 100%;
		height: auto;
	}
}

.like-a-button-referral {
	height: 110px;
	width: 390px;
	display: block;
	margin: 0 auto;
	border: 2px solid White;
	background-color: transparent;
	color: white;
	text-align: center;
	line-height: 110px !important;
	font-size: 25px;
	font-weight: 100;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 40px;
}
@media only screen and (max-width: 660px) {
	.like-a-button-referral {
		width: 300px;
		max-width: 100%;
		height: auto;
	}
}

#referral-overlay:checked ~ .referral-overlay-container {
	display: block;
}

.referral-overlay-container {
	display: none;
	overflow: hidden;
	padding: 0 10%;
	max-height: 100vh;
	max-width: 100vw;
	min-height: 100vh;
	min-width: 100vw;
	overflow-y: scroll;
	left: 0;
	top: 0;
	z-index: 10;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.95);
	color: #78828d;
}
.referral-overlay-container h1 {
	color: #78828d;
}
.referral-overlay-container label {
	color: #78828d;
	display: inline-block;
	margin-bottom: 20px;
}
.referral-overlay-container .gfield {
	display: inline-block;
	width: 47%;
}
.referral-overlay-container .gfield:nth-of-type(odd) {
	margin-right: 3%;
}
.referral-overlay-container .gfield:last-of-type {
	width: 100%;
	margin-right: 0;
}
.referral-overlay-container .gfield::before {
	display: none;
	overflow: hidden;
}
.referral-overlay-container .gfield:nth-of-type(2) label {
	color: transparent;
}
.referral-overlay-container .gfield:nth-of-type(4) label {
	color: transparent;
}
.referral-overlay-container .gfield_required {
	display: none;
	overflow: hidden;
}
.referral-overlay-container .ginput_container {
	width: 100%;
	font-size: 26px;
	color: #78828d;
}
.referral-overlay-container .ginput_container input,
.referral-overlay-container .ginput_container textarea {
	display: inline-block;
	width: 100%;
	border: none;
	background-color: #b7e2ea;
	color: #78828d;
	margin-bottom: 40px;
	padding: 15px;
	letter-spacing: 3px;
	font-size: 16px;
}
.referral-overlay-container .ginput_container input::-webkit-input-placeholder,
.referral-overlay-container .ginput_container textarea::-webkit-input-placeholder {
	text-transform: uppercase;
}
.referral-overlay-container .ginput_container input:-ms-input-placeholder,
.referral-overlay-container .ginput_container textarea:-ms-input-placeholder {
	text-transform: uppercase;
}
.referral-overlay-container .ginput_container input::placeholder,
.referral-overlay-container .ginput_container textarea::placeholder {
	text-transform: uppercase;
}
.referral-overlay-container .ginput_container textarea {
	height: 265px;
}
.referral-overlay-container .input-33 {
	width: 30% !important;
	display: inline-block;
	margin-right: 3.3% !important;
}
.referral-overlay-container #gform_submit_button_2 {
	height: 110px;
	width: 390px;
	display: block;
	margin: 0 auto;
	border: 2px solid #0e8bac;
	color: #0e8bac;
	background-color: transparent;
	text-align: center;
	line-height: 110px !important;
	font-size: 25px;
	font-weight: 100;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 60px;
}
@media only screen and (max-width: 660px) {
	.referral-overlay-container #gform_submit_button_2 {
		width: 300px;
		max-width: 100%;
		height: auto;
	}
}
.referral-overlay-container #field_2_8 {
	width: 100% !important;
}
.referral-overlay-container #field_2_8 .label {
	width: auto;
}
.referral-overlay-container #field_2_8 .ginput_container {
	width: auto !important;
}
.referral-overlay-container .ginput_container_radio {
	width: 200px;
	display: inline-block;
	position: relative;
	top: -15px;
}
.referral-overlay-container .ginput_container_radio ul li {
	display: inline-block;
}
.referral-overlay-container .ginput_container_radio ul li input[type="radio"] {
	position: absolute;
	visibility: hidden;
}
.referral-overlay-container .ginput_container_radio ul li input[type="radio"]:checked ~ label::before {
	background-color: green;
}
.referral-overlay-container .ginput_container_radio ul li label {
	display: inline-block;
	width: auto;
}
.referral-overlay-container .ginput_container_radio ul li label::before {
	content: "";
	display: inline-block;
	height: 40px;
	width: 40px;
	position: relative;
	top: 10px;
	margin-right: 20px;
	background-color: #b7e2ea;
}
.referral-overlay-container .close-overlay {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 30px;
}

p {
	max-width: 1200px;
	margin: 0 auto;
}

label {
	cursor: pointer;
}

.content-width-limit {
	display: block;
	margin: 0 auto;
	max-width: 1400px;
}

.conditions-wrapper {
	width: 70%;
	margin: 0 auto;
}
.conditions-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

ul.classic {
	padding-left: 40px;
}
ul.classic li {
	list-style-type: disc;
}
ul.classic ul {
	padding-left: 40px;
}
ul.classic ul li {
	list-style-type: circle;
}

.acute-care-section ul {
	padding-left: 40px;
	list-style-type: disc;
	font-size: 26px;
	color: #78828d;
	line-height: 45px;
}
.acute-care-section ul li {
	list-style-type: disc;
}
.acute-care-section ul ul {
	list-style-type: circle;
}
.acute-care-section ul ul li {
	list-style-type: circle;
}

.pop-up {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.pop-up-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background-color: #3d8aa9;
}

.pop-up-container {
	position: relative;
	width: 930px;
	padding: 50px;
	color: #ffffff;
	background-color: #3d8aa9;
	text-align: center;
}

.pop-up-container::before {
	content: "";
	background-image: url("/wp-content/themes/ash_theme/assets/images/LTACH-icon.svg");
	background-position: 50%;
	background-size: 110%;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.07;
}

.pop-up-close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 15px;
	font-size: 20px;
	cursor: pointer;
}

.pop-up-header {
	font-weight: bold;
	font-size: 40px;
	max-width: 550px;
	margin: auto;
}

.pop-up-header h1 {
	color: #ffffff;
	padding: 0;
	margin: 0;
	font-size: 39px;
	font-weight: 700;
	line-height: 45px;
}

.pop-up-content {
	padding-top: 20px;
}

.pop-up-content p {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 25px;
	padding: 14px 0;
}

.pop-up-content a {
	position: relative;
}

.pop-up-content p,
.pop-up-content a,
.pop-up-content a:visited {
	color: #ffffff;
}

.banner {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	display: -webkit-box;
	display: flex;
	padding: 5px 20px;
	background-color: #fff;
	z-index: 11;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-decoration: none;
	font-weight: bold;
}
.banner .banner-button {
	white-space: nowrap;
	text-decoration: none;
	margin: 0 20px;
	border-width: 2px;
	border-style: solid;
	padding: 5px 10px;
	font-weight: normal;
	text-align: center;
}
@media (max-width: 500px) {
	.banner .banner-message {
		font-size: 12px;
	}
}

@media (max-width: 1000px) {
	.pop-up-container {
		width: 80%;
	}
}

@media (max-width: 600px) {
	.pop-up-container::before {
		display: none;
	}
	.pop-up-header {
		font-size: 35px;
	}
	.pop-up-content {
		height: 300px;
		overflow-y: scroll;
	}
	.pop-up-content p {
		word-break: break-word;
	}
}

@media (max-width: 500px) {
	.pop-up-header h1 {
		font-size: 25px;
		line-height: 30px;
	}
	.pop-up-container {
		position: absolute;
		top: 50px;
	}
}

html {
	margin-top: 0 !important;
}

body {
	font-family: "Lato", sans-serif;
	position: relative;
}
