/* CSS Document */

/*
Theme Name: Beacon
Author: Sway Creative Labs
Author URI: http://madebysway.com/
Version: 4.0.26

Beacon Health Options WordPress Theme © 2014 Sway Creative Labs
*/

/* CSS Document */

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:0 0 24px;
	padding:0;
}
input, select {
	vertical-align:middle;
}

/*GLOBAL STYLES*/
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html, body {
}
body {
	font: 18px/24px "proxima-nova", "Open Sans", Helvetica, Arial, sans-serif;
	color: #555;
	-webkit-font-smoothing: antialiased;
	background: #fff;
}
#container {
}
.wrapper {
	width: 1140px;
	margin: 0 auto;
	overflow: auto;
}
.clear {
	clear:both;
}
strong {
	font-weight: 700;
}
a {
	color: #3fb4e5;
	text-decoration: none;
}
a:hover {
	color: #f59246;
}
p {
	margin-bottom: 24px;
	font-weight:200;
}
span {
	font-weight:200;
}
h1 {
	font-size: 42px;
	line-height: 42px;
	padding-bottom: 42px;
	font-weight: 300;
	color: #3fb4e5;
}
h2 {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 24px;
}
h3 {
	font-size: 100%;
	line-height: 100%;
	font-weight: 700;
	padding-bottom: 24px;
}
h4, h5 {
	font-size: 100%;
	line-height: 100%;
	font-weight: 700;
	padding-bottom: 24px;
}
blockquote {
	position: relative;
	font-size: 30px;
	line-height: 36px;
	padding-left: 60px;
	margin-bottom: 36px;
	text-indent: -11px;
	font-weight: 300;
	color: #3fb4e5;
}
blockquote:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
	width: 4px;
	background: #3fb4e5;
	-ms-transform: skew(-10deg, 0);
	-moz-transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 45px;
	font-size: 15px;
	width: 267px;
	border: 1px solid #999;
	border-radius: 3px;
	background: #fff;
	text-indent: 10px;
}
.entry-content .date {
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 15px;
}
input[type=text], input[type=email], input[type=tel], textarea {
	padding: 5px;
	font-size: 14px;
	line-height: 14px;
	width: 100%;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #999;
	-webkit-font-smoothing: inherit;
}
input[type=submit], button {
	font-family: "proxima-nova", "Open Sans", Helvetica, Arial, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-font-smoothing: inherit;
}
.btn, input[type=submit] {
	display: inline-block;
	height: 45px;
	font-size: 14px;
	line-height: 42px;
	letter-spacing: .12em;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #3fb4e5;
	transition: .25s;
	border: none;
	box-shadow: inset 0px -3px 0px rgba(0,0,0,0.30);
	border-radius: 0;
	outline: none;
	padding: 0 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.btn:hover, input[type=submit]:hover {
	color: #3fb4e5;
	background: #e1e1e1;
}

.btn.disabled,
.btn:disabled {
	opacity:0.8;
	color:#888;
	background:#e1e1e1;
	cursor:default;
}
.btn.disabled:hover,
.btn:disabled:hover {
	color:#888;
	background:#e1e1e1;
}
.btn.green {
	background-color:#90cf71;
}
.btn.green:hover {
	color:#90cf71;
	background-color:#e1e1e1;
}/*
.btn.blue {
	background-color:#3fb4e5;
}
.btn.blue:hover {
	color:#3fb4e5;
	background-color:#e1e1e1;
}*/
.btn.red {
	background-color:#e85741;
}
.btn.red:hover {
	color:#e85741;
	background-color:#e1e1e1;
}
.btn.orange {
	background-color:#f59246;
}
.btn.orange:hover {
	color:#f59246;
	background-color:#e1e1e1;
}
.btn.pdf:after {
	content:'\f1c1';
	font-family:"Font Awesome 5 Free";
	font-size:17px;
	font-weight:900;
	padding-left:12px;
}
.entry-content a:after {
	font-family:"Font Awesome 5 Free";
	font-size:16px;
	font-weight:900;
	padding-left:8px;
	padding-right:4px;
}
.entry-content a.pdf:after {
	content:'\f1c1';
}
.entry-content a.xls:after {
	content:'\f1c3';
}
.entry-content a.wmv:after {
	content:'\f1c8';
}
.entry-content a.ppt:after {
	content:'\f1c4';
}
.entry-content a.doc:after {
	content:'\f1c2';
}

.entry-content img {
	max-width:100%;
	height:auto;
}

.noscroll {
	overflow: hidden;
}
.color-rule {
	height: 4px;
	/*display: table;*/
	width: 100%;
	display:none;
}
.color-rule span {
	display: table-cell;
	height: 4px;
}
.color-rule .green { background: #90cf71; }
.color-rule .red { background: #e85741; }
.color-rule .orange { background: #f59246; }
.color-rule .blue { background: #318db4; }

/* COLUMNS */

.full-width-column {
	width: 100%;
	padding: 0 15px;
}
.half-column {
	float: left;
	width: 50%;
	padding: 0 15px;
}
.quarter-column {
	float: left;
	width: 25%;
	padding: 0 15px;
}
.three-quarter-column {
	float: left;
	width: 75%;
	padding: 0 15px;
}
.third-column {
	float: left;
	width: 33.33%;
	padding: 0 15px;
}
.two-third-column {
	float: left;
	width: 66.67%;
	padding: 0 15px;
}

/* HEADER */
#mobile-header {
	display: none;
}
#mobilenav {
	display: none;
}
#main-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	/*height: 114px;*/
	height:134px;
	background: #0e253a;
	box-shadow: 0px 2px 0px rgba(0,0,0,0.2);
	z-index: 10;
}
.header-fixed {
	position: fixed !important;
	top: -30px !important;
}
#main-header .wrapper {
	padding: 0 15px;
	overflow: visible;
}
#aux-nav {
	height: 30px;
	background: #091928;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
	border-bottom:1px solid #020508;
	-moz-box-shadow: 0px 1px 0px #173d5f; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 0px 1px 0px #173d5f; /* Safari and Chrome */
	box-shadow: 0px 1px 0px #173d5f;
}
#aux-nav a {
	color: #a2a9ae;
	margin-left: 12px;
}
#aux-nav a.social-icons {
	margin-left: 3px;
}
#aux-nav a:hover {
	color: #3fb4e5;
}
#aux-nav form {
	display: inline;
}
#aux-nav #search-field {
	display: none;
	width: 200px;
	padding: 2px 5px;
	margin-top: -3px;
	background: #a2a9ae;
	border: none;
}
#aux-nav #search-field:focus {
	background: #ddd;
}
#search-btn {
	outline: 0;
	background: none;
	border: 0;
	font-size: 14px;
	color: #a2a9ae;
	cursor: pointer;
}
#search-btn:hover {
	color: #3fb4e5;
}
#aux-nav ul {
	list-style: none;
	display: inline;
}
#aux-nav ul li {
	display: inline;
}
#aux-nav ul li.blue { 
	background: #3fb4e5;
	margin-left: 8px;
	padding-left: 5px;
	padding-right: 5px; 
}
#aux-nav ul li.blue:hover { 
	background: #3fb4e5;
}
#aux-nav ul li.blue a { 
	color: #fff;
}
#aux-nav ul li.blue a:hover { 
	color: #fff;
}
#logo {
	float: left;
	display: block;
	height: 60px;
	width: 218px;
	/*margin: 10px 0 0 0;*/
	margin:20px 0;
}
#logo img {
	height: 100%;
	width: 100%;
}
#main-nav {
	float: right;
	height: 100%;
}
#main-nav > ul {
	/*height: 80px;*/
	height:100px;
}
#main-nav > ul > li {
	display: block;
	float: left;
	height: 100%;
	position: relative;
}
#main-nav > ul > li:hover {
	display: block;
	float: left;
	height: 100%;
	position: relative;
}
#main-nav > ul > li.menu-item-has-children:hover > a:after {
	content:'';
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #3fb4e5;
	padding:0px;
}
#main-nav > ul > li > a {
	display: block;
	height: 100%;
	width: 100%;
	line-height: 20px;
	/*padding: 30px 25px 0;*/
	padding:40px 25px 0;
	letter-spacing: .025em;
	color: #a2a9ae;
}
#main-nav > ul > li.current-menu-item > a, #main-nav > ul > li.current-menu-ancestor > a {
	color: #fff;
	background: #091928;
	border-top: 1px solid #173d5f;
	padding-top:39px;
}
.page-id-254 #main-nav > ul > li.menu-item-362 > a, .page-id-683 #main-nav > ul > li.menu-item-362 > a, .page-id-268 #main-nav > ul > li.menu-item-362 > a, .page-id-266 #main-nav > ul > li.menu-item-362 > a, .page-id-256 #main-nav > ul > li.menu-item-362 > a, .page-id-264 #main-nav > ul > li.menu-item-362 > a, .page-id-262 #main-nav > ul > li.menu-item-362 > a, .page-id-260 #main-nav > ul > li.menu-item-362 > a, .page-id-258 #main-nav > ul > li.menu-item-362 > a {
	color:#fff;
	background: #091928;
	border-top: 1px solid #173d5f;
	padding-top:39px;
}
#main-nav > ul > li:hover > a {
	color: #fff;
	/*padding-top: 26px;*/
	padding-top:36px;
	border-top: 4px solid #3fb4e5;
	background: #091928;
}
#main-nav > ul > li > ul {
	position: absolute;
	/*top: 80px;*/
	top:100px;
	left: 50%;
	margin-left: -130px;
	background: #3fb4e5;
	width: 260px;
	overflow: hidden;
	max-height: 0;
	transition: .25s;
}
#main-nav > ul > li.menu-item-25 > ul {
	width: 300px;
	margin-left: -150px;
}
#main-nav > ul > li.menu-item-573 > ul {
	width: 370px;
	margin-left: -185px;
}
#main-nav > ul > li:last-child > ul {
	right: 0;
	left: auto;
}
#main-nav > ul > li > ul > li {
	border-top: 1px solid #5bc5f2;
	border-bottom: 1px solid #318db4;
}
#main-nav > ul > li > ul > li:first-child {
	border-top: none;
}
#main-nav > ul > li > ul > li:last-child {
	border-bottom: none;
}
#main-nav > ul > li > ul > li > a {
	font-size: 16px;
	line-height: 20px;
	display: block;
	width: 100%;
	padding: 10px 20px;
	color: #c4dfee;
	font-weight: 600;
}
#main-nav > ul > li > ul > li > a:hover {
	color: #fff;
}
#main-nav > ul > li:hover > ul {
	max-height: 700px;
}
/* FOOTER */
#main-footer {
	padding: 50px 0;
	/*background: #0e253a;*/
	background: #e0e0e0;
	color: #333;
	font-size: 13px;
	line-height: 18px;
}
#main-footer h2 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .2em;
	padding-bottom: 18px;
}
#main-footer p {
	margin-bottom: 0;
}
#main-footer a .fa {
	width: 25px;
	text-align: center;
	padding-right: 15px;
	color: #333;
}
#main-footer a:hover .fa {
	color: #3fb4e5;
}
#main-footer .quarter-column {
	height: 230px;
	border-left: 1px solid #bfbfbf;
	padding: 20px 25px;
}
#main-footer .quarter-column:first-child {
	border-left: none;
}
#main-footer ul {
	list-style: none;
}
#main-footer ul li {
	line-height: 25px;
}
#main-footer ul li a {
	color: #333;
}
#main-footer ul li a:hover {
	color: #3fb4e5;
}
#copyright {
	font-size: 13px;
	color: #999;
	padding: 30px 0;
	text-align: center;
	font-weight: 600;
}
#copyright .wrapper {
	padding: 0 15px;
}
#copyright span {
	line-height: 49px;
}
#copyright img {
	height: 49px;
	width: auto;
	float: right;
}
/* SIDEBAR */

