/*
Theme Name: NCHC
Theme URI: http://underscores.me/
Author: Vinh Nguyen
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.

Custom Theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/
.full {
	width: 100%;
}

.inner {
	max-width: 1024px;
	padding: 0 20px;
	margin: 0 auto;
}

.single-post-page {
	margin-bottom: 50px;
}

.center {
	text-align: center;
}
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #255ba9;
	font-size: 16px;
	line-height: 1.5;
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
}

h1 {
	font-family: "proxima-nova",sans-serif;
	color: #255ba9;
	font-weight: 300;
}


h2 {
	font-family: "proxima-nova",sans-serif;
	color: #255ba9;
	font-weight: 300;
}

/*--------------------------------------------------------------
Header Styles
--------------------------------------------------------------*/
.st-default-search-input {
	float: right;
	margin-top: 20px;
}

.site-header {
	padding-top: 20px;
}

.logo {
	width: 450px;
}

.certification-badge {
	width: 90px;
	float: right;
}

#google_translate_element {
	float: right;
}

#translate-container {
	display: block;
	height: 35px;
	width: 100%;
}

/*--------------------------------------------------------------
Home Page Styles
--------------------------------------------------------------*/
#tagline {
	text-align: center;
	font-size: 2rem; /* 36px */
}

/* Slider Content Styles*/
.slideA-container img {
    max-width: 100%;
    display: block;
    padding-left: 10px;
    margin: 0 auto;
}

.slideB-container {
	margin: 0 auto;
	max-width: 500px;
}

.slideB-img-container {
	float: left;
}

.slideB-text-container {
	margin-left: 225px;
}

.bxslider li img {
	max-height: 200px;
}

.bxslider h3 {
	color: #255ba9;
	margin-bottom: 0;
    font-size: 1.875rem; /* 30px */
}

.bxslider p {
	color: #fdbf2d;
    font-size: 1.25rem; /* 20px */
}

/* Menu Banner Styles */
#cycler {
	position: relative;
}

#cycler img.active {
	display: block;
	position: absolute;
	top: 0;
}

#banner-menu-container {
	margin-top: -7px;
	padding-bottom: 40px;
}

.menu-col {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
}

.menu-col h2 {
	margin-bottom: 0;
}

.menu-col:nth-child(1) {
	padding-right: 50px;
}

.menu-col:nth-child(2) {
	padding: 0 25px;
}

.menu-col:nth-child(3) {
	padding-left: 50px;
}

.menu-col-bar {
	width: 100%;
	height: 3px;
	background-color: #f9bf3b;
	margin-bottom: 20px;
}

/* Path To Wellness Styles */
#path-text {
	vertical-align: top;
}

#path-text .button-inverted {
	width: 200px;
}

#path-container-bg {
	background-color: #255ba9;
	padding: 50px 0;
}

#path-text a {
	font-size: 1.125rem; /* 18px */
}

#path-text p,
#path-text h1 {
	color: #fff;
}

#path-text,
#path-img {
	width: 49.7%;
	display: inline-block;
}

.divider {
	width: 100%;
	height: 2px;
	background-color: #f9bf3b;
	margin-bottom: 10px;
}

#nchc-path-img {
	width: 300px;
	margin: 0 auto;
	display: block;
}

/* Lightbox Styles */
#lightbox-overlay {
	background-color: rgba(0, 0, 0, .8);
	position: fixed;;
	width: 100vw;
	height: 100vh;
	top: 0;
	z-index: 99999;
	display: none;
}

#lightbox-overlay img {
	height: 100%;
	padding: 20px 0;
	display: block;
	margin: 0 auto;
}

