/* CSS Document */

/*
Theme Name: Beacon Health Options of California
Author: Sway Creative Labs
Author URI: http://madebysway.com/
Version: 2.1.2

Beacon Health Options of California WordPress Theme © 2016 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: #444;
	-webkit-font-smoothing: antialiased;
	background: #fff;
}
.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;
	cursor:pointer;
}
p {
	margin-bottom: 24px;
}
span {
}
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;
}
.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;
}

.noscroll {
	overflow: hidden;
}

/* COLUMNS */

.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: 122px;*/
	height:151px;
	background: #fff;
    background-image: url(images/header-border.png);
    background-size: 100% 4px;
    background-repeat: no-repeat;
    background-position: 0 100%;
	z-index: 10;
}
.header-fixed {
	position: fixed !important;
	top: -40px !important;
}
#main-header .wrapper {
	padding: 0 15px;
	overflow: visible;
}
#aux-nav {
	height: 40px;
	background: #0e253a;
	line-height: 35px;
	text-align: right;
}
#aux-nav a {
	color: #ccc;
	margin-left: 4px;
	-webkit-transition:.25s;
	transition:.25s;
}
#aux-nav a:hover {
	color: #3fb4e5;
}
#aux-nav ul {
	list-style: none;
	display: inline;
}
#aux-nav ul li {
	display: inline;
	text-transform:uppercase;
	letter-spacing:3px;
	font-size:11px;
	font-weight:600;
	padding:4px;
	border:1px solid #3fb4e5;
	-webkit-transition:.25s;
	transition:.25s;
}
#aux-nav ul li:hover {
	color:#3fb4e5;
	border:1px solid #ccc;
	-webkit-transition:.25s;
	transition:.25s;
}
#aux-nav ul li:hover a {
	color:#3fb4e5;
	-webkit-transition:.25s;
	transition:.25s;
}
#logo {
	float: left;
	display: block;
	height: 82px;
    width: 200px;
    margin: 14px 0;
}
#logo img {
	height: 100%;
	width: 100%;
}
#main-nav {
	float: right;
	height: 100%;
}
#main-nav > ul {
	height: 118px;
}
#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;
}
#main-nav > ul > li > a {
	display: block;
	height: 100%;
	width: 100%;
	line-height: 20px;
	padding: 52px 25px 0;
	letter-spacing: .025em;
	color: #444;
}
#main-nav > ul > li:hover > a {
	padding-top: 48px;
	border-top: 4px solid #80d2f3;
}
#main-nav > ul > li > ul {
	position: absolute;
	/*top: 80px;*/
	top: 80px;
	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 */
#copyright {
	font-size: 13px;
	color: #999;
	padding: 24px 0 20px 0;
	text-align: center;
	font-weight: 600;
	background-color:#0e253a;
    background-image: url(images/header-border.png);
    background-size: 100% 4px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#copyright .wrapper {
	padding: 0 15px;
}
#copyright span {
	line-height: 24px;
}
/* SIDEBAR */

#sidebar {
	color: #666;
	font-size: 16px;
	line-height: 26px;
}
#sidebar h2 {
	font-size: 14px;
	letter-spacing: .2em;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 12px;
	border-bottom: 4px solid #3fb4e5;
	margin-bottom: 20px;
}
#sidebar h2 a {
	color:#666;
}
#sidebar-nav {
	margin-bottom: 40px;
}
#sidebar-nav ul.menu {
	padding-top: 12px;
}
#sidebar-nav ul li {
	max-height: 37px;
	line-height: 36px;
	overflow: hidden;
}
#sidebar-nav a {
	display: block;
	height: 100%;
	width: 100%;
	color: #888;
}
#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 {
	padding-left: 20px;
}
#sidebar-nav .expand {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	color: #999;
}
#sidebar-nav .expand:hover {
	color: #3fb4e5;
}
#sidebar-nav .plan-logo { width: 100%; }
.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);
}

/* MAIN BODY */
#container {
	padding-top: 150px;
}

/* HOME */
#cta-buckets {
	padding: 60px 0 80px;
	color: #fff;
	background: #80d2f3;
}
#cta-buckets h2 {
	font-size: 32px;
	line-height: 32px;
	color: #082438;
	padding-bottom: 24px;
	border-bottom: 2px solid #a2e3fe;
	margin-bottom: 24px;
	font-weight: 300;
}

