/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
html {
  font-size: 100%;
  line-height: 1.5em; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
[hidden] {
  display: none; }

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em; }

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em; }

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em; }

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p, pre {
  margin: 1.5em 0; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl, menu, ol, ul {
  margin: 1.5em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu, ol, ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1.5em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */ }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

button {
  border: none; }

html, body {
  font-family: "Open Sans", "Arial", sans-serif;
  text-rendering: optimizelegibility; }

body {
  background-repeat: repeat;
  background-image: url("../img/pattern.jpg");
  background-position: center top; }

.atlwdg-trigger {
  z-index: 100; }

.hidden-dialog {
  position: absolute;
  left: -500px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0; }

/* 508 focus */
:focus {
  /*outline: 4px solid yellow;*/
  outline: 0; }

button {
  background-color: transparent;
  border: none; }

.off {
  display: none;
  opacity: 0;
  visibility: hidden; }

.hide-from-view {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  font-size: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: -2px; }

.transparent {
  background-color: transparent; }

/*! Vertical alignment */
.valign {
  width: 100%;
  height: 100%;
  color: inherit;
  display: table; }
.valign .middle {
  width: 100%;
  height: 100%;
  color: inherit;
  display: table-cell;
  vertical-align: middle; }

/*! Not sure if this is still used */
.row {
  *zoom: 1; }
.row:before, .row:after {
  content: "";
  display: table; }
.row:after {
  clear: both; }
.row .column {
  display: block;
  float: left; }
.row .column.one-half {
  width: 45%;
  margin-right: 5%; }

.rel {
  position: relative; }
.rel h4 {
  margin-bottom: 160px; }

.video-gallery-pop .close-btn {
  right: 30px !important;
  top: 10px !important; }

#skipNav {
  position: absolute;
  top: -100px; }

.persistent-nav-container {
  width: 100%;
  height: 45px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 28; }
.persistent-nav-container .persistent-bg {
  z-index: 20;
  left: 0px;
  max-width: 835px;
  height: 45px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  background-color: rgba(245, 245, 246, 0.9);
  box-shadow: 0px 10px 8px -11px rgba(0, 0, 0, 0.35);
  position: relative; }
.persistent-nav-container .persistent-bg .persistent-nav {
  list-style: none;
  width: 474px;
  margin: auto;
  padding: 0;
  position: relative; }
.persistent-nav-container .persistent-bg .persistent-nav .menu-item {
  width: 155px;
  height: 45px;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  display: inline-block; }
.persistent-nav-container .persistent-bg .persistent-nav .menu-item.pull-left {
  position: absolute;
  left: -193px; }
.persistent-nav-container .persistent-bg .persistent-nav .menu-item a {
  width: 100%;
  height: 45px;
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Arial Narrow', sans-serif;
  transition: color 300ms, background-color 300ms; }
.persistent-nav-container .persistent-bg .persistent-nav .menu-item a.home-icon {
  width: 45px;
  color: transparent;
  background-repeat: no-repeat;
  background-image: url("../img/home.png");
  background-position: center; }