.flyer-container {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.event-flyer-container img {
	max-width: 200px;
	margin: 0 auto;
	border: 1px solid #000;
}

.marquee-container {
	height: 50px;
	overflow: hidden;
	position: relative;
	padding: 15px 0 15px 0;
}

.marquee-container p {
	position: absolute;
	font-weight: 700;
	font-size: 20px;
	color: blue;
	width: max-content;
	height: 100%;
	margin: 0;
	text-align: center;
	/* Starting position */
	-moz-transform:translateX(90%);
	-webkit-transform:translateX(90%);
	transform:translateX(90%);
	/* Apply animation to this element */
	-moz-animation: marquee 21s linear infinite;
	-webkit-animation: marquee 21s linear infinite;
	animation: marquee 21s linear infinite;
}

@-moz-keyframes marquee {
	0%   { -moz-transform: translateX(100%); }
	100% { -moz-transform: translateX(-100%); }
   }
   @-webkit-keyframes marquee {
	0%   { -webkit-transform: translateX(100%); }
	100% { -webkit-transform: translateX(-100%); }
   }
   @keyframes marquee {
	0%   {
	-moz-transform: translateX(100%); /* Firefox bug fix */
	-webkit-transform: translateX(100%); /* Firefox bug fix */
	transform: translateX(100%);
	}
	100% {
	-moz-transform: translateX(-100%); /* Firefox bug fix */
	-webkit-transform: translateX(-100%); /* Firefox bug fix */
	transform: translateX(-100%);
	}
   }

@media screen and (max-width: 750px) {
	.event-flyer-container img {
		max-width: 150px;
	}
}

@media screen and (max-width: 580px) {
	.event-flyer-container img {
		max-width: 100px;
	}
}

@media screen and (max-width: 380px) {
	.event-flyer-container img {
		max-width: 80px;
	}
}
/*--------------------------------------------------------------
About Page Styles
--------------------------------------------------------------*/
#about-tagline-container {
	margin-top: 50px;
}

#about-tagline {
	text-align: center;
	font-size: 2rem;
}

/* Mission and History Styles */
#mission-container {
	margin-top: 100px;
}

#mission-container h1 {
	margin-top: 0;
}

.mission-container-text {
	width: 49.7%;
	display: inline-block;
	padding: 40px;
	vertical-align: top;
}

.mission-container-text:nth-child(1) {
	border-right: 2px solid #f9bf3b;
}

/* Renovation and Excellence Styles */
#toggle-menu {
	text-align: center;
	margin-top: 100px;
}

#toggle-menu li {
	display: inline-block;
	margin: 0 100px;
	position: relative;
}

#toggle-menu h1 {
	cursor: pointer;
}

#toggle-content {
	text-align: center;
	color: #fff;
	padding: 50px 0;
}

#toggle-content p {
	padding: 0 20px;
}

#toggle-content-bg {
	background-color: #255ba9;
	min-height: 300px;
}

.hide {
	display: none;
}

.pullDown {
	animation-name: pullDown;
	-webkit-animation-name: pullDown;

	animation-duration: 1.1s;
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;

	transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%;
}

@keyframes pullDown {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}
}

@-webkit-keyframes pullDown {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}
}



#toggle-menu .active::after {
	content: "";
    width: 100%;
    height: 2px;
    background-color: #f9bf3b;
    position: absolute;
    bottom: 27px;
    left: 0;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
 	transform: none;
  }
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

/* NCHC Family Styles*/
#nchc-family-container {
	margin-top: 50px;
}

#nchc-family-text,
#nchc-family-icon {
	width: 49.7%;
	display: inline-block;
	vertical-align: top
}

#nchc-family-text .button {
	width: 250px;
}

#nchc-family-icon img {
	width: 200px;
	margin : 50px auto 0 auto;
	display: block;
}

/* Board Members Styles */
#board-members-container {
	clear: both;
	border-top: 2px solid #f9bf3b;
	margin: 50px auto 100px auto;
}

.board-members {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.board-members:nth-child(1) {
	padding-right: 40px;
}

.board-members ul li {
	font-size: 1.150rem;
	font-weight: 500;
}


/*--------------------------------------------------------------
Medical Services Page Styles
--------------------------------------------------------------*/
#medical-services-container {
	text-align: center;
}

.title-bar {
	cursor: pointer;
}

.title-bar h2 {
	display: inline-block;
}

.services-menu-button {
	width: 25px;
	float: right;
	margin-top: 25px;
	transition:All .5s ease;
	-webkit-transition:All .5s ease;
	-moz-transition:All .5s ease;
	-o-transition:All .5s ease;
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
}

.medical-service {
	border-top: 2px solid #f9bf3b;
}

.medical-service:last-child {
	border-bottom: 2px solid #f9bf3b;
	margin-bottom: 80px;
}

