/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 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 by @mdo and @fat.
 */
.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;
}
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) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  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;
  }
}
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,
a:focus {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-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);
  -o-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-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
  zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: '';
  display: table;
}
.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;
  zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  content: '';
  display: table;
}
.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;
  zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: '';
  display: table;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
  zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  content: '';
  display: table;
}
.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,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
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;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  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;
  zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal:before,
.dl-horizontal:after {
  content: '';
  display: table;
}
.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: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
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-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-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-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-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;
}
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-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-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,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -o-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -o-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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;
  -moz-border-radius-topleft: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.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;
  -moz-border-radius-topright: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.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;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.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 #111111;
  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;
  -o-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);
  -o-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.typeahead > li > a {
  white-space: normal;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > 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,
.dropdown-menu > .active > a:focus {
  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,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  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;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #111111;
  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-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  -o-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-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  -o-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-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  -o-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: 99999;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-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);
  -o-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-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-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: #111111;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #111111;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
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-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -o-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.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:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  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);
  -o-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;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-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-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-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-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;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  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-border-radius: 0;
  -moz-border-radius: 0;
  -o-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: 11.9px;
}
.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;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -o-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -o-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -o-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -o-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.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);
  -o-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);
  -o-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-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.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-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -o-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-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-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,
.nav > li > a:focus {
  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;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  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;
  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:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  content: '';
  display: table;
}
.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-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #666666;
  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-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  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-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  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-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-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,
.nav .dropdown-toggle:focus .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: #666666;
  border-bottom-color: #666666;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  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,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  filter: alpha(opacity=100);
  opacity: 1;
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
  zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: '';
  display: table;
}
.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-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  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-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  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-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.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-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-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);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
  zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar-inner:before,
.navbar-inner:after {
  content: '';
  display: table;
}
.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,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover,
.navbar-link:focus {
  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,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
  zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form:before,
.navbar-form:after {
  content: '';
  display: table;
}
.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-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-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-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.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);
  -o-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);
  -o-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: #666666;
  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);
  -o-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);
  -o-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-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-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);
  -o-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,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.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: #666666;
}
.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: #666666;
  border-bottom-color: #666666;
}
.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-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  -o-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,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  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,
.navbar-inverse .navbar-link:focus {
  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,
.navbar-inverse .nav li.dropdown > a:focus .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);
  -o-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:-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);
  -o-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-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-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-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-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);
  -o-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 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.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,
.pagination ul > .disabled > a:focus {
  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-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.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-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -o-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -o-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -o-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -o-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
.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-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -o-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -o-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
.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-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -o-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -o-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.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;
  zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: '';
  display: table;
}
.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-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  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 > a:focus,
.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: #111111;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.modal {
  position: absolute;
  top: 10%;
  left: 50%;
  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 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-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);
  -o-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: -25%;
}
.modal.fade.in {
  top: 10%;
}
.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;
  max-height: 689px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -o-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;
  -o-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
  zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: '';
  display: table;
}
.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;
  font-size: 11px;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-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;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-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);
  -o-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-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.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;
  zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.thumbnails:before,
.thumbnails:after {
  content: '';
  display: table;
}
.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-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-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);
  -o-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,
a.thumbnail:focus {
  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);
  -o-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: #666666;
}
.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-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  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);
  -o-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-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-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);
  -o-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);
  -o-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);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-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 {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-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,
.carousel-inner > .item > a > 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-border-radius: 23px;
  -moz-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.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-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-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;
}
/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2013 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 by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
@media (min-width: 980px) {
  .visible-tablet {
    display: none !important;
  }
  .visible-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-desktop {
    display: none !important ;
  }
  .visible-phone {
    display: none !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: none !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.no-mq .visible-tablet {
  display: none !important;
}
.no-mq .visible-phone {
  display: none !important;
}
.no-mq .hidden-desktop {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
    zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    content: '';
    display: table;
  }
  .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: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
    zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    content: '';
    display: table;
  }
  .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.76243094%;
    *margin-left: 2.70923945%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243094%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.43646409%;
    *width: 91.3832726%;
  }
  .row-fluid .span10 {
    width: 82.87292818%;
    *width: 82.81973669%;
  }
  .row-fluid .span9 {
    width: 74.30939227%;
    *width: 74.25620078%;
  }
  .row-fluid .span8 {
    width: 65.74585635%;
    *width: 65.69266486%;
  }
  .row-fluid .span7 {
    width: 57.18232044%;
    *width: 57.12912895%;
  }
  .row-fluid .span6 {
    width: 48.61878453%;
    *width: 48.56559304%;
  }
  .row-fluid .span5 {
    width: 40.05524862%;
    *width: 40.00205713%;
  }
  .row-fluid .span4 {
    width: 31.49171271%;
    *width: 31.43852122%;
  }
  .row-fluid .span3 {
    width: 22.9281768%;
    *width: 22.87498531%;
  }
  .row-fluid .span2 {
    width: 14.36464088%;
    *width: 14.31144939%;
  }
  .row-fluid .span1 {
    width: 5.80110497%;
    *width: 5.74791348%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486188%;
    *margin-left: 105.4184789%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243094%;
    *margin-left: 102.65604796%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132597%;
    *margin-left: 96.85494299%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.19889503%;
    *margin-left: 94.09251205%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779006%;
    *margin-left: 88.29140708%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63535912%;
    *margin-left: 85.52897614%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425414%;
    *margin-left: 79.72787116%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232%;
    *margin-left: 76.96544023%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27071823%;
    *margin-left: 71.16433525%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729%;
    *margin-left: 68.40190431%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232%;
    *margin-left: 62.60079934%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138%;
    *margin-left: 59.8383684%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364641%;
    *margin-left: 54.03726343%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121547%;
    *margin-left: 51.27483249%;
  }
  .row-fluid .offset5 {
    margin-left: 45.5801105%;
    *margin-left: 45.47372752%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767956%;
    *margin-left: 42.71129658%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657459%;
    *margin-left: 36.91019161%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414365%;
    *margin-left: 34.14776067%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867%;
    *margin-left: 28.3466557%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773%;
    *margin-left: 25.58422476%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276%;
    *margin-left: 19.78311978%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182%;
    *margin-left: 17.02068884%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685%;
    *margin-left: 11.21958387%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591%;
    *margin-left: 8.45715293%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: 320px;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -o-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 979px + 1) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/* Global */