#about-feature-area {
	position: relative;
	padding: 60px 0;
}
#about-feature-area .half-column:first-child {
	padding: 0 50px 0 15px;
}
#about-feature-area .feature-angle {
	display: block;
	position: absolute;
	background: #fff;
	top: 0;
	left: -50%;
	right: 50%;
	bottom: 0;
	transform: skewX(-6deg);
	z-index: -1;
}
#about-feature-area .feature-img {
	display: block;
	position: absolute;
	background-position:center center;
	background-size: cover;
	top: 0;
	left: 45%;
	right: 0;
	bottom: 0;
	z-index: -2;
}
#about-feature-area h2 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 300;
	color: #3fb4e5;
	padding-bottom: 24px;
	border-bottom: 2px solid #3fb4e5;
	margin-bottom: 26px;
}
#about-feature-area p {
	line-height: 30px;
}
#about-feature-area .beacon-mark-transparent {
	height: 100%;
	width: auto;
	padding-left: 35px;
}

/* HERO */

#main-hero {
	height: 500px;
	position: relative;
	overflow: hidden;
}
.hero-angle {
	width: 200%;
	position: absolute;
	height: 300px;
	-ms-transform: skew(0,-4deg);
	-moz-transform: skewY(-4deg);
	-webkit-transform: skewY(-4deg);
	transform: skewY(-4deg);
	background: #80d2f3;
	bottom: -290px;
	left: -100%;
	z-index: -1;
}
.main-hero-background {
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	top: 0;
	left: 0;
	z-index: -2;
}
#main-hero .wrapper {
	padding: 100px 15px 100px 585px;
}
#main-hero h1 {
	position: relative;
	font-size: 44px;
	line-height: 52px;
	padding-bottom: 0;
	margin-bottom: 12px;
	color: #3fb4e5;
	font-weight: 300 !important;
	letter-spacing: -.02em;
}
#main-hero p {
	color: #666;
	font-size: 21px;
	line-height: 28px;
}

/* INTERIOR PAGE*/

#main-content {
	padding: 90px 0;
	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,
#main-content.full-width:after {
	display:none;
}
#main-content .two-third-column {
	padding-right: 50px;
}
#main-content .has-featured-image {
	padding-top: 220px;
}
#main-content .third-column {
	padding-left: 50px;
}
#main-content .has-featured-image {
	padding-top: 220px;
}
#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;
}
#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;
	text-transform:uppercase; 
}
.entry-content h3 {
	font-size: 100%;
	text-transform: uppercase;
}
.entry-content ol {
	list-style: decimal;
	margin-left: 20px;
	margin-bottom: 24px;
	font-weight: 200;
}
.entry-content ul {
	/*list-style: none;*/
	margin-left: 20px;
	margin-bottom: 24px;
	font-weight: 200;
}
.entry-content li {
	position: relative;
	margin-left: 10px;
	margin-bottom: 10px;
}
.entry-content ul ul, .entry-content ul ol, .entry-content ul ol, .entry-content ol ol {
	margin-bottom: 12px;
	margin-top: 12px;
}
/*.entry-content ul li:before {
	content:'\f111';
	position:absolute;
	display:block;
	top:1px;
	left:-24px;
	font-family:'FontAwesome';
	font-size:14px;
	color:#000;
}*/
.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;
}
.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;
}


/* -- DASHBOARD -- */

#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;
}
/* -- */