.medical-service-list {
	background-color: #255ba9;
	color: #fff;
	padding: 20px;
	width: 300px;
}

.medical-service-list,
.medical-service-text-container {
	display: inline-block;
}

.medical-service-text-container {
	width: 600px;
	padding: 0 50px 0 20px;
	vertical-align: top;
}

.rotate {
	transition:All .5s ease;
	-webkit-transition:All .5s ease;
	-moz-transition:All .5s ease;
	-o-transition:All .5s ease;
	transform: rotate(135deg) ;
	-webkit-transform: rotate(135deg) ;
	-moz-transform: rotate(135deg) ;
	-o-transform: rotate(135deg) ;
	-ms-transform: rotate(135deg) ;
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
}

/*--------------------------------------------------------------
News & Events Page Styles
--------------------------------------------------------------*/
.byline {
	display: none;
}

.entry-meta,
.entry-meta a {
	pointer-events: none;
	cursor: default;
	color: #f9bf3b;
	margin-bottom: 20px;
}

.post .entry-title {
	display: block;
	pointer-events: none;
	cursor: default;
	margin-bottom: 5px;
}

.post {
	padding-bottom: 40px;
	border-bottom: 2px solid #f9bf3b;
}

.post:last-child {
	border-bottom: none;
}

#secondary {
	width: 33%;
	float: right;
	padding : 20px;
	color: #fff;
	background-color: #255ba9;
	margin-top: 100px;
}

.page-id-12 #main {
	width: 64%;
	display: inline-block;
}

#secondary h1,
#secondary h2 {
	color: #fff;
}

#secondary h1,
#secondary p {
	margin-top: 0;
}

#secondary h1 {
	text-align: center;
}

#secondary h2 {
	margin-bottom: 3px;
	position: relative;
}

#secondary h2::after {
	content: "";
	height: 2px;
	width: 100%;
	background-color: #f9bf3b;
	position: absolute;
	bottom: 0;
	left: 0;
}

/*--------------------------------------------------------------
Gallery Page Styles
--------------------------------------------------------------*/
.gallery-main-container h1 {
	text-align: center;
	margin: 50px auto;
}

.gallery-reel-container {
	height: 150px;
	width: auto;
	margin: 50px 50px;
}

.gallery-reel-container img {
	display: inline-block;
	height: 150px;
	margin: 0;
	float: left;
	cursor: pointer;
}

.gallery-image-container {
	width: 90%;
	margin: 0 auto;
}

.gallery-overflow {
	width: 100vw;
	overflow: scroll;
}

.gallery-left-nav {
	position: absolute;
	left: 0;
}

.gallery-right-nav {
	position: absolute;
	right: 0;
}

.active-image {
	border: 5px solid #f9bf3b;
}

/*--------------------------------------------------------------
Location Page Styles
--------------------------------------------------------------*/
#locations h2 {
	margin-bottom: 10px;
	position: relative;
}

#locations h2::after {
	content: "";
	height: 2px;
	width: 100%;
	background-color: #f9bf3b;
	position: absolute;
	bottom: 0;
	left: 0;
}

.newark-hq span,
.site-info span {
	font-size: 1.125rem;
	font-weight: 500;
}

#locations ul li {
	cursor: pointer;
	margin: 10px 0;
}

#locations ul li:hover {
	color: #f9bf3b;
}

#locations {
	display: inline-block;
	width: 250px;
}

#map {
	display: inline-block;
	width: 70%;
	padding-left: 20px;
	position: fixed;
	margin-top: 13px;
}

#map iframe {
	height: 300px;
}

#map p {
	width: 70%;
}


.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

#map-container strong {
	font-size: 1.125rem;
}

/*--------------------------------------------------------------
Careers Page Styles
--------------------------------------------------------------*/
#career-container h1 {
	text-align: center;
}

#career-container ul {
	margin: 25px 0 0 20px;
	display: inline-block;
	font-weight: 600;
}

#career-container ul li {
	list-style-type: square;
}

#career-container ul:nth-child(6) {
	margin-left: 100px;
}

#career-container .button {
	width: 200px;
	margin-top: 50px;
}

.comment {
	font-size: .875rem;
}

/* Volunteer Styles */
#volunteer-internship-bg {
	background-color: #255ba9;
	margin-top: 100px;
	padding: 100px 0 ;
}

