﻿@charset "UTF-8";

html {
	font-size: 16px;
}

em, small {
	letter-spacing: 0;
}

body, li, p {
	line-height: 1.5em;
}

body {
	background: #fff url(/portals/_default/skins/absfamilies/images/site-bg.jpg);
	background-repeat: repeat;
}

.DNNEmptyPane {
	display: none!important;
}

.paneOutline {
	border: 1px dashed #ccc;
}

a, a img, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, time, tt, u, ul, var, video {
	border: 0;
}

.Normal {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
}

.TB_Wrapper, .TB_Wrapper *, .dnnActionMenu, .dnnActionMenu *, .dnnActionMenu:after, .dnnActionMenu:before, .dnn_mact, .dnn_mact *, .dnn_mact:after, .dnn_mact:before, [id*=ControlPanel], [id*=ControlPanel] *, [id*=ControlPanel]:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

[class*=RadAjaxPanel] *, [class*=Digital] * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

html, li, p {
	font-size: 16px;
}

ol.list-unstyled, ol.list-unstyled>li, ul.list-unstyled, ul.list-unstyled>li {
	list-style: none;
	margin: 0;
}

ul.row {
	margin-left: -15px;
	margin-right: -15px;
}

ol, ul {
	list-style: none;
}

ul li {
	list-style-type: none;
}

ul li li {
	list-style-type: circle;
}

ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

.nav li {
	list-style: none!important;
}

a {
	outline: 0!important;
}

ul#myTab {
	padding: 0;
	margin: 0;
}

.popover {
	z-index: 999;
}

.mark, mark {
	padding: 0;
	background-color: transparent;
}

.bs-callout-danger, .bs-callout-info, .bs-callout-primary, .bs-callout-success, .bs-callout-warning {
	display: block;
	padding: 15px 30px 15px 15px;
}

body {
	color: #333;
	font-size: 14px;
}

.CommandButton, .Head, .Normal, .NormalBold, .NormalDisabled, .NormalRed, .NormalTextBox, .SubHead, .SubSubHead, a:hover, a:link, a:visited, body, h1, h2, h3, h4, h5, h6, input, table, td, th {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.SubHead {
	color: #000;
}

Body #Form {
	height: 100%;
}

embed, img, object {
	max-width: 100%;
}

[class*=map] img, [class*=Map] img, [id*=map] img, [id*=Map] img, table img {
	max-width: none!important;
}

img {
	height: auto;
}

em {
	font-style: italic;
}

strong {
	color: #333;
	font-weight: 700;
}

small {
	font-size: 13px;
}

a:active, a:link, a:visited {
	text-decoration: none;
}

p {
	margin: 0 0 20px;
}

ol li>ol li {
	list-style-type: lower-latin;
}

.no-margin {
	margin: 0;
}

.registration-validation ul {
	margin: 0;
	padding: 0;
}

.ModABSFamiliesRegistrationC .form-check-input {
	border: none;
}

.ModABSFamiliesRegistrationC .invalid-feedback,
.ModABSFamiliesRegistrationC .error, 
.registration-validation ul li {
	color: red;
	font-weight: bold;
	font-size: 1rem;
}

#password-requirements {
	margin: 10px 0 20px 0px;
	padding: 0px;
}

#password-requirements li {
	font-size: 14px;
	color: #BC0000!important;
}

#password-requirements li.passes {
	color: green!important;
}

.bs-callout-primary {
	margin: 20px 0;
	border-left: 5px solid #337ab7;
	background-color: #dbe9f5;
}

.bs-callout-primary h1, .bs-callout-primary h2, .bs-callout-primary h3, .bs-callout-primary h4, .bs-callout-primary h5, .bs-callout-primary h6 {
	margin-top: 0;
	color: #337ab7;
}

.bs-callout-primary p:last-child {
	margin-bottom: 0;
}

.bs-callout-primary .highlight, .bs-callout-primary code {
	background-color: #fff;
}

.bs-callout-danger {
	margin: 20px 0;
	border-left: 5px solid #d9534f;
	background-color: #f4cecd;
}

.bs-callout-danger h1, .bs-callout-danger h2, .bs-callout-danger h3, .bs-callout-danger h4, .bs-callout-danger h5, .bs-callout-danger h6 {
	margin-top: 0;
	color: #d9534f;
}

.bs-callout-danger p:last-child {
	margin-bottom: 0;
}

.bs-callout-danger .highlight, .bs-callout-danger code {
	background-color: #fff;
}

.bs-callout-warning {
	margin: 20px 0;
	border-left: 5px solid #f0ad4e;
	background-color: #fceedb;
}

.bs-callout-warning h1, .bs-callout-warning h2, .bs-callout-warning h3, .bs-callout-warning h4, .bs-callout-warning h5, .bs-callout-warning h6 {
	margin-top: 0;
	color: #f0ad4e;
}

.bs-callout-warning p:last-child {
	margin-bottom: 0;
}

.bs-callout-warning .highlight, .bs-callout-warning code {
	background-color: #fff;
}

.bs-callout-info {
	margin: 20px 0;
	border-left: 5px solid #5bc0de;
	background-color: #daf1f8;
}

.bs-callout-info h1, .bs-callout-info h2, .bs-callout-info h3, .bs-callout-info h4, .bs-callout-info h5, .bs-callout-info h6 {
	margin-top: 0;
	color: #5bc0de;
}

.bs-callout-info p:last-child {
	margin-bottom: 0;
}

.bs-callout-info .highlight, .bs-callout-info code {
	background-color: #fff;
}

.bs-callout-success {
	margin: 20px 0;
	border-left: 5px solid #5cb85c;
	background-color: #c7e6c7;
}

.bs-callout-success h1, .bs-callout-success h2, .bs-callout-success h3, .bs-callout-success h4, .bs-callout-success h5, .bs-callout-success h6 {
	margin-top: 0;
	color: #5cb85c;
}

.bs-callout-success p:last-child {
	margin-bottom: 0;
}

.bs-callout-success .highlight, .bs-callout-success code {
	background-color: #fff;
}

