/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@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) ")";
  }
  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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #cc2d30;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #8d1f21;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 660px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #cc2d30;
}
a.text-primary:hover {
  color: #a22426;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #cc2d30;
}
a.bg-primary:hover {
  background-color: #a22426;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 660px) {
  .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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 660px) {
  .container {
    width: 690px;
  }
}
@media (min-width: 1080px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 660px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1080px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.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 > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.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 col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 659px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #666666;
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 30px;
  line-height: 1.428571429 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 37.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 660px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 660px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 660px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 660px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #cc2d30;
  border-color: #b7282b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #a22426;
  border-color: #851d1f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #cc2d30;
  border-color: #b7282b;
}
.btn-primary .badge {
  color: #cc2d30;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #cc2d30;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #8d1f21;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #cc2d30;
}
.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: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
  white-space: nowrap;
}
.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;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 660px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #666666;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #cc2d30;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #666666;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 660px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 660px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #cc2d30;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 660px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 660px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 660px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 660px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 660px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 320px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 660px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 660px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 660px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 660px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 660px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 659px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 660px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 660px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 660px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 659px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 660px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 660px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 659px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 659px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #999999;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #cc2d30;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #8d1f21;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #cc2d30;
  border-color: #cc2d30;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #cc2d30;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #a22426;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #cc2d30;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 660px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #cc2d30;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 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: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #cc2d30;
  -webkit-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-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -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);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #999999;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: -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-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  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: -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-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  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: -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-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  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: -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);
}
.media,
.media-body {
  overflow: hidden;
  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 {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #cc2d30;
  border-color: #cc2d30;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #f5d0d1;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #cc2d30;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #cc2d30;
  border-color: #cc2d30;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cc2d30;
}
.panel-primary > .panel-heading .badge {
  color: #cc2d30;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cc2d30;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-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-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 660px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1080px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.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: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 200px;
  width: 200px;
  padding: 1px;
  text-align: left;
  background-color: #e4e4e4;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid #666666;
  border-radius: 6px;
  -webkit-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: -6px;
}
.popover.right {
  margin-left: 6px;
}
.popover.bottom {
  margin-top: 6px;
}
.popover.left {
  margin-left: -6px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #dcdcdc;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 7px;
}
.popover > .arrow:after {
  border-width: 6px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -7px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #666666;
  bottom: -7px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -6px;
  border-bottom-width: 0;
  border-top-color: #e4e4e4;
}
.popover.right > .arrow {
  top: 50%;
  left: -7px;
  margin-top: -7px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #666666;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -6px;
  border-left-width: 0;
  border-right-color: #e4e4e4;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #666666;
  top: -7px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #e4e4e4;
}
.popover.left > .arrow {
  top: 50%;
  right: -7px;
  margin-top: -7px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #666666;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #e4e4e4;
  bottom: -6px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-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 {
  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: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 660px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.teaserTray-body:before,
.teaserTray-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.teaserTray-body:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 659px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 659px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 659px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 659px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 660px) and (max-width: 1079px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 660px) and (max-width: 1079px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 660px) and (max-width: 1079px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 660px) and (max-width: 1079px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1080px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1080px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1080px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1080px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 659px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 660px) and (max-width: 1079px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1080px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Less Variables for use throughout the application; Bootstrap variables are defined in bootstrap/variables.less */
.alignCenter {
  text-align: center !important;
}
.alignLeft {
  text-align: left !important;
}
.alignRight {
  text-align: right  !important;
}
.bold,
.getStarted h1,
.getStarted h2,
.getStarted .getStartedPoliciesBox p {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline !important;
}
.small {
  font-size: 0.8em;
}
.large {
  font-size: 1.2em;
}
.hideOnLoad {
  display: none;
}
.noRightPadding {
  padding-right: 0;
}
.gPhoneNumber,
.gPhoneNumber:hover,
.gPhoneNumber:active,
.gPhoneNumber:focus {
  text-decoration: none;
  cursor: default;
}
.linkBlue {
  color: #0072bc !important;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 1079px) {
  .linkBlue,
  .linkBlue:hover,
  .linkBlue:active,
  .linkBlue:focus {
    text-decoration: underline;
  }
}
.linkBlue:hover,
.linkBlue:active,
.linkBlue:focus {
  border: none;
  color: #0072bc;
  text-decoration: none;
  outline: none;
}
.linkBlue:hover {
  text-decoration: underline;
}
.linkGrayDark {
  color: #333333 !important;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 1079px) {
  .linkGrayDark,
  .linkGrayDark:hover,
  .linkGrayDark:active,
  .linkGrayDark:focus {
    text-decoration: underline;
  }
}
.linkGrayDark:hover,
.linkGrayDark:active,
.linkGrayDark:focus {
  border: none;
  color: #333333;
  text-decoration: none;
  outline: none;
}
.linkGrayDark:hover {
  text-decoration: underline;
}
.linkGray {
  color: #666666 !important;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 1079px) {
  .linkGray,
  .linkGray:hover,
  .linkGray:active,
  .linkGray:focus {
    text-decoration: underline;
  }
}
.linkGray:hover,
.linkGray:active,
.linkGray:focus {
  border: none;
  color: #666666;
  text-decoration: none;
  outline: none;
}
.linkGray:hover {
  text-decoration: underline;
}
.linkRed {
  color: #cc2d30 !important;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 1079px) {
  .linkRed,
  .linkRed:hover,
  .linkRed:active,
  .linkRed:focus {
    text-decoration: underline;
  }
}
.linkRed:hover,
.linkRed:active,
.linkRed:focus {
  border: none;
  color: #cc2d30;
  text-decoration: none;
  outline: none;
}
.linkRed:hover {
  text-decoration: underline;
}
.linkWhite {
  color: #ffffff !important;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 1079px) {
  .linkWhite,
  .linkWhite:hover,
  .linkWhite:active,
  .linkWhite:focus {
    text-decoration: underline;
  }
}
.linkWhite:hover,
.linkWhite:active,
.linkWhite:focus {
  border: none;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.linkWhite:hover {
  text-decoration: underline;
}
.trvBlue {
  color: #0072bc;
}
.trvRed {
  color: #cc2d30;
}
.redBar {
  background-color: #cc2d30;
  height: 6px;
  width: 100%;
}
.grayBar {
  height: 6px;
  background-color: #727981;
  width: 100%;
  margin-top: 7px;
}
.redBar {
  height: 6px;
  background-color: #CC2D30;
  width: 100%;
  margin-top: 7px;
}
.capitalize {
  text-transform: capitalize;
}
.genericContainer {
  padding: 0;
}
/* Main button styles*/
button {
  outline: none;
}
.btn {
  font-family: 'Trebuchet MS', Sans-Serif;
  font-size: 16px;
}
@media (max-width: 1079px) {
  .btn {
    font-size: 18px;
  }
}
@media (max-width: 659px) {
  .btn {
    font-size: 20px;
  }
}
.btn-primary {
  background: #cc2d30;
  background: -moz-linear-gradient(top, #973c3d 0%, #e4acaf 1%, #cc2d30 4%, #cc2d30 94%, #973c3d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #973c3d), color-stop(1%, #e4acaf), color-stop(4%, #cc2d30), color-stop(94%, #cc2d30), color-stop(100%, #973c3d));
  background: -webkit-linear-gradient(top, #973c3d 0%, #e4acaf 1%, #cc2d30 4%, #cc2d30 94%, #973c3d 100%);
  background: -o-linear-gradient(top, #973c3d 0%, #e4acaf 1%, #cc2d30 4%, #cc2d30 94%, #973c3d 100%);
  background: -ms-linear-gradient(top, #973c3d 0%, #e4acaf 1%, #cc2d30 4%, #cc2d30 94%, #973c3d 100%);
  background: linear-gradient(to bottom, #973c3d 0%, #e4acaf 1%, #cc2d30 4%, #cc2d30 94%, #973c3d 100%);
  color: white;
  border: 1px solid #ae4243;
}
.btn-primary:hover {
  background: #e51b24;
  background: -moz-linear-gradient(top, #973c3d 0%, #e4acaf 1%, #e51b24 4%, #e51b24 94%, #973c3d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #973c3d), color-stop(1%, #e4acaf), color-stop(4%, #e51b24), color-stop(94%, #e51b24), color-stop(100%, #973c3d));
  background: -webkit-linear-gradient(top, #973c3d 0%, #e4acaf 1%, #e51b24 4%, #e51b24 94%, #973c3d 100%);
  background: -o-linear-gradient(top, #973c3d 0%, #e4acaf 1%, #e51b24 4%, #e51b24 94%, #973c3d 100%);
  background: -ms-linear-gradient(top, #973c3d 0%, #e4acaf 1%, #e51b24 4%, #e51b24 94%, #973c3d 100%);
  background: linear-gradient(to bottom, #973c3d 0%, #e4acaf 1%, #e51b24 4%, #e51b24 94%, #973c3d 100%);
}
.btn-primary:active,
.btn-primary:focus {
  background: #cc2d30;
  background: -moz-linear-gradient(top, #973c3d 0%, #e4acaf 1%, #cc2d30 4%, #cc2d30 94%, #973c3d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #973c3d), color-stop(1%, #e4acaf), color-stop(4%, #cc2d30), color-stop(94%, #cc2d30), color-stop(100%, #973c3d));
  background: -webkit-linear-gradient(top, #973c3d 0%, #e4acaf 1%, #cc2d30 4%, #cc2d30 94%, #973c3d 100%);
  background: -o-linear-gradient(top, #973c3d 0%, #e4acaf 1%, #cc2d30 4%, #cc2d30 94%, #973c3d 100%);
  background: -ms-linear-gradient(top, #973c3d 0%, #e4acaf 1%, #cc2d30 4%, #cc2d30 94%, #973c3d 100%);
  background: linear-gradient(to bottom, #973c3d 0%, #e4acaf 1%, #cc2d30 4%, #cc2d30 94%, #973c3d 100%);
  color: white;
  border: 1px solid #ae4243;
}
.prevContinueBtnWrapper .prevContinueBtnSubWrapper {
  float: none! important;
  clear: both;
}
.prevContinueBtnWrapper .btn-previous {
  color: #0072bc !important;
  text-decoration: none;
  border: none;
  cursor: pointer;
  margin-top: 5px;
}
@media (max-width: 1079px) {
  .prevContinueBtnWrapper .btn-previous,
  .prevContinueBtnWrapper .btn-previous:hover,
  .prevContinueBtnWrapper .btn-previous:active,
  .prevContinueBtnWrapper .btn-previous:focus {
    text-decoration: underline;
  }
}
.prevContinueBtnWrapper .btn-previous:hover,
.prevContinueBtnWrapper .btn-previous:active,
.prevContinueBtnWrapper .btn-previous:focus {
  border: none;
  color: #0072bc;
  text-decoration: none;
  outline: none;
}
.prevContinueBtnWrapper .btn-previous:hover {
  text-decoration: underline;
}
.prevContinueBtnWrapper .btn-continue {
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 660px) {
  .prevContinueBtnWrapper .btn-continue {
    float: right;
  }
  .prevContinueBtnWrapper .btn-previous {
    float: left;
  }
  .prevContinueBtnWrapper .prevContinueBtnSubWrapper {
    max-width: 260px;
    margin-right: 50px;
    margin-left: auto;
    float: right;
  }
}
@media (max-width: 660px) {
  .prevContinueBtnWrapper {
    margin-top: 0;
  }
  .prevContinueBtnWrapper .btn-continue,
  .prevContinueBtnWrapper .btn-previous {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  .prevContinueBtnWrapper .btn-previous {
    margin-top: 12px;
  }
  .prevContinueBtnWrapper .form-group {
    text-align: center;
  }
}
/* Global styling for generic form elements */
.form-control {
  padding: 3px 6px;
}
@media (min-width: 1080px) {
  .form-control:focus {
    border-color: #0072bc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(0, 114, 188, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(0, 114, 188, 0.6);
  }
}
.dateField,
.phoneNumber {
  width: auto;
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
}
.dateFieldMonth,
.dateFieldDay {
  width: 40px;
}
.dateFieldMonth,
.phoneNumberFirstThree {
  margin-left: 0;
}
.dateFieldYear,
.phoneNumberLastFour {
  margin-right: 0;
  width: 53px;
}
.phoneNumberAreaCode,
.phoneNumberFirstThree {
  width: 45px;
}
label {
  font-weight: normal;
}
.focused {
  outline: 5px auto -webkit-focus-ring-color ! important;
}
.interviewContent .control-label {
  text-align: left;
}
.largeSelectInput:not(.hackForUnsupportedBrowsers) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.largeSelectInput:not(hackForUnsupportedBrowsers),
.radioImg {
  height: 20px;
  width: 21px;
  position: absolute;
  margin-top: 5px;
  left: 8px;
}
@media (min-width: 660px) {
  .largeSelectInput:not(hackForUnsupportedBrowsers),
  .radioImg {
    margin-top: 1px;
  }
}
@media (min-width: 1080px) {
  .largeSelectInput:not(hackForUnsupportedBrowsers),
  .radioImg {
    margin-top: 0px;
  }
}
.largeSelectInput:not(hackForUnsupportedBrowsers):checked + .radioImg {
  background-image: url("../images/radio-checked.png");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  float: left;
  /* Pixel ratio of 2. Background-size is 1/2 = 50% (of a 200px image) */
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .largeSelectInput:not(hackForUnsupportedBrowsers):checked + .radioImg {
    background-image: url("../images/radio-checkedx2.png");
  }
}
.largeSelectInput:not(hackForUnsupportedBrowsers) + .radioImg {
  background-image: url("../images/radio-unchecked.png");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  float: left;
  /* Pixel ratio of 2. Background-size is 1/2 = 50% (of a 200px image)*/
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .largeSelectInput:not(hackForUnsupportedBrowsers) + .radioImg {
    background-image: url("../images/radio-uncheckedx2.png");
  }
}
.radio-inline label {
  padding-left: 7px;
}
@media (max-width: 659px) {
  .radioToggle {
    text-align: left;
  }
}
.radioToggle .btn {
  -webkit-box-shadow: inset -1px -2px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset -1px -2px 5px rgba(0, 0, 0, 0.125);
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}
@media (max-width: 1079px) {
  .radioToggle .btn {
    font-size: 16px;
  }
}
@media (max-width: 659px) {
  .radioToggle .btn {
    font-size: 18px;
  }
}
.radioToggle .btn-group .btn:hover {
  background-color: #ffffff;
  border-color: #cccccc;
}
.radioToggle .btn.notActive:not(hackForUnsupportedBrowsers),
.radioToggle .btn.notActive:not(hackForUnsupportedBrowsers):hover {
  color: #333;
  background-color: #eee;
  outline: 0;
  background-image: none;
  webkit-box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.125);
}
.radioToggle .btn-default.active:not(hackForUnsupportedBrowsers),
.radioToggle .btn-default.active:not(hackForUnsupportedBrowsers):hover {
  color: #333;
  background-color: #FFF;
  border-color: #999;
  -webkit-box-shadow: inset 1px -2px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 1px -2px 5px rgba(0, 0, 0, 0.125);
}
.radioToggle .btn.active:not(hackForUnsupportedBrowsers) + .btn.notActive {
  border-left: 1px solid #999;
}
@media (min-width: 660px) {
  .largeSelectInput:not(hackForUnsupportedBrowsers),
  .radioImg {
    margin-left: 0;
    left: 0;
  }
  .largeSelectInput:not(hackForUnsupportedBrowsers) + .radioImg,
  .largeSelectInput:not(hackForUnsupportedBrowsers):checked + .radioImg {
    background-size: 20px 20px;
  }
  .radioToggle .btn:not(hackForUnsupportedBrowsers),
  .radioToggle .btn:not(hackForUnsupportedBrowsers):hover,
  .radioToggle .btn:not(hackForUnsupportedBrowsers):focus,
  .radioToggle .btn:not(hackForUnsupportedBrowsers):active {
    border: none !important;
    border-right: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-color: inherit !important;
    color: #000 !important;
  }
  .radioImg {
    display: block;
  }
  .radioToggle .btn {
    padding-left: 26px;
    margin-right: 10px;
    position: relative;
  }
  .radioToggle .btn-default.active {
    font-weight: normal;
  }
}
@media (max-width: 659px) {
  .yesNoBtn {
    width: 75px;
    text-align: left;
    padding-left: 30px !important;
  }
}
@media (max-width: 659px) {
  .maleFemaleBtn {
    width: 100px;
    text-align: left;
    padding-left: 30px !important;
  }
}
.checkboxImg {
  background-color: #fff;
  background-size: 16px 16px;
  height: 18px;
  width: 18px;
  border: 1px solid #d7d3d3;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 3px;
}
.plyCheckboxImg {
  background-color: #fff;
  background-size: 16px 16px;
  height: 18px;
  width: 18px;
  border: 1px solid #d7d3d3;
  border-radius: 5px;
  position: relative;
  right: 15px;
  margin-left: 23px;
}
/* Global styling for top navigation */
/* Navigation */
.navContainer {
  padding: 0;
}
.navigationBarBg {
  background-color: #727981;
  height: 35px;
  position: absolute!important;
  bottom: 0;
  width: 100%!important;
  left: 0;
  right: 0;
}
.navigationBar {
  height: 45px;
  position: relative;
  padding: 0 7px;
}
.navigationBar > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  top: 10px;
  width: 25%;
  height: 35px;
  background: #727981;
}
.navigationBarIntegratedLob {
  width: 18%;
}
.navigationBar > div > div {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  top: 10px;
  color: #333;
  outline: none;
}
@media (max-width: 659px) {
  .navigationBar > div > div {
    font-size: 10px;
  }
}
.navigationBar > div.navActive {
  height: 45px;
  background: #cc2d30;
  top: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.navigationBar > div.navActive > div {
  top: 16px;
  color: #ffffff;
}
.navigationBar > div.navComplete {
  cursor: pointer;
}
.navigationBar > div.navComplete > div {
  color: #bbbbbb;
}
/* Global styling for overlays, popups and tooltips */
.modal-header,
.modal-footer {
  border-top: none;
  border-bottom: none;
}
.model-body .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.modal-body {
  padding-top: 5px;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}
.modal-content {
  padding: 5px 10px;
}
.modal-header .close {
  margin-left: 5px;
  padding: 15px;
  top: -20px;
  position: relative;
  right: -20px;
}
.zipMrgn {
  margin-bottom: 25px;
  display: block;
}
.zipMrgntop {
  margin-top: 10px;
}
.interviewModal .modal-content {
  box-shadow: none !important;
  border: none !important;
}
.zipcodeOverlayInput {
  width: 103px !important;
}
#autoStartCantQuoteSorry {
  top: 129px;
}
#autoStartCantQuoteSorry.modal-dialog {
  width: 645px;
}
@media (max-width: 1079px) {
  #autoStartCantQuoteSorry.modal-dialog {
    width: initial;
  }
}
@media (max-width: 659px) {
  #autoStartCantQuoteSorry.modal-dialog {
    top: initial;
    width: initial;
  }
}
.zipLabel {
  margin-top: 3px;
  margin-right: 15px;
}
.interviewModal .modal-dialog {
  top: 0px;
}
@media (min-width: 1079px) {
  .interviewModal .modal-dialog {
    left: -140px;
    top: 150px;
    margin: 0 auto;
  }
}
.overlayBG {
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
}
.loading {
  width: 165px;
  height: 106px;
  border-radius: 2px;
  position: absolute;
  background-color: #727981;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -75px;
  border-radius: 3px;
}
.loading:before {
  content: "Loading...";
  color: #fff;
  position: absolute;
  bottom: 12%;
  left: 50%;
  margin-left: -29px;
  font-family: Arial, sans-serif;
  font-size: 14.5px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
}
.loading:after {
  content: "";
  display: block;
  color: #fff;
  position: absolute;
  font-size: 52px;
  top: 49%;
  left: 50%;
  margin-left: -22.5px;
  margin-top: -35px;
  height: 46px;
  width: 46px;
  background: url("../images/loading_LARGE.gif") no-repeat 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .loading:after {
    /* Retina-specific stuff here */
    background: url("../images/loading_@2x_LARGE.gif") no-repeat 0 0;
    background-size: 46px 46px;
  }
}
.overlayBtn {
  padding-left: 35px;
  padding-right: 35px;
}
.overlayCancel {
  margin-right: 22px;
  background: none;
}
@media (max-width: 320px) {
  .overlayCancel {
    margin-right: 0px;
    background: none;
    font-size: 18px !important;
  }
  .modal-footer .btn + .btn {
    font-size: 18px !important;
  }
}
.popover-container {
  border: none;
  background: none;
  padding-left: 3px;
  padding-right: 0;
}
@media (min-width: 660px) {
  .popover-container {
    margin-top: 3px;
  }
}
@media (max-width: 659px) {
  .popover-container img {
    width: 40px;
  }
}
@media (max-width: 659px) {
  .overlayCancel {
    margin-right: 0;
    margin-top: 13px;
  }
}
.teaserTray {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  background-image: none;
  text-decoration: none;
  margin-bottom: 5px;
  font-family: Trebuchet MS, Sans-Serif;
  /*border: 1px solid #0000FF;*/
  /*border-bottom: 1px solid #999999;*/
  font-size: 12px;
  line-height: 18px;
  font-family: "Arial", sans-serif;
}
.teaserTray > a {
  color: inherit;
  text-decoration: none;
}
.teaserTray > a:hover {
  text-decoration: none;
}
.teaserTray-body {
  border: 1px solid #c2c2c2;
  border-bottom-style: none;
  border-top-style: none;
  padding-bottom: 15px;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  font-family: "Arial", sans-serif;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 35px;
  text-align: left;
  background: url('../images/components/teaserTray/line.png') no-repeat;
  background-size: 100%;
  background-position: top center;
  /*
  transition: none;
  transition-duration: 0s;
  -webkit-transition: none;
  */
  /* removed the indentation for the bullets */
}
.teaserTray-body > ul {
  padding-left: 1.2em;
}
.teaserTray-heading {
  background-color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #0072bc;
  font-size: 14px;
  font-weight: bold;
  font-family: "Trebuchet MS", sans-serif;
  cursor: pointer;
  padding-left: 45px;
  /* This prevents the user from hilighting any of the text - is this desired? */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
}
.teaserTray-heading > a {
  color: inherit;
  text-decoration: none;
}
.teaserTray-title {
  border: 1px solid #c2c2c2;
  color: inherit;
  padding: 10px 5px;
  text-align: left;
  color: #0072bc;
  font-weight: bold;
  font-family: 'Trebuchet MS', Sans-Serif;
  cursor: pointer;
  background-color: #ffffff;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.teaserTray-title > i {
  text-align: right;
}
.teaserTray-title > a {
  color: #0072bc;
  text-decoration: none;
  display: table;
}
.teaserTray-title > a:hover {
  text-decoration: none;
}
.teaserTray-title-expanded {
  border: 1px solid #c2c2c2;
  border-bottom-style: none;
  padding: 10px 5px;
  text-align: left;
  color: #0072bc;
  position: relative;
  font-weight: bold;
  font-family: 'Trebuchet MS', Sans-Serif;
  cursor: pointer;
  background-color: #ffffff;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 14px;
}
.teaserTray-title-expanded > a {
  color: #0072bc;
  text-decoration: none;
  display: table;
}
.teaserTray-title-expanded > a:hover {
  color: #0072bc;
  text-decoration: none;
  display: table;
}
.teaserTray-bottom {
  /* NORMAL BG */
  background: url('../images/components/teaserTray/teaserBottom.png') no-repeat;
  background-size: 100%;
  background-position: center bottom;
  border: 1px solid #c2c2c2;
  border-top-style: none;
  border-bottom: none;
  height: 7px;
  position: relative;
  padding-left: 0px;
  padding-bottom: 15px;
  margin-left: 0px;
  cursor: pointer;
}
.teaserTray-bottom:before {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 15px;
  border-bottom-style: none;
  content: "close";
  position: relative;
  top: -15px;
  color: #0072bc;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  left: -5px;
  line-height: 16px;
  font-family: "Trebuchet MS", sans-serif;
}
.teaserTray-chevron {
  color: #0072bc;
  display: inline-block;
  float: right;
  vertical-align: bottom;
}
.teaserTray-dollar {
  border-radius: 50%;
  padding: 3px 6px;
  font-size: 16px;
  font-weight: normal;
  background: #0072bc;
  border: 2px solid #0072bc;
  color: #ffffff;
  display: block;
  float: left;
  text-align: center;
  vertical-align: bottom;
}
.teaserTitleTextColumn {
  display: table-cell;
  text-align: left;
  color: #0072bc;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  font-family: 'Trebuchet MS', Sans-Serif;
  cursor: pointer;
  background-color: #ffffff;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  font-size: 16px;
}
.trayIconTd .teaserTitleFontAwesomeColumn {
  display: table-cell;
  vertical-align: middle;
}
/* THE QUESTION */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  min-height: 0;
  /* support: IE7 */
  background: transparent;
  border: none;
  color: #333333;
  font: 14px/17px "Arial";
  text-decoration: underline;
  outline: none;
  padding: 8px 10px 11px 10px;
}
/*The question when we hover*/
.ui-accordion .ui-accordion-header:hover {
  text-decoration: underline;
}
/*
    This will set the background of the header box WHEN NOT SELECTED
*/
/*
    This will set the background of the header box (question) WHEN SELECTED
*/
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
/*
Answer?
*/
.ui-accordion .ui-accordion-content {
  padding: 5px 10px;
  border-top: 0;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  font-size: 10px;
  padding-bottom: 10px;
}
.ui-accordion .ui-accordion-content a {
  cursor: pointer;
  color: #0072bc;
}
/*
    This will set the background of the CONTENT box
*/
.ui-accordion .ui-widget-content {
  /* background: #FF0000; */
  background: #FFFFFF;
  border: none;
}
/*
Controls the corner radius on Questions and Answers
*/
.ui-accordion .ui-corner-all {
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
}
.ui-accordion ul {
  margin-left: 10px;
  list-style-type: circle;
}
.ui-accordion li {
  padding: 0;
  min-height: 12px;
  height: 12px;
  margin-left: 10px;
}
#faqarea {
  /*background-color: #FFFFFF;*/
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
  position: relative;
  width: 100%;
  color: #333333;
  border-bottom: 1px solid;
  border-color: #cccccc;
}
#faqarea h3 {
  margin: 0!important;
}
.moreLink {
  height: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 20px;
}
.variableFaqLink {
  cursor: pointer;
  color: #0072bc;
  text-decoration: none;
}
/* For questions that are only one line */
#faqarea .oneLine {
  line-height: 26px !important;
}
/* For questions that are slightly too long */
#faqarea .shrinkText {
  font-size: 9px !important;
  line-height: 13px !important;
}
/* These are populated dynamically, and are required. Don't pull a Dillman. */
#faq2,
#faq3 {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 1px solid;
  border-color: #cccccc;
}
.sideFaq {
  display: block;
  position: absolute;
  top: 65px;
  left: 0!important;
  height: auto;
  width: 100%!important;
  max-width: 247px;
  border: 1px solid #cccccc;
  background: #ffffff;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.sideFaqText {
  position: relative;
  width: 190px;
  color: #085b80;
  font: bold 12px/16px "Arial";
  left: 25px;
  top: 19px;
}
.sideFaqText a {
  color: #085b80;
  text-decoration: underline;
}
.sideFaqText span {
  cursor: pointer;
}
.summaryBlock {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  padding: 10px 12px 10px 12px;
  overflow: hidden;
  margin-bottom: 15px;
  color: #333333;
  min-height: 100px;
}
.summaryBlock .summaryImage {
  position: absolute;
  width: 86px;
}
.summaryBlock .summaryDesc {
  width: 100%;
  padding-right: 60px;
}
.summaryBlock .summaryImage + .summaryDesc {
  padding-left: 100px;
}
.summaryBlock .summaryDesc p {
  margin-bottom: 0;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.summaryBlock .summaryOptions {
  position: absolute;
  top: 0px;
  right: 27px;
  width: 50px;
}
.summaryBlock .buttonBox {
  display: block;
  clear: both;
  text-align: right;
  margin-right: 10px;
  padding-top: 23px;
}
.summaryBlock .buttonBox button {
  color: #0072bc;
  font-weight: bold;
  padding: 0;
}
.summaryBlock .editIcon {
  padding-right: 7px;
}
.summaryBlock .deleteIcon {
  padding-right: 4px;
  padding-left: 5px;
}
.summaryBlock .spaceBox {
  width: 50px;
  height: 50px;
}
.summaryBlock .verticalSep {
  padding: 0 3px 0 6px;
}
.summaryBlock .blueBox {
  width: 50px;
  height: 50px;
  background: #007395;
}
.summaryBlock .addIcon {
  padding-right: 5px;
}
.summaryBlock .checkMark {
  margin: 6px 0 0 13px;
  color: #ffffff;
  font-size: 26px;
  float: left;
}
.summaryBlock .posBox {
  width: 56px;
  height: 43px;
}
.summaryBlock .addLink,
.summaryBlock .addBox a {
  color: #0072bc;
}
.horizontalBar {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #dedede;
}
.summaryBlock:hover:not(.disabled):not(.removeBorder) {
  border: 1px solid #0072bc;
  box-shadow: 0px 0px 3px 0px #0072bc;
}
.summaryPageBtns {
  padding-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.summaryPageBtns .prevContinueBtnWrapper {
  margin-top: 0;
  width: 200px ;
}
@media (min-width: 660px) {
  .summaryPageBtns .continueToBuyBtnSubWrapper {
    width: 260px !important;
  }
}
.summaryPageBtns .floatbtns {
  float: right;
}
.summaryPageBtns .txtRight {
  text-align: right;
}
.summaryPageBtns .savebtnpos {
  position: absolute;
  left: 0;
}
.summaryPageBtns .saveIcon {
  padding-right: 7px;
  font-size: 16px;
}
.summaryPageBtns .saveBtn {
  color: #333333;
  padding-right: 0;
  margin-top: 5px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
@media (max-width: 1079px) {
  .summaryPageBtns .saveBtn {
    text-decoration: underline;
  }
}
.summaryPageBtns .saveBtn:hover {
  color: #333333;
}
.summaryPageBtns .btn-previous {
  margin-top: 5px;
}
.confEmailLabel {
  margin-right: 20px;
}
.btnAlignRight {
  float: right;
  text-align: left;
}
.btnAlignLeft {
  float: right;
  text-align: right;
}
@media (max-width: 659px) {
  .summaryBlock {
    margin-right: 0px;
    min-height: 70px;
  }
  .summaryBlock .deleteIcon {
    margin-top: 27px;
  }
  .summaryBlock .summaryDesc {
    padding-left: 0 !important;
    padding-right: 85px;
  }
  .summaryBlock .addBox {
    position: absolute;
    right: 30px;
    bottom: 35px;
  }
  .summaryBlock:hover {
    border: 1px solid #c2c2c2;
    box-shadow: none;
  }
  .summaryPageBtns .floatbtns {
    float: none;
    text-align: center;
  }
  .summaryPageBtns .prevContinueBtnWrapper {
    width: auto;
  }
  .summaryPageBtns .savebtnpos {
    position: relative;
  }
  .summaryPageBtns .btn-continue {
    margin-top: 15px;
  }
  .summaryPageBtns .btn-previous {
    margin-top: 13px;
  }
  .summaryPageBtns .saveBtn {
    font-size: 18px;
  }
  .btnAlignRight,
  .btnAlignLeft {
    text-align: center;
  }
}
@media (width: 660px) {
  .summaryPageBtns .prevContinueBtnWrapper .btn-continue {
    margin-top: 0;
  }
}
@media (min-width: 660px) and (max-width: 1079px) {
  .summaryPageBtns .saveBtn {
    font-size: 16px;
  }
}
body {
  min-width: 320px;
  background-color: #e4e4e4;
}
@media (max-width: 1079px) {
  body {
    background-color: #bbbbbb;
    font-size: 16px;
  }
}
@media (max-width: 659px) {
  body {
    font-size: 18px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Trebuchet MS', Sans-Serif;
}
a,
a:hover {
  cursor: pointer;
}
a:focus,
a:active,
.btn:focus,
.btn:active {
  outline: none !important;
  outline-offset: 0;
}
.overlay {
  display: none;
}
.overlayDebugArea {
  display: none;
  position: absolute;
  background-color: #cccccc;
  border-radius: 5px;
  z-index: 2000;
  height: 400px;
  width: 490px;
  top: 40%;
  left: 50%;
  margin: -90px 0 0 -245px;
}
.overlayDebugArea div {
  padding: 15px;
}
.overlayDebugArea span {
  font-weight: bold;
}
.debugAreaClose {
  font-weight: bold;
  cursor: pointer;
}
.container {
  width: 100%;
}
.mainContainer {
  width: 100%;
  background-color: #ffffff;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
/* Header*/
.header {
  height: 75px;
  position: relative;
}
.trvLogo {
  position: relative;
  height: 29px;
  width: 142px;
  background: url('../images/trvLogo.png') no-repeat;
  left: 30px;
  top: 23px;
}
.headerIconContainer {
  position: relative;
  left: 185px;
  top: 0px;
}
@media (max-width: 660px) {
  .headerIconContainer {
    top: -15px;
    left: initial;
    float: right;
    right: 12px;
  }
}
.headerIcon {
  display: none;
  background-repeat: no-repeat;
  margin-left: 8px;
}
.headerIcon:first-child {
  margin-left: 0;
}
.headerIcon.active {
  display: inline-block;
}
.headerIcon.headerIconAuto {
  background-image: url("../images/trvAutoIcon.png");
  width: 28px;
  height: 19px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .headerIcon.headerIconAuto {
    background-image: url("../images/trvAutoIcon@2x.png");
    background-size: 28px 19px;
  }
}
.headerIcon.headerIconCondo {
  background-image: url("../images/trvCondoIcon.png");
  width: 27px;
  height: 26px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .headerIcon.headerIconCondo {
    background-image: url("../images/trvCondoIcon@2x.png");
    background-size: 27px 26px;
  }
}
.headerIcon.headerIconHome {
  background-image: url("../images/trvHomeIcon.png");
  width: 31px;
  height: 26px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .headerIcon.headerIconHome {
    background-image: url("../images/trvHomeIcon@2x.png");
    background-size: 31px 26px;
  }
}
.headerCallCaption {
  position: relative;
  float: right;
  top: -33px;
  right: 13px;
  font-family: 'Trebuchet MS', Sans-Serif;
  font-size: 16px;
  color: #333333;
}
@media (max-width: 660px) {
  .headerCallCaption {
    display: none;
  }
}
.headerPhone {
  position: relative;
  float: right;
  top: -12px;
  right: -163px;
  font-weight: bold;
  line-height: 24px;
}
@media (max-width: 660px) {
  .headerPhone {
    display: none;
  }
}
.headerPhone .gPhoneNumber {
  font-size: 16px;
  color: #cc2d30 !important;
}
.headerPhone .gPhoneNumber:hover {
  color: #cc2d30 !important;
}
.chatLive {
  display: none;
  background-image: url("../images/liveChat.png");
  height: 25px;
  width: 91px;
  position: relative;
  float: right;
  top: -3px;
  right: -182px;
}
/* Tooltips/Icons */
.iconTooltip {
  color: #007395;
  padding-right: 5px;
}
/* Quote Summary */
.quoteSummaryBox {
  position: relative;
  height: 45px;
  background-color: #007395;
  cursor: pointer;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  cursor: auto;
}
.quoteSummaryBox.active {
  cursor: pointer;
}
.quoteSummaryBoxIcon {
  position: relative;
  top: 11px;
  left: 20px;
  display: inline-block;
  width: 25px;
  height: 22px;
  color: #FFF;
  font-size: 2em;
}
@media (max-width: 1080px) {
  .quoteSummaryBoxIcon.fa-2x {
    font-size: 1.7em!important;
  }
}
.quoteSummaryBoxText {
  position: absolute;
  font: 11px 'Arial';
  color: #FFF;
  left: 64px;
  top: 18px;
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  .quoteSummaryBoxText {
    max-width: 97px;
    top: 11px;
  }
}
@media (max-width: 660px) {
  .quoteSummaryBoxText {
    left: 55px;
  }
}
.quoteSummaryDownArrow {
  position: absolute;
  color: #FFF;
  right: 15px;
  top: 15px;
  display: none!important;
}
.quoteSummaryDownArrow.active {
  display: block!important;
}
/*Footer*/
.footer {
  background-color: #bbbbbb;
  border-top: 6px solid;
  border-color: #ffffff;
}
.footerText {
  color: #666666;
}
/* Viewport markers */
#mobileView {
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  display: none;
}
/* Mobile viewport select/option */
#mobileSelectOverlay {
  display: none;
  z-index: 99999;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
}
#mobileSelectOverlay > div:first-child {
  margin: auto;
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 95%;
}
#mobileSelectOverlayTitle {
  padding: 10px 5px 5px 10px;
  border: 1px solid #cccccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  min-height: 40px;
  font-weight: bold;
  background-color: #ffffff;
}
.mobileOptionItem {
  position: relative;
  padding: 10px 35px 5px 20px;
  min-height: 40px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
  background-color: #ffffff;
}
.mobileOptionItemSelected {
  background-color: #cccccc;
}
.mobileOptionSelectItemCheck {
  display: none;
  position: absolute;
  top: 8px;
  right: 7px;
  color: #007395;
}
#mobileSelectOverlayItems {
  padding-bottom: 15px;
  background-color: #ffffff;
}
.mobileSelectCancel {
  cursor: pointer;
  color: #007395;
  text-align: center;
  padding: 8px 5px 5px 10px;
  min-height: 40px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #ffffff;
}
.inputError {
  border: 1px solid #cc2d30;
}
.errorMessage {
  display: none;
  color: #cc2d30;
  padding: 5px;
}
.errorMessageDate {
  width: 175px;
}
.validationError,
.quoteValidationError {
  display: none;
  background-color: #fff1cc;
  padding: 10px;
  color: #cc2d30;
  text-align: center;
}
.quoteValidationError {
  margin-bottom: 10px;
}
.validationErrorIcon {
  font-size: 1.2em;
  top: 3px;
  right: 5px;
}
.radioErrorWrapper {
  padding-left: 5px;
}
@media (max-width: 659px) {
  .radioErrorWrapper {
    padding: 5px;
  }
}
@media (max-width: 659px) {
  .dateWrapper {
    text-align: left;
  }
}
.navButtonArrow {
  display: inline-block;
  position: relative;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1px !important;
  -webkit-font-smoothing: antialiased;
  font: normal 14px/1px FontAwesome;
  font-size: 1.6em;
  top: -2px;
  vertical-align: middle;
  left: 5px;
}
@media (max-width: 659px) {
  .navButtonArrow {
    top: 0;
    vertical-align: middle;
  }
}
.sideFaq {
  display: none;
  position: relative;
  left: 0!important;
  width: 100%;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  top: 68px;
}
.moreLink {
  padding-left: 10px !important;
}
#faqQuestion {
  display: inline-block;
  padding-bottom: 10px;
}
#faqQuestion,
#faqLink:hover,
.variableFaqLink:hover {
  text-decoration: underline;
  cursor: pointer;
}
#faqAnswer {
  display: none;
  font: 11px/13px "Arial";
  padding-bottom: 15px;
}
.sideFaqText,
.sideQuoteFaqText {
  position: relative;
  width: 190px;
  color: #333333;
  font: 13px/16px "Arial";
  left: 25px;
}
.sideFaqText {
  top: 19px;
}
.sideQuoteFaqText {
  top: 15px;
}
.sideFaqText a,
.sideQuoteFaqText a {
  color: #085b80;
  text-decoration: underline;
}
.sideFaqText span,
.sideQuoteFaqText span {
  cursor: pointer;
}
#faqLink,
.overlayClickOpen {
  color: #0072bc;
  text-decoration: none;
}
@media (max-width: 1079px) {
  #faqLink,
  .overlayClickOpen {
    text-decoration: underline !important;
  }
}
.overlayClickOpen {
  cursor: pointer;
}
.quoteFaqQuestion {
  position: relative;
  top: 40px;
  margin: 10px;
  line-height: 150%;
  color: #025fb4;
  text-decoration: underline;
  cursor: pointer;
  font-size: 11px;
}
.quoteFaq .quoteFaqQuestion {
  top: 0px;
  margin-top: 0px;
  margin-left: 8px;
}
#faqarea .ui-accordion-content,
#faqarea .ui-accordion-content p {
  font-size: 14px;
}
@media (max-width: 1079px) {
  #faqarea .ui-accordion-content,
  #faqarea .ui-accordion-content p {
    font-size: 16px;
  }
}
@media (max-width: 659px) {
  #faqarea .ui-accordion-content,
  #faqarea .ui-accordion-content p {
    font-size: 18px;
  }
}
.trayPanel {
  padding: 0;
}
.trayPanelGroup {
  display: none;
}
.trayText {
  font: normal 16px/16px "Trebuchet MS", sans-serif;
  color: #007395;
}
.trayCollapseArrow {
  font-size: 0.8em;
  float: right;
  color: #007395;
}
.vehicleCollapseArrow {
  font-size: 0.8em;
  float: right;
  color: #007395;
}
.trayPanelBody {
  color: #666666;
  font-size: 0.8em;
  border-top: 0 !important;
}
.panel-group {
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.panel-heading {
  position: relative;
  padding-left: 0;
}
.panel-title {
  color: #007395;
  font-weight: bold;
}
.panel-title a,
.panel-title a:hover {
  text-decoration: none;
}
.panel-body {
  padding-top: 6px;
}
#sampleTray1 {
  max-width: 600px;
}
.teaserTitleText {
  position: relative;
  display: inline;
  vertical-align: middle;
  height: 30px;
  font-size: 14px;
}
.trayIcon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  left: 8px;
}
.trayIconBG {
  position: absolute;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-color: #0072bc;
}
.trayIcon i {
  position: absolute;
  color: #ffffff;
  top: 8px;
  left: 11px;
}
.trayPanelTopBorder {
  height: 1px;
  width: 100%;
  background-color: #cccccc;
}
.trayPanelText {
  line-height: 144%;
  color: #666666;
  padding: 15px 30px 15px 0;
}
.coveragesTrayPanelText {
  line-height: 144%;
  color: #000000;
  padding: 15px 30px 15px 0;
}
.quoteTrayPanelText {
  line-height: 144%;
  color: #000000;
  padding: 0;
}
.trayPanelText ul {
  padding-left: 20px;
}
.teaserChevron {
  position: relative;
  display: inline;
  vertical-align: middle;
  height: 30px;
}
.trayIconTd {
  width: 50px;
}
.trayIconSpacing {
  width: 10px;
}
.chevronTd {
  text-align: right;
}
.teaserTitleContainer {
  width: 100%;
}
.trayCloseTab {
  position: relative;
  top: 26px;
  margin-right: auto;
  margin-left: auto;
  width: 69px;
  height: 30px;
  background: url("../images/trayCloseTab.png");
  cursor: pointer;
}
.gPhoneNumberAnchor {
  display: inline-block !important;
}
.gPhoneNumberAnchor:hover {
  text-decoration: none;
}
.emailTooltip {
  width: 25px;
  height: 24px;
  background: #0072bc;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  padding: 0 7px;
  color: #fff;
  font-size: 18px;
  margin-top: 4px;
  cursor: pointer;
}
.iconCalendar {
  font-size: 22px;
  margin-left: 10px;
  color: #666666;
  cursor: pointer;
}
.noMargin {
  margin: 0 !important;
}
.noPaddingLR {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1079px) {
  .navBarContainer {
    padding-right: 5px;
  }
  div.row.interviewTitle {
    padding-bottom: 0;
  }
}
@media (max-width: 659px) {
  #mobileView {
    display: block;
  }
  .header {
    height: 50px;
  }
  .trvLogo {
    top: 10px;
    left: 14px;
  }
  .headerAutoIcon {
    left: initial;
    right: 12px;
    top: -13px;
    float: right;
  }
}
.childQuestion {
  display: none;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 10px 5px 10px;
  margin-left: 0;
  margin-right: 0;
  background-color: #e9e9e9;
}
@media (max-width: 660px) {
  .childQuestion select {
    margin-left: 0!important;
  }
  .childQuestion .row {
    margin-bottom: 0!important;
  }
}
#quoteSummaryPanel {
  background-color: #f4f4f4;
  width: 100%;
  z-index: 4444;
  position: absolute;
  right: 0;
  top: 46px;
  padding: 17px 23px 0 23px;
  width: 263px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: none;
}
#quoteSummaryPanel h1 {
  color: #666666;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  font-family: Arial, sans-serif;
}
#quoteSummaryPanel h2 {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: bold;
}
#quoteSummaryPanel ul {
  list-style-type: none;
  padding-left: 0;
}
#quoteSummaryPanel ul li {
  color: #333333;
  font-size: 12px;
  line-height: 1;
}
#quoteSummaryPanel hr {
  background-color: #cccccc;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 1px;
  border: none!important;
}
#quoteSummaryPanel .quoteSummaryCloseTab {
  background-color: #f4f4f4;
  background-image: none;
  width: 69px;
  height: 25px;
  border-radius: 5px;
  box-shadow: 0px 1.5px 0px #cccccc;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #0072bc;
  font-weight: bold;
  font-family: 'Trebuchet MS', Sans-Serif;
  font-size: 16px;
  left: 73px;
  position: relative;
  bottom: -4px;
  float: left;
}
#quoteSummaryPanel #vehicles ul li h2,
#quoteSummaryPanel #drivers ul li h2,
#quoteSummaryPanel #vehicles ul small,
#quoteSummaryPanel #drivers ul small {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
#quoteSummaryPanel #vehicles ul li {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#quoteSummaryPanel #drivers h1 {
  margin-bottom: 4px;
}
#quoteSummaryPanel #drivers ul li {
  line-height: 1.9;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.horizontalBar {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #dedede;
}
.affinityImage {
  position: absolute;
  right: 274px;
  top: 22px;
}
@media (max-width: 1079px) {
  .affinityImage {
    left: 15px;
    top: 140px;
  }
}
@media (max-width: 659px) {
  .affinityImage {
    left: 15px;
    top: 102px;
  }
}
.affinityLogoMobilePlaceHolder {
  display: none;
}
@media (max-width: 1079px) {
  .affinityLogoMobilePlaceHolder {
    height: 50px;
  }
}
@media (max-width: 659px) {
  .affinityLogoMobilePlaceHolder {
    height: 50px;
  }
}
.affinityDiv,
#affinityDiv,
.affinityName,
.affinityImage,
.affinityImageMobile,
#affinityImage,
#eAgentAffinity {
  display: none;
}
.rowIndent {
  padding-left: 10px !important;
}
.paragraphIndent {
  padding-left: 20px !important;
}
/*! jQuery UI - v1.10.3 - 2013-06-24
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=highlight_soft&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=highlight_hard&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=highlight_hard&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=diagonals_thick&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=dots_small&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
  color: #333;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #eeeeee;
  background: #ffffff url(../images/jqueryui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #103143;
  background: #09577a;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d8dcdf;
  background: #eeeeee url(../images/jqueryui/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #004276;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #004276;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cdd5da;
  background: #f6f6f6 url(../images/jqueryui/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #111111;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #111111;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #eeeeee;
  background: #ffffff url(../images/jqueryui/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #cc0000;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #cc0000;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcd3a1;
  background: #fbf8ee url(../images/jqueryui/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50% repeat-x;
  color: #444444;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cc0000;
  background: #f3d8d8 url(../images/jqueryui/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) 50% 50% repeat;
  color: #2e2e2e;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #2e2e2e;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #2e2e2e;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(../images/jqueryui/ui-icons_cc0000_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(../images/jqueryui/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(../images/jqueryui/ui-icons_cc0000_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(../images/jqueryui/ui-icons_cc0000_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(../images/jqueryui/ui-icons_cc0000_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(../images/jqueryui/ui-icons_004276_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../images/jqueryui/ui-icons_cc0000_256x240.png);
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 6px;
}
/* Overlays */
.ui-widget-overlay {
  background: #a6a6a6 url(../images/jqueryui/ui-bg_dots-small_65_a6a6a6_2x2.png) 50% 50% repeat;
  opacity: .4;
  filter: alpha(opacity=40);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #333333 url(../images/jqueryui/ui-bg_flat_0_333333_40x100.png) 50% 50% repeat-x;
  opacity: .1;
  filter: alpha(opacity=10);
  border-radius: 8px;
}
/*Welcome Page*/
/*Large Devices*/
.welcomeContainer {
  padding: 0;
}
.welcomeContent {
  position: relative;
}
.welcomeContentTop {
  position: relative;
  background-color: #cc2d30;
  height: 272px;
}
.welcomeContentBottom {
  height: 168px;
}
.welcomeMessageWrapper {
  position: absolute;
  z-index: 2;
}
.trvUmbrellaWhite {
  position: relative;
  height: 105px;
  width: 123px;
  top: 72px;
  left: 50px;
  background: url('../images/trvUmbrella.png') no-repeat;
}
.welcomeMessage {
  position: relative;
  left: 197px;
  top: -32px;
  width: 380px;
}
.welcomeMessage div {
  font-family: 'Trebuchet MS', Sans-Serif;
  color: #ffffff;
  font-size: 42px;
  line-height: 120%;
}
.welcomeMessage div:first-child {
  font-size: 22px;
}
.welcomeGetStartedBox {
  position: absolute;
  top: 54px;
  right: 23px;
  width: 250px;
  height: 245px;
  background: #ffffff;
  z-index: 2;
}
.welcomeGetStartedBoxTitle {
  color: #cc2d30;
  font-family: 'Trebuchet MS', Sans-Serif;
  font-size: 27px;
  line-height: 100%;
  padding: 15px 0 8px 15px;
}
.welcomeGetStartedBoxText {
  position: relative;
  left: 17px;
  top: 13px;
  width: 212px;
  height: 30px;
  font: 16px/19px "Arial";
  color: #333333;
}
.getStartedBoxRadioBox {
  display: block;
  position: relative;
  left: 35px;
  top: 35px;
  height: 22px;
  width: 190px;
}
.getStartedRadioBoxNo {
  left: 10px;
  position: relative;
}
.welcomeGetStartedInner {
  display: block;
  margin-top: 5px;
  margin-left: 10px;
  width: 229px;
  height: 154px;
  background: #e1dfe0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZGZlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e1dfe0 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1dfe0), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #e1dfe0 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #e1dfe0 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #e1dfe0 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #e1dfe0 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1dfe0', endColorstr='#ffffff', GradientType=0);
}
.welcomeContinueButton {
  font-size: 20px;
  width: 210px;
  left: 10px;
  top: 70px;
  position: relative;
}
.welcomeToolBox {
  position: relative;
  left: 15px;
  top: -15px;
  margin-right: 30px;
  height: 160px;
  background: #e1dfe0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZGZlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e1dfe0 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1dfe0), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #e1dfe0 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #e1dfe0 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #e1dfe0 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #e1dfe0 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1dfe0', endColorstr='#ffffff', GradientType=0);
}
.welcomeToolBoxTitle {
  position: absolute;
  top: 25px;
  left: 40px;
  color: #46494d;
  font-family: 'Trebuchet MS', Sans-Serif;
  font-size: 18px;
}
.welcomeToolBoxItems {
  position: absolute;
  top: 65px;
  left: 40px;
}
.welcomeToolBoxItem {
  display: inline-block;
  position: relative;
  width: 144px;
  height: 100px;
  border-left: #bebebf;
  border-left-width: 1px;
  border-left-style: solid;
}
.welcomeToolBoxItemText {
  color: #46494d;
  font-family: 'Trebuchet MS', Sans-Serif;
  font-size: 13px;
  position: absolute;
  width: 138px;
  left: 10px;
  top: 46px;
}
.welcomeToolBoxItemText span {
  font-weight: bold;
  font-style: italic;
}
.welcomeIcon {
  position: absolute;
  height: 40px;
  width: 40px;
  left: 8px;
  top: 0;
  display: none;
}
.welcomeIconPly {
  background: url('../images/welcomeIconPly.png') no-repeat;
}
.welcomeIconSavings {
  background: url('../images/welcomeIconSavings.png') no-repeat;
}
.welcomeIconInfo {
  background: url('../images/welcomeIconInfo.png') no-repeat;
}
.welcomeIconChat {
  background: url('../images/welcomeIconChat.png') no-repeat;
}
.welcomeFooter {
  min-height: 240px;
  background-color: #bbbbbb;
  border-top: 6px solid;
  border-color: #cc2d30;
}
@media (max-width: 1079px) {
  .trvUmbrellaWhite {
    height: 79px;
    width: 90px;
    top: 25px;
    left: 25px;
    background: url('../images/trvUmbrellaSm.png') no-repeat;
  }
  .welcomeContentTop {
    height: 280px;
  }
  .welcomeMessage {
    left: 25px;
    top: 42px;
  }
  .welcomeMessage div:first-child {
    font-size: 18px;
  }
  .welcomeGetStartedBox {
    right: 38px;
  }
  .welcomeContentTop {
    height: 290px;
  }
  .welcomeContentBottom {
    height: 220px;
  }
  .welcomeToolBoxTitle {
    left: 20px;
    top: 40px;
  }
  .welcomeToolBoxItems {
    top: 85px;
    left: 20px;
  }
}
@media (max-width: 659px) {
  .trvUmbrellaWhite {
    height: 44px;
    width: 50px;
    top: 17px;
    left: 33px;
    background: url('../images/trvUmbrellaXs.png') no-repeat;
  }
  .welcomeMessage {
    left: 38px;
    top: 30px;
    width: 250px;
  }
  .welcomeMessage div {
    font-size: 29px;
  }
  .welcomeMessage div:first-child {
    font-size: 16px;
  }
  .welcomeMessageWrapper {
    height: 250px;
    width: 333px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .welcomeGetStartedInner {
    width: 256px;
  }
  .welcomeGetStartedBox {
    width: 275px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 175px;
  }
  .welcomeGetStartedBoxTitle {
    font-size: 25px;
    padding: 13px 0 5px 40px;
  }
  .welcomeContentTop {
    height: 290px;
  }
  .welcomeContentBottom {
    height: 138px;
  }
  .welcomeContinueButton {
    width: 237px;
  }
  .getStartedBoxRadioBox {
    width: 215px;
    left: -12px;
    top: 33px;
    text-align: right;
  }
  .getStartedRadioBoxNo {
    left: 0px;
  }
}
@media (min-width: 560px) and (max-width: 659px) {
  .welcomeMessageWrapper {
    margin-left: 0;
    margin-right: 0;
    margin-top: 35px;
  }
  .trvUmbrellaWhite,
  .welcomeMessage {
    left: 18px;
  }
  .welcomeGetStartedBox {
    left: 260px;
    top: 20px;
  }
  .welcomeContentBottom {
    display: none;
  }
}
.interviewContainer {
  padding: 0;
}
.interviewContent,
.interviewRightChannel {
  min-height: 500px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.interviewTitle {
  padding: 0 15px 5px 15px;
}
.interviewContent {
  padding: 16px 50px 20px 50px;
  background-color: #f7f7f7;
}
@media (max-width: 1079px) {
  .interviewContent {
    padding: 20px 50px;
  }
}
.redBlock {
  background-color: #cc2d30;
  height: 140px;
  position: relative;
  top: 53px;
}
.redBlock p {
  color: #fff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Trebuchet MS', Sans-Serif;
  max-width: 158px;
  float: right;
  margin-top: 17px;
  margin-right: 10px;
  line-height: 1.4;
}
.redBlock img {
  float: left;
  margin-top: 34px;
  margin-left: 16px;
}
.rightChannel {
  padding-left: 0;
}
.overlayMatchLeft .selBg,
.overlayMatchRight .selBg {
  background: #ebf6fd !important;
}
.subsection {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  padding: 15px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}
.subsection h3 {
  margin: 0;
  padding: 0 0 8px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.downloadQuoteSummaryDiv {
  margin-top: 20px;
  text-align: center;
}
.modelPadding {
  padding: 15px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin: 0 10px;
}
.lightBlueBg {
  background: #cce3f2;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
}
#dataPolicyCoverages table tr td {
  padding: 5px 10px ;
}
#dataPolicyCoverages table tr:nth-child(even) {
  background: #f5f5f5;
}
#dataPolicyCoverages table tr:nth-child(odd) {
  background: #ffffff;
}
@media (max-width: 659px) {
  .interviewContent {
    padding: 10px;
  }
}
.quoteDetailsPage .quoteBox {
  width: 100%;
  max-width: 700px;
}
.quoteDetailsPage .quoteTabs {
  width: 100%;
  height: 45px;
}
.quoteDetailsPage .quoteTab {
  position: relative;
  display: inline-block;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  width: 150px;
  cursor: pointer;
}
@media (max-width: 659px) {
  .quoteDetailsPage .quoteTab {
    width: 144px;
  }
}
@media (max-width: 450px) {
  .quoteDetailsPage .quoteTab3Tabs {
    width: 100px;
  }
}
.quoteDetailsPage .quoteTabActive {
  background-color: #ffffff;
  height: 45px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.quoteDetailsPage .quoteTabActiveBottomBorder {
  position: absolute;
  z-index: 2;
  height: 1px;
  background-color: #ffffff;
  width: 149px;
  top: 44px;
}
@media (max-width: 659px) {
  .quoteDetailsPage .quoteTabActiveBottomBorder {
    width: 142px;
  }
}
@media (max-width: 450px) {
  .quoteDetailsPage .quoteTabActiveBottomBorder3Tabs {
    width: 98px;
  }
}
.quoteDetailsPage .quoteTabInactive {
  background-color: #727981;
  height: 38px;
  border-top: 1px solid #999999;
  border-left: none;
  border-right: 1px solid #999999;
  top: 1px;
}
.quoteDetailsPage .quoteTabActiveTitle {
  position: absolute;
  top: 18px;
  left: 10px;
  font: bold 16px/16px "Trebuchet MS", sans-serif;
  color: #0072bc;
}
@media (max-width: 659px) {
  .quoteDetailsPage .quoteTabActiveTitle {
    left: 7px;
  }
}
.quoteDetailsPage .quoteTabActiveTitle span {
  font: bold 13px/13px 'Arial';
}
.quoteDetailsPage .quoteTabInactiveTitle {
  position: absolute;
  top: 12px;
  left: 17px;
  font: bold 14px/16px "Trebuchet MS", sans-serif;
  color: #cccccc;
}
@media (max-width: 450px) {
  .quoteDetailsPage .quoteTabInactiveTitle3tabs {
    left: 19px;
  }
}
.quoteDetailsPage .quoteBoxDetails {
  position: relative;
  padding: 10px;
  background-color: #ffffff;
  width: 100%;
  min-height: 35px;
  border: 1px solid #cccccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-bottom: 15px !important;
}
@media (max-width: 659px) {
  .quoteDetailsPage .quoteBoxDetails {
    padding: 0;
  }
}
.quoteDetailsPage .quoteMast {
  position: relative;
  width: 100%;
  height: 139px;
  padding: 10px;
  border-radius: 3px;
}
@media (max-width: 659px) {
  .quoteDetailsPage .quoteMast {
    height: 121px;
  }
}
.quoteDetailsPage .quoteMastDetails {
  width: 49%;
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
@media (max-width: 659px) {
  .quoteDetailsPage .quoteMastDetails {
    position: absolute;
    left: -81px;
    right: 0px;
    top: -6px;
    margin-left: auto;
    margin-right: auto;
    width: 348px;
  }
}
@media (max-width: 360px) {
  .quoteDetailsPage .quoteMastDetails {
    left: -51px;
  }
}
.quoteDetailsPage .quoteMastPrices {
  position: absolute;
  top: 29px;
  left: 110px;
  width: 100%;
}
@media (max-width: 659px) {
  .quoteDetailsPage .quoteMastPrices {
    top: 35px;
  }
}
.quoteDetailsPage .quoteMastPolicyType {
  position: absolute;
  top: 14px;
  left: -9px;
  width: 102px;
  height: 80px;
  background: url('../images/quoteMastIconAuto_Lg.png');
  color: #666666;
}
@media (max-width: 659px) {
  .quoteDetailsPage .quoteMastPolicyType {
    position: relative;
    top: 38px;
    left: 60px;
    background: url('../images/quoteMastIconAuto.png');
    width: 25px;
    height: 18px;
  }
}
.quoteDetailsPage .quoteMastPolicyTypeIcon {
  position: absolute;
  top: 61px;
  left: 32px;
  background: url('../images/quoteMastIconAuto.png');
  width: 25px;
  height: 18px;
}
@media (max-width: 659px) {
  .quoteDetailsPage .quoteMastPolicyTypeIcon {
    top: 50px;
    left: 43px;
  }
}
.quoteDetailsPage .quoteMastMonthyDollar {
  position: absolute;
  top: -3px;
  left: -15px;
  font: normal 24px/16px Arial;
  color: #cc2d30;
}
.quoteDetailsPage .quoteMastMonthlyAmount {
  position: absolute;
  font: normal 46px/16px Arial;
  color: #cc2d30;
  width: 250px;
}
.quoteDetailsPage .quoteMastMonthlyPerMo {
  color: #333333;
  font: normal 12px/14px Arial;
  padding-top: 10px;
  padding-left: 3px;
}
.quoteDetailsPage .quoteMastMonthlyLine {
  position: absolute;
  top: 31px;
  left: -8px;
  height: 1px;
  width: 225px;
  background-color: #959595;
}
.quoteDetailsPage .quoteMastMonthlyTotalPrem {
  position: absolute;
  top: 38px;
  width: 200px;
  left: 5px;
  font: normal 16px/16px Arial;
  color: #333333;
}
.quoteDetailsPage .quoteMastWhatIs,
.quoteDetailsPage .quoteMastWhatIsCustom {
  position: relative;
  font: normal 14px/16px Arial;
  width: 100%;
  top: 86px;
  right: 133px;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 659px) {
  .quoteDetailsPage .quoteMastWhatIs,
  .quoteDetailsPage .quoteMastWhatIsCustom {
    top: 65px;
    right: 75px;
  }
}
.quoteDetailsPage .quoteMastWhatIsCustom {
  position: inherit;
}
.quoteDetailsPage .quoteMastDetails.onCustomizeShow {
  display: block;
  width: 100%;
}
@media (max-width: 1079px) {
  .quoteDetailsPage .quoteMastDetails.onCustomizeShow {
    margin-top: 0;
  }
}
@media (max-width: 659px) {
  .quoteDetailsPage .quoteMastDetails.onCustomizeShow {
    left: 0;
    position: relative;
  }
}
.quoteDetailsPage div.quoteMastDetails.onCustomizeShow > table > tbody > tr > td {
  vertical-align: middle;
}
.quoteDetailsPage div.quoteMastDetails.onCustomizeShow > table > tbody > tr:nth-child(1) > td:nth-child(1) {
  height: 90px;
  width: 60%;
}
@media (max-width: 659px) {
  .quoteDetailsPage div.quoteMastDetails.onCustomizeShow > table > tbody > tr:nth-child(1) > td:nth-child(1) {
    width: 100%;
    padding-left: 10px;
  }
}
.quoteDetailsPage div.quoteMastDetails.onCustomizeShow > table > tbody > tr:nth-child(1) > td:nth-child(2) {
  height: 90px;
  width: 40%;
  padding-left: 21px;
}
@media (max-width: 659px) {
  .quoteDetailsPage div.quoteMastDetails.onCustomizeShow > table > tbody > tr:nth-child(1) > td:nth-child(2) {
    width: 0;
  }
}
.quoteDetailsPage .quoteMastRecalcButton {
  display: inline-block;
  position: relative;
}
@media (max-width: 1079px) {
  .quoteDetailsPage .quoteMastRecalcButton {
    position: absolute;
    top: 15px;
    left: 57%;
  }
}
@media (max-width: 659px) {
  .quoteDetailsPage .quoteMastRecalcButton {
    position: relative;
    top: inherit;
    left: inherit;
    padding: 10px;
    padding-bottom: 20px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
.quoteDetailsPage div.quoteMastRecalcButton.alignCenter.onCustomizeShow {
  display: none;
}
.quoteDetailsPage #btnRecalcMast {
  width: 200px;
  top: 0;
}
@media (max-width: 1079px) {
  .quoteDetailsPage #btnRecalcMast {
    width: 200px;
    top: 0;
  }
}
@media (max-width: 659px) {
  .quoteDetailsPage #btnRecalcMast {
    display: none;
  }
}
.quoteDetailsPage #btnRecalcMobile,
.quoteDetailsPage #btnRecalcBottom {
  display: none;
}
@media (max-width: 659px) {
  .quoteDetailsPage #btnRecalcMobile,
  .quoteDetailsPage #btnRecalcBottom {
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.quoteDetailsPage .grayButton {
  background: #727981;
  border: 1px solid #8f969e;
  width: 228px;
}
.quoteDetailsPage .lghtGrayButtonSm {
  background: #cccccc;
  border: none;
  color: #007395;
  padding: 8px;
  border-radius: 3px;
  font-size: 0.8em;
}
.quoteDetailsPage .quoteCoverage,
.quoteDetailsPage .quoteVehicle {
  font: normal 16px/16px "Trebuchet MS", sans-serif;
  color: #007395;
  margin-top: 15px;
}
.quoteDetailsPage .quotePly {
  padding: 5px;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.quoteDetailsPage .quotePlyText {
  font: bold 14px/16px "Arial", sans-serif;
  color: #000000;
  display: block;
  position: relative;
  left: 0;
  min-height: 25px;
  padding-left: 36px;
  padding-top: 4px;
}
@media (max-width: 553px) {
  .quoteDetailsPage .quotePlyText {
    padding-top: 0;
  }
}
.quoteDetailsPage .quotePlyTextIconSame {
  background: url('../images/checkmark_green.png') no-repeat top left;
  background-size: 25px 25px;
}
.quoteDetailsPage .quotePlyTextIconLower {
  background: url('../images/checkmark_orange.png') no-repeat top left;
  background-size: 25px 25px;
  color: #025fb4;
}
.quoteDetailsPage .panelQuote {
  padding: 0;
}
.quoteDetailsPage .quotePagePanelGroup {
  border: none;
}
.quoteDetailsPage .quotePagePanelGroup .panel {
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.quoteDetailsPage .quoteTrayPanel {
  margin-bottom: 10px;
}
.quoteDetailsPage .quotePagePlyPanelGroup {
  margin-bottom: 0;
}
.quoteDetailsPage .plyLowerTrayTextItem {
  font: normal 14px/16px Arial;
  color: #333333;
}
.quoteDetailsPage .plyLowerTrayText {
  display: block;
  padding-left: 15px;
  padding-bottom: 8px;
  font: normal 14px/16px Arial;
  color: #333333;
}
@media (max-width: 659px) {
  .quoteDetailsPage .plyLowerTrayText {
    padding-left: 0;
  }
}
.quoteDetailsPage .plyLowerTrayText a,
.quoteDetailsPage .plyLowerTrayTextItem a {
  color: #025fb4;
}
@media (max-width: 659px) {
  .quoteDetailsPage .plyLowerTrayText a,
  .quoteDetailsPage .plyLowerTrayTextItem a {
    text-decoration: underline;
  }
}
.quoteDetailsPage .plyLowerTrayText a:hover,
.quoteDetailsPage .plyLowerTrayTextItem a:hover {
  text-decoration: underline;
}
.quoteDetailsPage .plyLowerTrayText ul {
  padding-left: 10px;
  border-left: 1px solid #cccccc;
}
.quoteDetailsPage .plyLowerTrayText ul li {
  margin-left: 0;
  padding-top: 6px;
  list-style-type: none;
}
.quoteDetailsPage .plyLowerTrayText ul li:first-child {
  padding-top: 0;
}
.quoteDetailsPage .plyLowerTrayTextChk {
  display: none;
}
.quoteDetailsPage .plyLowerDivider {
  width: 97%;
  height: 1px;
  background-color: #cccccc;
  margin-left: 20px;
}
.quoteDetailsPage .plyLowerNoThanks {
  font: normal 14px/16px Arial;
  position: relative;
  left: 117px;
  top: 29px;
}
@media (max-width: 1079px) {
  .quoteDetailsPage .plyLowerNoThanks {
    left: 54px;
  }
}
@media (max-width: 659px) {
  .quoteDetailsPage .plyLowerNoThanks {
    left: -27px;
    top: 100px;
    margin-right: 50%;
    margin-left: 50%;
    width: 75px;
    display: block;
  }
}
@media (max-width: 659px) {
  .quoteDetailsPage .plyGetCustomQuote {
    height: 110px;
  }
}
@media (max-width: 1079px) {
  .quoteDetailsPage #btnPlyGetCustomQuote {
    right: 19px;
  }
}
@media (max-width: 659px) {
  .quoteDetailsPage #btnPlyGetCustomQuote {
    right: -145px;
    top: 12px;
    display: block;
    margin-right: 50%;
    margin-left: 50%;
  }
}
.quoteDetailsPage .quoteCoverageCollapseArrow {
  font-size: 0.8em;
  float: right;
  color: #007395;
}
.quoteDetailsPage .panel-title a {
  display: block;
  padding: 10px 15px;
  margin: -10px -15px;
}
.quoteDetailsPage .quotePanelBody {
  color: #666666;
  font-size: 0.8em;
  padding: 0 !important;
}
.quoteDetailsPage .quoteMastBuyAuto {
  position: relative;
  float: right;
  right: 162px;
}
@media (max-width: 1079px) {
  .quoteDetailsPage .quoteMastBuyAuto {
    float: none;
    right: 0;
    margin-left: 42%;
    margin-right: 58%;
  }
}
@media (max-width: 659px) {
  .quoteDetailsPage .quoteMastBuyAuto {
    display: none;
  }
}
.quoteDetailsPage .mobileBuyButton {
  position: relative;
  height: 70px;
}
.quoteDetailsPage #dataPolicyCoverages table,
.quoteDetailsPage .vehCoverage table {
  width: 100%;
  font: normal 12px/14px Arial;
  color: #333333;
}
.quoteDetailsPage #dataPolicyCoverages table tbody tr:nth-child(even),
.quoteDetailsPage .vehCoverage table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.quoteDetailsPage #dataPolicyCoverages table tbody tr:nth-child(odd),
.quoteDetailsPage .vehCoverage table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.quoteDetailsPage #dataPolicyCoverages table tbody tr td,
.quoteDetailsPage .vehCoverage table tbody tr td {
  height: 45px;
}
.quoteDetailsPage #dataPolicyCoverages table tbody tr td:first-child,
.quoteDetailsPage .vehCoverage table tbody tr td:first-child {
  height: 35px;
  border-radius: 3px;
}
.quoteDetailsPage .policycoverageItem {
  padding: 5px;
}
.quoteDetailsPage .quoteCoverageItem {
  padding: 5px;
  vertical-align: top;
}
@media (max-width: 659px) {
  .quoteDetailsPage .quoteCoverageItem {
    font-size: 16px;
    line-height: 19px;
  }
}
.quoteDetailsPage .quoteCoverageItem:first {
  width: 50%;
}
.quoteDetailsPage .quoteCoverageItemTitle {
  color: #0072bc;
  cursor: pointer;
}
.quoteDetailsPage .quoteAutoPolicyCoverageEdit {
  float: right;
  padding-right: 10px;
  font-size: 1.2em;
}
.quoteDetailsPage .quoteAutoPolicyCoverageEdit i {
  font-size: 1.2em;
}
.quoteDetailsPage .quoteNavArea {
  position: relative;
  display: block;
  width: 90%;
  max-width: 675px;
  padding: 10px 0 60px 0;
  float: left;
}
@media (max-width: 659px) {
  .quoteDetailsPage .quoteNavArea {
    width: 100%;
    padding: 30px 0 30px 0;
  }
}
.quoteDetailsPage #quoteViewMobileSaveReturn {
  margin-bottom: 20px;
  margin-left: -5px;
}
.quoteDetailsPage #downloadQuoteSummary1,
.quoteDetailsPage #downloadQuoteSummary2,
.quoteDetailsPage #downloadQuoteSummary3 {
  text-decoration: none;
  padding-right: 0;
}
.quoteDetailsPage #downloadQuoteSummary1:hover,
.quoteDetailsPage #downloadQuoteSummary2:hover,
.quoteDetailsPage #downloadQuoteSummary3:hover {
  text-decoration: underline;
}
@media (max-width: 659px) {
  .quoteDetailsPage #downloadQuoteSummary1,
  .quoteDetailsPage #downloadQuoteSummary2,
  .quoteDetailsPage #downloadQuoteSummary3 {
    padding-left: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1079px) {
  .quoteDetailsPage #downloadQuoteSummary1,
  .quoteDetailsPage #downloadQuoteSummary2,
  .quoteDetailsPage #downloadQuoteSummary3 {
    text-decoration: underline !important;
  }
}
.quoteDetailsPage #downloadQuoteSummary1 .fa-download,
.quoteDetailsPage #downloadQuoteSummary2 .fa-download,
.quoteDetailsPage #downloadQuoteSummary3 .fa-download {
  padding-right: 7px;
}
.quoteDetailsPage #quoteViewMobilePrevious {
  margin-bottom: 20px;
}
.quoteDetailsPage .quoteViewPremiumNote {
  position: absolute;
  bottom: 5px;
  left: 60px;
  font: normal 12px/16px "Trebuchet MS", sans-serif;
  color: #006699;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 659px) {
  .quoteDetailsPage .quoteViewPremiumNote {
    position: relative;
    bottom: 0;
    left: 0;
  }
}
.quoteDetailsPage #quoteMastDiscountsDetails {
  padding-bottom: 0;
  font: normal 14px/18px Arial;
}
.quoteDetailsPage .quoteDiscountsDisclaimer {
  font-size: 85%;
  font-size: 0.8em;
  color: #666666;
  line-height: 1.4;
}
.quoteDetailsPage .vehicleTeaserTitleText {
  width: 100%;
  padding-right: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.quoteDetailsPage .quoteTeaserTitleText {
  font: normal 16px/16px Arial;
}
.quoteDetailsPage .quoteDisclaimer {
  margin-top: 20px;
}
.quoteDetailsPage .quoteSaveAndDownloadBtns {
  margin-top: 10px;
}
.quoteDetailsPage .quoteSaveAndDownloadBtns .saveBtn {
  margin-top: 0;
}
@media (max-width: 1079px) {
  .quoteDetailsPage .quoteSaveAndDownloadBtns {
    margin-top: 25px;
  }
  .quoteDetailsPage .quoteSaveAndDownloadBtns #previous {
    margin-right: 20px;
  }
}
@media (min-width: 660px) {
  .quoteDetailsPage .quoteSaveAndDownloadBtns {
    margin-bottom: 25px;
  }
}
@media (min-width: 1080px) {
  .quoteDetailsPage .quoteSaveAndDownloadBtns {
    margin-bottom: 35px;
  }
}
.quoteDetailsPage .footerText {
  font-size: 85%;
  font-size: 0.8em;
}
@media (max-width: 1079px) {
  .quoteDetailsPage .footerText {
    font-size: 0.75em;
  }
}
@media (max-width: 659px) {
  .quoteDetailsPage .footerText {
    font-size: 0.6em;
  }
}
.quoteDetailsPage .footerText .gPhoneNumber {
  color: #666666 !important;
}
.quoteDetailsPage .aboutEstimatedPremium {
  font-size: 1.1em;
  font-weight: bold;
}
.quoteDetailsPage .previousBtnContainer {
  margin-bottom: 10px;
  margin-top: 10px;
}
.quoteDetailsPage .onCustomizeShow {
  display: none;
}
.quoteDetailsPage tr.quoteRow td:first-child {
  width: 87%;
}
@media (max-width: 659px) {
  .quoteDetailsPage tr.quoteRow td:first-child {
    display: table-row;
  }
}
@media (max-width: 659px) {
  .quoteDetailsPage .coverageRowEditXS {
    display: table-row;
  }
}
@media (max-width: 659px) {
  .quoteDetailsPage .coverageRowEditXS span:last-child {
    padding-left: 5px;
  }
}
.quoteDetailsPage tr.quoteRow td:first-child div:first-child {
  float: left;
  width: 65%;
  padding: 3px;
}
@media (max-width: 659px) {
  .quoteDetailsPage tr.quoteRow td:first-child div:first-child {
    float: none;
    padding: 5px;
    width: 220px;
  }
}
.quoteDetailsPage tr.quoteRow td:first-child div:last-child {
  float: none;
  width: auto;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media (max-width: 659px) {
  .quoteDetailsPage tr.quoteRow td:first-child div:last-child {
    padding-left: 5px;
  }
}
.quoteDetailsPage .popover .popover-content,
.quoteDetailsPage .popover .arrow {
  float: none !important;
  width: auto !important;
}
.quoteDetailsPage select[name$=polCovLimitSelect],
.quoteDetailsPage select[name$=vehCovLimitSelect] {
  width: 220px;
  margin-right: 75px;
}
@media (max-width: 1079px) {
  .quoteDetailsPage select[name$=polCovLimitSelect],
  .quoteDetailsPage select[name$=vehCovLimitSelect] {
    margin-right: 75px;
  }
}
@media (max-width: 659px) {
  .quoteDetailsPage select[name$=polCovLimitSelect],
  .quoteDetailsPage select[name$=vehCovLimitSelect] {
    margin-bottom: 10px;
    display: inline;
    margin-top: 3px;
  }
}
.quoteDetailsPage .adjustCoveragePremValText {
  position: absolute;
  right: 46px;
}
@media (max-width: 1079px) {
  .quoteDetailsPage .adjustCoveragePremValText {
    position: absolute;
    right: 57px;
  }
}
@media (max-width: 659px) {
  .quoteDetailsPage .adjustCoveragePremValText {
    position: absolute;
    right: 45px;
    z-index: inherit;
  }
}
.quoteDetailsPage .includedTextAlt {
  display: none;
  padding: 5px;
  vertical-align: middle;
  color: #666666;
  font-size: 14px;
}
.quoteDetailsPage #btnRecalcBottomXs,
.quoteDetailsPage #btnRecalcBottomSm,
.quoteDetailsPage #continueToBuy1,
.quoteDetailsPage #continueToBuy2,
.quoteDetailsPage #continueToBuy4 {
  width: 200px;
}
.quoteDetailsPage #btnRecalcBottomLg {
  width: 179px;
}
.quoteDetailsPage .quoteErrorMessage {
  display: none;
  background-color: transparent !important;
}
.quoteDetailsPage .quoteErrorMessage div {
  padding-left: 8px;
  font: normal 12px/14px Arial;
}
@media (max-width: 659px) {
  .quoteDetailsPage .quoteErrorMessage div {
    font-size: 16px;
    line-height: 19px;
  }
}
.quoteDetailsPage .quoteErrorBorderOrange {
  border: 1px solid #f58623;
}
.quoteDetailsPage .quoteErrorBorderRed {
  border: 1px solid #cc2d30;
}
.quoteDetailsPage .quoteErrorTextOrange {
  color: #f58623;
  margin-top: -5px;
  padding-bottom: 5px;
  width: 100%;
}
@media (max-width: 659px) {
  .quoteDetailsPage .quoteErrorTextOrange {
    margin-top: -35px;
  }
}
.quoteDetailsPage .quoteErrorTextRed {
  color: #cc2d30;
  padding-bottom: 5px;
  width: 100%;
}
.quoteDetailsPage .quoteErrorIconOrange {
  display: none;
  color: #f58623;
  position: relative;
  font-size: 1.2em;
  left: 232px;
  top: -23px;
}
@media (max-width: 659px) {
  .quoteDetailsPage .quoteErrorIconOrange {
    left: 234px;
    top: -35px;
    margin-bottom: 10px;
  }
}
.quoteDetailsPage #customQuoteErrorList {
  display: none;
}
.quoteDetailsPage table > tbody > tr > td > div > li {
  padding: 2px;
}
.verisignSSLtext {
  color: #000000 !important;
  text-decoration: none !important;
  font-size: 7px !important;
  letter-spacing: .03125em !important;
  text-align: center !important;
}
.Mainfooter {
  padding: 15px 25px 10px;
  background: #bbbbbb;
  border-top: 6px solid #cc2d30;
}
.MainFooterInsidePages {
  padding: 15px 25px 10px;
  background: #f6f6f6;
}
.pcls {
  font-size: 12px;
  margin-bottom: 18px;
  margin-top: 8px;
}
.pclsN,
.extraSponsorText {
  font-size: 11px;
  color: #666666;
  padding-bottom: 10px;
}
.footlinkspad {
  padding-left: 0 !important;
}
.footlinks {
  font-size: 12px;
  padding: 10px 0 0 0;
  margin: 0;
}
.footlinks ul {
  margin: 0;
  padding: 0;
  line-height: 0.9;
}
.footlinks ul:first-child {
  margin-bottom: 8px;
}
.footlinks li {
  margin: 0px;
  padding: 0 3px;
  display: inline-block;
  list-style-type: none;
  border-right: 1px solid #222222;
}
.footlinks li:last-child {
  border-right: none!important;
}
.footlinks a {
  margin: 0px;
  display: block;
  padding-right: 4px;
}
.pclsNew {
  font-size: 12px;
  color: #666666;
  margin-top: 16px;
}
.hq {
  font-size: 18px;
  font-weight: bold;
  float: left;
  font-family: 'Trebuchet MS', Sans-Serif;
}
.ct {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Trebuchet MS', Sans-Serif;
  float: left;
  padding: 6px;
  background: #d7d7d7;
  margin-left: 8px;
  border-radius: 4px;
  color: #cc2d30;
}
.padtop {
  padding-top: 6px;
  display: block;
}
.bdr {
  background: url(../images/line.png) no-repeat center;
  height: 1px;
  margin: 5px 0;
}
.call {
  display: inline-block;
  background: url(../images/call.png) no-repeat left center;
  width: 16px;
  height: 16px;
}
.nortonLogoContainer {
  width: 123px;
  height: 80px;
  float: right;
  margin-bottom: 10px;
}
.helpHide {
  padding-right: 7px !important;
  border-right: none !important;
}
.helpHide span {
}
.extraSponsorText {
  padding-bottom: 5px;
  padding-top: 5px;
}
@media (min-width: 660px) {
  .feedbackLink {
    border-right: none !important;
  }
}
@media (max-width: 1079px) {
  .pcls {
    font-size: 14px;
    font-weight: normal;
  }
  .Mainfooter,
  .MainFooterInsidePages {
    padding: 15px 12px;
  }
  .Mainfooter .questions-wrapper,
  .MainFooterInsidePages .questions-wrapper {
    float: none;
    max-width: 295px;
  }
  .pclsNew {
    margin-top: 16px;
  }
  .footlinks a {
    font-size: 12px;
  }
}
@media (max-width: 659px) {
  .plcs {
    margin: 10px 0;
  }
  .extraSponsorText {
    font-size: 12px;
  }
  .nortonLogoContainer {
    float: left;
    margin: 20px 15px 10px 15px;
  }
}
.knockoutRedBar {
  height: 35px;
}
.knockoutContainer {
  padding: 0;
}
.knockoutContainer .pageTitle {
  margin: 30px;
}
@media (max-width: 1079px) {
  .knockoutContainer .pageTitle {
    margin: 25px;
  }
}
@media (max-width: 659px) {
  .knockoutContainer .pageTitle {
    margin: 20px;
  }
}
.knockoutContainer .explanation {
  background-color: #f7f7f7;
  padding: 30px 45px;
  min-height: 350px;
  line-height: 140%;
}
@media (max-width: 1079px) {
  .knockoutContainer .explanation {
    padding: 25px 40px;
  }
}
@media (max-width: 659px) {
  .knockoutContainer .explanation {
    padding: 20px 40px;
  }
}
.knockoutSubHeading {
  margin-top: 25px;
  margin-bottom: 25px;
}
.knockoutBtns {
  margin-top: 100px;
}
@media (max-width: 659px) {
  .knockoutBtns {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
#itqBanner {
  display: none;
  margin-bottom: 20px;
  height: 40px ;
}
@media (min-width: 620px) and (max-width: 780px) {
  #itqBanner .teaserTitleText {
    width: 80% !important;
    margin: 0 auto;
  }
  #itqBanner {
    margin: 20px 0 !important;
  }
}
@media (max-width: 620px) {
  #itqBanner {
    margin: 20px 0 !important;
    height: 60px !important;
  }
  #itqBanner .teaserTitleText {
    width: 99% !important;
  }
  #itqHeaderN {
    width: 25%;
  }
  #itqCaption {
    width: 70%;
    margin-top: 5px;
  }
  #itqBanner .teaserTitleText img {
    margin: 1px 5px 0 0 !important;
  }
}
#itqBanner .teaserTitleText img {
  margin: -7px 10px 0 0;
}
#itqBanner .teaserTitleText {
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 auto;
  display: block;
  color: #1461b0;
  font-weight: bold;
  width: 62%;
}
#itqHeaderN,
#itqCaption {
  float: left;
}
#itqCaption {
  padding-top: 9px;
}
#itqBannerQuoteDetails {
  display: none;
}
.CongratulationsText {
  padding-top: 17px;
}
#itqBannerQuote {
  display: none;
  overflow: hidden;
  padding: 10px 0 0;
  background-color: #daedff;
}
#itqBannerQuoteDetails a:after {
  font-family: 'Glyphicons Halflings';
  content: "\e113";
  float: right;
  color: #0072bc;
  padding: 17px;
}
#itqBannerQuoteDetails .panel-heading a.collapsed:after {
  content: "\e114";
}
#itqBannerQuoteDetails .panel-heading {
  background: #daedff;
}
#itqBannerQuoteDetails .panel-body {
  background: #daedff;
  padding: 0 0 10px 0;
}
#itqBannerQuoteDetails .panel-default > .panel-heading {
  border: none !important;
  overflow: hidden;
  padding: 2px;
}
.getStarted {
  padding: 10px;
  /* End h1 Block */
  /* End getStartedBox */
  /* End getStartedPoliciesBox */
  /* End getStartedPurchaseBox */
  /* End getStartedPhoneBox, .getStartedHoursBox */
}
@media (max-width: 660px) {
  .getStarted {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.getStarted h1,
.getStarted h2 {
  font-family: Arial, sans-serif;
}
.getStarted h1 {
  font-size: 18px;
}
.getStarted h1 + p {
  font-size: 16px;
}
.getStarted h2 {
  font-size: 14px;
}
.getStarted hr {
  height: 2px;
  background-color: #dedede;
  margin: 7px 0;
}
.getStarted .getStartedBox h1 {
  margin-top: 0;
  margin-bottom: 1px;
}
.getStarted .getStartedPoliciesBox {
  background-color: #e5e5e5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 16px 21px;
  margin-top: 24px;
  margin-bottom: 20px;
  /* End label */
}
@media (max-width: 1080px), (max-width: 660px) {
  .getStarted .getStartedPoliciesBox .checkboxImg {
    right: 5px!important;
  }
  .getStarted .getStartedPoliciesBox div {
    padding-left: 3px!important;
    padding-right: 0;
  }
}
@media (max-width: 660px) {
  .getStarted .getStartedPoliciesBox {
    border-bottom: 1px solid #fff;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .getStarted .getStartedPoliciesBox > div div:last-child label:last-child {
    border-bottom: 0;
  }
}
.getStarted .getStartedPoliciesBox .checkboxImg {
  position: relative;
  float: right;
  top: 5px;
}
.getStarted .getStartedPoliciesBox .checkboxImg:before {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: 2px;
}
@media (max-width: 660px) {
  .getStarted .getStartedPoliciesBox .checkboxImg {
    margin-right: 40px;
    right: 12px;
  }
}
.getStarted .getStartedPoliciesBox p {
  font-size: 16px;
}
@media (max-width: 660px) {
  .getStarted .getStartedPoliciesBox p {
    padding-left: 20px;
  }
}
.getStarted .getStartedPoliciesBox div {
  padding-left: 7px;
}
.getStarted .getStartedPoliciesBox label {
  display: inline-block;
  margin-right: 10px;
  line-height: 30px;
  width: 100%;
  position: relative;
}
@media (max-width: 660px) {
  .getStarted .getStartedPoliciesBox label {
    border-bottom: 1px solid #fff;
    line-height: 1.8;
    padding-left: 20px;
  }
}
.getStarted .getStartedPoliciesBox label span {
  margin-right: 15px;
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 660px) {
  .getStarted .getStartedPoliciesBox label span {
    position: relative;
    top: -3px;
    padding-left: 20px;
  }
}
.getStarted .getStartedPurchaseBox p {
  font-size: 16px;
}
.getStarted .getStartedPurchaseBox span {
  padding-left: 1px;
}
@media (max-width: 660px) {
  .getStarted .getStartedPurchaseBox {
    text-align: left;
  }
  .getStarted .getStartedPurchaseBox p {
    text-size: 18px;
  }
  .getStarted .getStartedPurchaseBox .btn-group {
    margin-bottom: 4px;
  }
}
.getStarted .getStartedPhoneBox,
.getStarted .getStartedHoursBox {
  display: none;
}
.getStarted .getStartedPhoneBox h2,
.getStarted .getStartedHoursBox h2 {
  margin-bottom: 3px;
}
.getStarted .getStartedPhoneBox p,
.getStarted .getStartedHoursBox p {
  font-size: 14px;
}
@media (max-width: 660px) {
  .getStarted .getStartedPhoneBox h2 {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .getStarted .getStartedPhoneBox .ct {
    margin-left: 0;
  }
  .getStarted .getStartedPhoneBox .phone {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.getStarted .getStartedHoursBox p:last-child {
  margin-top: 20px;
}
@media (max-width: 660px) {
  .getStarted .getStartedHoursBox p:last-child {
    margin-top: 20px;
  }
}
/* End getStarted Module */
@media (min-width: 660px) {
  .aboutYou1 .noBtnWithMarginForGender {
    margin-left: 6px !important;
  }
}
@media (max-width: 659px) {
  .aboutYou1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.aboutYou1 .changeZipWrapper {
  padding-left: 15px;
}
.aboutYou1 .noThanks {
  margin-top: 10px;
}
.aboutYou1 .noThanks {
  margin-top: 10px;
}
.aboutYou1 .infoDisclosure {
  background-color: #fff;
  border: none;
  color: #666666;
  padding-bottom: 0;
  font-size: 12px;
}
.aboutYou1 .infoDisclosureTitle {
  font-weight: bold;
}
.aboutYou1 .prevContinueBtnWrapper .btn-continue {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 660px) {
  .aboutYou1 .prevContinueBtnWrapper .prevContinueBtnSubWrapper {
    max-width: 310px;
  }
}
@media (min-width: 1080px) {
  .aboutYou1 .prevContinueBtnWrapper .prevContinueBtnSubWrapper {
    max-width: 285px;
  }
}
.aboutYou1 .changeZipWrapper {
  top: 3px;
  padding-left: 0px;
}
.aboutYou1 .addressBorder {
  border: 1px solid #cccccc;
  overflow: hidden;
}
.aboutYou1 #overlayZipConfirm .addressNoHitAddress {
  padding-left: 20px;
  padding-top: 10px;
}
.aboutYou1 #overlayZipMatchRestart .modal-body {
  overflow: hidden !important;
}
.aboutYou1 .overlayMatchLeft .btn-default,
.aboutYou1 .overlayMatchRight .btn-default {
  background: none;
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.aboutYou1 .overlayMatchLeft .btn-default:active,
.aboutYou1 .overlayMatchRight .btn-default:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.aboutYou1 .overlayMatchLeft .btn-default:checked,
.aboutYou1 .overlayMatchRight .btn-default:checked {
  background-color: #ebf6fd;
}
.aboutYou1 #overlayZipMatch .modal-body {
  padding-top: 15px;
}
.aboutYou1 #overlayZipMatch .OverlayMatchTitle {
  padding-bottom: 5px;
}
.aboutYou1 .modal-body .OverlayMatchAddress {
  font-weight: normal;
}
.aboutYou1 #overlayZipMatch .addressText,
.aboutYou1 #overlayZipMatchRestart .addressText {
  float: left;
  border-right: 1px solid #cccccc;
  padding: 10px 20px 10px 0px;
  text-align: left;
  width: 86%;
  overflow: hidden;
}
.aboutYou1 #overlayZipMatch .radioSelection,
.aboutYou1 #overlayZipMatchRestart .radioSelection {
  margin-top: 30px;
  width: 14%;
  outline: none !important;
}
.aboutYou1 #overlayZipMatch .radioImg,
.aboutYou1 #overlayZipMatchRestart .radioImg {
  margin-left: 15px;
}
.aboutYou1 #overlayZipMatch .modal-header,
.aboutYou1 #overlayZipMatchRestart .modal-header {
  padding-bottom: 5px;
}
.aboutYou1 .overlayMatchLeft,
.aboutYou1 .overlayMatchRight {
  padding-left: 0;
}
@media (max-width: 659px) {
  .aboutYou1 .overlayMatchRight {
    margin-top: 20px;
  }
  .aboutYou1 .overlayMatchLeft,
  .aboutYou1 .overlayMatchRight {
    padding-right: 0;
  }
  .aboutYou1 #overlayZipMatch .radioImg,
  .aboutYou1 #overlayZipMatchRestart .radioImg {
    margin-left: 10px;
    background-size: 20px 20px;
  }
  .aboutYou1 #overlayZipMatch .addressText,
  .aboutYou1 #overlayZipMatchRestart .addressText {
    font-size: 16px;
  }
  .aboutYou1 #overlayZipMatch .modal-content {
    padding: 5px 0px;
  }
  .aboutYou1 .addressNoHitAddress {
    font-size: 16px;
  }
  .aboutYou1 #overlayZipConfirm .modal-footer {
    text-align: center;
  }
  .aboutYou1 .modal-footer button,
  .aboutYou1 .modal-footer a {
    font-size: 18px;
  }
  .aboutYou1 #overlayZipConfirm .overlayCancel {
    float: none;
    margin-left: 6px;
  }
}
.phoneNumberText {
  padding: 5px;
}
.faq {
  background: #727981;
  height: 35px;
  color: #fff;
  margin-top: 7px;
}
.faq p {
  padding: 7px 0 3px 16px;
  font-family: 'Trebuchet MS', Sans-Serif;
  font-size: 16px;
}
.plusMinusSign {
  height: 11px;
  width: 11px;
  margin-right: 10px;
  vertical-align: top;
}
.faqBody .fa {
  font-size: 14px;
  vertical-align: top;
}
#accordion1 a,
#accordion2 a,
#accordion3 a,
#accordion4 a,
#accordion5 a {
  color: #0072bc;
}
.faqBody {
  background: #f9f9f9;
  padding: 15px;
  font-family: Arial, sans-serif;
}
.faqBody .panel-default {
  background: #f9f9f9;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #0072bc;
  margin: 0;
}
.faqBody .panel-group {
  border: none;
  border-top: 1px solid #0072bc;
}
.faqBody .panel-group .panel {
  margin-top: 0;
}
.faqBody .panel-default .panel-heading {
  background: #f9f9f9;
}
@media (min-width: 1080px) {
  .faqBody .panel-default .panel-heading:hover {
    background: #FFF;
  }
}
.faqBody .panel-default .panel-heading.panel-heading-active,
.faqBody .panel-default .panel-heading.panel-heading-active + .panel-collapse {
  background: #FFF;
}
.faqBody .panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faqBody .panel-body {
  padding: 5px 10px 10px 35px;
  color: #727981;
}
.faqBody .panel-group .panel-collapse .panel-body {
  border: none;
}
.faqBody h4 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}
.faqBody .panel-title {
  font-weight: normal;
}
.paraLink {
  width: 90%;
  display: inline-block;
}
.stateSpecific {
  display: none;
}
@media (max-width: 659px) {
  .faqBody .panel-body p,
  .faqBody .panel-body li {
    font-size: 14px;
    font-weight: normal;
  }
  #accordion5 .panel-body a {
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
  }
  .quotebtn {
    font-size: 16px;
  }
  .faq p {
    font-size: 18px;
  }
  #accordion1 a,
  #accordion2 a,
  #accordion3 a,
  #accordion4 a,
  #accordion5 a {
    font-size: 18px;
  }
  .faqBody h4 {
    font-size: 18px;
  }
}
.vehicleDetails .paddingBottom20px {
  padding-bottom: 20px;
}
.vehicleDetails .paddingTop15px {
  padding-top: 15px;
}
.vehicleDetails .childHidden {
  display: none;
}
.vehicleDetails .vehicleChildIcon {
  display: inline;
  color: #007395;
  cursor: pointer;
}
.vehicleDetails .childHiddenContent {
  position: relative;
  left: 30px;
  top: 10px;
  padding-bottom: 15px;
}
.vehicleDetails .vehicleChildText {
  display: none;
}
.vehicleDetails .vehicleChildTitle {
  display: inline;
  color: #007395;
  cursor: pointer;
  padding-left: 8px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
@media (max-width: 1079px) {
  .vehicleDetails .vehicleChildTitle {
    font-size: 16px;
  }
}
@media (max-width: 659px) {
  .vehicleDetails .vehicleChildTitle {
    font-size: 18px;
  }
}
.vehicleDetails .vehicleChildPanel {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vehicleDetails .vehicleChildPanelGroup {
  position: relative;
  border: none;
  left: 30px;
}
.vehicleDetails .vehicleChildPanelTitle {
  font-weight: normal;
  font-size: 14px;
}
.vehicleDetails .trayPanelText {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 140%;
  padding: 0 30px 15px 15px;
}
@media (max-width: 1079px) {
  .vehicleDetails .trayPanelText {
    font-size: 16px;
  }
}
@media (max-width: 659px) {
  .vehicleDetails .trayPanelText {
    font-size: 18px;
  }
}
.vehicleDetails .vehicleChildPanel .trayPanelText {
  font-size: 12.6px;
}
@media (max-width: 1079px) {
  .vehicleDetails .vehicleChildPanel .trayPanelText {
    font-size: 14.4px;
  }
}
@media (max-width: 659px) {
  .vehicleDetails .vehicleChildPanel .trayPanelText {
    font-size: 16.2px;
  }
}
.vehicleDetails .trayIcon i {
  left: 7px;
  top: 7px;
}
.vehicleDetails .TT5-loanGapWrap {
  padding-bottom: 8px;
}
.vehicleDetails #vehicleAntiTheftTitle {
  padding-bottom: 10px;
}
.vehicleDetails .prefilledVehicleYearMake {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0;
}
.vehicleDetails .prefilledVehicleYearMake,
.vehicleDetails .prefilledVehicleMode {
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.vehicleDetails .traySmallViewHidden {
  padding-bottom: 10px;
  display: block;
}
.vehicleDetails .traySmallViewShown {
  display: none;
}

@media (max-width: 1079px) {
  .vehicleDetails .traySmallViewHidden {
    display: none;
  }
  .vehicleDetails .traySmallViewShown {
    display: block;
  }
  .vehicleDetails .teaserTitleText {
    font-size: 16px;
  }
}
@media (max-width: 659px) {
  .vehicleDetails .traySmallViewHidden {
    display: none;
  }
  .vehicleDetails .traySmallViewShown {
    display: block;
  }
  .vehicleDetails .teaserTitleText {
    font-size: 16px;
  }
}
.disclaimerFooter {
  font-size: 12px;
  margin-top: 30px;
}
.conditionPpvOverlay .modal-dialog {
  top: 100px;
  margin-bottom: 100px;
}

.table-curved {
  border-collapse: separate;
  border: solid #ccc 1px;
  border-radius: 6px;
  border-left: 0px;
  border-top: 0px;
}
.table-curved > thead:first-child > tr:first-child > th {
  border-bottom: 0px;
  border-top: solid #ccc 1px;
}
.table-curved td,
.table-curved th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.table-curved > :first-child > :first-child > :first-child {
  border-radius: 6px 0 0 0;
}
.table-curved > :first-child > :first-child > :last-child {
  border-radius: 0 6px 0 0;
}
.table-curved > :last-child > :last-child > :first-child {
  border-radius: 0 0 0 6px;
}
.table-curved > :last-child > :last-child > :last-child {
  border-radius: 0 0 0px 0;
}
.even {
  background-color: #fff;
}
.odd {
  background-color: #eeeeee;
}

.vinFoundButtons {
  margin-top: 20px;
}
#vehicleReturned {
  text-transform: uppercase;
}
.summaryBlock .vehicleModel {
  font-size: 0.8em;
  line-height: 1.2em;
}
.summaryBlock .addVehicleBlock {
  float: left;
  padding: 22px 0 0 20px;
}
.summaryBlock .addVehicleBlock p {
  margin: 0;
}
.summaryBlock .moreThanFourVehiclesBlock {
  padding: 18px 10px 0 10px;
}
.summaryBlock span.verticalSep {
  padding: 0 2px 0 12px;
}
.addFourVehiclesText {
  margin-bottom: 10px;
  margin-left: 3px;
}
.newVehAdd .addBox.buttonBox {
  padding-top: 14px;
}
@media (max-width: 659px) {
  .summaryBlock .addVehicleBlock {
    padding: 0;
    width: 75%;
  }
  .moreThanFourVehiclesBlock {
    max-width: none !important;
  }
}

#itqBanner {
  display: none;
  margin-bottom: 20px;
  height: 40px;
}
@media (min-width: 660px) {
  #itqBanner {
    margin-bottom: 20px;
  }
}
#itqBanner .teaserTitleText {
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #1461b0;
  font-weight: bold;
}
.teaserPosition {
  margin: -7px 10px 0 0;
}
.driverDetails .prefilledDriverName {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: capitalize;
}
.driverDetails .trayIcon i {
  left: 8px;
}
.driverDetails .customDriverOffset {
  margin-left: 4.166666666666666%;
  margin-right: 4.166666666666666%;
}
@media (min-width: 660px) {
  .driverDetails #ageFirstLicensed {
    max-width: 100px;
  }
}
@media (max-width: 659px) {
  .driverDetails #ageFirstLicensed {
    margin-right: 0;
    margin-left: auto;
  }
}
.driverDetails .iWantToSeeUmbrella {
  margin-right: 5px;
}
.driverDetails .childQuestionVehSummary {
  display: none;
  max-width: 600px;
}
@media (max-width: 660px) {
  .driverDetails .childQuestionVehSummary select {
    width: 100%;
    margin-left: 0!important;
  }
  .driverDetails .childQuestionVehSummary .row {
    margin-bottom: 0!important;
  }
}
@media (max-width: 659px) {
  .driverDetails .childQuestionVehSummary {
    margin-left: 0;
    width: 100%;
  }
}
.driverDetails .childQuestionVehSummaryInner {
  color: #333333;
  background-color: #e9e9e9;
  border-radius: 3px;
  padding: 10px 10px 10px 15px;
}
.driverDetails .childQuestionVehSummaryInner div {
  padding-bottom: 5px;
}
.driverDetails .labelText {
  top: 7px;
  padding-left: 0;
}
.driverDetails .floatLeft {
  float: left;
}
@media (max-width: 659px) {
  .driverDetails .floatLeft {
    float: none;
  }
}
.driverDetails #drvAccidentAtFaultHidden {
  display: none;
}
.driverDetails #accidentMonth,
.driverDetails #incidentMonth,
.driverDetails #claimMonth {
  width: 40px;
  display: inline;
}
.driverDetails #accidentYear,
.driverDetails #incidentYear,
.driverDetails #claimYear {
  width: 50px;
  display: inline;
}
.driverDetails #incidentAmount,
.driverDetails #selClaimLoss {
  width: 195px;
  margin-right: 10px;
}
@media (max-width: 659px) {
  .driverDetails #incidentAmount,
  .driverDetails #selClaimLoss {
    display: inline;
  }
}
.driverDetails .driverChildAccidentCancel,
.driverDetails .driverChildIncidentCancel,
.driverDetails .driverChildClaimCancel {
  color: #666666;
  padding-right: 10px;
  cursor: pointer;
}
@media (max-width: 659px) {
  .driverDetails .driverChildAccidentCancel,
  .driverDetails .driverChildIncidentCancel,
  .driverDetails .driverChildClaimCancel {
    text-decoration: underline;
  }
}
@media (max-width: 1079px) {
  .driverDetails .driverChildAccidentCancel,
  .driverDetails .driverChildIncidentCancel,
  .driverDetails .driverChildClaimCancel {
    text-decoration: underline;
  }
}
.driverDetails .driverChildAccidentCancel:hover,
.driverDetails .driverChildIncidentCancel:hover,
.driverDetails .driverChildClaimCancel:hover,
.driverDetails .driverChildAdd:hover {
  text-decoration: underline;
}
.driverDetails .driverChildAdd,
.driverDetails .driverAccidentListAddAnother,
.driverDetails .driverIncidentListAddAnother,
.driverDetails .driverClaimListAddAnother,
.driverDetails .driverItemListRemove {
  color: #0072bc;
  font-weight: bold;
  padding-left: 10px;
  cursor: pointer;
}
@media (max-width: 659px) {
  .driverDetails .driverChildAdd,
  .driverDetails .driverAccidentListAddAnother,
  .driverDetails .driverIncidentListAddAnother,
  .driverDetails .driverClaimListAddAnother,
  .driverDetails .driverItemListRemove {
    text-decoration: underline;
  }
}
@media (max-width: 1079px) {
  .driverDetails .driverChildAdd,
  .driverDetails .driverAccidentListAddAnother,
  .driverDetails .driverIncidentListAddAnother,
  .driverDetails .driverClaimListAddAnother,
  .driverDetails .driverItemListRemove {
    text-decoration: underline;
  }
}
.driverDetails .driverChildAdd:hover,
.driverDetails .driverAccidentListAddAnother:hover,
.driverDetails .driverIncidentListAddAnother:hover,
.driverDetails .driverClaimListAddAnother:hover,
.driverDetails .driverItemListRemove:hover {
  text-decoration: underline;
}
.driverDetails .textCenter {
  text-align: center;
}
.driverDetails .driverAccidentList,
.driverDetails .driverIncidentList,
.driverDetails .driverClaimList {
  display: none;
  padding-left: 30px;
}
.driverDetails .driverItemListTitle {
  font-weight: bold;
}
.driverDetails .listItem {
  display: block;
  padding-left: 20px;
  padding-top: 5px;
}
.driverDetails .driverAccidentListAddAnother,
.driverDetails .driverIncidentListAddAnother,
.driverDetails .driverClaimListAddAnother {
  display: none;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1079px) {
  .driverDetails .traySmallViewHidden {
    display: none;
  }
  .driverDetails .teaserTitleText {
    font-size: 16px;
  }
}
@media (max-width: 659px) {
  .driverDetails .traySmallViewHidden {
    display: none;
  }
  .driverDetails .teaserTitleText {
    font-size: 16px;
  }
  .driverDetails #ChildQuestionIncident .saveTkt {
    padding-left: 1px;
  }
  .driverDetails #ChildQuestionIncident .cancelTkt {
    padding-right: 1px;
  }
}
.summaryBlock .driverAge {
  font-size: 0.8em;
  line-height: 1.2em;
}
.summaryBlock .driverName,
.summaryBlock .driverAge {
  text-transform: capitalize !important;
}
.summaryBlock .addDriverBlock {
  float: left;
  padding: 22px 0 0 20px;
}
.summaryBlock .addDriverBlock p {
  margin: 0;
}
.summaryBlock .moreThanSixDriversBlock {
  padding: 18px 10px 0 10px;
}
.summaryBlock .driverImg {
  padding: 7px 0;
  border: 1px solid #cccccc;
  text-align: center;
}
.summaryBlock .driverImg .fa-user {
  font-size: 63px;
  color: #cccccc;
}
#driverSummary .summaryBlock span.verticalSep {
  padding: 0 3px 0 6px;
}
.expandCollapseWidget {
  font-family: Arial, sans-serif;
}
.expandCollapseWidget .plusMinusSign {
  height: 11px;
  width: 11px;
  margin-right: 10px;
  vertical-align: top;
}
.expandCollapseWidget .fa-plus-square,
.expandCollapseWidget .fa-minus-square {
  font-size: 1.1em;
  vertical-align: top;
  padding-left: 2px;
}
.expandCollapseWidget #accordion a {
  color: #0072bc;
}
.expandCollapseWidget .panel-group {
  border: none;
}
.expandCollapseWidget .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  background: #f7f7f7;
  padding-left: 24px;
}
.expandCollapseWidget .panel-default {
  box-shadow: none;
  border: none;
}
.addSixDriversText {
  margin-bottom: 10px;
  margin-left: 3px;
}
.newDriverAdd .addBox.buttonBox {
  padding-top: 14px;
}
@media (max-width: 659px) {
  .summaryBlock .addDriverBlock {
    padding: 0;
    width: 75%;
  }
  .moreThanSixDriversBlock {
    max-width: none !important;
  }
  .expandCollapseWidget p,
  .expandCollapseWidget li {
    font-size: 16px;
    font-family: Arial, sans-serif;
  }
}
@media (min-width: 660px) and (max-width: 675px) {
  .summaryBlock .buttonBox button {
    font-size: 14px;
  }
  .summaryBlock .buttonBox {
    margin-right: 0;
  }
}
.isInsuredhidden {
  display: none;
}
.prefileTitle {
  display: block;
  color: #333;
  visibility: visible;
  font-style: italic;
}
#driverAssignment {
  padding: 0 15px;
}
#driverAssignment .instText p {
  margin-left: -15px;
  padding: 5px 0 20px 0;
}
@media (max-width: 659px) {
  #driverAssignment .instText p {
    padding: 5px 0 15px 0;
  }
}
#driverAssignment .occasionalDrivers p {
  margin-left: -15px;
  padding: 20px 0;
}
#driverAssignment .vehicleMake,
#driverAssignment .vehicleModel {
  text-transform: uppercase;
}
#driverAssignment .driverLabel,
#driverAssignment .vehicleLabel {
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#driverAssignment .driverName {
  text-transform: capitalize;
}
.bumperContent {
  display: block;
  margin: 0 auto;
  background: #f9f9f9;
}
.bumperMiddleContent {
  background: #f9f9f9;
}
.innerContent {
  display: inline-block;
  position: relative;
  margin-top: 20px;
}
.bumperMiddle {
  display: block;
  background-color: #f7f7f7;
}
.bumperWaitText {
  position: relative;
  padding-top: 25px;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
@media (max-width: 1079px) {
  .bumperWaitText {
    font-size: 16px;
  }
}
@media (max-width: 659px) {
  .bumperWaitText {
    font-size: 18px;
  }
}
.bumperLoadingImg {
  background: url('../images/loading_bumper_@2x_LARGE.gif') no-repeat;
  height: 46px;
  width: 46px;
  position: relative;
  text-align: center;
  margin: auto;
  margin-top: 18px;
  background-size: 46px 46px;
}
.bumperHR {
  position: relative;
  margin: auto;
  margin-top: 20px;
  height: 1px;
  background-color: #e0e0e0;
}
.bumper {
  display: block;
  position: relative;
  margin: 0 auto;
}
.bumperTitle {
  font-size: 26px;
  font-family: 'Trebuchet MS', Sans-Serif;
  color: #cc2d30;
  text-align: center;
  margin-top: 15px;
  padding: 0 0px;
}
@media (max-width: 659px) {
  .bumperTitle {
    font-size: 22px;
    padding: 0 10px;
  }
}
.bumperTitle sup {
  font-size: 14px;
  letter-spacing: -1px;
}
.bumperTitle span {
  font-weight: bold;
  font-style: italic;
}
.bumperSubText {
  position: relative;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #666666;
  text-align: center;
  padding: 4px 0;
}
@media (max-width: 1079px) {
  .bumperSubText {
    font-size: 16px;
  }
}
@media (max-width: 659px) {
  .bumperSubText {
    font-size: 18px;
    padding: 4px 15px;
  }
}
.bumperSubText11 {
  position: relative;
  margin: 12px auto;
  line-height: 140%;
}
.bumperImage {
  display: none;
}
.bumperImage11 {
  position: relative;
  height: 56px;
  background: url('../images/bumper11.png') no-repeat;
  text-align: center;
  width: 85px;
  margin: 10px auto 30px;
}
.bumperImage13 {
  background: url('../images/bumper_PLY_LARGE.png') no-repeat;
  text-align: center;
  margin: 30px auto;
  background-size: cover;
  width: 373px;
  height: 232px;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .bumperImage13 {
    background: url('../images/bumper_PLY_@2x_LARGE.png') no-repeat;
    background-size: cover;
  }
}
@media (max-width: 659px) {
  .bumperImage13 {
    background: url('../images/bumper_PLY_SMALL.png') no-repeat;
    background-size: 100%;
    width: 373px;
    height: 310px;
    position: relative;
    left: -5px;
  }
}
@media (max-width: 659px) and only screen and (-moz-min-device-pixel-ratio: 2), (max-width: 659px) and only screen and (-o-min-device-pixel-ratio: 2/1), (max-width: 659px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 659px) and only screen and (min-device-pixel-ratio: 2) {
  .bumperImage13 {
    background: url('../images/bumper_PLY_@2x_SMALL.png') no-repeat;
    background-size: 100%;
    width: 373px;
    height: 310px;
    position: relative;
    left: -5px;
  }
}
.bumperImage6 {
  position: relative;
  height: 71px;
  background: url('../images/bumper_security.png') no-repeat;
  text-align: center;
  width: 70px;
  margin: 10px auto 30px;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .bumperImage6 {
    background: url('../images/bumper_security_lg_@2x.png') no-repeat;
    background-size: 136px 140px;
    width: 136px;
    height: 140px;
  }
}
@media (max-width: 659px) and only screen and (-moz-min-device-pixel-ratio: 2), (max-width: 659px) and only screen and (-o-min-device-pixel-ratio: 2/1), (max-width: 659px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 659px) and only screen and (min-device-pixel-ratio: 2) {
  .bumperImage6 {
    background: url('../images/bumper_security_sm_@2x.png') no-repeat;
    background-size: 131px 134px;
    width: 131px;
    height: 134px;
  }
}
.bumperImage7 {
  position: relative;
  height: 97px;
  background: url('../images/bumper_innovating.png') no-repeat;
  text-align: center;
  width: 70px;
  margin: 10px auto 30px;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .bumperImage7 {
    background: url('../images/bumper_innovating_icon_lg_@2x.png') no-repeat;
    background-size: 140px 196px;
    width: 140px;
    height: 196px;
  }
}
@media (max-width: 659px) and only screen and (-moz-min-device-pixel-ratio: 2), (max-width: 659px) and only screen and (-o-min-device-pixel-ratio: 2/1), (max-width: 659px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 659px) and only screen and (min-device-pixel-ratio: 2) {
  .bumperImage7 {
    background: url('../images/bumper_innovating_icon_sm_@2x.png') no-repeat;
    background-size: 110px 154px;
    width: 110px;
    height: 154px;
  }
}
.bumperDisclaimer span {
  font-weight: bold;
  font-style: italic;
}
.bumperDisclaimer {
  color: #999999;
  font-size: 11px;
  margin-bottom: 20px;
}
.quoteSummaryHub .autoText {
  text-transform: capitalize;
}
.quoteSummaryHub .quoteBoxHub {
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #c2c2c2;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}
.quoteSummaryHub .quoteSummaryHr {
  margin-top: 14px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #dedede;
}
.quoteSummaryHub .buyAutoOnly,
.quoteSummaryHub .multiPolicyDiscountHeading {
  padding: 15px;
  font-size: 18px;
  color: #0072bc;
  font-weight: bold;
}
@media (max-width: 1079px) {
  .quoteSummaryHub .buyAutoOnly,
  .quoteSummaryHub .multiPolicyDiscountHeading {
    font-size: 18px;
  }
}
@media (max-width: 659px) {
  .quoteSummaryHub .buyAutoOnly,
  .quoteSummaryHub .multiPolicyDiscountHeading {
    font-size: 18px;
  }
}
@media (max-width: 365px) {
  .quoteSummaryHub .buyAutoOnly,
  .quoteSummaryHub .multiPolicyDiscountHeading {
    font-size: 16px;
  }
}
.quoteSummaryHub .autoIcon {
  background: url('../images/AutoIcon.png') no-repeat;
  width: 33%;
  height: 82px;
  float: left;
  margin-bottom: 20px;
}
@media (max-width: 1079px) {
  .quoteSummaryHub .autoIcon {
    width: 23%;
    max-width: 75px;
    background-size: 54px;
    height: 42px;
  }
}
@media (max-width: 659px) {
  .quoteSummaryHub .autoIcon {
    width: 27%;
    max-width: 110px;
    background-size: 87px;
    height: 70px;
  }
}
@media (max-width: 365px) {
  .quoteSummaryHub .autoIcon {
    width: 30%;
    background-size: 87px;
    height: 70px;
  }
}
.quoteSummaryHub .homeIcon {
  background: url('../images/HomeIconSmall.png') no-repeat;
}
.quoteSummaryHub .condoIcon {
  background: url('../images/condo.png') no-repeat;
}
.quoteSummaryHub .renterIcon {
  background: url('../images/renters.png') no-repeat;
}
.quoteSummaryHub .homeIcon,
.quoteSummaryHub .condoIcon,
.quoteSummaryHub .renterIcon {
  height: 66px;
  width: 33%;
  float: left;
  background-size: 79%;
}
@media (max-width: 1079px) {
  .quoteSummaryHub .homeIcon,
  .quoteSummaryHub .condoIcon,
  .quoteSummaryHub .renterIcon {
    width: 23%;
    max-width: 75px;
    background-size: 54px;
    height: 42px;
  }
}
@media (max-width: 659px) {
  .quoteSummaryHub .homeIcon,
  .quoteSummaryHub .condoIcon,
  .quoteSummaryHub .renterIcon {
    width: 27%;
    max-width: 110px;
    background-size: 87px;
    height: 70px;
  }
}
@media (max-width: 365px) {
  .quoteSummaryHub .homeIcon,
  .quoteSummaryHub .condoIcon,
  .quoteSummaryHub .renterIcon {
    width: 30%;
    background-size: 87px;
    height: 70px;
  }
}
.quoteSummaryHub .auoEstimatedperMonth,
.quoteSummaryHub .homeEstimatedperMonth {
  float: left;
  width: 65%;
}
@media (max-width: 1079px) {
  .quoteSummaryHub .auoEstimatedperMonth,
  .quoteSummaryHub .homeEstimatedperMonth {
    width: 76%;
  }
}
@media (max-width: 659px) {
  .quoteSummaryHub .auoEstimatedperMonth,
  .quoteSummaryHub .homeEstimatedperMonth {
    width: 65%;
  }
}
.quoteSummaryHub .homeEstimatedperMonth hr {
  margin: -7px 15px 0 0;
  padding: 0;
  border-top: 1px solid #c2c2c2;
}
@media (max-width: 659px) {
  .quoteSummaryHub .homeEstimatedperMonth hr {
    margin: -5px 15px 0 0;
  }
}
.quoteSummaryHub .eastimate,
.quoteSummaryHub .eastimateHome {
  font-size: 12px;
  color: #333333;
}
@media (max-width: 365px) {
  .quoteSummaryHub .eastimate,
  .quoteSummaryHub .eastimateHome {
    margin-top: 5px;
  }
}
.quoteSummaryHub .eastimate sup {
  color: #cc2d30;
  font-size: 22px;
}
@media (max-width: 1079px) {
  .quoteSummaryHub .eastimate sup {
    font-size: 16px;
  }
}
@media (max-width: 659px) {
  .quoteSummaryHub .eastimate sup {
    font-size: 22px;
  }
}
@media (max-width: 365px) {
  .quoteSummaryHub .eastimate sup {
    font-size: 16px;
  }
}
.quoteSummaryHub .eastimateHome sup {
  color: #cc2d30;
  font-size: 18px;
}
@media (max-width: 1079px) {
  .quoteSummaryHub .eastimateHome sup {
    font-size: 16px;
  }
}
@media (max-width: 365px) {
  .quoteSummaryHub .eastimateHome sup {
    font-size: 16px;
  }
}
.quoteSummaryHub .eastimateHome span {
  color: #cc2d30;
  font-size: 30px;
}
@media (max-width: 1079px) {
  .quoteSummaryHub .eastimateHome span {
    font-size: 24px;
  }
}
@media (max-width: 659px) {
  .quoteSummaryHub .eastimateHome span {
    font-size: 30px;
  }
}
@media (max-width: 365px) {
  .quoteSummaryHub .eastimateHome span {
    font-size: 22px;
  }
}
.quoteSummaryHub .eastimate span {
  color: #cc2d30;
  font-size: 36px;
}
@media (max-width: 1079px) {
  .quoteSummaryHub .eastimate span {
    font-size: 24px;
  }
}
@media (max-width: 659px) {
  .quoteSummaryHub .eastimate span {
    font-size: 36px;
  }
}
@media (max-width: 365px) {
  .quoteSummaryHub .eastimate span {
    font-size: 24px;
  }
}
.quoteSummaryHub .auoEstimatedperMonth hr {
  margin: -9px 15px 0 0;
  padding: 0;
  border-top: 1px solid #c2c2c2;
}
@media (max-width: 1079px) {
  .quoteSummaryHub .auoEstimatedperMonth hr {
    margin: -5px 15px 0 0;
  }
}
.quoteSummaryHub .quoteBoxHub hr {
  max-width: 195px;
}
.quoteSummaryHub .savingsText {
  margin: 0 0 15px;
  padding: 10px 15px 0 15px;
  clear: both;
}
.quoteSummaryHub .savingsText ul {
  margin: 0;
  padding: 0;
}
.quoteSummaryHub .savingsText li {
  margin: 0;
  padding: 0px 0px;
  list-style-type: none;
  font-size: 14px;
  color: #666666;
}
.quoteSummaryHub .savingsText .savingsTextTitle {
  font-size: 16px;
  color: #666666;
  font-weight: bold;
}
.quoteSummaryHub .savingsText .fa-check,
.quoteSummaryHub .savingsText .savingsItem {
  display: inline-block;
}
.quoteSummaryHub .savingsText .fa-check {
  margin-top: 3px;
  vertical-align: top;
}
.quoteSummaryHub .savingsText .savingsItem {
  width: 90%;
  max-width: 200px;
  margin-left: 5px;
}
.quoteSummaryHub .arrowColor {
  color: #cc2d30;
}
.quoteSummaryHub .quoteActionButton {
  background: #f5f5f5;
  font-size: 14px;
  color: #0072bc;
  float: right;
  margin: 10px;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-align: right;
  width: 60%;
  cursor: pointer;
}
@media (max-width: 1079px) {
  .quoteSummaryHub .quoteActionButton {
    width: 79%;
    font-size: 16px;
  }
}
@media (max-width: 659px) {
  .quoteSummaryHub .quoteActionButton {
    width: 85%;
    font-size: 18px;
  }
}
.quoteSummaryHub .startHomeQuote {
  margin-top: 79px !important;
}
@media (max-width: 1079px) {
  .quoteSummaryHub .startHomeQuote {
    margin-top: 87px !important;
  }
}
@media (max-width: 659px) {
  .quoteSummaryHub .startHomeQuote {
    margin-top: 20px !important;
  }
}
@media (max-width: 659px) {
  .quoteSummaryHub .selectAutoOnly {
    margin-top: 5px !important;
  }
}
@media (min-width: 660px) and (max-width: 803px) {
  .quoteSummaryHub .selectAutoOnly {
    margin-top: 35px !important;
  }
}
.quoteSummaryHub .termLength {
  font-size: 14px;
}
.quoteSummaryHub .saveReturnAlign .btn {
  padding-left: 0 !important;
}
@media (max-width: 659px) {
  .quoteSummaryHub .saveReturnAlign {
    text-align: center;
  }
}
.quoteSummaryHub .quoteDisclaimer {
  margin-top: 20px;
}
@media (max-width: 659px) {
  .quoteSummaryHub .quoteDisclaimer {
    margin-top: 0px;
  }
}
.quoteSummaryHub .quoteDisclaimer p {
  text-align: justify;
  color: #999999;
}
.quoteSummaryHub .quoteDisclaimer span {
  font-size: 12px;
  font-weight: bold;
}
.quoteSummaryHub .autoMonthPolicy,
.quoteSummaryHub .autoEstimatedperMonthDetails,
.quoteSummaryHub .homeEstimatedperMonthDetails {
  font-size: 16px;
  font-weight: bold;
}
.quoteSummaryHub .quoteSummary .pclsN {
  color: #999999 !important;
}
.quoteSummaryHub .taxSurcharge {
  color: #999999;
  font-size: 11px ;
}
.quoteSummaryHub .taxSurchargeLink {
  text-decoration: underline;
  font-weight: bold;
}
.quoteSummaryHub .InsuranceCompany {
  color: #999999;
  font-size: 11px ;
}
#verifyPersonalInfo .fontItalic {
  font-size: 12px;
  font-style: italic;
  padding-top: 5px;
  clear: both;
}
#verifyPersonalInfo #policyDates,
#verifyPersonalInfo #verifyContactInfo,
#verifyPersonalInfo #policyNumbers,
#verifyPersonalInfo #paperlessOptions {
  padding-left: 10px;
}
#verifyPersonalInfo .subHeading {
  margin-left: -10px;
}
#verifyPersonalInfo .greySection {
  border: 1px solid #c2c2c2;
  background: #e9e9e9;
  margin-left: -10px;
  padding-left: 10px;
  border-radius: 5px;
}
#verifyPersonalInfo .termsCheckbox {
  float: left;
  width: 20px;
}
#verifyPersonalInfo .termsCheckboxLabel {
  float: left;
  width: 93%;
  padding-top: 0;
}
#verifyPersonalInfo .noBtn {
  display: inline-block;
}
#verifyPersonalInfo .iconCalendar {
  float: left;
  margin-left: 12px;
}
#verifyPersonalInfo .popover-container {
  margin-top: 0;
  margin-left: -17px;
}
#verifyPersonalInfo .errorMessage {
  clear: both;
}
@media (max-width: 659px) {
  #verifyPersonalInfo .noBtn {
    width: 120px;
  }
  #verifyPersonalInfo .popover-container {
    margin-left: 0px;
  }
  #verifyPersonalInfo .termsCheckboxLabel {
    float: none;
    display: inline;
  }
}
/* Verify Vehicle info */
#vinOverlay p {
  line-height: normal;
  margin-bottom: 5px;
}
#vinOverlay .vinBorder {
  border: 1px solid #cccccc;
  border-radius: 5px 0 0 5px;
}
#vinOverlay .vehicleBorder {
  border: 1px solid #cccccc;
  border-radius: 0 5px 5px 0;
  border-left: none;
}
#vinOverlay .errorMessage {
  clear: both;
}
#vinOverlay .vinEntered {
  overflow: hidden;
  margin: 5px -5px 5px -10px;
  padding: 15px 0 15px 15px;
  height: 195px;
}
#vinOverlay .vinEntered .vinLabel {
  float: left;
  width: 85%;
}
#vinOverlay .vinEntered .vinSel {
  float: left;
  width: 15%;
  position: relative;
}
#vinOverlay .originalVehicle {
  overflow: hidden;
  margin: 5px -5px 5px -10px;
  padding: 15px 0 15px 15px;
  height: 195px;
}
#vinOverlay .originalVehicle .vehicleLabel {
  float: left;
  width: 85%;
}
#vinOverlay .originalVehicle .vehicleSel {
  float: left;
  width: 15%;
  position: relative;
}
#vinOverlay .selectionBlue {
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #ecf7fd;
}
#vinOverlay .radioSel {
  margin-top: 19px;
}
#vinOverlay .costNew,
#vinOverlay .vinNumber {
  display: block;
  clear: both;
  padding-right: 15px;
}
#vinOverlay .costNew label {
  display: block;
  clear: both;
}
#vinOverlay .costNew select {
  float: left;
  width: 65%;
  margin-bottom: 3px;
}
#vinOverlay .vinNumber input {
  margin-bottom: 3px;
}
#vinOverlay .popover-container {
  float: left;
  margin-left: 7px;
}
#vinOverlay .radioChecked {
  background-image: url("../images/radio-checked.png");
}
#vinOverlay .radioUnchecked {
  background-image: url("../images/radio-unchecked.png");
}
#vinOverlay .ellipsis {
  width: 175px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#vinOverlay .vMake {
  width: 175px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 8px;
}
#vinOverlay .vModel {
  width: 175px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: -4px;
}
.vinRow {
  padding-top: 20px;
}
@media (max-width: 659px) {
  .verifyInfoVechicles .margnLeftPersonalInfo {
    margin-left: -15px;
  }
}
.verifyInfoVechicles .vechileMakeModel {
  margin-bottom: 15px;
  color: #333333;
}
.verifyInfoVechicles .vechileMakeModel .vehicleMake {
  text-transform: uppercase;
}
.verifyInfoVechicles .vechileMakeModel .vehicleModel {
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1.2em;
}
@media (max-width: 659px) {
  #vinOverlay .vinBorder {
    border: 1px solid #cccccc;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
  }
  #vinOverlay .vehicleBorder {
    border: 1px solid #cccccc;
    border-radius: 0 0 5px 5px;
    border-top: none;
  }
  #vinOverlay .originalVehicle {
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: 205px;
  }
  #vinOverlay .vinEntered {
    height: 205px;
  }
  #vinOverlay .radioSel {
    margin-top: 23px;
  }
}
.upDownRatePage .disclosureText {
  border: none;
  color: #666666;
  padding-bottom: 0;
  font-size: 12px;
}
.upDownRatePage .uprateCallReasons {
  list-style-type: none;
  padding-left: 0px !important;
}
.upDownRatePage .estimateAmountMonthly {
  font: normal 46px/16px Arial;
  color: #cc2d30;
  width: 250px;
}
.upDownRatePage .autoEstimatedPerMonth hr {
  margin: -9px 0 0;
  padding: 0;
  border-top: 1px solid #c2c2c2;
}
@media (max-width: 1079px) {
  .upDownRatePage .autoEstimatedPerMonth hr {
    margin: -5px 0 0;
  }
}
.upDownRatePage .quoteBox {
  width: 100%;
  max-width: 700px;
}
.upDownRatePage .quoteBoxDetails {
  position: relative;
  padding: 10px;
  background-color: #ffffff;
  width: 100%;
  min-height: 35px;
  border: 1px solid #cccccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-bottom: 15px !important;
}
@media (max-width: 659px) {
  .upDownRatePage .quoteBoxDetails {
    padding: 0;
  }
}
.upDownRatePage .quoteMast {
  position: relative;
  width: 100%;
  height: 110px;
  padding: 10px;
  border-radius: 3px;
}
@media (max-width: 659px) {
  .upDownRatePage .quoteMast {
    height: 121px;
  }
}
.upDownRatePage .quoteMastDetails {
  width: 49%;
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
@media (max-width: 659px) {
  .upDownRatePage .quoteMastDetails {
    position: absolute;
    left: -81px;
    right: 0px;
    top: -6px;
    margin-left: auto;
    margin-right: auto;
    width: 348px;
  }
}
@media (max-width: 360px) {
  .upDownRatePage .quoteMastDetails {
    left: -51px;
  }
}
.upDownRatePage .quoteMastPrices {
  position: absolute;
  top: 29px;
  left: 110px;
  width: 100%;
}
@media (max-width: 659px) {
  .upDownRatePage .quoteMastPrices {
    top: 35px;
  }
}
.upDownRatePage .quoteMastPolicyType {
  position: absolute;
  top: 14px;
  left: -9px;
  width: 102px;
  height: 80px;
  background: url('../images/quoteMastIconAuto_Lg.png');
  color: #666666;
}
@media (max-width: 659px) {
  .upDownRatePage .quoteMastPolicyType {
    position: relative;
    top: 38px;
    left: 60px;
    background: url('../images/quoteMastIconAuto.png');
    width: 25px;
    height: 18px;
  }
}
.upDownRatePage .quoteMastPolicyTypeIcon {
  position: absolute;
  top: 61px;
  left: 32px;
  background: url('../images/quoteMastIconAuto.png');
  width: 25px;
  height: 18px;
}
@media (max-width: 659px) {
  .upDownRatePage .quoteMastPolicyTypeIcon {
    top: 50px;
    left: 43px;
  }
}
.upDownRatePage .quoteMastMonthyDollar {
  position: absolute;
  top: -3px;
  left: -15px;
  font: normal 24px/16px Arial;
  color: #cc2d30;
}
.upDownRatePage .quoteMastMonthlyAmount {
  font: normal 46px/16px Arial;
  color: #cc2d30;
  width: 250px;
}
.upDownRatePage .quoteMastMonthlyPerMo {
  color: #333333;
  font: normal 12px/14px Arial;
  padding-top: 10px;
  padding-left: 3px;
}
.upDownRatePage .quoteMastMonthlyLine {
  position: absolute;
  top: 31px;
  left: -8px;
  height: 1px;
  width: 225px;
  background-color: #959595;
}
.upDownRatePage .quoteMastMonthlyTotalPrem {
  position: absolute;
  top: 38px;
  width: 200px;
  left: 5px;
  font: normal 16px/16px Arial;
  color: #333333;
}
.upDownRatePage .quotePanelBody {
  color: #666666;
  font-size: 0.8em;
  padding: 0 !important;
}
.upDownRatePage .quoteButtonContinue {
  padding-left: 50px;
  padding-right: 50px;
}
.upDownRatePage .quoteMastBuyAuto {
  position: relative;
  float: right;
  right: 162px;
  bottom: 20px;
}
@media (max-width: 659px) {
  .upDownRatePage .quoteMastBuyAuto {
    display: none;
  }
}
@media (max-width: 1079px) {
  .upDownRatePage .quoteMastBuyAuto {
    right: 118px;
  }
}
.promoWrapper {
  margin: 82px 14px 10px 0;
  padding: 15px 0;
  border: 1px solid #D4D4D4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #ffffff;
  position: relative;
}
.umbrellaPromo {
  background: url("../images/promo_umb_save.png");
  height: 247px;
  width: 196px;
  margin: 0 auto;
}
.umbrellaPromoNoPremium {
  background: url("../images/promo_umb_no_price.png");
  height: 207px;
  width: 196px;
  margin: 0 auto;
}
.umbrellaPromoNonQ {
  background: url("../images/promo_umb.png") no-repeat;
  height: 212px;
  width: 196px;
  margin: 0 auto;
}
.umbrellaOpenDetails {
  cursor: pointer;
  text-decoration: none !important;
}
.finderPhone,
.moneyPromo,
.moneyPromoNonq {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Trebuchet MS', Sans-Serif;
  color: #0967a4;
}
.moneyPromo {
  position: absolute;
  top: 155px;
  left: 38px;
  letter-spacing: -2px;
}
.moneyPromoNonq {
  position: absolute;
  top: 155px;
  left: 38px;
  letter-spacing: -2px;
}
.promoHeading {
  background: url("../images/promo_heading.png");
  height: 140px;
  width: 196px;
  text-align: center;
}
.pageTitleSmallViewPort {
  height: 30px;
}
.paymentOptionsHub .downloadQuoteSummaryDiv {
  margin-top: 20px;
  text-align: center;
}
.paymentOptionsHub .modelPadding {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 10px;
}
.paymentOptionsHub .lightBlueBg {
  background: #cce3f2;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
}
.paymentOptionsHub #dataPolicyCoverages table tr td {
  padding: 5px 10px ;
}
.paymentOptionsHub #dataPolicyCoverages table tr:nth-child(even) {
  background: #f5f5f5 ;
}
.paymentOptionsHub #dataPolicyCoverages table tr:nth-child(odd) {
  background: #ffffff;
}
.paymentOptionsHub .paymentHubPanelHeading {
  border: 1px solid;
  color: #d3d3d3;
  webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.paymentOptionsHub .paymentHubPanelHeading:hover {
  color: #0072bc;
}
@media (max-width: 659px) {
  .paymentOptionsHub .paymentHubPanelHeading:hover {
    color: #d3d3d3;
  }
}
.paymentOptionsHub .paymentHubTitleBar {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.paymentOptionsHub .paymentHubPanelHeadingTable {
  width: 100%;
  color: #0072bc;
}
.paymentOptionsHub .paymentHubOptionTypeSmallView {
  font-weight: bold !important;
  font-size: 20px;
}
.paymentOptionsHub .paymentHubSavingsText {
  font-size: 14px;
  color: GREEN !important;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  padding-left: 30px;
  padding-top: 4px;
}
.paymentOptionsHub .paymentOptionsDueText {
  font-family: Arial, sans-serif;
  color: #333333;
  font-weight: normal;
  padding-top: 4px;
  font-size: 14px;
}
.paymentOptionsHub .policySummaryLink {
  text-align: right;
  padding-bottom: 5px;
}
.paymentOptionsHub .paymentOptionsDueAmount {
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #333333;
  font-size: 14px;
  text-align: left;
  padding-left: 0px;
  padding-top: 4px;
}
.paymentOptionsHub .viewPolicySummaryPaymentOptions {
  float: right;
}
@media (max-width: 659px) {
  .paymentOptionsHub .viewPolicySummaryPaymentOptions {
    float: left !important;
    font-size: 80%;
    padding-left: 10px;
  }
}
.paymentOptionsHub .paymentPlanDisclaimerText {
  float: right;
  font-size: 80%;
}
@media (max-width: 659px) {
  .paymentOptionsHub .paymentPlanDisclaimerText {
    float: left !important;
  }
}
.paymentOptionsHub .paymentPlanDisclaimerIcon {
  font-size: 110%;
}
@media (max-width: 659px) {
  .paymentOptionsHub .moreWaysLink {
    float: left !important;
    font-size: 80%;
    padding-bottom: 10px;
  }
}
.paymentOptionsHub .paymentOptionsLineBox {
  height: 1px !important;
  text-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
}
.paymentOptionsHub .paymentOptionsLine {
  border-top: 1px solid;
  color: #333333;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-bottom: 0px;
  height: 5px;
}
.paymentOptionsHub .quoteSummaryOverlayRow {
  display: block;
  margin-bottom: 8px;
}
.paymentOptionsHub .quoteSummaryOverlayRow:last-child {
  margin-bottom: 4px;
}
.paymentOptionsHub .smallView {
  display: none;
}
@media (max-width: 659px) {
  .paymentOptionsHub .smallView {
    display: inline-block;
  }
}
.paymentOptionsHub .paymentArrowSmall {
  font-size: 24px;
  text-align: center;
  padding-top: 10px;
}
#upsell .vehicleBg {
  background: #ececec;
  padding: 7px 10px 7px 10px;
  overflow: hidden;
  margin: 10px 10px 0 10px;
  cursor: pointer;
}
#upsell .vehicleCheckBox {
  margin-left: 20px;
}
#upsell .upgradePolicy {
  color: #666666;
  padding-left: 10px;
  padding-bottom: 5px;
}
#upsell .newPremium {
  background: #0071bd;
  color: #ffffff;
  width: 140px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 5px;
  margin-left: 96px;
  font-style: italic;
}
#upsell .currentPremium {
  font-style: italic;
  margin-left: 96px;
}
#upsell .recalcText {
  width: 60%;
  float: left;
  padding: 37px 10px 0 0;
}
#upsell .quoteMastRecalcButton {
  float: left;
  padding-top: 25px;
}
#upsell .upgradePremText {
  font-size: 18px;
  padding-top: 10px;
  font-style: italic;
  color: #666666;
}
#upsell .upgradeText {
  color: #0072bc;
  font-style: italic;
  padding-right: 7px;
}
#upsell .premierText {
  font-weight: bold;
  color: #333333;
  font-style: normal;
}
#upsell #accordion1 {
  margin-left: 20px;
  margin-top: 16px;
}
#upsell #collapseOne {
  padding-left: 29px;
}
#upsell .quoteBoxDetails label {
  width: 100%;
}
#upsell .quoteDetailsPage .quoteMast {
  height: 114px;
}
#upsell .horizontalBar {
  margin-left: -10px;
  margin-right: -10px;
}
#upsell .plusMinusSign .fa-chevron-circle-down {
  vertical-align: top;
  margin-top: 2px;
}
#upsell .quoteDetailsPage .quoteDisclaimer {
  margin-top: 10px;
}
@media (max-width: 659px) {
  #upsell .recalcText {
    width: 100%;
    padding-top: 30px;
  }
  #upsell .quoteDetailsPage .quoteBoxDetails {
    padding-left: 10px;
  }
  #upsell .quoteMastRecalcButton {
    float: none;
    padding-top: 0;
  }
  #upsell .quoteDetailsPage .mobileBuyButton {
    height: auto;
  }
  #upsell .newPremium {
    margin-top: 10px;
    text-align: center;
  }
  #upsell .currentPremium {
    margin-left: -69px;
    text-align: center;
    padding-top: 10px;
  }
  #upsell .quoteDetailsPage .quoteMastRecalcButton {
    padding-bottom: 0px;
  }
  #upsell .upgradePolicy {
    margin-top: 15px;
  }
}
@media (max-width: 1079px) {
  #upsell .quoteMastRecalcButton {
    padding-top: 20px;
    padding-left: 20px;
  }
  .recalcText {
    padding-top: 35px;
  }
}