#sidebar {
	color: #666;
	font-size: 15px;
	line-height: 21px;
}
#sidebar h2 {
	font-size: 14px;
	letter-spacing: .2em;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 12px;
}
#sidebar h2 a {
	color:#666;
}
#sidebar-nav {
	margin-bottom: 40px;
}
#sidebar-nav ul.menu {
	padding-top: 12px;
}
#sidebar-nav ul li {
	line-height:18px;
	padding:8px 28px 8px 0px;
	max-height:none;
	overflow:hidden;
}
#sidebar-nav a {
	display: block;
	height: 100%;
	width: 100%;
	color: #888;
}
#sidebar.portal #sidebar-nav ul li {
	padding:8px 0px;
	max-height:none;
}
#sidebar.portal #sidebar-nav a {
	line-height:18px;
}
#sidebar-nav a:hover, #sidebar-nav .current-menu-item > a, #sidebar-nav .current-menu-parent > a, #sidebar-nav .current-post-ancestor > a {
	color: #3fb4e5;
}
#sidebar-nav > ul > li {
	border-bottom: 1px solid #ccc;
	position: relative;
	transition: max-height .25s;
}
#sidebar-nav > ul > li > ul,
#sidebar-nav > ul > li > ul > li > ul {
	padding-left: 20px;
}
#sidebar-nav .expand {
	position: absolute;
	top: 8px;
	right: 0;
	width: 30px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	color: #999;
}
#sidebar-nav .expand:hover {
	color: #3fb4e5;
}
#sidebar .chipa-logo {
	width:120px;
    margin-bottom:-60px;
}
#sidebar .chipa-logo img {
	width:100%;
	border:0px;
}
.sidebar-search {
	
}
.sidebar-search .btn {
	margin-top:18px;
}
.sidebar-facts {
	width: 275px;
	margin: 0 auto;
}
.sidebar-facts img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.sidebar-slash {
	position:relative;
}
.sidebar-slash:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -18px;
	bottom: 0;
	width: 4px;
	background: #3fb4e5;
	-ms-transform: skew(-10deg, 0);
	-moz-transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}

/* localized sidebar fixes */
#sidebar.es .btn {
	letter-spacing:.04em;
}
/* -- */

/* MAIN BODY */
#container {
	padding-top:134px;
}

/* HOME */
#cta-buckets {
	padding: 60px 0;
	color: #555;
}
#cta-buckets h2 {
	font-size: 32px;
	line-height: 32px;
	padding-bottom: 24px;
	border-bottom: 2px solid #666;
	margin-bottom: 24px;
	font-weight: 300;
}
#cta-buckets .green h2 {
	color: #90cf71;
	border-color: #90cf71;
}
#cta-buckets .green .btn {
	background: #90cf71;
}
#cta-buckets .green .btn:hover {
	color: #90cf71;
	background: #e1e1e1;
}
#cta-buckets .red h2 {
	color: #e85741;
	border-color: #e85741;
}
#cta-buckets .red .btn {
	background: #e85741;
}
#cta-buckets .red .btn:hover {
	color: #e85741;
	background: #e1e1e1;
}
#cta-buckets .orange h2 {
	color: #f59246;
	border-color: #f59246;
}
#cta-buckets .orange .btn {
	background: #f59246;
}
#cta-buckets .orange .btn:hover {
	color: #f59246;
	background: #e1e1e1;
}
#cta-buckets .blue h2 {
	color: #3fb4e5;
	border-color: #3fb4e5;
}
#cta-buckets .blue .btn {
	background: #3fb4e5;
}
#cta-buckets .blue .btn:hover {
	color: #3fb4e5;
	background: #e1e1e1;
}
#about-feature-area {
	position: relative;
	color: #555;
	padding: 60px 0;
}
#about-feature-area .half-column:first-child {
	padding: 0 50px 0 15px;
}
#about-feature-area:before {
	content: '';
	display: block;
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	right: 50%;
	bottom: 0;
	z-index: -1;
}
#about-feature-area:after {
	content: '';
	display: block;
	position: absolute;
	background: url(images/round-img.png) center center;