@font-face {
	font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

h1, h2, h3, h4, h5, h6 {
	color: #020202;
	line-height: 1.3em;
	margin: 0 0 10px;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

h3 {
	font-size: 1.375rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1.125rem;
}

h6 {
	font-size: 1rem;
}

.buttons-wrapper {
	text-align: center;
}

a.cta-button-primary, button.cta-button-primary {
	background: #7ca0c0;
	border: 1px solid #7ca0c0;
	color: #fff;
	transition: background-color 300ms ease-out 0s;
}

a.cta-button, a.cta-button-primary, button.cta-button, button.cta-button-primary {
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	margin: 0 5px 5px 0;
	min-width: 200px;
	padding: 10px 0;
	-webkit-transition: background-color 300ms ease-out 0s;
	-o-transition: background-color 300ms ease-out 0s;
}

a.cta-button-primary:hover, button.cta-button-primary:hover {
	background: #91afca;
	border-color: #91afca;
}

a.cta-button, button.cta-button {
	background: 0 0;
	border: 1px solid #7ca0c0;
	color: #7ca0c0;
	transition: background-color 300ms ease-out 0s;
}

a.cta-button:hover, button.cta-button:hover {
	color: #fff;
	background: #7ca0c0;
	border-color: #91afca;
}

.search {
	position: relative;
	min-width: 35px;
	width: 0;
	height: 34px;
	float: right;
	overflow: hidden;
	-webkit-transition: width .5s;
	-o-transition: width .5s;
	transition: width .5s;
}

.search.search-open {
	width: 25%;
}

.search.small-screens.search-open {
	width: 100%;
}

.search.small-screens.search-open .searchInputContainer input {
	padding: 0 124px 0 20px;
}

.searchInputContainer {
	display: block!important;
}

.searchInputContainer input {
	top: 0;
	right: 0;
	border: 0;
	outline: 0;
	background: #dcddd8;
	width: auto;
	height: 34px;
	margin: 0;
	padding: 0 52px 0 20px;
	font-size: 15px;
}

.searchInputContainer input::-webkit-input-placeholder {
	color: #818181;
}

.searchInputContainer input:-moz-placeholder {
	color: #818181;
}

.searchInputContainer input::-moz-placeholder {
	color: #818181;
}

.searchInputContainer input:-ms-input-placeholder {
	color: #818181;
}

.searchInputContainer a.dnnSearchBoxClearText {
	right: 45px!important;
}

.searchInputContainer a.dnnSearchBoxClearText.dnnShow {
	bottom: 2px;
}

#search-action, .SearchButton, .search-toggle-icon {
	background: url(images/search.png) center center no-repeat #c3c1c1;
	width: 35px;
	height: 34px;
	display: block;
	position: absolute;
	top: 0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 22px;
	right: 0;
	padding: 0;
	margin: 0;
	outline: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	color: #dcddd8;
	text-indent: -9999px;
}

#search-top {
	clear: both;
	width: 100%;
	background: #7CA0C0;
	padding: 0;
	margin: 0;
	height: 0;
	overflow: hidden;
	transition: all .1s ease-in-out;
}

#search-top.active {
	height: auto;
	padding: 15px 0;
	overflow: visible;
}

#search-top span {
	display: inline!important;
}

#search-top input {
	background: #fff;
	border: none;
	font-size: 1.2em;
	height: 46px;
	margin: 0 0 0 15px;
	width: 70%;
}

#search-top a.SearchButton {
	background: url(images/search.png) center center no-repeat #e0dfdf;
	height: 46px;
	position: relative;
	display: inline-block;
	text-indent: -9999px;
	width: 60px;
	padding: 0;
	top: 5px;
}

#search-action {
	display: none;
	float: right;
	height: 34px;
	margin: 0;
	padding: 6px 12px;
}

.personabar-visible .login-notes,
.personabar-visible .loginContent {
	display: none;
}

.dnnEditState .login-notes,
.dnnEditState .loginContent {
	display: block;
}

#login {
	padding-right: 10px;
}

@media only screen and (max-width:768px) {
	#search-action {
		display: block;
	}

	#login {
		padding-right: 21px;
	}
}

@media only screen and (max-width: 500px) {
	ul.searchSkinObjectPreview {
		width: auto;
		min-width: 240px;
	}
}

@media only screen and (max-width: 350px) {
	ul.searchSkinObjectPreview {
		right: -30px;
	}
}

#login .loginGroup, #login .loginGroup *, #login .registerGroup, #login .registerGroup * {
	display: block;
}

#login .loginGroup, #login .registerGroup {
	float: right;
	padding: 0;
	margin: 0;
}

#login .loginGroup a, #login .registerGroup a {
	display: block;
	position: relative;
	height: 34px;
	min-width: 12px;
	padding: 7px 15px 0;
	color: #fff;
	font-size: 11px;
	vertical-align: middle;
}

#login .loginGroup a:hover, #login .registerGroup a:hover {
	background: #d7d7d7;
	color: #333;
	text-decoration: none;
}

#login .loginGroup a:active, #login .registerGroup a:active {
	color: #333;
}

#login .loginGroup a strong, #login .registerGroup a strong {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	font-size: 11px;
	text-indent: -9999px;
}

#login .registerGroup li {
	float: left;
	line-height: 1.2em;
}

#login .registerGroup li:first-child:hover {
	border-left: #222;
}

#login .registerGroup .buttonGroup {
	margin-right: 0;
}

#login .registerGroup .userProfileImg a {
	min-width: 25px;
	min-height: 32px;
	padding: 0;
	background: 0 0;
}

#login .registerGroup a span {
	display: inline-block;
	position: absolute;
	right: 2px;
	top: -9px;
	min-width: 7px;
	margin-right: 3px;
	background: #3b96b6;
	text-align: center;
	font-size: 11px;
	color: #fff;
	-webkit-text-shadow: 0 1px 0 #333;
	text-shadow: 0 1px 0 #333;
}

#login .registerGroup a img {
	height: 32px;
	width: 32px;
	background: #333;
}

#login .userNotifications {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#login .userNotifications strong {
	height: 100%;
	background: url(images/notification_icon.png) center center no-repeat;
}

#login .userMessages strong {
	height: 100%;
	background: url(images/message_icon.png) center center no-repeat;
}

#login .userMessages a, #login .userNotifications a {
	padding: 0 18px;
}

#login .userMessages a span, #login .userNotifications a span {
	display: inline-block;
	margin-top: 9px;
	margin-right: 0;
	background-color: transparent;
	font-size: 10px;
}

.terms-label {
	font-weight: bold;
}

#topHeader {
	background: #383838;
	-moz-box-shadow: 1px 50px 100px 0 #cacaca;
	-webkit-box-shadow: 1px 50px 100px 0 #cacaca;
	box-shadow: 1px 50px 100px 0 #cacaca;
	min-width: 25px;
	min-height: 35px;
	padding: 0;
}

#mainHeader-inner {
	padding: 30px 0;
}

#mainHeader-border {
	background: #8fb299;
	height: 5px;
}

#logo {
	padding-left: 15px;
}

.brand {
	float: left;
	padding: 0 0 0 10px!important;
	margin-bottom: 10px;
}

#breadcrumb {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px dashed;
	border-color: #ccc;
	background-color: transparent;
	padding: 5px 0;
	margin: 0;
	display: block;
}

#breadcrumb a {
	margin-left: 10px;
	font-weight: 600;
	font-size: 11px;
	color: #626262;
}

#breadcrumb a:first-child {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 11px!important;
	font-weight: 400;
	color: #7b7d82;
	margin: 0;
}

#breadcrumb img, #breadcrumb span {
	margin-left: 10px;
}

main {
	border: 1px solid #ececec;
	border-top: none;
	margin-bottom: 15px;
	min-height: 350px;
}

main.no-bg {
	background: 0 0;
}

#mainContent-inner {
	padding: 10px;
	padding: 10px;
	max-width: 825px;
	margin: 0 auto;
}

.dnnpane>[class*=col-md], .dnnpane>[class^=col-md] {
	padding: 0 15px;
}

.image-wrapper {
	position: relative;
}

.image-wrapper img {
	display: block;
	max-width: 100%;
}