/* Residential */
/* Business */
html,
body {
  height: 100%;
}
body {
  color: #666666;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
}
a {
  color: #065180;
}
.print-body a[href]:after,
.print-body abbr[title]:after {
  display: none;
}
@media print {
  a[href]:after,
  abbr[title]:after {
    display: none;
  }
}
h1 {
  color: #333333;
  font-family: "Futura W01 Medium", sans-serif;
  font-size: 50px;
  line-height: 60px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
h2 {
  color: #333333;
  font-family: "Futura W01 Medium", sans-serif;
  font-size: 30px;
  line-height: 30px;
  margin: 40px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
h3 {
  color: #333333;
  font-family: "Futura W01 Medium", sans-serif;
  font-size: 26px;
  line-height: 30px;
  margin: 30px 0 20px;
}
h3 a {
  font-family: "Futura W01 Heavy", sans-serif;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  h3 a {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
h4 {
  color: #333333;
  font-family: "Futura W01 Heavy", sans-serif;
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
h5 {
  color: #333333;
  font-family: "Futura W01 Heavy", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 14px;
    line-height: 20px;
  }
}
p {
  margin-bottom: 15px;
}
ul,
ol {
  margin: 0;
  padding-left: 25px;
}
ul li,
ol li {
  margin: 10px 0;
}
ul.square {
  list-style-type: square;
}
ul.blank {
  list-style-type: none;
  padding-left: 0;
}
table {
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-collapse: separate;
  margin: 40px 0;
  width: 100%;
}
th,
td {
  border-bottom: 1px solid #bbbbbb;
  font-weight: normal;
  text-align: left;
}
thead th {
  border-left: 1px solid #0f4f73;
  border-right: 1px solid #bbbbbb;
  background-color: #1b8dcd;
  color: #ffffff;
  font-family: "Futura W01 Heavy", sans-serif;
  font-weight: bold;
  padding: 5px 15px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #111111;
}
thead th:first-child {
  border-left: 0;
}
thead th:last-child {
  border-right: 0;
}
[data-landing-page-category="residential"] thead th {
  border-left-color: #19601d;
  background-color: #2eb135;
}
[data-landing-page-category="business"] thead th {
  background-color: #1b8dcd;
}
tbody {
  font-size: 14px;
}
tbody td,
tbody th {
  padding: 10px 15px;
}
tbody th {
  background-color: #1b8dcd;
  font-weight: bold;
}
[data-landing-page-category="residential"] tbody th {
  background-color: #d5efd7;
}
[data-landing-page-category="business"] tbody th {
  background-color: #bee2f6;
}
tbody td {
  background-color: #ffffff;
}
tbody tr:nth-child(2n+1) td {
  background-color: #f5f5f5;
}
blockquote {
  background: url("/assets/images/global/backgrounds/blockquote.gif") left top no-repeat;
  border: 0;
  font-family: "Futura W01 Medium", sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  padding-left: 24px;
}
hr {
  border-top: 1px solid #bbbbbb;
  margin: 15px 0px;
}
[hidden],
[aria-hidden="true"] {
  display: none !important;
}
button {
  outline: 0;
}
.disclaimer {
  font-size: 10px;
  line-height: 100%;
}
.server-form {
  height: 100%;
}
.left {
  float: left;
}
.right {
  float: right;
}
@media screen and (max-width: 767px) {
  .left,
  .right {
    float: none;
  }
}
.page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  min-width: 320px;
  padding: 0 0 145px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page {
    min-height: 0;
    padding: 0;
  }
}
.has-footer-nav .page {
  padding: 0 0 416px;
}
@media screen and (max-width: 767px) {
  .has-footer-nav .page {
    padding: 0;
  }
}
@media print {
  .has-footer-nav .page {
    padding: 0;
  }
}
.print-body .page {
  padding: 0;
}
@media print {
  .page {
    min-height: 0;
    padding: 0;
  }
}
.header {
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .header {
    height: auto;
  }
}
.main {
  position: relative;
  z-index: 0;
}
.headline {
  position: relative;
  z-index: 0;
}
.two-column-content {
  *zoom: 1;
  zoom: 1;
  margin: 0 auto 40px;
  position: relative;
  width: 940px;
}
.two-column-content:before,
.two-column-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.two-column-content:after {
  clear: both;
}
.two-column-content:before,
.two-column-content:after {
  content: '';
  display: table;
}
.two-column-content:after {
  clear: both;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .two-column-content {
    margin-bottom: 30px;
    width: 724px;
  }
}
@media screen and (max-width: 767px) {
  .two-column-content {
    margin-bottom: 20px;
    width: 300px;
  }
}
.two-column-content__column--left {
  float: left;
  width: 460px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .two-column-content__column--left {
    width: 352px;
  }
}
@media screen and (max-width: 767px) {
  .two-column-content__column--left {
    float: none;
    width: auto;
  }
}
.two-column-content__column--right {
  float: right;
  width: 460px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .two-column-content__column--right {
    width: 352px;
  }
}
@media screen and (max-width: 767px) {
  .two-column-content__column--right {
    float: none;
    width: auto;
  }
}
.two-column-content--vanity-page__column--left {
  width: 420px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .two-column-content--vanity-page__column--left {
    width: 336px;
  }
}
@media screen and (max-width: 767px) {
  .two-column-content--vanity-page__column--left {
    width: auto;
  }
}
.two-column-content--vanity-page__column--right {
  float: right;
  width: 460px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .two-column-content--vanity-page__column--right {
    width: 352px;
  }
}
@media screen and (max-width: 767px) {
  .two-column-content--vanity-page__column--right {
    float: none;
    width: auto;
  }
}
.two-column-content--image-promo-vanity-page__column--left {
  width: 590px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .two-column-content--image-promo-vanity-page__column--left {
    width: 435px;
  }
}
@media screen and (max-width: 767px) {
  .two-column-content--image-promo-vanity-page__column--left {
    float: none;
    width: auto;
  }
}
.two-column-content--image-promo-vanity-page__column--right {
  width: 260px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .two-column-content--image-promo-vanity-page__column--right {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .two-column-content--image-promo-vanity-page__column--right {
    float: none;
    width: auto;
  }
}
.wrapper {
  *zoom: 1;
  zoom: 1;
  margin: 0 auto;
  position: relative;
  width: 940px;
  z-index: 0;
}
.wrapper:before,
.wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.wrapper:after {
  clear: both;
}
.wrapper:before,
.wrapper:after {
  content: '';
  display: table;
}
.wrapper:after {
  clear: both;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .wrapper {
    width: 724px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 300px;
  }
}
.print-body .container {
  width: 940px;
}
@media print {
  .container {
    width: 940px;
  }
}
.content {
  *zoom: 1;
  zoom: 1;
  float: right;
  margin: 0 auto;
  width: 700px;
}
.content:before,
.content:after {
  display: table;
  content: "";
  line-height: 0;
}
.content:after {
  clear: both;
}
.content:before,
.content:after {
  content: '';
  display: table;
}
.content:after {
  clear: both;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .content {
    float: none;
    width: 724px;
  }
}
@media screen and (max-width: 767px) {
  .content {
    float: none;
    width: 300px;
  }
}
.print-body .content {
  float: none;
  width: 100%;
}
@media print {
  .content {
    float: none;
    width: 100%;
  }
}
.sidebar {
  *zoom: 1;
  zoom: 1;
  float: left;
  margin: 0 auto;
  width: 220px;
}
.sidebar:before,
.sidebar:after {
  display: table;
  content: "";
  line-height: 0;
}
.sidebar:after {
  clear: both;
}
.sidebar:before,
.sidebar:after {
  content: '';
  display: table;
}
.sidebar:after {
  clear: both;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .sidebar {
    float: none;
    width: 724px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar {
    float: none;
    width: 300px;
  }
}
.print-body .sidebar {
  display: none;
}
@media print {
  .sidebar {
    display: none;
  }
}
.baseline {
  clear: both;
  position: relative;
  z-index: 0;
}
.footer {
  bottom: 0;
  height: 145px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer {
    bottom: auto;
    height: auto;
    left: auto;
    position: static;
    width: auto;
  }
}
.has-footer-nav .footer {
  height: 416px;
}
@media screen and (max-width: 767px) {
  .has-footer-nav .footer {
    height: auto;
  }
}
.print-body .footer {
  height: auto;
  position: static;
}
@media print {
  .footer {
    height: auto;
    position: static;
  }
}
.loader {
  background: url('/assets/images/global/icons/transparentblack.png') repeat;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.loader__center {
  background: #686868;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  left: 50%;
  margin: -76px 0 0 -76px;
  padding: 50px;
  position: fixed;
  top: 50%;
}
.social-media-actions {
  background-color: #f2f2f2;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px 0 #333333;
  -moz-box-shadow: 0 2px 5px 0 #333333;
  -o-box-shadow: 0 2px 5px 0 #333333;
  box-shadow: 0 2px 5px 0 #333333;
  height: 325px;
  width: 310px;
}
.action-section {
  height: 162px;
}
.action-section--facebook {
  border-bottom: 1px solid #bbbbbb;
}
.action-section__icon {
  float: left;
  height: 82px;
  margin: 30px 0 0 30px;
  width: 82px;
}
.action-section__action-box {
  float: left;
  font-weight: bold;
  margin: 30px 0 0 30px;
  width: 110px;
}
.action-section__action-box__count {
  border: 1px solid #bbbbbb;
  border-bottom: 2px solid #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 2em;
  height: 45px;
  background-image: -webkit-linear-gradient(to bottom, #ffffff, #d4d4d4, #ffffff);
  background-image: -moz-linear-gradient(to bottom, #ffffff, #d4d4d4, #ffffff);
  background-image: -ms-linear-gradient(to bottom, #ffffff, #d4d4d4, #ffffff);
  background-image: -o-linear-gradient(to bottom, #ffffff, #d4d4d4, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #d4d4d4, #ffffff);
  margin-bottom: 15px;
  padding-top: 15px;
  position: relative;
  text-align: center;
}
.action-section__action-box__count:after {
  border-color: #a2a2a2 transparent;
  border-style: solid;
  border-width: 12px 12px 0;
  bottom: -12px;
  content: "";
  left: 43px;
  position: absolute;
  width: 0;
}
.action-section__action-box__count:before {
  border-color: #ffffff transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  bottom: -9px;
  content: "";
  left: 45px;
  position: absolute;
  width: 0;
  z-index: 2;
}
@media print {
  .addthis-smartlayers {
    display: none;
  }
}
.promo-carousel {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .promo-carousel {
    width: 220px;
  }
}
.promo-carousel__indicator {
  display: inline-block;
  height: 10px;
  margin: 0 3px;
  width: 10px;
}
.promo-carousel__indicator__btn {
  background: url("/assets/images/global/icons/carousel-indicator-gray.png") no-repeat center center;
  border: none;
  display: block;
  height: 10px;
  padding: 0;
  width: 10px;
}
.promo-carousel__indicator__btn.active {
  background-image: url("/assets/images/global/icons/carousel-indicator-green.png");
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .promo-carousel__indicator--3,
  .promo-carousel__indicator--4 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .promo-carousel__indicator--3,
  .promo-carousel__indicator--4 {
    display: inline-block;
  }
}
.promo-carousel__indicators {
  clear: both;
  display: none;
  list-style: none;
  margin: 0;
  padding: 13px 0 0;
  text-align: center;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .promo-carousel__indicators {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .promo-carousel__indicators {
    display: block;
  }
}
.promo-carousel__inner {
  margin-left: -20px;
  position: relative;
  width: 980px;
}
.promo-carousel__item {
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .promo-carousel__item {
    margin-right: 12px;
  }
}
.promo-carousel__items {
  *zoom: 1;
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.promo-carousel__items:before,
.promo-carousel__items:after {
  display: table;
  content: "";
  line-height: 0;
}
.promo-carousel__items:after {
  clear: both;
}
.promo-carousel__items:before,
.promo-carousel__items:after {
  content: '';
  display: table;
}
.promo-carousel__items:after {
  clear: both;
}
.promo-carousel__wrapper {
  margin-bottom: 10px;
  overflow: hidden;
}
.print-body .promo-carousel__wrapper {
  display: none;
}
@media print {
  .promo-carousel__wrapper {
    display: none;
  }
}
.breadcrumbs {
  background: url("/assets/images/global/backgrounds/breadcrumb.png") repeat-x;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  height: 35px;
  list-style: none;
  margin: 60px 0 70px;
  padding: 0 6px 0 0;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .breadcrumbs {
    margin-top: 40px;
  }
}
.print-body .breadcrumbs {
  display: none;
}
@media print {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs__item {
  background: url("/assets/images/global/backgrounds/breadcrumb-divider.png") no-repeat left center;
  float: left;
  height: 100%;
  margin: 0;
  padding-left: 20px;
}
.breadcrumbs__item:first-child {
  background-image: none;
  padding: 0;
}
.breadcrumbs__item__link {
  color: #666666;
  display: inline-block;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 9px 8px 0 15px;
}
.breadcrumbs__item__link:hover,
.breadcrumbs__item__link:focus {
  color: #666666;
}
.manage-account {
  *zoom: 1;
  zoom: 1;
  margin-top: 25px;
  margin-bottom: 80px;
}
.manage-account:before,
.manage-account:after {
  display: table;
  content: "";
  line-height: 0;
}
.manage-account:after {
  clear: both;
}
.manage-account:before,
.manage-account:after {
  content: '';
  display: table;
}
.manage-account:after {
  clear: both;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .manage-account {
    margin-top: 60px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .manage-account {
    margin-bottom: 60px;
  }
}
.manage-account__login {
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  *zoom: 1;
  zoom: 1;
  float: left;
  width: 700px;
}
.manage-account__login:before,
.manage-account__login:after {
  display: table;
  content: "";
  line-height: 0;
}
.manage-account__login:after {
  clear: both;
}
.manage-account__login:before,
.manage-account__login:after {
  content: '';
  display: table;
}
.manage-account__login:after {
  clear: both;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .manage-account__login {
    width: 725px;
  }
}
@media screen and (max-width: 767px) {
  .manage-account__login {
    float: none;
    margin: 0 auto;
    width: 280px;
  }
}
.manage-account__promo {
  float: right;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .manage-account__promo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .manage-account__promo {
    display: none;
  }
}
.manage-account__login__header {
  font-family: "Futura W01 Heavy", sans-serif;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 15px;
}
.manage-account__form {
  border-right: 1px solid #bbbbbb;
  float: left;
  font-size: 14px;
  padding: 15px 32px 24px 15px;
  width: 430px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .manage-account__form {
    padding-right: 52px;
  }
}
@media screen and (max-width: 767px) {
  .manage-account__form {
    display: none;
  }
}
.manage-account__form__input-row--top {
  *zoom: 1;
  zoom: 1;
}
.manage-account__form__input-row--top:before,
.manage-account__form__input-row--top:after {
  display: table;
  content: "";
  line-height: 0;
}
.manage-account__form__input-row--top:after {
  clear: both;
}
.manage-account__form__input-row--top:before,
.manage-account__form__input-row--top:after {
  content: '';
  display: table;
}
.manage-account__form__input-row--top:after {
  clear: both;
}
.manage-account__form__input-row--top .field--placeholder__text__input,
.manage-account__form__input-row--top .field--placeholder__password__input {
  width: 205px;
}
.manage-account__form__input-row--top .field--placeholder-text {
  float: left;
}
.manage-account__form__input-row--top .field--placeholder-password {
  float: right;
}
.manage-account__form__input-row--middle {
  *zoom: 1;
  zoom: 1;
  margin: 5px 0 25px;
}
.manage-account__form__input-row--middle:before,
.manage-account__form__input-row--middle:after {
  display: table;
  content: "";
  line-height: 0;
}
.manage-account__form__input-row--middle:after {
  clear: both;
}
.manage-account__form__input-row--middle:before,
.manage-account__form__input-row--middle:after {
  content: '';
  display: table;
}
.manage-account__form__input-row--middle:after {
  clear: both;
}
.manage-account__form__input-row--middle .manage-account__form__input-row--left {
  float: left;
}
.manage-account__form__input-row--middle .manage-account__form__input-row--right {
  float: right;
}
.manage-account__form__input-row--middle .field--radio-button,
.manage-account__form__input-row--middle .field--checkbox {
  display: inline-block;
  margin-top: 0;
}
.manage-account__form__input-row--middle .field--radio-button {
  margin-right: 15px;
}
.manage-account__form__input-row--middle .field--checkbox {
  margin-right: 0;
}
.manage-account__form__input-row--bottom {
  *zoom: 1;
  zoom: 1;
}
.manage-account__form__input-row--bottom:before,
.manage-account__form__input-row--bottom:after {
  display: table;
  content: "";
  line-height: 0;
}
.manage-account__form__input-row--bottom:after {
  clear: both;
}
.manage-account__form__input-row--bottom:before,
.manage-account__form__input-row--bottom:after {
  content: '';
  display: table;
}
.manage-account__form__input-row--bottom:after {
  clear: both;
}
.manage-account__form__forgot-username-password {
  display: inline-block;
  margin-top: 6px;
}
.button-image--login {
  float: right;
}
.button-image--login .field--button__input {
  background: url("/assets/images/gexa/buttons/login.png") left top no-repeat;
  height: 41px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 97px;
}
.button-image--login .field--button__input:hover,
.button-image--login .field--button__input:focus,
.button-image--login .field--button__input:active {
  background: url("/assets/images/gexa/buttons/login.png") left top no-repeat;
}
.manage-account__links {
  float: right;
  padding: 15px;
  width: 190px;
}
@media screen and (max-width: 767px) {
  .manage-account__links {
    float: none;
    padding: 0;
    width: 100%;
  }
}
.manage-account__links__header {
  display: none;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .manage-account__links__header {
    display: block;
    margin: 20px 20px 10px 20px;
  }
}
.manage-account__links__items {
  list-style: none outside;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: -6px;
}
.manage-account__links__items > dd,
.manage-account__links__items > dt,
.manage-account__links__items > li {
  list-style: none outside;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .manage-account__links__items {
    margin: 0 0 10px;
  }
}
.manage-account__links__item {
  border-bottom: 1px solid #bbbbbb;
  margin: 0;
}
.manage-account__links__item--last {
  border: 0;
}
.manage-account__links__link {
  display: block;
  padding: 15px 0 15px 35px;
}
@media screen and (max-width: 767px) {
  .manage-account__links__link {
    margin: 0 20px;
    display: block;
  }
}
.manage-account__links__item--login {
  display: none;
}
@media screen and (max-width: 767px) {
  .manage-account__links__item--login {
    display: block;
  }
}
.manage-account__links__item--login .manage-account__links__link {
  background: url("/assets/images/global/icons/cog-large.png") left center no-repeat;
}
.manage-account__links__item--create-account .manage-account__links__link {
  background: url("/assets/images/global/icons/user-black-large.png") left center no-repeat;
}
.manage-account__links__item--make-payment .manage-account__links__link {
  background: url("/assets/images/global/icons/dollar-sign-large.png") 5px center no-repeat;
}
.manage-account__links__item--renew .manage-account__links__link {
  background: url("/assets/images/global/icons/refresh-large.png") left center no-repeat;
}
.manage-account--header {
  float: left;
  margin: 0;
}
.manage-account--header__form {
  border-right: none;
  padding: 0 20px;
}
[data-login-form-type=business] .manage-account__form__forgot-username-password--residential {
  display: none;
}
[data-login-form-type=business] .manage-account__links--residential {
  display: none;
}
[data-login-form-type=residential] .menu--header__meganav__sublinks--manage-account--business {
  display: none;
}
[data-login-form-type=residential] .manage-account__form__forgot-username-password--business {
  display: none;
}
[data-login-form-type=residential] .manage-account__links--business {
  display: none;
}
[data-login-form-type=business] .menu--header__meganav__sublinks--manage-account--residential {
  display: none;
}
[data-header-login-form-type=business] .manage-account__form__forgot-username-password--residential {
  display: none;
}
[data-header-login-form-type=business] .manage-account__links--residential {
  display: none;
}
[data-header-login-form-type=residential] .menu--header__meganav__sublinks--manage-account--business {
  display: none;
}
[data-header-login-form-type=residential] .manage-account__form__forgot-username-password--business {
  display: none;
}
[data-header-login-form-type=residential] .manage-account__links--business {
  display: none;
}
[data-header-login-form-type=business] .menu--header__meganav__sublinks--manage-account--residential {
  display: none;
}
.promo-chip {
  background-color: #ffffff;
  background-position: center top;
  background-repeat: no-repeat;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  height: 260px;
  overflow: hidden;
  width: 218px;
}
.promo-chip__content__body {
  color: #666666;
  font-size: 14px;
  line-height: 18px;
  padding: 0 15px;
}
.promo-chip__content__header {
  font-family: "Futura W01 Heavy", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin: 3px 0;
  padding: 0 15px;
}
.promo-chip__link {
  display: block;
  height: 100%;
  width: 100%;
}
.promo-chip__link:hover {
  text-decoration: none;
}
.promo-chip--social__like {
  height: 66px;
  padding: 32px 20px;
}
.promo-chip--social__like img {
  margin: 0 19px 0 12px;
  vertical-align: top;
}
.promo-chip--social__tweet {
  border-top: 1px solid #bbbbbb;
  height: 68px;
  padding: 32px 20px;
}
.promo-chip--social__tweet img {
  margin: 0 19px 0 12px;
  vertical-align: top;
}
.watermark-text {
  display: none;
  padding: 11px 10px 12px;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.watermark-text.active {
  display: inline;
}
.watermark-wrap {
  cursor: text;
  display: block;
  margin: 0;
  position: relative;
}
.menu--sidebar {
  font-family: "Futura W01 Medium", sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .menu--sidebar {
    width: 352px;
  }
}
.menu--sidebar__header {
  background-color: #1b8dcd;
  color: #ffffff;
  display: block;
  font-family: "Futura W01 Heavy", sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 10px;
  text-shadow: 1px 1px 1px #666666;
  text-transform: uppercase;
}
.menu--sidebar__header:hover {
  color: #ffffff;
  text-decoration: none;
}
[data-landing-page-category="residential"] .menu--sidebar__header {
  background-color: #2eb135;
}
[data-landing-page-category="business"] .menu--sidebar__header {
  background-color: #1b8dcd;
}
.menu--sidebar__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu--sidebar__links__item {
  border-top: 1px solid #bbbbbb;
  margin: 0;
  padding: 10px;
}
.menu--sidebar__links__item:first-child {
  border: 0;
}
.menu--sidebar__links__item--expanded {
  background-color: #ebedee;
}
.menu--sidebar__links--secondary__item {
  border: 0;
  padding: 5px 15px;
}
.menu--sidebar__link {
  color: #333333;
}
.menu--sidebar__link--current {
  color: #065180;
  font-family: "Futura W01 Heavy", sans-serif;
}
.service-areas-map {
  background-color: #efefef;
}
.service-areas-map__map {
  border-bottom: 1px solid #bbbbbb;
  padding: 50px 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-areas-map__map {
    display: none;
  }
}
.service-areas-map__footer {
  *zoom: 1;
  zoom: 1;
  border-top: 1px solid #ffffff;
}
.service-areas-map__footer:before,
.service-areas-map__footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.service-areas-map__footer:after {
  clear: both;
}
.service-areas-map__footer:before,
.service-areas-map__footer:after {
  content: '';
  display: table;
}
.service-areas-map__footer:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .service-areas-map__footer {
    border-top: 0;
  }
}
.service-areas-map__site {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #ffffff;
  float: left;
  padding: 0 40px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .service-areas-map__site {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-areas-map__site {
    border-left: 0;
    border-right: 0;
    float: none;
  }
}
.service-areas-map__site:first-child {
  border-left: 0;
  border-right: 1px solid #bbbbbb;
}
@media screen and (max-width: 767px) {
  .service-areas-map__site:first-child {
    border-left: 0;
    border-right: 0;
  }
}
.service-areas-map__site--gexa {
  min-height: 150px;
  width: 254px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .service-areas-map__site--gexa {
    min-height: 180px;
    width: 226px;
  }
}
@media screen and (max-width: 767px) {
  .service-areas-map__site--gexa {
    min-height: 0;
    width: auto;
  }
}
.service-areas-map__site--gexa__heading {
  color: #2eb135;
}
.service-areas-map__site--nextera {
  width: 684px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .service-areas-map__site--nextera {
    width: 496px;
  }
}
@media screen and (max-width: 767px) {
  .service-areas-map__site--nextera {
    width: auto;
  }
}
.service-areas-map__site--nextera__heading {
  color: #1b8dcd;
}
.service-areas-map__site__states {
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  margin: 15px 0 30px;
}
.service-areas-map__site__states td,
.service-areas-map__site__states tr:nth-child(2n+1) td {
  background-color: transparent;
}
.service-areas-map__site__states td {
  border-left-color: #ffffff;
  border-right-color: #bbbbbb;
  border-style: solid;
  border-width: 0 1px;
  padding: 0 30px;
  width: 175px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .service-areas-map__site__states td {
    padding: 0 20px;
    width: 185px;
  }
}
@media screen and (max-width: 767px) {
  .service-areas-map__site__states td {
    width: auto;
  }
}
.service-areas-map__site__states td:first-child {
  border-left: 0;
  padding-left: 0;
}
.service-areas-map__site__states td:last-child {
  border-right: 0;
  padding-right: 0;
}
.service-areas-map__site__states--desktop {
  display: table;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .service-areas-map__site__states--desktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .service-areas-map__site__states--desktop {
    display: none;
  }
}
.service-areas-map__site__states--tablet {
  display: none;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .service-areas-map__site__states--tablet {
    display: table;
  }
}
@media screen and (max-width: 767px) {
  .service-areas-map__site__states--tablet {
    display: none;
  }
}
.service-areas-map__site__states--mobile {
  display: none;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .service-areas-map__site__states--mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .service-areas-map__site__states--mobile {
    display: table;
  }
}
.service-areas-map__site__states__state {
  background: url('/assets/images/global/icons/arrow-right-blue.png') no-repeat right center;
  border-bottom: 1px solid #bbbbbb;
  display: block;
  padding: 5px 0;
}
.campaign {
  border-bottom: 1px solid #bbbbbb;
  margin-top: -13px;
  margin-bottom: 14px;
  padding: 20px 0 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .campaign {
    margin-top: 0;
    padding-top: 18px;
    padding-bottom: 12px;
  }
}
.campaign--open {
  -webkit-box-shadow: 0 0 10px #666666;
  -moz-box-shadow: 0 0 10px #666666;
  -o-box-shadow: 0 0 10px #666666;
  box-shadow: 0 0 10px #666666;
}
.container--campaign {
  height: 40px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .container--campaign {
    height: 20px;
  }
}
.campaign--open .container--campaign {
  height: auto;
  overflow: visible;
}
.campaign__image {
  float: left;
  height: 30px;
  width: 186px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .campaign__image {
    height: 26px;
    width: 156px;
  }
}
@media screen and (max-width: 767px) {
  .campaign__image {
    display: none;
  }
}
.campaign__content {
  font-size: 14px;
  margin-left: 240px;
  width: 505px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .campaign__content {
    margin-left: 186px;
    width: 390px;
  }
}
@media screen and (max-width: 767px) {
  .campaign__content {
    margin: 0px auto;
    width: 300px;
  }
}
.campaign--open .campaign__content {
  width: 640px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .campaign--open .campaign__content {
    width: 476px;
  }
}
@media screen and (max-width: 767px) {
  .campaign--open .campaign__content {
    width: 300px;
  }
}
.campaign__heading {
  font-family: "Futura W01 Heavy", sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin: -2px 0 0;
}
.campaign__description-wrapper {
  position: relative;
}
.campaign__link--learn-more {
  background: url("/assets/images/global/icons/arrow-down-blue.png") right center no-repeat;
  cursor: pointer;
  font-size: 14px;
  padding-right: 16px;
  position: absolute;
  left: 755px;
  top: 18px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .campaign__link--learn-more {
    left: 582px;
  }
}
@media screen and (max-width: 767px) {
  .campaign__link--learn-more {
    height: 7px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    left: 290px;
    padding: 0;
    top: 5px;
    width: 10px;
  }
}
.campaign--open .campaign__link--learn-more {
  display: none;
}
.campaign__link--close {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 0;
  top: 5px;
}
.campaign--open .campaign__link--close {
  display: block;
}
.promo-code-wrapper {
  margin: 40px 0 60px;
}
.two-column-content .promo-code-wrapper {
  margin: 0;
}
.form--promo-code {
  width: 460px;
}
@media screen and (max-width: 767px) {
  .form--promo-code {
    width: 100%;
  }
}
.two-column-content .form--promo-code {
  width: 460px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .two-column-content .form--promo-code {
    width: 352px;
  }
}
@media screen and (max-width: 767px) {
  .two-column-content .form--promo-code {
    margin-top: 20px;
    width: 100%;
  }
}
.form--promo-code__header {
  background-color: #2eb135;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -o-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -o-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  color: #ffffff;
  font-family: "Futura W01 Heavy", sans-serif;
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  padding: 8px 15px;
  text-shadow: 1px 1px 0 #111111;
}
.form--promo-code__fields {
  border: 1px solid #bbbbbb;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0 2px 5px #bbbbbb;
  -moz-box-shadow: 0 2px 5px #bbbbbb;
  -o-box-shadow: 0 2px 5px #bbbbbb;
  box-shadow: 0 2px 5px #bbbbbb;
  font-size: 14px;
  padding: 20px;
}
.promo-code {
  *zoom: 1;
  zoom: 1;
}
.promo-code:before,
.promo-code:after {
  display: table;
  content: "";
  line-height: 0;
}
.promo-code:after {
  clear: both;
}
.promo-code:before,
.promo-code:after {
  content: '';
  display: table;
}
.promo-code:after {
  clear: both;
}
.promo-code .field__label {
  display: none;
}
.promo-code .field__wrapper {
  margin: 0;
}
.promo-code .field--text {
  float: left;
  margin-right: 12px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .promo-code .field--text {
    float: none;
    margin-right: 0;
    width: 260px;
  }
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .two-column-content .promo-code .field--text {
    margin-right: 0;
    width: 278px;
  }
}
@media screen and (max-width: 767px) {
  .two-column-content .promo-code .field--text {
    margin-right: 0;
    margin-top: 0;
    width: 226px;
  }
}
.promo-code .field--text__input {
  width: 100%;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .two-column-content .promo-code .field--text__input {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -o-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -o-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .two-column-content .promo-code .field--text__input {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -o-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -o-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .promo-code .button-image {
    text-align: center;
  }
}
.promo-code__left {
  float: left;
  margin-right: 20px;
  width: 290px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .promo-code__left {
    float: none;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .promo-code__left {
    float: none;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .two-column-content .promo-code__left {
    float: left;
    width: 278px;
  }
}
@media screen and (max-width: 767px) {
  .two-column-content .promo-code__left {
    float: left;
    width: 226px;
  }
}
.promo-code__right {
  float: right;
  margin-top: 15px;
  width: 106px;
}
@media screen and (max-width: 767px) {
  .promo-code__right {
    margin-top: 0;
  }
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .two-column-content .promo-code__right {
    float: right;
    width: 32px;
  }
}
@media screen and (max-width: 767px) {
  .two-column-content .promo-code__right {
    float: right;
    width: 32px;
  }
}
.button-image--submit .field--button__input {
  background: url("/assets/images/global/buttons/submit-small.png") left top no-repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 42px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 106px;
}
.button-image--submit .field--button__input:hover,
.button-image--submit .field--button__input:focus,
.button-image--submit .field--button__input:active {
  background: url("/assets/images/global/buttons/submit-small.png") left top no-repeat;
}
@media screen and (max-width: 767px) {
  .button-image--submit .field--button__input {
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .two-column-content .button-image--submit .field--button__input {
    background-image: url('/assets/images/gexa/input/text-field-promo-code.png');
    width: 32px;
  }
}
@media screen and (max-width: 767px) {
  .two-column-content .button-image--submit .field--button__input {
    background-image: url('/assets/images/gexa/input/text-field-promo-code.png');
    width: 32px;
  }
}
.promo-code__tooltip {
  clear: left;
  font-size: 12px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .promo-code__tooltip {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .promo-code__tooltip {
    margin-top: 25px;
  }
}
.refer-a-friend {
  margin: 20px 0;
}
.form--refer-a-friend__header {
  background-color: #2eb135;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -o-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -o-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  color: #ffffff;
  font-family: "Futura W01 Heavy", sans-serif;
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  padding: 8px 15px;
  text-shadow: 1px 1px 0 #111111;
}
.form--refer-a-friend__fields {
  border: 1px solid #bbbbbb;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0 2px 5px #bbbbbb;
  -moz-box-shadow: 0 2px 5px #bbbbbb;
  -o-box-shadow: 0 2px 5px #bbbbbb;
  box-shadow: 0 2px 5px #bbbbbb;
  font-size: 14px;
  padding: 20px;
}
.form--refer-a-friend__fields .field--placeholder-text {
  float: left;
  margin-right: 12px;
  width: 300px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .form--refer-a-friend__fields .field--placeholder-text {
    width: 315px;
  }
}
@media screen and (max-width: 767px) {
  .form--refer-a-friend__fields .field--placeholder-text {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
.form--refer-a-friend__fields .field--placeholder__text__input {
  width: 100%;
}
.form--refer-a-friend__fields .field--button__input {
  float: none;
  display: inline-block;
}
.refer-a-friend__right {
  float: right;
  margin-top: 15px;
}
@media screen and (max-width: 979px) {
  .refer-a-friend__right {
    float: none;
    text-align: center;
  }
}
.utility-modal {
  margin: 0 auto;
  width: 940px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .utility-modal {
    width: 724px;
  }
}
@media screen and (max-width: 767px) {
  .utility-modal {
    width: 100%;
  }
}
.utility-modal-wrapper {
  display: none;
  position: absolute;
  top: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .utility-modal-wrapper {
    top: 51px;
  }
}
.utility-modal__inner {
  background-color: #ffffff;
  border: 1px solid #666666;
  border-bottom: 10px solid #111111;
  -webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.3);
  float: right;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .utility-modal__inner {
    border-left: none;
    border-right: none;
  }
}
.utility-modal__body {
  clear: both;
  padding: 0 25px 25px;
}
@media screen and (max-width: 767px) {
  .utility-modal__body {
    padding: 0 10px;
  }
}
.utility-modal__close {
  float: right;
  margin: 10px 10px 0 0;
  position: relative;
  z-index: 0;
}
.utility-modal__overlay {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
[data-view-model] div[class='tooltip-inner'] {
  max-width: none;
}
[data-view-model] .tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.utility-modal--help__inner {
  width: 527px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .utility-modal--help__inner {
    right: 21px;
  }
}
@media screen and (max-width: 767px) {
  .utility-modal--help__inner {
    width: 100%;
  }
}
.utility-modal--help__link {
  display: inline-block;
  height: 41px;
}
.utility-modal--help__link--residential {
  background-image: url("/assets/images/gexa/buttons/residential.png");
  width: 139px;
}
.utility-modal--help__link--business {
  background-image: url("/assets/images/gexa/buttons/business.png");
  width: 120px;
}
.utility-modal--help__link--channel-partners {
  background-image: url("/assets/images/gexa/buttons/channel-partners.png");
  width: 190px;
}
@media screen and (max-width: 767px) {
  .utility-modal-wrapper--location {
    background-color: #ffffff;
    border-top: 1px solid #bbbbbb;
    border-bottom: 10px solid #111111;
    -webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.3);
    margin-top: -1px;
  }
}
.utility-modal--location__inner {
  width: 392px;
}
@media screen and (max-width: 767px) {
  .utility-modal--location__inner {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    float: none;
    margin: 0 auto;
    position: relative;
    width: 300px;
  }
}
.utility-modal--location__inner .utility-modal__header {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .utility-modal--location__body {
    padding: 0;
  }
}
.utility-modal--location__body__input .field--text__label {
  display: none;
}
.utility-modal--location__body__input .field__wrapper {
  margin: 0;
  position: static;
}
.utility-modal--location__body__input .field--text {
  margin-right: -1px;
  width: 285px;
}
@media screen and (max-width: 767px) {
  .utility-modal--location__body__input .field--text {
    width: 268px;
  }
}
.utility-modal--location__body__input .field--button__input {
  background-image: url("/assets/images/gexa/input/text-field-promo-code.png");
  border: none;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -o-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -o-border-top-left-radius: 0;
  border-top-left-radius: 0;
  height: 37px;
  margin-top: 15px;
  width: 32px;
}
.utility-modal--location__body__input .field--button__input:hover,
.utility-modal--location__body__input .field--button__input:focus,
.utility-modal--location__body__input .field--button__input:active {
  background-image: url("/assets/images/gexa/input/text-field-promo-code.png");
}
@media screen and (max-width: 767px) {
  .utility-modal--location__close {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.utility-modal--search__inner {
  right: 95px;
  width: 392px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .utility-modal--search__inner {
    right: 121px;
  }
}
@media screen and (max-width: 767px) {
  .utility-modal--search__inner {
    right: 0;
    width: 100%;
  }
}
.utility-modal--search__inner .utility-modal__header {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .utility-modal--search__inner .utility-modal__header {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .utility-modal--search__inner .utility-modal__close {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .utility-modal--search__inner .utility-modal__body {
    clear: none;
    margin-top: 20px;
  }
}
.utility-modal--search__body__input .field--placeholder-text {
  margin-right: -1px;
  width: 285px;
}
@media screen and (max-width: 767px) {
  .utility-modal--search__body__input .field--placeholder-text {
    margin-top: 0;
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .utility-modal--search__body__input.text-btn-group .field--placeholder__text__input {
    width: 230px;
  }
}
.utility-modal--search__body__input .field--button__input {
  background-image: url("/assets/images/gexa/input/text-field-search.png");
  border: none;
  height: 37px;
  margin-top: 15px;
  width: 35px;
}
.utility-modal--search__body__input .field--button__input:hover,
.utility-modal--search__body__input .field--button__input:focus,
.utility-modal--search__body__input .field--button__input:active {
  background-image: url("/assets/images/gexa/input/text-field-search.png");
}
@media screen and (max-width: 767px) {
  .utility-modal--search__body__input .field--button__input {
    margin-top: 0;
  }
}
.footer-social {
  border-top: 1px solid #bbbbbb;
  -webkit-box-shadow: 0 -3px 5px #bbbbbb;
  -moz-box-shadow: 0 -3px 5px #bbbbbb;
  -o-box-shadow: 0 -3px 5px #bbbbbb;
  box-shadow: 0 -3px 5px #bbbbbb;
  clear: both;
  height: 104px;
  position: relative;
}
.no-boxshadow .footer-social:before {
  background: url('/assets/images/global//backgrounds/footer-social-shadow.png') repeat-x;
  bottom: 100%;
  content: "";
  height: 8px;
  position: absolute;
  width: 100%;
}
.print-body .footer-social {
  display: none;
}
@media print {
  .footer-social {
    display: none;
  }
}
.footer-social__inner {
  padding-top: 25px;
}
.footer-social__bbb-link {
  float: left;
}
.footer-social__network-links {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-social__network-links li {
  display: inline-block;
  margin: 0;
}
.footer-social__network-links li + li {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .footer-social__network-links {
    display: block;
    float: none;
    text-align: center;
  }
}
.footer-legal {
  background: #111111 url('/assets/images/global/backgrounds/footer-legal.png') repeat-x top left;
  clear: both;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  min-height: 56px;
}
@media screen and (max-width: 767px) {
  .footer-legal {
    background: #111111 url('/assets/images/global/backgrounds/footer-legal-mobile.png') repeat-x top left;
    height: 106px;
  }
}
.footer-legal__inner {
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .footer-legal__inner {
    padding: 18px 0 0;
  }
}
.footer-legal__links {
  float: left;
}
@media screen and (max-width: 767px) {
  .footer-legal__links {
    float: none;
    margin-bottom: 15px;
    text-align: center;
  }
}
.footer-legal__links__link {
  color: #ffffff;
  margin-right: 16px;
  text-decoration: underline;
}
.footer-legal__links__link:hover {
  color: #1b8dcd;
}
.footer-legal__links__link--last {
  margin-right: 0;
}
.footer-legal__copyright {
  float: right;
}
@media screen and (max-width: 767px) {
  .footer-legal__copyright {
    float: none;
    text-align: center;
  }
}
.footer-location {
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  width: 300px;
}
@media print {
  .footer-location {
    display: none !important;
  }
}
.footer-location__link {
  color: #111111;
  display: inline-block;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, sans-serif;
}
.footer-location__link__icon {
  display: block;
  float: left;
  margin-right: 8px;
}
.footer-location__link__icon--hover {
  display: none;
}
.footer-location__link:hover {
  color: #065180;
  text-decoration: none;
}
.footer-location__link:hover .footer-location__link__icon {
  display: none;
}
.footer-location__link:hover .footer-location__link__icon--hover {
  display: block;
}
.footer-location__address {
  display: table;
  min-height: 31px;
}
.footer-location__address__wrapper {
  display: table-cell;
  vertical-align: middle;
}
.footer-location__address__edit {
  color: #065180;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, sans-serif;
  text-decoration: underline;
}
.footer-location--copy__link:hover {
  color: #111111;
}
.footer-location--copy__address__separator {
  visibility: hidden;
}
.footer-location--copy__address__edit {
  visibility: hidden;
}
.menu--footer {
  background: url("/assets/images/global/backgrounds/footer-nav.png") repeat-x;
  border-top: 1px solid #bbbbbb;
  height: 254px;
}
.print-body .menu--footer {
  display: none;
}
@media print {
  .menu--footer {
    display: none;
  }
}
.menu--footer__wrapper {
  border-top: 1px solid #ffffff;
}
.menu--footer__inner {
  margin-top: -1px;
}
.menu--footer__list {
  display: table-row;
  list-style: none;
  padding: 0;
}
.menu--footer__list__section {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #bbbbbb;
  display: table-cell;
  height: 255px;
  margin-top: -1px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 31px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .menu--footer__list__section {
    padding: 0 20px;
  }
}
.menu--footer__list__section--first {
  border-left: none;
  padding-left: 0;
}
.menu--footer__list__section--last {
  border-right: none;
  padding-right: 0;
}
.menu--footer__list__section__header {
  font-family: "Futura W01 Heavy", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin: 30px 0 15px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .menu--footer__list__section__header {
    font-size: 15px;
    line-height: 19px;
    margin-top: 20px;
  }
}
.menu--footer__list__section__header__link {
  color: #333333;
}
.menu--footer__list__section__header__link:hover {
  text-decoration: none;
}
.menu--footer__list__section__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu--footer__list__section__item {
  margin: 0;
  padding: 0;
}
.menu--footer__list__section__link {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .menu--footer__list__section__link {
    font-size: 12px;
    line-height: 16px;
  }
}
.header-links {
  background: #111111 url("/assets/images/global/backgrounds/header-links.png") repeat-x;
  color: #d4d4d4;
  font-family: "Futura W01 Medium", sans-serif;
  font-size: 15px;
  height: 40px;
  line-height: 19px;
}
@media screen and (max-width: 767px) {
  .header-links {
    display: none;
  }
}
.print-body .header-links {
  display: none;
}
@media print {
  .header-links {
    display: none;
  }
}
.header-links--empty {
  height: 10px;
}
.header-links__inner {
  padding-top: 8px;
}
.header-links__links {
  margin: 0;
  text-align: right;
}
.header-links__item {
  display: inline;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-top: 0px;
  vertical-align: middle;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .header-links__item {
    margin-left: 15px;
  }
}
.header-links__item--phone {
  display: none;
  font-family: "Futura W01 Heavy", sans-serif;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .header-links__item--phone {
    display: inline-block;
  }
}
.header-links__link {
  color: #d4d4d4;
  text-decoration: none;
}
.no-touch .header-links__link:hover,
.no-touch .header-links__link:focus,
.header-links__link--active {
  text-decoration: none;
}
.no-touch .header-links__link:hover .header-links__link__text,
.no-touch .header-links__link:focus .header-links__link__text,
.header-links__link--active .header-links__link__text {
  color: #1b8dcd;
}
.no-touch .header-links__link:hover .header-links__link__icon,
.no-touch .header-links__link:focus .header-links__link__icon,
.header-links__link--active .header-links__link__icon {
  display: none;
}
.no-touch .header-links__link:hover .header-links__link__icon--hover,
.no-touch .header-links__link:focus .header-links__link__icon--hover,
.header-links__link--active .header-links__link__icon--hover {
  display: inline;
}
.header-links__link__text {
  vertical-align: middle;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .header-links__link__text {
    display: none;
  }
}
.header-links__link__icon {
  vertical-align: middle;
  margin-right: 5px;
}
.header-links__link__icon--hover {
  display: none;
}
.header-mobile-menu {
  background: #ffffff url("/assets/images/global/backgrounds/header-menu-mobile.png") repeat-x;
  -webkit-box-shadow: 0 0 10px #bbbbbb;
  -moz-box-shadow: 0 0 10px #bbbbbb;
  -o-box-shadow: 0 0 10px #bbbbbb;
  box-shadow: 0 0 10px #bbbbbb;
  height: 50px;
}
.header-mobile-menu__link {
  background: none;
  border: none;
  float: right;
  margin: 10px 10px 0 0;
  padding: 0;
}
@media print {
  .header-mobile-menu__link {
    display: none;
  }
}
.header-mobile-menu__logo {
  margin: 5px 10px;
}
.header-mobile-menu__logo-link {
  border-left: 1px solid #bbbbbb;
  float: left;
  height: 50px;
}
.header-mobile-menu__nav-toggle {
  background: url("/assets/images/global/icons/menu.png") center center no-repeat;
  border: none;
  border-right: 1px solid #ffffff;
  float: left;
  height: 50px;
  width: 44px;
}
.header-mobile-menu__nav-toggle.menu-active {
  background-color: #ffffff;
  background-position: center center 1px;
  border-bottom: 1px solid #ffffff;
  -webkit-box-shadow: 0 0 10px #bbbbbb;
  -moz-box-shadow: 0 0 10px #bbbbbb;
  -o-box-shadow: 0 0 10px #bbbbbb;
  box-shadow: 0 0 10px #bbbbbb;
  height: 51px;
}
.menu--header {
  background: url("/assets/images/global/backgrounds/header-nav.png") repeat-x;
}
.has-nav .menu--header {
  height: 94px;
}
@media print {
  .has-nav .menu--header {
    height: auto;
  }
}
.has-subnav .menu--header {
  height: 126px;
}
@media print {
  .has-subnav .menu--header {
    height: auto;
  }
}
.menu--header__inner {
  height: 80px;
  position: relative;
  z-index: 10;
}
.menu--header__link {
  background: none;
  border: none;
  display: block;
  height: 80px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
}
.menu--header__link::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.menu--header__links__item--current .menu--header__link {
  border-bottom: 1px solid #bbbbbb;
}
.menu--header__link--first .menu--header__link__text {
  border-left-color: transparent;
}
.menu--header__link--last .menu--header__link__text {
  border-right-color: transparent;
}
.menu--header__link__text {
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #ffffff;
  display: inline-block;
  margin-top: 15px;
  padding: 15px;
}
.menu--header__link__text,
.menu--header__phone {
  color: #333333;
  font-family: "Futura W01 Heavy", sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-shadow: 0 1px #ffffff;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .menu--header__link__text,
  .menu--header__phone {
    font-size: 17px;
    line-height: 24px;
  }
}
.menu--header__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu--header__item {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 979px) {
  .menu--header__item--phone {
    display: none;
  }
}
.print-body .menu--header__item--phone {
  display: block;
}
@media print {
  .menu--header__item--phone {
    display: block;
  }
}
.menu--header__links__item {
  float: left;
  height: 80px;
  margin: 0;
  padding: 0;
}
.menu--header__links__item.menu-active .menu--header__link,
.menu--header__links__item.menu--header__links__item--home .menu--header__link {
  border-bottom: 1px solid #ffffff;
}
.menu--header__links__item.menu-active .menu--header__link__text:after,
.menu--header__links__item.menu--header__links__item--home .menu--header__link__text:after,
.menu--header__links__item.menu-active .menu--header__link__text:before,
.menu--header__links__item.menu--header__links__item--home .menu--header__link__text:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
}
.menu--header__links__item.menu-active .menu--header__link__text:after,
.menu--header__links__item.menu--header__links__item--home .menu--header__link__text:after {
  -webkit-box-shadow: 2px 0 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 0 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 0 7px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 7px rgba(0, 0, 0, 0.3);
  right: -1px;
}
.menu--header__links__item.menu-active .menu--header__link__text:before,
.menu--header__links__item.menu--header__links__item--home .menu--header__link__text:before {
  -webkit-box-shadow: -2px 0 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 0 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: -2px 0 7px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 0 7px rgba(0, 0, 0, 0.3);
  left: -1px;
}
.menu--header__links__item.menu-active .menu--header__link,
.menu--header__links__item.menu--header__links__item--current .menu--header__link,
.menu--header__links__item.menu--header__links__item--home .menu--header__link {
  background: #ffffff;
  border-bottom-color: #ffffff;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  height: 81px;
  margin-bottom: -1px;
  margin-right: -1px;
  margin-left: -1px;
  padding: 0 1px;
}
.menu--header__links__item.menu-active .menu--header__link__text,
.menu--header__links__item.menu--header__links__item--current .menu--header__link__text,
.menu--header__links__item.menu--header__links__item--home .menu--header__link__text {
  border: none;
  color: #065180;
}
.menu--header__links__item.menu--header__links__item--home .menu--header__link {
  background: url("/assets/images/global/backgrounds/header-link-home.png") repeat-x;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.menu--header__links__item.menu--header__links__item--home + .menu--header__links__item .menu--header__link__text {
  border-left-color: transparent;
}
.menu--header__links__item.menu--header__links__item--home.menu-active .menu--header__link {
  background: #ffffff;
  border-left-color: #bbbbbb;
  border-right-color: #bbbbbb;
}
.print-body .menu--header__links__item {
  display: none;
}
@media print {
  .menu--header__links__item {
    display: none;
  }
}
.menu--header__links__item--last {
  float: right;
}
.menu--header__logo-link {
  display: block;
  float: left;
  height: 100%;
  margin-right: 52px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .menu--header__logo-link {
    margin-right: 25px;
  }
}
.menu--header__logo {
  margin-top: 10px;
}
.menu--header__meganav {
  left: -99999px;
  position: absolute;
}
.menu--header__meganav.menu-active {
  left: -20px;
}
.menu--header__meganav--offset-left.menu-active {
  left: 115px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .menu--header__meganav--offset-left.menu-active {
    left: -20px;
  }
}
.menu--header__meganav--right.menu-active {
  left: 219px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .menu--header__meganav--right.menu-active {
    left: -20px;
  }
}
.menu--header__meganav__close-button {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
}
.menu--header__meganav__cta {
  float: left;
  margin-left: 20px;
  width: 220px;
}
.menu--header__meganav__inner {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 30px 0;
  width: 740px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .menu--header__meganav__inner {
    width: 766px;
  }
}
.menu--header__meganav__marketing {
  float: left;
  margin-left: 20px;
  width: 220px;
}
.menu--header__meganav__marketing__content {
  font-family: "HelveticaNeueW01-55Roma", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
.menu--header__meganav__marketing__header {
  font-family: "Futura W01 Heavy", sans-serif;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 10px;
}
.menu--header__meganav__marketing__link {
  background-image: url('/assets/images/global/icons/arrow-right-blue.png');
  background-position: right center;
  background-repeat: no-repeat;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding-right: 12px;
}
.menu--header__meganav__sublinks {
  border-left: 1px solid #bbbbbb;
  float: left;
  list-style: none;
  margin: 0;
  padding-left: 20px;
  position: relative;
  width: 200px;
}
.menu--header__meganav__sublinks:before {
  background-image: -webkit-linear-gradient(to bottom, #ffffff, #bbbbbb 30%, #bbbbbb 70%, #ffffff 100%);
  background-image: -moz-linear-gradient(to bottom, #ffffff, #bbbbbb 30%, #bbbbbb 70%, #ffffff 100%);
  background-image: -ms-linear-gradient(to bottom, #ffffff, #bbbbbb 30%, #bbbbbb 70%, #ffffff 100%);
  background-image: -o-linear-gradient(to bottom, #ffffff, #bbbbbb 30%, #bbbbbb 70%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ffffff, #bbbbbb 30%, #bbbbbb 70%, #ffffff 100%);
  content: "";
  height: 100%;
  left: -1px;
  position: absolute;
  width: 1px;
}
.menu--header__meganav__sublinks__item {
  border-top: 1px solid #bbbbbb;
  margin: 0;
  padding: 0;
}
.menu--header__meganav__sublinks__item--first {
  border-top: none;
}
.menu--header__meganav__sublink {
  color: #333333;
  display: block;
  font-family: "Futura W01 Medium", sans-serif;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 0;
}
.menu--header__meganav__sublinks--manage-account .menu--header__meganav__sublink {
  padding-left: 25px;
}
.menu--header__meganav__sublink--first {
  padding-top: 0;
}
.menu--header__meganav__sublink--make-payment {
  background: url("/assets/images/global/icons/dollar-sign-small.png") no-repeat left center;
}
.menu--header__meganav__sublink--order-status {
  background: url("/assets/images/global/icons/cart-small.png") no-repeat left center;
}
.menu--header__meganav__sublink--register {
  background: url("/assets/images/global/icons/user-black-small.png") no-repeat left 4px;
}
.menu--header__meganav__sublink--renew {
  background: url("/assets/images/global/icons/refresh-small.png") no-repeat left center;
}
.menu--header__phone {
  display: inline-block;
  float: right;
  margin-top: 30px;
}
.menu--header__subnav {
  background-color: #ffffff;
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #bbbbbb;
  -webkit-box-shadow: 0 6px 12px -8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 12px -8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 6px 12px -8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px -8px rgba(0, 0, 0, 0.3);
  height: 43px;
  text-align: center;
}
.print-body .menu--header__subnav {
  display: none;
}
@media print {
  .menu--header__subnav {
    display: none;
  }
}
.menu--header__subnav__item {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  display: inline-block;
  margin: 0;
  padding: 0 15px;
}
.menu--header__subnav__item--dropdown {
  height: 43px;
  position: relative;
}
.menu--header__subnav__item--dropdown.menu-active {
  border-bottom: 1px solid #ffffff;
  border-left-color: #bbbbbb;
  border-right-color: #bbbbbb;
}
.menu--header__subnav__links,
.menu--header__subnav__more {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu--header__subnav__link {
  font-family: "Futura W01 Medium", sans-serif;
  display: block;
}
.menu--header__subnav__link,
.menu--header__subnav__more-btn {
  color: #333333;
  font-size: 15px;
  line-height: 19px;
  margin-top: 12px;
  white-space: nowrap;
}
.menu--header__subnav__link--current {
  color: #065180;
  font-family: "Futura W01 Heavy", sans-serif;
}
.menu--header__subnav__more {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-top: none;
  -webkit-box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.3);
  display: none;
  padding: 15px 18px 18px;
  position: absolute;
  right: -1px;
  text-align: left;
  top: 44px;
}
.menu--header__subnav__more.menu-active {
  display: block;
}
.menu--header__subnav__more-btn {
  background: url("/assets/images/global/icons/arrow-down-blue.png") no-repeat center right;
  border: none;
  font-family: "Futura W01 Heavy", sans-serif;
  padding: 0 20px 0 0;
  vertical-align: inherit;
}
.menu--header__subnav__more__item {
  margin-top: 15px;
}
.menu--mobile {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  margin-top: 1px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.menu--mobile,
.menu--mobile__links--secondary {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu--mobile.menu-active,
  .menu--mobile__links--secondary.menu-active {
    display: block;
  }
}
.menu--mobile__link {
  color: #333333;
  display: block;
  text-align: left;
  text-decoration: none;
}
.menu--mobile__link:active,
.menu--mobile__link:focus,
.menu--mobile__link:hover {
  background-color: #1b8dcd;
  border-bottom: 1px solid #1b8dcd;
  border-top: 1px solid #1b8dcd;
  color: #ffffff;
  text-decoration: none;
}
.menu--mobile__link--primary {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: none;
  border-right: none;
  border-top: 1px solid #bbbbbb;
  font-family: "Futura W01 Heavy", sans-serif;
  font-size: 16px;
  height: 42px;
  line-height: 22px;
  padding-left: 12px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.menu--mobile__link--primary:after {
  background-image: url("/assets/images/global/icons/arrow-down-blue.png");
  background-repeat: no-repeat;
  background-position: left center;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
}
.menu--mobile__link--primary.menu-active {
  background-color: #1b8dcd;
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #bbbbbb;
  color: #ffffff;
}
.menu--mobile__link--primary.menu-active:after {
  background-image: url("/assets/images/global/icons/arrow-up.png");
}
.menu--mobile__link--primary--first,
.menu--mobile__link--primary--first.menu-active,
.menu--mobile__link--secondary--first {
  border-top-color: transparent;
}
.menu--mobile__link--secondary {
  background-color: #e6edf2;
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #ffffff;
  font-family: "Futura W01 Medium", sans-serif;
  font-size: 14px;
  height: 26px;
  line-height: 18px;
  padding: 9px 0 0 21px;
}
.menu--mobile__link--secondary--first:before {
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.menu--mobile__link--secondary--last {
  border-bottom: 1px solid #e6edf2;
}
.menu--mobile__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu--mobile__links--primary {
  border-bottom: 10px solid #111111;
}
.menu--mobile__item--primary {
  margin: 0;
  padding: 0;
}
.menu--mobile__links--secondary {
  position: relative;
}
.menu--mobile__links--secondary:after {
  -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.3);
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
.menu--mobile__item--secondary {
  margin: 0;
  padding: 0;
}
.header-message {
  background-color: #111111;
  color: #ffffff;
  left: 0;
  position: relative;
  width: 100%;
}
.has-nav .header-message {
  margin-top: -14px;
}
@media screen and (max-width: 767px) {
  .has-nav .header-message {
    margin-top: 0;
  }
}
.has-subnav .header-message {
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .has-subnav .header-message {
    margin-top: 0;
  }
}
.header-message h1,
.header-message h2,
.header-message h3,
.header-message h4,
.header-message h5,
.header-message h6 {
  color: #ffffff;
}
.header-message--hidden {
  height: 50px;
  width: 50px;
}
.header-message--hidden * {
  display: none;
}
.header-message__inner {
  *zoom: 1;
  zoom: 1;
  margin: 0 auto;
  padding: 10px 0;
  width: 940px;
}
.header-message__inner:before,
.header-message__inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.header-message__inner:after {
  clear: both;
}
.header-message__inner:before,
.header-message__inner:after {
  content: '';
  display: table;
}
.header-message__inner:after {
  clear: both;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .header-message__inner {
    width: 724px;
  }
}
@media screen and (max-width: 767px) {
  .header-message__inner {
    width: 300px;
  }
}
.header-message__button {
  background-color: transparent;
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
}
.menu--header__meganav__promo-code {
  float: left;
  margin-left: 20px;
  margin-top: 25px;
}
.menu--header__meganav__promo-code .field__label {
  display: none;
}
.menu--header__meganav__promo-code .field__wrapper {
  margin: 0;
}
.menu--header__meganav__promo-code .text-btn-group .field--text,
.menu--header__meganav__promo-code .text-btn-group .field--text__input {
  margin-right: -2px;
  width: 185px;
}
.menu--header__meganav__promo-code .text-btn-group .field--button__input {
  background-image: url("/assets/images/gexa/input/text-field-promo-code.png");
  height: 37px;
  margin-top: 15px;
  width: 32px;
}
.menu--header__meganav__promo-code .text-btn-group .field--button__input:hover,
.menu--header__meganav__promo-code .text-btn-group .field--button__input:focus,
.menu--header__meganav__promo-code .text-btn-group .field--button__input:active {
  background-image: url("/assets/images/gexa/input/text-field-promo-code.png");
}
.menu--header__meganav__promo-code__heading {
  margin-bottom: 0;
}
.quick-pay {
  margin: 0 auto;
  width: 940px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .quick-pay {
    width: 724px;
  }
}
@media screen and (max-width: 767px) {
  .quick-pay {
    width: 300px;
  }
}
.sidebar-notification {
  margin: 0 auto;
  width: 940px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .sidebar-notification {
    width: 724px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-notification {
    width: 300px;
  }
}
.print-body .sidebar-notification {
  display: none;
}
@media print {
  .sidebar-notification {
    display: none;
  }
}
.sidebar-notification__content {
  background-image: -webkit-linear-gradient(to bottom, #efefef, #ffffff);
  background-image: -moz-linear-gradient(to bottom, #efefef, #ffffff);
  background-image: -ms-linear-gradient(to bottom, #efefef, #ffffff);
  background-image: -o-linear-gradient(to bottom, #efefef, #ffffff);
  background-image: linear-gradient(to bottom, #efefef, #ffffff);
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  float: right;
  margin: 30px 0 0;
  padding: 10px 15px;
  width: 350px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .sidebar-notification__content {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.sidebar-notification__content h4 {
  font-size: 18px;
  line-height: 20px;
}
.sidebar-notification__content p {
  font-size: 14px;
  line-height: 18px;
}
.sidebar-notification__content hr {
  margin: 0 -15px;
}
.blob__inner {
  *zoom: 1;
  zoom: 1;
  margin: 30px auto;
  position: relative;
  z-index: 0;
}
.blob__inner:before,
.blob__inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.blob__inner:after {
  clear: both;
}
.blob__inner:before,
.blob__inner:after {
  content: '';
  display: table;
}
.blob__inner:after {
  clear: both;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .blob__inner {
    margin: 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .blob__inner {
    margin: 20px auto;
  }
}
.content .blob:first-child .blob__inner {
  margin-top: 0;
}
.headline .blob__inner,
.baseline .blob__inner {
  width: 940px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .headline .blob__inner,
  .baseline .blob__inner {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 724px;
  }
}
@media screen and (max-width: 767px) {
  .headline .blob__inner,
  .baseline .blob__inner {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
  }
}
.two-column-content .blob__inner {
  margin: 0;
  width: auto;
}
.blob--bottom-border .blob__inner {
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 40px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .blob--bottom-border .blob__inner {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .blob--bottom-border .blob__inner {
    padding-bottom: 20px;
  }
}
.blob--bottom-border .cta-headline__content__container {
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 40px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .blob--bottom-border .cta-headline__content__container {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .blob--bottom-border .cta-headline__content__container {
    border: 0;
    padding-bottom: 20px;
  }
}
.blob--bottom-border .blob--cta-headline__inner {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .blob--bottom-border .blob--cta-headline__inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .blob--bottom-border .blob--cta-headline__inner {
    padding-bottom: 0;
  }
}
.accordion__section__heading {
  background-color: #1b8dcd;
  border: 1px solid #bbbbbb;
  border-bottom: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -o-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -o-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  color: #ffffff;
  font-family: "Futura W01 Heavy", sans-serif;
  font-size: 22px;
  line-height: 26px;
  margin: 0px;
  padding: 8px 15px;
  text-shadow: 1px 1px 0 #111111;
}
[data-landing-page-category="residential"] .accordion__section__heading {
  background-color: #2eb135;
}
[data-landing-page-category="business"] .accordion__section__heading {
  background-color: #1b8dcd;
}
@media screen and (max-width: 767px) {
  .accordion__section__heading {
    font-size: 20px;
    line-height: 24px;
  }
}
.accordion__section {
  border: 1px solid #bbbbbb;
  border-top: 0;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 0;
}
.accordion__group {
  background-color: #ffffff;
  border: 0;
  margin: 0;
}
.accordion__group__heading {
  font-weight: bold;
  padding: 15px 20px;
  border-top: 1px solid #bbbbbb;
}
.accordion__group__heading .accordion-toggle {
  background: url("/assets/images/global/icons/arrow-right-lightblue-large.png") left 2px no-repeat;
  color: #333333;
  font-weight: bold;
  padding: 0 0 0 25px;
  text-decoration: none;
  outline: none;
}
[data-landing-page-category="residential"] .accordion__group__heading .accordion-toggle {
  background-image: url("/assets/images/global/icons/arrow-right-green-large.png");
}
[data-landing-page-category="business"] .accordion__group__heading .accordion-toggle {
  background-image: url("/assets/images/global/icons/arrow-right-lightblue-large.png");
}
.accordion__group__heading .accordion-toggle.accordion-toggle--open {
  background-image: url("/assets/images/global/icons/arrow-down-lightblue-large.png");
  background-position: left 6px;
}
[data-landing-page-category="residential"] .accordion__group__heading .accordion-toggle.accordion-toggle--open {
  background-image: url("/assets/images/global/icons/arrow-down-green-large.png");
}
[data-landing-page-category="business"] .accordion__group__heading .accordion-toggle.accordion-toggle--open {
  background-image: url("/assets/images/global/icons/arrow-down-lightblue-large.png");
}
.accordion-inner {
  border: 0;
  padding: 0 45px 20px;
}
.accordion-inner p {
  margin-bottom: 0;
  margin-top: 15px;
}
.accordion-inner p:first-child {
  margin-top: 0;
}
.blob--cta-headline {
  margin: 0 0 40px;
  position: relative;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .blob--cta-headline {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .blob--cta-headline {
    margin-bottom: 0;
  }
}
.has-nav .blob--cta-headline {
  margin-bottom: -54px;
  top: -94px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .has-nav .blob--cta-headline {
    margin-bottom: -64px;
  }
}
@media screen and (max-width: 767px) {
  .has-nav .blob--cta-headline {
    margin-bottom: 0;
    top: 0;
  }
}
.has-nav.has-subnav .blob--cta-headline {
  margin-bottom: -86px;
  top: -126px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .has-nav.has-subnav .blob--cta-headline {
    margin-bottom: -96px;
  }
}
@media screen and (max-width: 767px) {
  .has-nav.has-subnav .blob--cta-headline {
    margin-bottom: 0;
    top: 0;
  }
}
.blob--blank-cta-headline {
  margin-bottom: 0;
}
.headline .blob--cta-headline__inner {
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
}
.cta-headline {
  background-position: center top;
  background-repeat: no-repeat;
}
.cta-headline__content__container {
  position: relative;
  margin: 0 auto;
  height: 450px;
  width: 940px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .cta-headline__content__container {
    height: 400px;
    width: 724px;
  }
}
@media screen and (max-width: 767px) {
  .cta-headline__content__container {
    height: 350px;
    margin-bottom: 80px;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .blob--bottom-border .cta-headline__content__container {
    margin-bottom: 70px;
  }
}
.cta-headline__content {
  bottom: 25px;
  *zoom: 1;
  zoom: 1;
  left: 0;
  position: absolute;
  right: 0;
}
.cta-headline__content:before,
.cta-headline__content:after {
  display: table;
  content: "";
  line-height: 0;
}
.cta-headline__content:after {
  clear: both;
}
.cta-headline__content:before,
.cta-headline__content:after {
  content: '';
  display: table;
}
.cta-headline__content:after {
  clear: both;
}
.blob--bottom-border .cta-headline__content {
  bottom: 65px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .blob--bottom-border .cta-headline__content {
    bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  .blob--bottom-border .cta-headline__content {
    bottom: 45px;
  }
}
.cta-headline--blank__content {
  *zoom: 1;
  zoom: 1;
  margin-top: 30px;
  position: static;
}
.cta-headline--blank__content:before,
.cta-headline--blank__content:after {
  display: table;
  content: "";
  line-height: 0;
}
.cta-headline--blank__content:after {
  clear: both;
}
.cta-headline--blank__content:before,
.cta-headline--blank__content:after {
  content: '';
  display: table;
}
.cta-headline--blank__content:after {
  clear: both;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .cta-headline--blank__content {
    margin-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .cta-headline--blank__content {
    border: 0;
    margin-top: 15px;
  }
}
.cta-headline__content__left {
  font-family: "Futura W01 Medium", sans-serif;
  float: left;
  margin-left: 25px;
  width: 610px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .cta-headline__content__left {
    margin-left: 22px;
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .cta-headline__content__left {
    margin-left: 0;
    float: none;
    width: 100%;
  }
}
@media print {
  .cta-headline__content__left {
    float: none;
    width: 100%;
  }
}
.cta-headline--blank__content__left {
  font-family: "Futura W01 Medium", sans-serif;
  float: left;
  margin-left: 0;
  width: 700px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .cta-headline--blank__content__left {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cta-headline--blank__content__left {
    float: none;
    width: 100%;
  }
}
@media print {
  .cta-headline--blank__content__left {
    float: none;
    width: 100%;
  }
}
.cta-headline__content__heading {
  color: #ffffff;
  font-size: 50px;
  line-height: 60px;
  margin: 0 0 5px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .cta-headline__content__heading {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .cta-headline__content__heading {
    font-size: 30px;
    line-height: 34px;
  }
}
.cta-headline__content__infographic {
  float: left;
  margin-right: 50px;
}
.cta-headline__content__body {
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .cta-headline__content__body {
    font-family: "Futura W01 Heavy", sans-serif;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cta-headline__content__body {
    font-size: 16px;
    line-height: 22px;
  }
}
.cta-headline--blank__content__heading,
.cta-headline--blank__content__body {
  color: #333333;
}
.cta-headline__content__right {
  *zoom: 1;
  zoom: 1;
  float: right;
  margin-right: 22px;
  margin-top: 10px;
  width: 220px;
}
.cta-headline__content__right:before,
.cta-headline__content__right:after {
  display: table;
  content: "";
  line-height: 0;
}
.cta-headline__content__right:after {
  clear: both;
}
.cta-headline__content__right:before,
.cta-headline__content__right:after {
  content: '';
  display: table;
}
.cta-headline__content__right:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .cta-headline__content__right {
    bottom: -90px;
    float: none;
    display: block;
    margin-right: 0;
    position: absolute;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .blob--bottom-border .cta-headline__content__right {
    border-bottom: 1px solid #bbbbbb;
    bottom: -110px;
    padding-bottom: 20px;
  }
}
.print-body .cta-headline__content__right {
  display: none;
}
@media print {
  .cta-headline__content__right {
    display: none;
  }
}
.cta-headline--blank__content__right {
  margin-right: 0;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .cta-headline--blank__content__right {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cta-headline--blank__content__right {
    bottom: 0;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .blob--bottom-border .cta-headline--blank__content__right {
    border: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .cta-headline__content__button__image--large {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .cta-headline__content__button__image--large {
    display: none;
  }
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .cta-headline--blank__content__button__image--large {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cta-headline--blank__content__button__image--large {
    display: none;
  }
}
.cta-headline__content__button__image--large-tablet {
  display: none;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .cta-headline__content__button__image--large-tablet {
    display: inline;
    float: right;
    margin: 10px 0 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .cta-headline__content__button__image--large-tablet {
    display: none;
  }
}
.cta-headline__content__button__image--small {
  display: none;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .cta-headline__content__button__image--small {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cta-headline__content__button__image--small {
    display: inline;
    float: left;
  }
}
.cta-headline__content__call__image {
  display: none;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .cta-headline__content__call__image {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cta-headline__content__call__image {
    display: inline;
    float: right;
  }
}
.blob--captioned-carousel__inner {
  margin-bottom: 40px;
}
.custom-carousel--captioned {
  margin: 0;
}
.custom-carousel--captioned__item__image {
  height: 300px;
  margin-bottom: 0;
  width: 700px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .custom-carousel--captioned__item__image {
    height: 310px;
    width: 724px;
  }
}
@media screen and (max-width: 767px) {
  .custom-carousel--captioned__item__image {
    height: 137px;
    width: 320px;
  }
}
.custom-carousel--captioned__item__caption {
  background-color: #2e5063;
  margin-top: 1px;
  padding: 15px 20px;
}
.custom-carousel--captioned__item__caption__heading {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 4px;
}
.custom-carousel--captioned__item__caption__body {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
}
.custom-carousel--captioned__item__caption__body p {
  margin-bottom: 0;
  margin-top: 15px;
}
.custom-carousel--captioned__item__caption__body p:first-child {
  margin-top: 0;
}
.custom-carousel--captioned__indicators {
  left: 0;
  padding: 0;
  right: 0;
  text-align: center;
  top: 272px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .custom-carousel--captioned__indicators {
    top: 282px;
  }
}
@media screen and (max-width: 767px) {
  .custom-carousel--captioned__indicators {
    top: 108px;
  }
}
li.custom-carousel__indicators__indicator {
  background: transparent url("/assets/images/global/icons/carousel-indicator-white.png") left top no-repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  float: none;
  margin: 0 3px;
  height: 10px;
  width: 10px;
}
li.custom-carousel__indicators__indicator.active {
  background-color: transparent;
}
li.custom-carousel--captioned__indicators__indicator.active {
  background-image: url("/assets/images/global/icons/carousel-indicator-blue.png");
}
.custom-carousel__link {
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  height: 41px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  width: 41px;
}
.custom-carousel--captioned__link {
  top: 135px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .custom-carousel--captioned__link {
    top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .custom-carousel--captioned__link {
    top: 48px;
  }
}
.custom-carousel__link--prev {
  background-image: url("/assets/images/global/icons/carousel-left.png");
}
.custom-carousel--captioned__link--prev {
  left: 15px;
}
.custom-carousel__link--next {
  background-image: url("/assets/images/global/icons/carousel-right.png");
}
.custom-carousel--captioned__link--next {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .blob--column__inner:before,
  .column-content:before,
  .blob--column__inner:after,
  .column-content:after {
    display: none;
  }
}
.column-content {
  background-position: left top;
  background-repeat: repeat;
}
.column-content h1,
.column-content h2,
.column-content h3,
.column-content h4,
.column-content h5,
.column-content img {
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .column-content__column {
    margin: 20px 0;
  }
}
.headline .column-content--separators .column-content__column,
.baseline .column-content--separators .column-content__column {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .headline .column-content--separators .column-content__column,
  .baseline .column-content--separators .column-content__column {
    padding-left: 0;
  }
}
.content .column-content--separators .column-content__column {
  padding-right: 14px;
}
@media screen and (max-width: 767px) {
  .content .column-content--separators .column-content__column {
    padding-left: 0;
  }
}
.headline .column-content--separators.column-content--2,
.baseline .column-content--separators.column-content--2 {
  background-image: url("/assets/images/global/backgrounds/columns-2-full-large.png");
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .headline .column-content--separators.column-content--2,
  .baseline .column-content--separators.column-content--2 {
    background-image: url("/assets/images/global/backgrounds/columns-2-full-medium.png");
  }
}
@media screen and (max-width: 767px) {
  .headline .column-content--separators.column-content--2,
  .baseline .column-content--separators.column-content--2 {
    background-image: none;
  }
}
.content .column-content--separators.column-content--2 {
  background-image: url("/assets/images/global/backgrounds/columns-2-content-large.png");
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .content .column-content--separators.column-content--2 {
    background-image: url("/assets/images/global/backgrounds/columns-2-full-medium.png");
  }
}
@media screen and (max-width: 767px) {
  .content .column-content--separators.column-content--2 {
    background-image: none;
  }
}
.headline .column-content--separators.column-content--3,
.baseline .column-content--separators.column-content--3 {
  background-image: url("/assets/images/global/backgrounds/columns-3-full-large.png");
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .headline .column-content--separators.column-content--3,
  .baseline .column-content--separators.column-content--3 {
    background-image: url("/assets/images/global/backgrounds/columns-3-full-medium.png");
  }
}
@media screen and (max-width: 767px) {
  .headline .column-content--separators.column-content--3,
  .baseline .column-content--separators.column-content--3 {
    background-image: none;
  }
}
.content .column-content--separators.column-content--3 {
  background-image: url("/assets/images/global/backgrounds/columns-3-content-large.png");
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .content .column-content--separators.column-content--3 {
    background-image: url("/assets/images/global/backgrounds/columns-3-full-medium.png");
  }
}
@media screen and (max-width: 767px) {
  .content .column-content--separators.column-content--3 {
    background-image: none;
  }
}
.headline .column-content--separators.column-content--4,
.baseline .column-content--separators.column-content--4 {
  background-image: url("/assets/images/global/backgrounds/columns-4-full-large.png");
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .headline .column-content--separators.column-content--4,
  .baseline .column-content--separators.column-content--4 {
    background-image: url("/assets/images/global/backgrounds/columns-4-full-medium.png");
  }
}
@media screen and (max-width: 767px) {
  .headline .column-content--separators.column-content--4,
  .baseline .column-content--separators.column-content--4 {
    background-image: none;
  }
}
.content .column-content--separators.column-content--4 {
  background-image: url("/assets/images/global/backgrounds/columns-4-content-large.png");
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .content .column-content--separators.column-content--4 {
    background-image: url("/assets/images/global/backgrounds/columns-4-full-medium.png");
  }
}
@media screen and (max-width: 767px) {
  .content .column-content--separators.column-content--4 {
    background-image: none;
  }
}
.blob--headline-carousel {
  position: relative;
}
.has-nav .blob--headline-carousel {
  margin-bottom: -94px;
  top: -94px;
}
@media screen and (max-width: 767px) {
  .has-nav .blob--headline-carousel {
    margin-bottom: 0;
    top: 0;
  }
}
.has-subnav .blob--headline-carousel {
  margin-bottom: -126px;
  top: -126px;
}
@media screen and (max-width: 767px) {
  .has-subnav .blob--headline-carousel {
    margin-bottom: 0;
    top: 0;
  }
}
.pageeditorediting .blob--headline-carousel {
  top: 0;
}
.headline .blob--headline-carousel__inner {
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
}
.headline-carousel {
  margin-bottom: 18px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .headline-carousel {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .headline-carousel {
    margin-bottom: 40px;
  }
}
.headline-carousel__item {
  background-position: center top;
  background-repeat: no-repeat;
  height: 620px;
  overflow: hidden;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .headline-carousel__item {
    height: 570px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .headline-carousel__item {
    height: 430px;
    padding-bottom: 0;
  }
}
.headline-carousel--homepage__item {
  height: 680px;
  padding-bottom: 0;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .headline-carousel--homepage__item {
    height: 570px;
  }
}
@media screen and (max-width: 767px) {
  .headline-carousel--homepage__item {
    height: 460px;
  }
}
.headline-carousel__item__content {
  *zoom: 1;
  zoom: 1;
  position: absolute;
  top: 205px;
  width: 100%;
}
.headline-carousel__item__content:before,
.headline-carousel__item__content:after {
  display: table;
  content: "";
  line-height: 0;
}
.headline-carousel__item__content:after {
  clear: both;
}
.headline-carousel__item__content:before,
.headline-carousel__item__content:after {
  content: '';
  display: table;
}
.headline-carousel__item__content:after {
  clear: both;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .headline-carousel__item__content {
    top: 230px;
  }
}
@media screen and (max-width: 767px) {
  .headline-carousel__item__content {
    height: 220px;
    top: 145px;
  }
}
.headline-carousel--homepage__item__content {
  top: 190px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .headline-carousel--homepage__item__content {
    top: 170px;
  }
}
@media screen and (max-width: 767px) {
  .headline-carousel--homepage__item__content {
    height: 265px;
    top: 160px;
  }
}
.headline-carousel__item__content__inner {
  color: #ffffff;
  margin: 0 auto;
  width: 940px;
}
.headline-carousel__item__content__inner h1,
.headline-carousel__item__content__inner a {
  color: #ffffff;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .headline-carousel__item__content__inner {
    width: 724px;
  }
}
@media screen and (max-width: 767px) {
  .headline-carousel__item__content__inner {
    width: 300px;
  }
}
.headline-carousel__item__content__inner__info__heading {
  font-family: "Futura W01 Light", sans-serif;
  font-size: 80px;
  font-weight: normal;
  line-height: 90px;
  margin: 0;
  text-shadow: 1px 1px 0 #111111;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .headline-carousel__item__content__inner__info__heading {
    font-family: "Futura W01 Medium", sans-serif;
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .headline-carousel__item__content__inner__info__heading {
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
  }
}
.headline-carousel__item__content__inner__body {
  font-family: "Futura W01 Medium", sans-serif;
  font-size: 20px;
  float: left;
  line-height: 26px;
  margin-top: 20px;
  width: 640px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .headline-carousel__item__content__inner__body {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    width: 434px;
  }
}
@media screen and (max-width: 767px) {
  .headline-carousel__item__content__inner__body {
    float: none;
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    width: 100%;
  }
}
@media print {
  .headline-carousel__item__content__inner__body {
    float: none;
    width: 100%;
  }
}
.headline-carousel__item__content__inner__info__content__buttons {
  *zoom: 1;
  zoom: 1;
  float: right;
  margin-top: 25px;
  position: relative;
  width: 220px;
}
.headline-carousel__item__content__inner__info__content__buttons:before,
.headline-carousel__item__content__inner__info__content__buttons:after {
  display: table;
  content: "";
  line-height: 0;
}
.headline-carousel__item__content__inner__info__content__buttons:after {
  clear: both;
}
.headline-carousel__item__content__inner__info__content__buttons:before,
.headline-carousel__item__content__inner__info__content__buttons:after {
  content: '';
  display: table;
}
.headline-carousel__item__content__inner__info__content__buttons:after {
  clear: both;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .headline-carousel__item__content__inner__info__content__buttons {
    margin-top: 15px;
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .headline-carousel__item__content__inner__info__content__buttons {
    bottom: 0;
    float: none;
    margin-top: 0;
    position: absolute;
    width: 300px;
  }
}
.print-body .headline-carousel__item__content__inner__info__content__buttons {
  display: none;
}
@media print {
  .headline-carousel__item__content__inner__info__content__buttons {
    display: none;
  }
}
.headline-carousel__item__content__inner__info__content__buttons__logout {
  bottom: 100%;
  margin-bottom: 5px;
  position: absolute;
}
.headline-carousel__item__content__inner__info__content__buttons__logout__link {
  text-decoration: underline;
}
.headline-carousel__item__content__inner__info__content__buttons__button {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .headline-carousel__item__content__inner__info__content__buttons__button {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .headline-carousel__item__content__inner__info__content__buttons__button--large {
    display: none;
  }
}
.headline-carousel__item__content__inner__info__content__buttons__button--small {
  display: none;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .headline-carousel__item__content__inner__info__content__buttons__button--small {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .headline-carousel__item__content__inner__info__content__buttons__button--small {
    display: inline;
    float: left;
  }
}
.headline-carousel__item__content__inner__info__content__buttons__button--call {
  display: none;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .headline-carousel__item__content__inner__info__content__buttons__button--call {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .headline-carousel__item__content__inner__info__content__buttons__button--call {
    display: inline;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .headline-carousel__item__content__inner__info__content__buttons__button--secondary {
    display: none;
  }
}
.headline-carousel__nav {
  height: 41px;
  margin-bottom: 39px;
  margin-top: -80px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .headline-carousel__nav {
    height: auto;
    margin-bottom: 0;
    margin-top: -56px;
  }
}
@media screen and (max-width: 767px) {
  .headline-carousel__nav {
    height: auto;
    margin-bottom: 0;
    margin-top: -34px;
  }
}
.headline-carousel--homepage__nav {
  margin-bottom: 0;
  margin-top: -140px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .headline-carousel--homepage__nav {
    margin-top: -106px;
  }
}
@media screen and (max-width: 767px) {
  .headline-carousel--homepage__nav {
    margin-top: -34px;
  }
}
.headline-carousel__link {
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  height: 41px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: static;
  vertical-align: middle;
  width: 41px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .headline-carousel__link {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .headline-carousel__link {
    display: none;
  }
}
.headline-carousel__link--prev {
  background-image: url("/assets/images/global/icons/carousel-left.png");
}
.headline-carousel__link--next {
  background-image: url("/assets/images/global/icons/carousel-right.png");
}
.headline-carousel__indicators {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  position: static;
  vertical-align: middle;
}
li.headline-carousel__indicators__indicator {
  background-color: transparent;
  background-image: url("/assets/images/global/icons/carousel-indicator-white.png");
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 10px;
  margin: 0 3px;
  padding: 0;
  position: static;
  vertical-align: middle;
  width: 10px;
}
li.headline-carousel__indicators__indicator.active {
  background-color: transparent;
  background-image: url("/assets/images/global/icons/carousel-indicator-green.png");
}
.rate-info {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  float: left;
  height: 110px;
  margin: 0 20px 0 0;
  padding: 20px 0;
  text-align: center;
  width: 150px;
}
.rate-info__label {
  font-size: 20px;
  line-height: 100%;
}
.rate-info__rate {
  font-size: 50px;
  line-height: 100%;
  margin: 10px 0;
}
.rate-info__units {
  font-size: 20px;
  line-height: 100%;
}
.image-content img {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .image-content img {
    margin-bottom: 15px;
  }
}
.image-content--image-right .image-content__side--right {
  float: right;
}
@media screen and (max-width: 767px) {
  .image-content--image-right .image-content__side--right {
    float: none;
  }
}
.image-content__side__heading {
  display: block;
}
.image-content__side__heading:hover,
.image-content__side__heading:focus {
  text-decoration: none;
}
.blob--image--small .image-content__side__heading {
  font-family: "Futura W01 Heavy", sans-serif;
  margin-bottom: 12px;
}
.blob--image--small .image-content__side__heading .image-content__side__heading__text {
  color: #065180;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .blob--image--small .image-content__side__heading .image-content__side__heading__text {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .blob--image--small .image-content__side__heading {
    margin-bottom: 8px;
  }
}
.blob--image--medium .image-content__side__heading,
.blob--image--large .image-content__side__heading {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .blob--image--medium .image-content__side__heading,
  .blob--image--large .image-content__side__heading {
    font-size: 22px;
    line-height: 26px;
  }
}
.blob--image--large .image-content__side__heading {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .blob--image--large .image-content__side__heading {
    margin-top: 0;
  }
}
.blob--image--extra-large .image-content__side__heading {
  margin-bottom: 20px;
}
.blob--image--extra-large .image-content__side__heading .image-content__side__heading__text {
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .blob--image--extra-large .image-content__side__heading .image-content__side__heading__text {
    font-size: 18px;
    line-height: 24px;
  }
}
.image-content__side__heading__text {
  margin: 0;
}
.blob--image--small {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .blob--image--small {
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .blob--image--small .image-content__side--right,
  .blob--image--small .image-content--image-right .image-content__side--left {
    position: relative;
    padding-right: 45px;
  }
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .blob--image--medium .image-content--image-left .image-content__side--right,
  .blob--image--medium .image-content--image-right .image-content__side--left {
    width: 475px;
  }
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .blob--image--small .image-content--image-left .image-content__side--right,
  .blob--image--small .image-content--image-right .image-content__side--left {
    width: 600px;
  }
}
.image-content__side__arrow {
  display: none;
  margin-top: -20px;
  position: absolute;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .blob--image--small .image-content__side__arrow {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .two-column-content .blob--image-with-icon__inner {
    margin: 20px 0;
  }
}
.image-with-icon {
  *zoom: 1;
  zoom: 1;
}
.image-with-icon:before,
.image-with-icon:after {
  display: table;
  content: "";
  line-height: 0;
}
.image-with-icon:after {
  clear: both;
}
.image-with-icon:before,
.image-with-icon:after {
  content: '';
  display: table;
}
.image-with-icon:after {
  clear: both;
}
.image-with-icon__icon {
  float: left;
}
.image-with-icon__content {
  margin-left: 80px;
}
.image-with-icon__content__heading__text {
  color: #065180;
  margin: 0;
}
.image-with-icon__content__body {
  margin: 10px 0 25px;
}
.image-with-icon__content__button {
  float: left;
  margin-right: 20px;
}
.image-with-icon__content__description {
  margin-left: 117px;
}
.blob--carousel {
  background-color: #ebedee;
  border-color: #bbbbbb;
  border-style: solid;
  border-width: 1px 0;
  margin: 40px 0;
}
.blob--carousel__inner {
  border-top: 1px solid #ffffff;
  margin: 0;
  overflow: hidden;
}
.headline .blob--carousel__inner,
.baseline .blob--carousel__inner {
  width: auto;
}
.blob--carousel__inner__heading {
  margin: 40px auto 20px;
  width: 940px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .blob--carousel__inner__heading {
    width: 724px;
  }
}
@media screen and (max-width: 767px) {
  .blob--carousel__inner__heading {
    width: 300px;
  }
}
.carousel-content {
  margin: 0 auto;
  padding: 0 0 40px 50%;
  position: relative;
}
.carousel-content__wrapper {
  *zoom: 1;
  zoom: 1;
  height: 172px;
  margin: 0 0 0 -86px;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}
.carousel-content__wrapper:before,
.carousel-content__wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.carousel-content__wrapper:after {
  clear: both;
}
.carousel-content__wrapper:before,
.carousel-content__wrapper:after {
  content: '';
  display: table;
}
.carousel-content__wrapper:after {
  clear: both;
}
.carousel-content__item {
  -webkit-box-shadow: 0 0 5px #333333;
  -moz-box-shadow: 0 0 5px #333333;
  -o-box-shadow: 0 0 5px #333333;
  box-shadow: 0 0 5px #333333;
  float: left;
  height: 172px;
  list-style: none;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
  width: 172px;
}
.carousel-content__item__link {
  display: block;
  height: 172px;
  width: 172px;
}
.carousel-content__item__image {
  height: 172px;
  width: 172px;
}
.carousel-content__item__text {
  background: #2e5063;
  background: rgba(46, 80, 99, 0.8);
  bottom: 0;
  color: #ffffff;
  font-family: "Futura W01 Medium", sans-serif;
  font-size: 18px;
  left: 0;
  line-height: 22px;
  padding: 8px 15px;
  position: absolute;
  right: 0;
}
.carousel-content__button {
  background-color: transparent;
  background-position: left top;
  background-repeat: repeat-y;
  border: 0;
  bottom: 0;
  position: absolute;
  top: 0;
  width: 60px;
}
.carousel-content__button--prev {
  background-image: url("/assets/images/global/backgrounds/carousel-button-left.png");
  left: 0;
}
.carousel-content__button--next {
  background-image: url("/assets/images/global/backgrounds/carousel-button-right.png");
  right: 0;
}
.carousel-content__button__image {
  position: absolute;
  top: 70px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .carousel-content__button__image {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .carousel-content__button__image {
    display: none;
  }
}
.carousel-content__button__image--prev {
  left: 24px;
}
.carousel-content__button__image--next {
  right: 24px;
}
.blob--video--large .video-content__video {
  height: 345px;
  width: 460px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .blob--video--large .video-content__video {
    height: 264px;
    width: 352px;
  }
}
@media screen and (max-width: 767px) {
  .blob--video--large .video-content__video {
    height: 225px;
    margin-bottom: 15px;
    width: 300px;
  }
}
.blob--video--medium .video-content__video {
  height: 225px;
  width: 300px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .blob--video--medium .video-content__video {
    height: 171px;
    width: 228px;
  }
}
@media screen and (max-width: 767px) {
  .blob--video--medium .video-content__video {
    height: 225px;
    margin-bottom: 15px;
    width: 300px;
  }
}
.video-content__video__link,
.video-content__video__thumbnail,
.video-content__video__frame {
  height: 100%;
  width: 100%;
}
.video-content--video-right .video-content__side--right {
  float: right;
}
@media screen and (max-width: 767px) {
  .video-content--video-right .video-content__side--right {
    float: none;
  }
}
.video-content__side__heading {
  display: block;
}
.video-content__side__heading:hover,
.video-content__side__heading:focus {
  text-decoration: none;
}
.blob--video--medium .video-content__side__heading,
.blob--video--large .video-content__side__heading {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .blob--video--medium .video-content__side__heading,
  .blob--video--large .video-content__side__heading {
    font-size: 22px;
    line-height: 26px;
  }
}
.blob--video--large .video-content__side__heading {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .blob--video--large .video-content__side__heading {
    margin-top: 0;
  }
}
.video-content__side__heading__text {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .blob--video .video-content--video-left .video-content__side--right,
  .blob--video .video-content--video-right .video-content__side--left {
    position: relative;
    padding-right: 45px;
  }
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .blob--video--medium .video-content--video-left .video-content__side--right,
  .blob--video--medium .video-content--video-right .video-content__side--left {
    width: 475px;
  }
}
.video-content__side__arrow {
  display: none;
  margin-top: -20px;
  position: absolute;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .blob--video .video-content__side__arrow {
    display: block;
  }
}
.custom-modal {
  margin-left: -485px;
  width: 970px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .custom-modal {
    margin-left: -377px;
    width: 754px;
  }
}
@media screen and (max-width: 767px) {
  .custom-modal {
    margin: 0;
    width: auto;
  }
}
.custom-modal .ptp__heading {
  margin-top: 0;
}
.custom-modal__header {
  background-color: #2c6692;
  background-image: -moz-linear-gradient(top, #356e9a, #1e5986);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#356e9a), to(#1e5986));
  background-image: -webkit-linear-gradient(top, #356e9a, #1e5986);
  background-image: -o-linear-gradient(top, #356e9a, #1e5986);
  background-image: linear-gradient(to bottom, #356e9a, #1e5986);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff356e9a', endColorstr='#ff1e5986', GradientType=0);
  border-bottom: 1px solid #666666;
}
.custom-modal__heading {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -o-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -o-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  color: #ffffff;
  font-family: "Futura W01 Heavy", sans-serif;
  font-size: 22px;
  text-shadow: 1px 1px 0px #111111;
}
button.custom-modal__close {
  background: url("/assets/images/global/icons/close-large.png") left top no-repeat;
  height: 27px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  opacity: 1;
  width: 26px;
}
button.custom-modal__close:hover,
button.custom-modal__close:focus {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .modal-header button.custom-modal__close {
    margin: 0;
    padding: 0;
  }
}
.testimonials {
  *zoom: 1;
  zoom: 1;
  list-style-type: none;
  padding: 0;
}
.testimonials:before,
.testimonials:after {
  display: table;
  content: "";
  line-height: 0;
}
.testimonials:after {
  clear: both;
}
.testimonials:before,
.testimonials:after {
  content: '';
  display: table;
}
.testimonials:after {
  clear: both;
}
.testimonials__item {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .testimonials__item {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
.testimonials__item:last-child {
  margin-right: 0;
}
.testimonials__item__image {
  margin-bottom: 20px;
}
.blob--generic__inner *:first-child {
  margin-top: 0;
}
.blob--planpromo table {
  margin: auto;
}
.blob--planpromo table tbody tr td,
.blob--planpromo table tbody tr th {
  background: none;
  padding: 0;
  border: 0;
}
.blob--planpromo .blob__inner {
  margin: 5px 0;
}
.blob--enrollmentpromo {
  margin: 0 auto;
  width: 940px;
  background-image: -webkit-linear-gradient(to bottom, #efefef, #ffffff);
  background-image: -moz-linear-gradient(to bottom, #efefef, #ffffff);
  background-image: -ms-linear-gradient(to bottom, #efefef, #ffffff);
  background-image: -o-linear-gradient(to bottom, #efefef, #ffffff);
  background-image: linear-gradient(to bottom, #efefef, #ffffff);
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  float: right;
  margin: 30px 0 0;
  padding: 10px 15px;
  width: 350px;
  margin-left: 20px;
}
.headline .blob--enrollmentpromo .blob__inner {
  width: auto;
}
@media screen and (max-width: 767px) {
  .blob--enrollmentpromo {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.blob--enrollmentpromo h4 {
  font-size: 18px;
  line-height: 20px;
}
.blob--enrollmentpromo p {
  font-size: 14px;
  line-height: 18px;
}
.blob--enrollmentpromo hr {
  margin: 0 -15px;
}
.blob--enrollmentpromo table {
  margin: auto;
}
.blob--enrollmentpromo table tbody tr td,
.blob--enrollmentpromo table tbody tr th {
  background: none;
  padding: 0;
  border: 0;
}
.blob--enrollmentpromo .blob__inner {
  margin: auto;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .blob--enrollmentpromo {
    width: 724px;
  }
}
@media screen and (max-width: 767px) {
  .blob--enrollmentpromo {
    width: 300px;
  }
}
.print-body .blob--enrollmentpromo {
  display: none;
}
@media print {
  .blob--enrollmentpromo {
    display: none;
  }
}
/*
<div class="author">
    <span class="name">Wendy Jones</span>
    <span class="title">Executive Director</span>
    <span class="company"RTS Management Co.</span>
</div>
*/
.author {
  border-left: 3px solid #065180;
  font-family: "Futura W01 Medium", sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 20px 22px;
  padding-left: 12px;
}
.author span {
  display: block;
}
.author .name {
  font-family: "Futura W01 Heavy", sans-serif;
  font-weight: bold;
}
.author--white {
  border-color: #ffffff;
  color: #ffffff;
}
figure,
.figure {
  float: right;
  margin: 15px 0 22px 35px;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  figure,
  .figure {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
figure img,
.figure img {
  margin-bottom: 0;
}
figcaption,
.figcaption {
  background-color: #1e5d8e;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  margin-top: 1px;
  padding: 12px 15px;
}
figcaption p,
.figcaption p {
  margin-bottom: 0;
  margin-top: 12px;
}
figcaption p:first-child,
.figcaption p:first-child {
  margin-top: 0;
}
.search-page {
  margin: 0 auto;
  max-width: 960px;
  padding-top: 50px;
  position: relative;
}
.search-page .cta-headline--search__content {
  bottom: auto;
  left: auto;
}
.search-page .cta-headline--search__content__right {
  margin-top: 0;
}
.search-page .form--search-page .form--search-page__header {
  width: 75%;
}
.search-page .form--search-page .form--search-page__header > h1 {
  margin-top: 0;
  padding-top: 0;
}
.search-page .form--search-page .form--search-page__fields .field {
  float: left;
}
.search-page .form--search-page .form--search-page__fields input.field--placeholder__text__input {
  border-radius: 5px 0 0 5px;
  width: 345px;
}
.search-page .form--search-page .form--search-page__fields a.field--button__input {
  border-radius: 0 5px 5px 0;
  height: 37px;
  position: relative;
  width: 35px;
}
.search-page .form--search-page .form--search-page__fields a.field--button__input > img {
  margin: auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.search-page .form--search-page .form--search-page__footer > hr {
  border-top-color: #bbb;
}
.search-page .search-results {
  margin-bottom: 50px;
  max-width: 700px;
}
.search-page .search-results .search-results__info {
  color: #000;
  font-family: "Futura W01 Heavy", sans-serif;
  font-size: 17px;
  margin-top: 30px;
}
.search-page .search-results .search-result .search-result__link {
  margin: 40px 0 8px 0;
}
.search-page .search-results .search-result .search-result__link > a {
  color: #1e5d8e;
  font-family: "Futura W01 Heavy", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.search-page .search-results .search-result p.search-result__body {
  font-family: "Futura W01 Medium", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.search-page .search-results__more {
  margin-bottom: 60px;
}
.search-page .search-results__more a.search-results__more__text {
  color: #FFF;
  display: block;
  font-family: "Futura W01 Light", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  text-shadow: 0 1px 0 #000;
  width: 180px;
}
.search-page .search-results__more a.search-results__more__text:hover {
  text-decoration: none;
}
.search-page .search-results__more .search-results__more__button {
  background-image: url("/assets/images/global/buttons/search-more-button-sprite.png");
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 52px;
  line-height: 52px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 180px;
}
.search-page .search-results__more .search-results__more__button:active {
  background-position: center bottom;
}
@media (max-width: 767px) {
  .search-page {
    max-width: 300px;
  }
  .search-page .form--search-page__fields {
    position: relative;
  }
  .search-page .form--search-page__fields .field--placeholder-text {
    float: none;
  }
  .search-page .form--search-page__fields .field--placeholder-text input.field--placeholder__text__input {
    width: 265px;
  }
  .search-page .form--search-page__fields .field--button {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .search-page {
    max-width: 700px;
  }
}
.ptp__page {
  background: #ffffff url("/assets/images/global/backgrounds/enrollment.gif") left bottom repeat-x;
  *zoom: 1;
  zoom: 1;
  margin-top: -14px;
  margin-bottom: -70px;
  padding-bottom: 128px;
}
.ptp__page:before,
.ptp__page:after {
  display: table;
  content: "";
  line-height: 0;
}
.ptp__page:after {
  clear: both;
}
.ptp__page:before,
.ptp__page:after {
  content: '';
  display: table;
}
.ptp__page:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .ptp__page {
    margin-top: 0;
    padding-bottom: 110px;
  }
}
.ptp__heading {
  font-size: 40px;
  line-height: 50px;
  margin: 35px 0 15px;
}
@media screen and (max-width: 767px) {
  .ptp__heading {
    font-size: 30px;
    line-height: 30px;
  }
}
.ptp__content {
  *zoom: 1;
  zoom: 1;
}
.ptp__content:before,
.ptp__content:after {
  display: table;
  content: "";
  line-height: 0;
}
.ptp__content:after {
  clear: both;
}
.ptp__content:before,
.ptp__content:after {
  content: '';
  display: table;
}
.ptp__content:after {
  clear: both;
}
.ptp__left {
  float: left;
  margin-top: 40px;
  width: 640px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .ptp__left {
    width: 496px;
  }
}
@media screen and (max-width: 767px) {
  .ptp__left {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
}
.ptp__right {
  float: right;
  margin-top: 40px;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .ptp__right {
    border-top: 1px solid #bbbbbb;
    *zoom: 1;
    zoom: 1;
    float: none;
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
  }
  .ptp__right:before,
  .ptp__right:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .ptp__right:after {
    clear: both;
  }
  .ptp__right:before,
  .ptp__right:after {
    content: '';
    display: table;
  }
  .ptp__right:after {
    clear: both;
  }
}
.customer-buttons {
  *zoom: 1;
  zoom: 1;
  margin-bottom: 40px;
}
.customer-buttons:before,
.customer-buttons:after {
  display: table;
  content: "";
  line-height: 0;
}
.customer-buttons:after {
  clear: both;
}
.customer-buttons:before,
.customer-buttons:after {
  content: '';
  display: table;
}
.customer-buttons:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .customer-buttons {
    margin-bottom: 0;
  }
}
.customer-toggle,
.ldcs .field--button {
  float: left;
  height: 68px;
  margin-right: 20px;
  width: 300px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .customer-toggle,
  .ldcs .field--button {
    width: 228px;
  }
}
@media screen and (max-width: 767px) {
  .customer-toggle,
  .ldcs .field--button {
    float: none;
    font-size: 14px;
    height: 50px;
    margin: 0 0 20px 0;
    width: 100%;
  }
}
.ldcs {
  *zoom: 1;
  zoom: 1;
  margin-bottom: 34px;
}
.ldcs:before,
.ldcs:after {
  display: table;
  content: "";
  line-height: 0;
}
.ldcs:after {
  clear: both;
}
.ldcs:before,
.ldcs:after {
  content: '';
  display: table;
}
.ldcs:after {
  clear: both;
}
.ldcs .field--button {
  margin-bottom: 16px;
}
.current-customer {
  float: right;
}
@media screen and (max-width: 767px) {
  .current-customer {
    margin-top: 20px;
  }
}
.ptp__form .field--text__input {
  font-size: 16px;
  padding: 20px;
  height: auto;
  width: 440px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .ptp__form .field--text__input {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .ptp__form .field--text__input {
    width: 260px;
  }
}
.customer-toggle .field--button__input,
.ldcs .field--button__input {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #ffffff, #efefef);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#efefef));
  background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
  background-image: -o-linear-gradient(top, #ffffff, #efefef);
  background-image: linear-gradient(to bottom, #ffffff, #efefef);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffefefef', GradientType=0);
  border: 1px solid #bbbbbb;
  -webkit-box-shadow: 0 2px 2px #bbbbbb;
  -moz-box-shadow: 0 2px 2px #bbbbbb;
  -o-box-shadow: 0 2px 2px #bbbbbb;
  box-shadow: 0 2px 2px #bbbbbb;
  color: #333333;
  display: table;
  float: none;
  font-size: 16px;
  height: 100%;
  padding: 0 60px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 0 #ffffff;
  white-space: normal;
  width: 100%;
}
.customer-toggle .field--button__input span,
.ldcs .field--button__input span {
  display: table-cell;
  vertical-align: middle;
}
.customer-toggle .field--button__input img,
.ldcs .field--button__input img {
  display: none;
}
.customer-toggle .field--button__input:hover,
.ldcs .field--button__input:hover,
.customer-toggle .field--button__input:focus,
.ldcs .field--button__input:focus,
.customer-toggle .field--button__input:active,
.ldcs .field--button__input:active {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #ffffff, #efefef);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#efefef));
  background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
  background-image: -o-linear-gradient(top, #ffffff, #efefef);
  background-image: linear-gradient(to bottom, #ffffff, #efefef);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffefefef', GradientType=0);
  color: #333333;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .customer-toggle .field--button__input,
  .ldcs .field--button__input {
    padding: 0 40px;
  }
}
.selected .field--button__input {
  background: #1b8dcd url("/assets/images/global/icons/check-circle-white.png") 20px center no-repeat;
  -webkit-box-shadow: inset 0px 0px 10px #666666;
  -moz-box-shadow: inset 0px 0px 10px #666666;
  -o-box-shadow: inset 0px 0px 10px #666666;
  box-shadow: inset 0px 0px 10px #666666;
  color: #ffffff;
}
.selected .field--button__input:hover,
.selected .field--button__input:focus,
.selected .field--button__input:active {
  background: #1b8dcd url("/assets/images/global/icons/check-circle-white.png") 20px center no-repeat;
  -webkit-box-shadow: inset 0px 0px 10px #666666;
  -moz-box-shadow: inset 0px 0px 10px #666666;
  -o-box-shadow: inset 0px 0px 10px #666666;
  box-shadow: inset 0px 0px 10px #666666;
  color: #ffffff;
}
.ptp__form__field__container {
  margin-bottom: 30px;
}
.ptp__form__field__container .tooltip {
  width: 200px;
}
.ptp__form__field {
  position: relative;
}
.ptp__form__field .field {
  margin-top: 0;
}
.ptp__form__field .field__label {
  display: none;
}
.ptp__form__field .field__wrapper {
  margin: 0;
}
.ptp__form__field.ptp__form__field--location {
  z-index: 999999;
}
.ptp__form__field__link {
  margin-right: 10px;
}
.ptp__form__field__link--hide {
  background: url("/assets/images/global/icons/close-small.png") left center no-repeat;
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  height: 20px;
  left: 480px;
  margin-top: -10px;
  margin-right: 0;
  position: absolute;
  top: 50%;
  width: 20px;
  z-index: 4;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .ptp__form__field__link--hide {
    left: 440px;
  }
}
@media screen and (max-width: 767px) {
  .ptp__form__field__link--hide {
    left: 280px;
  }
}
.ptp__pagination {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .ptp__pagination {
    margin-top: 25px;
  }
}
.ptp__button--prev {
  color: #333333;
  background: url("/assets/images/global/icons/arrow-back.png") left center no-repeat;
  padding: 5px 0 5px 35px;
}
.ptp__button--prev:hover,
.ptp__button--prev:focus {
  color: #333333;
}
.ptp__button--prev.loading {
  background: url("/assets/images/global/icons/ajax-loader.gif") left top no-repeat;
}
.ptp__button--next {
  background: url("/assets/images/global/buttons/next-step.png") left top no-repeat;
  float: right;
  height: 70px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 178px;
}
@media screen and (max-width: 767px) {
  .ptp__button--next {
    background: url("/assets/images/global/buttons/next-step-small.png") left top no-repeat;
    height: 54px;
    width: 147px;
  }
}
.ptp__button--next.loading {
  background: url("/assets/images/global/icons/ajax-loader.gif") left top no-repeat;
}
.ptp__button--call {
  background: url("/assets/images/global/buttons/call-to-enroll-small.png") left top no-repeat;
  display: none;
  float: left;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  height: 54px;
  width: 147px;
}
@media screen and (max-width: 767px) {
  .ptp__button--call {
    display: inline;
  }
}
.tooltip-link {
  cursor: pointer;
}
.enrollment__buttons .field--button.field--button_right {
  text-align: right;
}
.enrollment__buttons .field--button.field--button_right .field--button__input {
  float: none;
}
.plans__top {
  border-bottom: 1px solid #bbbbbb;
  *zoom: 1;
  zoom: 1;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.plans__top:before,
.plans__top:after {
  display: table;
  content: "";
  line-height: 0;
}
.plans__top:after {
  clear: both;
}
.plans__top:before,
.plans__top:after {
  content: '';
  display: table;
}
.plans__top:after {
  clear: both;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .plans__top {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .plans__top {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.plans__top__content .ptp__heading {
  font-size: 50px;
  line-height: 60px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .plans__top__content .ptp__heading {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .plans__top__content .ptp__heading {
    font-size: 30px;
    line-height: 34px;
  }
}
.plan__address {
  color: #2eb135;
  display: block;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
}
.plan__address:focus,
.plan__address:hover {
  color: #2eb135;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .plan__address {
    display: inline;
  }
}
.plan__address__edit {
  color: #065180;
  font-size: 16px;
  margin-left: 10px;
  text-decoration: underline;
  vertical-align: baseline;
}
.plans__promo__link {
  font-size: 14px;
  line-height: 20px;
}
.plans__promo__link--top {
  float: right;
  margin-top: 48px;
  width: 205px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .plans__promo__link--top {
    margin-top: 32px;
    width: 115px;
  }
}
@media screen and (max-width: 767px) {
  .plans__promo__link--top {
    float: none;
    display: none;
  }
}
.plans__promo__link--bottom {
  display: none;
}
@media screen and (max-width: 767px) {
  .plans__promo__link--bottom {
    display: block;
    margin-top: 35px;
  }
}
.plans__sort-by {
  margin-bottom: 40px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .plans__sort-by {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .plans__sort-by {
    margin-bottom: 30px;
    width: 100%;
  }
}
.plans__sort-by .field__label {
  display: none;
}
.plans__sort-by .field__wrapper {
  margin: 0;
}
.plans__list {
  *zoom: 1;
  zoom: 1;
  list-style: none;
  margin-right: -20px;
  padding: 0;
  position: relative;
}
.plans__list:before,
.plans__list:after {
  display: table;
  content: "";
  line-height: 0;
}
.plans__list:after {
  clear: both;
}
.plans__list:before,
.plans__list:after {
  content: '';
  display: table;
}
.plans__list:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .plans__list {
    margin-right: 0;
  }
}
.plans__list__item {
  float: left;
  margin: 0 20px 20px 0;
  width: 220px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .plans__list__item {
    width: 228px;
  }
}
@media screen and (max-width: 767px) {
  .plans__list__item {
    float: none;
    margin: 0 auto 20px auto;
    width: 300px;
  }
}
.plans__list__item--learn-more {
  clear: both;
  float: none;
  width: auto;
}
.plan__more {
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #666666;
  -moz-box-shadow: 0 0 5px #666666;
  -o-box-shadow: 0 0 5px #666666;
  box-shadow: 0 0 5px #666666;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #ffffff, #efefef);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#efefef));
  background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
  background-image: -o-linear-gradient(top, #ffffff, #efefef);
  background-image: linear-gradient(to bottom, #ffffff, #efefef);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffefefef', GradientType=0);
  display: none;
  left: 0;
  padding: 20px 30px 15px;
  position: relative;
  top: 100%;
  width: 880px;
  z-index: 9;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .plan__more {
    width: 664px;
  }
}
@media screen and (max-width: 767px) {
  .plan__more {
    width: 240px;
  }
}
.plans__list__item--learn-more .plan__more {
  display: block;
}
.plan__more__top,
.plan__more__bottom {
  *zoom: 1;
  zoom: 1;
}
.plan__more__top:before,
.plan__more__bottom:before,
.plan__more__top:after,
.plan__more__bottom:after {
  display: table;
  content: "";
  line-height: 0;
}
.plan__more__top:after,
.plan__more__bottom:after {
  clear: both;
}
.plan__more__top:before,
.plan__more__bottom:before,
.plan__more__top:after,
.plan__more__bottom:after {
  content: '';
  display: table;
}
.plan__more__top:after,
.plan__more__bottom:after {
  clear: both;
}
.plan__more__components {
  float: left;
  font-size: 14px;
  width: 305px;
}
@media screen and (max-width: 767px) {
  .plan__more__components {
    float: none;
    width: 100%;
  }
}
.plan__more__documents {
  float: right;
  width: 430px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .plan__more__documents {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .plan__more__documents {
    float: none;
    width: 100%;
  }
}
.plan__more__close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.plan__more__heading {
  font-family: "Futura W01 Heavy", sans-serif;
  font-size: 18px;
  margin: 0 0 6px;
  text-transform: uppercase;
}
.plan__more__component__name {
  font-weight: bold;
}
.plan__more__component__prices {
  border: 0;
  margin: 0 0 20px;
}
.plan__more__component__prices td {
  background: none;
  border: 0;
  padding: 0;
}
.plan__more__component__prices tr:nth-child(2n+1) td {
  background: 0;
}
.plan__more__component__prices__label {
  width: 250px;
}
.documents__list {
  font-size: 14px;
  list-style-type: none;
  padding: 0;
}
.documents__list__item {
  background: url("/assets/images/global/icons/pdf.png") left 3px no-repeat;
  padding-left: 20px;
}
.plan__rates {
  background: #ffffff;
  float: left;
  margin: 30px 0 0;
  width: 485px;
}
.single-plan .plan__rates {
  width: 400px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .plan__rates {
    width: 320px;
  }
  .single-plan .plan__rates {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .plan__rates {
    float: none;
    margin-left: -10px;
    width: 320px;
  }
  .single-plan .plan__rates {
    width: 260px;
  }
}
.plan__rates thead th {
  border-right: 0;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  text-shadow: 0 0 0 #ffffff;
  text-transform: none;
}
.plan__rates thead th:first-child {
  border-left: 0;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .plan__rates thead th {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 0;
    width: 75px;
  }
}
@media screen and (max-width: 767px) {
  .plan__rates thead th {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 0;
    width: 75px;
  }
}
.plan__rates td {
  border-bottom: 0;
  border-left: 1px solid #bbbbbb;
  font-family: "Futura W01 Medium", sans-serif;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
}
.plan__rates td:first-child {
  border-left: 0;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .plan__rates td {
    font-size: 11px;
    line-height: 15px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .plan__rates td {
    font-size: 11px;
    line-height: 15px;
    padding: 10px 0;
  }
}
.plan__rates tr:nth-child(2n+1) td {
  background: 0;
}
.plan__rates .plan__rate__price {
  font-family: "Futura W01 Heavy", sans-serif;
  font-size: 28px;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .plan__rates .plan__rate__price {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .plan__rates .plan__rate__price {
    font-size: 20px;
  }
}
.plan__more__sign-up {
  margin-top: 30px;
  float: right;
}
@media screen and (max-width: 767px) {
  .plan__more__sign-up {
    float: none;
  }
}
.plan__more__footnote {
  border-top: 1px solid #bbbbbb;
  font-size: 11px;
  line-height: 15px;
  margin-top: 30px;
  padding-top: 30px;
}
.plan__details {
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #efefef, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efefef), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #efefef, #ffffff);
  background-image: -o-linear-gradient(top, #efefef, #ffffff);
  background-image: linear-gradient(to bottom, #efefef, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefef', endColorstr='#ffffffff', GradientType=0);
}
.container__plan--green-plan .plan__details {
  background-color: #d5efd7;
  background-image: -moz-linear-gradient(top, #d5efd7, #d5efd7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d5efd7), to(#d5efd7));
  background-image: -webkit-linear-gradient(top, #d5efd7, #d5efd7);
  background-image: -o-linear-gradient(top, #d5efd7, #d5efd7);
  background-image: linear-gradient(to bottom, #d5efd7, #d5efd7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd5efd7', endColorstr='#ffd5efd7', GradientType=0);
}
.plan__type,
.plan__price,
.plan__description,
.plan__benefits {
  font-size: 14px;
}
.plan__type {
  background: #1e5d8e;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  margin-left: -10px;
  margin-top: 16px;
  padding: 2px 10px 4px;
  position: relative;
  text-transform: uppercase;
  width: 122px;
}
.container__plan--green-plan .plan__type {
  background: #1b8dcd;
}
.plan__type:before {
  border-color: transparent #1e5d8e;
  border-style: solid;
  border-width: 0 10px 10px 0;
  bottom: -10px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.container__plan--green-plan .plan__type:before {
  border-color: transparent #1b8dcd;
}
.plan__info {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .plan__info {
    min-height: 0;
  }
}
.plan__name {
  color: #2eb135;
  font-family: "Futura W01 Medium", sans-serif;
  font-size: 28px;
  line-height: 32px;
}
.plan__name a {
  color: #2eb135;
}
.plan__price {
  font-family: "Futura W01 Heavy", sans-serif;
  margin: 24px 0 15px;
  text-transform: uppercase;
}
.plan__price__number {
  font-size: 48px;
  letter-spacing: -2px;
  text-transform: none;
}
.plan__benefits {
  font-weight: bold;
  list-style-type: none;
  margin-top: 15px;
  padding: 0;
}
.plan__benefits__benefit {
  background: url("/assets/images/global/icons/check-circle-green-small.png") left top no-repeat;
  padding-left: 28px;
}
.plan__buttons {
  height: 115px;
  margin-bottom: 20px;
  text-align: center;
}
.plan__link {
  cursor: pointer;
}
.plan__link--sign-up {
  background-image: url("/assets/images/global/buttons/plan-sign-up.png");
  background-position: left top;
  background-repeat: no-repeat;
  height: 40px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin-bottom: 20px;
  padding: 0;
  width: 190px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .plan__link--sign-up {
    background-image: url("/assets/images/global/buttons/plan-sign-up-tablet.png");
    width: 196px;
  }
}
@media screen and (max-width: 767px) {
  .plan__link--sign-up {
    background-image: url("/assets/images/global/buttons/plan-sign-up-mobile.png");
    width: 268px;
  }
}
.plan__link--learn-more {
  background: url("/assets/images/global/icons/arrow-down.png") center bottom no-repeat;
  border: 0;
  font-family: "Futura W01 Heavy", sans-serif;
  font-size: 12px;
  padding: 0 0 15px;
  text-transform: uppercase;
}
[data-learn-more] .plan__link--learn-more {
  display: none;
}
.plan__link--more-plans {
  background-image: url("/assets/images/global/buttons/plan-show-more.png");
  background-position: left top;
  background-repeat: no-repeat;
  height: 54px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin-left: 304px;
  padding: 0;
  width: 180px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .plan__link--more-plans {
    margin-left: 200px;
  }
}
@media screen and (max-width: 767px) {
  .plan__link--more-plans {
    background-image: url("/assets/images/global/buttons/plan-show-more-mobile.png");
    margin-left: 15px;
    width: 142px;
  }
}
.plan__more__arrow {
  background: url("/assets/images/global/backgrounds/plans-more-arrow.png") center top no-repeat;
  display: none;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  height: 60px;
  margin-top: 57px;
  position: relative;
  width: 100%;
  z-index: 0;
}
[data-learn-more] .plan__more__arrow {
  display: block;
}
@media screen and (max-width: 767px) {
  .ptp__pagination--plans {
    text-align: center;
  }
}
.plans__legal {
  font-size: 11px;
  line-height: 15px;
  margin: 55px 0 32px;
}
@media screen and (max-width: 767px) {
  .plans__legal {
    margin: 30px 0 20px;
  }
}
.plans__flash-notification {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 40px;
  width: 642px;
}
.plans__flash-notification .plans_flash-notification-image-link {
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .plans__flash-notification {
    padding-left: 0;
    padding-top: 43px;
    width: auto;
  }
}
.plan__more__component_sign_up {
  float: right;
  width: 430px;
  text-align: right;
  margin-top: 40px;
}
.button--view-plans {
  background: url("/assets/images/global/buttons/view-plans.png") left top no-repeat;
  display: block;
  height: 40px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin-bottom: 20px;
  width: 190px;
}
.button--view-plans:hover,
.button--view-plans:focus,
.button--view-plans:active {
  background: url("/assets/images/global/buttons/view-plans.png") left top no-repeat;
}
@media screen and (max-width: 767px) {
  .button--view-plans {
    background: url("/assets/images/global/buttons/view-plans-small.png") left top no-repeat;
    height: 70px;
    width: 176px;
  }
  .button--view-plans:hover,
  .button--view-plans:focus,
  .button--view-plans:active {
    background: url("/assets/images/global/buttons/view-plans-small.png") left top no-repeat;
  }
}
.plan__info__row {
  *zoom: 1;
  zoom: 1;
  padding: 30px;
  border-bottom: 1px solid #bbbbbb;
}
.plan__info__row:before,
.plan__info__row:after {
  display: table;
  content: "";
  line-height: 0;
}
.plan__info__row:after {
  clear: both;
}
.plan__info__row:before,
.plan__info__row:after {
  content: '';
  display: table;
}
.plan__info__row:after {
  clear: both;
}
.plan__info__row--first {
  padding: 15px 15px 30px;
}
.plan__info__row--last {
  border: 0;
}
.plan__info__row__block {
  float: left;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .plan__info__row__block {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
}
.plan__info__row__block--components,
.plan__info__row__block--documents,
.plan__info__row__block--description {
  width: 305px;
}
@media screen and (max-width: 767px) {
  .plan__info__row__block--components,
  .plan__info__row__block--documents,
  .plan__info__row__block--description {
    width: 100%;
  }
}
.plan__info__row__block--components,
.plan__info__row__block--documents {
  margin-right: 130px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .plan__info__row__block--components,
  .plan__info__row__block--documents {
    margin-right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .plan__info__row__block--components,
  .plan__info__row__block--documents {
    margin: 0;
  }
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .plan__info__row__block--documents {
    margin-right: 0;
  }
}
.plan__info__row__block--benefits {
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  margin: 0 20px 0 0;
  padding: 0 20px;
  width: 280px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .plan__info__row__block--benefits {
    border: 0;
    margin: 0 0 30px 0;
    padding: 0;
    width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .plan__info__row__block--benefits {
    border: 0;
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
  }
}
.plan__benefits__benefit--single-plan {
  margin-top: 0;
}
.plan__price--single-plan {
  margin-top: 10px;
}
.plan__info__row__block--sign-up {
  margin-right: 0;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .plan__info__row__block--sign-up {
    clear: both;
    float: none;
    text-align: center;
    width: 100%;
  }
}
.plan__more__footnote--single-plan {
  border: 0;
  margin: 0;
  padding: 0;
}
.plan__rates--single-plan {
  clear: both;
  float: none;
}
.button-wrapper--confirm {
  margin-bottom: 25px;
}
.button-image--confirm {
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 15px;
  text-align: center;
}
.button-image--confirm .field--button__input {
  background: url("/assets/images/global/buttons/confirm.png") left top no-repeat;
  float: none;
  display: inline-block;
  height: 40px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 116px;
}
.button-image--confirm .field--button__input:hover,
.button-image--confirm .field--button__input:focus,
.button-image--confirm .field--button__input:active {
  background: url("/assets/images/global/buttons/confirm.png") left top no-repeat;
}
.button-image--continue {
  float: left;
  margin-top: 5px;
  text-align: center;
}
.button-image--continue .field--button__input {
  background: url("/assets/images/global/buttons/continue.png") left top no-repeat;
  float: none;
  display: inline-block;
  height: 40px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 116px;
}
.button-image--continue .field--button__input:hover,
.button-image--continue .field--button__input:focus,
.button-image--continue .field--button__input:active {
  background: url("/assets/images/global/buttons/continue.png") left top no-repeat;
}
@media screen and (max-width: 767px) {
  .button-image--continue {
    float: none;
    text-align: center;
  }
}
.modal--confirm-referral__form {
  *zoom: 1;
  zoom: 1;
}
.modal--confirm-referral__form:before,
.modal--confirm-referral__form:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal--confirm-referral__form:after {
  clear: both;
}
.modal--confirm-referral__form:before,
.modal--confirm-referral__form:after {
  content: '';
  display: table;
}
.modal--confirm-referral__form:after {
  clear: both;
}
.modal--confirm-referral__form .field--text {
  float: left;
  margin-top: 12px;
  margin-right: 10px;
  width: 345px;
}
.modal--confirm-referral__form .field--text .field--text__label {
  display: none;
}
.modal--confirm-referral__form .field--text .field__wrapper {
  margin: 0;
}
.modal--confirm-referral__form .field--text .field--text__input {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal--confirm-referral__form .field--text {
    float: none;
    margin: 0;
    width: 100%;
  }
}
.page--enrollment {
  padding-bottom: 165px;
}
.header--enrollment {
  background: url("/assets/images/global/backgrounds/header-enrollment.png") left top repeat-x;
  padding-top: 20px;
}
.print-body .header--enrollment {
  background: none;
  padding: 0;
}
@media print {
  .header--enrollment {
    background: none;
    padding: 0;
  }
}
.breadcrumbs--enrollment {
  float: left;
  margin: 21px 0;
  padding: 0;
}
.print-body .breadcrumbs--enrollment {
  display: none;
}
@media print {
  .breadcrumbs--enrollment {
    display: none;
  }
}
.breadcrumbs__item--selected {
  background: url("/assets/images/global/backgrounds/breadcrumb-divider-selected-before.png") left center no-repeat;
}
.breadcrumbs__item--selected + .breadcrumbs__item {
  background: url("/assets/images/global/backgrounds/breadcrumb-divider-selected.png") left center no-repeat;
}
.breadcrumbs__item--selected__link {
  background: url("/assets/images/global/backgrounds/breadcrumb-selected.png") left center repeat-x;
  margin: 0;
  padding: 9px 8px 10px 15px;
}
.footer--enrollment {
  height: auto;
}
.footer--enrollment__legal {
  border-top: 1px solid #bbbbbb;
  -webkit-box-shadow: 0 -3px 5px #bbbbbb;
  -moz-box-shadow: 0 -3px 5px #bbbbbb;
  -o-box-shadow: 0 -3px 5px #bbbbbb;
  box-shadow: 0 -3px 5px #bbbbbb;
  font-size: 12px;
  line-height: 18px;
  padding: 20px 0;
}
.print-body .footer--enrollment__legal {
  display: none;
}
@media print {
  .footer--enrollment__legal {
    display: none;
  }
}
.pa_accel_switch p {
  margin: 10px 0 0 0;
  padding: 5px 0;
}
.enrollment-form {
  *zoom: 1;
  zoom: 1;
}
.enrollment-form:before,
.enrollment-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.enrollment-form:after {
  clear: both;
}
.enrollment-form:before,
.enrollment-form:after {
  content: '';
  display: table;
}
.enrollment-form:after {
  clear: both;
}
.enrollment-form .tooltip {
  width: 300px;
}
.enrollment__top {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.enrollment-form__print {
  margin-bottom: 15px;
  text-align: right;
  float: right;
}
.enrollment-form__left {
  float: left;
  width: 480px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .enrollment-form__left {
    width: 352px;
  }
}
@media screen and (max-width: 767px) {
  .enrollment-form__left {
    float: none;
    width: 300px;
  }
}
.enrollment-form__right {
  float: right;
  width: 380px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .enrollment-form__right {
    width: 352px;
  }
}
@media screen and (max-width: 767px) {
  .enrollment-form__right {
    float: none;
    width: 300px;
  }
}
.enrollment-form__section__heading {
  border-top: 1px solid #bbbbbb;
  font-size: 20px;
  line-height: 24px;
  margin: 40px 0;
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .enrollment-form__section__heading {
    font-size: 18px;
    line-height: 22px;
    margin: 25px 0 30px;
  }
}
.enrollment-form__section__heading--first {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.enrollment-form__section__info {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
}
.selected-plan__top {
  *zoom: 1;
  zoom: 1;
  margin-bottom: 40px;
}
.selected-plan__top:before,
.selected-plan__top:after {
  display: table;
  content: "";
  line-height: 0;
}
.selected-plan__top:after {
  clear: both;
}
.selected-plan__top:before,
.selected-plan__top:after {
  content: '';
  display: table;
}
.selected-plan__top:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .selected-plan__top {
    margin-top: 40px;
  }
}
.enrollment-form__section__heading--selected-plan {
  border-top: 0;
  float: left;
  margin: 0;
  padding: 0;
}
.selected-plan__change-plan {
  float: right;
  font-size: 14px;
}
.selected-plan__block {
  border-top: 1px solid #bbbbbb;
  padding: 20px 15px;
}
.single-plan .selected-plan__block {
  border: 0;
  padding: 0;
}
.selected-plan__block--top {
  border: 0;
}
.plan__rates--selected-plan {
  float: none;
  margin: 0;
  width: 350px;
}
@media screen and (max-width: 979px) {
  .plan__rates--selected-plan {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .plan__rates--selected-plan {
    width: 260px;
  }
}
.plan__rates--selected-plan thead th {
  font-size: 14px;
  line-height: 18px;
  padding: 5px;
}
@media screen and (max-width: 979px) {
  .plan__rates--selected-plan thead th {
    font-size: 13px;
  }
}
.plan__rates--selected-plan td {
  font-size: 12px;
  line-height: 18px;
  padding: 10px 5px;
}
@media screen and (max-width: 979px) {
  .plan__rates--selected-plan td {
    font-size: 11px;
  }
}
.plan__rates--selected-plan .plan__rate__price {
  font-size: 24px;
}
@media screen and (max-width: 979px) {
  .plan__rates--selected-plan .plan__rate__price {
    font-size: 20px;
  }
}
.enrollment__buttons {
  *zoom: 1;
  zoom: 1;
  margin: -15px 0 55px;
}
.enrollment__buttons:before,
.enrollment__buttons:after {
  display: table;
  content: "";
  line-height: 0;
}
.enrollment__buttons:after {
  clear: both;
}
.enrollment__buttons:before,
.enrollment__buttons:after {
  content: '';
  display: table;
}
.enrollment__buttons:after {
  clear: both;
}
.enrollment__button {
  float: left;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .enrollment__button {
    margin-bottom: 25px;
  }
}
.enrollment__button .field--button {
  margin: 0;
}
.enrollment__button .field--button__input {
  background-color: #ffffff;
  background-position: left center;
  background-repeat: no-repeat;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #333333;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  font-family: "HelveticaNeueW01-55Roma", Helvetica, sans-serif;
  font-size: 16px;
  padding: 5px 0 5px 35px;
  text-shadow: 0 0 0 #ffffff;
}
.enrollment__button .field--button__input:active,
.enrollment__button .field--button__input:focus,
.enrollment__button .field--button__input:hover {
  background-color: #ffffff;
  color: #333333;
  -webkit-box-shadow: 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 #ffffff;
  -o-box-shadow: 0 0 0 #ffffff;
  box-shadow: 0 0 0 #ffffff;
}
.enrollment__button img {
  display: none;
}
.enrollment__button--back {
  margin-right: 325px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .enrollment__button--back {
    margin-right: 215px;
  }
}
@media screen and (max-width: 767px) {
  .enrollment__button--back {
    float: left;
    margin-right: 0;
  }
}
.enrollment__button--back .field--button__input,
.enrollment__button--back .field--button__input:active {
  background-image: url("/assets/images/global/icons/arrow-back.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .enrollment__button--cancel {
    float: right;
  }
}
.enrollment__button--cancel .field--button__input,
.enrollment__button--cancel .field--button__input:active {
  background-image: url("/assets/images/global/icons/close-large.png");
  background-repeat: no-repeat;
}
.enrollment__links {
  font-size: 14px;
  margin-left: 160px;
}
.enrollment__links.enrollment__link--lookup {
  display: inline-block;
}
@media screen and (max-width: 979px) {
  .enrollment__links {
    margin: 0;
  }
}
.enrollment__link {
  cursor: pointer;
}
.enrollment-form__terms__text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 979px) {
  .enrollment-form__terms__text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 30px;
  }
}
.enrollment-form__terms__buttons {
  *zoom: 1;
  zoom: 1;
  margin-bottom: 25px;
}
.enrollment-form__terms__buttons:before,
.enrollment-form__terms__buttons:after {
  display: table;
  content: "";
  line-height: 0;
}
.enrollment-form__terms__buttons:after {
  clear: both;
}
.enrollment-form__terms__buttons:before,
.enrollment-form__terms__buttons:after {
  content: '';
  display: table;
}
.enrollment-form__terms__buttons:after {
  clear: both;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .enrollment-form__terms__buttons {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .enrollment-form__terms__buttons {
    text-align: center;
  }
}
.enrollment-form__terms__buttons__button {
  float: left;
}
@media screen and (max-width: 767px) {
  .enrollment-form__terms__buttons__button {
    float: none;
    display: inline-block;
  }
}
.button-image--print-terms .field--button__input {
  background: url("/assets/images/global/buttons/print.png") left top no-repeat;
  height: 40px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin-right: 20px;
  width: 82px;
}
.button-image--print-terms .field--button__input:hover,
.button-image--print-terms .field--button__input:focus,
.button-image--print-terms .field--button__input:active {
  background: url("/assets/images/global/buttons/print.png") left top no-repeat;
}
.button-image--save-terms .field--button__input {
  background: url("/assets/images/global/buttons/save.png") left top no-repeat;
  height: 40px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 87px;
}
.button-image--save-terms .field--button__input:hover,
.button-image--save-terms .field--button__input:focus,
.button-image--save-terms .field--button__input:active {
  background: url("/assets/images/global/buttons/save.png") left top no-repeat;
}
.form--enrollment__error {
  margin-top: 10px;
  padding: 0;
}
.form--enrollment__fields {
  border-top: 1px solid #bbbbbb;
  margin-top: 40px;
  padding-top: 40px;
}
.enrollment__top--with-error-message {
  border: 0;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .enrollment-form--confirm__right {
    margin: 0 0 40px;
  }
}
.form__error {
  color: #cc3333;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, sans-serif;
  padding: 0 0 10px;
}
.form__error[data-global-error="false"] {
  display: none;
}
.form__error[data-global-error="true"] {
  display: block;
}
.form__fields {
  *zoom: 1;
  zoom: 1;
}
.form__fields:before,
.form__fields:after {
  display: table;
  content: "";
  line-height: 0;
}
.form__fields:after {
  clear: both;
}
.form__fields:before,
.form__fields:after {
  content: '';
  display: table;
}
.form__fields:after {
  clear: both;
}
.field {
  font-size: 14px;
  line-height: 14px;
  margin: 15px 0;
  zoom: 1;
}
.field:before,
.field:after {
  content: '';
  display: table;
}
.field:after {
  clear: left;
}
.utility-modal--location__body__input .field {
  float: left;
  margin: 0;
}
.utility-modal--location__body__input .field .field--text {
  margin-top: 15px;
}
.field__static-text {
  display: inline-block;
  min-height: 37px;
}
.error {
  color: #cc3333;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, sans-serif;
}
.field__error {
  color: #cc3333;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, sans-serif;
  margin-left: 160px;
  padding-bottom: 8px;
  display: none;
}
[data-invalid] .field__error {
  display: block;
}
@media screen and (max-width: 979px) {
  .field__error {
    margin-left: 0;
  }
}
.field__error.show {
  display: block;
}
.field__error.field_error--required {
  display: none;
}
[data-invalid-required] .field__error.field_error--required {
  display: block;
}
.field__error.field_error--regex {
  display: none;
}
[data-invalid-regex] .field__error.field_error--regex {
  display: block;
}
.field_error--leftaligned {
  margin-left: 0;
}
.field__label {
  display: table;
  float: left;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, sans-serif;
  height: 37px;
  margin: 0;
  min-height: 37px;
  width: 145px;
}
[data-invalid] .field__label {
  color: #cc3333;
}
.field__label .tooltip-link {
  font-family: "HelveticaNeueW01-55Roma", Helvetica, sans-serif;
  margin-left: 10px;
}
@media screen and (max-width: 979px) {
  .field__label {
    float: none;
    height: auto;
    margin: 0 0 10px;
    min-height: 0;
    width: auto;
  }
}
.tooltip {
  text-align: left;
}
@media screen and (max-width: 979px) {
  .field--email__label,
  .field--password__label,
  .field--telephone-number__label,
  .field--textarea__label,
  .field--text__label {
    cursor: text;
    margin: 11px 0 -25px 10px;
    min-height: 14px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index: 5;
  }
  .hide-watermark .field--email__label,
  .hide-watermark .field--password__label,
  .hide-watermark .field--telephone-number__label,
  .hide-watermark .field--textarea__label,
  .hide-watermark .field--text__label {
    display: none;
  }
}
.field--checkbox__label,
.field--radio-button__label {
  height: 20px;
  line-height: 18px;
  min-height: 20px;
}
.field--checkbox__label {
  float: none;
  margin: 0 0 0 26px;
  width: auto;
}
.field--radio-button__label {
  float: none;
  margin: 0 0 0 30px;
  width: auto;
}
.field__label__wrapper {
  display: table-cell;
  vertical-align: middle;
}
.field__label__required {
  color: #cc3333;
}
.field__wrapper {
  margin-left: 160px;
}
@media screen and (max-width: 979px) {
  .field__wrapper {
    margin: 0;
  }
}
.field--email__wrapper,
.field--password__wrapper,
.field--telephone-number__wrapper,
.field--textarea__wrapper,
.field--text__wrapper,
.field--ssn__wrapper {
  position: relative;
  z-index: 4;
}
.field--date__input,
.field--email__input,
.field--password__input,
.field--placeholder__text__input,
.field--placeholder__password__input,
.field--telephone-number__input,
.field--textarea__input,
.field--text__input,
.field--ssn__input {
  background-color: #fbfbfb;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 7px -1px #bbbbbb;
  -moz-box-shadow: inset 0 1px 7px -1px #bbbbbb;
  -o-box-shadow: inset 0 1px 7px -1px #bbbbbb;
  box-shadow: inset 0 1px 7px -1px #bbbbbb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 9px 10px 10px;
  vertical-align: middle;
  width: 300px;
}
[data-invalid] .field--date__input,
[data-invalid] .field--email__input,
[data-invalid] .field--password__input,
[data-invalid] .field--placeholder__text__input,
[data-invalid] .field--placeholder__password__input,
[data-invalid] .field--telephone-number__input,
[data-invalid] .field--textarea__input,
[data-invalid] .field--text__input,
[data-invalid] .field--ssn__input {
  border-color: #cc3333;
}
[data-invalid-required] .field--date__input,
[data-invalid-required] .field--email__input,
[data-invalid-required] .field--password__input,
[data-invalid-required] .field--placeholder__text__input,
[data-invalid-required] .field--placeholder__password__input,
[data-invalid-required] .field--telephone-number__input,
[data-invalid-required] .field--textarea__input,
[data-invalid-required] .field--text__input,
[data-invalid-required] .field--ssn__input {
  border-color: #cc3333;
}
[data-invalid-regex] .field--date__input,
[data-invalid-regex] .field--email__input,
[data-invalid-regex] .field--password__input,
[data-invalid-regex] .field--placeholder__text__input,
[data-invalid-regex] .field--placeholder__password__input,
[data-invalid-regex] .field--telephone-number__input,
[data-invalid-regex] .field--textarea__input,
[data-invalid-regex] .field--text__input,
[data-invalid-regex] .field--ssn__input {
  border-color: #cc3333;
}
.field--date__input:focus,
.field--email__input:focus,
.field--password__input:focus,
.field--placeholder__text__input:focus,
.field--placeholder__password__input:focus,
.field--telephone-number__input:focus,
.field--textarea__input:focus,
.field--text__input:focus,
.field--ssn__input:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 7px -1px #bbbbbb;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 7px -1px #bbbbbb;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 7px -1px #bbbbbb;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 7px -1px #bbbbbb;
}
.field--date__input,
.field--email__input,
.field--password__input,
.field--placeholder__text__input,
.field--placeholder__password__input,
.field--telephone-number__input,
.field--text__input,
.field--ssn__input {
  height: 37px;
}
.field--textarea__input {
  height: 107px;
  min-height: 107px;
  overflow: auto;
  resize: vertical;
}
.field--date__input {
  background-image: url('/assets/images/global/input/calendar.png');
  background-repeat: no-repeat;
  background-position: 109px 7px;
  padding-right: 33px;
  width: 140px;
}
.field--select__input-wrapper {
  background-color: #f7f8f8;
  background-image: -moz-linear-gradient(top, #ffffff, #ebedee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ebedee));
  background-image: -webkit-linear-gradient(top, #ffffff, #ebedee);
  background-image: -o-linear-gradient(top, #ffffff, #ebedee);
  background-image: linear-gradient(to bottom, #ffffff, #ebedee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffebedee', GradientType=0);
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 37px;
  overflow: hidden;
  width: 300px;
}
.field--select__input {
  background: transparent url('/assets/images/global/icons/arrow-down-blue.png') 87% center no-repeat;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, sans-serif;
  height: 37px;
  margin: 0;
  outline: 0;
  padding: 9px 10px 10px;
  vertical-align: middle;
  width: 325px;
}
.field--medium .field--select__input {
  background-position: 83% center;
  width: 245px;
}
.field--small .field--select__input {
  background-position: 75% center;
  width: 165px;
}
.field--smaller .field--select__input {
  background-position: 69% center;
  width: 140px;
}
.field--smallest .field--select__input {
  background-position: 53% center;
  width: 85px;
}
.field--select__input option {
  font-family: "HelveticaNeueW01-55Roma", Helvetica, sans-serif;
}
.field--phoneextinput {
  display: inline;
}
.field__singlewrapper--dateofbirth {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
@media screen and (max-width: 767px) {
  .field--button {
    clear: both;
    text-align: center;
  }
}
.field--button:after {
  clear: both;
}
.field--button__input {
  background-color: #40b146;
  background-image: -moz-linear-gradient(top, #4dbd53, #2ca032);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4dbd53), to(#2ca032));
  background-image: -webkit-linear-gradient(top, #4dbd53, #2ca032);
  background-image: -o-linear-gradient(top, #4dbd53, #2ca032);
  background-image: linear-gradient(to bottom, #4dbd53, #2ca032);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4dbd53', endColorstr='#ff2ca032', GradientType=0);
  border: 1px solid #2f7013;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  float: right;
  font-family: "Futura W01 Light", sans-serif;
  font-size: 20px;
  line-height: 20px;
  outline: 0;
  padding: 16px 15px 14px;
  text-shadow: 0 1px 1px #111111;
  text-decoration: none;
}
.field--button__input.field--button__input--lock {
  background-position: 13px 17px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-image: url('/assets/images/global/icons/button-lock.png');
}
@media screen and (max-width: 767px) {
  .field--button__input {
    float: none;
    display: block;
  }
}
.print-body .field--button__input {
  display: none;
}
@media print {
  .field--button__input {
    display: none;
  }
}
.field--button__input img {
  margin-left: 5px;
  vertical-align: baseline;
}
.field--button__input:hover {
  color: #ffffff;
  text-decoration: none;
}
.field--button__input:focus {
  color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.field--button__input:active {
  background-color: #38903c;
  background-image: -moz-linear-gradient(top, #459b49, #247f28);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#459b49), to(#247f28));
  background-image: -webkit-linear-gradient(top, #459b49, #247f28);
  background-image: -o-linear-gradient(top, #459b49, #247f28);
  background-image: linear-gradient(to bottom, #459b49, #247f28);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff459b49', endColorstr='#ff247f28', GradientType=0);
}
.button-image {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .button-image {
    clear: none;
  }
}
.button-image .field--button__input {
  border: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  padding: 0;
}
.button-image .field--button__input:hover,
.button-image .field--button__input:focus,
.button-image .field--button__input:active {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.button-image img {
  display: none;
}
.field--hidden__input {
  display: none;
}
.field--checkbox__input,
.field--radio-button__input {
  float: left;
}
.field__description {
  font-size: 12px;
  margin: 15px 0;
}
.field--checkbox__description {
  margin-left: 26px;
}
.field--radio-button__description {
  margin-left: 30px;
}
.field__replacement {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  float: left;
  outline: 0;
}
.field--checkbox__replacement {
  width: 16px;
  height: 17px;
  height: 16px;
  width: 17px;
}
.field--checkbox__replacement[aria-checked="true"] {
  background-image: url('/assets/images/global/input/checkbox-checked.png');
}
.field--checkbox__replacement[aria-checked="false"] {
  background-image: url('/assets/images/global/input/checkbox.png');
}
.field--radio-button__replacement,
.field--radio-button-list-child__replacement {
  height: 21px;
  width: 21px;
}
.field--radio-button__replacement[aria-checked="true"],
.field--radio-button-list-child__replacement[aria-checked="true"] {
  background-image: url('/assets/images/global/input/radio-checked.png');
}
.field--radio-button__replacement[aria-checked="false"],
.field--radio-button-list-child__replacement[aria-checked="false"] {
  background-image: url('/assets/images/global/input/radio.png');
}
.field--radio-button-list__wrapper {
  list-style-type: none;
  padding: 0;
}
.field--radio-button-list__wrapper input {
  display: none;
}
.field--radio-button-list__wrapper input:checked + label {
  background-image: url('/assets/images/global/input/radio-checked.png');
}
.field--radio-button-list__wrapper label {
  background-image: url('/assets/images/global/input/radio.png');
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, sans-serif;
  line-height: 18px;
  padding: 3px 0 3px 30px;
}
.field--inline .field--radio-button,
.field--inline .field--checkbox {
  display: inline-block;
  margin-right: 12px;
  margin-top: 10px;
}
.field--static-text__label {
  height: auto;
  margin-top: 0;
  min-height: 0;
}
.enrollment-form--review .field--static-text__label,
.enrollment-form--confirm .field--static-text__label {
  width: 220px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .enrollment-form--review .field--static-text__label,
  .enrollment-form--confirm .field--static-text__label {
    float: left;
    width: 167px;
  }
}
@media screen and (max-width: 767px) {
  .enrollment-form--review .field--static-text__label,
  .enrollment-form--confirm .field--static-text__label {
    float: none;
    width: 100%;
  }
}
.enrollment-form--review .field--static-text__wrapper,
.enrollment-form--confirm .field--static-text__wrapper {
  margin-left: 240px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .enrollment-form--review .field--static-text__wrapper,
  .enrollment-form--confirm .field--static-text__wrapper {
    margin-left: 187px;
  }
}
@media screen and (max-width: 767px) {
  .enrollment-form--review .field--static-text__wrapper,
  .enrollment-form--confirm .field--static-text__wrapper {
    margin: 0;
  }
}
.inset-fields {
  margin-left: 32px;
}
@media screen and (max-width: 979px) {
  .inset-fields {
    margin: 0;
  }
}
.field--ssn__input {
  display: inline-block;
}
.field--ssn__input--left {
  width: 60px;
}
.field--ssn__input--center {
  margin: 0px 15px;
  width: 50px;
}
.field--ssn__input--right {
  width: 75px;
}
.field--phoneextinputext {
  margin-left: 5px;
}
.field--medium .field--email__input,
.field--medium .field--password__input,
.field--medium .field--placeholder__text__input,
.field--medium .field--placeholder__password__input,
.field--medium .field--telephone-number__input,
.field--medium .field--text__input,
.field--medium .field--select__input-wrapper {
  width: 220px;
}
.field--small .field--email__input,
.field--small .field--password__input,
.field--small .field--placeholder__text__input,
.field--small .field--placeholder__password__input,
.field--small .field--telephone-number__input,
.field--small .field--text__input,
.field--small .field--select__input-wrapper {
  width: 140px;
}
.field--smallmatch .field--email__input,
.field--smallmatch .field--password__input,
.field--smallmatch .field--placeholder__text__input,
.field--smallmatch .field--placeholder__password__input,
.field--smallmatch .field--telephone-number__input,
.field--smallmatch .field--text__input,
.field--smallmatch .field--select__input-wrapper {
  width: 76px;
}
@media screen and (max-width: 767px) {
  .field--smallmatch .field--email__input,
  .field--smallmatch .field--password__input,
  .field--smallmatch .field--placeholder__text__input,
  .field--smallmatch .field--placeholder__password__input,
  .field--smallmatch .field--telephone-number__input,
  .field--smallmatch .field--text__input,
  .field--smallmatch .field--select__input-wrapper {
    width: 71px;
  }
}
.field--smaller .field--email__input,
.field--smaller .field--password__input,
.field--smaller .field--placeholder__text__input,
.field--smaller .field--placeholder__password__input,
.field--smaller .field--telephone-number__input,
.field--smaller .field--text__input,
.field--smaller .field--select__input-wrapper {
  width: 110px;
}
.field--smallest .field--email__input,
.field--smallest .field--password__input,
.field--smallest .field--placeholder__text__input,
.field--smallest .field--placeholder__password__input,
.field--smallest .field--telephone-number__input,
.field--smallest .field--text__input,
.field--smallest .field--select__input-wrapper {
  width: 60px;
}
.whats-this-wrapper a {
  display: inline-block;
  padding: 10px 0;
  zoom: 1;
  *display: inline;
}
.field__message {
  font-family: "HelveticaNeueW01-75Bold", Helvetica, sans-serif;
  line-height: 37px;
}
.field--ssn__icon {
  margin-left: 7px;
  vertical-align: middle;
}
.field--ssn__link {
  vertical-align: middle;
}
.ui-datepicker {
  z-index: 200 !important;
}
.ui-datepicker-calendar .ui-state-disabled span {
  visibility: hidden;
}
.newsletter-signup {
  margin: 35px 0 50px;
  width: 430px;
}
@media screen and (max-width: 767px) {
  .newsletter-signup {
    width: 100%;
  }
}
.newsletter-signup--alt {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .newsletter-signup--alt {
    width: 100%;
  }
}
.newsletter-signup__heading {
  font-family: "Futura W01 Heavy", sans-serif;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 5px 0;
}
.newsletter-signup--alt__heading {
  background-color: #2eb135;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -o-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -o-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  color: #ffffff;
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  padding: 8px 15px;
  text-shadow: 1px 1px 0 #111111;
}
.newsletter-signup__content__form .field__error {
  margin: -22px 0 0 0;
}
.newsletter-signup__content__form .field__label {
  display: none;
}
.newsletter-signup__content__form .field__wrapper {
  margin: 0;
}
.newsletter-signup__content__form .field--email {
  float: left;
  margin-right: 12px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .newsletter-signup__content__form .field--email {
    float: none;
    margin-right: 0;
  }
}
.newsletter-signup__content__form .field--email__input {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .newsletter-signup__content__form .button-image {
    text-align: center;
  }
}
.newsletter-signup--alt__content {
  border: 1px solid #bbbbbb;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0 2px 5px #bbbbbb;
  -moz-box-shadow: 0 2px 5px #bbbbbb;
  -o-box-shadow: 0 2px 5px #bbbbbb;
  box-shadow: 0 2px 5px #bbbbbb;
  font-size: 14px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .newsletter-signup--alt__content .field--email {
    width: 260px;
  }
}
.button-image--signup {
  margin-top: 15px;
}
.button-image--signup .field--button__input {
  background: url("/assets/images/global/buttons/sign-up.png") left top no-repeat;
  height: 42px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 116px;
}
.button-image--signup .field--button__input:hover,
.button-image--signup .field--button__input:focus,
.button-image--signup .field--button__input:active {
  background: url("/assets/images/global/buttons/sign-up.png") left top no-repeat;
}
@media screen and (max-width: 767px) {
  .button-image--signup .field--button__input {
    float: none;
    display: inline-block;
  }
}
.text-btn-group {
  *zoom: 1;
  zoom: 1;
  position: relative;
}
.text-btn-group:before,
.text-btn-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.text-btn-group:after {
  clear: both;
}
.text-btn-group:before,
.text-btn-group:after {
  content: '';
  display: table;
}
.text-btn-group:after {
  clear: both;
}
.text-btn-group .field--button,
.text-btn-group .field--text,
.text-btn-group .field--placeholder-text {
  float: left;
}
.text-btn-group .field--text__input,
.text-btn-group .field--placeholder__text__input {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -o-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -o-border-top-right-radius: 0;
  border-top-right-radius: 0;
  width: 286px;
}
@media screen and (max-width: 767px) {
  .text-btn-group .field--text__input,
  .text-btn-group .field--placeholder__text__input {
    width: 268px;
  }
}
.text-btn-group .field--button__input img {
  display: none;
  padding: 0;
}
.text-btn-group .field__error {
  margin: 0;
  bottom: -15px;
  position: absolute;
}
.button__print {
  float: left;
}
.ui-datepicker-header {
  background-color: #ffffff;
  border-color: #bbbbbb;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -o-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -o-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border-style: solid;
  border-width: 1px 1px 0;
  *zoom: 1;
  zoom: 1;
}
.ui-datepicker-header:before,
.ui-datepicker-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.ui-datepicker-header:after {
  clear: both;
}
.ui-datepicker-header:before,
.ui-datepicker-header:after {
  content: '';
  display: table;
}
.ui-datepicker-header:after {
  clear: both;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 30px;
  width: 30px;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}
.ui-datepicker-prev {
  background-image: url('/assets/images/global/icons/arrow-left.png');
  float: left;
}
.ui-datepicker-next {
  background-image: url('/assets/images/global/icons/arrow-right.png');
  float: right;
}
.ui-datepicker-title {
  margin: 4px 30px;
  text-align: center;
}
.ui-datepicker-calendar {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -o-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -o-border-top-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
}
.ui-datepicker-calendar td {
  padding: 4px 6px;
}
.ui-datepicker-calendar td a {
  color: #111111;
  display: block;
  padding: 6px 9px;
  text-align: center;
  text-decoration: none;
}
.ui-datepicker-calendar td a:hover,
.ui-datepicker-calendar td a:focus {
  background-color: #f5f5f5;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 8px;
}
.ui-datepicker-calendar tr:nth-child(2n+1) td a:hover,
.ui-datepicker-calendar tr:nth-child(2n+1) td a:focus {
  background-color: #ffffff;
}
.ui-datepicker-calendar .ui-datepicker-other-month a {
  color: #666666;
}
.required-notification {
  border-bottom: 1px solid #bbbbbb;
  color: #cc3333;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, sans-serif;
  font-size: 14px;
  margin: 15px 0 40px;
  padding-bottom: 40px;
  text-align: right;
}
.basic-error {
  color: #cc3333;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, sans-serif;
  font-size: 14px;
}
.form--request-a-quote {
  margin: 40px auto;
  position: relative;
}
.headline .form--request-a-quote,
.baseline .form--request-a-quote {
  width: 940px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .headline .form--request-a-quote,
  .baseline .form--request-a-quote {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 724px;
  }
}
@media screen and (max-width: 767px) {
  .headline .form--request-a-quote,
  .baseline .form--request-a-quote {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
  }
}
.loader-ct {
  background: url('/assets/images/global/icons/transparentblack.png') repeat;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}