/* CSS Document */

/*
Theme Name: Beacon Health Options in New Hampshire
Author: 
Author URI: 
Version: 3.2.9

Beacon Health Options New Hampshire RRAP
*/

/* 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: 0.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: 0.12em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #3fb4e5;
  transition: 0.25s;
  border: none;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.3);
  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;
}

.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: 140px;
  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: 0.25s;
  transition: 0.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: 0.25s;
  transition: 0.25s;
}
#aux-nav ul li:hover {
  color: #3fb4e5;
  border: 1px solid #ccc;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#aux-nav ul li:hover a {
  color: #3fb4e5;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#logo {
  float: left;
  display: block;
  height: 59px;
  width: 248px;
  margin: 16px 0;
  margin-right: 20px;
}
#logo img {
  height: 100%;
  max-width: 100%;
  /* width: 100%; */
}
#logo2 {
  float: right;
  display: block;
  width: 180px;
  margin: 16px 0;
  height: 50px;
}
#logo2 img {
  height: 100%;
  max-width: 100%;
  /* width: 100%; */
}
#main-nav {
  float: right;
  height: 100%;
}
#main-nav > ul {
  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;
}
#main-nav > ul > li > a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 20px;
  padding: 35px 25px 0;
  letter-spacing: 0.025em;
  color: #444;
}
#main-nav > ul > li:hover > a {
  padding-top: 31px;
  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: 0.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: 0.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 0.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-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: 140px;
}

/* HOME */
#cta-buckets {
  padding: 60px 0 80px;
  color: #444;
  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;
}

/* Home Video Row */

#video-buckets {
  padding: 40px 0;
}
#video-buckets h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  color: #3fb4e5;
  padding-bottom: 24px;
}

/* HERO */

#main-hero {
  height: 519px;
  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: 30vh 15px 70px 585px;
}
#main-hero h1 {
  display: inline-block;
  position: relative;
  font-size: 44px;
  line-height: 44px;
  color: #3fb4e5;
  font-weight: 300 !important;
  letter-spacing: -0.02em;
  /*background-color: rgba(0,0,0,0.8);*/
  background-color: #fff;
  margin: 0px;
  border: 0px;
  padding: 10px 10px 5px 10px;
  text-align: left;
}
#main-hero h1 span {
  font-size: 24px;
  line-height: 24px;
  display: block;
}
#main-hero p {
  /*color: #666;*/
  color: #fff;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 14px;
}

/* 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: 0.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: "\f054";
  position: absolute;
  display: block;
  top: 1px;
  left: -24px;
  font-family: "FontAwesome";
  font-size: 14px;
  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;
}
.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;
}

/* ------------ */
@media screen and (min-width: 960px) {
  #intro-wrapper {
    padding-left: 50px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1139px) {
  #logo {
    float: left;
    display: block;
    height: 30px;
    width: 187px;
    margin: 39px 0;
    margin-right: 20px;
  }
  #logo2 {
    height: 45px;
    width: 140px;
    margin: 16px 0;
    margin-left: 10px;
  }
  #main-nav > ul > li > a {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@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;
  }
}
@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: 56px;
    transition: left 0.5s;
    box-shadow: 0 0 10px rgba(0, 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 0.5s;
    padding-top: 0;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  #mobile-logo {
    display: inline-block;
    height: 50px;
    width: 310px;
    margin: 10px 20px 6px 15px;
  }
  #mobile-logo img {
    height: 100%;
  }
  #mobile-logo2 {
    display: inline-block;
    height: 50px;
    width: 262px;
    margin: 10px 0 6px 15px;
  }
  #mobile-logo2 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 0.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: 0.25em;
    max-height: 32px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.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;
  }
  .third-column,
  .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;
  }
}
@media screen and (max-width: 767px) {
  #container {
    padding-top: 46px;
  }
  #mobile-header {
    height: 46px;
  }
  #mobile-logo {
    height: 30px;
    width: 186px;
    margin-right: 20px;
  }
  #mobile-logo2 {
    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 15px;
  }

  #cta-buckets .third-column:nth-of-type(1) {
    margin-bottom: 0px;
  }
  #cta-buckets .third-column:nth-of-type(2) h2 {
    display: none;
  }
  #cta-buckets .third-column:nth-of-type(2) ul {
    margin-top: 0px !important;
  }

  .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: #444;
  }
  #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;
  }
}
@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
  #mobile-logo {
    height: 26px;
    width: 162px;
    margin: 11px 20px 9px 10px;
  }
  #mobile-logo2 {
    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 15px;
  }
  .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;
  }
}