.image-wrapper .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
}

.grid, .grid figure, .grid figure img {
	position: relative;
}

.image-wrapper .overlay h2 {
	color: #fff;
	font-weight: 700;
	margin-top: 8%;
	-webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	text-transform: uppercase;
}

.content-intro {
	padding-top: 30px;
	font-size: 26px;
	line-height: 30px;
}

.content-intro p {
	font-size: 22px;
}

.grid {
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

.grid figure {
	float: left;
	overflow: hidden;
	margin: 10px 0;
	max-height: 360px;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: .8;
	width: 100%;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption .grid figure figcaption::after, .grid figure figcaption::before {
	pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.hover-effect {
	background: #333;
}

figure.hover-effect h2, figure.hover-effect img {
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

figure.hover-effect img {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.hover-effect h2 {
	font-size: 30px;
	color: #7ca0c0;
	-webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	-moz-text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
}

figure.hover-effect h2>span {
	color: #fff;
	font-weight: 700;
}

figure.hover-effect h2, figure.hover-effect p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	text-align: center;
	width: 100%;
}

figure.hover-effect p {
	text-transform: none;
	font-size: 24px;
	opacity: 0;
	padding: 15px;
	-moz-transition: opacity .35s, -webkit-transform .35s;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}

figure.hover-effect:hover h2, figure.hover-effect:hover img {
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
}

figure.hover-effect:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.content-block-news, .content-block-reg {
	margin-bottom: 20px;
}

.content-block-news .article-layout .item {
	display: block;
	float: left;
	position: relative;
}

.content-block-news .article-layout .item .item-image {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	background: -webkit-linear-gradient(bottom right, #c55f1e 0, #66d6ff 100%);
	background: -o-linear-gradient(bottom right, #c55f1e 0, #66d6ff 100%);
	background: linear-gradient(to top left, #c55f1e 0, #66d6ff 100%);
}

.content-block-news .article-layout .item .item-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	opacity: .7;
	filter: alpha(opacity=70);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.content-block-news .article-layout .item .item-image .item-header {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: #fff;
	background: rgba(0, 0, 0, .1);
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
	-moz-text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.content-block-news .article-layout .item .item-image .item-header strong {
	color: #fff;
	display: block;
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	font-size: 16px;
	line-height: 130%;
	font-weight: 500;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.content-block-news .article-layout .item .item-image .item-header .item-meta {
	display: block;
	color: #fff;
	padding: 10px 0 17px;
	font-size: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: -40px;
	border-top: 1px solid rgba(255, 255, 255, .3);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.content-block-news .article-layout .item .item-image .item-header .item-meta i.fa {
	padding-right: 7px;
}

.content-block-news .article-layout .item .item-image .item-header .item-meta span {
	display: block;
	color: #fff;
}

.content-block-news .article-layout .item .item-image .item-header .item-category {
	display: block;
	font-size: 18px;
	font-weight: lighter;
	left: 15px;
	position: absolute;
	right: 15px;
	text-transform: none;
	top: 15px;
}

.content-block-news .article-layout .item .item-image .item-header .item-category span {
	border: 1px solid #fff;
	color: #000;
	font-size: 24px;
	display: inline-block;
	padding: 6px 10px 5px;
	line-height: 100%;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.content-block-news .article-layout .item .item-content {
	display: block;
	background: #f4f4f4;
	width: 100%;
	font-size: 14px;
	line-height: 150%;
	color: #737373;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content-block-news .article-layout .item .item-content .item-text {
	display: block;
	padding: 15px;
}

.content-block-news .article-layout .item .item-content .item-footer-more {
	display: block;
	padding: 15px 0;
	margin: 0 15px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	border-top: 1px solid rgba(0, 0, 0, .06);
	letter-spacing: .3px;
	color: #737373;
}

.content-block-news .article-layout .item:hover .item-header .item-meta {
	bottom: 0;
	opacity: 1;
}

.content-block-news .article-layout .item:hover .item-header .item-category span {
	background: #7ca0c0;
	border-color: transparent!important;
	color: #fff;
}

.content-block-news .article-layout .item:hover .item-image img {
	opacity: 1;
}

.content-block-news .article-layout .item:hover .item-image .item-header {
	background: rgba(81, 81, 81, .7);
}

.content-block-news .article-layout .item:hover .item-image .item-header strong {
	bottom: 50px;
}

.content-block-news .article-layout .item:hover .item-content {
	background: #fff;
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .03);
	-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, .03);
	box-shadow: 0 3px 0 rgba(0, 0, 0, .03);
}

.content-block-news .article-layout .item:hover .item-content .item-footer-more {
	color: inherit;
	font-weight: 700;
	letter-spacing: 0;
	padding-right: 1px;
}

.content-block-news .item a:hover .item-content {
	background: rgba(37, 38, 41, .8);
}

.content-block-news .article-layout:after {
	display: block;
	clear: both;
	content: '';
}

.contact-form .form-control {
	border: 1px solid #e3e3e3;
	border-radius: 0;
	-webkit-box-shadow: initial;
	-moz-box-shadow: initial;
	box-shadow: initial;
	height: 50px;
	padding: 12px 15px 15px;
}

.contact-form::-webkit-input-placeholder {
	color: #e3e3e3;
}

.contact-form:-moz-placeholder {
	color: #e3e3e3;
}

.contact-form::-moz-placeholder {
	color: #e3e3e3;
}

.contact-form:-ms-input-placeholder {
	color: #e3e3e3;
}

footer .footer-above {
	background-color: #292929;
	padding-top: 25px;
	border-top: 25px solid #7ca0c0;
}

footer .footer-above h2, footer .footer-above p {
	color: #fff;
}

footer .footer-below, footer .terms-priv a:link, footer .terms-priv a:visited {
	color: #d2d2d2;
	font-size: 12px;
}

footer .footer-col {
	margin-bottom: 25px;
}

footer .footer-below {
	background-color: #383838;
	padding: 15px 0;
}

footer .copyright {
	float: left;
}

footer .terms-priv {
	float: right;
}

footer .copyright, footer .terms-priv {
	padding-left: 15px;
	padding-right: 15px;
}

footer .links-list ul li {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 1.5em;
}

footer .links-list ul li a:active, footer .links-list ul li a:link, footer .links-list ul li a:visited {
	color: #fff;
}

footer .links-list ul li a:hover {
	color: #f0f0f0;
}

footer .links-list ul li a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid #383838;
	position: relative;
	bottom: 1px;
	padding-right: 9px;
}

.latest-articles {
	display: block;
}

.latest-articles .item {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.latest-articles .item-header {
	display: block;
	float: left;
	width: 60px;
}

.latest-articles .item-header a {
	position: relative;
	display: block;
}

.latest-articles .item-header span {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.latest-articles .item-header img {
	border: 2px solid #fff;
}

.latest-articles .item-content {
	display: block;
	margin-left: 85px;
}

.latest-articles .item-content p {
	font-size: 15px;
	margin-bottom: 15px;
}

.latest-articles .item-content>strong {
	display: block;
	font-weight: 600;
	line-height: 11px;
	margin-bottom: 5px;
}

.latest-articles .item-content a {
	color: #d3d3d3;
	font-weight: 700;
	font-size: 14px;
}

.latest-articles .publish-date {
	color: #d3d3d3;
	font-weight: 400;
}

.latest-articles .publish-date span {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.contactus ul {
	margin-left: 0;
}

.contactus ul li {
	color: #fff;
	font-size: 15px;
	font-weight: 100;
	margin-bottom: 5px;
	list-style: none;
}

.contactus ul li img {
	margin-right: 5px;
}

.contactus a:link {
	color: #fff;
	text-decoration: none;
}

.contactus a:active, .contactus a:hover {
	text-decoration: underline;
}

.btn-social {
	background: url(/Portals/0/Images/social-sprite.png);
	display: inline-block;
	height: 34px;
	width: 34px;
}

.btn-social.facebook {
	background-position: 0;
}

.btn-social.twitter {
	background-position: -40px;
}

.btn-social.googleplus {
	background-position: -80px;
}

.btn-social.linkedin {
	background-position: -120px;
}

.container-content {
	padding: 10px 15px 15px;
}

.heading_wrapper {
	padding-left: 0;
	padding-right: 0;
}

.DNNContainer_Title_h2 h2 .TitleH2, .DNNContainer_Title_h3 h3 .TitleH3, .DNNContainer_Title_h4 h4 .TitleH4 {
	display: block;
	margin-bottom: 5px;
}

.DNNContainer_Title_h2 h2 .TitleH2.centered, .DNNContainer_Title_h3 h3 .TitleH3.centered, .DNNContainer_Title_h4 h4 .TitleH4.centered {
	text-align: center;
}

.valid-404 h1 {
	font-size: 10em;
	-webkit-text-shadow: 0 0 7px rgba(0, 0, 0, .75);
	text-shadow: 0 0 7px rgba(0, 0, 0, .75);
}

.valid-404 h2 {
	font-size: 33px;
}

.valid-404 h1, .valid-404 h2, .valid-404 p {
	text-align: center;
}

.bs-example-modal .modal {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
	display: block;
}

#dnnMenu .menuItem {
	word-wrap: break-word;
}

@media (min-width: 768px) {
	#dnnMenu .menuItem {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	#dnnMenu .menuItem {
		max-width: 940px;
	}
}

@media (min-width: 1200px) {
	#dnnMenu .menuItem {
		max-width: 1138px;
	}
}

/* Primary Action */

.dnnPrimaryAction:visited,
.dnnPrimaryAction, 
.dnnFormItem input[type="submit"],
 a.dnnPrimaryAction {
	border-color: #00A8E2;
	background: #00A8E2;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #efefef!important;
	text-shadow: none;
}

.dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
	border-color: #0D569E;
	background: #6cb6f3;
	color: #fff;
}

.dnnPrimaryAction:active, 
.dnnFormItem input[type="submit"]:active,
 a.dnnPrimaryAction:active {
	border-color: #0D569E;
	background: #1f66be;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

.dnnPrimaryAction[disabled],
.dnnPrimaryAction[disabled]:hover, 
.dnnPrimaryAction[disabled]:active {
	background: #ccc !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #aaa !important;
	text-shadow: none;
}

/* Secondary Action */
.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnSecondaryAction,
.dnnSecondaryAction:visited,
a.dnnSecondaryAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span {
	background: #A2D45D;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	color: #333;
}

.dnnTertiaryAction:visited,
.dnnTertiaryAction,
a.dnnTertiaryAction {
	background: #C6C6C6;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	color: #333;
}

body .dnnTertiaryAction:hover,
body .dnnTertiaryAction:active {
	background: #AEAEAE;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	color: #333;
}

.dnnAlternateAction:visited,
.dnnAlternateAction,
a.dnnTertdnnAlternateActioniaryAction {
	background: #4939CB;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	color: #fff!important;
}

body .dnnAlternateAction:hover,
body .dnnAlternateAction:active {
	background: #685bc7;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	color: #fff;
}

.dnnFormItem button:hover, .dnnFormItem input[type="button"]:hover,
.dnnFormItem input[type="reset"]:hover,
.dnnSecondaryAction:hover,
a.dnnSecondaryAction:hover,
ul.dnnAdminTabNav li a:hover,
.dnnLogin .LoginTabGroup span:hover {
	background: #BBD892;
	color: #555;
}

.dnnFormItem button:active,
.dnnFormItem input[type="button"]:active,
.dnnFormItem input[type="reset"]:active,
.dnnFormItem input[type="reset"]:active,
.dnnSecondaryAction:active,
a.dnnSecondaryAction:active,
ul.dnnAdminTabNav li a:active {
	border-color: #999;
	background: #8ED231;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnFormItem input[type="submit"],
.dnnPrimaryAction,
.dnnSecondaryAction,
.dnnTertiaryAction,
.dnnAlternateAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span {
	display: inline-block;
	padding: 9px 9px;
	margin-bottom: 9px;
	cursor: pointer;
	min-width: 75px;
	font-size: .9rem;
	border: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	text-decoration: none!important;
	color: #333;
	font-weight: bold;
	text-align: center;
	width: 100%;
	max-width: 500px;
}

main {
	border: none;
}
.LoginPanel {
	margin: 50px auto 0;
	clear: none; 
	width: 100%;
	padding: 0;
	float: none;
	max-width: 500px;
}

.login-addendum {
	padding: 10px; 
}

#dnn_ctr436_Login_Login_DNN_lblLoginRememberMe {
	display: none 
}

.dnnLogin { clear: left; }

.dnnLogin:after {
	display: none; 
}

.LoginPanel .dnnLabel {
	display: block;
	float: none;
	position: relative;
	width: auto;
	padding-right: 0;
	margin-right: 0;
	overflow: visible;
	text-align: left;
}

.eds_news_ABS .article.standalone > h2 {
	clear: left;
}

#dnn_ctr380_Login_Login_DNN_lblLoginRememberMe,
.LoginPanel .dnnLoginRememberMe {
	display: none;
}

.LoginPanel .dnnPrimaryAction,
.LoginPanel .dnnSecondaryAction {
	display: block;
}

.dnnLoginService input[type="text"], .dnnLoginService input[type="password"] {
	width: 100%;
	max-width: 500px;
}

.client-selector-block,
.user-block,
.login-block {
	display: inline-block;
	justify-content: center;
	align-items: center;
}

.login-block {
	margin-top: 10px;
}

.client-selector-block,
.user-block {
	margin-left: 1em;
	margin-top: 10px;
}

#client-selector {
	top: -5px;
	position: relative;
	margin-left: 0cm 1rem;
	color: #02A7DE;
	font-size: 1rem;
	cursor: pointer!important;
	font-weight: bold;
	border: none;
	box-shadow: -8px 10px 0px -4px rgb(162 212 93), 8px 10px 0px -4px rgb(162 212 93);
	-webkit-box-shadow: -8px 10px 0px -4px rgb(162 212 93), 8px 10px 0px -4px rgb(162 212 93);
	-moz-box-shadow: -8px 10px 0px -4px rgb(162 212 93), 8px 10px 0px -4px rgb(162 212 93);
}

.user-block {
	display: none;
}

.personabar-visible body,
.personabar-visible .fixed-bottom {
	left: 80px;
}

#mainNav {
	display: block;
	padding: 10px 0px;
}

#mainNav .nav-link {
	padding: 5px 0;
	width: 100%;
	font-size: 12px;
}

.col.footer-more {
	display: flex;
	justify-content: right;
	align-items: center;
}

#mainNav .col {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-more i,
#mainNav i {
	display: block;
	font-size: 30px;
}

.footer-more a,
#mainNav a {
	text-decoration: none;
	text-align: center;
	color: #333;
}

#menuMore .row {
	display: block;
}

#menuMore .btn-primary {
	background-color: none;
}

body a, body a:visited {
	color: #02A7DE;
}

#activeUser {
	position: relative;
	top: -5px;
	display: block;
	padding: 5px 10px;
	font-size: .9rem;
	height: 25px;
	text-transform: uppercase;
	font-weight: bold;
	box-shadow: -8px 10px 0px -4px rgb(162 212 93), 8px 10px 0px -4px rgb(162 212 93);
	-webkit-box-shadow: -8px 10px 0px -4px rgb(162 212 93), 8px 10px 0px -4px rgb(162 212 93);
	-moz-box-shadow: -8px 10px 0px -4px rgb(162 212 93), 8px 10px 0px -4px rgb(162 212 93);
}

