@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap');

/* -------------------------- Main Website Styles -------------------------- */

body {
	background-color: #5e759a;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size : 16px;
	line-height: 1.5;
	color: #000;
}
img, a img {	
	border: 0 none;
	max-width: 100%;
}
.box-body td img,
.box-body td a img {
	max-width: inherit;
}
*,
*::after, 
*::before {
	 -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
				box-sizing: border-box;
}
a.anchor-disabled {        
	pointer-events: none;
	cursor: default;
}
a, a:link, a:visited {
	color: #7ea867;
	text-decoration: none;
	font-weight: 700;
	outline: none;
}
a:hover {
	color: #8cbb72;
	text-decoration: underline;
}
h1,
h2,
h3,
h4 {
	margin-bottom : 0;
	margin-top: 0;
	font-weight: normal;
	font-style: normal;
}
h1 {
	font-size : 36px;
	font-weight: 300;
	color: #364c71;
}
H2 {
	font-size : 24px;
	font-weight: 800;
	color: #364c71;
}
h3 {
	font-size : 18px;
	font-weight: 700;
}
h4 {
	font-size : 14px;
	font-weight: 800;
}
hr {
	border: 0px solid #ccc;
	color: #ccc;
	height: 1px;
	background-color: #ccc;
}

/* ------ Grid Column Classes ------ */

/* Example Layout:
*  
*
*	<div class="section group">
*		<div class="col span_6">
*			Content Goes Here.
*		</div>
*		<div class="col span_6">
*			Content Goes Here.
*		</div>
*	</div>
*
*
*/

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* GROUPING */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/* Grid-Style Div Classes */

.col {
	display: block;
	float: left;
}
.col_padding {
	padding: 5px;
}

/* 
Span classes are all out of 12 columns.
i.e .span_6 = length of 6 columns out of 12, or half width. 
*/

.span_12 {
	width: 100%;
}
.span_11 {
	width: 91.66%;
}
.span_10 {
	width: 83.33%;
}
.span_9 {
	width: 75%;
}
.span_8 {
	width: 66.66%;
}
.span_7 {
	width: 58.33%; 
}
.span_6 {
	width: 50%;
}
.span_5 {
	width: 41.66%; 
}
.span_4 {
	width: 33.33%; 
}
.span_3 {
	width: 25%;
}
.span_2 {
	width: 16.66%; 
}
.span_1 {
	width: 8.33%; 
}

/* -------------------------- Specialty Website Styles -------------------------- */

.pencil,
.box-body .wrapper-story img.pencil, 
.box-body .wrapper-story  a img.pencil {
	width: 16px!important;
	height: 16px!important;
	max-width: 16px!important;
	min-width: 16px!important;
	padding: inherit!important;
	margin: inherit!important;
}
.mobile-hide {
	display: inherit;
}
.clearer {
	clear: both;
}
.categories-text {
	font-size: 14px;
	line-height: 1.5;
}
.box-categories a:link, 
.box-categories a:visited {
	font-size: 16px;
	color: #7ea867;
}
.box-categories a:hover {
	color: #8cbb72;
}

.font-white,
.font-white h1,
.font-white h2,
.font-white h3,
.font-white h4,
.font-white a,
.font-white a:link,
.font-white a:visited {
	color: #fff;
}
.font-black,
.font-black h1,
.font-black h2,
.font-black h3,
.font-black h4,
.font-black a,
.font-black a:link,
.font-black a:visited {
	color: #000;
}
.font-gray,
.font-gray h1,
.font-gray h2,
.font-gray h3,
.font-gray h4,
.font-gray a,
.font-gray a:link,
.font-gray a:visited {
	color: #5f5f5f;
}
.videowrapper {
    display: flex;
    justify-content: center;
}
    
.videowrapper iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
	height: auto!important;
}

/* -------------------------- Paddings -------------------------- */

.padding {
	padding: 25px;
}
.padding10 {
	padding: 10px;
}
.padding15 {
	padding: 15px;
}
.padding20 {
	padding: 20px;
}
.padding25 {
	padding: 25px;
}
.padding35 {
	padding: 35px;
}
.padding50 {
	padding: 50px;
}
.padding100 {
	padding: 100px;
}
.padding-center {
	padding: 25px 0;
}
.padding-left {
	padding: 25px 25px 25px 0;
}
.padding-right {
	padding: 25px 0 25px 25px;
}