.persistent-nav-container .persistent-bg .persistent-nav .menu-item .sub {
  display: none;
  position: absolute;
  top: 45px;
  width: 155px !important;
  margin: 0;
  padding: 10px 0;
  border-radius: 0 0 5px 5px;
  background: #333; }
.persistent-nav-container .persistent-bg .persistent-nav .menu-item .sub li {
  list-style: none;
  display: block; }
.persistent-nav-container .persistent-bg .persistent-nav .menu-item .sub li a {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  height: auto;
  width: auto;
  padding: 4px 10px;
  text-align: left;
  background: transparent;
  transition: color 300ms, background 300ms; }
.persistent-nav-container .persistent-bg .persistent-nav .menu-item.open a {
  color: white;
  background-color: #566; }
.persistent-nav-container .persistent-bg .persistent-nav .menu-item.open a.home-icon {
  color: transparent; }
.persistent-nav-container .persistent-bg .persistent-nav .menu-item.open .sub {
  display: block; }
.persistent-nav-container .persistent-bg .persistent-nav .menu-item.open .sub a:hover, .persistent-nav-container .persistent-bg .persistent-nav .menu-item.open .sub a:focus {
  color: #333;
  background: #fff; }
.persistent-nav-container .persistent-bg .persistent-nav .menu-item.highlight a {
  color: white;
  background-color: #566;
  transition: color 500ms, background-color 500ms; }
.persistent-nav-container .persistent-breadcrumb-bg {
  z-index: 19;
  left: 0px;
  max-width: 835px;
  height: 28px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  transition: color 500ms, background-color 500ms;
  position: relative; }
.persistent-nav-container .persistent-breadcrumb-bg.highlight {
  background-color: #333; }
.persistent-nav-container .persistent-breadcrumb-bg.highlight .breadcrumbs .title a {
  color: white; }
.persistent-nav-container .persistent-breadcrumb-bg .breadcrumbs {
  list-style: none;
  height: 28px;
  margin: 0 !important;
  display: inline-block;
  position: relative; }
.persistent-nav-container .persistent-breadcrumb-bg .breadcrumbs.pos1 {
  left: 202px; }
.persistent-nav-container .persistent-breadcrumb-bg .breadcrumbs.pos2 {
  left: 366px; }
.persistent-nav-container .persistent-breadcrumb-bg .breadcrumbs.pos3, .persistent-nav-container .persistent-breadcrumb-bg .breadcrumbs.pos4 {
  left: 523px; }
.persistent-nav-container .persistent-breadcrumb-bg .breadcrumbs .title {
  height: 28px;
  line-height: 34px;
  padding-left: 42px;
  margin-right: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Arial Narrow';
  background-position: 0 -2px;
  background-repeat: no-repeat;
  background-image: url(../img/breadcrumb-line.png); }
.persistent-nav-container .persistent-breadcrumb-bg .breadcrumbs .title a {
  color: #333;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 12px;
  position: relative;
  top: -3px;
  text-decoration: none;
  transition: color 500ms, background-color 500ms; }
.persistent-nav-container .persistent-breadcrumb-bg .breadcrumbs .ball {
  width: 9px;
  height: 9px;
  top: 4px;
  z-index: 1;
  margin: 0 0 0 3px;
  position: relative;
  border-radius: 100%;
  text-indent: -9999px;
  display: inline-block;
  background-color: #ccc; }
.persistent-nav-container .persistent-breadcrumb-bg .breadcrumbs .ball.current {
  width: 16px;
  height: 16px;
  top: 0;
  z-index: 2;
  background-color: #BD2C00; }
.persistent-nav-container .persistent-breadcrumb-bg .breadcrumbs .ball.visited {
  background-color: #BD2C00; }

.footer {
  background-color: rgba(245, 245, 246, 0.9);
  border: 1px solid #abaeae;
  bottom: 0;
  clear: both;
  left: 0;
  padding: 5px 0;
  position: absolute;
  text-align: right;
  width: 100%; }
.footer a {
  color: #333;
  font-size: 12px;
  margin-right: 20px; }

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

.treatments-sidebar {
  z-index: 0;
  width: 223px;
  top: 300px;
  position: fixed; }
.treatments-sidebar .ts-header, .treatments-sidebar .ts-list {
  left: -191px;
  position: relative; }
.treatments-sidebar .ts-header {
  font-family: 'Arial Narrow';
  font-weight: 700;
  text-align: right;
  padding-right: 68px;
  color: #4877b6;
  text-transform: uppercase; }
.treatments-sidebar .ts-list {
  width: 170px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #f0f6fa;
  border-radius: 10px 0 0 10px;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.35); }
.treatments-sidebar .ts-list li {
  width: 170px;
  font-size: 12px;
  line-height: 15px;
  padding: 10px 0;
  text-align: right;
  font-family: 'Arial Narrow'; }
.treatments-sidebar .ts-list li a {
  color: #5e93da;
  display: block;
  width: 130px;
  height: 100%;
  margin-left: 25px;
  text-decoration: none;
  text-transform: uppercase; }
.treatments-sidebar .ts-list li:hover {
  background-color: #333; }
.treatments-sidebar .ts-list li:hover a {
  color: white; }

.about-sidebar {
  z-index: 0;
  width: 223px;
  top: 725px;
  position: fixed; }
.about-sidebar .ts-header, .about-sidebar .ts-list {
  left: -177px;
  top: -3px;
  position: relative;
  cursor: pointer; }
.about-sidebar .ts-header {
  font-family: 'Arial Narrow';
  font-weight: 700;
  text-align: center;
  padding: 0px 10px;
  font-size: 13px;
  background-color: #4877b6;
  color: #fff;
  width: 50px;
  text-transform: uppercase;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.nav-container {
  z-index: 15;
  top: 0px;
  position: absolute; }
.nav-container .menu-trigger {
  top: 15px;
  left: -75px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  background-color: #BD2C00;
  -webkit-transition: 300ms background-color;
  -moz-transition: 300ms background-color;
  -o-transition: 300ms background-color;
  transition: 300ms background-color; }
.nav-container .menu-trigger:hover {
  background-color: #72726f; }
.nav-container .menu-trigger .nav-icon {
  width: 22px;
  height: 35px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
.nav-container .menu-trigger .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 16px;
  background: white;
  border-radius: 3px;
  opacity: 1;
  left: 3px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
.nav-container .menu-trigger .nav-icon span:nth-child(1) {
  top: 15px; }
.nav-container .menu-trigger .nav-icon span:nth-child(2), .nav-container .menu-trigger .nav-icon span:nth-child(3) {
  top: 20px; }
.nav-container .menu-trigger .nav-icon span:nth-child(4) {
  top: 25px; }
.nav-container .menu-trigger .nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%; }
.nav-container .menu-trigger .nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.nav-container .menu-trigger .nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.nav-container .menu-trigger .nav-icon.open span:nth-child(4) {
  top: 26px;
  width: 0%;
  left: 50%; }
.nav-container .menu {
  top: 15px;
  left: -35px;
  width: 0;
  height: 220px;
  overflow: hidden;
  position: absolute; }
.nav-container .menu .menu-list {
  width: 387px;
  height: 40px;
  margin: 0;
  padding: 0;
  list-style: none; }
.nav-container .menu .menu-list {
  *zoom: 1; }
.nav-container .menu .menu-list:before, .nav-container .menu .menu-list:after {
  content: "";
  display: table; }
.nav-container .menu .menu-list:after {
  clear: both; }
.nav-container .menu .menu-list .menu-item {
  display: block;
  float: left;
  border: 1px solid white; }
.nav-container .menu .menu-list .menu-item a {
  font-family: 'Arial Narrow';
  line-height: 38px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 126px;
  height: 38px;
  background-color: #abaeae; }
.nav-container .menu .menu-list .menu-item a:hover {
  color: #BD2C00;
  background-color: white; }
.nav-container .menu .menu-list .menu-item ul.sub {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 174px;
  height: 0;
  overflow: hidden;
  position: absolute; }
.nav-container .menu .menu-list .menu-item ul.sub li {
  float: none; }
.nav-container .menu .menu-list .menu-item ul.sub li a {
  width: 174px;
  height: 28px;
  line-height: 28px;
  text-align: left;
  text-indent: 10px; }
.nav-container .menu .menu-list .menu-item ul.sub li a:hover {
  background: white url("../img/menu-arrow.png") top right no-repeat; }
.nav-container .summary, .nav-container .video-gallery, .nav-container .site-help, .nav-container .nav-print {
  left: -75px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  background-color: #BD2C00;
  text-indent: -9999px;
  -webkit-transition: 300ms background-image;
  -moz-transition: 300ms background-image;
  -o-transition: 300ms background-image;
  transition: 300ms background-image; }
.nav-container .summary {
  top: 62px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-summary.png");
  background-position: center; }
.nav-container .summary:hover {
  background-repeat: no-repeat;
  background-image: url("../img/icon-summary-over.png");
  background-position: center; }
.nav-container .summary:focus {
  background-repeat: no-repeat;
  background-image: url("../img/icon-summary-over.png");
  background-position: center; }
.nav-container .video-gallery {
  top: 110px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-video.png");
  background-position: center; }
.nav-container .video-gallery:hover {
  background-repeat: no-repeat;
  background-image: url("../img/icon-video-over.png");
  background-position: center; }
.nav-container .video-gallery:focus {
  background-repeat: no-repeat;
  background-image: url("../img/icon-video-over.png");
  background-position: center; }
.nav-container .site-help {
  top: 160px;
  background-repeat: no-repeat;
  background-image: url("../img/help-site.png");
  background-position: center; }
.nav-container .site-help:hover {
  background-repeat: no-repeat;
  background-image: url("../img/help-site-over.png");
  background-position: center; }
.nav-container .site-help:focus {
  background-repeat: no-repeat;
  background-image: url("../img/help-site-over.png");
  background-position: center; }
.nav-container .nav-print {
  top: 160px;
  background-repeat: no-repeat;
  background-image: url("../img/nav-print.png");
  background-position: center; }
.nav-container .nav-print:hover {
  background-repeat: no-repeat;
  background-image: url("../img/nav-print-over.jpg");
  background-position: center; }
.nav-container .nav-print:focus {
  background-repeat: no-repeat;
  background-image: url("../img/nav-print-over.jpg");
  background-position: center; }
.nav-container .main-nav-tooltip {
  background: url(../img/tooltip-bg.png) no-repeat right center;
  position: absolute;
  color: black;
  top: 7px;
  display: block;
  font-size: 11px;
  font-weight: 700;
  right: 48px;
  text-indent: 0;
  height: 26px;
  padding: 0 15px 0 4px;
  line-height: 26px;
  text-align: center; }
.nav-container .summary .main-nav-tooltip {
  width: 85px; }
.nav-container .video-gallery .main-nav-tooltip {
  width: 78px; }

.container {
  width: 985px;
  margin: auto;
  min-height: 100%;
  position: relative; }
.container .page {
  width: 100%;
  height: auto;
  min-height: 589px;
  max-width: 835px;
  margin: auto;
  left: 0px;
  padding: 50px 20px 20px;
  overflow: visible;
  position: relative;
  border-left: 1px solid #abaeae;
  border-right: 1px solid #abaeae;
  background-color: rgba(244, 246, 251, 0.6); }
.container .page {
  *zoom: 1; }
.container .page:before, .container .page:after {
  content: "";
  display: table; }
.container .page:after {
  clear: both; }
.container .page.home {
  border: 0 none;
  background-color: transparent;
  padding-top: 0 !important; }
.container .page.home .nav-container, .container .page.home .persistent-nav-container, .container .page.home .treatments-sidebar {
  display: none; }
.container .page .content {
  z-index: 2;
  padding: 22px 40px 0px;
  position: relative;
  opacity: 0; }
.container .page .content.full {
  padding: 0;
  width: 875px;
  position: relative;
  left: -20px; }
.container .page .content.full h1, .container .page .content.full h4 {
  padding-left: 60px; }

/**
 * Splash menu
 */
.splash-img {
  height: 100%;
  min-height: 700px;
  overflow: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/splash-menu-bg.jpg");
  background-position: left top; }
.splash-img h1.splash-menu {
  color: #d4e7fb;
  font-family: 'Georgia', serif;
  font-size: 71px;
  font-weight: 100;
  line-height: 0.8;
  padding-left: 30px !important; }
.splash-img h1.splash-menu small {
  display: block;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 26px;
  letter-spacing: 0.025em;
  line-height: 30px;
  margin-top: 2px; }
.splash-img h1.splash-menu small.alittlebigger {
  color: white;
  font-size: 30px;
  font-weight: 600; }
.splash-img h1.splash-menu small + small {
  margin-top: 0 !important; }
.splash-img ul.splash-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 450px; }
.splash-img ul.splash-menu-list li {
  margin: 0;
  min-height: 70px;
  padding: 0;
  position: relative;
  cursor: pointer; }
.splash-img ul.splash-menu-list li button {
  background-color: transparent;
  border-left: 16px solid #BD2C00;
  display: block;
  height: 58px;
  line-height: 63px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-top: 2px;
  text-decoration: none; }
.splash-img ul.splash-menu-list li button span {
  background-repeat: no-repeat;
  background-image: url("../img/splash-arrow.png");
  background-position: right top;
  color: white;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-size: 36px;
  font-weight: 700;
  padding-right: 35px;
  position: relative;
  top: -15px; }
.splash-img ul.splash-menu-list li button.selected span {
  background-image: url(../img/splash-arrow-down.png); }
.splash-img ul.splash-menu-list li button:hover, .splash-img ul.splash-menu-list li button:focus, .splash-img ul.splash-menu-list li button.selected {
  border-left: 16px solid #ccc; }
.splash-img ul.splash-menu-list li p {
  color: #d4e7fb;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-size: 22px;
  position: absolute;
  top: 20px;
  left: 27px; }
.splash-img ul.splash-menu-list li ul.sub {
  position: relative;
  padding-left: 64px;
  top: -12px;
  color: #ffebe5;
  list-style: disc;
  list-style-position: outside;
  margin: 15px 0 0 0 !important; }
.splash-img ul.splash-menu-list li ul.sub li {
  color: #ffebe5;
  margin: 0;
  min-height: 1px !important;
  padding: 0;
  width: 369px; }
.splash-img ul.splash-menu-list li ul.sub li a {
  border: 0 none;
  color: #ffebe5;
  display: block;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-size: 20px;
  font-weight: 400;
  height: 24px;
  line-height: 24px;
  margin-bottom: 0px;
  padding: 2px 29px 0 10px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase; }
.splash-img ul.splash-menu-list li ul.sub li a:hover, .splash-img ul.splash-menu-list li ul.sub li a:focus {
  color: #BD2C00;
  background-color: white; }
.splash-img .splash-logo {
  bottom: 0;
  left: 115px;
  position: absolute; }
#choicesMadeContent:after{
  clear: both;
  content: '';
  display: block; }
#choicesMadeContent .your-treatments img{
  float: left; }
#choicesMadeContent .your-treatments .tlist-container{
  float: left;
  margin-left: 10px; }
#choicesMadeContent .your-treatments .tlist-container h5{
  color: #000;
  font-size: 20px;
  line-height: 24px;
  margin: 5px; }
#choicesMadeContent .your-treatments ul{
  list-style: none;
  font-style: italic;
  margin: 0;
  padding: 0; }
.question-container {
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  margin-top: 25px;
  padding: 20px 40px; }
.question-container {
  *zoom: 1; }
.question-container:before, .question-container:after {
  content: "";
  display: table; }
.question-container:after {
  clear: both; }
.question-container p {
  font-size: 20px; }
.question-container select, .question-container .label {
  background-color: #abaeae;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-size: 18px;
  margin: 11px 15px 0 0; }
.question-container .percent {
  font-weight: 700;
  left: -35px;
  margin-top: -10px;
  position: absolute;
  top: 10px; }
.question-container .italic {
  margin-top: 0px;
  padding-top: 0px; }
.question-container .bold {
  margin-bottom: 0px;
  padding-bottom: 0px; }
.question-container.greyBackground {
  background-color: #dde2e5; }
.question-container .columns {
  position: relative; }
.question-container .columns:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden; }
.question-container .columns .col {
  float: left;
  position: relative; }
.question-container .columns .col.half {
  padding-right: 5%;
  width: 45%; }
.question-container ul.question-choices {
  list-style: none;
  margin: 10px 0 0;
  padding: 0; }
.question-container ul.question-choices .option {
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Arial", sans-serif;
  margin: 8px 0;
  padding-left: 36px;
  text-align: left;
  min-height: 27px;
  background-repeat: no-repeat;
  background-image: url("../img/radio-off.png");
  background-position: left 3px; }
.question-container ul.question-choices .option:focus {
  background-image: url("../img/radio-off-focused.png"); }
.question-container ul.question-choices .option.selected {
  background-image: url("../img/radio-on.png"); }
.question-container ul.question-choices .option.selected:focus {
  background-image: url("../img/radio-on-focused.png"); }
.question-container ul.question-choices[multiple] .option {
  background-repeat: no-repeat;
  background-image: url("../img/check-off.png");
  background-position: left center; }
.question-container ul.question-choices[multiple] .option.selected {
  background-image: url("../img/check-on.png"); }
.question-container ul.question {
  list-style: none;
  margin: 15px 0;
  padding: 0; }
.question-container ul.question .option {
  cursor: pointer;
  /*display: block;*/
  font-family: "Open Sans", "Arial", sans-serif;
  margin: 8px 0;
  padding-left: 36px;
  position: relative;
  text-align: left;
  font-size: 16px;
  background-repeat: no-repeat;
  background-image: url("../img/radio-off.png");
  background-position: left 3px; }
.question-container ul.question .option.selected {
  background-image: url("../img/radio-on.png"); }
.question-container ul.question .option:focus, .question-container ul.question .option.focus {
  outline: 2px solid #BD2C00; }
.question-container ul.question .option.input {
  width: 418px; }
.question-container ul.question[multiple] .option {
  min-height: 26px;
  background-repeat: no-repeat;
  background-image: url("../img/check-off.png");
  background-position: left center; }
.question-container ul.question[multiple] .option .alt {
  display: none; }
.question-container ul.question[multiple] .option:focus {
  background-image: bg("../img/check-off-focused.png"); }
.question-container ul.question[multiple] .option.selected {
  background-image: url("../img/check-on.png"); }
.question-container ul.question[multiple] .option.selected:focus {
  background-image: bg("../img/check-on-focused.png"); }
.question-container ul.question.right-float {
  position: relative;
  margin: 6px 0 25px;
  width: 313px;
  opacity: 0;
  visibility: hidden; }
.question-container ul.question.right-float .option {
  background-image: none;
  cursor: default;
  margin: 8px 0 8px 37px;
  padding-left: 10px; }
.question-container ul.question#relax, .question-container ul.question#reconnect, .question-container ul.question#recover, .question-container ul.question#other {
  float: none;
  width: 300px; }
.question-container ul.question#relax input.custom, .question-container ul.question#reconnect input.custom, .question-container ul.question#recover input.custom, .question-container ul.question#other input.custom {
  width: 275px; }
.question-container ul.question.abs {
  position: absolute;
  top: 12px; }

/**
 * Setting goals
 */
input {
  width: 415px; }

table {
  color: #333;
  display: table;
  width: 725px;
  margin: 20px auto; }
table th {
  font-size: 24px;
  font-weight: 100;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif; }
table tr {
  background-color: #ccc; }
table tr.transparent-bg {
  background-color: transparent; }
table tr.even {
  background-color: #d6d6d6; }
table tr.even td.chart-question {
  background-color: #BD2C00; }
table tr td {
  font-size: 12px;
  line-height: 16px;
  vertical-align: top;
  border-left: 1px solid white;
  padding: 10px 12px 20px; }
table tr td li {
  font-size: inherit; }
table tr td.chart-question {
  width: 132px;
  color: white;
  border: 0 none;
  background-color: #ca5526; }

/**
 * Chart
 */
.compare-chart {
  padding-top: 25px !important;
  overflow: visible !important; }
.compare-chart h1 {
  font-size: 34px;
  margin-top: 0.15em;
  padding-left: 30px !important; }
.compare-chart h1 + p {
  margin-bottom: 77px;
  padding-left: 30px !important; }
.compare-chart .btn {
  margin-top: 70px; }

.menu-cover {
  width: 50px;
  height: 160px;
  top: -40px;
  left: -60px;
  z-index: 17;
  position: absolute;
  cursor: pointer; }

.color-wrap {
  width: 98%;
  height: 94%;
  min-height: 48px;
  margin: auto;
  display: table;
  color: white;
  background-color: #1c6579;
  vertical-align: middle; }

.thumbs-up {
  background-repeat: no-repeat;
  background-image: url("../img/thumbs_up.png");
  background-position: center;
  width: 19px;
  height: 20px;
  position: absolute;
  cursor: pointer; }
.thumbs-up.liked {
  background-repeat: no-repeat;
  background-image: url("../img/thumbs_up_sel.png");
  background-position: center; }

.chart {
  width: 100%;
  height: auto;
  margin-top: 0;
  position: relative; }
.chart button {
  display: block;
  text-align: left; }
.chart .column-selection {
  height: 40px; }
.chart .column-selection .custom-select {
  top: 0px; }
.chart table {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px; }
.chart table tr {
  background-color: transparent; }
.chart table tr th {
  background-color: #d6d6d6;
  position: relative;
  font-weight: 400;
  font-family: "Open Sans", "Arial", sans-serif;
  line-height: 14px;
  color: white; }
/*.chart table tr th.emdr {
  width: 210px;}*/
.chart table tr th span {
  font-size: 15px !important;
  font-weight: 700; }
.chart table tr th.dark .color-wrap {
  background-color: #187594; }
.chart table tr th .toggle {
  background-repeat: no-repeat;
  background-image: url("../img/info-circle-close-blue.jpg");
  background-position: center;
  width: 13px;
  height: 13px;
  top: 4px;
  right: 4px;
  position: absolute;
  cursor: pointer; }
.chart table tr th .toggle span {
  display: none; }
.chart table tr td {
  background-color: #ccc;
  border: 0 none;
  font-size: 14px; }
.chart .overview {
  width: 100%;
  height: 48px;
  top: 42px;
  position: absolute;
  cursor: pointer;
  text-align: center; }
.chart .overview table {
  height: 48px; }
.chart .overview table td {
  height: 100%;
  padding: 2px 1px 0px; }
.chart .overview table td .color-wrap {
  background-color: #187594;
  width: 99.8%; }
.chart .overview table td .color-wrap .middle {
  padding: 10px 0;
  font-family: "Open Sans", "Arial", sans-serif;
  letter-spacing: 2px;
  text-align: center; }
.chart .treatment-types {
  width: 100%;
  height: 70px;
  top: 88px;
  z-index: 20;
  position: absolute;
  /*
  top: 49px;
  position: relative;
  */
  background-color: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3); }
.chart .treatment-types table {
  height: 100%; }
.chart .treatment-types table td {
  position: relative;
  background-color: transparent; }
.chart .treatment-types table td.spacer {
  padding: 0;
  width: 156px; }
.chart .treatment-types .valign .middle {
  height: 66px;
  min-width: 120px;
  text-align: center; }
.chart .treatment-types .valign .middle.caps {
  height: 50px !important; }
.chart .data-container {
  z-index: 1;
  margin-top: 119px;
  width: 100%;
  height: auto;
  position: relative; }
.chart .data-container .data#overviews td.hidden {
  opacity: 1;
  visibility: inherit; }
.chart .data-container .data#overviews td.hidden .tab {
  cursor: pointer;
  opacity: 1;
  visibility: inherit; }
.chart .data-container .data td {
  position: relative; }
.chart .data-container .data td button.content-click {
  width: 100%;
  height: 100%; }
.chart .data-container .data td button.content-click li {
  color: inherit !important; }
.chart .data-container .data td.hidden {
  padding: 0px 5px 0px 5px; }
.chart .data-container .data td.hidden .thumbs-up {
  display: none !important; }
.chart .data-container .data td.hidden .tab {
  background-color: #187594;
  border-top: 1px #fff solid;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-family: "Open Sans", "Arial", sans-serif;
  padding: 6px 0px 6px;
  text-align: center;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -o-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -o-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3); }
.chart .data-container .data td.hidden .tab button.content-click {
  text-align: center !important; }
.chart .data-container .data .label {
  width: 120px;
  height: 100%;
  color: white;
  text-align: right;
  padding: 8px;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  background-color: #1c6579;
  font-weight: bold;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif; }
.chart .data-container .data .label.permanent {
  width: 140px; }
.chart .data-container .data.odd td {
  background-color: #d6d6d6; }
.chart .data-container .data.odd td.hidden {
  background-color: transparent; }
.chart .data-container .data.odd td.label {
  background-color: #187594; }
.chart .data-container .data .clickable {
  z-index: 1;
  padding: 10px 12px 40px;
  cursor: pointer; }
.chart .data-container .data .clickable .thumbs-up {
  left: 10px;
  bottom: 10px; }
.chart .data-container .data .clickable:hover {
  z-index: 7;
  background-color: white;
  box-shadow: 0 0 12px #99c4f2; }
.chart .data-container .data .clickable .more-info, .chart .data-container .data .clickable .video, .chart .data-container .data .clickable .graphic, .chart .data-container .data .clickable .demo {
  width: 29px;
  height: 21px;
  float: right;
  margin: 0 2px; }
.chart .data-container .data .clickable .icon {
  right: 8px;
  bottom: 8px;
  position: absolute; }
.chart .data-container .data .clickable .icon + .icon {
  right: 38px; }
.chart .data-container .data .clickable .more-info {
  background-repeat: no-repeat;
  background-image: url("../img/graphicIcon.png");
  background-position: center; }
.chart .data-container .data .clickable .graphic {
  background-repeat: no-repeat;
  background-image: url("../img/viewIcon.png");
  background-position: center; }
.chart .data-container .data .clickable .video {
  background-repeat: no-repeat;
  background-image: url("../img/vidIcon.png");
  background-position: center; }
.chart .data-container .data .clickable .demo {
  background-repeat: no-repeat;
  background-image: url("../img/vidIcon.png");
  background-position: center; }
.chart .data-container .data ul {
  margin: 0;
  padding: 0 0 0 12px; }
.chart .data-container .data ul li {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit; }

.good-fit {
  color: #333;
  margin-top: 2.25em;
  padding: 12px 10px;
  position: relative;
  background-color: #eee; }

#consider-1 {
  overflow: auto; }

.full-page-modal-placement {
  top: 0;
  left: 0;
  z-index: 28;
  width: 100%;
  min-width: 986px;
  height: auto;
  min-height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5); }
.full-page-modal-placement .close-btn {
  width: 40px;
  z-index: 10;
  position: fixed;
  top: 15px;
  right: 8px;
  cursor: pointer;
  display: block;
  padding: 12px 8px 8px;
  font-size: 24px;
  font-weight: 700;
  color: white;
  background-color: #BD2C00;
  border: 0; }
.full-page-modal-placement .close-btn:before {
  content: 'X';
  display: block; }
.full-page-modal-placement .close-btn:hover {
  background-color: #d8e3e7; }
.full-page-modal-placement .close-btn:focus {
  outline: 2px solid #BD2C00; }
.full-page-modal-placement .full-page-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: auto;
  max-height: 600px;
  margin-left: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: white;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
.full-page-modal-placement .full-page-modal .thumbs-up {
  width: 19px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  margin-left: 20px;
  display: inline;
  top: 12px;
  background-repeat: no-repeat;
  background-image: url("../img/thumbs_up.png");
  background-position: center; }
.full-page-modal-placement .full-page-modal .thumbs-up.liked {
  background-repeat: no-repeat;
  background-image: url("../img/thumbs_up_sel.png");
  background-position: center; }
.full-page-modal-placement .full-page-modal .inner-padding {
  padding: 30px 50px; }
.full-page-modal-placement .full-page-modal .inner-padding h3 {
  margin: 0 0 0.60em; }
.full-page-modal-placement .full-page-modal .inner-padding h4 {
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif; }
.full-page-modal-placement .full-page-modal .inner-padding h4 img {
  display: block;
  float: left;
  margin-right: 10px;
  width: auto; }
.full-page-modal-placement .full-page-modal .full-page-like {
  padding: 20px 0; }
.full-page-modal-placement .full-page-modal .full-page-like p {
  padding-left: 32px; }

.print-graph-container {
  background-color: #d9d9d9;
  padding: 0 25px;
  margin-bottom: 10px; }

.plain-link {
  color: #269bca;
  padding: 0;
  margin: 0;
  text-decoration: underline; }

.def {
  padding: 0 40px; }

.hidden {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }

.blue-figure, .grey-figure {
  padding-left: 30px; }

.blue-figure {
  background: url(../img/neutral-blue.png) no-repeat 0 0; }

.grey-figure {
  background: url(../img/neutral-grey.png) no-repeat 0 0; }

.panel {
  max-width: 623px; }

.clear {
  clear: both; }

.info-graphic {
  float: right; }

.info-graphic-desc {
  width: 205px; }
.info-graphic-desc h2 {
  color: #269bca;
  margin: 10px 0px;
  padding-top: 15px;
  font-size: 80px;
  font-weight: 100;
  position: relative;
  top: 18px;
  line-height: 1;
  text-align: center; }
.info-graphic-desc h4 {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 15px;
  color: #333; }

.med-psych-chart .med-psych-spacer {
  width: 160px; }
.med-psych-chart .med-psych-header {
  background-color: #187594;
  border: 1px white solid;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-size: 16px;
  color: white;
  width: 160px;
  height: 34px; }
.med-psych-chart .chart-content {
  width: 160px;
  border: 1px white solid;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.5); }
.med-psych-chart .chart-content:nth-of-type(0) {
  width: 30%; }
.med-psych-chart .chart-content:nth-of-type(1) {
  width: 370px; }
.med-psych-chart .chart-question {
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-size: 16px;
  width: 20%;
  background-color: #BD2C00; }
.med-psych-chart .chart-arrow {
  cursor: pointer;
  visibility: visible; }
.med-psych-chart td {
  padding-bottom: 10px; }
.med-psych-chart tr.selected .chart-content {
  background-color: #cdcdcd; }
.med-psych-chart tr.selected .chart-question {
  background-color: #1c6579; }
.med-psych-chart tr.selected .chart-arrow {
  opacity: 0;
  visibility: hidden; }
.med-psych-chart .spacer {
  height: 10px; }

.btn.print {
  width: 160px; }

.t-circle-graph {
  position: relative; }
.t-circle-graph #tcg-ro-pe {
  position: absolute;
  top: 50px;
  left: 90px;
  width: 160px;
  height: 140px; }
.t-circle-graph #tcg-ro-cpt {
  position: absolute;
  top: 50px;
  left: 300px;
  width: 160px;
  height: 140px; }
.t-circle-graph #tcg-ro-sit {
  position: absolute;
  top: 145px;
  left: 470px;
  width: 160px;
  height: 140px; }
.t-circle-graph #tcg-ro-emdr {
  position: absolute;
  top: 220px;
  left: 160px;
  width: 160px;
  height: 140px; }
.t-circle-graph #tcg-ro-ssri {
  position: absolute;
  top: 245px;
  left: 320px;
  width: 160px;
  height: 140px; }

.help-toggle {
  background-repeat: no-repeat;
  background-image: url("../img/help-toggle.png");
  background-position: center;
  cursor: pointer;
  width: 22px;
  height: 23px;
  top: 0px;
  left: 580px;
  position: absolute; }
.help-toggle:focus {
  border: 1px solid red; }

.help {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: -45px;
  left: 0px;
  z-index: 62;
  position: absolute; }
.help .help-frame {
  top: 0px;
  left: 0px;
  position: absolute; }
.help .help-frame .help-frame-bg-cover {
  background-color: rgba(0, 0, 0, 0.8);
  width: 3000px;
  height: 2000px;
  top: 0px;
  left: -1000px;
  position: fixed; }
.help .help-frame .help-frame-bg-image {
  background-repeat: no-repeat;
  background-image: url("../img/help_chart_bg.png");
  background-position: center;
  display: none;
  width: 877px;
  height: 1800px;
  top: -4px;
  left: -1px;
  position: absolute; }
.help .help-frame .help-image {
  position: absolute;
  opacity: 0; }
.help .help-frame .help-image#help-image-1 {
  top: 193px;
  left: 155px; }
.help .help-frame .help-image#help-image-2 {
  top: 309px;
  left: -1px; }
.help .help-frame .help-image#help-image-3 {
  top: 310px;
  left: 160px; }
.help .help-frame .help-image#help-image-4 {
  top: 131px;
  left: 556px; }
.help .help-frame .help-image#help-image-5 {
  top: 1431px;
  left: 509px; }
.help .help-frame .help-text-container {
  position: absolute; }
.help .help-frame .help-text-container .close {
  background-repeat: no-repeat;
  background-image: url("../img/help-close.png");
  background-position: center;
  background-color: rgba(114, 191, 228, 0);
  width: 41px;
  height: 50px;
  top: -15px;
  right: -30px;
  position: relative;
  float: right;
  -webkit-transition: 300ms background-color;
  -moz-transition: 300ms background-color;
  -o-transition: 300ms background-color;
  transition: 300ms background-color; }
.help .help-frame .help-text-container .close:hover, .help .help-frame .help-text-container .close:focus {
  background-color: #72bfe4; }
.help .help-frame .help-text-container .help-text-content {
  padding: 14px;
  color: white;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-align: left; }
.help .help-frame .help-text-container .help-text-buttons {
  width: auto;
  position: relative;
  text-align: center; }
.help .help-frame .help-text-container .help-text-buttons .counter {
  display: none;
  color: white;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 20px;
  text-align: center; }
.help .help-frame .help-text-container .help-text-buttons .helpbtn {
  display: inline-block;
  color: white;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  text-decoration: none;
  -webkit-transition: 300ms background-color;
  -moz-transition: 300ms background-color;
  -o-transition: 300ms background-color;
  transition: 300ms background-color; }
.help .help-frame .help-text-container .help-text-buttons .helpbtn.prev, .help .help-frame .help-text-container .help-text-buttons .helpbtn.next {
  width: 40px;
  height: 52px; }
.help .help-frame .help-text-container .help-text-buttons .helpbtn.prev:hover, .help .help-frame .help-text-container .help-text-buttons .helpbtn.prev:focus, .help .help-frame .help-text-container .help-text-buttons .helpbtn.next:hover, .help .help-frame .help-text-container .help-text-buttons .helpbtn.next:focus {
  background-color: #269bca; }
.help .help-frame .help-text-container .help-text-buttons .helpbtn.prev {
  background-repeat: no-repeat;
  background-image: url("../img/help-prev.png");
  background-position: center; }
.help .help-frame .help-text-container .help-text-buttons .helpbtn.next {
  background-repeat: no-repeat;
  background-image: url("../img/help-next.png");
  background-position: center; }
.help .box {
  opacity: 0;
  visibility: hidden;
  background-color: #008acb;
  border-top: 1px solid #6abee5;
  top: 100px;
  left: 100px;
  position: absolute;
  padding: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }
.help .box {
  *zoom: 1; }
.help .box:before, .help .box:after {
  content: "";
  display: table; }
.help .box:after {
  clear: both; }
.help .box .arrow {
  width: 0;
  height: 0;
  position: absolute; }
.help .box.left .arrow {
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 18px solid #008acb;
  left: -18px;
  top: 50%;
  margin-top: -16px; }
.help .box.right .arrow {
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 18px solid #008acb;
  right: -18px;
  top: 50%;
  margin-top: -16px; }
.help .box.up .arrow {
  border-bottom: 18px solid #008acb;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  top: -18px;
  left: 50%;
  margin-left: -16px; }
.help .box.down .arrow {
  border-top: 18px solid #008acb;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  bottom: -18px;
  left: 50%;
  margin-left: -16px; }
.help .box .text {
  color: white;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  padding: 14px; }

/**
 * Demo
 */
.demo-modal {
  position: absolute;
  top: 150px;
  left: 50%;
  width: 550px;
  height: auto;
  max-height: 600px;
  margin-left: 0px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
.demo-modal + .close-btn {
  cursor: pointer;
  width: 40px;
  height: 55px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-repeat: no-repeat;
  background-image: url("../img/demo/close-btn.png");
  background-position: center; }
.demo-modal + .close-btn:hover, .demo-modal + .close-btn:focus {
  background-repeat: no-repeat;
  background-image: url("../img/demo/close-btn-hover.png");
  background-position: center; }
.demo-modal .inner-padding {
  padding: 30px 50px; }
.demo-modal .inner-padding p {
  color: white; }
.demo-modal .inner-padding h3 {
  margin: 0 0 0.60em; }
.demo-modal .inner-padding h4 {
  font-family: 'Arial Narrow'; }

#demo-gesture-container {
  position: absolute;
  top: 50px;
  left: 0px;
  opacity: 0; }
#demo-gesture-container #demo-gesture-content {
  position: absolute;
  left: 275px;
  width: 225px; }
#demo-gesture-container #demo-gesture-images {
  position: absolute;
  width: 250px; }
#demo-gesture-container #demo-gesture-images #demo-gesture-image {
  position: absolute; }
#demo-gesture-container #demo-gesture-images #demo-gesture-bg {
  position: absolute; }