header {
	border-bottom: none;
	min-height: 50px;
}

.btn-close::before {
	color: #fff;
	font-size: 2rem;
	content: '\f00d';
	font-family: FontAwesome;
}

.btn-close {
	background: none !important;
}

#dnn_uxHeader_dnnLogin_enhancedLoginLink {
	text-decoration: none!important;
	position: relative;
}

#dnn_uxHeader_dnnLogin_enhancedLoginLink:hover {
	color: #00A8E2;
}

#dnn_uxHeader_dnnLogin_enhancedLoginLink:active {
	color: #1f66be;
}

#dnn_ctr380_Login_Login_DNN_cancelLink {
	display: none;
}

.schedule-list {
	padding-left: 0;
	margin-left: 0;
}

#schedulePanel {
	display: none;
}

#schedulePagination {
	margin: 2rem 0 1rem;
}

#schedulePagination li {
	width: 50%;
	text-align: center;
	max-width: 250px;
}

.schedule-list {
	margin: 0 0 3em;
}

.daily-results .row {
	margin: 0;
	padding: 0;
}

.daily-results .row.last {
	border: none;
}

.daily-results .alert {
	padding: .2rem .5rem;
	white-space: nowrap;
}

.schedule-row strong {
	color: #02A7DE!important;
}

.schedule-link {
	display: block;
	width: 100%;
	text-decoration: none!important;
	padding: 0 0 0 5px;
	; 
    line-height: 1.5;
	margin-top: 10px;
}

