/*
Theme Name: Continuum
Theme URI: http://www.brightthoughtdesign.com/pegasus
Author: Bright Thought Design
Author URI: http://www.brightthoughtdesign.com
Version: 2.0.0
Description: Bright Thought Design custom framework for all themes developed by BTD.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images
Text Domain: pegasus
*/

/* based on: https://xd.adobe.com/view/f72c7ee9-79d6-4532-712f-091efd5ba6d7-811d/?fullscreen&hints=off */

.announcements-template-default .page-banner .banner-text {
	display: none;
}
.page-template-template-resource .page-banner .banner-text,
.page-template-template-caring .page-banner .banner-text,
.single .page-banner .banner-text{
	/* display: none; */
}

.page-template-template-resource h1,
.page-template-template-caring h1,
.page-template-template-connect-new h1{
	font-size: 38px;
	line-height: 130%;
	margin-bottom: 2rem;
	color: #001A71;
	font-weight: 200;
}
.page-template-template-caring .page-banner .banner-text{
	top: 50%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-top: -50px;
}
.page-template-template-caring h1{
	font-size: 2.4em!important;
}
.intro{
	font-size: 24px;
	font-weight: 200;
}
.connect-template .intro,
.continuum_connect-template .intro{
	font-size: 18px;
}
.tabbed-header{
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.30015756302521013) 0%, rgba(0,0,0,0) 25%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 15%, rgba(0,0,0,0) 65%);
	background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 15%, rgba(0,0,0,0) 65%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	margin: 60px 0 0 0;
}
.tabbed-header .title {
	display: inline-block;
	box-shadow: 0 -3px 2px rgba(0,0,0,0.2), 0 -8px 6px rgba(0,0,0,0.1);
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding: 10px 24px;
	background: #FFFFFF;
	margin: 0;
	color: #84BC00;
	font-size:28px;
}
.resources-container {
	padding: 30px 0 40px 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.resources-container .tile_container {
	padding: 10px 20px 20px 20px;
	box-sizing: border-box;
}
.resources-container-wide .tile_container {
	padding: 20px 0;
	box-sizing: border-box;
}
.resources-container .tile,
.resources-container-wide .tile {
	display: block;
	box-sizing: border-box;
	width: 100%;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2), 0 4px 20px rgba(0,0,0,0.3);
	box-shadow: 0 0 3px rgba(0,0,0,0.2), 0 4px 20px rgba(0,0,0,0.3);
	height: 100%;
	position: relative;
	padding-bottom: 24px;
	cursor: pointer;
	transform-style: preserve-3d;
	-webkit-transition: transform 0.3s, -ms-transform 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
	-o-transition: transform 0.3s, -ms-transform 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
	transition: transform 0.3s, -ms-transform 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
	padding-bottom: 0;
}
.resources-container .tile:hover,
.resources-container-wide .tile:hover {
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4), 0 4px 20px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.4), 0 4px 30px rgba(0,0,0,0.5);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.resources-container .tile .main_title {
	display:none;
}
.resources-container .tile .link {
	text-decoration: none;
}
.resources-container .tile .thumbnail img {
	width:100%;
	height:auto;
}
.resources-container .tile .title {
	background: transparent url('/wp-content/uploads/2019/07/tab-angle.png') no-repeat top right;
	-webkit-background-size: cover;
	background-size: 100% auto;
	margin-top: -1em;
	text-align: center;
	padding: 8px 0 8px 35%;
	color: #001A71;
	position: relative;
	font-size: 18px;
	font-weight: 700;
}
.page-template-template-blogs .resources-container .tile .title {
	background: none;
	margin-top: 0;
	text-align: left;
	padding-top: 4px;
	padding-left: 30px;
}
.resources-container .tile .excerpt {
    font-size: 18px;
    padding: 10px 30px 10px 30px;
}
.page-template-template-blogs .resources-container .tile .excerpt {
	padding-top: 0;
	margin-bottom: 16px;
}
.meta_categories {
    padding: 20px 30px 0 30px;
    font-size: 14px;
}
.meta_categories a {
	color: #9adb0c;
	text-decoration: none !important;
	font-weight: bold;
}
.resources-container-wide .read_more,
.resources-container .read_more {
	text-align: right;
	padding: 0 30px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.resources-container-wide .read_more a,
.resources-container .read_more a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.blogs_list .resource.tile_container .read_more a {
	color: #81bc00;
	transition: all 0.3s;
}
.resource.tile_container:hover .read_more a,
.resource.tile_container:focus .read_more a,
.resources-container-wide .read_more a:hover,
.resources-container-wide .read_more a:focus {
	color: #9adb0c;
}

.resources-container-wide .tile:after,
.resources-container-wide .info:after {
	clear:both;
	content:' ';
	display:block;
}
.resources-container-wide .thumbnail,
.resources-container-wide .info {
	float: left;
}
.resources-container-wide .thumbnail {
	background-color: #e1e6d5;
	background-size: cover;
	background-repeat: no-repeat;
	width: 45%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.resources-container-wide .info {
	padding: 10px 10px 10px 48%;
}
.resources-container-wide a.thumbnail_link {
	height: 100%;
	width: 100%;
	text-decoration: none;
	display: block;
}
.resources-container-wide .date,
.resources-container-wide .title,
.resources-container-wide .excerpt {
	margin:0;
}
.resources-container-wide .date {
	color: #74a900;
	font-size: 13px;
	font-weight: bold;
}
.resources-container-wide .tile {
	min-height: 200px;
	position: relative;
}
.resources-container-wide .title {
	color: #1e0771;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	margin: 4px 0 8px 0;
}
.resources-container-wide .title a {
	text-decoration: none;
}
.resources-container-wide .excerpt {
	font-size: 14px;
	line-height: 150%;
}

.blog .banner-text h1,
.connect-template .banner-text,
.continuum_connect-template .banner-text,
.resources-template .banner-text {
	display:none;
}

.connect-with-us-title{
	color: #0D2882;
	font-weight: 700;
	font-size: 36px;
	padding: 0 2.5rem;
}
.connect-with-us-form-container{
	background: transparent url(/wp-content/uploads/2019/07/connect-with-us.jpg) no-repeat left top;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	min-height: 65vh;
	text-align: center;
	position: relative;
}
.page-template-template-connect-new .connect-with-us-form-container{
	background: transparent url(/wp-content/uploads/2019/08/connect-with-us-ccnew.jpg) no-repeat left top;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	min-height: 78vh;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea {
	width: 100%;
	font-size: 20px;
	padding: 4px 12px;
	border-radius: 4px;
	border: 1px solid #AAAAAA;
	color: #000000;
}
input.wpcf7-submit {
	background: #51b120;
	border: none;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 8px 24px;
	border-radius: 6px;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
input.wpcf7-submit:hover,
input.wpcf7-submit:focus {
	background: #74c749;
}

.page-template-template-blogs main .wrap,
.page-template-template-resource main .wrap,
.page-template-template-caring main .wrap,
.page-template-template-connect-new main .wrap {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 0;
}
.page-template-template-blogs .wrap > h1,
.page-template-template-blogs .wrap > p,
.page-template-template-blogs .wrap > .tabbed-header,
.page-template-template-blogs .wrap > .resources-container,
.page-template-template-blogs .wrap .resources-container,
.page-template-template-blogs .wrap > .wp-block-columns,
.page-template-template-resource .wrap > h1,
.page-template-template-resource .wrap > p,
.page-template-template-resource .wrap > .tabbed-header,
.page-template-template-resource .wrap > .resources-container,
.page-template-template-resource .wrap > .wp-block-columns,
.page-template-template-caring .wrap > h1,
.page-template-template-caring .wrap > p,
.page-template-template-caring .wrap > .tabbed-header,
.page-template-template-caring .wrap > .resources-container,
.page-template-template-caring .wrap > .wp-block-columns,
.page-template-template-connect-new .wrap > h1,
.page-template-template-connect-new .wrap > p,
.page-template-template-connect-new .wrap > .tabbed-header,
.page-template-template-connect-new .wrap > .resources-container,
.page-template-template-connect-new .wrap > .wp-block-columns {
	width: 90%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.page-template-template-blogs .wrap > .alignfull,
.page-template-template-resource .wrap > .alignfull,
.page-template-template-caring .wrap > .alignfull,
.page-template-template-connect-new .wrap > .alignfull {
	width: 100%;
	max-width: none;
}

.equipment-and-supplies-title{
	font-size: 1.4em;
	margin-bottom:0;
	padding-top:40px;
	padding-bottom:10px;
}
.equipment-and-supplies-list{
	margin-top:0;
	margin-bottom:80px;
	padding-bottom:40px;
	padding-top:10px;
	font-size: 14px;
}
.purple-bg {
	background: #322383;
	color: #FFFFFF;
}
.full-width {
	width: 100%!important;
	max-width: none!important;
	padding-left: calc(50% - 400px);
	padding-right: calc(50% - 400px);
}

.social_icon {
	display: inline-block!important;
	float: none;
	clear: none;
	margin: -20px 20px 0 20px!important;
}

.connect-with-us-form-container .wp-block-column:last-child {
	padding: 40px;
	background: #FFFFFF;
	display: block;
	position: absolute;
	right: 10%;
	width: 40%;
	min-height: 18em;
	margin: 0;
	top: 14vh;
	border-radius: 16px;
	box-shadow: 0 0 3px rgba(0,0,0,0.1), 0 10px 23px rgba(0,0,0,0.2);
}
.connect-with-us-form-container .nf-error-msg, 
.connect-with-us-form-container .ninja-forms-req-symbol {
	color: #e80000;
    font-size: 16px;
    line-height: 130%;
}
.connect-with-us-form-container .nf-after-form-content {
	display: none;
}
.stayintouch_title {
	font-size: 40px;
	font-weight: 200;
}
.stayintouch_blurb {
	font-size: 20px;
	font-weight: 500;
}

.connectwithus_container{
	padding-top:40px;
	padding-bottom:40px;
}

footer{
	border-top: 40px solid #dfdfdf;
	box-shadow: none;
	color: #555555;
	font-size: 14px;
}
footer ul li a{
	color: #555555;
	font-size: 14px;
}

body.connect-template.page:not(.home) main,
body.continuum_connect-template.page:not(.home) main,
body.resources-working.page:not(.home) main{
	padding-bottom:0;
}

body.resources-template h2,
body.connect-template h2,
body.continuum_connect-template h2 {
	color: #77C447;
	font-weight: 900;
}

.resource_title {
  color: #001A71;
  font-weight: 900;
  font-size: 18px;
  line-height:1em;
 	padding:50;
	margin-bottom: 0.5rem;
}

.resource_info {
  font-weight: 400;
  font-size: 16px;
	margin-bottom: 1.6rem;
}

.resources_header{
	padding: 20px 0 40px 0;
}

.page-banner {
	height: 35vw;
	max-height: 550px;
}

.page-template-template-ongoing-education-video .page-banner {
	height: 15vw;
	max-height: 320px;
}

.page-template-template-ongoing-education-video .page-banner .banner-text {
	margin-top: 0;
}
.page-template-template-ongoing-education-video .page-banner .banner-text h1 {
	font-size: 36px;
}

.page-template-template-ongoing-education-video .wpcf7 h2 {
	display: none;
}

.page-banner.standard .phone .phone-number,
.page-banner .phone .phone-number {
	/* padding: 0 25px 10px 25px;
	border-bottom-left-radius: 36px;
	border-bottom-right-radius: 36px; */
}
.page-banner.standard .phone .phone-number a,
.page-banner .phone .phone-number a{
	/* font-size: 2em; */
}

body.connect-template .more-topics,
body.continuum_connect-template .more-topics,
body.resources-template .more-topics {
	margin-bottom: 80px;
}

body.connect-template .more-topics h2,
body.continuum_connect-template .more-topics h2,
body.resources-template .more-topics h2{
	font-weight:normal;
	margin: 48px 0 24px 0;
	color: #212e83;
	font-size: 2.11111em;
	text-transform: uppercase;
}
.more-topics ul{
	list-style: none;
	margin:0;
	padding:0;
}
.more-topics ul li{
	margin:0 0 15px 0;
	padding:0;
}
.resources-template main a,
.resource_info a,
.more-topics ul li a{
	text-decoration: none;
	color: #464646;
	font-size: 18px;
}
.more-topics ul li a{
	display: block;
}
.resources-template main a:hover,
.resources-template main a:focus,
.resource_info a:hover,
.resource_info a:focus,
.more-topics ul li a:hover,
.more-topics ul li a:focus {
	color: #014c8c;
}

.sign-up-for-updates input[type="button"]{
	cursor: pointer;
}
.sign-up-for-updates input[type="button"]:hover,
.sign-up-for-updates input[type="button"]:focus {
	background-color: #48a517;
}

.sign-up-for-updates .ninja-forms-field {
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
}
.sign-up-for-updates .nf-form-errors{
	clear:both;
	display:block;
}

body.single-resources .banner-text {
	/* display:none; */
}
body.single-resources .banner-text h1,
body.single-resources .banner-text h2,
body.single-connect .banner-text h1,
body.single-connect .banner-text h2,
body.single-post .banner-text h1,
body.single-post .banner-text h2,
body.single-continuum_connect .banner-text h1,
body.single-continuum_connect .banner-text h2 {
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	box-sizing: inherit;
	margin-top: 0;
	font-family: inherit;
	height: inherit;
	font-size: 2.777778em;
	margin-bottom: 50px;
	color: #fff;
	letter-spacing: .05em;
	line-height: 1;
	font-weight: 600;
  text-shadow: 0 2px 5px rgba(0,0,0,0.3), 0 2px 25px rgba(0,0,0,0.3);
}
body.single-resources .banner-text h1 a,
body.single-resources .banner-text h2 a,
body.single-connect .banner-text h1 a,
body.single-connect .banner-text h2 a,
body.single-post .banner-text h1 a,
body.single-post .banner-text h2 a,
body.single-continuum_connect .banner-text h1 a,
body.single-continuum_connect .banner-text h2 a {
	color: #FFFFFF;
	text-decoration: none;
}

body.single-post .page-banner.standard {
	display: none;
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 { 
	color: rgb(33, 46, 131);
	font-weight: 700;
	margin-top: 1.5em;
}
.single-post ul {
	padding-left: 2em;
}

.single-post .breadcrumbs {
	padding: 0 0 0.25em 0;
	font-weight: 700;
}
.single-post .breadcrumbs .divider {
	display: inline-block;
}
.single-post .breadcrumbs .divider:after {
	margin: 0 0.5em;
	content: '>';
	display: inline-block;
}
.single-announcements .breadcrumbs {
	display: none;
}
.single-post a {
	text-decoration: none;
    color: #212e83;
}
.single-post a:hover,
.single-post a:focus {
    color: #757fc3;
}

ul.sidebar_post_links {
    list-style: none;
    padding: 0px 0 0 40px;
}
ul.sidebar_post_links li {
    margin-bottom: 0.2em;
}
ul.sidebar_post_links li a {
    text-decoration: none;
    color: #212e83;
    font-weight: 600;
    font-size: 16px;
	transition: all 0.3s;

}
ul.sidebar_post_links li a.active, 
ul.sidebar_post_links li a:hover, 
ul.sidebar_post_links li a:focus {
    color: #757fc3;
}

body.single-post .page-banner.standard .col-md-6 .banner-text,
body.connect-template .page-banner.standard .col-md-6 .banner-text,
body.continuum_connect-template .page-banner.standard .col-md-6 .banner-text,
body.resources-template .page-banner.standard .col-md-6 .banner-text{
	display:none;
}

.single main .title-area {
    padding-top: 40px;
}

.blog main .title-area h2, 
.category main .title-area h2, 
.single-announcements main .title-area h2, /* may want to consider removing this */
.single-post main .title-area h2 {
	font-weight: 900;
	position: absolute;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	padding: 0.5em 30% 2em 0.65em;
	line-height: 110%;
	margin: 0;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);

	bottom: 0;
	top: auto;
	width: auto;
	background: #FFFFFF;
	padding: 0.5em 1em 0.6em 0.6em;
	margin: 1em 30% 1em -0.6em;
	box-sizing: border-box;
	border: 1px solid #F0F0F0;
	box-shadow: 1px 1px rgba(0, 0, 0, 0.1), 8px 12px 12px rgba(0, 0, 0, 0.2);
}
.single-announcements .page-banner.standard {
	padding-top: 0px;
}
.single-announcements main .title-area h2 {
	position: relative;
	top: auto;
	bottom: auto;
	margin-top: 20px;
	margin-top: 0;
	margin-bottom: 40px;
}

body.single-post main article > p:first-child > img,
body.single-post main article > figure:first-child {
	display: none;
}

.resources-template .page-banner{
	background-color: #81bc00;
}
body.connect-template main,
body.continuum_connect-template main,
body.resources-template main{
	padding-top: 80px;
}
body.connect-template main .intro .wrap,
body.continuum_connect-template main .intro .wrap,
body.resources-template main .intro .wrap {
	position: relative;
}
body.connect-template main .main_title,
body.continuum_connect-template main .main_title,
body.resources-template main .main_title {
	position: absolute;
	top: -132px;
	left: -50px;
	color: #001A71;
	z-index: 1000;
	background: #FFFFFF;
	padding: 16px 60px;
	font-weight: 900;
	font-size: 36px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-shadow: 0 -3px 3px rgba(0,0,0,0.2), 0 -10px 10px rgba(0,0,0,0.2);
}
body.connect-template main .intro_text,
body.continuum_connect-template main .intro_text,
body.resources-template main .intro_text,
.single main .intro_text {
	color: #001A71;
  font-weight: 600;
	padding-bottom: 40px;
	font-size: 22px;
}

.page-template-template-blogs main,
.page-template-template-resource main,
.page-template-template-caring main,
.page-template-template-connect-new main {
	padding-bottom:0;
}
main > .nf-form-cont {
	display:none;
}

.connect-with-us-form-container .nf-field-element input[name="email"] {
	font-size: 16px;
	padding: 8px 12px;
	border: 1px solid #AAAAAA;
}

.connect-with-us-form-container .nf-form-content {
	position: relative;
}

.connect-with-us-form-container .nf-form-title,
.connect-with-us-form-container .nf-field-label {
	display: none;
}
.connect-with-us-form-container .submit-container,
.connect-with-us-form-container .submit-container .nf-field,
.connect-with-us-form-container .submit-container .nf-field .submit-wrap{
	position: absolute;
	top: 0;
	right: 0;
}
.connect-with-us-form-container input[type="button"]{
	background: transparent url('https://www.chcsolutions.com/wp-content/uploads/2019/08/btn-send.png') no-repeat center;
	background-size: contain;
	position: absolute;
	top: 2px;
	right: 2px;
	width:50px;
	height:38px;
	border:none;
	cursor: pointer;
	-webkit-transition: opacity 0.3;
	-o-transition: opacity 0.3;
	transition: opacity 0.3;
}
.connect-with-us-form-container input[type="button"]:hover,
.connect-with-us-form-container input[type="button"]:focus{
	opacity: 0.8;
}

.resource_card{

}

.columns-background-indigo .wp-block-button,
.columns-background-green .wp-block-button,
.columns-background-gray .wp-block-button {
	margin-top: 1.2em;
}
.columns-background-indigo .wp-block-image,
.columns-background-green .wp-block-image,
.columns-background-gray .wp-block-image {
  margin-bottom: 0;
	margin-top: -7.05%;
}
.columns-background-gray {
	/* margin-top: -3.3%!important; */
}
.columns-background-indigo .wp-block-column.is-vertically-aligned-center,
.columns-background-gray .wp-block-column.is-vertically-aligned-center {
	padding-left: 4vw;
}
.columns-background-green .wp-block-column.is-vertically-aligned-center {
	padding-right: 4vw;
}
.columns-background-indigo .wp-block-column:not(:first-child),
.columns-background-green .wp-block-column:not(:first-child),
.columns-background-gray .wp-block-column:not(:first-child) {
	margin: 0;
}
.columns-background-indigo {
  background-color: #001a72;
  margin: 0;
  padding: 0;
  margin-top: 6em;
}
.columns-background-green {
  background: #84bd00;
  margin: 0;
  padding: 0;
}
.columns-background-gray {
  background-color: #B6ADA5;
  margin: 0;
  padding: 0;
}
.clinicians .columns-background-gray {
  margin-top: -52px;
}
.connect-with-us-header {
	margin-top: 4em;
	margin-bottom: 1em;
}
.contact-details-header {
	margin-bottom: 2em;
}
.social-icons-group {
	margin-bottom: 3em;
}

.mobile-only {
	display: none;
}

.clinicians .columns-background-indigo .col-50:nth-child(1),
.clinicians .columns-background-green .col-50:nth-child(2),
.clinicians .columns-background-gray .col-50:nth-child(1) {
	margin: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.columns-background-indigo .wp-block-column:first-child,
.columns-background-green .wp-block-column:last-child,
.columns-background-gray .wp-block-column:first-child {
  position: relative;
}
.columns-background-indigo .wp-block-column:first-child:after,
.columns-background-green .wp-block-column:last-child:after,
.columns-background-gray .wp-block-column:first-child:after {
	content: ' ';
	display: block;
	border: 30px solid transparent;
	border-left-width: 40px;
	border-right-width: 40px;
	margin-top: -30px;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	top: 50%;
	box-sizing:border-box;
}

.columns-background-indigo .wp-block-column:first-child:after {
	right: 0;
	border-right-color: #001a72;
}
.columns-background-green .wp-block-column:last-child:after {
	left: 0;
	border-left-color: #84bd00;
}
.columns-background-gray .wp-block-column:first-child:after {
	right: 0;
	border-right-color: #B6ADA5;
}

.page-template.page-template-template-caring > .page {
	padding-bottom: 0;
}

.page-template.page-template-template-caring > .page > .equipment {
	display:none;
}

.team_member .wp-block-image,
.role_at_chc .wp-block-image,
.part_of_a_team .wp-block-image {
	margin-bottom: 0;
}

.team_member .banner-text h1,
.role_at_chc .banner-text h1,
.part_of_a_team .banner-text h1 {

}

.team_member,
.role_at_chc,
.part_of_a_team {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.team_member p,
.role_at_chc p,
.part_of_a_team p {
	font-size: 18px;
}

.team_member > .wp-block-column:nth-child(2),
.role_at_chc > .wp-block-column:nth-child(1),
.part_of_a_team > .wp-block-column:nth-child(2) {
	padding: 80px;
	max-width: none;
	position: relative;
}
.team_member > .wp-block-column:nth-child(2) {
	padding-top: 20px;
	padding-bottom: 20px;
}

.role_at_chc > .wp-block-column:nth-child(1),
.part_of_a_team > .wp-block-column:nth-child(2) {
	padding: 100px 140px;
}
.role_at_chc > .wp-block-column:nth-child(1) {
	padding: 100px 140px;
	background: #001a72;
	color: #FFFFFF;
}

.team_member > .wp-block-column:nth-child(2),
.role_at_chc > .wp-block-column:nth-child(2),
.part_of_a_team > .wp-block-column:nth-child(2){
	margin-left: 0;
}


.role_at_chc > .wp-block-column:nth-child(1):before {
	content: ' ';
	display: block;
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 14px solid #001A72;
	top: 0;
	left: 0;
}
.role_at_chc > .wp-block-column:nth-child(1):after {
	content: ' ';
	display: block;
	pointer-events: none;
	position: absolute;
	border: 54px solid transparent;
	border-left-color: #FFFFFF;
	top: 50%;
	left: calc(100% - 16px);
	margin-top: -54px;
	z-index: 1;
}
.role_at_chc > .wp-block-column:nth-child(2) {
	position: relative;
}
.role_at_chc > .wp-block-column:nth-child(2):after {
	border: 60px solid transparent;
	border-left-color: #001A72;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -60px;
	content: ' ';
}

.part_of_a_team .wp-block-column:nth-child(2){
	padding-right: 40px;
	max-width: none;
	background: rgba(255,255,255,0.85);
}
.part_of_a_team .wp-block-column:nth-child(2) > h1,
.part_of_a_team .wp-block-column:nth-child(2) > h2,
.part_of_a_team .wp-block-column:nth-child(2) > h3,
.part_of_a_team .wp-block-column:nth-child(2) > h4,
.part_of_a_team .wp-block-column:nth-child(2) > h5,
.part_of_a_team .wp-block-column:nth-child(2) > h6,
.part_of_a_team .wp-block-column:nth-child(2) > ul,
.part_of_a_team .wp-block-column:nth-child(2) > div,
.part_of_a_team .wp-block-column:nth-child(2) > p {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.role_at_chc {
	background-size: 50% auto;
	background-color: #FFFFFF;
	background-position: center right;
	background-repeat: no-repeat;
}
.page-id-1654 .role_at_chc,
.page-id-1655 .role_at_chc,
.page-id-1656 .role_at_chc,
.page-id-274705 .role_at_chc {
  background-position: top right;
}
.page-id-1654 .role_at_chc,
.meet-our-dietitian-gina-salvatori .role_at_chc {
	background-image: url('https://www.chcsolutions.com/wp-content/uploads/2020/04/Gina-Her-Role.png');
	/* background-size: auto 100%;
	background-position: calc(50vw - 16px); */
}
.page-id-1655 .role_at_chc,
.meet-our-woc-nurse-cheryl-hutton .role_at_chc {
	background-image: url('https://www.chcsolutions.com/wp-content/uploads/2020/04/Cheryls-role.png');
	/* background-size: auto 100%;
	background-position: calc(50vw - 16px); */
}
.page-id-274705 .role_at_chc,
.meet-our-lpn-danielle-mullins .role_at_chc {
	background-image: url('/wp-content/uploads/2022/08/011-Danielle-LPN-Working-at-Desk-1024x683.jpg');
	background-size: contain;
	background-position: top right;
	/* background-size: auto 100%;
	background-position: calc(50vw - 16px); */
}
.page-id-1656 .role_at_chc,
.meet-our-respiratory-therapist-anthony-barone .role_at_chc {
	background-image: url('https://www.chcsolutions.com/wp-content/uploads/2022/09/unnamed-1024x703.png');
	/* background-size: auto 100%;
	background-position: calc(50vw - 16px); */
}

.part_of_a_team {
	background-size: 50% auto;
	background-color: #FFFFFF;
	background-position: center left;
	background-repeat: no-repeat;
}
.page-id-1654 .part_of_a_team,
.meet-our-dietitian-gina-salvatori .part_of_a_team {
	/* background-image: url('https://www.chcsolutions.com/wp-content/uploads/2020/04/Gine-Team-photo.png'); */
	background-image: url('/wp-content/uploads/2022/11/Gine-Team-photo-1024x328.png');
	background-size: auto 100%;
}
.page-id-1655 .part_of_a_team,
.meet-our-woc-nurse-cheryl-hutton .part_of_a_team {
	/* background-image: url('https://www.chcsolutions.com/wp-content/uploads/2020/04/Cheryls-Team-Photo-1024x836.png'); */
	background-image: url('/wp-content/uploads/2022/11/Cheryls-Team-Photo.png');
	background-size: auto 100%;
}
.page-id-1656 .part_of_a_team,
.meet-our-respiratory-therapist-anthony-barone .part_of_a_team {
	background-image: url('https://www.chcsolutions.com/wp-content/uploads/2020/04/Anthonys-team-1024x837.png');
	background-size: auto 100%;
}
.page-id-274705 .part_of_a_team,
.meet-our-lpn-danielle-mullin .part_of_a_team {
	background-image: url('/wp-content/uploads/2022/09/danielle-mullins-2-scaled.jpg');
	background-size: 100% auto;
	background-position: top center;
}
.page-id-274705 .part_of_a_team > .wp-block-column:nth-child(2) {
    padding: 100px 140px;
}

.chc_button > a {
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none !important;
  font-size: 1rem;
  border-radius: .25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  background-position: 50%;
  background-repeat: no-repeat;
  text-transform: uppercase;
  text-decoration: none;
  background-image: url(/wp-content/themes/continuum/dist/images/white-btn.svg);
  padding: 24px 25px;
  background-size: contain;
  color: #fff;
  min-width: 124px;
}
.chc_button.green > a:hover,
.chc_button.green > a:focus,
.chc_button.green > a:active {
	color: #FFFFFF;
}
.chc_button.green > a:hover,
.chc_button.green > a:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

.chc_button.green > a {
	/* background-image: url(/wp-content/themes/continuum/dist/images/green-btn.svg);*/
	background: transparent!important;
	background-color: transparent!important;
	color: #FFFFFF;
	border-image: url(/wp-content/uploads/2022/10/chc-button-green.png) round!important;
	border-image-slice: 50% 20% fill!important;
	border-image-width: 60px 60px!important;
	padding: 14px 20px;
	display: block;
	width: auto;
	margin: 0 10px 1em 10px;
	max-width: 130px;
	font-weight: 600;
}
.part_of_a_team .wp-container-24 {
	gap: 0;
	flex: 2 1 auto;
}

.team_member > .wp-block-column:nth-child(2) p {
	max-width: 60%;
}

.training-container {
	padding: 20px;
	background: #f8F8F8;
	border: 1px solid #e4e4e4;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 12px 20px rgba(0,0,0,0.15);
	margin: 60px 0 40px 0;
}

.training-container p:last-child,
.training-container h1:last-child,
.training-container h2:last-child,
.training-container ul:last-child {
	margin-bottom: 0;
}

.training-container.training-loading {
	text-align:center;
}

.training-container.training-form {

}

.training-container.training-video {
}

.training-container .training-modal {
	position: absolute;
	bottom: 50px;
	left: 60px;
	background: #FFFFFF;
	width: calc(100% - 120px);
	padding: 20px 60px 40px 60px;
	box-shadow: 0 2px 2px rgb(0 0 0 / 15%), 0 12px 20px rgb(0 0 0 / 15%);
}
.grecaptcha-badge {visibility: hidden;}

#site-header .announcements a {
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
}
#site-header .announcements a:hover,
#site-header .announcements a:focus {
	text-decoration: underline;
}

main.announcements {
	background-color:#ffffff;
	padding:15px 0;
	box-shadow: none;
	margin-bottom:25px;
	color:#000000;
}

main.announcements .title-image {
	display: none;
}

main.announcements .title-area {
	margin-bottom: 0;
}

.blogs_nav {
	text-align: center;
	margin-bottom: 0.5em;
}
.blogs_nav a.blogs_nav_item {
	color: #212e83;
	font-weight: 700;
	display: inline-block;
	padding: 0.4em 1em;
	position: relative;
	transition: all 0.3s;
}
.blogs_nav a.blogs_nav_item:after {
	content: ' ';
	display: block;
	width: 0%;
	left: 50%;
	height: 4px;
	background: #212e83;
	margin-top: 0.5em;
	transition: all 0.3s;
	position: absolute;
	bottom: 0.4em;
	transition: all 0.3s;
}
.blogs_nav a.blogs_nav_item:hover, 
.blogs_nav a.blogs_nav_item:focus {
    color: #5d71bb;
}
.blogs_nav a.blogs_nav_item.active:after {
	width: calc(100% - 1.6em);
	left: 0.8em;
}

@media (min-width:992px) {
	.page-template-template-blogs.page:not(.home) main,
	.page-template-template-resource.page:not(.home) main,
	.page-template-template-caring.page:not(.home) main,
	.page-template-template-connect-new.page:not(.home) main {
		padding-top: 50px;
	}
	/* May need to be be conditional, based on announcement presence */
	.page .phone .phone-number,
	.single .phone .phone-number {
		padding: 2vw 25px 10px 25px;
	}
	/* Hides the green arrow at the top of the hover mainmenu */
	#site-header .nav-wrap .prime-nav>ul>li.menu-item-has-children:hover:after,
	#site-header .nav-wrap .top-nav>ul>li.menu-item-has-children:hover:after {
		display: none!important;
	}
	/* Fixes positioning of the green hover menu, after the arrow was hidden */
	#site-header .nav-wrap .prime-nav>ul>li>div {
		top: calc(100% + 20px);
	}
	#site-header .nav-wrap .top-nav>ul>li.menu-item-has-children>div,
	#site-header .nav-wrap .top-nav>ul>li.menu-item-has-children:hover>div {
		transition: all .2s linear 0s;
	}
	#site-header .nav-wrap .top-nav>ul>li.menu-item-has-children>div {
		opacity: 0;
	}
	#site-header .nav-wrap .top-nav>ul>li.menu-item-has-children:hover>div {
		top: 100%;
		opacity: 1;
	}
}
@media (max-width:991px) {
	.blog main .title-area h2, 
	.category main .title-area h2, .single main .title-area h2 {
		position: relative;
		margin: 0;
		left: 0;
		box-shadow: none;
		border: none;
		font-size: 8vw;
		padding: 0 0 1em 0;
	}
	.team_member > .wp-block-column:nth-child(2) p {
    max-width: none;
	}
	.role_at_chc {
		background-image: none;
	}
	.part_of_a_team .wp-block-button__link {
		display: inline-block;
		margin-bottom: 16px;
	}
	.part_of_a_team:before,
	.role_at_chc:before {
		background-size: cover;
		background-position: center;
		content: ' ';
		display: block;
		height: 40vh;
		width: 100%;
	}
	.part_of_a_team .wp-block-column:nth-child(2) {
		max-width: none;
	}
	.part_of_a_team .wp-block-columns {
		display: block;
    flex-wrap: unset;
	}
	.part_of_a_team .wp-block-column {
    flex-grow: unset;
    flex-basis: unset;
		display: block;
		float: none;
		clear: both;
	}
	.part_of_a_team .wp-block-column:nth-child(2) {
		padding-left: 0;
		padding-right: 0;
	}
	.role_at_chc > .wp-block-column:nth-child(1), .part_of_a_team > .wp-block-column:nth-child(2) {
		padding: 120px 60px;
	}
	.role_at_chc > .wp-block-column:nth-child(1):before,
	.role_at_chc > .wp-block-column:nth-child(1):after,
	.role_at_chc > .wp-block-column:nth-child(2):after {
		display: none!important;
	}
	.team_member > .wp-block-column:nth-child(2) {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.page-id-1654 .part_of_a_team,
	.meet-our-dietitian-gina-salvatori .part_of_a_team,
	.page-id-1655 .part_of_a_team,
	.meet-our-woc-nurse-cheryl-hutton .part_of_a_team,
	.page-id-1656 .part_of_a_team,
	.meet-our-respiratory-therapist-anthony-barone .part_of_a_team,
	.page-id-1654 .role_at_chc,
	.meet-our-dietitian-gina-salvatori .role_at_chc,
	.page-id-1655 .role_at_chc,
	.meet-our-woc-nurse-cheryl-hutton .role_at_chc,
	.page-id-1656 .role_at_chc,
	.meet-our-respiratory-therapist-anthony-barone .role_at_chc {
		background-image: none!important;
	}
	.page-id-1654 .role_at_chc:before,
	.meet-our-dietitian-gina-salvatori .role_at_chc:before {
		background-image: url('https://www.chcsolutions.com/wp-content/uploads/2020/04/Gina-Her-Role.png');
	}
	.page-id-1655 .role_at_chc:before,
	.meet-our-woc-nurse-cheryl-hutton .role_at_chc:before {
		background-image: url('https://www.chcsolutions.com/wp-content/uploads/2020/04/Cheryls-role.png');
	}
	.page-id-1656 .role_at_chc:before,
	.meet-our-respiratory-therapist-anthony-barone .role_at_chc:before {
		background-image: url('https://www.chcsolutions.com/wp-content/uploads/2020/04/AdobeStock_242775746.png');
	}
	.page-id-1654 .part_of_a_team:before,
	.meet-our-dietitian-gina-salvatori .part_of_a_team:before {
		background-image: url('https://www.chcsolutions.com/wp-content/uploads/2020/04/Gine-Team-photo.png');
	}
	.page-id-1655 .part_of_a_team:before,
	.meet-our-woc-nurse-cheryl-hutton .part_of_a_team:before {
		background-image: url('https://www.chcsolutions.com/wp-content/uploads/2020/04/Cheryls-Team-Photo-1024x836.png');
	}
	.page-id-1656 .part_of_a_team:before,
	.meet-our-respiratory-therapist-anthony-barone .part_of_a_team:before {
		background-image: url('https://www.chcsolutions.com/wp-content/uploads/2020/04/Anthonys-team-1024x837.png');
	}
	.page-template-template-caring .page-banner .banner-text {
    top: auto;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 0px;
    float: none;
	}
	.page-banner {
		height: auto;
	}
	body.add-body {
		padding-top: 145px;
	}
	.resources-container {
		display: block;
		grid-template-columns: none;
	}
	.page-template-template-blogs.page:not(.home) main,
	.page-template-template-resource.page:not(.home) main,
	.page-template-template-caring.page:not(.home) main,
	.page-template-template-connect-new.page:not(.home) main {
		margin-top: 5vh;
	}
	.resources-container .tile_container {
		width: 100%;
	}
	.connect-with-us-form-container .wp-block-column:first-child{
		height: 40vh;
	}
	.connect-with-us-form-container .wp-block-column:last-child{
		width: 100%;
		position: static;
		top: auto;
		left: auto;
		max-height: 0;
	}
	.connect-with-us-form-container .wp-block-column::after {
		display: block;
		content: ' ';
		clear: both;
		height: 1px;
	}
	.connect-with-us-form-container {
		background-position: top left;
		/* background-size: 300% auto; */
		margin-top: 5vh;
	}
	.connect-with-us-form-container.wp-block-columns {
    display: block;
		padding: 40px 20px;
	}
	.connect-with-us-form-container .wp-block-column {
		flex-basis: 100%!important;
		flex-grow: 1!important;
		max-width: none!important;
	}
	body.connect-template main .main_title,
	body.continuum_connect-template main .main_title,
	body.resources-template main .main_title {
		font-size: 28px;
		left: -10px;
		right: -10px;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.nav-wrap .header-paymybill-holder {
		margin: 20px 0 40px 0;
	}
	.nav-wrap .row {
		padding-bottom: 60px;
	}
	#site-header .nav-wrap .prime-nav>ul>li.menu-item-has-children:after {
		visibility: visible;
		right: 20px;
		top: 15px;
		left: auto;
		border-left: 12px solid #81bc00;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: none;
	}
	#site-header .nav-wrap .prime-nav>ul>li.menu-item-has-children:hover:after {
		border-left-color: #FFFFFF;
		transition: all 0.3s;
		visibility: visible;
		right: 10px;
	}
}

@media (min-width:901px) and (max-width:991px) {
	/* May need to be be conditional, based on announcement presence */
	.page .phone .phone-number,
	.single .phone .phone-number {
		top: 22px;
		padding-top: 0;
	}
}
@media (min-width:768px) {
	body > footer ul.footer-nav {
		margin: 0 auto;
	}
	body > footer ul.footer-nav > li {
		display: block;
		width: 50%;
		margin: 0;
		float: left;
		padding: 0.3em 20px;
	}
}
@media (max-width:767px) {
	.stayintouch_title {
		font-size: 6.4vw;
	}
	/* May need to be be conditional, based on announcement presence */
	.page .phone .phone-number,
	.single .phone .phone-number {
	  top: auto;
		padding-top: 0;
	}
	.page-id-274705 .part_of_a_team,
	.meet-our-lpn-danielle-mullin .part_of_a_team {
		background-image: url('/wp-content/uploads/2022/09/unnamed-1024x703.png');
	}
	body > footer ul.footer-nav > li {
		padding: 0.5em 0;
	}
	main {
		margin-bottom: 0!important;
	}
}
.equipment-and-supplies-list.full-width ul{
	padding-left: 24px;
	text-align: left;
}
@media (max-width:599px) {
	.full-width {
		padding-left: 10%;
		padding-right: 10%;
	}
	.equipment-and-supplies-list.full-width li > ul{
		margin-top: 15px;
	}
	.equipment-and-supplies-list.full-width .wp-block-column{
		margin-bottom: 0;
	}
}

@media (min-width:600px) {
	.part_of_a_team > .wp-block-column {
		flex: 1 0 50%!important;
	}
	.wp-block-column {
		/* flex-basis: calc(50%);
		flex-grow: 0; */
	}
}

@media (max-width:599px) {
	.clinicians .columns-background-indigo .col-50:nth-child(1),
	.clinicians .columns-background-green .col-50:nth-child(2),
	.clinicians .columns-background-gray .col-50:nth-child(1) {
		display: none;
	}
	.mobile-only {
		display: block!important;
	}
	.clinicians .columns-background-indigo .col-50:nth-child(2),
	.clinicians .columns-background-green .col-50:nth-child(1),
	.clinicians .columns-background-gray .col-50:nth-child(2) {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.wp-block-image.mobile-only {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	.columns-background-indigo .wp-block-column:first-child:after,
	.columns-background-green .wp-block-column:last-child:after,
	.columns-background-gray .wp-block-column:first-child:after {
		right: auto;
		left: auto;
		top: auto;
		margin-top: 0;
		left: 50%;
		margin-left: -40px;
		bottom: -2px;
	}
	.columns-background-indigo .wp-block-column:first-child:after {
		border-right-color: transparent;
		border-bottom-color: #001a72;
	}
	.columns-background-green .wp-block-column:last-child:after {
		border-left-color: transparent;
		border-bottom-color: #84bd00;
	}
	.columns-background-gray .wp-block-column:first-child:after {
		border-right-color: transparent;
		border-bottom-color: #B6ADA5;
	}
	.columns-background-indigo .wp-block-image,
	.columns-background-green .wp-block-image,
	.columns-background-gray .wp-block-image {
		margin-top: 0;
	}
	.columns-background-indigo .wp-block-column.is-vertically-aligned-center,
	.columns-background-green .wp-block-column.is-vertically-aligned-center,
	.columns-background-gray .wp-block-column.is-vertically-aligned-center {
		padding: 40px 10px 80px 10px;
	}
	.columns-background-indigo .wp-block-column.is-vertically-aligned-center h2,
	.columns-background-green .wp-block-column.is-vertically-aligned-center h2,
	.columns-background-gray .wp-block-column.is-vertically-aligned-center h2,
	.columns-background-indigo .wp-block-column.is-vertically-aligned-center .has-text-align-right,
	.columns-background-green .wp-block-column.is-vertically-aligned-center .has-text-align-right,
	.columns-background-gray .wp-block-column.is-vertically-aligned-center .has-text-align-right {
		text-align: center;
	}
	.columns-background-green {
		display: grid;
		grid-template-areas:	"img"
													"btn";
		grid-template-columns: 100%;
		grid-template-rows: 1fr;
	}
	.columns-background-green > .wp-block-column:last-child {
		grid-area: img;
	}
	.columns-background-green > .wp-block-column:first-child {
		grid-area: btn;
	}
	.social-icons-group .wp-block-image .alignright,
	.social-icons-group .wp-block-image .alignleft {
		float: none;
		margin: 0!important;
	}
	.social-icons-group .wp-block-image .aligncenter,
	.social-icons-group .wp-block-image .alignleft,
	.social-icons-group .wp-block-image .alignright,
	.social-icons-group .wp-block-image.is-resized {
		display: inline-block;
	}
}