#demo-gesture-container #demo-touch-icon {
  position: absolute;
  background: url("../img/demo/touch-btn.png") 0 -32px no-repeat;
  width: 32px;
  height: 32px; }
#demo-gesture-container #demo-touch-icon.on {
  background: url("../img/demo/touch-btn.png") 0 0px no-repeat; }

#demo-next-btn {
  position: relative;
  left: 80px;
  top: 100px; }

/**
 * My preferences page
 */
.graph-container {
  width: 100%;
  position: relative; }
.graph-container {
  *zoom: 1; }
.graph-container:before, .graph-container:after {
  content: "";
  display: table; }
.graph-container:after {
  clear: both; }
.graph-container .graph-desc p {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Open Sans", "Arial", sans-serif; }
.graph-container .graph-desc p.bold {
  font-size: 20px;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif; }
.graph-container .right {
  margin-left: 100px;
  width: 550px; }
.graph-container .right .graph {
  margin-top: 30px;
  width: 520px; }
.graph-container .right .graph b {
  font-size: 20px;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif; }
.graph-container .right p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700; }
.graph-container .right .rel p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400; }

.clear {
  *zoom: 1; }
.clear:before, .clear:after {
  content: "";
  display: table; }
.clear:after {
  clear: both; }

.plan-options {
  *zoom: 1; }