.schedule-link:hover {
	background: #efefef;
}

.schedule-day {
	color: #999;
	margin-bottom: 0;
}

.schedule-list a strong {
	color: #0d6efd;
}

.daily-results {
	margin-bottom: 2em;
}

#offcanvasRight {
	background: #333;
	color: #fff;
}

#offcanvasRight,
#offcanvasRight a,
#offcanvasRight h5 {
	color: #fff;
}

::marker {
	display: none;
}

#offcanvasRight ul {
	margin: 0;
	padding: 0;
}

#offcanvasRight ul li {
	border-bottom: 1px solid #fff;
	font-size: 1rem;
}

#offcanvasRight ul li a {
	display: block;
	text-align: left;
	padding: 10px 5px;
}

#offcanvasRight .btn-close {
	color: #fff!important;
}

#schedulePanel .row .checkbox-col {
	text-align: center;
}

.terms-checkbox input {
	float: left;
}


.terms-checkbox label {
	display: block;
	margin-left: 25px;
}

#schedulePanel .row .checkbox-col input {
	margin-top: 1.2em;
	cursor: pointer;
}

#schedulePanel label {
	cursor: pointer;
}

#cancelSelected,
#conversionPanel,
#appointmentRequestPanel,
#messageSchedulingPanel,
#scheduleBulkCancelAppointment,
#detailPanel,
#cancelPanel,
#cancelBulkPanel,
#modifyPanel,
.modify-custom-reason,
.modify-reschedule-date,
.modify-additional-comments,
.modify-location,
.modify-requested,
.modify-type,
.modify-reschedule-plan,
.cancel-reason,
.cancel-custom-reason,
.cancel-requested,
.cancel-reschedule-plan,
.cancel-reschedule-date,
.cancel-reschedule-extend,
.cancel-reschedule-employee,
.cancel-reschedule-comments,
.error-type,
.drive-time,
.mileage,
.other-details,
.admin-specific {
	display: none;
}

.modification-details .label,
.cancellation-details .label {
	font-weight: bold;
}

.pending-modification,
.pending-cancellation {
	display: none;
	color: #fff;
	background: #EE5C04;
	padding: 5px 10px;
	border-radius: 5px 5px 0 0px;
	margin-bottom: 0px;
}

.modification-details,
.cancellation-details {
	display: none;
	background: #FFE5D4;
	margin: 0 0 10px;
	padding: 10px 15px;
	border-radius: 0 0 5px 5px;
}

.modification-details li,
.cancellation-details li {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 12px!important;
}

.fine-print {
	font-size: .7rem;
}

#siteWrapper {
	padding-bottom: 5rem;
}

.global-header {
	background: #00B4ED;
	margin-bottom: 10px;
}

.login-block {
	float: right;
	height: 25px;
	display: block;
	margin-top: 0;
}

.global-header a {
	color: #fff!important;
	height: 20px;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 20px;
	float: right;
	position: relative;
	top: 2px!important;
}

.global-header .home-link a {
	margin-right: 12px;
	display: inline-block;
}

.global-header .home-link {
	display: inline-block;
	top: 0;
	position: relative;
}

.header-wrap {
	padding: 0px!important;
}

.dev-note ul {
	padding-left: 1rem;
	margin-top: 1rem;
}

.dev-note ul li {
	list-style-type: disc;
	font-size: .7rem;
}

.dev-note {
	color: #400D0E;
	background: #FBCFD0;
	padding: 1rem;
	font-style: italic;
	margin-bottom: 1rem;
}

.dev-note strong {
	color: #400D0E;
}

.supervisor,
.appointment-type-other,
.patient-other,
.modify-other,
.modify-location,
.modify-time,
.modify-on-time,
.modify-wait-time,
.wait-time-duration,
.wait-time-start {
	display: none;
}

label {
	cursor: pointer;
}

.form-actions {
	padding-top: 2rem;
}

.client-auto-complete-item-secondary-text {
    color: darkgray;
    font-size: smaller;
}

.avatar-selection i {
	font-size: 2rem;
}

.team-listing i {
	font-size: 2.5rem;
	border: 1px solid #02A7DE;
	padding: 1rem;
	border-radius: 2.5rem;
}

.team-listing .profile-row {
	display: table;
	height: 5rem;
	; 
    margin-bottom: .5rem;
}

