/*
	Theme Name: MCN Health Department
	Theme URI: http://twin41.com
	Description: Custom theme for MCN Health Department by Twin41, LLC
	Version: 1.4.5
	Author: Steven Churchill (@carefulmistake)
	Author URI: http://www.twin41.com
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* Fonts used:  font-family: 'Roboto Condensed', sans-serif; */

/*------------------------------------*\
    PLUGINS
\*------------------------------------*/

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn,
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_menu,
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em;
  line-height: 1.125em;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: 0 0;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:after,
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
.slicknav_nav li,
.slicknav_nav ul {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_menu {
  *zoom: 1;
  font-size: 16px;
  background: #4c4c4c;
  padding: 5px;
}
.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
}
.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  font-size: 0.875em;
}
.slicknav_nav ul {
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.slicknav_nav a {
  text-decoration: none;
  color: #fff;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_brand {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

/* Slick Carousel */
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@charset "UTF-8";

@font-face {
  font-family: "creek";
  src: url("/wp-content/themes/mcnhealth/font/creek.eot?73134611");
  src: url("/wp-content/themes/mcnhealth/font/creek.eot?73134611#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/mcnhealth/font/creek.woff2?73134611")
      format("woff2"),
    url("/wp-content/themes/mcnhealth/font/creek.woff?73134611") format("woff"),
    url("/wp-content/themes/mcnhealth/font/creek.ttf?73134611")
      format("truetype"),
    url("/wp-content/themes/mcnhealth/font/creek.svg?73134611#creek")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'creek';
    src: url('../font/creek.svg?73134611#creek') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "creek";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-left:before {
  content: "\2190";
} /* '←' */
.icon-up:before {
  content: "\2191";
} /* '↑' */
.icon-right:before {
  content: "\2192";
} /* '→' */
.icon-down:before {
  content: "\2193";
} /* '↓' */
.icon-ok:before {
  content: "\2713";
} /* '✓' */
.icon-cancel:before {
  content: "\2715";
} /* '✕' */
.icon-hospital:before {
  content: "\e821";
} /* '' */
.icon-link-ext:before {
  content: "\f08e";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-menu:before {
  content: "\f0c9";
} /* '' */
.icon-id-card-o:before {
  content: "\f2c3";
} /* '' */
.icon-search:before {
  content: "🔍";
} /* '\1f50d' */

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* Typography */
h2 {
  color: #1f6bc9;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.reverse h2 {
  color: #d3f0fe;
}
h3 {
  color: #262526;
  font-size: 2.5rem;
  margin: 0 0 10px 0;
  line-height: 1em;
  font-weight: 300;
}
.reverse h3 {
  color: #fff;
  font-size: 3rem;
  line-height: 1em;
  margin-top: 10px;
  font-weight: 300;
}

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
  font-size: 100%;
  max-width: 100%;
  background-color: lightgrey;
}
body {
  font: 300 16px/1.8 "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #1d1d1d;
  overflow-x: hidden;
  max-width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
}
/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: #1f6bc9;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #000;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
a.tel {
}
input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}
input,
textarea {
  width: 100%;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
  max-width: 1330px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.full-width {
  width: 100%;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.full-heigth {
  height: 100vh;
  position: relative;
}

.main-content {
  margin-top: 0 !important;
  max-width: 1920px;
  width: 100%;
}

.page-wrapper {
  max-width: 1330px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.single-col-feature {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  background-color: #1f5aaf;
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  text-align: center;
}
.single-col-feature .content {
  padding: 100px 30px 50px 30px;
  margin: 0 auto;
}
.single-col-feature h2 {
  color: #fff;
  font-size: 2.5rem;
  /*font-size: 2.5vw;*/
  font-weight: 800;
  text-transform: none;
}
.single-col-feature h3 {
  color: #fff;
}
.single-col-feature .btn {
  margin-top: 30px;
}

.display-posts-listing .date {
  display: block;
}

.toggle-menu {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #1f6bc9;
  color: #fff !important;
  display: inline-block;
  position: relative;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/*.toggle-menu span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -1rem;
}
.toggle-menu span:before {
    transform: rotate(90deg);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.toggle-menu.open span:before {
    transform: rotate(-90deg);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}*/

/* main nav drop down */
.main-nav .has-nav {
  text-align: right;
  font-family: "Source Sans Pro", sans-serif;
}
.main-nav .has-nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  transition: none;
  text-align: left;
}
.main-nav .has-nav > ul {
  display: none;
}
.main-nav .current_page_item > a {
  /*opacity: .5;*/
  color: #1f5aaf;
}
.main-nav .has-nav li {
  color: #fff;
  display: inline-block;
  float: left;
  margin: 0 2px 0 0;
  padding: 12px 0px 0px 0px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.main-nav .has-nav li a {
  text-decoration: none;
  display: block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-nav .has-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.main-nav .has-nav > ul > li > a {
  padding: 20px 10px;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 1.5rem;
  position: relative;
}
.main-nav .has-nav > ul > li:not(.current_page_item) > a:before {
  content: "";
  background-color: #d8d8d8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-nav .has-nav > ul > li:hover > a:before,
.main-nav .has-nav > ul > li.active > a:before {
  height: 6px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-nav .has-nav li:hover {
  cursor: pointer;
}
.main-nav .has-nav > ul > li {
  opacity: 1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-nav .has-nav > ul:hover > li {
  opacity: 0.3;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-nav .has-nav > ul:hover > li:hover {
  opacity: 1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-nav .has-nav ul li ul {
  visibility: hidden;
  opacity: 0;
  float: left;
  min-width: 200px;
  position: absolute;
  padding: 15px;
  margin: 0;
  left: 0;
  z-index: 999;
  line-height: 1.4em;
}
.main-nav .has-nav ul li:hover > ul,
.main-nav .has-nav ul li ul:hover {
  visibility: visible;
  opacity: 1;
  margin-left: 12px;
  background-color: #eee;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.main-nav .has-nav ul li ul li {
  clear: both;
  padding: 5px 0;
  width: 100%;
  box-sizing: border-box;
  text-transform: none;
}
.main-nav .has-nav ul ul ul {
  left: 100%;
  top: 0;
  border-left: 2px solid #d8d8d8;
}

/* header */
.header {
  background-size: cover;
  z-index: 20;
  position: relative;
  z-index: 10;
}
.header ul,
.header li,
.utility-bar ul,
.utility-bar li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header li,
.utility-bar li,
.utility-bar .social {
  display: inline-block;
}
.utility-bar .social {
  border-left: 1px solid #969696;
  padding-left: 15px;
}
.utility-bar .social a {
  padding-right: 0;
}
.has-logo {
  text-align: left;
}
.has-logo a:first-of-type {
  display: block;
}
header .has-logo img {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header.is_stuck .has-logo img {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 50px;
}
header.is_stuck .main-nav-container {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.slicknav_menu {
  background-color: transparent;
}
.slicknav_nav > ul {
  margin: 0;
}
.slicknav_btn {
  display: none;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  background-color: #eee;
  color: #333;
  border-radius: 0;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
  border-radius: 0;
}
.main-nav-container {
  background-color: rgba(255, 255, 255, 0.6);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-nav-container a {
  color: #262526;
  font-size: 0.9rem;
  font-weight: 700;
}
.main-nav-container a:hover {
  color: #1f5aaf;
}
.main-nav-container ul {
  display: inline-block;
}
.main-nav-container > div > ul > li {
  padding-left: 20px;
}
.main-nav-container form {
  display: inline-block;
}
.main-nav ul ul {
  display: none;
  font-weight: 300;
}
.main-nav ul li:hover > ul {
  display: block;
}
.main-nav ul ul {
  display: none;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  z-index: 99999;
  text-align: left;
  line-height: 1.2em;
  width: 220px;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.main-nav li {
  position: relative;
}
.main-nav ul ul li {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.main-nav ul ul li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

form.search {
  position: relative;
  padding-left: 20px;
}
.search-input {
  background-color: transparent;
  border: 1px solid #929292;
  border-radius: 50px;
  padding: 20px 20px;
  box-sizing: border-box !important;
}
.search-submit {
  position: absolute;
  border: 0;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #929292;
  background-color: transparent;
}

.utility-bar {
  background-color: #dbdbdb;
  position: relative;
  z-index: 10;
  padding: 10px 50px;
  font-size: 0.9rem;
}
.utility-bar a {
  color: #181918;
  padding-right: 15px;
}
.utility-bar a span {
  color: #1f64bf;
}

/* utility nav */
.utility-nav {
  text-align: right;
}
.utility-nav ul {
  margin: 0;
  display: inline-block;
}

/* Alert Bar */
.alert-bar {
  background-color: #1f64bf;
  color: #fff;
  position: relative;
  z-index: 5;
}
.alert-bar a {
  color: #fff;
  text-decoration: none;
}
.alert-bar h2 {
  color: #fff;
}
.toggle-alert {
  display: block;
  border-bottom: 1px solid #1a56a5;
}
.toggler {
  padding: 20px;
  border-right: 1px solid #1a56a5;
  display: inline-block;
  margin-right: 30px;
}
.alert-content {
  padding: 30px;
}

/* Site Filter */
.content-filter {
  padding: 10px 30px;
  background-color: #fff;
  color: #fff;
  position: fixed;
  bottom: -50px;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 10;
  -webkit-box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.content-filter .row {
  width: 100%;
}
.content-filter.loaded {
  bottom: 0;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #333;
}
.content-filter .row .col-xs-12 div {
  padding-right: 30px;
  display: inline-block;
}
.content-filter .filter-item a {
  color: #fff;
}
.content-filter .filter-item span {
  border: 3px solid #fff;
  background-color: #fff;
  border-radius: 10px;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.content-filter .filter-item span.active {
  background-color: #1a56a5;
}
.content-filter .consent {
  text-align: right;
  width: 100%;
  padding-right: 0 !important;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.review-box {
  display: none !important;
}

/* Page Header */
.page-header {
  text-align: left;
  padding: 380px 0 100px 0;
  background-size: cover;
  background-position: bottom right;
  background-color: #dbdbdb;
}
.page-header h1 {
  max-width: 50%;
}
h1 {
  font-weight: 300;
  color: #545454;
  font-size: 2rem;
  margin: 0;
  line-height: 0.9em;
}
h1 em {
  font-weight: 700;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-style: normal;
  display: block;
  font-size: 0.6em;
}
h1 strong {
  color: #f3df98;
}

/* Intro Content*/
.intro-content {
  padding: 50px;
  text-align: center;
}
.intro-content p {
  font-size: 1.6rem;
}
.intro-content h2 {
  font-family: "Montserrat";
  color: #4c4c4c;
  font-weight: 700;
}
.intro-content h3 {
  margin-top: 0;
}

/* Three col */
.home .three-columns {
  padding-bottom: 30px;
}
.home .three-columns span.ico-container {
  background-color: #1f6bc9;
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  position: relative;
}
.home .three-columns span.ico-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
}
.home .three-columns h3 {
  margin: 0px;
  font-size: 2rem;
}
.home .three-columns h3 a {
  color: #323133;
}
.home .three-columns h3 a:hover {
  color: #1f6bc9;
}

/* News listing */
.news-listing {
  padding-bottom: 50px;
}
.news-listing h3 {
  font-size: 2.5rem;
  color: #262526;
  font-weight: 300;
  margin: 50px 0 30px 0;
}

/* Facility Info Bar */
.facility-info-bar {
  background-color: #1f6bc9;
  color: #fff;
  padding: 30px 0;
  line-height: 1.2em;
}
.facility-info-bar a,
.facility-info-bar h3 {
  color: #fff;
}
.facility-info-bar h3 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.facility-info-bar .patient-survey-container {
  text-align: right;
}
.facility-info-bar .has-phone {
  border-left: 1px solid #1a56a5;
  padding-left: 30px;
}

/* logo */
.logo {
}
.logo-img {
}
/* nav */
.nav {
}
/* sidebar */
.sidebar {
}
/* footer */
.footer {
  background-color: #262526;
  color: #fff;
  padding-bottom: 15px;
  border-top: 5px solid #fff;
  font-weight: 400;
  padding: 30px 50px 80px 50px;
}
.footer a {
  color: #fff;
}
.footer-nav {
  text-align: right;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  /*font-size: 1.5rem;*/
}
.footer-nav a {
  padding-left: 10px;
}
.footer-nav a:hover {
  text-decoration: underline;
  color: #d3f0fe;
}
.footer-nav ul,
.footer-nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
.footer-nav > ul {
  display: inline-block;
}
.footer-nav > ul > li {
  float: left;
  display: inline-block;
  padding-right: 30px;
}
.footer-nav > ul > li > a {
  font-weight: bold;
  text-transform: uppercase;
}
.footer-content {
  padding-left: 30px !important;
}
.footer-content > p {
  margin-top: 0;
}

.padding-top {
  padding-top: 15px;
}

/*------------------------------------*\
    Components
\*------------------------------------*/

/* Career Filter */
.has-filters {
  padding: 30px 0;
}
/*.has-filters select {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}*/
.career-cards .card {
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  padding: 15px 0;
}
.career-cards .career-type {
  color: #777;
  font-size: 0.9rem;
  float: right;
}
.featured-careers .career-title {
  min-height: 60px;
}
.featured-careers {
  margin-top: 30px;
  margin-bottom: 30px;
}
.featured-careers .featured-card {
  border: 1px solid #dbdbdb;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  padding: 20px;
}
.featured-careers .career-link {
  display: inline-block;
  margin-bottom: 15px;
}
.featured-careers .career-topic {
  color: #777;
  font-size: 0.9rem;
}

/* Accordion */

.accordion {
  margin: 30px 0;
}
.accordion dt,
.accordion dd {
  padding: 10px;
  border: 1px solid #dbdbdb;
  border-bottom: 0;
}
.accordion dt:last-of-type,
.accordion dd:last-of-type {
  border-bottom: 1px solid #dbdbdb;
}
.accordion > dt > a {
  display: block;
  color: black;
  font-weight: bold;
}
.accordion dd {
  border-top: 0;
  padding: 0 20px;
}
.accordion dd:last-of-type {
  border-top: 1px solid white;
  position: relative;
  top: -1px;
}
.accordion span {
  color: #1f5aaf;
  margin-right: 10px;
}

/* Content Blocks */
.home .content-block {
  padding: 0 5%;
  font-size: 1.8rem;
}
.content-block {
  padding: 30px 0;
}
.bkg-gray .content-block {
  padding: 50px;
  background-color: #fff;
}

/* Wide Carousel  */
.wide-carousel h2 {
  margin-bottom: 0;
}
.wide-carousel h2 strong {
  display: block;
  font-size: 1.8rem;
}
.wide-carousel .slide-item {
  background-size: cover;
  background-position: center center;
  width: 100%;
  max-width: 100%;
  text-align: left;
  color: #fff;
  padding: 80px 40px;
  box-sizing: border-box;
}
.btn,
.wide-carousel .slide-item a {
  display: inline-block;
  background-color: #1f6bc9;
  border-radius: 50px;
  color: #fff;
  padding: 15px 40px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
}
.btn:before,
.wide-carousel .slide-item a:before {
  font-family: "creek";
  font-weight: 300;
  padding-right: 15px;
  content: "\2192";
}
.btn.light {
  background-color: #d3f0fe;
  color: #1f6bc9;
  border: 1px solid #d3f0fe;
  box-sizing: border-box;
}
.btn.light:hover {
  border: 1px solid #1f6bc9;
}
.btn.small {
  padding: 0 10px;
  font-size: 0.9rem;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px;
}
.btn.small:before {
  content: "";
  padding: 0;
}
.wide-carousel .slide-item a {
  margin-top: 40px;
}
.btn:hover,
.wide-carousel .slide-item a:hover {
  color: #1f6bc9;
  background-color: #fff;
  text-decoration: none;
}

/* Team Grid */
.team-grid .row {
  height: 100%;
  min-height: 500px;
}
.team-photo {
  background-size: cover;
  min-height: 300px;
}
.team-grid .team-bio {
  background-color: #2f2e2b;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 70px 30px 30px 30px;
  font-weight: 500;
}
.team-bio h4 {
  position: relative;
  color: #f3df98;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.team-bio h4:before {
  content: "";
  position: absolute;
  background: transparent url(/wp-content/themes/mcnhealth/img/ico-gce.png)
    no-repeat top center;
  display: block;
  width: 32px;
  height: 22px;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.team-grid > div:nth-child(4n + 1) .team-bio,
.team-grid > div:nth-child(4n + 4) .team-bio {
  background-color: #1f6bc9;
}

/* Image Grid */
.grid-title {
  background-size: cover;
  color: #fff;
  background-color: #1f6bc9;
  background-image: url(/wp-content/themes/mcnhealth/img/bkg_title.jpg);
  text-align: center;
  padding: 40px 0;
  margin-top: 60px;
}
.grid-title h2 {
  margin: 0;
}
.img-grid > div {
  padding-top: 25%;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.img-grid > div:hover span.label {
  padding: 30px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.img-grid > div:hover span.blend {
  height: 90px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.img-grid > div a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}
.img-grid span.label {
  display: block;
  position: absolute;
  font-size: 1.8rem;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  padding: 25px 0;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.img-grid span.blend {
  background-color: #545558;
  mix-blend-mode: multiply;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .img-grid span.blend {
    opacity: 0.6;
  }
}

/* Carousel Specific */
.caro .slick-dots {
  bottom: 10%;
  display: none;
}
.caro .slick-dots li button:before {
  content: "";
  opacity: 0.7;
  font-size: 2rem;
  color: #fff;
}
.caro .slick-dots li.slick-active button:before {
  color: #1f6bc9;
}
.caro .slick-next {
  right: 5%;
  z-index: 10;
  background-color: #fff;
  padding: 10px;
  height: auto;
  width: auto;
}
.caro .slick-next:before {
  content: "\2192";
  font-family: "creek";
  color: #1f6bc9;
}
.caro .slick-prev {
  left: 5%;
  z-index: 10;
  background-color: #fff;
  padding: 10px;
  height: auto;
  width: auto;
}
.caro .slick-prev:hover,
.caro .slick-next:hover {
  background-color: #1f6bc9;
}
.caro .slick-prev:hover:before,
.caro .slick-next:hover:before {
  color: #fff;
}
.caro .slick-prev:before {
  content: "\2190";
  font-family: "creek";
  color: #1f6bc9;
}

/* Home Events */
.home-events {
  padding: 30px 0 40px 0;
}
.home-events h4 {
  font-size: 2rem;
  font-weight: 300;
  margin: 0;
  line-height: 1em;
  margin-right: 20px;
}
.home-events .notification-item .btn {
  float: right;
}
.home-events .cta-all-events {
  padding-top: 5px;
}

/* Gallery */
.gallery {
  padding: 50px 0;
}
.gallery .row > div {
  padding: 15px;
}
.gallery .row > div a {
  position: relative;
  display: block;
}
.gallery .hover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(47, 46, 43, 0.7);
  z-index: 5;
}
.gallery .hover:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #f3df98;
  font-size: 8rem;
  transform: translate(-50%, -50%);
}
.gallery a:hover .hover {
  opacity: 1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Utility */
.bkg-gray {
  background-color: #d8d8d8;
}
input[type="submit"] {
  background-color: #1f6bc9;
  color: #fff;
  padding: 10px 25px;
  border: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="submit"]:hover {
  background-color: #333;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Facility */
.facility-grid .facility-item {
  padding: 0 15px 60px 15px;
}
.facility-grid .facility-info {
  border: 1px solid #dbdbdb;
  position: relative;
  box-sizing: border-box;
  padding: 20px 20px 50px 20px !important;
  margin: 0 !important;
}
.facility-grid .facility-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.facility-grid .facility-info .btn {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
}
h4.facility-name {
  font-size: 1.6rem;
  line-height: 1.1em;
  margin: 0;
  min-height: 60px;
}

/* Content Filter */
.content-filter-label {
  background-color: #1f6bc9;
  color: #fff;
  border-radius: 40px 0px 0px 40px;
  padding: 15px;
  min-width: 250px;
  position: absolute !important;
  right: 0;
  top: 75%;
  transform: translateY(-50%);
  line-height: 2.2rem;
}
.content-filter-label img {
  display: inline-block;
  margin-right: 10px;
  margin-left: 5px;
}
.content-filter-label.has-tribal img {
  position: relative;
  top: -4px;
}

/* Two Col */
.two-columns {
  padding-top: 25px;
  padding-bottom: 35px;
}
.has-border.two-columns > div:first-of-type {
  border-right: 1px solid #dbdbdb;
  padding-right: 50px;
}
.reverse .has-border.two-columns > div:first-of-type {
  border-color: #4383d3;
}
.has-border.two-columns > div:last-of-type {
  padding-left: 50px;
}
.two-columns ul {
  margin: 0;
  padding: 10px 0 0 0;
}
.two-columns ul li {
  position: relative;
  margin: 0;
  padding: 12px 0 12px 30px;
  list-style-type: none;
}
.two-columns ul li:before {
  content: "";
  background-image: url("/wp-content/themes/mcnhealth/img/arrow-events-news.png");
  background-size: cover;
  width: 8px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0px;
  color: #1f5aaf;
  margin-top: 6px;
}

.display-posts-listing li {
  font-size: 18px;
  line-height: 15px;
}

.display-posts-listing li a {
  font-size: 18px;
  line-height: 28px;
  color: #6d8aba !important;
}

.display-posts-listing li a:hover {
  color: #1f5aaf !important;
}

.reverse .two-columns li:before {
  color: #fff;
}

.full-width.reverse,
.reverse .two-columns {
  background-color: #1f5aaf;
  color: #fff;
  padding: 0;
}
.full-width.reverse a:not(.btn),
.reverse .two-columns a:not(.btn) {
  text-decoration: underline;
}
.reverse .two-columns .is-col {
  background-size: cover;
  background-position: center center;
  /*padding: 40px 0;*/
  padding-top: 40px;
  padding-bottom: 40px;
  /*min-height: 25vw;*/
}
/*.reverse .two-columns .is-col p {
    font-size: 1.75rem;
}*/
.reverse .two-columns h3 {
  color: #d3f0fe;
  text-transform: none;
}
.reverse a {
  color: #fff;
}

.cert-images {
  margin-top: 20px;
}
.cert-images .col-sm-3 {
  padding: 10px 30px;
  border-right: 1px solid #dbdbdb;
  text-align: center;
  height: 145px;
}
.cert-images .col-sm-3:last-of-type {
  border-right: 0;
}
.cert-images .col-sm-3 img {
  max-width: 100%;
  width: auto !important;
  max-height: 145px;
  display: inline-block;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"),
    url("fonts/font-name.woff") format("woff"),
    url("fonts/font-name.ttf") format("truetype"),
    url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------*\
	SLICK CAROUSEL THEME
\*------------------------------------*/

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(31, 100, 191, 0.95);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  background-color: #fff;
  padding: 30px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close:before {
  content: "X";
  z-index: 19994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 25px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: #1f6bc9;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:before:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #1f6bc9;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 767px) {
  .content-filter-label {
    position: relative;
    right: auto;
    top: auto;
    border-radius: 0;
    margin-top: 20px;
    transform: translateY(0%);
  }
  .content-filter .row .col-xs-12 div.filter-label {
    display: block;
  }
  .content-filter .row .col-xs-12 div.filter-item {
    font-size: 0.8rem;
  }
  .utility-bar {
    font-size: 0.9rem;
  }
  .utility-bar .gov-site {
    display: none;
  }
  header .has-logo img {
    height: auto;
  }
  .main-nav .has-main-nav,
  .utility-bar {
    display: none !important;
  }
  .page-header {
    padding: 150px 0 100px 0;
  }
  header .has-logo {
    padding: 0 20px;
    position: relative;
  }
  header .has-logo img {
    max-width: 65%;
    height: auto;
  }
  .news-listing .news-updates {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d2d0d0;
  }
}
@media only screen and (max-width: 1199px) {
  .facility-info-bar .has-phone {
    padding-left: 0.5rem;
    padding-top: 20px;
    border-left: 0;
  }
}
@media only screen and (min-width: 320px) {
}
@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3rem;
    font-size: 3.25vw;
  }
  h2 {
    font-size: 1.2rem;
  }
  .single-col-feature h2 {
    font-size: 2.5vw;
  }
  .toggle-menu {
    display: none;
  }
  .main-nav-container {
    padding: 30px 50px;
    text-align: right;
  }
  .wide-carousel .slide-item {
    height: 100%;
    /*height: 40vw;*/
    min-height: 360px;
    max-width: 100%;
    max-width: 100vw;
    padding: 160px 30px;
    box-sizing: border-box;
    position: relative;
  }
  .wide-carousel .slide-item .content {
    /*position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;*/
    padding-top: 220px;
    padding-right: 40%;
  }
  .single-col-feature {
    /*margin-top: -30px;*/
  }
  .single-col-feature .content {
    padding: 140px 0px;
    max-width: 1060px;
    margin: 0 auto;
  }
  .main-nav .has-nav {
    text-align: left;
  }
  .main-nav .has-nav > ul {
    display: inline-block;
  }
  .slicknav_menu {
    display: none;
  }
  .benefits-content .benefits-item {
    column-count: 3;
    column-gap: 35px;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
    vertical-align: top;
    line-height: 1.4em;
  }
  .benefits-item > * {
    display: inline-block;
    margin: 5px 0;
    width: 100%;
  }
  .two-columns > div {
    padding-right: 35px;
  }
  .home .three-columns {
    position: relative;
    z-index: 1;
    margin-top: -80px;
  }
  .home .three-columns > div {
    padding: 0 20px;
    position: relative;
  }
  .home .three-columns > div:after {
    content: "";
    position: absolute;
    top: 35%;
    right: 0px;
    height: 60%;
    width: 1px;
    border-right: 1px solid #d2d0d0;
  }
  .home .three-columns > div:last-of-type:after {
    border-right: 0;
  }
}
@media only screen and (min-width: 899px) {
  .global-nav a.cta {
    border-left: 5px solid #fff;
    box-sizing: border-box;
  }
  .main-nav .has-nav > ul {
    margin-left: -70px;
  }
  .main-nav .has-nav li {
    padding: 12px 12px 0px 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .wide-carousel.caro .slick-next {
    left: auto;
    right: 0;
    margin-left: 0;
  }
  .wide-carousel.caro .slick-prev {
    left: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1140px) {
  header .has-logo img {
    height: 110px;
    width: auto;
  }
}
@media only screen and (min-width: 1280px) {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}

/* Grids
Basic flexbox */
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

@font-face {
  font-family: "Gotham-Black";
  src: url("/wp-content/themes/mcnhealth/fonts/gotham/Gotham-Black.otf");
}

@font-face {
  font-family: "Gotham-Light";
  src: url("/wp-content/themes/mcnhealth/fonts/gotham/Gotham-Light.otf");
}

@font-face {
  font-family: "Trehuchet-Bold";
  src: url("/wp-content/themes/mcnhealth/fonts/Trebuchet_MS_Font/Trebuchet-Bold.ttf");
}

@font-face {
  font-family: "Trebuchet-MS";
  src: url("/wp-content/themes/mcnhealth/fonts/Trebuchet_MS_Font/Trebuchet-MS.ttf");
}

/* New Header */

.mcn-header {
  position: relative;
}

.mcn-header .mcn-cross-img {
  position: absolute;
  margin-top: 30px;
  margin-left: 18px;
  width: 17.026%;
}

.mcn-header .mcn-top-header {
  background: rgb(53, 84, 151);
  background: linear-gradient(
    0deg,
    rgba(53, 84, 151, 1) 0%,
    rgba(50, 79, 142, 1) 80%,
    rgba(35, 55, 98, 1) 100%
  );
  display: flex;
  justify-content: space-between;
  padding: 68px 40px 19px 16.5%;
}

.mcn-header .mcn-top-header .mcn-top-header {
  display: block;
}

.mcn-header .mcn-top-header .mcn-header-logo {
  height: 1px;
  padding-bottom: 5.875%;
  width: 30.213%;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.mcn-header .mcn-top-header .mcn-utility-nav {
  display: flex;
  align-items: flex-end;
}

.mcn-header .mcn-top-header .mcn-utility-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.mcn-header .mcn-top-header .mcn-utility-nav ul li {
  padding: 0;
  margin: 0;
  margin-right: 30px;
  position: relative;
  font-family: "Trebuchet-MS" !important;
  line-height: 21px;
}

.mcn-header .mcn-top-header .mcn-utility-nav ul li:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 16px;
  top: 3px;
  right: -14px;
}

.mcn-header .mcn-top-header .mcn-utility-nav ul li:last-child {
  margin-right: 0;
}

.mcn-header .mcn-top-header .mcn-utility-nav ul li:last-child:before {
  display: none;
}

.mcn-header .mcn-top-header .mcn-utility-nav ul li a {
  color: #fff;
  font-size: 18px;
  font-family: "Trebuchet-MS" !important;
  line-height: 21px;
}

.mcn-header .mcn-top-header .mcn-utility-nav ul li a:hover {
  color: #bccde8;
}

.mcn-header .mcn-bottom-header {
  background: #2f357f;
  padding: 0 0 0 calc(16.5% - 25px);
}

.mcn-header .mcn-bottom-header .mcn-main-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  text-transform: uppercase;
}

.mcn-header .mcn-bottom-header .mcn-main-nav ul.sub-menu {
  display: none;
  width: max-content;
}

.mcn-header .mcn-bottom-header .mcn-main-nav .menu-item:first-child {
  margin-left: 0;
}

.mcn-header .mcn-bottom-header .mcn-main-nav .menu-item {
  margin-left: -1px;
  font-family: "Trehuchet-Bold" !important;
  position: relative;
}

.mcn-header .mcn-bottom-header .mcn-main-nav .menu-item a {
  color: #fff !important;
  padding: 26px 25px;
  font-weight: bold;
  font-size: 21px;
  position: relative;
  display: block;
}

.mcn-header .mcn-bottom-header .mcn-main-nav .menu-item a:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 16px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.mcn-header .mcn-bottom-header .mcn-main-nav .menu-item:last-child a:before {
  display: none;
}

.mcn-header .mcn-bottom-header .mcn-main-nav .menu-item a:hover {
  background: #fff;
  color: #2f357f !important;
}

.mcn-header
  .mcn-bottom-header
  .mcn-main-nav
  .menu-item:has(.sub-menu:hover)
  > a {
  background: #fff;
  color: #2f357f !important;
}

/* New Footer */

.mcn-footer {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 25px;
}

.mcn-footer .mcn-top-bottom {
  text-align: center;
  padding-top: 75px;
  position: relative;
}

.mcn-footer .mcn-footer-socials {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  display: flex;
  gap: 15px;
}

.mcn-footer-social-icon {
  display: block;
}

.mcn-footer-social-icon img {
  width: 36px;
  height: 36px;
}

.mcn-footer-social-icon-fb img {
  width: 30px;
  height: 30px;
	margin-left: 5px;
}

.mcn-footer-social-icon img:hover {
  opacity: 0.5;
}

.mcn-footer .mcn-footer-bottom {
  bottom: 0;
  width: 100%;
  position: absolute;
}

.mcn-footer-bottom .mcn-footer-social-icon {
  margin-left: 5px;
}

.mcn-footer .mcn-footer-bottom::before {
  content: "";
  visibility: visible;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #315598;
  mix-blend-mode: multiply;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.mcn-footer .mcn-footer-bottom-nav {
  text-align: center;
  position: relative;
  padding: 10px 0;
  display: flex;
  justify-content: center;
}

.mcn-footer .mcn-footer-bottom-nav p {
  margin: 0 !important;
}

.mcn-footer .mcn-footer-bottom a:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 13px;
  top: 4px;
  right: -10px;
}

.mcn-footer .mcn-footer-bottom a {
  color: #fff !important;
  margin-right: 15px;
  position: relative;
  font-family: "Trebuchet-MS";
}

.mcn-footer .mcn-footer-bottom .mcn-footer-social-icon:before {
  display: none;
}

.mcn-footer .mcn-footer-bottom a:hover {
  color: #d3f0fe !important;
}

/* New Homepage */

.duo-cols {
  display: flex;
  gap: 120px;
}

.duo-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: calc(50% - 60px);
  height: 1px;
  padding-bottom: 25.5%;
}

.duo-content {
  width: calc(50% - 60px);
}

.duo-content .duo-header {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #315598;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "Gotham-Black";
}

.duo-copy {
  margin-bottom: 30px;
  font-family: "Trebuchet-MS";
  font-size: 16px;
  line-height: 26px;
  color: rgb(29, 29, 29);
}

.trio-buckets {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
}

.trio-bucket {
  width: calc(33.33% - 40px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  height: 1px;
  padding-bottom: 30.64%;
  border-radius: 25px;
  transition: 0.25s all linear;
}

.trio-bucket:hover {
  box-shadow: 0 20px 10px -11px rgba(0, 0, 0, 0.4);
  margin-top: -20px !important;
}

.trio-bucket .trio-bucket-bottom {
  position: absolute;
  background-color: #315598;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding: 25px 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.trio-bucket-header {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.929vw;
  width: 100%;
  font-weight: bold;
  font-family: "Gotham-Black";
}

.section-wrapper {
  padding: 35px 8.6%;
}

.latest-news {
  margin: 25px 0;
  overflow: hidden;
  position: relative;
}

.latest-news-cols {
  display: flex;
  height: 430px;
}

.news-col-header {
  background-color: #d7e8f7;
  position: relative;
  height: 432px;
  min-width: 186px;
  background-size: cover;
  margin-top: -2px;
}

.news-col-header .news-header {
  text-transform: uppercase;
  color: #315598;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  text-wrap: nowrap;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  left: -30px;
  line-height: 40px;
  font-family: "Gotham-Black";
}

.events-timeline {
  margin: 50px 0;
  background-color: #d7e8f7;
}

.events-cols {
  display: flex;
}

.events-col-header {
  background-color: #d7e8f7;
  position: relative;
  height: 100%;
  min-width: 185px;
  height: 430px;
}

.events-col-header .events-header {
  font-family: "Gotham-Black";
  text-transform: uppercase;
  color: #315598;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  text-wrap: nowrap;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  right: -13px;
  line-height: 40px;
}

.news-buckets {
  display: flex;
  gap: 15px;
  transition: margin-left 0.25s linear;
}

.news-bucket-header {
  font-family: "Trehuchet-Bold";
  font-size: 21px;
  line-height: 28px;
  text-transform: uppercase;
}

.news-bucket {
  height: 430px;
  width: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex !important;
  align-items: flex-end;
}

.news-bucket:first-child {
  margin-left: 0;
}

.news-bucket-bottom {
  padding: 25px;
  text-align: left;
  color: #fff !important;
  width: 100%;
}

.slider-item-wrapper {
  height: 100%;
  padding-bottom: 44.5%;
  height: 1px;
  background-size: cover;
  position: relative;
  padding-left: 9%;
  padding-right: 9%;
  display: block;
}

.slider-item-info {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}

.slider-item-info h2 {
  font-family: "Gotham-Black";
  font-size: 3.5vw;
  line-height: 4vw;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 7px 0px 20px rgba(0, 0, 0, 0.4);
}

.slider-item-info .slider-item-subheader {
  font-family: "Trebuchet-MS";
  font-size: 1.75vw;
  line-height: 2.3vw;
  color: #fff;
  margin-top: 20px;
  text-shadow: 7px 0px 20px rgba(0, 0, 0, 0.4);
}

.carousel-control-next,
.carousel-control-prev {
  width: 6% !important;
}

.carousel-control-prev-icon {
  background-image: url(/wp-content/themes/mcnhealth/img/new/arrow-left-slider.png);
  width: 2vw;
  height: 4vw;
}

.carousel-control-next-icon {
  background-image: url(/wp-content/themes/mcnhealth/img/new/arrow-right-slider.png);
  width: 2vw;
  height: 4vw;
}

.btn.dark-blue {
  font-size: 20px !important;
  font-family: "Trebuchet-MS" !important;
}

.btn.dark-blue:before {
  display: none;
}

.mcn-main-nav .sub-menu {
  position: absolute;
  flex-direction: column;
  background-color: rgba(50, 50, 50, 0.76);
  z-index: 1;
  text-wrap: nowrap;
  left: 0;
  transform: scaleY(0);
  opacity: 0.05;
  visibility: hidden;
  display: none;
  transition: transform 0.4s ease-in-out, opacity ease-in 0.4s;
  transform-origin: top;
}

.mcn-main-nav .sub-menu li {
  position: relative;
  border-bottom: 1px dotted #717171 !important;
}

.mcn-main-nav .sub-menu li:last-child {
  border-bottom: 0 !important;
}

.mcn-header .mcn-bottom-header .mcn-main-nav .sub-menu li a:before {
  display: none;
}

.mcn-header .mcn-bottom-header .mcn-main-nav .sub-menu li a {
  padding: 9px 35px !important;
  font-size: 18px !important;
  text-transform: initial;
}

.mcn-header .mcn-bottom-header .mcn-main-nav .sub-menu li a:hover {
  color: #fff !important;
  background-color: unset !important;
}

.mcn-main-nav .sub-menu li a:hover:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 19px;
  width: 6px;
  height: 11px;
  left: 17px;
  background-color: #fff;
}

.mcn-header
  .mcn-bottom-header
  .mcn-main-nav
  .menu-item-has-children:hover
  .sub-menu {
  transform: scaleY(1) translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  display: flex !important;
}

.mcn-quick-links {
  display: flex;
  justify-content: center;
  gap: 1.5%;
  margin-top: -70px;
  margin-bottom: 50px;
}

.mcn-quick-link {
  filter: drop-shadow(7px 0px 15px rgba(0, 0, 0, 0.1));
  border-radius: 25px;
  height: 212px;
  width: 185px;
  padding: 30px 25px;
  background-color: #fff;
}

.mcn-quick-link:hover {
  background-color: #315598;
}

.mcn-quick-link .mcn-quick-link-title {
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Trehuchet-Bold" !important;
  color: #2f357f;
}

.mcn-quick-link:hover .mcn-quick-link-title {
  color: #fff;
}

.mcn-quick-link-icon {
  height: 79px;
  background-repeat: no-repeat;
  background-position: center;
}

.mcn-quick-link-icon.quick-employee-health {
  background-image: url(/wp-content/themes/mcnhealth/img/new/svgs/blue/employee-health.svg);
}

.mcn-quick-link:hover .mcn-quick-link-icon.quick-employee-health {
  background-image: url(/wp-content/themes/mcnhealth/img/new/svgs/white/employee-health.svg);
}

.mcn-quick-link-icon.quick-infection-prevention {
  background-image: url(/wp-content/themes/mcnhealth/img/new/svgs/blue/infection-prevention.svg);
}

.mcn-quick-link:hover .mcn-quick-link-icon.quick-infection-prevention {
  background-image: url(/wp-content/themes/mcnhealth/img/new/svgs/white/infection-prevention.svg);
}

.mcn-quick-link-icon.quick-mcndh-substitute {
  background-image: url(/wp-content/themes/mcnhealth/img/new/svgs/blue/mcndh-substitute.svg);
}

.mcn-quick-link:hover .mcn-quick-link-icon.quick-mcndh-substitute {
  background-image: url(/wp-content/themes/mcnhealth/img/new/svgs/white/mcndh-substitute.svg);
}

.mcn-quick-link-icon.quick-patient-portal {
  background-image: url(/wp-content/themes/mcnhealth/img/new/svgs/blue/patient-portal.svg);
}

.mcn-quick-link:hover .mcn-quick-link-icon.quick-patient-portal {
  background-image: url(/wp-content/themes/mcnhealth/img/new/svgs/white/patient-portal.svg);
}

.mcn-quick-link-icon.quick-patient-survey {
  background-image: url(/wp-content/themes/mcnhealth/img/new/svgs/blue/patient-survey.svg);
}

.mcn-quick-link:hover .mcn-quick-link-icon.quick-patient-survey {
  background-image: url(/wp-content/themes/mcnhealth/img/new/svgs/white/patient-survey.svg);
}

.mcn-quick-link-icon.quick-pharmacy-refills {
  background-image: url(/wp-content/themes/mcnhealth/img/new/svgs/blue/pharmacy-refills.svg);
}

.mcn-quick-link:hover .mcn-quick-link-icon.quick-pharmacy-refills {
  background-image: url(/wp-content/themes/mcnhealth/img/new/svgs/white/pharmacy-refills.svg);
}

.mcn-quick-link-icon.quick-price-transparency {
  background-image: url(/wp-content/themes/mcnhealth/img/new/svgs/blue/price-transparency.svg);
}

.mcn-quick-link:hover .mcn-quick-link-icon.quick-price-transparency {
  background-image: url(/wp-content/themes/mcnhealth/img/new/svgs/white/price-transparency.svg);
}

@media (max-width: 1600px) {
  .mcn-quick-link {
    height: 182px;
    width: 135px;
    padding: 20px 15px;
  }

  .mcn-quick-link-icon {
    height: 59px;
  }

  .mcn-quick-link .mcn-quick-link-title {
    font-size: 15px;
    line-height: 22px;
  }

  .duo-cols {
    gap: 60px;
  }

  .duo-image {
    width: calc(50% - 30px);
  }

  .duo-content {
    width: calc(50% - 30px);
  }

  .section-wrapper {
    padding: 35px 6%;
  }
}

@media (max-width: 1500px) {
  .section-wrapper {
    padding: 35px 5%;
  }

  .trio-buckets {
    gap: 30px;
  }

  .mcn-header .mcn-bottom-header .mcn-main-nav .menu-item a {
    padding: 21px 20px;
    font-size: 18px;
  }

  .mcn-header .mcn-bottom-header .mcn-main-nav .menu-item a:before {
    height: 13px;
    margin-top: -1px;
  }

  .mcn-header .mcn-top-header .mcn-utility-nav ul li {
    line-height: 18px;
  }

  .mcn-header .mcn-top-header .mcn-utility-nav ul li a {
    font-size: 18px;
    line-height: 18px;
  }

  .mcn-header .mcn-top-header .mcn-utility-nav ul li:before {
    height: 13px;
    top: 3px;
  }
}

@media (max-width: 1400px) {
  .mcn-footer .mcn-footer-socials {
    top: unset;
    right: unset;
    bottom: 85px;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-wrapper {
    padding: 35px 50px;
  }

  .duo-cols {
    gap: 30px;
  }

  .duo-image {
    width: 44%;
  }

  .duo-content {
    width: calc(56% - 30px);
  }

  .duo-content .duo-header {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .duo-copy {
    margin-bottom: 15px;
  }

  .mcn-header .mcn-top-header .mcn-header-logo {
    height: 59px;
    padding-bottom: 0;
    width: 305px;
    background-size: contain !important;
  }
}

@media (max-width: 1250px) {
  .duo-cols {
    flex-direction: column;
  }

  .duo-cols.duo-flipped {
    flex-direction: column-reverse;
  }

  .duo-content {
    width: 100%;
  }

  .duo-image {
    width: 100%;
    height: 400px;
  }

  .trio-buckets {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .trio-bucket {
    width: calc(50% - 15px);
    height: 400px;
    padding-bottom: 0;
    transition: all 0.3s;
  }

  .trio-bucket:hover {
    box-shadow: unset;
    margin-top: 0 !important;
  }

  .trio-bucket:hover .trio-bucket-bottom {
    background-color: #d7e8f7 !important;
  }

  .trio-bucket:hover .trio-bucket-bottom .trio-bucket-header {
    color: #315598 !important;
  }

  .trio-bucket-header {
    font-size: 32px;
  }

  .mcn-header .mcn-bottom-header .mcn-main-nav .menu-item a {
    font-size: 16px;
  }

  .mcn-header .mcn-top-header .mcn-utility-nav ul li {
    line-height: 16px;
  }

  .mcn-header .mcn-top-header .mcn-utility-nav ul li a {
    font-size: 16px;
    line-height: 16px;
  }

  .mcn-header .mcn-top-header .mcn-utility-nav ul li:before {
    height: 13px;
    top: 2px;
  }
}

@media (max-width: 1150px) {
  .mcn-top-header {
    padding: 68px 40px 19px 180px;
    flex-direction: column;
  }

  .mcn-header .mcn-cross-img {
    width: 200px;
    margin-top: 20px;
  }

  .mcn-utility-nav {
    margin-top: 25px;
  }

  .mcn-header .mcn-bottom-header {
    padding: 0 0 0 50px;
  }
}

@media (max-width: 1100px) {
  .mcn-quick-links {
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .mcn-quick-link {
    height: 128px;
    width: 30%;
    padding: 20px 15px;
  }
}

.mcn-mobile-header {
  display: none;
}

.latest-news-mobile {
  display: none;
}

@media (max-width: 1023px) {
  .latest-news-mobile {
    display: block !important;
    margin: 25px 50px !important;
  }

  .latest-news-mobile-header {
    margin-bottom: 30px !important;
  }

  .latest-news-mobile .news-buckets {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .latest-news-mobile .news-bucket {
    width: calc(50% - 15px) !important;
  }

  .latest-news {
    display: none;
  }

  .mcn-top-bottom {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mcn-bottom-header {
    display: none;
  }

  .mcn-header .mcn-top-header .mcn-utility-nav {
    display: none;
  }

  .mcn-mobile-header {
    display: block;
  }

  .mcn-header .mcn-top-header {
    padding: 68px 40px 19px 160px;
    flex-direction: row;
  }

  .mcn-header .mcn-cross-img {
    width: 180px;
  }
}

.slider-item-info-mobile {
  display: none;
}

@media (max-width: 923px) {
  .slider-item-info {
    display: none;
  }

  .slider-item-info-mobile {
    display: block;
  }

  .slider-item-wrapper {
    padding-bottom: 0;
    height: 375px;
  }

  .carousel-control-prev {
    max-height: 375px;
  }

  .carousel-control-next {
    max-height: 375px;
  }

  .carousel-control-prev-icon {
    width: 25px;
    height: 50px;
  }

  .carousel-control-next-icon {
    width: 25px;
    height: 50px;
  }
}

@media (max-width: 900px) {
  .mcn-quick-links {
    padding: 0 25px;
  }

  .mcn-quick-link {
    background-color: #d7e8f7;
    filter: unset;
    height: auto;
  }

  .mcn-footer-socials {
    bottom: 15%;
  }
}

@media (max-width: 700px) {
  .mcn-footer .mcn-footer-socials {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    transform: unset;
    position: relative;
    justify-content: center;
    margin: 25px 0;
  }

  .btn.dark-blue {
    font-size: 16px !important;
  }

  .mcn-footer .mcn-footer-bottom-nav p {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
  }

  .mcn-footer .mcn-footer-bottom-nav {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .mcn-footer .mcn-footer-bottom a:before {
    display: none;
  }

  .mcn-footer .mcn-footer-bottom {
    position: relative;
  }

  .mcn-header .mcn-top-header {
    padding: 39px 40px 19px 100px;
  }

  .mcn-header .mcn-cross-img {
    width: 100px;
  }

  .mcn-header .mcn-top-header .mcn-header-logo {
    height: 39.5px;
    padding-bottom: 0;
    width: 200px;
  }

  .trio-bucket {
    width: 100%;
  }

  #hamburger-button {
    padding: 0;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 50px !important;
  }

  .latest-news-mobile .news-bucket {
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  .section-wrapper {
    padding: 25px 25px;
  }

  .duo-image {
    height: 300px;
  }

  .mcn-quick-link {
    width: calc(50% - 24px);
  }

  .latest-news-mobile {
    margin: 25px 25px !important;
  }
}

@media (max-width: 500px) {
  .mcn-header .mcn-top-header .mcn-header-logo {
    width: 125px;
    height: 26px;
  }

  .mcn-header .mcn-top-header {
    padding: 39px 40px 19px 75px;
  }

  .mcn-header .mcn-cross-img {
    width: 75px;
  }

  .duo-content .duo-header {
    font-size: 24px;
  }

  .trio-bucket-header {
    font-size: 24px;
  }

  .mcn-quick-links {
    padding: 0 10px;
  }

  .trio-bucket {
    height: 350px;
  }

  .slider-item-wrapper {
    padding-bottom: 0;
    height: 300px;
  }

  .carousel-control-prev {
    max-height: 300px;
  }

  .carousel-control-next {
    max-height: 300px;
  }

  .latest-news-mobile-header {
    font-size: 24px !important;
    line-height: 36px !important;
  }

  .slider-item-info-mobile h2 {
    font-size: 24px !important;
    line-height: 36px !important;
  }
}

@media (max-width: 400px) {
  .duo-image {
    height: 250px;
  }
}

.news-slider-btn {
  width: 70px;
  height: 85px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border: 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  transition: all 0.3s linear;
}

.news-slider-btn:hover {
  opacity: 1;
}

.news-slider-btn.news-slider-left-btn {
  background-image: url(/wp-content/themes/mcnhealth/img/new/arrow-left-slider.png);
  left: 186px;
}

.news-slider-btn.news-slider-right-btn {
  background-image: url(/wp-content/themes/mcnhealth/img/new/arrow-right-slider.png);
  right: 0;
}

.news-slider-right-btn.slick-disabled {
  display: none !important;
}

.news-slider-left-btn.slick-disabled {
  display: none !important;
}

.slide-menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #2f357f;
  overflow-x: hidden;
  transition: width 0.5s;
  padding-top: 60px;
  visibility: hidden;
}

.menu-visible {
  visibility: visible;
}

.menu-active {
  width: 25vw;
}
@media (max-width: 991px) {
  .menu-active {
    width: 60vw;
  }
}
@media (max-width: 767px) {
  .menu-active {
    width: 100vw;
  }
}

.bellows-target-title {
  color: #fff !important;
  font-family: "new-kansas", serif !important;
  font-size: 24px;
}

.bellows-submenu {
  background-color: #d3037f !important;
}

.bellows-submenu .bellows-target-title {
  font-size: 24px;
  font-family: "trade-gothic-next-condensed", sans-serif !important;
  margin-left: 30px;
}

.bellows-subtoggle {
  color: #fff !important;
}

/* 
.is-active {
  position: fixed;
  right: 5px;
  top: 20px;
}
*/

.is-active .hamburger-inner,
.is-active .hamburger-inner::before,
.is-active .hamburger-inner::after {
  background-color: #fff !important;
}

.mobile-utility-nav {
  list-style-type: none;
  padding-left: 20px;
}

.mobile-utility-nav li {
  padding-bottom: 20px;
}

.mobile-utility-nav li a {
  color: #fff;
  font-family: "new-kansas", serif;
  font-size: 24px;
}

.bellows-target {
  padding: 10px 20px 10px 20px !important;
}

.is-active .hamburger-inner,
.is-active .hamburger-inner::before,
.is-active .hamburger-inner::after {
  background-color: #fff !important;
}

.hamburger {
  position: relative;
  z-index: 0;
}

.mobile-menu-wrapper-new {
  padding: 20px;
}

.mobile-menu-wrapper-new input[type="search"] {
  margin: 0 auto;
  display: block;
  height: 30px;
  padding: 10px;
  width: calc(100% - 40px);
}

#bellows-main-12 {
  margin-bottom: 0 !important;
  box-shadow: unset !important;
  background: unset !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#bellows-main-0 {
  margin: 0 !important;
}

#menu-header-menu.bellows-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bellows-menu-item {
  background-color: #2f357f !important;
  border: 0;
}

.bellows .bellows-nav .bellows-target > .bellows-target-text {
  font-family: "Trebuchet-MS" !important;
  font-size: 21px;
}

.bellows.bellows-skin-blue-material
  .bellows-nav
  .bellows-item-level-0
  > .bellows-target:hover {
  background: #355497 !important;
}

.bellows.bellows-skin-blue-material
  .bellows-nav
  .bellows-item-level-0
  > .bellows-target,
.bellows.bellows-skin-blue-material
  .bellows-nav
  .bellows-item-level-0
  > .bellows-custom-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.bellows.bellows-skin-blue-material
  .bellows-nav
  .bellows-item-level-0.bellows-active
  > .bellows-target {
  background: #355497 !important;
}

.bellows.bellows-skin-blue-material .bellows-nav .bellows-submenu li {
  background: #d7e8f7 !important;
}

.bellows.bellows-skin-blue-material
  .bellows-nav
  .bellows-submenu
  .bellows-target {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.bellows.bellows-skin-blue-material
  .bellows-nav
  .bellows-submenu
  .bellows-target
  > .bellows-target-text {
  color: #355497 !important;
}

.mobile-menu-wrapper-new-top {
  padding-bottom: 0 !important;
  text-align: right;
}

.mobile-menu-close {
  display: inline-block;
  cursor: pointer;
}

.mobile-menu-close svg {
  color: #fff;
  height: 40px;
  width: 40px;
}

.mobile-menu-container .mobile-menu-close svg {
  color: #355497 !important;
}

.mobile-menu-is-open {
  overflow: hidden !important;
}

.slider-item-info-mobile {
  padding: 25px;
  background: #d3f0fe;
}

.slider-item-info-mobile h2 {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #315598;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "Gotham-Black";
  margin: 0;
}

.slider-item-info-mobile .slider-item-subheader {
  font-family: "Trebuchet-MS";
  font-size: 18px;
  line-height: 30px;
}

.latest-news-mobile-header {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #315598;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "Gotham-Black";
  margin: 0;
}

.mcn-utility-nav-search {
  position: absolute;
  right: 40px;
  top: 40px;
}

.mcn-utility-nav-search input[type="search"] {
  padding: 10px;
  border-radius: 0;
  border: 1px solid #d7e8f7;
  color: #d7e8f7 !important;
  font-family: "Trebuchet-MS";
}

.mcn-utility-nav-search input[type="search"]::placeholder {
  font-family: "Trebuchet-MS";
  color: #d7e8f7 !important;
}

.mcn-utility-nav-search .search-submit {
  color: #d7e8f7;
  top: 46%;
}

.video-slide-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: fill;
  left: 0;
}

.video-slide {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

@media (max-width: 500px) {
  .video-slide {
    max-width: 150%;
  }
}

@media (max-width: 350px) {
  .video-slide {
    max-width: 170%;
  }
}

.eventon_fullcal .evo_fc_day {
  padding: 12px 0 !important;
  font-family: "Trebuchet-MS";
  font-size: 16px !important;
  line-height: 26px;
  color: rgb(29, 29, 29) !important;
  border: 0 !important;
}

.eventon_loadbar_section {
  display: none;
}

.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur,
.ajde_evcal_calendar .evcal_month_line p,
.ajde_evcal_calendar .evo_footer_nav p.evo_month_title {
  font-family: "Trehuchet-Bold";
  font-size: 34px;
  line-height: 28px;
  text-transform: uppercase;
}

.evo_header_title {
  justify-content: center;
  position: relative;
}

.ajde_evcal_calendar {
  z-index: 1px;
}

.events-col-calendar {
  max-width: 600px;
  width: 600px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #fff;
}

#evcal_next {
  position: absolute;
  right: 15px;
  bottom: -4px;
}

#evcal_prev {
  position: absolute;
  left: 0;
  bottom: -4px;
}

.eventon_fullcal .eventon_fc_daynames .evo_fc_day {
  border-radius: 0 !important;
  background-color: transparent !important;
  font-size: 18px !important;
}

.eventon_events_list {
  position: absolute;
  top: 0;
  left: 625px;
  width: 600px;
}

.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur,
.ajde_evcal_calendar .evcal_month_line p,
.ajde_evcal_calendar .evo_footer_nav p.evo_month_title {
  color: #315598 !important;
}

.ajde_evcal_calendar .calendar_header .evcal_arrows:hover,
.evo_footer_nav .evcal_arrows:hover {
  background-color: #315598 !important;
}

.ajde_evcal_calendar .calendar_header {
  margin: 20px 0 10px 0px !important;
}

.evo_cal_above {
  display: none !important;
}

#eventon_loadbar_section {
  display: none !important;
}

.evofc_months_strip .eventon_fc_days .evo_fc_day.has_events span i {
  background-color: #1a009e !important;
}

.alert-bar h2 {
  margin-bottom: 10px;
}

.alert-bar {
  font-family: "Trebuchet-MS";
  background-color: #949599;
}

.toggle-alert {
  border-bottom: 1px solid #747578;
}

.toggler {
  border-right: 1px solid #747578;
}

@media (max-width: 1450px) {
  .eventon_events_list {
    width: 500px;
  }
}

.events-timeline .latest-news-mobile-header {
  display: none !important;
}

@media (max-width: 1350px) {
  .eventon_events_list {
    width: 500px;
  }

  .events-cols {
    padding-top: 25px;
  }

  .events-timeline .latest-news-mobile-header {
    display: block !important;
  }

  .events-col-header {
    display: none;
  }

  .events-timeline {
    background-color: transparent;
    padding: 0 50px;
  }

  /*
  .eventon_events_list {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
  */
}

@media (max-width: 1250px) {
  .events-col-calendar {
    max-width: 500px;
    width: 500px;
  }

  .eventon_events_list {
    top: -20px;
    left: 531px;
  }
}

@media (max-width: 1150px) {
  .events-col-calendar {
    max-width: 400px;
    width: 400px;
  }

  .eventon_events_list {
    top: -20px;
    left: 431px;
  }
}

@media (max-width: 1023px) {
  .ajde_evcal_calendar .calendar_header {
    margin-top: 0 !important;
  }

  .events-cols {
    height: unset;
  }

  .events-cols {
    padding-top: 0;
  }

  .ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur,
  .ajde_evcal_calendar .evcal_month_line p,
  .ajde_evcal_calendar .evo_footer_nav p.evo_month_title {
    font-size: 28px;
  }

  .events-col-calendar {
    max-width: 500px;
    width: 500px;
  }

  .eventon_fullcal {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #fff;
  }

  .events-col-calendar {
    box-shadow: unset;
    background-color: unset;
  }

  .eventon_events_list {
    position: relative;
    left: unset;
    top: unset;
    width: auto !important;
    padding-top: 30px !important;
  }

  .events-col-listing {
    display: none;
  }
}

@media (max-width: 600px) {
  .ajde_evcal_calendar .calendar_header {
    margin-top: 0 !important;
  }

  .events-col-calendar {
    max-width: 400px;
    width: 400px;
  }

  .events-timeline {
    padding: 0 25px;
  }

  .ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur,
  .ajde_evcal_calendar .evcal_month_line p,
  .ajde_evcal_calendar .evo_footer_nav p.evo_month_title {
    font-size: 21px;
  }
}

@media (max-width: 450px) {
  .events-col-calendar {
    max-width: 320px;
    width: 320px;
  }
}

.evo_lightbox {
  width: 100%;
  background-color: rgba(47, 53, 127, 0.9) !important;
}

/** New subpages **/

.facility-grid .facility-item .facility-photo img {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  min-height: 324.64px !important;
}

.facility-grid .facility-item .facility-info {
  padding: 20px !important;
  background-color: #315598;
  border: 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  min-height: 195px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.facility-grid .facility-item .facility-name {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.8em;
  line-height: 1.4em;
  width: 100%;
  font-weight: bold;
  font-family: "Gotham-Black";
}

.facility-grid .facility-item .bottom-facility-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.facility-grid .facility-item .bottom-facility-wrapper p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.facility-grid .facility-item .bottom-facility-wrapper .non-btn {
  color: #9a99bf;
  text-transform: uppercase;
  font-size: 21px;
  font-family: "Montserrat";
}

.facility-grid .facility-item .bottom-facility-wrapper .non-btn:hover {
  color: #fff !important;
}

.facility-grid .facility-item .bottom-facility-wrapper .btn.light {
  position: relative;
  bottom: unset;
  transform: unset;
  font-size: 20px !important;
  font-family: "Trebuchet-MS" !important;
  text-transform: uppercase !important;
  background-color: #ffff !important;
  color: #315598 !important;
  padding: 12.5px 32.5px;
}

.facility-grid .facility-item .bottom-facility-wrapper .btn.light:hover {
  background-color: #d3f0fe !important;
}

.facility-grid .facility-item .bottom-facility-wrapper .btn.light:before {
  display: none !important;
}

.page-wrapper {
  max-width: 1725px;
  margin-top: 20px;
}

.wrapper {
  max-width: 1725px;
}

.facility-grid .facility-item {
  padding: 0 20px 60px 20px;
}

.facility-grid {
  margin: 0 -20px !important;
}

h2 {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #315598;
  font-weight: bold;
  font-family: "Gotham-Black";
  margin-bottom: 15px;
}

h3 {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #afb2ce;
  font-weight: bold;
  font-family: "Gotham-Black";
}

p {
  font-family: "Trebuchet-MS" !important;
}

.content-block {
  max-width: 1060px;
  margin: 0 auto;
}

.single-article h1 {
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  color: #315598;
  font-weight: bold;
  font-family: "Gotham-Black";
  margin-bottom: 15px;
}

.subpage-title h1 {
  font-family: "Gotham-Black";
  font-size: 3.5vw;
  line-height: 4vw;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 7px 0px 20px rgba(0, 0, 0, 0.4);
  max-width: 976px;
  padding: 140px 0;
}

.subpage-hero-wrapper {
  width: 95%;
  max-width: 1725px;
  margin: 0 auto;
  position: relative;
  min-height: 460px;
  height: 100%;
  display: flex;
  align-items: center;
}

.page-header {
  padding: 0;
}

.content-filter-label {
  top: unset;
  transform: unset;
  bottom: 0;
  left: 0;
  right: unset;
  border-radius: 25px 25px 0 0;
}

.content-filter-label {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 20px 15px;
  background: linear-gradient(
    0deg,
    rgba(35, 55, 98, 1) 0%,
    rgba(50, 79, 142, 1) 80%,
    rgba(53, 84, 151, 1) 100%
  );
}

.parallax-wrapper {
  position: relative;
}

.parallax-wrapper .single-col-feature {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #6d6d70;
  background-blend-mode: multiply;
}

.parallax-wrapper .single-col-feature h2 {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #d7ddea;
  font-weight: bold;
  font-family: "Gotham-Black";
  margin-bottom: 15px;
}

.parallax-wrapper .single-col-feature p {
  color: #f1f1f1;
}

.include-blue-bg-color {
  background-color: #315598;
}

.include-top-margin {
  margin-top: 20px;
}

.two-columns-full-width-container .two-columns-full-width-wrapper {
  display: flex;
  gap: 100px;
  padding: 50px 0;
  max-width: 1725px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.two-columns-full-width-container .two-columns-full-width-wrapper > div {
  width: 50%;
}

.two-columns-full-width-container h2 {
  color: #315598;
}

.two-columns-full-width-container h3 {
  color: #315598;
}

.two-columns-full-width-container h4 {
  color: #315598;
}

.two-columns-full-width-container.include-blue-bg-color h2 {
  color: #afb2ce;
}

.two-columns-full-width-container.include-blue-bg-color h3 {
  color: #afb2ce;
}

.two-columns-full-width-container.include-blue-bg-color h4 {
  color: #afb2ce;
}

.two-columns-full-width-container.include-blue-bg-color p {
  color: #fff;
}

.two-columns-full-width-container ul li {
  font-family: "Trebuchet-MS" !important;
  font-size: 16px;
}

.two-columns-full-width-container.include-blue-bg-color ul li {
  color: #fff;
}

.two-columns-full-width-container .two-columns-full-width-img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height: 490px;
  border-radius: 25px;
}

.image-link-content {
  padding-bottom: 35px;
}

.image-links-wrapper.include-margin {
  margin: 60px auto !important;
}

.image-links-wrapper .trio-bucket {
  padding-bottom: 25.64%;
}

.two-columns-services-wrapper {
  background-color: #315598;
  display: flex;
  border-radius: 25px;
  align-items: center;
  margin-bottom: 30px;
}

.two-columns-services-info {
  padding: 30px 60px 35px 40px;
  width: 60%;
}

.two-columns-services-info p {
  color: #fff;
}

.two-columns-services-img-container {
  width: 40%;
  min-height: 400px;
}

.two-columns-services-img {
  height: 100%;
  background-size: cover;
  min-width: 100%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  min-height: 400px;
}

.two-columns-services-wrapper.light-services-wrapper {
  background-color: transparent;
}

.two-columns-services-wrapper.light-services-wrapper
  .two-columns-services-info
  p {
  color: rgb(29, 29, 29);
}

.two-columns-services-wrapper.light-services-wrapper
  .two-columns-services-info {
  padding: 30px 25px 35px 60px;
}

.two-columns-services-wrapper.light-services-wrapper .two-columns-services-img {
  border-radius: 25px;
}

.two-columns-services-wrapper.light-services-wrapper h2 {
  color: #315598;
}

.two-columns-services-wrapper.light-services-wrapper h3 {
  color: #315598;
}

.two-columns-services-wrapper.light-services-wrapper h4 {
  color: #315598;
}

.news-events-page-wrapper {
  max-width: 1550px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.news-events-page-wrapper h2 {
  color: #6d8aba;
}

.featured-type-buckets {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
  justify-content: center;
}

.featured-type-bucket {
  width: 450px;
  min-height: 255px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.featured-type-bucket .career-bucket-top {
  background-size: cover;
  background-position: center center;
  min-height: 153px;
  width: 100%;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}

.featured-type-bucket .career-bucket-bottom {
  height: 102px;
  background-color: #2f357f;
  width: 100%;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 18px 30px;
}

.career-bucket-header {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4em;
  width: 100%;
  font-weight: bold;
  font-family: "Gotham-Black";
}

.career-bucket-count {
  color: #6d8aba;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Gotham-Light";
}

.filter-box {
  padding: 35px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  margin-bottom: 35px;
  gap: 35px;
  display: flex;
  margin-bottom: 30px;
  margin-top: 60px;
}

.search-career-box label {
  font-size: 16px;
  color: #315598;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-family: "Trebuchet-MS";
}

.search-career-box input {
  padding: 11px;
  border-radius: 0;
  border: 1px solid #545454;
  color: #545454 !important;
  font-family: "Trebuchet-MS";
}

.career-types-filter label {
  font-size: 16px;
  color: #315598;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-family: "Trebuchet-MS";
}

.career-types-filter select {
  padding: 10px;
  border-radius: 0;
  border: 1px solid #545454;
  color: #545454 !important;
  font-family: "Trebuchet-MS";
}

.reset-btn {
  padding: 6px 11px;
  border-radius: 0;
  border: 1px solid #545454;
  color: #545454 !important;
  font-family: "Trebuchet-MS";
  background-color: #315598;
  max-height: 43px;
  color: #fff !important;
  margin-top: 28px;
  cursor: pointer;
}

.career-link {
  display: flex;
  justify-content: space-between;
  line-height: 28px;
  font: 300 16px/1.8 "Trebuchet MS", Helvetica, Arial, sans-serif;
  padding: 12px 35px 12px 35px;
  color: #545454;
}

.career-link:hover {
  color: #315598;
}

.filtered-careers-buckets .filtered-careers-bucket:nth-child(even) {
  background-color: #f2f2f2;
}

.career-type {
  color: #545454;
  font-size: 16px;
}

.filtered-careers-buckets .card {
  border: 0;
}

.two-columns-full-width-info {
  display: flex;
  align-items: center;
}

.two-columns-full-width-info .btn {
  margin-top: 12px;
}

.white-color-h2 {
  color: #fff !important;
}

.message-alert-block {
  background-color: #939598;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  padding: 30px 100px 30px 350px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.message-alert-msg {
  text-align: center;
}

.message-alert-msg h2 {
  margin: 0 !important;
  padding-right: 25px;
}

.message-btn {
  text-align: right;
}

.message-alert-block:hover {
  background-color: #315598;
}

.message-alert-block:hover {
  background-color: #315598;
}

.message-alert-block:hover .btn {
  color: #1f6bc9;
  background-color: #fff;
  text-decoration: none;
}

.my-me-area .two-columns {
  padding-bottom: 0 !important;
}

.my-me-area .is-col {
  padding: 45px 60px 40px 40px;
  background-color: #6e8aba;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.my-me-area .is-col h3 {
  font-size: 48px;
  margin-bottom: 15px;
}

.my-me-area .is-col p {
  color: #fff !important;
}

.my-me-area .is-col ul {
  padding: 0 !important;
}

.my-me-area .is-col ul li {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.my-me-area .is-col ul li a {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400 !important;
  text-decoration: underline !important;
}

.my-me-area .is-col ul li a:hover {
  color: #315598;
}

.my-me-area .is-col ul li:before {
  margin-top: 7px;
}

.my-me-area .is-col.wide-col {
  padding: 45px 80px 37px 80px !important;
  background-color: #315598 !important;
  border-radius: 0 !important;
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  border-right: 0 !important;
}

.two-columns {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.page-wrapper > .two-columns {
  width: 95%;
  margin: 0 auto !important;
}

.ul-container ul {
  display: inline-block;
  text-align: left;
  list-style-type: none;
}

.ul-container li {
  position: relative;
}

.ul-container ul li:before {
  content: "";
  background-image: url("/wp-content/themes/mcnhealth/img/arrow-events-news.png");
  background-size: cover;
  width: 8px;
  height: 15px;
  display: block;
  position: absolute;
  left: -31px;
  color: #1f5aaf;
  margin-top: 6px;
}

.ul-split-container {
  text-align: center;
}

.ul-split-container ul {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.ul-split-container ul li {
  width: 50%;
  position: relative;
}

.ul-split-container ul li:before {
  content: "";
  background-image: url("/wp-content/themes/mcnhealth/img/arrow-events-news.png");
  background-size: cover;
  width: 8px;
  height: 15px;
  display: block;
  position: absolute;
  left: -31px;
  color: #1f5aaf;
  margin-top: 6px;
}

.location-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 50px;
  margin-bottom: 60px;
}

.location-bucket {
  display: flex;
  gap: 35px;
  width: calc(50% - 30px);
  min-height: 272px;
}

.location-bucket h3 {
  margin-bottom: 5px !important;
}

.location-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.location-interior-info a {
  color: #afb2ce;
}

.location-interior-info a:hover {
  color: #1f5aaf;
}

.location-interior-info p {
  color: #afb2ce;
}

.locations-header {
  text-align: center;
}

.locations-header h2 {
  font-size: 40px;
}

.location-bucket .location-image {
  width: 400px;
  height: 100%;
  background-size: cover;
  border-radius: 25px;
}

.download-pdf-link {
  border-top: 10px solid #315598;
  display: block;
  padding: 30px 20px;
  border-bottom: 10px solid #315598;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #315598;
  font-weight: bold;
  font-family: "Gotham-Black";
  position: relative;
}

.download-pdf-link span {
  position: relative;
}

.download-pdf-link:hover {
  color: #6e8aba !important;
}

.download-pdf-link span:after {
  content: "";
  background-image: url("/wp-content/themes/mcnhealth/img/arrow-download-pdf.png");
  background-size: cover;
  width: 51px;
  height: 27px;
  display: block;
  position: absolute;
  right: -85px;
  top: 1px;
  color: #1f5aaf;
  margin-top: 6px;
}

@media (max-width: 1650px) {
  .facility-grid .facility-item .facility-name {
    font-size: 1.6em;
    line-height: 1.2em;
    margin-bottom: 35px;
  }

  .facility-grid .facility-item .bottom-facility-wrapper .non-btn {
    font-size: 18px;
  }

  .facility-grid .facility-item .bottom-facility-wrapper .btn.light {
    font-size: 18px !important;
  }

  .facility-grid .facility-item .facility-info {
    min-height: 180px;
  }
}

@media (max-width: 1550px) {
  .location-bucket .location-image {
    width: 300px;
  }
}

@media (max-width: 1500px) {
  .message-alert-block {
    padding: 30px 100px 30px 100px;
  }

  .message-alert-msg h2 {
    text-shadow: 7px 0px 20px rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 1400px) {
  .two-columns-full-width-container .two-columns-full-width-wrapper {
    gap: 25px;
  }
}

@media (max-width: 1350px) {
  .facility-grid .facility-item .bottom-facility-wrapper {
    flex-direction: column;
    align-items: unset;
    gap: 25px;
  }

  .message-alert-block {
    flex-direction: column;
    gap: 25px;
    background-image: unset !important;
  }

  .location-bucket {
    justify-content: center;
    width: 100%;
  }

  .location-bucket .location-image {
    width: 400px;
  }

  .location-info {
    min-width: 280px;
  }
}

@media (max-width: 1200px) {
  .my-me-area .is-col.wide-col {
    border-radius: 0 !important;
    padding: 45px 40px 37px 40px !important;
  }

  .my-me-area .is-col {
    border-radius: 0 !important;
  }

  .my-me-area .is-col h3 {
    font-size: 42px;
  }

  .two-columns-services-wrapper {
    padding-top: 25px;
    border-radius: 0;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }

  .two-columns-services-wrapper.light-services-wrapper {
    flex-direction: column;
  }

  .two-columns-services-info {
    width: 100%;
    text-align: center;
  }

  .two-columns-services-img-container {
    width: 100%;
    max-width: 600px;
  }

  .two-columns-services-wrapper .two-columns-services-img {
    border-radius: 25px;
  }
}

@media (max-width: 1100px) {
  .two-columns-full-width-container .two-columns-full-width-wrapper {
    gap: 25px;
  }

  .subpage-title h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .message-alert-block {
    padding: 30px !important;
  }
}

@media (max-width: 967px) {
  .career-link {
    flex-direction: column;
  }

  .career-link .career-title {
    font-weight: bold;
  }

  .filter-box {
    flex-direction: column;
    display: flex;
    gap: 25px;
  }

  .career-types-filter select {
    width: 100%;
  }

  .reset-btn {
    margin-top: 15px !important;
  }

  .message-alert-msg h2 {
    font-size: 28px;
    line-height: 36px;
    padding-right: 0px;
  }

  .two-columns-full-width-container .two-columns-full-width-wrapper {
    gap: 25px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .two-columns-full-width-container
    .two-columns-full-width-wrapper.two-columns-full-width-wrapper-flipped {
    flex-direction: column;
  }

  .two-columns-full-width-container .two-columns-full-width-wrapper > div {
    width: 100%;
  }

  .two-columns-full-width-container .two-columns-full-width-wrapper > div {
    width: 100%;
  }

  .two-columns-full-width-container .two-columns-full-width-img {
    max-width: 550px;
    margin: 0 auto;
    min-height: 400px;
  }

  .two-columns-full-width-info-interior-wrapper h2 {
    text-align: center !important;
  }

  .two-columns-full-width-info-interior-wrapper h3 {
    text-align: center !important;
  }

  .two-columns-full-width-info-interior-wrapper p {
    text-align: center !important;
  }

  .two-columns-full-width-info-interior-wrapper ul {
    text-align: center !important;
    list-style: none !important;
    padding: 0 !important;
  }

  .two-columns-full-width-info-interior-wrapper ul li {
    text-align: center !important;
  }
}

@media (max-width: 796px) {
  .download-pdf-link {
    font-size: 24px;
  }

  .download-pdf-link span:after {
    width: 40px;
    height: 21px;
    right: -58px;
    top: -1px;
  }

  .subpage-title h1 {
    font-size: 35px;
    line-height: 41px;
  }

  .subpage-hero-wrapper {
    min-height: 400px;
    margin: 0 15px;
  }

  .location-bucket {
    flex-direction: column;
    align-items: center;
  }

  .location-bucket .location-image {
    width: 400px;
    height: 265px;
  }

  .location-info {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .two-columns-services-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .two-columns-services-info {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .two-columns-services-wrapper h3 {
    font-size: 24px;
  }

  .two-columns-services-img-container {
    min-height: unset;
  }

  .two-columns-services-wrapper .two-columns-services-img {
    min-height: 300px;
  }
}

@media (max-width: 550px) {
  .subpage-title h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .facility-grid .facility-item {
    padding-bottom: 25px;
  }

  .facility-grid .facility-item .facility-photo img {
    min-height: 200px !important;
  }

  .two-columns-full-width-container .two-columns-full-width-img {
    background-position: center;
  }

  .two-columns-full-width-container .two-columns-full-width-img {
    min-height: 350px;
  }
}

@media (max-width: 500px) {
  .message-alert-msg h2 {
    font-size: 24px;
  }

  .download-pdf-link span:after {
    display: none;
  }

  .featured-type-bucket {
    width: 100%;
    min-width: unset;
  }

  .location-image-container {
    width: 100%;
  }

  .location-bucket .location-image {
    width: 100%;
    height: 235px;
  }

  .location-blocks {
    gap: 25px;
  }

  .location-bucket {
    gap: 25px;
  }
}