/*background: url(images/sunrise.jpg) center center;*/
	/*background: url(images/peer-video-bg.png) center center;*/
	/*background: url(images/beacon-natcon-bg.jpg) center center;/*
	/*background: url(images/bikeride.jpg) center center;*/
	background-size: cover;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	z-index: -1;
}
#about-feature-area h2 {
	font-size: 36px;
	line-height: 60px;
	/*padding-left: 84px;*/
	font-weight: 300;
	padding-bottom: 12px;
	/*background: url(images/beacon-mark.png) top left no-repeat;*/
	border-bottom: 2px solid #3fb4e5;
}
#about-feature-area .beacon-mark-transparent {
	height: 100%;
	width: auto;
	padding-left: 35px;
}
.beacon-lens-desc {
	border-bottom: 2px solid #3fb4e5;
	margin-bottom: 30px;
}
.beacon-lens-rss {
	height: 250px;
}
.beacon-lens-rss p {
	font-size: 24px;
	line-height: 30px;
}

/* SLIDERS */

#featured-quote-block {
	color: #fff;
	background: #3fb4e5;
	padding: 40px 0;
	text-align: center;
	height: 300px;
}
#featured-quote-block .wrapper {
	padding: 0 15px;
	display: table;
	height: 100%;
}
#featured-quote-block .featured-quote-cell {
	display: table-cell;
	vertical-align: middle;
}
#featured-quote-block h2 {
	font-size: 42px;
	line-height: 55px;
	letter-spacing: normal;
	text-transform: none;
	padding-bottom: 21px;
	font-weight: normal;
}
#featured-quote-block p {
	font-weight: bold;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-size: 16px;
}
#featured-quote-block a {
	color: #fff;
}
#main-slider {
	height: 500px;
	position: relative;
	overflow: hidden;
}
/*.slider-angle {
	width: 200%;
	position: absolute;
	height: 300px;
	-ms-transform: skew(0,-5deg);
	-moz-transform: skewY(-5deg);
	-webkit-transform: skewY(-5deg);
	transform: skewY(-5deg);
	background: #fff;
	bottom: -290px;
	left: -100%;
	z-index: -1;
}
*/

.main-slider-background {
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	top: 0;
	left: 0;
	z-index: -2;
}
#main-slider .wrapper {
	padding: 100px 15px 100px 585px;
}
#main-slider h1 {
	position: relative;
	font-size: 44px;
	line-height: 52px;
	padding-bottom: 0;
	margin-bottom: 12px;
	color: #444;
	font-weight:300 !important;
}
#main-slider h1:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -24px;
	bottom: 0;
	width: 4px;
	background: #3fb4e5;
	-ms-transform: skew(-10deg, 0);
	-moz-transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}
#main-slider p {
	color: #666;
}
#main-slider .bx-prev:before {
	content: '\f104';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	height: 40px;
	color: #3fb4e5;
	text-indent: 0;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 100%;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {
	height: 100% !important;
	z-index: 0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 14px;
	width: 100%;
	height: 14px;
}
.bx-wrapper .bx-pager {
	text-align: center;
	color: #666;
	z-index: 3;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 3px solid #ccc;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ccc;
}
.bx-wrapper .bx-pager.bx-default-pager a.active:hover {
	background: #3fb4e5;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	border-color: #3fb4e5;
}
#featured-quote-block .bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	border: 3px solid #fff;
}
#featured-quote-block .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}
#featured-quote-block .bx-wrapper .bx-pager.bx-default-pager a.active:hover {
	background: #f59246;
}
#featured-quote-block .bx-wrapper .bx-pager.bx-default-pager a:hover {
	border-color: #f59246;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	outline: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 3;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	right: 0;
}
.bx-wrapper .bx-controls-direction a:before {
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
	width: 40px;
	text-align: center;
	height: 40px;
	color: #3fb4e5;
	text-indent: 0;
}
.bx-wrapper .bx-controls-direction a.bx-prev:before {
	content: '\f104';
}
.bx-wrapper .bx-controls-direction a.bx-next:before {
	content: '\f105';
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bxslider {
	height: 100%;
	width: 100%;
}
.bxslider li {
	height: 100%;
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
#slide1 {
	background-image: url(images/slide-1.jpg);
}

/* INTERIOR PAGE*/

#main-content {
	/*padding: 80px 0;*/
	padding:100px 0 80px;
	position: relative;
}
#main-content:before {
	content: '';
	display: block;
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	right: 50%;
	margin-right: -190px;
	bottom: 0;
	z-index: -1;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#main-content:after {
	content: '';
	display: block;
	position: absolute;
	background: #f5f6f6;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	z-index: -2;
}

#main-content.full-width:before {
	content: '';
	display: block;
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	right: 50%;
	margin-right: -190px;
	bottom: 0;
	z-index: -1;
	box-shadow: none;
}
#main-content.full-width:after {
	content: '';
	display: block;
	position: absolute;
	background: #fff;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	z-index: -2;
}