.plan-options:before, .plan-options:after {
  content: "";
  display: table; }
.plan-options:after {
  clear: both; }
.plan-options .plan {
  background-color: #BD2C00;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  width: 320px;
  height: 65px;
  margin: 8px 10px;
  padding: 0 10px;
  float: left;
  color: white;
  font-size: 95%;
  line-height: 20px;
  text-align: center; }
.plan-options .plan #userPlanInput {
  background-color: #d79386;
  width: 95%;
  text-align: center; }
.plan-options .plan #userPlanInput::-moz-placeholder {
  color: white;
  font-style: italic;
  text-align: center; }
.plan-options .plan #userPlanInput:-ms-input-placeholder {
  color: white;
  font-style: italic;
  text-align: center; }
.plan-options .plan #userPlanInput::-webkit-input-placeholder {
  color: white;
  font-style: italic;
  text-align: center; }
.plan-options .plan.selected {
  box-shadow: none;
  background-color: #72726f; }
.plan-options .plan.selected #userPlanInput {
  background-color: inherit; }
.plan-options .plan:hover, .plan-options .plan:focus {
  box-shadow: none;
  background-color: #984f38; }
.plan-options .plan:hover #userPlanInput, .plan-options .plan:focus #userPlanInput {
  background-color: inherit; }