.team-listing .col {
	display: table-cell;
	vertical-align: top;
}

.team-heading {
	margin-bottom: 1rem;
}

#profilePanel {
	display: none;
}

#chatPanel {
	display: none;
}

.form-actions a {
	display: block;
}

.team-listing .chat-row i {
	font-size: 1rem;
	float: right;
}

.team-listing .chat-message {
	margin: 0;
	font-size: 1rem;
	line-height: 1.2;
}

.team-listing .chat-row .chat-date {
	font-size: 1rem;
	margin-bottom: 1rem;
	margin-top: 0rem;
	padding-left: 1rem;
	font-style: italic;
	color: #666;
	font-weight: normal!important;
}

.team-listing .chat-row {
	margin: 0 0 0;
	border-radius: 0 8px 8px 8px;
}

.team-listing .other-message {
	padding: 1rem 0 0 1rem;
	margin-left: 4rem;
}

.team-listing .chat-message {
	background: #F7F7F7;
	padding: .75rem 1rem;
	border: 1px solid #0384AE;
	border-radius: 20px;
	position: relative;
	border-radius: 4px 20px 20px 20px;
	line-break: anywhere;
}

.team-listing .my-message .forum-avatar {
	border: 1px solid #0384AE;
}

.team-listing .other-message .forum-avatar {
	border: 1px solid #A1D45D;
}

.team-listing .other-message .chat-message {
	border: 1px solid #A1D45D;
	border-radius: 20px 4px 20px 20px;
}

.my-message .col-10 {
	padding-left: 0px;
}

.other-message .col-10 {
	padding-right: 0;
}

#chatMessage {
	margin-bottom: .5rem;
}

#chatWrapper .my-message .col-2 .forum-avatar {
	float: right;
}

body  #dnn_ContentPane .accordionLink {
	background-color: #A2D45D;
	color: #fff;
	margin: 0;
	padding: 1rem;
	text-decoration: none;
	display: block;
}

body  #dnn_ContentPane .panel-heading {
	padding: 0;
}

#offcanvasRightLabel {
	font-size: 2rem;
}

main {
	min-height: 50px;
}

.hidden-input,
.cancelledExplanation,
.makeup,
.extend,
.coverage,
.same-day,
.change-other,
.additional-time,
.billable-time,
.need-a-nap,
.nap-duration,
.previous-cancelled {
	display: none;
}

#loginWrapper {
	width: 100%;
}

body h1 {
	font-size: 2rem;
}

body h2 {
	font-size: 1.5rem;
}

body h3 {
	font-size: 1.2rem;
}

body h4 {
	font-size: 1rem;
	font-weight: bold;
}

body h5 {
	font-size: 1rem;
	font-weight: normal;
}

#teamSchedulePanel {
	display: none;
}

#appointmentsLead span {
	font-size: 2rem;
	margin: 0;
}

#appointmentsIntro {
	font-size: 1rem;
	margin: 0 0 0;
	background: #fff;
	padding: 10px 5px 20px;
}

.detail-address-name {
	margin-bottom: 0;
	font-weight: bold;
}

.ModDNNHTMLC,
.contact-info {
	background: #fff;
	padding: 10px 5px 5px;
}

#currentRange h3 {
	color: #555;
	font-size: .8rem;
	margin: 0rem 0 1rem;
	max-width: 500px;
	text-align: center;
}

.psychologist .footer-team {
	display: none!important;
}

.password-feedback {
	display: block;
}

.admin .admin-hide,
.psycholgist .psychologist-hide,
.family-user .family-hide,
.ba-user .ba-hide,
.bt-user .bt-hide {
	display: none!important;
}

#BulkCancellationForm .option-bt-ba,
#BulkCancellationForm .option-all,
#BulkCancellationForm .option-bt-ba-me,
#BulkCancellationForm .option-family,

#CancellationForm .option-bt-ba,
#CancellationForm .option-all,
#CancellationForm .option-bt-ba-me,
#CancellationForm .option-family {
	/* display: none; */
}

.hidden { display: none !important;}

.voidPendingModificationsSuccess {
	display: none;
}

.submission-complete {
	display: none;
	margin-top: 3rem;
}

.dbOpenButton span {
	color: #fff;
}

.db-show {
	top: 30%!important;
	position: absolute;
	padding: 10px!important;
}

.db-show .navbar {
	padding: 0px;
}

.db-show .navbar h5 {
	margin: 2px 0 0 10px!important;
}

.db-show .my-2 h5 {
	margin: 1rem 0 0 0!important;
	font-size: 1rem!important;
}

.db-show .btn {
	border-radius: 0;
	border: none;
	padding: 10px;
	color: #02A7DE!important;
	font-size: .8rem;
}

.db-show .btn-success {
	background: #888;
	color: #fff!important;
	font-weight: bold;
}

.db-show .dbCalGrid {
	font-size: .8rem;
	margin: 10px 0;
}

.dbCalGrid .dbEvent:hover,
.dbCalGrid .dbEvent:active {
	color: #fff!important;
	background: #02A7DE!important;
}

@media (min-width: 760px) {
	.dbContainer_0 {
		min-width: 390px!important;
	}
}

.db-show .dbEvent.disabled {
	color: #666!important;
}

.datebox {
	border-radius: 5px 0 0 5px;
}

.dbOpenButton {
	border-radius: 0 5px 5px 0!important;
}

#loadMore {
	display: none;
}

#loadMore p {
	margin: 1rem 0 0;
}

#chatWrapper {
	margin: 0;
	padding: 0;
}

#pageIndicator {
	text-align: center;
	margin: 1rem 0 0;
}

.article-listing {
	margin-bottom: 2rem;
	background: #fff;
	padding: 4px;
}

.article-listing img {
	margin-bottom: 1rem;
	max-width: 100px;
}

.eds_template_Details_Article_Default h1 {
	display: none;
}

.in_article_image {
	margin-bottom: 1rem;
}

.article-listing img {
	width: 100%;
}

.edn_article_gallery {
	display: none;
}

.eds_news_ABS .article.standalone .content {
	margin: 12px 0 10px;
	font-size: 1rem;
	line-height: 1.5;
}

.Language .en:after {
	content: "English";
}

.Language .es:after {
	content: "Español";
}

.loginGroup, 
.language-object {
	display: block;
	float: right;
}

.language-object {
	margin: 0 14px 0 0;
}

.loginGroup {
	margin-right: 10px;
}

.dnnLoginActions ul li:first-child {
	display: none;
}

.dnnLoginActions {
	display: block;
	margin-top: -25px;
}

.dnnLoginActions .dnnActions {
	margin: 0!important;
	padding: 0!important;
}

.dnnLoginActions .dnnActions li {
	width: 100%!important;
}

.timebox,
.datebox {
	background: #fff!important;
}

.dbContainer_1 {
	min-width: 330px!important;
}

.dnnLoginActions#dnn_ctr380_Login_Login_DNN_liPassword {
	width: 100%!important;
}

#pageIndicator {
	display: none;
}

.appointment-notice {
	background: #FF7F27;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	padding: 2px 6px;
	margin-right: 5px;
}