/* -------------------------- Structure Style Classes Go Here -------------------------- */

.main-container  {
	width: 100%; 
   position: relative;
	text-align: left;
}
.boxed {
	width: 1200px;
	margin: 0 auto;
}
.bg-body {
	background-color: #fff;
}
.box-body {

}
.box-left {

}
.box-right {

}
.box-main {
	
}
.box-story-content {
	
}

/* -------------------------- Forms -------------------------- */

.box-form .col {
	padding-top: 5px;
	padding-bottom: 5px;
}
.box-form .lbl {
	text-align: right;
	padding-right: 15px;
	font-weight: 700;
}
.box-form .fld input,
.box-form .fld textarea {
	padding: 10px!important;
	box-sizing: border-box;
}
.box-form select {
	padding: 10px!important;
	width: 100%;
}
.box-form .btn {
	margin-top: 0;
}

/* -------------------------- Button Style Classes Go Here -------------------------- */

.btn,
a.btn,
a.btn:link,
a.btn:visited {
	background-color: #7ea867;
	color: #fff;
    padding: 15px;
    text-align: center;
    margin-top: 10px;
	border: none; 
	line-height: normal!important;
	font-style: normal;
	-webkit-appearance: none;
	display: inline-block;
	-webkit-transition: background-color 0.1s ease;
	-moz-transition: background-color 0.1s ease;
	-o-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
	text-transform: uppercase;
}
.btn:hover,
a.btn:hover {
	background-color: #8cbb72;
        text-decoration: none;
        cursor: pointer;
}
.btn.btn-small,
a.btn.btn-small,
a.btn.btn-small:link,
a.btn.btn-small:visited {
	font-size: 14px;
	padding: 10px;
}

/* -------------------------- Social Media -------------------------- */

.box-social a,
.box-social  a:link,
.box-social  a:visited {
	display: inline-block;
	padding: 0 5px;
	color: #a6a8ab;
}
.box-social  a:hover {
	display: inline-block;
	padding: 0 5px;
	color: #fff;
}

/* -------------------------- Header Style Classes Go Here -------------------------- */

.mobile-menu,
.slicknav_menu,
.js #menu {
	display: none;
}
.bg-top {
	background-color: #21262e;
}
.row-top .padding-center {
	padding: 5px 0;
}
.row-top .padding-left {
	padding: 5px 5px 5px 0;
}
.row-top .padding-right {
	padding: 5px 0 5px 5px;
}
.bg-header {
	background-color: #fff;
}
.bg-menu {
	background-color: #5e759a;
	position: relative;
}
.col-logo {
	padding-top: 10px;
	padding-bottom: 10px;
}
.col-tagline h3 {
	font-style: italic;
	font-size: 16px;
	font-weight: 400;
}
.col-tagline {
	padding-top: 20px;
}
.col-hdr-account {
	text-align: right;
}
.col-hdr-account a,
.col-hdr-account a:link,
.col-hdr-account a:visited {
	display: inline-block;
	padding: 5px 10px;
	-webkit-transition: background-color 0.1s ease;
	-moz-transition: background-color 0.1s ease;
	-o-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;	
}
.col-hdr-account a:hover {
	background-color: #5e759a;
	text-decoration: none;
}
.col-hdr-social {
	text-align: right;
}

/* ------ Search ------ */

.search-label {
	padding-top: 8px;
   font-size: 22px;
   line-height: normal;
	color: #000;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.search-container {
	display: block;
	position: fixed;
    top: 0; /* set this to height of header */
    left: 0; /* initially position search container out of view */
    z-index: -9; /* make sure the search is behind all content when inactive */
	width: 100%;
    height: 0%;
    text-align: center;
    background: rgba(0,0,0,0.8);
    opacity: 1;
    transition: .8s;
}
.search-container div{
	padding: 5px;
	color: #fff;
}
.search-container .search-box{
	position: relative;
	top: 25%;
	opacity: 0;
	-webkit-transition: all .5s 0s;
	transition: all .3s 0s;
}
.search-field {
	padding: 10px;
	margin: 0 auto;
	border: none;
	outline: none;
	font-size: 60px;
	color: #000;
	background: #fff;
}
.opensearch {
	z-index: 9999;
}
.opensearch .search-box{   				
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .5s 0s;
	transition: all .3s 0s;
}
.col-search {
	padding-top: 30px;
}
.col-search-btn .btn {
	margin-top: 0;
	padding: 8px 10px;
	font-size: 14px;
}
.col-search-form {
	padding-right: 10px;
}
.col-search-form input {
	padding: 5px!important;
}