.plan-options .plan a {
  color: black; }
.plan-options .plan a:hover {
  color: #222; }
.plan-options .plan a:visited {
  color: #88183d; }
.plan-options .plan #planUser {
  width: 680px; }

.va-link {
  background-repeat: no-repeat;
  background-image: url("../img/veteran_icon.png");
  background-position: 3px center;
  display: inline-block;
  padding-left: 30px; }

.side-text {
  width: 335px;
  margin-top: 20px;
  float: left; }
.side-text p {
  padding-right: 60px;
  padding-left: 60px; }

.schedule {
  background: transparent;
  width: 498px;
  margin-right: 20px;
  padding-top: 36px;
  float: right; }
.schedule .summary {
  bottom: 11px;
  left: 150px; }
.schedule .btn {
  margin-top: 30px; }
.schedule .btn.addCalendar {
  background-color: #269bca;
  width: 75px;
  height: 27px; }
.schedule .btn.addCalendar:focus {
  border: 2px solid #BD2C00; }
.schedule .btn.addCalendar .middle {
  text-indent: -8px;
  font-size: 17px !important;
  line-height: 30px !important; }
.schedule .btn.addCalendar .middle .plus {
  background-repeat: no-repeat;
  background-image: url("../img/plus-icon.png");
  background-position: center;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  top: 9px;
  right: 15px; }
.schedule .remind {
  left: 38px; }

.scheduler {
  background: #eaeaea;
  position: relative;
  padding: 22px 40px 32px 22px;
  color: black;
  font-size: 18px; }
.scheduler.white {
  background-color: white; }
.scheduler.glow {
  box-shadow: 0 0 5px 3px #99c4f2; }
.scheduler .title {
  margin-bottom: 5px;
  font-weight: bold; }
.scheduler .label {
  width: 52px;
  clear: both;
  float: left;
  text-align: right; }
.scheduler .select, .scheduler .label {
  margin: 11px 15px 0 0; }
.scheduler select {
  background-color: #666;
  border: 0;
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
  color: white;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-size: 18px; }
.scheduler select.year, .scheduler select.hour {
  width: 85px;
  display: block;
  margin-left: 15px;
  float: left; }
.scheduler select.month {
  width: 130px; }
.scheduler select.day, .scheduler select.minute {
  width: 85px; }
.scheduler select:focus {
  background-color: white;
  color: #666; }
.scheduler .btn {
  position: absolute;
  right: 74px;
  bottom: -10px; }

#summary {
  color: #333;
  cursor: pointer;
  font-family: "Open Sans", "Arial", sans-serif;
  margin: 0 auto;
  padding: 20px 24px 20px 37px;
  position: relative;
  width: 700px; }
#summary h1 {
  color: #868686;
  font-size: 28px;
  font-weight: 400;
  margin: 0px; }
#summary #summary-logo {
  float: right; }
#summary .iam .option {
  display: inline-block;
  margin: 8px 0;
  cursor: pointer;
  padding-left: 36px;
  position: relative;
            /*
            @include bg("../img/check-off.png", no-repeat, left center);

            &.selected { background-image: url("../img/check-on.png"); }
            */ }
#summary .iam .check {
  position: absolute;
  left: 0;
  top: -4px; }
#summary .iam li, #summary .iam p {
  font-weight: 400; }
#summary .section {
  clear: both;
  width: 100%;
  position: relative;
  text-align: left; }
#summary .section {
  *zoom: 1; }
#summary .section:before, #summary .section:after {
  content: "";
  display: table; }
#summary .section:after {
  clear: both; }
#summary .section:hover, #summary .section:focus {
  background-color: rgba(55, 129, 169, 0.06); }
#summary .section .header {
  padding: 5px 10px;
  margin-bottom: 7px; }
#summary .section .graph {
  width: 500px;
  margin: auto; }
#summary .section .graph .prefWidget .chart {
  position: relative;
  left: -50px; }
#summary h2 {
  margin: 0;
  color: #333; }
#summary .header {
  font-size: 22px;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-weight: 100;
  color: #fff;
  background: #269bca; }
#summary .pageTitle {
  text-align: right;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-weight: 100;
  color: #868685;
  font-size: 20px; }
#summary .logo {
  margin-left: 120px; }
#summary .one-half {
  margin: 0;
  width: 50%; }
#summary .block {
  float: left;
  margin-bottom: 8px;
  margin-left: 10px;
  text-align: left; }
#summary .block.col1 {
  width: 28%; }
#summary .block.col3 {
  width: 100%; }
#summary .block span {
  display: block; }
#summary .block span.answer {
  display: inline; }
#summary .block.discuss {
  margin-top: 40px; }
#summary .title {
  color: #3f4140;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px; }
#summary .indent {
  padding-left: 22px; }

table.print {
  display: none;
  width: 100%;
  background-color: white;
  position: relative; }
table.print tr {
  page-break-inside: avoid;
  background-color: transparent; }