#main-content .two-third-column {
	padding-right: 50px;
}
#main-content .has-featured-image {
	padding-top: 220px;
}
#main-content .third-column {
	padding-left: 50px;
}
#feature-image-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 50%;
	margin-right: -190px;
	background: url(images/header_page.jpg) top right no-repeat;
	height: 287px;
	z-index: -1;
	overflow: hidden;
	background-size: cover;
}
.category-autism #feature-image-container, .category-whats-new-autism #feature-image-container, .category-what-data-says-autism #feature-image-container, .category-what-we-think-autism #feature-image-container, .category-how-we-can-help-autism #feature-image-container  {
	background-image: url(images/expertise/hero-pictures-1.jpg);
}
.category-integrating-behavioral-health #feature-image-container, .category-whats-new-integrating-behavioral-health #feature-image-container, .category-what-data-says-integrating-behavioral-health #feature-image-container, .category-what-we-think-integrating-behavioral-health #feature-image-container, .category-how-we-can-help-integrating-behavioral-health #feature-image-container  {
	background-image: url(images/expertise/hero-pictures-2.jpg);
}
.category-mental-health #feature-image-container, .category-whats-new-mental-health #feature-image-container, .category-what-data-says-mental-health #feature-image-container, .category-what-we-think-mental-health #feature-image-container, .category-how-we-can-help-mental-health #feature-image-container  {
	background-image: url(images/expertise/hero-pictures-3.jpg);
}
.category-resiliency-and-recovery #feature-image-container, .category-whats-new-resiliency-and-recovery #feature-image-container, .category-what-data-says-resiliency-and-recovery #feature-image-container, .category-what-we-think-resiliency-and-recovery #feature-image-container, .category-how-we-can-help-resiliency-and-recovery #feature-image-container  {
	background-image: url(images/expertise/hero-pictures-4.jpg);
}
.category-substance-use-disorder #feature-image-container, .category-whats-new-substance-use-disorder #feature-image-container, .category-what-data-says-substance-use-disorder #feature-image-container, .category-what-we-think-substance-use-disorder #feature-image-container, .category-how-we-can-help-substance-use-disorder #feature-image-container  {
	background-image: url(images/expertise/hero-pictures-5.jpg);
}
.category-workplace-health-and-performance #feature-image-container, .category-whats-new-workplace-health-and-performance #feature-image-container, .category-what-data-says-workplace-health-and-performance #feature-image-container, .category-what-we-think-workplace-health-and-performance #feature-image-container, .category-how-we-can-help-workplace-health-and-performance #feature-image-container  {
	background-image: url(images/expertise/hero-pictures-6.jpg);
}
#feature-image-container:before {
	content: '';
	position: absolute;
	width: 200%;
	height: 287px;
	/*
	-ms-transform: skew(0, 5deg);
	-moz-transform: skewY(5deg);
	-webkit-transform: skewY(5deg);
	transform: skewY(5deg);
	*/
	background: #fff;
	bottom: -287px;
	right: -100%;
	z-index: 2;
}
#feature-image-container:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 287px;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%);
	top: 0;
	left: 0;
	z-index: 2;
}
#breadcrumbs {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 42px;
	color: #666;
	overflow: auto;
}
#breadcrumbs span {
	font-weight: 600;
}
#breadcrumbs .separator {
	color: #3fb4e5;
	padding: 0 4px;
}
#breadcrumbs a {
	color: #666;
}
#breadcrumbs a:hover {
	color: #3fb4e5;
}
.post-entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 24px;
}
.post-entry h2 {
	padding-bottom: 12px;
}
.entry-title {
	clear: left;
}
.entry-content h2 {
	font-size: 125%;
	color: #3fb4e5;
	font-weight: 400;
	padding-bottom:12px;
}
.entry-content h3 {
	font-size: 100%;
	text-transform: uppercase;
	padding-bottom:12px;
}
.entry-content h4 {
	padding-bottom:12px;
}
.entry-content ol {
	list-style: decimal;
	margin-left: 20px;
	margin-bottom: 32px;
	font-weight: 200;
}
.entry-content ul {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 32px;
	font-weight: 200;
}
.entry-content li {
	position: relative;
	margin-left: 10px;
	margin-bottom: 10px;
}
.entry-content ul ul, .entry-content ul ol, .entry-content ol ul, .entry-content ol ol {
	margin-bottom: 24px;
	margin-top: 12px;
}
.entry-content ul li:before {
	content:'\f054';
	position:absolute;
	display:block;
	top:1px;
	left:-24px;
	font-family:"Font Awesome 5 Free";
	font-size:14px;
	font-weight:900;
	color:#f59246;
}
.entry-content ul ul li:before, .entry-content ol ul li:before {
	color: #90cf71;
}
.entry-content ul li.in_1 {
	margin-left:32px;
}
.entry-content ul li.in_1:before {
	content:'\f0da';
}
.entry-content ul li.in_2 {
	margin-left:64px;
}
.entry-content ul li.in_2:before {
	font-size:8px;
}
.entry-content ul li.in_3 {
	margin-left:96px;
}
.entry-content ul li.in_3:before {
	content:'\f068';
	font-size:8px;
}
.entry-content table {
	display:block;
	margin-bottom:28px;
}
.entry-content table td, .entry-content table th {
	padding:6px 10px;
	border:1px solid #dedede;
	font-size:16px;
}
.entry-content table th {
	font-weight:bold;
	text-align:left;
}
.archive-list {
	
}
.archive-list .post-entry {
	
}
.newsletters .entry-content {
	border-bottom:1px solid #ccc;
	padding-bottom:48px;
	margin-bottom:40px;
}
.newsletters .archive-list {
	
}
.newsletters .archive-list .post-entry {
	padding:4px 0px 12px 0px;
}
.newsletters .archive-list .post-entry:first-child {
	padding-top:28px;
}
.newsletters .archive-list .post-entry h2 {
	height:64px;
	font-size:26px;
	line-height:34px;
}
.newsletters .archive-list .post-entry .btn {
	float:right;
	margin-left:10px;
}
.pagination {
	position: relative;
	text-align: center;
}
.pagination span {
	padding: 0 5px;
}
.pagination-prev {
	position: absolute;
	top: 0;
	left: 0;
}
.pagination-next {
	position: absolute;
	top: 0;
	right: 0;
}
#bios-header {
	padding-bottom: 32px;
}
#bios-header img {
	height: 94px;
	width: auto;
	float: left;
}
#bios-header .bios-title {
	margin-left: 160px;
	padding-top: 11px;
}
#bios-header .bios-title h1 {
	padding-bottom: 5px;
}
#bios-header .job-title {
	font-size: 18px;
	line-height: 18px;
	color: #999;
	font-weight: 400;
}
.standard-featured-thumb {
	margin-bottom: 32px;
	width: 100%;
	height: auto;
}
.value-title {
	text-align: right;
	width: 175px;
	font-size: 32px;
	float: left;
	clear: left;
	font-weight: 300;
	line-height: 32px;
	color: #3fb4e5;
}
.value-definition {
	margin-left: 185px;
}
.value-definition-title {
	font-size: 32px;
	line-height: 32px;
	font-weight: 300;
}
.four-o-four {
	text-align: center;
}
.four-o-four img {
	max-width: 100%;
	height: auto;
}
.brand-video iframe {
	max-width:100%;
	margin:10px 0 30px;
}
#accred {
	background:#f1f1f1;
	text-align:center;
}
#accred img {
	margin:35px 10px;
}
#accred.line2 a img {
	margin:0px 10px 30px 10px; 
}

/* -- EXPERTISE -- */

.beacon-lens-feature {
	border: 3px solid #3fb4e5;
	border-bottom: 0;
	background: #091928;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
}
.beacon-lens-feature .color-rule {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}
.beacon-lens-feature-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 50%;
	bottom: 0;
	background: url('images/expertise-beacon-lens.jpg') left center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.beacon-lens-feature-image:after {
	content: '';
	position: absolute;
	top: -100%;
	height: 200%;
	right: -50%;
	width: 50%;
	background: #091928;
	/*transform: skewX(-20deg)*/
}
.beacon-lens-feature-content {
	padding: 30px 20px;
	width: 50%;
	margin-left: 50%;
}
.beacon-lens-feature-content h2 {
	padding-bottom: 0;
}
.featured-post {
	width: 47.5%;
	border: 2px solid #ccc;
	float: left;
	margin: 0 1.25% 30px;
	min-height: 455px;
}
.featured-post-content {
	padding: 30px 20px;
}
.attachment-expertise-thumb {
	width: 100%;
	height: auto;
}
.featured-post h2 {
	padding-bottom: 0;
}
.featured-post.even {
	margin: 0 0 30px 2.5%;
}
.featured-post.odd {
	margin: 0 2.5% 30px 0;
	clear: left;
}

/* -- PORTAL -- */

#login_form {
	
}
#login_form input, #login_form select, #login_form button {
	display:block;
	margin-top:14px;
}
#login_submit {
	display:block;
	padding:0px 50px;
}

.dropdown {
	width:auto;
	min-width:350px;
	height:40px;
	border:2px solid #cbcbcb;
	border-radius:0px;
	color:#444;
	cursor:pointer;
	text-indent:0px;
	padding:0px 12px;
}
.dropdown.placeheld {
	font-style:italic;
}
.dropdown.disabled {
	opacity:0.8;
	cursor:default;
}

#sidebar .plan-logo {
	width:100%;
}
#sidebar .sidebar-contact {
	font-size:16px;
	line-height:22px;
	font-weight:200;
	margin-top:90px;
}
#sidebar .sidebar-contact h3 {
	font-size:16px;
	font-weight:600;
	margin-bottom:18px;
}

#dashboard * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#dashboard .dash-grid {
	width:100%;
}
#dashboard .dash-grid td.cell {
	width:335px;	
}
#dashboard .dash-grid td.gr {
	width:25px;
}
#dashboard .dash-grid tr.gr td {
	height:25px;
}
#dashboard .dash-grid td.full {
	width:100%;
}
#dashboard .dash-item {
	width:100%;
	border:2px solid #cbcbcb;
	text-align:center;
	padding:20px 10px;
}
#dashboard .dash-item .icon {
	position:absolute;
	height:80px;
	width:80px;
	margin-top:-5px;
}
#dashboard .dash-item .icon img {
	height:100%;
	width:100%;
}
#dashboard .dash-item .copy {
	position:absolute;
	width:220px;
	height:72px;
	margin-left:90px;
	text-align:left;
	display:table;
}
#dashboard .dash-item .copy .wrap {
	display:table-cell;
	vertical-align:middle;
}
#dashboard .dash-item a.btn {
	margin-top:90px;
}

#dashboard .dash-item.spotlight {
	padding:0px;
}

#dashboard .dash-item.spotlight table {
	width:100%;
}
#dashboard .dash-item.spotlight th {
	height:90px;
	display:block;
	font-size:30px;
	font-weight:200;
	text-align:center;
	line-height:90px;
}
#dashboard .dash-item.spotlight td {
	border-top:1px solid #cbcbcb;
	line-height:45px;
	padding-left:80px;
	text-align:left;
	background-size:32px 32px;
	background-position:24px 8px;
	background-repeat:no-repeat;
}
#dashboard .dash-item.spotlight tr:nth-child(even) td {
	background-color:#f7f6f6;
}
#dashboard .dash-item.spotlight td.web {
	background-image:url(images/portal/dash-spot-1.png);
}
#dashboard .dash-item.spotlight td.pdf {
	background-image:url(images/portal/dash-spot-1.png);
}
#dashboard .dash-item.spotlight td.hwc {
	background-image:url(images/portal/dash-spot-1.png);
}
#dashboard .dash-item.spotlight td.ext {
	background-image:url(images/portal/dash-spot-1.png);
}
#dashboard .dash-item.spotlight.vo td {
	background-image:url(images/portal/dash-spot-1.png);
}
#dashboard .dash-item.spotlight.webinars.vo td { 
	background-image:none; 
}