/* -------------------------- Footer Style Classes Go Here -------------------------- */

.bg-footer {
	background-color: #5e759a;
}
.row-footer {
	font-size: 12px;
}
.footer-left {
	text-align: left;
}
.footer-center {
	text-align: center;
}
.footer-right {
	text-align: right;
}
.footer-center .box-social {
	font-size: 24px;
}
.footer-center .box-social a,
.footer-center .box-social a:link,
.footer-center .box-social a:visited {
	color: #fff;
}
.footer-center .box-social a:hover {
	color: #eee;
}

/* -------------------------- Home Classes Go Here -------------------------- */

.bg-main-banner {
	background-image: url("/images/bg-ohio-healthcare-nursing-banner.jpg");
	background-size: cover; 
	min-height: 500px; 
	background-position: center top;
	position: relative;
	background-repeat: no-repeat;
	padding-top: 150px;
}
.banner-ocid, 
.banner-ocal,
.banner-hospice,
.banner-skilled-nursing {
	padding-top: 75px;
	min-height: 400px; 
	background-position: center center;
}
.banner-ocid h2,
.banner-ocal h2,
.banner-hospice h2 {
	color: #587548;
}
.banner-ocid {
	background-image: url("/images/ocid-banner.jpg");
}
.banner-ocal {
	background-image: url("/images/ocal-banner.jpg");
}
.banner-hospice {
	background-image: url("/images/home-care-hospice-banner.jpg");
}
.banner-skilled-nursing {
	background-image: url("/images/skilled-nursing-banner.jpg");
}
.col-main-banner h2 {
	font-size: 72px;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: 600;
}
.bg-care-provider {
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(32,46,67,0.6);
}
.bg-care-provider .boxed {
	max-width: 800px;
}
.col-care-provider-content {
	text-align: right;
	padding: 10px;
}
.col-care-provider-content h2 {
	font-size: 24px;
}
.col-care-provider-form {
	padding: 10px;
}
.col-care-provider-form.box-form select {
	font-size: 16px;
}
.row-home-big-btns .home-big-btn {
	height: 300px;
	display: block;
	padding: 120px 20px 20px 20px;
	text-align: center;
	background-color: #eee;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.row-home-big-btns .home-big-btn:hover {
	text-decoration: none;
	opacity: 0.7;
}
.row-home-big-btns .home-big-btn .break {
	display: block;
}
.row-home-spotlight .row-home-big-btns .home-big-btn {
	height: 200px;
	padding: 60px 20px 20px 20px;
}
.bg-skilled-nursing {
	background-image: url(../images/bg-skilled-nursing.jpg);
}
.bg-assisted-living {
	background-image: url(../images/bg-assisted-living.jpg);
}
.bg-hospice {
	background-image: url(../images/bg-home-care-hospice.jpg);
}
.bg-ocid {
	background-image: url(../images/bg-ocid.jpg);
}
.bg-conventions {
	background-image: url(../images/bg-annual-convention-expo.jpg);
}
.bg-recognizing-quality {
	background-image: url(../images/bg-recognizing-quality.jpg);
}
.bg-preferred-partners {
	background-image: url(../images/bg-preferred-partners.jpg);
}
.bg-news-bites {
	background-image: url(../images/bg-news-bites.jpg);
}
.bg-advocacy {
	background-image: url(../images/bg-advocacy.jpg);
}
.bg-advancing-excellence {
	background-image: url(../images/bg-advancing-excellence.jpg);
}
.bg-scholarship-program {
	background-image: url(../images/bg-scholarship-program.jpg);
}
.bg-welcome {
	background-image: url(../images/bg-ohca-education-leader-nurses-doctors.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}
.col-whats-new h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
}
.col-home-box {
	padding: 0 15px;
}


/* -------------------------- Parallax & Slideshow Styles -------------------------- */
   
.parallax {
	padding: 0; 
	margin: 0; 
	width: 100%; 
	margin: 0 auto; 
	background-size: 100% auto;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	z-index: 99;
}
.bg-main-banner {
	position: relative;
	width: 100%;
	background-color: #414141;
}



/* -------------------------- Custom Style Classes Go Here -------------------------- */

