/*!
 * Bootstrap v2.2.2.22
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
  -moz-transition: border linear .2s, -moz-box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaaaaa;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaaaaa;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaaaaa;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaaaaa;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 4px;
  -moz-background-clip: padding;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 4px;
  -moz-background-clip: padding;
  border-top-right-radius: 4px;
  background-clip: padding-box;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 4px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 4px;
  background-clip: padding-box;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 0;
  -moz-background-clip: padding;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 0;
  -moz-background-clip: padding;
  border-bottom-right-radius: 0;
  background-clip: padding-box;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 4px;
  -moz-background-clip: padding;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 4px;
  -moz-background-clip: padding;
  border-top-right-radius: 4px;
  background-clip: padding-box;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  zoom: 1;
  filter: alpha(opacity=2000);
  -webkit-opacity: 20;
  -moz-opacity: 20;
  opacity: 20;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
  zoom: 1;
  filter: alpha(opacity=4000);
  -webkit-opacity: 40;
  -moz-opacity: 40;
  opacity: 40;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  zoom: 1;
  filter: alpha(opacity=6500);
  -webkit-opacity: 65;
  -moz-opacity: 65;
  opacity: 65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 4px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 4px;
  background-clip: padding-box;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 6px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 6px;
  background-clip: padding-box;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 6px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 6px;
  background-clip: padding-box;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 4px;
  -moz-background-clip: padding;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 4px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 4px;
  background-clip: padding-box;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  filter: alpha(opacity=10000);
  -webkit-opacity: 100;
  -moz-opacity: 100;
  opacity: 100;
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none!important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 11px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 4px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 4px;
  background-clip: padding-box;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 6px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 6px;
  background-clip: padding-box;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 6px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 6px;
  background-clip: padding-box;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 3px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 3px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 3px;
  background-clip: padding-box;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 50;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  bottom: auto;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -moz-background-clip: padding;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -100%;
}
.modal.fade.in {
  top: 1%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
  filter: alpha(opacity=8000);
  -webkit-opacity: 80;
  -moz-opacity: 80;
  opacity: 80;
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media .pull-left {
  margin-right: 10px;
}
.media .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -o-background-size: 40px 40px;
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1;
  filter: alpha(opacity=5000);
  -webkit-opacity: 50;
  -moz-opacity: 50;
  opacity: 50;
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
  zoom: 1;
  filter: alpha(opacity=9000);
  -webkit-opacity: 90;
  -moz-opacity: 90;
  opacity: 90;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.sprite-svg {
  background-repeat: no-repeat;
  background-image: url(icons/icons.png);
}
.svg-abcnews {
  background-position: 0 0;
}
.svg-abcnews-dims {
  width: 159.3px;
  height: 54px;
}
.svg-aetna {
  background-position: 0 -54px;
}
.svg-aetna-dims {
  width: 115.7px;
  height: 35.5px;
}
.svg-anthem {
  background-position: 0 -90px;
}
.svg-anthem-dims {
  width: 135.8px;
  height: 24.8px;
}
.svg-bbb,
.footer__other__item.bbb .footer__other__item__trigger:after,
footer__other__item.bbb .footer__other__item__trigger:after {
  background-position: 0 -115px;
}
.svg-bbb-dims,
.footer__other__item.bbb .footer__other__item__trigger:after,
footer__other__item.bbb .footer__other__item__trigger:after {
  width: 359.4px;
  height: 101.1px;
}
.svg-bcbs {
  background-position: 0 -217px;
}
.svg-bcbs-dims {
  width: 72.5px;
  height: 64px;
}
.svg-cnn {
  background-position: 0 -281px;
}
.svg-cnn-dims {
  width: 67.5px;
  height: 32.8px;
}
.svg-forbes {
  background-position: 0 -314px;
}
.svg-forbes-dims {
  width: 124.8px;
  height: 35px;
}
.svg-health-accident {
  background-position: 0 -349px;
}
.svg-health-accident-dims {
  width: 33.5px;
  height: 27.5px;
}
.svg-health-dental {
  background-position: 0 -377px;
}
.svg-health-dental-dims {
  width: 29.2px;
  height: 31.7px;
}
.svg-health-major-medical {
  background-position: 0 -409px;
}
.svg-health-major-medical-dims {
  width: 28.4px;
  height: 27px;
}
.svg-health-short-term {
  background-position: 0 -436px;
}
.svg-health-short-term-dims {
  width: 24.5px;
  height: 36.8px;
}
.svg-health-vision {
  background-position: 0 -473px;
}
.svg-health-vision-dims {
  width: 31px;
  height: 33.4px;
}
.svg-humana {
  background-position: 0 -507px;
}
.svg-humana-dims {
  width: 125.3px;
  height: 39.3px;
}
.svg-icon-build {
  background-position: 0 -547px;
}
.svg-icon-build-dims {
  width: 56.5px;
  height: 45.8px;
}
.svg-icon-usa {
  background-position: 0 -593px;
}
.svg-icon-usa-dims {
  width: 110.3px;
  height: 69.1px;
}
.svg-icon_contact {
  background-position: 0 -663px;
}
.svg-icon_contact-dims {
  width: 55.5px;
  height: 49.7px;
}
.svg-icon_giman-build {
  background-position: 0 -713px;
}
.svg-icon_giman-build-dims {
  width: 205.4px;
  height: 168.4px;
}
.svg-icon_giman-superman {
  background-position: 0 -882px;
}
.svg-icon_giman-superman-dims {
  width: 288.3px;
  height: 110.5px;
}
.svg-icon_licensed {
  background-position: 0 -993px;
}
.svg-icon_licensed-dims {
  width: 82.2px;
  height: 82px;
}
.svg-icon_licensed_black {
  background-position: 0 -1075px;
}
.svg-icon_licensed_black-dims {
  width: 1000.7794127619177px;
  height: 1002px;
}
.svg-icon_news {
  background-position: 0 -2077px;
}
.svg-icon_news-dims {
  width: 44px;
  height: 46px;
}
.svg-icon_plans {
  background-position: 0 -2123px;
}
.svg-icon_plans-dims {
  width: 138.5px;
  height: 126.4px;
}
.svg-icon_plans_black {
  background-position: 0 -2250px;
}
.svg-icon_plans_black-dims {
  width: 471.4px;
  height: 428.3px;
}
.svg-icon_usa_black {
  background-position: 0 -2679px;
}
.svg-icon_usa_black-dims {
  width: 1002px;
  height: 611.6175440914195px;
}
.svg-icons_get-started-arrow,
.arrow:before {
  background-position: 0 -3291px;
}
.svg-icons_get-started-arrow-dims,
.arrow:before {
  width: 27.3px;
  height: 27.3px;
}
.svg-kaiser {
  background-position: 0 -3319px;
}
.svg-kaiser-dims {
  width: 186.8px;
  height: 41.7px;
}
.svg-partner-w-healthcare {
  background-position: 0 -3361px;
}
.svg-partner-w-healthcare-dims {
  width: 1002px;
  height: 464.54953764861295px;
}
.svg-partner-w-healthcaregov {
  background-position: 0 -3826px;
}
.svg-partner-w-healthcaregov-dims {
  width: 191.7px;
  height: 91.7px;
}
.svg-partner-w-healthcaregov-green {
  background-position: 0 -3918px;
}
.svg-partner-w-healthcaregov-green-dims {
  width: 794px;
  height: 614px;
}
.svg-partner_w_healthcare_black {
  background-position: 0 -4532px;
}
.svg-partner_w_healthcare_black-dims {
  width: 1002px;
  height: 464.54953764861295px;
}
.svg-questionMark {
  background-position: 0 -4997px;
}
.svg-questionMark-dims {
  width: 37px;
  height: 37px;
}
.svg-unitedhealthone {
  background-position: 0 -5034px;
}
.svg-unitedhealthone-dims {
  width: 159.7px;
  height: 30.7px;
}
.svg-users {
  background-position: 0 -5065px;
}
.svg-users-dims {
  width: 90px;
  height: 66px;
}
.svg-wsj {
  background-position: 0 -5131px;
}
.svg-wsj-dims {
  width: 298px;
  height: 52.2px;
}
.svg-abcnews {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%20159.3%2054%22%20enable-background%3D%22new%200%200%20157.3%2052%22%20width%3D%22159.3%22%20height%3D%2254%22%3E%3Cg%20fill%3D%22%231A1A1A%22%3E%3Cpath%20d%3D%22M26.7%201.9C12.9%201.9%201.6%2013.1%201.7%2027c0%2013.8%2011.3%2025.1%2025.1%2025%2013.9%200%2025.1-11.2%2025.1-25.1-.1-13.9-11.3-25.1-25.2-25zm-8.4%2033.9h-5v-2.2c-2%20.7-1.9%201.2-3.4%201.2-4.3%200-7.4-3.5-7.4-7.7%200-4.3%203.6-7.8%208-7.8%204.2%200%207.8%203.9%207.8%208.2v8.3zm8.6-.7c-4.4%200-7.9-3-7.9-7.3l-.1-11h3.6l.1%204.4c1.2-.8%202.7-1.6%204.2-1.6%204.3%200%207.8%203.4%207.8%207.7.1%204.4-3.4%207.8-7.7%207.8zm23.7-7.3h-3.4c-.4-2-2.1-4-4.2-4-2.4%200-4.3%201.6-4.3%204S40.6%2032%2043%2032c1.8%200%203.4-1.2%204-2.9l3.5-.1c-.7%203.5-3.8%206-7.5%206-4.2%200-7.6-3.4-7.6-7.6%200-4.2%203.4-6.9%207.6-6.9%203.9%200%207%203.3%207.6%207.3zM10.5%2022.7c-2.4%200-4.3%201.9-4.3%204.2%200%202.3%201.9%204.2%204.3%204.2%202.3%200%204.2-1.9%204.2-4.2.1-2.3-1.8-4.2-4.2-4.2zM27%2022.9c-2.4%200-4.3%201.9-4.3%204.3s1.9%204.3%204.3%204.3%204.3-1.9%204.3-4.3-1.9-4.3-4.3-4.3zM81.3%2015.8c-.5%200-2.9.2-3.4.2-.3%200-3.9-.2-4-.2h-2.7v1h2.6c2.5%200%201.4-.2%201.4%201.9v14.1L61%2015.8h-.7c-.3%200-1.9.2-2.5.2-.4%200-3.9-.2-4.2-.2h-2.4v1h2.5c.8%200%20.5-.4%202.5.8v19.2c0%202-2%202.5-4%202.8v1.2h2c.6%200%203.4-.1%203.8-.1.7%200%203.6.1%204.2.1h1.1-1c-2.8%200-5-2.1-5-5.5v-16l20.9%2021.5h-.9V18.4c0-2%201.4-2.2%203.7-2.3l.8-.3h-.5zM97.6%2039.8h-4.3c-1.5%200-4.1-1.8-4.1-3.3v-7.7h6c3%200%204.3%201%204.5%203h-.6v-8.5.7c-.2%202-.7%203.7-2.8%203.7h-7.1v-10h7.9c3%200%204.3%201%204.4%204h.6l-.1-6h-1.7c-1.2%200-7.2.2-8.1.2%200%200-6.3-.2-7.4-.2h-3.7v1h2.6c2%200%201.4-.6%201.4%201.1v19.5c0%201.7.6%202.5-1.4%203.5H83h1.3c1.4%200%207.9-.4%209.2-.4%202%200%207.9.4%209.1.4l1.8-5h-.8c-1.2%203-3.2%204-6%204zM136.2%2015.8h.8c-.8%200-2.5.2-2.9.2-.9%200-2.4-.2-3-.2h-1.9v1h2.4c1.3%200%201.9-.1%201.9%201.1%200%20.7-.3%201.6-.8%203.3l-4.5%2013.2-5.7-15.9c-.3-.6-.4-.8-.4-1.2%200-.8.7-.5%202.1-.5h-1v-1h1c-.6%200-3.8.2-4.3.2-.7%200-3.8-.2-4.4-.2h-2.3v-.1c2%20.1%203.7.7%204.6%203.3l2.6%206.1-3.2%209-5.7-15.8c-.2-.6-1.2-1.2-1.2-1.6%200-.7-.1-1%20.9-1v.1h1c-.5%200-2.9.2-3.4.2-.6%200-2.9-.2-3.4-.2h-2.2v-.1c1%20.2%202.5%201%203.1%202.7l9.1%2022.4h1.2l5-13.3%204.9%2013.3h1.2l6.7-21.4c.8-2.6.8-3.5%201.8-3.6zM146.8%2024.2c-4.1-1.9-5.2-2.9-5.2-4.9%200-2.1%202-3.6%205.1-3.6%202.4%200%204.3%201.5%205.5%202.8.6.7.8%202.2%201.2%203.2h.6l-.1-6h-.7c-.1%201-.3%200-.6%200-.4%200-1.1-.2-1.8-.4-1.7-.4-3.3-.7-4.8-.7-4.8%200-8%202.5-8%206.5%200%201.7.6%203%201.9%204.4.9.8%201.9%201.9%206.2%203.9%204.5%202.1%205.6%203.2%205.6%205.3%200%202.8-2.5%204.7-6.1%204.7-2.2%200-4-.5-5.5-1.6-1.2-.8-1.8-1.7-2.4-3.2l-.7.2c.3%201.2.7%203.3%201.1%205.3l.1.8h.7c.3%200%20.5-.7%201-.7.3%200%20.9%200%201.5.1%201.7.4%203.1.5%204.5.5%205.6%200%209.4-3.1%209.4-7.7-.1-4.3-3.3-6.5-8.5-8.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-abcnews-dims {
  width: 159.3px;
  height: 54px;
}
.svg-aetna {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%20115.7%2035.5%22%20enable-background%3D%22new%200%200%20113.7%2033.5%22%20width%3D%22115.7%22%20height%3D%2235.5%22%3E%3Cg%20fill%3D%22%237D3D8F%22%3E%3Cpath%20d%3D%22M62.5%2026c-6.9%202.8-5-7.5-4.9-12.4h4.3V8.9h-4.3c0-2%200-3.9.2-5.7-.8-.1-3.3%200-4.1%200-.4%203.6-1.7%206.4-5.4%206.8v3.7c.7.1%202-.3%202.4.2.7%205.5-1.4%2011.6%201%2015%202%202.8%206.7%202.5%2011%201.8-.1-1.6-.3-3-.2-4.7zM44%209.7c-2.3-1.5-5.7-1.7-8.5-1.4-5.6.5-8.9%204-9.5%209.3-1.2-.1-3%20.3-3.9-.2%202-10.3-10.3-10.3-17.2-7.9.3%201.3.2%203%20.2%204.7%203.1-1.7%2011.3-3.4%2010.1%203.2-5.5.3-10.8.5-12%204.7-3%2010.6%209.6%209.3%2018.9%208.5-.1-2.9-.5-6.5%200-9.3h4.1C25.5%2031.1%2037%2032.6%2045.5%2030c0-1.6-.3-2.9-.2-4.7-3.9%202-12.3%202.5-11.8-3.9%204.6%200%209.8%200%2012-2.8%201.9-2.5%201.3-7-1.5-8.9zM15.2%2026.8c-1.7.4-4%20.3-5.1-.6-1.8-3.5%201.7-5.9%205.1-4.9v5.5zm18.1-9.1c-1-4.1%204.3-7.3%206.3-4.5%202.1%203-2.5%205.9-6.3%204.5zM83.4%2010c-4.2-3.3-11.3-.7-17.9-1%20.3%206.9.3%2014.8%200%2021.7h7.3c-.4-5.8-.3-11.7-.1-17.7%209.7-3.9%205.2%2011.9%206.1%2017.7h7.1C84.4%2023.6%2088%2013.6%2083.4%2010zM104.3%209.1c-3.4-1.6-9.9-.9-13.8.4.3%201.3.2%203.1.2%204.7%203.2-1.7%2011.2-3.4%2010.1%203.2-5.6.1-11.3.9-12.2%204.9-2.3%2010.5%2010.5%209.1%2019.3%208.1-1.8-7.2%202.8-18.3-3.6-21.3zm-3.4%2017.7c-1.7.4-4%20.3-5.1-.6-1.8-3.5%201.7-5.9%205.1-4.9v5.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-aetna-dims {
  width: 115.7px;
  height: 35.5px;
}
.svg-anthem {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%20135.8%2024.8%22%20enable-background%3D%22new%200%200%20133.8%2022.8%22%20width%3D%22135.8%22%20height%3D%2224.8%22%3E%3Cg%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M3%201.5h125.8v19.4H3zM3%201.5h125.8v19.4H3z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M121.3%204.2s3.9-.1%205.7-1.3c0%200%20.8%201%20.8%204.2%200%203.3-1.3%209.3-6.5%2012%200%200-5.9-2.2-6.4-12.1%200%200-.2-2.2.9-4.1%200-.1%202.2%201%205.5%201.3%22%2F%3E%3Cpath%20fill%3D%22%230079B4%22%20d%3D%22M107.1%2019.1c0-.8.6-1.4%201.4-1.4.8%200%201.4.6%201.4%201.4%200%20.8-.6%201.4-1.4%201.4-.7%200-1.4-.6-1.4-1.4m2.7%200c0-.7-.5-1.2-1.2-1.2s-1.2.5-1.2%201.2.5%201.2%201.2%201.2%201.2-.5%201.2-1.2m-1.6.8h-.2v-1.6h.7c.4%200%20.6.2.6.5s-.2.4-.5.5l.5.7h-.2l-.5-.7h-.3v.6zm.3-.9c.2%200%20.5%200%20.5-.3%200-.2-.2-.3-.4-.3h-.4v.6h.3z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M102.1%2016.5c3.1%200%205.5-2.5%205.5-5.5%200-3.1-2.5-5.5-5.5-5.5S96.5%208%2096.5%2011c0%203.1%202.5%205.5%205.6%205.5%22%2F%3E%3Cpath%20fill%3D%22%230079B4%22%20d%3D%22M103%208.2c0-.4.5-.5.3-1.4.8.2%201.5.8%202.1%201.4H103zM101%208.2h-2.4c.5-.7%201.3-1.2%202.1-1.4-.3.9.3%201%20.3%201.4M106.4%2010c.3%201.7-.2%202.9-1%203.9%200%200-1.6-3-1.8-3.3-.2-.3%200-.4.2-.4s2.6-.2%202.6-.2M97.6%2010s2.4.2%202.6.2c.2%200%20.4%200%20.2.4-.2.3-1.8%203.3-1.8%203.3-.8-1-1.3-2.2-1-3.9M103.9%2015.1c-.5.3-1.1.4-1.9.4-.7%200-1.4-.1-1.9-.4%200%200%201.7-2.7%201.9-2.7.2%200%201.9%202.7%201.9%202.7M111.5%206.9h-5.2V1.6H98v5.2h-5.2v8.4H98v5.2h8.3v-5.2h5.2V6.9zm-13.1.5c.9-.9%202.2-1.5%203.7-1.5%201.4%200%202.6.5%203.6%201.4.5.4.9%201%201.1%201.6h-3.6c-.3%200-.6-.1-.8-.3-.2-.2-.2-.5.1-.9.5-.6.1-1.2-.5-1.2-.5%200-1%20.6-.5%201.2.3.3.3.7.1.9-.2.2-.4.3-.8.3h-3.5c.3-.6.7-1.1%201.1-1.5M96.9%2011c0-.6.1-1.2.3-1.8%201.3%200%202.4.2%203.1.3.7%200%201.3.4.8%201.4-.5.8-1.9%203.5-2.2%204.2-1.3-1-2-2.4-2-4.1m5.2%205.2c-1.1%200-2.1-.3-2.9-.9.4-.6%202.3-3.3%202.4-3.5.1-.2.2-.4.5-.4.2%200%20.3.1.5.4.1.2%202.5%203.6%202.5%203.6-1%20.5-2%20.8-3%20.8m3.1-1.1c-.1-.1-1.7-3.3-2.3-4.2-.5-.9%200-1.3.8-1.4.7%200%201.9-.2%203.2-.3.2.6.3%201.1.3%201.8%200%201.7-.7%203.2-2%204.1%22%2F%3E%3Cpath%20fill%3D%22%230079B4%22%20d%3D%22M125.1%2019.1c0-.8.6-1.4%201.4-1.4.8%200%201.4.6%201.4%201.4%200%20.8-.6%201.4-1.4%201.4-.7%200-1.4-.6-1.4-1.4m2.7%200c0-.7-.5-1.2-1.2-1.2s-1.2.5-1.2%201.2.5%201.2%201.2%201.2%201.2-.5%201.2-1.2m-1.6.8h-.2v-1.6h.7c.4%200%20.6.2.6.5s-.2.4-.5.5l.5.7h-.2l-.5-.7h-.3v.6zm.3-.9c.2%200%20.5%200%20.5-.3%200-.2-.2-.3-.4-.3h-.4v.6h.3zM127.7%201.5c-1.8%201-3.6%201.5-6.3%201.5-2.7%200-4.5-.5-6.3-1.5-.7%201.3-1.2%203.1-1.2%205.4%200%206.1%203.4%2010.2%204.3%2011.1.8.9%202.5%202.3%203.2%202.4.6-.1%202.3-1.5%203.2-2.4.8-.9%204.3-5%204.3-11.1%200-2.3-.5-4.1-1.2-5.4m-3.4%2014.9c-.5.6-2.5%202.4-2.8%202.5-.4-.1-2.3-1.8-2.8-2.5-.4-.5-3.3-4-3.3-9.5%200-1.2.2-2.9.6-3.5%201.1.6%203.2%201.1%205.5%201.1s4.4-.6%205.5-1.1c.4.6.6%202.3.6%203.5-.1%205.4-2.9%209-3.3%209.5M120.7%206.6s0%20.1-.1.1-.1%200-.2-.1c-.2-.1-.3-.1-.3-.1s.3%200%20.6.1M126.6%204.3c-1%20.5-3.1.8-5.2.8-2%200-4.2-.3-5.2-.8-.4.6-.4%202-.4%203%20.2%205.5%202.7%208.1%203%208.6.5.6%202.2%202.2%202.6%202.3.3-.1%202.1-1.7%202.6-2.3.4-.4%202.9-3.1%203-8.6%200-1.1%200-2.5-.4-3m-5.8%2012.4c-.1%200-.1%200%200%200-.2%200-.2-.3-.2-.3%200-.3.2-.6.4-.7v.5c-.2.1-.2.4-.2.5m.8.3s-.2.1-.4%200v-.8c0-.3%200-.9-.1-1.4.1%200%20.1%200%20.2.1.2%200%20.3.1.3.2.1.1.1.6.1.9-.1.5-.1%201-.1%201m.1-1.2v-.6c0-.1-.1-.2-.1-.3-.1-.1-.1-.1-.3-.2-.1%200-.1-.1-.3-.1-1.3-.3-1-1.6-.2-1.6v.7c-.2.1-.1.1%200%20.2.1%200%20.3.2.5.2.1%200%20.3.1.4.2.9.2.8%201.1%200%201.5M121%2013v-.5h.7v1.4c-.1%200-.2-.1-.4-.1-.2-.1-.2-.1-.3-.2V13zm.8.6v-.7c.1-.1.3-.1.1-.3-.1-.1-.4-.1-.6-.1-.1%200-.3%200-.7-.1-1.1-.2-1-1.6-.3-1.8l.2.5.2.4c.3%200%20.4%200%20.8.1.1%200%20.2%200%20.4.1%201.4.2%201%201.8-.1%201.9m-1.4-3.4l.3-.5.9.1v1.6l-.8-.1-.2-.5-.2-.6zm1.5%201c-.1-.5-.1-1-.1-1%20.4%200%20.1-.5%200-.5-.2%200-.3%200-.6-.1-.2%200-.5%200-.7-.1-2.8-.4-2.4-2.9-1-3.1%201-.2%201.5.2%201.7.6%200%200-.3.1-.5.1-.5-.1-.7%200-.7%200%20.2.1.7.2.9.4-.2.1-.5.1-.7.1-.2%200-.4-.1-.6-.2-.1.3-.2.8%201%201.1.2%200%20.4.1.6.1.2%200%20.5.1.6.1.1%200%20.2.1.2.1%201.7.4%201.2%202.4-.1%202.4m1.3-4.2l-1.3%201.3s-.1.2-.2.2l-1-.2v-.7c.2%200%20.3%200%20.4-.1v-.1c.3.1.6.1.7.1l-.1-.1c-.1%200-.3-.1-.5-.2.2%200%20.3-.1.3-.1s0-.1-.1-.3c-.2-.3-.5-.5-.5-.5-.1-.1%200-.2%200-.2%200-.4.2-.3.6-.2.1%200%20.1.1.1.1.2.1.5.2.5.3%200%200%200%20.9.1.8.2-.1.6-.5.8-.6%200-.1.4.3.2.5%22%2F%3E%3Cpath%20fill%3D%22%23231F20%22%20d%3D%22M86.4%2019.1c0-.8.6-1.4%201.4-1.4.8%200%201.4.6%201.4%201.4%200%20.8-.6%201.4-1.4%201.4-.8%200-1.4-.6-1.4-1.4m2.6%200c0-.7-.5-1.2-1.2-1.2s-1.2.5-1.2%201.2.5%201.2%201.2%201.2%201.2-.5%201.2-1.2m-1.5.8h-.2v-1.6h.7c.4%200%20.6.2.6.5s-.2.4-.5.5l.5.7h-.2l-.5-.7h-.3v.6zm.3-.9c.2%200%20.5%200%20.5-.3%200-.2-.2-.3-.4-.3h-.4v.6h.3zM63.6%2010.4c-.9-.8-2.1-1.2-3.6-1.2-1.3%200-2.6.6-3.6%201.6-1%201.1-1.6%202.6-1.6%204.3%200%201.6.6%203.1%201.7%204.2%201%201%202.4%201.6%203.9%201.6%202.8%200%204.4-2.1%204.7-4v-.1H64.2v.1c-.2%201.6-1.5%203.2-3.6%203.2-1.7%200-2.6-1.1-2.6-3.1v-2.6h7.3v-.1c-.2-1.7-.7-3-1.7-3.9m-1.5%203.1h-4.2v-1.2c0-.8.2-1.4.6-1.8.4-.4.9-.6%201.4-.6%201.3%200%202.1.9%202.1%202.4v1.2zM40.7%2018.4H39.9v.1c-.1.5-.4%201.4-1.5%201.4-.8%200-1.2-.6-1.2-1.7v-7.9h2.7V9.5h-2.7V6.1h-.1c-.6.1-1.9.2-2.6.2h-.1v3.2h-1.8V10.3h1.8v6.9c0%202.5%201.1%203.8%203.2%203.8%202.4%200%203-1.9%203.1-2.4v-.2zM31%2019.8v-7c0-1.1-.3-2-1-2.7-.7-.7-1.6-1-2.7-1-1.5%200-2.6.6-3.5%201.8V9.4H19.4V10.2H21.1v9.6H18L11.7%201.7v-.1H10.9v.1L4.7%2019.8H3V20.6H8.2V19.8H5.8l1.7-5.2H13l1.7%205.2h-2.4V20.6h13.2V19.8H23.8v-5.3c0-3.2%201.7-4.3%202.8-4.3%201.1%200%201.7.7%201.7%202.1v7.5h-1.6V20.6h6.1V19.8H31zM10.2%206.5l2.6%207.4h-5l2.4-7.4zM52.7%2019.8v-7.1c0-1.7-1-3.6-3.8-3.6-2.2%200-3.3%201.1-3.8%201.6v-9H40.7V2.5H42.4v17.4h-1.8V20.7H46.8V19.9H45v-5.4c0-1.9.6-2.9%201.2-3.4.5-.5%201.2-.8%201.9-.8%201.5%200%201.8%201.2%201.8%202.3v7.3H48.2V20.7H54.4V19.9H52.7zM85.6%2019.8h-1.7v-7.5c0-1.9-1.3-3.2-3.5-3.2-2%200-3.1%201-3.6%201.7-.6-1.1-1.6-1.7-3.2-1.7-1.4%200-2.7.5-3.6%201.5V9.4H65.5V10.2h1.8v9.6h-1.8V20.6h6.1V19.8H70v-5.3c.1-1.5.1-2.5.7-3.3.5-.6%201.2-1%202-1%20.9%200%201.2.7%201.3.8.2.4.2%201.2.2%201.9v6.9h-1.6V20.6H78.6V19.8H77v-5.3c.1-1.5.1-2.5.7-3.3.5-.6%201.2-1%202-1%20.9%200%201.2.7%201.3.8.2.4.2%201.2.2%201.9v6.9h-1.6V20.6h6.1v-.1l-.1-.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-anthem-dims {
  width: 135.8px;
  height: 24.8px;
}
.svg-bbb,
.footer__other__item.bbb .footer__other__item__trigger:after,
footer__other__item.bbb .footer__other__item__trigger:after {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22601.6%20229.5%20359.4%20101.1%22%20enable-background%3D%22new%20602.6%20230.5%20357.4%2099.1%22%20width%3D%22359.4%22%20height%3D%22101.1%22%3E%3Cpath%20fill%3D%22%23FDFFFF%22%20d%3D%22M789.6%20269.9c0-2.2-1.4-3.6-3.6-3.6h-1.7v7.2h1.7c2.1%200%203.6-1.4%203.6-3.6zM674.9%20320.2c.5%200%20.9-.4.9-.9s-.4-.9-.9-.9-.9.4-.9.9c0%20.4.4.9.9.9zm0-1.7c.4%200%20.8.4.8.8s-.4.8-.8.8-.8-.4-.8-.8c0-.5.4-.8.8-.8zM674.9%20319.8c.1%200%20.3-.1.4-.1l-.1-.1c-.1.1-.4.1-.6%200-.1-.1-.1-.1-.1-.3%200-.1.1-.2.1-.3.1-.1.4-.1.6%200l.1-.1c-.2-.2-.6-.2-.8%200-.1.1-.1.2-.1.4%200%20.1.1.3.1.4.1%200%20.3.1.4.1zM899.3%20278.3h4l-2-4.9zM713.7%20296.4h-2.9v1.7h3c1.5%200%201.5-.6%201.5-.9-.1-.2-.1-.8-1.6-.8zM760%20267.7c0-.4%200-1.4-1.7-1.4h-2.4v2.7h2.4c.6%200%201.7-.2%201.7-1.3zM911.1%20230.8c-27%200-48.9%2021.9-48.9%2048.9s21.9%2048.9%2048.9%2048.9%2048.9-21.9%2048.9-48.9-21.9-48.9-48.9-48.9zm-1.3%2063.5l-2.9-7.1h-11.3l-2.9%207.1h-10.2l14.7-34.4h8.3l14.6%2034.4h-10.3zm34.8-13.6h-9.2v9.2h-6.7v-9.2h-9.2V274h9.2v-9.2h6.7v9.2h9.2v6.7zM713.3%20268.3l-.9%202.1h1.7zM714.4%20291.5c0-.2%200-.8-1.4-.8h-2.4v1.6h2.2c1.6%200%201.6-.6%201.6-.8zM846.4%20230.5c-.1%200-.2%200-.3-.1H616c-7.4%200-13.4%206-13.4%2013.4v72.3c0%207.4%206%2013.4%2013.4%2013.4H846c.2%200%20.4%200%20.6-.1%206.9-.5%2012.4-6.3%2012.4-13.3v-72.3c0-7.1-5.5-12.9-12.6-13.3zm-155.1%2096.2H616c-5.8%200-10.5-4.8-10.5-10.5v-72.3c0-5.8%204.8-10.5%2010.5-10.5h75.3v93.3zm104.4-64.6h4.6v15.8h-4.6v-15.8zm-16.1%200h6.3c4.8%200%208.4%203.3%208.4%207.8%200%204.6-3.5%207.9-8.4%207.9h-6.3v-15.7zm-13.7%200h12.2v4.2h-7.6v1.4h6.8v4.2h-6.8v1.6h7.8v4.2H766l-.1-15.6zm-22.2-.3c2.5%200%204.5.7%206.1%202.4l.5.5-3%203.4-.6-.5c-1.1-1-2-1.4-3.2-1.4-1.9%200-3.5%201.6-3.5%203.7%200%202.2%201.4%203.8%203.5%203.8%201.4%200%202.2-.5%203.2-1.5l.5-.4%203%203-.5.5c-1.8%201.9-3.7%202.8-6.4%202.8-4.5%200-8.1-3.5-8.1-8.1.3-4.7%203.8-8.2%208.5-8.2zm-14.7%200c2.5%200%204.5.7%206.1%202.4l.5.5-3%203.4-.6-.5c-1.1-1-2-1.4-3.2-1.4-1.9%200-3.5%201.6-3.5%203.7%200%202.2%201.4%203.8%203.5%203.8%201.4%200%202.2-.5%203.2-1.5l.5-.4%203%203-.5.5c-1.8%201.9-3.7%202.8-6.4%202.8-4.5%200-8.1-3.5-8.1-8.1.3-4.7%203.8-8.2%208.5-8.2zm-17.6.1h3.9l6.8%2015.8h-4.9l-1.3-3.2h-5.1l-1.3%203.2h-4.8l6.7-15.8zm2.3%2040.4h-7.5v-15.8h7.3c3.3%200%205.5%201.7%205.5%204.4%200%201.2-.4%202.2-1.2%203%201%20.6%202%201.7%202%203.7%200%202.9-2.3%204.7-6.1%204.7zm21-7c0%204.5-2.5%207.2-7%207.2-4.4%200-6.9-2.6-6.9-7.1v-8.9h4.6v8.8c0%201.9.8%202.8%202.4%202.8s2.4-.9%202.4-2.7v-8.9h4.6l-.1%208.8zm7.5%207.2c-2.4%200-4.8-.9-6.6-2.4l-.5-.4%202.7-3.3.6.4c1.3%201.1%202.5%201.6%203.8%201.6.2%200%201.4%200%201.4-.6%200-.3%200-.6-2.3-1.2-2.8-.7-5.3-1.7-5.3-5%200-3%202.4-5%205.7-5%202.2%200%204.1.6%205.8%201.9l.5.4-2.4%203.5-.6-.4c-1.2-.9-2.3-1.3-3.3-1.3-.6%200-1.2.1-1.2.5s0%20.6%202.5%201.2c2.7.7%205%201.8%205%205%20.2%203.1-2.2%205.1-5.8%205.1zm12-.2h-4.6v-15.8h4.6v15.8zm1.6-24.5h-4.6v-15.7h7.3c3.7%200%206.1%202.1%206.1%205.5%200%202.2-.9%203.8-2.7%204.8l3.7%205.5h-5.4l-3.1-4.6h-1.4l.1%204.5zm14.7%2024.5h-3.7l-5.8-7.7v7.7h-4.5v-15.8h4l5.6%207.4v-7.4h4.5v15.8zm14.3%200h-12.3v-15.8h12.2v4.2h-7.6v1.4h6.8v4.2h-6.8v1.6h7.7v4.4zm7.2.2c-2.4%200-4.8-.9-6.6-2.4l-.5-.4%202.7-3.3.6.4c1.3%201.1%202.5%201.6%203.8%201.6.2%200%201.4%200%201.4-.6%200-.3%200-.6-2.3-1.2-2.8-.7-5.3-1.7-5.3-5%200-3%202.4-5%205.7-5%202.2%200%204.1.6%205.8%201.9l.5.4-2.4%203.5-.6-.4c-1.2-.9-2.3-1.3-3.3-1.3-.6%200-1.2.1-1.2.5s0%20.6%202.5%201.2c2.7.7%205%201.8%205%205%20.2%203.1-2.2%205.1-5.8%205.1zm12.9%200c-2.4%200-4.8-.9-6.6-2.4l-.6-.4%202.7-3.3.6.4c1.3%201.1%202.5%201.6%203.8%201.6.2%200%201.4%200%201.4-.6%200-.3%200-.6-2.3-1.2-2.8-.7-5.3-1.7-5.3-5%200-3%202.4-5%205.7-5%202.2%200%204.1.6%205.8%201.9l.5.4-2.4%203.5-.6-.4c-1.2-.9-2.3-1.3-3.3-1.3-.6%200-1.2.1-1.2.5s0%20.6%202.5%201.2c2.7.7%205%201.8%205%205%20.2%203.1-2.1%205.1-5.7%205.1zm9.9-36.1h-4.3v11.4h-4.6v-11.4h-4.3v-4.3h13.3l-.1%204.3zm13.3%2011.4h-12.3v-15.7H828v4.2h-7.6v1.4h6.8v4.2h-6.8v1.6h7.8l-.1%204.3zm7.6%200h-6.3v-15.7h6.3c4.8%200%208.4%203.3%208.4%207.8-.1%204.6-3.6%207.9-8.4%207.9zM835.7%20266.3H834v7.2h1.7c2.2%200%203.6-1.4%203.6-3.5%200-2.2-1.4-3.7-3.6-3.7zM634.1%20293.9h3c2.8%200%203.5.5%203.7%202.7.2%201.9%201.4%202.3%203.2%202.4h8.1c2.4%200%203.6-.6%203.8-2.9.2-1.9%201.4-2.2%203.1-2.2h4.4c.6%200%201.4%200%201.1-.9-.4-1.4-.3-3.1-2.7-3-4.5.2-9%20.1-13.5.1-4.7%200-9.4.1-14%200-2.2-.1-2%201.7-2.3%202.8-.2%201.1%201.3%201.1%202.1%201zM644.9%20262.9c2.8%202.1%205.8%204.1%208.6%206.2%202.7%201.9%203.2%203.9%202.3%207.1-.1.5-.7%201.1.1%201.4.6.2.9-.4%201.1-.8%202.2-3%204.2-5.8%206.3-8.8%203.7-5.2%202.7-11.4-2.4-15.3-3.4-2.5-6.8-5-10.2-7.4-1.5-1.1-2.6-2.3-1.9-4.3.1-.4.3-.9-.1-1.1-.6-.3-.9.3-1.2.6-1.7%202.2-3.3%204.5-4.9%206.8-3.9%205.5-2.9%2011.7%202.3%2015.6zM639.4%20279.6c2%201.5%204.1%203%206.2%204.5%201%20.7%202%201.4%201.9%202.9%200%201.3.8%201.4%201.5.4%201.1-1.4%202.1-2.7%203-4.2%202.7-3.9%202.1-7.9-1.7-10.8-1.9-1.4-3.8-2.8-5.8-4.2-1.1-.8-2.2-1.4-2-3.1.1-.8-.7-1.4-1.2-.6-1.9%202.9-4.9%205.2-4.9%209.1.1%202.6%201%204.6%203%206z%22%2F%3E%3Cg%20fill%3D%22%23FDFFFF%22%3E%3Cpath%20d%3D%22M623.9%20319.6v-16.9h7.8c3.4%200%205.6%201.7%205.6%204.4%200%201.4-.5%202.4-1.5%203.2l-.6.5.7.4c1.7.9%202.4%202%202.4%203.8%200%203-2.3%204.7-6.3%204.7l-8.1-.1zm3.6-3.2h4.5c2.2%200%202.7-1%202.7-1.9%200-1.2-.9-1.9-2.7-1.9h-4.3l-.2%203.8zm0-6.9h3.5c2.2%200%202.7-1%202.7-1.8%200-.5-.2-1.8-2.4-1.8h-3.7v3.6zM641.4%20319.6v-16.9h7.8c3.4%200%205.6%201.7%205.6%204.4%200%201.4-.5%202.4-1.5%203.2l-.6.5.7.4c1.7.9%202.4%202%202.4%203.8%200%203-2.3%204.7-6.3%204.7l-8.1-.1zm3.6-3.2h4.5c2.2%200%202.7-1%202.7-1.9%200-1.2-.9-1.9-2.7-1.9h-4.3l-.2%203.8zm0-6.9h3.5c2.2%200%202.7-1%202.7-1.8%200-.5-.2-1.8-2.4-1.8H645v3.6zM658.9%20319.6v-16.9h7.8c3.4%200%205.6%201.7%205.6%204.4%200%201.4-.5%202.4-1.5%203.2l-.6.5.7.4c1.7.9%202.4%202%202.4%203.8%200%203-2.3%204.7-6.3%204.7l-8.1-.1zm3.6-3.2h4.5c2.2%200%202.7-1%202.7-1.9%200-1.2-.9-1.9-2.7-1.9h-4.3l-.2%203.8zm0-6.9h3.5c2.2%200%202.7-1%202.7-1.8%200-.5-.2-1.8-2.4-1.8h-3.7v3.6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-bbb-dims,
.footer__other__item.bbb .footer__other__item__trigger:after,
footer__other__item.bbb .footer__other__item__trigger:after {
  width: 359.4px;
  height: 101.1px;
}
.svg-bcbs {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%2072.5%2064%22%20enable-background%3D%22new%200%200%2070.5%2062%22%20width%3D%2272.5%22%20height%3D%2264%22%3E%3Cg%3E%3Cpath%20d%3D%22M3.5%2046.8h1.2v-8.3H3.5v-.4h4.8c1.6%200%202.8.3%202.8%201.9%200%201.4-1.1%202.1-2.4%202.2%201.5%200%203%20.8%203%202.5%200%201.4-1%202.5-3.1%202.5H3.5v-.4zm3.2%200h.7c1.4%200%202.2-.6%202.2-2.3%200-1.5-.5-2.1-1.9-2.1h-1v4.4zm0-4.8h.8c1.1%200%201.5-.5%201.5-1.8s-.4-1.8-1.6-1.8h-.7V42zM11.9%2046.8h.9v-8.3h-.9v-.4h.8c.6%200%201.3%200%202-.1v8.8h.9v.4h-3.7v-.4zM22.4%2046.8h.9v.4c-1.2%200-2%200-2.7.1v-1c-.4.7-1.2%201-2%201-1.3%200-2.2-.5-2.2-2.1v-3.9h-.9v-.4h.8c.6%200%201.3%200%202-.1v4.7c0%201%20.5%201.1%201%201.1.8%200%201.4-.7%201.4-2v-3.3h-.9v-.4h.8c.6%200%201.3%200%202-.1v6zM25.5%2043.7v.5c0%201.1.2%202.5%201.6%202.5%201.1%200%201.7-.6%202.2-1.5l.3.2c-.5%201.3-1.5%201.9-2.8%201.9-2%200-3.3-1.3-3.3-3.3%200-1.9%201.4-3.3%203.3-3.3%201.6%200%202.9%201.1%202.9%202.9h-4.2zm2.3-.4v-.6c0-.7-.2-1.6-1-1.6-1.2%200-1.2%201.4-1.2%202.2h2.2zM38.4%2041.2H38c-.1-1.6-1.4-2.9-2.9-2.9-2.5%200-2.8%202.5-2.8%204.3%200%201.6.2%204.3%202.7%204.3%201.5%200%202.8-1.4%203-2.9h.4v2.6c-1%20.4-2.3.7-3.4.7-2.9%200-4.8-2-4.8-4.7s1.9-4.7%204.8-4.7c1.1%200%202.2.3%203.4.7v2.6zM38.8%2046.8h.9v-5.5h-.9v-.4h.8c.6%200%201.3%200%202-.1v1c.3-.6.9-1.1%201.6-1.1.8%200%201.2.6%201.2%201.3%200%20.5-.3.8-.8.8s-.8-.3-.8-.7v-.6c0-.2-.1-.3-.2-.3-.7%200-1%201.7-1%202.7v2.7h.9v.4h-3.7v-.2zM47.6%2047.3c-2%200-3.3-1.3-3.3-3.3%200-1.9%201.4-3.3%203.3-3.3s3.3%201.4%203.3%203.3-1.4%203.3-3.3%203.3zm0-6.1c-1.3%200-1.3%201.4-1.3%202.9s0%202.9%201.3%202.9%201.3-1.4%201.3-2.9%200-2.9-1.3-2.9zM51.3%2044.8h.4c.1%201.1.8%202.1%201.9%202.1.6%200%201.3-.3%201.3-.9%200-1.5-3.5-.8-3.5-3.3%200-1.3%201-2%202.2-2%201%200%201.5.2%202%20.4v1.6h-.4c-.1-.9-.8-1.7-1.7-1.7-.5%200-.9.3-.9.8%200%201.3%203.5.7%203.5%203.2%200%201.4-1.3%202.2-2.5%202.2-1%200-1.8-.3-2.2-.4v-2zM56.5%2044.8h.4c.1%201.1.8%202.1%201.9%202.1.6%200%201.3-.3%201.3-.9%200-1.5-3.5-.8-3.5-3.3%200-1.3%201-2%202.2-2%201%200%201.5.2%202%20.4v1.6h-.4c-.1-.9-.8-1.7-1.7-1.7-.5%200-.9.3-.9.8%200%201.3%203.5.7%203.5%203.2%200%201.4-1.3%202.2-2.5%202.2-1%200-1.8-.3-2.2-.4v-2zM3.5%2059.4h1.2v-8.3H3.5v-.4h4.8c1.6%200%202.8.3%202.8%201.9%200%201.4-1.1%202.1-2.4%202.2%201.5%200%203%20.8%203%202.5%200%201.4-1%202.5-3.1%202.5H3.5v-.4zm3.2%200h.7c1.4%200%202.2-.6%202.2-2.3%200-1.5-.5-2.1-1.9-2.1h-1v4.4zm0-4.7h.8c1.1%200%201.6-.5%201.6-1.8s-.4-1.8-1.6-1.8h-.8v3.6zM11.9%2059.4h.9v-8.3h-.9v-.4h.8c.6%200%201.3%200%202-.1v8.8h.9v.4h-3.7v-.4zM22.4%2059.4h.9v.4c-1.2%200-2%200-2.7.1v-1c-.4.7-1.2%201-2%201-1.3%200-2.2-.5-2.2-2.1V54h-.9v-.4h.8c.6%200%201.3%200%202-.1v4.7c0%201%20.5%201.1%201%201.1.8%200%201.4-.7%201.4-2V54h-.9v-.4h.8c.6%200%201.3%200%202-.1v5.9zM25.5%2056.4v.5c0%201.1.2%202.5%201.6%202.5%201.1%200%201.7-.6%202.2-1.5l.3.2c-.5%201.3-1.5%201.9-2.8%201.9-2%200-3.3-1.3-3.3-3.3%200-1.9%201.4-3.3%203.3-3.3%201.6%200%202.9%201.1%202.9%202.9h-4.2zm2.3-.4v-.6c0-.7-.2-1.6-1-1.6-1.2%200-1.2%201.4-1.2%202.2h2.2zM30.1%2056.8h.4c.1%201.3%201.1%202.8%202.7%202.8%201%200%202-.4%202-1.5%200-2.2-5-1.5-5-4.7%200-1.9%201.6-2.7%203-2.7.7%200%201.4.1%202.6.6l.1%202.2h-.4c-.2-1.2-1.2-2.3-2.4-2.3-.8%200-1.4.6-1.4%201.4%200%202%204.9%201.2%204.9%204.8%200%201.6-1.4%202.8-3.3%202.8-1%200-2-.2-3-.6l-.2-2.8zM36.7%2059.4h.9v-8.3h-.9v-.4h.8c.6%200%201.3%200%202-.1v3.8c.4-.7%201.1-1%202-1%201.3%200%202.2.7%202.2%202.1v3.9h.9v.4h-3.7v-.4h.9v-4.1c0-1-.5-1.2-1-1.2-.7%200-1.4.7-1.4%201.7v3.6h.9v.4h-3.7v-.4zM44.5%2059.4h.9V54h-.9v-.4h.8c.6%200%201.3%200%202-.1v5.9h.9v.4h-3.7v-.4zm1.8-8.8c.5%200%201%20.4%201%201%200%20.5-.4%201-1%201-.5%200-1-.4-1-1s.5-1%201-1zM50.3%2056.4v.5c0%201.1.2%202.5%201.6%202.5%201.1%200%201.7-.6%202.2-1.5l.3.2C54%2059.3%2053%2060%2051.7%2060c-2%200-3.3-1.3-3.3-3.3%200-1.9%201.4-3.3%203.3-3.3%201.6%200%202.9%201.1%202.9%202.9h-4.3zm2.3-.4v-.6c0-.7-.2-1.6-1-1.6-1.2%200-1.2%201.4-1.2%202.2h2.2zM54.7%2059.4h.9v-8.3h-.9v-.4h.8c.6%200%201.3%200%202-.1v8.8h.9v.4h-3.7v-.4zM63.2%2059.1c-.5.7-1.2.9-1.9.9-1.9%200-2.7-1.5-2.7-3.3%200-1.7%201-3.3%202.8-3.3.8%200%201.5.3%201.8.9v-3.2h-.9v-.4h.8c.6%200%201.3%200%202-.1v8.8h.9v.4c-1.2%200-2%200-2.7.1v-.8zM61.8%2054c-1.3%200-1.3%201.2-1.3%202.7%200%201.8.3%202.7%201.3%202.7%201.3%200%201.4-1.5%201.4-2.7%200-1-.1-2.7-1.4-2.7z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M53.2%2033.5s9.8-5.2%2012-17.9c.2-1.1%201.3-6.3-1.7-13.3%200%200-4.3%202.2-10.8%202.5C46.2%204.8%2042%202.3%2042%202.3c-1.5%203.8-1.9%207.1-1.9%209.4M39.9%2011.7c0%202.3.4%203.8.5%204.4%202.7%2012.7%2012.7%2017.4%2012.7%2017.4%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2219.7%22%20cy%3D%2218.3%22%20r%3D%228.4%22%2F%3E%3Cpath%20d%3D%22M19.7%2018.3%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M19.8%2018.4M19.8%2012.2M19.8%2018.4M19.8%2018.4M19.8%2018.4M19.8%2018.4M19.8%2018.4M19.8%2018.4%22%2F%3E%3Cpath%20fill%3D%22%230080B6%22%20d%3D%22M17.6%2011.7c-1.5.4-2.4.9-3.3%202.1h3.8c0-.2-.3-.2-.4-.5-.2-.5-.2-.8-.1-1.1.2-.5%200-.5%200-.5z%22%2F%3E%3Cpath%20d%3D%22M19.8%2018.4%22%2F%3E%3Cpath%20fill%3D%22%230080B6%22%20d%3D%22M26.7%2016.6c.1.4.1.9.2%201.3v.4c0%201.9-.5%203.3-1.7%204.6%200%200-2.5-4.9-2.6-5.3-.2-.4-.5-.5.3-.6.4%200%203.8-.4%203.8-.4zM19.8%2025.4c1.1%200%201.8-.2%202.8-.7%200%200-2.1-3.2-2.3-3.5-.1-.2-.3-.5-.4-.5-.1%200-.3.3-.4.5-.2.3-2.3%203.5-2.3%203.5.8.5%201.5.7%202.6.7zM26.7%2010.6v.9h8.6v13.8h-8l-.9-1.8c1.2-1.5%201.8-3.4%201.7-5.5%200-.9-.3-1.7-.6-2.5l-5.8.5c-.9.1-1%20.8%200%202.6l3.2%206.4c.5-.4%201.1-1%201.6-1.6l.9%201.8h-.6v8.6H12.9V26l3-.2c1%20.5%202.2.9%203.4.9h.8c1.5-.1%202.9-.6%204.1-1.3l-3.4-5.5c-.2-.2-.7-1-1.1-1-.5%200-.9.7-1.1.9l-3.5%205.5c.2.1.5.3.7.4l-3%20.2v-.7H12l1-2c.4.6%201.1%201.2%201.7%201.7%200%200%202.5-4.9%203.2-6.4.9-1.9.9-2.5%200-2.6l-5.9-.5c-.3.8-.5%201.6-.6%202.5-.1%202%20.5%203.9%201.6%205.4l-1%202H4.3V11.5h7.8l1.2%201.7c-.4.5-.9%201.1-1.1%201.7h6.3c.7%200%20.9-.7.9-.9%200-.2-.1-.7-.3-.9-.1-.2-.3-.5-.3-.7%200-.7.4-1%201-1s1%20.4%201%201c0%20.3-.1.5-.3.7-.3.2-.3.7-.3.9%200%20.2.1.9.9.9h6.3c-.5-1.1-1.4-2.2-2.4-3-1.4-1.1-3.2-1.8-5.2-1.8-2.6%200-4.9%201.2-6.4%203.1l-1.2-1.7h.8V2.8h13.8v7.8zM13%2016.7c-.1.4-.2.9-.2%201.4v.3c0%201.9.5%203.3%201.7%204.6%200%200%202.4-4.9%202.6-5.3.2-.4.5-.5-.3-.6-.5-.1-3.8-.4-3.8-.4M53.1%2033.9s10.1-5.3%2012.2-18.3c.2-1.1%201.4-6.4-1.8-13.5%200%200-4.4%202.2-11.1%202.5-6.7%200-10.9-2.5-10.9-2.5-1.6%203.9-2%207.2-2%209.6l2.4.2c-.1-2.2.2-4.9%201.1-6.4%200%200%204.1%201.6%209.4%201.6%205.4-.2%209.4-1.7%209.4-1.7%201.6%203.6%201.5%207%20.8%2010.9-2%2010.6-9.7%2014.9-9.7%2014.9s-7.9-4-10.3-14.5c-.4-1.6-.6-3.2-.7-4.7l-2.4-.2c0%202.4.4%203.9.5%204.5%202.8%2012.8%2013.1%2017.6%2013.1%2017.6%22%2F%3E%3Cpath%20fill%3D%22%230080B6%22%20d%3D%22M51.3%2010.8c.1%200%20.2%200%20.2-.1s-.1-.2-.2-.2-.2.1-.2.2c0%200%20.1.1.2.1h.2c-.1.1-.2.1-.3%200-.1-.2-.1-.2-.2-.2h-.2c-.2%200%200-.1%200-.1.4%200%20.7%200%20.8.1.1.1%200%20.2-.1.3l-.2-.1z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M51.3%2010.6%22%2F%3E%3Cpath%20fill%3D%22%230080B6%22%20d%3D%22M61%2018.2c.6-2.4%201.7-6.5.3-11.4%200%200-4.7%201.5-8.7%201.5l.6%201.3c.2.1.3.1.3.1.1%200%20.2.1.2.4v.9c0%20.3.1.4.4.2.3-.2.9-.7%201.2-.9.2-.2.5%200%20.7.1.1.1.4.6.1.9-.4.4-2%201.9-2.1%202.1-.1.1%200%20.3%200%20.3s-.2.1-.3.1c-.1%200-1.7-.2-1.9-.3-.1%200-.1%200-.1-.2v-.8c0-.1.1-.1.3-.1.1%200%20.2-.1.3-.1.1%200%200-.2%200-.2s-.3-.2-.1-.2c.2%200%20.5.1.6.1h.5c-.1-.1-.5-.2-.6-.2-.2-.1-.4-.1-.5-.1-.1%200%200-.1.1-.1s.3-.1.3-.1h.2c.1%200%200-.1%200-.2s-.3-.3-.5-.6c-.2-.2-.4-.5-.5-.6-.1-.1-.1-.2-.1-.3v-.2c0-.3.3-.4.5-.3.3.1.6.2%201.1.4l-.6-1.3c-.7%200-1.5%200-2.2-.1l-.1%201.9h.4c.1%200%20.7.1%201%20.2.3.1.5.5.9.8.2.1.1.2-.1.2-.4.1-1.3%200-1.6%200-.3%200%200%20.1.1.2s.5.2.9.4.1.3-.6.3c-.5%200-1-.2-1.3-.2-.2-.1-.7-.1-.4.6.4.8%201%20.9%203.7%201.3s2.7%202%202.7%202.3c0%20.3-.3%202-2.2%202v-1.6c.2-.2.4-.4.3-.5-.1-.3-.1-.5-2-.6-2.7-.1-4.3-1.2-4.3-3.2%200-1.7%201.5-2.2%202.4-2.3l.1-1.9C47%207.8%2043.9%207%2043.9%207c-.6%201.5-.6%203.2-.6%204.8.1%202.5.7%204.8%201.2%206.4h5.8c.1-.5.5-.9.8-1.1.2-.2.3%200%20.3.1l.2.4.2-.1c-.1-.4-.3-.7-.3-.8-.1-.2-.1-.2-.1-.4s.3-.3.4-.3v-.1c0-.2.1-.1.2-.1.2%200%201%200%201.5.1.1%200%20.1%200%20.1.1v2.2H61zM51.9%2018.2c-.1-.2-.2-.4-.3-.7l-.2.1c.1.2.1.5.2.6h.3zM44.4%2018.2c.1.2.1.3.1.5%202.1%206.6%208.4%2011%208.4%2011s.3-.3.7-.6l-.4-.8c-.1%200-.4.1-.5%200-.1%200-.3-.2-.3-.4V26l-.2.1v.5s-.2.1-.2.3v.6c0%20.4-.6%200-.6-.6%200-.9.5-1.3.8-1.3v.5l.2-.1v-1.4c0-.2.1-.2.1-.2h.3c.1%200%20.7.3.7.4v.7l.2-.1v-.7c0-.2-.1-.3-1.5-.8s-1.4-1.5-1.4-1.6.1-1.2%201.3-1.2v.5h.2v-1c0-.1%200-.1.1-.1h1.1c.1%200%20.1%200%20.1.1v.9l.2-.1v-.6c.1%200%20.2-.2.2-.3%200-.1-.1-.2-1.3-.2-1.7%200-2.3-.8-2.5-1.6-.1-.2-.1-.3%200-.5h-5.8zM51.7%2018.2s0%20.1%200%200c-.1.1-.1.2-.1.3%200%20.2%200%20.4%201.3.4%202.6%200%202.6%201.5%202.6%201.8%200%20.3-.1%201.4-1.6%201.4v-.6l-.2.1v1.2c0%20.1%200%200-.1%200s-1-.3-1.1-.3c-.1%200-.1%200-.1-.1v-.8h-.2v.5l-.1.1c-.1.1%200%20.3.1.4.1.1.8.2%201.4.5.6.3%201.1.8%201.1%201.5%200%20.6-.3%201.1-1%201.4v-.6l-.2.1c0%201-.1%202.5-.1%202.6%200%20.1-.1.1-.2.1l.4.8c1.7-1.4%205.9-5.4%207.2-10.6v-.2h-7.4v.2c0%20.2%200%20.2-.1.2H52c-.1%200-.1%200-.1-.2%200%200%200-.1-.1-.2h-.1zM22%2011.7c1.5.4%202.4.9%203.3%202.1h-3.8c0-.2.3-.2.4-.5.2-.5.2-.8.1-1.1-.2-.5%200-.5%200-.5z%22%2F%3E%3Cpath%20d%3D%22M58.9%2032.7c0-.5.4-.9.9-.9s.9.4.9.9-.4.9-.9.9-.9-.4-.9-.9zm.9%201.1c.6%200%201.1-.4%201.1-1.1%200-.6-.5-1.1-1.1-1.1-.6%200-1.1.4-1.1%201.1%200%20.6.5%201.1%201.1%201.1zm-.2-1h.2l.3.5h.2l-.3-.5c.2%200%20.3-.1.3-.3%200-.2-.1-.3-.4-.3h-.5v1.2h.2v-.6zm0-.2v-.4h.3c.1%200%20.3%200%20.3.2s-.1.2-.3.2h-.3zM28.8%2032.9c0-.5.4-.9.9-.9s.9.4.9.9-.4.9-.9.9-.9-.4-.9-.9zm.9%201.1c.6%200%201.1-.4%201.1-1.1%200-.6-.5-1.1-1.1-1.1-.6%200-1.1.4-1.1%201.1%200%20.6.5%201.1%201.1%201.1zm-.2-1h.2l.3.5h.2l-.3-.5c.2%200%20.3-.1.3-.3%200-.2-.1-.3-.4-.3h-.5v1.2h.2V33zm0-.1v-.4h.3c.1%200%20.3%200%20.3.2s-.1.2-.3.2h-.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-bcbs-dims {
  width: 72.5px;
  height: 64px;
}
.svg-cnn {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%2067.5%2032.8%22%20enable-background%3D%22new%200%200%2065.5%2030.8%22%20width%3D%2267.5%22%20height%3D%2232.8%22%3E%3Cg%20fill%3D%22%231A1A1A%22%3E%3Cpath%20d%3D%22M21.1%201.5h-5.4C7.6%201.5%201%208.1%201%2016.1c0%208.1%206.5%2014.6%2014.6%2014.6h10.2c2.6%200%204.7-2.1%204.7-4.6v-8.9l7.1%2011.2c1%201.4%202.6%202.4%204.5%202.4%203%200%205.4-2.4%205.4-5.4v-8.2l7.1%2011.2c1%201.4%202.6%202.4%204.5%202.4%203%200%205.4-2.4%205.4-5.4V1.5h-3.6v23.9c0%20.9-.8%201.7-1.7%201.7-.6%200-1.1-.3-1.4-.8L44.9%206.5c-.1-.2-.3-.3-.5-.3-.4%200-.6.3-.6.6v18.5c0%20.9-.8%201.7-1.7%201.7-.6%200-1.1-.3-1.4-.8L28%206.5c-.1-.2-.3-.3-.5-.3-.4%200-.6.3-.6.6V26c0%20.6-.5%201-1%201H15.7c-6%200-11-4.9-11-11%200-6%204.9-11%2011-11h5.4V1.5zM21.6%2022.4c.3%200%20.5-.2.5-.5v-15c0-3%202.4-5.4%205.4-5.4%201.9%200%203.5%201%204.5%202.4L39%2015V6.9c0-3%202.4-5.4%205.4-5.4%201.9%200%203.5%201%204.5%202.4l7%2011.1V1.5h3.7v23.9c0%20.4-.3.6-.6.6-.2%200-.4-.1-.5-.3L45.8%205.9c-.3-.5-.8-.8-1.4-.8-.9%200-1.7.8-1.7%201.7v18.5c0%20.4-.3.6-.6.6-.2%200-.4-.1-.5-.3L28.9%205.9c-.3-.5-.8-.8-1.4-.8-.9%200-1.7.8-1.7%201.7v18.7c0%20.3-.2.5-.5.5h-9.7c-5.5%200-9.9-4.5-9.9-9.9s4.4-9.9%209.9-9.9H21v3.7h-5.4c-3.5%200-6.2%202.8-6.2%206.2s2.8%206.3%206.2%206.3h6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-cnn-dims {
  width: 67.5px;
  height: 32.8px;
}
.svg-forbes {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%20124.8%2035%22%20enable-background%3D%22new%200%200%20122.8%2033%22%20width%3D%22124.8%22%20height%3D%2235%22%3E%3Cg%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%231A1A1A%22%3E%3Cpath%20d%3D%22M74.8%2010c-1.9%200-3.4.4-5%201.2%200-4.4%200-8.4.1-9.8l-9.2%201.7v.8l1%20.1c1.2.3%201.7%201%201.9%202.6.3%203.3.1%2020.9%200%2023.8%202.5.6%205.1%201%207.7%201%207.3%200%2011.7-4.5%2011.7-11.7.1-5.6-3.5-9.7-8.2-9.7zm-3.1%2020c-.6%200-1.2%200-1.7-.1-.1-1.9-.3-10.1-.1-17.2.8-.3%201.4-.4%202.1-.4%203%200%204.7%203.6%204.7%208-.1%205.4-2.1%209.7-5%209.7zM26.1%202H1.8v1.2l1.4.1c1.8.3%202.5%201.4%202.8%204%20.4%205%20.3%2013.9%200%2018.2-.3%202.6-1%203.9-2.8%204l-1.4.3v1.1h15.6v-1.1l-1.7-.3c-1.8-.1-2.5-1.4-2.8-4-.1-1.8-.3-4.7-.3-8.3l3.3.1c2.1%200%203%201.7%203.4%204h1.2v-9.8h-1.2c-.4%202.3-1.4%204-3.4%204l-3.3.1c0-4.7.1-9.1.3-11.7h4.8c3.7%200%205.6%202.3%207%206.5l1.4-.4V2zM33.9%209.7c6.9%200%2010.3%204.7%2010.3%2010.9%200%205.9-3.9%2010.9-10.7%2010.9-6.9%200-10.3-4.7-10.3-10.9%200-5.9%203.8-10.9%2010.7-10.9zm-.4%201.4c-3%200-3.9%204.1-3.9%209.5%200%205.2%201.4%209.5%204.1%209.5%203.2%200%204-4.1%204-9.5.1-5.2-1.3-9.5-4.2-9.5zM84.9%2020.8c0-5.6%203.6-11%2010.6-11%205.8%200%208.5%204.3%208.5%209.9H91.2c-.1%205.1%202.3%208.8%207.3%208.8%202.2%200%203.3-.6%204.7-1.5l.6.7c-1.4%201.9-4.4%203.9-8.3%203.9-6.2-.1-10.6-4.5-10.6-10.8zm6.3-2.7l6.5-.1c0-2.8-.4-6.9-2.8-6.9-2.3%200-3.5%203.9-3.7%207zM120.4%2010.8c-1.7-.7-3.9-1.1-6.3-1.1-5.1%200-8.3%203-8.3%206.6%200%203.6%202.3%205.1%205.6%206.2%203.4%201.2%204.4%202.2%204.4%203.9%200%201.7-1.2%203.2-3.4%203.2-2.6%200-4.5-1.5-6.1-5.6l-1%20.3.1%206.1c1.7.7%204.7%201.2%207.3%201.2%205.4%200%208.8-2.8%208.8-7%200-2.9-1.5-4.5-5.1-5.9-3.9-1.5-5.2-2.5-5.2-4.3%200-1.8%201.2-3%202.9-3%202.5%200%204.1%201.5%205.4%205.2l1-.3-.1-5.5zM62.2%2010.3c-2.3-1.4-6.5-.7-8.7%204.3l.1-4.8-9.2%201.8v.8l1%20.1c1.2.1%201.8.8%201.9%202.6.3%203.3.1%209.1%200%2012-.1%201.7-.7%202.5-1.9%202.6l-1%20.1v1.1h12.8v-1.1l-1.7-.1c-1.4-.1-1.8-1-1.9-2.6-.3-2.6-.3-7.9-.1-11.2.7-1%203.7-1.8%206.5%200l2.2-5.6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-forbes-dims {
  width: 124.8px;
  height: 35px;
}
.svg-health-accident {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%2033.5%2027.5%22%20enable-background%3D%22new%200%200%2031.5%2025.5%22%20width%3D%2233.5%22%20height%3D%2227.5%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M30.1%203.7H18.4v-.6C18.4%201.4%2017%200%2015.3%200s-3.1%201.4-3.1%203.1v3H7.4c-.2%200-.4.1-.5.3l-3%205.5-2.4%202.4c-.1.1-.2.3-.2.4v6.8c0%20.3.3.6.6.6h2.5c.3%201.4%201.5%202.5%203%202.5s2.7-1.1%203-2.5h11.2c.3%201.4%201.5%202.5%203%202.5s2.7-1.1%203-2.5h2.5c.3%200%20.6-.3.6-.6V4.3c0-.3-.3-.6-.6-.6zm-.6%2014.7h-16V4.9h16v13.5zm-8%202.5H10.4c-.1-.5-.3-.9-.6-1.2h12.3c-.3.3-.5.7-.6%201.2zm-8-17.8c0-1%20.8-1.8%201.8-1.8s1.8.8%201.8%201.8v.6h-3.7v-.6zm-8.8%209.6l.1-.1%202.9-5.2h4.6v11.1H2.4V15l2.3-2.3zm-2.3%207h2.5c-.3.4-.5.8-.6%201.2H2.4v-1.2zm5%203.6c-1%200-1.8-.8-1.8-1.8s.8-1.8%201.8-1.8%201.8.8%201.8%201.8-.8%201.8-1.8%201.8zm17.2%200c-1%200-1.8-.8-1.8-1.8s.8-1.8%201.8-1.8%201.8.8%201.8%201.8-.8%201.8-1.8%201.8zm3-2.4c-.1-.5-.3-.9-.6-1.2h2.5v1.2h-1.9zM6.5%2013.5c.1%200%20.2.1.3.1.2%200%20.4-.1.6-.3L9%209.8h1.5c.3%200%20.6-.3.6-.6s-.3-.6-.6-.6H8.6c-.3%200-.5.1-.6.3l-1.8%203.7c-.2.3%200%20.7.3.9zM17.2%2010.4v2.5c0%20.3.3.6.6.6h1.8v1.8c0%20.3.3.6.6.6h2.5c.3%200%20.6-.3.6-.6v-1.8h1.8c.3%200%20.6-.3.6-.6v-2.5c0-.3-.3-.6-.6-.6h-1.8V8c0-.3-.3-.6-.6-.6h-2.5c-.3%200-.6.3-.6.6v1.8h-1.8c-.3%200-.6.3-.6.6zm1.2.7h1.8c.3%200%20.6-.3.6-.6V8.6H22v1.8c0%20.3.3.6.6.6h1.8v1.2h-1.8c-.3%200-.6.3-.6.6v1.8h-1.2v-1.8c0-.3-.3-.6-.6-.6h-1.8v-1.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-health-accident-dims {
  width: 33.5px;
  height: 27.5px;
}
.svg-health-dental {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%2029.2%2031.7%22%20enable-background%3D%22new%200%200%2027.2%2029.7%22%20width%3D%2229.2%22%20height%3D%2231.7%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M9.1%2029.7c-.7%200-1.6-.6-2.8-1.8C4%2025.5%204%2023.8%204%2022.1v-1c-.1-1.9-1-3.8-2-6.1l-.2-.5C.8%2012.2-.8%208.8.6%204.9%201.9%201.2%205.4.6%208.3%201.6c1.3.5%202.1%201.2%202.8%201.9.7.7%201.3%201.3%202.2%201.4%202.3.4%204.4-.8%204.4-.9.2-.1.5-.1.7.2.1.2.1.5-.2.7-.1.1-2.4%201.4-5.1%201-1.2-.2-2-1-2.7-1.7C9.7%203.7%209%203%207.9%202.6%205.7%201.8%202.6%202%201.4%205.3c-1.2%203.5.3%206.7%201.2%208.8l.2.5c1.1%202.3%202%204.3%202.1%206.4v1c0%201.7%200%203%202%205.1%201.7%201.7%202.2%201.5%202.2%201.5.1%200%20.3-.4.3-1.2%200-.4%200-.8-.1-1.3-.1-1.5-.1-3%20.1-4.6.1-1.2.9-2.2%202-2.8%201.3-.7%202.9-.6%204.3.2%202.5%201.3%201.9%204%201.5%206.1-.1.6-.3%201.2-.3%201.7-.1%201.2%200%201.6%200%201.7.1%200%20.4-.1%201-.6%201.4-1%202.9-4.1%203.7-6.4.3-1%20.3-1.6.3-2.3%200-.9%200-1.8.6-3.4.3-.8.7-1.6%201-2.3.9-1.9%201.8-3.9%201.9-6.5.1-2.6-1.7-3.9-5.8-4.4-1.8-.2-3.2.2-4%20.5-.9.4-1.4.8-1.4.8-.2.2-.5.2-.7%200-.2-.2-.2-.5%200-.7.1-.1%202.2-2%206.1-1.6%201.7.2%206.8.7%206.6%205.3-.1%202.8-1.1%204.8-2%206.8-.4.8-.7%201.5-1%202.3-.6%201.5-.6%202.2-.5%203.1%200%20.7%200%201.5-.3%202.6-.8%202.4-2.4%205.6-4%206.9-.7.5-1.4%201-2.1.7-.6-.3-.6-1.3-.5-2.6l.3-1.8c.5-2.5.7-4.2-1-5.1-1.2-.6-2.4-.7-3.4-.2-.8.4-1.4%201.2-1.5%202.1-.2%201.6-.1%203%200%204.5%200%20.4%200%20.9.1%201.3%200%201.2-.2%201.9-.8%202.1-.1.1-.3.2-.4.2zM3.5%206.3c-.6%202-.1%204.2%201.5%205.6.5.4%201.1-.3.7-.7-1.3-1.2-1.8-3-1.2-4.6.1-.7-.8-.9-1-.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-health-dental-dims {
  width: 29.2px;
  height: 31.7px;
}
.svg-health-major-medical {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%2028.4%2027%22%20enable-background%3D%22new%200%200%2026.4%2025%22%20width%3D%2228.4%22%20height%3D%2227%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M25.9%2014.6H18c-.2%200-.4.1-.5.3l-1%201.9-1.7-6.1c-.1-.2-.2-.4-.5-.4-.2%200-.4.1-.5.3l-2.2%204.5-1.6-2.4c-.1-.1-.3-.2-.4-.2-.2%200-.3.1-.4.2l-1.4%201.9H1.7c-.3%200-.5.2-.5.5s.2.5.5.5H8c.2%200%20.3-.1.4-.2l1.1-1.5%201.7%202.5c.1.2.3.2.5.2s.4-.1.4-.3l2-4.1%201.7%206.1c.1.2.2.4.5.4.2%200%20.4-.1.5-.3l1.4-2.9h7.6c.3%200%20.5-.2.5-.5.1-.2-.1-.4-.4-.4zM3.7%2013.5h.2c.3-.1.4-.4.3-.7-.6-1.5-.9-3-.9-4.4%200-4.2%202.3-6.2%204.6-6.4%202.2-.2%204.8%201.4%205.4%205.2%200%20.3.3.4.5.4.3%200%20.5-.2.5-.4.6-3.9%203.2-5.5%205.5-5.3%202.2.2%204.5%202%204.5%205.9%200%201.5-.4%203.2-1.3%205-.1.3%200%20.6.3.7.3.1.6%200%20.7-.3.9-1.9%201.4-3.7%201.4-5.4%200-3.1-1.7-6.6-5.5-6.9C17.6.7%2015%202%2013.8%205.1%2012.6%202%2010%20.8%207.8.9%205%201.2%202.2%203.6%202.2%208.4c0%201.5.3%203.1%201%204.8.1.2.3.3.5.3zM20.5%2016.9c-2.6%203.4-5.8%206.1-6.7%206.9-1.1-.7-4.5-3.4-7.2-6.9-.2-.2-.5-.3-.7-.1-.2.2-.3.5-.1.7%203.3%204.4%207.6%207.3%207.8%207.4.1.1.2.1.3.1.1%200%20.2%200%20.3-.1.2-.1%204-3.2%207.2-7.4.2-.2.1-.6-.1-.7-.3-.2-.6-.2-.8.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-health-major-medical-dims {
  width: 28.4px;
  height: 27px;
}
.svg-health-short-term {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%2024.5%2036.8%22%20enable-background%3D%22new%200%200%2022.5%2034.8%22%20width%3D%2224.5%22%20height%3D%2236.8%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M21.7%2017.3c0-3.7-1.9-6.9-4.8-8.8v-7c0-.4-.3-.7-.7-.7H6.5c-.4%200-.7.3-.7.7v7.1C2.9%2010.4%201%2013.7%201%2017.4s1.9%206.9%204.8%208.8v7.1c0%20.4.3.7.7.7h9.7c.4%200%20.7-.3.7-.7v-7.1c2.8-1.9%204.8-5.2%204.8-8.9zM7.1%202.1h8.3v5.7c-1.2-.5-2.6-.8-4.1-.8-1.5%200-2.9.3-4.2.8V2.1zm8.3%2030.4H7.1v-5.7c1.3.6%202.7.9%204.1.9%201.5%200%202.9-.3%204.1-.9v5.7zm-4.1-6.2c-5%200-9-4-9-9s4-9%209-9%209%204%209%209-4.1%209-9%209zM11.3%2017v-3.8c0-.4-.3-.7-.7-.7-.4%200-.7.3-.7.7v4.1c0%20.2.1.4.2.5L15%2022c.1.1.3.2.4.2.2%200%20.4-.1.5-.2.2-.3.2-.7-.1-1l-4.5-4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-health-short-term-dims {
  width: 24.5px;
  height: 36.8px;
}
.svg-health-vision {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%2031%2033.4%22%20enable-background%3D%22new%200%200%2029%2031.4%22%20width%3D%2231%22%20height%3D%2233.4%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M19.8%2022.3c-1.9%200-3.5%201.2-4.1%202.9-.3-.3-.8-.5-1.2-.5-.5%200-.9.2-1.2.5-.6-1.7-2.2-2.9-4.1-2.9-2.4%200-4.4%202-4.4%204.4%200%202.4%202%204.4%204.4%204.4s4.4-2%204.4-4.4c0-.5.4-1%201-1s1%20.4%201%201c0%202.4%202%204.4%204.4%204.4s4.4-2%204.4-4.4c-.3-2.5-2.2-4.4-4.6-4.4zM9%2030.1c-1.9%200-3.4-1.5-3.4-3.4s1.5-3.4%203.4-3.4%203.4%201.5%203.4%203.4c.1%201.8-1.5%203.4-3.4%203.4zm10.8%200c-1.9%200-3.4-1.5-3.4-3.4s1.5-3.4%203.4-3.4%203.4%201.5%203.4%203.4c0%201.8-1.6%203.4-3.4%203.4zM3.9%2023.8c-.2-.1-.5%200-.6.2-.4.8-.6%201.7-.6%202.6%200%20.3.2.5.5.5s.5-.2.5-.5c0-.8.2-1.5.5-2.2.1-.2%200-.5-.3-.6zM25.5%2024c-.1-.2-.4-.4-.6-.2-.2.1-.4.4-.2.6.3.7.5%201.5.5%202.2%200%20.3.2.5.5.5s.5-.2.5-.5c-.1-.9-.3-1.7-.7-2.6zM27.3%2012.6c-.3%200-.6.3-.6.6%200%202.1-1.4%203.9-3.4%204.4V9.8c0-5-4-9-9-9s-9%204-9%209v7.7C3.5%2017%202%2015.3%202%2013.2c0-.3-.3-.6-.6-.6s-.6.3-.6.6c0%203.1%202.5%205.6%205.6%205.6h15.8c3.1%200%205.6-2.5%205.6-5.6.1-.3-.1-.6-.5-.6zM14.4%201.9c4.3%200%207.9%203.5%207.9%207.9v4.5H6.5V9.8c0-4.3%203.6-7.9%207.9-7.9zM6.5%2017.7v-2.3h15.8v2.3H6.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-health-vision-dims {
  width: 31px;
  height: 33.4px;
}
.svg-humana {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%20125.3%2039.3%22%20enable-background%3D%22new%200%200%20123.3%2037.3%22%20width%3D%22125.3%22%20height%3D%2239.3%22%3E%3Cpath%20fill%3D%22%2387C546%22%20d%3D%22M121.5%2029.5c0%201.1-.8%201.9-1.9%201.9-1%200-1.9-.8-1.9-1.9%200-1.1.8-1.9%201.9-1.9%201.1%200%201.9.9%201.9%201.9m-3.4%200c0%20.9.6%201.6%201.5%201.6.8%200%201.5-.7%201.5-1.6%200-.9-.6-1.6-1.5-1.6-.8%200-1.5.7-1.5%201.6m1.5-1c.5%200%20.8.1.8.6%200%20.3-.1.5-.4.6l.1.2c.1.2.2.4.4.6%200%200%200%20.1-.1.1H120.1c-.1-.1-.2-.3-.3-.4l-.2-.3h-.3v.7h-.4v-2h.7zm-.3.9h.3c.3%200%20.4-.1.4-.3%200-.2-.2-.3-.4-.3h-.3v.6zm-77.4-14c-.3%200-.6.2-.6.6v12c-.9.2-1.8.3-2.8.3-2.1%200-2.8-.8-2.8-3V16c0-.4-.3-.6-.6-.6H32v9.9c0%204.6%202.4%206.1%206.4%206.1%203.2%200%206.3-.9%206.6-1v-15h-3.1zm48.2%2015.9c.3%200%20.6-.2.6-.6V18.6c.9-.2%201.8-.3%202.8-.3%202.1%200%202.8.8%202.8%203v9.4c0%20.4.3.6.6.6h3.2v-10c0-4.6-2.4-6.1-6.4-6.1-3.2%200-6.3.9-6.6%201v15.1h3zM77.5%2015.2c-4.1%200-6.7%202.2-6.7%206.9v2.4c0%205.2%202.8%206.9%205.8%206.9%201.5%200%203-1%203.5-1.7v1c0%20.3.2.6.6.6h3.1V16.1s-3.1-.9-6.3-.9m2.6%2012.2c-.7.6-1.2.9-2.7%201-2.1%200-3-1.3-3-4v-2.2c0-3.1%201.1-4%203-4%201.5%200%202.4.1%202.7.2v9zm29.1-12.2c-4.1%200-6.7%202.2-6.7%206.9v2.4c0%205.2%202.8%206.9%205.8%206.9%201.5%200%203-1%203.5-1.7v1c0%20.3.2.6.6.6h3.1V16.1s-3.1-.9-6.3-.9m2.6%2012.2c-.7.6-1.2.9-2.7%201-2.1%200-3-1.3-3-4v-2.2c0-3.1%201.1-4%203-4%201.5%200%202.4.1%202.7.2v9zm-98.4%203.9h3.3c.2%200%20.6-.2.6-.6V22h6.1c1%200%201.8.8%201.8%201.7v7.1c0%20.3.3.6.6.6H29V10.5h-3.3c-.3%200-.6.2-.6.5v7.8h-6.4c-.8%200-1.5-.7-1.5-1.5V11c0-.2-.2-.5-.6-.5h-3.3v20.8zm49.2-16.1c-1.8%200-3.4.7-4.2%201.2-1.1-.9-2.7-1.2-4.6-1.2-2.9%200-5.3.9-5.7%201v15.1h3.1c.3%200%20.6-.3.6-.6V18.6c.7-.2%201.3-.3%201.8-.3%202.2%200%202.7.9%202.7%203v9.4c0%20.3.2.6.6.6h2.6c.4%200%20.6-.3.6-.6V19c.6-.5%201.4-.7%202.2-.7%201.7%200%202.4.8%202.4%202.8v9.6c0%20.2.2.6.6.6h3.1V20.6c-.1-4-2.7-5.4-5.8-5.4%22%2F%3E%3C%2Fsvg%3E");
}
.svg-humana-dims {
  width: 125.3px;
  height: 39.3px;
}
.svg-icon-build {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%2056.5%2045.8%22%20enable-background%3D%22new%200%200%2054.5%2043.8%22%20width%3D%2256.5%22%20height%3D%2245.8%22%3E%3Cg%3E%3Cpath%20fill%3D%22%231A1A1A%22%20d%3D%22M9.1%2024.4c.7.2.6.7-.2%201.1-1.3%201-2.1.2-3-.7l-2.2-2.2c-.6-.5-2.5-1.6-1.7-2.5.5-.7%201.3-1.2%202-1.7H2.8c.2.3.7.6%201%20.8.8.7%202-.5%201.2-1.2-.3-.2-.7-.6-1.1-.8-.4-.3-.8-.3-1.2%200-1.4%201.1-3.1%202.1-2.6%204.1.1.8.9%201.2%201.5%201.7%201.2.9%202.1%202%203.1%203.1%201.5%201.6%203.1%202.1%205%201%201.6-1%202.1-2.6.6-3.8-.9-.8-2.1.4-1.2%201.1zM5.4%2018.4c2.1-2.1%204.3-4.2%206.4-6.4.7-.7%201.6-1.6%202.2-2.4.8-1%201.7-2%202.7-2.9-.7.7%203.8-3.7%203.4-1.7-.2%201.2-.7%202.3-.5%203.6.5%202.6%201.3%202.9-.8%205-3.2%203.1-7.1%205.4-9.9%209-.7.8.5%202.1%201.2%201.2%203.6-4.5%208.8-7.1%2012.3-11.6.2-.3.3-.7.2-1.1-1.7-2.5-.6-4.2-.6-6.8%200-1.1-.3-1.4-1-2.1-.2-.2-.7-.3-1.1-.2C14%205.9%209.2%2012.1%204.3%2017.2c-.8.8.4%202%201.1%201.2zM16.5%2017.9c1.7%201.3%202.7%203.2%204.1%204.7%201.7%201.7%203.5%203.2%205.1%204.9.8.7%202.1-.4%201.2-1.2-1.6-1.5-3.1-3-4.7-4.5-1.7-1.6-2.8-3.7-4.6-5.1-.8-.7-2%20.6-1.1%201.2zM13.5%2020.6c1.7%201.9%203.5%203.8%205.3%205.7%201.6%201.7%203%203.3%205%204.5%201%20.6%201.8-.9.9-1.5-1.8-1.1-3.2-2.6-4.6-4.2-1.7-1.9-3.5-3.8-5.3-5.7-.9-.9-2%20.3-1.3%201.2zM23%2032.6c2.2-1.2%203.5-3.6%205.4-5.1.8-.7-.4-1.9-1.2-1.2-1.8%201.5-2.9%203.7-5%204.9-1.1.5-.2%202%20.8%201.4zM21.8%2032.4c3.2%204.5%207.9%208%2012.3%2011.3.3.2.7.1%201.1-.2%201.9-1.5%203.7-3%205.2-4.8.7-.8-.5-2.1-1.2-1.2-.9%201.1-1.8%202-2.9%202.9-.5.5-1.1.9-1.7%201.3-.4.3-2.6-1.9-3.2-2.3-2.9-2.3-5.9-5-8.1-7.9-.7-.9-2.2%200-1.5.9zM27.3%2027.5c4%203.6%208.1%207.3%2011.8%2011.2.7.8%202-.4%201.2-1.2-3.6-4-7.8-7.7-11.8-11.2-.8-.8-2%20.5-1.2%201.2zM21.1%2028c-2.3%202.4-10.1%209.3-7%2013.3%203.7%204.8%2010.1-1.9%2012.2-5%20.7-.9-.8-1.7-1.5-.9-.9%201.3-2.1%202.4-3.2%203.5-.8.8-1.7%201.4-2.8%201.9-2.5%201-4-1.2-3.1-3.5%201.2-3%204.3-5.9%206.6-8.1.8-.8-.4-2-1.2-1.2zM25.9%2025.2c2.2-2.1%204.6-4.1%207-6.1.2-.2.3-.6.2-.8-.9-3.2-1-6.4-.4-9.7%201.2-6.6%209-6.2%2014-5-.2-.5-.2-1-.4-1.5-1.3%201.4-5.4%204.2-5.7%206-.4%201.9-.2%204-.3%205.9%200%20.5.4.8.9.9%201.7.2%203.8.3%205.5-.1%202-.6%204.8-4.2%206.4-5.5-.4-.2-.9-.5-1.3-.7%200%201.9%200%203.8-.1%205.8-.1%202.8-.2%205.1-2.9%207-2.5%201.7-8.2%202.4-10.8%201.1-.3-.2-.7-.2-1.1.2-2.1%202.1-4.1%204.4-6.2%206.4-.7.8.4%202.1%201.2%201.2%201.3-1.3%202.6-2.7%204-4.1%201.5-1.6%201.7-1.7%203.8-1.3%203.1.6%207.4-.7%2010-2%204.6-2.4%203.6-9.8%203.6-14.2%200-.6-.7-1.2-1.3-.7-1.6%201.2-3%202.4-4.4%203.7-2%201.8-4%201.9-6.5%201.7l.8.8c.1-1.3.2-2.7.2-4%20.2-2.4%203.8-5%205.4-6.6.5-.6.3-1.4-.3-1.5-6-1.5-13.5-1.7-15.9%205-1.1%203.1-.8%206.7-.3%209.8.4%202.6-4.5%205.3-6.4%207.1-.7.8.5%202%201.3%201.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-icon-build-dims {
  width: 56.5px;
  height: 45.8px;
}
.svg-icon-usa {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%20110.3%2069.1%22%20enable-background%3D%22new%200%200%20108.3%2067.1%22%20width%3D%22110.3%22%20height%3D%2269.1%22%3E%3Cpath%20fill%3D%22%23387C42%22%20d%3D%22M95.5%2027.6c-.1%201.6-.7%204.1.1%205.6.7%201.4%201%202.3-.2%203.6-.7.8-1.5%201.6-2.1%202.5-2.1%202.8-4.8%205.5-5.6%209.1-1.1%204.8%203.3%208%203.7%2012.6.2%202.4-2.3.8-3.1-.2-.8-1.1-.5-2.8-.7-4.1-.2-1.5-1.2-2.5-2.4-3.2-1.5-.9-3.4-.7-5-.5-1.2%200-2.2-.6-3.4-.6-1.2-.1-2.4-.1-3.6.1-1.1.2-2.5.6-2.9%201.7-1.2%203.3-4.5%201.2-7%201-1.4-.1-2.8%200-4%20.9-.8.6-.2.9-1.4%201.2-.9.2-2.2.3-3%20.8-1.1.6-1%202.1-1.7%203-1.1%201.5-.9%203.1-.5%204.9.3-.4.5-.7.8-1.1-1.9.1-4.2.1-4.4-2.6%200-.6-.2-1.2-.7-1.6-.9-.9-1.3-1.6-1.9-2.9-.3-.6-.7-1.4-1.3-1.8-1-.8-2.9-1.3-3.9-.2-.5.6-1%201.8-1.6%202.1.1%200-1.2-1.8-1.4-2.4-.1-.5-.3-.8-.5-1.3-.6-1-1.9-.9-2.2-2.3-.1-.6-.7-1-1.1-1.2-1.3-.8-3.8-.8-5.2-.3-1.1.4-3.1%200-4.3-.1-1.8-.1-3.1-.4-4.7-1.4-1.2-.8-2.4-1.5-3.7-2.3-.7-.5-4.9-1.6-4.9-2.3H10v.2l1.5-.6c-1.1-1.3-2.3-2.3-3.8-3.2-1.3-.8-2.2-1.1-1.9-2.9.1-.7-.2-1.3-.4-2-.7-2-1.6-3.7-2.1-5.8-.4-1.7-2-7.1-.6-8.5.8-.8.8-1.9.6-2.9-.3-2.4%201.4-4.7%202.3-6.8.6-1.4.9-3%201-4.5.1-.9%200-1.9-.1-2.8%200-.8%202.1.5%202.5.7.5.2%201.1.1%201.2-.5.2-.9.2-1.6.1-2.5-.3.4-.5.8-.8%201.1%204.5.4%208.8%201.7%2013.3%202.4%204.9.8%209.8%201.2%2014.8%201.5%204.9.3%209.8.2%2014.6%200%201%200%202.8-.5%203.8-.2.9.3%201.8.5%202.8.8%202.3.6%204.6%201%207%201.4V7.6c-1.9.7-3.4%201.7-4.7%203.3-.3.4-.4%201.1.2%201.3.4.2%202.2.1%202.2.1.3.3.5.5%201%20.4.7-.1.8-.2%201.5-.6.2-.1%204.6-2.4%204.3-1.2-.2.6.1%201.1.7%201.1%201.2%200%202.3-.1%203.5-.1-.1-.7-.4-.9-1-.6-.4%200-.8.1-1.1.3-1.5.7-2.3%201.8-2.4%203.5%200%20.4.4.9.8.9.2%200%20.5-.1.7-.1-.2-.4-.5-.9-.7-1.3-.9%202-1.6%204.2-1.3%206.4.2%201.3.9%203.9%202.7%203.6%201.3-.2%202-.9%202.1-2.2.2-1.8-1.7-3.2-.7-5.1.5-.9%201.8-3%203.1-2.4.9.4.6%202%20.4%202.7-.2.8.8%201.4%201.4.8%201-.9.5%201.7.4%201.8-.2.8-.5%201.5-.8%202.3-.2.5-.1%201.1.5%201.2%202%20.7%204.1.5%206-.5%201.2-.6%203.2-2.7%203.1-4.2-.1-1.1%200-1.3%201.3-1.4.7-.1%201.5-.4%201.9-.9.8-1.2.8-2.7-.7-3.1.2.4.3.8.5%201.2%201.1-1.7%202.6-2.8%204.5-3.5%201-.3%202.2-.4%203-1.1.9-.7%201.4-1.5%201.8-2.5.3-.8.8-3.7.3-4.4.5.5%201.3.4%201.8.2%201.5-.4%201.2%201.6%201.8%202.4.4.4.8.8%201.1%201.2%201%201-1.2%202.2-1.7%202.6-1.2.9-2%202.1-2.5%203.5-.1.3-.2.8.1%201l-.1-.1c-.1.3-.1.7%200%201%20.2.8.4%201.3.9%201.9.4.4.4.4.1%200-.4%200-.7.3-1%20.5-.9.5-1.5%201.3-2.5%201.7-1.3.6-2.3%201.9-1.9%203.4.4%201.5.4%202.5-.7%203.7-.2.5-.2.9-.2%201.3-.1%201.1%201.6%201.1%201.7%200%200-.2%201-1.4%201.2-2.2.1-.5.1-1.2%200-1.7-.4-2.2%201-2.7%202.4-3.5.7-.4%201.1-1%201.9-1.1.5-.1.9-.2%201.1-.7.6-1.7-1.7-2.1-1.1-4%20.1-.3%200-.7-.2-.8-.1-.1-.2-.2-.3-.2%200%20.3.1.7.1%201%20.9-2.1%202.6-3.1%204.2-4.6.9-.8.8-2%20.3-3-.3-.5-.8-1-1.2-1.4-.7-.7-.5-1.8-1-2.6-.7-1.1-1.8-1.1-2.8-.7-.7.3-1.3-1.1-2.2-.3-1.3%201.1-.7%203.4-.9%205-.4%202.8-3.3%202.8-5.4%203.7-1.7.7-3%202.2-4%203.7-.3.5%200%201.1.5%201.2.9.2-2.4.9-2.8%201-.5.1-1%20.7-1.1%201.3-.2%201.5.1%202.4-1.1%203.6-1.4%201.5-3.7%201.6-5.5%201%20.2.4.3.8.5%201.2.6-1.5%201.8-3.8%201.3-5.5-.5-1.6-2.4-1.7-3.5-.6.5.3.9.6%201.4.8.3-1.4.5-3.1-.6-4.3-1.4-1.5-3.2-.6-4.5.5-1.7%201.5-2.3%203.5-1.8%205.6.2.9.6%201.6.7%202.5.2%201.3-1.3-.8-1.4-1.3-.4-1.9.3-4%201.1-5.7.2-.5%200-1.4-.7-1.3-.2%200-.5.1-.7.1.3.3.6.6.9.8%200-2.5%202.7-2.1%204.1-2.3.3%200%20.5-.3.6-.6.9-2.9-3.9-2-5.3-1.9.3.4.5.7.8%201.1.3-1.4-.4-2.2-1.7-2.7-2-.8-4.4%202.1-6.2%202.4.3.1.6.3%201%20.4-.3-.4-.6-.8-1.2-1-.5-.1-1.2.4-1.7.2.1.4.1.9.2%201.3%201.1-1.4%202.3-2.3%204-2.9.7-.3.9-1.5%200-1.6-4-.6-8.1-2.4-12.1-2.1-5.2.3-10.4.4-15.6.1-5.4-.2-10.9-.8-16.3-1.6C18%203.3%2013.9%202%209.5%201.6c-.6%200-.9.6-.8%201.1%200%20.5%200%201-.1%201.6.4-.2.9-.4%201.3-.5-.9-.5-3.3-2.3-4.3-1.7C4.1%203%205%205%205.1%206.3c.1%203.2-1.6%205.7-2.7%208.5-.7%201.8-.3%204.4-1.4%205.9-1.1%201.5-.3%203.4%200%205.1.5%202.7.7%205.6%201.8%208.2.7%201.6%201.6%202.8%201.1%204.6-.2.5%200%201.2.3%201.6.8.9%201.7%201.2%202.7%201.8%201.4.7%202.5%201.8%203.4%203%20.5.5%201.5.1%201.5-.6v-.2c-.1-1.1-1.7-1.1-1.7%200%200%201.8%201.3%202.7%203%202.9%203.6.4%206%203.7%209.4%204.6%202.2.5%205%20.7%207.2.3%201.1-.2%204-.7%204.4%201%20.1.8%201%201.3%201.6%201.6%201%20.6%201.3%202.4%201.9%203.3.5.7%201.4%201.3%202.2%201.6.4.1.7-.1%201-.3%201.6-1.3%202.7-4.3%204.4-.2.3.8.5%202%201.3%202.5%201.2.7.6%202%201.2%203%201.4%202%203.4%202.2%205.6%202.1.6%200%20.9-.5.8-1.1-.3-1.6-.1-2.7.7-4%20.3-.4.6-.9.6-1.4.1-1.1%203.2-1.3%204-1.7.8-.4.5-1.3%201.8-1.5%201.4-.2%202.8%200%204.1.5%201.7.6%203.7.6%205.1-.1%201.8-.8%201.3-3.1%203.7-3.3%202.4-.2%204.6.7%207%20.4%201.5-.1%202.9%200%204.1%201%201.1.9.7%202.7.9%203.9.2%201.5.9%203.1%202.4%203.9%202.6%201.5%204.6.8%204.6-2.3%200-4.9-4.8-8-3.6-12.9.5-2%202.1-4.4%203.7-5.6.5-.4.8-1.1%201.1-1.6.6-1%201.5-1.9%202.3-2.8.8-.8%201.7-2.1%201.5-3.3-.1-.8-.4-1.2-.8-1.9-.8-1.1-.2-3.9-.1-5.2.1-1.1-1.6-1.1-1.7%200z%22%2F%3E%3C%2Fsvg%3E");
}
.svg-icon-usa-dims {
  width: 110.3px;
  height: 69.1px;
}
.svg-icon_contact {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%2055.5%2049.7%22%20enable-background%3D%22new%200%200%2053.5%2047.7%22%20width%3D%2255.5%22%20height%3D%2249.7%22%3E%3Cg%20fill%3D%22%231A1A1A%22%3E%3Cpath%20d%3D%22M1.5%2021.6C18.8%2016.2%2035.6%209.7%2052.2%202.4c1.5-.7.2-2.8-1.3-2.2-16.3%207.3-33%2013.6-50%2019-1.6.5-.9%202.9.6%202.4zM50.6%201.6c-2.3%2012.7-5.6%2025.1-9.7%2037.3-.5%201.5%201.9%202.2%202.4.7C47.5%2027.4%2050.7%2015%2053%202.3c.3-1.6-2.1-2.2-2.4-.7zM1%2022.2c13.5%206%2026.9%2012.1%2040.5%2018%201.5.6%202.7-1.5%201.3-2.2-13.5-5.9-27-12-40.5-18-1.5-.6-2.8%201.6-1.3%202.2zM21.7%2029.4c11-7.9%2019.5-19.2%2030.5-27%201.3-.9.1-3.1-1.3-2.2-11%207.9-19.5%2019.2-30.5%2027-1.3%201%200%203.2%201.3%202.2zM12.3%2035.6v10.9c0%201%205%201.8%205.7.9%203.1-3.9%207.9-7.7%209.7-12.4.6-1.5-.9-2.1-1.5-.7-1.6%204.3-7.3%207.8-10.1%2011.3.7.3-.7.6-.7.9V35.6c-.1-2-3.1-2-3.1%200%200%200%200-2%200%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-icon_contact-dims {
  width: 55.5px;
  height: 49.7px;
}
.svg-icon_giman-build {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%20205.4%20168.4%22%20enable-background%3D%22new%200%200%20203.4%20166.4%22%20width%3D%22205.4%22%20height%3D%22168.4%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23E5E5E5%22%20d%3D%22M172%20158.5c-24.3-.3-48.2-.7-73.2-1.2%200%201.7.1%203.3.1%205%2021%200%2041.8-.5%2062.6-1.6%203.2-.2%203.2-5%200-5h-4.7c-3.2%200-3%205%20.2%205h4.8c0-1.7-.1-3.3-.1-5-21%201-41.7%201.5-62.5%201.5-3.2%200-3.1%204.9.1%205%2024.3.5%2048.6.9%2072.9%201.2%203.3.2%203-4.8-.2-4.9zM81.9%20159.9c-6.8%200-13.5-.1-20.3-.3%200-.7-.5-1.4-1.5-1.5-6.1-.3-12.2-.5-18.4-.7-.9%200-1.4.7-1.5%201.4h-.5c-1.9.1-1.9%202.9.1%203%2014%20.6%2028%201%2042%201%202%20.1%202-2.9.1-2.9z%22%2F%3E%3Cpath%20fill%3D%22%23115175%22%20d%3D%22M28.6%2037.6c-.1.2-.2.4-.2.6%22%2F%3E%3Cpath%20fill%3D%22%23B1B5B6%22%20d%3D%22M27.4%2037.3c-.1.2-.2.4-.2.6-.2.6.3%201.4.9%201.5.7.2%201.3-.2%201.5-.9.1-.2.2-.4.2-.6.2-.6-.3-1.4-.9-1.5-.7-.2-1.3.3-1.5.9z%22%2F%3E%3Cpath%20fill%3D%22%23115175%22%20d%3D%22M34.6%2038.6c-.1.2-.2.4-.2.6%22%2F%3E%3Cpath%20fill%3D%22%23B1B5B6%22%20d%3D%22M33.4%2038.3c-.1.2-.2.4-.2.6-.2.6.3%201.4.9%201.5.7.2%201.3-.2%201.5-.9.1-.2.2-.4.2-.6.2-.6-.3-1.4-.9-1.5-.7-.2-1.3.3-1.5.9z%22%2F%3E%3Cpath%20fill%3D%22%23778386%22%20d%3D%22M193%20117l-.2-.4c2.7.1%205.4-.5%208.1-.6-.1-3.2-1-6.5-.9-9.8l-.4-.6c-1.6-.1-3.2.1-4.8.1-.9%200-3.2.7-3.7-.4-.3-.6-.4-2.7-.5-3.5-.3-1.4-.9-2.5-1.3-3.8%201.3-1.5%203.6-3.3%205.3-3.9l.1-.3c-1.5-1.8-2.9-5.8-4.6-6.8-.9-.6-1.9.6-2.8%201-1.2.7-2.9%201.1-3.9%202.1l.1-.3c-2.1-1.4-4-4.5-6.3-5.6l.3-.9c-.1.1-.3.2-.4.4.4-.8.8-1.7%201.2-2.5.6-1.1%202.2-3%202.7-4.1-1.1-.8-2.4-.9-3.5-1.6-1.5-1-3.1-1.8-4.6-2.8-1.4%202.7-3.6%206.2-5.5%208.2l-.1.3c.1.3-1-.4-1.4-.6-.9-.3-1.8-.7-2.7-1.2-1.5-.8-2.8-.9-4.4-1.1-.3-2%20.9-6.6.8-8.7-1.1-.3-7.1-.6-8.9-.9-.2.8-1%203.8-1%204.7-.1%201.9-.4%203.8-.5%205.7%200%200-2.9.3-4%20.9-.7.4-1.9%201.5-2.5.9-.3-.3-.4-1.1-.6-1.5-.9-2-3.9-4.5-5.4-5.1l-.2-.1c-.5-.2-2.7%202-3.5%202.5-1.3%201-2.7%202.4-3.8%203.7.6%201.5%203.3%204.7%204.2%205.3%200%200-3.4%204.5-5.2%206.2l-.5-.1h-.1c-1.3-.5-4.6-2.2-5.9-2.8-.6-.3-1.4-1.1-2-1.1-1%200-1.6%202.1-2.3%203.5-.9%201.9-1.3%204.7-2.3%206.4%202.1.9%206.1.5%208.2%202-.7%202.1-1.2%206.3-1.1%208.2-2.1.7-4.1%201.1-6.4%201.3-.9.1-2.1.3-3%200%200%200%20.3%208.2.6%2012%201.7-.9%206.9-2.1%207.5-1.6.3-.1.9%203.3%201.2%204.1.4%201%201%202%201.5%202.8-1.8.5-3.5%202.4-5.1%203.8-.9.8-2.3%201.4-3.1%202.4.5%201.6%203.8%208.3%204.8%209.1.9.8%201.8-.8%202.7-1.5%201.3-1%202.6-2.1%203.9-3.1.4-.3%201.2-1.2%201.6-1.2.8%200%202%201.8%202.7%202.3%201.2%201.1%202.7%202.7%203.7%204.3-1.2.9-2.1%203.1-3.1%204.5s-1.9%203.1-3%204.3c.7%201.4%208.8%207.4%2010.3%208.6.4-1.4%203.1-5.6%203.8-6.7.9-1.5%201.7-4.3%203-4.5%201.1-.2%202.4.5%203.4.7%201.6.4%203.2.7%204.8.7.1%203.4.3%207.3.6%2010.4%200%200%207.5-.2%2010.9-.8.1-1.7-.1-3.5-.1-5.2%200-1.2-.2-2.7-.1-3.8.1-1.3.2-1.2.8-1.4.9-.2%201.9.4%202.9.2%201.4-.3%202.7-1.3%204.1-1.9h.2v.1l.3.2c.9%201.4%201.9%202.6%202.7%204%20.6%201%201%202.1%201.7%203%20.6.9.4.8%201.2.4%202.7-1.1%206.4-3.9%208.4-7.2-1.2-2.6-3-4.8-4.4-7.1%201.8-.9%203.1-4.7%204.3-7l.2-.4c.5%201.6%202.3%202.7%203.4%203.4%201.5%201%203.1%201.7%204.6%202.3.4-1.6%201.5-3%202-4.6.6-1.9%202.7-6.4%202.7-6.4-2.5-2.2-5.3-3.3-7.9-5.1.4-2.1.5-4.3.5-6.4zm-21.7%206.5c-1.1%202-6.6%206.9-8.4%207.1-3.3.3-6.8.9-10-.5-10.1-4.5-12.8-8.9-12.8-8.9-.4-.9-.7-.9-1.1-2.4-.3-1.5-.7-6.6.4-9.7%203.2-9%2010.2-12.7%2012.8-13.2%203.1-.6%206.9-.5%209.9.5%204.7%201.5%2010.8%205.7%2012.7%2011%202%205.7-1.2%2011.9-3.5%2016.1zM142.4%2050.9l-.2-.4c2.7.1%205.4-.5%208.1-.6-.1-3.2-1-6.5-.9-9.8l-.4-.6c-1.6-.1-3.2.1-4.8.1-.9%200-3.2.7-3.7-.4-.3-.6-.4-2.7-.5-3.5-.3-1.4-.9-2.5-1.3-3.8%201.3-1.5%203.6-3.3%205.3-3.9l.1-.3c-1.5-1.8-2.9-5.8-4.6-6.8-.9-.6-1.9.6-2.8%201-1.2.7-2.9%201.1-3.9%202.1l.1-.3c-2.1-1.4-4-4.5-6.3-5.6l.3-.9c-.1.1-.3.2-.4.4.4-.8.8-1.7%201.2-2.5.6-1.1%202.2-3%202.7-4.1-1.1-.8-2.4-.9-3.5-1.6-1.5-1-3.1-1.8-4.6-2.8-1.4%202.7-3.6%206.2-5.5%208.2l-.1.3c.1.3-1-.4-1.4-.6-.9-.3-1.8-.7-2.7-1.2-1.5-.8-2.8-.9-4.4-1.1-.3-2%20.9-6.6.8-8.7-1.1-.3-7.1-.6-8.9-.9-.2.8-1%203.8-1%204.7-.1%201.9-.4%203.8-.5%205.7%200%200-2.9.3-4%20.9-.7.4-1.9%201.5-2.5.9-.3-.3-.4-1.1-.6-1.5-.9-2-3.9-4.5-5.4-5.1l-.2-.1c-.5-.2-2.7%202-3.5%202.5-1.3%201-2.7%202.4-3.8%203.7.6%201.5%203.3%204.7%204.2%205.3%200%200-3.4%204.5-5.2%206.2l-.5-.1H77c-1.3-.5-4.6-2.2-5.9-2.8-.6-.3-1.4-1.1-2-1.1-1%200-1.6%202.1-2.3%203.5-.9%201.9-1.3%204.7-2.3%206.4%202.1.9%206.1.5%208.2%202-.7%202.1-1.2%206.3-1.1%208.2-2.1.7-4.1%201.1-6.4%201.3-.9.1-2.1.3-3%200%200%200%20.3%208.2.6%2012%201.7-.9%206.9-2.1%207.5-1.6.3-.1.9%203.3%201.2%204.1.4%201%201%202%201.5%202.8-1.8.5-3.5%202.4-5.1%203.8-.9.8-2.3%201.4-3.1%202.4.5%201.6%203.8%208.3%204.8%209.1.9.8%201.8-.8%202.7-1.5%201.3-1%202.6-2.1%203.9-3.1.4-.3%201.2-1.2%201.6-1.2.8%200%202%201.8%202.7%202.3%201.2%201.1%202.7%202.7%203.7%204.3-1.2.9-2.1%203.1-3.1%204.5s-1.9%203.1-3%204.3c.7%201.4%208.8%207.4%2010.3%208.6.4-1.4%203.1-5.6%203.8-6.7.9-1.5%201.7-4.3%203-4.5%201.1-.2%202.4.5%203.4.7%201.6.4%203.2.7%204.8.7.1%203.4.3%207.3.6%2010.4%200%200%207.5-.2%2010.9-.8.1-1.7-.1-3.5-.1-5.2%200-1.2-.2-2.7-.1-3.8.1-1.3.2-1.2.8-1.4.9-.2%201.9.4%202.9.2%201.4-.3%202.7-1.3%204.1-1.9h.2v.1l.3.2c.9%201.4%201.9%202.6%202.7%204%20.6%201%201%202.1%201.7%203%20.6.9.4.8%201.2.4%202.7-1.1%206.4-3.9%208.4-7.2-1.2-2.6-3-4.8-4.4-7.1%201.8-.9%203.1-4.7%204.3-7l.2-.4c.5%201.6%202.3%202.7%203.4%203.4%201.5%201%203.1%201.7%204.6%202.3.4-1.6%201.5-3%202-4.6.6-1.9%202.7-6.4%202.7-6.4-2.5-2.2-5.3-3.3-7.9-5.1.4-2%20.5-4.2.5-6.4zm-21.7%206.6c-1.1%202-6.6%206.9-8.4%207.1-3.3.3-6.8.9-10-.5-10.1-4.5-12.8-8.9-12.8-8.9-.4-.9-.7-.9-1.1-2.4-.3-1.5-.7-6.6.4-9.7C92%2034%2099%2030.3%20101.6%2029.8c3.1-.6%206.9-.5%209.9.5%204.7%201.5%2010.8%205.7%2012.7%2011%202%205.7-1.2%2012-3.5%2016.2z%22%2F%3E%3Cpath%20fill%3D%22%23B1B5B6%22%20d%3D%22M6.6%2028.4c-3.1%204.2-5%208.7-4.5%2014%20.5%204.7%202.4%2010.2%206.4%2013%204.4%203.1%2010.4%203.7%2015.6%203.3%205.5-.4%2010.2-3.1%2013.4-7.5%205.7-7.8%205.3-23.6-3.8-28.8-9-5.2-20.3-1.2-27%205.8-1.2%201.3.7%203.2%201.9%201.9%205.6-5.9%2013.1-8.7%2021.1-6.4%209.9%202.8%2010.4%2017.1%206.3%2024.8-4.7%208.6-17.6%209.8-25.5%205.1-3.9-2.3-5.4-7.7-5.9-11.8-.5-4.5%201.6-8.4%204.2-11.9%201.1-1.6-1.2-2.9-2.2-1.5zM15.6%2071.3c3.4%202%207.3%203.1%2010.9%204.4%204.9%201.7%209.6%203.7%2014.3%205.8%203.2%201.4%206.4%202.9%209.7%204.3%202.6%201.1%204.7%201%207.4.2%206.6-2%2013.2-4.2%2019.8-6.2%201.6-.5.9-3.1-.7-2.6-6%201.8-12%203.7-17.9%205.6-1.2.4-2.5.8-3.7%201.1-2.2.6-4.4-.8-6.4-1.7-3.2-1.4-6.5-2.9-9.7-4.3-3.8-1.7-7.5-3.2-11.4-4.6C24.3%2072%2020.3%2070.9%2017%2069c-1.6-.9-2.9%201.4-1.4%202.3zM34.6%20106.1c9.9%207.1%2021.1%2012.1%2032.1%2017.2%201.2.5%202.3%201.1%203.5%201.6%202.2%201%202.3%201.4%201.5%203.6-1.2%203.3-2.3%206.6-3.5%209.9-2.3%206.6-4.7%2013.2-7.1%2019.8-.6%201.6%202%202.3%202.6.7%202.5-6.9%205-13.9%207.4-20.8%201.3-3.6%202.6-7.3%203.8-10.9.8-2.3-.7-3.4-2.6-4.3C60%20117%2047.2%20111.8%2036%20103.7c-1.4-1-2.8%201.4-1.4%202.4zM62.4%20161.2c5.2%200%2010.4%200%2015.6-.1%201.5%200%201.9-2.3.4-2.6-4.9-1-9.5-2.9-14.3-3.9-1.7-.4-2.4%202.2-.7%202.6%204.9%201%209.5%202.9%2014.3%203.9.1-.9.2-1.8.4-2.6-5.2%200-10.4%200-15.6.1-1.9-.1-1.9%202.6-.1%202.6zM41.5%20104.3c26.5.6%2053%201.1%2079.5%202%201.7.1%201.7-2.6%200-2.7-26.5-.9-53-1.4-79.5-2-1.7-.1-1.7%202.6%200%202.7zM117.2%20105.7c3.9-3%208-5.7%2012.2-8.1l-1.8-1.8c-1.3%202.8-4.5%205-6.7%207.1-1.2%201.2.7%203.1%201.9%201.9%202.4-2.3%205.7-4.6%207.1-7.6.5-1.2-.6-2.6-1.8-1.8-4.2%202.4-8.3%205.2-12.2%208.1-1.4.9-.1%203.3%201.3%202.2zM33.1%2089.2c4.8-5.4%209.5-10.9%2014.6-16.2l-1.9-1.9c-3%203.2-5.7%206.7-8.1%2010.4-1.3%202.1-2.5%204.2-3.6%206.4-.9%201.9-1.6%205.4-3.1%206.9.7.2%201.5.4%202.2.6-1.9-5.1-4.6-9.8-8-14.1l-1.9%201.9c2.6%202.1%205.2%204.5%208.2%206.1%201.5.8%202.9-1.5%201.4-2.3-2.8-1.5-5.2-3.7-7.6-5.7-1.3-1.1-3%20.6-1.9%201.9%203.1%203.9%205.6%208.2%207.3%2012.9.3.9%201.5%201.4%202.2.6%201.2-1.2%201.6-2.9%202.2-4.4%201-2.5%202.2-4.8%203.5-7.1%202.5-4.4%205.6-8.5%209.1-12.2%201.2-1.3-.7-3.2-1.9-1.9-5%205.2-9.8%2010.7-14.6%2016.2-1.1%201.3.8%203.2%201.9%201.9zM46.1%2088.9c-.1-.2-.2-.3-.2-.5-.2-.4-.7-.7-1.2-.7-1.4%200-2.2%201.1-3.2%202.1-.9.9-3.3%202.5-3.3%203.9%200%201.7-.3%201.9-1.6%202.6-1.4.7-2.8%201.2-4.2%201.7-2.3.8-4.7%201.4-7%202.1l1.5.6c-1.8-3.9-4.3-7.4-5.6-11.6-1.6-5.3-.2-11.2.1-16.6-.3.4-.7.9-1%201.3%202-.7%204.3-1%206.4-1.4%201.6-.3%207.1-2.4%208.1-.2.7%201.5%202.7%201.2%204%201.1%201.2-.1%203.6-.1%204.3-1.4.8-1.6.4-3.1.1-4.8-.3-2.3-.6-4.5-.9-6.8-.1-.8-1-1.1-1.7-.9-8.9%201.6-17.9%203-26.9%204.1-.6.1-1.2.4-1.3%201-2.4%2012-2.2%2024.4%202.9%2035.7%201%202.2%202.2%204.4%203.6%206.3%201.4%201.9%203.7%201.5%205.9%201.3%207.9-.8%2015.7-3.8%2022.4-7.9.6-.3.7-.9.6-1.5-.5-3-1.1-6.1-1.6-9.1-.3-1.7-2.9-1-2.6.7.6%203%201.1%206.1%201.6%209.1l.6-1.5c-6.1%203.6-12.7%206.2-19.7%207.4-.7.1-4.3.9-4.9.3-.4-.5-.7-1-1-1.5-1.5-2.3-2.7-4.8-3.7-7.4-3.8-9.8-3.6-20.9-1.5-31-.4.3-.9.7-1.3%201%209.2-1.1%2018.5-2.5%2027.6-4.2-.6-.3-1.1-.6-1.7-.9.2%201.6.4%203.2.7%204.8.1%201%20.3%202%20.4%203%20.5%201.1.2%201.7-1%201.7-.6.1-1.3.1-1.9.1-.9.1-1.2-.6-1.6-1.1-.4-.5-1.2-.7-1.8-.9-.7-.2-1.5-.1-2.2.1-4.1.6-8.7%201.1-12.6%202.6-.6.2-.9.7-1%201.3-.4%205.6-1.3%2011.1-.2%2016.6%201%204.7%204.1%208.6%206.1%2012.9.2.5%201%20.8%201.5.6%203.5-1%207.1-1.9%2010.4-3.4%203-1.3%204.9-2.4%204.3-5.9-.1.4-.2.9-.3%201.3l1.9-1.9c.3-.3%201.9-2.3%202.3-2.3-.4-.2-.8-.4-1.2-.7.1.2.2.3.2.5.8%201.2%203.1-.2%202.4-1.7zM70.1%2056.8c-.1%200-.1.2-.2.2h.7c.1%200%20.2%200%20.3.1-.1-.1-.1-.4-.2-.5-.1-.2-.1-.4-.1-.6%200-.1%200-.4.1-.4%201.5-.9.1-3.3-1.4-2.3-1.2.7-1.6%202-1.4%203.3.2%201.5%201%203.1%202.8%202.8%201.8-.5%201.1-3-.6-2.6zM78.1%2077.8c.6-2.5%201.5-4.8%202.8-7-.8-.1-1.6-.2-2.5-.3.3%201.4.4%202.9.4%204.3%200%201.1%201.1%201.6%202%201.2%201.7-.8%203.5-1.4%205.3-1.9-.5-.7-1-1.3-1.5-2-1.8%202.6-4.6%204.1-7.4%205.5-1.5.8-.2%203.1%201.4%202.3%203.2-1.7%206.3-3.4%208.3-6.5.7-1-.4-2.3-1.5-2-2%20.6-4%201.3-5.9%202.2.7.4%201.3.8%202%201.2%200-1.7-.1-3.4-.5-5-.2-1.2-1.9-1.3-2.5-.3-1.4%202.4-2.4%204.9-3.1%207.6-.2%201.7%202.4%202.4%202.7.7zM41.4%2061.8c10.3-.5%2020.5-2.4%2030.8-2.9%201.7-.1%201.7-2.8%200-2.7-10.3.5-20.5%202.4-30.8%202.9-1.8.1-1.8%202.8%200%202.7zM101.6%2054.2l-2.1-4.3%202.8-3.9%204.9.5%202.1%204.2-2.8%203.9zM95.5%2061.1c-.8%201.4-2.5%202.8-3.7%203.9-2.4%202.5-4.9%205-7.3%207.4-3.7%203.7-7.6%207.2-11%2011.1.4-.1.8-.1%201.2-.2-.9-.6-1.9-1.3-2.8-1.9%200%20.6.1%201.1.1%201.6%207.9-7.6%2015.5-15.5%2023.2-23.3.3-.3.4-.9.2-1.2-.8-1.1-1.6-2.3-2.3-3.4-.9-1.3%201.6-4.3%202.3-5.3.9-1.5%201.7-1.3%203.2-1.6%201.6-.3%203.2-.7%204.8-.9-.2-.6-.5-1.1-.7-1.7-1.9%201.9-3.6%204-5%206.2-.3.4-.1%201.2.4%201.4%201.9.9%203.6%202.1%205.2%203.5.3.3.8.4%201.2.2%202.2-1.6%204.2-3.8%206.3-5.5-.6-.2-1.1-.5-1.7-.7%200%201.3-.1%202.6-.2%203.9-.2%202.3-1.1%203.5-2.6%205.2-1.5%201.7-2.8%202.3-5.1%201.9-1.5-.2-3-.7-4.5-1-1.3-.3-1.8%201.6-.5%201.9%202.1.5%204.2%201%206.3%201.3%202.1.2%203.3-.5%204.7-2%201.3-1.5%203.2-3%203.6-5%20.4-1.9.3-4.2.4-6.2%200-1-1.1-1.2-1.7-.7-2%201.7-3.8%203.7-5.9%205.2.4.1.8.1%201.2.2-1.7-1.5-3.6-2.8-5.6-3.8.1.5.2.9.4%201.4%201.4-2.1%203-4%204.7-5.8.6-.6.2-1.8-.7-1.7-2.3.3-4.6.9-6.9%201.2-1.6.2-2.1.9-2.9%202.3-1%201.7-2.9%203.7-2.9%205.8%200%201.7%202%203.7%202.9%205%20.1-.4.1-.8.2-1.2-7.9%207.5-15.4%2015.4-23.4%2023-.5.5-.3%201.2.2%201.6.9.6%201.9%201.3%202.8%201.9.4.2.9.2%201.2-.2%203.6-4%207.6-7.7%2011.4-11.4%202.4-2.4%204.9-4.9%207.2-7.3%201.2-1.2%202.8-2.5%203.7-4%20.7-1.2-1-2.2-1.6-1.1zM10%2043.4c-.5%203.9.8%207.2%204.5%208.8%201.8.7%202.6-2.2.8-2.9-2.4-1-2.6-3.6-2.3-5.9.3-1.9-2.7-1.9-3%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-icon_giman-build-dims {
  width: 205.4px;
  height: 168.4px;
}
.svg-icon_giman-superman {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%20288.3%20110.5%22%20enable-background%3D%22new%200%200%20286.3%20108.5%22%20width%3D%22288.3%22%20height%3D%22110.5%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23778386%22%20d%3D%22M226.6%205.7c5.4%2030.4%2011.5%2060.8%2018.2%2091%20.7%203.1%201.4%206.3%202.2%209.4.4%201.4%202.5.9%202.2-.5-3.5-13.7-6.1-27.6-8.9-41.4-3.3-16.5-6.6-33-9.7-49.5-.6-3.2-1.2-6.3-1.7-9.5-.3-1.4-2.5-1-2.3.5z%22%2F%3E%3Cpath%20fill%3D%22%23B1B5B6%22%20d%3D%22M114.3%2097.3c-.8-5.8-4.7-11.3-8.1-15.9l-.6%201.8c18.7-6.1%2039.9-6.6%2059.2-3.2-.3-.3-.7-.6-1-.9.4%201.3%201.2%202.3%202%203.4%201.5%202%203%204.1%204.5%206.1%200-.5-.1-.9-.1-1.4-.2.3-.4.7-.6%201%200-.1-3.2.4-3.6.5-2.7.5-5.3%201-8%201.5-4.9.9-9.9%201.7-14.9%202.5-10%201.6-20.1%202.7-30.2%203.6-1.4.1-1%202.3.5%202.2%2010.6-1%2021.1-2.2%2031.6-3.9%205-.8%2010-1.7%2015-2.6l8.1-1.5c2.1-.4%202.9-.4%203.9-2.1.3-.5.2-.9-.1-1.4-1.2-1.6-2.4-3.2-3.5-4.8-.8-1.1-2.1-2.4-2.5-3.7-.2-.5-.5-.8-1-.9-10-1.8-20.2-2.2-30.3-1.7-9.9.5-19.9%201.9-29.4%205-.8.3-1.2%201.1-.6%201.8%203.2%204.2%206.9%209.5%207.6%2014.8.2%201.7%202.3%201.2%202.1-.2zM118.8%2088.7c6.2-1.1%2012.4-2%2018.6-2.8%203.1-.4%206.2-.7%209.4-.9%201.9-.2%203.9-.3%205.8-.4%201.4-.1%206%20.3%204.1%202.7-.9%201.1%201%202.4%201.9%201.2%201.6-2%20.4-4.5-1.7-5.6-1.5-.8-3.4-.6-5-.5-2.1.1-4.3.3-6.4.5-9.1.8-18.2%202-27.1%203.6-1.5.3-1%202.4.4%202.2zM117.5%2088.8c.4%201.3.4%202.6-.1%203.9-.5%201.3%201.6%202.1%202.1.7.7-1.6.7-3.4.2-5.1-.5-1.4-2.7-.9-2.2.5zM110.4%2093.3c-24.8-1-42.6%202-67.4%203.1-1.4.1-1.6%202.3-.1%202.2%2024.8-1.1%2042.6-4.1%2067.4-3.1%201.4.1%201.5-2.1.1-2.2zM109.4%2086.8c-20.6%201.1-34.3%202.4-54.9%203-10.4.3-20.9.5-31.3.3-2.2%200-4.5-.2-6.8-.2-1.3%200-1.9%200-3%20.9-4.3%203.5-8.6%207-13%2010.5-1%20.8.1%202.4%201.2%201.8%206.8-3.6%2013.6-7.3%2020.3-10.9%201.3-.7.3-2.7-1-2-6.8%203.6-13.6%207.3-20.3%2010.9l1.2%201.8c3.9-3.1%207.7-6.2%2011.6-9.4.4-.4%201.3-1.4%201.7-1.4h2c2.5.1%205%20.1%207.5.2%2010.2.1%2020.3%200%2030.5-.3%2020.4-.6%2033.7-1.9%2054.1-3%201.4%200%201.6-2.2.2-2.2zM42.3%2097.1c-3.5%203.3-7.1%206.4-10.9%209.4-1%20.8.2%202.5%201.2%201.8%206.3-4.2%2013.1-7.4%2020.4-9.7%201.4-.4.9-2.6-.5-2.2-7.4%202.3-14.4%205.6-20.9%209.9l1.2%201.8c3.8-2.9%207.4-6.1%2010.9-9.4%201.1-.9-.4-2.6-1.4-1.6zM175.7%2082.9%22%2F%3E%3Cpath%20fill%3D%22%23B1B5B6%22%20d%3D%22M205.2%2083.8c22.6-.7%2045.2-.5%2067.9.5%201.4.1%201.6-2.2.1-2.2-22-.9-44.1-1.1-66.1-.5l-1.9%202.2zM175.7%2082.9c-1.2.1-2.5.2-3.7.2-1.4.1-1.6%202.3-.1%202.2%202.1-.1%204.1-.3%206.2-.4l-2.4-2zM158.2%2089c27.6%202.1%2055%205.9%2082.2%2011.5%201.4.3%202.1-1.8.7-2.1-27.3-5.7-54.9-9.6-82.7-11.7-1.5%200-1.6%202.2-.2%202.3zM171.1%2065.1c-2.5%203.9-2.7%208.4-.9%2012.7%202%204.9%206.7%207.8%2011.6%209.4%208.6%202.7%2021.6%202.9%2026.8-6%202.7-4.7%203.1-10.7%201-15.7-2.1-4.9-7.2-7.9-12.3-8.8-9.3-1.7-20.1%201.1-26.2%208.4-.9%201.1%201%202.3%201.9%201.2%205-6.1%2013.4-8.1%2021.1-7.8%205%20.2%2010.1%202.4%2012.8%206.8%202.7%204.4%202.1%2010.2-.2%2014.6-4.1%207.8-15.6%207.1-22.8%205.5-4.6-1-8.8-3.4-11.2-7.6-2-3.6-1.9-8%20.3-11.5.8-1.2-1.1-2.4-1.9-1.2zM271%2084.5c4-.1%208-.6%2012.1-.9%201-.1%201-.3.7.6-.3%201-.8%203.2-2.3%202.7-2.2-.7-4.3-1.6-6.5-2.3-.6-.2-1.2.1-1.4.7-.7.6-1.4.8-2.2.6-.4%200-.9-.1-1.3-.3%201.3-.6.3-2.6-1-2-1.7.8-1.6%203.4.2%204.1%202.2.8%205.3.8%206.4-1.7-.5.2-.9.5-1.4.7l4.8%201.8c1.4.5%202.6%201.2%204%20.7%201.7-.6%203.2-3.9%203.1-5.5-.1-2.7-2.6-2.2-4.6-2.1-3.5.2-7%20.7-10.5.8-1.4-.1-1.5%202.2-.1%202.1zM241.3%20100.6c3.2.3%206.4.7%209.6%201%201.3.1%203.8.6%203.5-1.6-.2-1.4-.9-3.5-2.4-3.9-2.2-.7-5-.1-7.3.2.4.4.9.8%201.3%201.2%200-.6%200-1.2.3-1.7.4-.9-.5-1.5-1.3-1.5-2.4.3-4.5%201.6-6.8%202.4-1.4.5-.3%202.5%201%202%202.1-.8%204-1.9%206.3-2.2-.4-.5-.9-1-1.3-1.5-.3.7-.3%201.5-.4%202.3-.1.8.6%201.3%201.3%201.2%201.6-.2%203.2-.4%204.8-.4%201%200%201.7.5%202.1%201.4%200%20.2.1.3.1.5-.1-.6-.5-.8-1.2-.6-3.2-.3-6.4-.7-9.6-1-1.3-.2-1.5%202%200%202.2zM170.6%2072.3c3.3-.1%206.6-.6%209.8-1.2%201.5-.2%203.1-.4%204.7-.6%201.9-.2%203.8.1%205.6-.1%201.6-.2%203.3-1.3%204.9-.9%201.6.4%203%201.2%204.7%201.4.9.1%202.2.4%203.1%200%201.2-.6%203.6-2.7%205-1.6%201.1.9%202.4-1%201.2-1.9-1.9-1.5-5.2%200-6.9%201.2-1.1.8-3.7-.2-4.9-.6-1.5-.6-2.5-1-4.1-.8-.6.1-1.4.5-1.9.6-1.2.4-2.4.3-3.6.3-1.7%200-3.4.1-5%20.3-4.1.5-8.2%201.4-12.3%201.6-1.6.2-1.7%202.4-.3%202.3zM171%2073.9s7.6.3%2011.6.2c2%200%203.8-.2%205.8-.3.9-.1%202.2%201.7%203.2%202%201.1.3%202.3.1%203.3-.3%201.9-.8%203.6-1.6%205.7-1.8%202.9-.2%205.4%201%208.2.7%201.4-.1%201-2.3-.5-2.2-1.4.1-2.4-.3-3.8-.6-1.3-.3-2.6-.2-3.9-.2-1.4%200-2.9.3-4.3.8-2%20.9-3.8%202.2-5.6.3-.7-.8-1.4-1-2.5-1-2%200-3.7.2-5.7.3-4%20.1-8.6%200-11.6-.2-1.7-.1-1.8%202.2.1%202.3%200%200-1.9-.1%200%200zM181.3%2082.1c1.4%201.2%203.1%202%205%202.2%201.4.2%201.6-2%20.1-2.2-1.5-.2-2.8-.9-3.9-1.9-.5-.4-1.2-.2-1.6.3-.3.6%200%201.2.4%201.6z%22%2F%3E%3Cpath%20fill%3D%22%23778386%22%20d%3D%22M228.6%204.4c-15.3.7-30.7.6-46%20.6-19.9-.1-39.9-.4-59.8-.9-26.3-.6-52.6-1.3-78.9-2.3-1%200-1.5%201.1-.9%201.9%202.4%202.8%206.6%204.1%2010%205.2%204.8%201.6%209.7%202.5%2014.5%204.8%200-.6.1-1.3.1-1.9-3.1%201.7-6.6%203.9-9.8%205.8-3.1%201.9-6.6%204.3-10.2%205.2-1.3.3-1.1%202%20.1%202.2C59.8%2026.8%2072%2027.4%2084%2028c17.6%201%2035.2%201.7%2052.9%202.3%2031%201.1%2062%201.6%2093%203.2%201%20.1%202%20.1%203%20.2%201.4.1%201.6-2.1.1-2.2-29.7-1.8-59.5-2.1-89.2-3.1-17.9-.6-35.9-1.3-53.8-2.2-13-.7-26.1-1.3-39-3-1-.1-2-.3-2.9-.4.1.7.1%201.5.2%202.2%203.6-.9%207-3.1%2010.2-5%203.4-2.1%206.6-4.4%2010.1-6.1.7-.3.9-1.5.1-1.9-3.9-2-8-3.1-12.1-4.3-3.8-1.1-9.1-2.2-11.8-5.4-.3.6-.6%201.2-.9%201.9%2035.1%201.1%2070.4%202%20105.6%202.6%2026.3.4%2052.6%201%2078.9-.2%201.5-.1%201.6-2.3.2-2.2zM88.9%2010.8c-5.6-2.4-11.6%208-5.3%2010.3%202.8%201%205.4.7%207.1-1.9.5-.8%201.2-2%20.4-2.8-.8-.9-3-.5-4-.6-1.4-.1-1.6%202.2-.1%202.2.9%200%202.1-.1%203%20.1-.2-.3-.5-.6-.7-.8.2.5-1.3%201.8-1.6%202-1.3.6-3.7-.3-4.3-1.3-1.5-2.4%202.4-6.1%204.7-5.1%201.4.5%202.1-1.6.8-2.1zM111.8%2011.3c-2.8.1-5.7-.1-8.5%200-1.4.1-1.6%202.2-.1%202.2%201.4%200%202.7.1%204.1.1-.3-.4-.7-.7-1.1-1.1-.1%203.2-.2%205.8-.4%209.8-.1%201%202.2%201.1%202.2.1.2-4%20.3-6.6.4-9.8%200-.6-.2-1.2-.8-1.2-1.4%200-3.9-.2-3.9-.1%200%20.7-.1%201.5-.1%202.2%203-.1%205.4.1%208.2%200%201.5%200%201.4-2.2%200-2.2z%22%2F%3E%3Cg%20fill%3D%22%23778386%22%3E%3Cpath%20d%3D%22M117.5%2013.3c.6%201.3%201.2%202.5%201.9%203.7.7%201.2%202.7.2%202-1-.7-1.2-1.3-2.5-1.9-3.7-.7-1.3-2.7-.3-2%201zM122.3%2012.4c-.8%201.5-2%203-2.6%204.6-.6%201.6-.3%204-.4%205.8-.1%201.4%202.2%201.6%202.2.1.1-1.6.1-3.3.2-4.9.1-1.4%201.7-3.1%202.4-4.3.8-1.3-1.1-2.6-1.8-1.3z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23778386%22%20d%3D%22M126.5%2014c-.7%202.4-1.5%205.1-.3%207.4.9%201.8%203.1%202.7%204.9%202%202.2-.9%202.7-3.4%202.7-5.5-.1-2.3-2.4-4.5-4.7-4.4-1.4%200-1.6%202.3-.1%202.2%202.9-.1%203.6%205.1%201%205.7-1.5.3-2.2-1.5-2.2-2.6%200-1.3.4-2.8.8-4.1.4-1.4-1.7-2.1-2.1-.7zM134.7%2014.7c.1%202.8-.3%209.4%204.3%208.9%203.9-.4%204.3-6.3%203.6-9.2-.3-1.4-2.5-.9-2.2.5.4%201.9.4%204.7-1%206.2-1.5%201.6-2.3-1.9-2.4-2.7-.1-1.2-.1-2.4-.1-3.5%200-1.5-2.2-1.6-2.2-.2zM153.2%2011.6c-4.8-2.8-6.9%205.5-6.9%208.7.1%202.5%201.5%203.8%203.8%204.4%202.4.6%204-2%205.1-3.7.8-1.2-1.1-2.5-1.9-1.2-.6.9-1.1%201.7-1.8%202.5-1%20.5-1.9.3-2.7-.6-.4-.6-.3-1.6-.3-2.3%200-1%201.3-7%203.4-5.7%201.3.5%202.6-1.4%201.3-2.1zM157.2%2014.3c-1.1%203-1.5%207%20.8%209.5%202.2%202.4%205.3.9%206.8-1.4%201.5-2.4%202.1-6.4.1-8.7-2.4-2.7-5.2-1.9-6.8%201-.7%201.3%201.2%202.5%201.9%201.2%201-1.9%203-1.9%203.8.3.5%201.6-.1%203.5-.8%204.9-1.4%202.7-3.8%201.3-4.3-1.1-.3-1.6.1-3.6.7-5%20.4-1.3-1.7-2.1-2.2-.7zM166.7%2013.5c.2%202.5.6%205.1.9%207.6.2%201.4.1%203.1%201.6%203.8.6.3%201.2-.2%201.4-.7%201.3-3.5%201.4-7.2%202.4-10.7.4-1.4-1.7-2.1-2.1-.7-1%203.5-1.1%207.3-2.4%2010.7.5-.2.9-.5%201.4-.7.3.1-.1-2.1-.1-2.1-.1-.8-.3-1.7-.4-2.5l-.6-5.1c-.1-1.5-2.3-1.1-2.1.4z%22%2F%3E%3Cg%20fill%3D%22%23778386%22%3E%3Cpath%20d%3D%22M175.1%2013.8c-.4%203.3-.9%207.3-.1%2010.5.2.6.7.9%201.3.9%201.2-.2%202.5-.3%203.7-.5%201.4-.2%201-2.4-.5-2.2-1.2.2-2.5.3-3.7.5.4.3.9.6%201.3.9-.8-3.1-.2-6.8.1-9.9.3-1.5-1.9-1.7-2.1-.2zM176.6%2015.1c1.3.1%202.7%200%204-.2%201.4-.2%201-2.4-.5-2.2-1.1.2-2.2.2-3.4.2-1.4-.2-1.6%202.1-.1%202.2zM176.1%2020.3c1.1.1%202.2%200%203.3-.1.6-.1%201-.8.9-1.3-.1-.6-.7-.9-1.3-.9-.9.1-1.8.1-2.7.1-1.5-.1-1.7%202.1-.2%202.2z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23778386%22%3E%3Cpath%20d%3D%22M195%2012.7c-.4%203.8-.9%208.2-.2%2012%20.1.6.7%201%201.3.9%201.2-.2%202.5-.4%203.7-.6%201.4-.2%201-2.4-.5-2.2-1.2.2-2.5.4-3.7.6.4.3.9.6%201.3.9-.7-3.6-.2-7.8.2-11.4.3-1.5-1.9-1.6-2.1-.2zM196.5%2014c1.3.1%202.7%200%204-.3%201.4-.3%201-2.5-.5-2.2-1.1.2-2.2.3-3.4.2-1.4%200-1.6%202.2-.1%202.3zM195.9%2020c1.1.1%202.2%200%203.3-.2%201.4-.2%201-2.4-.5-2.2-.9.1-1.8.2-2.7.1-1.4%200-1.5%202.2-.1%202.3z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23778386%22%3E%3Cpath%20d%3D%22M185%2013.6c-.3%203.7-.4%207.3-.5%2011-.1%201.4%202.2%201.6%202.2.1.2-3.7.2-7.3.5-11%20.1-1.4-2.1-1.5-2.2-.1zM186.2%2013.3c1.5-.2%202.9.6%203.6%201.9%201.1%201.9-1.7%202.6-2.9%203-1.4.4-.9%202.6.5%202.2%202.6-.8%205.9-2.2%204.7-5.5-.9-2.6-3.7-4-6.3-3.7-1.5.1-1%202.3.4%202.1zM187.6%2020c.8%201.6%201.4%203.2%202.3%204.8.7%201.3%202.7.3%202-1-.8-1.6-1.4-3.2-2.3-4.8-.7-1.3-2.7-.3-2%201z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23778386%22%3E%3Cpath%20d%3D%22M203.6%2013.7c-.2%203.7-.3%207.4-.5%2011.1-.1%201.4%202.2%201.6%202.2.1.2-3.7.3-7.4.5-11.1.1-1.4-2.1-1.5-2.2-.1zM204.8%2014c2.7.2%204.9%201.9%205.7%204.5%201.2%203.9-3.6%204.7-6.1%205.5-1.4.4-.9%202.6.5%202.2%204-1.3%208.5-2.4%208-7.5-.4-3.8-4.3-6.6-7.8-6.9-1.6-.1-1.7%202.1-.3%202.2z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23778386%22%20d%3D%22M216.9%2014.2c-.2%202.6-.5%205.2-.8%207.8-.2%201.4%202.1%201.6%202.2.1.3-2.6.6-5.2.8-7.8.2-1.4-2-1.5-2.2-.1zM217.1%2025.2h-.1c-.6%200-1.1.3-1.2.9s.4%201%201.1%201.1h.1c.6%200%201.1-.3%201.2-.9-.1-.6-.5-1.1-1.1-1.1z%22%2F%3E%3Cpath%20fill%3D%22%23B1B5B6%22%20d%3D%22M130.4%2087.5c-1.9%201.7-4.4%202.7-6.4%204.4-.7.6-.3%202%20.7%202%209.8-.3%2019.6.7%2029.4%201.4%201.4.1%201.6-2.1.1-2.2-9.8-.7-19.6-1.7-29.4-1.4.2.7.4%201.3.7%202%201.9-1.7%204.4-2.7%206.4-4.4%201.1-1-.4-2.7-1.5-1.8zM130.5%2088.1c-.6%201.2-2.2%201.7-2.8%202.9-.3.7.3%201.4%201%201.5%204.2.4%208.3.8%2012.5%201.2%204.1.4%208.7.4%2012.6%201.5%201.4.4%202.1-1.7.7-2.1-4-1.2-8.6-1.2-12.7-1.6-4.3-.4-8.7-.8-13-1.2.3.5.7%201%201%201.5.6-1.2%202.2-1.7%202.8-2.9.6-1.4-1.5-2.1-2.1-.8z%22%2F%3E%3Cpath%20fill%3D%22%23778386%22%20d%3D%22M94%2013.3c-1%202.7-1.3%206.3.7%208.6%202%202.1%204.8.8%206.1-1.3%201.4-2.2%201.9-5.8.1-7.9-2.1-2.5-5.7-1.7-7.1.9-.6%201.1%201.1%202.3%201.7%201.1.9-1.8%203.7-1.7%204.4.2.5%201.4-.1%203.1-.7%204.4-1.2%202.5-3.5%201.2-3.9-1-.3-1.4.1-3.2.6-4.6.5-1-1.4-1.6-1.9-.4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-icon_giman-superman-dims {
  width: 288.3px;
  height: 110.5px;
}
.svg-icon_licensed {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%2082.2%2082%22%20enable-background%3D%22new%200%200%2080.2%2080%22%20width%3D%2282.2%22%20height%3D%2282%22%3E%3Cg%20fill%3D%22%23387C42%22%3E%3Cpath%20d%3D%22M78.6%2066.1L67.9%2048.2c2.9-4.7%204.5-10.1%204.5-16%200-17-13.8-30.8-30.8-30.8S10.9%2015.2%2010.9%2032.2c0%205.2%201.3%2010%203.5%2014.3l-12.3%2021c-.3.4-.2%201%20.1%201.4.3.4.8.6%201.3.5L15.2%2067l3.5%2010.5c.2.5.6.8%201%20.9h.2c.4%200%20.8-.2%201.1-.6l11.3-16.3c3%201%206.1%201.5%209.4%201.5%202.9%200%205.7-.4%208.4-1.2l9.6%2016c.2.4.7.6%201.1.6h.1c.5-.1.9-.4%201.1-.9l3.6-10.6%2011.8%201.2c.5%200%201-.2%201.2-.6.3-.4.3-.9%200-1.4zm-58.3%208.1l-3-9.1c-.2-.6-.8-1-1.5-.9l-10%202L15.9%2049c3.3%205.1%208.2%209.2%2013.8%2011.6l-9.4%2013.6zm-6.8-42C13.5%2016.7%2026.1%204%2041.7%204s28.2%2012.6%2028.2%2028.2-12.7%2028.2-28.2%2028.2-28.2-12.6-28.2-28.2zm51.4%2032c-.6%200-1.1.3-1.3.9L60.5%2074l-7.9-13.1c5.5-2.1%2010.3-5.7%2013.8-10.4l8.8%2014.7-10.3-1zM55.8%2027.1h-8.2l-4.8-9.5c-.4-.9-1.9-.9-2.3%200l-4.8%209.5h-8.2c-.5%200-1%20.3-1.2.8-.2.5%200%201.1.4%201.4l7%205.8-3.6%2010.7c-.2.5%200%201.1.4%201.4.4.3%201%20.4%201.5.1l9.6-6%209.6%206c.2.1.4.2.7.2.3%200%20.6-.1.8-.3.4-.3.6-.9.4-1.4l-3.6-10.7%207-5.8c.4-.3.6-.9.4-1.4-.1-.5-.6-.8-1.1-.8zm-8.5%206.7c-.4.3-.6.9-.4%201.4l2.7%208.1-7.2-4.5c-.2-.1-.4-.2-.7-.2-.2%200-.5.1-.7.2l-7.2%204.5%202.7-8.1c.2-.5%200-1.1-.4-1.4l-5-4.1h5.4c.5%200%20.9-.3%201.1-.7l4-8%204%208c.2.4.7.7%201.1.7h5.4l-4.8%204.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-icon_licensed-dims {
  width: 82.2px;
  height: 82px;
}
.svg-icon_licensed_black {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%2235.8%20283.7%201474.9%201476.7%22%20enable-background%3D%22new%2036.8%20284.7%201472.9%201474.7%22%20width%3D%221000.7794127619177%22%20height%3D%221002%22%3E%3Cg%3E%3Cpath%20d%3D%22M1505.4%201523.9l-205-342.9c55.5-90%2086.2-193.4%2086.2-306.4%200-325.6-264.3-589.9-589.9-589.9s-588%20264.3-588%20589.9c0%2099.6%2024.9%20191.5%2067%20273.9L40.2%201550.7c-5.7%207.7-3.8%2019.2%201.9%2026.8s15.3%2011.5%2024.9%209.6l224.1-46%2067%20201.1c3.8%209.6%2011.5%2015.3%2019.2%2017.2h3.8c7.7%200%2015.3-3.8%2021.1-11.5l216.4-312.2c57.5%2019.2%20116.8%2028.7%20180%2028.7%2055.5%200%20109.2-7.7%20160.9-23l183.9%20306.4c3.8%207.7%2013.4%2011.5%2021.1%2011.5h1.9c9.6-1.9%2017.2-7.7%2021.1-17.2l68.9-203%20226%2023c9.6%200%2019.2-3.8%2023-11.5%205.7-7.6%205.7-17.2%200-26.7zM388.8%201679l-57.5-174.3c-3.8-11.5-15.3-19.2-28.7-17.2l-191.5%2038.3%20193.4-329.4c63.2%2097.7%20157%20176.2%20264.3%20222.2l-180%20260.4zM258.6%20874.6c0-296.9%20241.3-540.1%20540.1-540.1s540.1%20241.3%20540.1%20540.1-243.2%20540.1-540.1%20540.1-540.1-241.3-540.1-540.1zm984.4%20612.9c-11.5%200-21.1%205.7-24.9%2017.2l-59.4%20170.5-151.3-250.9c105.3-40.2%20197.3-109.2%20264.3-199.2l168.5%20281.5-197.2-19.1zM1068.7%20776.9h-157l-92-181.9c-7.7-17.2-36.4-17.2-44%200l-91.9%20181.9h-157c-9.6%200-19.2%205.7-23%2015.3-3.8%209.6%200%2021.1%207.7%2026.8l134.1%20111.1-68.9%20204.9c-3.8%209.6%200%2021.1%207.7%2026.8%207.7%205.7%2019.2%207.7%2028.7%201.9L797%201048.8l183.9%20114.9c3.8%201.9%207.7%203.8%2013.4%203.8s11.5-1.9%2015.3-5.7c7.7-5.7%2011.5-17.2%207.7-26.8L948%20930.2l134.1-111.1c7.7-5.7%2011.5-17.2%207.7-26.8-2-9.6-11.5-15.4-21.1-15.4zM905.9%20905.3c-7.7%205.7-11.5%2017.2-7.7%2026.8l51.7%20155.1L812%201001c-3.8-1.9-7.7-3.8-13.4-3.8-3.8%200-9.6%201.9-13.4%203.8l-137.9%2086.2L699%20932.1c3.8-9.6%200-21.1-7.7-26.8l-95.8-78.5h103.4c9.6%200%2017.2-5.7%2021.1-13.4l76.6-153.2%2076.6%20153.2c3.8%207.7%2013.4%2013.4%2021.1%2013.4h103.4l-91.8%2078.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-icon_licensed_black-dims {
  width: 1000.7794127619177px;
  height: 1002px;
}
.svg-icon_news {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%2044%2046%22%20enable-background%3D%22new%200%200%2042%2044%22%20width%3D%2244%22%20height%3D%2246%22%3E%3Cg%20fill%3D%22%231A1A1A%22%3E%3Cpath%20d%3D%22M2.8%205.4c8.9-.2%2017.8-.2%2026.7%200%201.2%200%201.2-1.8%200-1.8-8.9-.3-17.8-.3-26.7%200-1.2%200-1.2%201.8%200%201.8zM28.8%205c-.2%207.7-.3%2015.4-.1%2023.2.1%204.6-.8%2010.9%203.6%2013.6%203.8%202.4%207.1-1.5%207.6-4.8.5-3.4.2-7%20.1-10.5-.1-4.7-.1-9.5-.2-14.2%200-1.2-1.8-1.2-1.8%200%20.1%205.3.1%2010.5.2%2015.8%200%202.4.1%204.9%200%207.3-.1%204.2-5.7%207.2-7%202.4-1.4-5.2-.9-11.4-.9-16.8%200-5.3.1-10.6.3-15.9%200-1.3-1.8-1.3-1.8-.1zM1.1%204.4c-.1%206.8-.1%2013.7%200%2020.5%200%204.7-1.1%2011.7%201.6%2015.8%202%203%208.5%202%2011.4%202.1%206.7.2%2013.5.3%2020.2-.1%201.2-.1%201.2-1.9%200-1.8-4.8.3-9.6.3-14.4.2-3.6-.1-15%201.3-16.5-3.2-.8-2.4-.4-5.8-.4-8.4-.1-2.6-.1-5.3-.1-7.9%200-5.8%200-11.6.1-17.3%200-1.1-1.9-1.1-1.9.1zM29.6%207.8H33c1.1%200%20.6%205.1.6%205.8%200%203.9-.1%207.8-.2%2011.7-.1%204.2-1.7%2011.5%203.6%2012.9%201.1.3%201.6-1.4.5-1.7-3.5-1-2.3-10-2.3-12.6.1-3.9.1-7.8.2-11.7%200-1.4.7-4.5-.4-5.6-1.1-1.2-4.1-.6-5.4-.6-1.1.1-1.1%201.9%200%201.8zM38.9%2011.4c-1.1%200-2.1-.1-3.2-.1-1.2%200-1.2%201.8%200%201.8%201.1%200%202.1.1%203.2.1%201.2%200%201.2-1.8%200-1.8zM7%2024h18v-1H7v1zM7%2019h18v-1H7v1zM7%2028h18v-1H7v1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-icon_news-dims {
  width: 44px;
  height: 46px;
}
.svg-icon_plans {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("/hix/resources/img/2016/sidebar-svg/plandisplay.svg");
}
.svg-icon_plans-dims {
  width: 138.5px;
  height: 126.4px;
}
.svg-icon_plans_black {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("/hix/resources/img/2016/sidebar-svg/plandisplay.svg");
}
.svg-icon_plans_black-dims {
  width: 471.4px;
  height: 428.3px;
}
.svg-icon_usa_black {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("/hix/resources/img/2016/sidebar-svg/broker.svg");
}
.svg-icon_usa_black-dims {
  width: 1002px;
  height: 611.6175440914195px;
}
.svg-icons_get-started-arrow,
.arrow:before {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%2027.3%2027.3%22%20enable-background%3D%22new%200%200%2025.3%2025.3%22%20width%3D%2227.3%22%20height%3D%2227.3%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2.3%2011.3h13.2l-7.4-8h5.6l9.4%2010.2-9.4%209.8H8.2l7.5-8H2.3v-4z%22%2F%3E%3C%2Fsvg%3E");
}
.svg-icons_get-started-arrow-dims,
.arrow:before {
  width: 27.3px;
  height: 27.3px;
}
.svg-kaiser {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%20186.8%2041.7%22%20enable-background%3D%22new%200%200%20184.8%2039.7%22%20width%3D%22186.8%22%20height%3D%2241.7%22%3E%3Cg%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23007D9F%22%3E%3Cpath%20d%3D%22M23.7%2014.8c-.3-.3-.7-.5-1.1-.7L22%2026.9l3.2-8.8c.3-1.4-.5-2.5-1.5-3.3zm-3.3-1.6c2.3.1%203.2-1.6%203.2-3.1.1-2.4-1.4-3.4-3.2-3.4s-3.2%201-3.2%203.4c.1%201.3.6%203.1%203.2%203.1zm-6.8-.7c.2-3.9-5.9-3.7-5.7%200-.1%203.9%206.1%203.9%205.7%200zm18.6%202c.1-3.8-5.7-3.9-5.5%200-.1%203.5%205.6%203.7%205.5%200zm0%200zm2.2%2019v-2.6c-2.1.9-4%201.7-6%202.6h6zm-28.7%200h6.5l-6.5-2.8v2.8zm28.7-3.2v-2.7c-2.1%201.4-4.2%202.7-6.1%204.1l6.1-1.4zm-28.7-.1c2.2.5%204.7%201.1%206.7%201.5l-6.7-4.4v2.9zM34.4%2027v-3.5l-7%206.8c2.4-1.1%204.6-2.1%207-3.3zm-28.7-.2l7.3%203.4c-2.4-2.4-4.9-4.8-7.3-7.2v3.8zm28.2-6.3c-.2-.3-.4-.7-.7-.9l-7%209.5c2.8-2.1%205.4-4.1%208-6.2.2-.9.1-1.7-.3-2.4zM5.7%2022.4c2.8%202.2%205.7%204.4%208.5%206.6L6.6%2018.2c-.7%201.2-1%202.6-.9%204.2zm23.8-4.6L24.9%2028l8-8.7c-.9-1-2-1.4-3.4-1.5zm-4.6%202.7l-1.4%206.9c1.8-3.2%203.7-6.4%205.5-9.6-1.7.2-3.5.8-4.1%202.7zM6.8%2017.8l8.6%2010.1L10.1%2016c-1.4.1-2.6.8-3.3%201.8zm3.8-1.8c2.1%203.7%204.3%207.7%206.4%2011.2-.7-3.1-1.5-8.3-2.6-9.7-1.3-1.7-3.8-1.5-3.8-1.5zm6.4-1.2c-1%20.8-1.7%202-1.5%203.3l3.2%208.8-.6-12.7c-.4%200-.8.3-1.1.6zm1.5-.8l1.8%2012.7L22.2%2014c-1.1-.4-2.5-.4-3.7%200zM54.1%2033.5h1.7V23.4h-1.7v10.1zm9.5-2.9c0-1.4-.9-2.4-2.7-3-1.4-.5-2-.8-2-1.7%200-.6.6-1.3%201.9-1.3.8%200%201.7.3%202.1.5v-1.4c-.4-.2-1.3-.5-2.1-.5-2.2%200-3.6%201.2-3.6%202.8%200%201.5%201.1%202.4%202.8%203%201.3.5%201.9.9%201.9%201.7%200%20.8-.8%201.4-2%201.4-.9%200-2.1-.3-2.7-.8v1.6c.5.3%201.6.6%202.7.6%202.5.2%203.7-1.3%203.7-2.9zm10-1.3h.9c.8%201.2%202.5%204.3%202.5%204.3h2l-2.7-4.4c.6-.2%201.1-.4%201.4-.7.5-.5%201-1.2%201-2.1%200-1-.4-1.7-1-2.1-.6-.5-1.4-.8-2.9-.8h-3V32.1h-5.4v-2.9h3.1v-1.4h-3.1v-2.9h3.9v-1.4h-5.5v10.1h8.8v-4.3zm0-1.6v-2.8h1.5c1.3%200%201.8.5%201.8%201.4%200%201-.5%201.4-1.8%201.4h-1.5zm-22.8%202.9l1%202.9h1.8l-3.5-10.1h-2.2l-3%208.6-2.9-3.6%203.9-4.9h-2l-3.6%204.8v-4.8h-1.7v10.1h1.7v-4.9l3.7%204.9h2.1l1-2.9h3.7v-.1zM48.9%2025l1.4%204.2h-2.8l1.4-4.2zM113.5%2030.7l-1.7-7.4h-3.1v10.2h1.7v-8.7l2.2%208.7h1.8l2.2-8.7v8.7h1.7V23.4h-3l-1.8%207.3zm57%20.1c0-1.3%201-2.2%202.2-2.2%201.3%200%202.2%201%202.2%202.2%200%201.3-1%202.2-2.2%202.2-1.2.1-2.2-.9-2.2-2.2zm2.3%202.8c1.5%200%202.7-1.2%202.7-2.7%200-1.6-1.3-2.7-2.7-2.7-1.5%200-2.7%201.2-2.7%202.7%200%201.5%201.2%202.7%202.7%202.7zm-.6-2.6h.6l.8%201.4h.6l-1-1.4c.5-.1.9-.3.9-.9%200-.6-.4-.9-1.2-.9h-1.2v3.1h.5V31zm0-.4v-1h.7c.3%200%20.7.1.7.5%200%20.5-.4.5-.8.5h-.6zm-81.1-6.5c-.6-.5-1.4-.8-2.9-.8h-3v10.2H87v-4.2h1.2c1.4%200%202.3-.2%202.9-.8.5-.5%201-1.3%201-2.3%200-.8-.4-1.5-1-2.1zm-2.6%203.7H87v-3h1.4c1.4%200%201.9.6%201.9%201.4%200%201-.6%201.6-1.8%201.6zm17.6.6c.5-.5%201-1.2%201-2.2%200-.9-.5-1.7-1-2.1-.6-.5-1.4-.8-3-.8h-2.9V32h-5.4v-2.8H98v-1.5h-3.1v-2.8h3.8v-1.5h-5.5v10.2h8.9v-4.3h.8c.8%201.3%202.6%204.3%202.6%204.3h2l-2.7-4.5c.6-.1%201-.4%201.3-.7zm-4.1-.6v-2.9h1.4c1.4%200%201.9.5%201.9%201.4%200%201-.5%201.5-1.9%201.5H102zm50.7-4.4h-.3v7.9l-4-7.9H146V32h-5.3v-2.8h3.1v-1.5h-3.1v-2.8h3.8v-1.5H139v10.2H147.8v-7.7l4%207.7h2.4v-8.7h3.1v8.7h1.7v-8.7h3l-.1-1.5h-9.2zm16%208.6h-4.2v-2.8h3v-1.5h-3v-2.8h3.8v-1.5h-5.5v10.2h5.9V32zm-33.2-.8l-4-7.8h-2.4v10.2h1.7v-7.7l4%207.7h2.4V23.4h-1.7v7.8zm-12.8-7.8l-3.5%2010.2h1.7l.9-3h3.7l1%203h1.8l-3.5-10.2h-2.1zm-.4%205.8l1.4-4.2%201.4%204.2h-2.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-kaiser-dims {
  width: 186.8px;
  height: 41.7px;
}
.svg-partner-w-healthcare {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%2211%20676.1%201516%20702.3%22%20enable-background%3D%22new%2012%20677.1%201514%20700.3%22%20width%3D%221002%22%20height%3D%22464.54953764861295%22%3E%3Cpath%20stroke%3D%22%23A3A2A2%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M1523.6%201322.3c0%2029.1-23.5%2052.6-52.6%2052.6H67.1c-29.1%200-52.6-23.5-52.6-52.6V732.1c0-29.1%2023.5-52.6%2052.6-52.6H1471c29.1%200%2052.6%2023.5%2052.6%2052.6v590.2z%22%20fill%3D%22none%22%2F%3E%3Cg%20stroke%3D%22%2358595B%22%20stroke-width%3D%225%22%20stroke-miterlimit%3D%2210%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1523.6%201322.3c0%2029.1-23.5%2052.6-52.6%2052.6H67.1c-29.1%200-52.6-23.5-52.6-52.6V732.1c0-29.1%2023.5-52.6%2052.6-52.6H1471c29.1%200%2052.6%2023.5%2052.6%2052.6v590.2zM1523.6%201322.3c0%2029.1-23.5%2052.6-52.6%2052.6H67.1c-29.1%200-52.6-23.5-52.6-52.6V732.1c0-29.1%2023.5-52.6%2052.6-52.6H1471c29.1%200%2052.6%2023.5%2052.6%2052.6v590.2z%22%2F%3E%3C%2Fg%3E%3Cpath%20stroke%3D%22%2358595B%22%20stroke-width%3D%225%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M96.2%201322.3c-16.3%200-29.1-13-29.1-29.1v-532c0-16.3%2013-29.1%2029.1-29.1h1345.7c16.3%200%2029.1%2013%2029.1%2029.1v532c0%2016.3-13%2029.1-29.1%2029.1H96.2z%22%20fill%3D%22none%22%2F%3E%3Cg%20fill%3D%22%2358595B%22%3E%3Cpath%20d%3D%22M776.5%201034.7c0%2016.1-8.5%2025.4-21.9%2025.4-14.4%200-21.9-8.5-21.9-25.4%200-15.1%209.3-23.7%2021.9-23.7%2013.6%200%2021.9%208.3%2021.9%2023.7zm-21.9%2020.1c9.3%200%2013.6-7.6%2013.6-19.4%200-10.1-5-18.6-13.6-18.6s-13.6%207.6-13.6%2018.6%205.1%2019.4%2013.6%2019.4zM816.3%201012.8c0%201.7.8%204.3.8%205.8h-13.6v33.7c2.5%200%207.6.8%209.3%201.7v4.3h-26.2c0-1.7.8-3.3%201.7-4.3%201.7-.8%204.3-1.7%205.8-1.7v-33.7h-7.6c0-1.7.8-3.3.8-5%201.7-.8%204.3-1.7%206.8-1.7v-5c0-13.6%207.6-18.6%2016.9-18.6%203.3%200%206.8.8%2011.1%201.7v3.3c0%203.3-.8%206.8-1.7%208.5-1.7%200-4.3-.8-5.8-1.7v-6.8c-.8-.8-2.5-.8-3.3-.8-5%200-9.3%202.5-9.3%2012.6v7.6l14.3.1z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%2358595B%22%3E%3Cpath%20d%3D%22M197.4%20934.2l-4.3-12.6h-31.2l-4.3%2012.6H140l27.9-72.5h19.4l27.9%2072.5h-17.8zm-19.6-56.6l-11.1%2031.2h22.7l-11.6-31.2zM223.4%20905.5v-43.8h16.1v43.1c0%2010.1%205.8%2016.9%2016.9%2016.9s16.9-6.8%2016.9-16.9v-43.1h16.1v43.1c0%2017.6-11.1%2030.4-33%2030.4s-33-12-33-29.7zM325.6%20934.2V875h-21.1v-13.6h57.4V875h-21.1v59.2h-15.2zM426.9%20934.2v-30.4h-34.5v30.4h-15.1v-72.5h15.1v28.7h34.5v-28.7H442v72.5h-15.1zM458.9%20897.9c0-21.9%2016.1-37%2038-37s38%2016.1%2038%2037c0%2021.9-16.1%2037-38%2037-21.9%201.1-38-15-38-37zm59.1%200c0-13.6-8.5-23.7-21.9-23.7-13.6%200-21.9%2010.1-21.9%2023.7s8.5%2023.7%2021.9%2023.7%2021.9-10.3%2021.9-23.7zM591.3%20934.2L577%20908.8h-11.1v25.4h-15.1v-72.5h33.7c15.1%200%2024.4%2010.1%2024.4%2023.7%200%2012.6-8.5%2019.4-16.1%2021.1l16.1%2027.9c.3-.2-17.6-.2-17.6-.2zm1.8-48.9c0-5.8-5-10.1-11.1-10.1h-16.1v19.4H582c6%20.8%2011.1-3.4%2011.1-9.3zM626%20934.2v-72.5h15.1v72.5H626zM658%20934.2v-12.6l34.5-46.4H658v-13.6h54v12.6l-34.5%2046.4H712v13.6h-54zM730.6%20934.2v-72.5H782v13.6h-35.3v15.1h35.5V904h-35.5v16h35.5v13.6h-51.4v.6h-.2zM799%20934.2v-72.5h28.7c22.7%200%2038.8%2014.4%2038.8%2036.3s-16.1%2036.3-38.8%2036.3H799zm51.4-36.3c0-12.6-7.6-22.7-22.7-22.7h-13.6v45.6h13.6c14.4-.2%2022.7-10.3%2022.7-22.9zM915.4%20934.2v-72.5h33.7c16.1%200%2024.4%2011.1%2024.4%2023.7s-8.5%2023.7-24.4%2023.7h-18.6v25.4c.2-.3-15.1-.3-15.1-.3zm43-48.9c0-5.8-4.3-10.1-11.1-10.1h-16.1v19.4h16.1c6.1.8%2011.1-3.4%2011.1-9.3zM1031%20934.2l-4.3-12.6h-31.2l-4.3%2012.6h-17.6l27.9-72.5h19.4l27.9%2072.5H1031zm-20.2-56.6l-11.1%2031.2h22.7l-11.6-31.2zM1102%20934.2l-14.4-25.4h-11.1v25.4h-15.1v-72.5h33.7c15.1%200%2024.4%2010.1%2024.4%2023.7%200%2012.6-8.5%2019.4-16.1%2021.1l16.1%2027.9c.1-.2-17.5-.2-17.5-.2zm.7-48.9c0-5.8-5-10.1-11.1-10.1h-16.1v19.4h16.1c6.9.8%2011.1-3.4%2011.1-9.3zM1151.8%20934.2V875h-21.1v-13.6h57.4V875H1167v59.2h-15.2zM1253%20934.2l-34.5-47.3v47.3h-15.1v-72.5h16.1l33.7%2045.6v-45.6h15.1v72.5H1253zM1287.6%20934.2v-72.5h51.4v13.6h-35.5v15.1h35.5V904h-35.5v16h35.5v13.6h-51.4v.6zM1397.3%20934.2l-14.4-25.4h-11.1v25.4h-15.1v-72.5h33.7c15.1%200%2024.4%2010.1%2024.4%2023.7%200%2012.6-8.5%2019.4-16.1%2021.1l16.1%2027.9c.2-.2-17.5-.2-17.5-.2zm1.6-48.9c0-5.8-5-10.1-11.1-10.1h-16.1v19.4h16.1c7%20.8%2011.1-3.4%2011.1-9.3z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%2358595B%22%3E%3Cpath%20d%3D%22M222.6%201239.7v-51.4h-58.2v51.4h-26.2v-123.2h26.2v48.1h58.2v-48.1h26.2v123.2h-26.2zM267.4%201195.1c0-26.2%2019.4-46.4%2046.4-46.4s44.8%2020.2%2044.8%2048.9v5h-66.7c1.7%2011.1%2010.1%2021.1%2025.4%2021.1%207.6%200%2017.6-3.3%2023.7-9.3l10.1%2015.1c-9.3%208.5-22.7%2012.6-37%2012.6-26.5-.7-46.7-18.3-46.7-47zm45.6-28c-14.4%200-21.1%2011.1-21.9%2019.4h43.8c0-8.3-6-19.4-21.9-19.4zM428.6%201239.7v-9.3c-5.8%207.6-16.9%2011.8-27.9%2011.8-14.4%200-31.2-9.3-31.2-29.5%200-21.1%2016.9-28.7%2031.2-28.7%2011.8%200%2021.9%204.3%2027.9%2011.1v-11.8c0-9.3-7.6-15.1-19.4-15.1-9.3%200-18.6%203.3-26.2%2010.1l-9.3-16.1c11.1-9.3%2025.4-14.4%2038.8-14.4%2020.2%200%2038.8%208.5%2038.8%2033.7v57.4h-22.7v.8zm0-22v-11.1c-4.3-5-11.1-7.6-18.6-7.6-9.3%200-16.9%205-16.9%2013.6s7.6%2013.6%2016.9%2013.6c6.8-.9%2014.3-3.4%2018.6-8.5zM475%201239.7v-123.2h23.7v123.2H475zM526.4%201217v-46.4H512v-20.2h14.4V1126H550v24.4h17.6v20.2H550v40.5c0%205.8%202.5%2010.1%208.5%2010.1%203.3%200%206.8-1.7%208.5-2.5l5%2017.6c-3.3%203.3-10.1%205.8-19.4%205.8-16.9-.7-26.2-9.2-26.2-25.1zM644.7%201239.7v-53.9c0-12.6-6.8-16.1-16.9-16.1-9.3%200-16.1%205-20.2%2010.1v59.9h-23.9v-123.2h23.7v45.6c5.8-6.8%2016.9-13.6%2031.2-13.6%2019.4%200%2028.7%2011.1%2028.7%2027.9v63.2h-22.6v.1zM686%201178.2c0-38%2028.7-63.2%2065.7-63.2%2027%200%2043.1%2015.1%2051.4%2030.4l-22.7%2011.1c-5-10.1-16.1-17.6-28.7-17.6-21.9%200-38.8%2016.9-38.8%2040.5s16.1%2040.5%2038.8%2040.5c12.6%200%2023.7-7.6%2028.7-17.6l22.7%209.3c-9.3%2015.1-24.4%2030.4-51.4%2030.4-37-.6-65.7-26-65.7-63.8zM871.6%201239.7v-9.3c-5.8%207.6-16.9%2011.8-27.9%2011.8-14.4%200-31.2-9.3-31.2-29.5%200-21.1%2016.9-28.7%2031.2-28.7%2011.8%200%2021.9%204.3%2027.9%2011.1v-11.8c0-9.3-7.6-15.1-19.4-15.1-9.3%200-18.6%203.3-26.2%2010.1l-9.3-16.1c11.1-9.3%2025.4-14.4%2038.8-14.4%2020.2%200%2038.8%208.5%2038.8%2033.7v57.4h-22.7v.8zm0-22v-11.1c-4.3-5-11.1-7.6-18.6-7.6-9.3%200-16.9%205-16.9%2013.6s7.6%2013.6%2016.9%2013.6c7.5-.9%2015.3-3.4%2018.6-8.5zM918.9%201239.7v-89.4h23.7v11.8c5.8-7.6%2017.6-14.4%2028.7-14.4v22.7c-1.7%200-4.3-.8-6.8-.8-7.6%200-17.6%204.3-21.9%2010.1v59.2h-23.7v.8zM979.6%201195.1c0-26.2%2019.4-46.4%2046.4-46.4%2026.2%200%2044.8%2020.2%2044.8%2048.9v5H1004c1.7%2011.1%2010.1%2021.1%2025.4%2021.1%207.6%200%2017.6-3.3%2023.7-9.3l10.1%2015.1c-9.3%208.5-22.7%2012.6-37%2012.6-26.4-.7-46.6-18.3-46.6-47zm45.6-28c-14.4%200-21.1%2011.1-21.9%2019.4h43.8c0-8.3-5.8-19.4-21.9-19.4zM1086.8%201231.3c0-5.8%204.3-10.1%2010.1-10.1s10.1%204.3%2010.1%2010.1-4.3%2010.1-10.1%2010.1-10.1-5-10.1-10.1zM1133.2%201262.5l5.8-7.6c7.6%209.3%2016.1%2012.6%2029.5%2012.6%2016.1%200%2030.4-8.5%2030.4-28.7v-14.4c-5.8%209.3-17.6%2016.9-31.2%2016.9-23.7%200-39.6-17.6-39.6-46.4%200-27.9%2016.1-46.4%2039.6-46.4%2012.6%200%2023.7%206.8%2031.2%2016.9V1151h10.1v88.6c0%2027-18.6%2037-40.5%2037-15.1-.7-25.2-4-35.3-14.1zm65.7-46.5v-43.1c-5-8.5-16.9-16.1-29.5-16.1-19.4%200-31.2%2016.1-31.2%2038s11.8%2038%2031.2%2038c11.9.1%2023.7-7.5%2029.5-16.8zM1232.7%201195.1c0-26.2%2016.9-46.4%2043.1-46.4%2026.2%200%2043.1%2020.2%2043.1%2046.4s-16.9%2047.3-43.1%2047.3c-26.2-1-43.1-21.2-43.1-47.3zm76%200c0-19.4-11.8-38-33-38-21.1%200-33%2018.6-33%2038%200%2020.2%2011.8%2038%2033%2038s33-18.7%2033-38zM1367.7%201239.7l-38-89.4h11.1l33%2077.6%2032-77.6h11.1l-38%2089.4h-11.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-partner-w-healthcare-dims {
  width: 1002px;
  height: 464.54953764861295px;
}
.svg-partner-w-healthcaregov {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%20191.7%2091.7%22%20enable-background%3D%22new%200%200%20189.7%2089.7%22%20width%3D%22191.7%22%20height%3D%2291.7%22%3E%3Cpath%20stroke%3D%22%23A3A2A2%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M187.7%2081.7c0%203.6-2.9%206.5-6.5%206.5H7.8c-3.6%200-6.5-2.9-6.5-6.5V8.8c0-3.6%202.9-6.5%206.5-6.5h173.4c3.6%200%206.5%202.9%206.5%206.5v72.9z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%23DCDBDB%22%20d%3D%22M187.7%2081.7c0%203.6-2.9%206.5-6.5%206.5H7.8c-3.6%200-6.5-2.9-6.5-6.5V8.8c0-3.6%202.9-6.5%206.5-6.5h173.4c3.6%200%206.5%202.9%206.5%206.5v72.9z%22%2F%3E%3Cpath%20stroke%3D%22%23CFCECE%22%20stroke-width%3D%22.25%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M187.7%2081.7c0%203.6-2.9%206.5-6.5%206.5H7.8c-3.6%200-6.5-2.9-6.5-6.5V8.8c0-3.6%202.9-6.5%206.5-6.5h173.4c3.6%200%206.5%202.9%206.5%206.5v72.9z%22%20fill%3D%22none%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-width%3D%22.8%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.4%2081.7c-2%200-3.6-1.6-3.6-3.6V12.4c0-2%201.6-3.6%203.6-3.6h166.2c2%200%203.6%201.6%203.6%203.6v65.7c0%202-1.6%203.6-3.6%203.6H11.4z%22%20fill%3D%22none%22%2F%3E%3Cg%20fill%3D%22%237D7E7F%22%3E%3Cpath%20d%3D%22M96.4%2044.9c0%201.9-1%203-2.6%203-1.7%200-2.6-1-2.6-3%200-1.8%201.1-2.8%202.6-2.8%201.6%200%202.6%201%202.6%202.8zm-2.6%202.4c1.1%200%201.6-.9%201.6-2.3%200-1.2-.6-2.2-1.6-2.2s-1.6.9-1.6%202.2c0%201.3.6%202.3%201.6%202.3zM101.6%2042.3c0%20.2.1.5.1.7h-1.6v4c.3%200%20.9.1%201.1.2v.5h-3.1c0-.2.1-.4.2-.5.2-.1.5-.2.7-.2v-4h-.9c0-.2.1-.4.1-.6.2-.1.5-.2.8-.2v-.6c0-1.6.9-2.2%202-2.2.4%200%20.8.1%201.3.2v.4c0%20.4-.1.8-.2%201-.2%200-.5-.1-.7-.2V40c-.1-.1-.3-.1-.4-.1-.6%200-1.1.3-1.1%201.5v.9h1.7z%22%2F%3E%3C%2Fg%3E%3Cpath%20stroke%3D%22%237D7D7D%22%20stroke-width%3D%22.441%22%20stroke-miterlimit%3D%2210%22%20fill%3D%22none%22%20d%3D%22M104.4%2044.7h67M16.9%2044.7h70.8%22%2F%3E%3Cg%20fill%3D%22%237D7E7F%22%3E%3Cpath%20d%3D%22M25.3%2031.3l-.5-1.5h-3.7l-.5%201.5h-2.1l3.3-8.6h2.3l3.3%208.6h-2.1zM23%2024.6l-1.3%203.7h2.7L23%2024.6zM28.4%2027.9v-5.2h1.9v5.1c0%201.2.7%202%202%202s2-.8%202-2v-5.1h1.9v5.1c0%202.1-1.3%203.6-3.9%203.6s-3.9-1.4-3.9-3.5zM40.5%2031.3v-7H38v-1.6h6.8v1.6h-2.5v7h-1.8zM52.5%2031.3v-3.6h-4.1v3.6h-1.8v-8.6h1.8v3.4h4.1v-3.4h1.8v8.6h-1.8zM56.3%2027c0-2.6%201.9-4.4%204.5-4.4s4.5%201.9%204.5%204.4c0%202.6-1.9%204.4-4.5%204.4-2.6.1-4.5-1.8-4.5-4.4zm7%200c0-1.6-1-2.8-2.6-2.8s-2.6%201.2-2.6%202.8c0%201.6%201%202.8%202.6%202.8s2.6-1.2%202.6-2.8zM72%2031.3l-1.7-3H69v3h-1.8v-8.6h4c1.8%200%202.9%201.2%202.9%202.8%200%201.5-1%202.3-1.9%202.5l1.9%203.3H72zm.2-5.8c0-.7-.6-1.2-1.3-1.2H69v2.3h1.9c.7.1%201.3-.4%201.3-1.1zM76.1%2031.3v-8.6h1.8v8.6h-1.8zM79.9%2031.3v-1.5l4.1-5.5h-4.1v-1.6h6.4v1.5l-4.1%205.5h4.1v1.6h-6.4zM88.5%2031.3v-8.6h6.1v1.6h-4.2v1.8h4.2v1.6h-4.2v1.9h4.2v1.6h-6.1zM96.6%2031.3v-8.6h3.4c2.7%200%204.6%201.7%204.6%204.3%200%202.6-1.9%204.3-4.6%204.3h-3.4zm6.1-4.3c0-1.5-.9-2.7-2.7-2.7h-1.6v5.4h1.6c1.7%200%202.7-1.2%202.7-2.7zM110.4%2031.3v-8.6h4c1.9%200%202.9%201.3%202.9%202.8%200%201.5-1%202.8-2.9%202.8h-2.2v3h-1.8zm5.1-5.8c0-.7-.5-1.2-1.3-1.2h-1.9v2.3h1.9c.7.1%201.3-.4%201.3-1.1zM124.1%2031.3l-.5-1.5h-3.7l-.5%201.5h-2.1l3.3-8.6h2.3l3.3%208.6h-2.1zm-2.4-6.7l-1.3%203.7h2.7l-1.4-3.7zM132.5%2031.3l-1.7-3h-1.3v3h-1.8v-8.6h4c1.8%200%202.9%201.2%202.9%202.8%200%201.5-1%202.3-1.9%202.5l1.9%203.3h-2.1zm.1-5.8c0-.7-.6-1.2-1.3-1.2h-1.9v2.3h1.9c.8.1%201.3-.4%201.3-1.1zM138.4%2031.3v-7h-2.5v-1.6h6.8v1.6h-2.5v7h-1.8zM150.4%2031.3l-4.1-5.6v5.6h-1.8v-8.6h1.9l4%205.4v-5.4h1.8v8.6h-1.8zM154.5%2031.3v-8.6h6.1v1.6h-4.2v1.8h4.2v1.6h-4.2v1.9h4.2v1.6h-6.1zM167.5%2031.3l-1.7-3h-1.3v3h-1.8v-8.6h4c1.8%200%202.9%201.2%202.9%202.8%200%201.5-1%202.3-1.9%202.5l1.9%203.3h-2.1zm.2-5.8c0-.7-.6-1.2-1.3-1.2h-1.9v2.3h1.9c.8.1%201.3-.4%201.3-1.1z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%2358595B%22%20d%3D%22M29.2%2070.4v-6.1h-6.9v6.1h-3.1V55.8h3.1v5.7h6.9v-5.7h3.1v14.6h-3.1zM34.5%2065.1c0-3.1%202.3-5.5%205.5-5.5s5.3%202.4%205.3%205.8v.6h-7.9c.2%201.3%201.2%202.5%203%202.5.9%200%202.1-.4%202.8-1.1l1.2%201.8c-1.1%201-2.7%201.5-4.4%201.5-3.1-.1-5.5-2.2-5.5-5.6zm5.4-3.3c-1.7%200-2.5%201.3-2.6%202.3h5.2c0-1-.7-2.3-2.6-2.3zM53.6%2070.4v-1.1c-.7.9-2%201.4-3.3%201.4-1.7%200-3.7-1.1-3.7-3.5%200-2.5%202-3.4%203.7-3.4%201.4%200%202.6.5%203.3%201.3v-1.4c0-1.1-.9-1.8-2.3-1.8-1.1%200-2.2.4-3.1%201.2l-1.1-1.9c1.3-1.1%203-1.7%204.6-1.7%202.4%200%204.6%201%204.6%204v6.8h-2.7zm0-2.6v-1.3c-.5-.6-1.3-.9-2.2-.9-1.1%200-2%20.6-2%201.6s.9%201.6%202%201.6c.8-.1%201.7-.4%202.2-1zM59.1%2070.4V55.8h2.8v14.6h-2.8zM65.2%2067.7v-5.5h-1.7v-2.4h1.7v-2.9H68v2.9h2.1v2.4H68V67c0%20.7.3%201.2%201%201.2.4%200%20.8-.2%201-.3l.6%202.1c-.4.4-1.2.7-2.3.7-2-.1-3.1-1.1-3.1-3zM79.2%2070.4V64c0-1.5-.8-1.9-2-1.9-1.1%200-1.9.6-2.4%201.2v7.1H72V55.8h2.8v5.4c.7-.8%202-1.6%203.7-1.6%202.3%200%203.4%201.3%203.4%203.3v7.5h-2.7z%22%2F%3E%3Cpath%20fill%3D%22%230082AE%22%20d%3D%22M84.1%2063.1c0-4.5%203.4-7.5%207.8-7.5%203.2%200%205.1%201.8%206.1%203.6l-2.7%201.3c-.6-1.2-1.9-2.1-3.4-2.1-2.6%200-4.6%202-4.6%204.8s1.9%204.8%204.6%204.8c1.5%200%202.8-.9%203.4-2.1L98%2067c-1.1%201.8-2.9%203.6-6.1%203.6-4.4%200-7.8-3-7.8-7.5zM106.1%2070.4v-1.1c-.7.9-2%201.4-3.3%201.4-1.7%200-3.7-1.1-3.7-3.5%200-2.5%202-3.4%203.7-3.4%201.4%200%202.6.5%203.3%201.3v-1.4c0-1.1-.9-1.8-2.3-1.8-1.1%200-2.2.4-3.1%201.2l-1.1-1.9c1.3-1.1%203-1.7%204.6-1.7%202.4%200%204.6%201%204.6%204v6.8h-2.7zm0-2.6v-1.3c-.5-.6-1.3-.9-2.2-.9-1.1%200-2%20.6-2%201.6s.9%201.6%202%201.6c.9-.1%201.8-.4%202.2-1zM111.7%2070.4V59.8h2.8v1.4c.7-.9%202.1-1.7%203.4-1.7v2.7c-.2%200-.5-.1-.8-.1-.9%200-2.1.5-2.6%201.2v7h-2.8zM118.9%2065.1c0-3.1%202.3-5.5%205.5-5.5%203.1%200%205.3%202.4%205.3%205.8v.6h-7.9c.2%201.3%201.2%202.5%203%202.5.9%200%202.1-.4%202.8-1.1l1.2%201.8c-1.1%201-2.7%201.5-4.4%201.5-3.1-.1-5.5-2.2-5.5-5.6zm5.4-3.3c-1.7%200-2.5%201.3-2.6%202.3h5.2c0-1-.7-2.3-2.6-2.3z%22%2F%3E%3Cpath%20fill%3D%22%239D9FA2%22%20d%3D%22M131.6%2069.4c0-.7.5-1.2%201.2-1.2s1.2.5%201.2%201.2-.5%201.2-1.2%201.2-1.2-.6-1.2-1.2zM137.1%2073.1l.7-.9c.9%201.1%201.9%201.5%203.5%201.5%201.9%200%203.6-1%203.6-3.4v-1.7c-.7%201.1-2.1%202-3.7%202-2.8%200-4.7-2.1-4.7-5.5%200-3.3%201.9-5.5%204.7-5.5%201.5%200%202.8.8%203.7%202v-1.7h1.2v10.5c0%203.2-2.2%204.4-4.8%204.4-1.8-.1-3-.5-4.2-1.7zm7.8-5.5v-5.1c-.6-1-2-1.9-3.5-1.9-2.3%200-3.7%201.9-3.7%204.5s1.4%204.5%203.7%204.5c1.4%200%202.8-.9%203.5-2zM148.9%2065.1c0-3.1%202-5.5%205.1-5.5%203.1%200%205.1%202.4%205.1%205.5s-2%205.6-5.1%205.6c-3.1-.1-5.1-2.5-5.1-5.6zm9%200c0-2.3-1.4-4.5-3.9-4.5s-3.9%202.2-3.9%204.5c0%202.4%201.4%204.5%203.9%204.5s3.9-2.2%203.9-4.5zM164.9%2070.4l-4.5-10.6h1.3l3.9%209.2%203.8-9.2h1.3l-4.5%2010.6h-1.3z%22%2F%3E%3C%2Fsvg%3E");
}
.svg-partner-w-healthcaregov-dims {
  width: 191.7px;
  height: 91.7px;
}
.svg-partner-w-healthcaregov-green {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%20794%20614%22%20enable-background%3D%22new%200%200%20792%20612%22%20width%3D%22794%22%20height%3D%22614%22%3E%3Cpath%20stroke%3D%22%23A3A2A2%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M785.6%20459.8c0%2015-12.1%2027.1-27.1%2027.1H34.6c-15%200-27.1-12.1-27.1-27.1V155.5c0-15%2012.1-27.1%2027.1-27.1h723.9c15%200%2027.1%2012.1%2027.1%2027.1v304.3z%22%20fill%3D%22none%22%2F%3E%3Cg%20stroke%3D%22%23387C42%22%20stroke-width%3D%225%22%20stroke-miterlimit%3D%2210%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M785.6%20459.8c0%2015-12.1%2027.1-27.1%2027.1H34.6c-15%200-27.1-12.1-27.1-27.1V155.5c0-15%2012.1-27.1%2027.1-27.1h723.9c15%200%2027.1%2012.1%2027.1%2027.1v304.3zM785.6%20459.8c0%2015-12.1%2027.1-27.1%2027.1H34.6c-15%200-27.1-12.1-27.1-27.1V155.5c0-15%2012.1-27.1%2027.1-27.1h723.9c15%200%2027.1%2012.1%2027.1%2027.1v304.3z%22%2F%3E%3C%2Fg%3E%3Cpath%20stroke%3D%22%23387C42%22%20stroke-width%3D%225%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M49.6%20459.8c-8.4%200-15-6.7-15-15V170.5c0-8.4%206.7-15%2015-15h693.9c8.4%200%2015%206.7%2015%2015v274.3c0%208.4-6.7%2015-15%2015H49.6z%22%20fill%3D%22none%22%2F%3E%3Cg%20fill%3D%22%23387C42%22%3E%3Cpath%20d%3D%22M400.4%20311.5c0%208.3-4.4%2013.1-11.3%2013.1-7.4%200-11.3-4.4-11.3-13.1%200-7.8%204.8-12.2%2011.3-12.2%207%200%2011.3%204.3%2011.3%2012.2zm-11.3%2010.4c4.8%200%207-3.9%207-10%200-5.2-2.6-9.6-7-9.6s-7%203.9-7%209.6c0%205.7%202.6%2010%207%2010zM420.9%20300.2c0%20.9.4%202.2.4%203h-7v17.4c1.3%200%203.9.4%204.8.9v2.2h-13.5c0-.9.4-1.7.9-2.2.9-.4%202.2-.9%203-.9v-17.4h-3.9c0-.9.4-1.7.4-2.6.9-.4%202.2-.9%203.5-.9v-2.6c0-7%203.9-9.6%208.7-9.6%201.7%200%203.5.4%205.7.9v1.7c0%201.7-.4%203.5-.9%204.4-.9%200-2.2-.4-3-.9v-3.5c-.4-.4-1.3-.4-1.7-.4-2.6%200-4.8%201.3-4.8%206.5v3.9l7.4.1z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23387C42%22%3E%3Cpath%20d%3D%22M101.8%20259.7l-2.2-6.5H83.5l-2.2%206.5h-9.1l14.4-37.4h10l14.4%2037.4h-9.2zm-10.1-29.2L86%20246.6h11.7l-6-16.1zM115.2%20244.9v-22.6h8.3v22.2c0%205.2%203%208.7%208.7%208.7%205.7%200%208.7-3.5%208.7-8.7v-22.2h8.3v22.2c0%209.1-5.7%2015.7-17%2015.7s-17-6.2-17-15.3zM167.9%20259.7v-30.5H157v-7h29.6v7h-10.9v30.5h-7.8zM220.1%20259.7V244h-17.8v15.7h-7.8v-37.4h7.8v14.8h17.8v-14.8h7.8v37.4h-7.8zM236.6%20241c0-11.3%208.3-19.1%2019.6-19.1s19.6%208.3%2019.6%2019.1c0%2011.3-8.3%2019.1-19.6%2019.1-11.3.5-19.6-7.8-19.6-19.1zm30.5%200c0-7-4.4-12.2-11.3-12.2-7%200-11.3%205.2-11.3%2012.2%200%207%204.4%2012.2%2011.3%2012.2s11.3-5.3%2011.3-12.2zM304.9%20259.7l-7.4-13.1h-5.7v13.1H284v-37.4h17.4c7.8%200%2012.6%205.2%2012.6%2012.2%200%206.5-4.4%2010-8.3%2010.9l8.3%2014.4c.1-.1-9.1-.1-9.1-.1zm.9-25.2c0-3-2.6-5.2-5.7-5.2h-8.3v10h8.3c3.1.4%205.7-1.8%205.7-4.8zM322.8%20259.7v-37.4h7.8v37.4h-7.8zM339.3%20259.7v-6.5l17.8-23.9h-17.8v-7h27.8v6.5l-17.8%2023.9h17.8v7h-27.8zM376.7%20259.7v-37.4h26.5v7H385v7.8h18.3v7H385v8.3h18.3v7h-26.5v.3zM412%20259.7v-37.4h14.8c11.7%200%2020%207.4%2020%2018.7%200%2011.3-8.3%2018.7-20%2018.7H412zm26.5-18.7c0-6.5-3.9-11.7-11.7-11.7h-7v23.5h7c7.4-.1%2011.7-5.3%2011.7-11.8zM472%20259.7v-37.4h17.4c8.3%200%2012.6%205.7%2012.6%2012.2s-4.4%2012.2-12.6%2012.2h-9.6v13.1c.1-.1-7.8-.1-7.8-.1zm22.2-25.2c0-3-2.2-5.2-5.7-5.2h-8.3v10h8.3c3.1.4%205.7-1.8%205.7-4.8zM531.6%20259.7l-2.2-6.5h-16.1l-2.2%206.5H502l14.4-37.4h10l14.4%2037.4h-9.2zm-10.4-29.2l-5.7%2016.1h11.7l-6-16.1zM568.2%20259.7l-7.4-13.1h-5.7v13.1h-7.8v-37.4h17.4c7.8%200%2012.6%205.2%2012.6%2012.2%200%206.5-4.4%2010-8.3%2010.9l8.3%2014.4c0-.1-9.1-.1-9.1-.1zm.4-25.2c0-3-2.6-5.2-5.7-5.2h-8.3v10h8.3c3.5.4%205.7-1.8%205.7-4.8zM593.9%20259.7v-30.5H583v-7h29.6v7h-10.9v30.5h-7.8zM646.1%20259.7l-17.8-24.4v24.4h-7.8v-37.4h8.3l17.4%2023.5v-23.5h7.8v37.4h-7.9zM663.9%20259.7v-37.4h26.5v7h-18.3v7.8h18.3v7h-18.3v8.3h18.3v7h-26.5v.3zM720.5%20259.7l-7.4-13.1h-5.7v13.1h-7.8v-37.4H717c7.8%200%2012.6%205.2%2012.6%2012.2%200%206.5-4.4%2010-8.3%2010.9l8.3%2014.4c0-.1-9.1-.1-9.1-.1zm.8-25.2c0-3-2.6-5.2-5.7-5.2h-8.3v10h8.3c3.6.4%205.7-1.8%205.7-4.8z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23387C42%22%3E%3Cpath%20d%3D%22M114.8%20417.2v-26.5h-30v26.5H71.3v-63.5h13.5v24.8h30v-24.8h13.5v63.5h-13.5zM137.9%20394.2c0-13.5%2010-23.9%2023.9-23.9%2013.9%200%2023.1%2010.4%2023.1%2025.2v2.6h-34.4c.9%205.7%205.2%2010.9%2013.1%2010.9%203.9%200%209.1-1.7%2012.2-4.8l5.2%207.8c-4.8%204.4-11.7%206.5-19.1%206.5-13.6-.4-24-9.5-24-24.3zm23.5-14.4c-7.4%200-10.9%205.7-11.3%2010h22.6c0-4.3-3.1-10-11.3-10zM221%20417.2v-4.8c-3%203.9-8.7%206.1-14.4%206.1-7.4%200-16.1-4.8-16.1-15.2%200-10.9%208.7-14.8%2016.1-14.8%206.1%200%2011.3%202.2%2014.4%205.7v-6.1c0-4.8-3.9-7.8-10-7.8-4.8%200-9.6%201.7-13.5%205.2l-4.8-8.3c5.7-4.8%2013.1-7.4%2020-7.4%2010.4%200%2020%204.4%2020%2017.4v29.6H221v.4zm0-11.3v-5.7c-2.2-2.6-5.7-3.9-9.6-3.9-4.8%200-8.7%202.6-8.7%207s3.9%207%208.7%207c3.5-.5%207.4-1.8%209.6-4.4zM244.9%20417.2v-63.5h12.2v63.5h-12.2zM271.4%20405.5v-23.9H264v-10.4h7.4v-12.6h12.2v12.6h9.1v10.4h-9.1v20.9c0%203%201.3%205.2%204.4%205.2%201.7%200%203.5-.9%204.4-1.3l2.6%209.1c-1.7%201.7-5.2%203-10%203-8.8-.4-13.6-4.8-13.6-13zM332.4%20417.2v-27.8c0-6.5-3.5-8.3-8.7-8.3-4.8%200-8.3%202.6-10.4%205.2v30.9H301v-63.5h12.2v23.5c3-3.5%208.7-7%2016.1-7%2010%200%2014.8%205.7%2014.8%2014.4v32.6h-11.7zM353.7%20385.5c0-19.6%2014.8-32.6%2033.9-32.6%2013.9%200%2022.2%207.8%2026.5%2015.7l-11.7%205.7c-2.6-5.2-8.3-9.1-14.8-9.1-11.3%200-20%208.7-20%2020.9s8.3%2020.9%2020%2020.9c6.5%200%2012.2-3.9%2014.8-9.1l11.7%204.8c-4.8%207.8-12.6%2015.7-26.5%2015.7-19.1-.3-33.9-13.4-33.9-32.9zM449.4%20417.2v-4.8c-3%203.9-8.7%206.1-14.4%206.1-7.4%200-16.1-4.8-16.1-15.2%200-10.9%208.7-14.8%2016.1-14.8%206.1%200%2011.3%202.2%2014.4%205.7v-6.1c0-4.8-3.9-7.8-10-7.8-4.8%200-9.6%201.7-13.5%205.2l-4.8-8.3c5.7-4.8%2013.1-7.4%2020-7.4%2010.4%200%2020%204.4%2020%2017.4v29.6h-11.7v.4zm0-11.3v-5.7c-2.2-2.6-5.7-3.9-9.6-3.9-4.8%200-8.7%202.6-8.7%207s3.9%207%208.7%207c3.9-.5%207.9-1.8%209.6-4.4zM473.8%20417.2v-46.1H486v6.1c3-3.9%209.1-7.4%2014.8-7.4v11.7c-.9%200-2.2-.4-3.5-.4-3.9%200-9.1%202.2-11.3%205.2v30.5h-12.2v.4zM505.1%20394.2c0-13.5%2010-23.9%2023.9-23.9%2013.5%200%2023.1%2010.4%2023.1%2025.2v2.6h-34.4c.9%205.7%205.2%2010.9%2013.1%2010.9%203.9%200%209.1-1.7%2012.2-4.8l5.2%207.8c-4.8%204.4-11.7%206.5-19.1%206.5-13.6-.4-24-9.5-24-24.3zm23.5-14.4c-7.4%200-10.9%205.7-11.3%2010h22.6c0-4.3-3-10-11.3-10zM560.4%20412.9c0-3%202.2-5.2%205.2-5.2s5.2%202.2%205.2%205.2-2.2%205.2-5.2%205.2-5.2-2.6-5.2-5.2zM584.3%20429l3-3.9c3.9%204.8%208.3%206.5%2015.2%206.5%208.3%200%2015.7-4.4%2015.7-14.8v-7.4c-3%204.8-9.1%208.7-16.1%208.7-12.2%200-20.4-9.1-20.4-23.9%200-14.4%208.3-23.9%2020.4-23.9%206.5%200%2012.2%203.5%2016.1%208.7v-7.4h5.2v45.7c0%2013.9-9.6%2019.1-20.9%2019.1-7.8-.5-13-2.2-18.2-7.4zm33.9-24v-22.2c-2.6-4.4-8.7-8.3-15.2-8.3-10%200-16.1%208.3-16.1%2019.6s6.1%2019.6%2016.1%2019.6c6.1%200%2012.2-3.9%2015.2-8.7zM635.6%20394.2c0-13.5%208.7-23.9%2022.2-23.9s22.2%2010.4%2022.2%2023.9-8.7%2024.4-22.2%2024.4c-13.5-.5-22.2-10.9-22.2-24.4zm39.2%200c0-10-6.1-19.6-17-19.6s-17%209.6-17%2019.6c0%2010.4%206.1%2019.6%2017%2019.6s17-9.6%2017-19.6zM705.2%20417.2l-19.6-46.1h5.7l17%2040%2016.5-40h5.7l-19.6%2046.1h-5.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-partner-w-healthcaregov-green-dims {
  width: 794px;
  height: 614px;
}
.svg-partner_w_healthcare_black {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%2211%20676.1%201516%20702.3%22%20enable-background%3D%22new%2012%20677.1%201514%20700.3%22%20width%3D%221002%22%20height%3D%22464.54953764861295%22%3E%3Cpath%20stroke%3D%22%23A3A2A2%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M1523.6%201322.3c0%2029.1-23.5%2052.6-52.6%2052.6H67.1c-29.1%200-52.6-23.5-52.6-52.6V732.1c0-29.1%2023.5-52.6%2052.6-52.6H1471c29.1%200%2052.6%2023.5%2052.6%2052.6v590.2z%22%20fill%3D%22none%22%2F%3E%3Cg%20stroke%3D%22%23000%22%20stroke-width%3D%225%22%20stroke-miterlimit%3D%2210%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1523.6%201322.3c0%2029.1-23.5%2052.6-52.6%2052.6H67.1c-29.1%200-52.6-23.5-52.6-52.6V732.1c0-29.1%2023.5-52.6%2052.6-52.6H1471c29.1%200%2052.6%2023.5%2052.6%2052.6v590.2zM1523.6%201322.3c0%2029.1-23.5%2052.6-52.6%2052.6H67.1c-29.1%200-52.6-23.5-52.6-52.6V732.1c0-29.1%2023.5-52.6%2052.6-52.6H1471c29.1%200%2052.6%2023.5%2052.6%2052.6v590.2z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%20stroke-width%3D%225%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M96.2%201322.3c-16.3%200-29.1-13-29.1-29.1v-532c0-16.3%2013-29.1%2029.1-29.1h1345.7c16.3%200%2029.1%2013%2029.1%2029.1v532c0%2016.3-13%2029.1-29.1%2029.1H96.2z%22%2F%3E%3Cpath%20d%3D%22M776.5%201034.7c0%2016.1-8.5%2025.4-21.9%2025.4-14.4%200-21.9-8.5-21.9-25.4%200-15.1%209.3-23.7%2021.9-23.7%2013.6%200%2021.9%208.3%2021.9%2023.7zm-21.9%2020.1c9.3%200%2013.6-7.6%2013.6-19.4%200-10.1-5-18.6-13.6-18.6s-13.6%207.6-13.6%2018.6%205.1%2019.4%2013.6%2019.4zM816.3%201012.8c0%201.7.8%204.3.8%205.8h-13.6v33.7c2.5%200%207.6.8%209.3%201.7v4.3h-26.2c0-1.7.8-3.3%201.7-4.3%201.7-.8%204.3-1.7%205.8-1.7v-33.7h-7.6c0-1.7.8-3.3.8-5%201.7-.8%204.3-1.7%206.8-1.7v-5c0-13.6%207.6-18.6%2016.9-18.6%203.3%200%206.8.8%2011.1%201.7v3.3c0%203.3-.8%206.8-1.7%208.5-1.7%200-4.3-.8-5.8-1.7v-6.8c-.8-.8-2.5-.8-3.3-.8-5%200-9.3%202.5-9.3%2012.6v7.6l14.3.1zM197.4%20934.2l-4.3-12.6h-31.2l-4.3%2012.6H140l27.9-72.5h19.4l27.9%2072.5h-17.8zm-19.6-56.6l-11.1%2031.2h22.7l-11.6-31.2zM223.4%20905.5v-43.8h16.1v43.1c0%2010.1%205.8%2016.9%2016.9%2016.9s16.9-6.8%2016.9-16.9v-43.1h16.1v43.1c0%2017.6-11.1%2030.4-33%2030.4s-33-12-33-29.7zM325.6%20934.2V875h-21.1v-13.6h57.4V875h-21.1v59.2h-15.2zM426.9%20934.2v-30.4h-34.5v30.4h-15.1v-72.5h15.1v28.7h34.5v-28.7H442v72.5h-15.1zM458.9%20897.9c0-21.9%2016.1-37%2038-37s38%2016.1%2038%2037c0%2021.9-16.1%2037-38%2037-21.9%201.1-38-15-38-37zm59.1%200c0-13.6-8.5-23.7-21.9-23.7-13.6%200-21.9%2010.1-21.9%2023.7s8.5%2023.7%2021.9%2023.7%2021.9-10.3%2021.9-23.7zM591.3%20934.2L577%20908.8h-11.1v25.4h-15.1v-72.5h33.7c15.1%200%2024.4%2010.1%2024.4%2023.7%200%2012.6-8.5%2019.4-16.1%2021.1l16.1%2027.9c.3-.2-17.6-.2-17.6-.2zm1.8-48.9c0-5.8-5-10.1-11.1-10.1h-16.1v19.4H582c6%20.8%2011.1-3.4%2011.1-9.3zM626%20934.2v-72.5h15.1v72.5H626zM658%20934.2v-12.6l34.5-46.4H658v-13.6h54v12.6l-34.5%2046.4H712v13.6h-54zM730.6%20934.2v-72.5H782v13.6h-35.3v15.1h35.5V904h-35.5v16h35.5v13.6h-51.4v.6h-.2zM799%20934.2v-72.5h28.7c22.7%200%2038.8%2014.4%2038.8%2036.3s-16.1%2036.3-38.8%2036.3H799zm51.4-36.3c0-12.6-7.6-22.7-22.7-22.7h-13.6v45.6h13.6c14.4-.2%2022.7-10.3%2022.7-22.9zM915.4%20934.2v-72.5h33.7c16.1%200%2024.4%2011.1%2024.4%2023.7s-8.5%2023.7-24.4%2023.7h-18.6v25.4c.2-.3-15.1-.3-15.1-.3zm43-48.9c0-5.8-4.3-10.1-11.1-10.1h-16.1v19.4h16.1c6.1.8%2011.1-3.4%2011.1-9.3zM1031%20934.2l-4.3-12.6h-31.2l-4.3%2012.6h-17.6l27.9-72.5h19.4l27.9%2072.5H1031zm-20.2-56.6l-11.1%2031.2h22.7l-11.6-31.2zM1102%20934.2l-14.4-25.4h-11.1v25.4h-15.1v-72.5h33.7c15.1%200%2024.4%2010.1%2024.4%2023.7%200%2012.6-8.5%2019.4-16.1%2021.1l16.1%2027.9c.1-.2-17.5-.2-17.5-.2zm.7-48.9c0-5.8-5-10.1-11.1-10.1h-16.1v19.4h16.1c6.9.8%2011.1-3.4%2011.1-9.3zM1151.8%20934.2V875h-21.1v-13.6h57.4V875H1167v59.2h-15.2zM1253%20934.2l-34.5-47.3v47.3h-15.1v-72.5h16.1l33.7%2045.6v-45.6h15.1v72.5H1253zM1287.6%20934.2v-72.5h51.4v13.6h-35.5v15.1h35.5V904h-35.5v16h35.5v13.6h-51.4v.6zM1397.3%20934.2l-14.4-25.4h-11.1v25.4h-15.1v-72.5h33.7c15.1%200%2024.4%2010.1%2024.4%2023.7%200%2012.6-8.5%2019.4-16.1%2021.1l16.1%2027.9c.2-.2-17.5-.2-17.5-.2zm1.6-48.9c0-5.8-5-10.1-11.1-10.1h-16.1v19.4h16.1c7%20.8%2011.1-3.4%2011.1-9.3zM222.6%201239.7v-51.4h-58.2v51.4h-26.2v-123.2h26.2v48.1h58.2v-48.1h26.2v123.2h-26.2zM267.4%201195.1c0-26.2%2019.4-46.4%2046.4-46.4s44.8%2020.2%2044.8%2048.9v5h-66.7c1.7%2011.1%2010.1%2021.1%2025.4%2021.1%207.6%200%2017.6-3.3%2023.7-9.3l10.1%2015.1c-9.3%208.5-22.7%2012.6-37%2012.6-26.5-.7-46.7-18.3-46.7-47zm45.6-28c-14.4%200-21.1%2011.1-21.9%2019.4h43.8c0-8.3-6-19.4-21.9-19.4zM428.6%201239.7v-9.3c-5.8%207.6-16.9%2011.8-27.9%2011.8-14.4%200-31.2-9.3-31.2-29.5%200-21.1%2016.9-28.7%2031.2-28.7%2011.8%200%2021.9%204.3%2027.9%2011.1v-11.8c0-9.3-7.6-15.1-19.4-15.1-9.3%200-18.6%203.3-26.2%2010.1l-9.3-16.1c11.1-9.3%2025.4-14.4%2038.8-14.4%2020.2%200%2038.8%208.5%2038.8%2033.7v57.4h-22.7v.8zm0-22v-11.1c-4.3-5-11.1-7.6-18.6-7.6-9.3%200-16.9%205-16.9%2013.6s7.6%2013.6%2016.9%2013.6c6.8-.9%2014.3-3.4%2018.6-8.5zM475%201239.7v-123.2h23.7v123.2H475zM526.4%201217v-46.4H512v-20.2h14.4V1126H550v24.4h17.6v20.2H550v40.5c0%205.8%202.5%2010.1%208.5%2010.1%203.3%200%206.8-1.7%208.5-2.5l5%2017.6c-3.3%203.3-10.1%205.8-19.4%205.8-16.9-.7-26.2-9.2-26.2-25.1zM644.7%201239.7v-53.9c0-12.6-6.8-16.1-16.9-16.1-9.3%200-16.1%205-20.2%2010.1v59.9h-23.9v-123.2h23.7v45.6c5.8-6.8%2016.9-13.6%2031.2-13.6%2019.4%200%2028.7%2011.1%2028.7%2027.9v63.2h-22.6v.1zM686%201178.2c0-38%2028.7-63.2%2065.7-63.2%2027%200%2043.1%2015.1%2051.4%2030.4l-22.7%2011.1c-5-10.1-16.1-17.6-28.7-17.6-21.9%200-38.8%2016.9-38.8%2040.5s16.1%2040.5%2038.8%2040.5c12.6%200%2023.7-7.6%2028.7-17.6l22.7%209.3c-9.3%2015.1-24.4%2030.4-51.4%2030.4-37-.6-65.7-26-65.7-63.8zM871.6%201239.7v-9.3c-5.8%207.6-16.9%2011.8-27.9%2011.8-14.4%200-31.2-9.3-31.2-29.5%200-21.1%2016.9-28.7%2031.2-28.7%2011.8%200%2021.9%204.3%2027.9%2011.1v-11.8c0-9.3-7.6-15.1-19.4-15.1-9.3%200-18.6%203.3-26.2%2010.1l-9.3-16.1c11.1-9.3%2025.4-14.4%2038.8-14.4%2020.2%200%2038.8%208.5%2038.8%2033.7v57.4h-22.7v.8zm0-22v-11.1c-4.3-5-11.1-7.6-18.6-7.6-9.3%200-16.9%205-16.9%2013.6s7.6%2013.6%2016.9%2013.6c7.5-.9%2015.3-3.4%2018.6-8.5zM918.9%201239.7v-89.4h23.7v11.8c5.8-7.6%2017.6-14.4%2028.7-14.4v22.7c-1.7%200-4.3-.8-6.8-.8-7.6%200-17.6%204.3-21.9%2010.1v59.2h-23.7v.8zM979.6%201195.1c0-26.2%2019.4-46.4%2046.4-46.4%2026.2%200%2044.8%2020.2%2044.8%2048.9v5H1004c1.7%2011.1%2010.1%2021.1%2025.4%2021.1%207.6%200%2017.6-3.3%2023.7-9.3l10.1%2015.1c-9.3%208.5-22.7%2012.6-37%2012.6-26.4-.7-46.6-18.3-46.6-47zm45.6-28c-14.4%200-21.1%2011.1-21.9%2019.4h43.8c0-8.3-5.8-19.4-21.9-19.4zM1086.8%201231.3c0-5.8%204.3-10.1%2010.1-10.1s10.1%204.3%2010.1%2010.1-4.3%2010.1-10.1%2010.1-10.1-5-10.1-10.1zM1133.2%201262.5l5.8-7.6c7.6%209.3%2016.1%2012.6%2029.5%2012.6%2016.1%200%2030.4-8.5%2030.4-28.7v-14.4c-5.8%209.3-17.6%2016.9-31.2%2016.9-23.7%200-39.6-17.6-39.6-46.4%200-27.9%2016.1-46.4%2039.6-46.4%2012.6%200%2023.7%206.8%2031.2%2016.9V1151h10.1v88.6c0%2027-18.6%2037-40.5%2037-15.1-.7-25.2-4-35.3-14.1zm65.7-46.5v-43.1c-5-8.5-16.9-16.1-29.5-16.1-19.4%200-31.2%2016.1-31.2%2038s11.8%2038%2031.2%2038c11.9.1%2023.7-7.5%2029.5-16.8zM1232.7%201195.1c0-26.2%2016.9-46.4%2043.1-46.4%2026.2%200%2043.1%2020.2%2043.1%2046.4s-16.9%2047.3-43.1%2047.3c-26.2-1-43.1-21.2-43.1-47.3zm76%200c0-19.4-11.8-38-33-38-21.1%200-33%2018.6-33%2038%200%2020.2%2011.8%2038%2033%2038s33-18.7%2033-38zM1367.7%201239.7l-38-89.4h11.1l33%2077.6%2032-77.6h11.1l-38%2089.4h-11.2z%22%2F%3E%3C%2Fsvg%3E");
}
.svg-partner_w_healthcare_black-dims {
  width: 1002px;
  height: 464.54953764861295px;
}
.svg-questionMark {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22287.5%20377.5%2037%2037%22%20enable-background%3D%22new%20288.5%20378.5%2035%2035%22%20width%3D%2237%22%20height%3D%2237%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M306%20412.6c-9.2%200-16.6-7.4-16.6-16.5%200-9.2%207.4-16.6%2016.6-16.6%209.1%200%2016.6%207.4%2016.6%2016.6-.1%209-7.5%2016.5-16.6%2016.5zm0-32.7c-8.9%200-16.1%207.2-16.1%2016.1%200%208.8%207.2%2016%2016%2016s16-7.2%2016-16c.1-8.9-7.1-16.1-15.9-16.1zM306%20412.6c-4.5%200-8.6-1.7-11.8-4.9-3.1-3.1-4.9-7.3-4.9-11.7%200-4.5%201.7-8.6%204.9-11.8%203.1-3.1%207.3-4.9%2011.8-4.9%202.2%200%204.4.4%206.4%201.3%202%20.8%203.8%202%205.3%203.6%203.2%203.1%204.9%207.3%204.9%2011.8%200%204.4-1.8%208.6-4.9%2011.7-3.1%203.2-7.3%204.9-11.7%204.9zm0-33.1c-4.4%200-8.6%201.7-11.7%204.8-3.1%203.1-4.8%207.3-4.8%2011.7%200%204.4%201.7%208.5%204.8%2011.6%203.1%203.1%207.3%204.8%2011.7%204.8%204.4%200%208.5-1.7%2011.7-4.8%203.1-3.1%204.9-7.3%204.9-11.6%200-4.4-1.7-8.6-4.9-11.7-1.5-1.5-3.3-2.7-5.3-3.5-2-.9-4.2-1.3-6.4-1.3zm-.1%2032.6c-4.3%200-8.3-1.7-11.3-4.7s-4.7-7.1-4.7-11.3c0-4.3%201.7-8.4%204.7-11.4%203.1-3.1%207.1-4.7%2011.4-4.7%202.2%200%204.3.4%206.2%201.3%201.9.8%203.6%202%205.1%203.5%203%203.1%204.7%207.1%204.6%2011.4%200%204.3-1.7%208.3-4.7%2011.3-3%202.9-7%204.6-11.3%204.6zm.1-32.1c-4.3%200-8.3%201.7-11.4%204.7-3%203-4.7%207.1-4.7%2011.4%200%204.2%201.7%208.3%204.7%2011.3s7%204.7%2011.3%204.7c4.2%200%208.3-1.7%2011.3-4.7s4.7-7%204.7-11.3c0-4.3-1.6-8.3-4.6-11.4-1.5-1.5-3.2-2.6-5.1-3.5-2-.8-4-1.2-6.2-1.2z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M299%20393.2h2.1c.6%200%201.2.1%201.8%200%20.1%200%20.3-.1.3-.3%200-1.8%201.8-2.9%203.4-2.6%201.7.3%201.8%203%201%204.1-.4.5-.9.8-1.4%201.2s-.9%201-1.2%201.6c-.6%201.2-.8%202.5-.9%203.8%200%20.2.1.3.3.3%201.3.1%202.5.2%203.8.1.1%200%20.3-.1.3-.3-.1-1.4.5-2.9%201.7-3.7.5-.4%201.2-.6%201.7-1s.9-1%201.2-1.6c.6-1.3.6-2.8.3-4.2-.1-.7-.4-1.4-.8-2-.4-.5-.9-1-1.5-1.3-.7-.5-1.8-.7-2.6-.9-1.2-.3-2.5-.2-3.7%200-2.5.3-5.3%201.6-5.7%204.4-.1.7-.1%201.4-.1%202.1%200%20.3.5.3.5%200%200-.9%200-1.8.2-2.7.5-1.4%201.8-2.3%203.1-2.8%201.5-.6%203.1-.6%204.6-.6.9%200%201.9.4%202.8.7%202.9%201.1%203.4%205.2%202%207.6-.8%201.3-2.3%201.5-3.3%202.6-.8.9-1.2%202.2-1.1%203.4l.3-.3c-1.3.1-2.5%200-3.8-.1l.3.3c.2-1.8.6-3.6%201.9-4.8.5-.5%201.2-.9%201.7-1.5.5-.7.6-1.6.5-2.5-.1-.7-.3-1.4-.8-1.9s-1.4-.6-2.1-.5c-1.6.2-3%201.4-3%203.2l.3-.3c-.5.1-1.1%200-1.6%200h-2.3c-.5-.1-.5.5-.2.5zM307%20401.3c-.8%200-1.6-.1-2.5-.1h-.1c-.2%200-.3-.1-.3-.3.1-1.2.3-2.5.9-3.8.4-.7.8-1.2%201.2-1.6.1-.1.3-.2.4-.3.4-.3.7-.5%201-.9.5-.7.6-2%20.3-3-.2-.4-.5-1-1.2-1.1h-.5c-.7%200-1.4.3-1.9.7-.6.5-.9%201.2-.9%201.9%200%20.2-.2.3-.3.3H299c-.1%200-.2-.1-.2-.1%200-.1%200-.2.1-.3%200-.7%200-1.3.1-1.9.1-.7.3-1.3.7-1.8.3-.5.8-.9%201.4-1.3%201-.6%202.3-1.1%203.6-1.2.8-.1%201.4-.2%202-.2.6%200%201.1.1%201.7.2.1%200%20.2.1.4.1.8.2%201.6.4%202.2.8.5.3%201%20.7%201.5%201.3.4.6.7%201.3.8%202%20.3%201.6.2%203-.3%204.2-.4.7-.8%201.2-1.2%201.6-.2.2-.5.3-.8.5-.3.1-.6.3-.8.5-.6.4-1%20.9-1.3%201.6-.3.6-.4%201.4-.4%202%200%20.2-.2.3-.3.3-.5-.1-.8-.1-1.2-.1zm-1-11h.5c.7.1%201.1.7%201.3%201.1.4.9.3%202.3-.3%203-.3.4-.6.6-1%20.9-.1.1-.3.2-.4.3-.4.3-.8.9-1.2%201.6-.6%201.3-.8%202.6-.9%203.8%200%20.2.1.3.3.3h.1c.9.1%201.7.1%202.5.1h1.1c.1%200%20.3-.1.3-.3-.1-.7.1-1.4.4-2.1.3-.7.8-1.2%201.3-1.6.2-.2.5-.3.8-.5.3-.1.6-.3.8-.5.4-.3.8-.9%201.2-1.6.5-1.1.6-2.6.3-4.1-.1-.7-.4-1.3-.8-2-.5-.6-1-1-1.5-1.3-.6-.4-1.4-.6-2.2-.8-.1%200-.3-.1-.4-.1-.5-.1-1-.2-1.6-.2-.6%200-1.3.1-2%20.2-2.5.3-5.3%201.6-5.7%204.3-.1.6-.1%201.3-.1%201.9.1%200%20.2-.1.3%200h.2c0-.8%200-1.7.2-2.5.2-.6.6-1.2%201.2-1.7.5-.4%201.1-.8%201.8-1.1%201.5-.6%203.1-.6%204.7-.6.8%200%201.6.3%202.4.6.1%200%20.3.1.4.1.6.2%201.1.6%201.5%201%20.4.4.7%201%20.9%201.6.3.8.4%201.7.3%202.6-.1.9-.3%201.7-.7%202.4-.4.7-1.1%201.1-1.8%201.5-.5.3-1.1.6-1.5%201.1-.7.8-1.1%201.9-1.1%203.1h.3l-.3.3v-.3h-.8c-.8%200-1.5-.1-2.3-.1v.3l-.3-.3h.3c.1-1%20.3-1.8.5-2.5.3-.9.7-1.5%201.3-2.1.2-.2.4-.4.7-.6.3-.3.7-.5%201-.9.4-.6.6-1.4.5-2.5-.2-1.1-.5-1.6-.8-1.9-.2-.2-.7-.5-1.6-.5h-.5c-.8.1-1.5.4-2%20.9-.6.5-.9%201.2-1%202h.3l-.3.3v-.3H299.2v.2c0%20.2-.1.2-.3.2-.1%200-.3-.1-.3-.2v-.1c-.1.1-.1.2-.1.3%200%20.1.1.1.2.1H302.6c.1%200%20.3-.1.3-.3%200-.7.3-1.4.9-1.9.7-.4%201.5-.6%202.2-.6zm1.7%2010.5v.3l.3-.3h-.3zm-3.5-.1l.3.3v-.2l-.3-.1zm.4%200c.8.1%201.5.1%202.3.1h.8c0-1.1.4-2.3%201.1-3.1.4-.5%201-.8%201.5-1.1.7-.4%201.3-.8%201.8-1.5.4-.7.6-1.5.7-2.4.1-.9%200-1.8-.3-2.6-.2-.6-.5-1.1-.9-1.6s-.9-.8-1.5-1c-.1%200-.3-.1-.4-.1-.8-.3-1.6-.6-2.4-.6-1.6%200-3.2%200-4.6.6-.7.3-1.3.6-1.8%201-.6.5-1%201.1-1.2%201.7-.2.8-.2%201.6-.2%202.5H302.9c.1-.8.4-1.5%201-2%20.5-.5%201.2-.8%202-.9h.5c.9%200%201.4.3%201.6.5.5.5.7%201.3.8%201.9.1%201-.1%201.9-.5%202.5-.3.3-.6.6-1%20.9-.3.2-.5.4-.7.6-.6.6-1%201.3-1.3%202.1-.4.7-.6%201.5-.7%202.5zm-5.7-8v.1c0%20.1.1.2.2.2s.2-.1.2-.2v-.2h-.2c0%20.1-.1.1-.2.1zm3.9%200v.2l.3-.3c-.2.1-.3.1-.3.1zM307.6%20403.3c.2%200%20.2-.2.2.1V406.4c0%20.2.1.3-.2.3H303.7c.1.1.2.1.3.2-.1-.6%200-1.3%200-1.9v-2l-.3.3c1.4-.1%202.7%200%203.9%200%20.3%200%20.3-.5%200-.5-1.2-.1-2.5-.1-3.8-.1-.1%200-.3.1-.3.3v2c0%20.7-.1%201.4%200%202%200%20.1.1.2.3.2h3.3c.3%200%20.9.1%201.1-.2.2-.2.1-.8.1-1.1v-2.3c0-.6-.1-.9-.8-.9-.2.1-.2.6.1.6zM307.5%20407.1h-3.8c-.2%200-.3-.1-.3-.2-.1-.4%200-.8%200-1.3v-2.7c0-.2.2-.3.3-.3%201.2%200%202.4%200%203.6.1l.1-.1c.7%200%20.8.3.8.9v2.5c0%20.3%200%20.7-.1.9%200%20.2-.3.2-.6.2zm-3.7-4.4c-.1%200-.3.1-.3.3v4c0%20.1.1.2.3.2h3.8c.2%200%20.5%200%20.6-.2.2-.2.1-.5.1-.8v-2.5c0-.6-.1-.9-.8-.9%200%200-.1%200-.1.1h.2c.2%200%20.2.1.2.3%200%20.1%200%20.1-.1.2V406.7H304v.2l-.1-.1s-.1%200-.2-.1h.3V403.3h-.3l.3-.3v.3h3.4l-.1-.1c-.1-.1-.1-.3%200-.4-1-.1-2.3-.1-3.5-.1zm-.1%203.9l.1.1s.1%200%20.1.1v-.2h-.2zm.3%200H307.8V403.3s-.1.1-.2.1h-3.5v2.3c-.1.2-.1.6-.1.9zm3.4-3.8c-.1.1-.1.3%200%20.4%200%200%20.1.1.2.1s.2-.1.2-.2-.1-.2-.2-.2c-.1-.1-.1-.1-.2-.1zm-3.4.2l-.3.3h.3v-.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-questionMark-dims {
  width: 37px;
  height: 37px;
}
.svg-unitedhealthone {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%20159.7%2030.7%22%20enable-background%3D%22new%200%200%20157.7%2028.7%22%20width%3D%22159.7%22%20height%3D%2230.7%22%3E%3Cpath%20fill%3D%22%23807E83%22%20d%3D%22M8.3%2012.4v.9c.9%200%201.7.4%201.7%201V25c0%204.1-6%203.7-6%200V14.3c0-.7.7-1%201.7-1v-.9H0v.9c.9%200%201.7.4%201.7%201V25c0%204.5%209.2%205.1%209.2%200V14.3c0-.7.7-1%201.7-1v-.9H8.3zM27%2026.5V17l-3.5.3v.7c.9%200%201.7.4%201.7%201V26.4c0%20.7-.7%201-1.7%201v.9h5.2v-.9c-1%20.1-1.7-.3-1.7-.9z%22%2F%3E%3Cellipse%20fill%3D%22%23807E83%22%20cx%3D%2225.8%22%20cy%3D%2213.8%22%20rx%3D%221.2%22%20ry%3D%221.4%22%2F%3E%3Cpath%20fill%3D%22%23807E83%22%20d%3D%22M21.4%2026.5v-7.1c0-1.1-1-2.3-2.4-2.3-1.3%200-2.2%201-3.2%202.1V17l-3.5.3v.7c.9%200%201.7.4%201.7%201V26.4c0%20.7-.7%201-1.7%201v.9h5.2v-.9c-.9%200-1.7-.4-1.7-1v-5.2c0-1.7%201.5-3.2%202.3-3.2.8%200%201.4.7%201.4%201.5v8.8H23v-.9c-.9.1-1.6-.3-1.6-.9z%22%2F%3E%3Cpath%20stroke%3D%22%23B84B9B%22%20stroke-width%3D%22.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M105.9%2027.5%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%23807E83%22%20d%3D%22M98%2024.2c0%203.5-1.1%203.3-1.5%203.3-.4%200-.9-.2-.9-1.2v-8.2h2.8v-.9h-2.8V13h-.8c0%202.9-1.2%204.2-2.6%204.2v.9h1.4v8.2c0%201.6%201.5%202.3%202.5%202.3%201.3%200%202.6-.6%202.6-4.5H98zM44.5%2024.5c0%201.3-.7%204.2-3.6%204.2-2.9%200-4.9-2.8-4.9-6%200-3%202.1-5.6%204.5-5.6s4.1%202.5%204.1%205.6h-6.3c0%202.7%201%205.1%202.7%205.1%201.7%200%203-2.1%203-3.3h.5zm-2.1-2.6c0-1.5-.8-4.2-2.2-4.2-1.4%200-2%202.7-2%204.2h4.2zM77.7%2024.5c0%201.3-.7%204.2-3.6%204.2s-4.9-2.8-4.9-6c0-3%202.1-5.6%204.5-5.6s4.1%202.5%204.1%205.6h-6.3c0%202.7%201%205.1%202.7%205.1s3-2.1%203-3.3h.5zm-2.1-2.6c0-1.5-.8-4.2-2.2-4.2s-2%202.7-2%204.2h4.2zM69%2027.4c-.9%200-1.7-.4-1.7-1v-12c0-.7.7-1%201.7-1v-.9h-5.6v.9c.9%200%201.7.4%201.7%201v5.2h-5v-5.2c0-.7.7-1%201.7-1v-.9h-5.6v.9c.9%200%201.7.4%201.7%201v12c0%20.7-.7%201-1.7%201v.9h5.6v-.9c-.9%200-1.7-.4-1.7-1v-5.9h5v5.9c0%20.7-.7%201-1.7%201v.9H69v-.9zM107.8%2026.5v-7.1c0-1.1-1-2.3-2.4-2.3-1.3%200-2.2%201-3.2%202.1V12.1l-3.5.3v.6c.9%200%201.7.4%201.7%201v12.5s-.7%201-1.7%201v.9h5.2v-.9c-.9%200-1.7-.4-1.7-1v-5.2c0-1.7%201.5-3.2%202.3-3.2s1.4.7%201.4%201.5v8.8h3.6v-.9c-1%200-1.7-.4-1.7-1zM79.9%2021.2c-1.2%200-1.5-1.5-.9-2.4.6-.8%201.3-1.8%203.4-1.8%202%200%203.4%201.2%203.4%202.2v7.6c0%20.8%201.2.5%201.2-1.6h.6c0%201.5-.3%203.4-1.8%203.4-1.3%200-1.9-1.8-1.9-1.8s-1%201.8-2.8%201.8-3.1-1.5-2.8-3.1c.3-1.6%203.3-3.6%205.5-3.9v-2.5s-.7-1.4-1.8-1.4-2.4%201-1.9.9c1.2.1%201%202.6-.2%202.6zm3.9%201.4s-3.5%201.1-3.5%203.5c0%201.6%201.3%201.8%201.8%201.6.5-.2%201.8-1%201.8-2.8-.1-1.8-.1-2.3-.1-2.3z%22%2F%3E%3Cpath%20fill%3D%22%2321428C%22%20d%3D%22M109.9%2019.6c0-1.7-.1-3.3.3-4.5.4-1.2%202.2-4%205.7-4s5.3%202.8%205.7%204c.4%201.2.3%202.8.3%204.5%200%201.7.1%203.6-.3%204.8-.4%201.2-2.2%204-5.7%204s-5.3-2.8-5.7-4c-.3-1.1-.3-3.1-.3-4.8zm1.9%200c0%202.1%200%203.3.2%204.2.2%201%201.1%202.9%203.9%202.9s3.7-2%203.9-2.9c.2-.9.2-2.1.2-4.2s0-3-.2-3.9c-.2-1-1.1-2.9-3.9-2.9s-3.7%202-3.9%202.9c-.2.9-.2%201.8-.2%203.9zM128.7%2016.4c-1%200-2%20.4-2.8%201.2v-1.2H124v12h1.9v-8.2c0-1.8%201.9-2.3%202.9-2.3s2.7.9%202.7%202.3v8.2h1.8v-8.2c.1-3.7-3.6-3.8-4.6-3.8zM134.9%2022.5c0-2.7%201.3-6.1%205-6.1%204.3%200%204.8%203.9%204.8%206.4h-7.9s-.6%204.2%203.4%204.2c.9%200%202.3-.3%203-1.3l1.1.9s-1.1%201.9-4.1%201.9c-2.9.1-5.3-1.6-5.3-6zm8.1-1s-.1-3.8-3.2-3.8-3%203.8-3%203.8%206.2.1%206.2%200z%22%2F%3E%3Cpath%20fill%3D%22%23EE312F%22%20d%3D%22M145.2%2017s.4-5.7-1-7.4-5.5-2.2-6.4-2.1-.5%201.2-.2%202.6c.3%201.4%201.1%204.8%202.3%205.2%201.2.4%202.1.2%202.9.4.7.2%202.3%201.6%202.4%201.3z%22%2F%3E%3Cpath%20fill%3D%22%23FDD066%22%20d%3D%22M145.9%2014.6s-1-6.7.6-8.9%206.3-3.1%207.5-3%20.8%201.4.5%203.1c-.2%201.7-.9%205.9-2.3%206.4s-2.4.4-3.4.7c-.9.2-2.8%202.1-2.9%201.7z%22%2F%3E%3Cpath%20fill%3D%22%23C0D552%22%20d%3D%22M145%208.7s1.1-4.5-.4-6.2-2.8-2.1-3.9-2.4c-.7-.2-1.4-.2-1.3.9.3%201.4%200%205.3%201.2%205.8%201.3.5%202.3.6%202.9%201%201.2.7%201.5%201.2%201.5.9z%22%2F%3E%3Cpath%20fill%3D%22%234B2669%22%20d%3D%22M146.5%2022.4s-1.1-4.5.4-6.2c1.4-1.8%202.8-2.1%203.9-2.4.7-.2%201.4-.2%201.3.9-.3%201.4%200%205.3-1.2%205.8-1.3.5-2.3.6-2.9%201-1.1.7-1.5%201.3-1.5.9z%22%2F%3E%3Ctext%20transform%3D%22translate(153.767%2014.088)%22%20fill%3D%22%23807E83%22%20font-family%3D%22'Helvetica-Light'%22%20font-size%3D%222.329%22%3ESM%3C%2Ftext%3E%3Cpath%20fill%3D%22%23807E83%22%20d%3D%22M34.5%2024.2c0%203.5-1.1%203.3-1.5%203.3s-.9-.2-.9-1.2v-8.2h2.8v-.9h-2.8V13h-.8c0%202.9-1.2%204.2-2.6%204.2v.9h1.4v8.2c0%201.6%201.5%202.3%202.5%202.3%201.3%200%202.6-.6%202.6-4.5h-.7zM55.8%2027.4c-.9%200-1.7-.4-1.7-1V12.6h-3.6v.9c.9%200%201.7.4%201.7%201v3.7c-.3-.3-.6-1.1-2.4-1.1-1.8%200-4.2%202.5-4.2%205.6%200%203.6%201.7%206%204.1%206%202%200%202.4-1.1%202.4-1.5v1.2h3.5v-1zm-6%20.4c-.8%200-1.8-.6-1.8-5.1s1.3-4.7%202-4.7c.6%200%202.1.9%202.3%202.7v3.6c-.1%201.1-.5%203.5-2.5%203.5zM92.3%2027.5c-.9%200-1.3-.4-1.3-1v-14h-3.6v.9c.9%200%201.3.4%201.3%201v12.1s-.4%201-1.3%201v.9h5l-.1-.9z%22%2F%3E%3C%2Fsvg%3E");
}
.svg-unitedhealthone-dims {
  width: 159.7px;
  height: 30.7px;
}
.svg-users {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("/hix/resources/img/2016/sidebar-svg/family.svg");
}
.svg-users-dims {
  width: 90px;
  height: 66px;
}
.svg-wsj {
  background-image: url(icons/icons.png);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%20298%2052.2%22%20enable-background%3D%22new%200%200%20296%2050.2%22%20width%3D%22298%22%20height%3D%2252.2%22%3E%3Cg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%231A1A1A%22%20d%3D%22M55%2012.8c.3.1.5.2.4.6-.1.7-1.1.4-1.7.6-1.4.5-.9%202.3-1.1%203.6V36c0%20.7-.1%201.6.5%201.9.4.6%201.5.2%202.2.3%201.1-.2%201.6-1.4%202.3-2%20.3-1%20.7-1.9.9-2.9.6-1.9.3-4.3.9-6.2.4-.1.5.2.6.5V38c.2.3-.1.7-.1%201l-.8.2H48.8c-.4-.1-.9%200-1.1-.4.1-1%201.8-.6%201.8-1.8V23.9c-.1-1.7%200-3.8%200-5.4%200-1.6.5-3.7-.7-4.6-.5-.5-2%20.3-1.8-.7.1-.2.2-.3.5-.4H55zM92.5%2014.2c.4.3.8%200%201-.1.4-.4%200-1.3.7-1.2l.5.1v9.8c-.2.1%200%20.7-.3.7h-.6c-.2-3.5-.5-7.2-3.1-8.9-.5-.3-1-.5-1.6-.5-1.1.1-1.8.9-2.2%201.8-.7%201-.5%203%20.1%203.9%201.4%202%203.6%203.1%205.3%204.7%201.7%201.8%203.6%203.6%203.7%206.6.3%203.3-.8%206-3%207.7-1.2.8-3.1.9-4.5.4l-2-1.3c-.5-.2-.6.3-.7.5%200%20.6-.1.9-.5%201.1l-.7-.2-.1-5.4v-6.1c.2-.1.7-.1.8%200%20.2%203.8.3%207.8%203.1%209.8.8.6%201.9%201%203.1.7%201.8-.7%202.4-2.7%202.4-4.9-.2-1.9-.9-3.3-2.2-4.3-1.8-2.1-4.4-3.3-6.1-5.6-.5-.6-.5-1.3-.8-2-.9-3.1.3-6.2%202.1-8%20.8-.6%202.1-.9%203.3-.7%201%20.4%201.7.9%202.3%201.4zM18.7%2012.9c.2.1.5.1.6.5-.3.7-1.1.7-1.4%201.2-.3.6-.3%201.6-.1%202.2l1.1%206.6c.5%202.1.9%204.4%201.5%206.5h.3c.7-3.2%201.3-6.3%201.9-9.5-.6-2.4-.1-5.7-2.3-6.8-.2-.5.1-.7.6-.7%201.3.1%205.5%200%206.5.1.1.2.1.6%200%20.7-.7.3-1.6.2-2.1.8-1%201.7.4%203.5.3%205.4l1.1%205.9c.3%201.3.3%202.9%201%203.9h.1l1.4-6.1c.7-2.5%201.1-5.2%201.7-7.8.2-.8-.1-1.4-.7-1.8-.4-.4-1-.3-1.6-.4-.1-.2-.1-.6%200-.7%201.4%200%205.7-.1%206.2%200%20.3.1.2.6.1.7-.8.2-1.7.4-2.1.9-.6%201.5-.8%203.1-1.2%204.6L30%2026.5c-.9%204-2%208.1-2.9%2012.2-.2.3-.7.3-.8.1-.6-.7-.6-2-.8-3l-1.4-8-.7-3.4h-.2L22%2030c-.6%202.7-1.1%205.4-1.7%208.2-.1.6-.5.9-1.2.7-.7-.2-.4-1-.6-1.6l-.5-3-1.3-7.3-.9-5.3c-.3-2.1-.8-4.3-1.3-6.3-.1-.6-.7-.9-1-1.3-.7-.2-1.2.1-1.9-.3-.2-.2-.3-.7.1-.8h7v-.1zM69.5%2012.9c.1.2.3.6.1.7-.8.4-2.2%200-2.4%201-.2%202.9-.2%205-.2%207.9L66.8%2034h-.1c.6%201.4-.7%204.2%201.3%204.3.5.1%201.4.1%201.9-.2%201.9-1.5%202.4-4%202.8-6.5.3-1.3.1-2.9.5-4.2.2-.1.6-.1.7%200v11.4l-.1.5c-1.5%200-3.1%200-4.2.1l-5.3-.1h-2.9c-.5%200-.3-.7-.2-.9.9-.1%202.1%200%202.5-.7.4-1.4.1-3.3.3-4.8-.2-1.3.1-2.7-.1-4.2l.1-1.2V15.4c-.1-.5-.4-1-.7-1.3-.6-.7-2.8.3-2-1.2h8.2zM108.9%2013l.2.5v10.7c-.1.3-.3.4-.5.5l-.5-.2c.1-3.4-.4-6.3-1.3-9-.2-.6-.7-1-1.2-1.3-.5%200-.9%200-1.1.4v19.8h-.1c.1%201.4-.2%203.2.8%203.8.7.5%201.8-.3%201.9.7%200%20.7-1%20.2-1.5.5h-2.1v-.1c-.7.3-1.3-.2-1.9.1-.6-.1-1.8-.1-2.6-.1-.3-.1-.2-.7-.1-.8%201-.2%202.1-.3%202.5-1.4V14.7c-.2-.5-.5-.6-.8-.7-1.4.4-1.8%201.9-2.1%203.3-.5%202.1-.8%204.1-.7%206.6-.2.3%200%20.7-.5.7l-.6-.2V13.2c1.4-.4%209.3-.3%2012.2-.2zM139.7%2013c.7.3.3%201.6.4%202.2.3%201.5-.2%203.2.1%204.5-.3.6.1.9%200%201.5-.2.7%200%201.6-.2%202.1-1.3.1-.7-1.6-.8-2.4-.3-2.9-1.3-5.5-3.7-6.7-.8-.3-2.2-.3-2.8.4-.6%201.7-.3%204.5-.3%206.1-.2.6.1.7%200%201.4v2.6c.1.3-.1%201%20.6.9%202.2-1%202.5-3.6%202.5-6.2%200-.4.2-.6.7-.5l.1.6c-.2%201.2.2%202.7-.1%204%200%201.3%200%203.1.1%204.5-.1%201.7-.1%203.2%200%204.9%200%20.4-.2.6-.6.6-.7-.6-.2-2.1-.5-3-.4-1.6-.7-3.5-2.5-3.8l-.3.2c-.2%202.1-.1%203.5-.1%205.4%200%201.7.1%203.8%200%205.5.6%201.1%202%20.7%203.3.7%202.3-1%203.2-3.8%203.6-6.4l1.1.3V39l-.3.3-10.8.1c-.7-.2-2.1.1-2.8-.2-.3-1.5%201.5-.5%202.1-1%20.4-.2.6-.6.7-.9v-22c-.2-.5-.5-.9-.8-1.1-.7-.3-2.1.3-2-.8l.2-.3h13.1V13zM153.2%2013c.5.3%201.8-.2%202.1.4%200%203.5.1%206.4%200%209.8-.1.3-.6.3-.7.1-.4-3.6-.3-7.9-3.6-9.2-.7-.3-1.6.1-2.3.1-.5.5-.8.8-.8%201.6v9c.1.3.2.5.5.5%202.5-.7%202.3-3.7%202.7-6.2.1-.2.6-.2.7%200v3.8c.2.2%200%20.2%200%20.6.2.8%200%201.5.1%202.5v2.5c-.3%201.4.1%203.2-.3%204.5-.2.2-.6.1-.7-.2-.2-2.1-.2-4.9-1.9-6.2-.2-.2-.7-.2-1%200l-.2.7v6.1h.1c.1%201.5-.6%203.9.6%204.9.7.4%201.8.5%202.7.3%202.1-.7%202.6-2.8%203.4-4.7-.2-.7.3-1.5.3-2.3l.2-3c.2-.2.4-.3.7-.1l.2.2c-.3%201.4.6%203.6-.7%204.2-.1.4-.6.4-.6.8.4-.4.8-.7%201.2-1.3h.2l-.1%205.4c-.2.7.3%201.7-.5%201.9-1.6.2-3.1.1-4.7.1-3-.2-5.8-.1-8.7-.1-.3-.1-.3-.7-.1-.8.8-.3%202-.1%202.5-.9.8-.7.4-2.5.5-3.7.1-2.1-.2-4.8%200-6.6l-.1-5.3v-6.6c-.3-.7-.8-1.4-1.8-1.4-.6%200-1.2.1-1-.7-.1-.8%209.6-.7%2011.1-.7zM169.5%2013.3l.2.3.1%207.2c-.3%201.2%200%202.7-.2%203.9-.3.3-.6%200-.7-.1l-.3-4.6c-.4-2.1-.7-4.1-2-5.6-.3-.3-.9-.3-1.1%200l-.4.4v22.6c.2%201.3%202.1.6%202.8%201.1.1.5-.1.7-.5.8-2.4.3-4.9-.2-7.3%200-.6.1-.6-.6-.4-.8.8-.2%201.9-.1%202.1-.9l.1-10.4V14.9c-.2-.3-.4-.6-.7-.7-1.7.2-1.8%201.9-2.2%203.1l-.7%205c-.2.8.2%202-.3%202.4l-.6-.1-.1-5.2c0-1.9-.1-4.2.1-6.1.8-.4%2010.6-.1%2012.1%200zM189.7%2013.2c.5-.1.6.4.4.7-.9.2-1.9.2-2.4.8-.7%201.5.1%203.5-.2%205%20.1.3-.1.8%200%201.3.1%201.2%200%202.6%200%203.7v10.5c-.6%201.9-1.4%203.7-3.3%204.2s-3.1-.4-3.9-1.3c-1-1.5-2.1-3.5-1.3-5.7.4-.8%201-1.3%202-1.4.5.2%201%20.4%201.2.8-.1.8.5%201.8-.1%202.3-.1.7-1.1.7-1.1%201.6.1%201.1.6%202.1%201.5%202.4.8.2%201.3-.2%201.8-.7.7-1.9.3-4.9.3-6.9l.1-5.4v-9.6c-.2-.6-.4-1-.8-1.5-.6-.5-1.9.2-2.1-.6l.3-.6c2.6.2%204.7.5%207.6.4zM210.1%2013.3c.4-.2%201.1-.3%201.4.2.1.6-.3.7-.7.7-.6%200-.9.3-1.3.6-.4.7-.4%201.6-.4%202.5v10.6l-.1.1c.2%202.8%200%204.7.2%207.6.3%201.1.9%202.1%202%202.7.8.2%202%20.1%202.5-.6.9-.7%201.1-1.7%201.3-2.7v-9.3l-.1-.6.1-8.2c.1-.8-.1-1.8-.6-2.4-.5-.4-1.3-.4-1.9-.5l.1-.7%204.9-.1c.3%200%20.5.3.5.5%200%20.5-.7.2-.9.4-.5.1-.9.5-.9.9l-.3%201.5v18.7c-.2%201.6-1.1%202.9-2.2%203.8-.7.7-2.2.4-3.1.6-1.9-.4-3.5-1.7-4-3.5-1.1-2.3-.4-6.2-.7-8.7v-12c-.2-.6-.5-.9-.9-1.2-.5-.2-1.3%200-1.3-.6-.1-.6.6-.3.8-.5l5.6.2zM238.8%2013.3c.2.2.6.3.7.6%201.9%205.2%203.3%2010.6%205.4%2015.7.6-.1-.2-.7.2-.9-.1-2%20.1-3.8-.1-5.9.2-1.1%200-2%20.1-3.2-.3-.2.2-.5-.1-.6.2-1.1-.1-2.7-.1-4-.5-.7-1.3-.8-2.2-.8%200-.1-.2-.7.2-.7h5.4c.4.1.2.5.2.7-.6.3-1.4.2-1.8.7l-.4.9-.1%205v16c-.1.7.1%202-.1%202.7-.2.2-.7.3-.8.1-.7-.8-.6-2.2-1.2-3.1-1-2.5-1.6-5.4-2.6-7.8l-1.9-5.3c-.3-.9-.7-1.7-1-2.5l-.2.1c-.3%201.1-.3%202.1-.1%203.2l-.1%205v8.3c.2.5.4.9.8%201.2.5.3%201.6-.3%201.6.6l-.1.4-5.2.1c-.4-.1-.8-.1-.8-.6.4-.7%202%200%202.3-.9.4-.7.4-1.8.4-2.8l-.1-10.7v-9c-.2-1.3-1.5-1.4-2.5-1.7-.3-.2%200-.5%200-.7%201.4-.2%202.8-.1%204.2-.1zM271.2%2013.4c.4.1.7.2.7.7-.2.7-1.4.3-1.9.7-.7.3-.7%201.1-.8%201.7v20.8c-.3.7.2%201.1.6%201.5.7.5%202.4.4%203.4.1%201.5-.9%201.8-2.8%202.4-4.5l.7-4.9c.1-.2.5-.2.7%200v8.7h-.1c0%20.5.1%201.2-.1%201.7-.5.2-1.2%200-1.6.1l-.3-.1-5%20.1c-2-.1-4.1.2-5.7-.3-.2-.1-.2-.5-.1-.7.6-.4%201.8.1%202.1-.7l.1-.9v-22c-.5-.9-1.5-1-2.4-1%200-.4-.2-.7.2-.8h7.1v-.2z%22%2F%3E%3Cpath%20fill%3D%22%231A1A1A%22%20d%3D%22M202.8%2022.2c-.6-2.3-.9-4.8-2.1-6.4-.6-1-1.5-1.9-2.4-2.5-1.5-.5-3.3-.2-4.2.8-2.3%202.7-3.5%206.5-3.7%2010.5-.1%206%20.7%2011.1%204.3%2014.4.7.7%202.4.7%203.5.4%201.2-.7%202.2-1.8%203-3.2%201.8-3.6%202.3-9.2%201.6-14zm-3.6%2013.5c-.2.9-.7%201.6-1.1%202.3-.7.6-1.8.5-2.4.1-1.4-.9-1.7-2.7-1.6-4.3-.1-1.3.4-2.4%200-3.6.1-1.4%200-3%20.2-4.5-.2-.1%200-.7-.2-.7.4-.5-.1-.7%200-1.2.1-2.3%200-4.1%200-6.8.4-1.2.9-2.6%202.2-2.9%201.4-.1%202%20.7%202.6%201.8l.1%201.8v5.9l.2.1v12zM125.8%2033.6c-.2-.4-.5.2-.7%200-.1.8-.3%201.8-.2%202.6-.2.3-.3.7-.7.8-.3-.1-.5-.3-.6-.6-.4-1.4-.1-3.2-.2-4.8-.3%200-.5-.2-.4-.5.1-.2.3%200%20.3.2%200-1.7-.2-3.8-1.5-4.8-.4-.6-1-.6-.8-1.2%201-.7%201.8-1.5%202.4-2.4%201.3-1.8.9-5.2.3-7.3-.7-1.4-2.1-2-3.6-3h-9c-.4%200-.5.4-.4.8.2.5%201%20.2%201.5.4.7.3.9%201.1%201.1%202-.1.9%200%202.3-.1%203.3.1%201.5.1%203.5.1%204.9-.1%202%200%204.1%200%206.3l-.1%205.4c.2.5-.1%201-.1%201.5-.3.3-.6.7-1%20.8-.4.3-1.2-.2-1.2.5-.4%201.1%201.2.3%201.7.7.1-.2.4%200%20.6%200l4.9-.1.2-.3c.1-.7-.7-.7-1.1-.7-.5-.2-.9-.7-.9-1.2V26.7l.3-.4c.5-.4%201.3-.2%201.9%200%201.3.4%201.8%201.8%201.8%203.1v6.7l.4%201.8c.5.7%201.2%201.3%202.1%201.6.8.1%201.4-.1%202-.5%201.1-1%201.2-3.2%201-5.4zm-5-10.8c-.2.8-.7%201.5-1.3%202.1-.7.5-2.3.4-3.1.1l-.1-9.5c.1-.7.4-1.3%201.2-1.3.6-.2%201.1.1%201.8.1%202.6%201.5%201.6%205.5%201.5%208.5zM234.1%2034c-.1-.1-.5-.1-.6%200-.2%201.2.1%202.9-1%203.3-.8-.4-.7-1.8-.7-2.6l-.2-4.8c0-1-.4-1.7-.7-2.4-.4-.7-1.3-.8-1.3-1.7%201.7-.7%202.3-2.6%203.2-4.1.7-2.1.1-4.4-.8-5.9-1.1-2.2-3.9-2.8-6.7-2.4-1.6%200-2.7%200-4.1-.1-.7.3-1.2-.3-1.5.4%200%20.7%201%20.4%201.5.6.6.3%200%20.8%201%201.4v21.5l-.4.9c-.5.5-1.2.7-2%20.7-.2.1-.2.6%200%20.7l2.7.2%204.9-.1c-.1-.3%200-.6-.1-.7-.7-.2-.9-.1-1.5-.2-.7-.3-.7-.9-.8-1.5.1-3.8-.4-6.8%200-10.4l.2-.3c.9-.4%202.3-.2%202.9.4.9.7%201.2%202.1%201.2%203.3v5.4l.2%202.7c.6.5.5%201.4%201.3%201.4.7.3%201.6-.1%202.2-.4.9-1.3%201.4-3.2%201.1-5.3zm-6-8.9c-.7.3-2.4.3-3.4%200-.1-3.5-.1-6.2-.1-9.8.1-.5.5-.9%201-1.1%201.8-.4%202.7.6%203.5%201.6.3.7.3%201.6.4%202.2l-.1%204.9c-.2.9-.4%201.8-1.3%202.2zM262.4%2038.7c-1.8-.9-1.7-3.4-2.2-5.2l-1.7-7.7c-.3-2.7-1.1-5-1.5-7.6l-1-4.6-1.2-.1c-.7%201.1-.8%202.7-1.1%204.1l-.8%204.7-1.4%208-1.1%206.3c-.2.8-.6%201.7-1.4%202.1-.3.2-1.2-.2-1.2.4-.3.9.7.6%201.2.7%201.5%200%203.3.1%204.8-.2.7-1.4-1.2-.6-1.7-1-1.1-.9-.4-2.6-.2-3.7.1-.7.2-1.5.6-2%201.3-.2%203.1-.2%204.6-.1.6%201%20.7%202.4%201%203.7.1.8%200%201.6-.5%202-.6.4-2.1-.2-1.7%201.1%202.2.3%205.1.2%207.3.1l.1-.2c.2-.7-.4-.7-.9-.8zm-5.7-6.9l-3.7.1-.5-.3c.1-1%20.3-2.1.6-3.3l.7-4.9c.2-.7.3-1.6.6-2.2l.4.1c.6%203.5%201.7%206.7%202.1%2010.4l-.2.1zM46.4%2038.3c-.9-.1-1.5-.7-1.8-1.5-.6-2-.7-4.1-1.2-6.2l-2-9.6c-.4-2.6-1.1-4.9-1.5-7.4.2-1-1.6-.7-1.7-.3-.5%202.3-.7%204.7-1.2%206.9l-.9%205.4-1%206.5c-.5%201.7-.5%203.5-1.1%205-.6.6-1.2%201.1-2.3%201-.2.2-.3%201%20.3.8l5.3-.1.1-.6c-.3-.3-1-.2-1.4-.5-1-1.7.2-3.4.3-5H40.4c.9%200%20.6%202.1%201%203%20.1.6.3%201.4-.2%201.9-.2%201-2.2-.3-2%201.1.4.3%201.3.1%201.5.1h5.5l.3-.1c.2-.1-.1-.1-.1-.4zm-9-6.8l-.7-.1.1-1.2.8-5.3.7-3.5.2.1%201%204.7.9%205c-.7.8-2%200-3%20.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.svg-wsj-dims {
  width: 298px;
  height: 52.2px;
}
.conceal {
  display: none;
}
@font-face {
  font-family: 'latobold';
  src: url('../../fonts/2015/Lato/lato-bold-webfont.eot');
  src: url('../../fonts/2015/Lato/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/2015/Lato/lato-bold-webfont.woff2') format('woff2'), url('../../fonts/2015/Lato/lato-bold-webfont.woff') format('woff'), url('../../fonts/2015/Lato/lato-bold-webfont.ttf') format('truetype'), url('../../fonts/2015/Lato/lato-bold-webfont.svg#latobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latolight';
  src: url('../../fonts/2015/Lato/lato-light-webfont.eot');
  src: url('../../fonts/2015/Lato/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/2015/Lato/lato-light-webfont.woff2') format('woff2'), url('../../fonts/2015/Lato/lato-light-webfont.woff') format('woff'), url('../../fonts/2015/Lato/lato-light-webfont.ttf') format('truetype'), url('../../fonts/2015/Lato/lato-light-webfont.svg#latolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latoregular';
  src: url('../../fonts/2015/Lato/lato-regular-webfont.eot');
  src: url('../../fonts/2015/Lato/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/2015/Lato/lato-regular-webfont.woff2') format('woff2'), url('../../fonts/2015/Lato/lato-regular-webfont.woff') format('woff'), url('../../fonts/2015/Lato/lato-regular-webfont.ttf') format('truetype'), url('../../fonts/2015/Lato/lato-regular-webfont.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_slabregular';
  src: url('../../fonts/2015/roboto-slab/robotoslab-regular-webfont.eot');
  src: url('../../fonts/2015/roboto-slab/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/2015/roboto-slab/robotoslab-regular-webfont.woff2') format('woff2'), url('../../fonts/2015/roboto-slab/robotoslab-regular-webfont.woff') format('woff'), url('../../fonts/2015/roboto-slab/robotoslab-regular-webfont.ttf') format('truetype'), url('../../fonts/2015/roboto-slab/robotoslab-regular-webfont.svg#roboto_slabregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_slablight';
  src: url('../../fonts/2015/roboto-slab/robotoslab-light-webfont.eot');
  src: url('../../fonts/2015/roboto-slab/robotoslab-light-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/2015/roboto-slab/robotoslab-light-webfont.woff2') format('woff2'), url('../../fonts/2015/roboto-slab/robotoslab-light-webfont.woff') format('woff'), url('../../fonts/2015/roboto-slab/robotoslab-light-webfont.ttf') format('truetype'), url('../../fonts/2015/roboto-slab/robotoslab-light-webfont.svg#roboto_slablight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_slabthin';
  src: url('../../fonts/2015/roboto-slab/robotoslab-thin-webfont.eot');
  src: url('../../fonts/2015/roboto-slab/robotoslab-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/2015/roboto-slab/robotoslab-thin-webfont.woff2') format('woff2'), url('../../fonts/2015/roboto-slab/robotoslab-thin-webfont.woff') format('woff'), url('../../fonts/2015/roboto-slab/robotoslab-thin-webfont.ttf') format('truetype'), url('../../fonts/2015/roboto-slab/robotoslab-thin-webfont.svg#roboto_slabthin') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'muliitalic';
  src: url('../../fonts/2015/muli/muli-italic-webfont.eot');
  src: url('../../fonts/2015/muli/muli-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/2015/muli/muli-italic-webfont.woff2') format('woff2'), url('../../fonts/2015/muli/muli-italic-webfont.woff') format('woff'), url('../../fonts/2015/muli/muli-italic-webfont.ttf') format('truetype'), url('../../fonts/2015/muli/muli-italic-webfont.svg#muliitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'mulilight';
  src: url('../../fonts/2015/muli/muli-light-webfont.eot');
  src: url('../../fonts/2015/muli/muli-light-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/2015/muli/muli-light-webfont.woff2') format('woff2'), url('../../fonts/2015/muli/muli-light-webfont.woff') format('woff'), url('../../fonts/2015/muli/muli-light-webfont.ttf') format('truetype'), url('../../fonts/2015/muli/muli-light-webfont.svg#mulilight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'mulilight_italic';
  src: url('../../fonts/2015/muli/muli-lightitalic-webfont.eot');
  src: url('../../fonts/2015/muli/muli-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/2015/muli/muli-lightitalic-webfont.woff2') format('woff2'), url('../../fonts/2015/muli/muli-lightitalic-webfont.woff') format('woff'), url('../../fonts/2015/muli/muli-lightitalic-webfont.ttf') format('truetype'), url('../../fonts/2015/muli/muli-lightitalic-webfont.svg#mulilight_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'muliregular';
  src: url('../../fonts/2015/muli/muli-webfont.eot');
  src: url('../../fonts/2015/muli/muli-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/2015/muli/muli-webfont.woff2') format('woff2'), url('../../fonts/2015/muli/muli-webfont.woff') format('woff'), url('../../fonts/2015/muli/muli-webfont.ttf') format('truetype'), url('../../fonts/2015/muli/muli-webfont.svg#muliregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.align-left {
  text-align: left;
}
.border--all {
  border: 1px solid #e9e9e9;
}
.page-content__wrapper {
  margin-bottom: 2em;
  position: relative;
}
.responsive-hook--bs2.span9 {
  width: 100%;
}
.underlined {
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (min-width: 1024px) {
  .responsive-hook--bs2.span9 {
    width: 74.46808511%;
  }
}
.link-style__uppercase--small {
  text-transform: uppercase;
  font-size: 12px;
}
.link-style__uppercase--normal {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'latolight';
  font-weight: normal;
  font-style: normal;
}
.link-style__uppercase--normal.select .icon-remove {
  color: #ffffff;
}
.link-style__uppercase--large {
  text-transform: uppercase;
  font-size: 18px;
  padding: 1em 2em;
  letter-spacing: 1px;
  font-family: 'latolight';
  font-weight: normal;
  font-style: normal;
}
.link-style__uppercase--large.select .icon-remove {
  color: #ffffff;
}
.link-style__tooltip {
  cursor: pointer;
  border-bottom: 1px dotted #bbbbbb;
  color: inherit;
}
.link-style__tooltip + .tooltip .tooltip-inner {
  text-transform: none;
}
.link-style_rtl {
  display: inline-block;
  direction: rtl;
  text-indent: 1em;
  float: right;
  line-height: 54px;
}
.list__wrapper {
  padding-left: 1em;
}
.list__item {
  line-height: 1.5;
  font-size: 14px;
  padding: 0.15em 0;
}
.header-type__accordion {
  text-transform: uppercase;
  padding: 0.5em 1em;
  text-align: left;
  color: #37413f;
  background: #e9e9e9;
  cursor: pointer;
  font-size: 18px;
}
.header-type__main {
  font-family: 'latoregular';
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 1.5;
  padding: 1em 0 0.5em;
  margin: 0;
}
.header-type__sub,
.header-type__sub--small,
.header-type__sub--large {
  font-family: 'latoregular';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  margin: 0.75em 0;
  display: inline-block;
  color: #37413f;
}
.header-type__sub--small {
  font-size: 14px;
}
.header-type__sub--large {
  font-size: 18px;
}
.header-type__sub--uppercase {
  text-transform: uppercase;
  font-family: 'latoregular';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  margin: 1em 0 .75em 0;
  display: block;
  text-align: left;
  color: #37413f;
}
.header-type__aside__main,
#sidebar .header-type__aside__main {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'latoregular';
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  padding: 1.5em 1em 1em;
  color: #37413f;
}
.header-type__aside__sub,
#sidebar .header-type__aside__sub {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'latoregular';
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  color: #37413f;
}
.header-type__aside {
  font-size: 18px;
  font-family: 'latoregular';
  font-weight: normal;
  font-style: normal;
  color: #37413f;
}
.header__question,
.header__question--right {
  color: #37413f;
  font-size: 16px;
  font-family: 'latoregular';
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  display: inline-block;
}
.header__question--right {
  float: right;
}
.header__question__action {
  margin-left: 0.5em;
}
.header-type__copy {
  font-family: 'latoregular';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #37413f;
  margin-bottom: 1em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .header-type__sub,
  .header-type__sub--small,
  .header-type__sub--large {
    display: inline-block;
  }
}
.arrow {
  position: relative;
}
.arrow:before {
  content: '';
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: absolute;
  top: 1em;
  right: 1em;
  background-size: 100%;
  z-index: 2;
}
.arrow:hover:before {
  right: 0.5em;
}
#masthead * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#masthead .navbar {
  border: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}
#masthead .navbar-brand {
  padding: 0;
  margin-top: 10px;
}
#masthead .open > a,
#masthead .open > a:focus,
#masthead .open > a:hover {
  background-color: #3b844c;
}
.phone_nolink {
  cursor: text;
}
.masthead__wrapper {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 11;
}
.masthead__header {
  background-color: #ffffff;
  padding-left: 1em;
  overflow: hidden;
}
.masthead__header .navbar-toggle__cart-wrapper {
  position: relative;
  border-width: 2px;
  border-color: #bbbbbb;
}
.masthead__header .navbar-toggle__cart-wrapper:focus,
.masthead__header .navbar-toggle__cart-wrapper:hover {
  background-color: #ffffff;
  border-color: #a4a4a4;
}
.masthead__header .navbar-toggle__cart-wrapper:focus .icon-bar,
.masthead__header .navbar-toggle__cart-wrapper:hover .icon-bar {
  width: 18px;
  background-color: #a4a4a4 !important;
}
.masthead__header .navbar-toggle__cart-wrapper .icon-bar {
  width: 18px!important;
  background-color: #bbbbbb !important;
}
.masthead__header .navbar-toggle__cart-wrapper .icon-shopping-cart__toggle {
  position: absolute;
  top: 7px;
  left: -11px;
  background-color: #ffffff;
}
.masthead__header .navbar-toggle__cart-wrapper .icon-shopping-cart__toggle.icon-shopping-cart {
  font-size: 18px;
  color: #428bca;
}
.masthead__header .navbar-toggle__cart-wrapper .icon-shopping-cart__toggle--bs2 {
  position: absolute;
  top: 2px;
  left: -14px;
  background-color: #ffffff;
}
.masthead__header .navbar-toggle__cart-wrapper .icon-shopping-cart__toggle--bs2.icon-shopping-cart {
  font-size: 18px;
  color: #428bca;
}
.masthead__header .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.masthead__header .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.masthead__header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .masthead__header .navbar-toggle {
    display: none;
  }
}
@media (min-width: 1200px) {
  .masthead__header .hidden-lg {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .masthead__header .hidden-xs {
    display: none!important;
  }
}
.masthead__header .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.masthead__header .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
}
.masthead__header .btn-navbar {
  background-image: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.masthead__header .btn-navbar .icon-bar {
  background-color: #5a6a67;
  height: 1px;
  padding: 1px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 20px;
}
.masthead__header + .nav-collapse.in.collapse {
  border-top: 1px solid #e9e9e9;
  background-color: #4ba760;
}
.masthead__logo--bs2 {
  left: 2em;
  display: inline-block;
}
.masthead__logo--bs2 .masthead__logo__image {
  padding: 1px 34px;
}
.masthead__logo {
  float: left;
  padding: 10px 0 0 0;
}
.plan-number {
  margin-left: 2px;
}
#masthead .masthead__navbar {
  background-color: #4ba760;
  padding-right: 0;
  padding-left: 0;
}
#masthead .masthead__navbar__dynamic__wrapper {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
#masthead .masthead__navbar__dynamic__item {
  display: inline-block;
}
#masthead .masthead__navbar__dynamic__item__trigger {
  color: #ffffff;
  line-height: 10px;
  padding: 10px 15px;
  display: block;
}
#masthead .masthead__navbar__dynamic__item__trigger:hover,
#masthead .masthead__navbar__dynamic__item__trigger:focus,
#masthead .masthead__navbar__dynamic__item__trigger:active {
  color: #ffffff;
  background-color: #439556;
  text-decoration: none;
}
#masthead .masthead__navbar__dynamic__item__trigger .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
#masthead .masthead__navbar__dynamic__sub {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #4ba760;
  border: 1px solid #439556;
  margin: 2px 0 0;
}
#masthead .masthead__navbar__dynamic__sub__item {
  border-bottom: 1px dotted transparent;
}
#masthead .masthead__navbar__dynamic__sub__item:last-child {
  border: none;
}
#masthead .masthead__navbar__dynamic__sub__item__trigger {
  color: #ffffff;
  white-space: normal;
  font-size: 12px;
}
#masthead .masthead__navbar__dynamic__sub__item__trigger:hover,
#masthead .masthead__navbar__dynamic__sub__item__trigger:focus,
#masthead .masthead__navbar__dynamic__sub__item__trigger:active {
  color: #ffffff;
  background-color: #439556;
  background-image: none;
  text-decoration: none;
}
#masthead .masthead__navbar__1 {
  display: inline-block;
  width: 50%;
  float: left;
  background-color: #4ba760;
  padding: 0 1em;
}
#masthead .masthead__navbar__1__item__trigger,
#masthead .masthead__navbar__1__item--bs2__trigger {
  color: #ffffff;
  line-height: 10px;
  padding: 15px 10px;
  text-shadow: none;
}
#masthead .masthead__navbar__1__item__trigger:hover,
#masthead .masthead__navbar__1__item--bs2__trigger:hover {
  background-color: #439556;
}
#masthead .masthead__navbar__1__item__trigger .caret,
#masthead .masthead__navbar__1__item--bs2__trigger .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
#masthead .masthead__navbar__1__item__trigger__nolink,
#masthead .masthead__navbar__1__item--bs2__trigger__nolink {
  cursor: text;
  line-height: 10px;
}
#masthead .masthead__navbar__1__item__trigger .caret {
  margin-top: 0;
}
#masthead .masthead__navbar__1__item--bs2__trigger .caret {
  margin-top: 4px;
}
#masthead .masthead__navbar__1__sub--bs2 {
  list-style-type: none;
  margin: 0;
}
#masthead .masthead__navbar__1__sub--bs2__item {
  display: block;
}
#masthead .masthead__navbar__1__sub--bs2__item__trigger {
  color: #ffffff;
  padding: 15px 10px;
  line-height: 10px;
  text-shadow: none;
  display: inline-block;
}
#masthead .masthead__navbar__1__sub--bs2__item__trigger:hover {
  background-color: #439556;
}
#masthead .masthead__navbar__1 .nav.pull-right {
  margin: 7.5px -15px;
}
#masthead .masthead__navbar__2 {
  display: inline-block;
  width: 50%;
  float: right;
  overflow: hidden;
  background-color: #ffffff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 0 1em;
  text-transform: uppercase;
}
#masthead .masthead__navbar__2 > .pull-right {
  margin-right: -15px;
}
#masthead .masthead__navbar__2__item__trigger {
  color: #4ba760;
  font-size: 12px;
  border-top: 2px solid transparent;
  border-bottom: 4px solid transparent;
  padding: 15px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#masthead .masthead__navbar__2__item__trigger:hover {
  border-bottom: 4px solid #4ba760;
}
#masthead .masthead__navbar__2__item__cart {
  color: #428bca;
  font-size: 12px;
  border-top: 2px solid transparent;
  border-bottom: 4px solid transparent;
  padding: 20px 15px 19px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#masthead .masthead__navbar__2__item__cart:hover {
  color: #428bca;
  border-bottom: 4px solid #428bca;
}
#masthead .masthead__navbar__2__item__cart__icon {
  margin-right: 2px;
}
#masthead .masthead__navbar__1__item--bs2 .masthead__navbar__dynamic__item__trigger .caret {
  margin-top: 4px;
}
#masthead .masthead__navbar__dynamic__sub__item.dropdown-link {
  display: block;
}
@media screen and (min-width: 768px) {
  #masthead .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  #masthead .masthead__navbar__1 {
    display: block;
    height: 40px;
    width: 100%;
    padding: 0 2em;
  }
  #masthead .masthead__navbar__1__sub--bs2__item {
    display: inline-block;
  }
  #masthead .masthead__navbar__1 .nav.pull-right {
    margin: 0 10px 0 0;
  }
  #masthead .masthead__navbar__2 {
    display: block;
    width: 100%;
    float: none;
    padding: 0 2em 0;
  }
  #masthead .masthead__navbar__2__item__trigger {
    padding: 20px 10px 19px;
  }
  #masthead .masthead__navbar__dynamic__item__trigger {
    padding: 15px 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 846px) {
  .masthead__logo--bs2 .masthead__logo__image {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  #masthead .masthead__navbar__2__item__trigger {
    font-size: 14px;
  }
  #masthead .masthead__navbar__2__item__trigger:hover {
    border-bottom: 4px solid #4ba760;
  }
  #masthead .masthead__navbar__2__item__cart {
    font-size: 14px;
  }
  #masthead .masthead__navbar__dynamic__sub {
    width: 210px;
    right: 0;
    left: auto;
  }
}
#navtopview,
#navtopview--bs3 {
  width: 100%;
  position: relative;
  text-align: center;
  top: 1px;
  border-top: 4px solid #FBB450;
  z-index: 100;
}
#navtopview--bs3 {
  position: absolute;
  top: 106px;
  height: 0;
}
.navtopview__wrapper {
  background-color: #FAA732;
  background-image: linear-gradient(to top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 0 10px 4px 5px;
  position: relative;
  display: inline-block;
  z-index: 10000;
  margin: 0 auto;
  top: -30px;
}
.navtopview__copy {
  float: left;
  display: inline-block;
  margin: 1px 0 0 7px;
  padding-top: 3px;
}
.navtopview__trigger {
  margin: 3px 0 0 7px;
}
#footer {
  position: relative;
  box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.footer__block {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #4ba760;
}
.svg-bbb,
.footer__other__item.bbb .footer__other__item__trigger:after,
footer__other__item.bbb .footer__other__item__trigger:after {
  background-position: 0 0;
}
.footer__other__item,
footer__other__item {
  margin-bottom: 2em;
}
.footer__social,
footer__social {
  text-align: center;
  padding: 0;
  list-style-type: none;
}
.footer__social__item-us,
footer__social__item-us {
  margin-bottom: 2em;
}
.footer__social__item,
footer__social__item {
  display: inline-block;
  margin: 0 4px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer__social__item:hover .icon-circle.icon-stack-base,
footer__social__item:hover .icon-circle.icon-stack-base {
  color: #13572b;
}
.footer__social__item__trigger,
footer__social__item__trigger {
  margin-right: 8px;
}
.footer__social__item .icon-stack,
footer__social__item .icon-stack {
  margin-right: 8px;
}
.footer__social__item .icon-circle.icon-stack-base,
footer__social__item .icon-circle.icon-stack-base {
  font-size: 3em;
  color: #176c35;
}
.footer__social__item .footer__social__item__icon,
footer__social__item .footer__social__item__icon {
  font-size: 1.2em;
  left: 50%;
  margin-left: -10px;
}
.footer__company-links,
footer__company-links {
  margin-top: 2em;
  margin-bottom: 0;
  font-size: 14px;
  list-style-type: none;
}
.footer__company-links__item__header,
footer__company-links__item__header {
  font-size: 15px;
  font-weight: bold;
}
.footer__company-links__item__trigger,
footer__company-links__item__trigger {
  color: #ffffff;
  line-height: 2;
}
.footer__company-links__item__trigger:hover,
footer__company-links__item__trigger:hover {
  color: rgba(255, 255, 255, 0.85);
}
.footer__other,
footer__other {
  margin-top: 2em;
  list-style-type: none;
}
.footer__other__item.bbb .footer__other__item__trigger,
footer__other__item.bbb .footer__other__item__trigger {
  font-size: 0;
  color: transparent;
}
.footer__other__item.bbb .footer__other__item__trigger:after,
footer__other__item.bbb .footer__other__item__trigger:after {
  content: '';
  position: absolute;
  height: 36px;
  width: 120px;
  background-size: 100%;
}
.footer__other__item.goDaddy,
footer__other__item.goDaddy {
  margin-top: 2em;
}
.footer__other__item.goDaddy .footer__other__item__trigger,
footer__other__item.goDaddy .footer__other__item__trigger {
  color: transparent;
  font-size: 0;
  background: url('../../img/2015/images/goDaddy.png') top center no-repeat;
  display: block;
  width: 134px;
  height: 32px;
}
.footer__copyright,
footer__copyright {
  margin-top: 2em;
}
.footer__copyright__content,
footer__copyright__content {
  font-size: 12px;
  color: #176c35;
  line-height: 1.5;
  margin: 0;
}
.footer__copyright__content__trigger,
footer__copyright__content__trigger {
  color: #ffffff;
}
.footer__copyright__content__trigger:hover,
footer__copyright__content__trigger:hover {
  color: rgba(255, 255, 255, 0.85);
}
.footer .layout__2 .footer__company-links,
footer .layout__2 .footer__company-links,
.footer .layout__5 .footer__company-links,
footer .layout__5 .footer__company-links {
  text-align: left;
  padding-left: 0;
}
.footer .layout__2 .footer__company-links__items,
footer .layout__2 .footer__company-links__items,
.footer .layout__5 .footer__company-links__items,
footer .layout__5 .footer__company-links__items {
  display: inline-block;
  padding: 0 10px;
}
.footer .layout__5 ul:first-child,
footer .layout__5 ul:first-child {
  float: left;
}
.footer .layout__5 ul:nth-child(2),
footer .layout__5 ul:nth-child(2) {
  float: right;
}
.footer .layout__4 .footer__company-links,
footer .layout__4 .footer__company-links {
  padding-left: 0;
}
.footer .layout__4 .footer__company-links__item__spacer,
footer .layout__4 .footer__company-links__item__spacer {
  padding: 4px 0;
}
.footer .layout__4 .footer__company-links__item__phone,
footer .layout__4 .footer__company-links__item__phone {
  font-size: 24px;
  font-weight: bold;
}
.footer__social__item {
  margin-left: -4px;
}
.footer__social__item__trigger {
  margin-right: 8px;
}
.span3.footer__social__wrapper--bs2 {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.span3.footer__social__wrapper--bs2 .footer__social__item .icon-stack {
  margin-right: 4px;
}
.span3.footer__social__wrapper--bs2 .footer__company-links {
  margin-left: 0;
}
.span3.footer__company-links__wrapper--bs2 {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.span3.footer__other__wrapper--bs2 {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.span3.footer__company-links__wrapper--bs2 {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.span3.footer__company-links__item__header {
  font-size: 15px;
  font-weight: bold;
}
.span3.footer__company-links__item__trigger {
  color: #ffffff;
  line-height: 2;
}
.span3.footer__company-links__item__trigger:hover {
  color: rgba(255, 255, 255, 0.85);
}
.layout__1 .row:first-child .footer__copyright p,
.layout__1 .row-fluid:first-child .footer__copyright p {
  padding: 25px;
}
.layout__1 .row:first-child .footer__copyright p:first-child,
.layout__1 .row-fluid:first-child .footer__copyright p:first-child {
  background-color: #53b167;
}
.layout__1 .row .footer__copyright__content__2,
.layout__1 .row-fluid .footer__copyright__content__2 {
  color: #16783C;
}
.layout__1 .row:nth-child(2),
.layout__1 .row-fluid:nth-child(2) {
  padding: 40px 0;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}
.layout__2 .span12.footer__company-links__wrapper--bs2 .footer__company-links {
  margin-left: 0 !important;
}
.layout__2 .span12.footer__company-links__wrapper--bs2 .footer__company-links__items {
  padding-left: 0;
}
@media screen and (min-width: 320px) {
  .glass {
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .span3.footer__company-links__wrapper--bs2 {
    width: 23.40425532%;
  }
  .span3.footer__other__wrapper--bs2 {
    width: 23.40425532%;
  }
}
@media screen and (min-width: 1024px) {
  .footer__company-links {
    margin-top: 0;
  }
  .footer__other {
    margin-top: 0;
  }
  .footer__block .container-fluid {
    max-width: 1024px;
    margin: 0 auto;
  }
  .span3.footer__social__wrapper--bs2 {
    width: 23.40425532%;
  }
}
input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input.datepick,
.uneditable-input {
  border: 1px solid #d2d2d2;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
  font-family: 'latoregular';
  font-weight: normal;
  font-style: normal;
}
input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input.datepick:focus,
.uneditable-input:focus {
  border-color: rgba(0, 0, 0, 0.2);
  outline: none;
  -webkit-box-shadow: 0 0 10px #4ba760;
  -moz-box-shadow: 0 0 10px #4ba760;
  box-shadow: 0 0 10px #4ba760;
}
input[type="radio"] {
  margin: 0 5px 0 0;
}
.inputfield__label {
  font-size: 14px;
  text-transform: capitalize;
  font-family: 'latoregular';
  font-weight: normal;
  font-style: normal;
}
.inputfield__with-icon {
  padding-left: 34px;
  position: relative;
}
.inputfield__icon {
  color: #bbbbbb;
  position: absolute;
  top: 40px;
  left: 30px;
  z-index: 1;
}
.inputfield__input-description {
  color: #a4a4a4;
  font-size: 12px;
  margin-top: 0.4em;
}
.inputfield--full {
  width: 100%;
}
.tray-widget-position {
  position: fixed;
  bottom: 0;
  right: 15px;
  left: auto;
  width: 590px;
  margin: 80px auto;
  height: 0;
  z-index: 1000;
}
.tray-widget-position .tray {
  box-sizing: border-box;
  background: #ffffff;
  position: absolute;
  z-index: 1050;
}
.tray-widget-position .tray__content {
  padding: 6px 7px 10px 0;
  border-top: 3px solid #428bca;
  background: #ececec;
  position: relative;
  float: left;
}
.tray-widget-position .tray__tab {
  background-color: #428bca;
  border-color: #428bca;
  color: #FFFFFF;
  display: inline-block;
  float: right;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  color: #a4a4a4;
  clear: both;
  color: #ffffff;
  font-size: 12px;
}
.tray-widget-position .tray__tab__handle {
  position: absolute;
  top: -33px;
  right: 0;
}
.tray-widget-position .tray__msg {
  padding: 0;
  margin: 0 8px 0;
  float: left;
  max-width: 420px;
  min-height: 70px;
}
.tray-widget-position .tray__action_wrap {
  float: right;
  margin-top: 8px;
}
.tray-widget-position .tray__action_wrap .compare-button {
  width: 120px;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
#container-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -265px;
}
#container-wrap:after {
  content: "";
  display: block;
  height: 250px;
}
div#footer {
  height: 250px;
}
.alert,
.well {
  border-radius: 0;
}
.dropdown-menu,
.tooltip {
  border-radius: 0!important;
}
.nav-list > li > a {
  text-shadow: none;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
#rightpanel .header #myinfo-edit {
  padding: 0 12px;
}
.tooltip-inner {
  border-radius: 0;
}
.position-bottom {
  position: absolute;
  bottom: 0;
}
body {
  font-family: 'latoregular';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #37413f;
  line-height: 21px;
}
@media only screen and (max-width: 568px), only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
}
body #container-wrap {
  margin-top: 0px !important;
}
h1 {
  font-family: 'latoregular';
  font-weight: normal;
  font-style: normal;
  border-bottom: 1px solid #e9e9e9;
  font-size: 2em;
  color: #4ba760;
  padding-bottom: 15px;
  margin-bottom: 0;
}
h1 small {
  font-size: 14px;
}
h1 img {
  margin-right: 15px;
}
h2 {
  font-family: 'latoregular';
  font-weight: normal;
  font-style: normal;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #4ba760;
  text-transform: capitalize;
  font-size: 2em;
  line-height: 1.5;
}
@media only screen and (max-width: 568px) {
  h2 {
    margin-top: 20px;
  }
}
h2 span {
  display: block;
}
h3 {
  color: #4ba760;
  font-family: 'latoregular';
  font-style: normal;
  line-height: 27px;
  font-size: 18px;
  font-weight: normal;
}
h4 {
  font-family: 'latoregular';
  font-style: normal;
  font-size: 1.2em;
  line-height: 21px;
  font-weight: normal;
}
h5 {
  font-family: 'latoregular';
  font-weight: normal;
  font-style: normal;
  line-height: 21px;
}
h5.header-secondary {
  font-size: 16px;
  background: #d0e9ff;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
}
h6 {
  font-family: 'latoregular';
  font-weight: normal;
  font-style: normal;
}
a:hover {
  color: #3071a9;
  text-decoration: none;
}
label {
  margin-bottom: 0;
}
legend {
  font-size: 15px;
  color: #37413f;
  font-weight: bold;
}
.alert {
  margin-top: 0;
}
.accordion-group {
  border: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
.accordion-group--all {
  border: 1px solid #e9e9e9;
}
.accordion-inner {
  border-top: 1px solid #e9e9e9;
}
.bgBox {
  border-radius: 0!important;
}
.box-loose {
  border-radius: 0!important;
  border: none;
}
.border-custom {
  border: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
.border-custom--all {
  border: 1px solid #e9e9e9;
}
.line {
  border-left: 1px solid #e9e9e9;
}
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
}
div.finished-step-checkmark,
h1.finished-step-checkmark,
h2.finished-step-checkmark,
h3.finished-step-checkmark,
h4.finished-step-checkmark,
h5.finished-step-checkmark,
h6.finished-step-checkmark {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
div.finished-step-checkmark:before,
h1.finished-step-checkmark:before,
h2.finished-step-checkmark:before,
h3.finished-step-checkmark:before,
h4.finished-step-checkmark:before,
h5.finished-step-checkmark:before,
h6.finished-step-checkmark:before {
  content: "\f111";
  font-size: 36px;
  color: #4ba760;
  position: absolute;
  right: 3px;
  top: 1px;
  z-index: 1;
}
div.finished-step-checkmark:after,
h1.finished-step-checkmark:after,
h2.finished-step-checkmark:after,
h3.finished-step-checkmark:after,
h4.finished-step-checkmark:after,
h5.finished-step-checkmark:after,
h6.finished-step-checkmark:after {
  content: "\f00c";
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  right: 8px;
  z-index: 2;
  top: 1px;
}
.plans-container {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.small {
  font-size: 10px;
}
p.small {
  font-size: 12px;
}
.thumbnail {
  border: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
.thumbnail--all {
  border: 1px solid #e9e9e9;
}
.top-minus {
  margin-top: -30px;
}
.well-clear {
  background: #ffffff;
  box-shadow: none;
  border-color: #e9e9e9;
}
form label.error {
  background: #feeae7;
  color: #b90000;
  border-color: #b94a48;
  border-radius: 0;
  padding: 6px 12px;
}
form label.error span em.excl {
  background: #b94a48;
}
a [class^="icon-"],
a [class*=" icon-"] {
  text-decoration: none;
  font-size: 14px;
  padding: 3px;
}
.active a .icon-ok {
  color: #37413f;
}
.icon-question-sign {
  color: #0088cc;
}
.icon-cog {
  color: #428bca;
}
.icon-share-alt,
.icon-user {
  color: #4ba760 !important;
}
.icon-eye-open {
  color: #428bca;
}
#plansbar,
#titlebar,
#main.titlebar,
.titlebar {
  width: 100%;
}
#sidebar h4,
#sidebar .header,
#sidebar .header h4,
#sidebar .accordion-heading a,
.header,
.graydrkbg,
.table th {
  min-height: 20px;
  background: #ffffff;
}
#sidebar h4 i,
#sidebar .header i,
#sidebar .header h4 i,
#sidebar .accordion-heading a i,
.header i,
.graydrkbg i,
.table th i {
  color: #37413f;
}
#menu {
  box-shadow: none;
}
#menu .navbar-inner {
  min-height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0;
  box-shadow: none;
  border: none;
  background: #d8ebd6;
}
#menu .navbar-inner .nav {
  font-size: 14px;
}
#menu .navbar-inner .nav li a {
  color: #48a951;
  text-shadow: none;
  padding: 10px 14px;
}
#menu .navbar-inner .nav li a i.caret {
  border-top-color: #48a951;
  border-bottom-color: #48a951;
}
#menu .navbar-inner .nav li.active a {
  box-shadow: none;
  position: relative;
  color: #13771c;
  background: #a6cea2;
}
#menu .navbar-inner .nav li.active a i.caret {
  border-top-color: #13771c;
  border-bottom-color: #13771c;
}
#menu .navbar-inner .nav li.open a {
  background: none;
  color: #37413f;
}
#menu .navbar-inner .nav li.open a i.caret {
  border-top-color: #37413f;
  border-bottom-color: #37413f;
}
#menu .navbar-inner .nav .dropdown-menu {
  border-radius: 0;
  padding: 0;
}
#menu .navbar-inner .nav .dropdown-menu a {
  padding: 8px 20px;
  color: #48a951 !important;
  border-bottom: #e9e9e9;
}
#menu .navbar-inner .nav .dropdown-menu a:hover {
  background: #a6cea2;
  color: #13771c;
}
#menu .navbar .nav li.dropdown.open > .dropdown-toggle,
#menu .navbar .nav li.dropdown.active > .dropdown-toggle,
#menu .navbar .nav li.dropdown.open.active > .dropdown-toggle,
#menu .navbar .nav li.dropdown.open > .dropdown-toggle a,
#menu .navbar .nav li.dropdown.active > .dropdown-toggle a,
#menu .navbar .nav li.dropdown.active > .dropdown-toggle a i.caret,
#menu .navbar .nav li.dropdown.open.active > .dropdown-toggle a {
  text-shadow: none!important;
}
.header-reset {
  padding-top: 7px;
  border-left: none;
}
#breadcrumbs,
.breadcrumb,
.page-breadcrumb {
  display: none;
}
.btn {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: 'latoregular';
  font-weight: normal;
  font-style: normal;
  background: #ffffff;
  border-color: #428bca;
  border: 1px solid #428bca;
  color: #428bca;
  letter-spacing: 0.005em;
  text-shadow: none;
}
.btn:hover,
.btn:focus,
.btn:active {
  background: #428bca;
  border-color: #428bca;
  color: #ffffff;
  box-shadow: inset 2px 2px 1px rgba(0, 0, 0, 0.005), inset 4px 4px 1px rgba(0, 0, 0, 0.003), inset 6px 6px 1px rgba(0, 0, 0, 0.001), inset 8px 8px 1px rgba(0, 0, 0, 0.0009), inset 10px 10px 1px rgba(0, 0, 0, 0.0002), inset 12px 12px 1px rgba(0, 0, 0, 0.0001);
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.04), 4px 4px 1px rgba(0, 0, 0, 0.01), 6px 6px 1px rgba(0, 0, 0, 0.008);
}
.btn-primary {
  background: #e7491b;
  border-color: #e7491b;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #dd4012;
  border-color: #dd4012;
  color: #ffffff;
}
.btn-primary i.icon-cog,
.btn-primary i.caret {
  color: #ffffff;
}
.btn-primary[disabled] {
  background: #e7491b;
  border-color: #e7491b;
  color: #ffffff;
  opacity: 0.004;
  filter: alpha(opacity=0.4);
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active {
  background: #dd4012;
  border-color: #dd4012;
  color: #ffffff;
}
.header .btn {
  font-family: 'latoregular';
  font-weight: normal;
  font-style: normal;
}
.plan .btn {
  padding: 4px 7px;
  font-size: 13px;
}
.btn-custom {
  display: inline-block;
  padding: 5px 14px;
  margin-top: 10px;
  min-width: 4px;
  border: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-custom--all {
  border: 1px solid #e9e9e9;
}
#btnToggleAdvanceSearch i {
  color: #ffffff;
}
#sidebar {
  margin-right: -5px;
  padding-top: 18px;
}
#sidebar h4 {
  border: 0;
  padding-bottom: 5px;
}
#sidebar .sidebar-sort {
  padding-left: 9px;
  display: inline-block;
}
#sidebar .sidebar-sort a {
  color: #0599D6;
}
#sidebar .sidebar-sort a:hover {
  color: #444;
}
#sidebar .sidebar-sort a:hover:after {
  border-top-color: #444;
}
#sidebar .sidebar-sort .dk_label {
  padding-right: 8px;
  padding-left: 5px;
}
#sidebar .sidebar-sort .dk_toggle:after {
  border-top-color: #0599D6;
}
#sidebar #sort {
  padding-bottom: 5px;
}
#sidebar #sort p {
  font-size: 15.1px;
  font-family: latoregular;
  padding-left: 10px;
  margin-bottom: 1px;
}
#sidebar .sort {
  border: 1px solid #D2D2D2;
}
#sidebar #filterby {
  padding: 0;
  width: 146px;
  height: 32px;
  font-family: latoregular;
  margin-left: 10px;
  font-size: 14px;
  border-bottom: 1px solid #d2d2d2;
  cursor: pointer;
  color: #0599D6;
  background-color: #EFEFEF;
}
#sidebar #filterby:hover {
  color: #444;
}
#sidebar #filterby:hover #plus,
#sidebar #filterby:hover #minus {
  color: #444;
}
#sidebar #filterby span {
  display: inline-block;
  padding: 7px 63px 0 5px;
}
#sidebar #plus,
#sidebar #minus {
  color: #0599D6;
}
#sidebar #filter {
  margin: 0 10px 10px 10px;
  background-color: #f6f6f6;
}
#sidebar #filter h3 {
  margin: 0;
  text-align: right;
  padding-right: 13px;
}
#sidebar #filter legend p {
  margin: 0;
  line-height: 28px;
}
#sidebar #filter fieldset {
  margin-bottom: 15px;
}
#sidebar #filter .control {
  line-height: 16px;
  font-size: 13px;
  color: #818181;
}
#sidebar .nav-list li {
  background: #ffffff;
  color: #428fd5;
  font-size: 15px;
}
#sidebar .nav-list li:hover {
  text-decoration: none;
}
#sidebar .nav-list li a:hover {
  background: #ffffff !important;
}
#sidebar .nav-list .active {
  border-left: 5px solid #428fd5;
  margin-left: 0;
  font-weight: normal;
  background: #428fd5;
  color: #ffffff;
  font-size: 15px;
  position: relative;
}
#sidebar .nav-list .active a,
#sidebar .nav-list .active a:hover {
  font-weight: normal;
  background: transparent!important;
  font-size: 15px;
}
#sidebar .nav-list .disabled a {
  color: #cccccc;
}
#sidebar #list-2 {
  margin-top: 20px;
}
#sidebar .box-tight {
  border: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
#sidebar .box-tight--all {
  border: 1px solid #e9e9e9;
}
#sidebar .header {
  min-height: 40px;
  line-height: 40px;
}
#sidebar .header a.pull-right {
  font-size: 85%;
  margin-right: 10px;
}
#sidebar #frmSecureInbox {
  border: none;
}
table#brokerStatusHistory {
  border: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
table#brokerStatusHistory--all {
  border: 1px solid #e9e9e9;
}
#rightpanel.span12 {
  border-left: none;
}
#rightpanel {
  margin-left: 4px;
  padding-left: 15px;
  padding-top: 15px;
}
#rightpanel h4 {
  padding: 10px;
  border-bottom: 1px solid #e9e9e9;
}
#rightpanel h4.alert.alert-info {
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #317191;
  background: #3a87ad;
}
#rightpanel .alert {
  color: #444;
  text-shadow: none;
  border: 1px solid #e3e3e3;
  background: #f1f1f1;
}
#rightpanel a.btn {
  margin: 0 5px;
}
#rightpanel div.header a.btn,
#rightpanel div.header input[type="submit"],
#rightpanel button.btn.btn-small {
  margin: 10px 5px;
  font-family: 'latoregular';
  font-weight: normal;
  font-style: normal;
}
#rightpanel .graydrkaction,
#rightpanel .graylightaction,
#rightpanel .header {
  height: 40px;
  background: #ffffff;
  border-bottom: 1px solid #e9e9e9;
}
#rightpanel .graydrkaction h4,
#rightpanel .graylightaction h4,
#rightpanel .header h4 {
  background: none;
  border-bottom: none;
}
#rightpanel .table td h4 {
  background: none;
  border-bottom: none;
  padding: 0;
}
#rightpanel .light {
  opacity: 1!important;
}
#rightpanel .accordion-header {
  background: #ffffff;
}
#rightpanel dl.dl-horizontal {
  margin-top: 20px;
}
#rightpanel .action-top-bottom a.btn {
  width: 80px;
  margin-bottom: 10px;
}
.changebox {
  margin-left: 10px!important;
  border: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 100px;
  margin-bottom: 20px;
  padding: 5px;
}
.changebox--all {
  border: 1px solid #e9e9e9;
}
.changebox h2 {
  font-size: 18px;
  margin: 0;
  border-bottom: 1px solid #e9e9e9;
}
.edit-changebox {
  font-size: 12px;
  float: right;
}
.btn-changebox,
.btn-changebox:hover,
.btn-changebox:active,
.btn-changebox:focus {
  font-size: 12px;
  float: right;
  color: #ffffff !important;
  background: #e7491b;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 5px;
}
h1.span5.choose-plan,
h1.span5.comparing-plans,
h1.span5.detail-plan {
  text-align: left;
  margin-left: 20px;
}
.loading {
  margin-top: -35px;
}
.row-at-bottom {
  padding-top: 50px;
  margin-bottom: -15px;
}
#planSelect .scroll-left-arrow,
#planSelect .scroll-right-arrow {
  background: #4ba760;
}
#planSelect .scroll-left-arrow:hover,
#planSelect .scroll-right-arrow:hover {
  background: #3b844c;
}
#planSelect .icon-arrow-left,
#planSelect .icon-arrow-right {
  color: #ffffff;
  opacity: 1!important;
}
.plan a.addtofav.addedToFav {
  background: #4ba760;
  color: #ffffff;
  box-shadow: inset 0px 0px 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 0px 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 9px rgba(0, 0, 0, 0.3);
}
.plans-section-content .label-info {
  font-size: 10px;
  font-weight: normal !important;
  background: #f2dede;
  color: #b94a48;
  border: #eed3d7;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.plans-section-content h3 {
  text-transform: none;
}
.plans-section-header h3 {
  border-top: 1px solid #e9e9e9;
  background: #2383c7;
  margin: 0;
  padding-left: 15px;
  color: #ffffff !important;
  font-size: 14px;
}
.begin-user-profile,
.continue-user-profile,
.finish-user-profile {
  position: absolute;
  right: 25px;
  bottom: -30px;
  z-index: 1;
}
.comparePlans {
  display: none;
}
#preferencesForm {
  margin: 0;
}
#preferencesForm.modal-background {
  position: fixed;
  z-index: 1060;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: auto;
  overflow-y: scroll;
  margin: 0;
}
#preferencesForm.modal-background .modal {
  position: absolute;
}
#userProfileModal {
  color: #37413f;
  width: 840px;
  left: 37%;
}
#userProfileModal h4 {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 4px;
  padding-bottom: 5px;
}
#userProfileModal .close {
  font-size: 30px;
}
#userProfileModal .lightboxImage {
  max-width: 325px;
  margin: 15px auto 0 3px;
}
#userProfileModal [data-profile='title'] {
  font-size: 19px;
  color: #4ba760;
}
#userProfileModal [data-profile="doctor"],
#userProfileModal [rel~="tooltip"] {
  color: #434951;
  font-weight: 400;
  border-bottom: 1px dotted #ababab;
}
#userProfileModal .modal-header {
  padding-top: 13px;
  padding-bottom: 3px;
  background: #f7f7f7;
}
#userProfileModal .controls {
  display: inline-block;
  margin: 0 10px 0 0;
}
#userProfileModal .span3 {
  margin-left: 0;
  width: 150px;
  height: 30px;
}
#userProfileModal label {
  font-size: 14px;
}
#userProfileModal input {
  margin-top: 3px;
}
#userProfileModal .span4 {
  margin: 0px;
}
#userProfileModal .checkbox {
  font-size: 15px;
}
#userProfileModal .providerSearchHeader,
#userProfileModal .providerSearchFooter {
  display: none;
}
#userProfileModal .providerSearchContent {
  margin-left: 20px;
}
#userProfileModal #myPereferences {
  max-height: initial;
}
#userProfileModal #myPereferences legend {
  border-bottom-width: 0px;
}
#userProfileModal #myPereferences legend small {
  font-size: 13px;
  color: #8E8E8E;
}
#userProfileModal #myPereferences legend .alert-error {
  color: red;
}
#userProfileModal .importantNotice {
  font-size: 13px;
  color: #8E8E8E;
}
#userProfileModal .userProfileForm {
  width: 530px;
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px 0;
}
#userProfileModal .userProfileForm .control-group {
  margin: 0 0 0 27px;
  height: 27px;
}
#userProfileModal .userProfileForm legend {
  margin: 0 0 3px 0;
}
#userProfileModal .userProfileForm fieldset {
  padding-bottom: 20px;
}
#userProfileModal .userProfileForm fieldset legend small {
  font-size: 13px;
  color: #8E8E8E;
}
#userProfileModal .userProfileForm .benefits-fieldset {
  padding-bottom: 0px;
}
#userProfileModal .userProfileInformation {
  width: 270px;
  background: #efefef;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-left: 1px solid #e6eaeb;
}
#userProfileModal .userProfileInformation h4 {
  margin-top: 25px;
  padding: 0 26px;
  color: #a2a2a2;
}
#userProfileModal .userProfileInformation .prefSubmit {
  position: absolute;
  bottom: 30px;
  right: 31px;
  font-size: 17px;
  font-weight: 400;
}
#userProfileModal .k-multiselect {
  margin-left: 20px;
  display: inline-block;
  width: 430px;
  max-width: 500px;
}
.goodrx-logo img {
  display: inline-block;
  width: 73px;
  height: auto;
  vertical-align: bottom;
}
#mainSummary i.icon-ok {
  color: #4eaa45;
}
#importantNotice .tooltip-inner {
  width: 450px;
  max-width: none;
}
#importantNotice .tooltip-inner p {
  font-size: 11px;
}
h1.choose-plan {
  position: relative;
  padding-left: 20px;
}
h1.choose-plan .finish-user-profile {
  position: absolute;
  bottom: -30px;
  z-index: 1;
}
h1.choose-plan .finish-user-profile a {
  border-radius: 0 0 4px 4px;
}
.heat-map-number {
  background: #eee;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #e0e0e0;
  font-weight: 700;
}
#providerSearchInfo tr {
  width: 100%;
}
#providerSearchInfo tr td:first-child {
  width: 35%;
}
#providerSearchInfo tr td:last-child {
  width: 65%;
}
#detailHead #estimatedCostDetail {
  width: 100%;
}
#detailHead #estimatedCostDetail td:first-child {
  width: 35%;
}
#detailHead #estimatedCostDetail td:last-child {
  width: 65%;
}
#detailHead .deductible-oop-table {
  width: 100%;
}
#detailHead .deductible-oop-table th:first-child {
  width: 35%;
}
#detailHead .deductible-oop-table th:nth-of-type(2) {
  width: 26%;
}
#detailHead .deductible-oop-table th:last-child {
  width: 39%;
}
#detailHead .detail-page-table {
  width: 100%;
}
#detailHead .detail-page-table th.column1 {
  width: 35% !important;
}
#detailHead .detail-page-table th.column2 {
  padding-top: 10px;
  width: 26% !important;
}
#detailHead .detail-page-table th.column4 {
  width: 19% !important;
  padding-top: 10px;
}
#detailHead .detail-page-table th.column5 {
  width: 19% !important;
}
#detailHead .detail-page-table th.column1_with_tier2 {
  width: 24% !important;
}
#detailHead .detail-page-table th.column2_with_tier2 {
  width: 22% !important;
}
#detailHead .detail-page-table th.column3_with_tier2 {
  width: 18% !important;
}
#detailHead .detail-page-table th.column4_with_tier2 {
  width: 19% !important;
}
#detailHead .detail-page-table th.column5_with_tier2 {
  width: 17% !important;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  background: #EFEFEF!important;
}
ul#ui-id-2 {
  position: fixed!important;
}
.calSheet .month {
  background: #d23a3a;
  border: 1px solid #5894c3;
  border-radius: 0;
  color: #ffffff;
}
.calSheet .day {
  border-radius: 0;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  color: #37413f;
  font-weight: bold;
  letter-spacing: -0.1em;
  line-height: 1.4em;
}
.mixins-table-font-size {
  font-size: 13px;
}
.mixins-table-th-font-color {
  color: #37413f;
}
.mixins-table-tr-bg {
  background: #ffffff;
}
.table {
  margin-bottom: 15px!important;
}
.table th a {
  background: none!important;
  font-weight: normal;
  color: #37413f;
}
.table th a.btn {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: 'latoregular';
  font-weight: normal;
  font-style: normal;
  background: #ffffff;
  border-color: #428bca;
  border: 1px solid #428bca;
  color: #428bca;
  letter-spacing: 0.005em;
  text-shadow: none;
}
.table th a.btn:hover,
.table th a.btn:focus,
.table th a.btn:active {
  background: #428bca;
  border-color: #428bca;
  color: #ffffff;
  box-shadow: inset 2px 2px 1px rgba(0, 0, 0, 0.005), inset 4px 4px 1px rgba(0, 0, 0, 0.003), inset 6px 6px 1px rgba(0, 0, 0, 0.001), inset 8px 8px 1px rgba(0, 0, 0, 0.0009), inset 10px 10px 1px rgba(0, 0, 0, 0.0002), inset 12px 12px 1px rgba(0, 0, 0, 0.0001);
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.04), 4px 4px 1px rgba(0, 0, 0, 0.01), 6px 6px 1px rgba(0, 0, 0, 0.008);
}
.table td {
  border-top: 1px solid #e9e9e9;
  font-size: 14px;
}
.table td h4 {
  background: none;
}
.table td .caret {
  border-top: 4px solid #5485a3;
}
.table td .dropdown-menu li > a:hover {
  background: none;
  color: #005580;
}
.table thead {
  background: #f1f1f1;
}
.table thead tr.header th,
.table thead th a {
  font-size: 14px;
}
.table tbody tr th {
  font-size: 14px;
}
.table th.dropdown.open .dropdown-menu a:hover {
  background: #4ba760 !important;
}
.lightgray,
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background: #ffffff;
}
.graydrkbg thead tr,
thead tr.graydrkbg {
  border-top: none;
  border-bottom: none;
}
#rightpanel form strong {
  font-weight: normal;
}
.form-actions {
  border: none;
  margin-top: 10px;
}
.pagination ul {
  box-shadow: none;
}
.pagination ul > li > a,
.pagination ul > li > span {
  border: none;
}
.pagination ul > li:first-child > a,
.pagination ul > li:last-child > a {
  border-radius: 0;
}
.pagination ul > .active > a,
.pagination ul > .active > a:hover,
.pagination ul > .active > span {
  background: #428fd5;
  color: #ffffff;
}
.pagination ul > li > a:hover {
  background: #ffffff;
}
.pagination {
  padding-top: 10px;
}
.datepicker td.active,
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  background-color: #48a95e!important;
  border-radius: 0!important;
}
.modal-header {
  background: #fff;
  border-radius: 6px 6px 0 0;
  min-height: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.modal-header h4 {
  font-size: 15px;
  font-weight: normal;
}
.modal-header .close {
  margin-top: 0;
}
.modal-footer {
  background: none;
  border-top: none;
}
#successbox .modal-header {
  background: none;
  border-radius: 0;
}
iframe {
  border: 0px;
}
iframe #successbox .header {
  background: none;
  background-image: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
iframe#success .modal-header {
  border-radius: 6px 6px 0 0;
}
iframe#success .modal-body {
  padding: 0;
}
iframe body {
  background: #fff;
  background-image: none;
}
body.shellmodal-body {
  background: #fff!important;
}
body.shellmodal-body .table {
  border: none;
}
#Dental-light_box #title {
  font-weight: normal;
  font-size: 17px;
}
#Dental-light_box #info {
  margin: 20px 0 25px 0;
}
#Dental-light_box .premium {
  font-size: 17px;
}
#Dental-light_box .plan {
  margin: 0 10px;
  border: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
#Dental-light_box .plan--all {
  border: 1px solid #e9e9e9;
}
#Dental-light_box .form-actions {
  background: #ffffff;
  border: none;
}
#iframeMain thead h5 {
  font-size: 14px;
}
.ui-widget-header {
  background: #fff;
}
.additional-notices.alert {
  opacity: 1;
}
.additional-notices.alert h3 {
  color: #3A87AD;
}
.additional-notices.alert a {
  font-weight: 400;
}
.additional-notices.alert h4 {
  background: rgba(0, 0, 0, 0) !important;
  padding-left: 0!important;
}
.cartInsuranceGroup {
  padding-bottom: 10px;
}
.cartInsuranceGroup .myCartGroup {
  border: 1px solid #ededed;
  border-top: none;
}
.cartInsuranceGroup .myCartGroup.gutter10 {
  padding-bottom: 55px;
}
.cartInsuranceGroup .myCartGroup:first-child {
  border-top: 1px solid #ededed;
}
.cartInsuranceGroup .myCartGroup .price span.cost {
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.cartInsuranceGroup .myCartGroup .price span.was {
  font-size: 15px;
  color: #ACACAC;
  display: block;
  margin-bottom: 20px;
}
.cartInsuranceGroup .myCartGroup .price span.was .crossout {
  text-decoration: line-through;
}
.cartInsuranceGroup .myCartGroup .price .alert {
  display: inline;
}
.health-advocate-group ul {
  text-align: center;
}
.health-advocate-group ul li {
  width: 31%;
}
.health-advocate-group ul li img {
  max-height: 45px;
  margin-bottom: 7px;
}
.health-advocate-group h5 {
  font-size: 20px;
  font-weight: 400;
  color: #125B94;
  text-align: center;
  margin: 30px auto 20px;
}
.health-advocate-group .border-top {
  border-top: 1px solid #e6eaeb;
}
.health-advocate-group label {
  font-size: 15px;
}
.health-advocate-group input#healthAdvocate {
  margin-top: 2px;
  margin: 2px 7px 0 0;
}
.wordWrap {
  word-wrap: break-word;
}
.crossSellModal {
  width: 500px;
  margin-left: -250px;
}
.crossSellModal .ancillary-plans {
  margin-top: 25px;
}
.crossSellModal .ancillary-plans ul {
  margin-bottom: 0;
}
.crossSellModal .ancillary-plans li {
  width: 49%;
  padding: 0;
}
.crossSellModal .ancillary-plans li:last-child {
  padding-left: 1%;
}
.crossSellModal .ancillary-plans li.hide {
  display: none;
}
.crossSellModal .ancillary-plans p {
  margin-bottom: 7px;
}
.crossSellModal h4 {
  color: #4ba760;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
}
.crossSellModal .plan-added {
  background: #4ba760;
  border-radius: 4px 4px 0 0;
  border: 1px solid #4ba760;
}
.crossSellModal .plan-added h4 {
  color: #ffffff;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin: 0;
}
.crossSellModal .plan-row {
  border: 1px solid #4ba760;
  border-radius: 0 0 4px 4px;
}
.crossSellModal .plan-row:after {
  height: 15px;
  width: 15px;
  background-color: #FFF;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  /* Ch, Saf  */
  -moz-transform: rotate(45deg);
  /* Fx <16 */
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -o-transform: rotate(45deg);
  /* Op <12.1 */
  transform: rotate(45deg);
  /* IE 10, Fx 16+, Op 12.1+ */
  border-bottom: 1px solid #4ba760;
  border-right: 1px solid #4ba760;
  position: relative;
  top: 9px;
}
.crossSellModal .plan-row ul {
  padding: 10px 10px 0;
  margin-bottom: 0;
  color: #48a95e;
}
.crossSellModal .plan-row ul li:first-child {
  width: 25%;
  vertical-align: top;
}
.crossSellModal .plan-row ul li:nth-of-type(2) {
  width: 45%;
}
.crossSellModal .plan-row ul li:last-child {
  width: 15%;
  text-align: right;
  float: right;
  font-weight: 600;
}
.crossSellModal .modal-body {
  margin-top: 0px;
  max-height: 100%;
  padding: 0px;
}
.crossSellModal .modal-body .cross-sell-wrap {
  padding: 20px;
}
.crossSellModal .cross-separator {
  border-top: 1px solid #c4cdcf;
  height: 1px;
  margin: 15px 0 10px;
}
.crossSellModal .cross-sell-cart-summary {
  margin-top: 20px;
}
.crossSellModal .cross-sell-cart-summary .cart-items-panel {
  border: 1px solid #c4cdcf;
  background: #f2f2f2;
  padding: 0;
}
.crossSellModal .cross-sell-cart-summary .cart-items-panel ul {
  margin: 0;
}
.crossSellModal .cross-sell-cart-summary .cart-items-panel ul li {
  width: 45%;
  vertical-align: top;
}
.crossSellModal .cross-sell-cart-summary .cart-items-panel p,
.crossSellModal .cross-sell-cart-summary .cart-items-panel #js-cartItemsList,
.crossSellModal .cross-sell-cart-summary .cart-items-panel .total {
  padding: 10px 15px;
}
.crossSellModal .cross-sell-cart-summary .cart-items-panel p.itemsInCartHeading {
  margin: 0;
  padding: 10px 15px;
  font-weight: 600;
}
.crossSellModal .cross-sell-cart-summary .cart-items-panel p.itemsInCartHeading span {
  font-weight: 600;
}
.crossSellModal .cross-sell-cart-summary .cart-items-panel #js-cartItemsList {
  font-weight: 400;
  padding: 5px 15px;
  margin: 0;
}
.crossSellModal .cross-sell-cart-summary .cart-items-panel #js-cartItemsList li.price {
  font-weight: 600;
}
.crossSellModal .cross-sell-cart-summary .cart-items-panel .totalText {
  padding: 10px 5px;
  margin: 0;
  text-align: right;
}
.crossSellModal .cross-sell-cart-summary .cart-items-panel .js-cartTotalPremium {
  font-weight: 600;
  padding: 0 0 0 7px;
}
.crossSellModal .cross-sell-cart-summary .cart-items-panel .js-cartTotalPremium:before {
  content: '$';
}
.crossSellModal .cross-sell-box {
  border: 1px solid #c4cdcf;
  margin: 0;
  font-size: 13px;
}
.crossSellModal .cross-sell-box p {
  padding: 10px;
  margin-bottom: 0;
}
.crossSellModal .cross-sell-box a {
  float: none;
  display: block;
  border: none;
  border-top: 1px solid #c4cdcf;
  font-weight: 400;
  padding: 5px 10px;
  font-size: 14px;
}
.crossSellModal .cross-sell-box .highlight {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}
.crossSellModal .cross-sell-box.dental {
  border-top: 4px solid #f4b552;
}
.crossSellModal .cross-sell-box.dental .highlight {
  color: #f4b552;
}
.crossSellModal .cross-sell-box.accident {
  border-top: 4px solid #096ab3;
}
.crossSellModal .cross-sell-box.accident .highlight {
  color: #096ab3;
}
.crossSellModal .goto-cart-panel {
  padding: 15px 20px;
  border-radius: 0 0 4px 4px;
  background: #f2f2f2;
  border-top: 1px solid #c4cdcf;
}
.crossSellModal .goto-cart-panel a {
  display: inline-block;
  margin-left: 7px;
}
.crossSellModal .goto-cart-panel a:first-child {
  vertical-align: middle;
}
.crossSellModal .tooltip-inner {
  padding: 0;
}
.crossSellModal p.js-crossSellPlanName {
  font-weight: 600;
  margin: 0px 0 5px;
  font-size: 18px;
}
.crossSellModal .highlight {
  color: #4ba760;
  display: block;
  font-size: 16px;
  margin-bottom: 0px;
}
.crossSellModal .ancillary-price {
  font-size: 14px;
  display: block;
}
.crossSellModal .close {
  margin-top: 1px;
  margin-right: 0px;
  position: absolute;
  z-index: 10;
  font-size: 18px;
  background-color: #656565;
  border-radius: 50px;
  padding: 0px 7px 2px;
  color: #FFF;
  opacity: 0.9;
  top: -10px;
  right: -10px;
}
.crossSellModal .js-crossSellPlanLogo {
  max-width: 100%;
}
span.bold,
p.bold {
  font-weight: 600;
}
.crossSellModal .row-fluid .span8 {
  margin-left: 0 !important;
  width: 65.95744680851064% !important;
}
.crossSellModal .row-fluid .span4 {
  width: 31.914893617021278% !important;
  margin-top: 0;
  margin-left: 2.127659574468085%;
}
.crossSellModal .row-fluid .span3 {
  width: 23.404255319148934% !important;
}
.crossSellModal.modal.fade.in {
  /*top:50%;*/
}
.crossSellModal .modal-header {
  min-height: 15px;
}
.crossSellModal .modal-header h3 {
  margin-right: 10px;
}
.crossSellModal .modal-body h3 {
  margin-top: 8px;
}
.crossSellModal .cart-items-panel {
  padding-top: 0;
  padding-bottom: 0px;
}
.crossSellModal .cart-items-panel .itemsInCartHeading {
  margin-top: 20px;
}
.crossSellModal .mHRow1Box {
  min-height: 185px;
}
.compare-widget-position {
  position: fixed;
  bottom: 0;
  right: 15px;
  left: auto;
  width: 960px;
  margin: 0 auto;
  height: 0;
  z-index: 1000;
}
.compare-tray {
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  right: 16px;
  bottom: 0;
  z-index: 1050;
  white-space: normal;
  -webkit-transition: bottom 0.5s ease-in-out;
  -moz-transition: bottom 0.5s ease-in-out;
  -o-transition: bottom 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out;
}
.compare-tray-tab {
  position: absolute;
  top: -31px;
  right: -1px;
}
.compare-tray-tab .tab {
  display: inline-block;
  float: right;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #5a5a5a;
}
.compare-tray-tab .tab.phix-theme {
  clear: both;
  color: #fff;
  font-size: 12px;
}
.compare-tray-content {
  box-shadow: 0px 0px 10px rgba(184, 184, 184, 0.55);
  border: 1px solid #B5B5B5;
  border-top: 3px solid #08C;
  border-bottom: none;
  background: #eaeaea;
  position: relative;
  float: left;
  padding: 6px 7px 10px 0;
}
.compare-tray-content ul {
  list-style: none;
  padding: 0;
  margin: 0 8px 0;
  float: left;
}
.compare-tray-content ul > li {
  padding: 5px;
  margin-right: 7px;
  text-align: center;
  float: left;
  position: relative;
  width: 110px;
  height: 53px;
}
.compare-tray-content ul > li div.txt-left {
  bottom: 0;
  position: absolute;
  font-size: 13px;
}
.compare-tray-content img {
  margin-bottom: 10px;
  display: block;
  max-height: 31px;
}
.compare-tray-content .plan-compare,
.compare-tray-content .emptyPlanText {
  height: 53px;
  width: 110px;
  display: block;
  padding: 5px;
  background: #fff;
}
.compare-tray-content .emptyPlanText {
  border: 1px dashed #D9D9D9;
}
.compare-tray-content .plan-compare {
  border: 1px solid #D9D9D9;
}
.compare-tray-content .action-plan-wrap {
  float: right;
}
.compare-tray-content .action-plan-wrap .btn {
  margin-top: 40px;
}
.compare-tray-content .close-icon {
  font-size: 16px;
  color: #1A4549;
  position: absolute;
  z-index: 100;
  top: -8px;
  right: -6px;
  font-style: normal;
}
.removeCompare {
  display: block;
  margin-top: 5px;
}
.icon-remove-sign {
  color: #e7491b;
}
.health-plan-info-summary thead tr th:first-child {
  width: 33%;
}
.health-plan-info-summary thead tr th:last-child {
  width: 66%;
}
.health-plan-info-summary tbody td {
  vertical-align: top;
}
#benefits .table .header {
  background: #e3e3e3;
}
#benefits .table .header th {
  background: none;
}
#benefits .table .header th p {
  margin: 0;
  font-weight: normal;
}
.stmPlanInfo .table tr td:last-child {
  width: 364px;
}
.plan-info-wrapper {
  padding: 50px 0;
}
#benefitsInfoHeader th:first-child {
  padding-right: 100px;
}
.off-exchange-thank-you h2 {
  margin: 10px 0;
  font-size: 26px;
}
#frmAdditionalInformation label[for="firstName"] + div div.error {
  display: inline-block;
  float: left;
}
#frmAdditionalInformation label[for="firstName"] + div div.error:last-child {
  right: 108px;
  top: 10px;
  float: right;
}
ul.nav-list > li > a {
  border-bottom: 1px solid transparent;
}
#sidebar a .icon-cog {
  color: inherit;
}
#sidebar #quick-links {
  border-bottom: 1px, solid, #ddd;
  padding: 0;
}
#sidebar #quick-links a {
  border-bottom: 1px, solid, transparent;
}
#sidebar .nav-list > span {
  background: none;
  border-bottom: 1px, solid, transparent;
  color: #138F9D;
  font-size: 1em;
  margin-right: -15px;
  padding: 14px;
}
.mask {
  opacity: 0.8;
  padding: 10px 0 0 55px;
  position: absolute;
  z-index: 11;
}
.mask img {
  float: left;
  position: relative;
  right: -3px;
  top: 8px;
}
#plan-summary,
#sample-plan-summary,
#plan-summary {
  height: 475px;
}
.tile {
  border: 1px solid #E6E6E6;
  box-shadow: 1px 1px 3px #aaa;
  background: #fff;
  width: 78%;
  margin: 0 auto;
  color: #000000;
}
.tile.sample-tile {
  background-color: #eee;
  opacity: 0.5;
  box-shadow: 1px 1px 3px #000;
}
.tile .tile-header {
  text-align: center;
  padding: 5px 5px 0;
  text-transform: uppercase;
}
.tile .tile-header .plan-img {
  margin: 10px 0;
}
.tile .tile-header p,
.tile .tile-header p a {
  margin: 0;
  color: #08C;
  font-size: 12px;
}
.tile .tile-header p a {
  text-decoration: none;
}
.tile .payment {
  text-align: center;
}
.tile h3 {
  text-transform: none;
  color: #444;
  line-height: 0;
  margin-top: 15px;
  font-size: 1.6em;
  display: inline-block;
}
.tile .dl-horizontal {
  width: 90%;
  margin: 20px 10px;
  font-size: 12px;
  color: #666;
  font-family: "Proxima-Nova", san-serif;
}
.tile .dl-horizontal dt {
  text-align: right;
  width: 116px;
  font-weight: 300;
  font-size: 13px;
}
.tile .dl-horizontal dd {
  margin-left: 130px;
}
.dl-horizontal {
  font-size: 14px;
}
.dl-horizontal dt {
  width: 126px;
}
.dl-horizontal dd {
  margin-left: 127px;
}
#dd-well .dl-horizontal dt {
  width: auto;
}
#dd-well .dl-horizontal dd {
  text-align: right;
}
#plan-summary .data-display h5,
#emp-contribution .data-display h5 {
  width: 279px;
  background: #d0e9ff;
  padding: 6px 10px;
  margin-left: -19px;
  margin-top: -19px;
  margin-bottom: 0;
}
#plan-summary .dl-horizontal dt#c-s-d,
#emp-contribution .dl-horizontal dt#c-s-d {
  width: 133px !important;
}
#plan-summary .dl-horizontal dd#coverage-s-date,
#emp-contribution .dl-horizontal dd#coverage-s-date {
  margin-left: 175px !important;
}
#emp-contribution .dl-horizontal dt {
  width: 189px;
}
#emp-contribution .dl-horizontal dd {
  margin-left: 191px;
}
#sample-plan-summary .info-header,
#sample-plan-summary .well {
  opacity: 0.3;
}
.plan-selected .dl-horizontal dt {
  text-align: left;
  width: 150px;
  font-weight: normal;
}
.plan-selected .dl-horizontal dd {
  margin-left: 155px;
  text-align: right;
}
.plan-selected h5 {
  margin-bottom: 0;
  font-size: 15px;
}
.plan-selected .save {
  margin-bottom: 10px;
  font-size: 12px;
}
/**
* My Information
*/
#myinfo-edit {
  padding: 2px 12px;
}
#myinfo .dl-horizontal dt {
  width: 42% !important;
}
#myinfo .dl-horizontal dd {
  margin-left: 45%;
}
#myinfo .dl-horizontal #worksite address {
  margin-top: 8px;
  margin-bottom: 7px !important;
}
#myinfo h5 {
  margin-bottom: 0;
}
#myinfo + p {
  font-size: 10px;
}
/**
* Edit My Information
*/
form#edit-myinfo .control-label,
form#edit-mydependents .control-label {
  width: 219px !important;
}
form#edit-myinfo .controls,
form#edit-mydependents .controls {
  margin-left: 220px !important;
}
form#edit-myinfo .dl-horizontal dd,
form#edit-mydependents .dl-horizontal dd {
  margin-left: 239px !important;
}
form#edit-myinfo .dl-horizontal dt,
form#edit-mydependents .dl-horizontal dt {
  width: 225px !important;
}
#member-portal a[rel~="tooltip"] {
  border-bottom: 1px dotted #B4B2B2;
}
#member-portal .dashboard-rightpanel {
  width: 77%;
  padding-left: 25px;
  margin-top: 15px;
}
#member-portal .alert img {
  max-width: 100%;
}
#member-portal #step-progress {
  margin: 95px 0 0 0;
  background: #ffffff;
}
#member-portal #step-progress #progress-bar ul {
  margin: 0;
  padding: 0;
}
#member-portal #step-progress #progress-bar ul li {
  list-style: none;
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #999 !important;
  text-align: center;
  width: 37.6%;
  position: relative;
}
#member-portal #step-progress #progress-bar ul li:after {
  content: "";
  border: 8px solid #e6eaeb;
  position: relative;
  bottom: 60px;
  left: 0;
  display: block;
}
#member-portal #step-progress #progress-bar ul li a.popup {
  color: #999 !important;
}
#member-portal #step-progress #progress-bar ul li a.popup .step-text {
  color: #999 !important;
}
#member-portal #step-progress #progress-bar ul li .s-no {
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 10px;
  text-align: center;
  top: -55px;
  left: 28%;
  border: 3px solid #e6eaeb;
  font-weight: 600;
  z-index: 1;
  color: #48a95e;
}
#member-portal #step-progress #progress-bar ul li.active-state {
  position: relative;
  color: #48a95e;
}
#member-portal #step-progress #progress-bar ul li.active-state .s-no {
  background: #48a95e;
  color: #ffffff;
  font-size: 28px;
  line-height: 22px;
  border-color: #a7d2a3;
}
#member-portal #step-progress #progress-bar ul li.active-state .step-text:after {
  content: "You Are Here";
  position: absolute;
  font-size: 10px;
  border: 1px solid #48a95e;
  background: #48a95e;
  color: #ffffff;
  width: 95px;
  height: 24px;
  line-height: 24px;
  top: -90px;
  left: 9%;
  border-radius: 5px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#member-portal #step-progress #progress-bar ul li.active-state .step-text:before {
  content: "";
  position: absolute;
  top: -66px;
  /*right: 58%;*/
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #48a95e;
  left: 34%;
}
#member-portal #step-progress #progress-bar ul li.active-state#step-one .step-text:after {
  left: 19%;
}
#member-portal #step-progress #progress-bar ul li.active-state#step-one .step-text:before {
  right: 58%;
}
#member-portal #step-progress #progress-bar ul li.active-state#step-two a {
  margin-left: -5px;
}
#member-portal #step-progress #progress-bar ul li.active-state#step-two .step-text:after {
  left: 19%;
}
#member-portal #step-progress #progress-bar ul li.active-state#step-two .step-text:before {
  right: 60%;
}
#member-portal #step-progress #progress-bar ul li.active-state#step-three .step-text:after {
  left: 14%;
}
#member-portal #step-progress #progress-bar ul li.active-state#step-three .step-text:before {
  right: 51%;
}
#member-portal #step-progress #progress-bar ul li.completed-state {
  position: relative;
}
#member-portal #step-progress #progress-bar ul li.completed-state .s-no {
  color: #ffffff;
}
#member-portal #step-progress #progress-bar ul li.completed-state .step-text:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  top: -41px;
  left: 81px;
  z-index: 1;
  color: #48a95e;
}
#member-portal #step-progress #progress-bar ul li#step-four .step-text:after {
  left: 52px;
}
#member-portal #step-progress #progress-bar ul li:last-child {
  width: 22.6%;
}
#member-portal #step-progress #progress-bar ul #step-one .step-text {
  margin-left: -51px;
}
#member-portal #step-progress #progress-bar ul #step-two a {
  margin-left: -35px;
}
#member-portal #step-progress #progress-bar ul #step-three a {
  margin-left: -24px;
}
#member-portal #step-progress #progress-bar ul #step-four a {
  margin-left: -17px;
}
#member-portal #oep-msg button {
  margin-top: 2%;
  font-size: 1.3em;
  padding: 7px;
  font-family: "Proxima-Nova", "san-serif";
}
.popover.steps-popup.top {
  margin-left: -4px;
  margin-top: -67px !important;
}
.well-nobg {
  background: transparent;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well-step {
  background: transparent;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin: 0 10px 20px 0;
  min-height: 20px;
  padding: 19px 5px 10px 19px;
  /*	    .alert {
			margin-right: 16px;
		}*/
}
.well-step .blurb {
  background-color: #f9f9f9;
  color: #666666;
  margin: 0 16px 8px 0;
  padding: 8px 15px 0 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.well-step .blurb h4 {
  color: #48a95e;
  background-color: transparent !important;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0 5px 10px;
  margin-bottom: 0;
  border-bottom: none !important;
}
.header-primary {
  border-bottom: 1px solid #e3e3e3;
  padding: 10px;
}
.header-primary h4 {
  font-family: 'latoregular';
  padding: 0 !important;
  border-bottom: none !important;
  margin: 0 !important;
}
.widget {
  background: transparent;
  border: 1px solid #e3e3e3;
  border-top: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.widget h5.secondary {
  font-size: 14px;
}
#account-settings .dl-horizontal {
  margin-bottom: 0;
}
#account-settings .dl-horizontal dt {
  font-weight: normal;
}
#account-settings #account-settings dt {
  margin-bottom: 15px;
}
#account-settings #account-settings dd {
  margin-bottom: 15px;
  margin-left: 180px;
  width: 160px;
}
#account-settings #change-email label,
#account-settings #change-email input {
  margin: 10px 0;
}
#account-settings #change-password label,
#account-settings #change-password input {
  margin: 10px 0;
}
#account-settings #change-questions .form-group {
  form: left;
  margin: 5px 0;
}
#prescription-saved span.txt-fade,
#prescription-search span.txt-fade {
  display: block;
  color: #999999;
  font-weight: 300;
}
#prescription-saved table,
#prescription-search table {
  font-weight: 600;
}
#prescription-saved .header-info,
#prescription-search .header-info {
  background-color: #f5f8fa;
  border: 1px solid #b1b9c2;
  padding: 10px 20px;
  font-weight: normal;
}
#prescription-saved .widget,
#prescription-search .widget {
  border: 1px solid #b1b9c2;
  border-top: none;
  background: #ffffff;
}
#prescription-saved h2,
#prescription-search h2 {
  font-size: 18px;
}
#prescription-saved h2.header,
#prescription-search h2.header {
  height: auto;
  padding-bottom: 5px;
  margin-left: 0;
  margin-bottom: 20px;
}
#prescription-search .search-group {
  background-color: #e8eff5;
  text-align: center;
  border-radius: 0;
  padding: 30px 0 0;
  /*border:1px solid @portalPrescriptionSearchBorder;*/
  margin-bottom: 40px;
}
#prescription-search .search-group .input-append input {
  border-radius: 0;
  border: 1px solid #b1b9c2;
  font-size: 20px;
  padding-left: 15px;
}
#prescription-search .search-group .input-append input,
#prescription-search .search-group .input-append button {
  height: 40px;
  line-height: 25px;
}
#prescription-search .search-group .btn.btn-primary {
  border-radius: 0;
}
#prescription-search .search-group .powered-by {
  position: static;
}
#prescription-search .search-group .powered-by img {
  margin-right: 20px;
}
#prescription-search .search-zip {
  font-size: 14px;
  margin-top: 10px;
}
#prescription-search .search-zip input {
  background: none;
  border: 1px solid #b1b9c2;
  margin-left: 10px;
  padding-bottom: 2px;
  width: 15%;
}
#prescription-search .search-zip input:focus {
  box-shadow: none;
}
#prescription-search .search-zip input::-webkit-input-placeholder {
  color: #999999;
}
#prescription-search .search-zip input:-moz-input-placeholder {
  color: #999999;
}
#prescription-search .search-zip input:-ms-input-placeholder {
  color: #999999;
}
#prescription-search .accordion-group {
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #b1b9c2;
}
#prescription-search .accordion-group table.strong {
  font-weight: 600;
}
#prescription-search .accordion-group table tbody tr:last-child {
  border-bottom: 1px solid #E6EAEB;
}
#prescription-search .accordion-group .accordion-heading h3 {
  margin-bottom: 0;
}
#prescription-search .accordion-group .accordion-heading span.drug-dosage {
  margin-left: 10px;
  font-size: 14px;
  color: #5A5A5A;
  font-weight: 300;
}
#prescription-search .accordion-group .accordion-heading span.drug-dosage.pull-right {
  margin-top: 3px;
}
#prescription-search .accordion-group .accordion-heading .accordion-info {
  padding: 12px 22px;
}
#prescription-search .accordion-group .accordion-heading .accordion-info span {
  display: block;
}
#prescription-search .accordion-group .accordion-heading .icon-chevron-right:before {
  min-width: 15px;
}
#prescription-search .accordion-inner {
  border-top: 1px solid #b1b9c2;
}
#prescription-search table.table {
  background: #ffffff;
}
#prescription-search thead tr.header h4 {
  font-size: 20px;
  padding: 15px;
}
#prescription-search thead.accordian-toggle {
  padding: 10px 15px;
}
#prescription-search thead.accordian-toggle.a {
  font-size: 18px;
}
#prescription-search .accordion-info {
  text-align: right;
  padding: 7px 0;
}
#prescription-search .search-results {
  text-align: left;
  padding: 0 40px 40px;
}
#prescription-search .alert {
  background: none;
  border: 1px solid #A4C7E6;
  color: #89B1D5;
}
#prescription-saved #rightpanel h4 {
  background: transparent;
}
#prescription-saved .information {
  margin-top: 50px;
}
#prescription-saved .information h4 {
  border-bottom: none;
  padding: 8px 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 2px;
}
#prescription-saved .information p.agreement {
  color: #999;
  font-size: 12px;
  line-height: 1.45em;
}
#prescription-saved .accordion-heading h3 {
  margin-bottom: 0;
}
#prescription-saved .accordion-heading span.drug-dosage {
  margin-left: 10px;
  font-size: 14px;
  color: #5A5A5A;
  font-weight: 300;
}
#prescription-saved .accordion-heading span.drug-dosage.pull-right {
  margin-top: 3px;
}
#prescription-saved .accordion-heading .accordion-info {
  padding: 12px 22px;
}
#prescription-saved .accordion-heading .accordion-info span {
  display: block;
}
#prescription-saved .accordion-heading .icon-chevron-right:before {
  min-width: 15px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
  width: 564px;
}
.ui-autocomplete li {
  padding: 6px 0 6px 15px;
}
#dental-quoteform .county-ddmenu {
  margin-top: 22px !important;
}
#dental-quoteform .county-ddmenu a#zipcounties {
  color: #434951;
  border-radius: 0;
  font-size: 14px;
  padding: 6px 6px;
  border-bottom: transparent;
  font-weight: 200;
  width: 148px !important;
  text-align: left;
}
#dental-quoteform .county-ddmenu a#zipcounties.btn-info.dropdown-toggle {
  background-color: #fdfdfd !important;
  box-shadow: none;
}
#dental-quoteform .county-ddmenu a#zipcounties:hover {
  color: #434951;
}
#dental-quoteform .county-ddmenu a#zipcounties .caret {
  border-top-color: #bababa;
  border-bottom-color: #bababa;
  float: right;
}
#dental-quoteform .county-ddmenu ul.dropdown-menu {
  width: 144px !important;
  margin-top: 0 !important;
  border-top: none !important;
  border: 1px solid #e0e0de !important;
  padding: 0 !important;
}
#dental-quoteform .county-ddmenu ul.dropdown-menu li {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0 !important;
}
#dental-quoteform .county-ddmenu ul.dropdown-menu li a {
  padding: 6px 7px !important;
  font-weight: 100;
}
#dental-quoteform .county-ddmenu ul.dropdown-menu li a:hover {
  background: #fbfbfb !important;
  color: #434951 !important;
}
.ffm-prescreen-wrapper h3 {
  font-weight: 300;
  font-size: 20px;
}
#ffmPrescreener {
  margin: 2em 0;
  padding-left: 0;
}
#ffmPrescreener .radio input[type="radio"] {
  margin: 3px 11px 0 0px;
  color: #626262;
  padding-bottom: 4px;
  letter-spacing: 0.01em;
}
#ffmPrescreener label {
  font-size: 15px;
  margin-bottom: 0px;
  letter-spacing: 0.015em;
  padding: 5px 10px;
  display: block;
  background: transparent;
  border-radius: 4px;
}
#ffmPrescreener label:hover,
#ffmPrescreener label.radio-checked {
  background: #e2e2e2;
}
#ffmPrescreener input[type=radio]:checked + label {
  border: 1px solid gold;
}
#ffmPrescreener p {
  margin-bottom: 8px;
  font-weight: 400;
  display: inline;
}
#ffmPrescreener .control-group {
  margin: 8px 0 5px;
}
.ffm-transition-steps {
  margin-top: -30px;
}
.ffm-transition h1 {
  text-align: left;
  border-bottom: none;
}
.ffm-transition ul {
  text-align: center;
  position: relative;
  margin-top: 25px;
}
.ffm-transition ul:last-child {
  border-left: none;
}
.ffm-transition ul h3 {
  margin-bottom: 0;
}
.ffm-transition ul img {
  max-height: 50px;
  margin-top: 20px;
}
.transition-step {
  border: none;
  width: 31.5%;
  float: left;
  height: 400px;
  position: relative;
  background-color: #f7f7f7;
  margin-right: 1.5%;
}
.transition-step ul li {
  list-style-type: circle;
  line-height: 1.2em;
}
@media (max-width: 990px) {
  .transition-step {
    width: 100%;
    margin-bottom: 20px;
    height: 300px;
  }
}
.ffm-transition-wrap .top-nav {
  text-align: center;
}
.ffm-transition-wrap .top-nav .alert {
  display: inline-block;
}
.ffm-transition-wrap #rightpanel {
  padding: 0 50px;
}
.ffm-copy {
  padding: 0 24px;
}
.ffm-copy img.healthcare {
  margin-top: -11px;
}
.ffm-copy ul {
  position: relative;
  left: 26px;
  margin-top: 0;
  width: 80%;
}
.ffm-copy ul li {
  float: none;
  width: 100%;
  text-align: left;
  position: relative;
  right: 24px;
}
.back-to-GI {
  margin-top: 10px;
}
.plan-detail-count p:first-child {
  margin-bottom: 0;
}
#planDetailWrap {
  margin-top: -40px;
}
#ffmPrescreener .ffmPrescreener__selection-item {
  padding: 0.75em 0 0.75em 1em;
  font-size: 14px;
  line-height: 1.5;
}
#ffmPrescreener .ffmPrescreener__selection-item:nth-of-type(odd) {
  background: #f4f4f4;
}
#ffmPrescreener .ffmPrescreener__selection-item i {
  margin-right: 0.5em;
}
#ffmPrescreener .ffmPrescreener__selection-item .tooltip-inner ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
#ffmPrescreener .ffmPrescreener__selection-item .tooltip-inner li {
  text-align: left;
  padding: 0.25em 0;
}
.ffm-prescreen-wrapper.col-xs-12 {
  padding: 0 2em 1em;
}
@media screen and (min-width: 768px) {
  .ffm-prescreen-wrapper.col-xs-12 {
    padding: 0 4em 2em;
  }
}
@media screen and (min-width: 1024px) {
  .ffm-prescreen-wrapper.col-xs-12 {
    padding: 0 5em 2em;
  }
}
#ffm-post-page ol {
  counter-reset: li;
}
#ffm-post-page ol.nav-list > li {
  background-color: transparent;
  list-style: none;
  margin-left: 20px;
}
#ffm-post-page ol.nav-list > li:before {
  content: counter(li);
  position: absolute;
  left: 25px;
  counter-increment: li;
  background: #ffffff;
  padding: 2px 10px;
  border-radius: 25px;
}
#ffm-post-page ol.nav-list > li.step-done {
  background: transparent;
}
#ffm-post-page ol.nav-list > li.step-done:before {
  content: '\f00c';
  font-family: 'fontawesome';
  color: #d0d0d0;
  padding: 3px 7px;
}
#ffm-post-page ol.nav-list > li.step-done:after {
  border: none;
}
#ffm-post-page ol.nav-list > li.step-done a {
  color: #d0d0d0;
}
#ffm-post-page ol.nav-list > li a:hover {
  background: transparent!important;
}
#ffm-post-page #sidebar {
  position: absolute;
  min-height: 100%;
  margin-left: 0;
  padding: 15px 30px;
  background: #f2f3f5;
  border-right: none;
}
#ffm-post-page #sidebar h4 {
  background: transparent;
  border-bottom: none;
  padding: 10px 0 10px;
}
#ffm-post-page #rightpanel {
  margin-left: 23.40425532%;
  padding: 12px 0 0 30px;
}
#ffm-post-page #rightpanel h1 {
  padding-bottom: 6px;
  margin-bottom: 20px;
}
#ffm-post-page #rightpanel .checkbox {
  padding-left: 0;
}
#ffm-post-page #rightpanel .checkbox input[type="checkbox"] {
  margin: 4px 8px 0 0;
}
#ffm-post-page #rightpanel .header {
  background: #f2f3f5;
}
#ffm-post-page #rightpanel .agreenment {
  background: #ffffff;
}
#ffm-post-page #rightpanel .user-agreement-group {
  margin-bottom: 0;
}
#ffm-post-page #rightpanel .user-agreement-group textarea {
  margin-bottom: 0;
}
#ffm-post-page #rightpanel .user-agreement-group + .gutter10-l {
  border: 1px solid #e9e9e9;
}
#ffm-post-page #rightpanel .user-agreement-group + .gutter10-l .controls {
  padding: 5px 0;
}
#ffm-post-page #rightpanel .agreement-review-group,
#ffm-post-page #rightpanel .control-group.agreement {
  border: 1px solid #e9e9e9;
  border-top: none;
}
#ffm-post-page #taxFilerEsignature {
  font-weight: 700;
}
#ffm-post-page .planimg {
  max-width: 125px;
}
#ffm-post-page .plan-info td {
  vertical-align: top;
  position: relative;
}
#ffm-post-page .plan-info .coverage-start-date {
  position: absolute;
  top: 10px;
  right: 11px;
}
#ffm-post-page tr.individual-subtotal td:first-child {
  width: 85%;
}
#ffm-post-page tr.individual-cart-total {
  background: #F5F5F5;
}
#ffm-post-page tr.individual-cart-total h4 {
  font-size: 14px;
  margin: 0;
}
#ffm-post-page .exchange-agreement {
  border: 1px solid #e9e9e9;
  border-top: none;
  padding-bottom: 10px;
}
#ffm-post-page #applicationFilerEsignature {
  font-weight: 700;
}
#ffm-post-page #frmorderconfirm p.health {
  padding: 10px;
}
#ffm-post-page #frmorderconfirm .individual-cart-total h4 {
  font-size: 16px;
  padding: 10px;
}
#ffm-post-page #frmorderconfirm .individual-subtotal td.txt-right {
  padding-right: 15px;
}
#ffm-post-page #frmorderconfirm table.totalTable {
  margin-bottom: 0!important;
}
.post-ffm-review {
  margin-top: -20px;
}
.border-bottom {
  border-bottom: 1px solid #e9e9e9;
}
.btn-danger {
  background-image: none!important;
  background-color: #cb4441 !important;
  border-color: #be3734 !important;
}
.btn-danger:hover {
  background-color: #be3734 !important;
  border-color: #aa312f !important;
}
i.icon-exclamation-sign {
  color: #B95E33;
}
i.icon-ok-sign {
  color: #1C9F48;
}
i.icon-minus-sign {
  color: #EC5D59;
}
.verificationResults #applicantsTotal li a:hover {
  background: #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.verificationResults #applicantsTotal li.active a:hover {
  background: #ffffff;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-bottom: 1px solid #ffffff;
}
.verificationResults #applicantDetails .accordion-body.collapse {
  width: 99%;
  margin: 0 auto;
}
.verificationResults #applicantDetails .accordion-body .table tbody td {
  font-size: 12px;
}
.verificationResults .nav {
  margin-bottom: 0px;
}
.verificationResults .accordion-heading {
  height: 40px;
  background: #f7f7f7;
}
.verificationResults .accordion-heading:hover {
  background: #ededed;
  border-color: #dfdfdf;
}
.verificationResults .accordion-heading span {
  line-height: 40px;
  text-align: right;
  padding-right: 10px;
}
.verificationResults .accordion-heading a.btn {
  margin-top: 7px!important;
}
.verificationResults .accordion-heading a.btn i.icon-ok-sign {
  color: #ffffff;
}
.verificationResults .accordion-heading .accordion-toggle {
  padding: 10px 15px;
  color: #37413f;
}
.verificationResults .accordion-heading .accordion-toggle:hover {
  color: #2b3332;
}
.verificationResults .accordion-inner {
  border: none;
}
.verificationResults .accordion-inner input[type="file"] {
  width: 330px;
  margin-top: 4px;
  margin-bottom: -4px;
  line-height: 15px;
}
.verificationResults .applicantDetails {
  width: 96.8%;
  border: 1px solid #e9e9e9;
  border-top: none;
  background: #ffffff;
}
.verificationResults .adminActions .form-actions {
  padding-bottom: 0;
  padding-right: 0;
}
.verificationResults .cloneRemove {
  padding-bottom: 40px;
}
.verificationResults .controls span {
  line-height: 30px;
}
.summary-table {
  width: 100%;
}
.summary-table tr {
  border-bottom: 1px dotted #e9e9e9;
}
.summary-table td {
  padding: 12px 0 0 10px;
}
.summary-table td:first-child {
  width: 250px;
  color: #434f4c;
}
#ssapAppPages {
  font-size: 16px;
  margin-top: 40px;
}
#ssapAppPages .control-group label {
  font-size: 14px;
  line-height: 24px;
}
#ssapAppPages .control-group label input {
  margin-right: 5px;
}
#ssapAppPages p {
  font-weight: 400;
}
#ssapAppPages .alert,
#ssapAppPages .alert p {
  font-weight: 400;
  font-size: 14px;
}
#ssapAppPages .alert p {
  margin-bottom: 0;
}
#ssapAppPages #sidebar {
  border-right: none;
}
#ssapAppPages #sidebar .header h4 {
  border-bottom: none;
}
#ssapAppPages #titlebar {
  margin-bottom: 7px;
}
#ssapAppPages #titlebar h1 {
  margin: 0 inherit 10px;
  padding-bottom: 10px;
}
#ssapAppPages #rightpanel {
  margin-left: 0;
}
#ssapAppPages #rightpanel form strong {
  font-weight: 700;
}
#ssapAppPages .Main_contant_ui_work {
  border: 1px solid #e6eaeb;
}
#ssapAppPages .optional {
  color: #b1aeae;
  font-size: 12px;
}
#ssapAppPages .optional:before {
  content: '(';
}
#ssapAppPages .optional:after {
  content: ')';
}
#ssapAppPages #ssapBotNav {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #e6eaeb;
}
#ssapAppPages .pg20incomeRow {
  padding-left: 10px;
}
#ssapAppPages .pg20incomeRow div {
  padding-top: 5px;
}
#ssapAppPages .pg20incomeRow div:last-child {
  text-align: right;
}
#ssapAppPages .pg20incomeRow div div {
  padding-top: 0;
}
#ssapAppPages #appscr76P1APTCEligibility label input {
  margin-top: 6px;
}
#ssapAppPages #appscr58HouseholdForm .hixApplicantInfo {
  border-bottom: 1px solid #e6eaeb;
  margin-bottom: 15px;
}
#ssapAppPages #progressDiv {
  border-bottom: #dcdcdc solid 1px;
  box-shadow: 0px 1px 4px rgba(76, 76, 76, 0.12);
}
#ssapAppPages #FinancialDetailsSummaryDiv .hixApplicantInfo h2 {
  background: #eeeeee;
  padding: 11px 15px;
  margin-left: 0;
}
#ssapAppPages form.form-horizontal {
  margin-bottom: 10px;
}
#ssapAppPages #appscr64Form .hixApplicantInfo p {
  background: #eeeeee;
  padding: 15px;
  margin-bottom: 0;
}
#ssapAppPages #appscr64Form .hixApplicantInfo p span.pull-right {
  position: relative;
  top: -5px;
}
#ssapAppPages #appscr64Form .summary-table {
  margin-bottom: 30px;
}
#ssapAppPages #appscr72 label {
  padding: 3px 0;
  display: block;
}
#ssapAppPages #appscr72 label input {
  margin-right: 5px;
}
#ssapAppPages #appscr66SpecialCircumstances .control-group label input {
  margin: 7px 12px 7px 0;
}
#ssapAppPages #appscr84addReviewSummary .summary-table td {
  padding: 12px 0 7px 10px;
}
#ssapAppPages #appscr84addReviewSummary .table.table-condensed tr:first-child td {
  border-top: none;
  padding-top: 0;
}
#ssapAppPages #appscr84addReviewSummary .table.table-condensed tr td {
  padding: 10px;
}
#ssapAppPages #appscr84addReviewSummary h4 {
  background: #eeeeee;
}
#ssapAppPages #appscr84addReviewSummary td.primary-care-table {
  padding: 0;
}
#ssapAppPages #appscr84addReviewSummary td.primary-care-table table {
  width: 100%;
  margin-bottom: 20px;
}
#ssapAppPages #appscr84addReviewSummary td.primary-care-table table tr:last-child {
  border-bottom: none;
}
#ssapAppPages #appscr84addReviewSummary .noBorder {
  background: transparent;
}
#coverCAScreener {
  margin-top: 16px;
  border-left: 1px solid #E9E9E9;
  list-style-type: none;
  min-height: 400px;
}
#coverCAScreener h1 {
  margin-left: 20px;
}
#coverCAScreener h1 + div {
  margin: 40px 20px 60px;
}
#coverCAScreener input[type="checkbox"] {
  margin-top: -1px;
  margin-right: 10px;
}
#coverCAScreener li {
  line-height: 30px;
}
#coverCAScreener label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
#progressBarDiv {
  margin-top: 10px;
}
#progressBarDiv .span3 {
  text-align: right;
}
#progressBarDiv #progressBar {
  margin-top: -20px;
}
#progressBarDiv #progressBar .progress {
  height: 15px;
}
#progressBarDiv #progressBar .progressBarPercentage {
  position: relative;
  padding: 2px 13px;
  background: #73C9E3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  top: -5px;
  left: -20px;
}
#progressBarDiv #progressBar .progressBarPercentage:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 18px;
  border-width: 6px 5px 0;
  border-style: solid;
  border-color: #73C9E3 transparent;
}
#loadingDiv {
  margin: 50px 220px;
}
#ssapCA #errorMsg,
#ssapCA #thankYouMsg {
  margin-top: 50px;
}
#ssapCA .ssapCAError {
  background: #fff8af;
  border: 1px solid #bfba91;
  border-radius: 0.32em;
  margin-bottom: 5px;
  padding: 3px;
  display: inline-block;
}
#ssapCA .optional {
  font-style: italic;
  color: #6F7A88;
}
#ssapCA p strong {
  font-weight: bold !important;
  padding-left: 10px;
}
#ssapCA .coveredCASummary h4 {
  padding: 10px 0 5px 10px;
  background-color: #f6f6f7;
}
#ssapCA .coveredCASummary ul {
  margin: 0;
}
#ssapCA .coveredCASummary ul li {
  font-weight: bold;
  list-style-type: none;
}
#ssapCA .coveredCASummary .summaryHeader {
  padding: 10px 0 5px 10px;
  background-color: #f6f6f7;
  border-bottom: 1px solid #e9e9e9;
}
#ssapCA .coveredCASummary .editButton {
  margin-top: -8px;
}
#ssapCA .coveredCASummary .summaryTable td {
  width: 50%;
}
#ssapCA .coveredCASummary strong {
  font-weight: bold !important;
}
#ssapCA .coveredCATableHead th {
  background-color: #f6f6f7;
}
#ssapCA .errorIcon {
  background: #ea5200;
  color: #ffffff;
  font-weight: bold;
  margin: 0 5px;
  padding: 0 5px;
}
#ssapCA .control-label-long {
  width: 180px;
  display: inline-block;
}
#ssapCA label {
  display: table-row;
}
#ssapCA .control-label {
  width: 170px;
}
#ssapCA .twoLineHeight {
  height: 40px;
}
#ssapCA input[type="checkbox"],
#ssapCA input[type="radio"] {
  margin-top: -1px;
}
#ssapCA a[ssap-tooltip] {
  border-bottom: 1px dotted #000;
}
#ssapCA #relationshipsTable td,
#ssapCA #relationshipsTable th {
  text-align: center;
}
#ssapCA .capitalize {
  text-transform: capitalize;
}
#ssapCA #arbitrationAgreement {
  height: 80px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
}
#member-portal h1 {
  padding-bottom: 4px;
}
#member-portal #rightpanel {
  padding-left: 30px;
}
#member-portal #sidebar h4 {
  color: #37413f;
}
#member-portal #sidebar .nav-list {
  border-top: 1px solid #e3e3e3;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  #masthead .navbar-inner .container,
  #main .container,
  #container-wrap .container,
  footer.container,
  #menu .navbar-inner {
    border: 0 !important;
  }
  .navbar-fixed-top {
    position: relative !important;
  }
  /* Plan display - Disable plan selection scroll */
  #rightpanel .plans-header.stuck {
    position: relative !important;
  }
  #progressbarwrap {
    position: absolute!important;
    top: 0px!important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /* #container-wrap a[href]:after {
    content: " (" attr(href) ")";
  }
 		#container-wrap abbr[title]:after {
    content: " (" attr(title) ")";
  }
		#container-wrap  .ir a:after,
		#container-wrap  a[href^="javascript:"]:after,
		#container-wrap  a[href^="#"]:after {
    content: "";
  } */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.appointment-scheduler {
  position: absolute;
  left: 0;
  right: 0;
}
.appointment-scheduler .alert-appointment {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  position: relative;
  z-index: 30;
  text-transform: none;
  padding: 5px 10px;
  max-width: 62%;
  margin: 30px auto;
}
.appointment-scheduler .alert-appointment a.btn-sm {
  margin: 0 5px;
  padding: 3px 10px;
}
.appointment-scheduler .label-appointment {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 90%;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.appointment-scheduler .close-appointment {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .2;
}