#dash_pop {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1000;
	display:none;
}
#dash_pop.active {
	display:block;
}
#dash_pop .fade {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color:rgba(0,0,0,.3);
	cursor:pointer;
	z-index:0;
}
#dash_pop .panel {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-240px;
	margin-top:-120px;
	background-color:#fff;
	border:2px solid #a2a2a2;
	z-index:2;
}
#dash_pop .panel .wrap {
	position:relative;
	width:480px;
	height:auto;
	min-height:200px;
	padding:50px 30px;
}
#dash_pop .close {
	position:absolute;
	width:40px;
	height:40px;
	top:0px;
	right:0px;
	cursor:pointer;
}
#dash_pop .close::before {
	content:'\f00d';
	font-family:"Font Awesome 5 Free";
	color:#3fb4e5;
	font-size:28px;
	line-height:40px;
	padding:4px 8px;
	font-weight:900;
}
#dash_pop .close:hover::before {
	color:#f59246;
}
#dash_pop .panel .content {
	text-align:center;
}

/* localized dashboard fixes */
#dashboard.es .dash-item.providers .copy,
#dashboard.es .dash-item.portal .copy {
    line-height:20px;
}
#dashboard.es .dash-item a.btn {
	margin-top:100px;
	letter-spacing:.08em;
}
/* -- */

#bpframe {
    width:745px;
    height:700px;
}

.portal-foot {
	text-align:center;
	color:#999;
    margin-top:40px;
    border-top:1px solid #ddd;
    padding:20px;
}
.portal-foot a {
	font-size:13px;
	text-transform:uppercase;
	color:#999;
	padding:0px 12px;
}
.portal-foot a:first-child {
	padding-left:0px;
}
.portal-foot a:last-child {
	padding-right:0px;
}
.portal-foot ._lb_sep {
	display:inline-block;
}

/* -- LEADERSHIP PAGE-- */
.page-template-leadership #container {
	background:url(images/background-line.png) repeat;
	background-position:top center;
}
.page-template-leadership #main-content:before, .page-template-leadership #main-content:after {
	display:none;
}
.page-template-leadership #main-content .wrapper{
	padding:0 15px;
	position:relative;
	overflow:visible;
}
.page-template-leadership .entry-title {
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:60px;
	font-weight:700;
}
.page-template-leadership .entry-title:after {
	display:block;
	content:"";
	position:relative;
	height:7px;
	width:95px;
	border-bottom:7px solid #3cb3e4;
	margin:15px auto 0;
}
.page-template-leadership .entry-content {
	width:960px;
	max-width:100%;
	margin:0 auto;
	padding:0 50px;
	text-align:center;
}
.page-template-leadership .l-cert {
	position:absolute;
	top:-5px;
	right:15px;
}
#leadership-content.wrapper {
	width:960px;
	max-width:100%;
	padding-bottom:50px;
	overflow:hidden;
}
#leadership-content ul li {
	list-style:none;
	padding:20px 0;
}
#leadership-content li:nth-child(odd) {
	text-align:left;
	padding-right:20px;
}
#leadership-content li:nth-child(even) {
	text-align:right;
	padding-left:20px;
}
#leadership-content ul li h2 {
	display:inline-block;
	position:relative;
	color:#0e253a;
	font-size:50px;
	line-height:50px;
	font-weight:600;
}
#leadership-content ul li h2:after {
	display:block;
	position:absolute;
	content:"";
	bottom:0;
	height:5px;
	width:85px;
	border-bottom:5px solid #7ac257;
}
#leadership-content li:nth-child(odd) h2:after {
	left:0;
}
#leadership-content li:nth-child(even) h2:after {
	right:0;
}
#leadership-content ul li h3 {
	color:#7bc358;
	text-transform:uppercase;
	padding:5px 0 10px;
}
#leadership-content p {
	font-size:16px;
	color:#555;
	font-style:italic;
	z-index:10;
}
#leadership-content li .thumbnail {
	width:310px;
	height:291px;
	background-size:cover;
	background-repeat:no-repeat;
	float:left;
	margin:0 30px 30px 0;
}
#leadership-content li:nth-child(even) .thumbnail {
	float:right;
	margin: 0 0 30px 30px;
}
.leader-ln {
	font-size:86px;
	line-height:86px;
	color:#f5f5f5;
	font-weight:900;
	text-transform:uppercase;
	z-index:1;
	margin-top:-32px;
}	
.hide-text, .see-text {
	min-height:290px;
}
#leadership-content li:nth-child(odd) .hide-text {
    opacity:0;
	-moz-transform: translate3d(40px, 0px, 0px);
	-webkit-transform: translate3d(40px, 0px, 0px);
	-o-transform: translate(40px, 0px);
	-ms-transform: translate(40px, 0px);
	transform: translate3d(40px, 0px, 0px);
}
#leadership-content li:nth-child(odd) .hide-image {
    opacity:0;
	-moz-transform: translate3d(-20px, 0px, 0px);
	-webkit-transform: translate3d(-20px, 0px, 0px);
	-o-transform: translate(-20px, 0px);
	-ms-transform: translate(-20px, 0px);
	transform: translate3d(-20px, 0px, 0px);
}
#leadership-content li:nth-child(even) .hide-text {
    opacity:0;
	-moz-transform: translate3d(-40px, 0px, 0px);
	-webkit-transform: translate3d(-40px, 0px, 0px);
	-o-transform: translate(-40px, 0px);
	-ms-transform: translate(-40px, 0px);
	transform: translate3d(-40px, 0px, 0px);
}
#leadership-content li:nth-child(even) .hide-image {
    opacity:0;
	-moz-transform: translate3d(20px, 0px, 0px);
	-webkit-transform: translate3d(20px, 0px, 0px);
	-o-transform: translate(20px, 0px);
	-ms-transform: translate(20px, 0px);
	transform: translate3d(20px, 0px, 0px);
}
#leadership-content li:nth-child(even) .see-text, #leadership-content li:nth-child(even) .see-image, #leadership-content li:nth-child(odd) .see-text, #leadership-content li:nth-child(odd) .see-image {
	opacity:1;
	-moz-transition: all 750ms 200ms ease-out;
	-webkit-transition: all 750ms 200ms ease-out;
	-o-transition: all 750ms 200ms ease-out;
	transition: all 750ms 200ms ease-out;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
