/** Wellness specific styles **/
/** 03-13-2013 **/
/* line 17, wellness.scss */
body {
  font-family: Arial, Helvetica, sans-serif;
}

/* line 21, wellness.scss */
div#fullwrap {
  background-color: #d5e8f7;
  background-image: -moz-linear-gradient(top, #acd2ef, white);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#acd2ef), to(white));
  background-image: -webkit-linear-gradient(top, #acd2ef, white);
  background-image: -o-linear-gradient(top, #acd2ef, white);
  background-image: linear-gradient(to bottom, #acd2ef, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFACD2EF', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 25, wellness.scss */
h1 {
  margin: 0 0 0 20px;
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  color: #80a53b;
}
/* line 31, wellness.scss */
h1 span {
  color: #0091ba;
}

/* line 36, wellness.scss */
h2 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: normal;
  color: #3e248d;
}

/* line 43, wellness.scss */
h3 {
  margin-bottom: 0;
  margin-left: 20px;
  padding: 0;
  font-size: 16px;
  color: #80a53b;
}

/* line 51, wellness.scss */
h4 {
  margin-bottom: 0;
  margin-left: 20px;
  padding: 0;
  font-size: 14px;
  color: #3e248d;
  font-weight: bold;
}

/* line 60, wellness.scss */
p {
  margin-left: 20px;
}

/* line 64, wellness.scss */
td.right {
  text-align: right;
}

/*-- link to skip navigation for screen readers --*/
/* line 68, wellness.scss */
a#skipnav {
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  font-size: 0;
  line-height: 0;
  text-align: start;
}

/* line 72, wellness.scss */
ul {
  margin-left: 30px;
}

/** End general styles **/
/** Unique gateway page styles **/
/* line 80, wellness.scss */
div#mainHmWrap {
  margin-top: -20px;
  background-color: white;
  background-image: url(/admin/hr/benefits/wellness/assets/img/leaves-lg.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 10px 3px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 10px 3px -3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 10px 3px -3px rgba(0, 0, 0, 0.2);
}
/* line 87, wellness.scss */
div#mainHmWrap header {
  margin: 40px 0 0 0;
  padding: 0;
}
/* line 90, wellness.scss */
div#mainHmWrap header img {
  margin-left: 10px;
}
/* line 95, wellness.scss */
div#mainHmWrap ul li {
  margin-bottom: 10px;
}

/* line 101, wellness.scss */
aside#WaWellnessHm {
  margin-top: 250px;
}
/* line 103, wellness.scss */
aside#WaWellnessHm img {
  margin-left: 25px;
}

/** End unique gateway page styles **/
/* line 111, wellness.scss */
div#fade {
  /*--blue fade along bottom edge of page --*/
  background-color: #d5e8f7;
  background-image: -moz-linear-gradient(top, white, #acd2ef);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#acd2ef));
  background-image: -webkit-linear-gradient(top, white, #acd2ef);
  background-image: -o-linear-gradient(top, white, #acd2ef);
  background-image: linear-gradient(to bottom, #ffffff, #acd2ef);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFACD2EF', GradientType=0);
  height: 125px;
}

/* line 116, wellness.scss */
div#mainWrap {
  background-color: #fff;
  margin-top: -20px;
  background-image: url(/admin/hr/benefits/wellness/assets/img/leaves-sm.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 10px 3px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 10px 3px -3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 10px 3px -3px rgba(0, 0, 0, 0.2);
}
/* line 125, wellness.scss */
div#mainWrap header img {
  margin-bottom: 40px;
}
/* line 128, wellness.scss */
div#mainWrap header aside {
  margin: 20px 0 0 20px;
  font-size: 75%;
  font-weight: bold;
  color: #3e248d;
}

/** Main Nav Menu/ Left Col Styles **/
/* line 141, wellness.scss */
section#leftcol nav ul {
  margin: 0;
  padding: 25px 0;
  list-style-type: none;
  font-size: 11px;
  line-height: 20px;
}
/* line 147, wellness.scss */
section#leftcol nav ul li {
  width: 200px;
  display: block;
  border-bottom: 1px solid #80a53b;
}
/* line 151, wellness.scss */
section#leftcol nav ul li a {
  display: block;
  padding-left: 10px;
  color: #3e248d;
  text-decoration: none;
  font-weight: bold;
}
/* line 157, wellness.scss */
section#leftcol nav ul li a:active {
  color: #0091ba;
}
/* line 160, wellness.scss */
section#leftcol nav ul li a:visited {
  color: #3e248d;
}
/* line 163, wellness.scss */
section#leftcol nav ul li a:hover {
  text-decoration: none;
  color: #0091ba;
}

/** Right Column Styles **/
/* line 177, wellness.scss */
aside#WaWellness {
  /* positions Washington Wellness logo */
  margin-top: 100px;
}
/* line 179, wellness.scss */
aside#WaWellness img {
  margin-left: 25px;
}

/** End Right Column Styles **/
/** Footer Styles **/
/* line 189, wellness.scss */
footer#terms p {
  text-align: right;
  margin-top: 95px;
  margin-right: 11px;
  font-size: 11px;
}
/* line 194, wellness.scss */
footer#terms p a {
  color: #3e3e3e;
}


a.accordion-toggle:before{
  content:'\25BC\0020';
}
a.accordion-toggle.collapsed:before{
  content:'\25BA\0020';
}