@media screen and (max-width: 348px) {
  #mobile-logo2 {
    display: none;
  }
}

/* Beacon Custom Dev */

#precopyright {
  display: block;
  overflow: auto;
  background: #f1f1f1;
}
#nondiscrimination {
  text-align: left;
  padding-top: 25px;
  padding-bottom: 25px;
}
#seals {
  text-align: right;
  padding-top: 15px;
}

.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;
  font-size: 13px;
}

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

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

/* Table styling */

table td,
table th {
  vertical-align: middle;
}
.datagrid table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
.datagrid {
  font: normal 12px/150% Arial, Helvetica, sans-serif;
  background: #fff;
  overflow: hidden;
  border: 1px solid #0e253a;
}
.datagrid table td,
.datagrid table th {
  padding: 3px 10px;
}
.datagrid table thead th {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #0e253a),
    color-stop(1, #0e253a)
  );
  background: -moz-linear-gradient(center top, #0e253a 5%, #0e253a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0E253A', endColorstr='#0E253A');
  background-color: #0e253a;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  border-left: 1px solid #3fb4e5;
}
.datagrid table thead th:first-child {
  border: none;
}
.datagrid table tbody td {
  color: #00496b;
  border-left: 1px solid #e1eef4;
  font-size: 12px;
  font-weight: normal;
}
.datagrid table tbody .alt td {
  background: #f9f9f9;
  color: #00496b;
}
.datagrid table tbody td:first-child {
  border-left: none;
}
.datagrid table tbody tr:last-child td {
  border-bottom: none;
}
.datagrid table tfoot td div {
  border-top: 1px solid #0e253a;
  background: #e1eef4;
}
.datagrid table tfoot td {
  padding: 0;
  font-size: 12px;
}
.datagrid table tfoot td div {
  padding: 2px;
}
.datagrid table tfoot td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.datagrid table tfoot li {
  display: inline;
}
.datagrid table tfoot li a {
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  margin: 1px;
  color: #ffffff;
  border: 1px solid #006699;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #006699),
    color-stop(1, #00557f)
  );
  background: -moz-linear-gradient(center top, #006699 5%, #00557f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
  background-color: #006699;
}
.datagrid table tfoot ul.active,
.datagrid table tfoot ul a:hover {
  text-decoration: none;
  border-color: #006699;
  color: #ffffff;
  background: none;
  background-color: #00557f;
}
div.dhtmlx_window_active,
div.dhx_modal_cover_dv {
  position: fixed !important;
}
.datagrid td.indent {
  padding-left: 20px !important;
}
.datagrid table tbody tr.sectionHeader {
  background-color: #e2eff9;
  font-weight: bold;
  text-transform: uppercase;
}
.datagrid table tbody tr.sectionSubHeader {
  background-color: #f0f7fc;
  font-weight: bold;
}
.datagrid table tbody tr.sectionHeader td,
.datagrid table tbody tr.sectionSubHeader td {
  font-weight: bold;
}

/* Search box */
#searchform #s {
  margin-bottom: 15px;
}
#aux-nav .search {
  display: inline-block;
}
#aux-nav .search input {
  height: 25px;
  margin-left: 10px;
}
#aux-nav .search button {
  height: 25px;
  line-height: 14px;
  width: 30px;
  padding: 5px;
  margin-left: -6px;
}

.anchor {
  visibility: hidden;
  position: relative;
  top: -160px;
  display: block;
}
.spotlight-container {
  border: 1px solid #89d2ef;
  padding: 15px;
  margin-bottom: 15px;
}
.spotlight-container h2 {
  border-bottom: 1px solid #f59246;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.entry-content .spotlight-container ul {
  margin-bottom: 0px;
}
#sidebar .sidenav {
  list-style: none;
}

ul#menu-footer-links,
ul#menu-footer-links-temp {
  list-style: none;
}
ul#menu-footer-links li,
ul#menu-footer-links-temp li {
  display: inline;
  display: inline-block;
  padding: 2px;
}

/* WA custom */

#cta-buckets .third-column:nth-of-type(1) .btn,
#cta-buckets .third-column:nth-of-type(2) .btn,
#cta-buckets .third-column:nth-of-type(3) .btn {
  display: none;
}
#cta-buckets .third-column:nth-of-type(2) h2,
#cta-buckets .third-column:nth-of-type(3) h2 {
  visibility: hidden;
}
#cta-buckets .third-column:nth-of-type(2) ul,
#cta-buckets .third-column:nth-of-type(3) ul {
  margin-top: 56px;
}
#cta-buckets a {
  color: #1c576e;
  text-decoration: underline;
}
#cta-buckets a:hover {
  text-decoration: none;
  color: #2c7ea0;
}
#cta-buckets a.btn,
#cta-buckets a.btn:hover {
  color: #fff;
  text-decoration: none;
}
#cta-buckets ul {
  margin-left: 18px;
}