.volunteer,
.internship {
	width: 49.7%;
	display: inline-block;
	vertical-align: top;
	color: #fff;
}

.volunteer h1,
.volunteer p,
.internship h1,
.internship p  {
	color: #fff;
	padding-left: 40px;
}

.volunteer h1,
.internship h1 {
	margin-top: 0;
}

.volunteer img,
.internship img {
	width: 90%;
	display: block;
	margin: 14px auto 0 auto;
}

.volunteer .button-inverted,
.internship .button-inverted {
	width: 200px;
	margin-left: 40px;
}

#internship-container {
	margin-top: 100px;
}

/*--------------------------------------------------------------
Current Job Openings
--------------------------------------------------------------*/
.job-openings-container h1 {
	text-align: center;
	margin-bottom: 50px;
}

.job-openings-container {
	margin: 70px auto 100px auto;
}

.job-openings-container table thead tr td {
	position: relative;
	padding: 20px;
}

.job-openings-container table thead tr td h2::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #f9bf3b;
}

.job-summary ul {
	list-style-type: circle;
	color: #fff;
}

.job-summary ul li {
	margin-left: 40px;
}

.job-openings-container table thead tr td h2 {
	margin-bottom: 5px;
}

.job-summary h4,
.job-summary p {
	color: #fff;
}

#map-container h4 {
	margin: 5px 0 0 0;
}

.job-summary h4,
.job-openings-container table thead tr td p span {
	color: #f9bf3b;
}

.job-summary {
	background-color: #255ba9;
	padding: 20px;
}

.table {
	cursor: pointer;
}

.hidden-transition {
	overflow: hidden;
	max-height: 0;
	transition: max-height 1s;
	-webkit-transition: max-height 1s;

}

.extend {
	max-height: 9000px;
	transition: max-height 2s;
	-webkit-transition: max-height 2s;
}

/*--------------------------------------------------------------
Donate Page Styles
--------------------------------------------------------------*/
#donate {
	text-align: center;
	margin: 100px auto;
	font-size: 1.125rem;
}

/*--------------------------------------------------------------
Search Page Styles
--------------------------------------------------------------*/
.search .inner {
	margin-top: 50px;
}

/*--------------------------------------------------------------
Footer Styles
--------------------------------------------------------------*/
.site-info h1 {
	margin: 50px 0 0 0;
}

.site-info h2 {
	position: relative;
}

.site-info h2::after {
	content: "";
	height: 2px;
	width: 100%;
	background-color: #f9bf3b;
	position: absolute;
	bottom: 0;
	left: 0;
}

.site-info h2 {
	margin-bottom: 0;
}

.site-info ul li {
	margin: 10px 0;
}

.footer-locations {
	width: 170px;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}

.footer-locations-container {
	width: 693px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
}

.footer-locations:nth-child(1) {
	padding-left: 0;
}

#footer-locations-info {
	width: 200px;
	display: inline-block;
	padding-left: 20px;
	margin: 50px 0 0 50px;
	border: 2px solid #255ba9;
}

.footer-credit-bg {
	position: fixed; bottom:0; left:0; right:0;
	background-color: #f9bf3b;
	margin-bottom: 0;
	padding: 2px 0;
	text-align: center;
}

.footer-credit-container p {
	margin: 0;
	font-size: 0.875rem;
}

#telephone {
	font-size: 1.50rem;
}
/*--------------------------------------------------------------
404 Page Styles
--------------------------------------------------------------*/
#menu-404 a {
	font-size: 1.125rem;
	font-weight: 500;
}

.error404 {
	background-color: #255ba9;
	text-align: center;
}

.error404 h1,
.error404 p {
	color: #fff;
}

.error404 li a {
	color: #f9bf3b;
}

.error404 li a:hover {
	color: #fff;
}

/*--------------------------------------------------------------
Google Translate Styles
--------------------------------------------------------------*/
.goog-te-combo,
.goog-te-banner *,
.goog-te-ftab *,
.goog-te-menu *,
.goog-te-menu2 *,
.goog-te-balloon * {
	font-size: 12pt;
}
/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