/* ------------ */
@media screen and (max-width: 1139px) {
	.wrapper {
		width: 960px;
	}
	#main-content:before, #feature-image-container {
		margin-right: -160px;
	}
	#main-content .two-third-column {
		padding-right: 30px;
	}
	#main-content .third-column {
		padding-left: 30px;
	}
	#about-feature-area .half-column:first-child {
		padding: 0 35px 0 15px;
	}
	#about-feature-area h2 {
		font-size: 34px;
	}
	#main-slider {
		height: 440px;
	}
	#main-slider .wrapper {
		padding: 80px 30px 100px 495px;
	}
	#main-slider h1 {
		font-size: 34px;
		line-height: 44px;
	}
	#dashboard .dash-grid td.cell {
		width:288px;
	}
	#dashboard .dash-grid td.gr {
		width:20px;
	}
	#dashboard .dash-grid tr.gr td {
		height:20px;
	}
	#dashboard .dash-item {
		padding:14px 6px;
	}
	#dashboard .dash-item .icon {
		width:60px;
		height:60px;
	}
	#dashboard .dash-item .copy {
		width:200px;
		margin-left:65px;
	}
	/* localized dashboard fixes */
	#dashboard.es .dash-item a.btn {
		font-size:12px;
    	letter-spacing:.04em;
	}
	/* -- */
	#bpframe {
		width:625px;
	}
	
	/*MOBILE NAV*/
	body {
		position: relative;
		z-index: -2;
	}
	.menuopen {
		left: -260px !important;
	}
	#container {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 56px;
		transition: left .5s;
		box-shadow: 0 0 10px rgba(0,0,0,.4);
	}
	#main-header {
		display: none;
	}
	#mobile-header {
		display: block;
		position: fixed;
		height: 56px;
		top: 0;
		left: 0;
		width: 100%;
		background: #0e253a;
		box-shadow: none;
		z-index: 998;
		transition: left .5s;
		padding-top: 0;
		box-shadow: 0 2px 0 rgba(0,0,0,.2);
	}
	#mobile-logo {
		display: block;
		height: 44px;
		width: 159px;
		margin: 4px 0 4px 15px;
	}
	#mobile-logo img {
		height: 100%;
	}
	.menubtn {
		display: block;
		position: absolute;
		top: 11px;
		right: 6px;
		height: 30px;
		width: 30px;
		cursor: pointer;
	}
	.menubtn:before {
		content: "\f0c9";
		font-family: "Font Awesome 5 Free";
		font-size: 26px;
		font-weight:900;
		line-height: 30px;
		color: #fff;
	}
	.menuopen .menubtn:before {
		color: #3fb4e5;
	}
	#mobilenav {
		display: block;
		position: fixed;
		color: #666;
		padding-bottom: 40px;
		top: 0;
		right: -260px;
		width: 260px;
		height: 100%;
		transition: right .5s;
		background: #ddd;
		list-style: none;
		z-index: -1;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#mobilenav a {
		color: #666;
	}
	#mobilenav .current-menu-item > a {
		color: #3fb4e5;
	}
	#mobilenav > ul > li {
		width: 100%;
		font-weight: 600;
		font-size: 13px;
		line-height: 20px;
		text-transform: uppercase;
		padding: 6px 10px;
		border-bottom: 1px solid #bbb;
		letter-spacing: .25em;
		max-height: 32px;
		overflow: hidden;
		position: relative;
		transition: max-height .25s;
	}
	#mobilenav > ul > li > ul > li {
		width: 100%;
		font-weight: 600;
		font-size: 13px;
		line-height: 20px;
		text-transform: none;
		letter-spacing: normal;
		padding: 6px 10px 6px 20px;
	}
	#mobilenav li a {
		/*display: block;*/
		height: 100%;
		width: 100%;
	}
	#mobilenav .expand {
		position: absolute;
		top: 7px;
		right: 6px;
		width: 20px;
		text-align: center;
		cursor: pointer;
		color: #666;
	}
	.mobile-social-icons {
		text-align: center;
		padding-top: 20px;
		font-size: 24px;
	}
	.mobile-social-icons a {
		margin: 0 5px;
	}
	#mobilesearch {
		margin: 6px 10px;
		width: 240px;
		padding-right: 25px;
	}
	#mobilenav:before {
		content: "\f002";
		font-family: "Font Awesome 5 Free";
		font-weight:900;
		position: absolute;
		top: 8px;
		right: 16px;
		z-index: 2;
	}
	.submithide {
		visibility: hidden;
		position: absolute;
		top: -200px;
	}
	#main-nav {
		display: none;
	}
	/* END MOBILE MENU */
	
}

@media screen and (max-width: 959px) {

	.wrapper {
		width: 100%;
		overflow: hidden;
	}
	.quarter-column {
		width: 50%;
	}
	#cta-buckets .quarter-column {
		margin-bottom: 40px;
	}
	#footer-main-menu, #footer-helpful-links {
		display: none;
	}
	#sidebar {
		display: none;
	}
	#main-content {
		padding: 40px 0;
	}
	#main-content .two-third-column {
		padding-right: 15px;
	}
	#main-content:before, #main-content:after {
		content: none;
	}
	three-quarter-column, .two-third-column {
		float: none;
		width: 100%;
		padding: 0 15px;
	}
	#feature-image-container {
		margin-right: 0;
		right: 0;
		height: 200px;
	}
	#feature-image-container:after {
		content: none;
	}
	#main-content .has-featured-image {
		padding-top: 180px;
	}
	#main-slider .wrapper {
		padding: 60px 30px 0 52%;
	}
	#about-feature-area {
		background: #0e253a;
	}
	#about-feature-area:before {
		content: none;
	}
	#about-feature-area:after {
		content: none;
	}
	#about-feature-area .half-column:first-child {
		padding: 0 15px;
		width: 100%;
	}
	#about-feature-area .half-column:last-child {
		display: none;
	}
	#featured-quote-block {
		height: 250px;
	}
	#featured-quote-block h2 {
		font-size: 32px;
		line-height: 44px;
	}
	#cta-buckets .blue {
		clear: left;
	}
	#accred img {
		margin:10px 5px;
	}
	#leadership-content.wrapper {
		padding:0 15px;
	}
	#leadership-content ul li h2 {
		font-size:32px;
		line-height:32px;
		margin-bottom:18px;
	}
	.leader-ln {
		font-size:56px;
		line-height:56px;
		margin-top:-40px;
	}
	#leadership-content li:nth-child(even) {
		padding-left:0;
	}
	#leadership-content li:nth-child(odd) {
		padding-right:0;
	}
	#dashboard .dash-item {
		position:relative;
	}
	#dashboard .dash-grid td.cell {
		position:relative;
    	vertical-align:top;
	}
	#dashboard .dash-item .copy {
		width:100%;
		height:auto;
		min-height:72px;
		display:block;
		margin-left:0px;
		padding-left:65px;
		padding-right:10px;
		position:relative;
	}
	#dashboard .dash-item a.btn {
		margin-top:10px;
	}
}
@media screen and (max-width: 767px) {
	#container {
		padding-top: 46px;
	}
	#mobile-header {
		height: 46px;
	}
	#mobile-logo {
		height: 34px;
		width: 123px;
	}
	#mobile-logo img {
		height: 100%;
	}
	.menubtn {
		top: 6px;
	}
	.half-column, .quarter-column, .three-quarter-column, .third-column, .two-third-column {
		float: none;
		width: 100%;
		padding: 0 15px;
	}
	#footer-main-menu, #footer-helpful-links, #footer-social {
		display: none;
	}
	#main-footer {
		padding: 30px 0;
	}
	#main-footer .quarter-column {
		height: auto;
		border: none;
		padding: 0 15px;
		text-align: center;
	}
	#copyright {
		padding: 20px 0;
	}
	#main-slider {
		height: 530px;
	}
	#main-slider .wrapper {
		padding: 310px 15px 0;
	}
	.slider-angle {
		bottom: -70px;
	}
	.main-slider-background {
		height: 300px;
		background-position: left center;
	}
	#main-slider h1 {
		font-size: 30px;
		line-height: 35px;
	}
	#main-slider h1:before {
		content: none;
	}
	.bx-wrapper .bx-controls-direction a {
		top: 25%;
	}
	#featured-quote-block {
		padding: 30px 0;
	}
	#featured-quote-block h2 {
		font-size: 26px;
		line-height: 32px;
	}
	#featured-quote-block p {
		font-size: 14px;
	}
	#copyright span {
		float: none;
		line-height: 18px;
	}
	#copyright img {
		float: none;
		display: block;
		margin: 20px auto 0;
	}
	.value-title {
		width: 132px;
		font-size: 24px;
		line-height: 24px;
	}
	.value-definition {
		margin-left: 142px;
	}
	.value-definition-title {
		font-size: 24px;
		line-height: 24px;
	}
	.fancybox-inner {
		height:400px !important;
	}
	.fancybox-wrap iframe{
		max-height:400px;
	}
	#accred img {
		margin:10px 15px;
	}
	.newsletters .archive-list .post-entry h2 {
		margin-bottom:20px;
	}
	.beacon-lens-feature-image {
		position: relative;
		padding-bottom: 40%;
	}
	.beacon-lens-feature-image:after {
		display: none;
	}
	.beacon-lens-feature-content {
		width: 100%;
		padding: 30px 20px;
		margin: 0;
	}
	.featured-post, .featured-post.odd, .featured-post.even {
		width: 100%;
		margin: 0 0 30px;
	}
	#leadership-content li .thumbnail {
		width:250px;
		height:235px;
		margin:0 0 15px 0 !important;
	}
	.hide-text, .see-text {
		display:inline-block;
		min-height:0;
	}
	.page-template-leadership .entry-title {
		font-size:48px;
		line-height:48px;
		padding-bottom:22px;
	}
	.page-template-leadership .entry-content {
		padding:0;
	}
	.page-template-leadership .l-cert {
		display:none;
	}
	#leadership-content p {
		margin-bottom:10px;
		font-size:16px;
		line-height:22px;
	}
	#leadership-content li:nth-child(even) .hide-image, #leadership-content li:nth-child(even) .hide-text, #leadership-content li:nth-child(odd) .hide-image, #leadership-content li:nth-child(odd) .hide-text {
		opacity:1;
		-moz-transform: translate3d(0px, 0px, 0px);
		-webkit-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate3d(0px, 0px, 0px);
	}
	#dashboard .dash-item.spotlight td {
		line-height:20px;
		min-height:65px;
		vertical-align:middle;
		padding: 10px 10px 10px 80px;
		background-position:24px 50%;
	}
	.portal-foot ._lb_sep {
		display:block;
		font-size:0px;
		line-height:0px;
		color:#fff;
	}
	.portal-foot a:first-child,
	.portal-foot a:last-child {
		padding:0px 12px;
	}
	
}
@media screen and (max-width: 479px) {
	body {
		font-size: 16px;
		line-height: 22px;
	}
	.half-column, .quarter-column, .three-quarter-column, .third-column, .two-third-column {
		padding: 0 10px;	
	}
	#main-slider .wrapper {
		padding: 230px 10px 0;
	}
	#main-slider .wrapper {
		padding: 230px 15px 0;
	}
	.bx-wrapper .bx-controls-direction a {
		top: 20%;
	}
	.slider-angle {
		bottom: 10px;
	}
	.main-slider-background {
		height: 220px;
	}
	#about-feature-area .half-column:first-child {
		padding: 0 10px;
	}
	#about-feature-area h2 {
		font-size: 22px;
		padding-left: 74px;
	}
	#featured-quote-block {
		height: 260px;
	}
	#featured-quote-block .wrapper {
		padding: 0 10px;
	}
	#featured-quote-block h2 {
		font-size: 24px;
		line-height: 30px;
	}
	#featured-quote-block p {
		font-size: 12px;
		letter-spacing: normal;
	}
	#bios-header img {
		height: 188px;
		width: auto;
		float: none;
		padding-bottom: 12px;
	}
	#bios-header .bios-title {
		margin-left: 0;
		padding-top: 0;
	}
	.value-title {
		width: 110px;
		font-size: 20px;
	}
	.value-definition {
		margin-left: 120px;
	}
	.value-definition-title {
		font-size: 20px;
	}
	.fancybox-inner {
		height:250px !important;
	}
	.fancybox-wrap iframe{
		max-height:250px;
	}
	.brand-video iframe {
		max-height:260px;
	}
	#leadership-content ul li {
		padding:10px 0 !important;
	}
	.leader-ln {
		font-size:44px;
		line-height:48px;
		margin-top:-38px;
	}
	#leadership-content ul li h2 {
		font-size:22px;
		line-height:26px;
		padding-bottom:10px;
	}
	#leadership-content ul li h2:after {
		height:3px;
		border-bottom:3px solid #7ac257;
	}
	#dashboard .dash-grid tr {
		display:block;
	}
	#dashboard .dash-grid td.cell {
		width:100%;
		display:block;
		margin-bottom:20px;
	}
	#dashboard .dash-grid .gr {
		display:none;
	}
	#dash_pop .panel {
		margin-left:0px;
		margin-top:0px;
		top:0%;
		left:0%;
		height:100%;
		display:table;
	}
	#dash_pop .panel .wrap {
		width:100%;
		height:100%;
		display:table-cell;
		vertical-align:middle;
	}
}