/* ------------ */
@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: 30px;
	}
	#main-hero {
		min-height: 440px;
	}
	#main-hero .wrapper {
		padding: 80px 30px 100px 495px;
	}
	#main-hero h1 {
		font-size: 34px;
		line-height: 44px;
	}
	/* -- dash -- */
	#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;
	}
	/* -- */

}
@media screen and (max-width: 959px) {
	/*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: 70px;
		transition: left .5s;
		box-shadow: 0 0 10px rgba(0,0,0,.4);
	}
	#main-header {
		display: none;
	}
	#mobile-header {
		display: block;
		position: fixed;
		height: 70px;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		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: 50px;
		width: 262px;
		margin: 10px 0 6px 15px;
	}
	#mobile-logo img {
		height: 100%;
	}
	.menubtn {
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		height: 30px;
		width: 30px;
		cursor: pointer;
	}
	.menubtn:before {
		content: "\f0c9";
		font-family: FontAwesome;
		font-size: 26px;
		line-height: 30px;
		color: #0e253a;
	}
	.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;
	}
	#main-nav {
		display: none;
	}
	/* END MOBILE MENU */
	.wrapper {
		width: 100%;
		overflow: hidden;
	}
	.quarter-column {
		width: 50%;
	}
	#cta-buckets .third-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-hero .wrapper {
		padding: 60px 30px 0 52%;
	}
	#about-feature-area {
		background: #fff;
		padding:40px 0px;
	}
	#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 {
		clear: left;
		padding-bottom:40px;
	}
	#accred img {
		margin:10px 5px;
	}
	/* -- dash -- */
	#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: 30px;
		width: 158px;
	}
	.menubtn {
		top: 6px;
		right: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-hero {
		/*height: 530px;*/
		height:auto;
	}
	#main-hero .wrapper {
		padding: 310px 15px 0;
	}
	.hero-angle {
		/*bottom: -70px;*/
		top:280px;
	}
	.main-hero-background {
		height: 300px;
		background-position: left center;
	}
	#main-hero h1 {
		font-size: 30px;
		line-height: 35px;
		color: #082438;
	}
	#main-hero h1:before {
		content: none;
	}
	#main-hero p {
		color:#fff;
	}
	#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;
		font-size:12px;
	}
	.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;
	}
	.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;
	}
	/* -- dash -- */
	#dashboard .dash-item.spotlight td {
		line-height:20px;
		min-height:65px;
		vertical-align:middle;
		padding: 10px 10px 10px 80px;
		background-position:24px 50%;
	}

}
@media screen and (max-width: 479px) {
	body {
		font-size: 16px;
		line-height: 22px;
	}
	#mobile-logo {
		height: 26px;
		width: 137px;
		margin:11px 0px 9px 10px;
	}
	.half-column, .quarter-column, .three-quarter-column, .third-column, .two-third-column {
		padding: 0 10px;
	}
	#main-hero .wrapper {
		padding: 230px 10px 0;
	}
	#main-hero .wrapper {
		padding: 230px 15px 0;
	}
	.hero-angle {
		/*bottom: 10px;*/
		top:200px;
		height:400px;
	}
	.main-hero-background {
		height: 220px;
	}
	#about-feature-area .half-column:first-child {
		padding: 0 10px;
	}
	#about-feature-area h2 {
		font-size: 22px;
	}
	#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;
	}
	#copyright span {
		font-size:10px;
	}
	.value-title {
		width: 110px;
		font-size: 20px;
	}
	.value-definition {
		margin-left: 120px;
	}
	.value-definition-title {
		font-size: 20px;
	}
	/* -- dash -- */
	#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;
	}
}


/* non-discrimination popup */
.nondisc-drop-content {
    display: none;
    position: absolute;
    background-color: #3fb4e5;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.nondisc-drop-content { 
	bottom:16px;
	left:10px;
}
.nondisc-drop-content table { 
	margin-bottom:0px;
}
.entry-content .nondisc-drop-content table tr td { 
	border:0px; 
	padding:0px;
}

.nondisc-drop-content a{
    color: #c4dfee;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	    border-top: 1px solid #5bc5f2;
    border-bottom: 1px solid #318db4;
}

.nondisc-drop-content a:hover 
{
	background-color: #3fb4e5;
	color:#fff;
}

.nondisc-drop:hover .nondisc-drop-content {
    display: block;
}

/*conf form*/
.fieldgroup-subset { 
	padding-left: 23px;
    margin-bottom: 12px;
    padding-bottom: 11px;
    border-bottom: 1px solid #ccc; 
}
.no-border-bottom { border-bottom:0px; }
.no-padding-bottom { padding-bottom:0px; }
.no-margin-bottom { margin-bottom:0px; }
hr.heavy { border-top-width: 4px; }

#contactinfo-alternate, 
#contactinfo-revoke { 
	display:none;  
	padding-left: 23px;
    margin-bottom: 12px;
    padding-bottom: 11px;
}

#contactinfo-alternate-mail, 
#contactinfo-alternate-email,
#contactinfo-alternate-phone {
	display:none;
}

#contactinfo-revoke-mail,
#contactinfo-revoke-email,
#contactinfo-revoke-phone {
	display:none;
}

.field2 #contactinfo-alternate, 
.field2 #contactinfo-revoke,
.field2 #contactinfo-alternate-mail, 
.field2 #contactinfo-alternate-email,
.field2 #contactinfo-alternate-phone,
.field2 #contactinfo-revoke-mail,
.field2 #contactinfo-revoke-email,
.field2 #contactinfo-revoke-phone {
	display:block;
}

#covidbanner {
	background: #c00000; line-height: 40px; text-align: center; margin-top: 0px;
}
#covidbanner span { color: #fff; }
#covidbanner span a { text-decoration: underline; color: #fff; padding: 0px 20px; }