li {
	margin-left: 0;
	padding: 5px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.entry-title {
	display: none;
}

.button {
	background-color: #255ba9;
	padding: 10px;
	color: #fff;
	cursor: pointer;
	text-align: center;
}

.button a {
	color: #fff!important;
}

.button a:hover {
	color: #f9bf3b!important;
}

.button-inverted {
	background-color: #f9bf3b;
	padding: 10px;
	color: #255ba9!important;
	cursor: pointer;
	text-align: center;
}

.button-inverted a:hover {
	color: #fff!important;
}

.button-inverted a:visited {
	color: #255ba9;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
	font-family: "proxima-nova",sans-serif;
	color: #255ba9;
	text-decoration: none;
}

a:visited {
	color: #255ba9;
}

a:hover,
a:focus,
a:active {
	color: #f9bf3b;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.footer-credit-container a:hover {
	color: #fff!important;
}

.footer-credit-container a:visited {
	color: #255ba9;
}

#center-renovation-content a,
#excellence-content a,
#excellence-content a:visited,
#center-renovation-content a:visited {
	color: #fff;
}

#center-renovation-content a:hover,
#excellence-content a:hover {
	color: #f9bf3b;
}

/*--------------------------------------------------------------
Menu Styles
--------------------------------------------------------------*/
.main-navigation {
	background-color: #f9bf3b;
	height: 40px;
	margin-top: 20px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

nav ul li {
	display: inline-block;
	padding-top: 8px;
}

nav ul li a,
nav ul li a:visited {
	color: #fff;
  	font-family: "proxima-nova",sans-serif;
  	text-decoration: none;
  	padding: 0 20px;
}

nav ul li a:hover {
	color: #255ba9;
}

.current-menu-item a {
	color: #255ba9!important;
}

#footer-navigation {
	margin-top: 0;
	background-color: #e6e6e6;
}

#footer-navigation a {
	color: #255ba9;
}

/* Small menu. */
.menu-toggle {
	display: none;
}

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

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

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.textwidget ul li a {
	color: #fff;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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


/*--------------------------------------------------------------
Header Responsive Styles
--------------------------------------------------------------*/
@media screen and (max-width: 620px) {
	.certification-badge,
	.logo {
		float: none;
		display: block;
		margin: 0 auto;
	}

	.certification-badge {
		margin:20px auto;
	}

	#google_translate_element {
		margin: 0 auto;
		float: right;
	}
}



/*--------------------------------------------------------------
Menu Responsive Styles
--------------------------------------------------------------*/
@media screen and (max-width: 936px) {
	#site-navigation,
	#footer-navigation {
		height: 80px;
	}
}

@media screen and (max-width: 514px) {
	#site-navigation,
	#footer-navigation {
		height: 120px;
	}
}

@media screen and (max-width: 370px) {
	#site-navigation,
	#footer-navigation {
		height: 160px;
	}
}

@media screen and (max-width: 340px) {
	#site-navigation,
	#footer-navigation {
		height: 200px;
	}
}


/*--------------------------------------------------------------
Home Page Responsive Styles
--------------------------------------------------------------*/
@media screen and (max-width: 650px) {
	#care-banner {
		width: 80%;
	}

	.slider-text {
		margin: 0 auto;
		text-align: center;
		width: 80%;
	}

	.slider-img {
		width: 150px;
		margin: 0 auto;
		float: none;
	}

	#path-text {
		width: 90%
	}

	#path-img {
		width: 70%;
	}
}

@media screen and (max-width: 870px) {
	.menu-col {
		width: 50%;
		text-align: center;
		margin: 0 auto;
		display: block;
		padding: 0;
	}

	.menu-col:nth-child(1) {
		padding-right: 0;
	}

	.menu-col:nth-child(3) {
		padding-left: 0;
	}

	.menu-col:nth-child(2) {
		padding: 0;
	}
}

@media screen and (max-width: 450px) {
	.menu-col {
		width: 80%;
	}
}

@media screen and (max-width: 800px) {
	#path-text {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	#path-text .button-inverted {
		margin: 40px auto;
	}

	#path-img {
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width: 650px) {
	.slideB-img-container {
		float: none;
	}

	.slideB-img-container img {
		margin: 0 auto;
		max-height: 100px!important;
	}

	.slideB-text-container {
		margin-left: 0;
		text-align: center;
	}


}