/*************************/
/* BEACON WEB DEV CUSTOM */
/*************************/
#main-content.main-fullwidth { background: white; }

.fourcol-btn-mobile { display:none; }
.fourcol-text {  }
.wrapper.desktop-buttons, .fourcol-btn { display:block; }

@media screen and (max-width: 959px) {
	.wrapper.desktop-buttons, .fourcol-btn { display:none; }
	.fourcol-btn-mobile { display:block; }
}

#form_5grkh #frm_field_13_container, #form_5grkh2 #frm_field_105_container { display:none; }

.footer-drop
{
	cursor: pointer;

    display: inline-block;
}

.footer-drop-content {
    display: none;
    position: absolute;
    background-color: #3fb4e5;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.footer-drop-content a {
    color: #c4dfee;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	    border-top: 1px solid #5bc5f2;
    border-bottom: 1px solid #318db4;
}

.footer-drop-content a:hover 
{background-color: #3fb4e5;
color:#fff;
}


.footer-drop:hover .footer-drop-content {
    display: block;
}

#menu-item-8209 a {
	/*border: 1px solid #a2a9ae;
    padding: 0px 5px;
    margin-left: 8px;*/
	margin:0px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/** NAMI Banner 2018 **/
#nami-banner { background:#6b4981; }
#nami-banner .wrapper { overflow:hidden; text-align:center; }
#nami-banner img { vertical-align:bottom; max-width:800px; width:100%; }

/** Hide myBeacon links **/
.dash-item.portal-mc { display:none; }
#menu-item-11394 { display:none; }
.plan-emblem-ny .dash-item.portal,
.plan-vnsny-ny .dash-item.portal {
    display: none;
}
.plan-emblem-ny .dash-item.portal-mc,
.plan-vnsny-ny .dash-item.portal-mc {
    display: block;
}
.plan-emblem-ny #menu-item-3227,
.plan-vnsny-ny #menu-item-3227 { 
	display: none; 
}
.plan-emblem-ny #menu-item-11394,
.plan-vnsny-ny #menu-item-11394 { 
	display:list-item; 
}

/** <sup/sub> fix **/
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

/** dashicon block **/
div.icon { 
	width: 100%;
    height: 120px;
    text-align: center;
	margin-bottom: 10px; 
}
div.icon span.dashicons {
	text-align: center;
    font-size: 120px;
    line-height: 120px;
    display: block;
    margin: 0 auto;
    width: 120px;
}


/** aux nav find a provider **/
#menu-aux-nav .blue.ml-0 a { margin-left:0px !important; }

/** IDBHC page **/
/* sidebar */
#idbhc-brochure-link { 
	position: relative; 
	max-width: 160px; 
	border: 1px solid #3fb4e5; 
	border-bottom: 4px solid #3fb4e5; 
	background: #fff;
}
#idbhc-brochure-link img {
	max-width: 100%;
}
#idbhc-brochure-link span {
	color: #fff; 
	display: block; 
	padding: 5px 10px; 
	max-width: 150px; 
	background: rgba(0,0,0,0.6); 
	position: absolute; 
	top: calc(50% - 10px); 
	left: 5px; 
	right: 5px; 
	text-align: center;
}

/** WP alignment fix **/
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/** Provider Spotlight **/

#dashboard .dash-grid .spotlight td {
    line-height: 22px !important;
    padding: 10px 10px 10px 80px;
}

/** Upcoming Webinars **/

#dashboard .dash-grid .webinars td,
#dashboard .webinars td {
    line-height: 22px !important;
    padding: 10px 10px 10px 20px;
}

#dashboard > .webinars td { 
	font-size:18px; 
	padding-left:20px !important;
}
#dashboard > .webinars td > span { 
	width:195px; 
	margin-right:20px; 
}
.mt0 { margin-top: 0px !important; }
.btn.multi {
	padding:12px 8px;
	height:auto;
	line-height:16px;
}

/** CSP fixes - moved from inline **/

.list-alpha  {
	list-style-type: upper-roman;
}
.list-sub-bullet li ul { }

.mb-50 { margin-bottom:50px; }

/* post 9019 - Alcohol Screening (33 posts total) */
/*.questions {
	height: 60px; margin-top: 40px; text-align: center;
}
.controls {
	width: 300px; padding: 20px; margin: 0 auto;
}
.controls .btn-yes {
	float: left; vertical-align: top;
}
.controls .btn-no {
	float: right; vertical-align: top;
}*/