.bg-blue {
	background-color: #5e759a;
}
.bg-gray {
	background-color: #d6dde9;
}
.bg-green {
	background-color: #7ea867;
}
.big-box {
	margin-bottom: 20px;
}
.big-box h2 {
	font-size: 26px;
}
.bg-blue a.btn {
	background-color: #4c6181;
}
.bg-blue a.btn:hover {
	background-color: #fff;
	color: #5e759a;
}
.bg-green a.btn {
	background-color: #6a8f56;
}
.bg-green a.btn:hover {
	background-color: #fff;
	color: #7ea867;
}
.row-certifications {
	text-align: center;
}
.box-certifications img {
	margin: 10px 20px;
}
.box-certifications a img:hover { 
	filter : alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity:0.7; /* FX/Opera/Safari/Chrome */
}
.table-team td {
	vertical-align: top;
	padding: 10px;
	font-size: 14px;
}
.table-team img {
	width: 100%!important;
	height: auto!important;
	max-width: 120px!important;
}
.col-login-content {
	padding-right: 20px;
}
.table-agenda td {
	padding: 10px;
}
.table-agenda .agenda-hdr {
	border-bottom: 1px solid #ccc;
}
.bg-nacap {
    background-image: url(/docs/document_selector/images/bg-nacap.png);
}
.bg-lnha-apprenticeship-program {
    background-image: url(/docs/document_selector/images/bg-lnha-apprenticeship-program.png);
}
.bg-cna-online {
    background-image: url(/docs/document_selector/images/bg-cna-online.png);
}
.bg-regional-workforce-partners {
    background-image: url(/docs/document_selector/images/bg-regional-workforce-partners.png);
}
.bg-people-worth-caring-about {
    background-image: url(/docs/document_selector/images/tn-ohca-people-worth-caring-about-overlay.jpg);
}

/* -------------------------- Partner Styles -------------------------- */

.row-partner-ads {
	background-color: #fff;
	padding: 20px 0;
	text-align: center;
}
.row-partner-ads h2 {
	padding-bottom: 20px;
}
.row-partners {
	background-color: #fff;
	text-align: center;
	border-top: 1px solid #eee;
}
.slide {
   	clear: both;
}
.slide:after {
		clear: both;
	}
.bg-partners-banner {
		text-align: center;
		position: relative;
		width: 100%;
		background-color: #fff;
		min-height: 200px;
	}
.box-partner-level {
   	width: 270px;
   	float: left;
}
.bg-partners-banner .champion-logo img {
   	margin-top: 10px;
}
.box-partner-logos {
   	width: 680px;
   	float: right;
}
.box-partner-logos img {
		width: auto;
}
   .bg-partner-ads img {
		margin: 10px;
	}
	.box-partner-ads img {
		width: 250px;
		height: 250px;
	}
   .box-partner-ads a img:hover, 
.box-partner-logos a img:hover { 
		filter : alpha(opacity=70); 
		-moz-opacity: 0.7; 
		opacity:0.7; /* FX/Opera/Safari/Chrome */
	}
.bg-partners-banner .platinum img {
	  height: 70px;
	  margin: 10px 30px;
}
.bg-partners-banner .gold img {
   	height: 50px;
   	margin: 15px 50px;
}
.bg-partners-banner .gold .logo-big img {
   	height: 80px;
   	margin: 5px 30px;
}
.bg-partners-banner .gold .single img {
		height: 100px;
		margin: 40px 20px 5px 20px;
}
.bg-partners-banner .champion img {
	height: 30px;
	margin: 10px 5px;
}

  .bg-partners-banner .slide, 
  .bg-partners-banner #slideshow {
		width: 950px;
		height: 200px;
		position: relative;
		z-index: 0;
		margin: 0 auto;
}
	#partner_ads,
  .bg-partner-ads .slide, 
  .bg-partner-ads #slideshow {
		width: 100%;
		height: 300px;
		position: relative;
		z-index: 0;
		margin: 0 auto;
		text-align: center;
		border: none;
  }
	
	.bg-partner-ads #slideshow .position, 
.bg-partners-banner #slideshow .position {
		width: 100%;
}
	.bg-partner-ads #slideshow .controls,
.bg-partners-banner #slideshow .controls {
		bottom: 10px;
		right: 10px;
		z-index: 999;
		position: absolute;
		width: 100%;
		text-align: center;
}
	.bg-partner-ads #slideshow .controls a,