/* tables custom */

.bho-table {
  margin-bottom: 30px;
}
.bho-table th {
  text-align: left;
}
.bho-table tr td,
.bho-table tr th {
  padding: 3px;
}
.bho-table-striped tbody tr:nth-child(odd) {
  background-color: #eee;
}

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

/* -- TRANSLATEPRESS LANGUAGE -- */

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

/* -- VIDEO SWAL -- */
.swal-wide {
  width: 600px !important;
}

/* -- Hero -- */
#hero-text-box {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 22px 40px 20px 40px;
  margin: 0px;
  /* border-radius: 10px; */
  border: 0px;
}
#main-hero a.btn {
  margin: 6px 0px 11px 0;
}
#main-hero h1 {
  text-align: left;
}

/* -- block img -- */
.wp-block-image img {
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
  box-sizing: border-box !important;
}

/* SVG specific fixes */
.wp-block-image img[src$=".svg"] {
  width: 100% !important;
  height: auto !important;
}

/* NHRRAP Icons specific sizing */
.wp-block-image img[src*="NHRRAP-Icons"] {
  max-width: 120px !important;
  width: 120px !important;
  height: auto !important;
}

/* Ensure WordPress block images have minimum dimensions */
.wp-block-image {
  display: block !important;
}

.wp-block-image.aligncenter {
  text-align: center;
}

.wp-block-image.size-large img {
  max-width: 100%;
  height: auto;
}

.half-column img {
  max-width: 100%;
}

.list-style-none {
  list-style: none;
}

/* -- chat -- */
/*show/hide chat triggers*/
#xsidechatCtrl,
#xchatCtrl,
#chatCtrl {
  /*display:none !important;*/
}
/*offline alert*/
.alert-warning,
.chatoffline {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.chatoffline {
  display: block !important;
}
.chatoffline2 {
  display: none !important;
}

/*alert*/
.alert-secondary {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #d6d8db;
  border-radius: 0.25rem;
  color: #383d41;
  background-color: #e2e3e5;
  text-align: center;
}

.chatvar {
  display: none;
}

/* NHRRAP Legal Links Styling */
.nhrrap-legal-links {
  margin-left: 5px;
}

.nhrrap-legal-links a {
  color: inherit;
  text-decoration: none;
  margin: 0 5px;
}

.nhrrap-legal-links a:hover {
  text-decoration: underline;
}

/* Maintenance Notice Styling */
.maintenance-notice {
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 0.25rem;
  padding: 2rem;
  margin-bottom: 1rem;
  text-align: left;
  color: #333;
  line-height: 1.6;
}

.maintenance-title {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 15px 0;
  text-align: left;
}

.maintenance-subtitle {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
}

.contact-section {
  margin-bottom: 0px;
}

.contact-header {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  padding: 0px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1px;
  margin-left: 20px;
}

.phone-icon,
.chat-icon,
.mobile-icon {
  color: #dc3545;
  margin-right: 8px;
  font-size: 16px;
  flex-shrink: 0;
  width: 20px;
}

.chat-icon {
  color: #6f42c1;
}

.mobile-icon {
  color: #007bff;
}

.contact-text {
  font-size: 16px;
}

.contact-text a {
  color: #0066cc;
  text-decoration: none;
}

.contact-text a:hover {
  text-decoration: underline;
}

.emergency-box {
  padding: 10px;
  margin: 15px 0;
  text-align: center;
  font-weight: bold;
  color: #333;
}

.emergency-box .help-message {
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0 0 0;
  color: #333;
}

.sos-icon {
  color: #dc3545;
  margin-right: 8px;
  font-size: 18px;
}

.emergency-text {
  font-size: 16px;
}

.maintenance-info {
  margin-bottom: 12px;
}

.info-header {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  padding: 0px;
  text-decoration: underline;
}

.info-text {
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}

.maintenance-times {
  margin: 8px 0 0 20px;
  padding: 0;
}

.maintenance-times li {
  font-size: 14px;
  margin-bottom: 3px;
  list-style-type: disc;
}

.contact-footer {
  font-size: 14px;
  margin: 12px 0 0 0;
  text-align: left;
}

.contact-footer a {
  color: #0066cc;
  text-decoration: none;
}

.contact-footer a:hover {
  text-decoration: underline;
}