.cancel-notice {
	background: #FF7F27;
}

.cancelled-notice {
	background-color: red;
}

.completed-notice {
	background-color: green;
}

.coordinated strong span {
	color: purple;
}

.message-count {
	position: absolute;
	display: inline-block;
	top: 5px;
	padding: 0;
}

.message-count i,
.team-message-count i {
	font-size: 10px!important;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: red;
	padding: 0 5px;
	font-style: normal;
	border-radius: 10px;
	border: none;
}

.load-more-message {
	margin-top: 0px!important;
}

.team-message-count {
	position: relative;
	display: block;
	top: -77px;
	padding: 0;
	font-size: 15px;
	left: 69px;
	margin-bottom: -15px;
	height: 15px;
}

.text-right {
	text-align: right;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
	color: #468847;
	background-color: #DFF0D8!important;
	border: 1px solid #D6E9C6!important;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
	color: #B94A48;
	background-color: #F2DEDE!important;
	border: 1px solid #EED3D7!important;
}

.parsley-errors-list {
	margin: 2px 0 3px;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 0.9em;
	opacity: 0;
	color: #B94A48;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
	opacity: 1;
}

i.telehealth {
	margin-left: 5px;
}

.form-check-inline.parsley-error input {
	border: 2px solid red!important;
	background: #F2DEDE!important;
}

.parsley-error input[type="checkbox"] {
	border: 2px solid #B94A48
}

.form-check-inline.parsley-error label span {
	color: red;
}

ul.detail-datetime li {
	list-style-type: disc;
}

ul.detail-datetime {
	margin-left: 0;
}

.forum-message {
	margin-bottom: 20px;
}

#ChatLead {
	font-size: 18px;
	margin-bottom: 0px;
}

.reply-message-content p,
.forum-message-content p {
	margin-bottom: 0;
}

.message-row {
	margin: 5px auto;
	width: 100%;
	float: left;
}

.message-row .avatar-col {
	float: left;
	width: 50px;
}

.message-row .message-col {
	margin-left: 50px;
}

.reply-list {
	margin-top: 5px;
}

.reply-row {
	margin: 20px 0 20px 0;
	width: 100%;
	float: left;
	position: relative;
}

.reply-avatar-col {
	float: left;
	width: 50px;
}

.reply-message-col {
	margin-left: 50px;
}

.reply-text {
	padding-left: 10px;
}

.reply-row {
	margin: 10px 0 10px 0px;
}

.more-replies {
	margin-left: 50px;
}

.forum-message-reply-input {
	display: none;
	float: left;
	width: 100%;
}

.reply-input {
	width: 200px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
}

.reply-action {
	font-size: 40px;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}

.like-data {
	display: inline-block;
}

.forum-message-date {
	color: #777;
}

.message-col .error {
	color: red;
	font-weight: bold;
}

.forum-message .success {
	color: green;
	font-weight: bold;
}

#ForumMessage {
	font-size: 14px;
	padding: 8px;
}

#ForumMessageList {
	padding-bottom: 200px!important;
	float: left;
	max-width: 100%;
	width: 100%;
}

.load-more-posts,
.load-more {
	font-size: 14px;
	font-weight: bold;
}

#ForumInput,
#ChatInput {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
}

.forum-submit {
	margin-top: 10px;
}

.forum-avatar {
	border-radius: 20px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	text-align: center;
	padding-top: 10px;
	line-height: 20px;
	font-weight: bold;
}

.avatar-large {
	border-radius: 40px;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	text-align: center;
	padding-top: 0px;
	line-height: 60px;
	font-size: 1.75rem;
	font-weight: bold;
}

a.avatar-large {
	color: #000!important;
	text-decoration: none;
	cursor: pointer;
}

.profile-row,
#teamDetail {
	background: #fff;
	padding: 10px 5px 5px;
}

#teamList {
	background: #fff;
	padding: 0px 5px 5px;
}

#teamList h4 {
	font-size: 1.5rem;
	margin-bottom: 0px;
}

#ForumFooter {
	position: fixed;
	max-width: 100%;
	bottom: 80px;
	background: #fff;
	text-align: center;
	padding: 20px 20px 10px;
	margin: 0;
	left: 0;
}

#ForumFooter input {
	margin: 0 auto;
	max-width: 500px;
}

#ForumLink,
#ForumImage {
	margin-top: 5px!important;
}

#submitChat,
#SubmitMessage,
#AttachImage,
#AttachLink {
	background: #A1D45D;
	color: #fff;
	font-size: .9rem;
}

#submitChat,
#SubmitMessage {
	background: #00A8E2;
}

#ChatForm,
#ForumForm {
	overflow: hidden;
	max-width: 600px;
	margin: 0 auto;
}

#ChatInput,
#ForumInput {
	width: auto;
	overflow: hidden;
}

#ForumFooter .form {
	padding: 0;
}

#ChatControls {
	float: right;
	text-align: right;
	width: 48px;
}

#ForumControls {
	float: right;
	text-align: right;
	width: 92px;
}

#ChatControls a,
#ForumControls a {
	padding: 7px 5px 6px;
	width: 40px;
}

.is-pinned {
	margin-right: 5px;
	color: #05A8E2;
}

.forum-message-link {
	margin: 0;
}

.forum-message-link i {
	margin-right: 5px;
	display: inline;
}

.forum-message-image {
	background: #fff;
	margin: 5px 0;
	padding: 4px;
	box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.49);
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.49);
	-moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.49);
	border: 1px solid #BDBDBD;
}

#RegionSelector {
	display: none;
}

.forum-message-controls {
	padding-left: 0;
	margin-left: 0;
}

.forum-message-controls li {
	display: inline-block;
	font-size: 12px;
}

.forum-message-controls li + li::before {
	content: " | ";
	padding-left: 4px;
	font-size: 12px;
	color: #666;
}

.forum-message-link {
	background: #F2F2F2;
	padding: 5px 10px;
	margin: 5px 0;
	font-size: 13px;
}

.forum-message-link a {
	white-space: pre-wrap;
 /* CSS3 */
	white-space: -moz-pre-wrap;
 /* Mozilla, since 1999 */
	white-space: -pre-wrap;
 /* Opera 4-6 */
	white-space: -o-pre-wrap;
 /* Opera 7 */
	word-wrap: break-word;
 /* Internet Explorer 5.5+ */
	max-width: 100%;
}

.dashboard-title {
	font-size: 14px;
}

.dashboard-title a {
	color: #111!important;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2;
}

.dashboard-image {
	margin-bottom: 5px;
	width: 75px;
	height: 75px;
	border-radius: 50px;
	border: 2px solid #6C60B7;
}

.recent-podcast .podcast-title {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.dash-CTA {
	margin: 10px 0;
	padding: 5px;
}

.dash-next {
	display: none;
	border: 8px solid #A1D65A;
	background: #fff;
	margin: 10px 0;
	padding: 5px;
}

.dash-next i {
	font-size: 2.5rem;
	margin-top: 7px;
}

.dash-CTA i {
	font-size: 2rem;
}

.dash-CTA p {
	margin-bottom: 0;
}

.dash-CTA a {
	font-weight: bold;
	font-size: 14px;
	padding-top: 2px;
	display: block;
	line-height: 1.3;
}

.eds_news_ABS .article.standalone .content,
.form,
#ForumMessageList,
#detailPanel,
#scheduleListWrapper {
	background: #fff;
	padding: 4px;
}