/*--------------------------------------------------------------
About Page Responsive Styles
--------------------------------------------------------------*/
@media screen and (max-width: 730px) {
	.mission-container-text {
		display: block;
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}

	.mission-container-text:nth-child(1) {
		border-right: none;
		border-bottom: 2px solid #F9BF3B;
	}

	#nchc-family-text {
		width: 100%;
		text-align: center;
	}

	#nchc-family-text .button,
	#nchc-family-icon {
		margin: 0 auto;
		display: block;
	}

	.board-members {
		display: block;
		text-align: center;
		margin: 0 auto;
		width: 90%;
	}

	.board-members:nth-child(1) {
		padding-right: 0;
	}
}

@media screen and (max-width: 440px) {
	.mission-container-text {
		width: 100%;
	}
}

@media screen and (max-width: 450px) {
	#toggle-menu li {
		margin: 0;
	}
}

@media screen and (max-width: 497px) {
	#toggle-menu li {
		margin: 0 77px;
	}
}

/*--------------------------------------------------------------
Medical Services Page Responsive Styles
--------------------------------------------------------------*/
@media screen and (max-width: 945px ) {
	.medical-service-text-container {
		width: 400px;
	}
}

@media screen and (max-width: 745px ) {
	.medical-service-text-container {
		width: 250px;
	}
}

@media screen and ( max-width: 595px) {
	.medical-service-list {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.medical-service-text-container {
		width: 100%;
		text-align: center;
	}
}

@media screen and ( max-width: 353px) {
	.title-bar h2 {
		width: 200px;
	}
}

/*--------------------------------------------------------------
News & Events Page Responsive Styles
--------------------------------------------------------------*/
@media screen and (max-width: 850px ) {
	.page-id-12 #main {
		width: 100%
	}

	#secondary {
		float: none;
		margin: -50px auto 50px auto;
		width: 100%;
	}
}

/*--------------------------------------------------------------
Locations Responsive Styles
--------------------------------------------------------------*/
@media screen and (max-width: 875px) {
	#map {
		width: 60%;
	}

	#map p {
		width: 100%;
	}

	iframe {
		height: 250px;
	}
}

@media screen and (max-width: 665px) {
	#map {
		display: none;
	}

	#locations {
		width: 50%;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	#locations {
		width: 80%;
	}
}

/*--------------------------------------------------------------
Careers Page Responsive Styles
--------------------------------------------------------------*/
@media screen and (max-width: 700px) {
	#career-container ul:nth-child(6) {
		margin: 0 0 0 20px; ;
		display: block;
	}

	#career-container ul {
		margin-left: 20px;
	}
}

@media screen and ( max-width: 730px ) {
	.volunteer,
	.internship {
		width: 100%;
		text-align: center;
	}

	.volunteer .button-inverted,
	.internship .button-inverted {
		margin: 0 auto;
	}

	.volunteer h1,
	.internship h1 {
		margin-top: 20px;
		padding-left: 0;
	}

	.volunteer p,
	.internship p {
		padding-left: 0;
	}
}

/*--------------------------------------------------------------
Current Job Openings Page Responsivene Styles
--------------------------------------------------------------*/
@media screen and (max-width: 713px) {

	.job-openings-container table thead tr td:nth-child(2) {
		display: none;
	}
}

/*--------------------------------------------------------------
Footer Responsive Styles
--------------------------------------------------------------*/
@media screen and (max-width: 986px) {
	#footer-locations-info {
		margin: 20px auto 50px auto;
		display: block;
	}

	.footer-locations-container {
		margin: 0 auto;
		display: block;
	}

	.site-info h1 {
		text-align: center;
	}
}

@media screen and (max-width: 712px) {
	.footer-locations-container {
		width: 519px;
		text-align: center;
	}

	.footer-locations:nth-child(1) {
		display: block;
		margin: 0 auto;
		padding: 0;
	}
}

@media screen and (max-width: 536px) {
	.footer-locations-container {
		width: 226px;
	}
}