table.print tr.odd {
  background-color: #dde2e5; }
table.print tr th {
  padding: 8px;
  border: 1px solid #abaeae; }
table.print tr th .color-wrap {
  color: #333;
  line-height: 16px;
  text-align: left;
  background-color: transparent; }
table.print tr td {
  border: 1px solid #abaeae; }
table.print tr td.label {
  color: #333;
  background-color: #eee; }
table.print tr td ul {
  margin: 0 0 0 15px;
  padding: 0; }
table.print tr td ul li {
  margin: 0; }
table.print .thumbs-up {
  display: none;
  position: relative; }
table.print .thumbs-up.liked {
  display: block !important; }
table.print .toggle {
  display: none; }

.temp {
  padding-left: 22px; }

/**
 * Base button style
 */
.btn {
  background-color: #BD2C00;
  color: white;
  display: block;
  float: left;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  height: 38px;
  margin: 80px 0 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 115px;
  -webkit-transition: background-color 500ms;
  -moz-transition: background-color 500ms;
  -o-transition: background-color 500ms;
  transition: background-color 500ms; }
.btn.blue {
  background-color: #269bca; }
.btn:hover, .btn:focus {
  background-color: #72726f; }
.btn:focus {
  background-color: #72726f; }
.btn .valign, .btn .middle {
  width: 100%;
  height: 100%;
  color: inherit; }
.btn .valign {
  display: table; }
.btn .valign .middle {
  display: table-cell;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 44px;
  vertical-align: middle; }
.btn.align-center {
  float: none;
  margin: 80px auto 40px; }
.btn.align-right {
  float: right; }
.btn.view-summary, .btn.my-results {
  width: 180px; }
.btn.skip {
  margin-right: 15px; }

a.btn:hover {
  color: white; }

/**
 * Page Count
 */
.page-count {
  top: 6px;
  right: 40px;
  color: #BD2C00;
  position: absolute; }

/**
 * Overlay
 */
.overlay {
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 28;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8); }
.overlay .close-btn {
  width: 40px;
  z-index: 10;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  display: block;
  padding: 12px 8px 8px;
  color: white;
  background-color: #BD2C00;
  border: 0; }
.overlay .close-btn:hover, .overlay .close-btn:focus {
  background-color: #d8e3e7; }
.overlay .close-btn:before {
  content: 'X';
  display: block; }
.overlay .modal.video-container {
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute; }
.overlay .modal.video-container .video-titles {
  color: white;
  width: 640px;
  margin: 15px auto;
  font-size: 20px;
  font-family: 'Open Sans Condensed', sans-serif; }
.overlay .modal.video-container .video-titles .grey {
  font-size: 20px;
  color: #d5d5d5; }
.overlay .modal.video-container .video {
  width: auto;
  height: auto;
  padding-top: 15px;
  text-align: center; }
.overlay .modal.video-container .video .mainVideo {
  display: inline; }

.modal-close {
  width: 40px;
  z-index: 10;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  display: block;
  padding: 12px 8px 8px;
  font-size: 24px;
  font-weight: 700;
  color: white;
  background-color: #BD2C00;
  border: 0; }
.modal-close:hover {
  background-color: #d8e3e7; }
.modal-close:focus {
  background-color: #d8e3e7; }
.modal-close:before {
  content: 'X';
  display: block; }

.popup {
  position: fixed;
  top: 10px;
  left: 50%;
  z-index: 33;
  background-color: white;
  width: 535px;
  max-height: 65%;
  overflow: auto;
  padding: 60px;
  /*
  &.generic{
      position: fixed;
  }
  */
  -webkit-transform: translateX(-50%) translateY(30px);
  -moz-transform: translateX(-50%) translateY(30px);
  -o-transform: translateX(-50%) translateY(30px);
  transform: translateX(-50%) translateY(30px);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6); }
.popup .close-btn {
  width: 21px;
  height: 21px;
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 5px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/info-circle-close.jpg");
  background-position: center; }
.popup .graph {
  *zoom: 1; }
.popup .graph:before, .popup .graph:after {
  content: "";
  display: table; }
.popup .graph:after {
  clear: both; }
.popup.video-gallery-pop {
  width: 808px;
  height: 80%;
  padding: 10px 20px 0px;
  top: 30px;
  border: #df7752 solid 3px;
  background-color: #e2e3e3;
  z-index: 30; }
.popup.video-gallery-pop .label {
  display: none; }
.popup.video-gallery-pop h1 {
  margin-left: 20px; }
.popup.video-gallery-pop .body {
  padding-top: 16px;
  padding-right: 5px;
  max-height: 92%;
  overflow-y: auto; }
.popup.results-missed {
  width: 808px;
  height: 600px;
  min-height: 600px;
  padding: 0 0 0 20px; }
.popup.results-missed .label {
  display: none; }
.popup.results-missed .body {
  padding-top: 5px;
  padding-right: 48px;
  max-height: 97.5%;
  overflow-y: auto; }

/**
 * Mini pop
 */
.mini-pop {
  width: 348px;
  padding: 5px 24px 18px;
  background-repeat: no-repeat;
  background-image: url("../img/interrupt_prompt.png");
  background-position: left bottom;
  position: absolute;
  bottom: 85%;
  left: 10px;
  z-index: 8;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  color: #333;
  border-top: 1px solid #c8c8c8; }
.mini-pop.flipped {
  background-repeat: no-repeat;
  background-image: url("../img/interrupt_prompt_flip.png");
  background-position: left bottom; }
.mini-pop.middle {
  background-repeat: no-repeat;
  background-image: url("../img/interrupt_prompt_middle.png");
  background-position: left bottom; }
.mini-pop.none {
  background-repeat: no-repeat;
  background-image: url("../img/interrupt_prompt_none.png");
  background-position: left bottom; }
.mini-pop .inner {
  padding: 10px; }
.mini-pop .inner {
  *zoom: 1; }
.mini-pop .inner:before, .mini-pop .inner:after {
  content: "";
  display: table; }
.mini-pop .inner:after {
  clear: both; }
.mini-pop .inner p {
  font-size: 18px;
  line-height: 20px; }
.mini-pop .inner .btn {
  margin: 20px 24px 25px; }

/**
 * Quote
 */
.quote {
  width: 348px;
  height: auto;
  padding: 15px 30px 20px;
  position: relative;
  background-color: #eff3f6; }
.quote.right {
  float: right;
  margin: 0 22px 10px 15px; }
.quote.left {
  width: 280px;
  float: left;
  margin: 20px 30px 15px 0; }
.quote.center {
  float: none;
  width: 695px;
  margin: 20px auto 30px; }
.quote .inst {
  width: 100%;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  text-align: center;
  position: relative;
  margin: -1.5em 0 0.75em; }
.quote .quote-btn {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  opacity: 1;
  background-repeat: no-repeat;
  background-image: url("../img/quote-icon.png");
  background-position: center;
  -webkit-transition: 300ms opacity;
  -moz-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity; }
.quote .quote-txt {
  font-style: italic;
  line-height: 18px; }
.quote.alt{
  margin-bottom: 5px !important; }
.quote.alt:after {
  content: '';
  clear: both;
  display: block; }
.quote.alt .quote-btn{
  float: left;
  width: 10%; }
.quote.alt .quote-txt {
  float: left;
  text-align: left !important;
  width: 88%; }

.quote-top-image-section .quote-top-image-text {
  width: 300px;
  float: right; }

.quote-header {
  top: -34px;
  left: 50%;
  width: 127px;
  height: 98px;
  position: absolute;
  margin-left: -63px;
  background-repeat: no-repeat;
  background-image: url("../img/quote-header.png");
  background-position: center; }

.signature {
  display: block;
  font-style: italic;
  text-align: center;
  margin-top: 5px; }

.full-page-quote-with-thumb {
  background-color: #eff3f6;
  font-size: 16px;
  height: auto;
  margin: 0px 0px 20px;
  padding: 35px 0px 30px 20px;
  position: relative;
  width: 735px; }
.full-page-quote-with-thumb .quote-icon {
  float: left;
  margin: 0px 15px 15px 0px; }
.full-page-quote-with-thumb .thumb-container {
  width: 710px;
  height: 235px;
  margin-bottom: 10px; }
.full-page-quote-with-thumb .thumb-container .excerpt {
  font-size: 18px;
  line-height: 1.2; }
.full-page-quote-with-thumb .thumb-container .excerpt a {
  color: #222; }
.full-page-quote-with-thumb .thumb-container .excerpt a:hover {
  color: #666; }
.full-page-quote-with-thumb .thumb-container .excerpt .readmore {
  color: #269bca;
  font-size: 16px;
  text-decoration: underline;
  float: right;
  margin-right: 20px; }
.full-page-quote-with-thumb .thumb-container .excerpt .readmore:hover, .full-page-quote-with-thumb .thumb-container .excerpt .readmore:focus {
  color: #333; }
.full-page-quote-with-thumb .thumb-container .thumb {
  width: 235px;
  height: 235px;
  float: left;
  margin-right: 15px; }
.full-page-quote-with-thumb .thumb-container .thumb.gannt {
  background-repeat: no-repeat;
  background-image: url("../img/quotethumbs/gannt.png");
  background-position: center; }
.full-page-quote-with-thumb .thumb-container .thumb.tyler {
  background-repeat: no-repeat;
  background-image: url("../img/quotethumbs/tyler.png");
  background-position: center; }
.full-page-quote-with-thumb .thumb-container .title {
  font-family: "Open Sans", "Arial", sans-serif;
  padding-top: 0px;
  font-weight: 600;
  font-size: 19px;
  color: #333;
  margin-bottom: 8px; }
.full-page-quote-with-thumb .quote-container {
  clear: both;
  width: 710px;
  height: 0;
  opacity: 0;
  display: none;
  visibility: hidden; }
.full-page-quote-with-thumb .quote-container p:first-child {
  margin-top: 30px; }

/**
 * Panel
 */
.panel {
  width: 100%;
  max-width: 652px;
  position: relative;
  padding: 20px 30px;
  margin: 20px auto 30px;
  background-color: white; }
.panel {
  *zoom: 1; }
.panel:before, .panel:after {
  content: "";
  display: table; }
.panel:after {
  clear: both; }

.video-img {
  width: 201px;
  height: 149px;
  float: left;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url("../img/video-thumb.jpg");
  background-position: center; }
.video-img:focus {
  outline: 4px solid #BD2C00; }
.video-img.poster1 {
  background-repeat: no-repeat;
  background-image: url("../img/video-thumb_1.jpg");
  background-position: center; }
.video-img.poster2 {
  background-repeat: no-repeat;
  background-image: url("../img/video-thumb_2.jpg");
  background-position: center; }
.video-img.poster3 {
  background-repeat: no-repeat;
  background-image: url("../img/video-thumb_3.jpg");
  background-position: center; }
.video-img.acierno {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/DA_HOU_AciernoR.png");
  background-position: center; }
.video-img.barrera {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/DA_HOU_BarreraT.png");
  background-position: center; }
.video-img.beason-smith {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/DA_HOU_Beason-SmithM.png");
  background-position: center; }
.video-img.beckner {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/DA_HOU_BecknerM.png");
  background-position: center; }
.video-img.curry {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/DA_HOU_CurryA.png");
  background-position: center; }
.video-img.doyle {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/DA_HOU_DoyleK.png");
  background-position: center; }
.video-img.graham {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/DA_HOU_GrahamD.png");
  background-position: center; }
.video-img.grubbs {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/DA_HOU_GrubbsK.png");
  background-position: center; }
.video-img.hammond {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/DA_HOU_HammondC.png");
  background-position: center; }
.video-img.jackson {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/DA_HOU_JacksonO.png");
  background-position: center; }
.video-img.jones {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/DA_HOU_JonesJ.png");
  background-position: center; }
.video-img.kattar {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/DA_HOU_KattarK.png");
  background-position: center; }
.video-img.leopoulos {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/DA_HOU_LeopoulosW.png");
  background-position: center; }
.video-img.mott-s {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/DA_HOU_MottHarikJ_SDM.png");
  background-position: center; }
.video-img.mott {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/DA_HOU_MottHarikJWelcome.png");
  background-position: center; }
.video-img.robinson {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/DA_HOU_RobinsonL.png");
  background-position: center; }
.video-img.thompson {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/DA_HOU_ThompsonK.png");
  background-position: center; }
.video-img.tuerk {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/DA_HOU_TuerkP.png");
  background-position: center; }
.video-img.wanner {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/DA_HOU_WannerJ.png");
  background-position: center; }
.video-img.yoder {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/DA_HOU_YoderM.png");
  background-position: center; }
.video-img.anim-evidence {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/Animation_EvidenceBasedTreatment.png");
  background-position: center; }
.video-img.anim-other {
  background-repeat: no-repeat;
  background-image: url("../img/videothumbs/Animation_OtherTypes.png");
  background-position: center; }

.pad + .panel {
  margin-top: -20px; }

.video-large-overlay {
  position: absolute;
  top: 1070px;
  left: 40px;
  cursor: pointer; }

.text-block {
  width: 375px;
  float: left;
  padding: 10px 0 0 20px; }

.info-graphic .caption-box {
  float: left;
  width: 142px;
  margin: 0 25px; }
.info-graphic .caption-box span, .info-graphic .caption-box p {
  opacity: 0;
  visibility: hidden; }
.info-graphic .caption-box span {
  color: #269bca;
  text-align: center;
  width: 116px;
  display: block;
  font-size: 74px;
  line-height: 60px;
  margin: 5px 0 20px;
  font-weight: 100;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif; }
.info-graphic .caption-box p {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif; }
.info-graphic .peeps {
  float: left;
  width: 460px;
  height: 200px;
  position: relative; }
.info-graphic .peeps .dude, .info-graphic .peeps .lady {
  height: 30px;
  display: inline-block; }
.info-graphic .peeps .dude {
  width: 15px;
  padding: 0px 5px;
  background-repeat: no-repeat;
  background-image: url("../img/neutral-grey.png");
  background-position: center; }
.info-graphic .peeps .lady {
  width: 17px;
  padding: 0px 2px;
  background-repeat: no-repeat;
  background-image: url("../img/neutral-grey.png");
  background-position: center; }

ul.icons {
  padding: 0;
  list-style: none; }
ul.icons li {
  display: block;
  min-height: 155px; }
ul.icons li {
  *zoom: 1; }
ul.icons li:before, ul.icons li:after {
  content: "";
  display: table; }
ul.icons li:after {
  clear: both; }
ul.icons li .icon {
  width: 111px;
  height: 111px;
  float: left;
  top: 26px;
  text-indent: -9999px;
  position: relative; }
ul.icons li .icon.menu {
  background-repeat: no-repeat;
  background-image: url("../img/howto_menu.png");
  background-position: center; }
ul.icons li .icon.summary {
  background-repeat: no-repeat;
  background-image: url("../img/howto_summary.png");
  background-position: center; }
ul.icons li .icon.print {
  background-repeat: no-repeat;
  background-image: url("../img/howto_print.png");
  background-position: center;
  cursor: pointer; }
ul.icons li .icon.video-gallery {
  background-repeat: no-repeat;
  background-image: url("../img/howto_video.png");
  background-position: center;
  cursor: pointer; }
ul.icons li .text-block {
  width: 595px;
  margin: 0;
  padding-left: 30px; }

/**
 * Custom select
 */
.custom-select {
  z-index: 27;
  top: -235px;
  right: 32px;
  width: 236px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  background-color: #d6d6d6; }
.custom-select .hidden {
  width: auto;
  height: auto;
  overflow: visible;
  visibility: visible; }
.custom-select .cs-toggle {
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  position: absolute;
  background: url(../img/select-toggle.png) no-repeat center; }
.custom-select .cs-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  padding: 0 8px 0 16px;
  text-align: left;
  width: 190px; }
.custom-select .cs-list {
  top: 36px;
  width: 206px;
  height: auto;
  overflow: hidden;
  position: absolute;
  background-color: #ccc;
  display: block; }
.custom-select .cs-list.closed {
  height: 0;
  display: none; }
.custom-select .cs-list .option {
  background-color: #fff;
  font-size: 14px;
  line-height: 14px;
  margin: 2px 0;
  padding: 6px 4px;
  width: inherit; }
.custom-select .cs-list .option.showing {
  opacity: 0.7; }
.custom-select .cs-list .option.hidden {
  opacity: 1; }
.custom-select .cs-list .option:hover {
  background-color: #d6d6d6; }

/**
 * FAQs
 */
.faq-content p {
  font-family: "Open Sans", "Arial", sans-serif; }
.faq-content .panel {
  margin: 15px auto 15px; }

.faq-intro .option {
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-size: 18px; }

.faq-category {
  position: relative;
  margin-bottom: 2px; }
.faq-category p {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0.75em 0; }
.faq-category .category-ttl {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  text-align: center;
  background-color: #269bca; }
.faq-category .faq-question {
  padding: 10px 55px 10px 25px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  background-color: #eee;
  width: 100%;
  text-align: left;
  vertical-align: top; }
.faq-category .faq-question {
  *zoom: 1; }
.faq-category .faq-question:before, .faq-category .faq-question:after {
  content: "";
  display: table; }
.faq-category .faq-question:after {
  clear: both; }
.faq-category .faq-question.selected-for-chart {
  background-repeat: no-repeat;
  background-position: 95% center;
  background-image: url(../img/check-on.png); }
.faq-category .faq-question.selected-for-chart.selected {
  background-image: none; }
.faq-category .faq-question .close {
  opacity: 0;
  visibility: hidden;
  background-repeat: no-repeat;
  background-image: url("../img/info-circle-close.jpg");
  background-position: center;
  width: 21px;
  height: 21px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 11px;
  transform: translateX(-50%); }
.faq-category .faq-question .close:hover {
  opacity: 0.5 !important; }
.faq-category .faq-question img {
  display: block;
  float: left;
  margin-right: 10px;
  width: auto; }
.faq-category .faq-question:hover, .faq-category .faq-question:focus, .faq-category .faq-question.selected {
  background-color: #333;
  color: #fff; }
.faq-category .answer {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow-y: scroll;
  background-color: white; }
.faq-category .answer.auto-visible {
  opacity: 1 !important;
  visibility: visible !important;
  height: 300px !important; }
.faq-category .answer .pad {
  padding: 20px 50px; }
.faq-category .answer .question-container {
  margin-top: 0;
  padding: 0; }
.faq-category .answer .question-container .question {
  margin: 10px 0 0; }
.faq-category .answer .quote {
  width: 556px; }
.faq-category .faq-bullet {
  height: 40px;
  padding: 0 15px;
  margin: 3px 10px 2px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  background-color: #f3f6f8; }
.faq-category .faq-bullet .arrow {
  top: 5px;
  left: 10px;
  width: 25px;
  height: 25px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../img/faq-arrow.png");
  background-position: center; }
.faq-category .faq-bullet li {
  list-style: none;
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  color: #727272;
  padding-left: 30px; }
.faq-category .faq-bullet-content {
  display: none; }
.faq-category .faq-bullet-content p {
  font-family: "Open Sans", "Arial", sans-serif; }
.faq-category .faq-bullet-content ul {
  margin: 20px 10px 0px 60px;
  padding: 0px; }
.faq-category .faq-bullet-content li {
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 4px;
  font-family: "Open Sans", "Arial", sans-serif;
  color: #333;
  min-height: 27px; }
.faq-category .faq-bullet-content.auto-visible {
  opacity: 1 !important;
  visibility: visible !important;
  height: 300px !important; }
.faq-category .faq-bullet-content .pad {
  padding: 0px 40px 10px; }
.faq-category .faq-bullet-content .question-container {
  margin-top: 0; }
.faq-category .faq-bullet-content .faqStatementOptions li {
  min-height: 25px; }
.faq-category .faq-bullet-content .faqStatementOptions li .option {
  font-size: 16px; }

/**
 * Preferences Widget
 */
.prefWidget {
  color: #333;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif; }
.prefWidget {
  *zoom: 1; }
.prefWidget:before, .prefWidget:after {
  content: "";
  display: table; }
.prefWidget:after {
  clear: both; }
.prefWidget .graph-desc p {
  font-family: "Open Sans", "Arial", sans-serif; }
.prefWidget .title {
  text-align: left;
  font-size: 48px;
  font-weight: 100;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #BD2C00;
  margin: 0 0 22px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 50px; }
.prefWidget .chart {
  padding-left: 85px;
  width: 412px;
  height: 257px; }
.prefWidget .chart .col {
  float: left;
  width: 82px; }
.prefWidget .chart .row-line {
  border-top: 1px solid #9e9e9e;
  height: 1px;
  left: 48px;
  position: absolute;
  width: 450px;
  z-index: 0; }
.prefWidget .chart .row-line.rl1 {
  top: 14px; }
.prefWidget .chart .row-line.rl2 {
  top: 74px; }
.prefWidget .chart .row-line.rl3 {
  top: 134px; }
.prefWidget .chart .row-line.rl4 {
  top: 195px; }
.prefWidget .chart .row-line.rl5 {
  top: 256px; }
.prefWidget .bar {
  margin-right: 10px;
  position: relative;
  width: 49px;
  height: 265px;
  margin-left: 16px; }
.prefWidget .bar.active {
  cursor: pointer; }
.prefWidget .bar.active:hover {
  background-color: rgba(223, 119, 84, 0.1); }
.prefWidget .bar .suggest {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 9px;
  background: url("../img/chart_column_suggest.png") center top no-repeat;
  display: none; }
.prefWidget .bar .fill {
  width: 100%;
  height: 18px;
  position: absolute;
  bottom: 9px;
  border: 0;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #269bca; }
.prefWidget .name {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  margin-top: 5px; }
.prefWidget .instructions {
  clear: both;
  font-size: 19px;
  width: 500px;
  margin-top: 50px; }

.video-gallery h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 50px; }

.video-gallery-section {
  margin-left: 20px; }
.video-gallery-section h4 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px; }
.video-gallery-section .video-thumb-containers {
  margin-left: 20px; }

.video-thumb-container {
  width: 200px;
  margin: 10px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.3em; }
.video-thumb-container .video-img {
  cursor: pointer;
  display: block;
  width: 201px;
  height: 149px;
  margin-bottom: 12px; }
.video-thumb-container h4.thumb-ttl {
  color: #BD2C00;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0px;
  font-family: 'Arial', serif; }
.video-thumb-container p {
  line-height: 18px; }

/**
 * Treatment Overview
 */
.circle {
  cursor: pointer;
  -webkit-transition: 300ms background-color;
  -moz-transition: 300ms background-color;
  -o-transition: 300ms background-color;
  transition: 300ms background-color; }
.circle:focus {
  outline: 3px solid #BD2C00; }

.circle-container {
  width: 856px;
  left: -47px;
  margin: 40px auto;
  position: relative; }
.circle-container {
  *zoom: 1; }
.circle-container:before, .circle-container:after {
  content: "";
  display: table; }
.circle-container:after {
  clear: both; }
.circle-container .no-display {
  display: none; }
.circle-container .inst {
  text-align: center;
  color: #269bca;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  position: absolute;
  top: 29px;
  text-align: center;
  text-indent: -8px;
  width: 100%; }
.circle-container .large-circle {
  width: 420px;
  height: 420px;
  float: left;
  margin: 0 0;
  position: relative;
  background-color: #55bcdf;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }
.circle-container .large-circle.psychotherapies {
  background: url(../img/circle-bg-psych.png) no-repeat center; }
.circle-container .large-circle.medications {
  background: url(../img/circle-bg-med.png) no-repeat center; }
.circle-container .large-circle .label {
  color: white;
  cursor: pointer;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-top: 32px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  display: none; }
.circle-container .large-circle:hover {
  border: 2px solid #737373; }
.circle-container .medium-circle {
  background-color: #86cad7;
  height: 275px;
  overflow: hidden;
  position: absolute;
  top: 114px;
  width: 275px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }
.circle-container .medium-circle .label {
  color: white;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 60px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1px;
  height: 1px;
  text-indent: -9999px; }
.circle-container .medium-circle#m1 {
  top: 108px;
  left: 3px;
  z-index: 2;
  width: 210px;
  height: 210px;
  background: url(../img/circle-bg-tfcbt.png) no-repeat center; }
.circle-container .medium-circle#m1 .label {
  margin-top: 30px;
  width: 200px;
  margin-left: 35px; }
.circle-container .medium-circle#m1-1 {
  left: 5px;
  top: 52px;
  width: 325px;
  height: 325px;
  z-index: 1;
  background: url(../img/circle-bg-tfp.png) no-repeat center; 
  background-size: cover;}
.circle-container .medium-circle#m2 {
  width: 353px;
  height: 353px;
  left: 473px;
  top: 53px;
  background: url(../img/circle-bg-anti.png) no-repeat center;
  background-size: cover; }
.circle-container .medium-circle:hover {
  border: 2px solid #737373; }
.circle-container .small-circle {
  z-index: 5;
  width: 110px;
  height: 110px;
  position: absolute;
  background-color: white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }
.circle-container .small-circle .valign .middle .label {
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 14px !important;
  color: black;
  width: 78px;
  display: block;
  cursor: pointer;
  margin: 4px auto 0; }
.circle-container .small-circle#c1 {
  top: 130px;
  left: 318px; }
.circle-container .small-circle#c2 {
  top: 86px;
  left: 154px; }
.circle-container .small-circle#c3 {
  top: 132px;
  left: 26px; }
.circle-container .small-circle#c4 {
  top: 210px;
  left: 130px; }
.circle-container .small-circle#c5 {
  top: 167px;
  left: 489px; }
.circle-container .small-circle:hover {
  border: 2px solid #737373; }
.circle-container .info-circle {
  top: 50%;
  left: 50%;
  z-index: 7;
  text-align: left;
  position: absolute;
  border: 1px solid white;
  background-color: white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3); }
.circle-container .info-circle .ttl {
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 35px 0 45px !important; }
.circle-container .info-circle .desc {
  font-size: 14px;
  line-height: 16px;
  padding: 0 35px 0 45px !important; }
.circle-container .info-circle .desc a.treatment-overview-popup {
  display: block;
  left: -16px;
  position: relative;
  text-align: center;
  top: 8px; }
.circle-container .info-circle .close-btn {
  width: 21px;
  height: 21px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-image: url("../img/info-circle-close.jpg");
  background-position: center; }
.circle-container .info-circle .close-btn:focus {
  outline: 2px solid #BD2C00; }

@media screen {
  #print {
    display: none; } }
@media print {
  #container, #debug-dump, #audioDebug, #audioPlayer, #_JIRA, #atlwdg-trigger, #atlwdg-container {
    display: none; } }
.video-gallery-iframe {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: -5px -20px;
  z-index: 12; }

#vid-gallery-close {
  float: right;
  margin-right: -40px;
  cursor: pointer; }

#veteran-yes, #veteran-no, #describes {
  display: none;
  visibility: hidden;
  opactity: 0; }

.other-video {
  margin-top: 40px; }
.other-video video {
  width: 100%; }

.ott-chart {
  margin: 20px 0; }

.ot-item {
  background-color: #f3f6f8;
  display: block;
  width: 750px; }
.ot-item:hover, .ot-item:focus {
  background-color: #fff; }
.ot-item .ot-header {
  width: 750px;
  height: 45px;
  cursor: pointer;
  text-align: left; }
.ot-item .ot-header p {
  padding-top: 8px;
  font-weight: 700;
  font-size: 17px;
  line-height: 19px;
  margin: 0; }
.ot-item .ot-header p img {
  float: left;
  margin: -2px 10px 5px 10px; }
.ot-item.unselected {
  overflow: hidden;
  height: 45px; }
.ot-item.unselected .ot-header p img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
.ot-item.selected {
  overflow: visible; }
.ot-item.selected .ot-header p img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
.ot-item:focus {
  outline: 2px solid #BD2C00; }

.ot-content {
  width: 700px;
  max-height: 0px;
  overflow: hidden;
  display: none;
  -webkit-transition: max-height 1s ease-out;
  -moz-transition: max-height 1s ease-out;
  -o-transition: max-height 1s ease-out;
  transition: max-height 1s ease-out; }
.ot-content a {
  font-family: 'Arial', serif;
  font-weight: 400;
  color: #2b4f8b;
  font-size: 15px; }
.ot-content a:focus {
  background: #BD2C00;
  color: #fff; }
.ot-content ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.ot-content ul ul {
  margin-left: 25px; }
.ot-content .ot-content-0 {
  display: inline-block;
  padding: 20px 0px 20px 45px;
  vertical-align: top;
  width: 330px; }
.ot-content .ot-content-1 {
  display: inline-block;
  padding: 20px 0px;
  width: 320px; }
.ot-content ul {
  margin: 0.5em 0; }
.ot-content.selected {
  height: auto;
  max-height: 900px;
  display: block; }

.other-treatment-animation {
  margin-top: 40px; }
.other-treatment-animation video {
  width: 100%; }
.other-treatment-animation table.ott-chart {
  border: 0 none; }
.other-treatment-animation table.ott-chart th {
  color: white !important;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  border: 2px solid white;
  background-color: #BD2C00; }
.other-treatment-animation table.ott-chart tr {
  background-color: #ccc; }
.other-treatment-animation table.ott-chart tr.transparent-bg {
  background-color: transparent; }
.other-treatment-animation table.ott-chart tr.transparent-bg td {
  border: 0 none; }
.other-treatment-animation table.ott-chart tr.even {
  background-color: #d6d6d6; }
.other-treatment-animation table.ott-chart tr.even td.chart-question {
  background-color: #BD2C00; }
.other-treatment-animation table.ott-chart tr td {
  font-size: 12px;
  line-height: 16px;
  vertical-align: top;
  border: 2px solid white;
  padding: 10px 12px 20px; }
.other-treatment-animation table.ott-chart tr td ul {
  margin: 0;
  padding: 10px; }
.other-treatment-animation table.ott-chart tr td ul li {
  font-size: inherit;
  list-style-position: outside; }
.other-treatment-animation table.ott-chart tr td.chart-question {
  width: 112px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans Condensed', sans-serif;
  border: 0 none;
  background-color: #ca5526; }
.other-treatment-animation table.ott-chart tr td.spacer {
  background: transparent; }

.popup.generic .label {
  font-size: 24px;
  line-height: 28px; }
.popup.site-help {
  width: 770px;
  overflow: auto;
  height: 80%;
  padding-top: 0 !important; }
.popup.site-help .label {
  display: none; }
.popup.site-help .close-btn {
  top: 10px;
  right: 10px; }
.popup.supermodal .btn {
  margin: 20px 0 0 15px !important; }

/** Print Materials */
.print-materials-container .pm-link {
  display: block;
  padding: 2px;
  color: #222; }
.print-materials-container .pm-link:hover {
  color: #666; }

.print-piece {
  display: none; }

h1, h2, h3, h4, h5 {
  color: #BD2C00;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif; }

h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 50px; }
h1 small {
  font-size: 32px;
  line-height: 40px; }
h1 .smallerH1 {
  color: #BD2C00;
  font-size: 32px;
  line-height: 40px;
  position: relative;
  top: -15px; }

h4 {
  color: #333;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 20px;
  margin: 1.25em 0 0.6em; }

h3 {
  font-size: 33px;
  margin-bottom: 0.12em; }

p {
  margin: 0.75em 0; }

p, li, span {
  font-size: 16px;
  color: #333; }
p a, li a, span a {
  color: #2b4f8b; }
p a:hover, p a:focus, li a:hover, li a:focus, span a:hover, span a:focus {
  color: #3c5f9c; }
p a:visited, li a:visited, span a:visited {
  color: #88183d; }

p > a {
  color: #2b4f8b; }
p > a:hover {
  color: #3c5f9c; }
p > a:visited {
  color: #88183d; }
p > a:focus {
  background: #BD2C00;
  color: #fff; }

a {
  cursor: pointer; }

.caps {
  text-transform: uppercase; }

.bold {
  font-weight: 700; }

.italic {
  font-style: italic; }

.question-italic {
  font-style: italic;
  font-weight: 500;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-size: 18px; }

ul > ul {
  margin: 2px 0; }

p + ul {
  margin-top: 0; }

.bulleted {
  display: inline-block; }

::-webkit-input-placeholder {
  font-style: italic; }

:-moz-placeholder {
  font-style: italic; }

::-moz-placeholder {
  font-style: italic; }

:-ms-input-placeholder {
  font-style: italic; }

.float-left {
  float: left; }

.float-right {
  float: right; }

@media print {
  html, body {
    height: auto !important; }

  .footer {
    display: none; }

  .container {
    display: none !important; }

  table.print {
    display: block !important;
    /*
    td{
        padding-top:0;
        padding-bottom:0;
    }
    */ }

  .no-print {
    display: none; }

  .page-break-avoid {
    display: block;
    page-break-inside: avoid; }

  #screen, #debug-dump, #shell_menu {
    display: none; }

  #print {
    padding: 100px 50px 0; }
  #print .title {
    margin-bottom: 30px;
    font-size: 30px; }
  #print .item {
    margin-bottom: 30px; }
  #print .header {
    padding-bottom: 5px;
    border-bottom: 4px solid #01cd98;
    margin-bottom: 5px; }

  .container, .page {
    margin: 0;
    padding: 0;
    border: 0 none !important;
    background: transparent !important; }

  .nav-container {
    display: none; }

  .content#summary {
    top: 0;
    left: -1px;
    position: absolute;
    background-color: white; }
  .content#summary h1 {
    display: none; }
  .content#summary img {
    padding-top: 0;
    padding-bottom: 20px; }
  .content#summary .print-header {
    margin: 0;
    padding: 0;
    padding-bottom: 30px; }
  .content#summary .header {
    color: #333;
    background-color: transparent;
    border-bottom: 8px solid #269bca;
    margin-bottom: 15px; }

  .compare-chart .help, .compare-chart .help-toggle, .compare-chart .column-selection, .compare-chart .print-icon, .compare-chart .btn {
    display: none; }
  .compare-chart .treatment-types {
    box-shadow: none; }
  .compare-chart h1 {
    margin-bottom: 0;
    line-height: 34px; }
  .compare-chart .chart {
    top: -30px; }

  .print-piece {
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    position: absolute;
    display: block !important;
    background-color: white; }
  .print-piece .content-pad {
    padding: 20px; }
  .print-piece .print-graph-container .info-graphic {
    margin-top: 20px;
    width: auto;
    height: auto !important;
    float: none !important; }
  .print-piece .print-graph-container .info-graphic-desc {
    width: 100% !important; }
  .print-piece .print-graph-container .info-graphic-desc h1 {
    display: none; }
  .print-piece .panel {
    display: none !important; } }