.schedule-row {
	line-height: 1.1;
}

.dashboard-welcome {
	font-size: 16px!important;
	margin: 5px 0 2px!important;
	font-weight: bold;
	color: #6C60B7;
}

.family-dashboard {
	padding: 0px!important;
}

.family-dashboard h2 {
	font-size: 16px;
	font-weight: bold;
	color: #2A689E;
	margin-top: 5px;
	margin-bottom: 5px;
}

.dash-recents {
	margin-bottom: 5px;
}

.podcast-summary {
	margin: 0;
	line-height: 1.2;
	font-size: 14px;
	font-weight: bold;
}

.podcast-image img {
	width: 95px;
	margin-bottom: 5px!important;
	border: 2px solid #6C60B7;
	border-radius: 10px;
}

.podcast-image-col {
	width: 100px;
	float: left;
}

.podcast-content-col {
	margin-left: 110px;
}

.podcast-more {
	margin-top: 5px;
	margin-bottom: 0px;
}

.podcast-more a {
	margin-top: 10px;
	margin-bottom: 0;
	display: inline-block;
	width: auto;
	font-weight: normal!important;
	padding: 5px 15px;
	color: #fff!important;
}

.podcast-more a {
	margin: 0;
}

.welcome-wrapper {
	border: 1px solid #D9D6D8;
	background: #fff;
	border-radius: 20px;
	padding: 5px 5px;
}

#dnn_CTAPane h2 {
	margin-bottom: 8px;
	font-size: 14px;
}

.family-dasbhoard .schedule-link {
	display: block;
	width: 100%;
	text-decoration: none!important;
	padding: 0 0 0;
	line-height: 1.5;
}

.family-dasbhoard .schedule-link:hover {
	background: #efefef;
}

.family-dashboard .appointment-time {
	color: #222;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	padding-top: 2px;
}

.site-logo {
	width: 140px;
}


.Page-Forum .footer-forum a,
.Page-Library .footer-library a,
.Page-Team .footer-team a,
.Page-Home .footer-schedule a {
	color: #62579C!important;
	font-weight: bold;
}

#btAppointmentControls {
	max-width: 505px;
}

.dbContainer_2 {
	min-width: 320px!important;
}

#loadingSiteSchedule,
#loadingSite {
	padding: 20px;
	background: #fff;
	border-radius: 15px;
	opacity: .4
}

.milestones h1.milestone-heading {
	background: #A4D65E;
	color: #fff;
	font-weight: bold;
	text-align: center; 
	border-radius: 1rem; 
	padding: 1rem 0;
}

.milestones .success-30-days,
.milestones .total-success-heading {
	text-transform: uppercase;
	font-weight: bold;
	color: #004B87;
	text-align: center; 
}

.milestones .trophy {

}

.milestones .ribbon {

}

.milestones .success-counter {
	margin-bottom: 2rem

}

.milestones .trophy {
	background: url(./Images/trophy.png?v=1);
}

.milestones .ribbon {
	background: url(./Images/ribbon.png?v=1);
}

.milestones .success-indicator {
	position: relative;
	background-position:  center top;
	background-repeat: no-repeat;
	text-align: center;
	height: 150px;	
	width: 100%;
}

.milestones .success-indicator span.counter {
	font-weight: bold;
	font-size: 1.25rem; 
	margin-left: 5px;
	text-align: center;
	position: relative;
	display: block; 
	top: 45px; 
}

.milestones #NextAssessment,
.milestones #NextCaregiverTraining {
	font-weight: normal
}

.milestones #SuccessThisYear {
	margin-left: 9px; 
}

.milestones #SuccessThisMonth {
	padding-top: 3px; 
}

.milestones .success-indicator label {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	text-align: center; 
}

.milestones .key-dates {
	font-weight: bold;
	margin: 3rem 0
}

@media (max-width: 768px) {
	.milestones .key-dates .text-right{
		text-align: left;
	}	
}

.milestones #success-list {
	padding-left: 0;
	margin-left: 0
}


.milestones #success-list .date {
	font-weight: bold;
}

.milestones #success-list .name {
	padding-right: 0;
	display: inline-block;
	line-height: 1.2;
}

#MilestoneForm label {
	font-weight: bold;
}

.success-entry {
	border: 3px solid #004381;
	-webkit-box-shadow: -5px 4px 0px 0px #99D6EA; 
	box-shadow: -5px 4px 0px 0px #99D6EA;
    background: #fff;
    padding: 1rem 1rem;
    position: relative;
    border-radius: 3rem;
    margin-bottom: 1.5rem;
	min-height: 70px;
}

.milestones .load-more a {
	margin-top: 20px;
	font-size: 1rem;
	color: #02A7DE!important;
}

.milestones .form-actions { padding-top: 10px;}

.milestones .success-results { margin: 0 1rem; }

.milestones #success-list li::before {
    background: url(/portals/_default/skins/absfamilies/images/icon-star.png);
    content: '';
    display: inline-block;	
    width: 60px;
    height: 60px;
	margin-top: -10px;
    position: absolute;
    left: -75px;
    background-size: contain;
}


.milestones #success-list li:nth-child(2n)::before {
    background: url(/portals/_default/skins/absfamilies/images/icon-diamond.png);
    content: '';
    display: inline-block;	
    width: 60px;
    height: 60px;
	margin-top: -10px;
    position: absolute;
    left: -75px;
    background-size: contain;	
}

.milestones #success-list li:nth-child(3n)::before {
    background: url(/portals/_default/skins/absfamilies/images/icon-heart.png);
    content: '';
    display: inline-block;	
    width: 60px;
    height: 60px;
	margin-top: -10px;
    position: absolute;
    left: -75px;
    background-size: contain;	
}

.milestones #success-list li:nth-child(4n)::before {
    background: url(/portals/_default/skins/absfamilies/images/icon-trophy.png);
    content: '';
    display: inline-block;	
    width: 60px;
    height: 60px;
	margin-top: -10px;
    position: absolute;
    left: -75px;
    background-size: contain;	
}

.milestones #success-list li:nth-child(5n)::before {
    background: url(/portals/_default/skins/absfamilies/images/icon-bolt.png);
    content: '';
    display: inline-block;	
    width: 60px;
    height: 60px;
	margin-top: -10px;
    position: absolute;
    left: -75px;
    background-size: contain;	
}

@media (max-width: 768px) {
	.milestones #success-list li::before { display: none!important} 
	.milestones #success-list .date { text-align: left }
	.milestones .success-results { margin: 0 }
}

.btn-void {
	background: red; 
	color: #fff!important;
	float: right; 
	padding: 10px 20px; 
	font-size: 13px; 
}

.time-errors  {
	display: none; 
    color: #B94A48;
    padding: .5rem 0;
    font-size: 1rem;
}