/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	border:  5px solid #fff;
	left: -5px;
	background: #fff;

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url("http://www.nchccares.org/wp-content/uploads/2015/12/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url("http://www.nchccares.org/wp-content/uploads/2015/12/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*--------------------------------------------------------------
Gala Page Styles
--------------------------------------------------------------*/
.gala-header {
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url("images/Damask_Background.png");
	background-size: cover;
	text-align: center;
}

.support {
	background-image: url("images/Damask_Background.png");
	background-size: cover;
}

.gala-logo {
	max-width: 100%;
}

.gala-inner {
	margin-top: 50px;
}

.gala-logo-container {
	background-color: white;
	padding: 10px;
	border-radius: 10px;
	max-width: 400px;
	margin: 0 auto 0 auto;
}

.gala-header-flourish {
	width: 400px;
	margin: 40px auto 0 auto;
	display: block;
}

.gala-donate-container {
	text-align: center;
	margin-top: 50px;
}

.gala-donate-cta {
	color: white;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 30px;
}

.gala-donate-button,
.purchase-ticket-button {
	background-color: white;
	color: #19417B;
	font-size: 24px;
	font-weight: 700;
	padding: 10px 15px;
	border-radius: 30px;
	border: 4px solid #B4C6DF;
}

.gala-donate-button:visited {
	color: #19417B;
}

.purchase-tickets {
	color: white;
	font-weight: 350;
	font-size: 14px;
	margin-bottom: 10px;
}

.gala-event {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

.gala-event > div {
	display: flex;

}

.gala-event > div > div:first-child {
	padding-right: 20px;
}

.gala-event > div > div:last-child {
	padding-left: 20px;
}

.event-title {
	font-family: 'Courgette';
	font-size: 30px;
	border-top: 3px solid #B4C6DF;
	border-bottom: 3px solid #B4C6DF;
}

.event-intro,
.event-description {
	font-family: "athelas",serif;
}

.event-intro {
	font-size: 24px;
	margin-top: 0;
}

.event-description {
	font-size: 18px;
}

@media screen and (max-width: 950px) {
	.gala-event > div {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}

	.gala-event > div > div:last-child {
		margin-top: 30px;
		padding-left: 0;
	}

	.gala-event > div > div:first-child {
		padding-right: 0;
	}
}

.about-title {
	font-family: "athelas",serif;
	text-align: center;
}

.gala-about {
	background-color: #B4C6DF;
	padding-top: 100px;
	padding-bottom:100px;
}

.about-flex-container {
	display: flex;
}

.about-flex-container > div {
	width: 50%;
}

.about-flex-container > div:first-child {
	padding-right: 20px;
}

.about-flex-container > div:last-child {
	padding-left: 20px;
}

.about-info {
	font-weight: 700;
}

.gala-about-button {
	background-color: #19417B;
	color: white;
	font-weight: 700;
	padding: 10px 15px;
	border-radius: 30px;
	border: 4px solid #B4C6DF;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.gala-about-button:visited {
	color: white;
}


@media screen and (max-width: 950px) {
	.about-flex-container {
		display: block;
		max-width: 500px;
		text-align: center;
		margin: 0 auto;
	}

	.about-flex-container > div {
		width: 100%;
	}

	.about-info {
		margin-top: 30px;
	}

	.about-flex-container > div:last-child {
		padding-left: 0;
	}

	.about-flex-container > div:first-child {
		padding-right: 0;
	}
}

.gala-board-members {
	padding-top: 100px;
	padding-bottom: 100px;
}

.board-title {
	font-family: "athelas",serif;
	text-align: center;
	padding-bottom: 20px;
}

.gala-board-members-list ul {
	margin-top: 20px;
}

.gala-board-members-list ul li {
	display: inline-block;
	width: 300px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: "athelas",serif;
	font-size: 20px;
}

.sub-text {
	font-family: "proxima-nova",sans-serif;
	margin-top: -5px;
	font-size: 16px;
}

.gala-board-members-list{
	margin: 0 auto;
	text-align: center;
}

.support {
	padding-top: 100px;
	padding-bottom: 100px;
	color: white;
	text-align:center;
}

.support h2 {
	color: white;
	font-weight: 700;
}

.support-buttons {
	padding-top: 20px;
	margin-right: -20px;
}

.support-buttons a {
	margin-right: 20px;
}

.support-buttons a:hover {
	color: #19417B;
}

@media screen and (max-width: 580px) {
	.support-buttons a {
		display: inline-block;
		margin-top: 20px;
	}

}