.bg-partners-banner #slideshow .controls a {
		font-size: 3px;
		line-height: 3px;
		margin: 2px;
		padding-left: 6px;
		padding-right: 6px;
		padding-top: 4px;
		padding-bottom: 4px;
		text-decoration: none;
		background:#6b7fa2;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
}
.bg-partner-ads #slideshow .controls a:first-child,
.bg-partners-banner #slideshow .controls a:first-child {
		background: #6b7fa2;
}
.bg-partner-ads #slideshow .controls a.activeSlide,
.bg-partners-banner #slideshow .controls a.activeSlide {
		background: #7fa968;
}

/* -------------------------- Facility Finder -------------------------- */

.row-provider-search {
	padding: 20px;
}
.row-provider-search #search_opt_box .fld {
    padding-bottom: 10px;
}
.row-provider-search #search_fields {
    padding-right: 20px;
}
.row-provider-search #search_header {
	padding-bottom: 10px;
}
.row-provider-search #search_categories {
	padding-left: 20px;
}
.row-provider-search #search_header h3 {
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
}
.row-provider-search #search_btns {
	max-width: 440px;
	padding-top: 20px;
}
.row-provider-search #search_btns .col {
	padding: 5px;
}
#map-canvas {
    width: 99%;
    height: 100%;
}
#result_header {
	border-bottom: 2px solid #cecece; 
	padding: 20px 0;
}

/* -------------------------- Vendor Locator -------------------------- */

.row-vendor-locator {
	padding-bottom: 20px;
}
.row-vendor-cat-hdr {
	padding: 5px;
}
.col-vendor-content {
	padding-left: 25px;
}

/* -------------------------- Event Spotlight -------------------------- */

.bg-event-banner {
	background-color: #eee;
}
.box-event-banner img {
	min-width: 100%;
	height: auto;
}
.event-tab-container {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #d6dde9;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.event-tab-bar-item {
	display: inline-block;
	padding: 10px 20px;
	background-color: #d6dde9;
	color: #5e759a;
	font-weight: 600;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.event-tab-bar-item:hover,
.event-tab-bar-item:active,
.event-tab-bar-item.event-tab-active {
	background-color: #5e759a;
	color: #fff;
	cursor: pointer;
}
.box-event-info,
.box-sponsor-info {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.box-sponsor-info {
	border: 1px solid #d6dde9;
}
.box-sponsor-info img {
	padding: 20px 10px;
}
.box-sponsor-info h2 {
	border-bottom: 1px solid #d6dde9;
	padding-bottom: 10px;
}

/* -------------------------- User Account -------------------------- */

.col-login-btn {
	text-align: center;
	padding: 10px;
}
.box-account-forms td {
	padding: 2px;
	vertical-align: middle;
}
.box-account-forms table.frm td.lbl {
	width: 100px;
}
.permission_box {
	padding: 15px;
	background-color: #FAFAFA;
	border: 1px solid #DEDEDE;
	margin-bottom: 30px;
}

/* -------------------------- Donation Form -------------------------- */

.row-donation-form.frm {
	overflow: hidden;
	padding: 10px;
	margin-top: 12px;
}
.row-donation-form.frm div.lbl {
	padding-bottom: 3px;
	font-weight: bold;
}

.row-donation-form.frm div.fld {
	padding-bottom: 10px;
}
.row-donation-form .dxeEditArea {
	padding: 4px;
	width: 97%;
}
.row-donation-form .dxeErrorCell {
	padding: 4px;
}

/* -------------------------- 404 Page -------------------------- */

	.four-oh-four {
		text-align: center;
 }
	.four-oh-four h2 {
		font-size: 250px;
		line-height: normal;
 }
	.four-oh-four h3 {
		font-size: 60px;
		line-height: normal;
 }
 

/* -------------------------- Resize photogallery images -------------------------- */

.tn_resize{
max-width: 100px;
max-height: 80px;
}
.tn_resize_grid{
max-width: 150px;
max-height: 100px;
}

.img_resize{
max-width: 500px;
max-height: 400px;
}


/* -------------------------- TopAdminBar -------------------------- */

table.admin_hdr_bar 
{
	width: 100%;
	background-color: #1d4f98;
	position: fixed;
	bottom: 0;
	z-index: 999;
	font-size: 14px;
}
table.admin_hdr_bar td {
	color: #dcdcdc;
	padding: 3px;
}

table.admin_hdr_bar td a {
	color: #fff;
	text-decoration: none;
}