/* general use */
.flex-basis-one-third {	flex-basis:33.33%; }
.flex-basis-two-thirds { flex-basis:66.66%; }
.flex-basis-one-half { flex-basis:50%; }
.font-smaller { font-size:smaller; }
.border-0 { border:0px; }
.border-radius-10 { border-radius:10px; }
.valign-middle { vertical-align: middle; }
.font-normal { font-weight: normal; }
.font-bold { font-weight:bold; }
.font-2em { font-size:2em; }
.font-size-46 { font-size:46px; }
.font-smaller { font-size:smaller; }
.color-black { color:#000 !important; }
.color-red { color:red; }
.bg-light-gray { background: #eee; }
.vimeo-iframe { position:absolute;top:0;left:0;width:100%;height:100%; }
.max-width-100per { max-width:100%; }
.display-none { display:none; }
.m-0 { margin:0px; }
.mb-0 { margin-bottom:0px; }
.mb-32 { margin-bottom: 32px; }
.mt-32 { margin-top: 32px; }
.ms-0 { margin-left:0px; margin-right:0px; }
.mb--10, .mb-n10 { margin-bottom:-10px; }
.pt-150 { padding-top:150px; }
.list-style-upper-roman { list-style:upper-roman; }
.list-style-type-none { list-style-type:none; }
.text-align-center { text-align: center; }
.figure-video-constrain iframe, 
iframe.video-constrain { width:100%; height:auto; }
.field-note { font-size:.7em; }

/* footer.php */
.copyright-padding { padding:1px 15px; }

/* post 12596 - Beacon Behavioral: Crisis Solutions - Massachusetts */
.entry-content table.border-0 td { border:0px; }

/* post 12600 - Beacon Behavioral: Crisis Solutions - Washington */
.less-than { font-size:46px; text-align:center; }

/* post 11452 - Beacon Behavioral: Mental Health and Substance Use Disorder Solutions */
/* post 11453 - Beacon Behavioral: Opioid Use Disorder Solutions */
/* post 11451 - Beacon Care Services */
/* post 11450 - Beacon Wellbeing: Employee Assistance */
/* post 13838 - COVID-19 and it’s financial impact on you */
.vimeo-wrapper { position:relative;padding-top:56.25%; }
.vimeo-iframe { position:absolute;top:0;left:0;width:100%;height:100%; }


/*************************/
/* moved from customizer */
/*************************/
.mb-0 { margin-bottom:0px; }
.mt-0 { margin-top:0px; }
body.admin-bar header { 
    margin-top: 30px;
}
.anchor-heading { margin-top:-150px; padding-top:150px; }
.list-alpha  {
	list-style-type: upper-roman;
}
.list-sub-bullet li ul {

}
.entry-content ul li.wp-block-jetpack-slideshow_slide:before {
	content:"";
}
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide { background: #fff !important; }

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image {
	width:80% !important;
}

/* awards */
.page-id-13338 .wp-block-columns { 
	margin-bottom:0px !important;
}
.page-id-13338 .wp-block-separator { 
	margin: 24px 0 48px 0;
}
.page-id-13338 p {
	margin-bottom:0px;
	padding-bottom:24px;
}
@media screen and (max-width: 600px){
/*.wp-block-media-text.has-media-on-the-right figure { grid-row:1 !important; }
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content { grid-row:2 !important; }*/
	.wp-block-columns.column-reverse-mobile { flex-direction:column-reverse !important;}
	.wp-block-columns.column-reverse-mobile .wp-block-column:nth-child(1) { 
		grid-row:1 !important; 
	}
	.wp-block-columns.column-reverse-mobile .wp-block-column:nth-child(0) { 
		grid-row:2 !important; 
	}
}
/* /awards */

/* idaho */
.smcx-embed {
	max-width:100% !important;
}
.smcx-embed>.smcx-iframe-container {
	max-width:100% !important;
}
.smcx-widget iframe { min-height:500px; }
#idbhc-title-logo { max-width:100%; width:500px; }
/* /idaho */

/* mnc */
.mnc-list-style
/* /mnc */

/* covid-19 */
.covid .third-column {
	padding-left:15px !important; 
}
.covid .desktop-buttons {
	width: 100%;
	display: block;
	margin: 0 auto;
  overflow: auto;
}
.covid .fourcol-btn-mobile { 
	margin-bottom: 40px;
}
#cta-buckets.covid {
	padding-top: 30px;
}
.page-id-13517 .wp-block-image img {
	box-shadow: #000 0px 0px 1px;
}
#cta-buckets.covid-es .blue .btn {
	padding:12px 8px;
	height:auto;
	line-height:16px;
}
#banner-covid {
	background: #c00000; line-height: 40px; text-align: center; margin-top: 0px;
	color:#fff;
}
#banner-covid a { color:#fff; }
.wp-block-image.impact {
	font-size: 14px;
}
figure.aligncenter figcaption { 
	text-align:center;
}
.covid-state-notice {
	color:#32373c;
	background-color:#c00000
}
.covid-state-notice .gb-notice-title { color:#fff; }
.covid-state-notice .gb-notice-text { border-color:#000; }

/* /covid-19 */

/* providers banner */
#banner-providers {
	background: #e0e0e0; line-height: 24px; text-align: center; margin-top: 0px;
	color:#333; padding: 15px 0;
}
#banner-providers a { color:#333; }

/* videos */
.video-wrapper {
	position:relative;
	padding-top:56.25%;
	margin-bottom:50px;
}
.video-container {
    position:relative;
    width: 100%;
    height: 0px;
    padding-bottom: 56%; /* proportional scaling */
    padding-top: 50px; /* add constant */
}
.video-container.wide {
	padding-bottom: 32%;
}

.video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

@media screen and (max-width:781px){
	.idaho-bhc-partner-logos .wp-block-column .wp-block-image img { 
		width: 200px;
		margin: 0px auto !important;
	}
	.idaho-bhc-partner-logos .wp-block-column .wp-block-image img.wp-image-13010 { 
		width: 125px; 
		margin: 0px auto !important; 
	}
	
}

@media screen and (max-width:599px){
	.figure-video-constrain iframe, 
	iframe.video-constrain {
		width: 100%;
		height: 60vw;
	}
}

/*ct twp award banner overlay*/
img.banner-overlay { 
	position: absolute;
	bottom: 10%;
	left: 10%;
	max-width: 30vw;
}

@media screen and (max-width:767px){
	img.banner-overlay {
		top: 100px;
		left: 25%;
		max-width: 50vw;
		bottom: auto;
	}
}

.anchor { visibility:hidden; position:relative; top:-160px; display:block; }

/* translatepress */
.es-only { display:none; }
body.translatepress-es_MX .es-only,
body.translatepress-es_ES .es-only { display:block; }

body.translatepress-es_MX .hide-on-es,
body.translatepress-es_ES .hide-on-es { display:none; }

#trp-floater-ls-current-language a, #trp-floater-ls-language-list a {
    display: block;
    padding: 5px 15px 0px 15px !important;
    font-size: 90%;
	line-height: 1.5em;
}

@media screen and (max-width:750px) {
	
	#trp-floater-ls { left:20%; }
	
}
.trp-language-switcher > div {
    background-position: calc(100% - 8px) calc(1em + -6px), calc(100% - 3px) calc(1em + -6px);
	text-align:left;
	padding-left:0px;
	padding-right:0px;
}
.trp-language-switcher > div a {
	font-size:16px;
	line-height:16px;
	color:#000 !important;
	padding-left:0px;
	margin-left:0px;
}

body.translatepress-en_US #sidebar .trp-language-switcher-container.english-switcher {
	display:none;
}

body.translatepress-es_ES #sidebar .trp-language-switcher-container.spanish-switcher {
	display:none;
}

/* end translatepress */

/* aux header fix vertical alignment */
#aux-nav > .wrapper { display:flex; }
form.flexcol { flex:auto; }

/*caf form*/
.checkboxes--ab-layout { font-size: 13px; }
.checkboxes--ab-layout .form-check { margin-right: 2px; }
.row.rfa .form-check { font-size:13px; margin-right: 2px; }
.req-close-indicator, .req-open-indicator { color:red; display:none; }
.req-indicator { color:red; }
.radio-subgroup { background: #ECECEC; padding:10px 20px; display:none;}
#other-sut-form-group, #review-other-sut-form-group,
#other-psych-form-group, #review-other-psych-form-group { display:none; }
